Jump to content

How to get hullcam to work with ASET


Rutabaga22

Recommended Posts

Guessing your also use RPM mod also you need to find the transform name that Hullcam uses then you could just write a MM patch to add to cams this is what you would add 

MODULE
{
name = JSIExternalCameraSelector
cameraContainer = CamTransform
cameraIDPrefix = ExtCam
}

top is ASET cam there was 1 in RPM mod bottoms is HullCam

	MODULE
	{
		name = MuMechModuleHullCameraZoom
		cameraName = #autoLOC_HULL_PM_014 //Pictozoom 2000
		cameraForward = 0, 1, 0
		cameraUp = 0, 1, 0
		cameraPosition = 0.00, 3.00, 0.00
		cameraFoVMax = 60
		cameraFoVMin = 0.0005
	}

I thought there was a patch for them long time ago 

Link to comment
Share on other sites

5 hours ago, Mecripp said:

Guessing your also use RPM mod also you need to find the transform name that Hullcam uses then you could just write a MM patch to add to cams this is what you would add 

How do add a MM patch?

Link to comment
Share on other sites

4 hours ago, Rutabaga22 said:

How do add a MM patch?

You just make a text file and add this 

@PART[*]:HAS[@MODULE[MuMechModuleHullCameraZoom],!MODULE[JSIExternalCameraSelector]]:Final
{
	MODULE
           {
             name = JSIExternalCameraSelector
             cameraContainer = CamTransform
             cameraIDPrefix = ExtCam
           }
}

then save the text file in the format of cfg and then drop the cfg in your gamedata folder , I make a folder called ZZZPatches and put all MM's in it and like i said if that dont work would need to find the transformer name on the part also there is anther good cam mod called Docking cams thats good to use https://forum.kerbalspaceprogram.com/index.php?/topic/184038-112x-docking-camera-kurs-style-re-adopted-fixed-in-19/#comment-3589894

Link to comment
Share on other sites

  • 2 weeks later...
This thread is quite old. Please consider starting a new thread rather than reviving this one.

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...