ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.
User talk:E1 Elite: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[MultiplayerOnly]] | |||
{{Flag | |||
[[ | |values={{Values|integer|8}} | ||
}} | |||
Testid123:The maximum player value is "8" So there is no way it will be "MultiplayerOnly=999999999"<br> | |||
So you don't have to try to delete the changes that have been made, or you and I will have to take turns adding and deleting (but that's okay, you seem to enjoy deleting).<br> | |||
In the game it is used as a boolean operator which is stored as 1 byte unsigned integer. So value 0 is no. Values 1 to 255 is yes. It is not affected by number of players. MaxPlayer is the flag you are talking about, which can have a maximum of 8 players. - E1 Elite. | |||
Latest revision as of 07:23, 22 March 2025
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Flag: | E1 Elite |
File(s): | rules(md).ini |
Values: | Signed integers: All whole numbers from -2147483648 to 2147483647; in rare cases, only from -32768 to 32767. (Limited to: 8) |
Testid123:The maximum player value is "8" So there is no way it will be "MultiplayerOnly=999999999"
So you don't have to try to delete the changes that have been made, or you and I will have to take turns adding and deleting (but that's okay, you seem to enjoy deleting).
In the game it is used as a boolean operator which is stored as 1 byte unsigned integer. So value 0 is no. Values 1 to 255 is yes. It is not affected by number of players. MaxPlayer is the flag you are talking about, which can have a maximum of 8 players. - E1 Elite.