Help - Search - Members - Calendar
Full Version: Test Play Setup
RPG RPG Revolution Forums > Scripting > Script Submissions > RGSS3-Submissions
Tsukihime
Test Play Setup
-Tsukihime

This script allows you to set some data when starting a new game, such as during test play. Basically, start-up scripts.

It allows you to specify starting information without having to change your project (eg: change your starting location, or initial levels), and you don't have to use the in-game switch/variable debug menu to set things up.

Things like
-setting switches
-setting variables
-setting actor levels
-setting player start location

If you think something would be useful to add, just mention it and I might add it so everyone else can use it as well without having to write it themselves.

Additions are being added as I think of things that are trivial but should not require you to go through extra effort just to accomplish.

Usage

Just add some custom values for the appropriate data.
For example, if you want to set switches 2, 3, and 7 when the game starts, you would just go to the Switches hash and say

CODE
Switches = {
   2 => true,
   3 => true,
   7 => true
}


The comments describe the format of the input. They are all hashes for the most part.

Download

http://db.tt/Q7J4xy7o

Features

-title skip
-set framerate
-set game resolution
-set switches
-set variables
-set starting location
-adding party members
-adding gold
-adding all items, weapons, and armors
-set actor levels
Jens of Zanicuud
I think there's an error in your instructions:

CODE
Switches = {
   2 => true,
   3 => true,
   7 => true
}


I feel the text editor ate your ">" smile.gif

Jens
Tsukihime
Oh, you're right.
Seems like I forgot the > lol
TheBen
Dangit. I was going to write this script myself eventually. smile.gif
Great work. Thank you for posting it.
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.