Hey I need help to undo some testing I did for a new (spacedust) part and antenna range. KSP now believes I have already been to Jool and offers me contracts for it. I believe it is because of the scenario=spacedust....... DISCOVERYDATA ... bodyName = Jool and then some discovery and indentify 100% lines in the persistens sfs. Deleting those lines or setting the values to 0 and restarting the game doesnt help. Deleting the mod does but I want to use it (I use CKAN). So how do I undo my mishap?
Any help would be very helpful!
SCENARIO
{
name = SpaceDustScenario
scene = 5, 7, 8, 6
DISCOVERYDATA
{
resourceName = Antimatter
bodyName = Kerbin
bandName = kerbRing
discovered = True
identified = False
discoveryPercent = 100
identifyPercent = 0
}
DISCOVERYDATA
{
resourceName = ArgonGas
bodyName = Kerbin
bandName = kerbinAtmo
discovered = True
identified = True
discoveryPercent = 100
identifyPercent = 100
}
DISCOVERYDATA
{
resourceName = LqdDeuterium
bodyName = Jool
bandName = joolAtmo
discovered = True
identified = False
discoveryPercent = 100
identifyPercent = 0
}
DISCOVERYDATA
{
resourceName = LqdHe3
bodyName = Jool
bandName = joolAtmo
discovered = True
identified = False
discoveryPercent = 100
identifyPercent = 0
}
DISCOVERYDATA
{
resourceName = LqdHydrogen
bodyName = Jool
bandName = joolAtmo
discovered = True
identified = False
discoveryPercent = 100
identifyPercent = 0
}
DISCOVERYDATA
{
resourceName = Oxidizer
bodyName = Kerbin
bandName = kerbinAtmo
discovered = True
identified = True
discoveryPercent = 100
identifyPercent = 100
}
DISCOVERYDATA
{
resourceName = XenonGas
bodyName = Kerbin
bandName = kerbinAtmo
discovered = True
identified = True
discoveryPercent = 100
identifyPercent = 100
}
}