Jump to content

Advanced Grabbing Unit (AGU) Issue


Recommended Posts

old thread but maybe useful info for anyone else who ran into this and wants to fix their game.

I managed to fix my ship so I could detatch and keep playing wihtout losing parts on my ship fairly easily by editing the save file.  Maybe this will also help dev if bug is not resolved already.

Fix summary, I replaced DOCKEDVESSEL->rootUId to point to a advSasModule instead of the stackPoint1 part.  (After reading some of the other comments here)

Fix Details/steps:

Find the docked vessel section (under the target ship, find the ship by name first).

Looks ike this.

DOCKEDVESSEL
{
 vesselName = fuel shuttle Probe
 vesselType = Probe
 rootUId = 2130437544
}
DOCKEDVESSEL_Other
{
 vesselName = fuel shuttle
 vesselType = Probe
 rootUId = 3938638044
}

 

search the file for the two rootUId to find the attached part name.  I noticed my DOCKEDVESSEL->rootUId pointed to stackPoint1, I then searched for advSasModule (make sure its not the other rootUId already attached under DOCKEDVESSEL_Other, copy the uid of a valid advSasModule on the ship and replace the rootUId value under DOCKEDVESSEL so it no longer points to stackPoint1 (in my case).

name = stackPoint1
cid = 4286586380
uid = 2130437544

name = advSasModule
cid = 4290213898
uid = 772522848

DOCKEDVESSEL
{
 vesselName = fuel shuttle Probe
 vesselType = Probe
 rootUId = 772522848
}
DOCKEDVESSEL_Other
{
 vesselName = fuel shuttle
 vesselType = Probe
 rootUId = 3938638044
}

Loaded save and my AGU detatched without destroying my ship.  Hopefully it doesn't cause any other problems but so far so good.

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...