aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers
AgeCommit message (Collapse)Author
2022-01-16Swag fixWill Castro
2022-01-14FixesWill Castro
2022-01-10Fuck 37Will Castro
2022-01-10FuckWill Castro
2022-01-10I have changed these 4 lines 3 times, sadWill Castro
2022-01-10Fix more formatting jesusWill Castro
2022-01-10Fix formattingWill Castro
2022-01-10Add assist medals and scoringWill Castro
2022-01-08proper pvp spawnpoint rating algorithm implementationBobTheBob
2022-01-08Merge branch 'main' of https://github.com/R2Northstar/NorthstarModsBobTheBob
2022-01-08add GetWinningTeamWithFFASupport for timeout winning checksBobTheBob
2022-01-08Merge pull request #81 from x3Karma/patch-5BobTheBob
ClearLastAttacker added after respawning
2022-01-07ClearLastAttacker added after respawningx3Karma
to prevent any method of suicide to continue crediting the previous killer.
2022-01-05Hide death from scoreboard when playerDeathHidden is trueUnknown
This fixes the scoreboard showing a death when player survived a round in roundbased gamemodes
2022-01-05Merge pull request #71 from connieprice/mainBobTheBob
Boost Fixes Redux
2022-01-05prevent spectator velocity from increasing due to gravityBobTheBob
2022-01-05Boost Fixes ReduxConnie Price
- 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 )`
2022-01-04Merge pull request #66 from x3Karma/patch-2BobTheBob
Resets killstreak first before calculating kills.
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.
2022-01-05Resets killstreak first before calculating kills.x3Karma
2022-01-03Merge pull request #46 from connieprice/mainBarichello
Added a pro screen check to titan to pilot loadout retrieval.
2022-01-04Update _ai_mp.gnutx3Karma
minor spelling mistake
2022-01-03Merge pull request #38 from 0neGal/mainBarichello
fix incorrectly formatted JSON
2022-01-02fix potential crash in ttdm introBobTheBob
2022-01-01fix dropship intro using the wrong team's spawnsBobTheBob
2022-01-01fix race condition with games being won in a death callback for roundwinning ↵BobTheBob
killreplays
2021-12-31add fd boost shop boostsBobTheBob
2021-12-31Merge pull request #45 from abarichello/fix/wargames-intro-offhand-weaponBobTheBob
Disable offhand weapons during wargames intro
2021-12-31Sync wargames intro animationsBarichello
2021-12-31allow lf to work on non-lf mapsBobTheBob
2021-12-30Added a pro screen check to titan to pilot loadout retrieval.Connie Price
Just like the normal loadout "giver", prevents an error when a weapon is not properly setup to use the proscreen, but has been given as part of a loadout.
2021-12-30Disable offhand weapons during wargames introBarichello
2021-12-30somehow missed this one0neGal
2021-12-30fixed incorrectly formatted JSON0neGal
2021-12-30adds timeout checker to PvPx3Karma
2021-12-30wrong file fuck me this is a backupx3Karma
2021-12-30adds time out check for all of thesex3Karma
2021-12-30Merge branch 'R2Northstar:main' into mainx3Karma
2021-12-30fixes map hack issuesx3Karma
2021-12-29Fix #17Barichello
2021-12-30Merge pull request #22 from x3Karma/mainBobTheBob
General Gamemodes Improvement
2021-12-30Merge pull request #19 from connieprice/mainBobTheBob
Fixed the game erroring when disembarking from a titan and the player…
2021-12-30Merge pull request #32 from Soup-64/patch-1BobTheBob
Fix missing respawn grace during EvacEpilogue and Postmatch gamestate
2021-12-30speedball and dropship crash fixesBobTheBob
2021-12-29Fix missing respawn grace during EvacEpilogue and Postmatch gamestateSoup-64
Adds in a helper function on top of setting respawn behaviour for adding a grace period before disabling the respawn to fix #30. This also disables respawns during the Postmatch game state, and grace length is controlled by the GAME_EPILOGUE_PLAYER_RESPAWN_LEEWAY constant.
2021-12-30reset flags properlyx3Karma
2021-12-29Merge pull request #4 from x3Karma/patch-4x3Karma
Stop Titan Brawl from scoring during the epilogue if tits turned on lol
2021-12-29Merge pull request #2 from x3Karma/patch-2x3Karma
Stop Skirmish from scoring during the epilogue
2021-12-29Stop Titan Brawl from scoring during the epilogue if tits turned on lolx3Karma
2021-12-29Stop Skirmish from scoring during the epiloguex3Karma