-
Posts
24,965 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
[1.12.2] S.A.V.E Resaved - Automatic Backup System
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Sorry, it's there now -
[1.12.1] JNSQ [0.10.0] [23 Sept 2021]
linuxgurugamer replied to Galileo's topic in KSP1 Mod Releases
@OhioBob The CKAN stuff needs a bit of work. GPP 1.6.6.0 is listed as not compatible with JNSQ. Frankly, given the plethora of options you give, I have no idea how to deal with it, but @HebaruSan is the one to ask for help Ok, and what about the GPP clouds, and GPP textures, are they needed as well? -
[1.12.5] Grannus Expansion Pack [v1.2.8] [10 May 2022]
linuxgurugamer replied to OhioBob's topic in KSP1 Mod Releases
deleted, postd in wrong thread -
Looked, couldn't find it. Got a yellow line, not sure what it means. Is there a reference to what different colors on the lines would mean? I know that red is a conflict, never saw yellow before. Also, and this might be a feature request, when there is a conflict, is there a way to easily identify what the conflict is (ie: a right-click on the line with a popup)? I was working in upgrading JNSQ and GPP, got a large number of red lines in the relationships, and wading throught them is painful
-
[1.12.1] JNSQ [0.10.0] [23 Sept 2021]
linuxgurugamer replied to Galileo's topic in KSP1 Mod Releases
Ok, so going from this, if I want to add GPP to an existing JNSQ, I would do this: GPP needs to install the 2.5x version of GPP_Rescale to match the size of JNSQ. We install the following mods: JNSQ + GPP + GPP_Secondary + GPP_Rescale (2.5x) I'm not sure about adding GEP yet, I assume that it can be added later? And kudos to you, @Galileo and the rest of the team for this wonderful update -
New release, 0.8.0.1 Added additional runways, thanks to contribution from @Caerfinon Added filtering of runways, to limit runways selectable to within configurable distance. Accessed in the settings window (right-click on the toolbar button) https://github.com/linuxgurugamer/NavInstruments/releases
-
[1.12.x] Vessel Viewer Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
No logs, no help. But it sounds like you didn't install the dependencies. Best to use CKAN to do the install. Any other help needed, logs first -
[1.12.x] Cacteye 2 Refocused Full Release
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
No argument there, if you read back in the thread you can see that I asked for someone to make an updated model. I don't do models, so would need someone else to make one. Config for the SpaceDust is already done and in the mod, just commented out for now. Been a while since I looked at it. The patch also adds the spacedust functionality to the Cacteye telescope. You could do the same thing for the ResearchBodies telescope and there are also some telescopes in the SCANsat mod which can be adapted -
[1.12.x] Cacteye 2 Refocused Full Release
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
been busy -
Wouldn't matter, people still wouldn't read it
- 986 replies
-
- 2
-
-
- atmosphere
- trajectories
-
(and 2 more)
Tagged with:
-
Which project, the real SpaceX stuff?
-
Read this BEFORE asking for support: http://forum.kerbalspaceprogram.com/index.php?/topic/83212-how-to-get-support-read-first/
- 986 replies
-
- atmosphere
- trajectories
-
(and 2 more)
Tagged with:
-
New release, 0.3.0.1 Added hiding of ui when F2 is pressed
-
[1.3.1] Prakasa Aeroworks Pods and More
linuxgurugamer replied to Balto-the-Wolf-Dog's topic in KSP1 Mod Releases
The mod has a couple of included DLLs, only one of which is really needed. I've decompiled them, and been able to recompile them for 1.12. Other than possibly updating the config files, I'm not sure what else would be needed. I peeked into a couple of the config files, the only things I see that are a problem are some of the bulkheadProfiles being wrong, and no tags- 98 replies
-
- 1
-
-
- propulsion
- iva
-
(and 1 more)
Tagged with:
-
Engines purchased in R&D but not available in VAB
linuxgurugamer replied to ChristineOcho's topic in KSP1 Mods Discussions
Log file would be helpful -
Community Science Reports
linuxgurugamer replied to Ioaue's topic in Prelaunch KSP2 Suggestions & Development Discussion
Already done: -
Most likely, it's listed on CKAN as up to version 0.9.7, with a max game version of 1.7.3, but it's just a parts mod
-
I'd appreciate some testing done for the following scenario. There is a user I've been working with who is playing 1.12.2 on Ubuntu, and is having a strange problem. I've been unable to replicate issue: The system slows down to system lock up if the NavUtils compass window is open while the secondary mouse button is held. This was a clean install, with only NavInstruments and it's dependencies installed. There is nothing in the code that I can tell which would cause this, and am starting to think that it's something to do with the Linux implementation of Unity. It would be good to get more people testing this For reference, this is what he sent me: Protocol: Start KSP and make a start a new game Go to the SPH and load up an Aeries 3E and go to the runway Waited a while, not touching the keys or mouse Do some basic things with the mouse and keys (change camera angle, brakes, lights) (If available) Click on the NavInstruments Icon to bring up the compass Waited a while, not touching the keys or mouse Do roughly the same set of action as step 4
-
Actually pretty simple. You would look at KerbalEVA.isRagdoll and just check to see if it's set, and then if it is cleared. If you want to get fancier ( and reduce cpu), then you can work with the ragdoll_OnEnter() and ragdoll_OnLeave() methods