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.
71 lines
1.3 KiB
INI
71 lines
1.3 KiB
INI
# GTEE01 - 1080: Avalanche
|
|
|
|
[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
|
|
04272F18 0000003C
|
|
$Max Power
|
|
04273458 3F800000
|
|
04273460 3F800000
|
|
$Always Glowing
|
|
02273468 000001FF
|
|
$Infinite Lives
|
|
001A8A89 00000003
|
|
001A8ACD 00000000
|
|
001A8ADB 00000000
|
|
$Perfect Balance (Grinds)
|
|
04273324 00000000
|
|
$Instant Recovery (Lost Balance)
|
|
042731B4 41000000
|
|
$Infinite Jump Timer
|
|
04272820 3F155557
|
|
$Press X For Downward Boost
|
|
3A2342E8 00000400
|
|
042723E8 43D84BED
|
|
$Always Low Race Time
|
|
04272C70 3F7D0000
|
|
$Freeze Countdown Timer
|
|
04272C74 44160100
|
|
$Have Full Coin (Time Trials)
|
|
002733A1 00000005
|
|
0027A092 00000401
|
|
$Huge Score
|
|
04272938 000F423F
|
|
0427293C 000F423F
|
|
$Everything Unlocked
|
|
0426DEB8 0004FFFF
|
|
0426DEBC 0004FFFF
|
|
$All Gate Challenges Complete
|
|
0226DEC8 0003FFFF
|
|
$All Time Trials Complete
|
|
0226DEC0 0003FFFF
|
|
$Moon Jump (Press Z)
|
|
3A2342E8 00000010
|
|
042723E4 43000000
|
|
|
|
[Video]
|
|
ProjectionHack = 0
|
|
PH_SZNear = 0
|
|
PH_SZFar = 0
|
|
PH_ExtraParam = 0
|
|
PH_ZNear =
|
|
PH_ZFar =
|
|
|
|
[Video_Hacks]
|
|
DlistCachingEnable = False
|
|
|