userMaxime Lebledcancel

890 Commits over 1,096 Days - 0.03cph!

7 Months Ago
v_usp/v_spaghellim4: added holster animations
7 Months Ago
v_spaghellim4: base animgraph
7 Months Ago
v_spaghellim4: basic viewmodel setup
7 Months Ago
FPArms: more shared stuff Merge branch 'master' of sbox
7 Months Ago
v_usp/v_mp5: use shared references instead of previous cross references
7 Months Ago
FPArms: jump/airborne/land use shared zero reference point, added shared fire anims
7 Months Ago
FPArms: shared idlelayer uses shared zero reference point instead of other pose Merge branch 'master' of sbox
7 Months Ago
FPArms: added run/sprint & local zero reference to the shared anim prefab
7 Months Ago
v_mp5/v_usp: changes related to first person arms work (see main commit comments: 2573bebbec159e3703c437a5887d64fa5dd94665)
7 Months Ago
FPArms: many changes involving moving stuff into the first person arms VMDL for easier sharing & genericization (see commit comment) • removed hold_* bones • added weapon_root, weapon_root_children, weapon_IK_hand_*, and hand_*_to_weapon_ikrule, following the same hierarchy as existing weapons (weapon_root is a separate root bone) • weapon_root_children is a new bone between weapon_root and the children ("trigger", "magazine", etc. and the IK bones); this is so that weightlists can be moved into the arms VMDL instead of having to be explicitly defined in each weapon. Only part-specific weightlists (e.g. "mode_selector" for the MP5 knob) need to exist as part of weapon VMDLs now. • transferred common weightlists involving weapon_root • debug gizmo meshes (reminder: they're in a bodygroup) now show the weapon IK targets & the weapon_root bone • added "shared" animationlist prefab which holds generic template anims that weapons can reuse; the goal is to make these as independent from each other as possible (no interlocking references), more to come soon
7 Months Ago
v_usp: added run/sprint additives (mp5 re-use for now)
7 Months Ago
v_mp5/v_usp: manually synced up graph Parameters & Tags
7 Months Ago
v_mp5: fixed ironsights using the wrong weightlist when reducing run/sprint additive
7 Months Ago
v_mp5: added aim offsets
7 Months Ago
v_usp: renamed "offsets" to "aim offsets" & added forwards/backwards component
7 Months Ago
v_mp5: use a Tag to disable run/sprint additive when needed (jump, airborne...)
7 Months Ago
v_mp5: protect sprint transitions against input mashing
7 Months Ago
v_mp5: Tags now properly suppress the ironsights exit additives
7 Months Ago
FPArms: prefab updates
7 Months Ago
v_mp5: fix ironsights_fire_scale applying even outside of ironsights... 🤦‍♂️
7 Months Ago
v_usp/v_mp5: rename weightlists involved in & around weapon_root (they were getting kind of confusing) + reverse attack_hold scaling for fire additives
7 Months Ago
v_mp5: animgraph cleanup
7 Months Ago
v_usp: added parametric offsets Here's a *VERY EXAGGERATED* example of what this does: https://files.facepunch.com/maxlebled/1b1511b1/2023-09-15%2014-43-39.mp4
7 Months Ago
v_usp: look offset stuff
7 Months Ago
v_mp5: implemented new run & sprint movement animations https://files.facepunch.com/maxlebled/1b1511b1/2023-09-15%2008-07-53.mp4
7 Months Ago
Edited MP5 properties to account for new anim stuff
7 Months Ago
v_mp5: basic version of movement anim implementation
7 Months Ago
v_mp5: merge fire & dry fire groups together v_usp: merge fire & dry fire groups together
8 Months Ago
v_mp5: reduce jump/land/airborne additives while in ironsights
8 Months Ago
v_mp5: added jump/airborne/land (temp anims for now)
8 Months Ago
v_usp: fixed landing to idle transition referencing invalid parameter IDs
8 Months Ago
v_usp: jump/airborne/land are now additives, and can play on top of other animations; they also get partially weakened using a Tag-based system during certain animations (actions such as reload, or firing), so you still feel the impact of jumping & landing, but it's not as disruptive to those animations anymore https://files.facepunch.com/maxlebled/1b0911b1/2023-09-09%2009-17-56.mp4
8 Months Ago
v_usp: improved blending at the end of the two-handed reloads
8 Months Ago
v_usp: added two-handed versions of the reload animations
8 Months Ago
Citizen/animgraph: improved jumping feel by making the body & legs lean towards the landing direction This exploits the system used to partially reflect your input while airborne, but it now *reverses it* once the initial jump impulse is over. https://files.facepunch.com/maxlebled/1b0311b1/2023-09-03%2021-51-46.mp4
8 Months Ago
v_mp5: added Reload_Empty animation https://files.facepunch.com/maxlebled/1b0311b1/2023-09-03%2005-47-44.mp4
8 Months Ago
v_mp5: improved reload animation
8 Months Ago
v_mp5: polished holster animation https://files.facepunch.com/maxlebled/1b3011b1/2023-08-30%2023-24-55.mp4
8 Months Ago
v_mp5: the fire_hold layer now slightly shifts the fingers' grip too
8 Months Ago
/core/materials/dev/ vmat_c changes
8 Months Ago
sbox_content recompile
8 Months Ago
Citizen content vmat_c changes
8 Months Ago
v_mp5: fixed a sneaky animgraph thing that was causing fire animations to play at a reduced speed, feels much better now
8 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
8 Months Ago
v_mp5: added dry fire animation
8 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
8 Months Ago
/addons/citizen/ content recompile
8 Months Ago
Citizen/animgraph: add eyebrows & beard to the graph list of bone merge models, for morph testing
8 Months Ago
Animgraph tutorials: update the interface tutorial with the new model picker
8 Months Ago
Create README.md