Help - Search - Members - Calendar
Full Version: Redd's One Man CMS
RPG RPG Revolution Forums > Scripting > Script Submissions > RGSS-Submissions
Redd
Version 1.0 (Initial Release)
Created By Redd
Release Date - 6/24/10


Introduction

I have finally created my very own script, without anyone's help whatsoever.
This is called Redd's One Man Custom Menu System, otherwise known as ROMCMS, or if you want it shorter, ROMM (Redd's One Man Menu).

Features
  • Status Window IN THE MENU
  • Game Name Window (a little extra)
  • Battler Image
  • A few other things I'm too lazy to mention. Small things.

Script

Since RRR was being lame, you have to go to this link to get the script: Redd's One Man Menu

Customization

You can customize any way you like, just make sure to credit me, Redd! Also let me know if you have any good ideas or edits, because I might include them in the next version.
If you want to edit this and put it out again, make sure you have permission from me! Most likely I will include it in the next version!
You also need to edit the "Game Name Here" bit at line 40. Change it to whatever you want, preferably your game's name.

Compatibility

Obviously won't work with other menu systems. If you have an error with anything else, run it past here and I'll see if I can fix it.
This is compatible with other save and end systems, but you need a workaround. Post your script if you need it and I'll edit it for you to make it work with this.

Screenshots


Demo

No demo, sorry. It's pretty straightforward and pretty much Plug N Play. All you need to change is the Game Name Here piece, found at line 40.

Installation

Just put over Main but below Scene_Debug. Simple.

FAQ

No questions asked. I'll post questions here once they become more common.

Terms and Conditions

Don't redistribute without my knowledge and permission.
You can use with commercial or free games. Doesn't matter to me.
CREDIT REDD NO MATTER WHAT!!


Credits

All credit goes to Redd!![/i]
AresWarrior
it looks very nice good job smile.gif but what if you wanted to see the character's stats like strength and dexterity?
Bio Wolfz
Hey, pretty nice script you have here, i am gonna use it in one of my game. So can you help me to replace the game name with the map name?
Night_Runner
Hey BioWolfz, at the start of the script (line 40), it has:

CODE
self.contents.draw_text(0, -9, 140, 32, "Game Name Here")


Replace that with:

CODE
  map_name = load_data("Data/MapInfos.rxdata")[$game_map.map_id].name
  self.contents.draw_text(0, -9, 140, 32, map_name)


And that will show the map name instead of the game name smile.gif
Redd
Thanks NightRunner!! You're always fixin up my scripts! smile.gif
@AresWarrior - I didnt see why you would need to unless you are equipping something. That may be something to add in later
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.