linuxgurugamer Posted December 4, 2018 Author Share Posted December 4, 2018 23 minutes ago, AdmiralSirJohn said: I think I got the positioning right (may have to rotate it about the view axis). Testing a wider FOV, since I'm only seeing one of the three petals. Here are the current settings: @PART [NASAdockingport] { MODULE { name = MuMechModuleHullCameraZoom cameraName = NavCam cameraForward = 0, 1, 0 //cameraUp = 0, 0, 1 cameraUp = 0, 0, -1 cameraPosition = 0, 0.0, 0 cameraFoVMax = 80 cameraFoVMin = 80 cameraMode = 1 } } Instead of changing the FOV, maybe move the position back a bit. Quote Link to comment Share on other sites More sharing options...
AdmiralSirJohn Posted December 4, 2018 Share Posted December 4, 2018 The station: And some views from unoccupied docking ports: 1 minute ago, linuxgurugamer said: Instead of changing the FOV, maybe move the position back a bit. I may do that. While I like the wider FOV, it does produce a few artifacts that I don't care for. Quote Link to comment Share on other sites More sharing options...
lajoswinkler Posted December 4, 2018 Share Posted December 4, 2018 I've noticed the latest version has an issue with the docking white text remaining on screen after returning to normal view. It goes away if you go to space center, tracking station, or change to an unloaded vessel. Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted December 5, 2018 Author Share Posted December 5, 2018 3 hours ago, lajoswinkler said: I've noticed the latest version has an issue with the docking white text remaining on screen after returning to normal view. It goes away if you go to space center, tracking station, or change to an unloaded vessel. I can't reproduce this, can you elaborate a bit, please Quote Link to comment Share on other sites More sharing options...
lajoswinkler Posted December 5, 2018 Share Posted December 5, 2018 11 hours ago, linuxgurugamer said: I can't reproduce this, can you elaborate a bit, please For example I'm preparing to start with docking and I press the key to engage/flip through cameras (if there's lots of docking ports, it can take a while to go through all of them). The image is normally gray with the targeting cross, and there's textual data as seen here. However, when I exit the camera view, text is still there, although the cross isn't, and the image is not grayscale anymore. What could be causing this? It's not really grinding my gears, but it's a nuisance. Quote Link to comment Share on other sites More sharing options...
AdmiralSirJohn Posted December 5, 2018 Share Posted December 5, 2018 I'm getting that, too. Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted December 5, 2018 Author Share Posted December 5, 2018 3 hours ago, lajoswinkler said: For example I'm preparing to start with docking and I press the key to engage/flip through cameras (if there's lots of docking ports, it can take a while to go through all of them). The image is normally gray with the targeting cross, and there's textual data as seen here. However, when I exit the camera view, text is still there, although the cross isn't, and the image is not grayscale anymore. What could be causing this? It's not really grinding my gears, but it's a nuisance. Oh, ok, I was looking for something else. I'll take a look at it Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted December 6, 2018 Author Share Posted December 6, 2018 On 12/5/2018 at 8:01 AM, lajoswinkler said: However, when I exit the camera view, text is still there, although the cross isn't, and the image is not grayscale anymore. What could be causing this? It's not really grinding my gears, but it's a nuisance. How are you exiting the camera view? I've tested this several ways. It is normal to see the text on all the docking ports, as long as a vessel is targeted, even if the docking port isn't the control point. If you are still seeing the text, then somehow, you are still in DockingCam mode, which should only be happening when you are using a docking camera. So I need more info, in this case, a save file which will the vessels positioned so that I can see it happening. On 12/5/2018 at 8:48 AM, AdmiralSirJohn said: I'm getting that, too. If you can also provide a working example, it would help in figuring this out Thanks Quote Link to comment Share on other sites More sharing options...
AdmiralSirJohn Posted December 6, 2018 Share Posted December 6, 2018 Actually, I discovered that the text is there because I had a target set. Once I cleared the target, the text went away. Quote Link to comment Share on other sites More sharing options...
lajoswinkler Posted December 10, 2018 Share Posted December 10, 2018 On 12/6/2018 at 2:48 PM, linuxgurugamer said: How are you exiting the camera view? I've tested this several ways. It is normal to see the text on all the docking ports, as long as a vessel is targeted, even if the docking port isn't the control point. If you are still seeing the text, then somehow, you are still in DockingCam mode, which should only be happening when you are using a docking camera. So I need more info, in this case, a save file which will the vessels positioned so that I can see it happening. If you can also provide a working example, it would help in figuring this out Thanks I was exiting it by pressing the key that cycles through cameras. Target was not selected (after docking, nothing is targeted anymore). However, I've found the solution. Simply going to map view, setting something else as target, then unsetting it, removes the text. Sorry, I don't have the save file, it's been a few days. But I think this is resolved now, at least for me. Quote Link to comment Share on other sites More sharing options...
MaximumThrust Posted December 17, 2018 Share Posted December 17, 2018 @linuxgurugamer awesome mod! How about a patch to add cameras to the telescopes in DMagic Orbital Science? Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted December 17, 2018 Author Share Posted December 17, 2018 3 hours ago, MaximumThrust said: @linuxgurugamer awesome mod! How about a patch to add cameras to the telescopes in DMagic Orbital Science? If you write it, I'll certainly consider adding it to the mod Quote Link to comment Share on other sites More sharing options...
MaximumThrust Posted December 17, 2018 Share Posted December 17, 2018 8 minutes ago, linuxgurugamer said: If you write it, I'll certainly consider adding it to the mod My modding knowledge is very low, but with some help I maybe could do something, I've done some Real Plumes patches before. I'm seeing the docking ports as templates: Spoiler @PART[dockingPort2] { MODULE { name = MuMechModuleHullCameraZoom cameraName = NavCam cameraForward = 0, 1, 0 cameraUp = 0, 0, -1 cameraPosition = 0, 0.07, 0 cameraFoVMax = 60 cameraFoVMin = 60 cameraMode = 1 } } I could use this as template, only changing the values and types of camera? If so, how can I get the right positions? Any tool in-game for that? Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted December 17, 2018 Author Share Posted December 17, 2018 5 hours ago, MaximumThrust said: My modding knowledge is very low, but with some help I maybe could do something, I've done some Real Plumes patches before. I'm seeing the docking ports as templates: Reveal hidden contents @PART[dockingPort2] { MODULE { name = MuMechModuleHullCameraZoom cameraName = NavCam cameraForward = 0, 1, 0 cameraUp = 0, 0, -1 cameraPosition = 0, 0.07, 0 cameraFoVMax = 60 cameraFoVMin = 60 cameraMode = 1 } } I could use this as template, only changing the values and types of camera? If so, how can I get the right positions? Any tool in-game for that? You have to make sure you have the right transform (cameraName), and then you will have to play with three camera values: cameraUp, cameraForward and cameraPos Quote Link to comment Share on other sites More sharing options...
Rocket In My Pocket Posted December 17, 2018 Share Posted December 17, 2018 I used to use and love this mod, but I swore off it long, long ago (and all part adding mods) when I borked a save file by trying to load it sans camera parts and it deleted half my vessels. My fault I know, was a long time ago and I wasn't keeping back ups. Wouldn't even be an issue now that I know better. Still, I swore I'd never do it again....but every now and then I come check back in on this thread, gaze longingly at all the cool pics of people using the cameras and I'm like... Quote Link to comment Share on other sites More sharing options...
MaximumThrust Posted December 20, 2018 Share Posted December 20, 2018 On 12/17/2018 at 9:04 AM, linuxgurugamer said: You have to make sure you have the right transform (cameraName), and then you will have to play with three camera values: cameraUp, cameraForward and cameraPos Anyway to evaluate my progress without doing full reloads every time I change the values? Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted December 20, 2018 Author Share Posted December 20, 2018 6 hours ago, MaximumThrust said: Anyway to evaluate my progress without doing full reloads every time I change the values? Not really. A trick is to make a totally clean install, delete most of the parts from it, then add this, your reload times will be much faster Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted January 20, 2019 Author Share Posted January 20, 2019 New release, 0.1.10 Added missing bulkheadProfiles Quote Link to comment Share on other sites More sharing options...
JJJacksonTyler Posted January 22, 2019 Share Posted January 22, 2019 Is there any way to get rid of the crosshair/reticule? I totally understand it's purpose and from a utility perspective, it's completely justified. However I feel it's inappropriate for the two-way booster camera and while I love that camera's filter/effects, I do not love the crosshair. Quote Link to comment Share on other sites More sharing options...
pquade Posted January 22, 2019 Share Posted January 22, 2019 Maybe make it a switchable option? Quote Link to comment Share on other sites More sharing options...
4x4cheesecake Posted January 22, 2019 Share Posted January 22, 2019 @linuxgurugamer The latest build (1.10.1) is not available on github or spacedock but AVC notifies about the new version. Also, I've opend a PR to update the MM patches for RPM, so they no longer use the :FINAL directive and added RPM as a dependency. Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted January 22, 2019 Author Share Posted January 22, 2019 (edited) 26 minutes ago, 4x4cheesecake said: @linuxgurugamer The latest build (1.10.1) is not available on github or spacedock but AVC notifies about the new version. Also, I've opend a PR to update the MM patches for RPM, so they no longer use the :FINAL directive and added RPM as a dependency. Rpm is not a dependency. I'll look at it this evening I didn't realize you added it as a dependency to the patch 26 minutes ago, 4x4cheesecake said: @linuxgurugamer The latest build (1.10.1) is not available on github or spacedock but AVC notifies about the new version. I'll fix it later Edited January 23, 2019 by linuxgurugamer Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted January 23, 2019 Author Share Posted January 23, 2019 New release, 0.1.10.1 Split aerocam into two files Added missing bulkheadProfiles to aerocam180 Quote Link to comment Share on other sites More sharing options...
4x4cheesecake Posted January 23, 2019 Share Posted January 23, 2019 9 minutes ago, linuxgurugamer said: Rpm is not a dependency. I'll look at it this evening The patches for RPM included in the mod are going to add a partmodule named 'JSIExternalCameraSelector' , which is part of RPM, so these patches actually depend on RPM (just the MM patches, not the whole mod). Sure, you can add the module anyway but it will result in a warning from KSP that the partmodule cannot be found. Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted January 23, 2019 Author Share Posted January 23, 2019 New release, 0.1.10.2 Thanks to forum user @4x4cheesecake for the following: Removed FINAL from patches Added RPM as a dependency for the patch to run at all to prevent warnings about the missing partmodule if RPM is not installed. 7 minutes ago, 4x4cheesecake said: The patches for RPM included in the mod are going to add a partmodule named 'JSIExternalCameraSelector' , which is part of RPM, so these patches actually depend on RPM (just the MM patches, not the whole mod). Sure, you can add the module anyway but it will result in a warning from KSP that the partmodule cannot be found. I realized that and edited my comment. Thanks 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.