Shibam Posted December 10, 2013 Posted December 10, 2013 Is there a way I can install modpacks into technic offline. I can download technic+the modpacks i want at work, but have an unstable internet connection at home. Is there a way i can take the modpack files and put them in Technic with out linking a url? I tried copying the modpacks folder but when i launch technic it doesn't show up obviously on the left side as a selectable mod. Edit: I also originally tried just copying the whole technic folder over, but clicking the techniclauncher.exe just launches tekkit as if it was a fresh install and doesn't recognize the extra modpacks
jwa1 Posted December 11, 2013 Posted December 11, 2013 Yes, you can. First, place the modpack in /.technic/modpacks/Your Modpack In the /.technic/ folder, there is a file called "installedPacks". You need to add the modpack data in there. I recommend using Notepad++ to open it. It looks like this: "installedPacks": { "tekkitlite": { "name": "tekkitlite", "platform": false, "build": "recommended", "directory": "%MODPACKS%\\tekkitlite" }, "voltz": { "name": "voltz", "platform": false, "build": "recommended", "directory": "%MODPACKS%\\voltz" }, "Your Modpack": { "name": "Your Modpack", "platform": false, "build": "recommended", "directory": "%MODPACKS%\\Your Modpack" }, ], And in the same file, there is a list of modpacks at the bottom, but the name of your modpack in that list. It should look something like this: "byIndex": [ "tekkitlite", "voltz", "Your Modpack here", ], If you do this successfully, the modpack will now appear in your technic launcher, although showing as "offline"
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now