diff --git a/mod-installation.md b/mod-installation.md index bca1c10..0db3998 100644 --- a/mod-installation.md +++ b/mod-installation.md @@ -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/.xml` ([[Mod main XML|mod-xml]] file) * `_mods//mod-init.lua` * `_mods//` -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. \ No newline at end of file