Anarchic Frontiers Minecraft Server

Anarchic Frontiers Forums => Anarchic Frontiers Chat => Topic started by: Intangir on July 08, 2012, 06:53:16 pm



Title: how to log in with a name, in offline mode
Post by: Intangir on July 08, 2012, 06:53:16 pm
you make a shortcut or a .bat file with this command in it:

java -Xms512m -Xmx512m -cp "%APPDATA%\.minecraft\bin\*"; -Djava.library.path="%APPDATA%\.minecraft\bin\natives" net.minecraft.client.Minecraft "YourName"


Title: Re: how to log in with a name, in offline mode
Post by: Intangir on July 08, 2012, 06:57:25 pm
you can change 512 to 1024 for more ram usage


Title: Re: how to log in with a name, in offline mode
Post by: Kefka on July 18, 2012, 01:53:26 am
and for linux
java -Xms512m -Xmx1024m -cp "$HOME/.minecraft/bin/*" -Djava.library.path="$HOME/.minecraft/bin/natives net.minecraft.client.Minecraft" "username"