PK3 dont work
Posted: July 25th, 2006, 3:17 pm
Hi,
I wanted to try somthing i made in radiant. I used the tutorial how to make a pk3. These are the codes i used
arena:
GSC:
Its a 1on1 map so i set by gametype dm, tdm. I compile them into a pk3. And try to run it and than it saids. Can't find map maps/mp/mp_paintball.bsp
What am i doing wrong?
I wanted to try somthing i made in radiant. I used the tutorial how to make a pk3. These are the codes i used
arena:
Code: Select all
{
map "mp_paintball"
longname "mp_paintball"
gametype "dm tdm"
}
Code: Select all
main()
{
setCullFog (0, 16500, 0.7, 0.85, 1.0, 0);
ambientPlay("ambient_mp_carentan");
maps\mp\_load::main();
game["allies"] = "american";
game["axis"] = "german";
game["american_soldiertype"] = "airborne";
game["american_soldiervariation"] = "normal";
game["german_soldiertype"] = "fallschirmjagergrey";
game["german_soldiervariation"] = "normal";
game["attackers"] = "allies";
game["defenders"] = "axis";
}
What am i doing wrong?