You are viewing our Forum Archives. To view or take place in current topics click here.
How do you make multiple Menus?
Posted:
How do you make multiple Menus?Posted:
Status: Offline
Joined: Jul 23, 201113Year Member
Posts: 19
Reputation Power: 0
Status: Offline
Joined: Jul 23, 201113Year Member
Posts: 19
Reputation Power: 0
I'm kind of new to modding and I was wondering how to make multiple menus for modded zombies? i.e press start brings you to menu 1 which contains noclip and godmode, than pressing start again brings you to menu 2 which contains guns. I also want to do this with Xero or if there is a better program to use please post link.
#2. Posted:
Status: Offline
Joined: Apr 17, 201014Year Member
Posts: 6,332
Reputation Power: 289
Status: Offline
Joined: Apr 17, 201014Year Member
Posts: 6,332
Reputation Power: 289
This is simple
Here is a sample code
So in the code above when you press start it brings you to the firs set of controls and then when you press start again it brings you to the second set of controls. Press start again it will bring you back to the the first set of controls.
If you need anymore help Private Message me or check out my guide to GPD modding that has a guide on Variable strings included. (VSTR)
Guide
Forums/t=1202925/tutorial-unknown...-mods.html
-UnknownModder
Here is a sample code
bind button_start vstr a
set a "bind dpad_up god;bind dpad_left noclip;bind dpad_right ai axis delete;bind dpad_down UFO;bind button_start vstr b
set b "bind dpad_up give all;bind dpad_left dropweapon;bind dpad_right toggle timescale 10 1;bind dpad_down spdevmap zombie_theater;bind button_start vstr a
set a "bind dpad_up god;bind dpad_left noclip;bind dpad_right ai axis delete;bind dpad_down UFO;bind button_start vstr b
set b "bind dpad_up give all;bind dpad_left dropweapon;bind dpad_right toggle timescale 10 1;bind dpad_down spdevmap zombie_theater;bind button_start vstr a
So in the code above when you press start it brings you to the firs set of controls and then when you press start again it brings you to the second set of controls. Press start again it will bring you back to the the first set of controls.
If you need anymore help Private Message me or check out my guide to GPD modding that has a guide on Variable strings included. (VSTR)
Guide
Forums/t=1202925/tutorial-unknown...-mods.html
-UnknownModder
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Jun 05, 201113Year Member
Posts: 3,303
Reputation Power: 68
Status: Offline
Joined: Jun 05, 201113Year Member
Posts: 3,303
Reputation Power: 68
Here is a Good Guide Forums/t=1923985/complete-guide-t...-mods.html
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Apr 17, 201014Year Member
Posts: 6,332
Reputation Power: 289
Status: Offline
Joined: Apr 17, 201014Year Member
Posts: 6,332
Reputation Power: 289
FanGirl wrote Here is a Good Guide Forums/t=1923985/complete-guide-t...-mods.htmlYeah... Nice Copy and Paste.
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Jun 05, 201113Year Member
Posts: 3,303
Reputation Power: 68
Status: Offline
Joined: Jun 05, 201113Year Member
Posts: 3,303
Reputation Power: 68
UnknownModder wroteNo you be Lieing y would i copy and paste it there is no point in that y not just add a link to itFanGirl wrote Here is a Good Guide Forums/t=1923985/complete-guide-t...-mods.htmlYeah... Nice Copy and Paste.
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Apr 17, 201014Year Member
Posts: 6,332
Reputation Power: 289
Status: Offline
Joined: Apr 17, 201014Year Member
Posts: 6,332
Reputation Power: 289
FanGirl wroteYou copy and pasted a guide from Se7enSinsUnknownModder wroteNo you be Lieing y would i copy and paste it there is no point in that y not just add a link to itFanGirl wrote Here is a Good Guide Forums/t=1923985/complete-guide-t...-mods.htmlYeah... Nice Copy and Paste.
[ Register or Signin to view external links. ]
That one to be exact.
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.