Posted by _Zero_.
Nothing special, just some bonetags for k.o.s for those who are too lazy, or lack the skill to debug.
I've never really messed with the source engine before, so this is for those who are like me really... i'll be posting more of my findings at a later date.
Code:
char * BoneTags[8] =
{
"d_head",
"d_chest",
"d_STOMACH",
"d_LEFTARM",
"d_RIGHTARM",
"d_LEFTLEG,
"d_RIGHTLEG"
}
If you have any source engine experience, PM me.. I may need some help with this game.
Then the original...
Code:
24221325 . 68 941A3C24 PUSH client.243C1A94 ; /Arg1 = 243C1A94 ASCII "d_head"
2422132A . B9 70C24724 MOV ECX,client.2447C270 ; |
2422132F . E8 2CDBFBFF CALL client.241DEE60 ; \client.241DEE60
24221334 . 68 8C1A3C24 PUSH client.243C1A8C ; /Arg1 = 243C1A8C ASCII "d_chest"
24221339 . B9 70C24724 MOV ECX,client.2447C270 ; |
2422133E . 8986 E0000000 MOV DWORD PTR DS:[ESI+E0],EAX ; |
24221344 . E8 17DBFBFF CALL client.241DEE60 ; \client.241DEE60
24221349 . 68 801A3C24 PUSH client.243C1A80 ; /Arg1 = 243C1A80 ASCII "d_STOMACH"
2422134E . B9 70C24724 MOV ECX,client.2447C270 ; |
24221353 . 8986 E4000000 MOV DWORD PTR DS:[ESI+E4],EAX ; |
24221359 . E8 02DBFBFF CALL client.241DEE60 ; \client.241DEE60
2422135E . 68 741A3C24 PUSH client.243C1A74 ; /Arg1 = 243C1A74 ASCII "d_LEFTARM"
24221363 . B9 70C24724 MOV ECX,client.2447C270 ; |
24221368 . 8986 E8000000 MOV DWORD PTR DS:[ESI+E8],EAX ; |
2422136E . E8 EDDAFBFF CALL client.241DEE60 ; \client.241DEE60
24221373 . 68 681A3C24 PUSH client.243C1A68 ; /Arg1 = 243C1A68 ASCII "d_RIGHTARM"
24221378 . B9 70C24724 MOV ECX,client.2447C270 ; |
2422137D . 8986 EC000000 MOV DWORD PTR DS:[ESI+EC],EAX ; |
24221383 . E8 D8DAFBFF CALL client.241DEE60 ; \client.241DEE60
24221388 . 68 5C1A3C24 PUSH client.243C1A5C ; /Arg1 = 243C1A5C ASCII "d_LEFTLEG"
2422138D . B9 70C24724 MOV ECX,client.2447C270 ; |
24221392 . 8986 F0000000 MOV DWORD PTR DS:[ESI+F0],EAX ; |
24221398 . E8 C3DAFBFF CALL client.241DEE60 ; \client.241DEE60
2422139D . 68 501A3C24 PUSH client.243C1A50 ; /Arg1 = 243C1A50 ASCII "d_RIGHTLEG"