Elvas Tower: Blizzard modding - Elvas Tower

Jump to content

  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

Blizzard modding atmosphere, seperate particles emitters. Rate Topic: -----

#11 User is offline   Weter 

  • Member, Board of Directors
  • PipPipPipPipPipPipPipPipPipPip
  • Group: ET Admin
  • Posts: 6,916
  • Joined: 01-June 20
  • Gender:Not Telling
  • Simulator:ORTS
  • Country:

Posted 10 January 2022 - 09:41 AM

Hello.
Thank for sharing.
I imagine Rammstein's Nebel as a soundtrack.

#12 User is offline   edwardk 

  • Open Rails Developer
  • Group: Status: Elite Member
  • Posts: 1,350
  • Joined: 11-December 09
  • Gender:Male
  • Location:Chula Vista, CA
  • Simulator:MSTS
  • Country:

Posted 12 January 2022 - 06:23 PM

View PostExRail, on 09 January 2022 - 05:58 AM, said:

The first problem is that the precipitation box seams not to follow the trains axis but is locked to a compass direction, so with settings like mine above, only south/north or properly reversed travel gives snow in front of a fast moving train, going East hits the narrow edge of the rectangle. Making the box square is producing to many particles and strain the cpu/gpu to much.

Changing the snowflake.png texture only, gives a good effect when Reshade motion blur is enabled, looks too rough/sharp when not using that. See attached picture with it enabled.
The ideal solution I think would be two precipitation boxes one large with patches of snowflakes, the other a small one close to the train with only single flakes particles.

Unlinking it from the diesel smoke system and throttle settings, and getting dedicated emitters would be needed for this to be more than a demo, that only works at high speeds and special lighting/haze settings and only work on diesel trains.

Sometimes the Sun and shadow look great in snow, but Ii think the shadows intensity and sharpness should be linked to the visibility/haze/cloud cover settings so it's off in a blizzard/foggy/Heavy rain condition.



I spent time trying to figure out how the particle box works. Once the box is created, it never rotates, but looking at part of the code, you would think it would rotate. I left a commented line in the code so that you can change the camera view to outside the train so that you can zoom up above the particle box to see how it works.

#13 User is offline   ExRail 

  • Fireman
  • Group: Status: Active Member
  • Posts: 155
  • Joined: 31-December 21
  • Gender:Male
  • Simulator:ORNYMG
  • Country:

Posted 14 January 2022 - 03:59 PM

View Postedwardk, on 12 January 2022 - 06:23 PM, said:

I spent time trying to figure out how the particle box works. Once the box is created, it never rotates, but looking at part of the code, you would think it would rotate. I left a commented line in the code so that you can change the camera view to outside the train so that you can zoom up above the particle box to see how it works.


This line in precipitation.cs I'm guessing //var worldLocation = Program.Viewer.PlayerLocomotive.WorldPosition.WorldLocation;

Looking at the spawning of new particles loop, only the box height gets updated,
and the box doesn't has a compass heading property by the looks of it.


      for (var i = 0; i < numToEmit; i++)
            {
                var temp = new WorldLocation(worldLocation.TileX, worldLocation.TileZ, worldLocation.Location.X 
                + (float)((Viewer.Random.NextDouble() - 0.5) * ParticleBoxWidthM), 0, worldLocation.Location.Z 
                + (float)((Viewer.Random.NextDouble() - 0.5) * ParticleBoxLengthM));
                
                temp.Location.Y = Heights.GetHeight(temp, tiles, scenery);
                var position = new WorldPosition(temp);


            }


#14 User is offline   ErickC 

  • Superintendant
  • Group: Status: Elite Member
  • Posts: 1,001
  • Joined: 18-July 17
  • Gender:Male
  • Location:Hastings, MN, US
  • Simulator:ORTS
  • Country:

Posted 14 January 2022 - 06:55 PM

I heard Danny Beck is the TS community expert on Blizzard these days. :D

#15 User is offline   Weter 

  • Member, Board of Directors
  • PipPipPipPipPipPipPipPipPipPip
  • Group: ET Admin
  • Posts: 6,916
  • Joined: 01-June 20
  • Gender:Not Telling
  • Simulator:ORTS
  • Country:

Posted 12 February 2022 - 09:10 AM

https://www.youtube....h?v=N94NbB9LHR8
https://www.youtube....h?v=ACCYery__7Y
https://www.youtube....h?v=vcfJ9q6ujFo
https://www.youtube....h?v=g6xBrkv9kuk

#16 User is offline   Coonskin 

  • Open Rails Developer
  • Group: Status: Elite Member
  • Posts: 3,709
  • Joined: 15-January 04
  • Gender:Male
  • Location:Eastern Oklahoma
  • Country:

Posted 12 February 2022 - 06:30 PM

I very much hope for a fix for the poor snow/rain rendering in OR. That has been a very weak area within OR since snow/rain was implemented.

#17 User is offline   FS.E652 091 

  • Conductor
  • Group: Status: Active Member
  • Posts: 274
  • Joined: 22-April 14
  • Gender:Male
  • Location:Sicily
  • Simulator:ORTS
  • Country:

Posted 17 February 2022 - 10:36 AM

View PostCoonskin, on 12 February 2022 - 06:30 PM, said:

I very much hope for a fix for the poor snow/rain rendering in OR. That has been a very weak area within OR since snow/rain was implemented.


Not only that, there would be other improvements to be made in the field of precipitation .. such as the addition of localized atmospheric conditions according to the coordinates as in Flight Simulator, the management of Skydomes as happens in ETS2 and the removal of the horrendous effect. supernova that happens during the sunset .. the addition of atmospheric phenomena such as wind, storm, lightning and other of various types ..

I think that all this is the basis of a simulator .. and I hope it is brought ..!

#18 User is offline   scottb613 

  • Vice President
  • Group: Status: First Class
  • Posts: 2,973
  • Joined: 06-July 09
  • Gender:Male
  • Location:Downeast Maine (soon)
  • Simulator:ORTS
  • Country:

Posted 17 February 2022 - 10:46 AM

Hi Folks,

We've had many good ideas - just no programmers with the necessary skills and interest.

Attached Image: cobwebs.jpg

:p

Regards,
Scott

#19 User is offline   Weter 

  • Member, Board of Directors
  • PipPipPipPipPipPipPipPipPipPip
  • Group: ET Admin
  • Posts: 6,916
  • Joined: 01-June 20
  • Gender:Not Telling
  • Simulator:ORTS
  • Country:

Posted 26 February 2022 - 02:28 PM

https://www.youtube....h?v=II4UJv3x_B0

#20 User is offline   Coonskin 

  • Open Rails Developer
  • Group: Status: Elite Member
  • Posts: 3,709
  • Joined: 15-January 04
  • Gender:Male
  • Location:Eastern Oklahoma
  • Country:

Posted 26 February 2022 - 04:19 PM

View Postscottb613, on 17 February 2022 - 10:46 AM, said:

Hi Folks,

We've had many good ideas - just no programmers with the necessary skills and interest.

Attachment cobwebs.jpg

:p

Regards,
Scott



:rotfl:


Found this picture of an end user waiting for OR environment updates...


Attached Image: waiting.jpg


:D

  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users