Ok so I have the .minecraft folder and the standalone launcher....so now what?
Iv tryed to run it through wine, but it says java is required, butiv already installed java to slitaz. So how to I implement java into wine?
Minecraft 1.4.5 and above!!!
(8 posts) (4 voices)-
Posted 11 years ago #
-
You can use this AnjoCaido launcher - http://199.91.152.131/z1x6v83knqfg/3x2h9asmx9n31v9/acminecraft.tar
It auto download 1.4.7 version of minecraft and autoupdate if need.Posted 11 years ago # -
Thank you very much for the file!! But wait...(newbie alert!!) I'm new to slitaz, so I do not know what to do with a "tar" file. I tried to convert it with:
Tazpkg convert acminecraft.tar
But it said that it was not a supported file....so now what?
Thanks!!
Posted 11 years ago # -
http://en.wikipedia.org/wiki/Tar_%28computing%29
tar xvf filename
Posted 11 years ago # -
Thank you! Just one last question, what do I run? The cmd executable, or the .jar?
Posted 11 years ago # -
Wait, I got it, you open the .jar. Is there a graphical achiver so I can see the files inside?
Posted 11 years ago # -
Maybe /usr/bin/minecraft from acminecraft.tar is what executes the jar file?
You have to install java-jre and possibly java-jdk to run the jar.#!/bin/sh
# fix for users of special IM modules
unset XMODIFIERS GTK_IM_MODULE QT_IM_MODULEexec java -Xmx1024M -Xms512M -cp /usr/share/minecraft/MinecraftSP.jar net.minecraft.LauncherFrame
Posted 11 years ago # -
thanks mojo! that worked! Do you know if there's a way to graphically look into .jar files? (as in looking at the files through a window, not on the command line) I could do it on windows with winrar, but because my hardrive is shot, I can only boot from slitaz. so is there a program like winrar or 7zip for slitaz?
Posted 11 years ago #
Reply
You must log in to post.