[0.17.67] Chemical plant smoke animation choppy
[0.17.67] Chemical plant smoke animation choppy
New chemical plante is cool, but smoke animation looking weak.
- Attachments
-
- 1.gif (12.67 MiB) Viewed 5509 times
Re: Version 0.17.67
I can't reproduce this, how is this happen? Do you have some reduced gfx settings? Is it modded? I have a 12-beaconed chemical plant making solid fuel but the smoke is completely fine.kaiflife wrote: Tue Sep 03, 2019 9:36 pm New chemical plante is cool, but smoke animation looking weak.
- KunibertSegensreich
- Inserter
- Posts: 21
- Joined: Fri Jun 08, 2018 9:22 pm
- Contact:
Re: Version 0.17.67
To me it looks like if there is not enough input product or no space for output product and plant only runs for a very short time.I can't reproduce this, how is this happen?
All my chemical plants do the same synced smoke cloud, looks wired, too.
Re: Version 0.17.67
I just update the game and it going like this all the time. In fact, beacons don't effect chemical plant smoke at all, which is strange, because fire from Oil refinery's running like from sort of turbine.V453000 wrote: Wed Sep 04, 2019 9:36 amI can't reproduce this, how is this happen? Do you have some reduced gfx settings? Is it modded? I have a 12-beaconed chemical plant making solid fuel but the smoke is completely fine.kaiflife wrote: Tue Sep 03, 2019 9:36 pm New chemical plante is cool, but smoke animation looking weak.
No mods
No problems with cpu, gpu, ram.
Max gfx settings. I tried to change it, same smoke.
Savefile: https://drive.google.com/file/d/1wsDwzs ... sp=sharing
- Attachments
-
- 3.jpg (251.89 KiB) Viewed 5038 times
-
- 2.gif (12.5 MiB) Viewed 5038 times
-
- Inserter
- Posts: 23
- Joined: Thu Mar 21, 2019 12:51 am
- Contact:
Re: Version 0.17.67
I kinda wonder if (and am kinda amused by the prospect) that we might be having a beat frequency issue here... Like what happens when watching a ceiling fan in a strobe light, or more amusingly the videos of helicopters taking off where the camera frame rate harmonizes with the propeller frequency, such that the blades look like they aren't moving, the helicopter just picks up and moves.
Basically is it possible that the change rate of the smoke is happening just off kilter with the frame rate of the view?
Though that wouldn't explain why the slower chem plant is changing at the same rate as the faster ones
Re: Version 0.17.67
from what i briefly saw in 0.17.67, smoke isn't affected by chemical plant speed. This is a great feature, because smoke of this size would look REALLY weird on *10 speed...gorothdablade wrote: Wed Sep 04, 2019 4:06 pmThough that wouldn't explain why the slower chem plant is changing at the same rate as the faster ones
Re: [0.17.67] Chemical plant smoke animation choppy
Deploy is already running so I didn't put it to the changelog, but it's fixed for 0.17.68
Thank you Loewchen for splitting the topic.
Thank you Loewchen for splitting the topic.
-
- Inserter
- Posts: 23
- Joined: Thu Mar 21, 2019 12:51 am
- Contact:
Re: [0.17.67] Chemical plant smoke animation choppy
Just out of curiosity what was it?posila wrote: Wed Sep 04, 2019 4:44 pm Deploy is already running so I didn't put it to the changelog, but it's fixed for 0.17.68
Thank you Loewchen for splitting the topic.
Re: [0.17.67] Chemical plant smoke animation choppy
No one can ever know.
Alright, alright ... here is a hint; the frame index was calculated as gameTick * animationSpeed. gameTick is uint32_t, animatioSpeed is float ... 0.5f for this particular animation.