Chaos Project

RPG Maker => RPG Maker Scripts => Topic started by: azdesign on August 27, 2012, 10:59:39 pm

Title: How we tell the editor to save the game using specific library ?
Post by: azdesign on August 27, 2012, 10:59:39 pm
Upon saving the game, editor will change the game.ini to use its default library. In my case, my editor always change the library to RGSS102E.dll. How do I tell the editor to always save it using RGSS103J.dll ? I got tired of changing it manually every time I saved my project

Thanks in advance :D
Title: Re: How we tell the editor to save the game using specific library ?
Post by: ForeverZer0 on August 27, 2012, 11:05:41 pm
You can always just mark the file as readonly in its properties menu.
Title: Re: How we tell the editor to save the game using specific library ?
Post by: azdesign on August 27, 2012, 11:55:03 pm
I thought that as well, but I'm afraid the editor gonna throw file access exception upon save. Seems it didn't. Thanks  :haha:
Title: Re: How we tell the editor to save the game using specific library ?
Post by: azdesign on August 30, 2012, 04:22:58 am
Just a report, RGSS editor seem to forcefully remove the read-only mark whenever I open the .rxproj  :uhm: