mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
e5f4586356
Add a simple Python script that does a basic normalization on the game INI files and run it across all the files we have. This normalizes the sections, their order and comments, and the whitespace within them. It also removes the sections Video_Hardware, Gecko, and Wii, which should not be in the game INI files we ship by default.
115 lines
1.8 KiB
INI
115 lines
1.8 KiB
INI
# GMPE01 - Mario Party 4
|
|
|
|
[Core]
|
|
# Values set here will override the main dolphin settings.
|
|
|
|
[EmuState]
|
|
# The Emulation State. 1 is worst, 5 is best, 0 is not set.
|
|
EmulationStateId = 4
|
|
Issues="The bubbles in into scene when starting a game are not shaded right?"
|
|
|
|
[OnLoad]
|
|
# Add memory patches to be loaded once on boot here.
|
|
|
|
[OnFrame]
|
|
# Add memory patches to be applied every frame here.
|
|
|
|
[ActionReplay]
|
|
# Add action replay cheats here.
|
|
$All Mini Games Unlocked
|
|
0218FDF0
|
|
0003FFFF
|
|
|
|
$Player 1 Max Coins
|
|
0218FC54 000003E7
|
|
|
|
$Player 1 No Coins
|
|
0218FC54 00000000
|
|
|
|
$Player 1 Max Stars
|
|
0218FC62 000003E7
|
|
|
|
$Player 1 No Stars
|
|
0218FC62 00000000
|
|
|
|
$Player 1 Always Has Magic Lamp
|
|
0018FC3D 0000000C
|
|
|
|
$Player 2 Max Coins
|
|
0218FC84 000003E7
|
|
|
|
$Player 2 No Coins
|
|
0218FC84 00000000
|
|
|
|
$Player 2 Max Stars
|
|
0018FC92 000003E7
|
|
|
|
$Player 2 No Stars
|
|
0018FC92 00000000
|
|
|
|
$Player 2 Always Has Magic Lamp
|
|
0018FC6D 0000000C
|
|
|
|
$Player 3 Max Coins
|
|
0218FCB4 000003E7
|
|
|
|
$Player 3 No Coins
|
|
0218FCB4 000003E7
|
|
|
|
$Player 3 Max Stars
|
|
0218FCC2 000003E7
|
|
|
|
$Player 3 No Stars
|
|
0218FCC2 00000000
|
|
|
|
$Player 3 Always Has Magic Lamp
|
|
0018FC9D 0000000C
|
|
|
|
$Player 4 Max Coins
|
|
0218FCE4 000003E7
|
|
|
|
$Player 4 No Coins
|
|
0218FCE4 00000000
|
|
|
|
$Player 4 Max Stars
|
|
0218FCF2 000003E7
|
|
|
|
$Player 4 No Stars
|
|
0218FCF2 00000000
|
|
|
|
$Player 4 Always Has Magic Lamp
|
|
0018FCCD 0000000C
|
|
|
|
$Hold Y To Roll 10
|
|
3A1E67F0 00000800
|
|
0416B928 41200000
|
|
|
|
$Hold L To Roll 1
|
|
3A1E67F0 00000040
|
|
0416B928 3F000000
|
|
|
|
$L+X No More Moves(Use While Moving)
|
|
8A1E67F0 00000440
|
|
0018FC42 00000001
|
|
0018FC72 00000001
|
|
0018FCA2 00000001
|
|
0018FCD2 00000001
|
|
00000000 40000000
|
|
|
|
$L+Y Infinite Moves(While Moving)
|
|
8A1E67F0 00000840
|
|
0018FC42 0000000A
|
|
0018FC72 0000000A
|
|
0018FCA2 0000000A
|
|
0018FCD2 0000000A
|
|
00000000 40000000
|
|
|
|
$Press Z+R To Be On Turn 20
|
|
0A1E67F0 00000030
|
|
0018FCFC 00000014
|
|
|
|
$Press Z+L To Be On Turn 1
|
|
0A1E67F0 00000050
|
|
0018FCFC 00000001
|
|
|