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

Difference between revisions of "Implementing Stealth Generators"

From ModEnc
Jump to: navigation, search
Line 5: Line 5:
 
The previous tutorial was copy and paste with a '''lot''' of unessecary tags.
 
The previous tutorial was copy and paste with a '''lot''' of unessecary tags.
  
All you need is the following
+
All you need is the following for a mobile stealth generator
  
 
[Vehicle]
 
[Vehicle]
Line 13: Line 13:
 
CloakGenerator=yes ; I am a cloak generator, I cloaking surrounding and myself
 
CloakGenerator=yes ; I am a cloak generator, I cloaking surrounding and myself
 
CloakRadiusInCells= ; insert a number here
 
CloakRadiusInCells= ; insert a number here
 +
  
 
CloakGenerators can cause '''major''' lag in RA2/YR. This is due to RA2 being 25% bigger and also having DoubleThick=yes
 
CloakGenerators can cause '''major''' lag in RA2/YR. This is due to RA2 being 25% bigger and also having DoubleThick=yes
 +
  
 
Keeping the CloakRadiusInCells to something low e.g. 5 aswell as removing DoubleThick=yes can help in removing such issues.
 
Keeping the CloakRadiusInCells to something low e.g. 5 aswell as removing DoubleThick=yes can help in removing such issues.
 +
  
 
Note that CloakRadiusInCells=0 doesn't not work and if set to 1 any object except hover, overlay next to the stealth generator will be cloaked.
 
Note that CloakRadiusInCells=0 doesn't not work and if set to 1 any object except hover, overlay next to the stealth generator will be cloaked.
 +
  
 
The same logic for a mobile stealth generator can be applied to a mobile gap generator, use [GAGAP] as reference.
 
The same logic for a mobile stealth generator can be applied to a mobile gap generator, use [GAGAP] as reference.
  
 
[[category:RA2/YR Tutorials]]
 
[[category:RA2/YR Tutorials]]

Revision as of 23:09, 30 March 2008

This creates a stealth generators like in Tiberian Sun/Firestorm


The previous tutorial was copy and paste with a lot of unessecary tags.

All you need is the following for a mobile stealth generator

[Vehicle] DeploysInto=XXXX (whatever your deploying building is called)

[Building] CloakGenerator=yes ; I am a cloak generator, I cloaking surrounding and myself CloakRadiusInCells= ; insert a number here


CloakGenerators can cause major lag in RA2/YR. This is due to RA2 being 25% bigger and also having DoubleThick=yes


Keeping the CloakRadiusInCells to something low e.g. 5 aswell as removing DoubleThick=yes can help in removing such issues.


Note that CloakRadiusInCells=0 doesn't not work and if set to 1 any object except hover, overlay next to the stealth generator will be cloaked.


The same logic for a mobile stealth generator can be applied to a mobile gap generator, use [GAGAP] as reference.