Releases: kugelrund/Elite-Reinforce
Releases · kugelrund/Elite-Reinforce
Version 0.5
Version 0.4
- Add command
saveholodeck <savename>
to allow saving on holodeck maps - Add cvar
g_snapVelocity
to allow disabling velocity snapping. Removes the fps-dependent damping of acceleration. Makes it behave like the Raven Jedi Knight games. Cheat protected.
Version 0.3
- Add cvar
g_fixFreezeBorg1
for disabling the fix for theborg1
freeze. Might be wanted to show off the crash at marathons or the like - Better fix for infinite loop in
forge3
Version 0.2
- Add cvar
g_teamKnockback
that enables team knockback and therefore self damage boosting - Add cvar
g_skipDialogs
that avoids waiting for dialogs or any other sounds to finish before continuing - Add cvar
cg_drawOverbounceInfo
that enables overbounce prediction. A prediction is made about the probability of an overbounce when dropping onto the surface that the player looks at and drawn on the HUD. G stands for go and means the probability if just walking off the current height. J stands for jump and means the probability if jumping off the current height. - Add cvar
cg_drawStrafeHelper
that enables a tool that helps with strafing. An overlay is drawn on the HUD that displays optimal viewing angles for getting the maximum possible acceleration. Several options are available for configuring the display:cg_strafeHelperCenter
: Whether to center the current look angle in the HUD or notcg_strafeHelperCenterMarker
: Whether to draw a marker for the current look anglecg_strafeHelperHeight
: The vertical height of the displaycg_strafeHelperScale
: The horizontal scaling of the display. A scaling of1
means that the left border of the screen represents the angle-pi
and the right borderpi
cg_strafeHelperY
: The horizontal position of the display,0
being in the center of the screen
Version 0.1
Fixes the common freeze on the first map ("borg1") of the game when dropping down on that one borg.