Update:- added cinematic mod (thanks Banok)
- removed blood mod, which apprently doesn't work
Hey guys, im trying to change the bow animations in native, like as cRPG. But i couldn't. Can anyone help me?
Replacing crpg's actions file with the native one's don't solve the problem. I mean, yea it changes drawing animation but its nonsensical (character put his hands in the air while drawing:) ) I think i miss something.
Your post isn't really clear if you want to replace animations in cRPG with native ones or the opposite, so
Replace cRPG animations with Native:(I might be remembering things wrong since it's been a long time since I've done that so let me know if something doesn't make sense or doesn't work)You need to edit your cRPG actions file and replace cRPG bow animations lines with native ones.
1. Download a notepad application that doesn't suck (
notepad++ is fine)
2. Make backups of cRPG actions.txt. file (it's in Modules/cRPG) and native actions.txt (Modules/Native).
3. Open both of the originals.
4. In native actions.txt press Ctrl + F, type in 'ready_bow'.
5. It should find something like
ready_bow 1678770176 606081034 1
1.500000 anim_human 2220 20530 569 28707 0.0 0.0 0.0 0.0
release_bow 1678770176 572526602 1
0.300000 anim_human 233530 20532 3 0 0.0 0.0 0.0 0.0
6. Copy those two lines to your clipboard.
7. Go to cRPG actions.txt, Ctrl F, find bow, replace same two lines with the previously copied ones from native file.
8. Save.
I'm not sure if this doesn't mess up timing and have no way to check it so be sure to make some tests.
Replace animations in Native with cRPG:
Look up
this thread, instructions should be there.