Tagged Questions
8
votes
1answer
549 views
Which 3D file format should my engine use if I don't want to have to change it later?
Is there a de facto format for exporting a 3D model from modeling software to a game engine?
I know it varies by engine and situation, but what is the general idea that comes to a skilled game ...
8
votes
4answers
761 views
Loading data for an RPG
I'm creating a small text RPG as a way to practice python and I'm running into a question about how to load data. The game is a wild west game, though that isn't too relevant, and I need to store ...
56
votes
11answers
4k views
How to design a replay system
So how would I design a replay system?
You may know it from certain games like Warcraft 3 or Starcraft where you can watch the game again after it has been played already.
You end up with a ...