From f910678dd48ad536cf662bb64287bffc64e44c5a Mon Sep 17 00:00:00 2001 From: icup321 Date: Thu, 6 Jun 2024 09:06:20 -0400 Subject: [PATCH] GameINI: Ubisoft updates Update several INI GameSettings for Ubisoft games Undo name changes --- Data/Sys/GameSettings/RGW.ini | 7 ++++++- Data/Sys/GameSettings/RRB.ini | 4 ++++ Data/Sys/GameSettings/RY2.ini | 16 ++++++++++++++++ Data/Sys/GameSettings/RY3.ini | 15 ++++++++++++++- Data/Sys/GameSettings/SOJ.ini | 19 +++++++++++++++++++ Data/Sys/GameSettings/SR4.ini | 16 ++++++++++++++++ Data/Sys/GameSettings/SR5.ini | 19 +++++++++++++++++++ Data/Sys/GameSettings/WR2.ini | 24 ++++++++++++++++++++++++ 8 files changed, 118 insertions(+), 2 deletions(-) create mode 100644 Data/Sys/GameSettings/SOJ.ini create mode 100644 Data/Sys/GameSettings/SR4.ini create mode 100644 Data/Sys/GameSettings/WR2.ini diff --git a/Data/Sys/GameSettings/RGW.ini b/Data/Sys/GameSettings/RGW.ini index 9a9603b40f..273898bf3c 100644 --- a/Data/Sys/GameSettings/RGW.ini +++ b/Data/Sys/GameSettings/RGW.ini @@ -12,8 +12,13 @@ [ActionReplay] # Add action replay cheats here. +[Video_Enhancements] +ForceTextureFiltering = False + [Video_Settings] -SafeTextureCacheColorSamples = 512 +SafeTextureCacheColorSamples = 0 [Video_Hacks] +# Fixes visible lines in air vents/fans. +VertexRounding = True ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/RRB.ini b/Data/Sys/GameSettings/RRB.ini index fcfdfd06c7..b5f3ee31d9 100644 --- a/Data/Sys/GameSettings/RRB.ini +++ b/Data/Sys/GameSettings/RRB.ini @@ -13,5 +13,9 @@ CPUThread = False [ActionReplay] # Add action replay cheats here. +[Video_Enhancements] +ForceTextureFiltering = False + [Video_Settings] SuggestedAspectRatio = 2 +SafeTextureCacheColorSamples = 512 diff --git a/Data/Sys/GameSettings/RY2.ini b/Data/Sys/GameSettings/RY2.ini index 0610ab3981..9cc28b190f 100644 --- a/Data/Sys/GameSettings/RY2.ini +++ b/Data/Sys/GameSettings/RY2.ini @@ -1,4 +1,20 @@ # RY2E41, RY2J41, RY2K41, RY2P41, RY2R41 - Rayman Raving Rabbids 2 +[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_Enhancements] +ForceTextureFiltering = False + [Video_Settings] SuggestedAspectRatio = 2 +SafeTextureCacheColorSamples = 512 diff --git a/Data/Sys/GameSettings/RY3.ini b/Data/Sys/GameSettings/RY3.ini index fb092ab7b4..b368aeaae1 100644 --- a/Data/Sys/GameSettings/RY3.ini +++ b/Data/Sys/GameSettings/RY3.ini @@ -1,4 +1,17 @@ -# RY3E41, RY3J41, RY3K41, RY3P41 - Rayman Raving Rabbids TV Party +# RY3E41, RY3J41, RY3K41, RY3P41 - Rayman Raving Rabbids: TV Party + +[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_Settings] SuggestedAspectRatio = 2 +SafeTextureCacheColorSamples = 512 diff --git a/Data/Sys/GameSettings/SOJ.ini b/Data/Sys/GameSettings/SOJ.ini new file mode 100644 index 0000000000..0a9ced4bfc --- /dev/null +++ b/Data/Sys/GameSettings/SOJ.ini @@ -0,0 +1,19 @@ +# SOJE41, SOJP41 - Rayman Origins + +[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_Enhancements] +ForceTextureFiltering = False + +[Video_Hacks] +ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/SR4.ini b/Data/Sys/GameSettings/SR4.ini new file mode 100644 index 0000000000..534bde3a25 --- /dev/null +++ b/Data/Sys/GameSettings/SR4.ini @@ -0,0 +1,16 @@ +# SR4E41, SR4J41, SR4P41 - Raving Rabbids: Travel in Time + +[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_Enhancements] +ForceTextureFiltering = False diff --git a/Data/Sys/GameSettings/SR5.ini b/Data/Sys/GameSettings/SR5.ini index 0a4ff2825e..ff6d5e85aa 100644 --- a/Data/Sys/GameSettings/SR5.ini +++ b/Data/Sys/GameSettings/SR5.ini @@ -1,4 +1,23 @@ # SR5E41, SR5P41 - Raving Rabbids Party Collection +[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_Enhancements] +ForceTextureFiltering = False + [Video_Settings] SuggestedAspectRatio = 2 +SafeTextureCacheColorSamples = 512 + +[Video_Hacks] +ImmediateXFBEnable = False diff --git a/Data/Sys/GameSettings/WR2.ini b/Data/Sys/GameSettings/WR2.ini new file mode 100644 index 0000000000..0e11e711da --- /dev/null +++ b/Data/Sys/GameSettings/WR2.ini @@ -0,0 +1,24 @@ +# WR2E41, WR2P41 - Rabbids Lab + +[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_Enhancements] +ForceTextureFiltering = False + +[Video_Settings] +SafeTextureCacheColorSamples = 0 + +[Video_Hacks] +# Fixes visible lines in air vents/fans. +VertexRounding = True +ImmediateXFBEnable = False