linuxgurugamer Posted August 21, 2020 Author Share Posted August 21, 2020 On 8/14/2020 at 7:56 PM, Darkuss said: how can i change buttons that i need to press in order to activate cameras? Requires code changes Quote Link to comment Share on other sites More sharing options...
Neil Kermstrong Posted August 22, 2020 Share Posted August 22, 2020 20 hours ago, linuxgurugamer said: Requires code changes you're such a great modder, huge respects to you Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted August 22, 2020 Author Share Posted August 22, 2020 On 8/21/2020 at 1:21 AM, linuxgurugamer said: On 8/14/2020 at 7:56 PM, Darkuss said: how can i change buttons that i need to press in order to activate cameras? Requires code changes Forgot to say: Not planning on doing that myself Quote Link to comment Share on other sites More sharing options...
Albert VDS Posted August 23, 2020 Share Posted August 23, 2020 19 hours ago, linuxgurugamer said: Forgot to say: Not planning on doing that myself I could take a look at that. Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted August 23, 2020 Author Share Posted August 23, 2020 On 8/14/2020 at 7:56 PM, Darkuss said: how can i change buttons that i need to press in order to activate cameras? What exactly are you looking to do? 2 hours ago, Albert VDS said: I could take a look at that. Hi, good to see you. Quote Link to comment Share on other sites More sharing options...
Guest Posted August 24, 2020 Share Posted August 24, 2020 17 hours ago, linuxgurugamer said: What exactly are you looking to do? I want to change buttons because my throttle is set to + and - Quote Link to comment Share on other sites More sharing options...
Albert VDS Posted August 24, 2020 Share Posted August 24, 2020 10 hours ago, Darkuss said: I want to change buttons because my throttle is set to + and - You can actually change the buttons through the settings.cfg in GameData/HullCameraVDS/Plugins/. Quote Link to comment Share on other sites More sharing options...
Guest Posted August 24, 2020 Share Posted August 24, 2020 i tried that, after i changed them they just didn't work Quote Link to comment Share on other sites More sharing options...
Albert VDS Posted August 24, 2020 Share Posted August 24, 2020 Which keys are you trying to change it to? Quote Link to comment Share on other sites More sharing options...
Guest Posted August 25, 2020 Share Posted August 25, 2020 I don’t know maybe < and > Quote Link to comment Share on other sites More sharing options...
HansAcker Posted August 25, 2020 Share Posted August 25, 2020 (edited) 2 hours ago, Darkuss said: I don’t know maybe < and > In the settings.cfg, you need to use the codes described here: https://docs.unity3d.com/ScriptReference/KeyCode.html Not all of them can be used in KSP and some keys may have unexpected assignments. What works for me is to go into KSP's input settings, chose any control and look at the output when pressing keys. I just tried this config with HullCam and it places the next/reset/prev buttons on otherwise unused keys on my keyboard: Spoiler CAMERA_NEXT { primary = SysReq secondary = None group = 0 switchState = Any } CAMERA_PREV { primary = Pause secondary = None group = 0 switchState = Any } CAMERA_RESET { primary = ScrollLock secondary = None group = 0 switchState = Any } Edited August 25, 2020 by HansAcker Quote Link to comment Share on other sites More sharing options...
Guest Posted August 26, 2020 Share Posted August 26, 2020 18 hours ago, HansAcker said: In the settings.cfg, you need to use the codes described here: https://docs.unity3d.com/ScriptReference/KeyCode.html didn't work. Greater and Less don't work Quote Link to comment Share on other sites More sharing options...
HansAcker Posted August 26, 2020 Share Posted August 26, 2020 1 hour ago, Darkuss said: didn't work. Greater and Less don't work Yeah, that's what I meant with "not all of them work" and you'd need to test it in the settings. It probably depends very much on the keyboard layout because you can only configure (physical) keys, not characters. On my keyboard "<" and ">" are on the same key (which KSP reports as being "^", incidentally), so they wouldn't work, either. Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted August 27, 2020 Author Share Posted August 27, 2020 On 8/24/2020 at 1:37 PM, Albert VDS said: On 8/24/2020 at 3:15 AM, Darkuss said: I want to change buttons because my throttle is set to + and - You can actually change the buttons through the settings.cfg in GameData/HullCameraVDS/Plugins/. On my list of config changes, to have it changeable in a gui rather than a config file Quote Link to comment Share on other sites More sharing options...
Neil Kermstrong Posted August 31, 2020 Share Posted August 31, 2020 I love this mod so much, I can't play the game without it. But could you make it so the player can open a window that shows the camera's vision, like vesselview? Would make landing SRBs/First stages 5x fun Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted September 4, 2020 Author Share Posted September 4, 2020 On 8/30/2020 at 9:36 PM, Neil Kermstrong said: I love this mod so much, I can't play the game without it. But could you make it so the player can open a window that shows the camera's vision, like vesselview? Would make landing SRBs/First stages 5x fun Not that simple to do, sorry. If someone were to contribute some code, I'd be happy to polish it up and include it Quote Link to comment Share on other sites More sharing options...
Albert VDS Posted September 5, 2020 Share Posted September 5, 2020 13 hours ago, linuxgurugamer said: Not that simple to do, sorry. If someone were to contribute some code, I'd be happy to polish it up and include it It might be possible by creating a 2nd camera object, render it's view to a texture and have that texture displayed on a window. Quote Link to comment Share on other sites More sharing options...
theJesuit Posted September 5, 2020 Share Posted September 5, 2020 there is another camera mod that does this, but its a little limited. I cant remember if LGG picked up in the past the original author came back. Quote Link to comment Share on other sites More sharing options...
Albert VDS Posted September 5, 2020 Share Posted September 5, 2020 (edited) 8 hours ago, theJesuit said: there is another camera mod that does this, but its a little limited. I cant remember if LGG picked up in the past the original author came back. It's [1.8.x] Docking Camera KURS Style Re-Adopted (Fixed in 1.9). I took a look at the code and it does exactly what I suggested above. That code could be used. Only thing that needs to be done is to set the location of camera object to the hullcam object location. Edit: Ideally you want just extend that class or you could even merge the 2 mods. Edited September 5, 2020 by Albert VDS Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted September 6, 2020 Author Share Posted September 6, 2020 I may take a look at this on my coding stream on Monday evening, but this is low priority for me right now, working on several other mods right now Quote Link to comment Share on other sites More sharing options...
Neil Kermstrong Posted September 7, 2020 Share Posted September 7, 2020 (edited) On 9/6/2020 at 2:13 AM, linuxgurugamer said: I may take a look at this on my coding stream on Monday evening, but this is low priority for me right now, working on several other mods right now Would love if you did that, amazing mod. Btw where do you stream and what is your channel's name? Nevermind, just found it in 10 seconds by googling. Edited September 7, 2020 by Neil Kermstrong Quote Link to comment Share on other sites More sharing options...
Travelbysakura Posted September 11, 2020 Share Posted September 11, 2020 Is it possible to view the docking port cameras on RPM monitors? I’ve been itching to do that for some time now (to make IVA docking in the MK1-3 pod and other pods easier. Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted September 19, 2020 Author Share Posted September 19, 2020 New release, 0.2.0.1 Added extra check for null in MovieTime.Update Quote Link to comment Share on other sites More sharing options...
JonnyOThan Posted September 19, 2020 Share Posted September 19, 2020 On 9/11/2020 at 2:30 PM, Travelbysakura said: Is it possible to view the docking port cameras on RPM monitors? I’ve been itching to do that for some time now (to make IVA docking in the MK1-3 pod and other pods easier. If you set the docking port as your control point, the "DOCKING" tab on the MFD will show a camera view from the port and overlay lots of useful info on top. Quote Link to comment Share on other sites More sharing options...
darthgently Posted October 10, 2020 Share Posted October 10, 2020 (edited) FYI, when typing into a kOS pop up terminal, typing underscore character on linux [RShift][-] triggers the [Alt][-] behavior for Hullcam. I'm not sure if that is a kOS issue, or a Hullcam issue, but one would not expect chars typed into the popup terminal to affect things outside the terminal. I'm mention it over on kOS also Edited November 1, 2020 by darthgently more accurate report follows 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.