From 36871052773638da16a8795c657b03064138f388 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Tue, 2 Jun 2026 22:27:51 -0400 Subject: ModSlots and Scripts cleanup Signed-off-by: Andrew Opalach --- Scripts/copy_libs.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 Scripts/copy_libs.sh (limited to 'Scripts/copy_libs.sh') diff --git a/Scripts/copy_libs.sh b/Scripts/copy_libs.sh new file mode 100755 index 0000000..e5f97d3 --- /dev/null +++ b/Scripts/copy_libs.sh @@ -0,0 +1,14 @@ +#! /usr/bin/env sh + +: ${1?"Usage: $0 "} + +BASE_PATH="$1" +GAME_PATH="/mnt/ssd/SteamLibrary/steamapps/common/Monster Hunter World/" + +rsync -av "$BASE_PATH/SharpPluginLoader-fork/x64/Release/mhw-cs-plugin-loader.dll" "$GAME_PATH/ucrtbase.dll" +rsync -av "$BASE_PATH/SharpPluginLoader-fork/SharpPluginLoader.Core/bin/Release/net8.0/SharpPluginLoader.Core.dll" "$GAME_PATH/nativePC/plugins/CSharp/Loader/" +rsync -av "$BASE_PATH/SharpPluginLoader-fork/SharpPluginLoader.Bootstrapper/bin/Release/net8.0/SharpPluginLoader.Bootstrapper.dll" "$GAME_PATH/nativePC/plugins/CSharp/Loader/" +rsync -av "$BASE_PATH/SharpPluginLoader-fork/Assets/Default.bin" "$GAME_PATH/nativePC/plugins/CSharp/Loader/" + +rsync -av "$BASE_PATH/NewCamera/bin/Release/net8.0/NewCamera.dll" "$GAME_PATH/nativePC/plugins/CSharp/" +rsync -av "$BASE_PATH/WorldTuningTool/bin/Release/net8.0/WorldTuningTool.dll" "$GAME_PATH/nativePC/plugins/CSharp/" -- cgit v1.2.3-101-g0448