Tom's Hardware > Forum > Games General > Games General Discussions > please help, last problem

please help, last problem

Forum Games General : Games General Discussions - please help, last problem

Tom's Hardware: Over 1.4 million members in 6 different countries available to answer all your high-tech questions. Sign up now! Its free!
Word :    Username :           
 

Archived from groups: alt.games.quake3 (More info?)

 

hi folks, I'm trying to set up a server so me and some friends can
play on the lan. I'm using noghost latest build 1.16. I'm trying to
set up a rail freezetag server, which I have all set up exactly as I
want it EXCEPT I can't make it alow rail jumping, I've seen it done,
and I'm doing what it says at noghost website but for some reason even
with all the vars set right, it wont work, here's my freeze.cfg file
that is run when the server start up:

set g_log "freezetag.log"
sv_maxclients 0
sv_privateclients 0
sv_maxrate 8000
g_gametype 3
timelimit 15
fraglimit 15
seta g_motd "welcome"
sv_hostname "hostname"
map q3dm11
g_turret 1
g_wpflags 81
g_itemdisable -1
g_gamemod 1
bot_enable 0
bot_minplayers 2
g_podiumdrop 70
g_podiumdist 110
g_allowvote 0
g_delag 1
g_forcerespawn 1
g_decoy 5
g_teamautojoin 1
g_teamforcebalance 1
sv_pure 0
set d0 "map q3dm7" ; set nextmap vstr d0"
vstr d0
g_dowarmup 1
g_warmup 45
g_timeout 2
g_timeout_time 15
g_freezetag_unfreezetime 1000
bot_nochat 1
g_startbanner 3
set g_startbanner_text1 "type \help in the console for rules"
g_inactivity 60
dmflags 8
// set g_spskill 3
g_anticamper 15
g_anticamper_radius 120
g_nopowerupdrop 1
g_noweapondrop 1
g_warnings 1
g_spectatorinactivity 300
g_turret_amount 3
g_turret_deployLimit 2
g_turret_reloadTime 200
g_turret_splashdamage 100
g_turret_damage 10
g_autoban 1
g_victorypad 1
g_freezetag_frozenteamcolors 1
g_spawnProtection 1
g_spawnProtection_type 1
g_spawnProtection_timeout 1
g_spawnInvulnerable 1
g_spawnInvulnerable_timeout 1
g_friendlyfire 2
g_friendlyfire_accidents 3
g_nospawningsound 1
g_referee 1
g_referee_password #######
set g_referee_allowedcmd_mute 1
set g_referee_allowedcmd_unmute 1
set g_referee_allowedcmd_kick 1
set g_referee_allowedcmd_kickban 1
set g_referee_allowedcmd_forceteam 1
set g_referee_allowedcmd_hideref 1
set g_referee_allowedcmd_unhideref 1
set g_referee_allowedcmd_warn 1
g_antibot 1
g_antibot_gamesbanned 50
g_switchTeamTime 5
/////////////////////// CUSTOM ADDED //////////////////////////
g_railgunEffects 0
g_rocketEffects 1
g_rocketEffects_targetCone .80
g_rocketEffects_keepTarget 1
g_rocketEffects_targetTurret 1
g_vulnerableRockets 1
g_speed_rocket 200
g_reload_railgun 1200
g_ammo_rocket 5
g_ammo_railgun 9999
g_damage_railgun 999
g_damage_rocket 999
g_calcStats 1
g_railgunSplash 1
g_splashDamage_railgun 1
g_selfDamage 0
g_splashRadius_railgun 900
g_railgunSplash_noTargetDamage 0
g_railgunSplash_noTargetKnockback 0
g_knockback_self 3000
g_antiCamper 5000
g_antiCamper_radius 192
g_selfDamage 0
g_startBanner_text4 "^3Welcome to ^1Play-Land"
g_startBanner 3
////////////////////// END CUSTOM ADDED ////////////////////////

any info as to why this won't cause a rail jump when I shoot straight
down would be apprecieated, thanks

Sponsored Links
Register or log in to remove.

Archived from groups: alt.games.quake3 (More info?)

 

In instaunlagged it's set insta_railjumping 1

I don't see any variables in your config that allow or disallow railjumping.


"Luke" <luke.bergen@houghton.edu> wrote in message
news:e2b3bc0.0410031933.61899462@posting.google.com...
> hi folks, I'm trying to set up a server so me and some friends can
> play on the lan. I'm using noghost latest build 1.16. I'm trying to
> set up a rail freezetag server, which I have all set up exactly as I
> want it EXCEPT I can't make it alow rail jumping, I've seen it done,
> and I'm doing what it says at noghost website but for some reason even
> with all the vars set right, it wont work, here's my freeze.cfg file
> that is run when the server start up:
>
> set g_log "freezetag.log"
> sv_maxclients 0
> sv_privateclients 0
> sv_maxrate 8000
> g_gametype 3
> timelimit 15
> fraglimit 15
> seta g_motd "welcome"
> sv_hostname "hostname"
> map q3dm11
> g_turret 1
> g_wpflags 81
> g_itemdisable -1
> g_gamemod 1
> bot_enable 0
> bot_minplayers 2
> g_podiumdrop 70
> g_podiumdist 110
> g_allowvote 0
> g_delag 1
> g_forcerespawn 1
> g_decoy 5
> g_teamautojoin 1
> g_teamforcebalance 1
> sv_pure 0
> set d0 "map q3dm7" ; set nextmap vstr d0"
> vstr d0
> g_dowarmup 1
> g_warmup 45
> g_timeout 2
> g_timeout_time 15
> g_freezetag_unfreezetime 1000
> bot_nochat 1
> g_startbanner 3
> set g_startbanner_text1 "type \help in the console for rules"
> g_inactivity 60
> dmflags 8
> // set g_spskill 3
> g_anticamper 15
> g_anticamper_radius 120
> g_nopowerupdrop 1
> g_noweapondrop 1
> g_warnings 1
> g_spectatorinactivity 300
> g_turret_amount 3
> g_turret_deployLimit 2
> g_turret_reloadTime 200
> g_turret_splashdamage 100
> g_turret_damage 10
> g_autoban 1
> g_victorypad 1
> g_freezetag_frozenteamcolors 1
> g_spawnProtection 1
> g_spawnProtection_type 1
> g_spawnProtection_timeout 1
> g_spawnInvulnerable 1
> g_spawnInvulnerable_timeout 1
> g_friendlyfire 2
> g_friendlyfire_accidents 3
> g_nospawningsound 1
> g_referee 1
> g_referee_password #######
> set g_referee_allowedcmd_mute 1
> set g_referee_allowedcmd_unmute 1
> set g_referee_allowedcmd_kick 1
> set g_referee_allowedcmd_kickban 1
> set g_referee_allowedcmd_forceteam 1
> set g_referee_allowedcmd_hideref 1
> set g_referee_allowedcmd_unhideref 1
> set g_referee_allowedcmd_warn 1
> g_antibot 1
> g_antibot_gamesbanned 50
> g_switchTeamTime 5
> /////////////////////// CUSTOM ADDED //////////////////////////
> g_railgunEffects 0
> g_rocketEffects 1
> g_rocketEffects_targetCone .80
> g_rocketEffects_keepTarget 1
> g_rocketEffects_targetTurret 1
> g_vulnerableRockets 1
> g_speed_rocket 200
> g_reload_railgun 1200
> g_ammo_rocket 5
> g_ammo_railgun 9999
> g_damage_railgun 999
> g_damage_rocket 999
> g_calcStats 1
> g_railgunSplash 1
> g_splashDamage_railgun 1
> g_selfDamage 0
> g_splashRadius_railgun 900
> g_railgunSplash_noTargetDamage 0
> g_railgunSplash_noTargetKnockback 0
> g_knockback_self 3000
> g_antiCamper 5000
> g_antiCamper_radius 192
> g_selfDamage 0
> g_startBanner_text4 "^3Welcome to ^1Play-Land"
> g_startBanner 3
> ////////////////////// END CUSTOM ADDED ////////////////////////
>
> any info as to why this won't cause a rail jump when I shoot straight
> down would be apprecieated, thanks

Reply to Anonymous
Tom's Hardware > Forum > Games General > Games General Discussions > please help, last problem
Go to:

There are 1097 identified and unidentified users. To see the list of identified users, Click here.

Please mind

You are about to answer a thread that has been inactive for more than 6 months.
If you still wish to proceed, please ensure that your posting is original and does not duplicate or overlap any prior responses to this thread.

Add a reply Cancel
Sponsored links
  • Ask the community now
  • Publish
Ad
Related Content
They won a badge
Join us in greeting them
  • 01:00 vianescute won the Freshman badge
  • 01:00 meywd won the Freshman badge
  • 01:00 nayega won the Freshman badge
  • 01:00 gpfear won the Freshman badge
  • 01:00 Conrad925 won the Freshman badge
  • 01:00 skythra won the Freshman badge
  • 01:00 Ckaz won the Freshman badge
  • 01:00 james59 won the Uniformed badge
  • 01:00 snarl won the Uniformed badge
  • 01:00 patlabor44 won the Uniformed badge