A little background story first:
I have been hosting packs and servers for the last few years. A few years ago Technic added support for allowing us to host custom modpacks. This was awesome and I went ahead almost the moment it happened. This was still the time of big and heavy zip files.
Then came along Solder. Solder helped us destributing files one at a time.
It took me almost a year to get it working from when I started attempting to use it. I did however get it working, back in June I think it was.
All was well, though I quite quickly discovered that packing files for Solder was quite the hasle.
So being the enormous lazy guy I am I sat down one Tuesday and made a script that could pack all the files for me.
Nice i thought, the only problem was that I had to enter modname, modversion and minecraft version for each and every mod... And having a 150 files modpack that certainly wasn't boring
So I had what the h**k and turned it into an actual program, that could figure out most of the important stuff like name, version and mcversion.
Since then I added quite a few extra things I thought was necesarry, like only packing updated mods, checking permissions, including forge and configs.
So enough with the story:
Solder Helper
The result of all this is something I thought others could make use of, so that's why I decided to share it with you guys here, since i'm likely not the only one who has been pretty bored with updating.
Core features:
The program is OpenSource and can be found on github.
For Windows the installer can be found here. This installer also included an autoupdater for when I add additional features.
This uses about 10 MB of space total.
For Linux just do the following and you can find the program in your home directory:
It can be done from from anywhere, though you have to use the terminal, then the installer script takes care of the rest.
WARNING: It will use quite a lot extra space, since it requires mono to be installed, about 250 MB. However the installation of mono is included in the script.
To run the program just navigate into the install directory and look for the file called "Run SolderHelper.sh"
To update it just run the "update.sh" file.
Planned features:
I expect a few bugs here and there. If you happen to stumble into any the program will create a crash report on your desktop. If you could report the issue on github and include the crashlog, and what you were doing I would be very grateful, and will try to fix issues ASAP.
To help speedup the debug procedure, if you could zip the minecraft directory, so I can work directly with your files, then it would be a very big help.
There shouldn't be any dangerous bugs, but incase anything goes wrong I'm not responsible for it.
I have been hosting packs and servers for the last few years. A few years ago Technic added support for allowing us to host custom modpacks. This was awesome and I went ahead almost the moment it happened. This was still the time of big and heavy zip files.
Then came along Solder. Solder helped us destributing files one at a time.
It took me almost a year to get it working from when I started attempting to use it. I did however get it working, back in June I think it was.
All was well, though I quite quickly discovered that packing files for Solder was quite the hasle.
So being the enormous lazy guy I am I sat down one Tuesday and made a script that could pack all the files for me.
Nice i thought, the only problem was that I had to enter modname, modversion and minecraft version for each and every mod... And having a 150 files modpack that certainly wasn't boring
So I had what the h**k and turned it into an actual program, that could figure out most of the important stuff like name, version and mcversion.
Since then I added quite a few extra things I thought was necesarry, like only packing updated mods, checking permissions, including forge and configs.
So enough with the story:
Solder Helper
The result of all this is something I thought others could make use of, so that's why I decided to share it with you guys here, since i'm likely not the only one who has been pretty bored with updating.
Core features:
- Create packs for either Solder or just normal zip packs.
- Create FTB Packs and get permission lists
- Include any forge version you wishes, just choose from the application.
- Include configs
- Check permissions if you wishes so (Highly encouraged) Both private and public.
- Get permission list in a nice text format
- Get a list nice and simple list of all packed mods
- Runs on both Linux and Windows
- Get modlist
- Include unarchieved mods
- Include stuff like the script folder from Minetweaker
The program is OpenSource and can be found on github.
For Windows the installer can be found here. This installer also included an autoupdater for when I add additional features.
This uses about 10 MB of space total.
For Linux just do the following and you can find the program in your home directory:
Code:
curl https://raw.githubusercontent.com/zlepper/TechnicSolderHelper/master/TechnicSolderHelper/install.sh | bash
It can be done from from anywhere, though you have to use the terminal, then the installer script takes care of the rest.
WARNING: It will use quite a lot extra space, since it requires mono to be installed, about 250 MB. However the installation of mono is included in the script.
To run the program just navigate into the install directory and look for the file called "Run SolderHelper.sh"
To update it just run the "update.sh" file.
Planned features:
Support for FTB packsAdded- Support for AT Launcher packs
Autoupload to FTP serversAutoupdate of the actual Technic Solder installs, so you don't have to enter versions each time.AddedCreation of a modlist you can paste in places like Technic adsAddedCreation of a complete permissionlist.Added (Would be nice if we could format things in the pack configs, but that's for another time)
I expect a few bugs here and there. If you happen to stumble into any the program will create a crash report on your desktop. If you could report the issue on github and include the crashlog, and what you were doing I would be very grateful, and will try to fix issues ASAP.
To help speedup the debug procedure, if you could zip the minecraft directory, so I can work directly with your files, then it would be a very big help.
There shouldn't be any dangerous bugs, but incase anything goes wrong I'm not responsible for it.
Last edited: