Skip to content

Commit

Permalink
v1.7.3
Browse files Browse the repository at this point in the history
 - Add Crew selection screen to spawn feature.  You can now (optionally) select one crewmember from a list of available crew. Git Issue #17
 - Fixed Tab key movement mode changes to prevent positioning craft underground. Git Issue #29
 - Clean up tool tips to display above window and not beyond edge of screen.
 - Improved control of altitude during movement mode changes. Now when changing altitudes, changes to movement mode will not alter current altitude.
 - Added new Movement Mode altitude reset key Throttle Cuttoff (Default is X) to allow for flexible altitude positioning.
 - Revised help and readme to reflect changes to hot keys.
  • Loading branch information
PapaJoesSoup committed May 14, 2018
1 parent e697506 commit 5bb929a
Show file tree
Hide file tree
Showing 8 changed files with 303 additions and 280 deletions.
8 changes: 6 additions & 2 deletions Distribution/GameData/VesselMover/ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
v1.7.2.3
- Add Crew selection screen to spawn feature. You can select one crewmember from a list of available crew. Git Issue #17
v1.7.3
- Add Crew selection screen to spawn feature. You can now (optionally) select one crewmember from a list of available crew. Git Issue #17
- Fixed Tab key movement mode changes to prevent positioning craft underground. Git Issue #29
- Clean up tool tips to display above window and not beyond edge of screen.
- Improved control of altitude during movement mode changes. Now when changing altitudes, changes to movement mode will not alter current altitude.
- Added new Movement Mode altitude reset key Throttle Cuttoff (Default is X) to allow for flexible altitude positioning.
- Revised help and readme to reflect changes to hot keys.

v1.7.2.2
- Recompiled for KSP 1.4.3 Works in 1.4.x
Expand Down
Binary file modified Distribution/GameData/VesselMover/Plugins/VesselMover.dll
Binary file not shown.
17 changes: 10 additions & 7 deletions Distribution/GameData/VesselMover/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ Click Drop vessel to relase the vessel at what ever altitude you ahve set. Vess
Click spawn vessel to open the craft browser. Select a craft, then select a place to spawn it. It will spawn in vessel-move mode so you can reposition it or rotate it before placing it down.

Controls: (Also displayed in the help window when a vessel is in move mode)
Movement - pitch/yaw keys (WASD by default).
Roll to roll (QE by default),
Translation to pitch and yaw (IJKL by default)
Translate FWD (H by default) to auto-level planes
Translate BACK (N by default) to auto-upright rockets
Translate UP (LeftShift by default)
Translate DOWN (LeftControl by default)

Movement Mode: Tab key. Normal, Slow Fine, and Ludicrous
Reset Altitude: Throttle Off (X by default)
Movement - pitch/yaw keys (WASD by default)
Roll to roll: (QE by default)
Translation to pitch and yaw: (IJKL by default)
Translate FWD: (H by default) to auto-level planes
Translate BACK: (N by default) to auto-upright rockets
Translate UP: Throttle Up (LeftShift by default)
Translate DOWN: Throttle Down (LeftControl by default)
4 changes: 2 additions & 2 deletions Distribution/GameData/VesselMover/VesselMover.version
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
{
"MAJOR":1,
"MINOR":7,
"PATCH":2,
"BUILD":3
"PATCH":3,
"BUILD":0
},
"KSP_VERSION":
{
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.7.2.3")]
[assembly: AssemblyFileVersion("1.7.2.3")]
[assembly: AssemblyVersion("1.7.3.0")]
[assembly: AssemblyFileVersion("1.7.3.0")]
Loading

0 comments on commit 5bb929a

Please sign in to comment.