Page 1 of 1

.gsc script help

Posted: July 25th, 2011, 2:16 am
by goonofdoom
Hey guys, ive looked everywhere and i seriously mean all over modersonline, youtube and i found some videos that helped but not much, nextgenupdate and even codjumper and i just cant seem to find a tutorial on .gsc scripts, how to put them in ect.

Re: .gsc script help

Posted: July 25th, 2011, 12:07 pm
by Goro92
Activision\Call of Duty 4 - Modern Warfare\raw\maps\mp
then in the upload zone file type this line:

rawfile,maps/mp/mp_urmapname.gsc

Re: .gsc script help

Posted: July 25th, 2011, 9:31 pm
by goonofdoom
serveaiuto wrote:Activision\Call of Duty 4 - Modern Warfare\raw\maps\mp
then in the upload zone file type this line:

rawfile,maps/mp/mp_urmapname.gsc

i know where it is... i need to know how to edit one, make it call another .gsc, things like that, i dident ask where it was

Re: .gsc script help

Posted: July 25th, 2011, 11:45 pm
by IzNoGoD
How about... Drofders tutorial: scripting for dummies?
http://codjumper.com/forums/viewtopic.php?f=24&t=4011

Re: .gsc script help

Posted: July 28th, 2011, 8:45 am
by goonofdoom
IzNoGoD wrote:How about... Drofders tutorial: scripting for dummies?
http://codjumper.com/forums/viewtopic.php?f=24&t=4011
I dont need to know how to make them, just how to add them, and call them from another script, i mean how do people know this stuff?? do they just pull it out of their ass?

Re: .gsc script help

Posted: July 28th, 2011, 9:28 am
by Rezil
i need to know how to edit one
Programmer's notepad.
, make it call another .gsc,

Code: Select all

maps\mp\your_gsc::your_function();
It doesn't have to be in maps/mp, it can be any subdirectory of your .iwd/.ff/.pk3
i mean how do people know this stuff?? do they just pull it out of their ass?
They google better than you.

Re: .gsc script help

Posted: July 28th, 2011, 4:48 pm
by F |Madness| U
goonofdoom wrote:
IzNoGoD wrote:How about... Drofders tutorial: scripting for dummies?
http://codjumper.com/forums/viewtopic.php?f=24&t=4011
I dont need to know how to make them, just how to add them, and call them from another script, i mean how do people know this stuff?? do they just pull it out of their ass?
You should really have the decency to respect that people put alot of time and effort into scripting, they don't just `pull it out of their ass`. Also the fact that you're not even willing to learn how to script is frustrating, you're just wanting to copy other peoples work into your own `mod` or whatever it may be.

TL;DR learn to .gsc script yourself. Takes about 2 hours of reading tutorials/scripts and practising your own to learn the basics.

Re: .gsc script help

Posted: July 28th, 2011, 5:23 pm
by Goro92
I haven't understood yet what he wants :?