Difference between revisions of "Atom"

Jump to navigation Jump to search
15 bytes removed ,  21:58, 20 June 2016
Reorganized config file
imported>Kicoax
m (Updated Wikipedia link template)
imported>Kicoax
(Reorganized config file)
Line 57: Line 57:
Place the below text into a file called <code>.build-papyrus.yml</code> in the base folder you have open in Atom:
Place the below text into a file called <code>.build-papyrus.yml</code> in the base folder you have open in Atom:
<pre>game: fallout4
<pre>game: fallout4
output: C:\Program Files (x86)\Steam\SteamApps\common\Fallout 4\Data\Scripts\
imports:
imports:
     - C:\Program Files (x86)\Steam\SteamApps\common\Fallout 4\Data\Scripts\Source\User
     - C:\Program Files (x86)\Steam\SteamApps\common\Fallout 4\Data\Scripts\Source\User
Line 62: Line 63:
     - C:\Program Files (x86)\Steam\SteamApps\common\Fallout 4\Data\Scripts\Source\DLC02
     - C:\Program Files (x86)\Steam\SteamApps\common\Fallout 4\Data\Scripts\Source\DLC02
     - C:\Program Files (x86)\Steam\SteamApps\common\Fallout 4\Data\Scripts\Source\DLC01
     - C:\Program Files (x86)\Steam\SteamApps\common\Fallout 4\Data\Scripts\Source\DLC01
     - C:\Program Files (x86)\Steam\SteamApps\common\Fallout 4\Data\Scripts\Source\Base
     - C:\Program Files (x86)\Steam\SteamApps\common\Fallout 4\Data\Scripts\Source\Base</pre>
output: C:\Program Files (x86)\Steam\SteamApps\common\Fallout 4\Data\Scripts\
optimize: true</pre>
If your mod's scripts are outside of the game's scripts directory, make sure you add it to the <code>imports</code> setting, and change the <code>output</code> directory.
If your mod's scripts are outside of the game's scripts directory, make sure you add it to the <code>imports</code> setting, and change the <code>output</code> directory.
If you do not have the DLC, simply remove them from the <code>imports</code> setting.
If you do not have the DLC, simply remove them from the <code>imports</code> setting.
Anonymous user

Navigation menu