aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers
AgeCommit message (Collapse)Author
2022-01-20Fix DecideSpawnZone_Generic crash (#143)ASpoonPlaysGames
2022-01-20Update _burnmeter.gnutx3Karma
- 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.
2022-01-20Update mod.json to add cl_maphack.nutx3Karma
2022-01-20Add "MAPHACK DETECTED" on client side and sonars the viewmodelx3Karma
2022-01-20Fixes Marvin from being grappledx3Karma
2022-01-20Add end time util functionsBarichello
2022-01-20Rename dev titan spawn functionBarichello
2022-01-20Add debug titan spawn functionBarichello
2022-01-19remove unnecessary logs from spawnzone algorithmBobTheBob
2022-01-19spawnpoint algo refactors and somewhat functional spawnzones algoBobTheBob
2022-01-19automatically clear visibilityflags set by wargames death effects on early ↵BobTheBob
respawn
2022-01-19add evac nodes to colonyBobTheBob
2022-01-17Merge pull request #96 from VITALISED/scoringBobTheBob
Add assist medals and scoring
2022-01-16Prevent game from crashing when contesting unassigned hardpointBarichello
2022-01-16Remove print statementsBarichello
2022-01-16Add DEV functions to amped hardpointBarichello
2022-01-16Titans now only capture Point when Pilot insideRoyalBlue1
Also fix missing brackets from last commit
2022-01-16Fix Red Blinking not showing CorrectlyRoyalBlue1
The Hardpoint Icons now blink red only when enemy is on Hardpoint
2022-01-16Another Fix to Amped Hardpoint after PlaytestingRoyalBlue1
Corrected Logic for contested Scoring Fixed Hardpoint Amped playing repeating while holding point amped
2022-01-16Scoring block when point is contestedRoyalBlue1
Not Playtested
2022-01-16Bug fixRoyalBlue1
now only Players count as capper (ticks worked before)
2022-01-16new Amped Hardpoint LogicRoyalBlue1
Logic in line with base game
2022-01-16Swag fixWill Castro
2022-01-15GetTimeLimit_ForGameMode() is no longer a stubJack Bolton
2022-01-15fix compile error loading singleplayerBobTheBob
2022-01-14FixesWill Castro
2022-01-12fix angel city skybox fogBobTheBob
2022-01-12fix WaittillAnimOver issue when swapping loadouts in dropship introBobTheBob
2022-01-12fix pilot voicesBobTheBob
2022-01-10Fix registering kills during epilogue (#82)x3Karma
* Fix Pilots vs Pilots registering kills during epilogue * Fix Skirmish counting kills uring epilogue * Fix Titan Brawl counting score during epilogue (if available)
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-09Set weapon clip to full on ampWill 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-09Add flag carrier scoring to Live Fire Arena (#88)RoyalBlue1
* Add Flag Scoring to Live Fire Arena Adds a Point to the assault score of the player who carries the Flag at round end. This is the behaviour I observed in youtube videos, but there are not enough for me to determine if this is the correct behaviour
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.