-
Posts
24,969 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
[1.11.2] B9PartSwitch v2.18.0 (March 17)
linuxgurugamer replied to blowfish's topic in KSP1 Mod Releases
That's not the way the .version is supposed to be used. There should be a single one, which can be checked to see if there are any newer updates. I understand what you are doing, but as mentioned by @Wyzard, if you aren't maintaining older versions, I fail to see any reason for this. It means that for your mods, the .version is useless for checking for newer updates, as in the case where KSP gets updated in place. It essentially negates the reason that AVC checks the web for the latest version. Now, if you were maintaining and releasing updates for older versions, then there would be some justification for it. Unfortunately, not just B9, but B9 Animation Modules and the SimpleAdjustableFairings as well -
[1.4.5] Smart Actuators v1.1.1 (8/1/18)
linuxgurugamer replied to TheRagingIrishman's topic in KSP1 Mod Releases
@TheRagingIrishman If you aren't going to continue this, would you mind if I adopt it? -
Sorry, you missed this: "URL" : "https://s3.amazonaws.com/blowfish-ksp-b9partswitch-avc/ksp-1.4.4/B9PartSwitch.version", Doesn't matter what's in the repo, he hasn't yet updated his s3 file. A bit of clarification: Somehow, CKAN installed the 1.4.4 version in this game even though it was a 1.4.3 game. Edit: Oh, I think I know what's going on. I have CKAN set to allow all 1.4, and it updated with newer ones as well as the older ones. Not sure how to deal with this, but you can close the bug report on github.
-
[1.12.x] Part Commander Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 1.1.4.1 Updated .version file for all 1.4.x -
My hands are full right now with my current game. So I think I'm going to wait until you have a full release before thinking about trying this out. But I am looking forward to it.
-
[1.11.2] B9PartSwitch v2.18.0 (March 17)
linuxgurugamer replied to blowfish's topic in KSP1 Mod Releases
@blowfish The .version file in the B9 part switch is showing it as compatible with 1.4.4, this is what I got from the s3 link: { "NAME" : "B9 Part Switch", "DOWNLOAD" : "https://github.com/blowfishpro/B9PartSwitch/releases", "URL" : "https://s3.amazonaws.com/blowfish-ksp-b9partswitch-avc/ksp-1.4.4/B9PartSwitch.version", "GITHUB" : { "USERNAME" : "blowfishpro", "REPOSITORY" : "B9PartSwitch" }, "VERSION" : { "MAJOR" : 2, "MINOR" : 3, "PATCH" : 2 }, "KSP_VERSION" : { "MAJOR" : 1, "MINOR" : 4, "PATCH" : 4 } } -
Note that the following .version file: { "NAME" : "B9 Part Switch", "DOWNLOAD" : "https://github.com/blowfishpro/B9PartSwitch/releases", "URL" : "https://s3.amazonaws.com/blowfish-ksp-b9partswitch-avc/ksp-1.4.4/B9PartSwitch.version", "GITHUB" : { "USERNAME" : "blowfishpro", "REPOSITORY" : "B9PartSwitch" }, "VERSION" : { "MAJOR" : 2, "MINOR" : 3, "PATCH" : 2 }, "KSP_VERSION" : { "MAJOR" : 1, "MINOR" : 4, "PATCH" : 4 } } is causing CKAN to show an update is available on a 1.4.3 install. This is wrong.
-
[1.11.2] B9PartSwitch v2.18.0 (March 17)
linuxgurugamer replied to blowfish's topic in KSP1 Mod Releases
I'll take a look at it -
[1.8.1-1] [PLEASE FORK ME] Kopernicus & KittopiaTech
linuxgurugamer replied to Thomas P.'s topic in KSP1 Mod Releases
There is a Paypal link in the OP, near the bottom. -
[1.11.2] B9PartSwitch v2.18.0 (March 17)
linuxgurugamer replied to blowfish's topic in KSP1 Mod Releases
So no changes other than a recompile? And, have you tested the new version against 1.4.3? Asking because CKAN is offering to update, and while I'm 99% sure it's ok, just trying to confirm. Thx -
[1.9.x] RCS Build Aid Continued - New Dependencies
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
I'm starting to think about seeing if I can get this working in flight -
[1.3.1] [EN | ES | DE] Action Group Manager Continued
linuxgurugamer replied to Alshain's topic in KSP1 Mod Releases
For anyone interested: I have updated and modified this mod for my own game. No changes to functionality, the changes are: Replaced Toolbar code with ToolbarController, reduced code size by 10k Added support for ClickThroughBlocker Added AssemblyVersion.tt to put version number into dll Updated .version file to support 1.4 https://github.com/linuxgurugamer/ActionGroupManager/releases My version REQUIRES the ClickThroughBlocker and the ToolbarController. Original license applies This license applies to all new code and resources from AGMC. Action Group Manager original code and resources are license under the WTFPL Please direct questions about this version to me. For now, I'm going to leave it in this thread in the hopes that @Alshain will come back and continue. I've offered my changes to him, but it's his decision. If @Alshain requests that I not do this support in this thread, I'll request that it be moved into a new thread. Also, if/when @Alshain releases his 1.4 version, I'll remove mine from availability. -
[1.3.1] [EN | ES | DE] Action Group Manager Continued
linuxgurugamer replied to Alshain's topic in KSP1 Mod Releases
@Alshain I have it working with both the ClickThroughBlocker and the ToolbarController. The size of the compiled code of the AGM-VisualUI.dll went from 51K down to 40K, and the codebase itself is simplified by not having to manage two different buttons