rwpsychology / Psychology

This is a total overhaul of Rimworld's psychological and social systems.
https://ludeon.com/forums/index.php?topic=34112
15 stars 9 forks source link

A start on B19 compatibility #30

Closed TheAtomicOption closed 6 years ago

TheAtomicOption commented 6 years ago

I loaded everything into Visual Studio with B19 versions of the libs (all working without Psychology in RimWorld v0.19.2009.r486), to see if getting it to compile might be as simple as changing a few names or signatures. Sadly not that easy. There's more needed beyond this set of fixes before it will even compile.

There were a couple of those easy-ish name and signature edits, so I'm throwing those into this PR so you don't have to do them. You should definitely glance over all these changes to make sure they're correct/appropriate. I kept the commits atomic so it should be fairly straight forward to look through them or fix/revert specific ones.

Known Issues not fixed here because IDK what some of the things are:

rwpsychology commented 6 years ago

Now that B19 is officially released, I've already updated it myself.

TheAtomicOption commented 6 years ago

No worries. I just gave it a shot cause I'm super eager to have your mod in B19 and the repository hadn't had activity since June.

Thanks for all your work!