ItsMods

Full Version: classes with _rank.gsc
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
working on a mod with mod tool
(having no idea how _rank.gsc works)

need help using one

primary spas12 no attachements
sec: python speel reload

and how to add perks and text in it?
like a line (of text) at the upper part of the screen?

help please
_rank.gsc rules
also any change changing the name of guns shown in mod?
like pythin: Chuck Norris Python?
(10-15-2011, 12:04)iDennis95 Wrote: [ -> ]also any change changing the name of guns shown in mod?
like pythin: Chuck Norris Python?

You can change that in weapon files, I would put M1911 as Chuck Norris Weapon, Wink
the python kinda has 120 bullets and reloads with 1 speed reload
and its full auto >.>
self takeAllWeapons();
self giveWeapon(wep);
self setPerk(perk);

:OOO
(10-15-2011, 11:45)iDennis95 Wrote: [ -> ]working on a mod with mod tool


So hardcore! Awesome

(10-15-2011, 11:45)iDennis95 Wrote: [ -> ](having no idea how _rank.gsc works)

You'll learn soon enough, but just remember that _rank.gsc isn't the "only" .GSC file which you should use :p


(10-15-2011, 11:45)iDennis95 Wrote: [ -> ]need help using one

There should be tutorials in this forum.
Here's some of them:
http://www.itsmods.com/forum/Thread-Gsc-...nners.html
http://www.itsmods.com/forum/Thread-Ulti...dding.html

(10-15-2011, 11:45)iDennis95 Wrote: [ -> ]primary spas12 no attachements

self giveweapon("spas_mp");

(10-15-2011, 11:45)iDennis95 Wrote: [ -> ]sec: python speel reload

self giveweapon("python_speed_mp");


(10-15-2011, 11:45)iDennis95 Wrote: [ -> ]and how to add perks

self setperk("perknamehere");
There should be a perk list somewhere around here...

I WAS FASTER!
(10-15-2011, 12:26)Tomsen1410 Wrote: [ -> ]I WAS FASTER!

Actually, I was.

I just forgot to press the "post reply" button before I went to eat.
(10-15-2011, 12:32)Rendflex Wrote: [ -> ]
(10-15-2011, 12:26)Tomsen1410 Wrote: [ -> ]I WAS FASTER!

Actually, I was.

I just forgot to press the "post reply" button before I went to eat.

lol xD
Pages: 1 2