Jump to content

kurtu5

Members
  • Posts

    28
  • Joined

  • Last visited

Reputation

15 Good

Profile Information

  • About me
    Bottle Rocketeer
  1. Yes I have GPP Secondary. Perhaps that also explains why Research Bodies was also being so finicky(where a couple of GEP bodies remained always unidentified) I uninstalled it. My guess is very few have tried GEP_Primary, so these edge cases haven't been discovered yet. To bad, your work is so nice.
  2. I wanted to give GEP_Primary a shot and use Remote Tech, but it seems Nodens is using Gael's config and there are no ground stations near the launch site. Am I missing something here?
  3. Yes. If I ever make a game, I think I will add a 3D screenshot feature that uses whatever passes for VRML nowadays.
  4. Works like a charm. Thanks for the shiny new charm.
  5. Rovemax Model S2. I should have taken a screenshot of the rover on the runway with the debug menu up. I saw purple lines going to the science parts and wasn't sure if that was salient. Notable mods, KAS,KIS,MKS/OKS. Detailed mods from my install log. The top section is my install order and notes on compatibility stuff, the bottom has most of the installed mods listed; https://pastebin.com/FrXScanx
  6. I wasn't sure of 4.0.4 also fixed the "AutoStuts Locked" problem so I installed KerbalJointReinforcement_dbg_v4.0.4.zip and tested it and I see that the problem still exists. My basic first tier squad wheeled rover no longer flips of load, but the lander can is distorted on load. I suppose its one thing at a time and you had to work out the DLC compatibility first and foremost. Thanks for you hard work on this and doing what you can at this time to make improvements. Back to 4.0.0.for me for the time being.
  7. Others also bear in mind that autostruts can be one for other parts as well. It is up to the mod maker who decides this. You see "Autostrut Locked: Heaviest part" in the menu for autostruts. I looked around and it seems that there isn't a way to patch the config to "autoStrut = false" the part module. People have suggested patches/MM snippits, but people reported they don't work. I reverted to 4.0.0 of JRnext and for now this solves the problem. Wishing the best of luck to Rudolf on groking this silly API.
  8. A couple of questions. I think I am having a problem with 4.0.3 and would like to know what kind of debug info you need. 1. I see on github there is a debug flag in the config, but what should I be looking for in the logs after setting it? 2. Also, you say there is a debug version and that I should see a AppLauncher Icon in flight, what version is this enabled on? 3. What forum should we all be using? The one with wip in the url or the one without? To give a preview of the problem I faced, I had been using 4.0.0(KSP 1.6.1) and then upgraded to 4.0.3 and some craft that have "Autostrut Locked: Heaviest part" were flipping out on launch. I haven't set and autostruts manually yet. In this case the rover flips over on launch and the command pod is cantered off axis on the attachment point. Reverting back to 4.0.0 removes the issue. https://imgur.com/FOTaCSN
  9. FreeThinker previously mentioned you can change the Thermal key by changing ThermalUiKey in WarpPluginSettings.cfg to another key than P. But what are the key formats? Alt-P, ALT_P, None? Specifically I am interested in None. I think I left it blank, but it seems to default back to P.
  10. For time formats I was a bit dismayed that I could not do DatedQuickSaves files with Kerbin formats such as YYY-DD-HHMMSS and only could do unpadded Y-D-HMS. I.e. Year 1, Day 2, Hour 3, Minute 5, Second 9 as 1-2-359, instead of 001-02-030509. This helps seeing the sorted order of saves when you have to compare Year 10 to a Year 1 save and the same for other time values. However, it pays to dig into source code and not bother the amazing @linuxgurugamer with a change request and find something not documented on the main mod description post. https://github.com/linuxgurugamer/MagiCore/blob/master/MagiCore/StringTranslation.cs str = ReplaceToken(str, "year", times[0].ToString()); str = ReplaceToken(str, "year0", times[0].ToString("D3")); str = ReplaceToken(str, "day", times[1].ToString()); str = ReplaceToken(str, "day0", times[1].ToString("D3")); str = ReplaceToken(str, "hour", times[2].ToString()); str = ReplaceToken(str, "hour0", times[2].ToString("D2")); str = ReplaceToken(str, "min", times[3].ToString()); str = ReplaceToken(str, "min0", times[3].ToString("D2")); str = ReplaceToken(str, "sec", times[4].ToString()); str = ReplaceToken(str, "sec0", times[4].ToString("D2")); Here I can see that the format string "FileNameTemplate = [year0]-[day0]-[hour0][min0]" does exactly what I want. So for anyone looking to do this, well this is how you do it.
  11. How is it possible to do a recon scan over mountains? The Little Brother instrument only does the 2 pseudo biomes of north and south hemispheres? I grabbed the details from my save just to make sure it was using the right instrument and "dmReconScan" looks like a "X Brother" experiment to me. I am running 1.6.1 with GPP/GEP.MKS/OKS.KSIe and other things like that. Notably this looks like its generated from Field Science, but the forums there only talked a little about SIGINT experiments needing biomes. So I am at a loss what to do aside from figuring out how to disable these recon experiments in Contract Configurator. PARAM { name = CollectScienceCustom id = CollectScience state = Incomplete disableOnStateChange = False values = 0,0,0,0,0 ContractIdentifier = KerbalAcademy.KerbalAcademyFieldScience title = notes = completedMessage = allowStateReset = False targetBody = Kerbin biome = Mountains situation = InSpaceLow experiment = dmReconScan recoveryMethod = None PARAM { name = ParameterDelegate`1 id = Biome: Gael's Mountains state = Incomplete disableOnStateChange = False values = 0,0,0,0,0 ContractIdentifier = KerbalAcademy.KerbalAcademyFieldScience title = Biome: Gael's Mountains notes = completedMessage = } PARAM { name = ParameterDelegate`1 id = Situation: Low in space state = Complete disableOnStateChange = False values = 0,0,0,0,0 ContractIdentifier = KerbalAcademy.KerbalAcademyFieldScience title = Situation: Low in space notes = completedMessage = } PARAM { name = ParameterDelegate`1 id = Experiment: Recon Scan state = Incomplete disableOnStateChange = False values = 0,0,0,0,0 ContractIdentifier = KerbalAcademy.KerbalAcademyFieldScience title = Experiment: Recon Scan notes = completedMessage = PARAM { name = ParameterDelegate`1 id = dmReconScanSubject state = Incomplete disableOnStateChange = False values = 0,0,0,0,0 ContractIdentifier = KerbalAcademy.KerbalAcademyFieldScience title = notes = completedMessage = } } }
  12. I wanted to not use the stock toolbar and use blizzy's toolbar instead. So I edited the config thusly; useToolbar = True useAppLauncher = False I does show up on Blizzys, but its still displaying on the stock toolbar after a restart. I though my edit may have reverted on restart, but it hasn't. Any ideas?
  13. I have this issue as well. I have a ton of mods installed. GPP,/GEP KSIe, MKS/OKS and all the bells and whistles. I looked page by page after linuxgurugamer's initial post and didn't see much further discussion on it. Nor was I able to find anything on the forum page for Field Research or github.
  14. You mean like KSP.log and error.log? And from which state conditions? Crashes with xinput kludged into System32 or without? I think this error.log is when I had the 32bit version in System32 and steamapi.dll.disabled as per my initial field report; https://pastebin.com/CsNxyL9q I think you were particularly interested in mem locations, so here is a grep of error.log in various configurations; https://pastebin.com/AirLvD4E
  15. Ok so it simply did not like me using another SDL2.dll than linuxgamer provided in his AFBW ckan distro. So I restored that. The 'trick' of putting the 32 bit x_input in the KSP main directory did not make it use it and it still was crashing with the System32 64bit version. Supposedly the KSP_x64.exe ninary should search the current diectory first before going down the PATH, but I suppose xinput1_3.dll is a special "Known DLL" that is actually the first matching rule according to the below documentation. I guess messing with System32 is the only easy way for now. Search Path Used by Windows to Locate a DLL
×
×
  • Create New...