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.
58 lines
1.0 KiB
INI
58 lines
1.0 KiB
INI
# GREE08 - Mega Man Network Transmission
|
|
|
|
[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
|
|
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.
|
|
$Infinite Health
|
|
0358272F 08000000
|
|
424FFC30 0008270F
|
|
$Infinite MP
|
|
03582730 08000000
|
|
424FFC30 0009270F
|
|
$Max Health
|
|
03582731 08000000
|
|
424FFC30 000A270F
|
|
$Max MP
|
|
03582732 08000000
|
|
424FFC30 000B270F
|
|
$Full Custom Gauge
|
|
03582733 08000000
|
|
04136F2C 380000B4
|
|
$Max Zenny
|
|
03582734 08000000
|
|
424FFC30 00160001
|
|
424FFC30 0017869F
|
|
$Mega Jump
|
|
03582735 08000000
|
|
0A4C2092 00000100
|
|
424FFC30 002A400C
|
|
$Infinite PowerUPs
|
|
0358278C 08000000
|
|
404FFC30 FFDED163
|
|
$Max/Infinite Back Ups
|
|
0358278D 08000000
|
|
424FFC30 00586363
|
|
$Max Attack
|
|
0358278E 08000000
|
|
404FFC30 0000B204
|
|
$Max Rapid
|
|
0358278F 08000000
|
|
404FFC30 0000B304
|
|
$Max Charge
|
|
03582790 08000000
|
|
404FFC30 0000B404
|
|
|