All Projects → MovingBlocks → Terasologylauncher

MovingBlocks / Terasologylauncher

Licence: apache-2.0
Terasology Launcher is the official launcher for the open source game Terasology.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Terasologylauncher

Gdlauncher
GDLauncher is a simple, yet powerful Minecraft custom launcher with a strong focus on the user experience
Stars: ✭ 386 (+192.42%)
Mutual labels:  hacktoberfest, launcher, game
Launchpad
An open-source game launcher for your games
Stars: ✭ 322 (+143.94%)
Mutual labels:  hacktoberfest, launcher, game
Trains.net
A simple 2D game written in C# with .NET Core. Development is streamed live on https://twitch.tv/davidwengier and past streams available on YouTube at http://bit.ly/trains-net-videos
Stars: ✭ 92 (-30.3%)
Mutual labels:  hacktoberfest, game
Play
The free and open source karaoke singing game UltraStar Play for Windows, Linux, Android, Xbox, PlayStation and other platforms.
Stars: ✭ 94 (-28.79%)
Mutual labels:  hacktoberfest, game
Lipi
A simple static blog generator.
Stars: ✭ 100 (-24.24%)
Mutual labels:  hacktoberfest, javafx
Genesis
🤖 Warframe Discord Cephalon
Stars: ✭ 67 (-49.24%)
Mutual labels:  hacktoberfest, game
Lila
♞ lichess.org: the forever free, adless and open source chess server ♞
Stars: ✭ 10,315 (+7714.39%)
Mutual labels:  hacktoberfest, game
Openrct2
An open source re-implementation of RollerCoaster Tycoon 2 🎢
Stars: ✭ 10,115 (+7562.88%)
Mutual labels:  hacktoberfest, game
Ancientbeast
Turn Based Strategy Game. Master your beasts! 🐺
Stars: ✭ 907 (+587.12%)
Mutual labels:  hacktoberfest, game
Voxelman
Plugin-based client-server voxel game engine written in D language
Stars: ✭ 105 (-20.45%)
Mutual labels:  launcher, game
Lychee
The most complete and powerful data-binding library and persistence infra for Kotlin 1.3, Android & Splitties Views DSL, JavaFX & TornadoFX, JSON, JDBC & SQLite, SharedPreferences.
Stars: ✭ 102 (-22.73%)
Mutual labels:  hacktoberfest, javafx
Corona
Solar2D Game Engine main repository (ex Corona SDK)
Stars: ✭ 1,679 (+1171.97%)
Mutual labels:  hacktoberfest, game
Dev Practice
Practice your skills with these ideas.
Stars: ✭ 1,127 (+753.79%)
Mutual labels:  hacktoberfest, game
Tgstation
The /tg/station branch of SS13
Stars: ✭ 1,114 (+743.94%)
Mutual labels:  hacktoberfest, game
Openra
Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.
Stars: ✭ 10,220 (+7642.42%)
Mutual labels:  hacktoberfest, game
Openlauncher
Customizable and Open Source Launcher for Android
Stars: ✭ 945 (+615.91%)
Mutual labels:  hacktoberfest, launcher
Azerothcore Wotlk
Complete Open Source and Modular solution for MMO
Stars: ✭ 1,330 (+907.58%)
Mutual labels:  hacktoberfest, game
Downlords Faf Client
Official client for Forged Alliance Forever
Stars: ✭ 121 (-8.33%)
Mutual labels:  hacktoberfest, javafx
Cataclysm Dda
Cataclysm - Dark Days Ahead. A turn-based survival game set in a post-apocalyptic world.
Stars: ✭ 5,894 (+4365.15%)
Mutual labels:  hacktoberfest, game
Openjk Launcher
Launcher and installer for OpenJk
Stars: ✭ 16 (-87.88%)
Mutual labels:  launcher, game

>

Community | Installation | Features | Development | Acknowledgements | License

Terasology Launcher is the official launcher for the open source game Terasology. It provides easy access to the different game versions and build types. Terasology and related projects are developed by a group of software enthusiast volunteers under the organization name MovingBlocks.

Community

If you want to get in contact with the Terasology community and the whole MovingBlocks team, you can easily connect with us, share your ideas, report and solve problems. We are present in nearly the complete round-up of social networks. Follow/friend us wherever you want, chat with us and tell the world.

 

                                       

Installation

  1. Download the corresponding archive for your platform from the latest release
  2. Extract the archive to the path where the launcher should be installed
  3. Start Terasology Launcher
Operating System Executable
Windows TerasologyLauncher.exe or bin/TerasologyLauncher.bat
Unix, Linux, Mac OS X bin/TerasologyLauncher

Features

On first start-up, the Terasology Launcher will prompt you with the selection of the Terasology installation and data directories. The installation directory is the application directory of Terasology and contains downloaded and extracted game packages. The data directory is the place for configuration data and user-specific files such as key bindings and save games. Note, that these directories are different from the launcher installation directory, which is the folder you extracted the launcher archive to.

Terasology Launcher UI

The Terasology Launcher UI provides functionality to download, start, and delete different game versions. The game versions are grouped by the type of build they belong to:

Build Type Explanation
Terasology Released version of Terasology core game bundled with modules
Terasology (nightly) Development build of Terasology core game bundled with modules
Terasology Lite Released version of Terasology core game only
Terasology Lite (nightly) Development build of Terasology core game only

In addition to this main functionality, the UI displays information about new changes of the selected game version ("Changelog"), launcher information concerning changes, licensing and contribution guidelines ("About"), and logging data for the current launcher execution. Further, you have access to the social media representation of Terasology.

Terasology Launcher Settings UI

The settings view enables you to open the launcher installation, game installation and data directories for quick access and edit the data directory in case you want to change it after setting up the launcher. You can configure the memory settings for the game and even specify additional java or game arguments as well as the logging level for the game. Please note, that the "Initial Game Memory" and "Maximum Game Memory" setttings only apply to the game itself. The actual resource consumption may be higher due to additional resources required by the Java Virtual Machine (JVM).

The remaining settings can be used to configure the launcher. You can set the launcher language and decide whether the launcher should search for updates, close when a game is started and save downloaded game package files.

Development

To be able to run TerasologyLauncher from source follow these steps. This guide is designed for IntelliJ IDEA (you can use the free community edition), but alternative setups are possible.

Get Ready

To contribute to this repo, please open a pull request from your fork of this repository.

For more information on building and developing the Terasology Launcher, make sure to read the rest of this README and CONTRIBUTING.md.

Requirements

You'll need the following tools:

  • Java SE Development Kit (JDK) 8 with JavaFX. It may be possible to use a later version of the JDK for local development, but the CI will verify against this baseline version.
  • Git to clone the repo and commit changes.

Development is possible on all common platforms (Windows, Linux, MacOS) as long as the JDK with JavaFX is properly set up.

🤓 Start developing

Familiarise yourself with Git's concept of repositories, branches, and commits. To get the latest changes from your remote repositories (e.g. movingblocks) you need to fetch all remote data via git fetch --all. This does not change your workspace, it just loads up your local Git database.

Apart from Git, basically everything can be done using the Gradle wrapper. The following list is an excerpt of some commonly used tasks.

Command Description
gradlew build Compile the source code, run tests and build a JAR.
gradlew install Create a local runnable installation (placed in ./build/install/TerasologyLauncher).
gradlew run Build and run the launcher.
gradlew createRelease Create a local development release (located in ./build/distributions).
gradlew tasks Display other available build script tasks.

Assume you have pushed some changes to your fork into a branch myFeature. In order to let us know about your work and give us the possibility to incorporate your changes you should send us a pull request. You can do this by selecting the myFeature branch on your GitHub repo and click the button which says "Open pull request".

More information on how to contribute can be found in CONTRIBUTING.md. Remember, that all submissions must be licensed under Apache License, Version 2.0.

📚 Related Resources

Tutorials and further information on Git:

Developer setup tutorials for our main project, Terasology:

Acknowledgements

Terasology Launcher is driven by its contributors!

This project uses

License

Terasology Launcher is licensed under the Apache License, Version 2.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].