Posted July 26, 201312 yr Hey, not sure were I'm supposed to post this, or even if I should, but are there any ways to pass arguments to the Forge installer? I'm working on an app in C# that fetches the latest forge, installs it, then copies mods to the Minecraft directory, but is there anyway to tell the forge installer to just install the client? If there is I'd definitely still put a forge logo and a link to the site on the launcher
July 26, 201312 yr Why not just use the universal jar if you're going to go to that lengths... I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
July 26, 201312 yr @OP, you realise that the forge team is making money off adfly right? and by downloading automaticly you will remove that income from them how to debug 101:http://www.minecraftforge.net/wiki/Debug_101 -hydroflame, author of the forge revolution-
July 26, 201312 yr Author @OP, you realise that the forge team is making money off adfly right? and by downloading automaticly you will remove that income from them True. Is there any way to somehow make it so everyone wins?
July 26, 201312 yr Author Why not just use the universal jar if you're going to go to that lengths... Hmmm.. I guess I could, but then I'd still need to set up the profiles and such. Also, I'd need a DLL or something to copy files to and from the .jar format... I'm trying to keep it as simple as possible. I guess if the users can't even figure out how to install the new forge, they shouldn't be playing. PS. Great job on the installer. Makes trying to tell friends over the phone how to set up mods much less of a hassle
July 26, 201312 yr True. Is there any way to somehow make it so everyone wins? well we can make everyone except you win make a bot that downloads it through adfly, so youll go to prison but your feature will be released kidding btw , I'd need a DLL or something to copy files to and from the .jar format jars are zip files btw, jsut a different name, nothing else is different how to debug 101:http://www.minecraftforge.net/wiki/Debug_101 -hydroflame, author of the forge revolution-
July 26, 201312 yr Author True. Is there any way to somehow make it so everyone wins? well we can make everyone except you win make a bot that downloads it through adfly, so youll go to prison but your feature will be released kidding btw , I'd need a DLL or something to copy files to and from the .jar format jars are zip files btw, jsut a different name, nothing else is different Lol. yeah, the big problem is I don't know if C#/.net 4.0 even supports editing zip files... Maybe i should do some searching. Also, I wonder how the adfly works. If I were to launch the adfly link, wait a second, then end the process, I wonder if the forge team still gets paid.
July 26, 201312 yr Also, I wonder how the adfly works. If I were to launch the adfly link, wait a second, then end the process, I wonder if the forge team still gets paid. i was kidding about the actually doing it, you will go to prison if you do that btw how to debug 101:http://www.minecraftforge.net/wiki/Debug_101 -hydroflame, author of the forge revolution-
July 26, 201312 yr Author Also, I wonder how the adfly works. If I were to launch the adfly link, wait a second, then end the process, I wonder if the forge team still gets paid. i was kidding about the actually doing it, you will go to prison if you do that btw [sigh] nowadays you go to prison for sneezing in the wrong place I wish there was still a way so that the forge team could still get paid, but if not I guess I'll stick with a link on the main form.
July 27, 201312 yr The adfly really isn't that big of a deal unless you plan on taking a significant portion of our download base. Yes its fairly important to me as I'm unemployed and this is my sole source of income. But you should be fine. The MAIN issue is that to be blunt... you know nothing needed to do what you want to do.. basic zip interactions. (You only need to extract a json file) and then editing and reading of json files. I would seriously hold off any plans you have untill you do some research to learn exactly what you should bhe doing. Here is a hint, our installer is open source. I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
July 27, 201312 yr Author The adfly really isn't that big of a deal unless you plan on taking a significant portion of our download base. Yes its fairly important to me as I'm unemployed and this is my sole source of income. But you should be fine. The MAIN issue is that to be blunt... you know nothing needed to do what you want to do.. basic zip interactions. (You only need to extract a json file) and then editing and reading of json files. I would seriously hold off any plans you have untill you do some research to learn exactly what you should bhe doing. Here is a hint, our installer is open source. Yeah, It's mostly just for a small private server... Also, I know it may be bad, but my technique for learning is to dive headfirst at what I want to do, then usually spend hours on google And i just found the installer on github... cool beans!
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.