Excessive Plus v1.04-beta4
you can turn it off with xp_drawmouse 0
r_dynamiclight?
DOH! Of course ty Skull.
Seems to be a prob with the new userdb stuff when using the SQL lite - if we got server set to xp_userdb 1, when someone connects or changes nick, everyone on game feels a lag. With it set to 0, no lags.
Some suggestions for "weapon" configs:
- option for controlling player sounds like footsteps, jumping sound, railgun and lightning gun noises
- option QLish/CPMish ammo pickups, for example in QLive you always get same amount of ammo when you pickup a weapon or ammobox
echo does not show on screen. only in the console
Some suggestions for "weapon" configs:
- option for controlling player sounds like footsteps, jumping sound, railgun and lightning gun noises
- option QLish/CPMish ammo pickups, for example in QLive you always get same amount of ammo when you pickup a weapon or ammobox
Player sound controlling should also include spawning sound.
Do you mean something like this?
$decoded = preg_replace("/\+([\x01-\x7F])#/es", "chr(ord('\\1') + 127)", $encoded);
This is exactly what i was looking for, thanks
Any predictions about beta5 release date?
Any predictions about beta5 release date?
or 1.04 full :rabbit:
Unlucky, this fix did not make it into beta4. So prediction is still reset by /vid_restart etc. Should be fixed in beta5
Could you provide more infos to make it reproducable? Been playing with bots now for a while trying to force it but with no luck
Thank you. Added the filter until new vote system is ready.
Fixed and added, thanks.
Actually, I started to work on felxible huds but this will not make it into 1.04
Do you mean something like this?
$decoded = preg_replace("/\+([\x01-\x7F])#/es", "chr(ord('\\1') + 127)", $encoded);