Skip to content

Commit

Permalink
Thanks to github user @KSAMissionCtrl for finding this:
Browse files Browse the repository at this point in the history
		Fixed invalid value for the part DC_TurretCam in the patch for NeptuneCamera
  • Loading branch information
linuxgurugamer committed Jan 6, 2025
1 parent f42dff1 commit 72eea15
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 8 additions & 2 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
{
"ExpandedNodes": [
""
"",
"\\GameData",
"\\GameData\\HullCameraVDS",
"\\GameData\\HullCameraVDS\\MM_Scripts",
"\\GameData\\HullCameraVDS\\Parts",
"\\GameData\\HullCameraVDS\\Parts\\hc_kazzelblad",
"\\HullCamera"
],
"SelectedNode": "\\HullCamera.sln (HullCamera.sln)",
"SelectedNode": "\\HullCamera\\MuMechModuleHullCamera.cs",
"PreviewInSolutionExplorer": false
}
4 changes: 4 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
ChangeLog

0.2.2.3
Thanks to github user @KSAMissionCtrl for finding this:
Fixed invalid value for the part DC_TurretCam in the patch for NeptuneCamera

0.2.2.2
Adjusted patch for RPM for the hc_kazzelblad camera, made translation match original
Updated version file to use github for new version info
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
cameraHorizontalResolution = 1024
cameraVerticalResolution = 1024
cameraHasErrors = True
cameraErrorRate = 0.1
cameraErrorRate = 10
cameraHasNoise = True
cameraNoiseMaxStrength = 1
cameraHasCustomNearClipPlane = True
Expand Down
2 changes: 1 addition & 1 deletion HullcamVDSContinued.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"MAJOR": 0,
"MINOR": 2,
"PATCH": 2,
"BUILD": 2
"BUILD": 3
},
"KSP_VERSION": {
"MAJOR": 1,
Expand Down

0 comments on commit 72eea15

Please sign in to comment.