(adsbygoogle = window.adsbygoogle || []).push({});
what up Guys this is a tut on how to make an advance mod menu
ive worked verey hard on this so plase put a thumbs Up
this is verey simple plase Go to the next page :n00b:[multipage=starting off]
so start of by opening mp and cm
cg_hudchatposition 250 250 [this puts your menu in the middle]
------------------------------------------------------------------
cg_chatheight 4[the number is how many options your menu has]
------------------------------------------------------------------
Visions/effect [when you open your menu u want a vision]
blue thermo
r_filmTweakInvert 1;r_filmusetweaks 1;r_filmtweakenable 1;r_filmTweakLightTint 5.3 6.3 7.2
-----------------------------------------------------------------
purple
r_filmTweakInvert 1;r_filmTweakbrightness 2;r_filmusetweaks 1;r_filmTweakenable 1;r_filmtweakLighttint 1 2 1;r_filmtweakdarktint 1 2 1
------------------------------------------------------------------
black
r_filmusetweaks 1;r_filmtweakenable 1;r_filmTweakLightTint 0 0 0
------------------------------------------------------------------
briefcase
give briefcase_bomb_mp
------------------------------------------------------------------
[multipage=making the main menu]
*so your doing so good this is what u need at first
set a "cg_hudchatposition 250 250;cg_chatheight 3
*so far we got the menu in the middle and 4 options u can have more or less now we are puting in the vision.
set a "cg_hudchatposition 250 250cg_chatheight 3;r_filmTweakInvert 1;r_filmTweakbrightness 2;r_filmusetweaks 1;r_filmTweakenable 1;r_filmtweakLighttint 1 2 1;r_filmtweakdarktint 1 2 1;
i put blue thermo but you can do somthing eles
[Note this is not a menu that i have im making this up]
*Puting in options
set a "cg_hudchatposition 250 250;cg_chatheight 3;r_filmTweakInvert 1;r_filmTweakbrightness 2;r_filmusetweaks 1;r_filmTweakenable 1;r_filmtweakLighttint 1 2 1;r_filmtweakdarktint 1 2 1;say [^1Self^7];say Game;Exit
*binds/scrolling
before we get to the binds i need to show you how to scroll.
Right under set a put set b but its no as long as a all you have to do is put the options.
set a "cg_hudchatposition 250 250;cg_chatheight 3;r_filmTweakInvert 1;r_filmTweakbrightness 2;r_filmusetweaks 1;r_filmTweakenable 1;r_filmtweakLighttint 1 2 1;r_filmtweakdarktint 1 2 1;say [^1Self^7];say Game;say Exit
set b "say Self;say [^1Game^7];say Exit
now if you look at the diffrents between a and b a has all the cg crap one thing u need to know about cg_chatheight 3 the number is how many sets you need for that menu so i will need 3 for the main menu but thats not hte point now i need to show you how the text scrowling works
set a "cg_hudchatposition 250 250;cg_chatheight 3;r_filmTweakInvert 1;r_filmTweakbrightness 2;r_filmusetweaks 1;r_filmTweakenable 1;r_filmtweakLighttint 1 2 1;r_filmtweakdarktint 1 2 1;say [^1Self^7];say Game;say Exit;bind dpad_down vstr b
set b "say Self;say [^1Game^7];say Exitbind dpad_down vstr c
if you noticed the bind dpad_down thats a command for dpad down the vstr allows you to change a to be but you need the dpad down of a to b to be bind dpad_down vstr b just like bind Dpad_up vstr a
now all you have to do is make set c
set c "say Self;say Game;say [^1Exit^7];bind dpad_down vstr a
[multipage=How to select an option to a sub menu]
ok im sorry if your geting borad:wtf:but were almost done here so to select an option is no diffrent from dpad up and down with the vstr ok so were doing a new bind here
set b "say Self;say [^2Game^7];say Exit;bind dpad_down vstr c;bind Button a vstr b1
now vstr b1 is going to be a sub menu you can put it any were you want but if your going to put it in grado_cm you have to put:
set gpad_buttonsConfig "asdf"
set party_connectToOthers "0"
set party_host "1"
and at the top of mp
set playlist "7"
now it should look like this in cm
set gpad_buttonsConfig "asdf"
set party_connectToOthers "0"
set party_host "1"
set b1 "cg_chatheight 2;say [mod];say mod;bind dpad_down vstr b2;bind button_a somthing"
bind b2 "say mod;say [mod];bind dpad_down vstr b1;bind button_a somthing"
thats what a sub menu should look like it dosent have to be in cm it can be anthing but its good to keep them together
[multipage=sample menu]
this is GxModz 4.2 u can look at it some times when theres to much stuff you can replace you option sayings with numbers
mp
set playlist "7"
set Cg_hudchatposition "250 250"
set a "bind button_a vstr 1;say ^1GxModz;say ^3[Self menu];say 2;say 3;say 4;say 5;cg_chatHeight 6;bind dpad_down vstr b"
set b "bind button_a vstr 3;say ^1GxModz;say 1;say ^3[xp menu];say 3;say 4;say 5;bind dpad_down vstr c"
set 1 "bind button_a god;say ^3self;say ^2[god];say 2;say 3;say 4;bind dpad_down vstr 1b;cg_chatHeight 5"
set 1b "bind button_a ufo;say ^1self;say 1;say ^2[ufo];say 3;say 4;bind dpad_down vstr 1c"
set 1c "bind button_a give all;say ^2self;say 1;say 2;say ^2[all];say 4;bind dpad_down vstr 1d"
set c "bind button_a vstr 4;say ^1GxModz;say 1;say 2;say ^3[Game menu];say 4;say 5;bind dpad_down vstr d"
set d "bind button_a vstr 5;say ^1GxModz;say 1;say 2;say 3;say ^3[other];say 5;bind dpad_down vstr e"
set 3 "bind button_a scr_xpscale 1000;cg_chatHeight 3;say ^4XP menu;say ^2[low];say 2;bind dpad_down vstr 3b"
set 3b "bind button_a scr_xpscale 15000;say 1;say ^4XP menu;say 1;say ^2[High];bind dpad_down vstr 3"
cm
set gpad_buttonsConfig "asdf"
set 4 "bind button_a vstr j;say ^1match;say ^2