Jump to content

Recommended Posts

Posted (edited)

I have seen a couple of these floating around, but none of them seem to fit my use case, so I made one.

As of now it will structure mods into proper zip files and repo folders. It will also allow you to insert mods and versions into the database, and update builds with the newly inserted mods.
It will not upload to your server automatically, but it gives you a nice folder that you can upload the contents of, and it'll "just work". It calculates MD5s and updates them in the database for a nice and easy transition. As of now, it will guess the mod name and version based on the jar name. It discriminates names and version by a hyphen. 
Good Example:
appliedenergistics2--rv6-stable-6.jar  => name: appliedenergistics2, version: rv6-stable-6
Bad example:
advanced-machines-61-0-1-jar => name: advanced version: machines-61-0-1-jar
I plan on adding a override for this later on, and the program will run fine, but if you want proper names, name your jars accordingly!
The program will ask you if you want to set pretty names. If you say yes, it will ask for a pretty name for each mod to insert. Otherwise, it will stick to the naming scheme like above.
This program requires solder to run on MySQL, so please make sure you have a remote account ready for the database solder runs on. If you want to update builds with this program, you will need to know the build IDs. 
This is NOT a gui, you need to run it via a console.

Screenshots of use:


Untitled.thumb.png.b96d45d759066b4ab6fcbcce4f2d6a2f.pngimage.thumb.png.ab33861ed80d05b893d42b9468c54f35.png

 

 

Feel free to ask questions or give feedback. And no, the program doesn't save your database info. Here's the source: https://github.com/MythTheWolf/SolderAutomate/blob/master/src/com/company/Main.java

http://s2.myththewolf.com/solderconv/SolderAutomate.jar

Edited by MythTheWolf
remove extra image

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...