A downloadable game for Windows and Linux

A simple prototype to kill time. Windows and Linux support. Made with the latest Godot Engine 4.5 beta 6.

Features

  • Quake-like controller
  • Animated characters
  • Ragdolls
  • Zombie bots
  • PVP
  • Sound effects
  • Explosions
  • Gamepad support
  • Scoreboard

Controls

Keyboard & MouseGamepadCommand
W A S D Left Stick Movement
Mouse Movement Right Stick Look around
Spacebar A Jump
Left Mouse Button Right Trigger Shoot
Tab
Back Scoreboard
RRight ButtonRespawn

Plans

  • Gibs
  • More maps
  • Mod support
  • More gameplay features

Instructions

  1. Download the executable file based on your platform.
  2. Run the executable.
  3. Enter your name and click Quickplay to play on a public server.
  4. Or host the server and share your IP with a friend. Port 27015 must be accessible.
  5. You can also setup the dedicated server executable.

Server setup

1. Rent an Ubuntu 24.04 server.

2. Create a server.service file in /etc/systemd/system folder with the following configuration:

[Unit]
Description=Explosive Salad Server
After=network.target
[Service]
ExecStart=/root/server.x86_64
Restart=always
Type=simple
[Install]
WantedBy=multi-user.target

3. Upload your dedicated server executable. Place it under /root/server.x86_64 to match the config. Add execute permissions to a file.

4. Run the following commands:

chmod +x /root/server.x86_64
sudo systemctl start server.service
sudo systemctl enable server.service
sudo systemctl daemon-reload

5. Check the status:

systemctl status server.service

4. Start the game. Instead of Quickplay copy your server's IP to the matching field and click Join.

5. Share your new server IP with a friend.

ic3bug
Updated 2 hours ago
StatusPrototype
PlatformsWindows, Linux
Publisher
Release date Oct 31, 2023
Authoric3bug
GenreAction
Made withBlender, Godot, GIMP, FL Studio
Tags3D, First-Person, Godot, godot-engine, Multiplayer, quake, quake-like, ragdolls, Short
Code licenseMIT License
Average sessionA few minutes
LanguagesEnglish
InputsKeyboard, Mouse, Gamepad (any)
MultiplayerLocal multiplayer, Server-based networked multiplayer
Player count1 - 16

Download

Download
es.exe 108 MB
Download
es.x86_64 83 MB
Download
server.x86_64 69 MB
Download
server.service 178 bytes

Install instructions

  1. Download the executable file based on your platform.
  2. Run the executable.
  3. Enter your name and click Quickplay to play on a public server.
  4. Or host the server and share your IP with a friend. Port 27015 must be accessible.
  5. You can also setup the dedicated server executable.

Development log