Posted by: LuuBluum
« on: December 04, 2024, 02:59:40 PM »Which is putting up a new question: Given that you have two chains of systems, one ending in system A, one in system B. How can you connect A to B without DB editing?To reply to this (since they never did get back to us), honestly the database edit here is pretty safe to do. Just take an unexplored JP in the database (which will have its "destination" set to 0, indicating unexplored) and set its destination (I can't recall the column name but the value is 0 for any unexplored JP) and set its destination to some other unexplored JP in the desired system you wish to connect to, and vice versa. As long as you make sure that every jump point is a 1:1 pair of unique endpoints (that both actually exist), then everything works just fine.
The following procedure should work, I think. Will test it tommorow.
Explore an JP in A.
If the System is not B, delete it and start from the first step.
Else you succeded.
Problems could arise if you generate a connection to another known system in one of the chains, as you can't delete that. Maybe just delete the JP then? Does that work without issues? I'll report my findings when I test it.
I know, I know, "without database editing" is the name of the thread, but sometimes it's just easier to edit the database.