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

UseOwnName

From ModEnc
Revision as of 18:21, 30 May 2005 by 80.3.64.10 (talk) (detailed description of UseOwnName=)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • Game: Yuri's Revenge [not RA2]
  • INI File: rulesmd.ini
  • INI Flag: UseOwnName=
  • Data Type: Boolean (true/false)
  • Default value: false
  • Applies To: InfantryTypes (Note: UseOwnName does NOT work with VehicleTypes, even though other IFV logic does)


If an InfantryType is inside a VehicleType with 'Gunner=yes' set, then the name of the VehicleType will change depending on several rules. Given that there is only one VehicleType in the game with 'Gunner=yes' set, we will assume that we are working with the VehicleType known as the "IFV". If your VehicleType is not called "IFV", then substitute the string "IFV" in the following examples with the 'UIName=' of your VehicleType.


IFV with no passenger is called "IFV"


IFV whose passenger has 'UseOwnName=true' set is called "<passenger> IFV" (where <passenger> is the 'UIName=' of the passenger).


If the passenger has 'UseOwnName=false' set (default) then the following rules apply:

  • A) If the passenger's IFVMode weapon turret is turret index 0, then the IFV will be called "Rocket IFV"
  • B) If the passenger's IFVMode weapon turret is turret index 1, then the IFV will be called "Machine Gun IFV"
  • C) If the passenger's IFVMode weapon turret is turret index 2, then the IFV will be called "Repair IFV"
  • D) If the passenger's IFVMode weapon turret is turret index 3 (or higher), then the IFV will be called "<passenger> IFV" (where <passenger> is the 'UIName=' of the passenger).

Note: Higher than 3 has not actually been confirmed. If someone tests this then please ammend this page.



Inconsistencies in Yuri's Revenge:

In Yuri's Revenge, there are some inconsistencies with the use of 'UseOwnName='

  • IFVMode 2 (machine gun A, turret 1) is used by GI, Conscript and Spy. "Machine Gun IFV"
  • IFVMode 4 (machine gun B, turret 1) is used by SEAL, Tanya, Boris. "<passenger> IFV"
  • IFVMode 4 (machine gun B, turret 1) is used by Chrono Commando, Psi Commando. "Machine Gun IFV"

Chrono Commando and Psi Commando do not have 'UseOwnName=true' set. I believe they should.

  • IFVMode 3 (flak weapon, turret 1) is used by Flak Trooper. "Machine Gun IFV"

I believe that the turret index for IFVMode 3's weapon turret should be 3.

Both of the above inconsistencies are dealt with in the YR Unofficial 1.002 Mini-Patch.