From d95f6faa5576fc30111dc7ac33305972e750b659 Mon Sep 17 00:00:00 2001 From: teconmoon <46909426+teconmoon@users.noreply.github.com> Date: Thu, 3 Mar 2022 15:34:58 -0800 Subject: [PATCH] Create REX.ini file for Excite Truck visual issues With "Store EFB Copies to Texture Only" set to True (the default setting), areas of Excite Truck appear darker than on console. For example, in Sylvan Glen under the Bronze cup, all of the trees appear very dark, nearly black. On console, this does not occur. Start of the race on Dolphin: https://youtu.be/KjJ-55lwFkE?t=817 Start of the race on Console: https://youtu.be/0W9blwA8AG4?t=699 Setting EFBToTextureEnable = False fixes this issue and does not appear to introduce any performance impacts, so I am recommending that this be disabled by default for this game. --- Data/Sys/GameSettings/REX.ini | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Data/Sys/GameSettings/REX.ini diff --git a/Data/Sys/GameSettings/REX.ini b/Data/Sys/GameSettings/REX.ini new file mode 100644 index 0000000000..0c9e6d537a --- /dev/null +++ b/Data/Sys/GameSettings/REX.ini @@ -0,0 +1,16 @@ +# REXE01, REXP01, REXJ01 - Excite Truck + +[Core] +# Values set here will override the main Dolphin settings. + +[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. + +[Video_Hacks] +EFBToTextureEnable = False