07-09-2005, 06:31 PM
ok my problem with HL2 ded server source is that i want to run the same map but reload every 20 or 30mins then restart with fresh scores and to be honest i dnt no wtf im doing :p so heres my server info that ive put in
// Server Name
hostname "Fort2Fort"
// RCON Password
rcon_password "********"
// Server Settings
mp_fraglimit 1000 // kills before map change
mp_timelimit 5 // timelimit on each map
mp_weaponstay 0 // weapons stay after being picked up
mp_forcerespawn 0 // force player respawn after 4 seconds
mp_falldamage 0 // extra damage when falling
mp_teamplay 1 // set to 1 to enable teamplay
mp_teamlist "hgrunt;scientist" // team models, if mp_teamplay = 1
sv_hl2mp_weapon_respawn_time 20 // time between weapon respawns
sv_hl2mp_item_respawn_time 30 // time between non-weapon respawns
mp_footsteps 1 // enable footstep sounds
mp_flashlight 1 // flashlight in-game availability 1=yes 0=no
mp_autocrosshair 1 // show crosshairs
decalfrequency 10 // amount of decal/sprays visible
mp_allowNPCs 1 // allow computer-controlled characters
sv_alltalk 0
sv_gravity 600 // server gravity level (default=600)
sv_stopspeed 100 // speed at which a player stops while running
sv_noclipaccelerate 5
sv_noclipspeed 5
sv_specaccelerate 3
sv_specnoclip 1
sv_maxspeed 320 // runspeed on the server, default=320
sv_accelerate 10 // speed of movement
sv_airaccelerate 10 // speed of movement in air
sv_wateraccelerate 10 // speed moving in water
sv_footsteps 1 // enable footsteps
sv_rollspeed 200
sv_rollangle 0
sv_friction 4 // when bumping into a wall, slows you down
sv_bounce 0
sv_stepsize 18 // distance covered with each step
r_VehicleViewDampen 1
r_JeepViewDampenFreq 7.0
r_JeepViewZHeight 10.0
r_AirboatViewDampenFreq 7.0
r_AirboatViewDampenDamp 1.0
r_AirboatViewZHeight 0.0
mp_friendlyfire 0 // friendly fire, 0=off, 1=on
coop 0 // cooperative play mode
deathmatch 1 // deathmatch mode enabled = 1
sv_voiceenable 1 // enable speech in-game
sv_pausable 0 // enable server pausing
sv_cheats 0 // disable cheats = 0
ip 192.168.1.3 // to avoid rcon problems put the server ip here
what am i missing or needs adding
plus where is the file placed ive got it in this dir
C:\Program Files\Valve\Steam\SteamApps\accountusername\source dedicated server
is this right or wrong any help please
// Server Name
hostname "Fort2Fort"
// RCON Password
rcon_password "********"
// Server Settings
mp_fraglimit 1000 // kills before map change
mp_timelimit 5 // timelimit on each map
mp_weaponstay 0 // weapons stay after being picked up
mp_forcerespawn 0 // force player respawn after 4 seconds
mp_falldamage 0 // extra damage when falling
mp_teamplay 1 // set to 1 to enable teamplay
mp_teamlist "hgrunt;scientist" // team models, if mp_teamplay = 1
sv_hl2mp_weapon_respawn_time 20 // time between weapon respawns
sv_hl2mp_item_respawn_time 30 // time between non-weapon respawns
mp_footsteps 1 // enable footstep sounds
mp_flashlight 1 // flashlight in-game availability 1=yes 0=no
mp_autocrosshair 1 // show crosshairs
decalfrequency 10 // amount of decal/sprays visible
mp_allowNPCs 1 // allow computer-controlled characters
sv_alltalk 0
sv_gravity 600 // server gravity level (default=600)
sv_stopspeed 100 // speed at which a player stops while running
sv_noclipaccelerate 5
sv_noclipspeed 5
sv_specaccelerate 3
sv_specnoclip 1
sv_maxspeed 320 // runspeed on the server, default=320
sv_accelerate 10 // speed of movement
sv_airaccelerate 10 // speed of movement in air
sv_wateraccelerate 10 // speed moving in water
sv_footsteps 1 // enable footsteps
sv_rollspeed 200
sv_rollangle 0
sv_friction 4 // when bumping into a wall, slows you down
sv_bounce 0
sv_stepsize 18 // distance covered with each step
r_VehicleViewDampen 1
r_JeepViewDampenFreq 7.0
r_JeepViewZHeight 10.0
r_AirboatViewDampenFreq 7.0
r_AirboatViewDampenDamp 1.0
r_AirboatViewZHeight 0.0
mp_friendlyfire 0 // friendly fire, 0=off, 1=on
coop 0 // cooperative play mode
deathmatch 1 // deathmatch mode enabled = 1
sv_voiceenable 1 // enable speech in-game
sv_pausable 0 // enable server pausing
sv_cheats 0 // disable cheats = 0
ip 192.168.1.3 // to avoid rcon problems put the server ip here
what am i missing or needs adding
plus where is the file placed ive got it in this dir
C:\Program Files\Valve\Steam\SteamApps\accountusername\source dedicated server
is this right or wrong any help please