Jump to content

ManualReload: Difference between revisions

From ModEnc²
en>DeathFish
No edit summary
Rain-Islet (talk | contribs)
m [bot] Batch update {{Bugs}} templates.
 
(One intermediate revision by one other user not shown)
Line 13: Line 13:
}}
}}
Can be set to 'yes' or 'no' and determines whether or not this unit must reload by docking with a structure that has UnitReload=yes set and to which the unit has Dock= set. This defaults to 'no' for all units except aircraft.
Can be set to 'yes' or 'no' and determines whether or not this unit must reload by docking with a structure that has UnitReload=yes set and to which the unit has Dock= set. This defaults to 'no' for all units except aircraft.
{{Bugs}}
=={{Bugs}}==
When firing when ammunition is full, the actual amount of ammunition consumed for this firing is [[Ammo]] (Weapon) - [[ReloadAmount]] (both are newly added from Ares).
When firing when ammunition is full, the actual amount of ammunition consumed for this firing is [[Ammo]] (Weapon) - [[ReloadAmount]] (both are newly added from Ares).
*You can avoid this by specifying ReloadAmount=0.
*You can avoid this by specifying ReloadAmount=0.
**In fact, if you want to make a Mine Layer like RA1, in order to make it necessary for the unit to return to a specific building to replenish the mines, this is actually something you should have done.
**In fact, if you want to make a Mine Layer like RA1, in order to make it necessary for the unit to return to a specific building to replenish the mines, this is actually something you should have done.
''Correspondingly, if your'' '''weapon's Ammo<=ReloadAmount''' ''will cause this unit to be unable to rely solely on firing to consume ammunition''  '''[[! ! !]]'''
''Correspondingly, if your'' '''weapon's Ammo<=ReloadAmount''' ''will cause this unit to be unable to rely solely on firing to consume ammunition''  '''[[! ! !]]'''

Latest revision as of 17:36, 2 July 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: ManualReload
File(s): Rulesmd.ini
Values: boolean
Default: no for VehicleTypes; yes for AircraftTypes
Applicable to: VehicleTypes, AircraftTypes


Can be set to 'yes' or 'no' and determines whether or not this unit must reload by docking with a structure that has UnitReload=yes set and to which the unit has Dock= set. This defaults to 'no' for all units except aircraft.

Bugs/Side-Effects/Unexpected Limitations

When firing when ammunition is full, the actual amount of ammunition consumed for this firing is Ammo (Weapon) - ReloadAmount (both are newly added from Ares).

  • You can avoid this by specifying ReloadAmount=0.
    • In fact, if you want to make a Mine Layer like RA1, in order to make it necessary for the unit to return to a specific building to replenish the mines, this is actually something you should have done.

Correspondingly, if your weapon's Ammo<=ReloadAmount will cause this unit to be unable to rely solely on firing to consume ammunition ! ! !