Leon Wright
Leon Wright
There is an unmerged branch in the old bot where I came up with some logic for this. That was extendable based on some JSON config. It will need a...
Essentially yes. It would have to intercept the calls for files and hand them off to the ckan.dll to serve them up. It'd get rid of a lot of the...
http://wiki.step-project.com/Guide:Mod_Organizer_Advanced > Mod Organizer takes a very different and revolutionary approach. It never writes files to the game data directory, but instead creates and uses a virtual filing system (VFS)....
> I must have been referring to the Nexus Mod Manager rather than Mod Organizer. Ay :slightly_smiling_face: >As interesting as it is to have a virtual file system which doesn't...
Yep, there are a myriad of ways to contribute and the non code contributions are as important as the code :slightly_smiling_face:
I wonder if there is a way to do it without splitting the repo?
That'd be doable, we'd have to subscribe to the webhooks and process them ourselves though. It'd be doable. Question being which is the saner option? One Repo: - Pros -...
I'd probably go with a config file, define our split points. Anything not defined or set as 'any' will end up in the "current". Future splits will be a matter...
@politas I have some ideas on how to achieve it. When I get some spare cycles I'll have a crack at it. @Ruedii I'm not sure what benefit combining them...
I've opened a PR in KSP-CKAN/NetKAN-bot#58, I need to write a full description of how it works. But the basic design is: - CKAN-meta will have a 'releases.json' of which...