• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

weathersurvival.xml: Are more properties available in a18.x than those in the file?

  • Thread starter Thread starter doughphunghus
  • Start date Start date
D

doughphunghus

Guest
Even though all the xml properties are documented in the file, I've seem some older posts (not 18.x) with more properties. Are there more properties available you can set? In a18.3 there are only 10 properties in the file, plus TemperatureHeight.

If there are more properties not in the file, what are the defaults (like are they all set to 0 if not explicitly set)?

 
Just the rest is implemented through buffs.

Now there are written buffs that control this. Or it is possible to create these buffs yourself, while the developers believe that this is not a priority.

Look at the "buffElementWet" buff - it works with system variables.

 
I would just wait on doing anything major.

Code:
//onGameRainStart, //Hook Up
//onGameRainEnd, //Hook Up
//onGameSnowStart, //Hook Up
//onGameSnowEnd, //Hook Up
//onGameFogStart, //Hook Up
//onGameFogEnd, //Hook Up
These are all slated to be added at some point.

 
Cool. I'll wait patiently then and mess with them when they come out :)

 
Back
Top