jordan4ibanez wrote:fresh installer (deletes everything but map)
RabbiBob wrote:Nicejordan4ibanez wrote:fresh installer (deletes everything but map)
I have a process (not script) that I'm tinkering with and it I have the following steps
1) Back up the current entire directory
2) Rename the current directory
3) Install the package
4) copy world & data from the previous install into new directory (carries world and mods over)
5) copy minetest.conf from previous install into new directory
5) Run bin/minetestserver and verify all the mods work correctly
jordan4ibanez wrote:-create desktop icon on install
cp $HOME/minetest/misc/minetest.desktop $HOME/Desktop/Minetest.desktop
test -f ${XDG_CONFIG_HOME:-~/.config}/user-dirs.dirs && source ${XDG_CONFIG_HOME:-~/.config}/user-dirs.dirs
...
cp $HOME/minetest/misc/Minetest.desktop ${XDG_DESKTOP_DIR:-$HOME/Desktop}/Minetest.desktop
JSonic wrote:Looks cool! I think it would work also with other debian based distros too.jordan4ibanez wrote:-create desktop icon on install
Maybe you could useYour phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
cp $HOME/minetest/misc/minetest.desktop $HOME/Desktop/Minetest.desktop
or evenYour phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
test -f ${XDG_CONFIG_HOME:-~/.config}/user-dirs.dirs && source ${XDG_CONFIG_HOME:-~/.config}/user-dirs.dirs
...
cp $HOME/minetest/misc/Minetest.desktop ${XDG_DESKTOP_DIR:-$HOME/Desktop}/Minetest.desktop
JSonic wrote:Python. GUI would be good and (almost) every linux user has it preinstalled, so that's not a problem.
Hackeridze wrote:Maybe you should remove "-DRUN_IN_PLACE=1" and compile minetest in ~/.minetest/sources and copy(after compiling) game and server binaries into ~/.minetest/bin.
Also add "Run game" and "Run server" lines in menu.
Hackeridze wrote:Maybe you should remove "-DRUN_IN_PLACE=1" and compile minetest in ~/.minetest/sources and copy(after compiling) game and server binaries into ~/.minetest/bin.
Also add "Run game" and "Run server" lines in menu.
jordan4ibanez wrote:launcher.sh: http://pastebin.com/veCsaYVt
fresh.sh: http://pastebin.com/2jqGnELd
modremove.sh: http://pastebin.com/tyS8pGGP
worldbackup.sh: http://pastebin.com/UggTSjRr
worldrestore.sh: http://pastebin.com/KbhNXFfg
confstore.sh: http://pastebin.com/CATeRuVs
confrestore.sh: http://pastebin.com/G4LjRvjj
>>>>>>>HERE IS THE DOWNLOAD (.zip) http://ubuntuone.com/2Wp3hRomdTjvri6p73i0Ru
RabbiBob wrote:I didn't try your Installer, but I'm thinking the two latest builds might require some shifting of things due to the new directory structure. I've outlined my changes in another thread and it took a few minutes to migrate to the latest build once I determined the differences.
http://c55.me/minetest/forum/viewtopic.php?pid=15747#p15747
Users browsing this forum: No registered users and 1 guest