Starbound

Starbound

Trading Cards
[PATCH] Compatibility with CCUI and other collection mods
< >
Showing 1-7 of 7 comments
Symetemys  [developer] 15 Sep, 2016 @ 8:21pm 
How exactly is this supposed to be used? When I tried loading the game with this patch it just crashed.
Not Mr Flıbble 15 Sep, 2016 @ 8:55pm 
The usual way for diff(1) output – “patch -p1” or “git apply”. Or do it manually.
Last edited by Not Mr Flıbble; 15 Sep, 2016 @ 8:55pm
Symetemys  [developer] 15 Sep, 2016 @ 9:05pm 
Don't know much about coding so I'm not sure what any of that means.
Not Mr Flıbble 15 Sep, 2016 @ 9:58pm 
https://www.drupal.org/node/534548 will help – it mentions ‘--git’ and ‘index’, which aren't relevant here, but the rest of the text between “your choice of 'text editor'” and “pre-patching” should help. (There may be better or worse help out there; that's just what came up first.)

I'd recommend installing and using patch, though (particularly if you're using a Linux-based OS).
Not Mr Flıbble 29 Sep, 2016 @ 6:14pm 
Two bugs:
  • _metadata does not declare a dependency on CustomCollectionsUI. You need
    "requires": [ "CustomCollectionsUI" ]
  • interface/scripted/collections/collectionsgui.config.patch is adding a list when it should be adding a string. You need
    "value": "tradingcards"
Last edited by Not Mr Flıbble; 29 Sep, 2016 @ 6:15pm
Symetemys  [developer] 29 Sep, 2016 @ 10:55pm 
Added the dependency and changed it from "value": ["tradingcards"] to "value": "tradingcards" but now its not showing up in the UI as it was before.
Not Mr Flıbble 30 Sep, 2016 @ 9:09am 
It shouldn't have been showing up at all before due to SB expecting a string but getting a list (okay, table, as it's Lua at this point) – CCUI doesn't care and just assumes that it's getting strings.

Anyway, I've done some testing and have concluded that any remaining problems are not in CCUI or TC, but in another mod (which shall remain nameless for the moment). There's now a fix in place; I expect that the version available via the Workshop will be updated within a day or so.
< >
Showing 1-7 of 7 comments
Per page: 1530 50