Skip to content

Commit

Permalink
Undid the change from FINAL to AFTER
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgurugamer committed Nov 3, 2016
1 parent 23603e3 commit d8bb9ec
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion GameData/HullCameraVDS/HullcamVDSContinued.version
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"VERSION": {
"MAJOR": 0,
"MINOR": 1,
"PATCH": 3,
"PATCH": 4,
"BUILD": 1
},
"KSP_VERSION": {
Expand Down
6 changes: 3 additions & 3 deletions GameData/HullCameraVDS/Parts/rpm.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// cameraIDPrefix = ExtCam
// }
//}
@PART[hc_kazzelblad]:AFTER
@PART[hc_kazzelblad]:FINAL
{
%MODULE[JSIExternalCameraSelector]
{
Expand All @@ -20,7 +20,7 @@
%cameraIDPrefix = ExtCam
}
}
//@PART[Telescope]:AFTER
//@PART[Telescope]:FINAL
//{
// %MODULE[JSIExternalCameraSelector]
// {
Expand All @@ -31,7 +31,7 @@
// %cameraIDPrefix = Telescope
// }
//}
@PART[Pictozoom_2000]:AFTER
@PART[Pictozoom_2000]:FINAL
{
%MODULE[JSIExternalCameraSelector]
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// so that they double as Hullcam and RasterPropMonitor cameras.
// Cameras with models in DAE format and part names containing spaces are not supported.

@PART[hc_navcam]:AFTER
@PART[hc_navcam]:FINAL
{
%MODULE[JSIExternalCameraSelector]
{
Expand All @@ -14,7 +14,7 @@
}
}

@PART[aerocam]:AFTER
@PART[aerocam]:FINAL
{
%MODULE[JSIExternalCameraSelector]
{
Expand All @@ -26,7 +26,7 @@

}

@PART[aerocam180]:AFTER
@PART[aerocam180]:FINAL
{
%MODULE[JSIExternalCameraSelector]
{
Expand All @@ -41,7 +41,7 @@
// It is, unfortunately, impossible to correctly set up this particular model
// to have two RPM cameras at once. It needs to actually have at least one more
// named transform for this.
@PART[hc_booster]:AFTER
@PART[hc_booster]:FINAL
{
%MODULE[JSIExternalCameraSelector]
{
Expand All @@ -53,7 +53,7 @@
}
}

@PART[hc_launchcam]:AFTER
@PART[hc_launchcam]:FINAL
{
%MODULE[JSIExternalCameraSelector]
{
Expand All @@ -65,7 +65,7 @@
}
}

@PART[hc_scicam]:AFTER
@PART[hc_scicam]:FINAL
{
%MODULE[JSIExternalCameraSelector]
{
Expand All @@ -77,7 +77,7 @@
}
}

@PART[kerbpro]:AFTER
@PART[kerbpro]:FINAL
{
%MODULE[JSIExternalCameraSelector]
{
Expand All @@ -90,7 +90,7 @@
}
}

@PART[hc_wideangle]:AFTER
@PART[hc_wideangle]:FINAL
{
%MODULE[JSIExternalCameraSelector]
{
Expand All @@ -102,7 +102,7 @@
}
}

@PART[hc_nightvision]:AFTER
@PART[hc_nightvision]:FINAL
{
%MODULE[JSIExternalCameraSelector]
{
Expand All @@ -114,7 +114,7 @@
}
}

@PART[Telescope]:AFTER
@PART[Telescope]:FINAL
{
%MODULE[JSIExternalCameraSelector]
{
Expand Down
Binary file modified Src/.vs/HullCamera/v14/.suo
Binary file not shown.
2 changes: 1 addition & 1 deletion Src/HullcamVDSContinued.version
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"MAJOR": 0,
"MINOR": 1,
"PATCH": 4,
"BUILD": 0
"BUILD": 1
},
"KSP_VERSION": {
"MAJOR": 1,
Expand Down

0 comments on commit d8bb9ec

Please sign in to comment.