Hey there
I finally started putting up a beta for my game and i immediately encountered a problem which I have yet no idea how to overcome.
I create a game file in my game root folder where all the content is located, I create a character, load all the animations, save the game and exit VS. I load it again and content that i loaded isn't there anymore. Even the frames for the animation and animation centers are there but no graphics.
What can be the cause? I read that this might happen when the game file is not located in the root folder of my project, but that's not the case - it goes like:
../PRPT/game.ved file
../PRPT/Characters/Main/Sprites/Ch1/walk/up/ch_walk_up.png
etc
Appreciate any input.