Skip to content

Commit

Permalink
fixed RPM patch for showing camera fov in the editor for the Kazzelbl…
Browse files Browse the repository at this point in the history
…ad and wide-angle camera
  • Loading branch information
linuxgurugamer committed Sep 1, 2018
1 parent 8c98063 commit 98d2847
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@
0.1.9.4
Fixed error: Texture 'HullCameraVDS/Parts/hc_wideangle/model000' not found
Fixed missing texture for the wideangle camera

0.1.9.5
fixed RPM patch for showing camera fov in the editor for the Kazzelblad and wide-angle camera
2 changes: 1 addition & 1 deletion GameData/HullCameraVDS/HullcamVDSContinued.version
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"MAJOR": 0,
"MINOR": 1,
"PATCH": 9,
"BUILD": 4
"BUILD": 5
},
"KSP_VERSION": {
"MAJOR": 1,
Expand Down
2 changes: 1 addition & 1 deletion GameData/HullCameraVDS/Parts/rpm.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
%name = JSIExternalCameraSelector
%cameraContainer = Cylinder
%rotateCamera = 0,0,0
%translateCamera = 0,-0.008,0
%translateCamera = 0,0,0
%cameraIDPrefix = ExtCam
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
%name = JSIExternalCameraSelector
%cameraContainer = hc_wideangle
%rotateCamera = 0,0,-180
%translateCamera = 0,-.008,0
%translateCamera = 0,0,0
%cameraIDPrefix = ExtCam
}
}
Expand Down
2 changes: 1 addition & 1 deletion HullCamera/AssemblyVersion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@

using System.Reflection;

[assembly: AssemblyVersion("0.1.9.4")]
[assembly: AssemblyVersion("0.1.9.5")]
2 changes: 1 addition & 1 deletion HullcamVDSContinued.version
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"MAJOR": 0,
"MINOR": 1,
"PATCH": 9,
"BUILD": 4
"BUILD": 5
},
"KSP_VERSION": {
"MAJOR": 1,
Expand Down

0 comments on commit 98d2847

Please sign in to comment.