Jump to content

DIY Rain effect for Mu.


Recommended Posts

Hi folks!

Just trying to do something for MU with what we have already - here is the poor-guy rain effect for MU in XP12. Not yet tested in flight, looks OK-ish standing on groung,
Drops are huge, works only for windshield, Cockpit side windows are still dry, cabin windows looks funny (drops are moving upward), wipers are not there, but it is kinda works :)
As far as I understand I can't do anything better without initial model owned by Developer.

So here I'm begging-n-crying for next update, please!

Copy \Aircraft\X-Aviation\Mitsubishi MU-2 Marquise v2\objects\Ext_Glass_Decals\Ext_Glass_Decals.obj to Ext_Glass_Decals_Rain.obj
Map it in PlaneMaker as Rain object in "Objects".


96847169_xsMU2B60_5B_GNS-2023-02-0521_27_23.jpg.7cda1c04870d9966990c0b03b898f713.jpg

 

Link to comment
Share on other sites

  • 2 months later...

Hi folks,

found the way to reduce droplets size with this DIY Rain:
It is dirty trick with manipulation of sim/private/controls/rain/scale - with 0.2or 0.3 it produces quite good result for MU.
Change it in DataRef Tool or via script related to MU only (like if PLANE_ICAO == "MU2" then) coz this dateref is global and will be applied to any plane with who-know-what-gona-happen.

In my case I added this to my MU_Assesories script (also here in forum).

Sample:
if PLANE_ICAO == "MU2" then
     dataref ("Rain_Scale", "sim/private/controls/rain/scale","writable",0)
    Rain_Scale = 0.3
else
end

Scripted - on the right.

Mu_Rain.thumb.jpg.c841de718973806e8f42e94392ce031f.jpg

 

Link to comment
Share on other sites

  • 11 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...