Skip to content

Commit

Permalink
Project setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbann committed Mar 6, 2023
1 parent 143fe38 commit a0fc253
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 18 deletions.
4 changes: 2 additions & 2 deletions LazyOrbit/LazyOrbit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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"</PostBuildEvent>
copy /Y "$(TargetDir)$(ProjectName).dll" "$(SolutionDir)\LazyOrbitBuild\BepInEx\plugins\LazyOrbit\$(ProjectName).dll"
copy /Y "$(SolutionDir)\README.md" "$(SolutionDir)\LazyOrbitBuild\BepInEx\plugins\LazyOrbit\readme.txt"</PostBuildEvent>
</PropertyGroup>
</Project>
File renamed without changes
File renamed without changes.
File renamed without changes.
Binary file added LazyOrbitBuild/LazyOrbit-v0.4.0.zip
Binary file not shown.
19 changes: 3 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a0fc253

Please sign in to comment.