arma3:changing-skybox
Differences
This shows you the differences between two versions of the page.
arma3:changing-skybox [2021/08/15 16:45] – created initial page. snakeman | arma3:changing-skybox [2024/08/03 11:53] (current) – links added. snakeman | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== ArmA 3 Changing Skybox ====== | ====== ArmA 3 Changing Skybox ====== | ||
+ | |||
+ | [[https:// | ||
**2021-08-14** | **2021-08-14** | ||
Line 5: | Line 7: | ||
**Some basics on changing your skybox** by Jujurat. | **Some basics on changing your skybox** by Jujurat. | ||
- | Notes to consider: | + | Notes to consider:\\ |
- | Arma 3 does not handle skies in the same way as predecessor titles, skies are optimized for the visual update and for the TruSky Simulweather Systems. You can get mixed results depending on your lighting configuration. I personally use a custom lighting configuration that draws formatting/ | + | ArmA 3 does not handle skies in the same way as predecessor titles, skies are optimized for the visual update and for the TruSky Simulweather Systems. You can get mixed results depending on your lighting configuration. I personally use a custom lighting configuration that draws formatting/ |
<code cpp> | <code cpp> | ||
Line 50: | Line 52: | ||
</ | </ | ||
- | This is a snippet of code that declares what sky textures to use for my Heilstein terrain. Essentially, | + | This is a snippet of code that declares what sky textures to use for my Heilstein terrain. Essentially, |
- | Every skybox material has the sky paa itself, an lco, and the horizont image. You can look at the textures themselves to see how they' | + | |
- | Arma 3 by itself doesn' | + | |
- | With the release of Arma 3, they added volumetric clouds which instead populate the sky with certain densities based on Overcast values. Typically, in a terrain, they will all use one skybox texture. Because of this, BI decided with the visual update to give skies a color value based on the lighting configurations. This will make skybox textures tinted with a certain color value based on the time of the day. This both enhances and deteriorates the quality of your textures, for example, they might be slightly dimmer than Arma 2's visual representation of it and so forth. | + | With the release of ArmA 3, they added volumetric clouds which instead populate the sky with certain densities based on Overcast values. Typically, in a terrain, they will all use one skybox texture. Because of this, BI decided with the visual update to give skies a color value based on the lighting configurations. This will make skybox textures tinted with a certain color value based on the time of the day. This both enhances and deteriorates the quality of your textures, for example, they might be slightly dimmer than Arma 2's visual representation of it and so forth. |
- | Arma 3 also uses a new sky object, often labeled as " | + | ArmA 3 also uses a new sky object, often labeled as " |
<code cpp> | <code cpp> | ||
Line 80: | Line 80: | ||
</ | </ | ||
- | Just like everything else, you can make your own cloud models or just use Arma 3's, or Arma 2's. They will not show in Arma 3 however. | + | Just like everything else, you can make your own cloud models or just use ArmA 3's, or ArmA 2's. They will not show in ArmA 3 however. |
- | Lastly, if you'd like to disable | + | Lastly, if you'd like to disable |
<code cpp> | <code cpp> | ||
Line 99: | Line 99: | ||
Every Weather class in the parent class Overcast has a cloudiness boolean. You can set this to zero for every Weather class. This will disable clouds. An alternative way to make it never rain and also disable the clouds is to change the base height of them, but I do not recommend doing it this way. If you set the base height to something like zero, it will rain, but you will never see the rain because it will be raining below you. :) | Every Weather class in the parent class Overcast has a cloudiness boolean. You can set this to zero for every Weather class. This will disable clouds. An alternative way to make it never rain and also disable the clouds is to change the base height of them, but I do not recommend doing it this way. If you set the base height to something like zero, it will rain, but you will never see the rain because it will be raining below you. :) | ||
- | Back to [[arma3: | + | Back to [[arma3: |
arma3/changing-skybox.1629045933.txt.gz · Last modified: 2021/08/15 16:45 by snakeman