Page 1 of 1

Self-Updater

PostPosted: Thu Dec 01, 2011 11:04
by Dogers
I don't know anything about coding , but if I understood well so far , in the 04 dev-version , every added content will considered as mod in Lua scripts ?

Maybe it's possible to make a self updater as a Mod . It offers us the possibility to choose between stable-release update or dev-release update .

Don't know if it's possible , but it may be interesting if it does !

PostPosted: Thu Dec 01, 2011 11:51
by neko259
For now many users compile the game by theirselves. They will lose the profit of compiling with this option.

PostPosted: Thu Dec 01, 2011 12:10
by Dogers
Is it not possible to compile the source , and when Lua scripts content is added , the updater will download it ?

PostPosted: Thu Dec 01, 2011 13:25
by neko259
Dogers wrote:Is it not possible to compile the source , and when Lua scripts content is added , the updater will download it ?


It's possible to update. But users with different systems and architectures use different binaries. If you want minetest to update itself, you need to make versions for every system.

But there's need for auto-updater for windows only. Linux users already have repositories for that purpose.

PostPosted: Thu Dec 01, 2011 13:42
by Dogers
Okay I got it !

PostPosted: Thu Dec 01, 2011 13:50
by TBC_x
you can just make a little shell script, that will do everything for you :)