You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,25 @@
1
-
# How to install
1
+
###How to install
2
2
3
3
Like pretty much every mod, copy the content of GameData to GameData in your KSP folder.
4
4
5
-
# How to use
5
+
###How to use
6
6
7
7
Select a docking port as target.
8
8
An additional red marker will appear, indicating the direction your docking port needs to face to be parallel to the target docking port.
9
9
10
10
This mod is basically a light-weight version of NavyFish's Docking Port Alignment Indicator mod, using only a single marker on the navball instead of a whole new window.
11
11
12
-
# How to configure
12
+
###How to configure
13
13
14
14
After the first start, there will be a text file at KSP_DIR/GameData/NavBallDockingAlignmentIndicator/PluginData/NavBallDockingAlignmentIndicator/config.xml, which you can edit to adjust the marker color and texture (the color is a vector3 of rgb, the texture is a vector2 of x, y subtexture position on [this texture](https://github.com/kitoban/EnhancedNavBall/blob/master/materialRef.JPG)).
15
15
16
16
The default values are (1, 0, 0) (red) and (0, 2) (the prograde marker).
17
17
18
-
# How to manually build
18
+
###How to manually build
19
19
20
20
Use the included Makefile (or an development environment, if you wish to)
0 commit comments