Skip to content

Commit

Permalink
Release 2.1.0.0 (LisiasT) for KSP >= 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisias committed Sep 29, 2021
1 parent a393b38 commit c13148b
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
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. ;)
3 changes: 3 additions & 0 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Distant Object Enhancement (DOE) :: Change Log

* 2021-0929: 2.1.0.0 (LisiasT) for KSP >= 1.8
+ Preliminary version under Lisias' Management
+ No new features or bugfixes. Yet. ;)
* 2021-0929: 2.0.3.1 (TheDarkBadger) for KSP 1.12.2
+ Implements Lisias' fix for TweakScale and MODEL support
+ Big thanks to Lisias :)
Expand Down
10 changes: 5 additions & 5 deletions DistantObject.version
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"CHANGE_LOG_URL": "https://raw.githubusercontent.com/net-lisias-ksp/DistantObject/master/CHANGES.md",
"VERSION":{
"MAJOR":2,
"MINOR":0,
"PATCH":3,
"BUILD":1
"MINOR":1,
"PATCH":0,
"BUILD":0
},
"KSP_VERSION_MIN":{
"MAJOR":1,
"MINOR":12,
"PATCH":20
"MINOR":8,
"PATCH":0
}
}
44 changes: 44 additions & 0 deletions INSTALL.md
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**

0 comments on commit c13148b

Please sign in to comment.