aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod/scripts/vscripts/burnmeter/_burnmeter.gnut
AgeCommit message (Collapse)Author
2022-01-04Big Boost/Earn Meter Fixes!Connie Price
* Only set the boost from persistence once, allowing for the boost to be changed mid game by other scripts. * Added `PlayerEarnMeter_SetBoostByRef(string boostRef)` to simplify setting boosts. * Boosts now correctly disappear after being reward to the player. * Client-side reward icon will now update when the boost is changed. * Titan cores will now pull the HUD icon from the core, instead of the titan chassis. Allowing this to be handled better by other scripts. * Player boost inventory implemented! Now players will be able to store multiple boosts like vanilla. * Boost inventory limits, all vanilla boost limits are respected, and `BurnMeter_SetBoostLimit( string burnRef, int limit )` was added to accommodate this. * Fixed the unused nuke titan boost code so that if anyone decides to use it it's not horribly error prone.
2021-12-31add fd boost shop boostsBobTheBob
2021-12-30fixes map hack issuesx3Karma
2021-12-29fix burnmeter and fastball crashesBobTheBob
2021-12-28dropship intro changes and fix for infinite amped weapons on disembarkBobTheBob
2021-12-24add multi-page server browser, fix deadly ground and amped weapons crashBobTheBob
2021-12-20near-release fixesBobTheBob
2021-10-17finish burncard impl, add forced 1p fp sequences and classic rodeoBobTheBob
2021-10-16add burncard supportBobTheBob
2021-08-31move to new mod formatBobTheBob