aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod/scripts
AgeCommit message (Collapse)Author
2022-05-11Update _gamemode_fd.nut (#353)x3Karma
- prevent final wave scoring by setting victory condition first - added CreateTickEvent, SpawnTick, CreateTrackedDroppodTick functions - fixed Arc Titans not spawning correctly - fixed Nuke Titans not moving
2022-05-11Indent fixRoyalBlue1
Replaced spaces for indentation with tabs in the few places it was done
2022-05-09Harvester changes (#350)x3Karma
- changed from PropScriptDamaged to AddEntityCallback_OnDamaged - should also register damage if there's an opposing enemy player - changed HarvesterStruct to HarvesterStruct& - fix looping harvester shield regenning noise - format some code (i cant stand it)
2022-03-25Added Game Loss screenRoyalBlue1
-prepared some fd awards for win screen -added shouldThread option to waveEvents
2022-03-25Merge remote-tracking branch 'upsteam/gamemode_fd' into gamemode_fdRoyalBlue1
2022-03-25Added Game End ConditionsRoyalBlue1
Changed super spectres
2022-03-25Added Restart and Win and Mortar TitanRoyalBlue1
2022-03-25Added waveend scoringRoyalBlue1
2022-03-25Added Array to track alive TitansRoyalBlue1
Added rise shop
2022-03-25More Events and Titan NavigationRoyalBlue1
2022-03-25Added wave event logic RoyalBlue1
added some first Events created method to get 9 most spawned enemies for client ui split Harvester Fx to make shield disappear when down
2022-03-25moved harvester creation, added harvester sound, added smokesRoyalBlue1
2022-03-25Harvester Color change with healthRoyalBlue1
2022-03-25Spawn Harvester and load Npc RoutesRoyalBlue1
2022-03-15Added Game End ConditionsRoyalBlue1
Changed super spectres
2022-03-15Map hack bug fixes and adjustments (#257)v1.6.0-rc2v1.6.0-rc1Dinorush
* Map hack fixes and adjustments * Added length variable
2022-03-12Added Restart and Win and Mortar TitanRoyalBlue1
2022-03-11Merge branch 'main' of https://github.com/R2Northstar/NorthstarModsBobTheBob
2022-03-11script api for server=>client stringcmdsBobTheBob
2022-03-11Additional scoring fixes (#261)x3Karma
* Fix Assists being granted to the victim * Show attacker callsign on MegaKill * adds battery titan meter gain and fix some AI meter gain
2022-03-11Added waveend scoringRoyalBlue1
2022-03-06Add function to update vortex shield ignored weapons (#250)JMM889901
2022-03-04rotate spawnzones if players die within their spawnzoneBobTheBob
2022-03-04prevent crash if offhand slot is not found when using Tactikill (#255)x3Karma
2022-03-03cleanup respawn and script prediction management codeBobTheBob
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-02-24Added Array to track alive TitansRoyalBlue1
Added rise shop
2022-02-23Add E-Smoke reward to Core Meter (#212)Dinorush
2022-02-23Fixes Kodai + Angel battery spawns (#224)Dinorush
2022-02-22More Events and Titan NavigationRoyalBlue1
2022-02-22fix broken battle chatter checkBobTheBob
2022-02-21Advanced chat: custom messages and client hooks (#217)Tom Barham
Co-authored-by: EmmaM <27428383+emma-miler@users.noreply.github.com>
2022-02-21Change PlayBattleChatterLine to only play to friendlies (#221)ASpoonPlaysGames
2022-02-21Added wave event logic RoyalBlue1
added some first Events created method to get 9 most spawned enemies for client ui split Harvester Fx to make shield disappear when down
2022-02-20Update hardpoint pilot cap strengthBarichello
2022-02-19Implement hardpoint amp/unamp animationsBarichello
2022-02-19Refactor hardpoint chevron logicBarichello
2022-02-19Refactor capper data structures in hardpoint thinkBarichello
2022-02-19Update OnHardpointLeft player removalBarichello
2022-02-19Add FindAndRemove utilityBarichello
2022-02-19Add helper function SetScoreLimitBarichello
2022-02-19Remove dev function exportBarichello
2022-02-19moved harvester creation, added harvester sound, added smokesRoyalBlue1
2022-02-19Harvester Color change with healthRoyalBlue1
2022-02-19Spawn Harvester and load Npc RoutesRoyalBlue1
2022-02-18Fix Hardpoint stuck on amped status (#199)Maya
2022-02-17new spawnzone-based ctf spawn algoBobTheBob
2022-02-17remove unnecessary assist code from _gamemode_tdmBobTheBob