1
Fork 0

MariENB Skyrim 2.3.2

This commit is contained in:
Marisa the Magician 2019-04-07 17:43:39 +02:00
commit f6c12c3a3b
32 changed files with 2878 additions and 435 deletions

View file

@ -1,6 +1,6 @@
/*
menbglobaldefs.fx : MariENB global shared code.
(C)2013-2016 Marisa Kirisame, UnSX Team.
(C)2013-2017 Marisa Kirisame, UnSX Team.
Part of MariENB, the personal ENB of Marisa.
Released under the GNU GPLv3 (or later).
*/
@ -20,6 +20,10 @@
#define WT_TEMPERATE 0.0
#define WT_HOT 1.0
#define WT_COLD 2.0
/* new additions */
#define WT_TEMPERATE_FOG 3.0
#define WT_COLD_FOG 4.0
#define WT_HOT_FOG 5.0
#define weatherfactor(id) ((WeatherAndTime.x==id)?(WeatherAndTime.y==id)\
?(1.0):(WeatherAndTime.z):(WeatherAndTime.y==id)\
?(1.0-WeatherAndTime.z):(0.0))