Jump to content

Recommended Posts

Posted (edited)

So, just recently, Minecraft released a new Launcher. The problem is, I can't figure out, for the life of me, how to make it play customized versions of Minecraft (Forge, for example) And it gives no option to do so. This was suddenly, and inconvenient. Is there any way to start forge with the new Launcher, or a way to use an older Launcher to start forge?

 

If you're thinking Technic and the pre-1.6.1 launcher, I tried that already.

 

I'm aiming to run Forge for 1.9.4

Edited by MetallicGoat
  • Like 1
  • 1 month later...
Posted (edited)

error.PNG

I'm trying to run Forge-1.7.10, but this happens whenever I do.

 

Also, I apologize if I'm breaking a rule, all I came to find out was some way around this.

Edited by GlitchyZero
  • 2 weeks later...
Posted (edited)

For some reason it seems that forge doesn't want to work, even when i run i as an admin. Is it a possibility that windows 10 family monitoring is making me stop this from happening, because im putting the password that i need to in, and after it says it's done downloading there's no profile or version of forge. Also, I download the lastest forge download for minecraft 1.7.10.

2017-03-31 (3).png

Edited by pokepoop1
Wanted to add something
Posted

no one is going to ever stop using 1.7.10 because it is still the most popular version for modding. not everyone likes to move on to new versions and there should still support for it, even from forge them selves. instead forge pulled a microsoft and allows the download of program they will never "support" again.

1 hour ago, diesieben07 said:

Make sure the installer is pointed at the right .minecraft folder.

And stop using 1.7.10.

 

Posted

Start paying a service contract with us here and then you can start dictating what we do and don't support.

The version works, the launcher works with the older versions. 

However we will not b e producing any new versions for old MC versions to fix anything that breaks.

So you are on your own for anything that breaks.

Simple as that.

 

Your unsubstantiated claims of 'most popular version for modding' are hyperbole and not wanted here. Just because you think it doesn't make it true.

 

Anyways, we do not support older versions on this forum because they are out of our control, don't like it, update.

  • Like 1

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hello everyone, As the title suggests I'm new the the entire modding thing I used to make little game projects here and there and since I've started University I've taking Java and I fell in love with it somehow. So I have a couple of questions: Can I learn Java from modding the game (Yes I have the basics) can it expand my knowledge in this language? Does modding require massive teams (I've seen too many projects on curseforge that have like 3-6 contributors) or can I do it solo? Where to start? I know you might be thinking "Whats wrong with this guy just simply google what to do..." and for that I say "I did" and found too many results not saying its a bad thing just you know we have a common term in development in general and that's "Development hell" you guys are more experienced than I'm what tutorial series do you recommend? Why didn't I use Reddit for this question why the minecraftforge forums where we fix issues to modding not help beginners start?  Because it gave me mental issues not saying this for attention but I really dislike the communities there are helpful somewhat but everything I said there regardless of what it is even a simple question in development will be bombarded with hateful comments cruelty and bullying and even worse grammar police , I truly hope that you guys aren't like this...   Please forgive me for my English as I'm not an English speaker. I'm alright with you people criticizing me for the question or the stuff I said just don't be cruel , thanks in advance! 
    • Hi! As the title suggests, I am encountering an issue with the Prominence II mod pack in which my server keeps crashing at random intervals. I am hosting it through Aternos, and below is a copy of my crash log. I have tried googling solutions and all forums are years old. I am new to hosting a server and don't know my way around files. I have also contacted Aternos support and they said it was a problem with the trinket mod? However I don't know if removing it will solve or corrupt my world. Any help would be greatly appreciated!   https://mclo.gs/RWmkEtK
    • I've been trying to render a line on the screen for a few days now, and everywhere I've looked has outdated answers. They say to use RenderGameOverlayEvent, which has been removed by my understanding. Is there a specific event I should be using or anything else I'm doing wrong? Tesselator tesselator = Tesselator.getInstance(); BufferBuilder renderer = tesselator.getBuilder(); renderer.begin(VertexFormat.Mode.DEBUG_LINES, DefaultVertexFormat.POSITION_COLOR); Color c = new Color(255, 0, 0, 255); renderer.vertex(0, 100, 0).color(c.getRed(), c.getGreen(), c.getBlue(), c.getAlpha()).endVertex(); renderer.vertex(0, 200, 0).color(c.getRed(), c.getGreen(), c.getBlue(), c.getAlpha()).endVertex(); tesselator.end(); Based on what I've seen, this is the code that should be working, though I feel that I need to override an event and add it in. What event should I be using for this? Is there another way of doing it that I don't know of?
    • yes i did it, we installed the drivers from nvidia website
    • Wait, how did you fix it?      
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.