linuxgurugamer Posted July 27, 2023 Author Share Posted July 27, 2023 24 minutes ago, CalvonVulcan said: i first tried to delte the old verison i ahd and install the latest one, first manually and then it said that it was wrongly installed like saying it was in entire diffrent folder but i didnt move anything then i tried ckan and didnt want to at first but then it would and it didnt say anything same with manul i think it work because i deleted everything with hull cams, the docking cams work but i dont have the cameras and telescopes Your log says you are using KSP 1.12.3, I'd suggest upgrading to 1.12.4, at least, if not 1.12.5. Nothing big, just good to be on the latest version Some of the cameras need other mods installed. But the fact that your docking cameras are working is a fairly good sign You do have a lot of mods, are you sure it's not just a matter of the cameras not being available due to your game progression? The log file doesn't say anything about what game mode you are playing in. I'd suggest doing the following: 1. Start the game into a sandbox mode, see if the cameras are there 2. If they are, then you just have a science/technology issue 3. If they aren't, then first delete the entire HullCameraVDS directory, boot up and verify the following: a. No docking camera shows up b. No reference to any of the hullcam cameras are in the log file 4. Then, install the mod, start up in sandbox and check again Quote Link to comment Share on other sites More sharing options...
CalvonVulcan Posted July 27, 2023 Share Posted July 27, 2023 1 hour ago, linuxgurugamer said: Your log says you are using KSP 1.12.3, I'd suggest upgrading to 1.12.4, at least, if not 1.12.5. Nothing big, just good to be on the latest version Some of the cameras need other mods installed. But the fact that your docking cameras are working is a fairly good sign You do have a lot of mods, are you sure it's not just a matter of the cameras not being available due to your game progression? The log file doesn't say anything about what game mode you are playing in. I'd suggest doing the following: 1. Start the game into a sandbox mode, see if the cameras are there 2. If they are, then you just have a science/technology issue 3. If they aren't, then first delete the entire HullCameraVDS directory, boot up and verify the following: a. No docking camera shows up b. No reference to any of the hullcam cameras are in the log file 4. Then, install the mod, start up in sandbox and check again I am using sandbox, i use 1.12.3 as alot of the mods i use dont really have it fun with 1.12.4 or 1.12.5, But ill try What you suggested (Im not Good at logs, so would it be okay if i send you my log then?) Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted July 27, 2023 Author Share Posted July 27, 2023 17 minutes ago, CalvonVulcan said: I am using sandbox, i use 1.12.3 as alot of the mods i use dont really have it fun with 1.12.4 or 1.12.5, But ill try What you suggested (Im not Good at logs, so would it be okay if i send you my log then?) sure 21 minutes ago, CalvonVulcan said: I am using sandbox, i use 1.12.3 as alot of the mods i use dont really have it fun with 1.12.4 or 1.12.5, But ill try What you suggested (Im not Good at logs, so would it be okay if i send you my log then?) All mods which work on 1.12.3 work on 1.12.5 Quote Link to comment Share on other sites More sharing options...
JonnyOThan Posted July 28, 2023 Share Posted July 28, 2023 I really doubt the game version is the issue; 1.12.3 and later are all functionally identical (which also means staying on an older version because of compatibility is not a valid reason). Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted July 28, 2023 Author Share Posted July 28, 2023 10 hours ago, JonnyOThan said: I really doubt the game version is the issue; 1.12.3 and later are all functionally identical (which also means staying on an older version because of compatibility is not a valid reason). I agree, but he mentioned that the mods weren't compatible, I was just pointing out that they were Quote Link to comment Share on other sites More sharing options...
Micro753 Posted September 2, 2023 Share Posted September 2, 2023 (edited) @linuxgurugamer I’m having some issues with this mod and RasterPropMonitor. It seems like the cfg files might need a look over to update them for the latest rpm? I’ve been trying to figure it out myself, but everything I’ve tried has either not worked at all or caused a bunch of errors in module manager. The camera filters (e.g. night vision) don’t seem to work at all when viewed through the rpm screen. The docking port cameras don’t work at all with rpm. I don’t see anything in the cfg files that adds an rpm module to the docking port parts, so I tried fixing this myself by making a module manager patch file, but I couldn’t get anything to work. I found a fix. See below post. Only the forward facing camera of the booster cam works with rpm. I’m pretty sure the reason is that both the forward and rearward cameras are being given the same rpm Camera ID. If multiple cameras are assigned the same ID number, rpm will only detect one of them. The Booster Camera's cfg file has a comment saying this is a known issue with no current workaround. The night vision camera works fine when viewed using the ‘=’ key, but is rotated 90 degrees when viewed in rpm. The camera’s viewpoint is also too far back, causing your view to be clipping through the camera’s model. The rotation is an easy fix. In rpm2-hullcam-models-as-external-cameras.cfg, change the night vision camera’s rotation to “%rotateCamera = -90,90,0”. For some reason %translateCamera doesn’t seem to do anything, so I don’t know how to fix that part. If you right click a kerbal, there’s an “activate camera” button and an “enable camera” button. The camera is really easy to bug out by clicking activate, then enable, or using ‘=’ and ‘-’ after clicking one of the options. Log file: https://www.dropbox.com/scl/fi/bicb9081xln4wxgqdj2hj/Player.log?rlkey=agrz36i6zt6zd1ckmdid4ud1o&dl=0 This next issue went away when I deleted all mods and reinstalled only rpm, hullcam, and module manager, so this one is a mod conflict, but I have yet to track it down. The booster cam’s rearward camera was rotated to point in the same direction as the forward camera. I don’t know how that happened, and I’m still trying to recreate it. If I find out how that happened, I’ll post here. Edited September 5, 2023 by Micro753 Quote Link to comment Share on other sites More sharing options...
Micro753 Posted September 5, 2023 Share Posted September 5, 2023 (edited) @linuxgurugamer I found out why my attempt at fixing the docking port cameras wasn't working. I was using ModuleDockingNode as the camera container because that's what the Squad files had as the module name, but apparently it needed to be dockingNode instead. I added this to a cfg file and the docking port cameras are working again: Spoiler @PART[dockingPort2,dockingPort3,dockingPortLarge,InflatableAirlock,dockingPort1,dockingPortLateral]:NEEDS[RasterPropMonitor] { %MODULE[JSIExternalCameraSelector] { %name = JSIExternalCameraSelector %cameraContainer = dockingNode %rotateCamera = 0,0,0 %cameraIDPrefix = ExtCam %cameraFoVMax = 60 %cameraFoVMin = 5 } } @PART[dockingPort1,mk2DockingPort]:NEEDS[RasterPropMonitor] { %MODULE[JSIExternalCameraSelector] { %name = JSIExternalCameraSelector %cameraContainer = dockingNode %rotateCamera = 0,0,180 %cameraIDPrefix = ExtCam %cameraFoVMax = 60 %cameraFoVMin = 5 } } This cfg also works even without hullcam and only rpm. Edited September 5, 2023 by Micro753 Quote Link to comment Share on other sites More sharing options...
eagleswing12 Posted November 1, 2023 Share Posted November 1, 2023 Hello! How would one go about removing the docking crosshairs from the cameras? What module exactly creates it? Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted November 2, 2023 Author Share Posted November 2, 2023 It's built in to the camera code, i don't think it can be easily replaced Quote Link to comment Share on other sites More sharing options...
ElonsMusk Posted November 6, 2023 Share Posted November 6, 2023 Thanks as always for your efforts! I'm curious if there is a way to set the docking ports to Disable Camera as the default, such that no docking cameras are available unless you Enable Camera? Thanks for reading~ Quote Link to comment Share on other sites More sharing options...
omegalex Posted November 26, 2023 Share Posted November 26, 2023 Hello! I keep on accidentally switching to cameras whenever I use the next, previous (- and =) for other purposes, even when I'm not controlling the vehicles that have the cameras. Sometimes it even breaks the game entirely. As @ElonsMusk suggested, if it's possible to disable the mod to prevent these kinds of miss inputs? Overall, this mod is incredible, thanks for continuing the development! Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted November 28, 2023 Author Share Posted November 28, 2023 On 11/26/2023 at 6:32 AM, omegalex said: Hello! I keep on accidentally switching to cameras whenever I use the next, previous (- and =) for other purposes, even when I'm not controlling the vehicles that have the cameras. Sometimes it even breaks the game entirely. As @ElonsMusk suggested, if it's possible to disable the mod to prevent these kinds of miss inputs? Overall, this mod is incredible, thanks for continuing the development! Not easily at this time Quote Link to comment Share on other sites More sharing options...
Grem Posted January 14 Share Posted January 14 On 2/20/2022 at 1:58 PM, linuxgurugamer said: I'll open an issue, will see when I can figure it out https://github.com/linuxgurugamer/HullcamVDSContinued/issues/32 Came back to the game a while ago and was very pleased to find that this had been fixed. Just came by to say thank you @linuxgurugamer Quote Link to comment Share on other sites More sharing options...
hellothere___ Posted January 21 Share Posted January 21 ive got a suggestion. make the launchpad camera moveable. Quote Link to comment Share on other sites More sharing options...
ihavestomachulcers Posted February 4 Share Posted February 4 Is Neptune Camera support added yet? Quote Link to comment Share on other sites More sharing options...
Schneider21 Posted February 5 Share Posted February 5 @linuxgurugamer Would you have any interest in porting this mod to KSP2? If not, would you mind if I took a shot at bringing it over? Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted February 5 Author Share Posted February 5 8 hours ago, Schneider21 said: @linuxgurugamer Would you have any interest in porting this mod to KSP2? If not, would you mind if I took a shot at bringing it over? Porting isn't really possible, the games are totally different. But you are free to try Quote Link to comment Share on other sites More sharing options...
kerbal1873631287 Posted April 29 Share Posted April 29 how do i get rid of the crosshair on the cameras? Quote Link to comment Share on other sites More sharing options...
LittleBitMore Posted April 30 Share Posted April 30 This mod is still one of my favorites of all time, it's a must-have for me for any install! Thank you for the continued maintenance, your work is greatly appreciated! On 4/28/2024 at 11:03 PM, kerbal1873631287 said: how do i get rid of the crosshair on the cameras? Only some cameras have crosshairs, you can typically fix this by using a different camera. For example, docking cameras have them by default because it's easier to line up your approach with them. Quote Link to comment Share on other sites More sharing options...
Aahz88 Posted May 1 Share Posted May 1 On 4/28/2024 at 10:03 PM, kerbal1873631287 said: how do i get rid of the crosshair on the cameras? If you want, you can just edit the cfg files in the ...\Kerbal Space Program\GameData\HullCameraVDS\Parts\ Find the cfg of the camera you want to change and and edit the line: cameraMode = 7 to cameraMode = 0 Save the cfg and run the game. If you update the mod it will overwrite your changes and you would need to do it again Quote Link to comment Share on other sites More sharing options...
kspbutitscursed Posted July 20 Share Posted July 20 how do you add this to a KSP part? Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted July 22 Author Share Posted July 22 On 7/20/2024 at 8:20 AM, kspbutitscursed said: how do you add this to a KSP part? You would need to edit the part (or use a MM script) to add the part modules. Look at some of the parts in the mod to see examples of the syntax andsetttings Quote Link to comment Share on other sites More sharing options...
Xt007 Posted July 29 Share Posted July 29 @linuxgurugamer Playing with this plus probe control room and ksa iva. The external view from the camera I'm using had a black dot in the middle, did some digging and found the camera translations from the part configs to the rpm patch in the MM scripts folder don't match. Matching them solved the issue. RPM.cfg @PART[hc_kazzelblad]:NEEDS[RasterPropMonitor]:AFTER[RasterPropMonitor] { %MODULE[JSIExternalCameraSelector] { %name = JSIExternalCameraSelector %cameraContainer = Cylinder %rotateCamera = 0,0,0 %translateCamera = 0,0,0 %cameraIDPrefix = ExtCam } } hc_Kazzelblad part config // MODULE // { // name = HullCamera // //cameraName = SciCam // cameraName = KazzelBlad // cameraForward = 0, 1, 0 // cameraUp = 0, 0, -1 // cameraPosition = 0.0, 0.25, 0.0 // cameraFoVMax = 20 // cameraFoVMin = 4 Quote Link to comment Share on other sites More sharing options...
Spartan Nat Posted August 4 Share Posted August 4 Got a question on the camera ID system... how does it work? I'm trying to make a cinematic for the last flight of a rocket but can't seem to get the actual number in which the cameras should cycle through to actually cycle. I do have a Launch Camera watching from a little ways away (Within vessel swap distance) if that's anything to account for. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.