mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -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.
90 lines
1.7 KiB
INI
90 lines
1.7 KiB
INI
# GNWE69 - Def Jam Fight For NY
|
|
|
|
[Core]
|
|
# Values set here will override the main dolphin settings.
|
|
TLBHack = 1
|
|
Patch Region = 0x7e000000
|
|
|
|
[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.
|
|
$Max/Infinite Cash
|
|
044477E0 05F5E0FF
|
|
040476F4 80AD0000
|
|
$Max/Infinite Dev Points
|
|
044477E0 05F5E0FF
|
|
04047750 80AD0000
|
|
$Max/Infinite Reward Points
|
|
044477E4 000003E7
|
|
04057080 80AD0004
|
|
$Player 1 Infinite Health
|
|
043F1494 44000000
|
|
043F149C 44000000
|
|
$Player 1 Infinite Stamina
|
|
043F1988 44000000
|
|
043F14A8 42C80000
|
|
$Player 1 Max Score
|
|
043F15C4 05F5E0FF
|
|
$Player 2 Infinite Health
|
|
043F278C 44000000
|
|
043F2794 44000000
|
|
$Player 2 No Health
|
|
043F278C 3F800000
|
|
043F2794 3F800000
|
|
$Player 2 Infinite Stamina
|
|
043F2C80 44000000
|
|
043F27A0 42C80000
|
|
$Player 2 No Stamina
|
|
043F2C80 3F800000
|
|
043F27A0 3F800000
|
|
$Player 2 Max Score
|
|
043F28BC 05F5E0FF
|
|
$Player 2 Low Score
|
|
043F28BC 00000000
|
|
$Player 3 Infinite Health
|
|
043F3A84 44000000
|
|
043F3A8C 44000000
|
|
$Player 3 No Health
|
|
043F3A84 3F800000
|
|
043F3A8C 3F800000
|
|
$Player 3 Infinite Stamina
|
|
043F3F78 44000000
|
|
043F3A98 42C80000
|
|
$Player 3 No Stamina
|
|
043F3F78 3F800000
|
|
043F3A98 3F800000
|
|
$Player 3 Max Score
|
|
043F3BB4 05F5E0FF
|
|
$Player 3 Low Score
|
|
043F3BB4 00000000
|
|
$Player 4 Infinite Health
|
|
043F4D7C 44000000
|
|
043F4D84 44000000
|
|
$Player 4 No Health
|
|
043F4D7C 3F800000
|
|
043F4D84 3F800000
|
|
$Player 4 Infinite Stamina
|
|
043F5270 44000000
|
|
043F4D90 42C80000
|
|
$Player 4 No Stamina
|
|
043F5270 3F800000
|
|
043F4D90 3F800000
|
|
$Player 4 Max Score
|
|
043F4EAC 05F5E0FF
|
|
$Player 4 Low Score
|
|
043F4EAC 00000000
|
|
|
|
[Video]
|
|
ProjectionHack = 0
|
|
|