Tagged Questions
2
votes
2answers
109 views
How to pack the game files into one without using any file compressor?
Well, one example is this file of the game The Sims 2 for PS2: quickdat.arc.
The file contains this .arc extension, but it's no one an archive file and it contains some data of the game inside. How ...
4
votes
1answer
524 views
Ogre3D : seeking advices about game files management
I'm working on a new game, and its related level editor, based on Ogre3D.
I was thinking about how i could manage the game files, knowing that Ogre use .mesh files for models, .material for ...