ItsMods

Full Version: Baby steps
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
This was a fail of a tutorial and I'm sorry idk why i made it (Mods please close)Confused
(01-10-2011, 10:36)blackout612 Wrote: [ -> ]If you dont know how to mod GSC files You think there too hard well there are some things you can try out, if you download someone else's mod open there .GSC file and skim through it thats how i learned to do it
the easiest thing to do is press ctrl+F and
type SetDvar then it should find where the dvars are at and then add dvars you want,good dvar to have is Sv_cheats 1 (if its not already in there) then after that add some more dvars like SetDvar("r_fullbright",1); or you could delete the dvars you dont want

I dont know if this doesnt help you im sorry it helped me although i do suck at coding stillSad but I think im making progress so if this helped your welcome Smile

cOol Big Grin
yh
step 1: open a mod with notepad
step 2: copy dvar lines from other mods

such as setdvar("gaylord", 1);
into the mod somwere in onplayerspawned

save it and check ur progres
(01-13-2011, 22:06)Eekhoorn Wrote: [ -> ]yh
step 1: open a mod with notepad
step 2: copy dvar lines from other mods

such as setdvar("gaylord", 1);
into the mod somwere in onplayerspawned

save it and check ur progres

No im not trying to say that
(01-13-2011, 23:11)blackout612 Wrote: [ -> ]
(01-13-2011, 22:06)Eekhoorn Wrote: [ -> ]yh
step 1: open a mod with notepad
step 2: copy dvar lines from other mods

such as setdvar("gaylord", 1);
into the mod somwere in onplayerspawned

save it and check ur progres

No im not trying to say that

yuo nevertry something diferent like;
selfgive ("gaymore", 999);
Oh thanks lol!
I just had one problem, and it was all the dvars. Didnt know where to place them! Thanks! Big Grin
(01-14-2011, 02:09)Gladio Wrote: [ -> ]
(01-13-2011, 23:11)blackout612 Wrote: [ -> ]
(01-13-2011, 22:06)Eekhoorn Wrote: [ -> ]yh
step 1: open a mod with notepad
step 2: copy dvar lines from other mods

such as setdvar("gaylord", 1);
into the mod somwere in onplayerspawned

save it and check ur progres

No im not trying to say that

yuo nevertry something diferent like;
selfgiveWeapon ("gaymore", 999);

step 1 : download the modloader
step 2 : download the mod
step 3 : put in the mod file
step 4 : start modloader
step 5 : enjoy your mod playing

BABY! STEPS! I CAN DO THIS WITHOUT LOOKING Smile