upload existing maps

This commit is contained in:
dechert
2022-08-30 00:23:42 +02:00
commit a263e9fb5c
16 changed files with 8428 additions and 0 deletions

View File

@@ -0,0 +1 @@
levelBriefing,loadscreen_mp_wbo_v_1_1
1 levelBriefing loadscreen_mp_wbo_v_1_1

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,23 @@
main()
{
// maps\mp\mp_wbo_v_1_1_fx::main();
// maps\mp\mp_wbo_v_1_1::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_mp_weibo_v_1_0");
game["allies"] = "american";
game["axis"] = "german";
game["attackers"] = "allies";
game["defenders"] = "axis";
game["american_soldiertype"] = "normandy";
game["german_soldiertype"] = "normandy";
// Set some cvars
setcvar("r_glowbloomintensity0","1");
setcvar("r_glowbloomintensity1","1");
setcvar("r_glowskybleedintensity0",".5");
}