-
Posts
24,969 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
I stream every Sunday and Monday evenings. There is also EJ_SA, and Das Valdez who are very big streamers in the KSP area
-
totm june 2018 Work-in-Progress [WIP] Design Thread
linuxgurugamer replied to GusTurbo's topic in KSP1 The Spacecraft Exchange
Download it from here, it IS a 1.5 version: https://github.com/DefiantZombie/Collide-o-Scope/releases/tag/1.2.1 -
[1.3.1][Kopernicus] KASE v0.3 [26June2016]
linuxgurugamer replied to KillAshley's topic in KSP1 Mod Development
Necroing this because it mostly still works, and want to provide info on how to make it work. @KillAshley hasn't been around since May, hoping he will see this: In 1.5.1, it's fine except for two things: Vall causes endless nullrefs, so for now I've simply disabled it Minmus needed the following commented out: SharpnessNoise { deformity = 0.00100000004749745 frequency = 0.5 octaves = 4 persistance = 0.5 seed = 0 //Noise //{ // frequency = 0.5 // lacunarity = 0.5 // quality = High // octaveCount = 4 // seed = 33127 //} } -
[1.12.x] KSP Resonant Orbit Calculator
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Not at this time, a bit busy. -
[1.12.x] Filter Extensions (No localization)
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Ever consider the idea that a mod might be preloading data at the main menu to avoid having to do it when going into the VAB? @Divstator could you take a look at this,please? -
[1.12.x] Filter Extensions (No localization)
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
It's not a game breaker, I don't have time to look into this now. I would suspect that one of the config files is off. Just so I know, which mods are you running which have ISRUs in them? -
[1.8.1-1] [PLEASE FORK ME] Kopernicus & KittopiaTech
linuxgurugamer replied to Thomas P.'s topic in KSP1 Mod Releases
Thank you. Here are all the Kopernicus logs: https://www.dropbox.com/s/20dvb20nvthb6ez/KASE-Kopernicus-Logs.zip?dl=0 This is the error at the end of the Vall log: -
[1.8.1-1] [PLEASE FORK ME] Kopernicus & KittopiaTech
linuxgurugamer replied to Thomas P.'s topic in KSP1 Mod Releases
I'm trying to see if I can get the KASE mod working (it replaces stock textures). Here is the output_log: https://www.dropbox.com/s/huj7zjla6gy8w0v/KASE-log.zip?dl=0 Here is the outpu_log AND the full KASE mod (170 Mb): https://www.dropbox.com/s/uh621malt45g9sb/KASE-logPlus.zip?dl=0 Not being fluent in the Kopernicus, I'm asking for a bit of help. I fixed one problem with Minmus (see below), but now I'm getting an endless loop of null refs: NullReferenceException: Object reference not set to an instance of an object at Kopernicus.Components.KopernicusStar.LateUpdate () [0x00000] in <filename unknown>:0 1G/KopernFirst, I see a number of the following: Cannot find preset 'Default' for pqs 'Dres(Clone)' CelestialBodyTransform: Cannot find CelestialBody. and then, I see this: (Filename: C:/buildslave/unity/build/artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51) Exception: Failed to load Body: Vall at Kopernicus.Configuration.Loader.Kopernicus.IParserEventSubscriber.PostApply (.ConfigNode node) [0x00000] in <filename unknown>:0 at Kopernicus.Parser.LoadObjectFromConfigurationNode (System.Object o, .ConfigNode node, System.String configName, Boolean getChilds) [0x00000] in <filename unknown>:0 at Kopernicus.Parser.CreateObjectFromConfigNode[Loader] (.ConfigNode node, System.String configName, Boolean getChilds) [0x00000] in <filename unknown>:0 at Kopernicus.Injector.Awake () [0x00000] in <filename unknown>:0 UnityEngine.DebugLogHandler:Internal_LogException(Exception, Object) UnityEngine.DebugLogHandler:LogException(Exception, Object) UnityEngine.Logger:LogException(Exception, Object) UnityEngine.Debug:LogException(Exception) Kopernicus.Injector:Awake() UnityEngine.GameObject:Internal_AddComponentWithType(Type) UnityEngine.GameObject:AddComponent(Type) AddonLoader:StartAddon(LoadedAssembly, Type, KSPAddon, Startup) AddonLoader:StartAddons(Startup) AddonLoader:OnLevelLoaded(GameScenes) AddonLoader:OnSceneLoaded(Scene, LoadSceneMode) UnityEngine.SceneManagement.SceneManager:Internal_SceneLoaded(Scene, LoadSceneMode) (Filename: Line: -1) DontDestroyOnLoad only work for root GameObjects or components on root GameObjects. (Filename: Line: 481) So far, the only changes I've made is to the Minmus.cfg, where I commented out some lines based on posts I've seen in the New Horizons thread (if the following are uncommented, then I get a message saying that Kopernicus had an error loading): SharpnessNoise { deformity = 0.00100000004749745 frequency = 0.5 octaves = 4 persistance = 0.5 seed = 0 //Noise //{ // frequency = 0.5 // lacunarity = 0.5 // quality = High // octaveCount = 4 // seed = 33127 //} } -
Believe it or not, something changed in the API going from 1.4.4 to 1.4.5 which broke one of my mods. A tiny, insignificant change, which unfortunately broke the Kronal Vessel Viewer mod. You obviously don't know that you can do exactly that already in Steam. It's been well-discussed elsewhere on the forums
-
Any former members of the now defunct Space.com forums here?
linuxgurugamer replied to StrandedonEarth's topic in The Lounge
Oh, sorry, I misunderstood -
Well, I seem to have it working in 1.5.1, including Making History, and I've added back the planet textures of Derso which were last seen in 1.7 Yay! So, is there interest in having a Community Supported release? I'd be willing to curate it, but am not fluent in Kopernicus to be able to do much right now
-
[1.12.x] Filter Extensions (No localization)
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 3.2.2.11 Added a probably unnecessary extra check in LoadAndProcess to wait until PartLoader.LoadedPartsList is not null Fixed nullref in startup when a kerbal part was accessed -
[1.12.x] Filter Extensions (No localization)
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Let me know soon please, if that fixes it I want to get out an update because I'm going to be out of touch for the next day or so.