top of page

Ares Commander Tutorial Link

[YATECH] SuperWeapons=ChronoStormSpecial Your tech center will now have a storm weapon that fires automatically on itself when charged. Step 3: Advanced Prerequisites – The Commander’s Tech Tree Ares allows you to require any combination of structures, not just Prerequisite= . Example: Require two different factories [MyMammothTank] PrerequisiteOverride=GATECH,NAWEAP ; Needs Allied Tech Center AND Soviet War Factory PrerequisiteLists.Count=2 PrerequisiteLists.0=GATECH PrerequisiteLists.1=NAWEAP Now the Mammoth Tank is only buildable if you control both Allied and Soviet tech. Step 4: Dynamic Armor – Commanding the Battlefield Ares introduces Verses extensions and ArmorSet logic. 4.1 Create a New Armor Type [ArmorTypes] 1=FlakProof 2=EnergyShield 4.2 Assign to a Commander Unit [YuriPrime] Armor=EnergyShield 4.3 Create a Weapon That Ignores That Armor [PlasmaCutter] Damage=200 Verses.EnergyShield=200% ; 200% damage vs EnergyShield Verses.FlakProof=50% Verses.Heavy=100% Now you have rock-paper-scissors armor logic beyond the original three types. Step 5: Projectile Trajectories – Advanced Command Ares lets you change how projectiles fly. This is perfect for commander artillery.

[HowitzerShot] Trajectory=Parabolic ; Ares-only Trajectory.Parabolic.High=yes ; High arc Trajectory.Parabolic.Arc=1.5 Your shells will now clear walls and obstacles realistically. When things go wrong (they will), use these Ares tools: ares commander tutorial

[ChronoStormSpecial] UIName=Name:ChronoStorm Name=Chrono Storm IsPowered=true RechargeTime=5.0 Type=MultiMissile ; Ares extends this Type list! Action=ChronoStormCursor SidebarImage=CHRONOSICON ShowTimer=yes DisableableFromShell=yes ; Ares-specific tags: SW.Range=5 SW.AITargeting=Self SW.AutoFire=yes SW.InitialReady=yes Add this to a building (e.g., YATECH - Yuri’s Tech Center): Step 4: Dynamic Armor – Commanding the Battlefield

bottom of page