Updating my old mod from A17 to 1.0 - Everything is terrible

Started by Incantation, October 21, 2018, 04:49:59 AM

Previous topic - Next topic

Incantation

Hey guys, Halloween is coming up so I wanted to update my old Witching Hour mod I made back in A17 to 1.0.0. Unfortunately, a lot more seems to have changed than I expected and the error log is a spectacular train wreck. I'm not even really too sure where to get started on fixing all of this up. I've uploaded the text here.

Error Log
https://pastebin.com/ADq3KTRZ

A17 version here
https://www.nexusmods.com/rimworld/mods/213

Are there any big changes that happened that broke everything? Am I going to have to rewrite all of the XML from scratch? I'm very much lost and would appreciate any insight. Thank you.

DarkSnowi

A lot of renaming has happened between A17 to A18 when I remember correctly, so most probably most errors will arise due to that.

Like row 8, it cant find the parent you are referring to, so the naming for "ArmorMakeableBase" is now "ArmorMachineableBase" for example.

Incantation

Thank you for the heads up. I 'solved' the issue by brute forcing my way through and basically remade the entire mod using references from the Core folder. Goodbye Sunday.  :D