Unstable Isle
A downloadable game for Windows
Last one standing wins.
Controls:
RMB - Move
LMB, Q, W, R - Spells
MMB - Camera pan
Scroll - Camera zoom
Lobby setup:
Set up a server
Clients connect to server, one client creates a room.
Rest of clients can join the room.
Made by:
Bloin: https://bolin8621.itch.io/
BlazeChron: https://blazechron.itch.io/
Inspired by DoctorGester's "Crumbling Island Arena"
Asset credits:
Lobby BGM:
https://pixabay.com/music/upbeat-bgm006-dark-fantasy-lo-fi-retro-game-148338/
Game BGM:
https://pixabay.com/music/upbeat-bgm006-dark-fantasy-lo-fi-retro-game-148338/
Input Prompt Icons:
https://www.kenney.nl/assets/input-prompts
Dwarf, Ranger & Wizard character assets:
https://sethbb.itch.io/32rogues
Status | On hold |
Platforms | Windows |
Authors | BlazeChron, Bloin |
Genre | Action |
Made with | GIMP, Godot, Aseprite |
Tags | 3D, Godot, Multiplayer, Pixel Art |
Average session | A few minutes |
Inputs | Keyboard, Mouse |
Multiplayer | Server-based networked multiplayer, Ad-hoc networked multiplayer |
Install instructions
OpenGL3 driver required
To host the server, download the server.exe and run it.
The default ip address is localhost(127.0.0.1).
The default port range is 22400 to 22601.
You should only run 1 instance of the server.
Due to modern computers’ optimization of background tasks, do not minimise the server’s window.
Instructions for online hosting and gameplay are after the Clients part below.
Client:
To connect as the client, download the client.exe and run it.
You can run multiple instances of the client.
Instructions for online hosting and gameplay:
The port range needs to be port forwarded (TCP & UDP). Then, when running server.exe and client.exe, run them in command line, with the following respective argument, where x.x.x.x is your public ipv4 address. You can find your public ipv4 address by googling for “what is my ip”.
server.exe --server=x.x.x.x
client.exe --server=x.x.x.x
Example, if I want to host & connect on a machine whose public IPv4 address is 123.45.6.789 (assuming port 22400 to 22600 are forwarded):
Server Instance:
server.exe --server=123.45.6.789
Client Instance:
client.exe --server=123.45.6.789
You can do the same for these other options as needed(no need to):
--port_origin=22400
--port_range=200
--max_connections=100
Leave a comment
Log in with itch.io to leave a comment.