ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

User talk:E1 Elite: Difference between revisions

From ModEnc
Jump to navigation Jump to search
E1 Elite (talk | contribs)
No edit summary
E1 Elite (talk | contribs)
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<H1>Info on sidebar is not related to this.</H1>
[[MultiplayerOnly]]
Testid123:I suggest you try adding 1000 building and unit names and see if what I say is true. For example:<br>
{{Flag
[[BuildingTypes]]<br>
|values={{Values|integer|8}}
9999=GAPOWR2<br>
}}
10000=GAPOWR3<br>
Testid123:The maximum player value is "8" So there is no way it will be "MultiplayerOnly=999999999"<br>
10001=GAPOWR4<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>
10002=GAPOWR5<br>
10003=GAPOWR6<br>
10004=GAPOWR7<br>
10005=GAPOWR8<br>
10006=GAPOWR9<br>
10007=GAPOWR10<br>
10008=GAPOWR11<br>
10009=GAPOWR12<br>
10010=GAPOWR13<br>
10011=GAPOWR14<br>
10012=GAPOWR15<br>
If I have never encountered this problem, how can I say that it is the cause? Can you explain?<br>
Can you explain?<br>
Can you explain?<br>
Can you explain?<br>
Can you explain?<br>
Can you explain?<br>
Can you explain?<br>
Can you explain?<br>
Can you explain?<br>
Can you explain?<br>
Can you explain?<br>
Can you explain?<br>
Can you explain?<br>
Can you explain?<br>
Can you explain?<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.
100 units bug is AI spamming the same unit for original game when there are more than 100 buildable units. If there are lots of buildings/units and the human player faces problem when clicking on sidebar, those are not related, it is a different problem. - E1 Elite.

Latest revision as of 07:23, 22 March 2025

MultiplayerOnly

Tiberian Dawn The Covert Operations Red Alert Counterstrike Aftermath Tiberian Sun Firestorm HyperPatch Red Alert 2 Yuri's Revenge Ares Generals Zero Hour Tiberium Wars Kane's Wrath
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.