-
Posts
24,960 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
Cameras
linuxgurugamer replied to qwery123's topic in Prelaunch KSP2 Suggestions & Development Discussion
Following up my post, here are a few camera mods: Docking Cam: Hullcam VDS Continued: Neptune Camera: -
Cameras
linuxgurugamer replied to qwery123's topic in Prelaunch KSP2 Suggestions & Development Discussion
There are several camera mods already, maybe one of then can be adapted? -
[1.12.9] Starship Launch Expansion - v0.5 Beta (May 31)
linuxgurugamer replied to SAMCG14's topic in KSP1 Mod Releases
A number of starship mods are available -
Yes, and I gave you the answer to your implied question (ie: where was the file?) Hope it helps
- 985 replies
-
- 1
-
-
- atmosphere
- trajectories
-
(and 2 more)
Tagged with:
-
No logs, no support. Just tested it, works for me
-
Try reading a bit, the link is in my signature: Read this BEFORE asking for support: http://forum.kerbalspaceprogram.com/index.php?/topic/83212-how-to-get-support-read-first/
- 985 replies
-
- atmosphere
- trajectories
-
(and 2 more)
Tagged with:
-
Last version this was updated for was 1.3.1 Author hasn’t been around for a year, either, so I would assume it’s been abandoned
-
It’s there, but sometimes hard to find, or even off screen. I’ll see if I can improve its visibility
-
[1.9.x] PicoPort, the Micro Docking Ports
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
OK, I missed that Volume is not mass. I'll recalculate the volumes before merging -
[1.9.x] PicoPort, the Micro Docking Ports
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Thank you. I can't include the preKSP1-11 patch to remove the ModuleCargoPart, since most people install this with CKAN, the patch will remove the ModuleCargoPart. I'm not aware of there being an issue as you describe How did you calculate the cargo size? -
You may want to try the unofficial rebuild of RSS DateTimeFormatter, listed a couple of posts above
- 985 replies
-
- 2
-
-
- atmosphere
- trajectories
-
(and 2 more)
Tagged with:
-
[1.8.1 - 1.10.1] BoostGuidance v1.0.1
linuxgurugamer replied to oyster_catcher's topic in KSP1 Mod Releases
Correct me if I'm wrong, but this requires FAR? Edit: Oh, I see that it requires FAR to compile, but not to run Edit 2: There is a better way to see if a mod is installed than forcing an exception. Here is some code which I use in many mods to test for a mod's availability: public class HasMod { static public bool hasMod(string modIdent) { foreach (AssemblyLoader.LoadedAssembly a in AssemblyLoader.loadedAssemblies) { if (modIdent == a.name) return true; } return false; } } -
[1.8.1 - 1.10.1] BoostGuidance v1.0.1
linuxgurugamer replied to oyster_catcher's topic in KSP1 Mod Releases
Probably aren't any issues, but feel free to reach out if you need any help -
I just left them a note about the change which was done in Kronometer for the same problem. Until they get it updated, anything about RSS is that it's not yet supported on 1.12
- 985 replies
-
- 1
-
-
- atmosphere
- trajectories
-
(and 2 more)
Tagged with:
-
You can add a depends to the code: For example, the following added to the AssemblyInfo.cs: [assembly: KSPAssemblyDependency("ToolbarController", 1, 0)] will make sure that the Toolbarcontroller is loaded before the mod which depends on it
- 985 replies
-
- atmosphere
- trajectories
-
(and 2 more)
Tagged with:
-
[1.12.x] ModuleSequentialAnimateGeneric
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
This is slated to get a minor update for 1.12 sometime in the next week or so. No changes to functionality, if it's working ( and it should), you won't need to update, but it won't hurt to update when I do get the update out -
Changes to Your Kerbal Account [Discussion Thread]
linuxgurugamer replied to StarSlay3r's topic in KSP1 Discussion
Curious, have you not been playing the game for the past years? While I wasn't too pleased to find the change of account, I don't regret supporting Squad back when I first purchased the game (have purchased a number of copies over the years for various reasons) Things change. That's what happens, and if you expect something to remain static for the rest of your life, I have a bridge in Brooklyn I'd like to sell you. -
Well, I'll let @Kobymaru deal with this, sounds like there are conflicts in RSS, and I don't have time to debug this.
- 985 replies
-
- atmosphere
- trajectories
-
(and 2 more)
Tagged with:
-
[1.9.x] PicoPort, the Micro Docking Ports
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
If you want to do it via git, go ahead, but it sounds like it's just a couple of patch files, so you could just post them here ( and ping me) -
[1.12.x] Near Future Technologies (September 6)
linuxgurugamer replied to Nertea's topic in KSP1 Mod Releases
CTB, if used, is a required dependency. It also would pull in and require the Toolbar Controller.. While it would be extremely easy to add, (and I'd be happy to do a PR for you) if you are concerned about dependencies, it may not be something you would want to add support for