Jump to content

Contract progression jumps from the Mun to Pol


Recommended Posts

I've finished the main mission to the Mun and accepted the main mission for Duna, now instead of receiving any missions for Minmus I get various types of missions for the moon Pol. I haven't even left the SOI of Kerbin :huh:

No matter how many times I cancel the contract offers, another pops up, always for Pol.

Link to comment
Share on other sites

It's a bug, whenever you bring back science from any place, that contains "Pol" (Flag pole, Polar craters on Mun, etc.) it's beeing registered as returning science from Pol.

As a workaround, you could remove the section that contains the "returned science from Pol" in the savegame.

Simply open the persistent.sfs and search and delete the Pol section, looking like:

Pol

{

Science

{

(...)

}

}

Link to comment
Share on other sites

It's a bug, whenever you bring back science from any place, that contains "Pol" (Flag pole, Polar craters on Mun, etc.) it's beeing registered as returning science from Pol.

As a workaround, you could remove the section that contains the "returned science from Pol" in the savegame.

Simply open the persistent.sfs and search and delete the Pol section, looking like:

I don't know whether to laugh or cry... but I thank you in advance for whenever I inevitably hit this problem!

Link to comment
Share on other sites

As a software dev this bug made me chuckle, as I know what kind of regex laziness causes it (I've done similar things myself)

if ($science =~ /pol/) {
$science_target = $planets{'pol'}
}

----------------

EDIT:

It would seem this bug was fixed in the steaming fresh 1.0.1 patch that was just released.

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