mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-29 03:33:48 +00:00
Created mod compatibility (markdown)
parent
6249d63643
commit
3ffce3109c
1 changed files with 63 additions and 0 deletions
63
mod-compatibility.md
Normal file
63
mod-compatibility.md
Normal file
|
@ -0,0 +1,63 @@
|
|||
When you download a mod manually, make sure it is compatible with the version you are using.
|
||||
If you download a mod via OSE's built-in downloader it should be compatible without problems.
|
||||
|
||||
# 1.0.x (2007-2008, Windows only)
|
||||
|
||||
Not much information is present about mods for this old version. Since the game and data files were packed with Molebox and not easily accessible, not much was known and no modding took place.
|
||||
|
||||
This version can be quickly identified during start-up as it has an ugly grey bar as loading screen.
|
||||
|
||||
Don't attempt to make mods for this version!
|
||||
|
||||
This is also the version that the [official demo](http://www.bit-blot.com/aquaria/demo.html) is based on.
|
||||
|
||||
If, for some reason, you still have this version, upgrade to 1.1.x as described in the [update forum post](http://www.bit-blot.com/forum/index.php?topic=4313.0). Direct link to the [update tool](http://fg.wzff.de/pub/aquaria/stuff/AQAntiStoneAgePatch.zip) (windows only).
|
||||
|
||||
# 1.1.x (2008 - ...)
|
||||
|
||||
The 1.1.x versions are very compatible and functionally equal. There are a few differences to watch out for that are described below. Known versions:
|
||||
|
||||
* **1.1.0** (Mac: Humble bundle, Ambrosia Software)
|
||||
* **1.1.1** (Windows: Plimus, Humble Bundle, Humble Store, GOG.com)
|
||||
* **1.1.2** (Windows version on Steam)
|
||||
* **1.1.3** (All Linux versions)
|
||||
|
||||
### Known bugs / problems / annoyances
|
||||
|
||||
* Level editor: Crashes when deleting custom entity
|
||||
* Unknown crash that triggers on some boss fights in [Labyrinth mod](http://www.bit-blot.com/forum/index.php?topic=4319.0)
|
||||
* No support for display resolutions < 5:4
|
||||
* Mo world map support for mods.
|
||||
|
||||
## Known differences and gotchas by version:
|
||||
|
||||
### 1.1.0 (Mac)
|
||||
|
||||
* Some graphics files are missing:
|
||||
|
||||
```
|
||||
gfx/drask/*.png
|
||||
gfx/queen-statue/*.png
|
||||
```
|
||||
If you use those in mods they will show up as white squares. If you want to use them, your mods must include them.
|
||||
|
||||
* [[Template scripts|template-scripts]] must be included specially (see version note on that page).
|
||||
|
||||
|
||||
### 1.1.1 (Windows, Plimus, Humble Bundle, Humble Store, GOG.com)
|
||||
|
||||
No special issues known.
|
||||
|
||||
### 1.1.2 (Steam+Windows)
|
||||
|
||||
* Possibly minor (unknown) bug fixes compared to 1.1.1
|
||||
* Adds Steam achievements
|
||||
|
||||
### 1.1.3 (Linux versions)
|
||||
|
||||
* Fails to load custom particle effects and shots
|
||||
* Has a custom replacement for Steam achievements, but it is not possible to create custom achievements.
|
||||
|
||||
# OSE (formerly called 1.1.3+)
|
||||
|
||||
* Fixes all known bugs from previous versions as long as backwards compatibility is preserved.
|
Loading…
Reference in a new issue