Jump to content

fracica15

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by fracica15

  1. Surely if you are behind a proxy, minecraft SMP wont work anyways?

    (assuming your trying to play SMP over a secured network, such as a school or work place)

    Correct me if im wrong, i am interested :)

    I tried with SMP, it isn't using the proxy or something because it continues to give me unexpected end of file, which basically means it cannot authenticate your account, while the proxy allows you to log in to the technic launcher.

  2. I guess I made the poor assumption that the batch file was in the .techniclauncher directory. that folder needs to be made there. so like this for universal use:

    mkdir %appdata%\.techniclauncher\rtemp

    that should do it.

    Thanks! I'll try it when I get home. If you guys could let those who need a method like this know about this post I would appreciate it. Again, thanks for your help!

  3. Hey guys, I've made considerable progress with using proxies with the technic/tekkit launcher. This is the command I use in a .bat file with SOCKS, HTTP, HTTPS proxy servers. Hope this helps!

    java -Dsocks.proxyHost=65.175.251.250 -Dsocks.proxyPort=1757 -Dhttps.proxyHost=23.21.217.44 -Dhttps.proxyPort=3128 -dhttp.proxyHost=50.57.175.200 -dhttp.proxyPort=80 -jar technic-launcher-latest.jar

    I've tried running the jar in command prompt but it reboots with different parameters. The exe isn't considered a java program, so it doesn't run with proxy.

    This command works perfectly with the minecraft.exe

    Hope this helps!

×
×
  • Create New...