1
0
mirror of https://github.com/SKCraft/Launcher.git synced 2024-11-23 12:05:44 +01:00
🚀 Distribute your Minecraft modpacks with a custom launcher
Go to file
2018-12-24 02:23:51 +01:00
creator-tools Update to Java 9/10. Fancy version is still broken. 2018-07-14 19:09:40 -07:00
gradle/wrapper Update to Java 9/10. Fancy version is still broken. 2018-07-14 19:09:40 -07:00
launcher Fix extraction of folders inside ZipExtract 2018-12-24 02:23:51 +01:00
launcher-bootstrap Update to Java 9/10. Fancy version is still broken. 2018-07-14 19:09:40 -07:00
launcher-builder Update to Java 9/10. Fancy version is still broken. 2018-07-14 19:09:40 -07:00
launcher-fancy Update to Java 9/10. Fancy version is still broken. 2018-07-14 19:09:40 -07:00
readme Update the pack manager screenshot in the README. 2015-07-26 20:41:43 -07:00
sample-files Add missing sample project .jars. 2015-02-19 13:28:16 -08:00
.gitignore Git ignore test files. 2018-07-14 19:08:36 -07:00
build.bat Fix build.bat (wrong EOL) 2016-12-16 11:15:12 +11:00
build.gradle Update to Java 9/10. Fancy version is still broken. 2018-07-14 19:09:40 -07:00
build.sh Add easy to use build batch/shell scripts. 2015-07-21 01:33:40 -07:00
gradlew Update to Java 9/10. Fancy version is still broken. 2018-07-14 19:09:40 -07:00
gradlew.bat Update to Java 9/10. Fancy version is still broken. 2018-07-14 19:09:40 -07:00
LICENSE.txt Correct licensing documents and switch to LGPL. 2015-07-26 21:29:35 -07:00
README.md Redo screenshot heading weights in the README. 2017-11-11 07:51:50 -08:00
settings.gradle Add new creator tools. 2015-07-23 23:46:18 -07:00

SKCraft Launcher

Need to make it easy for people to install and play your modpack? The SKCraft Launcher platform may be for you if:

✔️ You want your own logo and branding on the launcher, with your own news feed
✔️ You want to be able to update the modpack whenever you want
✔️ You don't want to depend on anyone else
✔️ There's several modpacks you want to provide as a set
✔️ You want to provide 'hidden' modpacks that are only accessible by a secret code

It may not be for you if:

🔸 You made a cool modpack and you just want it out there
🔸 You don't have a website or place for people to download files from
🔸 You don't want anything to do with distributing the launcher

What We Do Right

Creating modpacks with this launcher is super easy: 1 only drag & drop of configs and mods into a folder, 2 ZERO! scary XML/JSON files to edit, and 3 there's a nice interface for creating modpacks (command-line is also available).

The launcher has all standard features that you'd expect like 1 resume of incomplete downloads, 2 incremental updates, and 3 file deduplication (saves disk space when you have files duplicated between updates or modpacks).

LiteLoader, Forge, and .jar mods are supported. You can put resource packs in, or really even random mod files that don't go in the configs or mods folder.

You do need some sort of website, but it does not need anything complicated like PHP.

For those technically inclined, you can generate modpacks from Git (or any VCS) using your favorite continuous integration server, and then dynamically create modpacks even down to one per branch or tag.

Best of all, our launcher is Minecraft's oldest surviving modpack launcher platform. 👍

Getting Started

You'll probably need a few hours to get everything working. Fortunately, we have a detailed wiki with screenshots for every step, intended for someone with minimal technical experience.

For your evaluation, there are sample files provided that you will be able to upload to your site to see if it even works for you.

Pretty Pictures

If you are going to create modpacks with our GUI tool, you'll be seeing this beaut:

Modpack Creator

Modpack Creator

Build Modpacks

Making a modpack is just drag and drop into a folder like this:

  • src/config/
  • src/mods/
  • src/resourcepacks/
  • loaders/

You'd put LiteLoader and Forge into the loaders folder. 👌

More Pictures

There's a dark version of the launcher (personally not the creator's cup of tea) that you can use:

Skinned

Users can select optional mods/features:

Optional Features

The launcher can update itself and you can use it in portable mode too.

The Light Theme

Main Launcher

Options

Console

Contributing

Pull requests can be submitted on GitHub, but we will accept them at our discretion. Please note that your code must follow Oracle's Java Code Conventions.

Contributions by third parties must be dual licensed under the two licenses described within LICENSE.txt (GNU Lesser General Public License, version 3, and the 3-clause BSD license).

License

The launcher is licensed under the GNU Lesser General Public License, version 3.