Pause Menu Help!

BlazaBoy

Villager
Member
Joined
Jun 12, 2013
Messages
11
Reaction score
1
First Language
English
Primarily Uses
Hey, It's me again.

I'm not very good with scripting, although I did take a Python Class a couple weeks ago...

Anyway, I am fine tuning the UI for my game, and I realised that I only needed three options in the pause menu: "Save", "Load", "Exit" and "Help".

All of the fancy Items, Stats, etc. They're completely useless to me.

So my Menu should only have Save, Load, Exit and Help, without the Character Stats to the left of it.

That being said, Could I just have the menu, and the four items in the center?

PIC: 


Modifying the Standard script or Adding a new one would both be acceptable.
 

Engr. Adiktuzmiko

Chemical Engineer, Game Developer, Using BlinkBoy'
Veteran
Joined
May 15, 2012
Messages
14,682
Reaction score
3,003
First Language
Tagalog
Primarily Uses
RMVXA
Removing the un-needed parts is pretty easy. Adding a new option needs a bit more work.

To remove the un-needed options, you could just put this one on a blank script slot

Code:
class Window_MenuCommanddef make_command_list    #add_main_commands    #add_formation_command    add_original_commands    add_save_command    add_game_end_command  end
 

BlazaBoy

Villager
Member
Joined
Jun 12, 2013
Messages
11
Reaction score
1
First Language
English
Primarily Uses
Removing the un-needed parts is pretty easy. Adding a new option needs a bit more work.

To remove the un-needed options, you could just put this one on a blank script slot

class Window_MenuCommanddef make_command_list #add_main_commands #add_formation_command add_original_commands add_save_command add_game_end_command end
Sorry, Could you elaborate a little more? I'm kinda confused about what you mean...
 

Engr. Adiktuzmiko

Chemical Engineer, Game Developer, Using BlinkBoy'
Veteran
Joined
May 15, 2012
Messages
14,682
Reaction score
3,003
First Language
Tagalog
Primarily Uses
RMVXA
go to the scripts editor


browse to the lowest part in the list


find the part that says materials


right click anywhere below there and select insert


paste that code into that newly inserted script area
 

BlazaBoy

Villager
Member
Joined
Jun 12, 2013
Messages
11
Reaction score
1
First Language
English
Primarily Uses
go to the scripts editor

browse to the lowest part in the list

find the part that says materials

right click anywhere below there and select insert

paste that code into that newly inserted script area
Line 8 SyntaxError :/
 

BoluBolu

Veteran
Veteran
Joined
Apr 24, 2014
Messages
452
Reaction score
117
Primarily Uses
class Window_MenuCommand def make_command_list #add_main_commands #add_formation_command add_original_commands add_save_command add_game_end_command endendTry this, this should work.

EDIT : It's because miko forget to add the "end" for the class Window_MenuCommand
 
Last edited by a moderator:

Engr. Adiktuzmiko

Chemical Engineer, Game Developer, Using BlinkBoy'
Veteran
Joined
May 15, 2012
Messages
14,682
Reaction score
3,003
First Language
Tagalog
Primarily Uses
RMVXA
oh. silly me. :)


EDIT: Oh wait, that was for Ace. I just noticed now that this was on the XP forums.
 
Last edited by a moderator:

BlazaBoy

Villager
Member
Joined
Jun 12, 2013
Messages
11
Reaction score
1
First Language
English
Primarily Uses
Thanks anyway, but Im having an issue now. How can I add a load option to the menu?

Also with the "Help" option, I just want it to display some text when clicked.

EDIT: I fixed it so I can now load games from the pause menu. (My First script edit done myself, YAY)
 
Last edited by a moderator:

Engr. Adiktuzmiko

Chemical Engineer, Game Developer, Using BlinkBoy'
Veteran
Joined
May 15, 2012
Messages
14,682
Reaction score
3,003
First Language
Tagalog
Primarily Uses
RMVXA
you could study the way the Run common event, event command works. then simply add the help option and make it run a common event
 

BlazaBoy

Villager
Member
Joined
Jun 12, 2013
Messages
11
Reaction score
1
First Language
English
Primarily Uses
All I know is VERY basic Ruby. Like I said, I took a Python class, (Python being very similar to Ruby.) All that I need it to do is print some text. I had a look at the Common Events Script. Completely lost... :\
 

Engr. Adiktuzmiko

Chemical Engineer, Game Developer, Using BlinkBoy'
Veteran
Joined
May 15, 2012
Messages
14,682
Reaction score
3,003
First Language
Tagalog
Primarily Uses
RMVXA
then you'd need to study the scripting of Ace a little bit more, and learn how to add choices and make them do something. Printing text is not so easy here, you'd need a sprite object, then a bitmap object on that sprite object before you can draw text.


There's an easy way though, using Yanfly's Menu script, you can easily remove and add commands. And when you add commands thru it, you can set them to run common events.


PS: If you get yanfly's script, remove the one I gave you
 
Last edited by a moderator:

BlazaBoy

Villager
Member
Joined
Jun 12, 2013
Messages
11
Reaction score
1
First Language
English
Primarily Uses
Okay, sweet. Thanks for the help, but there is one more thing. I know a couple of years ago I found a script that allowed for battles without encounters. For example, you see an enemy on the field, instead of an encounter, it attacks you right there and then. So you would press "Z" or something to swing your sword. Zelda style.
 

BoluBolu

Veteran
Veteran
Joined
Apr 24, 2014
Messages
452
Reaction score
117
Primarily Uses
Okay, sweet. Thanks for the help, but there is one more thing. I know a couple of years ago I found a script that allowed for battles without encounters. For example, you see an enemy on the field, instead of an encounter, it attacks you right there and then. So you would press "Z" or something to swing your sword. Zelda style.
Hmm the sounds like Action Battle System, I think it should exist for Ace, but I don't know for XP. Oh and beware your post is not related to your main topic :)  
 

nio kasgami

VampCat
Veteran
Joined
May 21, 2013
Messages
8,949
Reaction score
3,042
First Language
French
Primarily Uses
RMMV
for a XP battle system Check for XAS Hero Edition by Moghunter but this is a little hard to use for someone who don't know how to use a scripts... 
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Profile Posts

Couple hours of work. Might use in my game as a secret find or something. Not sure. Fancy though no? :D
Holy stink, where have I been? Well, I started my temporary job this week. So less time to spend on game design... :(
Cartoonier cloud cover that better fits the art style, as well as (slightly) improved blending/fading... fading clouds when there are larger patterns is still somewhat abrupt for some reason.
Do you Find Tilesetting or Looking for Tilesets/Plugins more fun? Personally I like making my tileset for my Game (Cretaceous Park TM) xD
How many parameters is 'too many'??

Forum statistics

Threads
105,868
Messages
1,017,066
Members
137,576
Latest member
SadaSoda
Top