You are viewing our Forum Archives. To view or take place in current topics click here.

Did I Help You?

Yes
33.33% (1 vote)
No
66.67% (2 votes)

Total Votes: 3

Need SVG Help?Post Here!
Posted:

Need SVG Help?Post Here!Posted:

Big_Hairy_Bacon
  • Ladder Climber
Status: Offline
Joined: Jul 02, 201112Year Member
Posts: 393
Reputation Power: 15
Status: Offline
Joined: Jul 02, 201112Year Member
Posts: 393
Reputation Power: 15
Just give me your problem. +rep would be nice if i helped!
#2. Posted:
hmu
  • TTG Senior
Status: Offline
Joined: May 09, 201113Year Member
Posts: 1,178
Reputation Power: 49
Status: Offline
Joined: May 09, 201113Year Member
Posts: 1,178
Reputation Power: 49
Big_Hairy_Bacon wrote Just give me your problem. +rep would be nice if i helped!
teach me how to make a mod menu
#3. Posted:
Big_Hairy_Bacon
  • Ladder Climber
Status: Offline
Joined: Jul 02, 201112Year Member
Posts: 393
Reputation Power: 15
Status: Offline
Joined: Jul 02, 201112Year Member
Posts: 393
Reputation Power: 15
TTGxSVG wrote
Big_Hairy_Bacon wrote Just give me your problem. +rep would be nice if i helped!
teach me how to make a mod menu


heres what you put

activeaction
bind button_start vstr a

a
vstr b;vstr c;vstr d;vstr e;vstr f;vstr g;vstr h;vstr i;vstr j

b

b-j you put dvars. search up WaW dvar list on google

to put more than one on one vstr,seperate it with a ;

ex;

c
player_sustainAmmo 1;cg_laserForceOn

and to make something happen with a button, put this

for a dpad button

bind dpad_put left right up or down

for everything else

bind button_(button)

then put a space and the dvar

To toggle something:

put your bind, then the dvar. after the dvar, put the values speperated by a space

ex

d
bind button_back player_sustainAmmo 1 0

this will toggle unlimited ammo through the back button.

Please rep?
#4. Posted:
Umbrella
  • TTG Natural
Status: Offline
Joined: Feb 11, 201113Year Member
Posts: 995
Reputation Power: 40
Status: Offline
Joined: Feb 11, 201113Year Member
Posts: 995
Reputation Power: 40
this isnt really "help" but is there any gamesaves that give everyone a mod menu? if not what is the best mod menu game save? in your opinion thanks +rep if u help
#5. Posted:
johnlee4107
  • Powerhouse
Status: Offline
Joined: Apr 28, 201113Year Member
Posts: 412
Reputation Power: 15
Status: Offline
Joined: Apr 28, 201113Year Member
Posts: 412
Reputation Power: 15
how do i make text colored
#6. Posted:
johnlee4107
  • Powerhouse
Status: Offline
Joined: Apr 28, 201113Year Member
Posts: 412
Reputation Power: 15
Status: Offline
Joined: Apr 28, 201113Year Member
Posts: 412
Reputation Power: 15
how do you make diffrent menus
like
main,toggles,and kick menu its like the diffrent save in one savegame i guess 8)
#7. Posted:
Big_Hairy_Bacon
  • Ladder Climber
Status: Offline
Joined: Jul 02, 201112Year Member
Posts: 393
Reputation Power: 15
Status: Offline
Joined: Jul 02, 201112Year Member
Posts: 393
Reputation Power: 15
andrew1224rocks wrote this isnt really "help" but is there any gamesaves that give everyone a mod menu? if not what is the best mod menu game save? in your opinion thanks +rep if u help


well the only way for everyone to have a mod menu is iso mods, but this guy walkerneo makes pretty nice gamesaves imo
#8. Posted:
Double_Rainbow_Jr
  • TTG Addict
Status: Offline
Joined: Feb 07, 201113Year Member
Posts: 2,037
Reputation Power: 85
Status: Offline
Joined: Feb 07, 201113Year Member
Posts: 2,037
Reputation Power: 85
i need a svg that works in nacht der untoten
#9. Posted:
Big_Hairy_Bacon
  • Ladder Climber
Status: Offline
Joined: Jul 02, 201112Year Member
Posts: 393
Reputation Power: 15
Status: Offline
Joined: Jul 02, 201112Year Member
Posts: 393
Reputation Power: 15
johnlee4107 wrote how do i make text colored


you use ^ then a number

^1 red
^2 green
^3 yellow
^4 blue
^5 cyan

theres some more but i forgot google color code list
#10. Posted:
Big_Hairy_Bacon
  • Ladder Climber
Status: Offline
Joined: Jul 02, 201112Year Member
Posts: 393
Reputation Power: 15
Status: Offline
Joined: Jul 02, 201112Year Member
Posts: 393
Reputation Power: 15
johnlee4107 wrote how do you make diffrent menus
like
main,toggles,and kick menu its like the diffrent save in one savegame i guess 8)



in the first gamesave, you set it up like this

activeaction
bind button_start vstr aa

aa
vstr bind;vstr d;vstr e;vstr f;vstr g;vstr h;vstr i;vstr j;vstr k;

bind
bind button_back vstr main2

menu0
set main2 vstr menu1;set vstr a

menu1
set main2 vstr menu2;set vstr b

menu2
set main2 vstr menu0;set vstr c


now in the first svg you use d-k for dvars, and mods you want to work in every menu

svg2

a
vstr l;vstr m; ect


you put you binds here like bind dpad_left toggle r_colorMap 2 3 4 0 1

do this in every svg up to 4, exectp svg3 is b for the vstrs, and svg4 is c

and of course start on the vstr you left off of


Now loading it

Basicly you put the first svg in ur usb, save and quit, put the next in, go to options, select save device, usb, save and quit. do this for every svg
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.