aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom
AgeCommit message (Collapse)Author
2022-01-19Merge branch 'main' of https://github.com/R2Northstar/NorthstarModsBobTheBob
2022-01-19potentially fix fastball client crashBobTheBob
2022-01-18Remove sv_cheats condition from kill and explodex3Karma
Short little edit on mobile. Main reasons is to make it more similar to community interactions in Team Fortress 2 where players killbind themselves for seemingly no reason. (It's funny)
2022-01-17Fixed using boosts with primary equipped melee weapons.Connie Price
2022-01-17Added Sticks & Stones Configuration as Playlist Vars (#115)Coopyy
* added mode config options in menu
2022-01-16Fix missing mp checksBarichello
2022-01-15Remove Stacks from Fastball map rotationGeckoEidechse
2022-01-15Moved pulse blade to the slot it's normally in.Connie Price
Co-authored-by: Barichello <artur@barichello.me>
2022-01-15Added a percentage meter to gungame, that also displays the next weapon!Connie Price
- New gungame meter, by default acts exactly like before, just adds some visual flair. - Support for varying reward percentages for Kills, Assists and Executions so to let server owners mix up their gungames a bit more. - Actual assist support, by default providing no points, but the option is now there. - Replaced the Archer with a primary enabled melee, finally no more Archer blocking half the screen.
2022-01-15Add "allow_as_primary" to all pilot melees so that they can be used to ↵Connie Price
occupy the main slot when no actual weapons are equipped.
2022-01-13Add ns_force_melee cvar (#105)hummusbird
2022-01-13Add Gamemode: Sticks & Stones (#107)Coopyy
* added Sticks and Stones Co-authored-by: Barichello <artur@barichello.me>
2022-01-12Peacekraber Bug fixing + balance update. (#103)EladNLG
* peacekraber fix i have no idea why this works but it does and therefore I do not intend to take into calculation anyone else's opinion on the matter. * Balance update for peacekraber Now requires to hit weak spots to damage a titan. Increased fire rate (1.33 -> 4.0) and rechamber time (0.756 -> 0.924) to make it look more fluid. Increased damage (11 -> 15) to decrease the distance between it and the mastiff (as it is pretty much overall a slower mastiff that reaches further) Increased titan damage (20-15 -> 40-30). * Fix error when respawning after killreplay (PK) * Add OnWeaponOwnerChanged callback * Fixed crosshair persisting after picking up another weapon instead of the peacekraber
2022-01-12Add tactical ability restriction (#97)hummusbird
2022-01-12Moved fastball panel B on glitch (#99)Neoministein
* moved fastball panel B into more cover
2022-01-11One in the Chamber - Balancing (#78)hummusbird
* stop melee from scoring points * switch gun to wingman elite * add wingman elite mod * add playlistvar for wingman_n
2022-01-10Update core mods descriptionBarichello
2022-01-10Add legion mod optimizationEladNLG
doesn't actually change anything, just gives 500% more room for adding custom mods the pred cannon...
2022-01-10Add panels for Homestead and DrydockGeckoEidechse
2022-01-10Merge pull request #83 from GeckoEidechse/fastball-panels-glitch-relicBobTheBob
Add Fastball locations for Glitch and Relic
2022-01-08Merge pull request #84 from hummusbird/playlist_patchBobTheBob
fix playlist_v2 - Causing issues with OITC (?)
2022-01-08Add TFFAWill Castro
2022-01-08Merge pull request #76 from theroylee/mainBobTheBob
Add Fastball spawns for Crash Site and Rise
2022-01-07fix playlist_v2hummusbird
2022-01-07 Add panel locations for RelicGeckoEidechse
Co-authored-by: theroylee <55896140+theroylee@users.noreply.github.com>
2022-01-07Add panel locations for GlitchGeckoEidechse
Co-authored-by: theroylee <55896140+theroylee@users.noreply.github.com>
2022-01-06Merge pull request #63 from x3Karma/mainBarichello
Fixed air accel conflicting with sh_custom_air_accel and also fix res…
2022-01-06Added russian translate to northstar_custom (#75)OranGeNaL
* Added russian translate to northstar_custom * removed DS_Store * removed all DS_Store
2022-01-06Changed A and C panel locations on Risetheroylee
Moved these both closer to the middle of the map to encourage denying respawns based on panels.
2022-01-06Update location of B panel on Crash SiteGeckoEidechse
As discussed in the PR to NorthstarMods
2022-01-06Added Rise Fastball spawnstheroylee
2022-01-06Added Crash Site Fastball spawnstheroylee
2022-01-05update Northstar.Custom versionBobTheBob
2022-01-05Merge pull request #71 from connieprice/mainBobTheBob
Boost Fixes Redux
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-04Fix airaccel reset on titan rodeohummusbird
see: https://www.youtube.com/watch?v=eQajX9dnCes
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-04Fixed air accel conflicting with sh_custom_air_accel and also fix respawning ↵x3Karma
at end kill replay.
2022-01-03Fix changing loadouts bypassing restricted weapons (#52)hummusbird
* Fix changing loadouts bypassing restricted weapons Changing loadouts currently ignores the restricted weapon list. * Update _disallowed_weapons.gnut * accidental spaces
2022-01-03added fastball config for map colonyNeoministein
2022-01-03added fastball config for map forwardbase kodaiNeoministein
2022-01-03added fastball config for map complexNeoministein
2022-01-04Fix indentations in _gamemode_chamber.nutx3Karma
2022-01-04Fix indentations in _gamemode_hidden.nutx3Karma
2022-01-04fix indentations in playlistsx3Karma
2022-01-04Fix indentations in mod.jsonx3Karma
2022-01-04Merge branch 'main' into mainx3Karma
2022-01-03Merge pull request #38 from 0neGal/mainBarichello
fix incorrectly formatted JSON
2022-01-03adds OITC and Hidden to mod.jsonx3Karma
2022-01-03Adds OITC and Hidden to playlistx3Karma