forked from TheDarkBadger/DistantObject
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 2.1.0.0 (LisiasT) for KSP >= 1.8
- Loading branch information
Showing
4 changed files
with
55 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
# Distant Object Enhancement (DOE) :: Changes | ||
|
||
* 2021-0929: 2.1.0.0 (LisiasT) for KSP >= 1.8 | ||
+ Preliminary version under Lisias' Management | ||
+ No new features or bugfixes. Yet. ;) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Distant Object Enhancement /L : Under new Management! | ||
|
||
Distant Object Enhancement (DOE) is a visual enhancement mod that makes objects realistically visible over large distances. | ||
|
||
Distant Object Enhancement /L is DOE under Lisias' management! | ||
|
||
|
||
## Installation Instructions | ||
|
||
To install, place the GameData folder inside your Kerbal Space Program folder: | ||
|
||
* **REMOVE ANY OLD VERSIONS OF THE PRODUCT BEFORE INSTALLING**, including any other fork: | ||
+ Delete `<KSP_ROOT>/GameData/DistantObject` | ||
* Extract the package's `GameData/` folder into your KSP's as follows: | ||
+ `<PACKAGE>/GameData/DistantObject ` --> `<KSP_ROOT>/GameData` | ||
- Overwrite any preexisting file. | ||
|
||
The following file layout must be present after installation: | ||
|
||
``` | ||
<KSP_ROOT> | ||
[GameData] | ||
[DistantObject] | ||
[Flare] | ||
... | ||
[Icons] | ||
... | ||
CHANGE_LOG.md | ||
DistanceObject.dll | ||
LICENSE | ||
NOTICE | ||
README.md | ||
ModuleManager.dll | ||
... | ||
KSP.log | ||
PastDatabase.cfg | ||
... | ||
``` | ||
|
||
|
||
### Dependencies | ||
|
||
* Module Manager 3.1.3 or later | ||
+ **Not Included** |