Jump to content

Is there a way to fix a LV-N partial break in KSP with notepad?


Recommended Posts

I launched something yesterday that was had some LVNs with a decoupler on them, when I jettisoned the coverings they hit noting, yet my nukes arent getting any fuel. When I asked about this in the IRC yesterday I was told that it was because that LVNs partially broke off, is there a way to fix this in notepad?

Edited by AfailingHORSE
Link to comment
Share on other sites

Your fuel is likely not related to the way how you decoupled them or how you removed their shrouds.

Shrouds should come off automatically if you activate the engine so if you have removed them manually, maybe you just need to activate them - either stage once again, or right-click on each engine and select Activate.

If that does not help, post a screenshot of your ship.

Link to comment
Share on other sites

I can't tell anything from the picture. It looks like you clicked on a different tank than what the LV-Ns are connected to and I don't see anything blatantly wrong (assuming you're talking about the LV-Ns in the center).

If it's all stock, you can upload the save file and I'll have a look.

Link to comment
Share on other sites

That is the same tank the LVNs are connected to. It also has mechjeb on it due to part count (over 700)

Ahh okay. I was mistaking what is highlighted for the tank you clicked on. I have MJ so I can still have a look if you'd like. 700 parts might be right around my computer's limit. :o

Link to comment
Share on other sites

I see two engines that have no fuel.. which engines are they and which is the empty tank?
The LVNs, and there is no empty tanks, I went into notepad and filled everything with fuel (the game cheated me, I feel no shame in cheating it).
Ahh okay. I was mistaking what is highlighted for the tank you clicked on. I have MJ so I can still have a look if you'd like. 700 parts might be right around my computer's limit. :o

Right then, dont look at the destroyer then, that is 800+ parts and a docked ship. I will upload the PU after I finish this capture

Edited by AfailingHORSE
Link to comment
Share on other sites

Fuel does not flow through Decoupers! That's the issue. Because your nukes are attached to decouplers they are not getting any fuel (As indicated by the empty gauges in the staging list) to rectify the issue you need to run a fuel line from the tank to each engine, or simply get rid of the decouplers. HOWEVER: This is a during construction fix, to fix the fuel flow issue in flight close KSP, pop open the config file (Located in /GameData/Squad/Parts/Utility/StackDecoupler) using your favorite text editor (Notepad will do) and find the line "fuelCrossFeed = False" Change "False" to "True" save changes and load KSP, Profit.

Link to comment
Share on other sites

Taki, are you going off of the pic or the persistence? I can't see decouplers in the pic, but I can't check the persistence till later.

I see the yellow stripes, but I think LV-Ns come with those.

Link to comment
Share on other sites

I'm not able to load that persistence because it's not stock. LV-Ns mounted this way should have access to fuel in that tank assuming there is fuel, except if you mounted some part without fuel crossfeed (e.g. structural panel) between the bicoupler and the tank or between engines and the bicoupler.

There might be some structal problem with the ship. I have already met a ship that looked correct but when I went through the persistence, parts were connected way differently than what their physical placement suggested. Most probably it was caused by some bug either during ship docking or during construction of the ship in VAB.

Link to comment
Share on other sites

to fix the fuel flow issue in flight close KSP, pop open the config file (Located in /GameData/Squad/Parts/Utility/StackDecoupler) using your favorite text editor (Notepad will do) and find the line "fuelCrossFeed = False" Change "False" to "True" save changes and load KSP, Profit.

Probably best to change just those decouplers in the persistent.sfs - changing it globally might have serious unintended future consequences. Would not recommend the above advice.

Link to comment
Share on other sites

x4yc7dF.jpg

For some reason, your save file seems to think the bi-coupler is connected to a structural panel.

Anyway, here's here's how you fix it.

Go to your ship and quicksave. Open your quicksave.sfs (maybe make a copy first) and CTRL+F your way to this part by searching for the uid 1132969913

You're looking for the part below.


PART
{
name = adapterLargeSmallBi
uid = 1132969913
mid = 1993374284
[COLOR="#FF0000"]parent = 55[/COLOR]
position = 5.00679016113281E-06,-

15.6500091552734,1.35898590087891E-05
rotation = -3.243357E-07,-0.3826842,3.698444E-

07,0.9238794
mirror = 1,1,1
istg = 0
dstg = 0
sqor = -1
sidx = -1
attm = 0
srfN = None, -1
[COLOR="#FF0000"]attN = top, 55[/COLOR]
attN = bottom01, 60
attN = bottom02, 59
mass = 0.1
temp = -175.2057
expt = 0.5
state = 0
connected = True
attached = True
flag = NASAmission/Flags/NASA
rTrf = adapterLargeSmallBi
EVENTS
{
}
ACTIONS
{
}
}

The parts highlighted in red need to be changed as follows:


...
parent = 3
...
attN = top, 3
...

Save and quickload.

Good luck,

-Claw

Edit: By the way, 700 parts my butt. That thing was 1012. Although I was happy to discover that my computer was able to handle it. :)

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...