Age | Commit message (Collapse) | Author |
|
* added second parameter to BurnMeter_GetLimitedRewardCount
* fixed some weird shit happening
|
|
* Map hack fixes and adjustments
* Added length variable
|
|
|
|
|
|
This reverts commit 5567438641037b23cb95bf7c6a046eb19e172917.
|
|
This reverts commit 0a169db4ab3db1f05f3a95b73e3b55f0268239c5.
|
|
- fixed infinite map hacks
- fixed "SONAR DETECTED" message playing with "MAPHACK DETECTED"
- increased the range of the pulse of map hack
- for whatever reason, dying while a map hack is going on stops the map hack.
|
|
|
|
|
|
- Fixed Dice Roll still picking "titan only" boosts.
- Added a more flexible way to set replacements for "non-titan" modes. `BurnMeter_SetNoTitansReplacement( string original, string replacement)`
- Fixed ticks not being rewarded in pairs.
- Added support for multiple boost rewards. `BurnMeter_SetBoostRewardCount( string burnRef, int count )`
|
|
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|