branchsbox-boomer/maincancel

333 Commits over 184 Days - 0.08cph!

1 Year Ago
Add GiveAirshotAward virtual property to DeathmatchWeapon and add it for RailGun and RocketLauncher Fixed all pickups running code client-side that should be server-side only Add Award class and all basic award types (some don't have the announcer sound yet) Add test GiveAwardCmd (admin-only) and first player death tracker for First Blood Add ConsecutiveKills and SpreeKills, as well as track domination kills and give all awards accordingly Add basic award UI to be styled later Merge branch 'main' of sbox-boomer
1 Year Ago
Reduced Healthkit to 15 Mega Health model Better armour pickup model
1 Year Ago
Some cleanup + fix BouncingProjectile impact logic More tidy up
1 Year Ago
Exploded on impact Grenades Rocket Launcher in killfeed
1 Year Ago
Adjusted Railgun knockback Nail climbing Updated armour material
1 Year Ago
Delete old content + added armour pickup model
1 Year Ago
Increase round timer annoying during testing
1 Year Ago
Custom Citizen skin
1 Year Ago
Temp Sounds
1 Year Ago
Add BouncingProjectile.BounceSoundMinimumVelocity and set in GrenadeLauncher
1 Year Ago
Add BulletDropWeapon.AdjustProjectileVelocity Improve BouncingProjectile logic to use correct values for Reflect Fixed HealthKit Adjusted projectile starting velocity and bounciness for grenade launcher Added BouncingProjectile.BounceSound Merge branch 'main' of sbox-boomer
1 Year Ago
remove projectile drop from nailgun and rocketlauncher
1 Year Ago
Fixed rocket jumping
1 Year Ago
Use same effect and sound for explosion for grenade as rocket
1 Year Ago
Added WeaponUtil and Vector3Extension Add ProjectileSimulator and implement for BoomerPlayer Remove GLGrenade and NailProjectile Update all projectile weapons to use ProjectileSimulator and BulletDropWeapon / BulletDropProjectile classes Merge branch 'main' of sbox-boomer Fix merge conflicts
1 Year Ago
Added colour materials nail and grenade projectile models Nails Lightning and GL ammo models Tags on ammo Rail ammo pickup Updated Rocket ammo and projectile model
1 Year Ago
Hud Tweak and Round Timer
1 Year Ago
Updated Shader Updated GiveAll command Added Health and buckshot pickup model Update test_movement.vpk
1 Year Ago
Make rim light point up
1 Year Ago
Shader
1 Year Ago
Health Pickup model Correct materials
1 Year Ago
Allow the railgun to hold more rounds
1 Year Ago
Allow custom respawn times
1 Year Ago
Turn prediction off on projectiles Will take a bit of exercise to make these things lag free, just smooth em out and rid of console spam for now Don't add weapon to inventory if you already have one Fix ammo not getting picked up
1 Year Ago
Added Guns to test map
1 Year Ago
Updated Testmap
1 Year Ago
Tweaked scoreboard ui Show nailgun and gl in killfeed
1 Year Ago
WIP health pickup particle
1 Year Ago
Allow health and armour overheal decay per sec over 100 Update viewmodel offset
1 Year Ago
Added slow moving volume
1 Year Ago
Added temp weapon models Set up ammo for new weapons
1 Year Ago
Damage ramp up on lightning gun No fall damage
1 Year Ago
Move Zoomed to base weapon, easily set which weapons can zoom Lerp FoV when you zoom in with weapon Adjust sensitivity accurately to field of view
1 Year Ago
lightning gun icon
1 Year Ago
Stop lightning effect & sound when lightning gun gets put away GiveAll adds lightning ammo too Update lightning effect on frame so it doesn't lag behind in motion
1 Year Ago
moved gl grenade to projectile folder Removed sliding fluff
1 Year Ago
reduce lightning gun dmg
1 Year Ago
Player no longer has crossbar weapon WIP lightning gun Adjust fall damage will probably remove Added lightning gun to base weapon start
1 Year Ago
Railgun increments instead of stomping player's velocity
1 Year Ago
Grenade explosion force affects player
1 Year Ago
Tighten up camera lerp Lerp ViewModel's target position too so it doesn't clip camera when sliding
1 Year Ago
Allow jumping out of a slide Fix ledge grab sometimes putting player through ceilings
1 Year Ago
Updated HUD
1 Year Ago
Disabled Motionblur from dash
1 Year Ago
Easily set move speed per weapon
1 Year Ago
Delete GrenadeWeapon.cs Removed Alt action on Rocket Launcher Alt fire on shotgun + buff UI adjust
1 Year Ago
Fix .addon's Resources path Be sure to give player the desired weapons on setup
1 Year Ago
Only recharge dash if grounded
1 Year Ago
Rename GroundDash to Dash, Dash handles both air and ground. Remove AirDash
1 Year Ago
Added Jumppad