Skip to content

Commit

Permalink
Updated link to get Assembly-CSharp.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyHak committed Sep 7, 2022
1 parent dfe5a36 commit 104bdee
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions Libraries/_Copy_DLLs_Here.bat
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 104bdee

Please sign in to comment.