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
2.1 KiB
INI
115 lines
2.1 KiB
INI
# GM8E01 - Metroid Prime
|
|
|
|
[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 = 5
|
|
EmulationIssues = Heat Visor doesn't work correctly, some graphics bugs, boss music doesn't play
|
|
EmulationIssues =
|
|
|
|
[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.
|
|
$This Code Must Be On
|
|
043CB1A8 3C808000
|
|
043CB1AC 93E4183C
|
|
043CB1B0 809F0008
|
|
043CB1B4 4BDE05A8
|
|
041AB758 4821FA50
|
|
$Infinite Health
|
|
04049EA8 48000104
|
|
$Infinite Missiles
|
|
4200183C 002500FF
|
|
4200183C 002700FF
|
|
$Infinite Balls
|
|
00457D1B 00000003
|
|
$Infinite Power Balls
|
|
4200183C 00310003
|
|
$Moonjump (Hold B)
|
|
0A7A55A4 00000200
|
|
0446BABC 41200000
|
|
$Play NES Metroid
|
|
0A7A55A4 00000440
|
|
0001CA64 00000041
|
|
0A7A55A4 00000840
|
|
0001CA64 00000040
|
|
$Have Ice Beam
|
|
4200183C 001B0001
|
|
$Have Wave Beam
|
|
4200183C 001F0001
|
|
$Have Plasma Beam
|
|
4200183C 00230001
|
|
$Have Phazon Beam
|
|
70458245 00000080
|
|
087A55A9 000000C5
|
|
00458245 0000007C
|
|
48457D33 00000000
|
|
087A55A9 0000003B
|
|
00458245 000000FE
|
|
$Have Morph Ball
|
|
4200183C 00570001
|
|
$Have Boost Ball
|
|
4200183C 005F0001
|
|
$Have Spider Ball (break)
|
|
4200183C 00630001
|
|
$Have Morph Ball Bomb
|
|
4200183C 002F0001
|
|
$Have Power Bomb
|
|
4200183C 00330001
|
|
$Have Varia Suit
|
|
4200183C 006F0001
|
|
$Have Gravity Suit (break)
|
|
4200183C 00670001
|
|
4200183C 006B0001
|
|
$Have Phazon Suit (break)
|
|
4200183C 00730001
|
|
$Have Combat Visor
|
|
4200183C 005B0001
|
|
$Have Scan Visor
|
|
4200183C 002B0001
|
|
$Have X-Ray Visor
|
|
4200183C 004B0001
|
|
$Have Thermal Visor
|
|
4200183C 003B0001
|
|
$Have Space Jump Boots
|
|
4200183C 00510001
|
|
4200183C 00530001
|
|
$Have Grapple Beam
|
|
4200183C 00470001
|
|
$Have Missile Launcher
|
|
4200183C 00260001
|
|
$Have Charge Beam
|
|
4200183C 003F0001
|
|
$Have Beam Combo A
|
|
4200183C 00370001
|
|
$Have Beam Combo B
|
|
4200183C 00430001
|
|
$Have Beam Combo C
|
|
4200183C 004F0001
|
|
|
|
[Video]
|
|
ProjectionHack = 0
|
|
PH_SZNear = 0
|
|
PH_SZFar = 0
|
|
PH_ExtraParam = 0
|
|
PH_ZNear =
|
|
PH_ZFar =
|
|
|
|
[Video_Settings]
|
|
SafeTextureCacheColorSamples = 512
|
|
|
|
[Video_Hacks]
|
|
EFBCopyEnable = True
|
|
EFBToTextureEnable = False
|
|
|
|
[Speedhacks]
|
|
0x80384b1c=400
|
|
|