aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod/scripts/vscripts/mp/_score.nut
AgeCommit message (Collapse)Author
2024-06-28Implement Match Goals menu and XP tracking (#756)v1.26.0-rc4v1.26.0William Miller
for vanilla parity when it comes to the progression system. See PR description for full details
2024-01-29Scale pilot kill core gain properly for mixed modes (#702)Jack
Closes #682
2023-11-21Implement missing Score Events (#700)v1.20.1-rc5v1.20.1Jack
* use consts for killingspree and rampage score events * add Revenge and Quick Revenge score events * ensure no revenge/quick revenge against non-players * this is OnPlayerKilled i dont need this check * implement mayhem and onslaught
2023-10-18Fix Titan Assist not tracking properly (#744)William Miller
Titan Assist medals aren't given to players who assisted damage when someone kills a titan, that is due the fact that Titans stores damage history in their Soul component, not the NPC itself.
2023-09-02Progression system (#655)Jack
This also can't hurt right? --------- Co-authored-by: uniboi <64006268+uniboi@users.noreply.github.com>
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