-
Posts
24,969 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
It's there,, you can also try searching for "Recoverable" make sure it's showing all mods
-
Developer Insights #14 - Part Creation
linuxgurugamer replied to Ghostii_Space's topic in Dev Diaries
I'm really curious, what other games have you anticipated for so long and not complained about delays, announcements, gameplay, etc? As above, really curious. Do you have experience with game development, or any significant software development at all? -
@Snark Just tried starting a new Sandbox game using New Horizons, getting the following error: Full logs, including Player.log, KSP.log, all files in the Logs directory and the ModuleManager.configcache available here: https://www.dropbox.com/s/woqg1tzone1x55k/PlanetInfo_NH_Logs.zip?dl=0 Edit: Uploaded bug report generated by KSP Bug Report mod, here: https://oshi.at/Qwvv/KSPBugReport_2022-06-28_133214.zip
-
[1.2-1.6] Draggable Navball (1.0.1)
linuxgurugamer replied to Error_Sophius's topic in KSP1 Mod Releases
All, I've heard back from @Error_Sophius, he wants to continue supporting the mods himself. -
Here: Let me know if you need help downloading it, it's only a github repo for now Here is an unofficial release based off of @coyotesfrontier' & @Lisias's work https://github.com/linuxgurugamer/New_Horizons/releases/download/2.0.1.1/New_Horizons-1.12.0-2.0.1.1.zip
- 13 replies
-
- planetpacks
- planet-packs
-
(and 2 more)
Tagged with:
-
I've been looking at the mod, and found a few issues with 1.12 Here is a beta which fixes them, I'd appreciate some feedback https://www.dropbox.com/s/p4pn0gz4rby0pen/AECS_Motion_Suppressor-1.3.3.zip?dl=0 Changes Added GameEvents for the following engine events: onEngineThrustPercentageChanged onEngineActiveChange onMultiModeEngineSwitchActive Moved all game events into new VesselModule Eliminated the now unnecessary EngineGimbalController Now only touches engines on the active vessel
-
There is a fork, I'd have to find it
- 13 replies
-
- planetpacks
- planet-packs
-
(and 2 more)
Tagged with:
-
Ummm, JNSQ, New Horizons both work well, and I believe that GPP is being worked on
- 13 replies
-
- planetpacks
- planet-packs
-
(and 2 more)
Tagged with:
-
[1.2-1.6] Draggable Navball (1.0.1)
linuxgurugamer replied to Error_Sophius's topic in KSP1 Mod Releases
I've sent a message to @Error_Sophius, waiting to hear back. FYI, I'm planning on merging the two mods -
@blackrackI posted a couple of issues on Github: csproj file has an absolute path for one of the cs files ReferenceEquals is not properly detecting a null value in a few places, causing nullrefs to be generated. I can do a PR for each if you'd like, but I'm concerned about the second issue. ReferenceEquals is used 151 times in 34 files to check for null, if it's not working in some places, maybe it's causing issues elsewhere??
-
[1.2-1.6] Draggable Altimeter v1.0.1 (2016-12-03)
linuxgurugamer replied to Error_Sophius's topic in KSP1 Mod Releases
All, I'm going to be adopting this mod along with the Draggable Navball I've heard back from @Error_Sophius, he wants to continue supporting the mods himself. -
[1.2-1.6] Draggable Navball (1.0.1)
linuxgurugamer replied to Error_Sophius's topic in KSP1 Mod Releases
All, I'm going to be adopting this mod along with the Draggable Altimeter mod -
@Aelfhe1m @modus FYI, This is exactly what AMP is doing. What I may do is add something to Janitor's Closet to NOT manage buttons if AMP is installed. ToolbarController simply has the ability to put buttons on either the Blizzy toolbar or the Stock toolbar (or both), it doesn't do anything about different scenes. Blizzy toolbar allows you to define toolbars for each scene
-
[1.12.x] NASA CountDown Clock Updated
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 1.3.10.1 Fixed check for GravityTurn (dll got renamed) Changed _obj.DestroyGameObjectImmediate() to GameObject.Destroy() in OnLeaveFromState (2 locations) -
[1.12.x] NASA CountDown Clock Updated
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
I found the problem, will have a fix out soon -
[1.12.x] CRFP - CarnationRED Flexible Parts Updated
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Never from me sorry. I don't do textures, graphics or models, it's bad enough when I try to do a button. However, if someone were to submit something for inclusion, I'd be happy to do so -
[1.12.x] Exploration Rover System by A.S.E.T.
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Never knew that we had enchanted objects in the game -
[1.12.x] Experiments Take Time
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Thanks, I missed that one when finishing up (was using the 1s for testing) for now, change the "s" to an "h", and I'll get an update out soon -
[1.12.x] Resource Overview for VAB/SPH and Flight
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 2.0.2.2 Fixed missing image for Blizzy toolbar button =================== I'd prefer the Player.log