Jump to content

asn007

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by asn007

  1. I'm a standart Minecraft Forge user with my own server and mods on it. I have a self-customized launcher, which has a line directing all the downloads into the "appdata/roaming/.lunar" folder but not "appdata/roaming/.minecraft" and the loads the game from it.

     

    The Forge tries to make it own downloads into the "appdata/roaming/.minecraft" folder and loads mods from that. But I actually want it to use "appdata/roaming/.lunar" folder.

     

    Is it even possible and how do I make it?

    Set java environment variable net.minecraft.applet.TargetDirectory to your working directory

  2. Good time of day to you, guys. The problem is: I'm coding a simple Minecraft launcher, its source code is located here: https://github.com/asn007/nLoader-min, the files that handle Minecraft load are located here: https://github.com/asn007/nLoader-min/tree/master/src/eu/q_b/asn007/nloader/minecraft

    The problem is: when I'm starting the launcher from sources (in eclipse), everything runs ok, like this: 0BbDLP1TQshuzxHK7nfwARosk.png

    But when I compile launcher as Jar, minecraft fails to launch:

    McAt5xPQpyljWozWKoiKgQwUE.png

    The error stacktrace begins with:

    2013-06-10 21:26:51 [sEVERE] [ForgeModLoader] Found unknown applet parent eu.q_b.asn007.nloader.minecraft.Launcher, unable to inject!

    FML log is here: http://pastebin.com/XNDEexqn

×
×
  • Create New...

Important Information

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