About Store Forum Documentation Contact



Post Reply 
Data Paths
Author Message
Kezryk Offline
Member

Post: #1
Data Paths
I'd like to see a Config file to let the tools know where i want to put my assets instead of the default ones. Not sure if this is in it already or not. In this way i can orgainize my game assets in a structure i want for my game.

Kezryk
09-27-2011 05:31 PM
Find all posts by this user Quote this message in a reply
Tottel Offline
Member

Post: #2
RE: Data Paths
Path.txt, you mean?
09-27-2011 11:49 PM
Find all posts by this user Quote this message in a reply
Kezryk Offline
Member

Post: #3
RE: Data Paths
I want my Data to be spread out in separate folders
But when i update it puts the default folder back.

Something Like this:
Data -
GameData //For The Game Scripting
Effects - //For ingame effects etc
GUI -
Object- //Folders containing the objects in the game
Character
Static
Etc...
Shader- //Shaders
Sound - //Sound Files in corresponding folders

Then the tools could locate the assets and i can use a custom folder structure for my game.

Kez
09-29-2011 05:02 AM
Find all posts by this user Quote this message in a reply
Driklyn Offline
Member

Post: #4
RE: Data Paths
Nothing's stopping you from doing that. The only thing is World Editor will create some additional folders like Anim (which is required if you are using Game::Chr classes). You can just delete these folders when you are ready to release the game and store your data the way you want.
09-29-2011 05:48 AM
Find all posts by this user Quote this message in a reply
Post Reply