Tutorials/Playing and saving Minecraft on a thumb drive
| Warning
Since this is a wiki and anyone may modify any page at any time, it is suggested that you do not actually use this script but instead simply use it as a guideline for writing your own.
|
This tutorial explains how to run Minecraft on a Thumb/Flash/USB drive. It is useful if you want to keep your game data (worlds, texture packs, server list...) when switching computers.
Contents |
[edit] What you will need
- A Flash/Thumb drive with at least 256MB of space.
- A computer that runs Windows.
[edit] Collecting files
[edit] Preparations
As minecraft requires more than the single one file it obviously installed, we will collect all the files needed to run and sort them onto the thumb drive for easy access. Please note that if you do not do this right it could crash your Mc
- Plug in your thumb drive and open it
- Create a folder, name it Minecraft portable (or whatever you want) and double click it
- In that folder, create two new folders and name them bin and data
- Note: they must have those EXACT names since we're going to use them in the following steps.
- There are now three folders on the thumb drive, bin and data, both within Minecraft portable.
[edit] The client
Now to get and copy the client/launcher to the thumb drive:
- Locate your minecraft client
- should be something like C:\Program Files\Minecraft\Minecraft.exe
- If you have a shortcut on your desktop/start menu, you can right click it, click "Properties" and click "Open File Location".
- Copy said .exe and paste it into the bin folder
[edit] The data files
The Minecraft data files are still missing, here's how to find them:
- Press Windows + R
- type %APPDATA%
- hit ENTER
- Locate your .minecraft folder and copy it
- Copy said folder and paste it into the data folder
- Note: any texture packs or other stuff you might have are usually already included here.
[edit] Setting up
Now that all the data files are there, we need to tell windows how to handle them on the thumb drive and for that, we will create a batch file.
- Press Windows + R
- type notepad
- hit ENTER
- Here is the code, copy and paste it into notepad:
SET APPDATA=%CD%\data
bin\minecraft.exe
- Now click File, Save as ...
- Locate your Minecraft portable folder (not bin or data)
- As Filename use "Launcher.bat"
- Note: yes, including the "" - else you will get Launcher.bat.txt and it will not work.
[edit] All done
That's it, all should work perfectly. Every time just before minecraft launches there may appear a window for a short time but that's expected, it's just the batch file working. A simple double click on the newly created Launcher.bat will start minecraft and you can play as usual.
Keep in mind however, should you ever want to use a theme pack or other addon/plugin: when the respective instructions tell you to copy files you will need to use the .minecraft folder on your thumb drive. However, said themes/addons will then of course be integrated in your portable version. Note: This also works in dropbox
[edit] Source
If you have any trouble or just don't understand, the original source can be found in this thread.
[edit] Cryshal's Alternative Method
What you need:
- A flash drive. (I'd suggest around 2GB, but varies depending on how many worlds/texture packs you have)
- Windows
- First, create a folder named, say, "Flash MC". Then, go on over to get jPortablewhich lets you run Java right on your flash drive, without it being installed on the computer.
- You will want to install that onto your flash drive in a directory like \Flash MC\jPortable.
- Then, go to Minecraft Profile Manager's thread, and download it.
- Put it into your Portable MC folder. Follow the instructions. (Put minecraft.exe into the same folder that it is in)
- You should now be able to launch MPM, make a profile and download all the needed Minecraft files to play.
[edit] Note
- MPM runs using the Microsoft .NET framework, meaning it will not work on computers that aren't running Windows.
- Computers that are running windows should work just fine, unless they haven't been using Microsoft update.
I hope this helps you!



