Jump to content

Kerbal resurrection


Jackissimus

Recommended Posts

Is there a non-mod way to turn on permanent death?

Yes, I think you just change the "Mode" in your persistence file to a different number.

EDIT: Wait nevermind! Actually you have to change the "MissingCrewsRespawn" to "False".

Edited by RocketPilot573
Link to comment
Share on other sites

Yes, I think you just change the "Mode" in your persistence file to a different number.

*Buzzer*

In the persistent.sfs file, there is a section that reads thusly, by default:

DIFFICULTY

{

MissingCrewsRespawn = True

}

Change it to false to enable permadeath.

Default is true, there's presently no UI to change it (I think it's intended as a difficulty option for career mode, since you'd have to hire new crew to replace the dead ones, which isn't really a penalty in sandbox since hiring is free).

To manually ressurect a Kerbal (if you're impatient or something), you need to find the ROSTER section of persistent.sfs

It contains a number of entries that look like this:

CREW

{

name = Dudski Kerman

brave = 0.1149225

dumb = 0.1390823

badS = False

state = 0

ToD = 281289.261286799

idx = 0

}

The key thing is the state: 0 means they're on the roster but inactive, 1 means they're assigned to a flight, 3 means they're missing. If you change the state from 3 to 0 it'll flag them as being alive again.

ToD is Time of Death, which is 0 for a Kerbal that's never been killed, so you might change that too. It's not strictly neccessary, because you can end up with a ToD on a live Kerbal without editing anything if they were killed on a flight that got reverted. For some reason it doesn't reset their ToD when you revert.

As for the other stats, Brave and Dumb are Courage and Stupidity respectively (though I'm still pretty sure that Stupidity is backwards, because Bill's is high and Bob's is low, but I guess I could be wrong.)

BadS...say it out loud. That's the flag that makes them grinny almost all the time like Jeb (who has it set to 'True').

IDX has something to do with what seat they're assigned on a given craft, though I've not quite figured out the precise logic of that. It at least used to give the same IDX number to people on different flights, and I never could figure out how it kept track of who was on what flight. I'm slightly curious as to if they changed the way this one works a bit in 0.21 to make the new assignment system work, but I really have no clue.

Edited by Tiron
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...