-
Posts
751 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by politas
-
You can follow the homepage link when available to read the mod's forum thread, and look at the Relationships tab to see which mods it has known conflicts with. The relationship info is often only stored in one direction, though, so the mod you're looking at may be listed as a conflict on a mod you already have installed, without having its own conflict relationship to that mod. Also, there's no metadata stored in CKAN explaining _why_ particular mods are incompatible or a particular version of a mod is not compatible for a version of KSP.
-
I think you could do it with ModuleManager files such that it will add the ability for Procedural Deuterium and Tritium tanks, but only if users have ProceduralParts installed. Then it could be added as a recommends rather than a depends.
-
As an alternative to making part models, have you considered integrating with ProceduralParts to have adjustable Deuterium/Tritium tanks? I think that would involve less work than creating models that fit perfectly and associated textures.
-
Should be showing as compatible with 1.0.5 in CKAN soon. Hey, @pizzaoverhead, I notice that you have a github repository that you seem to be using for your code. Have you considered pushing your releases there as well as to Curse? Then CKAN could index new releases.
-
Should be in CKAN for 1.0.5 soon.
-
[1.0.2] B9 Aerospace | Procedural Parts 0.40 | Updated 09.06.15
politas replied to bac9's topic in KSP1 Mod Development
Just downloaded Crzyrndm's release zip and it certainly _seems_ like it has a part with all its files - GameData/B9_Aerospace/Parts/Aero_Wing_Procedural/ folder has four .dds files, two .mu files and four .cfg files. -
If you want. I'm just happy that you aren't one of those modders who leaps from "I don't see the need for CKAN" to "So no one should be able to use CKAN for my mod".
- 888 replies
-
- texturereplacerreplaced
- visual
-
(and 2 more)
Tagged with:
-
For anyone wanting to upgrade to the pre-release Trajectories version, I've made a file for CKAN stock aero users to upgrade to the new version that should work fine with future upgrades. File-> Install from .ckan should add the data. If you've got the previous version installed thanks to an earlier KSP, you'll need to upgrade as a second step.
-
[old thread] Trajectories : atmospheric predictions
politas replied to Youen's topic in KSP1 Mod Releases
I've made a file for CKAN stock aero users to upgrade to the new version that should work fine with future upgrades. File-> Install from .ckan should add the data. If you've got the previous version installed thanks to an earlier KSP, you'll need to upgrade as a second step. -
RoverSpeed, go as fast as you wish![Abadoned]
politas replied to maculator's topic in KSP1 Mod Releases
It ought to work fine in 1.0.5. Looking at the parts, it doesn't seem like Squad have made any relevant changes. I've submitted an update for CKAN. -
I already offered to help with CKAN. Consider it done.
- 888 replies
-
- 1
-
- texturereplacerreplaced
- visual
-
(and 2 more)
Tagged with:
-
Is there a separate thread for Real Plume? The latest versions are marked as only being compatible with 1.0.4 in CKAN, so anyone installing on 1.0.5 is going to get an old version (v0.4.3).
-
CoolRockets is also incompatible with KSP1.0.5. Are you doing a .ckan import from a previous 1.0.4 install or something? I suspect that Planetshine is not important in this error. There's some underlying issue that just happens to get triggered. If the CKAN programmers are going to do anything to work out what the unhandled exception is (so that they can write some code to handle it), you're going to need to be very precise about exactly what you've done leading up to this, because simply installing Planetshine doesn't do it, and the references to KER and CoolRockets may well be diagnostic.
-
Actually, that's not true. Fuzzy versioning has not yet been implemented. The mods that list as compatible for 1.05 but have "Max KSP" showing lower than 1.0.5 are all showing the max KSP version from an earlier version of the mod (you'll see it in the details tab). This is due to a bug in how that column is populated, where it sees the version at the bottom of an alphabetically sorted list of .ckan files as the latest version, which means any time a mod author adds a level of versioning, the order gets thrown out, because "blah.1.ckan" is sorted before "blah.ckan". When the respective mod authors release the updated versions. CKAN does not make pre-release versions available to users.
-
Hmm. It already was, but clearly not successfully. Working on it. Have you tried turning it off and on again? Seriously though, we need more information. What OS are you on, have you followed all the instructions in the release notes, what error messages do you get when trying to run from the console?
-
Which metadata repositories are you referring to? The main CKAN repository doesn't include pre-releases, so whoever maintains the repository you're using would have to fix it. EDIT: Ah, I see what you're referring to. Sorry. Well spotted. Patch submitted. EDIT2: Not sure that any of those repositories are actually functional, though.