Skip to content

Commit 2d03538

Browse files
committed
Prepare for release
1 parent d3c78fb commit 2d03538

5 files changed

Lines changed: 17 additions & 4 deletions

File tree

FlyByWireSASMode.sln

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ VisualStudioVersion = 17.8.34322.80
55
MinimumVisualStudioVersion = 10.0.40219.1
66
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FlyByWireSASMode", "FlyByWireSASMode.csproj", "{FCE5C5F0-F2E3-41BA-A33F-0A9888E486F8}"
77
EndProject
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{32A9AB6B-321D-43DE-9A81-8CFF164DBE7E}"
9+
ProjectSection(SolutionItems) = preProject
10+
GameData\FlyByWireSASMode\FlyByWireSASMode.version = GameData\FlyByWireSASMode\FlyByWireSASMode.version
11+
LICENSE.txt = LICENSE.txt
12+
README.md = README.md
13+
EndProjectSection
14+
EndProject
815
Global
916
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1017
Debug|Any CPU = Debug|Any CPU

GameData/FlyByWireSASMode/FlyByWireSASMode.version

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"NAME": "FlyByWireSASMode",
3-
"URL": "https://raw.githubusercontent.com/KSPModdingLibs/KSPCommunityFixes/master/GameData/KSPCommunityFixes/KSPCommunityFixes.version",
4-
"DOWNLOAD": "https://github.com/KSPModdingLibs/KSPCommunityFixes/releases",
3+
"URL": "https://raw.githubusercontent.com/gotmachine/FlyByWireSASMode/master/GameData/FlyByWireSASMode/FlyByWireSASMode.version",
4+
"DOWNLOAD": "https://github.com/gotmachine/FlyByWireSASMode/releases",
55
"VERSION": {"MAJOR": 1, "MINOR": 0, "PATCH": 0, "BUILD": 0},
66
"KSP_VERSION": {"MAJOR": 1, "MINOR": 12, "PATCH": 5},
77
"KSP_VERSION_MIN": {"MAJOR": 1, "MINOR": 12, "PATCH": 3},

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) [year] [fullname]
3+
Copyright (c) 2024 Gotmachine
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

NavballScreenshot.png

109 KB
Loading

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
# FlyByWireSASMode
1+
# FlyByWireSASMode
2+
3+
This KSP plugin adds a new "fly by wire" SAS mode.
4+
5+
When enabled, pitch and yaw inputs don't control the vessel directly anymore, but instead control the position of a custom navball direction marker that the SAS will follow automatically.
6+
7+
The "fly by wire" mode is available for pilots and probe cores at the same SAS level as the target and maneuver modes, but this is configurable in the "settings.cfg" file.

0 commit comments

Comments
 (0)