-
Notifications
You must be signed in to change notification settings - Fork 144
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
12 changed files
with
121 additions
and
7 deletions.
There are no files selected for viewing
56 changes: 56 additions & 0 deletions
56
Gamedata/Bluedog_DB/Compatibility/HullcamVDS/hullcam_Science.cfg
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,56 @@ | ||
@PART[bluedog_cameraHighTech]:NEEDS[HullCameraVDS] | ||
{ | ||
@description ^= :$: Live feed by Hullcam VDS.: | ||
MODULE | ||
{ | ||
name = MuMechModuleHullCameraZoom | ||
cameraName = DayCam | ||
cameraForward = 0, 0, -1 | ||
cameraUp = 0, 1, 0 | ||
cameraPosition = 0, 0, -0.3 | ||
cameraFoVMax = 80 | ||
cameraFoVMin = 1 | ||
cameraMode = 7 | ||
|
||
// cameraMode = 1 // bw docking | ||
// cameraMode = 2 // bw film docking | ||
// cameraMode = 3 // static | ||
// cameraMode = 4 // bw tv | ||
// cameraMode = 5 // color film | ||
// cameraMode = 6 // color grainy tv docking | ||
// cameraMode = 7 // color tv docking | ||
// cameraMode = 8 // night vision | ||
} | ||
} | ||
|
||
@PART[bluedog_cameraLowTech]:NEEDS[HullCameraVDS] | ||
{ | ||
@description ^= :$: Live feed by Hullcam VDS.: | ||
MODULE | ||
{ | ||
name = MuMechModuleHullCameraZoom | ||
cameraName = BwCam | ||
cameraForward = 0, 0, -1 | ||
cameraUp = 0, 1, 0 | ||
cameraPosition = 0, 0, -0.3 | ||
cameraFoVMax = 40 | ||
cameraFoVMin = 40 | ||
cameraMode = 4 | ||
} | ||
} | ||
|
||
@PART[bluedog_cameraMidTech]:NEEDS[HullCameraVDS] | ||
{ | ||
@description ^= :$: Live feed by Hullcam VDS.: | ||
MODULE | ||
{ | ||
name = MuMechModuleHullCameraZoom | ||
cameraName = ColorCam | ||
cameraForward = 0, 0, -1 | ||
cameraUp = 0, 1, 0 | ||
cameraPosition = 0, 0, -0.3 | ||
cameraFoVMax = 80 | ||
cameraFoVMin = 20 | ||
cameraMode = 6 | ||
} | ||
} |
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
38 changes: 38 additions & 0 deletions
38
Gamedata/Bluedog_DB/Compatibility/RealPlumes/BDB_NoSmoke.cfg
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,38 @@ | ||
@PART[bluedog*,Bluedog*]:HAS[@PLUME[*]]:AFTER[zzRealPlume]:NEEDS[RealPlume,SmokeScreen] | ||
{ | ||
@EFFECTS,* | ||
{ | ||
@Alcolox-Lower-A6 | ||
{ | ||
!MODEL_MULTI_PARTICLE_PERSIST[smoke] {} | ||
} | ||
@Ammonialox | ||
{ | ||
!MODEL_MULTI_PARTICLE_PERSIST[smoke] {} | ||
} | ||
@Hydynelox-A7 | ||
{ | ||
!MODEL_MULTI_PARTICLE_PERSIST[smoke] {} | ||
} | ||
@Hypergolic-Lower | ||
{ | ||
!MODEL_MULTI_PARTICLE_PERSIST[smoke] {} | ||
} | ||
@Hypergolic-Upper | ||
{ | ||
!MODEL_MULTI_PARTICLE_PERSIST[smoke] {} | ||
} | ||
@Kerolox-Lower | ||
{ | ||
!MODEL_MULTI_PARTICLE_PERSIST[smoke] {} | ||
} | ||
@Kerolox-Lower-F1 | ||
{ | ||
!MODEL_MULTI_PARTICLE_PERSIST[smoke] {} | ||
} | ||
@Kerolox-Upper | ||
{ | ||
!MODEL_MULTI_PARTICLE_PERSIST[smoke] {} | ||
} | ||
} | ||
} |
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.
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
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