aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod/scripts/vscripts/evac
AgeCommit message (Collapse)Author
2023-09-02Progression system (#655)Jack
This also can't hurt right? --------- Co-authored-by: uniboi <64006268+uniboi@users.noreply.github.com>
2022-10-21Fixed Evac Visual and Sound (#466)DBmaoha
* Fixed Evac Visual and Sound Fix evac intro visual, flying sound and leaving visual * Removed Unnecessary comments Added better comments * Added IsValid() Check Added IsValid() check after a wait * Added EndSignal and Default Situation for ShipSetting
2022-08-11Swap EVAC_WAIT_TIME to waitTime in _evac.gnut (#482)x3Karma
2022-08-07Fix race condition crash when boarding dropship as it explodes (#438)GeckoEidechse
Co-authored-by: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Co-authored-by: BobTheBob <32057864+BobTheBob9@users.noreply.github.com>
2022-03-03spectator refactor and private match spectator supportBobTheBob
2022-03-01added IsTitan() and IsPlayerDisembarking() checks for evac (#253)ASpoonPlaysGames
* added IsTitan() and IsPlayerDisembarking() checks for evac * Moved checks, and changed to use ContextAction_IsBusy()
2022-02-27prevent titans from attempting to evacBobTheBob
2022-01-30fix bad SetTargetName callBobTheBob
2022-01-28fix evac ship healthBobTheBob
2021-12-29Fix missing respawn grace during EvacEpilogue and Postmatch gamestateSoup-64
Adds in a helper function on top of setting respawn behaviour for adding a grace period before disabling the respawn to fix #30. This also disables respawns during the Postmatch game state, and grace length is controlled by the GAME_EPILOGUE_PLAYER_RESPAWN_LEEWAY constant.
2021-12-27set evac ship destruction damage type to DF_GIBBobTheBob
2021-12-26add ns_private_match_countdown_length and fix flyout and evac issueBobTheBob
2021-12-22playtest fixesBobTheBob
2021-12-19fixes and dropship refactorBobTheBob
2021-12-15more playtest fixesBobTheBob
2021-12-05fixes from playtestBobTheBob
2021-12-05big commit for playtestingBobTheBob
2021-11-07code cleanup, xp, postgame and some small changesBobTheBob
2021-10-14oh fuck i forgot to commit for a whileBobTheBob
2021-08-31move to new mod formatBobTheBob