kpqi5858 / InsKey-RimWorldMods

New repository for my rimworld mods
GNU Lesser General Public License v2.1
2 stars 2 forks source link

ItemListSelector source commenting and that TODO transpiler #4

Open kpqi5858 opened 2 years ago

kpqi5858 commented 2 years ago

While I making compatibility patch for Toggleable Readouts 260f7690be34df875fb0f9de2df2187f6eb785bc, I found that codebase is not good.

As I had said before(#2), I can't work on RimWorld modding currently.

kpqi5858 commented 2 years ago

Actually not that bad. It just needs a bit more commenting and transpiler (or better implementation) for Patch_RecourceReadout

kpqi5858 commented 2 years ago

Using a whole ThingFilter for resource readout filtering might be a bad idea. It caused incompatibles like CustomThingFilters. Toggleable Resources' solution is probably better.