Aahz88 Posted December 5, 2021 Share Posted December 5, 2021 18 hours ago, linuxgurugamer said: Please do a pr, I’ll be happy to add them. when I get some time, I’ll look at the chem cam, or someone else might decide to do that Thanks. I'll do that. Quote Link to comment Share on other sites More sharing options...
Aahz88 Posted December 28, 2021 Share Posted December 28, 2021 Did I do my pull request correctly? I've never used git hub before. https://github.com/linuxgurugamer/HullcamVDSContinued/pulls Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted December 28, 2021 Author Share Posted December 28, 2021 2 minutes ago, Aahz88 said: Did I do my pull request correctly? I've never used git hub before. https://github.com/linuxgurugamer/HullcamVDSContinued/pulls Yes, I replied (from another account, on github), please take a look at it Quote Link to comment Share on other sites More sharing options...
OrbitalManeuvers Posted December 28, 2021 Share Posted December 28, 2021 4 hours ago, Aahz88 said: Did I do my pull request correctly? I've never used git hub before. https://github.com/linuxgurugamer/HullcamVDSContinued/pulls Thank you for contributing these. I checked them all out today, and they all looked and worked great. The ChemCam piggyback on the NavCam is really neat! Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted December 29, 2021 Author Share Posted December 29, 2021 New release, 0.2.2 Added new parts from user @Aahz88 Quote Link to comment Share on other sites More sharing options...
Beetlecat Posted December 29, 2021 Share Posted December 29, 2021 On 12/4/2021 at 11:01 AM, Aahz88 said: Hi A while ago I made some new camera models for hullcam (see album). @linuxgurugamercan I add the models to your mod or should I upload them as a new mod? The new models do not replace any of the originals, it just adds new ones. They also include module manager patches for Neptune camera and LaserDist. Album: https://imgur.com/a/8mlQHUU Parts and description: Hide contents Hazzard cameras - small durable, simple. Comes in black and white. Ask your sales rep about the super-wide angle model. AeroCam* - good for attaching to boosters and airplanes. Comes in regular and 180. MunCam* - a bit grainy but perfect for filming your golf tournament on the Mun. TurretCam* - High quality camera with a long zoom. Good for navigation and science. (Rotation not included) NavCam* - Two high quality cameras. One has night vision. Using Neptune camera, you can take stereoscopic images to see Duna in 3d for the first time! ChemCam** - Not a camera! For science. Shoots a laser at rocks and then analyzes the smoke . Has an attachment specifically suited to the NavCam. * Neptune camera patch **LaserDist patch The only thing I never figured out is how to give the ChemCam a proper science experiment. Currently it just has ModuleResourceScanner and ModuleBiomeScanner. It deserves better. Thanks! Spectacular! (pun intended) Quote Link to comment Share on other sites More sharing options...
ElonsMusk Posted January 11, 2022 Share Posted January 11, 2022 (edited) I apologize if this is listed in this thread or elsewhere I tried to find it. What are the options for changing controls in settings.cfg? Is there a masterlist of accepted strings? edit: Is this what I am looking for? Edited January 11, 2022 by ElonsMusk Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted January 11, 2022 Author Share Posted January 11, 2022 7 minutes ago, ElonsMusk said: I apologize if this is listed in this thread or elsewhere I tried to find it. What are the options for changing controls in settings.cfg? Is there a masterlist of accepted strings? edit: Is this what I am looking for? Which "settings.cfg", the stock game? Quote Link to comment Share on other sites More sharing options...
ElonsMusk Posted January 11, 2022 Share Posted January 11, 2022 2 minutes ago, linuxgurugamer said: Which "settings.cfg", the stock game? My mistake, the HullCam plugin settings file. Quote Link to comment Share on other sites More sharing options...
chris-kerbal Posted January 11, 2022 Share Posted January 11, 2022 Just now, ElonsMusk said: My mistake, the HullCam plugin settings file. might answer your question: https://forum.kerbalspaceprogram.com/index.php?/topic/145633-1111-hullcam-vds-continued/&do=findComment&comment=4012193 Quote Link to comment Share on other sites More sharing options...
darthgently Posted February 3, 2022 Share Posted February 3, 2022 I installed the Extra Docking Ports mod and the Hull cams aren't showing up on the ports from this mod. What config criteria is used in Hull Cam during loading to determine whether it puts its module on a part? Of course I could just manually edit cfg files, but I at least want to see if getting either EDP or HC to add an entry to work with the other it would help more ppl. I also noticed that the Pico Ports don't get a hull cam. I would have figured that Hull Cam would just look for ModuleDockingPort and go with that, but now I'm thinking something else must be happening Quote Link to comment Share on other sites More sharing options...
JonnyOThan Posted February 3, 2022 Share Posted February 3, 2022 3 hours ago, darthgently said: I installed the Extra Docking Ports mod and the Hull cams aren't showing up on the ports from this mod. What config criteria is used in Hull Cam during loading to determine whether it puts its module on a part? Of course I could just manually edit cfg files, but I at least want to see if getting either EDP or HC to add an entry to work with the other it would help more ppl. I also noticed that the Pico Ports don't get a hull cam. I would have figured that Hull Cam would just look for ModuleDockingPort and go with that, but now I'm thinking something else must be happening Check the files in here. Looks like they add cameras to explicit part names: https://github.com/linuxgurugamer/HullcamVDSContinued/tree/master/GameData/HullCameraVDS/MM_Scripts It would probably be reasonable to add a patch that adds a camera to any part with a docking port module that doesn’t already have a camera module. Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted February 3, 2022 Author Share Posted February 3, 2022 7 hours ago, darthgently said: I installed the Extra Docking Ports mod and the Hull cams aren't showing up on the ports from this mod. What config criteria is used in Hull Cam during loading to determine whether it puts its module on a part? Of course I could just manually edit cfg files, but I at least want to see if getting either EDP or HC to add an entry to work with the other it would help more ppl. I also noticed that the Pico Ports don't get a hull cam. I would have figured that Hull Cam would just look for ModuleDockingPort and go with that, but now I'm thinking something else must be happening Try the Docking Camera KURS, it should work without any problem Quote Link to comment Share on other sites More sharing options...
Stone Blue Posted February 3, 2022 Share Posted February 3, 2022 (edited) 5 hours ago, JonnyOThan said: It would probably be reasonable to add a patch that adds a camera to any part with a docking port module that doesn’t already have a camera module. The issue is, the HullCamera & KURS modules both need to define a specific gameobject name for reference to use as a camera transform, *or* someone needs to fiddle around with finding good x,y,z coords and orientation to specify in the patch. Patches to add camera support to existing parts is pretty easy, *if* there is already a suitable gameobject in the model to use. Docking ports are generally easy, since you can just piggyback/use the transform the model uses for docking reference. Might have to tweak the position on on one axis to get the "depth" right, so the view is not occluded by the mesh, but pretty easy to add support.@darthgently I would recommend bringing up HC/KURS/Neptune camera support, on those mods' respective threads. Like I said, its very easy to add the necessary support patches. and those mods' devs would be most familiar with their models, and would be easier for *them* to add support on their end, and take a load off LGG, who has plenty of other work to do. Edited February 3, 2022 by Stone Blue Quote Link to comment Share on other sites More sharing options...
darthgently Posted February 3, 2022 Share Posted February 3, 2022 (edited) @linuxgurugamer, this is just a bump/placeholder for this forum as you were involved in the thread below. It was suggested that I suggest here that support for HullCam on your docking ports be rolled into your mod. You mentioned in the thread below using the Docking Camera KURS but I wasn't sure if you meant some part placement in the editor or a cfg modification; I'll sort that out. But anyway, posting this as a follow-through thing See this post for details: I figured out you meant the mod Docking Camera KURS, I'll give it a go, thanks! Edited February 3, 2022 by darthgently Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted February 3, 2022 Author Share Posted February 3, 2022 5 hours ago, Stone Blue said: The issue is, the HullCamera & KURS modules both need to define a specific gameobject name for reference to use as a camera transform, *or* someone needs to fiddle around with finding good x,y,z coords and orientation to specify in the patch. Hullcam uses the ModuleDockingNode, it will work on any docking port which uses that module Quote Link to comment Share on other sites More sharing options...
darthgently Posted February 4, 2022 Share Posted February 4, 2022 7 hours ago, linuxgurugamer said: Hullcam uses the ModuleDockingNode, it will work on any docking port which uses that module Now if only it also worked for ModuleGrappleNode, lol. I should have mentioned that with that other list of alternative dock ports but forgot. I really like the Hullcam view when docking. The crosshair is much more accurate than using either the navball centering or even Docking Port Alignment Indicator and the onscreen axial velocity info is very useful Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted February 4, 2022 Author Share Posted February 4, 2022 (edited) 8 hours ago, darthgently said: Now if only it also worked for ModuleGrappleNode, lol. I should have mentioned that with that other list of alternative dock ports but forgot. I really like the Hullcam view when docking. The crosshair is much more accurate than using either the navball centering or even Docking Port Alignment Indicator and the onscreen axial velocity info is very useful Interesting idea. Looked pretty simple. You can try this, I added a code block which gets the transform from the ModuleGrappleNode if there isn't a ModuleDockingNode: Edit: didn't work, I took a deeper look and there is more to deal with than what I originally thought. Edited February 4, 2022 by linuxgurugamer Quote Link to comment Share on other sites More sharing options...
darthgently Posted February 5, 2022 Share Posted February 5, 2022 12 hours ago, linuxgurugamer said: Interesting idea. Looked pretty simple. You can try this, I added a code block which gets the transform from the ModuleGrappleNode if there isn't a ModuleDockingNode: Edit: didn't work, I took a deeper look and there is more to deal with than what I originally thought. Was the issue that the camera view was blocked by the jaws of the grabber? I was wondering if that might be an issue Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted February 5, 2022 Author Share Posted February 5, 2022 3 hours ago, darthgently said: Was the issue that the camera view was blocked by the jaws of the grabber? I was wondering if that might be an issue No, the usage and reference to ModuleDockingNode are much deeper than at first glace Quote Link to comment Share on other sites More sharing options...
Stone Blue Posted February 5, 2022 Share Posted February 5, 2022 (edited) On 2/4/2022 at 7:14 AM, linuxgurugamer said: IYou can try this, I added a code block which gets the transform from the ModuleGrappleNode if there isn't a ModuleDockingNode: Edit: didn't work, I took a deeper look and there is more to deal with than what I originally thought. @linuxgurugamer Is the mod already capable of being able to use any transform or gameobject, if said object is specified in the .cfg with a key? Say a "cameraTransform"? If so, could it also over-ride using the docking/grapple node transforms, if the key is present? I've been poking around the stock Grapplers, and the issue seems to be the camera gets stuck using the docking node, which does not move (not animated with the grapple claw mesh), thus its occluded by the claw mesh. If the mod could be pointed at a transform/object that was childed in the claw hierarchy, the camera would animate with it. I think the mod *can* specify location coords, to offset it from a docking node, meaning you *could* place it out in front of the limit of the animated meshes, so it wouldnt be occluded by the meshes... But that seems unrealistic, and wouldnt be quite accurate when whatever part is retracted. I would ask if, and say that the same applies to KURS? IIRC, NeptuneCamera has code to specify specific transforms in .cfg, with "cameraTransform", if you need to peek at it... vOv Edited February 5, 2022 by Stone Blue Quote Link to comment Share on other sites More sharing options...
Stone Blue Posted February 6, 2022 Share Posted February 6, 2022 (edited) Sorry, I posted in the wrong thread...doh! Edited February 6, 2022 by Stone Blue Quote Link to comment Share on other sites More sharing options...
IM_NOVACON_. Posted February 16, 2022 Share Posted February 16, 2022 hi recently i have been experiencing an error with hullcam vds continued the problem is that the aerocam which i use the most is no longer in my game i have re-downloaded multiple times from ckan and manualy i will link my logs below https://drive.google.com/drive/folders/1Yz9P5Rre0n446qBuFgbaynKNefWaBRj1?usp=sharing also all my mods i currently have installed https://noahlydon.imgur.com/all/ any help is very appreciated @linuxgurugamer Quote Link to comment Share on other sites More sharing options...
linuxgurugamer Posted February 16, 2022 Author Share Posted February 16, 2022 32 minutes ago, IM_NOVACON_. said: hi recently i have been experiencing an error with hullcam vds continued the problem is that the aerocam which i use the most is no longer in my game i have re-downloaded multiple times from ckan and manualy i will link my logs below https://drive.google.com/drive/folders/1Yz9P5Rre0n446qBuFgbaynKNefWaBRj1?usp=sharing also all my mods i currently have installed https://noahlydon.imgur.com/all/ any help is very appreciated @linuxgurugamer I would need the Player.log, please Quote Link to comment Share on other sites More sharing options...
Vanamonde Posted February 16, 2022 Share Posted February 16, 2022 @IM_NOVACON_., your question has been merged into the thread for this mod. Good luck. 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.