The RPG Maker Resource Kit

RMRK RPG Maker Creation => General Tutorials and Eventing => RPG Maker General => Tutorials Database => Topic started by: wizaerd on June 14, 2008, 06:03:16 PM

Title: An interesting game creation tip
Post by: wizaerd on June 14, 2008, 06:03:16 PM
Well, I dunno if you'll find it interesting or not, but I did.  I've created a default empty game that contains all the default scripts I've written and/or use.  Whenever I create a new game, I close it, then immediately copy the Scripts.rxdata from my empty default game to the approrpiate directory of the new game.  That way I do not have to open both projects and then copy and paste each individual script. Perhaps everybody already knows this, but I found it useful.  ;D
Title: Re: An interesting game creation tip
Post by: Falcon on June 14, 2008, 06:15:43 PM
Thanks for sharing, but this would go better in tutorials.

~Moved
Title: Re: An interesting game creation tip
Post by: Zeriab on June 16, 2008, 05:00:18 AM
If you want to use those scripts for all new games you make you can replace the Scripts.rxdata in the data folder of the project template used by RMXP.

I believe the default location is C:\Program Files\Enterbrain\RPGXP\System\Data

This trick works for RMVX as well ^^

*hugs*
Title: Re: An interesting game creation tip
Post by: wizaerd on June 16, 2008, 05:37:08 PM
That's an even better idea.  Thanx!