Jump to content

Is it possible to change where the Tekkit Launcher writes to?


Recommended Posts

Posted

I was wondering if you can change where the launcher makes the .tekkitlauncher folder? And if you can, how? Thanks in advance.

Edit:

I've noticed that i have almost 100 views on this topic and no replies. Any ideas at all people?

Posted

In Windows, make a batch file with this text:

@echo off

set APPDATA=<INSERT WHERE YOU WANT .TECHNICLAUNCHER HERE>

java -jar Technic.jar (that's what I've renamed my Technic launcher jar to)

Posted

It is not working for me. I want it to write to my appdata/local/temp. My jar is named .minecraft (i think). Could you put the code in context? Thanks.

Posted

Why would you write it to temp? It'd be erased if someone were to Disk Cleanup..

Use a USB flash drive and install technic there (you even get a local copy of java there!) and no harm done (unless your school computers don't have USB ports, which then means they suck)

Posted

It is not working for me. I want it to write to my appdata/local/temp. My jar is named .minecraft (i think). Could you put the code in context? Thanks.

.minecraft Is the directory where vanilla is installed. Techniclauncher's default location is .techniclauncher .

Move .techniclauncher to whatever location you want it and put a batchfile in the same location as the directory with :

set APPDATA=%CD%

java -jar .techniclauncher\technic-launcher.jar

That should work I think (if there is java 7 installed added to PATH or whatever its called in win)Just make sure that you put the batchfile in the same location as your .techniclauncher directory.

Posted

Thanks for the help. The school comps are heavily restricted and the local\temp is the only place we can run anything that is restricted. They run wipes every week, but i put it one folder deeper inside of a folder for adobe.

EDIT:

It still is writing to the roaming folder. It wont write to my appdata\local\temp\BTN%Copy%1

Any other ideas?

EDIT 2: Do I have to change anything in the code you pasted? If so, then it might work because I am stupid with this stuff.

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...