Jump to content

InvisibleInGame: Difference between revisions

From ModEnc²
en>Mevitar
added info about reconnection errors caused by objects with InvisibleInGame
Rain-Islet (talk | contribs)
m [bot] Batch update {{Bugs}} templates.
 
(7 intermediate revisions by 4 users not shown)
Line 5: Line 5:
|ts=yes
|ts=yes
|fs=yes
|fs=yes
|ets=yes
|hp=yes
|ra2=yes
|ra2=yes
|yr=yes
|yr=yes
|rp=yes
|ares=yes
}}
}}
Determines whether or not this object is invisible to all players ingame, including the owner. It also cannot be targeted or destroyed by any other object on the map.
Determines whether or not this object is invisible to all players ingame, including the owner. It also cannot be targeted or destroyed by any other object on the map.


{{Bugs}}
=={{Bugs}}==
Player-owned objects with {{f|InvisibleInGame|yes|link}} will cause a [[Reconnection_Error]] if their presence somehow affects other players (for example, by firing a weapon). While not all uses cause problems, as a general rule, it isn't recommended to set this tag to 'yes' on anything owned by the player.
Player-owned objects with {{f|InvisibleInGame|yes|link}} will cause [[Reconnection_Error|reconnection errors]] if their presence somehow affects other players (for example, by firing a weapon). While not all uses cause problems, as a general rule, it isn't recommended to set this tag to 'yes' on anything owned by the player.
*Adding '''InvisibleInGame=yes''' to [[BuildingTypes]] will make the building unarmed '''(Even if [[BuildingTypes]] has weapons)'''.
*Ignore the number of cells between which a new wall can be connected to an existing wall (assuming there are no obstructions)[[GuardRange]].
*Ignore tag [[UndeploysInto]]
*Ignore {{f|CanOccupyFire|yes|link}}
*Ignore [[Buildup]]
*Ignore {{f|RevealToAll|yes|link}}
*Gain the {{f|CanC4|no|link}} effect.
*Gain the {{f|Immune|yes|link}} effect.
*Gain the {{f|ImmuneToPsionics|yes|link}} effect.
*Gain the {{f|Selectable|no|link}} effect.
*Receives the {{f|IvanBomb|yes|link}} effect but does not take damage.

Latest revision as of 17:29, 2 July 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: InvisibleInGame
File(s): rules(md).ini
Values: Boolean values: yes or no, true or false, 1 or 0
Default: false
Applicable to: BuildingTypes


Determines whether or not this object is invisible to all players ingame, including the owner. It also cannot be targeted or destroyed by any other object on the map.

Bugs/Side-Effects/Unexpected Limitations

Player-owned objects with InvisibleInGame=yes will cause reconnection errors if their presence somehow affects other players (for example, by firing a weapon). While not all uses cause problems, as a general rule, it isn't recommended to set this tag to 'yes' on anything owned by the player.