aboutsummaryrefslogtreecommitdiff
path: root/Northstar.Custom/mod
AgeCommit message (Collapse)Author
2022-01-25add switching sides to fastballBobTheBob
2022-01-25Update _gamemode_tffa.gnutWill Castro
2022-01-25improve fastball respawn logicBobTheBob
2022-01-25Fix bleedout default valueBarichello
2022-01-25adds prefix to Sticks & Stones playlist vars (#144)Coopyy
* added gamer weapon to sticks & stones * playlist var prefixes
2022-01-21Some extra earn meter cleanup.Connie Price
- Fixed `sh_gg_earn_meter.gnut` when used in multiple gamemodes. - Removed some unnecessary functions from `cl_gg_earn_meter.gnut`.
2022-01-20Moved Join to a global JoinStringArray so that anyone can use it.Connie Price
- Added `sh_utility_all.gnut` so that we can add global utility functions to all three squirrel VMs ( UI, Client & Server ) - Also removed a rogue leftover constant.
2022-01-20GunGame PlaylistVar EnhancementsConnie Price
- Define GunGame weapons using playlist vars: e.g. `+setplaylistvaroverrides scorelimit 4 gg_weapon_0 -1|mp_weapon_r97|pas_run_and_gun gg_weapon_1 -1|mp_titanweapon_xo16_vanguard|arc_rounds gg_weapon_2 -1|mp_weapon_car|pas_run_and_gun gg_weapon_3 1|mp_weapon_grenade_sonar|pas_power_cell,amped_tacticals` - Now that any custom weapon lists can be synchronised using playlist vars, server callback icon handling has been removed, and icons are now handled purely clientside. - Cleaned up default weapons. Approximate structure of custom weapon list: `+setplaylistvaroverrides scorelimit <weaponCount> gg_weapon_<index> <offhandSlotOr-1>|<weaponClassName>|<weaponMods>`
2022-01-20Fixed gungame meter gamemode check.Connie Price
2022-01-20Fixed core HUD related stuff (#135)Connie Price
2022-01-19Update _gamemode_inf.gnutx3Karma
Adds an extra check if the current air acceleration in the game is higher than the infected, and give infected the higher air acceleration rather than the default 2500.
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-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-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-08Add TFFAWill Castro
2022-01-08Merge pull request #76 from theroylee/mainBobTheBob
Add Fastball spawns for Crash Site and Rise
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-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-03adds OITC and Hidden gamemodesx3Karma