-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Ability to check or uncheck objectives in stuck missions #14
Comments
Heya! Editing mission data would certainly be possible -- the biggest problem is sort of just knowing exactly what needs to be done in order to fix things. One thing you could do is use the tool to export to a JSON file, edit the JSON, and then re-import it back in. Since that's just a side mission, you could try just deleting the whole |
Thanks for the quick follow up. Let me do the export/import and see how it goes. |
Deleting the mission out of the json file didn't seem to affect the result. The mission was still in my list and when I brought it up, it looked like it was going to reset, but the 3 completed objects were still locked. |
Awesome, sounds good. Good luck! |
Thank you, apocalyptech for a great tool. Gearbox should take some freaking pointers here instead of telling people there's nothing they can do and to start a new character. |
Nice, glad you figured it out! I suppose an option to zero out objectives, given a mission name, might not be a bad addition to the tool. I'll leave this open and see if I can get that in place eventually. :) |
Better is completely delete mission section.
Further we edit the second section.
I installed python from microsoft store and for me the commands look like: PLEASE MAKE A BACKUPS BEFORE !!! P.S.: If you successfully returned a caring father to loving daughter - please share save or json file. |
long time since I wrote the code so you might be aware of it, but iirc there were some issues if you tried to manually change the state too far from the current one: https://github.com/sandsmark/borderlands3-save-editor/blob/master/src/MissionsTab.cpp#L21-L24 |
Ah, good to know, thanks! That kind of thing is one reason why I've yet to really look into this much myself. The amount of testing needed to make sure that I'm not gonna brick someone's savegames is daunting. :) I can always hide behind the "always make backups" advice, which I still advise regardless, but I'd like the built-in functions to be as solid as possible. At least we've got the JSON conversion stuff, so folks can tinker all they want. |
WOW....... I am still unsure what I did or how I did it.... but after several hours I got there eventually. A huge THANK YOU VERY MUCCH to apocalyptech and MobiuSRIT, your coding and information enabled me to solve the same issue above. How Gearbox have ignored this and not solved it is beyond me!!! I am pretty handy with computers by layperson standards but the only coding I have dabbled with before was loading Windows 3.1 back in the day lol, so I am feeling rather chuffed with myself right now :D Hoping that the game runs as it should at the second attempt, although, apparently there are a few bugs with this particular mission, so, who knows....... Keep up your good work Thanks again |
I've done plenty of experimenting with this sort of stuff myself. I believe "change the state too far from the current one" is to do with the active objective set, something like the next uncompleted objective must be within that set to be able to progress. It's already pretty impractical to have some sort of generic objective editing, this just makes it worse. The easiest solution I've found is as m-alice said, to just delete the whole mission struct (and edit the challenge one if you care about that). You do need to be careful with any story missions however, if you delete one of them you also need to set the status of the previous story mission to A better solution for an editor might be to special case the story missions, but delete the others like normal. Store the default objective set for each story mission somewhere, and when asked to delete one change it to the default and reset all objectives to 0. I haven't done any sort of testing around this sort of thing though. |
I'm looking for a way to "unbork" the Pandora's Next Top Mouthpiece mission that affects a bunch of users, it seems.
/Game/Missions/Side/Zone_0/Sacrifice/Mission_PandorasNextTopMouthpiece
I can see from another project that there are 24 or so objectives on that, but I cannot uncheck or check them off to get past the stuck point for this character sav file.
I'm not even sure how much manipulation can be done to mission objectives.
MobiuS
The text was updated successfully, but these errors were encountered: