Gerold55 / laptop

Introducing the MineTest Laptop Mod
Other
26 stars 14 forks source link

Gallery/Photos App #95

Open Gerold55 opened 6 years ago

Gerold55 commented 6 years ago

An app that you can view images and screenshots from inside the minetest/mod folder.

Grizzly-Adam commented 6 years ago

First thing, I think, would be to control where the screenshots are saved. Can we change screenshot_path to ../screenshots ?? For instance, my screenshots are saved to my home directory on linux.

bell07 commented 6 years ago

We do not have a choice. All textures should be in textures folder. There is no dynamic textures load possible, so all "images/screenshots" needs to be in texture folder at server start. We need a lua table that is filled at init reading files in textures folder and select the "images" only. (Proposal: laptopart*.png ?) The lua table should be accessable by other mods trough global namespace so other mods/addon-packages can add aditional art pictures laptop.art_textures = {} ?