a bear named spigot Posted March 29, 2015 Share Posted March 29, 2015 My PC now moves at a very slow jog. All other characters move at normal speed when they are selected, however if the main character is selected while moving party all other characters will move at a walk. Save and output files here. 1 Link to comment Share on other sites More sharing options...
0 frotenbagel Posted April 10, 2015 Share Posted April 10, 2015 Speeds are fine now. Thanks! The only issue I've noticed is my previously slowed character is still permanently stuck in the walking animation when moving in a group. If I move him individually he regains his run animation. Makes me wonder if there's a scripted cutscene or spell that's permanently changing characters to a walk state. Link to comment Share on other sites More sharing options...
0 Stillquest Posted April 10, 2015 Share Posted April 10, 2015 The only issue I've noticed is my previously slowed character is still permanently stuck in the walking animation when moving in a group. If I move him individually he regains his run animation. Makes me wonder if there's a scripted cutscene or spell that's permanently changing characters to a walk state. I'm not 100% certain as to the logic the game uses to choose between the walking and the running animation. It does have something to do with their relative speed values, but what actually causes the switch is unclear. Your save is the second time I encountered this "movement speed normal, but still getting the wrong animation" phenomena - I did manage to fix it the last time, just not sure how... When I get back home, I'll try looking deeper into it. Link to comment Share on other sites More sharing options...
0 sylvain Posted April 10, 2015 Share Posted April 10, 2015 Hey guys, We looking into this. Do you guys remember when you first notice the character slowing down? Was it after a fight, save/load, or a map transition? Any detail you remember would greatly help us. I can't remember for Durance but for Pallegina it was clearly after a fight in Od Nua, level 10 against crystal spider and Vithrack (though I can't say for sure if it was from charm or from the spider AoE). She can't move in stealth anymore, equiping boots of speed barely make her movement playable until next fight then I have to unequip/equip again. The rest of the party is slowed but not as badly, only my monk seems ok and cross maps a good 20s faster than the rest. Link to comment Share on other sites More sharing options...
0 frotenbagel Posted April 10, 2015 Share Posted April 10, 2015 Seems like it fixed itself after an hour of play. But now my +movement speed items stop working after every fight. Sigh. Link to comment Share on other sites More sharing options...
0 Stillquest Posted April 10, 2015 Share Posted April 10, 2015 Seems like it fixed itself after an hour of play. But now my +movement speed items stop working after every fight. Sigh. Would you post a current save game? It would be useful in pinpointing the walk/run problem. Also, could you elaborate on the +speed items issue? Link to comment Share on other sites More sharing options...
0 drayath Posted April 10, 2015 Share Posted April 10, 2015 Hi, If you have the time could you have a look at my save too. Drayath (party 1) is slow, Vethgar (party 3) is fast. Here: https://www.dropbox.com/s/n48mwo1wimqfhzd/BlackHammerSmithery.savegame?dl=0 Thank you for you help. Link to comment Share on other sites More sharing options...
0 shrubber Posted April 10, 2015 Share Posted April 10, 2015 Hi Stillquest. I have encountered this same problem after doing the bounty quests. Aloth is slowed and Hiravias runs a lot faster than the other characters. I would really appreciate the help. It's a great thing you're doing. https://www.dropbox.com/s/b32z5a7n9cdbmuk/6dd52d7436fc473eb399a87d77def043%2012831906%20GreatHall.savegame?dl=0 Link to comment Share on other sites More sharing options...
0 Stillquest Posted April 10, 2015 Share Posted April 10, 2015 Hi Stillquest. I have encountered this same problem after doing the bounty quests. Aloth is slowed and Hiravias runs a lot faster than the other characters. I would really appreciate the help. It's a great thing you're doing. No problem. Here you go: https://www.dropbox.com/s/nlk07g3gs7qhrb0/6dd52d7436fc473eb399a87d77def043%2012831906%20GreatHall.savegame?dl=0 1 Link to comment Share on other sites More sharing options...
0 LiquidMK2 Posted April 10, 2015 Share Posted April 10, 2015 Stillquest, I have the same problem you did, fast aloth, slow fox. I believe it happend during one of the first sets of bounties fights. If you've got a running fix, would you mind posting it and I can save you the trouble of fixing some one elses save? Thanks for doing all this. Pure curiosity - I was a programmer turned medical student - what are you using for your edits and to read the save files? Thanks again. Link to comment Share on other sites More sharing options...
0 Stillquest Posted April 10, 2015 Share Posted April 10, 2015 Stillquest, I have the same problem you did, fast aloth, slow fox. I believe it happend during one of the first sets of bounties fights. If you've got a running fix, would you mind posting it and I can save you the trouble of fixing some one elses save? Thanks for doing all this. Pure curiosity - I was a programmer turned medical student - what are you using for your edits and to read the save files? Thanks again. I initially located the speed variables ingame using Cheat Engine - a memory scanner/editor program. I described what I was doing there in a couple of posts near the beginning of this thread. As a programmer, you'll probably have no problems using this method to repair your game if you're (understandably) uncomfortable with subjecting it to an unknown fan fix. CE was certianly enough to let me fix my game, and provide some basic understanding as to what variable type and values I'm dealing with. However, doing it this way is both fiddly and time consuming. I decided to look at the save files instead. Fortunately, the saves are simple zip archives. They contain a couple of data files for each map you've explored, and another called "MobileObjects.save" that's used for all non-area-specific data - including characters' movement values. As I already knew what numbers I was looking for, it didn't take long to locate the speed variables. Problem is, the savefile is very haphazardly organized, with structures representing character data mixed up with dozens of others, representing who knows what. If I weren't lazy I suppose I could have tried disassembling, or install Unity and get to grips with the code on a higher level... But I am. Some manual hex reading let me find unique identifiers for each party member, and from there it's just a matter of using known offsets to reach the speed variables. Then I've whipped up a small, ugly Visual Basic program to do this for me. It reads the MobileObjects file as a binary stream, puts it into a string variable, and then looks for the previously mentioned unique indentifiers by string compares, keeping the offset value of each identifier found. Then I read the variables into textboxes, which I can change either manually or automatically, using default values. I then use offset values to write the new values directly into their place in the save file, put it back into the zip, and voila. I need to put some finishing touches to the code, mostly gui stuff and error handling, but I'll probably release it tomorrow. Meanwhile, feel free to send your save file, it's very little bother, and helps me QA my program. 2 Link to comment Share on other sites More sharing options...
0 LiquidMK2 Posted April 10, 2015 Share Posted April 10, 2015 Really appreciate it. Here's the link to my latest save: https://www.dropbox.com/s/uj2qcr2tk5ipgn9/8b99ab4554204c87b2801a1f2c5c7cac%2015330047%20HearthsongMarket.savegame?dl=0 Your level of magnificent is awesome. Link to comment Share on other sites More sharing options...
0 Stillquest Posted April 10, 2015 Share Posted April 10, 2015 Really appreciate it. Here's the link to my latest save: Your level of magnificent is awesome. Thanks. There you go: https://www.dropbox.com/s/nq6gbn6m9ed5ryt/8b99ab4554204c87b2801a1f2c5c7cac%2015330047%20HearthsongMarket.savegame?dl=0 Link to comment Share on other sites More sharing options...
0 shrubber Posted April 10, 2015 Share Posted April 10, 2015 Hi Stillquest. I have encountered this same problem after doing the bounty quests. Aloth is slowed and Hiravias runs a lot faster than the other characters. I would really appreciate the help. It's a great thing you're doing. No problem. Here you go: https://www.dropbox.com/s/nlk07g3gs7qhrb0/6dd52d7436fc473eb399a87d77def043%2012831906%20GreatHall.savegame?dl=0 Thank you! You're awesome. Link to comment Share on other sites More sharing options...
0 Stillquest Posted April 10, 2015 Share Posted April 10, 2015 (edited) I've released the program I've written to fix characters' speed. You can download it from this thread. Edited April 10, 2015 by Stillquest Link to comment Share on other sites More sharing options...
0 phanthunderrage Posted April 10, 2015 Share Posted April 10, 2015 I think I have the same problem. My Aloth run like a turtle. I would really appreciate the help. https://www.dropbox.com/s/7ukfhe31k0e6clt/1e9ace0e-13e2-42e7-bd63-b0b30b2ec1ab%20autosave.rar?dl=0 Link to comment Share on other sites More sharing options...
0 Stillquest Posted April 10, 2015 Share Posted April 10, 2015 I think I have the same problem. My Aloth run like a turtle. I would really appreciate the help. Here you go. Your main character was sped up, Aloth slowed down. https://www.dropbox.com/s/b2ukh8sdwrvxfnj/1e9ace0e-13e2-42e7-bd63-b0b30b2ec1ab%20autosave.savegame?dl=0 Link to comment Share on other sites More sharing options...
0 Karnashuk Posted September 15, 2015 Share Posted September 15, 2015 (edited) Hey guys, We looking into this. Do you guys remember when you first notice the character slowing down? Was it after a fight, save/load, or a map transition? Any detail you remember would greatly help us. For me it started at the map transition from Od Nua lvl 11 or 12 to the first lvl, where the party is then ambushed by a bunch of acolytes. Exacly the same thing here. It's 15th of Sep, patch 2.01 is now live and still it hasn't been fixed. It keeps occuring from time to time in the game. short clip showing the issue: https://www.dropbox.com/s/4983sjrfua1fgxs/SlowMovementPATCH2.01.mp4?dl=0 game saves: https://www.dropbox.com/s/pu4r8wjhfwddlb6/Saved%20Games.zip?dl=0 Edited September 15, 2015 by Karnashuk Link to comment Share on other sites More sharing options...
0 Aarik D Posted September 18, 2015 Share Posted September 18, 2015 Hello Karnashuk, I loaded up your save file and the party was moving fine. If you save/load it will fix this issue. Do you know what you did right before your parties movement got messed up? Was it transitioning from Od Nua 11 to 12? Thank you for your support Obsidian Discord || Grounded Discord Link to comment Share on other sites More sharing options...
Question
a bear named spigot
My PC now moves at a very slow jog. All other characters move at normal speed when they are selected, however if the main character is selected while moving party all other characters will move at a walk.
Save and output files here.
Link to comment
Share on other sites
93 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now