Portable Minetest

Murkle
New member
 
Posts: 8
Joined: Wed Mar 30, 2016 02:56

Portable Minetest

by Murkle » Sat Jun 25, 2016 21:57

So, I made a map with some epic stuff, and I want to show my friends, without installing Minetest on their pc. The question is, can I install Minetest on a flash drive? Not only would this be good for sharing stuff, but also for portability so I can play on any pc.

I will attempt this myself, and comment what happens here, but before I get a chance, I want to know your experience with this.
-Murkle
 

basil60
Member
 
Posts: 54
Joined: Sat Sep 12, 2015 22:07

Re: Portable Minetest

by basil60 » Sat Jun 25, 2016 23:37

When I start Minetest, I do it from a folder on the desktop. Not installed!!
Works fine!
 

User avatar
solars
Member
 
Posts: 370
Joined: Sat Jul 20, 2013 15:16

Re: Portable Minetest

by solars » Sun Jun 26, 2016 01:47

I have a Minetest on an external disk drive. I use a self compiled version. On some Linux-PC it runs, at some it don't. If it don't, it runs when I compile it on the PC, but this will be a problem, when the dev and compiler packages are not installed and you can't touch the drives of the PC.

I can't say, if there problemes of this kind at Windows too.

If you want show your maps, I have following tip for you:

Make a Linux-Boot-Disk that start Minetest. Runs at every PC that can boot from external drives.
If your friends have all Windows, download the portable version of VirtualBox and install it there.
Dinnae bother wi mah poor english, but hae a keek at th' pics 'o mah pure dead brilliant map Karsthafen:
English thread: [Map] Karsthafen
German thread: [Map] Karsthafen - Diskussionsthread
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

Re: Portable Minetest

by rubenwardy » Sun Jun 26, 2016 13:12

Simply pick up a portable version here: http://www.minetest.net/downloads/
 

User avatar
Krock
Member
 
Posts: 3598
Joined: Thu Oct 03, 2013 07:48
GitHub: SmallJoker

Re: Portable Minetest

by Krock » Sun Jun 26, 2016 13:40

I sometimes played Minetest on a Win7 computer at school, using a flash drive.
Well, it took about 30s to join a world because it's a very slow drive - but apart from that it works perfectly.
The Minetest build I used was self-compiled, others from the download page would work too.
Newest Win32 builds - Find a mod - All my mods
ALL YOUR DONATION ARE BELONG TO PARAMAT (Please support him and Minetest)
New DuckDuckGo !bang: !mtmod <keyword here>
 

Murkle
New member
 
Posts: 8
Joined: Wed Mar 30, 2016 02:56

Re: Portable Minetest

by Murkle » Mon Jun 27, 2016 05:11

Thank you all for your replies! I put the Minetest files on my flash drive and ran it on multiple PCs without any problems. I can now play my maps on different computers without having to transfer them, and I can share with my friends too! B-)
-Murkle
 

BirgitLachner
Member
 
Posts: 135
Joined: Thu May 05, 2016 10:18
In-game: Bibs

Re: Portable Minetest

by BirgitLachner » Wed Jun 29, 2016 07:37

What about a portable Version for Linux?

Can it be possible to have a version that is running on my OpenSuse and a Debian-Version, too!?
 

User avatar
jan6
Member
 
Posts: 55
Joined: Wed Dec 02, 2015 17:58
GitHub: jan69
IRC: jan6
In-game: jan6

Re: Portable Minetest

by jan6 » Wed Jul 06, 2016 08:57

BirgitLachner wrote:What about a portable Version for Linux?

Can it be possible to have a version that is running on my OpenSuse and a Debian-Version, too!?


There is a fully portable version of 0.4.13(https://portablelinuxgames.org/game/minetest), I hope someone bothers to make an 0.4.14 version soon enough with same or similar methods... (http://appimage.org/ and https://github.com/RazZziel/PortableLinuxGames may help)
also, it's possible to compile with run_in_place option so you can place it anywhere, but that needs dependecies installed in order to run(i think) and I'm not sure if, and how well it'll run on machines other than the one it's compiled on
 

User avatar
Calinou
Member
 
Posts: 3124
Joined: Mon Aug 01, 2011 14:26
GitHub: Calinou
IRC: Calinou
In-game: Calinou

Re: Portable Minetest

by Calinou » Wed Jul 06, 2016 20:51

jan6 wrote:
BirgitLachner wrote:What about a portable Version for Linux?

Can it be possible to have a version that is running on my OpenSuse and a Debian-Version, too!?


There is a fully portable version of 0.4.13(https://portablelinuxgames.org/game/minetest), I hope someone bothers to make an 0.4.14 version soon enough with same or similar methods... (http://appimage.org/ and https://github.com/RazZziel/PortableLinuxGames may help)
also, it's possible to compile with run_in_place option so you can place it anywhere, but that needs dependecies installed in order to run(i think) and I'm not sure if, and how well it'll run on machines other than the one it's compiled on


I began working on an AppImage for the latest Minetest Git (I could make one for 0.4.14 as well), but it currently does not run outside of the chroot it's being built in (Ubuntu 12.04 64-bit).
 

est31
Member
 
Posts: 172
Joined: Mon Dec 29, 2014 01:49

Re: Portable Minetest

by est31 » Wed Aug 10, 2016 08:05

I've made a flatpak build script for minetest. Using it one can create a build that works for all distros that support flatpak. https://github.com/est31/minetest-flatpak
 

twoelk
Member
 
Posts: 1092
Joined: Fri Apr 19, 2013 16:19

Re: Portable Minetest

by twoelk » Wed Aug 10, 2016 10:00

maybe this project could be reactivated: request for Minetest for PortableApps on Windows

One of the main problems was that you could not change all paths per minetest.config but would have to recompile as the relevant paths are hard coded. For example you can not take any build and decide per some configuration setting wether it works run_in_place or as system wide installation.

Imagine for example a usb stick with some worlds, texturepacks, games and mods in a common folder system while the executables reside in a parallel folder system, so that you could have a linux executable and a windows minetest.exe that both use the same common resources. Just walking from a windows pc to a linux machine and keep playing on the same local world.

The "PortableApps" file system needed something like that so that updating the minetest program did not touch the user created content. The solution Napiophelios came up with did some moving around of folders on start and back which wasn't ideal. Minetest should offer simpler ways of making this possible.
 


Return to Minetest General

Who is online

Users browsing this forum: No registered users and 12 guests

cron