-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
24 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[HP2WSFix] | ||
// User files will be stored in a specified directory, for example - 'save'. | ||
SaveDir=0 | ||
EnableConsole=0 | ||
FixHUD=2 // 0 = stretch/disable, 1 = move to 4:3 center, 2 = position scaling(default) | ||
DisableLetterboxing=0 // only works when FixHUD is 2 | ||
ClassicMapPosition=0 // only works when FixHUD is 2 | ||
AlternativeBackground=0 // enable unused load/title screen background | ||
|
||
[MEMORY] // adjust memory allocation sizes here (in bytes, hex or decimal values accepted) | ||
CLASS_RENDER=0x47F4000 // size of render memory to allocate (in bytes), adjust for hi-poly models, game default: 0x732000, pre-modded: 0x47F4000 // korean lang. users - keep this at least 0xF32000 | ||
CLASS_AUDIO=0xA00000 | ||
CLASS_TRACK=0x2B00000 | ||
CLASS_LEVEL=0x196000 | ||
CLASS_UI=0x400000 // korean language users - increase this to 0xA00000 | ||
CLASS_CARS=0x700000 | ||
CLASS_CHARACTER=0x17D000 | ||
CLASS_REPLAY=0x64000 | ||
CLASS_INIFILE=0x10000 | ||
GENERAL=0x5FB9000 // korean language users - increase this to 0x6DB9000 |