QL.insta.cfg

177 replies [Last post]
mow Q [EN]
Offline
Joined: Nov 2003
Posts:
Re: QL.insta.cfg

I have a parrot here.

equinox
Offline
Joined: Jan 2011
Posts:
RS Serbia
Re: QL.insta.cfg

which makes you mow one -eyed pirate from quakeribbean island Big grin

outofhere!
hook's picture
Offline
Joined: Mar 2008
Posts:
Re: QL.insta.cfg

hello guyz.. ok physics and ramp jumps in this cfg.

There are probably those inclined ramps meant in ermap3 there are hardly any stairs.

That's rightly so. Quake Live has indeed "Ramp Jumps" installed, but they are disabled. You can only activate it in practice mode and play locally test /, but not online.

Excessive increase in most configs Ramp Jumps have enabled, so expect / want / miss it well.

If desired, i can add simple PHYSICS_RAMP_JUMPS.

Fragmovies and more Arrow Click ME!

AsphyxEvents Website Arrow Click ME!

mi3 * blackfx -C4-BLACKFX
BlackFx's picture
Offline
Joined: Mar 2010
Posts:
Re: QL.insta.cfg

just checked insta on ql. there is realy cooldown on weapon switch.
and on qlinsta.cfg u can shoot with rail and fast switch to gauntlet. it's sux

^t
smasherchif's picture
Offline
Joined: Oct 2009
Posts:
Re: QL.insta.cfg
outofhere! wrote:

That's rightly so. Quake Live has indeed "Ramp Jumps" installed, but they are disabled. You can only activate it in practice mode and play locally test /, but not online.

no, asp. actually it's been for quite some time that pro subscribers can turn ramp jumps on when they create a server (though doing so will make these matches unranked). besides, ql ramp jumps are more like double jumps.
oh, and you better add support for a custom cvar, e.g. pmove_rampjump (0|1) like in ql, that will add/subtract PHYSICS_DOUBLE_JUMPS to/from the xp_physics bitmask, than just implement this physics in cfg explicitly.
for example, like this:

if ($pmove_rampjump == "")   $pmove_rampjump = 0;  // default is off
$xp_physics = blah-blah-blah | ($pmove_rampjump != 0 ? PHYSICS_DOUBLE_JUMPS : 0);

also, please keep in mind what blackfx said: in ql you can't instaswitch to any weapon after making a rail shot - you have to wait while rail reloads first. so, your current setting that allows making a rail shot and then instaswitching and firing with gaunt is wrong.


.aNk/xXxp4l/:bR.Shady'XYN! wrote:
Fuck! I just thought of the most awesome pun about the BC vs Smurfs final game and the flames that followed :
"In Soviet Moldavia, Pole rages YOU"
like 2 months after Call me

3M'darkangel wrote:
// 09:30:49 27.06.2010, UNKNOWN LOCATION,
Name { "Biotoxin" }
IP { "localhost" }

SHUDDER wrote:
People are training hard to hide their autoshoot so well while gain enough skills to win (or at least compete on similar level) without them. This is getting insane or provoked. I feel like I would cut myself with Ockham's Razor if I claim a cheat there.

XTERMY [EN]
XTERMY's picture
Offline
Joined: Oct 2003
Posts:
Re: QL.insta.cfg
XTERMY [EN] wrote:

madbringer wrote:
XTERMY [EN] wrote:
madbringer wrote:
XTERMY, you might want to set r_enablePostProcess to 0, it's a very well known cause for messing up your fps. :) Might want to mess around with vertex and dynamic lighting settings as well.

Thanks Mad, after r_enablePostProcess "0" my 125 fps are back but after having some gamma problems as is too dark and r_gamma command doesn't make any difference. The only solution I have seen is to set r_ignorehwgamma to 1 and is bright again and ok but, again, r_gamma not making any differences. Any more commands I should play with for the gamma? I always use r_vertexlight 1, r_dynamiclight 0 and r_picmic 0

Not sure. If you want to tweak your brightness you can try increasing/decreasing the value of r_intensity, r_overbrightbits and r_mapoverbrightbits, they adjust the brightness of model textures and map textures. The values can be fractional, it's really handy if you want to make everything just a bit darker or brighter.

Ok, I will try them later Happy After r_enablePostProcess "0" I think I only had brightness problems. I can handle that ones but I couldn't play with fps moving beetwen 50-100. Thanks again.

After more testing, I did realise that I still had a bit of fps drops to 90-100. In case anyone interested, the problem of my fps drops was IE9 because after using Firefox my fps were stable all the time and also was able to use r_enablePostProcess "1" what fixed my gamma. Only thing I had to change was r_enableColorCorrect to "0" and everything ok. So now I can start playing QL again Happy

outofhere!
hook's picture
Offline
Joined: Mar 2008
Posts:
Re: QL.insta.cfg
^t wrote:

outofhere! wrote:
That's rightly so. Quake Live has indeed "Ramp Jumps" installed, but they are disabled. You can only activate it in practice mode and play locally test /, but not online.

no, asp. actually it's been for quite some time that pro subscribers can turn ramp jumps on when they create a server (though doing so will make these matches unranked). besides, ql ramp jumps are more like double jumps.
oh, and you better add support for a custom cvar, e.g. pmove_rampjump (0|1) like in ql, that will add/subtract PHYSICS_DOUBLE_JUMPS to/from the xp_physics bitmask, than just implement this physics in cfg explicitly.
for example, like this:

if ($pmove_rampjump == "")   $pmove_rampjump = 0;  // default is off
$xp_physics = blah-blah-blah | ($pmove_rampjump != 0 ? PHYSICS_DOUBLE_JUMPS : 0);

also, please keep in mind what blackfx said: in ql you can't instaswitch to any weapon after making a rail shot - you have to wait while rail reloads first. so, your current setting that allows making a rail shot and then instaswitching and firing with gaunt is wrong.

Thank you for your good explaining! I have it now!

Fragmovies and more Arrow Click ME!

AsphyxEvents Website Arrow Click ME!

XV!BENEDYKT
xvibenedykt's picture
Offline
Joined: Jul 2008
Posts:
Re: QL.insta.cfg

when we load qlinsta cfg we need to manualy change g_speed to 320 or not? i guess it is possible to set it by default in qlinstacfg

animalchik
fala.q3's picture
Offline
Joined: Jul 2009
Posts:
Re: QL.insta.cfg
XV!BENEDYKT wrote:

when we load qlinsta cfg we need to manualy change g_speed to 320 or not? i guess it is possible to set it by default in qlinstacfg

it is
$g_speed = 320;

I am addicted to life.

XV!BENEDYKT
xvibenedykt's picture
Offline
Joined: Jul 2008
Posts:
Re: QL.insta.cfg

sry for question Tongue iam too lazy to download it Tongue
thx fala