Levfendi Posted November 15, 2021 Share Posted November 15, 2021 (edited) Thanks for creating and maintaining so many great mods! Edited November 15, 2021 by Levfendi My issue appears to be caused by something else. I will follow the advised support guidelines. Quote Link to comment Share on other sites More sharing options...
Elendiar Posted January 7, 2022 Share Posted January 7, 2022 How unpause game when Game Paused window appears on sim start? Quote Link to comment Share on other sites More sharing options...
FasterThanFlourite Posted January 7, 2022 Share Posted January 7, 2022 I wonder, is there a way to get automatically delete all the notifications / records / world's first messages that happen while in a KRASH sim? When exiting the sim and starting the launch properly, everything reverts back to normal, but the messages in the notification window stay and thus one often needs to delete a couple of "Heaviest Launch achieved!" messages, especially early on in the career. Quote Link to comment Share on other sites More sharing options...
FasterThanFlourite Posted January 10, 2022 Share Posted January 10, 2022 I haven't seen this mentioned before in this thread, but could it be possible that completing contracts in KRASH breaks them for the main game, @linuxgurugamer? I have had issues with parts and altitudes in contracts not being recognized and was trying to narrow it down, when this session I noticed something: Constructed vessel in editor, started KRASH and fulfilled a contract(in this case: achieved altitude 290.000 - 300.000), stopped simulation, went back to the editor, built vessel in KCT, launched it, but suddenly the very same contract seems broken (i.d. altitude 290.000 - 300.000 is not being recognized anymore). Maybe my log helps to narrow down that issue. Has anyone ever reported something like this before? Quote Link to comment Share on other sites More sharing options...
flart Posted February 25, 2022 Share Posted February 25, 2022 Problem: a lander, that got connection from its baseship, has no commnet connection and no control on testing separately.Solution: go to Settings/Basic and disable "Enable Comm Network". After reverting to VAB, the changed setting reverts to normal. Feature request: have this option on KRASH GUI in VAB or in the settings, so there would be no need to change the settings on every test launch Quote Link to comment Share on other sites More sharing options...
MaikC Posted March 11, 2022 Share Posted March 11, 2022 the cost multiplier does not work as it should. If you set it to 25% it's more expensive and if you set it to 200% it's cheaper. Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted April 30, 2023 Author Share Posted April 30, 2023 New release, 0.5.34 0.5.34 Updated .net version Thanks to github user @tinygrox for this Added localization Created en-us config Added zh-cn config (chinese) Quote Link to comment Share on other sites More sharing options...
Ker Ball One Posted February 8 Share Posted February 8 Anyone else missing the RESTART SIMULATION button option in the ESC menu? I've got the other buttons, but just missing that one. I'm running in Career Mode. Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted February 10 Author Share Posted February 10 On 2/8/2024 at 11:02 AM, Ker Ball One said: Anyone else missing the RESTART SIMULATION button option in the ESC menu? I've got the other buttons, but just missing that one. I'm running in Career Mode. Log file, please Quote Link to comment Share on other sites More sharing options...
Ker Ball One Posted February 12 Share Posted February 12 (edited) On 2/10/2024 at 4:45 PM, linuxgurugamer said: Log file, please Log Files: https://www.dropbox.com/scl/fi/yviwmfgad2ec429vlzlfs/KSP_Ker_Ball_One_Logs.zip?rlkey=x5nl59lqtvv6hzayxk9og0aco&dl=0 While you're looking, I thought I'd also mention a frequent, but not always bug. Might be related to previous bugs regarding warp causing issues with orbits. If I launch to an orbit instead of KSC launchpad, after some time and multiple switching vessels... the switched to vessel will cause it to teleport to a different orbit, such as the orbit from the simulation start. Edited February 12 by Ker Ball One Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted February 12 Author Share Posted February 12 On 2/8/2024 at 11:02 AM, Ker Ball One said: Anyone else missing the RESTART SIMULATION button option in the ESC menu? I've got the other buttons, but just missing that one. I'm running in Career Mode. There are some instances when the simulation can't be restarted, I'm wondering if you are running into one of those Quote Link to comment Share on other sites More sharing options...
Ker Ball One Posted February 12 Share Posted February 12 1 hour ago, linuxgurugamer said: There are some instances when the simulation can't be restarted, I'm wondering if you are running into one of those I can sometimes get the Restart Simulation button after the vessel is destroyed. What are the conditions that I should expect? Quote Link to comment Share on other sites More sharing options...
Ker Ball One Posted February 28 Share Posted February 28 (edited) On 2/12/2024 at 8:27 AM, linuxgurugamer said: There are some instances when the simulation can't be restarted, I'm wondering if you are running into one of those I can see line: 877 of KRASH's FlightModule.cs if (FlightDriver.CanRevertToPostInit) ... GUILayout.Button(LocalizationCache.Button_RestartSimulation/*, _guiSkin.button*/)) // "<color=orange>Restart Simulation</color>" So this button/option is dependent on KSP's built in FlightDriver, which makes the determination if I can revert or not. I guess this would be the equivalent of the greyed out "Revert Flight" button in a non-sim flight. I have my Game Difficulty settings to allow flight revert. And when my craft is fully built and rolled out (KCT), and I launch from KSC LaunchPad.... I CAN REVERT just fine. But something about launching a test flight in KRASH Sim maybe changes my initial conditions (like being out of atmo, having switched unloaded vessels from the Map, etc.) Does KRASH do anything when starting that the FlightDriver might consider unrevertable? Even when I don't touch the settings to launch somewhere other than the KSC Launchpad? Edited February 28 by Ker Ball One Quote Link to comment Share on other sites More sharing options...
Ker Ball One Posted March 10 Share Posted March 10 On 2/12/2024 at 8:27 AM, linuxgurugamer said: There are some instances when the simulation can't be restarted, I'm wondering if you are running into one of those I was able to track this down. It wasn't the vessel's state in FlightDriver that told KRASH that it was ineligible for reverting. I confirmed by changing line 877 of KRASH's FlightModule.cs to always be "true", but it didn't change the pause menu. It was some kind of conflict with a mod called, "SOS (Save Our Settings)". I think SOS makes changes to the pause menu that is messing with KRASH's changes. Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted March 10 Author Share Posted March 10 19 minutes ago, Ker Ball One said: I was able to track this down. It wasn't the vessel's state in FlightDriver that told KRASH that it was ineligible for reverting. I confirmed by changing line 877 of KRASH's FlightModule.cs to always be "true", but it didn't change the pause menu. It was some kind of conflict with a mod called, "SOS (Save Our Settings)". I think SOS makes changes to the pause menu that is messing with KRASH's changes. Could be, at the level that both those mods work, conflicts can very easily arise Quote Link to comment Share on other sites More sharing options...
Ker Ball One Posted March 11 Share Posted March 11 (edited) 9 hours ago, linuxgurugamer said: Could be, at the level that both those mods work, conflicts can very easily arise Hmm... well SOS source code shows that there are a few files and references to KRASH. https://github.com/linuxgurugamer/SOS/blob/master/SOS/KRASHWrapper.cs It also has a REFERENCE Include for the KRASH.dll so it appears SOS is meant to be aware of KRASH and probably not interfere. But it does interfere so I'm looking if its an easy fix. UPDATE: Looks to be an easy fix. Appears that although there are several checks to ensure that reverting a flight is only available if the game engine allows it... There was a check for KRASH simulation that simply ignored the further checks and created it's own pause menu without the revert button or checks. https://github.com/linuxgurugamer/SOS/issues/2 / https://github.com/linuxgurugamer/SOS/pull/3 Edited March 11 by Ker Ball One Quote Link to comment Share on other sites More sharing options...
bigyihsuan Posted May 19 Share Posted May 19 On 6/10/2021 at 10:27 PM, Errol said: I can't seem to find a way to run simulations from the alternate launch sites available in making history (woomerang and desert). Does anyone know if this is possible? If not, would it be possible to add via mm patch? If not, @linuxgurugamer could you add those options? I'd like this as well; I use Woomerang exclusively as a high-inclination launch site, and I'd like to simulate launches from there. Quote Link to comment Share on other sites More sharing options...
AIM-9X Posted September 11 Share Posted September 11 Is it supposed to pause the simulation whenever you land or enter an atmosphere? I cant test any re-entry probes because of this Quote Link to comment Share on other sites More sharing options...
Ker Ball One Posted September 18 Share Posted September 18 On 9/10/2024 at 7:25 PM, AIM-9X said: Is it supposed to pause the simulation whenever you land or enter an atmosphere? I cant test any re-entry probes because of this There should be toggle in the Settings (Game Settings > Difficulty > KRASH or KCT) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.