I program in Delphi, and am quite good at it.
I am in the process of making a game called Battle Off. (hence my username) it will go on my website, and can be downloaded for free.
I have multiple data files ('.dat') in which data about your character, the monsters etc, is stored.
At the moment there is one folder called Battle_Off (so. J:/Battle_Off/), where all images, files and other stuff is saved.
Something I'd like to do is to be able to save these data files in separate folders.
For example, If a new user makes a character, I want it to be saved in a folder called users (so J:/Battle_Off/users/)
I also have made a program that creates the monsters, so you run the program and it finds the number of monsters. so if it finds 3 monsters, then they will be seen as 'monster_1.dat'; 'monster_2.dat' etcetc.
I would also like to save these in a directory called monsters, so J:/Battle_Off/monsters/
I have done a bit of research on the net, and have been unable to find anything.
If anyone has any tips or ideas, can you please help me out.
I am in the process of making a game called Battle Off. (hence my username) it will go on my website, and can be downloaded for free.
I have multiple data files ('.dat') in which data about your character, the monsters etc, is stored.
At the moment there is one folder called Battle_Off (so. J:/Battle_Off/), where all images, files and other stuff is saved.
Something I'd like to do is to be able to save these data files in separate folders.
For example, If a new user makes a character, I want it to be saved in a folder called users (so J:/Battle_Off/users/)
I also have made a program that creates the monsters, so you run the program and it finds the number of monsters. so if it finds 3 monsters, then they will be seen as 'monster_1.dat'; 'monster_2.dat' etcetc.
I would also like to save these in a directory called monsters, so J:/Battle_Off/monsters/
I have done a bit of research on the net, and have been unable to find anything.
If anyone has any tips or ideas, can you please help me out.
