huurrraaayyy

.at last ive got it 2 work.with jackal's script and virus' idea i finally managed 2 make it work.
im going 2 type it here as a summary 4 those who r looking 4 a solution like me or as a reference of somekind
The Steps:
1\extract the (map name).scr from the .pk3 file containing the map
(u will find the .pk3 in the main folder probably ,and the .scr in either dm or obj folder in main\maps)
2\add the codes below with thier corresponding X, Y ,& Z coordinates at the very top of the script before even the line "main:" without " "
(u can edit a .scr with notepad)
3\save it and have fun ,but always have a backup .pk3 somewhere just incase
4\remember 2 thank
The Jackal for his continued help

and
virus for the golden touch

and the rest 4 thier effort,and me because i typed all of this
Beginning spawn position for 1st joning player:
Code: Select all
local.start1 = spawn info_player_start
local.start1.origin = ( XXX YYY ZZZ )
local.start1.angle = ( ANGLE )
free for all mode
Code: Select all
local.deathspawns = spawn info_player_deathmatch
local.deathspawns.origin = ( XXX YYY ZZZ )
local.deathspawns.angle = ( ANGLE )
(X & Y & Z are the coordinates which can be obtained by typing
in the console in the location where u think its suitable 4 a spawn place the code)
team and round based modes:
axis:
Code: Select all
local.axis = spawn info_player_axis
local.axis.origin = ( XXX YYY ZZZ )
local.axis.angle = ( ANGLE )
allies:
Code: Select all
local.allied = spawn info_player_allied
local.allied.origin = ( XXX YYY ZZZ )
local.allied.angle = ( ANGLE )
its not necessary 2 make the coordinates a 3 digit number ,i just wrote it that way.
if any1 knows the script for info_player_intermission plz type it also here.
As i know it sets the scene thats brought up after the game it finished
---------------------------------------------------------------------------------------------------------------
oh 1 more thing,most of my maps have a .scr with them but i only have one that doesnt have a .scr so how do i deal with that or do i forget about it

do i make a .scr file for it or is there another way or file
