Difference between revisions of "Weather"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(Wrong Category - Changed the Weather object to WorldData category.)
imported>Qazaaq
Line 1: Line 1:
[[Category:Editor Reference]]
[[Category:Object_Classes]]
[[Category:Object_Classes]]
[[Category:WorldData]]
[[Category:WorldData]]
'''Papyrus:''' [[Weather Script]]
=Object=
'''Weather''' objects are found in the [[Object Window]] under [[:Category:WorldData|WorldData]].
<br><br>
To create a new Weather, right-click in the list of Weathers in the [[Object Window]] and select "new" from the popup. To create a new Weather based off an existing one, right-click the Weather you wish to use as a basis and select "duplicate".  To delete an existing Weather, right-click that Weather and select delete.
[[File:Weather Editor.png]]
== Editor Dialog ==
*'''ID:''' The editor ID which is used by the Creation Kit.
*'''Show Color In Render Window:'''
== See Also ==
*[[:Category:WorldData|WorldData Category]]

Revision as of 01:34, 13 June 2016

Papyrus: Weather Script

Object

Weather objects are found in the Object Window under WorldData.

To create a new Weather, right-click in the list of Weathers in the Object Window and select "new" from the popup. To create a new Weather based off an existing one, right-click the Weather you wish to use as a basis and select "duplicate". To delete an existing Weather, right-click that Weather and select delete.

Weather Editor.png

Editor Dialog

  • ID: The editor ID which is used by the Creation Kit.
  • Show Color In Render Window:

See Also