userCarson Komponcancel
reposbox-deathmatchcancel

15 Commits over 31 Days - 0.02cph!

17 Days Ago
Inventory UI is slightly larger so it's easier to see and weapon names are displayed in the active InventorySlot
17 Days Ago
Added GameSettings class for local convars. Added `sbdm.viewbob` and `sbdm.screenshake`. Reduced default screenshake values, but can be restored by setting screenshake to 1. #109
18 Days Ago
Ammo display turns red while clip is empty/reloading
18 Days Ago
We need both of these
18 Days Ago
Inventory will always put you back at your current weapon when cancelling selection with right click and will auto-dismiss after 2s
18 Days Ago
Switching weapons by hitting LMB no longer fires the active weapon on connected clients. Resolves #84
18 Days Ago
Don't run PickupNotice if Player is bot (prevents popups from appearing on host client when bots pick up weapons)
18 Days Ago
Projectiles now ignore any objects with `particles` tag. Prevents rockets from instantly explosing since they would collide with the casing eject particle
19 Days Ago
Crossbow now animates the FOV in/out on zoom Updated crossbow zoom shader so it's less invasive and now eases in
22 Days Ago
Can now zoom with the crossbow, created basic shader for the overlay. Resolves #90 Reduce camera punch on crossbow when zoomed in, slight pinch effect on the overlay
23 Days Ago
Crossbow no longer has incorrect muzzle/eject transforms. Resolves #87
23 Days Ago
Don't include Explosions in snapshot. Resolves #102
45 Days Ago
Implemented ILocalPlayerEvent.OnTakeDamage. Pass DamageInfo instead of just amount so we can get more info from the event Added PlayerDamageIndicators Component, flashes a red vignette when taking damage Added directional damage indicators when hurt (lifetime is exaggerated for video) https://files.facepunch.com/CarsonKompon/2025/January/08_10-07-TartFruitfly.mp4
45 Days Ago
Fix NRE when bot task tries to respawn after ending game/exiting play mode
45 Days Ago
Use IsOwner checks instead of IsProxy in `PlayerCameraEffects` so bot players don't affect the local player's camera