userMaxime Lebledcancel
branchsbox-assets/maincancel

160 Commits over 642 Days - 0.01cph!

1 Year Ago
v_usp: added two-handed versions of the reload animations
1 Year Ago
v_mp5: added Reload_Empty animation https://files.facepunch.com/maxlebled/1b0311b1/2023-09-03%2005-47-44.mp4
1 Year Ago
v_mp5: improved reload animation
1 Year Ago
v_mp5: polished holster animation https://files.facepunch.com/maxlebled/1b3011b1/2023-08-30%2023-24-55.mp4
1 Year Ago
v_mp5: the fire_hold layer now slightly shifts the fingers' grip too
1 Year Ago
sbox_content recompile
1 Year Ago
Citizen content vmat_c changes
1 Year Ago
v_mp5: fixed a sneaky animgraph thing that was causing fire animations to play at a reduced speed, feels much better now
1 Year Ago
v_mp5: improved logic behind firing_mode, set b_deploy to auto-reset, the gun movement during a mode switch is affected by ironsights_fire_scale
1 Year Ago
v_mp5: added dry fire animation
1 Year Ago
v_mp5: various updates (see commit comment) • added firing_mode parameter. 0 = off (safety), 1 = single, 2 = burst, 3 = full_auto. This value controls the visual position of the mode selector knob on the side of the weapon. • added various components that manage the visual state of this knob and play an animation accordingly. The system uses a sort of self-locking (or pseudo-latching) selector, which lets the visual state of the knob sync up when animations call for a specific Tag. • video: https://files.facepunch.com/maxlebled/1b2311b1/sbox_2023-08-23_23-56-42.mp4 • fixed accidental hierarchy swap: the bones that were supposed to stand between weapon_root & the weapon_ikrule bones were children instead of parents. I'll need to export some animations again because of this • added camera animation to deploy & reload • improved reload animation
1 Year Ago
v_mp5: improved ironsights entry/exit additive animations + anim-driven pose has 200ms blend (from 350) https://files.facepunch.com/maxlebled/1b2111b1/2023-08-21%2018-04-13.mp4
1 Year Ago
v_mp5: improved ironsight system with a tag-based override & a resilient additive entry/exit animation setup
1 Year Ago
set b_grounded to start true by default on v_usp & v_mp5
1 Year Ago
vmat_c changes
1 Year Ago
v_mp5: added idle layers
1 Year Ago
v_usp: set noise idle layer to 9 fps playback instead of 10 so that it desyncs over time with the breathe idle layer
1 Year Ago
v_mp5: vmat_c changes
1 Year Ago
v_mp5: implemented ironsights (see commit comment) Ironsights can be either code-driven or mostly animation-driven: • "ironsights" enum, default 0. If set to 1, will trigger the different layers and behaviours required, but will not offset the weapon. Consider it to be a "do the offset yourself" mode. 2 and above will match the different attachments available on the weapon. • "ironsight_fire_scale" float, ranges from 0 to 1, default 0.5. Choose how much scaling down to apply to the firing recoil animations while in any ironsights mode.
1 Year Ago
v_mp5: added (rough) holster animation
1 Year Ago
w_mp5: adjusted hold position
1 Year Ago
v_usp: first pass at implementing jump/airborne/land movement states
1 Year Ago
v_usp: bit of polish on reload & deploy animations
1 Year Ago
v_usp: improve 2H_Deploy_Safety camera
1 Year Ago
v_usp: don't blank out the left arm of fire additives if two-handed
1 Year Ago
v_usp: added different fire animations for two-handed
1 Year Ago
v_usp: renamed all animations to be consistent with the naming scheme in Citizen ("1H/2H" goes first)
1 Year Ago
v_mp5: improved the look of firing by adding new animations, updating existing ones, and making the hold layer a bouncy spring
1 Year Ago
various vmat_c changes
1 Year Ago
v_mp5: attachments
1 Year Ago
w_mp5: physics shapes + quick AO proxies
1 Year Ago
w_mp5: bone & attachments
1 Year Ago
v_usp: changed on-screen position to be a bit closer, higher, and a slight roll to the left. Also fixed bones for IK intermediaries in animations
1 Year Ago
v_mp5: deploy & reload animations + animgraph
1 Year Ago
v_usp: minor updates
1 Year Ago
v_usp: offsets WIP
1 Year Ago
v_usp: fix reload's left hand having a bit of jank if you fired & reloaded immediately
1 Year Ago
v_mp5: initial animation commit
1 Year Ago
v_usp: fixed twist constraints missing
1 Year Ago
.addon to .sbproj
1 Year Ago
v_usp: move reloading states into their own sub-state machine, make fire additives with a separately timed reload interruption
1 Year Ago
v_toolgun: latest blockout
1 Year Ago
v_usp: new animations, + animated camera rotation scales down with movement speed (down to 50% at 100 u/s)
1 Year Ago
v_toolgun: updated blockout
1 Year Ago
v_toolgun (blockout version)
1 Year Ago
v_usp: various new animations & animgraph changes (including the return of the adjustments subgraph) (So you can hide the USP, use the various adjustment parameters, and be able to easily reuse the USP animations for something else if you so wish)
1 Year Ago
v_usp: added second idle layer
1 Year Ago
v_usp: ...and actually re-hooking up the system after doing an always-on testing would have been nice (oops)
1 Year Ago
v_usp: implemented "skeletondelta" proof-of-concept system
1 Year Ago
v_usp: draft of two-handed idle & deploy (+ animgraph)