-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed a bunch of crap.
- Loading branch information
Showing
100 changed files
with
144 additions
and
28 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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
******************Installation Instructions****************** | ||
If you are currently using an older version of CactEye, then please delete CactEye from your GameData | ||
folder before installing a new version. | ||
|
||
Extract the enclosed files to your GameData folder. | ||
|
||
Included is another folder entitled "Compatibility Patch for Distant Object v1.5.1," this is needed | ||
only if you are running Distant Object v1.5.1. The contents of that folder contains a compatibility | ||
patch that makes CactEye 2 fully compatible with Distant Object 1.5.1. If you are not using | ||
Distant Object, then the patch is not needed and will introduce unneccesary log spam. | ||
|
||
To install the Compatibility patch for Distant Object Enhancement, extract the contents of the | ||
"Compatibility Patch for Distant Object v1.5.1" folder to your GameData folder. | ||
|
||
******************Change Log****************** | ||
|
||
CactEye 2 BETA 3 | ||
-Fixed an issue where running a science experiment with either the "Wide Field Camera 1" or | ||
"Wide Field Camera 2" would produce a "NullReferenceException." | ||
-Fixed an issue where attempting to switch to another processor would grey the GUI out with the error | ||
message that the telescope was out of power, even with full batteries. | ||
-Fixed a "ArgumentOutOfRange" exception that would be thrown while switching to another processor. | ||
-Fixed an issue with both the Wide Field Camera processors and the Asteroid Camera processors where an | ||
incorrect amount of science points would be awarded. | ||
|
||
CactEye 2 BETA 2 | ||
-Completely rewritten code base for CactEye. | ||
-Completely redesigned GUI for the Telescope controls. | ||
-Asteroid telescopes should no longer be restricted to Kerbin orbit. | ||
-Occulation experiments are not yet available. |
Binary file renamed
BIN
+5.5 KB
...ata/CactEye/Plugins/DistantObjectHook.dll → ...ata/CactEye/Plugins/DistantObjectHook.dll
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
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
File renamed without changes.
File renamed without changes
File renamed without changes
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
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-80 Bytes
(100%)
DistantObjectHook/obj/Release/DistantObjectHook.csprojResolveAssemblyReference.cache
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,4 +1,30 @@ | ||
CactEye | ||
====== | ||
******************Installation Instructions****************** | ||
If you are currently using an older version of CactEye, then please delete CactEye from your GameData | ||
folder before installing a new version. | ||
|
||
CactEye mod for Kerbal Space Program. | ||
Extract the enclosed files to your GameData folder. | ||
|
||
Included is another folder entitled "Compatibility Patch for Distant Object v1.5.1," this is needed | ||
only if you are running Distant Object v1.5.1. The contents of that folder contains a compatibility | ||
patch that makes CactEye 2 fully compatible with Distant Object 1.5.1. If you are not using | ||
Distant Object, then the patch is not needed and will introduce unneccesary log spam. | ||
|
||
To install the Compatibility patch for Distant Object Enhancement, extract the contents of the | ||
"Compatibility Patch for Distant Object v1.5.1" folder to your GameData folder. | ||
|
||
******************Change Log****************** | ||
|
||
CactEye 2 BETA 3 | ||
-Fixed an issue where running a science experiment with either the "Wide Field Camera 1" or | ||
"Wide Field Camera 2" would produce a "NullReferenceException." | ||
-Fixed an issue where attempting to switch to another processor would grey the GUI out with the error | ||
message that the telescope was out of power, even with full batteries. | ||
-Fixed a "ArgumentOutOfRange" exception that would be thrown while switching to another processor. | ||
-Fixed an issue with both the Wide Field Camera processors and the Asteroid Camera processors where an | ||
incorrect amount of science points would be awarded. | ||
|
||
CactEye 2 BETA 2 | ||
-Completely rewritten code base for CactEye. | ||
-Completely redesigned GUI for the Telescope controls. | ||
-Asteroid telescopes should no longer be restricted to Kerbin orbit. | ||
-Occulation experiments are not yet available. |