Jump to content
  • 0

Launch Technic with Custom Name?


Question

Posted

My friend wants to join my Tekkit server and he wants to use a custom username , now I know in windows If you pop open notepad you can create a batch file with these commands (Listed Below) to launch Minecraft with a custom name. I've looked over the net and I can't seem to find anything similar, so I'm wondering if anyone can help me create something similar in a batch file for Tekkit? I've posted the commands I used below, the one for Minecraft currently works for 1.2.5. However the command I tried for Tekkit din't work so I'm wonder can someone help with making a batch file for Tekkit.

MINECRAFT CODE

java -Xms512m -Xmx1024m -cp "%APPDATA%\.minecraft\bin\*" -Djava.library.path="%APPDATA%\.minecraft\bin\natives" net.minecraft.client.Minecraft "USERNAME HERE"

|

|

\|/

FAILED TEKKIT COMMAND

java -Xms512m -Xmx1024m -cp "%APPDATA%\.techniclauncher\tekkit\" -Djava.library.path="%APPDATA%\.techniclauncher\tekkit\bin\natives" net.minecraft.client.Minecraft "USERNAME HERE"

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...