Age | Commit message (Collapse) | Author |
|
theres no checks if the panel is valid or not
https://cdn.discordapp.com/attachments/941129346612068373/944097224885952552/20220217_201811.jpg
|
|
|
|
Stopped rooftop spawns oob on crashsite, drydock, and complex. Stopped spawns out of map on live fire maps.
Still some out of play spawns on wargames and glitch.
Brought up fog on maps where the spawns were revised.
Co-authored-by: Barichello <artur@barichello.me>
|
|
part 2
|
|
|
|
|
|
|
|
Fixed Respawn's non-gamer moment
|
|
|
|
* Changed the gungame earn meter to queue up rewards, to reduce the chances of rapidly gained rewards from being handled incorrectly.
* Stop queuing up the meter clearing, immediately clear.
* Removed unnecessary prints.
* Fixed players not having individual queues.
|
|
positions but it actually works
|
|
This reverts commit 050e707f4762b976791c0934b88779e038f70ade.
|
|
|
|
|
|
|
|
|
|
* added gamer weapon to sticks & stones
* playlist var prefixes
|
|
- Fixed `sh_gg_earn_meter.gnut` when used in multiple gamemodes.
- Removed some unnecessary functions from `cl_gg_earn_meter.gnut`.
|
|
- 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.
|
|
- 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>`
|
|
|
|
|
|
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.
|
|
|
|
|
|
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)
|
|
|
|
* added mode config options in menu
|
|
|
|
|
|
Co-authored-by: Barichello <artur@barichello.me>
|
|
- 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.
|
|
occupy the main slot when no actual weapons are equipped.
|
|
|
|
* added Sticks and Stones
Co-authored-by: Barichello <artur@barichello.me>
|
|
* 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
|
|
|
|
* moved fastball panel B into more cover
|
|
* stop melee from scoring points
* switch gun to wingman elite
* add wingman elite mod
* add playlistvar for wingman_n
|
|
|
|
doesn't actually change anything, just gives 500% more room for adding custom mods the pred cannon...
|
|
|
|
Add Fastball locations for Glitch and Relic
|
|
fix playlist_v2 - Causing issues with OITC (?)
|
|
|
|
Add Fastball spawns for Crash Site and Rise
|
|
|
|
Co-authored-by: theroylee <55896140+theroylee@users.noreply.github.com>
|
|
Co-authored-by: theroylee <55896140+theroylee@users.noreply.github.com>
|
|
Fixed air accel conflicting with sh_custom_air_accel and also fix res…
|