Singleplayer DM / TDM Objective CTF TOW Liberation
This tutorial presupposes that you have already created your multiplayer map, which must be DM.
Let's begin!
// Yourmapname title // ARCHITECTURE: Who made the map // SCRIPTING: Who did the scripting
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 yourmapname // may want to make your own ambient sounds, read the tut
level.script = "maps/dm/yourmapname.scr" // remember to put in your map name
level waittill spawn
//add more codes here after you add more features to your maps
end
Save your .scr as yourmapname.scr and put it together with your map!
Site Logo and Graphics by DJ "panTera" Bloot Site design © copyright 2003 Chris "Surgeon" Wood This site is best viewed using Internet Explorer 6 @ 1024x768. All images and documents © copyright 2003 respective owners.