aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod/scripts/vscripts/mp/_score.nut
AgeCommit message (Collapse)Author
2022-10-21Added Music and Dialogue Event (#469)DBmaoha
* Added Music and Dialogue Event Added Music based on score event and time. Added Dialogue event based on score comparation and after killing a player's titan * Changed Filter Type to Only DM Gamemodes Only vanilla gamemodes those have unlimited respawns will automatically plays music * Added a ! omg * Removed Music Event Removed Music Event, Moved Dialogue Event to _gamestate_mp.nut * Changed mods.json * Changed RoundBased Gamemodes Check not hardcoded right now * Moved Killing Titan Dialogue to _score.nut dialogue is now together with scoreevent
2022-10-21Added Callsign Event for Core Earned And Titan Kill (#495)DBmaoha
* Added Callsign Event to Core Earned and Titan Kill Callsign event from vanilla * No Associate Entity for NPC Titan Kill * Added Check to Player Titans
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-02-15Fix non-player and invalid ent assist crashes + self-assistsDinorush
2022-01-17Merge pull request #96 from VITALISED/scoringBobTheBob
Add assist medals and scoring
2022-01-16Swag fixWill Castro
2022-01-14FixesWill Castro
2022-01-10Add assist medals and scoringWill Castro
2022-01-09Change == sign to >= sign for Nemesis triggerx3Karma
2022-01-09Additional kill score fixesx3Karma
- Reset number of deaths since last kill when the attacker gets a kill (to prevent dying once and immediately get a Comeback medal) - Change == sign to >= sign for Dominating killstreaks - Change == sign to >= sign for Mega Kills
2022-01-05Resets killstreak first before calculating kills.x3Karma
2021-12-25fix incorrect earnmeter overdrive valueBobTheBob
2021-12-24last minute changes before release probablyBobTheBob
2021-12-22playtest fixesBobTheBob
2021-12-14various fixesBobTheBob
2021-12-05fixes from playtestBobTheBob
2021-11-07code cleanup, xp, postgame and some small changesBobTheBob
2021-08-31move to new mod formatBobTheBob