userMaxime Lebledcancel

952 Commits over 1,187 Days - 0.03cph!

11 Months Ago
v_mp5: the fire_hold layer now slightly shifts the fingers' grip too
11 Months Ago
/core/materials/dev/ vmat_c changes
11 Months Ago
sbox_content recompile
11 Months Ago
Citizen content vmat_c changes
11 Months Ago
v_mp5: fixed a sneaky animgraph thing that was causing fire animations to play at a reduced speed, feels much better now
11 Months 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
11 Months Ago
v_mp5: added dry fire animation
11 Months 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
11 Months Ago
/addons/citizen/ content recompile
11 Months Ago
Citizen/animgraph: add eyebrows & beard to the graph list of bone merge models, for morph testing
11 Months Ago
Animgraph tutorials: update the interface tutorial with the new model picker
11 Months Ago
Create README.md
11 Months 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
11 Months Ago
v_mp5: improved ironsight system with a tag-based override & a resilient additive entry/exit animation setup
11 Months Ago
set b_grounded to start true by default on v_usp & v_mp5
11 Months Ago
vmat_c changes
11 Months Ago
FPArms: shadow-blocker mesh prototype (kept disabled for now)
11 Months Ago
Citizen/animgraph: bits of layout cleanup & rewrote some comment boxes
11 Months Ago
v_mp5: added idle layers
11 Months 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
11 Months Ago
v_mp5: vmat_c changes
11 Months 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.
12 Months Ago
Citizen/animgraph: changed the facial idle noise layer so that it won't part the lips anymore + other small layout/comment improvements
12 Months Ago
Citizen/animgraph: improvements on scale_height subgraph (much more readable layout, added safeguard against duck corrective in special movement states)
12 Months Ago
Animgraph/tutorials: added file on transition orders
12 Months Ago
Animgraph tutorials: stubs for remaining tutorials + work-in-progress file relating to nested state machines
12 Months Ago
Animgraph tutorials: added a file explaining the differences between the 'on finished' & 'on almost finished' transition conditions between states
12 Months Ago
Animgraph tutorials: added block about assigning a default animgraph to a VMDL
12 Months Ago
Animgraph tutorials: added new file on reset signals
12 Months Ago
Citizen/animgraph: improved the Slide special movement state through the use of nested state machines + fun partial re-use of the Roll Exit anims for it + fixed head bug in the Roll state
12 Months Ago
Citizen/animgraph: use idle layer instead of static frame when slide move_groundspeed=0
12 Months Ago
Animgraph tutorials: layout changes & readability improvements to account for QT screen scale shenanigans (😒)
12 Months Ago
Update tutorial_02_basic_principles.vanmgrph
12 Months Ago
Added five tutorial graphs under /game/core/animgraphs -- more to come!
12 Months Ago
Citizen: disabled viseme prefab by default
12 Months Ago
Citizen: added debug_animation_scaling anim
12 Months Ago
v_mp5: added (rough) holster animation
12 Months Ago
w_mp5: adjusted hold position
12 Months Ago
FPArms: minor cleanup in punching animgraph
12 Months Ago
v_usp: first pass at implementing jump/airborne/land movement states
12 Months Ago
v_usp: bit of polish on reload & deploy animations
12 Months Ago
v_usp: improve 2H_Deploy_Safety camera
12 Months Ago
v_usp: don't blank out the left arm of fire additives if two-handed
12 Months Ago
v_usp: added different fire animations for two-handed
12 Months Ago
v_usp: renamed all animations to be consistent with the naming scheme in Citizen ("1H/2H" goes first)
12 Months Ago
v_mp5: improved the look of firing by adding new animations, updating existing ones, and making the hold layer a bouncy spring
12 Months 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