-
Posts
24,969 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
[1.12.x] AFBW Revived (Joystick & controller mod)
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Problem is that it's on a Mac, I don't have one to work on, so will need to rely on others troublshooting. It's probably the wrong DLL, but I can't suggest a solution right now -
The telemetry page isn't working for me, doesn't get any data for the charts. Current Values shows current data, but the charts don't populate. This is on Chrome and on Firefox, both accessing localhost The other three pages do work, although the buttons to control the flight don't seem to do anything On Chrome, the globe displays, but the labels aren't shown. On Firefox, the labels are shown
-
[1.12.x] AFBW Revived (Joystick & controller mod)
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 1.8.4 Thanks to github user @AlexanderDzhoganov for this: Add support for Custom Axis Groups -
Sounds like a bad file upload
-
Universal Storage II [1.3.1 and 1.4.5 - 1.7.0]
linuxgurugamer replied to Paul Kingtiger's topic in KSP1 Mod Releases
New release, 4.0.0.8 Thanks to github user @jvosk for this: Simple typo fix; Brimary -> Primary Fixed CargoSTorageWedge missing a field: packedVolumeLimit in the ModuleInventoryPart (needed for KSPPartVolume) Fixed small memory leak by not removing a callback from a game event Thanks to user @2Fat2Fly for this fix: Fix attN = Null for NodeSwitchable parts- 1,555 replies
-
- 1
-
-
- kis
- universal storage
-
(and 3 more)
Tagged with:
-
[1.12.x] NASA CountDown Clock Updated
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 1.3.11 Thanks to github user @nash-p for these new sounds: Apollo10 Launch Sounds Apollo 11 Launch sounds Added Apollo12 launch sounds Apollo13 Launch Sounds Apollo 16 launch sounds Ariane 5 launch sounds Aurora 7 Launch sounds Freedom 7 launch sounds Gemini 8 Launch sounds Launch sounds for the greatest test flight STS3 Launch Sounds Launch sound for the Final Orbiter mission sts135 Made right scroll arrow a fixed width when selecting a sound -
Ok, the problem with Steam installs is that Steam doesn't delete anything which it didn't install. The only way to get a totally clean install via Steam is as follows: Right-click on the game in the Steam GUI, go to Properties Click on Local Files Click Browse... Then manually delete ALL files I'm beginning to suspect you have some left-over files which are causing you problems
-
There are a few mods which help generate ship names. Here are two, if I find/remember more, I'll add them here: This page has a number of mods, look for the one called "Oh Really? Another Name Generating Endeavour?":
-
[1.12.x] Click Through Blocker - NEW DEPENDENCY
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Your welcome. If you are interested, I do have a Patreon account -
Is the mod actually looking for "Kerbal Space Program"? From what I can see in the code, it isn't. Assuming this, it might be better to say: The KerbalTelemetry folder must be in the GameData directory, and the following files need to be in the KerbalTelemetry folder: KerbalTelemetry.dll Textures WebServerParts Pretty neat mod, congrats Edit: Having a part name hardcoded isn't really a great idea, especially when it's using a custom part module. Might be better to replace this line: if (part.name.Contains("KerbalTelemetryComputationalUnit")) returnVal = true; with something like: if (part.HasModuleImplementing<KTComputer>()) This way someone can add the module to a different part if desired.
-
[1.12.x] Click Through Blocker - NEW DEPENDENCY
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 2.1.10.19 Fixed issue where changing the FocusFollowsClick in the settings wasn't being saved properly Fixed issue where changing the global setting in the settings wasn't being honored -
[1.12.x] Click Through Blocker - NEW DEPENDENCY
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
I found the problem. Working on a solution -
[1.12.x] Click Through Blocker - NEW DEPENDENCY
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Just the persistent.sfs. -
[1.12.x] Click Through Blocker - NEW DEPENDENCY
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
The save file might be helpful. I assume you aren't out of disk space?