User Tools

Site Tools


arma3:changing-skybox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

arma3:changing-skybox [2021/08/15 16:45] – created initial page. snakemanarma3:changing-skybox [2024/08/03 11:53] (current) – links added. snakeman
Line 1: Line 1:
 ====== ArmA 3 Changing Skybox ====== ====== ArmA 3 Changing Skybox ======
 +
 +[[https://www.pmctactical.org/forum/viewforum.php?f=68|ArmA 3 Forum]], [[:arma3|ArmA 3]], [[arma3:config|ArmA 3 Config]], [[arma3:missions|ArmA 3 Missions]], [[arma3:modeling|ArmA 3 3D Modeling]], [[arma3:scripting|ArmA 3 Scripting]], [[arma3:terrain|ArmA 3 Terrain]], [[arma3:texturing|ArmA 3 Texturing]], [[arma3:tools|ArmA 3 Tools]]
  
 **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/structure from Livonia's.+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/structure from Livonia's.
  
 <code cpp> <code cpp>
Line 50: Line 52:
 </code> </code>
  
-This is a snippet of code that declares what sky textures to use for my Heilstein terrain. Essentially, skybox textures are selected based on overcast values. Weather1 is the result when Overcast = 0, to put it simply. +This is a snippet of code that declares what sky textures to use for my Heilstein terrain. Essentially, skybox textures are selected based on overcast values. Weather1 is the result when Overcast = 0, to put it simply. 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're setup and so forth, but typically it's pretty simple. Something to note is that ArmA 3 by itself doesn't use this system heavily anymore.
-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're setup and so forth, but typically it's pretty simple. Something to note is that +
-Arma 3 by itself doesn't use this system heavily anymore.+
  
-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 "Obloha" (we can assume that's czech), so Arma 2's sky textures will be warped because they are textured to fit Arma 2's sky object's UV properties. You can either make your own textures for Arma 3 by using Arma 3's sky object's UV properties, or use Arma 2's sky object.+ArmA 3 also uses a new sky object, often labeled as "Obloha" (we can assume that's czech), so Arma 2's sky textures will be warped because they are textured to fit Arma 2's sky object's UV properties. You can either make your own textures for ArmA 3 by using ArmA 3's sky object's UV properties, or use Arma 2's sky object.
  
 <code cpp> <code cpp>
Line 80: Line 80:
 </code> </code>
  
-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 Arma 3's volumetric clouds, there's no real way to disable the system entirely. However. You can hide them and get them not to show.+Lastly, if you'd like to disable ArmA 3's volumetric clouds, there's no real way to disable the system entirely. However. You can hide them and get them not to show.
  
 <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:terrain|arma3 terrain]].+Back to [[arma3:terrain|ArmA 3 Terrain]].
  
arma3/changing-skybox.1629045933.txt.gz · Last modified: 2021/08/15 16:45 by snakeman

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

All PMC web site download services are temporarily suspended until web site yearly fees have been recovered, want to download addons/mods? Then Support PMC.

If you are grateful for all the work PMC has done in the past 25 years, use Support PMC page.