Submit Your Article


 
RPG Maker

Welcome Guest ( Log In | Register )


  Games Resources RPG Maker VX RPG Maker XP Scripts Tutorials Downloads

 
Reply to this topicStart new topic
> Redd's One Man CMS, Otherwise known as ROMM
Redd
post Jun 24 2010, 09:15 PM
Post #1


:<
Group Icon

Group: Revolutionary
Posts: 2,314
Type: Developer
RM Skill: Advanced




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]


__________________________
Go to the top of the page
 
+Quote Post
   
AresWarrior
post Jun 25 2010, 04:07 AM
Post #2


Level 5
Group Icon

Group: Member
Posts: 69
Type: None
RM Skill: Beginner




it looks very nice good job smile.gif but what if you wanted to see the character's stats like strength and dexterity?
Go to the top of the page
 
+Quote Post
   
Bio Wolfz
post Jun 25 2010, 11:15 PM
Post #3


Blinded Assassin
Group Icon

Group: Revolutionary
Posts: 164
Type: Mapper
RM Skill: Intermediate




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?
Go to the top of the page
 
+Quote Post
   
Night_Runner
post Jul 1 2010, 12:32 AM
Post #4


Level 50
Group Icon

Group: +Gold Member
Posts: 1,527
Type: Scripter
RM Skill: Undisclosed




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


__________________________
K.I.S.S.
Want help with your scripting problems? Upload a demo! Or at the very least; provide links to the scripts in question.

Most important guide ever: Newbie's Guide to Switches
Go to the top of the page
 
+Quote Post
   
Redd
post Jul 21 2010, 12:56 AM
Post #5


:<
Group Icon

Group: Revolutionary
Posts: 2,314
Type: Developer
RM Skill: Advanced




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


__________________________
Go to the top of the page
 
+Quote Post
   

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 

Lo-Fi Version Time is now: 24th May 2013 - 09:10 PM
RPG RPG Revolution is an Privacy Policy and Legal
eXTReMe Tracker