aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom/mod/scripts/vscripts/gamemodes/_gamemode_inf.gnut
AgeCommit message (Collapse)Author
2024-01-04Use `getrandom()` instead of random int from player array (#778)v1.21.4-rc1v1.21.4GeckoEidechse
Use `getrandom()` instead of random int from player array to select infected Co-authored-by: ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com>
2024-01-04Prevent crash when selecting first infected (#731)Jack
End match early if there are no players when trying to select infected
2023-03-02Infection Bug Fixes (sonar warning and late joiners) (#454)x3Karma
* General Infection Bug Fixes Last player alive gets a warning that they are visible to all infected * Taken Gecko's suggestion instead. Late joiners before first infected spawn as survivors
2022-01-19Update _gamemode_inf.gnutx3Karma
Adds an extra check if the current air acceleration in the game is higher than the infected, and give infected the higher air acceleration rather than the default 2500.
2022-01-04Fixed air accel conflicting with sh_custom_air_accel and also fix respawning ↵x3Karma
at end kill replay.
2021-12-30fix end of game replay perspective and repsawns during replaysSoup-64
properly sets the end of game replay to use the appropriate player, and prevents respawns during end of game replays
2021-12-30Prevents setting last survivor again when new player connectsx3Karma
2021-12-29Add Round Winning Kill Replay for Infectionx3Karma
2021-12-22playtest fixesBobTheBob
2021-12-05big commit for playtestingBobTheBob
2021-11-07code cleanup, xp, postgame and some small changesBobTheBob
2021-10-17finish burncard impl, add forced 1p fp sequences and classic rodeoBobTheBob
2021-10-14oh fuck i forgot to commit for a whileBobTheBob
2021-08-31move to new mod formatBobTheBob