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

Command Parmeter change for 1.18.30 #60

Merged
merged 7 commits into from Apr 23, 2022
Merged

Command Parmeter change for 1.18.30 #60

merged 7 commits into from Apr 23, 2022

Conversation

sky-min
Copy link
Contributor

@sky-min sky-min commented Apr 21, 2022

Changes were found in 1.18.30.
NeroLuna helped me find it!

Copy link

@jasonw4331 jasonw4331 left a comment

Choose a reason for hiding this comment

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

I can confirm these are valid through in-game testing


public const ARG_TYPE_FILEPATH = 0x10;

public const ARG_TYPE_STRING = 0x20;
public const ARG_TYPE_POSITION = 0x20;
Copy link
Member

Choose a reason for hiding this comment

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

From my analysis this appears incorrect. There is no symbol associated with 0x20.

I see two possible values for position 0x2e and 0x2f. I don't know why there are 2 or what the difference between them is.

Copy link
Member

Choose a reason for hiding this comment

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

2e appears to be block position, while 2f appears to be any floating-point vector position.

@dktapps dktapps merged commit 9d3cc87 into pmmp:master Apr 23, 2022
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.

None yet

3 participants