-
Posts
24,969 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
The problem with FOR is that it tells MM that the mod is available, which can cause problems if other patches depend on whether this mod is here or not. Since this particular patch will ONLY be here if the mod is here, FOR is unnecessary, and NEEDS, while probably not necessary, won't hurt
-
This is what I think you need: @PART[First_Stage_Fuel_Tank]:NEEDS[TweakScale] { MODULE { name = TweakScale type = stack defaultScale = 3.75 } }
- 4,054 replies
-
- 1
-
-
- tweakscale
- plugin
-
(and 1 more)
Tagged with:
-
Being able to see everything is always helpful Not sure if you know about these links: https://github.com/sarbian/ModuleManager/wiki/Module-Manager-Handbook https://github.com/sarbian/ModuleManager/wiki/Module-Manager-Syntax
- 4,054 replies
-
- tweakscale
- plugin
-
(and 1 more)
Tagged with:
-
I'm pretty sure that if you're adding a module you do not need the % in front of it
- 4,054 replies
-
- 1
-
-
- tweakscale
- plugin
-
(and 1 more)
Tagged with:
-
[1.3.1] Docking camera (KURS) (14.feb.18)
linuxgurugamer replied to DennyTX's topic in KSP1 Mod Releases
and sorry to say, nothing I'm going to fix -
Do you think we are alone in the Milky Way?
linuxgurugamer replied to caballerodiez's topic in Science & Spaceflight
I have no idea, but the word "unlikely", when applied to the sheer number of stars, is rather meaningless. Of course, now we can get into a (cordial) debate about life, etc. :-) -
That should be (I think) NEEDS, not FOR
-
Do you think we are alone in the Milky Way?
linuxgurugamer replied to caballerodiez's topic in Science & Spaceflight
Unlikely? Do have any idea how many stars are in the Milky Way alone? Between 100 Billion and 400 Billion (https://asd.gsfc.nasa.gov/blueshift/index.php/2015/07/22/how-many-stars-in-the-milky-way/) -
[1.3.1] Docking camera (KURS) (14.feb.18)
linuxgurugamer replied to DennyTX's topic in KSP1 Mod Releases
Do you have the ToolbarController and ClickThroughBlocker installed? -
[1.3.1] Docking camera (KURS) (14.feb.18)
linuxgurugamer replied to DennyTX's topic in KSP1 Mod Releases
Log file, please -
[1.12.x] Toolbar Controller (for modders)
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
No idea, this doesn't touch anything other than the toolbar, and then only when requested by a mod -
Thanks, I've found and added them. Next release will have them, I'll wait a bit to see if anyone supplies any more: Current presets will be: 7 Days - A strict 7 Kerbin day limit between launches. No other time restrictions or use of upgrades. Default - The Default KCT Settings Upgrade Free - Relies entirely on the Stock building upgrades rather than the KCT upgrade system Rodhern Low-tech - Faster low-tech career values
-
General call to all users: I'd like to add a few more presets to the mod, to make it a bit easier for people to select a play style without having to fiddle with everything. So, I'd appreciate if you have a preset which you think would be nice for others, please send it to me. Please fill out the name, short name author and description so that you get proper credit. Thanks
-
[1.9.x] OSE Workshop Reworked - KIS Addon
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
All, Firespitter got updated, so this is now available via CKAN -
[1.12.x] Fill It Up - Adjust Fuel Levels in VAB/SPH
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 0.1.3.3 Added interface to SmartTank to disable it while FillItUp is active -
[1.12.x] Click Through Blocker - NEW DEPENDENCY
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
I know, and for those who wish to, I have a Patreon listed with each mod -
[1.12.x] Click Through Blocker - NEW DEPENDENCY
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Ok. I've added the toolbar to Spacedock, and changed both netkans to use the spacedock entry for the versioning. This resolved the AVC problem (thanks @4x4cheesecake), once I purged the CKAN cache and reinstalled it. Unfortunately, this means I have 28 other mods to fix. This is what comes of trying to provide a version for the current and the 2 previous version of KSP -
[1.12.x] Click Through Blocker - NEW DEPENDENCY
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
It's going to be about 10 minutes or so before I can do that I know what's going on. I put 3 versions onto github, and CKAN is reading the wrong one. I'm changing it to go to Spacedock, where there is only one version. same problem for the toolbar, I'll add it to Spacedock and change the netkan -
[1.12.x] Click Through Blocker - NEW DEPENDENCY
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
That's wrong, because the KSP_VERSION_MIN is supposed to override the KSP_VERSION I'll try to push a new release with the KSP_VERSION removed from the version file -
[1.12.x] Click Through Blocker - NEW DEPENDENCY
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
I've just noticed that AVC says it is unsupported. This is incorrect, the .version file is correct, seems to be a bug in AVC