Skip to content

Commit

Permalink
Ini file update
Browse files Browse the repository at this point in the history
  • Loading branch information
xan1242 authored Dec 29, 2019
1 parent 9f1513d commit 71d1b69
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions ini/HP2WSFix.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@
[HP2WSFix]
// User files will be stored in a specified directory, for example - 'save'. Set to 0 to disable.
// User files will be stored in a specified directory, for example - 'save'.
SaveDir=0
EnableConsole=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

[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

0 comments on commit 71d1b69

Please sign in to comment.