TalonBraveInfo / OpenHoW

Open-source reimplementation of Gremlin's Hogs of War (PC/PSX).
http://talonbrave.info
GNU General Public License v3.0
166 stars 13 forks source link

Changes for mod implementation #126

Closed hogsy closed 4 years ago

hogsy commented 4 years ago

Properties

Variable Description
name The name of the modification.
author Creator/s of the modification.
version Version of the modification.
dependencies Array of modifications this mod depends on.
dependencies > name The name of the mod we depend on.
dependencies > version The version of the mod we depend on.

Scenarios structure will stay the same for now. Might be worth considering moving it into it's own scripts/scenarios dir though? 🤔

hogsy commented 4 years ago

Done in mod-mounting branch, closing.