|
Real Warfare 2: Northern Crusades A new chapter in the Real Warfare realistic real-time strategy games series. |
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Console commands
Is there a list of commands that a player can enter into the game, such as the 'freeplayon' command? It would be fun to fiddle with things.
|
#2
|
|||
|
|||
Open ..\data\gui\map.gui.aix and look for eg. "freeplayon". You should find something like this:
Code:
[*] = ; 'moremoney' : MoreMoney; [*] = ; 'moreleadership' : MoreLeadership; [*] = ; 'moreexp' : MoreExp; [*] = ; 'morearmyexp' : MoreArmyExp; [*] = ; 'morehorses' : MoreHorses; [*] = ; 'autowinon' : SetBoolValueByName('autowinon', true); [*] = ; 'autowinoff' : SetBoolValueByName('autowinon', false); [*] = ; 'freeplayon', 'ynkpnh' : RunFreePlay; [*] = ; 'mongolsinvasion' : TriggerManagerDoRun; |
#3
|
|||
|
|||
please how do you make use of this,i wish to add money
|
#4
|
|||
|
|||
If I am not mistaken, while in the game, press "T" and then type in the command you want to use.
|
#5
|
|||
|
|||
thanks reaper,for your fast reply
|
|
|