commit c5fe44a1d06bd01505d6ab86b28ee2947ac850a1 Author: Emmet Date: Sat Mar 15 19:54:05 2025 -0500 first commit diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..8373298 --- /dev/null +++ b/install.sh @@ -0,0 +1,18 @@ +#!/bin/sh + +HOSTNAME=$(hostname) +STEAMAPPS_DIR="/home/deck/.steam/steam/steamapps"; + +if [ "$HOSTNAME" == "snowfire" ]; then + STEAMAPPS_DIR="/opt/Steam/steamapps"; +fi + +cp -f new/dinput8.dll $STEAMAPPS_DIR/common/MonsterHunterWilds/ +cp -f new/dstorage.dll $STEAMAPPS_DIR/common/MonsterHunterWilds/ +cp -f new/dstoragecore.dll $STEAMAPPS_DIR/common/MonsterHunterWilds/ +cp -f new/re2_fw_config.txt $STEAMAPPS_DIR/common/MonsterHunterWilds/ +cp -f original/dstorage.dll $STEAMAPPS_DIR/compatdata/2246340/pfx/drive_c/windows/system32 +cp -f original/dstoragecore.dll $STEAMAPPS_DIR/compatdata/2246340/pfx/drive_c/windows/system32 + +echo "Use the following for the launch options:" +echo "_GL_SHADER_DISK_CACHE_SKIP_CLEANUP=1 MESA_GLSL_CACHE_MAX_SIZE=4GB PROTON_ENABLE_NVAPI=1 WINEDLLOVERRIDES=\"dstorage,dstoragecore=n,b\" gamemoderun \%command" diff --git a/new/dinput8.dll b/new/dinput8.dll new file mode 100755 index 0000000..0135fcc Binary files /dev/null and b/new/dinput8.dll differ diff --git a/new/dstorage.dll b/new/dstorage.dll new file mode 100755 index 0000000..f089658 Binary files /dev/null and b/new/dstorage.dll differ diff --git a/new/dstoragecore.dll b/new/dstoragecore.dll new file mode 100755 index 0000000..d69ce4d Binary files /dev/null and b/new/dstoragecore.dll differ diff --git a/new/re2_fw_config.txt b/new/re2_fw_config.txt new file mode 100644 index 0000000..3537aac --- /dev/null +++ b/new/re2_fw_config.txt @@ -0,0 +1,86 @@ +Camera_DisableVignette=true +Camera_Enabled=false +Camera_GlobalFOV=81.000000 +Camera_GlobalFOVEnabled=false +Camera_VignetteBrightness=0.000000 +ChainViewer_Enabled=false +FreeCam_DisableMoveKey_V2=-1 +FreeCam_DisableMovement=false +FreeCam_Enabled=false +FreeCam_LockKey_V2=-1 +FreeCam_LockPosition=false +FreeCam_MoveDownKey_V2=162 +FreeCam_MoveUpKey_V2=32 +FreeCam_RotationSpeed=0.100000 +FreeCam_Speed=0.100000 +FreeCam_SpeedModifier=4.000000 +FreeCam_SpeedModifierFast_V2=160 +FreeCam_SpeedModifierSlow_V2=164 +FreeCam_ToggleKey_V2=32 +GameObjectsDisplay_Enabled=false +GameObjectsDisplay_MaxDistance=0.000000 +Graphics_BounceCount=1 +Graphics_DisableGUI=false +Graphics_DisableGUIKey=-1 +Graphics_ForceRenderResToWindow=false +Graphics_RayTraceAlwaysRecreateRTComponent=false +Graphics_RayTraceCloneTypePost=0 +Graphics_RayTraceCloneTypePre=0 +Graphics_RayTraceDisableRasterShadowsWithPT=true +Graphics_RayTraceTrueCloneType=0 +Graphics_RayTraceType=0 +Graphics_RayTracingTweaks=false +Graphics_SamplesPerPixel=1 +Graphics_ShaderPlayground=false +Graphics_UltrawideConstrainChildUI=false +Graphics_UltrawideConstrainUI=false +Graphics_UltrawideCustomFOV=true +Graphics_UltrawideFOVMultiplier_V2=1.000000 +Graphics_UltrawideFix=false +Graphics_UltrawideFixVerticalFOV_V2=true +Graphics_UltrawideUICorrection=100.000000 +LooseFileLoader_Enabled=false +LooseFileLoader_LogAccessedFiles=false +LooseFileLoader_LogLooseFiles=false +REFrameworkConfig_DrawCursorWithMenuOpen=false +REFrameworkConfig_FontSize=16 +REFrameworkConfig_MenuKey_V2=45 +REFrameworkConfig_MenuOpen=false +REFrameworkConfig_RememberMenuState=true +REFrameworkConfig_ShowCursorKey=-1 +Scene_TimeScale=1.000000 +Scene_TimeScaleContinuousKey=-1 +Scene_TimeScaleEnabled=false +Scene_TimeScaleToggleKey=-1 +ScriptRunner_GarbageCollectionBudget=1000.000000 +ScriptRunner_GarbageCollectionHandlerV2=0 +ScriptRunner_GarbageCollectionMajorMultiplier=100.000000 +ScriptRunner_GarbageCollectionMinorMultiplier=1.000000 +ScriptRunner_GarbageCollectionMode=0 +ScriptRunner_GarbageCollectionTypeV2=0 +ScriptRunner_LogToDisk=false +VR_2DUIDistance=1.000000 +VR_2DUIScale=12.000000 +VR_AllowEngineOverlays_V2=false +VR_AlternateFrameRendering=false +VR_AsyncRendering_V3=false +VR_CustomViewDistance=500.000000 +VR_DecoupledPitch=false +VR_DesktopRecordingFix=true +VR_DesktopRecordingFixSkipPresent=true +VR_ForceAntiAliasing=true +VR_ForceDynamicShadows=true +VR_ForceFPS=true +VR_ForceLensDistortion=true +VR_ForceLensFlares=true +VR_ForceMotionBlur=true +VR_ForceVSync=true +VR_ForceVolumetrics=true +VR_HMDOrientedAudio=true +VR_JoystickDeadzone=0.150000 +VR_MotionControlsInactivityTimer=30.000000 +VR_OpenXRResolutionScale=1.000000 +VR_RecenterViewKey=-1 +VR_SetStandingOriginKey=-1 +VR_UseCustomViewDistance=false +VR_WorldSpaceUIScale=15.000000 diff --git a/original/dstorage.dll b/original/dstorage.dll new file mode 100755 index 0000000..bc00b0b Binary files /dev/null and b/original/dstorage.dll differ diff --git a/original/dstoragecore.dll b/original/dstoragecore.dll new file mode 100755 index 0000000..93286d6 Binary files /dev/null and b/original/dstoragecore.dll differ