1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-25 09:44:02 +00:00
2 mod installation
False.Genesis edited this page 2018-12-24 21:55:54 +01:00

Instructions for OSE

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.

Instructions for older versions

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.