how do you create a .scr file :S
Posted: Sun Sep 02, 2007 12:49 am
im a complete no0b with scripting
, and i can't even start, cuz i dont know how to create a scr file, been searching for the last hour on this and all i come up with is the following:
// 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
where do i put this information in
anyone can help

// 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
where do i put this information in
anyone can help