ItsMods

Full Version: Getting started with GSC's
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
First you need to get the tool to load the mods ingame
http://www.itsmods.com/forum/Thread-ItsModsloader.html

This pack with all the gsc files in common_mp might get in handy too if you plan on making mods
http://www.mediafire.com/?gvaajy262s4jspx

List of functions from COD4 - most of them still works (most likely not those marked as SP/AI)
http://www.zeroy.com/script/
The most efficient way to find functions, is searching through the gsc's.

I recommend you get Notepad++. It is handy with its syntax highlighting, keeps your documents in the tabs so you can easily continue on your work, and the 'Search in files' function which allows you to choose a folder and you can search for a certain word - lets say 'freeze' - and if you set the folder to be the above linked package with gsc's, this will eventually be your result:
http://roflsaurus.com/users/blade/searchresult.png
With this ease I found the function for freezing a player.

If you are just starting out with your first mod, I recommend that you use the _rank.gsc
In the gsc pack folder it is located in maps\mp\gametypes\
For using it with the modloader, place it in the same order as you found it inside the \mod\ folder, so it is like this: ModloadersFolder\mod\maps\mp\gametypes\_rank.gsc
Then you start up the modloader and the game, toggle VAC to DISABLED in private match/combat training and enjoy the mod you/someone else made.


I will be able to find a tutorial on coding the mods at a later time, the site where I had posted a detailed tutorial on this for MW2 is down.
Look, that's handy. Thanked.
Make this tutorial - 3 days later I see tonnes of people I never saw a mod from make 'tutorials' which are the same as this one but covering fewer points and worsely explained
(12-24-2010, 14:40)AZUMIKKEL Wrote: [ -> ]Make this tutorial - 3 days later I see tonnes of people I never saw a mod from make 'tutorials' which are the same as this one but covering fewer points and worsely explained

My tutorials on what I have learnt so far since i only started to learn how to mod after blops came out lol.

i dont know how to load the mod
read the description carefully sneakypete
http://www.itsmods.com/forum/Thread-ItsModsloader.html
Thanks i really need to know how to compose a new gsc file and add a code that i found
(01-21-2011, 03:12)jbhk8899 Wrote: [ -> ]Thanks i really need to know how to compose a new gsc file and add a code that i found
Get a GSC file from GSC rip and add those code
(01-21-2011, 03:12)jbhk8899 Wrote: [ -> ]Thanks i really need to know how to compose a new gsc file and add a code that i found

we got a tutorial section Wink