Can anyone tell me how to make simple .gsc?
Its not the same like in cod2, right?
.GSC
Moderator: Core Staff
Re: .GSC
just copy the .gsc from mp_test.gsc
And rename it as your_map.gsc
Then put it with your .bsp file in 'C:\Program Files\Activision\Call of Duty 4 - Modern Warfare\raw\maps\mp'
When you compile your fast file it will be compiled with the .bsp and any other files.
Code: Select all
main()
{
maps\mp\_load::main();
ambientPlay("ambient_backlot_ext");
game["allies"] = "sas";
game["axis"] = "opfor";
game["attackers"] = "axis";
game["defenders"] = "allies";
game["allies_soldiertype"] = "woodland";
game["axis_soldiertype"] = "woodland";
setdvar( "r_specularcolorscale", "1" );
setdvar("r_glowbloomintensity0",".25");
setdvar("r_glowbloomintensity1",".25");
setdvar("r_glowskybleedintensity0",".3");
setdvar("compassmaxrange","1800");
}
Then put it with your .bsp file in 'C:\Program Files\Activision\Call of Duty 4 - Modern Warfare\raw\maps\mp'
When you compile your fast file it will be compiled with the .bsp and any other files.
Re: .GSC
Tnx
Yeah, but first i have to reinstall cod4. Sth is wrong
mp_factory is finished, mp_dustville close
(cod4)
jm_fountain i dont know when (cod2)
Yeah, but first i have to reinstall cod4. Sth is wrong

mp_factory is finished, mp_dustville close

jm_fountain i dont know when (cod2)
Who is online
Users browsing this forum: No registered users and 6 guests