Help - Search - Members - Calendar
Full Version: RmXP Creating Mods/Updates
RPG RPG Revolution Forums > Scripting > Script Development and Support > RGSS
Shadic66
Hi, I was thinking of making my game update-able by replacing the original "scripts.rxdata" with a updated version.

Then I got thinking how about making mods for it, but i don't know how, i thought of changing the Game.ini file
From this
CODE
[Game]
Library=RGSS102E.dll
Scripts=Data\Scripts.rxdata
Title=???
RTP1=Standard
RTP2=
RTP3=

To this
[Game]
CODE
Library=RGSS102E.dll
Scripts=Data\Scripts.rxdata
Scripts2=Mods\Scripts.rxdata
Title=???
RTP1=Standard
RTP2=
RTP3=


but it doesn't work, I was wondering if anyone knew how to do this
Harryb412
which RM is this for as it belongs in the script support section for one of those?
Nevermind I'm blind, moving this to RMXP script support.
Jens of Zanicuud
I think you'll have to modify the whole program, since RMXP is able to understand only his default .ini...
I think the only way to do this without modifying the source code of RMXP (which could be painful and reserved to REALLY LONG TIME EXPERIENCED programmers) is to overwrite the old Script.rxdata with the new one.

Jens
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.