Jump to content

HebaruSan

Members
  • Posts

    4,986
  • Joined

  • Last visited

Reputation

6,231 Excellent

Contact Methods

Profile Information

  • Interests
    https://kerbalx.com/HebaruSan
    https://steamcommunity.com/profiles/76561197970804764/screenshots/

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Here's the stickied post that explains how to start writing plugins, including how to set up the references. Good luck!
  2. Take a look at Kerbal Konstructs, which already does that. You might be able to create assets for that mod instead of making your own plugin.
  3. That was fixed in CKAN v1.31.0 (July 2022). Try updating your CKAN. https://github.com/KSP-CKAN/CKAN/releases/latest
  4. Hi, I assume you mean KSRe. Good news, it was added 2 days ago. https://github.com/KSP-CKAN/KSP2-NetKAN/pull/170
  5. Sorry if you already know this (it's hard to tell), but CKAN itself does now support KSP2. I just didn't come back and post an announcement on this thread.
  6. Is either of these things true? I have had several years of experience with KSP1 modders, and it's pretty rare that they would simply outright "refuse" anything, let alone an eminently reasonable suggestion to improve logging.
  7. That's not something CKAN would be capable of causing with a bug. The OS is telling CKAN it can't write to that file, not the other way around.
  8. Yup, perfectly normal on Feb 22 of any year if you have ModuleManager installed.
  9. No, it's fine, this is handled by CKAN and common practice for making providing mods mutually exclusive with one another.
  10. Hi, @RKunze, it's cool that you're working on this! $kref: '#/ckan/netkan/https://raw.githubusercontent.com/Galileo88/JNSQ/master/CKAN/JNSQ.netkan' That line is wrong. It's causing all of JNSQ's custom definitions to be imported into your mod (except for the ones you're explicitly overriding), including the "provides" property you've quoted, which causes the conflict to be applied to your mod: { "spec_version": "v1.4", "identifier": "JNSQ-Rescale-1x", ... "provides": [ "EnvironmentalVisualEnhancements-Config" ], ... } You most likely want this instead, which will give you a clean slate without all the other JNSQ cruft: $kref: '#/ckan/github/Galileo88/JNSQ/asset_match/JNSQ\\..*.zip' (So no, you probably don't need to submit fix PRs to JNSQ or the main NetKAN repo.)
  11. If you're asking what the red and white shape in the image is, I guess I might describe it as a "pennant"? https://www.google.com/search?q=pennant&tbm=isch
  12. This is quite true for some issues, less so for others. For example, probably anybody on the team could fix this one pretty quickly, since it's just rearranging some strings and fixing some comically wrong calculations: If easy (yet very visible) issues like that are going unfixed because everybody is too busy, then I'd say it's reasonable to hope that they will start getting cleaned up as the headline features are wrapped.
  13. Those are the image files. The text is in the save file (persistent.sfs) like this. MODULE { name = FlagSite isEnabled = True placedBy = Gerdo Kerman PlaqueText = Why did that pay so much funds?! stagingEnabled = True state = Placed EVENTS { } ACTIONS { } UPGRADESAPPLIED { } }
  14. Can we? You've only presented two data points. Two points could represent a line, but they can just as easily be quadratic, exponential, logarithmic, or some other more obscure pattern.
×
×
  • Create New...