Users who are viewing this thread

Hello fellas,

I am having trouble with a horse but, it happens whenever you crush something with your horse, or if you want it to stand on it's rearlegs.
In this example I am trying to get the horse to get on its rearlegs, the body of the human then glitches through the horse.

I am using the following OSP, that could be responsible. Did anyone else have errors like this?
OSP Link

horse-problem.jpg
 
Solution
I don't know where the mistake was exactly, but it works now.
There seems to be a name that does not refer to any animation that is within the LSP.
Python:
[1.2, "command", 0, 31,arf_cyclic|arf_use_stand_progress, 0, (0, 0, 0), 0.0],
'command' is not present in the brf. Surely, @Mark7 will fix it so that it doesn't happen again to anyone else.
Okay so I fixed it: It appears that there was a mistake in the lines regarding the riding animations (in module_animations.py), I fixed it by overwriting that section with original code from the source of Dipolmacy (that's the base source of my mod).

I don't know where the mistake was exactly, but it works now.
 
Upvote 0
I don't know where the mistake was exactly, but it works now.
There seems to be a name that does not refer to any animation that is within the LSP.
Python:
[1.2, "command", 0, 31,arf_cyclic|arf_use_stand_progress, 0, (0, 0, 0), 0.0],
'command' is not present in the brf. Surely, @Mark7 will fix it so that it doesn't happen again to anyone else.
 
Upvote 0
Solution
Back
Top Bottom