Jump to content

[1.8.x-1.12.x] - RasterPropMonitor (adopted)


JonnyOThan

Recommended Posts

6 hours ago, JonnyOThan said:

Not really...looking for something dealing with drawing to textures.

Line 804 in VesselRadarData.cs, isn't it where BDA draws the radar window?

Link to comment
Share on other sites

1 hour ago, Hippodingo said:

Line 804 in VesselRadarData.cs, isn't it where BDA draws the radar window?

Ah yep somehow I missed that...unfortunately it looks like it's drawn incrementally in IMGUI instead of drawing onto a texture and then the window, so it's not directly usable.  But at least it's a template of how it should be done.

Link to comment
Share on other sites

8 hours ago, JonnyOThan said:

Ah yep somehow I missed that...unfortunately it looks like it's drawn incrementally in IMGUI instead of drawing onto a texture and then the window, so it's not directly usable.  But at least it's a template of how it should be done.

Thank you very much for your help, I'm going to see what I can do. This is by far the most advanced thing I've ever tried to do with KSP mods until now!

Link to comment
Share on other sites

Can anyone help? I hope this is the right place.

I want the nice cockpits so i installed de_ivaextention and the ASET mods, but whenever i transfer crew or switch vessels, i get hundreds of such errors:

[ERR 21:21:37.410] [JSICallbackAnimator]: Error in building prop number 23 - Could not find transform swRotaryCircleMarkObj in prop SwitchRotary-5pos-ElecOutput_Selector

[ERR 21:21:37.422] [JSICallbackAnimator]: Error in building prop number 47 - Could not find transform GlowBorder in prop tggl_ABORT_T1-G3-B15-C1Y-S

[ERR 21:21:37.423] [JSICallbackAnimator]: Error in building prop number 49 - Could not find transform GlowBorder in prop pb_EXT_LIGHT-SH02-B2

[ERR 21:21:37.428] [JSICallbackAnimator]: Error in building prop number 53 - Could not find transform SmallLablePlate in prop Lable_LSS_STATUS

I use the latest KSP version and these mods:

ALCOR Adopted (ALCOR 1.0.1)
ASET Consolidated Agency (ASETAgency v2.0.2)
ASET Consolidated Avionics Pack (ASETAvionics v3.0.1)
ASET Consolidated Props Pack (ASETProps v2.0.7)
Breaking Ground (BreakingGround-DLC 1.7.1)
DE_IVAExtension (DE-IVAExtension v1.2.0)
FreeIva (FreeIva 0.2.18.4)
Making History (MakingHistory-DLC 1.12.1)
Module Manager (ModuleManager 4.2.3)
RasterPropMonitor Core (RasterPropMonitor-Core 1:v0.31.13.4)

 

 

Edited by Nestea3
Link to comment
Share on other sites

Posted (edited)
5 hours ago, Nestea3 said:

Can anyone help? I hope this is the right place.

I want the nice cockpits so i installed de_ivaextention and the ASET mods, but whenever i transfer crew or switch vessels, i get hundreds of such errors:

[ERR 21:21:37.410] [JSICallbackAnimator]: Error in building prop number 23 - Could not find transform swRotaryCircleMarkObj in prop SwitchRotary-5pos-ElecOutput_Selector

[ERR 21:21:37.422] [JSICallbackAnimator]: Error in building prop number 47 - Could not find transform GlowBorder in prop tggl_ABORT_T1-G3-B15-C1Y-S

[ERR 21:21:37.423] [JSICallbackAnimator]: Error in building prop number 49 - Could not find transform GlowBorder in prop pb_EXT_LIGHT-SH02-B2

[ERR 21:21:37.428] [JSICallbackAnimator]: Error in building prop number 53 - Could not find transform SmallLablePlate in prop Lable_LSS_STATUS

I use the latest KSP version and these mods:

ALCOR Adopted (ALCOR 1.0.1)
ASET Consolidated Agency (ASETAgency v2.0.2)
ASET Consolidated Avionics Pack (ASETAvionics v3.0.1)
ASET Consolidated Props Pack (ASETProps v2.0.7)
Breaking Ground (BreakingGround-DLC 1.7.1)
DE_IVAExtension (DE-IVAExtension v1.2.0)
FreeIva (FreeIva 0.2.18.4)
Making History (MakingHistory-DLC 1.12.1)
Module Manager (ModuleManager 4.2.3)
RasterPropMonitor Core (RasterPropMonitor-Core 1:v0.31.13.4)

 

 

These are side effects of the prop batching system in RPM.  They shouldn’t actually cause any issues.  You can disabel the prop batching system by removing or changing the file extension on JIS/RasterPropMonitor/Propbatching.cfg - but that patch greatly improves performance so unless you're actually seeing any problems I wouldn't recommend it.

Edited by JonnyOThan
Link to comment
Share on other sites

22 hours ago, JonnyOThan said:

These are side effects of the prop batching system in RPM.  They shouldn’t actually cause any issues.  You can disabel the prop batching system by removing or changing the file extension on JIS/RasterPropMonitor/Propbatching.cfg - but that patch greatly improves performance so unless you're actually seeing any problems I wouldn't recommend it.

Very well, then I'm reassured. They don't cause any crashes so it's good. Thanks for the reply and all the amazing mods you guys make!

Link to comment
Share on other sites

  • 3 weeks later...
  • 4 weeks later...

I'm extremely new to modding KSP, but my friend sent me a working modpack with RPM and HullCamVDS, they work fine and I even managed to figure out how to edit one of the camera's FOV to fix a bug where the starting camera (for career mode) was clipping through the fov.

Now this is less of an issue but is there any way to add the filters from HullCamVDS (the ones that you can see when activating the camera from third person view) to the view in Raster Prop Monitor? I'm doing a hard-custom-realistic career FULLY in IVA and having that extra immersion of needing better quality cameras to see better would be awesome. Thank you so much for your help.Screenshot_26.png?ex=6646ae6c&is=66455ce

No filter^

Screenshot_27.png?ex=6646ae6f&is=66455ce

^Filter

Bottom one is just HullCam view. Top is from in IVA with RPM

Any help is greatly appreciated!

Edited by EmDash
Link to comment
Share on other sites

On 5/16/2024 at 1:12 PM, EmDash said:

I'm extremely new to modding KSP, but my friend sent me a working modpack with RPM and HullCamVDS, they work fine and I even managed to figure out how to edit one of the camera's FOV to fix a bug where the starting camera (for career mode) was clipping through the fov.

Now this is less of an issue but is there any way to add the filters from HullCamVDS (the ones that you can see when activating the camera from third person view) to the view in Raster Prop Monitor? I'm doing a hard-custom-realistic career FULLY in IVA and having that extra immersion of needing better quality cameras to see better would be awesome. Thank you so much for your help.Screenshot_26.png?ex=6646ae6c&is=66455ce

No filter^

Screenshot_27.png?ex=6646ae6f&is=66455ce

^Filter

Bottom one is just HullCam view. Top is from in IVA with RPM

Any help is greatly appreciated!

Your images have broken links thanks to discord no longer working as a file hosting site, just upload them to something like Imgur; grab the link from there and it should be fine

Edited by KeaKaka
Link to comment
Share on other sites

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...