-
Posts
24,969 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
[1.11] RemoteTech v1.9.9 [2020-12-19]
linuxgurugamer replied to tomek.piotrowski's topic in KSP1 Mod Releases
Ignoring the fact that you didn't list ALL the mod DLLs, you should always provide a log file. In thus case, I suspect you don't have the latest version of the ToolbarController installed, that was an old bug -
Cannot map throttle and rudder
linuxgurugamer replied to spearsp's topic in KSP1 Technical Support (PC, unmodded installs)
Twy using the Advanced Fly By Wire mod, it does a better job of interfacing with joysticks -
I'm working on updating an old mod, NovaPunch. The mod is actually a merge of several older mods, and I'm finding that installing the whole thing (>160 parts) is rather a bit much. So I am going to set it up to install one or more submods. The issue is that all the directories are under the GameData/NovaPunch directory. What I'd like to do is filter out the specific subdirs for those sections, and then to create multiple netkans to allow them to be installed. I'm not too familiar with the filter syntax, I know that something like this: "filter" : "sourcecode" will remove any directory called sourcecode, I assume it also won't install anything under that directory. Is there a reverse filter? ie: to only install a specific directory; using the above example, I'd want a .netkan to install the GameData/sourcecode directory and nothing else. I'm guessing it's going to be "filter_regexp"?
-
[1.12.x] NovaPunch Rebalanced - Out of Beta
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
The odin and the Fraser assemblies are going to be broken out into individual sub mods. There are a couple of parts from old fairings which aren't being used for fairings anymore. I am most likely going to remove those because there are plenty of other pots with provide the minimal functionality that those have. -
[0.23.5] KerbCam v0.13 (camera pathing tool for videos)
linuxgurugamer replied to huin's topic in KSP1 Mod Releases
You should start a new thread, this was confusing -
[1.11] RemoteTech v1.9.9 [2020-12-19]
linuxgurugamer replied to tomek.piotrowski's topic in KSP1 Mod Releases
Any chance to break the flight computer out into it's own mod? -
[1.12.x] NovaPunch Rebalanced - Out of Beta
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
yes, grab the Alpha-2 download. -
[1.8.1-1] [PLEASE FORK ME] Kopernicus & KittopiaTech
linuxgurugamer replied to Thomas P.'s topic in KSP1 Mod Releases
Sorry, I didn't realize you weren't the Kopernicus author. If you could do that wrapper, that would be great, I won't have time to be able to do anything like that for a while, but I should be able to drop in a couple of calls to the wrapper in my mod. Thanks -
[1.12.x] NovaPunch Rebalanced - Out of Beta
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
There are a number of parts that are redundant given the current stock parts. I'm planning on making them depreciated, would appreciate people's input and to what could/should be depreciated -
[1.7] KVV - Kronal Vessel Viewer = Exploded ship view
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Use this one: https://spacedock.info/mod/1092/Kronal Vessel Viewer Continued/download/0.0.9.6 -
Need a part modeled
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Modelling and Texturing Discussion
Ok, I'll put out another call. thanks -
[1.7] KVV - Kronal Vessel Viewer = Exploded ship view
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Well, it would be nice if you posted a log file. Which version of the game are you running? and have you updated to the latest version of KVV for the game you are running? A bug release was done a few days ago to fix this very issue -
Not an option, it's already too heavy. I'm trying to not make assumptions (ie: assuming something is a multiplier, and how it works). For now, I have it working by copying the values from the Mk1-3 pod, and then fiddling with the values to make it work: /////////////////////////////////////////////// // // Following copied from the mk1-3 pod, and then adjusted until the pod floated properly // CoLOffset = 0.0, -0.45, 0.0 bodyLiftOnlyUnattachedLift = True bodyLiftOnlyAttachName = bottom CenterOfBuoyancy = 0.0, 0.8, 0.0 CenterOfDisplacement = 0.0, 0.3, 0.0 buoyancyUseSine = False buoyancy = 1.1 // /////////////////////////////////////////////// It seemed that dropping the CoL fixed the reentry problem, and then changing the the CenterOfDisplacement made it float a bit lower in the water. But I'd like to understand the values a bit better.
-
[1.12.x] NovaPunch Rebalanced - Out of Beta
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Alpha-2 is now available -
[1.8.1-1] [PLEASE FORK ME] Kopernicus & KittopiaTech
linuxgurugamer replied to Thomas P.'s topic in KSP1 Mod Releases
@Thomas P. not sure if you saw this question -
Following up on this, I'm working on the old NovaPunch mod, and the Feyja Command Capsule has two problems: It doesn't reenter rear first, it tends to flip on reentry It floats too high in the water So, by looking at some of Squad's parts, I added the following: CoLOffset = 0.0, -0.45, 0.0 which seems to improve the reentry. I'm not sure why, I thought I would have had to move the CoMoffset back. But regarding the bouyancy, it's literally sitting on top of the water, what do I need to do to get it to float deeper in the water?
-
The wiki doesn't have any info on these, and while the KSP-API pages do, they don't have any description: CenterOfBuoyancy = 0.0, 0.8, 0.0 CenterOfDisplacement = 0.0, -0.3, 0.0 buoyancyUseSine = False buoyancy = 1.1 CoMOffset = 0.0, -1.5, -0.313 CoPOffset = 0.0, -1.5, -0.313 CoLOffset = 0.0, -1.5, -0.313 While they somewhat make sense, I don't know what the CoPOffset is (of course it will be obvious, CenterOfPressure???). Is there a good explanation of these config file settings anywhere? The following two also needs some explanation, i see them in the Mk1-3 pod, but don't really know what they are for: bodyLiftOnlyUnattachedLift = True bodyLiftOnlyAttachName = bottom
-
I contact him, he is going to update my mods, but it's not something I support (KSPIE). There was big to-do in the past year about modpacks, and how at the very least a modpack (I hesitate to call him an author) editor should at least get permission before bundling mods. The KSPIE has at least three of my mods bundled, and he never asked me permission. To say that I'm annoyed is being kind.