SUBSIM Radio Room Forums

SUBSIM Radio Room Forums (https://www.subsim.com/radioroom/index.php)
-   SHIII Mods Workshop (https://www.subsim.com/radioroom/forumdisplay.php?f=195)
-   -   [TEC]Fire&Moon light... (https://www.subsim.com/radioroom/showthread.php?t=181965)

Rubini 03-30-11 03:44 PM

[TEC]Fire&Moon light...
 
Hi guys,

Yesterday, after spent another almost all night mod work I was messing with something to bring real light effects for fire and the moon.

The fires light was easy to achieve (but a intensivelly work to add light in the exact proportion to all fire effects on the game...) but the most interesting was the moon light. The light works flawless, it changes direction following the moon, exactly as in RL. Was amazing to look to our uboat and ships soft enlighted by the moon! It is a very additive realistic step for sh3!

But i quickly found some problems. The main one is that the light is attached to the moon object on scene.dat, and late i observed that the game renders the moon all the time using "a totally dark texture" when the moon isn't at the night sky in RL. So, as the light is attached to the moon object we will end with moon light all nights.

Another problem is that Sh3 uses the same sun's horizon(under/above) light settings angles to any sky object, so some time before/after the moon arise or set we yet have a small moon light. Also the light will be the same for any moon phase.

Probably the best workaround will be using sh3 patch plus a new .dat in the library folder just with four moon light types, this way when the sh3.exe indicates a new moon phase a exactly light will be used.

At this point this is a idea to Stiebler or TDW or anyone skilled on sh3 patch. Unless someone have another idea or find another way to do it, what we already saw here so much times.:up:

Cheers,

Rubini.

Anvart 03-30-11 04:53 PM

In 2006 i was experimenting with the moonlight ... I connected the light object to the moon and this object "turn on light" at night (night light colour - not black) and "turn off light" in the morning (day light colour - black) and did a moonlight track too… IIRC, i published scrinshots on forum in WernerSobe thread...
Unfortunately now i have a broken computer and I can't see my works ...
Yes moon light was (at night) even when moon was invisible (clouds and so on)...

Rubini 03-31-11 07:48 AM

Thanks Anvart by the input. Yesterday I tried a bit more, using all approachs that I could imaginate...just to find that Sh3 uses some type of Einstein's Quantic phisics for sky/skyobjects as the particles conditions are always true: don't exist heigh, below, water tests don't work, the particles are always in all places!!:o:DL

So, I really guess that isn't possible to have a good solution only with the sh3 controllers. Well, at least for now.:up:

Cheers!

Rubini.

Anvart 03-31-11 08:06 AM

Yes, i agree...
The reason is a simple-primitive graphics engine... :DL

Hans Witteman 03-31-11 10:43 AM

Hi Rubini,

Nice work you are doing mate:up:

If only we could find a way to add trigger events based on hours of the day with dll injection i wonder if it would be possible?

Give me a trigger and a whole new world would open because many of my ideas so far where abruptly end because the lack of trigger.

Best regards Hans

Anvart 03-31-11 10:51 AM

@ Rubini.

Did you try to place light object at a distance less than the radius of the sky (clouds hemisphere) so that the light object has interacted with water?
If no, try it...

Rubini 03-31-11 02:42 PM

Quote:

Originally Posted by Anvart (Post 1632211)
@ Rubini.

Did you try to place light object at a distance less than the radius of the sky (clouds hemisphere) so that the light object has interacted with water?
If no, try it...

Already tried it. I made the moon radius = 50 (it's 970 in stock), the moon was at its normal place on visible sky and the particle system continues to not work as intent. Seems that the game handle the sky env in a different way than the player game space...:hmmm:

Quote:

Originally Posted by Hans Witteman (Post 1632203)
Hi Rubini,

Nice work you are doing mate:up:

If only we could find a way to add trigger events based on hours of the day with dll injection i wonder if it would be possible?

Give me a trigger and a whole new world would open because many of my ideas so far where abruptly end because the lack of trigger.

Best regards Hans

Yes, it's an old "fault" of the mission editor. This limit to much the single missions ideas and possibilities. I guess that this is why we have so few very good and challenge single missions...:damn:

Anvart 03-31-11 03:34 PM

Quote:

Originally Posted by Rubini (Post 1632420)
Already tried it. I made the moon radius = 50 (it's 970 in stock),...

:o
In my case, light-object is the child object (separate object) of the moon... and this light-object can be located relative to the moon so that it was inside of the clouds hemisphere... the moon no shifted. :hmmm:
... and this light-object is point light source.
... and this object don't has any particles generators.
...
Second... you can try to use the large object (similar to fog in stock) and make it hollow and closed ... theoretically it should prevent light flux ...

Rubini 03-31-11 04:16 PM

Quote:

Originally Posted by Anvart (Post 1632450)
:o
In my case, light-object is the child object (separate object) of the moon... and this light-object is located relative to the moon so that it was inside of the clouds hemisphere... the moon no shifted. :hmmm:
... and this light-object is point light source.
...
Second... you can try to use the large object (similar to fog in stock) and make it hollow and closed ... theoretically it should prevent light flux ...

I used a omni light directly attached to the moon at first (others light types don't even followed the moon), late tried it as a node in different places related to the moon (similar to your idea above), later a node with particle that calls another object with omni light when the particle hits water (to prevent moon light befor/after rise/set)...always the light is there but with particles idea the light don't followed the moon (it's another object).
All others attempts (and I tried a lot of approachs...) had the light following correctly the moon. But I can't achieve a way to have light only when the moon was visible.This is the main problem. And a killer one to the intention of the mod.:damn:

I will really leave this to the Sh3.exe patch modders experts. I'm convinced that only then this will have a chance to work correctly.:hmmm:

Anvart 03-31-11 04:55 PM

Quote:

Originally Posted by Rubini (Post 1632491)
I used a omni light directly attached to the moon at first...

IIRC, i used direct light object... can't see now...
Quote:

... (others light types don't even followed the moon)
did you used corresponding controller (FollowParent)?
Quote:

... , late tried it as a node in different places related to the moon (similar to your idea above), later a node with particle that calls another object with omni light when the particle hits water (to prevent moon light befor/after rise/set)...always the light is there but with particles idea the light don't followed the moon (it's another object).
All others attempts (and I tried a lot of approachs...) had the light following correctly the moon. But I can't achieve a way to have light only when the moon was visible.This is the main problem. And a killer one to the intention of the mod.:damn:
:haha:
It's one of the reasons why i didn't published my work in 2006...2007... and have used this effect only in my game.

Quote:

I will really leave this to the Sh3.exe patch modders experts. I'm convinced that only then this will have a chance to work correctly.:hmmm:
Good luck.

P.S.
It was (in my case) very simple work...
Main actions:
1) In scene.dat create direct MoonLight object (similar as Sun light) and adjust Colour parameter (optional)...
2) Join to MoonLight object InteriorLight controller (similar as in any interior)... and adjust DayLightColour and NightLightColour...
3) Join MoonLight to Moon object (maybe via buffer-object for interaction with water) and adjust position of MoonLight (or buffer-object) relative Moon object.
:|\\

Anvart 04-02-11 03:37 AM

Do anyone have any fresh thoughts on this topic?
:hmmm:

Rubini 04-02-11 10:10 PM

Quote:

Originally Posted by Anvart (Post 1634061)
Do anyone have any fresh thoughts on this topic?
:hmmm:

Hi Anvart,

At least no news from my side. Like I said, i give up after a lot of attempts and before my wife throw my pc out the window!:DL


All times are GMT -5. The time now is 01:15 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright © 1995- 2025 Subsim®
"Subsim" is a registered trademark, all rights reserved.