Author Topic: Enable Gain Speed  (Read 2367 times)

Michigras

  • PGP
  • Posts: 6
Enable Gain Speed
« on: January 06, 2006, 07:56:40 PM »
Hello,
where can I enable that players can gain speed by jumping? At the moment it is deactivated and I can't find it in the servers.cfg... Maybe somewhere is a complete description of all the config files?
Michigras

Matze

  • 68 Carbine
  • Posts: 346
Re: Enable Gain Speed
« Reply #1 on: January 06, 2006, 08:43:35 PM »
Maybe "tripping" is set to 1.

Then set it to 0. If u want u can send me ur server cfg and ill check it out.


Eiii

  • Autococker
  • Posts: 4595
Re: Enable Gain Speed
« Reply #2 on: January 06, 2006, 11:37:58 PM »
Tripping is disabled by default, so it's not that.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Enable Gain Speed
« Reply #3 on: January 07, 2006, 05:46:47 AM »
Other than tripping, the only setting I can think of that would hinder strafe jumping is sv_airaccelerate (I think that's what it's called), but most people don't even know about it, so I doubt it would be changed.

Michigras

  • PGP
  • Posts: 6
Re: Enable Gain Speed
« Reply #4 on: January 07, 2006, 06:10:53 AM »
Thank you, but tripping was already disabled and I couldn't find sv_airaccelerate. This is my configuration:
Code: [Select]
set PaintGrens 2 // default 2
set SmokeGrens 1 // default 1
set autojoin normal
set ffire 0
set grenadeffire 0
set timelimit 20
set fraglimit 50
set public 1
set tripping 0
set real_ball_flight 1
set ball_addplayerspeed 1
set elim 30
set cursing 0
set bouncy 0
set ball_speed 2790
set gren_addplayerspeed 1
set gren_explodeonimpact 1
set deadtalk 1
set slowballsbounce 0
set waterfriction 1
set ball_life 2 // keep this at 2 for Internet servers
set pbgren_ballsperburst 8
set pbgren_bursts 9
set sv_maxvelocity 4096
set swear_filter 0
Where are the configurations for the game mode (CTF, KOTH...)?

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Enable Gain Speed
« Reply #5 on: January 07, 2006, 06:16:58 AM »
Game modes are map dependant.  You can specify a game mode when you load a map with the newmap command, ie: newmap midnight 1flag.

Michigras

  • PGP
  • Posts: 6
Re: Enable Gain Speed
« Reply #6 on: January 07, 2006, 09:32:37 AM »
What files do I have to edit then? myserver.cfg and myconfig.cfg? I can't find any other variables related to speed gaining like the ones you already told me and it still does not function. And how to disable the thing under the co2? The one that prevents you from shooting too much? Thanks.
Michigras

PS: Seems: as if there is an error on the board, it says that I've already submitted this post, but I didn't. Now it is working again.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Enable Gain Speed
« Reply #7 on: January 07, 2006, 02:05:35 PM »
Sometimes the forum does that.  Just hit "Preview" and then post.  It should work then.

As for the setting, I just checked the menu and the options are in there, so go to "Play" "Start New Game" "Physics Setup" and make sure "Air Acceleration" and "Tripping" are both unchecked.

Derrek

  • Stingray
  • Posts: 72
Re: Enable Gain Speed
« Reply #8 on: January 07, 2006, 05:30:54 PM »
I have had problems with not being able to jump well when I launched a server on the same comp (and client software) as I was playing on.  I have not tried launching a dedicated srver from command line then launching the game to play through, so, don't know if that would help with jumping.

Michigras

  • PGP
  • Posts: 6
Re: Enable Gain Speed
« Reply #9 on: January 07, 2006, 05:53:26 PM »
Oh, yeah! Thanks, jitspoe, now it works.
And the other one... this "shoot preventor" ;-)?

A big documentation wouldn't be bad :)

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Enable Gain Speed
« Reply #10 on: January 08, 2006, 01:14:28 AM »
guntemp_inc and guntemp_dec control the gunfreezing.  It's a bar from 0to 100.  Every 1/10th of a second, it decreases by guntemp_dec, and every shot it increases by guntemp_inc.

Michigras

  • PGP
  • Posts: 6
Re: Enable Gain Speed
« Reply #11 on: January 08, 2006, 09:02:18 AM »
Okay, thank you. It's all working. But the server is now invisible :D

EDIT: Everything works now. I set Override Defaults to 1 and this was a mistake. Thank you all.
« Last Edit: January 08, 2006, 12:31:58 PM by Michigras »