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:

Halo13Person
  • New Member
Status: Offline
Joined: Jul 23, 201112Year Member
Posts: 19
Reputation Power: 0
Status: Offline
Joined: Jul 23, 201112Year 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:
UnknownModder
  • TTG Commander
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
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
#3. Posted:
FanGirl
  • TTG Contender
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
#4. Posted:
UnknownModder
  • TTG Commander
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.html
Yeah... Nice Copy and Paste.
#5. Posted:
FanGirl
  • TTG Contender
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 wrote
FanGirl wrote Here is a Good Guide Forums/t=1923985/complete-guide-t...-mods.html
Yeah... Nice Copy and Paste.
No you be Lieing y would i copy and paste it there is no point in that y not just add a link to it
#6. Posted:
UnknownModder
  • TTG Commander
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
UnknownModder wrote
FanGirl wrote Here is a Good Guide Forums/t=1923985/complete-guide-t...-mods.html
Yeah... Nice Copy and Paste.
No you be Lieing y would i copy and paste it there is no point in that y not just add a link to it
You copy and pasted a guide from Se7enSins

[ Register or Signin to view external links. ]

That one to be exact.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.