1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-22 17:18:39 +00:00

Fix "TODO read modinfo" in modmanager to improve ui usability

This commit is contained in:
sapier 2013-11-10 19:37:45 +01:00
parent d75b1718f8
commit 0f9440fa61
4 changed files with 130 additions and 17 deletions

View file

@ -100,6 +100,8 @@ Mod directory structure
mods
|-- modname
| |-- depends.txt
| |-- screenshot.png
| |-- description.txt
| |-- init.lua
| |-- textures
| | |-- modname_stuff.png
@ -121,6 +123,12 @@ depends.txt:
to a single modname. Their meaning is that if the specified mod
is missing, that does not prevent this mod from being loaded.
screenshot.png:
A screenshot shown in modmanager within mainmenu.
description.txt:
File containing desctiption to be shown within mainmenu.
optdepends.txt:
An alternative way of specifying optional dependencies.
Like depends.txt, a single line contains a single modname.