Posted January 23, 20223 yr I am trying to track down a random issue manifesting as the PC, and other NPCs around, including horses, suddenly get stuck walking in place and sometimes spinning first person camera. I have added countless traces and conditions into the code I am working on, I get no trace of any function such as "CLEAR_PED_TASKS_IMMEDIATELY" running on the player. So, I don't really know if it's my code, or some of the other mods I am using - sure there's the option of taking ASIs out until the problem stops manifesting, but it's very random and very tedious. So: - have you ever encountered a bug where the player and/or the NPCs around, including horses, get stuck walking on the spot without advancing? - does this sound like the effect of which native? - ever had the player suddenly sinking through the ground and falling into a void? (had this too) - any idea about the task ids below, and which native would trigger which? left is normal player behavior, right is player paralyzed TY! My Fallout 4 and Skyrim mods: SAC - LoversLab
January 24, 20223 yr Are they being animated still? Then it sounds more like their position was frozen.
January 24, 20223 yr Author On 1/24/2022 at 4:52 AM, LMS said: Are they being animated still? Then it sounds more like their position was frozen. correct, still animating but position frozen My Fallout 4 and Skyrim mods: SAC - LoversLab
January 26, 20223 yr Probably the freeze position native then or could also be a anim scene, if they break it is quite common to have no collisions afaik.
January 26, 20223 yr Author On 1/26/2022 at 6:45 PM, LMS said: Probably the freeze position native then or could also be a anim scene, if they break it is quite common to have no collisions afaik. which native, specifically? interesting about the anim scene. But I don’t recall calling any. I am calling scenarios a lot My Fallout 4 and Skyrim mods: SAC - LoversLab
January 28, 20223 yr That would be FREEZE_ENTITY_POSITION. And interesting you mention scenarios, perhaps some of them spawn an anim scene or something else that glitches out? Not too familiar with how they work/what they can do in RDR.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.