diff --git a/earlyLauncher/config.txt b/earlyLauncher/config.txt new file mode 100644 index 0000000..77c6cdd --- /dev/null +++ b/earlyLauncher/config.txt @@ -0,0 +1,8 @@ +ram=4 +#The multipiler for RAM amount (G, M, K or nothing) +alignTo=G +#Files +assets=../res/ +gameDir=../run/ +libs=../lib/ + diff --git a/earlyLauncher/earlylauncher.py b/earlyLauncher/earlylauncher.py new file mode 100755 index 0000000..4e004bf --- /dev/null +++ b/earlyLauncher/earlylauncher.py @@ -0,0 +1,45 @@ +#!/usr/bin/python2 + +import urllib2, json, os, sys +print "LinuxMint4Ever's EarlyLauncher version BETA 2.0_001" +if os.path.isfile(os.path.join(os.path.getcwd(), "earlylauncher.py")): + pass +else: + print "Error: Not running from the EarlyLauncher Directory" + sys.exit(1) + +#TODO: rename everything to make the code self-explanatory +def gettoken(username, password): + data = { + "agent": { + "name": "Minecraft", + "version": 1 + }, + "username": username, + "password": password + } + try: + req = urllib2.Request(url='https://authserver.mojang.com/authenticate', data=json.dumps(data).encode(), headers={"Content-Type": "application/json"}) + code = json.loads(urllib2.urlopen(req).read().decode()) + except: + #TODO: Replace with proper error handling + return False, False, False + + username = code['selectedProfile']['name'] + access_token = code['accessToken'] + profile_id = code['selectedProfile']['id'] + + + return access_token, profile_id, username + + +if __name__ == "__main__": + #TODO: Read a config file + ram=2 + alignTo="G" + + name=raw_input("Nutzername: ") + pw=raw_input("Passwort: ") + accessToken, uuid, username = gettoken(str(name), str(pw)) + #TODO: use config values + os.system("java -Xmx"+str(ram)+alignTo+" -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M -Djava.library.path=runningDir/1.7.10-Forge10.13.4.1614-1.7.10-natives-6365946440842 -cp runningDir/libraries/net/minecraftforge/forge/1.7.10-10.13.4.1614-1.7.10/forge-1.7.10-10.13.4.1614-1.7.10.jar;runningDir/libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar;runningDir/libraries/org/ow2/asm/asm-all/5.0.3/asm-all-5.0.3.jar;runningDir/libraries/com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar;runningDir/libraries/com/typesafe/config/1.2.1/config-1.2.1.jar;runningDir/libraries/org/scala-lang/scala-actors-migration_2.11/1.1.0/scala-actors-migration_2.11-1.1.0.jar;runningDir/libraries/org/scala-lang/scala-compiler/2.11.1/scala-compiler-2.11.1.jar;runningDir/libraries/org/scala-lang/plugins/scala-continuations-library_2.11/1.0.2/scala-continuations-library_2.11-1.0.2.jar;runningDir/libraries/org/scala-lang/plugins/scala-continuations-plugin_2.11.1/1.0.2/scala-continuations-plugin_2.11.1-1.0.2.jar;runningDir/libraries/org/scala-lang/scala-library/2.11.1/scala-library-2.11.1.jar;runningDir/libraries/org/scala-lang/scala-parser-combinators_2.11/1.0.1/scala-parser-combinators_2.11-1.0.1.jar;runningDir/libraries/org/scala-lang/scala-reflect/2.11.1/scala-reflect-2.11.1.jar;runningDir/libraries/org/scala-lang/scala-swing_2.11/1.0.1/scala-swing_2.11-1.0.1.jar;runningDir/libraries/org/scala-lang/scala-xml_2.11/1.0.2/scala-xml_2.11-1.0.2.jar;runningDir/libraries/lzma/lzma/0.0.1/lzma-0.0.1.jar;runningDir/libraries/net/sf/jopt-simple/jopt-simple/4.5/jopt-simple-4.5.jar;runningDir/libraries/com/google/guava/guava/17.0/guava-17.0.jar;runningDir/libraries/org/apache/commons/commons-lang3/3.3.2/commons-lang3-3.3.2.jar;runningDir/libraries/com/mojang/netty/1.6/netty-1.6.jar;runningDir/libraries/com/mojang/realms/1.3.5/realms-1.3.5.jar;runningDir/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar;runningDir/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar;runningDir/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar;runningDir/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar;runningDir/libraries/java3d/vecmath/1.3.1/vecmath-1.3.1.jar;runningDir/libraries/net/sf/trove4j/trove4j/3.0.3/trove4j-3.0.3.jar;runningDir/libraries/com/ibm/icu/icu4j-core-mojang/51.2/icu4j-core-mojang-51.2.jar;runningDir/libraries/net/sf/jopt-simple/jopt-simple/4.5/jopt-simple-4.5.jar;runningDir/libraries/com/paulscode/codecjorbis/20101023/codecjorbis-20101023.jar;runningDir/libraries/com/paulscode/codecwav/20101023/codecwav-20101023.jar;runningDir/libraries/com/paulscode/libraryjavasound/20101123/libraryjavasound-20101123.jar;runningDir/libraries/com/paulscode/librarylwjglopenal/20100824/librarylwjglopenal-20100824.jar;runningDir/libraries/com/paulscode/soundsystem/20120107/soundsystem-20120107.jar;runningDir/libraries/io/netty/netty-all/4.0.10.Final/netty-all-4.0.10.Final.jar;runningDir/libraries/com/google/guava/guava/15.0/guava-15.0.jar;runningDir/libraries/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar;runningDir/libraries/commons-io/commons-io/2.4/commons-io-2.4.jar;runningDir/libraries/commons-codec/commons-codec/1.9/commons-codec-1.9.jar;runningDir/libraries/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar;runningDir/libraries/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar;runningDir/libraries/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar;runningDir/libraries/com/mojang/authlib/1.5.21/authlib-1.5.21.jar;runningDir/libraries/org/apache/logging/log4j/log4j-api/2.0-beta9/log4j-api-2.0-beta9.jar;runningDir/libraries/org/apache/logging/log4j/log4j-core/2.0-beta9/log4j-core-2.0-beta9.jar;runningDir/libraries/org/lwjgl/lwjgl/lwjgl/2.9.1/lwjgl-2.9.1.jar;runningDir/libraries/org/lwjgl/lwjgl/lwjgl_util/2.9.1/lwjgl_util-2.9.1.jar;runningDir/libraries/tv/twitch/twitch/5.16/twitch-5.16.jar;runningDir/1.7.10.jar net.minecraft.launchwrapper.Launch --username "+username+" --version 1.7.10-Forge10.13.4.1614-1.7.10 --gameDir runningDir --assetsDir runningDir/assets --assetIndex 1.7.10 --uuid "+str(uuid)+" --accessToken "+str(accessToken)+" --userProperties {} --userType mojang --tweakClass cpw.mods.fml.common.launcher.FMLTweaker") diff --git a/lib/README b/lib/README new file mode 100644 index 0000000..6625edc --- /dev/null +++ b/lib/README @@ -0,0 +1,2 @@ +Put all libs and the version jar here +rework launcher to use "[...] -cp lib/*.jar [...]" diff --git a/lib/natives/README b/lib/natives/README new file mode 100644 index 0000000..026b2e2 --- /dev/null +++ b/lib/natives/README @@ -0,0 +1,2 @@ +extract natives to this folder + diff --git a/main.ui b/main.ui new file mode 100644 index 0000000..c70b41e --- /dev/null +++ b/main.ui @@ -0,0 +1,444 @@ + + + Launcher + + + + 0 + 0 + 401 + 302 + + + + + 0 + 0 + + + + + 401 + 302 + + + + + 401 + 302 + + + + Jan’s Minecraft Mod Pack Launcher + + + + + 0 + 0 + 401 + 251 + + + + QTabWidget::Rounded + + + 0 + + + + News && Updates + + + + + 0 + 0 + 401 + 221 + + + + + about:blank + + + + + + + Mod Infos && Credits + + + + + -1 + -1 + 401 + 221 + + + + + about:blank + + + + + + + Server Info + + + + + -1 + 0 + 401 + 221 + + + + + about:blank + + + + + + + Preferences + + + + + 10 + 0 + 381 + 101 + + + + Login Information + + + + + 0 + 20 + 381 + 29 + + + + <previously entered> + + + e-Mail or username + + + + + + 0 + 50 + 381 + 29 + + + + You fool! + + + QLineEdit::Password + + + false + + + Password + + + + + + 0 + 80 + 71 + 21 + + + + Save! + + + + + + 70 + 80 + 71 + 21 + + + + Logout :( + + + + + + + 10 + 110 + 381 + 71 + + + + Performance Settings + + + + + 0 + 20 + 111 + 25 + + + + + <Type of CPU> + + + + + Daddy's old laptop + + + + + Modern Laptop + + + + + Generic Single Core + + + + + Modern Single Core (Seriously!? Why?) + + + + + Generic Dual Core + + + + + Modern Dual Core or Threaded + + + + + Generic Multi Core + + + + + Modern Multi Core + + + + + Extremely too many cores + + + + + NO LIMITS! + + + + + + + 110 + 20 + 111 + 25 + + + + + <Type of GPU> + + + + + Daddy's old laptop + + + + + Generic laptop dedicated + + + + + Modern laptop integrated + + + + + Modern Laptop dedicated + + + + + Generic Integrated (or low-power office PC graphics card) + + + + + Modern Integrated (or modern office PC ... 1030? I am looking at you.) + + + + + Generic Dedicated + + + + + Modern Dedicated + + + + + GAMING!!! + + + + + When will RayTracing be available? + + + + + + + 220 + 20 + 111 + 25 + + + + + <Ram amount> + + + + + + + 0 + 50 + 71 + 21 + + + + Save! + + + + + + 70 + 50 + 101 + 21 + + + + Try auto-detect + + + + + + + + + 310 + 260 + 81 + 16 + + + + Server: Offline + + + + + + 300 + 280 + 101 + 21 + + + + Request Startup + + + false + + + + + + 0 + 250 + 101 + 51 + + + + 24 + + + Updating... + + + + + + 100 + 250 + 201 + 51 + + + + PLAY! :) + + + + + + QWebView + QWidget +
QtWebKitWidgets/QWebView
+
+
+ + +
diff --git a/res/README b/res/README new file mode 100644 index 0000000..c148402 --- /dev/null +++ b/res/README @@ -0,0 +1 @@ +this folder would be called assets in vanilla MC diff --git a/run/README b/run/README new file mode 100644 index 0000000..25559ca --- /dev/null +++ b/run/README @@ -0,0 +1,2 @@ +this will be the gameDir +