-
Notifications
You must be signed in to change notification settings - Fork 82
mod installation
False.Genesis edited this page Dec 24, 2018
·
2 revisions
Use the in-game mod downloader. This will download an .aqmod file to the correct place on your disk and you will be able to use the mod right away.
Alternatively, download the mod as .aqmod file and drop it into the _mods directory. The mod should appear in the mod list the next time the mod list is opened.
Note that a mod that comes as .aqmod file is not editable. You need to extract the file if you plan to make edits.
Alternatively, follow the instructions below.
The mod should come as a zip, rar, 7z or similar kind of archive. Assuming the mod is called whatever, simply extract the archive to _mods so that
-
_mods/<whatever>.xml
(Mod main XML file) _mods/<whatever>/mod-init.lua
_mods/<whatever>/<all other mod files and folders>
are present.
This directory structure is mandatory, else the game won't recognize the mod.
Check the included example mods if in doubt.