Jump to content

Mission failed / No situation report available. Need .cfg


Recommended Posts

Hi,

I have the following problem. If I accept a mission with ReStock+ parts to test (For example RT1-"Mallet") and then go to the VAB, the missions are canceled/faild immediately. Note: Test No situation report available.

Some time ago I found a cfg file with only a few lines which have excluded the ReStock+ parts from missions. It worked perfectly but I can't find it anymore.

My Mod List:

Spoiler

B9 Part Switch (B9PartSwitch v2.17.0)
BetterTimeWarpContinued (BetterTimeWarpCont 2.3.12.6)
BreakingGround-DLC (BreakingGround-DLC (unmanaged))
Chatterer (Chatterer 0.9.99)
Chatterer Extended (ChattererExtended 0.6.2)
ClickThrough Blocker (ClickThroughBlocker 1:0.1.10.15)
Community Resource Pack (CommunityResourcePack 1.4.2)
Community Tech Tree (CommunityTechTree 1:3.4.3)
Community Terrain Texture Pack (CommunityTerrainTexturePack 1:1.0.4)
Contract Configurator (ContractConfigurator 1.30.5)
Crowd Sourced Science (CrowdSourcedScience v6.0)
Cryo Tanks (CryoTanks 1.6.0)
Cryo Tanks Core (CryoTanks-Core 1.6.0)
Cryogenic Engines (CryoEngines 1:2.0.0)
Cryogenic Engines - Liquid Fuel/Oxidizer (CryoEngines-LFO 1:2.0.0)
Custom Barn Kit (CustomBarnKit 1.1.21.0)
Deployable Engines Plugin (DeployableEngines 1.3.0)
Distant Object Enhancement Continued (DistantObject v2.0.2.0)
Distant Object Enhancement Continued default config (DistantObject-default v2.0.2.0)
Dynamic Battery Storage (DynamicBatteryStorage 2:2.2.2.0)
Environmental Visual Enhancements - Stock Planet Config files (EnvironmentalVisualEnhancements-HR 2:EVE-1.2.2-1)
Environmental Visual Enhancements Redux (EnvironmentalVisualEnhancements 3:1.11.2.1)
Final Frontier (FinalFrontier 1.10.0-3485)
Hide Empty Tech Tree Nodes (HideEmptyTechNodes 1.3.0)
Kerbal Actuators (KerbalActuators v1.8.3)
Kerbal Atomics (KerbalAtomics 1:1.2.1)
Kerbal Atomics - Liquid Fuel Only (KerbalAtomics-NTRsUseLF 1.2.1)
Kerbal Atomics - NFE Integration (KerbalAtomics-NFECompatibility 1.2.1)
Kerbal Changelog (KerbalChangelog v1.4.2)
Kerbalism (Kerbalism 3.12)
Kerbalism - Default Config (Kerbalism-Config-Default 3.12)
Kopernicus Planetary System Modifier (Kopernicus 2:release-1.11.1-34)
Mark IV Spaceplane System (MarkIVSpaceplaneSystem 3.2.0)
Modular Rocket Systems LITE (ModularRocketSystemsLITE 1.13.2)
ModularFlightIntegrator (ModularFlightIntegrator 1.2.10.0)
Module Manager (ModuleManager 4.1.4)
Near Future Aeronautics (NearFutureAeronautics 2.1.0)
Near Future Construction (NearFutureConstruction 1.3.1)
Near Future Electrical (NearFutureElectrical 1.2.1)
Near Future Electrical - Decaying RTGs (NearFutureElectrical-DecayingRTGs 1.2.1)
Near Future Electrical Core (NearFutureElectrical-Core 1.2.1)
Near Future Exploration (NearFutureExploration 1.1.1)
Near Future IVA Props (NearFutureProps 1:0.6.4)
Near Future Launch Vehicles (NearFutureLaunchVehicles 2.1.2)
Near Future Propulsion (NearFuturePropulsion 1.3.1)
Near Future Propulsion - Xenon Hall Effect Thrusters (NearFuturePropulsion-XenonHETs 1.3.1)
Near Future Solar (NearFutureSolar 1.3.1)
Near Future Solar Core (NearFutureSolar-Core 1.3.1)
Near Future Spacecraft (NearFutureSpacecraft 1.4.1)
Near Future Spacecraft - LFO Engines (NearFutureSpacecraft-OrbitalLFOEngines 1.4.1)
Outer Planets Mod (OuterPlanetsMod 2:2.2.9)
PlanetShine (PlanetShine 0.2.6.3)
PlanetShine - Default configuration (PlanetShine-Config-Default 0.2.6.3)
ReStock (ReStock 1.3.1)
ReStock Extra - Rigid Legs (RestockRigidLegs 1.3.1)
scatterer (Scatterer 3:v0.0723)
Scatterer Default Config (Scatterer-config 3:v0.0723)
Scatterer Sunflare (Scatterer-sunflare 3:v0.0723)
SpaceY Expanded (SpaceY-Expanded 1.4)
SpaceY Heavy Lifters (SpaceY-Lifters 1.17.2)
Stockalike Station Parts Expansion Redux (StationPartsExpansionRedux 1.4.0)
Stockalike Station Parts Expansion Redux - Metal Surfaces (StationPartsExpansionRedux-Metal 1.4.0)
Strategia (Strategia 1.8.0)
Toolbar Controller (ToolbarController 1:0.1.9.4)
UnKerballed Start (UnKerballedStart 1.2.0)
Waterfall Core (Waterfall 0.5.0)
Waypoint Manager (WaypointManager 2.8.2.7)
Zero MiniAVC (ZeroMiniAVC 1:1.1.0.1)

 

Does anyone have any idea what was the code in this cfg?
Thanks in advance!

 


 
Link to comment
Share on other sites

Interesting...I've noticed this issue as well but didn't notice that it happens to parts of ReStock Plus...

Couldn't find the patch you're talking about so I wrote one myself. Took me a while to figure out a way to target just these parts but I'm confident this patch will do the trick and it worked perfectly fine during my tests:

@PART[*]:HAS[@MODULE[ModuleTestSubject],#tags[*restock*]]:FINAL
{	
	!MODULE[ModuleTestSubject]{}
}

This will prevent parts from ReStock Plus to be choosen for test contracts :)

Link to comment
Share on other sites

  • 8 months later...

I've found this on the Restock+ thread for the same problem, but this one works for any other mods that have deprecated parts still in their library. Future proofing I guess.

On 2/3/2021 at 2:34 PM, PocketBrotector said:
@PART[*]:HAS[#TechHidden[True]]:FINAL
{
	!MODULE[ModuleTestSubject] {}
}
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...