Posted March 5, 20178 yr Is there anyway to retrieve all downloads of a mod on the curseforge website? Specifically for detecting if the instance of the mod is outdated? Or should I just stay with manually setting the latest version in a text file? Kain
March 5, 20178 yr Bad modder, no cookie. https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/ Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
March 6, 20178 yr Look here. But if you are looking for a general version check to notify the player of a new version I would suggest you use the Forge API as Draco indicates above.
March 10, 20178 yr Author On 3/5/2017 at 1:52 AM, Draco18s said: Bad modder, no cookie. https://mcforge.readthedocs.io/en/latest/gettingstarted/autoupdate/ On 3/6/2017 at 8:26 AM, OreCruncher said: Look here. But if you are looking for a general version check to notify the player of a new version I would suggest you use the Forge API as Draco indicates above. I'm aware of this but I'm asking about using the curse mod page to automatically generate a list of versions rather than creating one myself. Kain
March 10, 20178 yr Have a look at Curse's API. The third thing on the page OreCruncher linked is literally the thing you want. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
March 10, 20178 yr What may be confusing to you is that this isn't a standard Java style API - it's a REST style API.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.