PDA

View Full Version : Console commands


Piemaster
11-24-2011, 09:23 AM
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.

Goblin Wizard
11-24-2011, 09:37 AM
Open ..\data\gui\map.gui.aix and look for eg. "freeplayon". You should find something like this:
= ; 'moremoney' : MoreMoney;

= ; 'moreleadership' : MoreLeadership;

= ; 'moreexp' : MoreExp;

= ; 'morearmyexp' : MoreArmyExp;

= ; 'morehorses' : MoreHorses;

= ; 'autowinon' : SetBoolValueByName('autowinon', true);

= ; 'autowinoff' : SetBoolValueByName('autowinon', false);

= ; 'freeplayon', 'ynkpnh' : RunFreePlay;

= ; 'mongolsinvasion' : TriggerManagerDoRun;

rodneyjohn
11-25-2011, 07:58 PM
please how do you make use of this,i wish to add money

Grim.Reaper
11-25-2011, 07:59 PM
please how do you make use of this,i wish to add money

If I am not mistaken, while in the game, press "T" and then type in the command you want to use.

rodneyjohn
11-25-2011, 09:49 PM
thanks reaper,for your fast reply