From 71d1b69c1a552db8e6065a879be8c4604391ded0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lovro=20Ple=C5=A1e?= Date: Sun, 29 Dec 2019 01:43:58 +0100 Subject: [PATCH] Ini file update --- ini/HP2WSFix.ini | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/ini/HP2WSFix.ini b/ini/HP2WSFix.ini index 95a9043..5f02cd6 100644 --- a/ini/HP2WSFix.ini +++ b/ini/HP2WSFix.ini @@ -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 \ No newline at end of file +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 \ No newline at end of file