-
Posts
71 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by DarkGod
-
[1.12.X] Feline Utility Rovers v1.3.4 (28. April 2022)
DarkGod replied to Nils277's topic in KSP1 Mod Releases
I have the same problem as some others with the electrical hover engine not working on non-oxygen atmospheres. I've tried it with only your mod & hyperedit to make sure and I confirm that on Duna They do not work If you need me to test something or whatever, just ask; the rover is neat and the engiens are neat, I want to help make them fly again Edit: I'm on 1.7.1 -
Very nice mod! Still early in my save but I love it, gives me more reasons to do stuff. Once thing I hate though, is the limited number of possible containers, so I've made a MM patch to enable any ConfigurableContainer-enabled storage (a mod) to hold PCS ressources. I've tried to make it respect the same ratio between ressources and to roughtly use the same valume as you do. This way I can make ligth crafts that carry only a handful of snacks as needed for quick excursions to moons & such Here is the patch if you want: https://hastebin.com/afiqoyociw.makefile
-
[1.9.1 - 1.10.x] Beyond Home 1.5.0 (Supports Parallax)
DarkGod replied to Gameslinx's topic in KSP1 Mod Releases
It indeed is Or south ? I 'm not sure; but a pole yes Lua is reallly neat, I'm so gonna colonize it!- 1,650 replies
-
[1.9.1 - 1.10.x] Beyond Home 1.5.0 (Supports Parallax)
DarkGod replied to Gameslinx's topic in KSP1 Mod Releases
I was right to restart a new save, Beyond Home is Beyond Beautiful and that makes Bob very happy- 1,650 replies
-
- 3
-
[1.9.1 - 1.10.x] Beyond Home 1.5.0 (Supports Parallax)
DarkGod replied to Gameslinx's topic in KSP1 Mod Releases
Amazing! Now I have to abandon my save to use your system and I will *GLADLY* do so- 1,650 replies
-
- 1
-
[1.8.1-1] [PLEASE FORK ME] Kopernicus & KittopiaTech
DarkGod replied to Thomas P.'s topic in KSP1 Mod Releases
I also experience this problem, ship view is at a steady 60fps, map view at 10ish fps. After *many* hours of testing I pinpointed it on Kopernicus and more specifically the 1.4.5-3 update. Even more specifically this bit of code added in Kopernicus.RuntimeUtility.cs is the culprit: // Apply orbit icon customization foreach (MapNode node in Resources.FindObjectsOfTypeAll<MapNode>()) { if (node.mapObject != null && node.mapObject.celestialBody != null && node.mapObject.celestialBody.Has("iconTexture")) { Texture2D texture = node.mapObject.celestialBody.Get<Texture2D>("iconTexture"); node.SetIcon(Sprite.Create(texture, new Rect(0, 0, texture.width, texture.height), new Vector2(0.5f, 0.5f), 100, 1, SpriteMeshType.Tight, Vector4.zero)); } } I recompiled with it commented out and it's back to 60 fps For other people with the problem until this is addressed (this may be an interreaction with an other mod ? no idea), using 1.4.5-2 version works fine for me. -
[1.12.X] Kerbal Planetary Base Systems v1.6.15 [28. April 2022]
DarkGod replied to Nils277's topic in KSP1 Mod Releases
As the others said, great thanks for the awesome mod And a question/suggestion: what about adding support for the Hangar mod so that stuff we put in KPBS existing hangar doesnt stress the system? Much thanks -
[Min KSP: 1.12.2] Pathfinder - Space Camping & Geoscience
DarkGod replied to Angelo Kerman's topic in KSP1 Mod Releases
Add what? auto reactivating drills and stuff? if you can that'd be super neat (I'd still like to understand why my kOS script fails though ) but if you do you nee to not only handle the stock drills but pathfinder ones as they are not the same module Thanks!- 3,519 replies
-
- geoscience
- colonization
-
(and 1 more)
Tagged with:
-
[Min KSP: 1.12.2] Pathfinder - Space Camping & Geoscience
DarkGod replied to Angelo Kerman's topic in KSP1 Mod Releases
I'm using WorldStabilizer which gently "re-lands" stuff on load to avoid bugs, works fine but it means that drills do not touch ground for a bit and deactivate. So I got tired of reclicking them on each time and instead tried to make a kOS script for it. It hum .. "kinda works" Script for reference: https://hastebin.com/hosodeyiba.sql So raelly simple, I find all haciendas with "Start Ore" action available and "click" it. and it works, the ore starts flowing in but each time it starts a drill there is an exception (and thus my script ends and only enabled one drill ...) : https://hastebin.com/mudigajifu.vbs As you can see it fails with a NullReferenceException in WildBlueIndustries.ModuleBreakableHarvester.StartConverter. All in all I'm surprised that it still seems to start drill fine (the UI shows ore/sec and all). Any idea to save my awesomely automated bases ? Thanks for all your work!- 3,519 replies
-
- geoscience
- colonization
-
(and 1 more)
Tagged with:
-
[1.5.x] Asclepius - A Kopernicus planet - SSTO playground
DarkGod replied to MrChumley's topic in KSP1 Mod Releases
OMFG yes! Much thanks, asclepius is like my fav planet- 141 replies
-
- planet pack
- kopernicus
-
(and 2 more)
Tagged with:
-
[Min KSP: 1.12.2] Pathfinder - Space Camping & Geoscience
DarkGod replied to Angelo Kerman's topic in KSP1 Mod Releases
In the field- 3,519 replies
-
- geoscience
- colonization
-
(and 1 more)
Tagged with:
-
[Min KSP: 1.12.2] Pathfinder - Space Camping & Geoscience
DarkGod replied to Angelo Kerman's topic in KSP1 Mod Releases
It does indeed seem to work now Edit: Oh wait it worked *once*, I could see the geology UI and all, even started a research. Then I closed it, tried clicking on mange operation and it doesnt do anything anymore, instead it adds a new "Start converter" line to the menu ... Getting this error in the log:- 3,519 replies
-
- geoscience
- colonization
-
(and 1 more)
Tagged with:
-
[Min KSP: 1.12.2] Pathfinder - Space Camping & Geoscience
DarkGod replied to Angelo Kerman's topic in KSP1 Mod Releases
Manually from the zip, just copied WildBlueIndustries folder into Gamedata, same for heisenberg- 3,519 replies
-
- geoscience
- colonization
-
(and 1 more)
Tagged with:
-
[Min KSP: 1.12.2] Pathfinder - Space Camping & Geoscience
DarkGod replied to Angelo Kerman's topic in KSP1 Mod Releases
Heya! Great mod love it But I'm hitting a little problem, and because a log is worth a thousands words: https://hastebin.com/ojiqusawey.md Now this happens when I try to convert a hab (gondola hab in this case) to a geology lab this goes boom. Configuring it to geology lab in the VAB produces the same error as soon as I try to click the manage operations button. I saw it happen with the Casa IHM too but I dont seem to be able to reproduce it when no gondola is on the ship. If I can help you more, please just ask Thanks!- 3,519 replies
-
- geoscience
- colonization
-
(and 1 more)
Tagged with:
-
[1.11.+] ESLD Jump Beacons Revived (1.4.0)
DarkGod replied to Booots's topic in KSP1 Mod Development
@Esquire42 by any chances you dont have any karbodunrum ? that happened to me, message is wrong :/ -
[1.9+] ModularFlightIntegrator 1.2.7 (19 October 2019)
DarkGod replied to sarbian's topic in KSP1 Mod Releases
Works nicely, much thanks ! -
Yay thanks!
- 1,632 replies
-
- part count
- storage
-
(and 1 more)
Tagged with:
-
[1.9+] ModularFlightIntegrator 1.2.7 (19 October 2019)
DarkGod replied to sarbian's topic in KSP1 Mod Releases
@sarbian there you go http://andromeda.net-core.org/tmp/modulefi.log pastebin wasnt happy about the size :/ Once it starts erroring it keeps going 'til ksp is exited -
[1.9+] ModularFlightIntegrator 1.2.7 (19 October 2019)
DarkGod replied to sarbian's topic in KSP1 Mod Releases
Getting the very same error, when I plant flags too -
@allista I've tried recompiling hangar with the fixed toolabr code but I splendidly failed; I did for others mods without trouble but keeps complaining about MultiGeometryAnimator StartState and many more not existing; I'm probably not having some kind of dependency but heh :/ Sorry I can't help more
- 1,632 replies
-
- part count
- storage
-
(and 1 more)
Tagged with:
-
Seems like this is broken by Contract Configurator which exposes a bug in the toolbar code. Fix looks easy:
- 1,632 replies
-
- 1
-
- part count
- storage
-
(and 1 more)
Tagged with:
-
Sadly this is broken by Contract Configurator exposing some buggy toolbar code, see there, fix looks simple: