Server crashes when loading custom map
Posted: Sat Jan 24, 2004 9:49 pm
hi,
i have made a simple map and uploaded it to my server.
when i connect to the server and loading the map the server crashes
but when i'am allrready in the server with map stalingrad(or another stock map) and then load my custom map he will load succesful
maybe there is something wrong with my scr's? or pk3?
my pk3 is so:
the .scr file is looking like this:
is this wrong? or do i have to have more files in my pk3?
i have allready made an rush_precache.scr:
and still the map i hanging when loading and he server crashes
can somebody help me?
i have made a simple map and uploaded it to my server.
when i connect to the server and loading the map the server crashes
but when i'am allrready in the server with map stalingrad(or another stock map) and then load my custom map he will load succesful
maybe there is something wrong with my scr's? or pk3?
my pk3 is so:
Code: Select all
Maps
dm
rush.bak
rush.bsp
rush.min
rush.prt
rush.vis
rush.scrCode: Select all
// rush
// ARCHITECTURE: Dragon
// SCRIPTING: Dragon
main:
// set scoreboard messages
setcvar "g_obj_alliedtext1" ""
setcvar "g_obj_alliedtext2" ""
setcvar "g_obj_alliedtext3" ""
setcvar "g_obj_axistext1" ""
setcvar "g_obj_axistext2" ""
setcvar "g_obj_axistext3" ""
setcvar "g_scoreboardpic" "none" // your score board picture
level waittill prespawn
exec global/DMprecache.scr
exec global/ambient.scr rush
// may want to make your own ambient sounds, read the tut
level.script = "maps/dm/rush.scr"
// remember to put in your map name
level waittill spawn
//add more codes here after you add more features to your maps
endi have allready made an rush_precache.scr:
Code: Select all
cache models/items/item_25_healthbox.tik
cache models/items/item_mg_ammobox.tik
cache models/weapons/steilhandgranate.tik
cache models/weapons/mp40.tik
cache models/weapons/mp44.tik
cache models/items/item_smg_ammobox.tik
cache models/weapons/m2frag_grenade.tik
cache models/weapons/thompsonsmg.tik
cache models/weapons/bar.tikcan somebody help me?