v3.1.3
edit: bhoptimer-v3.1.3-1.zip = included eventqueuefix license. bhoptimer-v3.1.3-2.zip = bug fix commit included from 70f29d3
small things mainly and might as well push out a release instead of waiting another two weeks. hopefully nobody notices that half the !czones
colors don't work because overlapping beams fucks with the color intensity. might have a bigger release next that messes with how the replays are stored and the replay format.
- included eventqueuefix 1.2.1 in release zip so people use the correct eventqueuefix version for the timer
invert this duck autogain nsl boolean
26dfdcc- added
player_speedmod
&m_flLaggedMovementValue
values to debug targetname hud thing 9a5ff64 draw perfs keyhint even in startzone so the hud doesn't resize constantly
987eebbdon't let mp_humanteam get in the way of jointeam 1 (for css spectatemenu prompt on first join)
a0153de- two stats playtime bugfixes 253321c 3636276
- fixed lowgrav & ladders sometimes breaking still (in 2022) ef5ac14
- added the
startinair
style setting which might be useful for non-bhop gamemodes like surf or tf2 stuff. might be exploitable so just let me know :^) a6ade75 - @NukoOoOoOoO added !czones so players can change zone colors & style 9c63486 #1119
- multiple maps added to shavit-mapfixes.cfg
don't start non-prespeed styles unless on ground for .5s
89e97df- modified
prespeed_ez_vel
to hopefully prevent invalid velocities & to make it work with just where the player is looking while standing still 98ee179 - make
shavit_zones_box_offset
affect zones when changed mid-map 840490c - prevent "invalid" from showing up in the top left immediately after a new WR is made.2e791a8
- adds a return value to
Shavit_GetWRName
- adds a return value to
- make the scroll count !keys display work for (non-prop) replay bots 80e8480
- adds
Shavit_GetReplayEntityFlags()
, although it might be removed in the "near" future
- adds
- prevent
shavit-replay-recorder
from overwriting faster replay files ifshavit-replay-playback
is unloaded 060ce5e - added more shavit-checkpoint forwards so third-party plugins can store custom data in checkpoints. 69445eb
mpbhops_but_working
now uses these to work with segmented checkpoints https://github.com/rtldg/mpbhops_but_working/blob/516b470feaa5180145acc28f28c05ff4793547ad/addons/sourcemod/scripting/mpbhops_but_working.sp#L116-L132StringMap customdata
was added to the bottom ofcp_cache_t
- includes
Shavit_OnCheckpointCacheSaved
,Shavit_OnCheckpointCacheLoaded
, andShavit_OnCheckpointCacheDeleted