Jump to content

AIDifficulty: Difference between revisions

From ModEnc²
en>DCoder
No edit summary
 
m 2 revisions imported
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{DeeZireInclusion}}<br />
{{Flag
The AI difficulty level, 0=Easy, 1=Medium, 2=Brutal.
|name={{PAGENAME}}
|files={{Categ|ini=rules}}
|types={{Categ|MultiplayerDialogSettings}}
|values={{values|unsigned integers}}
|ra=yes
|cs=yes
|am=yes
|ts=yes
|fs=yes
|ets=yes
|ra2=yes
|yr=yes
|rp=yes
|ra2obsolete=yes
}}
 
This flag controls the default AI difficulty level set whenever the player enters the Skirmish screen. Obsolete in RA2 and YR as the difficulty level is no longer chosen by a slider.
 
The values allowed for this tag are:
{| align="center" cellpadding="4" class="table_descrowdesccol"
!Value
!Effect
|-
|0
|Easy
|-
|1
|Medium
|-
|2
|Brutal
|}

Latest revision as of 21:34, 31 March 2025

Tiberian Dawn Red Alert Tiberian Sun Firestorm Red Alert 2 Yuri's Revenge
Flag: AIDifficulty
File(s): rules(md).ini
Values: Unsigned integers: All non-negative whole numbers from 0 to either 32767, 2147483647 or 4294967295.
Applicable to: MultiplayerDialogSettings

Logic related to AIDifficulty, as a whole or in part, is obsolete in Red Alert 2 and/or Yuri's Revenge.



This flag controls the default AI difficulty level set whenever the player enters the Skirmish screen. Obsolete in RA2 and YR as the difficulty level is no longer chosen by a slider.

The values allowed for this tag are:

Value Effect
0 Easy
1 Medium
2 Brutal