Page 2 of 2

Posted: April 11th, 2007, 1:18 pm
by Coontang
Ty for all help, i now have my final version up on my clanserver.

Posted: April 11th, 2007, 2:57 pm
by t3vY
The bugger finally gave in hehehe:p
how did you fix it?

Posted: April 11th, 2007, 3:25 pm
by Coontang
I had to add something to my gsc script.

main()
{
maps\mp\_load::main();

setExpFog(0.0001, 0.55, 0.6, 0.55, 0);
// setCullFog(0, 16500, 0.55, 0.6, 0.55, 0);
ambientPlay("ambient_france");

game["allies"] = "british";
game["axis"] = "german";
game["attackers"] = "allies";
game["defenders"] = "axis";
game["american_soldiertype"] = "normandy";
game["german_soldiertype"] = "normandy";
game["sd_attackers_obj_text"] = &"SD_OBJ_ATTACKERS";
game["sd_defenders_obj_text"] = &"SD_OBJ_DEFENDERS";


setCvar("r_glowbloomintensity0", ".25");
setCvar("r_glowbloomintensity1", ".25");
setcvar("r_glowskybleedintensity0",".3");

}

Posted: April 12th, 2007, 5:23 pm
by t3vY
oh i thought that you fixed bug with "sport cars" :)

Posted: April 12th, 2007, 7:40 pm
by Coontang
Oh that. Theres a really simple solution to this. In the vehicle list, theres the normal vehicle, (eg. vehicle_panzer) and theres the static ones (eg. vehicle_panzer_static.)

Static means it doesnt move, and due to cod 2 not using moving vehicles in mp, the static has to be used. Hope this worked for you, it did for me.