Jump to content

Recommended Posts

Posted

I've been having problems with a mod that is .zip. I have done everything right and have got all the .jar mods working but this .zip will not work. I have converted it to jar but it still won't work.F.Y.I the download url works fine. Any ideas?

 

Thanks

 

  • Discord Moderator
Posted

When you say that you are having trouble, what do you mean exactly? Does the client error out when downloading the pack if you have a zipped mod in your pack? Does the Solder interface not let you add it?

 

The thing is, Solder doesn't care at all what's in the ZIP files that are added to the API through the interface. All the client does is ask for a list of ZIP files to download, downloads them into the cache folder, then unzips them into the pack folder. It doesn't care if the contents of one of those zips is a JAR file or a ZIP file (or any other type of file for that matter).

  • Discord Moderator
Posted

Please provide a URL to one of your ZIP entries for mod versions in your Solder setup that you feel isn't working properly. I think there may be a fundamental misunderstanding about how the Solder API does versions and provides files to clients.

Posted

Maybe the folder structure is incorrect? You might have everything 1 folder deep or one folder not-deep or w/e. I made that mistake with my little cupcake pack.

  • Discord Moderator
Posted
  • The link you provided returns an HTTP 404 error. I would need a link directly to a file, not a folder as that's not how the Solder API works.
  • Discord Moderator
Posted

Okay, from your links I am assuming the slug for that mod is "mcheli". Double check that to make sure. Your file seems to be named correctly in that it has the slug name followed by "-versionnumber" and is a zip file. When adding the new version you are entering "1.7.10.0.9.3" in the version field?

  • Discord Moderator
Posted

Anytime one is working with a web application there are always log files for every single interaction between the client and server. The most common logs are the access and error logs. If you put the version number in place and the interface does absolutely nothing when you click on the add version button you are going to need to examine your web server logs to help determine what is going on. Additionally, one could put some debug code into the PHP that is serving the Solder API out in order to get more information about what is going on behind the scenes. All of these actions are well outside the scope of support that can be offered here.

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