Difference between revisions of "Atom"

20 bytes added ,  18:39, 22 June 2016
m
Changed pre to source
imported>Kicoax
m (Updated Sublime Text snippets link)
imported>Kicoax
m (Changed pre to source)
Line 58: Line 58:
====Manual configuration====
====Manual configuration====
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
<source lang="yaml">
game: fallout4
output: C:\Program Files (x86)\Steam\SteamApps\common\Fallout 4\Data\Scripts\
output: C:\Program Files (x86)\Steam\SteamApps\common\Fallout 4\Data\Scripts\
imports:
imports:
Line 65: Line 66:
     - 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</pre>
     - C:\Program Files (x86)\Steam\SteamApps\common\Fallout 4\Data\Scripts\Source\Base
</source>
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