From 0f9440fa61fbfd95b0c06217d08b07c81c897ee0 Mon Sep 17 00:00:00 2001 From: sapier Date: Sun, 10 Nov 2013 19:37:45 +0100 Subject: Fix "TODO read modinfo" in modmanager to improve ui usability --- doc/lua_api.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') diff --git a/doc/lua_api.txt b/doc/lua_api.txt index c4d12db0f..db9a5e8fa 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -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. -- cgit v1.2.3