summaryrefslogtreecommitdiffhomepage
path: root/gamedata/gamelib.kv
AgeCommit message (Collapse)Author
2023-05-21Add command to reset L4D2 vote cooldownsWillian Henrique
In most versions of L4D2, players cannot call a vote (e.g. switch campaign, change difficulty, restart campaign) more than once every 3 minutes. This makes resetting on a first map a pain, usually requiring reloading the map to reset the vote state. This new sst_l4d_vote_cooldown_reset command empties the list of structures tracking vote callers, allowing all players to vote again immediately. This should make resetting runs a lot easier on versions without unlimited votes.
2022-05-13Properly finish refactoring con to use gamedataMichael Smith
2022-05-06HOTFIX: Fix L4D2 2.0.0.0 crashingv0.3-HOTFIXMichael Smith
Idiotic problems require idiotic solutions.
2022-05-03Add entity property finding and L4D warp testingMichael Smith
This was a lot more code than expected, but it might be finally close to time to release the next beta... We'll see if any more rabbit holes present themselves to jump into, though.
2022-03-19Add L4D:S CheckJumpButton index for autojumpHayden
2021-12-27Reintroduce autojump codeMichael Smith
2021-11-20Initial public snapshotMichael Smith
With code from Bill. Thanks Bill!