diff --git a/README.md b/README.md index e0def4a..259d5a3 100644 --- a/README.md +++ b/README.md @@ -1,44 +1,33 @@ SKCraft Launcher ================ -This project provides an open-source Minecraft launcher platform for downloading, installing, and updating modpacks. +This project provides an open-source Minecraft launcher platform for creating, testing, distributing, installing, and updating modpacks. It has maintained for sk89q's server since Minecraft Alpha, but you are free to use it. [The older 3.x version was can be found elsewhere](https://github.com/sk89q/SKMCLauncher). -The launcher has its roots in MC Alpha as a launcher for sk89q's server. - -**Note:** There are two names to the launcher: - -* "SKMCLauncher" is the *older* version of this launcher. It is a more generic all-purpose launcher. It is no longer supported. -* This project is called "SKCraft Launcher." It is supported and in active use. +Unlike other launchers, modpacks for this launcher follow Minecraft's directory structure: just config/ and mods/ folders and you're good to go — no need to edit complicated files. You can use the provided GUI or build everything through command line tools. ## Screenshots -![Main Launcher](readme/launcher.png) - -Skinned version (in `launcher-fancy`) -- see ([instructions on enabling](https://github.com/SKCraft/Launcher/wiki/Fancy-Launcher)): - ![Skinned](readme/launcher_skinned.png) +Or if you prefer it plain: + +![Main Launcher](readme/launcher.png) + ![Options](readme/options.png) ![Optional Features](readme/features.png) ![Console](readme/log.png) -Creating modpacks is easy with the provided Build Tools GUI: +Creating modpacks is easy with the provided Modpack Creator: -![Build Tools : Create](readme/build_tools_create.png) +![Modpack Creator](readme/modpack_creator.png) -![Build Tools : Optional Features](readme/build_tools_features.png) +![Modpack Creator](readme/pack_manager.png) -![Build Tools : Optional Features](readme/build_tools_problem_checker.png) +![Optional Features Configuration](readme/configure_features.png) -Test your modpack easily: - -![Build Tools : Test](readme/build_tools_test.png) - -Then release it: - -![Build Tools : Release](readme/build_tools_release.png) +![Build Modpacks](readme/packages_generator.png) ## Features diff --git a/readme/build_tools_create.png b/readme/build_tools_create.png deleted file mode 100644 index ca6e313..0000000 Binary files a/readme/build_tools_create.png and /dev/null differ diff --git a/readme/build_tools_problem_checker.png b/readme/build_tools_problem_checker.png deleted file mode 100644 index 7583cbd..0000000 Binary files a/readme/build_tools_problem_checker.png and /dev/null differ diff --git a/readme/build_tools_release.png b/readme/build_tools_release.png deleted file mode 100644 index f2667d8..0000000 Binary files a/readme/build_tools_release.png and /dev/null differ diff --git a/readme/build_tools_test.png b/readme/build_tools_test.png deleted file mode 100644 index 1892507..0000000 Binary files a/readme/build_tools_test.png and /dev/null differ diff --git a/readme/build_tools_features.png b/readme/configure_features.png similarity index 100% rename from readme/build_tools_features.png rename to readme/configure_features.png diff --git a/readme/modpack_creator.png b/readme/modpack_creator.png new file mode 100644 index 0000000..d0a7d24 Binary files /dev/null and b/readme/modpack_creator.png differ diff --git a/readme/pack_manager.png b/readme/pack_manager.png new file mode 100644 index 0000000..b11da68 Binary files /dev/null and b/readme/pack_manager.png differ diff --git a/readme/packages_generator.png b/readme/packages_generator.png new file mode 100644 index 0000000..9735b9a Binary files /dev/null and b/readme/packages_generator.png differ