alextd / RimWorld-EnhancementPack

Things that should be in the game
http://steamcommunity.com/sharedfiles/filedetails/?id=1339135272
12 stars 10 forks source link

Update to RimWorld 1.3 #13

Closed AllenCaine closed 3 years ago

AllenCaine commented 3 years ago

I made some changes, so this mod is with RimWorld 1.3 compatible. Mostly only some names of methods have changed or new parameter where added.

The removal of the EndScrollView method was a bit complicated and i am not sure that my workaround is "good" Code, but it works. For the FleeGrenadeDrafted Code i have to add a new Transpiler, because RimWorld added an additional check in the AssemblyCSharp.dll for drafted pawns.

In my Testing i have not found any errors, but i also not use all settings in my playthrough.

Here is the finished Version. I changed the mod folders, so its with 1.3 confirm and downward compatible with the old 1.2 Assembly. TD_EnhancementPack-1.3.zip

I hope you can work with my changes and release a 1.3 Version. Especially on Steam many people waiting for the Update ;)

kingslycamben commented 3 years ago

Thank you.

AllenCaine commented 3 years ago

I also added 1.3 support in the About-Debug.xml and the About-Release.xml Have forgotten to change it in this branch