Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
What you need to do is modify these three variables. The first, ROOT_SAVE_FOLDER, specifies the folder for all your games, in case you have multiple games. You can say this is the folder for your development studio or something. GAME_SAVE_FOLDER is the folder inside the root folder, and defines the game. You can actually give it any name, but it's best to give it the name of your game. SAVE_FOLDER is the name of the save folder itself.
For example, in this case, the save files would be stored in %APPDATA%/CXJ/LocalSave/Test Project/Save/.
ROOT_SAVE_FOLDER = "/CXJ/"
GAME_SAVE_FOLDER = "LocalSave/"
SAVE_FOLDER = "/Test Project/Save/"
They're called folders, yet just before that you talked about "Variables". What exactly do I do here?
You could also try to Google for it, I'm not sure if Steam strips the link to my site, but I can try to link to it.
http://area91.multiverseworks.com/download/rmvxa/scripts/CXJ_LocalSave.rb
[quote]To put it simple, I needed a script that allowed me to store my data locally, in case I wanted to make a sequel to a game and wanted to import data from said game. After some research I found out that most people are kind of dicks and require some form of permission, so I made my own.[/quote]
So, essentially, it allows you to specify a folder so that saves for your game gets saved there instead of inside the game folder.