This repository has been archived on 2022-01-09. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
Go to file
unfa cec82c7738 Improved players disconnecting from the game. Implemented network ping measurnment and FPS display. 2021-10-24 20:17:19 +02:00
Asset Sources New blood particles. 2021-10-24 17:23:33 +02:00
Design Added notes from the team meeting #3 2021-09-27 13:13:25 +02:00
Game Improved players disconnecting from the game. Implemented network ping measurnment and FPS display. 2021-10-24 20:17:19 +02:00
Godot Added new Godot nightly build v4.0.dev.calinou [f1f51f5d4] 2021-10-23 22:17:57 +02:00
Screenshots Updated screenshots 2021-09-29 20:10:35 +02:00
.gitattributes Fixed failing HUD referencing in Player.gd 2021-07-16 02:52:18 +02:00
LICENSE Initial commit 2020-06-13 23:46:45 +02:00
Liblast.sh Added a shell script for starting the game in editor quickly. 2021-09-17 21:12:28 +02:00
README.md Update 'README.md' 2021-10-07 00:54:05 +02:00

README.md

Liblast - a Libre Multiplayer FPS Game

Liblast

A Libre Multiplayer FPS Game built with Godot game engine and a fully FOSS toolchain.


Subscribe to the YouTube channel for upcoming video updates!

Screenshot Screenshot Screenshot Screenshot Screenshot

DISCLAIMER: THE GAME IS IN EARLY STAGES OF DEVELOPMENT. DO NOT EXPECT MUCH

How to play

Download the game

Go to the releases page and download the latest release of the game. You'll find some instructions and notes there as well: https://git.gieszer.link/unfa/liblast/releases

There's one public dedicated server running at liblast.unfa.xyz.

To start playing Liblast it's recommended to first host a local game and adjust your mouse sensitivity and other preferences, as well as modify your profle (player name and color). Then connect to the public server (or any other that you know of) and play!

Controls

  • WASD to walk around
  • mouse to look around
  • mouse 1 to shoot
  • space bar to jump
  • shift to use the jetpack
  • T to write to your team mates (not complete yet)
  • Y to write to all players on the server (not complete yet)
  • Z to zoom
  • Esc for menu

Rewrite Status

The game has been mostly rewritten from scratch in Godot 4. The legacy branch contains the initial, Godot 3-based version of the game. This version of the game has served well as a prototype and a testbed to help us figure out what we want to do. We've also learned some important lessons on our mistakes.

We wanted to take advantage of the improved performance, features and workflow of Godot 4 and since the GDScript syntax is changing significantly - we've decided we'll take this opportunity to rebuild the game from scratch and improve our design.

Compared to the legacy version, most of the features are done, along with some extra things thet were either not done or not possible in Godot 3.

Contributing

If you'd like to contribute to the project, please get in touch first, as we've got some designs in mind, and we'd hate to have any effort wasted!

Get in touch

If you want to talk to the dev team and discuss the game in an instant manner, go here: https://chat.unfa.xyz/channel/liblast

How to edit the game

Get the Godot 4 editor for the OS of your choosing from here: https://downloads.tuxfamily.org/godotengine/testing/4.0/4.0-dev.20211004/

For example for Linux you need Godot_[version]_linux.64.zip. Extract the archive to obtain the Godot editor binary (yes, it's a single file).

If you'll want to export the game (make game builds) you'll also need to download (and subsequently install in Godot) the export templates (file ending with .tpz).

After you have that done - proceeed based on your OS:

GNU/Linux

  1. Make sure you have git, git-lfs and unzip installed.

  2. Clone the Git repository:

git clone https://git.gieszer.link/unfa/liblast.git
  1. Enter the cloned repository:
cd liblast
  1. Initialize Git-LFS:
git lfs install
  1. Pull the Git-LFS stored files:
git lfs pull
  1. Run the Godot editor and import the project located in ../Game/project.godot

Windows (untested!)

  1. Install Git for Windows: https://gitforwindows.org/

  2. Clone the Git repository:

git clone https://git.gieszer.link/unfa/liblast.git
  1. Open GitBash in the cloned repository (ther should be an option in the context menu in Windows Explorer)

  2. Initialize Git-LFS:

git lfs install
  1. Pull the Git-LFS stored files:
git lfs pull
  1. Run the Godot editor and import the project located in ../Game/project.godot

# What does the name of this project mean?

`Libre` + `Blast` = `Liblast`

No, it's not a library ;)