We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No response
1.36.2.21230
When you try to set an int variable to a large value, WE appears to randomly change the lowest byte.
Either an error message or "correctly" truncate the entered number to 32 bits.
Expected number: 481404547
Actual saved number: 48140544. This value is correctly propagated to the code.
Different values may affect the resulting number differently. Because the value is too big you cannot change it with arrow buttons of the input field.
Custom code or directly editing war3map.j
-
The text was updated successfully, but these errors were encountered:
No branches or pull requests
External URLs
No response
Game Versions
1.36.2.21230
Summary
When you try to set an int variable to a large value, WE appears to randomly change the lowest byte.
Expected
Either an error message or "correctly" truncate the entered number to 32 bits.
Expected number: 481404547
Actual
Actual saved number: 48140544. This value is correctly propagated to the code.
Reproduction steps
Different values may affect the resulting number differently. Because the value is too big you cannot change it with arrow buttons of the input field.
Workaround
Custom code or directly editing war3map.j
Screenshots, test maps, other material
-
The text was updated successfully, but these errors were encountered: