diff --git a/Libraries/_Copy_DLLs_Here.bat b/Libraries/_Copy_DLLs_Here.bat index c50d89d..9f00077 100644 --- a/Libraries/_Copy_DLLs_Here.bat +++ b/Libraries/_Copy_DLLs_Here.bat @@ -1,10 +1,9 @@ -@ECHO OFF -COPY "%ProgramFiles(x86)%\Steam\steamapps\common\Dyson Sphere Program\BepInEx\core\0Harmony.dll" . -COPY "%ProgramFiles(x86)%\Steam\steamapps\common\Dyson Sphere Program\BepInEx\core\BepInEx.dll" . -COPY "%ProgramFiles(x86)%\Steam\steamapps\common\Dyson Sphere Program\DSPGAME_Data\Managed\UnityEngine.dll" . -COPY "%ProgramFiles(x86)%\Steam\steamapps\common\Dyson Sphere Program\DSPGAME_Data\Managed\UnityEngine.UI.dll" . -COPY "%ProgramFiles(x86)%\Steam\steamapps\common\Dyson Sphere Program\DSPGAME_Data\Managed\UnityEngine.CoreModule.dll" . - -ECHO Assembly-CSharp.dll is obtained from https://discord.com/channels/806549677209944084/806556447885623336/809241758323572766 -ECHO Direct link: https://drive.google.com/file/d/1vhvu9yr6NiVFDpKb9Iou8iQVkC4lrLXQ/view?usp=sharing -PAUSE +@ECHO OFF +COPY "%ProgramFiles(x86)%\Steam\steamapps\common\Dyson Sphere Program\BepInEx\core\0Harmony.dll" . +COPY "%ProgramFiles(x86)%\Steam\steamapps\common\Dyson Sphere Program\BepInEx\core\BepInEx.dll" . +COPY "%ProgramFiles(x86)%\Steam\steamapps\common\Dyson Sphere Program\DSPGAME_Data\Managed\UnityEngine.dll" . +COPY "%ProgramFiles(x86)%\Steam\steamapps\common\Dyson Sphere Program\DSPGAME_Data\Managed\UnityEngine.UI.dll" . +COPY "%ProgramFiles(x86)%\Steam\steamapps\common\Dyson Sphere Program\DSPGAME_Data\Managed\UnityEngine.CoreModule.dll" . + +ECHO Assembly-CSharp.dll is obtained from https://nuget.bepinex.dev/packages/DysonSphereProgram.GameLibs +PAUSE