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.
81 lines
1.6 KiB
INI
81 lines
1.6 KiB
INI
# SC2P8P - Conduit 2
|
|
|
|
[Core]
|
|
# Values set here will override the main dolphin settings.
|
|
BlockMerging = 1
|
|
|
|
[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.
|
|
$Undead Invincibility Mode [Bully@Wiiplaza]
|
|
F6000001 80008100
|
|
8001002C 90180000
|
|
D200000C 00000006
|
|
2C110035 40820020
|
|
2C0800F4 40820018
|
|
2C0300A0 40820010
|
|
3C007FFF 6000FFFF
|
|
90040000 80040000
|
|
60000000 00000000
|
|
E0000000 80008000
|
|
**Offline Only*
|
|
**You are completely untouchable*
|
|
*Picture -> http://imageshack.us/photo/my-images/684/sc2p8p008.png/
|
|
$Inf. Ammo [Bully@Wiiplaza]
|
|
F6000001 80008100
|
|
80640000 80050000
|
|
D2000008 00000003
|
|
2C110021 4082000C
|
|
38600000 7C030050
|
|
60000000 00000000
|
|
E0000000 80008000
|
|
**Offline Only*
|
|
$No Flashwhite [Bully@Wiiplaza]
|
|
F6000001 80008100
|
|
EC210032 93C10008
|
|
14000114 60000000
|
|
E0000000 80008000
|
|
$Inf. Money [Bully@Wiiplaza]
|
|
F6000001 80008100
|
|
7C003A14 38E70001
|
|
D2000010 00000004
|
|
2C11002F 40820014
|
|
2C0401A8 4082000C
|
|
3D807FFF 7D84012E
|
|
7C04002E 00000000
|
|
E0000000 80008000
|
|
$Profile One Name Changer Jedi Hack & [Mitch]
|
|
0487E2D4 XXXXXXXX
|
|
0487E2D8 XXXXXXXX
|
|
0487E2DC XXXXXXXX
|
|
$Profile Two Name Changer Jedi Hack & [Mitch]
|
|
0487E320 0000XXXX
|
|
0487E324 XXXXXXXX
|
|
0487E328 XXXXXXXX
|
|
0487E32C XXXX0000
|
|
$Profile Three Name Changer Jedi Hack & [Mitch]
|
|
0487E370 XXXXXXXX
|
|
0487E374 XXXXXXXX
|
|
|
|
[Video]
|
|
ProjectionHack = 0
|
|
PH_SZNear = 0
|
|
PH_SZFar = 0
|
|
PH_ExtraParam = 0
|
|
PH_ZNear =
|
|
PH_ZFar =
|
|
|
|
[Video_Hacks]
|
|
DlistCachingEnable = False
|
|
|