Skip to content

Commit a0fc253

Browse files
committed
Project setup
1 parent 143fe38 commit a0fc253

6 files changed

Lines changed: 5 additions & 18 deletions

File tree

LazyOrbit/LazyOrbit.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ copy /Y "$(TargetDir)$(ProjectName).dll" "%25KSP2%25\BepInEx\plugins\LazyOrbit\$
8989
copy /Y "$(TargetDir)$(Targetname).pdb" "%25KSP2%25\BepInEx\plugins\LazyOrbit\"
9090
copy /Y "$(TargetDir)$(Targetname).dll.mdb" "%25KSP2%25\BepInEx\plugins\LazyOrbit\"
9191

92-
copy /Y "$(TargetDir)$(ProjectName).dll" "$(ProjectDir)\..\LazyOrbitBuild\$(ProjectName).dll"
93-
copy /Y "$(SolutionDir)\README.md" "$(SolutionDir)\LazyOrbitBuild\readme.txt"</PostBuildEvent>
92+
copy /Y "$(TargetDir)$(ProjectName).dll" "$(SolutionDir)\LazyOrbitBuild\BepInEx\plugins\LazyOrbit\$(ProjectName).dll"
93+
copy /Y "$(SolutionDir)\README.md" "$(SolutionDir)\LazyOrbitBuild\BepInEx\plugins\LazyOrbit\readme.txt"</PostBuildEvent>
9494
</PropertyGroup>
9595
</Project>

LazyOrbitBuild/assets/images/icon.png renamed to LazyOrbitBuild/BepInEx/plugins/LazyOrbit/assets/images/icon.png

File renamed without changes.

LazyOrbitBuild/license.txt renamed to LazyOrbitBuild/BepInEx/plugins/LazyOrbit/license.txt

File renamed without changes.

LazyOrbitBuild/swinfo.json renamed to LazyOrbitBuild/BepInEx/plugins/LazyOrbit/swinfo.json

File renamed without changes.
15.7 KB
Binary file not shown.

README.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,13 @@ Lazy Orbit is a simple mod that allows you to set a vessel's orbit, land it on a
77

88
Open the game folder by right-clicking on the game in your Steam library, selecting "Manage," and then clicking "Browse local files."
99

10-
With SpaceWarp:
11-
12-
Install the Space Warp mod loader, you can download it here:
13-
https://spacedock.info/mod/3257/Space%20Warp
14-
15-
Download Lazy Orbit, open the zip file, and drag the included `SpaceWarp` folder into the game folder.
16-
If there's already a `SpaceWarp` folder you should merge the folders.
17-
18-
OR
19-
20-
With BepInEx:
21-
2210
Install the BepInEx mod loader:
2311
https://spacedock.info/mod/3255/BepInEx%20for%20KSP%202
2412

25-
Install the Space Warp plugin for BepInEx:
26-
https://spacedock.info/mod/3277/BepInEx%20Space%20Warp%20Plugin
13+
Install the Space Warp plugin. You need both BepInEx AND Space Warp:
14+
https://spacedock.info/mod/3257/Space%20Warp
2715

28-
Download Lazy Orbit, open the zip file, and drag the included `SpaceWarp` folder into the game folder.
29-
If there's already a `SpaceWarp` folder you should merge the folders.
16+
Download Lazy Orbit, open the zip file, and drag the included `BepInEx` folder into the game folder.
3017

3118

3219
# Contributors

0 commit comments

Comments
 (0)