ms6107
Members-
Posts
17 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by ms6107
-
KSP Interstellar Extended Continued Development Thread
ms6107 replied to FreeThinker's topic in KSP1 Mod Development
Mirrors can relay without additional antennas or beam producers. And it really good to relay, you have no signal convertion loss. So is better to change from long infrared to short. -
KSP Interstellar Extended Continued Development Thread
ms6107 replied to FreeThinker's topic in KSP1 Mod Development
This is due to config of Infrared mirror. It can relay only wavelengths from 0.000009 to 0.001. Long infrared is 0.000011 and Short infrared is already 0.0000022 (5 zeros) and out of infrared mirror capability. -
KSP Interstellar Extended Support Thread
ms6107 replied to FreeThinker's topic in KSP1 Mods Discussions
Always thought that ore delivery is a stock contract, and stock contracts uses random company as agent. -
KSP Interstellar Extended Support Thread
ms6107 replied to FreeThinker's topic in KSP1 Mods Discussions
Got you. Yep, it is my fault, didn't used light mirror and didn't know config files are case sensitive. I will fix it later today. And hope @FreeThinker will include my fix in next release. BTW, Thanks. Will do more testing before commit next time. -
KSP Interstellar Extended Support Thread
ms6107 replied to FreeThinker's topic in KSP1 Mods Discussions
Please look at other l's in this file, it's not 1. It's strange font used in your text editor, and l and 1 looks pretty similar in it. Github source https://github.com/sswelm/KSP-Interstellar-Extended/blob/master/GameData/WarpPlugin/Parts/Microwave/PivotedLightMirror/PivotedLightMirror.cfg -
KSP Interstellar Extended Continued Development Thread
ms6107 replied to FreeThinker's topic in KSP1 Mod Development
@cthulhum, have you updated to 1.12.7? Just checked with official release, my 3 IR mirror relays work fine, spot size near the moon about 2.5, 3 transceivers placed on the ground near KSC, and one on keostacionary orbit. -
KSP Interstellar Extended Support Thread
ms6107 replied to FreeThinker's topic in KSP1 Mods Discussions
@wsx1887, may you provide any comments for this screenshot? -
KSP Interstellar Extended Support Thread
ms6107 replied to FreeThinker's topic in KSP1 Mods Discussions
Hi, @FreeThinker. I have another two questions: 1) Is "Pivoted infrared mirror" min wavelength correct in part.cfg? It different between first page of this thread and config. The table onn first page says that it must opperate in 700 nm - 1mm , but in config is 1mm - 9000nm, so it can relay only long infrared. And it sad :-(. 2) Is there some limitations on beam receivers? I placed 3 transmiters close to launch site (so I can easily recover them in future), launched one to kso, and now I can bring about 250 tons of goods to Mun orbit, just for 110k kerbits, using one Inline thermal Receiver Mk1 and tons of CO2. 30GW from four 8GW transmitters, and I can increase number of transmiters on demand. No, I realy like it! But if it not intended use of beam power. PS: Finally landed and returned from Eve. Magnetized Target Fusion Reactor is OP. -
totm may 2024 [1.12.x] - Modular Kolonization System (MKS)
ms6107 replied to RoverDude's topic in KSP1 Mod Releases
Also I see this error when trying to undock construction docking ports. -
totm may 2024 [1.12.x] - Modular Kolonization System (MKS)
ms6107 replied to RoverDude's topic in KSP1 Mod Releases
Can't deploy MKS Ranger Agricultural Module and MKS Ranger Habitation (at least) after update, NullReferecnceError in console. Checked with no other mods installed in clean sandbox game. -
KSP Interstellar Extended Support Thread
ms6107 replied to FreeThinker's topic in KSP1 Mods Discussions
Hyperedited my test ship with atmosphere extractor to Eve orbit. Got yellow clock and error in log, just after enabling it: [LOG 16:02:34.834] [KSPI] - Exception while loading atmospheric resources : System.InvalidOperationException: Operation is not valid due to the current state of the objectat System.Linq.Enumerable.First[AtmosphericResource] (IEnumerable1 source, System.Func2 predicate, Fallback fallback) [0x00000] in :0at System.Linq.Enumerable.First[AtmosphericResource] (IEnumerable1 source, System.Func2 predicate) [0x00000] in :0at FNPlugin.AtmosphericResourceHandler.AddRaresAndIsotopesToAdmosphereComposition (System.Collections.Generic.List`1 bodyAtmosphericComposition, .CelestialBody celestialBody) [0x00000] in :0at FNPlugin.AtmosphericResourceHandler.GetAtmosphericCompositionForBody (Int32 refBody) [0x00000] in :0 Just created pull request wit fix on github. -
KSP Interstellar Extended Support Thread
ms6107 replied to FreeThinker's topic in KSP1 Mods Discussions
Hm, i was wrong, this is part of module config. There is example /GameData/WarpPlugin/Parts/Microwave/CircularSolarPhotovoltaicReceiver/CircularPanel.cfg see module MicrowavePowerReceiverDish its almost the same as MicrowavePowerReceiver. So you have to change one of them in your part.cfg. -
KSP Interstellar Extended Support Thread
ms6107 replied to FreeThinker's topic in KSP1 Mods Discussions
@Liquid5n0w You had to change it in GameData/WarpPlugin/Parts/Microwave/MicrowaveThermalPowerReceiver/MTER-M.cfg for example for thermal receiver mk1, just add line solarPowerMode = false just after module = Part author = Conti But it will help for new vessels only. But as @FreeThinker said, new release will be soon. And it easier to wait it. -
KSP Interstellar Extended Support Thread
ms6107 replied to FreeThinker's topic in KSP1 Mods Discussions
Fixed in code :-). Btw thanks for realy great mod, will wait next releases. -
KSP Interstellar Extended Support Thread
ms6107 replied to FreeThinker's topic in KSP1 Mods Discussions
@FreeThinker In your commit https://github.com/sswelm/KSP-Interstellar-Extended/commit/75466992bb0d64775d995bbca7e35e3f93cb2da2#diff-c2a809c45779cd306941ed874bcef382 you changed default value for solarPowerMode, is it was intentional? I can't find other changes to concrete parts to set it to false. Btw I changed it back to false and now my thermal receiver can connect with transmitter, but now my thermal ramjet nozzle show no trust on hydrogen (due to atmothperic pressure I think) or blow up in a second on methane. Edited, after enabling technology updates in sandbox and making bigger transmitter all became fine. PS, My answers are premoderated so it takes longer to see it... -
KSP Interstellar Extended Support Thread
ms6107 replied to FreeThinker's topic in KSP1 Mods Discussions
This tests was in sandbox. But i have no luck with my campaing to, but it uses other plugins. Ok, I downloaded newer version of VS and your project from github. And added some debug information to MicrovawePoweReceiver.OnFixedUpdate() The most usefult was, line 1215: Debug.Log("[KSPI] - solarPowerMode: " + solarPowerMode + " Counter: " + counter); if (solarPowerMode == false && (++counter + instanceId) % 11 == 0) // recalculate input once per 10 physics cycles. Relay route algorythm is too expensive and it says that Inline thermal receiver mk1 is in solar power mode. Will check other receivers. Edit, tested Duel mode thermal sphere receiver, Duel mode thermal/rectena receiver and stock solar panels. First two in solar only mode and I can change this property for stock panels in flight. -
KSP Interstellar Extended Support Thread
ms6107 replied to FreeThinker's topic in KSP1 Mods Discussions
Have the same problem with beam power. Receiver always says that 0/1 satellites connected (tried various combinations of receiver and transmitter). Issue reproduced on clean installation of KSP with only KSPIE from curse.com/ckan installed. I tried older versions of KSPIE and with 1.10 my ship with mk1 thermal receiver and thermal rocket jet launched eventually get launched, but this morning it says satellites connected 1/1 and have max thermal energy but producing no trust. My test build using KSP 1.2.2 and KSPIE 1.12.1 clean install transmitter: receiver: