How can I do this? I have looked over the forums and haven't found solutions that work. I don't really know what I should post. I have come no closer to finding a solution by myself... So I am turning towards you guys.
Thanks,
Brian
You are here
Redirecting %APPDATA%\folder to Data\folder
September 19, 2010 - 12:44pm
#1
Redirecting %APPDATA%\folder to Data\folder
With the PortableApps.com Launcher, the most consistent and reliable way to do it is to move the directory:
You can also try changing the APPDATA environment variable; this may or may not work - if an app uses system calls to get APPDATA, changing APPDATA will just break it, but many apps just look at the APPDATA environment variable, so in the case of many games it becomes OK to change it. It needs a bit of experimentation in general, and if in doubt, move the directory instead.
I am a Christian and a developer and moderator here.
“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1
Well... It kinda worked. The second one didn't find the stuff in APPDATA and the first didn't either, but it did move it.
I am making a game portable for my personal use because there are places I'd like to play it that I do not have the rights to install/download it. The game is Minecraft if you are wondering.
i too would like to see minecraft made portable
it's great to play when i finish with my work and am waiting for my class to get out at school, and it would be nice to be able to take my saves with me
Never knock on Death's door: ring the bell and run away! Death really hates that!
Matt Frewer
I found this while looking on for a portable version
http://en.kioskea.net/faq/9814-portable-minecraft-minecraft-on-your-usb-key
They create a bat file and use this code:
set APPDATA=%CD%\data
bin\minecraft.exe
Would love to see this in "app format" so I could add it to my suite.
See the link for more info.
Hope I helped.