Working on an improved route for the All Substories category
2 years ago
California, USA

I wanted to try using a dedicated solver for Traveling Salesman-type problems to search for a possible improvement to the route. In order to do this I need to identify all of the different segments of the main story + each substory as well as the map coordinates of where they begin and end. With this + a high quality PNG of the game map I think I can generate a distance matrix indicating the approximate time it takes to travel between any two points on the map. Then I need to also work out the precedence list (which events are prerequisites for other events). If I have all that then I can use the LKH-3 solver to try to find an optimal route. So I was wondering if anyone had experience with data mining this game in order to find the exact x/y coordinates, or else how I might go about installing a mod that tells me my current coordinates so I could play through the game and document it myself. Thanks

New Jersey, USA

Interesting. None of us have got any of that though lol so you're gonna be on your own trying to figure it out. Shouldn't too hard to find the player coordinates on cheatengine, probably