Open Luashine opened 5 months ago
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
-
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
-