Written by igcompany.
Magic: The Gathering - Battlegrounds Cheats
Codes
Misc. Codes
| Effect | Code |
| All Duelists Available |
At the character select screen press Comma + Period, Down, Up, X, M, Up, X, N, Up, X, Comma + Period |
| Secret Level |
At the arena select screen press Comma + Period, Left, Up, X, Up, Right, Y, Comma + Period |
| Unlocks all chapters, spells, and Mishra |
At the quest select screen press Comma + Period, Down, Up, C, M, Up, Right, Left, Down, Comma + Period |
The Temple of Elemental Evil Cheats
Codes
Ahhh, no more money problems!
Open the console with shift-~ (only works if you have installed patch 2). Then type the following code for free money.
game.party[0].money_adj(#)
Make # = the amount of money in copper that you'd like to have. Here are some examples (does not have to be a multiple of 3):
| Effect | Code |
| You get 3 cp |
game.party[0].money_adj(3) |
| You get 3 gp |
game.party[0].money_adj(300) |
| You get 3 pp |
game.party[0].money_adj(3000) |
| You get 3 sp |
game.party[0].money_adj(30) |
| You get 4,500 pp |
game.party[0].money_adj(4500000) |
Cheat Codes
Start the game with any of these command line parameters:
| Effect | Code |
| checks dialog |
dialogcheck |
| Display Frame Rate |
fps |
| gives you your default party |
defaultparty |
| Map Select |
startmap |
| No Fog |
nofog |
| no random encounters |
norandom |
| No Sound |
nosound |
| play windowed mode |
window |
| sets 3d sound |
3dsounds |
| shows fps |
scrollfps |
Console commands
Open the console with shift-~ (only works if you have installed patch 2). Then type the following codes
| Effect | Code |
| "0" denotes a party member... change as desired. |
game.party[0].identify_all(0) |
| All possible spells are learned. |
cheats.all_spells_by_class |
| Effect | Code |
| Level 10 |
stat_base_set(stat_experience,45000) |
| Level 11 |
stat_base_set(stat_experience,55000) |
| Level 12 |
stat_base_set(stat_experience,66000) |
| Level 13 |
stat_base_set(stat_experience,78000) |
| Level 14 |
stat_base_set(stat_experience,91000) |
| Level 15 |
stat_base_set(stat_experience,105000) |
| Level 5 |
stat_base_set(stat_experience,10000) |
| Level 6 |
stat_base_set(stat_experience,15000) |
| Level 7 |
stat_base_set(stat_experience,21000) |
| Level 8 |
stat_base_set(stat_experience,28000) |
| Level 9 |
stat_base_set(stat_experience,36000) |
| Sets the first party members strength to 110. |
game.party[0].stat_base_set(stat_strength,110) |
| Sets the second party members dexterity to 50. |
game.party[1].stat_base_set(stat_dexterity,50) |
| Sets the third party members intelligence to 210. |
game.party[2].stat_base_set(stat_intelligence,210) |
Comments (0)