ubergarm / RimWorld-KanbanStockpile

RimWorld mod adding `Stack Refill Threshold` and `Similar Stack Limit` to stockpiles and deep storage inspired by kanban logistic control systems.
https://steamcommunity.com/sharedfiles/filedetails/?id=2287142613
MIT License
2 stars 3 forks source link

SteamDeck update compatibility #20

Closed isonil closed 2 years ago

isonil commented 2 years ago

Hello,

We've received a report here at Ludeon that there are issues with this mod on the unstable Beta branch on Steam with the SteamDeck update. It'd be great if you could take a look.

You could use loadFolders like so:

<loadFolders>
   <v1.3.3311>
     <!-- after the update -->
   </v1.3.3311>
   <v1.3>
     <!-- before the update -->
   </v1.3>
</loadFolders>

Thanks.

More info

ubergarm commented 2 years ago

Thanks for the report and info, I'm getting folks reporting the issue on steam workshop as well.

Apparently the GUI is no longer rendering, so probably something changed given I was using a transpiler patch: https://github.com/ubergarm/RimWorld-KanbanStockpile/blob/master/Source/Patches.cs#L35

Plan