Jump to content

Daodan DLL: Difference between revisions

1,097 bytes added ,  26 January 2013
→‎Settings: adding Language section
(→‎All patches: things I learned)
(→‎Settings: adding Language section)
Line 52: Line 52:
  Sound = False
  Sound = False
A list of options can be found in the "All options" section below.
A list of options can be found in the "All options" section below.
====Languages====
The Daodan DLL offers support for the Chinese version of the game as well as multibyte languages in general (see "multibyte" under "Patches" section). It also has the beginnings of some basic localization support, by allowing cheat code names and other strings to be translated. To add an option, look for the options section or type
[Language]
To enable Chinese support, type:
[Language]
Chinese = True
This will load a DLL called xfhsm_oni.dll (apparently provided with Chinese copies of Oni).
Here are the strings that you can replace using the .ini file:
{| class="wikitable"
!INI name
!Description
|-
|blam
|Replaces body text of the [[:File:Blam!.png|blam window]].
|-
|damn
|Replaces title of the [[:File:Blam!.png|blam window]].
|-
|savepoint
|Replaces string "Save Point" in Load Game menu (not working?).
|-
|syndicatewarehouse
|Replaces string "Syndicate Warehouse" in Load Game menu (not working?).
|-
|''nameofcheat''_on/_off
|Replaces name of the built-in cheat code as it appears on the pause screen when code is entered. E.g., "behemoth_on=Gojira Desu!".
|}


====Command-line arguments====
====Command-line arguments====