Is there ANY way to change your Minecraft Offline name that works? I'm trying to play LAN with a friend (Stupid minecraft servers are down) and we're both player, so it says "That Name is already Taken!". Soo.. Yeahh.. the .bat all over the internet, I've checked EVERY. SINGLE. WEBSITE. and they're all 1.5_1 (Beta). Any, ANY solution? I'm running 1.4.4 btw.
I just wrote this batch file up quickly, but I tested it and it should work.
@echo off
title Minecraft Offline
echo Minecraft Offline Launcher
set mcinstall=%appdata%\.minecraft\bin\
set /p usrname=Enter a username^>
cls
cd %mcinstall%
echo Launching Minecraft with username: %usrname%.
start javaw -cp minecraft.jar;lwjgl.jar;lwjgl_util.jar -Djava.library.path="natives" net.minecraft.client.Minecraft "%usrname%"
exit
I just wrote this batch file up quickly, but I tested it and it should work.
@echo off
title Minecraft Offline
echo Minecraft Offline Launcher
set mcinstall=%appdata%\.minecraft\bin\
set /p usrname=Enter a username^>
cls
cd %mcinstall%
echo Launching Minecraft with username: %usrname%.
start javaw -cp minecraft.jar;lwjgl.jar;lwjgl_util.jar -Djava.library.path="natives" net.minecraft.client.Minecraft "%usrname%"
exit
Copy all the text into notepad. Change "Enter a username" to your desired name. Save as, change file type to "All files", name it something.bat, the only thing that matters is the suffix, .bat, do not change that. Then save. Double click on the file you just saved.
When i run the batch I get the error "Windows cannot find 'javaw'. Make sure you typed the name correctly, then try again." Anyone have any ideas on how to fix this? Thank you.
I. Love. You.
-
View User Profile
-
View Posts
-
Send Message
Retired StaffCopy all the text into notepad. Change "Enter a username" to your desired name. Save as, change file type to "All files", name it something.bat, the only thing that matters is the suffix, .bat, do not change that. Then save. Double click on the file you just saved.
it opens the cmd window I enter my name then hit enter but nothing happens