diff --git a/LazyOrbit/LazyOrbit.csproj b/LazyOrbit/LazyOrbit.csproj index 428e787..fc1f860 100644 --- a/LazyOrbit/LazyOrbit.csproj +++ b/LazyOrbit/LazyOrbit.csproj @@ -89,7 +89,7 @@ copy /Y "$(TargetDir)$(ProjectName).dll" "%25KSP2%25\BepInEx\plugins\LazyOrbit\$ copy /Y "$(TargetDir)$(Targetname).pdb" "%25KSP2%25\BepInEx\plugins\LazyOrbit\" copy /Y "$(TargetDir)$(Targetname).dll.mdb" "%25KSP2%25\BepInEx\plugins\LazyOrbit\" -copy /Y "$(TargetDir)$(ProjectName).dll" "$(ProjectDir)\..\LazyOrbitBuild\$(ProjectName).dll" -copy /Y "$(SolutionDir)\README.md" "$(SolutionDir)\LazyOrbitBuild\readme.txt" +copy /Y "$(TargetDir)$(ProjectName).dll" "$(SolutionDir)\LazyOrbitBuild\BepInEx\plugins\LazyOrbit\$(ProjectName).dll" +copy /Y "$(SolutionDir)\README.md" "$(SolutionDir)\LazyOrbitBuild\BepInEx\plugins\LazyOrbit\readme.txt" \ No newline at end of file diff --git a/LazyOrbitBuild/assets/images/icon.png b/LazyOrbitBuild/BepInEx/plugins/LazyOrbit/assets/images/icon.png similarity index 100% rename from LazyOrbitBuild/assets/images/icon.png rename to LazyOrbitBuild/BepInEx/plugins/LazyOrbit/assets/images/icon.png diff --git a/LazyOrbitBuild/license.txt b/LazyOrbitBuild/BepInEx/plugins/LazyOrbit/license.txt similarity index 100% rename from LazyOrbitBuild/license.txt rename to LazyOrbitBuild/BepInEx/plugins/LazyOrbit/license.txt diff --git a/LazyOrbitBuild/swinfo.json b/LazyOrbitBuild/BepInEx/plugins/LazyOrbit/swinfo.json similarity index 100% rename from LazyOrbitBuild/swinfo.json rename to LazyOrbitBuild/BepInEx/plugins/LazyOrbit/swinfo.json diff --git a/LazyOrbitBuild/LazyOrbit-v0.4.0.zip b/LazyOrbitBuild/LazyOrbit-v0.4.0.zip new file mode 100644 index 0000000..705c9bb Binary files /dev/null and b/LazyOrbitBuild/LazyOrbit-v0.4.0.zip differ diff --git a/README.md b/README.md index 39387cb..8b97fa0 100644 --- a/README.md +++ b/README.md @@ -7,26 +7,13 @@ Lazy Orbit is a simple mod that allows you to set a vessel's orbit, land it on a Open the game folder by right-clicking on the game in your Steam library, selecting "Manage," and then clicking "Browse local files." -With SpaceWarp: - -Install the Space Warp mod loader, you can download it here: -https://spacedock.info/mod/3257/Space%20Warp - -Download Lazy Orbit, open the zip file, and drag the included `SpaceWarp` folder into the game folder. -If there's already a `SpaceWarp` folder you should merge the folders. - -OR - -With BepInEx: - Install the BepInEx mod loader: https://spacedock.info/mod/3255/BepInEx%20for%20KSP%202 -Install the Space Warp plugin for BepInEx: -https://spacedock.info/mod/3277/BepInEx%20Space%20Warp%20Plugin +Install the Space Warp plugin. You need both BepInEx AND Space Warp: +https://spacedock.info/mod/3257/Space%20Warp -Download Lazy Orbit, open the zip file, and drag the included `SpaceWarp` folder into the game folder. -If there's already a `SpaceWarp` folder you should merge the folders. +Download Lazy Orbit, open the zip file, and drag the included `BepInEx` folder into the game folder. # Contributors