Skip to content

Install Instructions

Laserzwei edited this page Nov 9, 2018 · 4 revisions

Install Instructions

Download it here

Put the contents of the /data/ folder, from the zip, into steam/.../Avorion/data/

This should overwrite /scripts/entity/claim.lua

Put the contents of the /mods/ folder, from the zip, into steam/.../Avorion/mods/

This should add the folder /mods/mOs/.

If you are updating:

Delete the /mods/mOS/ folder. And make sure server.lua is vanilla.

In case of mod conflicts

... with claim.lua:

The mos script requires to be attached to the asteroid. This happens in line 62 (vanilla) before terminate().

Add:

Entity():addScript("mods/mos/scripts/entity/moveAsteroid.lua")    --mOS

Clone this wiki locally