1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-02-18 02:34:57 +00:00

Updated mod installation (markdown)

False.Genesis 2018-12-24 21:55:54 +01:00
parent cba7bbd3df
commit 33e976f763

@ -1,10 +1,10 @@
# Instructions for OSE
Use the in-game mod downloader. This will download an [[`.aqmod` file|aqmod-file]] to the correct place on your disk and you will be able to use the mod right away.
Use the in-game mod downloader. This will download an [[.aqmod file|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|aqmod-file]] and drop it into the [[_mods|directories#_mods]] directory. The mod should appear in the mod list the next time the mod list is opened.
Alternatively, download the mod as [[.aqmod file|aqmod-file]] and drop it into the [[_mods|directories#_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|aqmod-file]] is not editable. You need to extract the file if you plan to make edits.
Note that a mod that comes as [[.aqmod file|aqmod-file]] is not editable. You need to extract the file if you plan to make edits.
Alternatively, follow the instructions below.
@ -14,6 +14,9 @@ The mod should come as a **zip**, **rar**, **7z** or similar kind of archive. As
* `_mods/<whatever>.xml` ([[Mod main XML|mod-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.
are present.
This directory structure is mandatory, else the game won't recognize the mod.
Check the included example mods if in doubt.