STEAM GROUP
Crowbar [Source Engine Modding Tool] CrowbarTool
STEAM GROUP
Crowbar [Source Engine Modding Tool] CrowbarTool
997
IN-GAME
7,105
ONLINE
Founded
26 October, 2013
Language
English
bubu 29 May, 2022 @ 5:58am
How to correctly crack the aimoffset animation of cso2
I use a crowbar to crack the animation of cso2, most of the animations are normal.However the 3rd person animation (w animation) about the weapons the characters are curled up.By reading the qc files, it looks like it has something to do with ik, but I don't understand how ik works in the source engine, so there's no way to fix them.
Last edited by bubu; 29 May, 2022 @ 6:03am
< >
Showing 1-6 of 6 comments
bubu 29 May, 2022 @ 5:59am 
How to upload screenshots in the community? Looks like it can only send text.
bubu 29 May, 2022 @ 6:01am 
$sequence "Run_Aim_AK" {
"Run_AK_aim_up_right"
"Run_AK_aim_up_center"
"Run_AK_aim_up_left"
"Run_AK_aim_mid_right"
"Run_AK_aim_mid_center"
"Run_AK_aim_mid_left"
"Run_AK_aim_down_right"
"Run_AK_aim_down_center"
"Run_AK_aim_down_left"
blend "body_yaw" -50 50
blend "body_pitch" -70 70
delta
fadein 0.2
fadeout 0.2
iklock "lfoot" 1 0
iklock "rfoot" 1 0
fps 30
weightlist "weights_Run_Aim_AK"
}
xdshot 29 May, 2022 @ 6:40am 
These are delta animations
ZeqMacaw 29 May, 2022 @ 11:31am 
Known BUg #1: https://steamhost.cn/steamcommunity_com/groups/CrowbarTool/discussions/1/1698293068431192514/

I have tried many times to "un-delta" the anims, but have always failed.

Modders work around this decompile problem by re-creating those delta anims.
bubu 30 May, 2022 @ 3:11am 
Originally posted by ZeqMacaw:
Known BUg #1: https://steamhost.cn/steamcommunity_com/groups/CrowbarTool/discussions/1/1698293068431192514/

I have tried many times to "un-delta" the anims, but have always failed.

Modders work around this decompile problem by re-creating those delta anims.

Does re-creating mean I make these animations myself?
ZeqMacaw 30 May, 2022 @ 7:40am 
yes
< >
Showing 1-6 of 6 comments
Per page: 1530 50

Date Posted: 29 May, 2022 @ 5:58am
Posts: 6