branchsbox-boomer/maincancel

333 Commits over 184 Days - 0.08cph!

2 Years 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
2 Years Ago
Reduced Healthkit to 15 Mega Health model Better armour pickup model
2 Years Ago
Some cleanup + fix BouncingProjectile impact logic More tidy up
2 Years Ago
Exploded on impact Grenades Rocket Launcher in killfeed
2 Years Ago
Adjusted Railgun knockback Nail climbing Updated armour material
2 Years Ago
Delete old content + added armour pickup model
2 Years Ago
Increase round timer annoying during testing
2 Years Ago
Custom Citizen skin
2 Years Ago
Temp Sounds
2 Years Ago
Add BouncingProjectile.BounceSoundMinimumVelocity and set in GrenadeLauncher
2 Years 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
2 Years Ago
remove projectile drop from nailgun and rocketlauncher
2 Years Ago
Fixed rocket jumping
2 Years Ago
Use same effect and sound for explosion for grenade as rocket
2 Years 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
2 Years 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
2 Years Ago
Hud Tweak and Round Timer
2 Years Ago
Updated Shader Updated GiveAll command Added Health and buckshot pickup model Update test_movement.vpk
2 Years Ago
Make rim light point up
2 Years Ago
Shader
2 Years Ago
Health Pickup model Correct materials
2 Years Ago
Allow the railgun to hold more rounds
2 Years Ago
Allow custom respawn times
2 Years 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
2 Years Ago
Added Guns to test map
2 Years Ago
Updated Testmap
2 Years Ago
Tweaked scoreboard ui Show nailgun and gl in killfeed
2 Years Ago
WIP health pickup particle
2 Years Ago
Allow health and armour overheal decay per sec over 100 Update viewmodel offset
2 Years Ago
Added slow moving volume
2 Years Ago
Added temp weapon models Set up ammo for new weapons
2 Years Ago
Damage ramp up on lightning gun No fall damage
2 Years 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
2 Years Ago
lightning gun icon
2 Years 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
2 Years Ago
moved gl grenade to projectile folder Removed sliding fluff
2 Years Ago
reduce lightning gun dmg
2 Years Ago
Player no longer has crossbar weapon WIP lightning gun Adjust fall damage will probably remove Added lightning gun to base weapon start
2 Years Ago
Railgun increments instead of stomping player's velocity
2 Years Ago
Grenade explosion force affects player
2 Years Ago
Tighten up camera lerp Lerp ViewModel's target position too so it doesn't clip camera when sliding
2 Years Ago
Allow jumping out of a slide Fix ledge grab sometimes putting player through ceilings
2 Years Ago
Updated HUD
2 Years Ago
Disabled Motionblur from dash
2 Years Ago
Easily set move speed per weapon
2 Years Ago
Delete GrenadeWeapon.cs Removed Alt action on Rocket Launcher Alt fire on shotgun + buff UI adjust
2 Years Ago
Fix .addon's Resources path Be sure to give player the desired weapons on setup
2 Years Ago
Only recharge dash if grounded
2 Years Ago
Rename GroundDash to Dash, Dash handles both air and ground. Remove AirDash
2 Years Ago
Added Jumppad