Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for 1.3 #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

Jellypowered
Copy link

To fix your errors:
Reference the latest 1.3 androids.dll from the Androids Mod

In Building_DroneCrafter.cs
Change all references of MoteMaker to FleckMaker

And in Building_DroneCrafter.cs replace this:
// Old
MenuOptionPriority.Default, (Action)null, (Thing)null, 0.0f, (Func<Rect, bool>)null, (WorldObject)null)
With ("New //")
// New
MenuOptionPriority.Default, null, (Thing)null, 0.0f, (Func<Rect, bool>)null, (WorldObject)null)

I went ahead and made an Xpath Patch to check for Royalty.
I removed the two lines throwing the exception on non-royalty enabled games, and added a xml file to the Patches Folder.

Xpath To check for royalty then add jump pack and broadshield if you have it.
Removed Royalty requiring apparel.
Fixed for 1.3 changes.
Point to the proper 1.3 androids.dll dependency.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant