.GSC

Have questions about CoD4 mapping that aren't covered in the tutorials section? Post here!

Moderator: Core Staff

Post Reply
User avatar
Pnin
CJ Fan
CJ Fan
Posts: 145
Joined: May 5th, 2008, 9:17 pm
Location: Slovenia

.GSC

Post by Pnin » August 20th, 2008, 5:15 pm

Can anyone tell me how to make simple .gsc?
Its not the same like in cod2, right?

User avatar
Soviet
Core Staff
Core Staff
Posts: 7762
Joined: April 23rd, 2005, 9:12 pm

Re: .GSC

Post by Soviet » August 20th, 2008, 5:21 pm

just copy the .gsc from mp_test.gsc

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");
}
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.

User avatar
Pnin
CJ Fan
CJ Fan
Posts: 145
Joined: May 5th, 2008, 9:17 pm
Location: Slovenia

Re: .GSC

Post by Pnin » August 20th, 2008, 5:27 pm

Thank You!

User avatar
Soviet
Core Staff
Core Staff
Posts: 7762
Joined: April 23rd, 2005, 9:12 pm

Re: .GSC

Post by Soviet » August 20th, 2008, 5:32 pm

no problem

User avatar
Pnin
CJ Fan
CJ Fan
Posts: 145
Joined: May 5th, 2008, 9:17 pm
Location: Slovenia

Compiling Problem

Post by Pnin » August 21st, 2008, 12:01 am

?
Image

User avatar
Pnin
CJ Fan
CJ Fan
Posts: 145
Joined: May 5th, 2008, 9:17 pm
Location: Slovenia

Re: .GSC

Post by Pnin » August 21st, 2008, 12:16 am

Tnx
Yeah, but first i have to reinstall cod4. Sth is wrong :(
mp_factory is finished, mp_dustville close :D (cod4)
jm_fountain i dont know when (cod2)

Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests