Skip to content

Fix AgentTelepotTown, fix Exp fields in AgentHUD #1352

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

Merged
merged 3 commits into from
Mar 27, 2025

Conversation

Haselnussbomber
Copy link
Contributor

No description provided.

Comment on lines +53 to +56
[FieldOffset(0x356C), Obsolete("Use ExpFlags.HasFlag(AgentHudExpFlag.Synced)", true)] public bool ExpIsLevelSynced;
[FieldOffset(0x356D), Obsolete("Use ExpFlags.HasFlag(AgentHudExpFlag.Unk2)", true)] public bool ExpUnkBool2;
[FieldOffset(0x356E), Obsolete("Use ExpFlags.HasFlag(AgentHudExpFlag.MaxLevel)", true)] public bool ExpIsMaxLevel;
[FieldOffset(0x356F), Obsolete("Use ExpFlags.HasFlag(AgentHudExpFlag.InEureka)", true)] public bool ExpIsInEureka;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should just straight up remove these if it's no longer correct

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought so too, but this will give devs a message to what this changed to. I think it's worth it.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If devs wonder, it will be listed on the breaking changes list

@pohky pohky merged commit df20d93 into aers:main Mar 27, 2025
2 checks passed
@Haselnussbomber Haselnussbomber deleted the some-agent-fixes branch March 27, 2025 22:17
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.

3 participants