-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Freelancer and CTT support #25
Conversation
I would propose a squash of all changes to a single commit before merging. |
@LennardF1989 we’ll squash it when merging. |
I don't think the unlockables are going to be a problem. Most of the stuff that's added are EG only things that won't show up in non-eg anyways. I think the only things that affect non-eg are the new TOKEN_OUTFIT_REWARD_HERO_LEGACY47_SUIT, which afaik should work fine in 3.130, and TOKEN_OUTFIT_HERO_ANCESTRAL_SUIT/TOKEN_OUTFIT_HERO_LUXURIOUS_SUIT, which changed to the 'evergreen' subtype. (I'm assuming) that subtype doesn't exist in 3.130 and will show as some broken locr, but nothing gamebreaking. The other changes are just OrderIndex, which isn't important. |
Ah interesting. Yeah, I didn't think it would do that, that's quite unfortunate |
Signed-off-by: Anthony Fuller <[email protected]>
Have you already fixed / Do you plan to fix #12 with the changes on the Mission End screens on your local branch? |
Signed-off-by: Reece Dunham <[email protected]>
Signed-off-by: Reece Dunham <[email protected]>
Signed-off-by: Anthony Fuller <[email protected]>
This adds support for Freelancer (Evergreen) and for people connecting with the Closed Technical Test.
To-do:
Possibly anything else that differs.