|
3 weeks ago | |
---|---|---|
Asset Sources | 2 months ago | |
Design | 5 months ago | |
Game | 2 months ago | |
Godot | 4 months ago | |
InfraServer | 4 months ago | |
Promo | 8 months ago | |
Screenshots | 5 months ago | |
.gitattributes | 1 year ago | |
.gitignore | 2 months ago | |
AUTHORS.adoc | 2 months ago | |
CONTRIBUTING.adoc | 3 weeks ago | |
LICENSE | 5 months ago | |
Liblast.sh | 11 months ago | |
README.adoc | 3 weeks ago |
README.adoc

A Libre Multiplayer FPS Game built with Godot game engine and a fully FOSS toolchain.
Goals
-
Create a fun open-source game for everyone to enjoy
-
Prove that libre creative tools suffice to make a good game - we use only open-source software in the production
-
Have fun, get to know each other and grow together with the project
-
Push the envelope of open-source FPS games in regards to a coherent design, style, technology and overall quality
-
Enable the game to be playable on lower-end computers, but provide higher fidelity for those who have more powerful hardware
-
Allow joining the game from a web browser for quick sessions, as well as providing downloadable package for residential or portable usage
-
Actively help the development of Godot engine and other open-source tools that we depend on
-
Facilitate 3rd party content via mods
-
Provide optional online accounts to securely store user data and protect their in-game identity
Check out the YouTube channel for video updates and livestreamed playtesting sessions.
Want to help?
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.
There’s one public dedicated server running at liblast.unfa.xyz
the game will present the server address upon startup.
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 profile (player name and color). Then connect to a server and play!
Controls
Key | Action |
---|---|
|
Movement |
Mouse |
Camera |
Left Click |
Shoot |
|
Reload |
|
Jump |
|
Jetpack |
|
Select weapon |
|
Chat with team |
|
Chat with all |
|
Zoom |
|
Mute audio |
|
Main menu |
|
Console |
Contributing and Getting in touch
Check the Contribution Guide!
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
Liblast Godot 4 Downloads
Current Godot version used in main
branch is 4.0.alpha.calinou.d26442e70
(taken from Calinou):* Editor for Linux
* Editor for Windows
* Editor for Mac OS
As Godot 4 haven’t had a stable release yet, we’re using development builds. It’s important that everyone uses the same version of the engine, as there’s still rapid changes going on.
If you’re having issues and you suspect an engine bug, test with the current nightly builds before reporting the problem here or in Godot Github.
Important
|
It may be necessary to delete asset import cache after updating the engine version. If you are having issues, try to delete the Liblast/Game/.godot/imported directory before opening the project. Godot will re-import all assets. Deleting the Godot cache directory ~/.cache/godot can be also helpful if you face problems.
|
GNU/Linux
-
Make sure you have
git
andgit-lfs
installed. Additional tools to make usinggit
in the commandline easier that we can recommend aretig
,lazygit
andgitui
. -
Clone the Git repository:
git clone https://codeberg.org/unfa/Liblast.git
-
Enter the cloned repository:
cd Liblast
-
Initialize Git-LFS:
git lfs install
-
Pull the Git-LFS stored files:
git lfs pull git fetch
-
Run the Godot editor and import the project located in
liblast/Game/project.godot
.
macOS
-
Install
git
andgit-lfs
:brew install git git-lfs
-
Clone the Git repository:
git clone https://codeberg.org/unfa/Liblast.git
-
Enter the cloned repository:
cd Liblast
-
Initialize Git-LFS:
git lfs install
-
Pull the Git-LFS stored files:
git lfs pull git fetch
-
Run the Godot editor and import the project located in
liblast/Game/project.godot
.
Windows
-
Open Git Bash.
TipYou can open Git Bash in a directory in Windows Explorer using the option Git Bash Here
in the context menu. -
Clone the Git repository:
git clone https://codeberg.org/unfa/Liblast.git
-
Enter the cloned repository:
cd Liblast
-
Initialize Git-LFS:
git lfs install
-
Pull the Git-LFS stored files:
git lfs pull git fetch
-
Run the Godot editor and import the project located in
liblast/Game/project.godot
.
What does Liblast mean?
Libre
+ Blast
= Liblast
(pronounced ˈlɪblɑːst)
No, it’s not a library ;)