Installation¶
To play Cubyz, you can either download a ready-to-run release or compile the latest development version yourself.
Requirements¶
Cubyz is a very well optimized game, but there is still a limit to what hardware it can run on. As a safe baseline we recommend minimal specification listed below. The hardware should be enough to play Cubyz reasonably smoothly in Full HD resolution. If you satisfy hardware requirements listed bellow.
- OS: Windows / Linux
- GPU Graphics cards such as Radeon Vega 8 / Intel HD Graphics 530 or NVIDIA GTX 750
- CPU: Dual-core processor (64-bit) such as Ryzen 3 2200G or Intel i3-6100
- RAM: At least 4 GB of RAM available.
GPU Requirements
Cubyz requires a graphics card with hardware support for OpenGL 4.6 along with up-to-date drivers.
- Not sure if your hardware qualifies? You can search for your specific model on TechPowerUp or check the official OpenGL Support Page.
Please Note
Any hardware below these minimum specifications is not officialy recommended, and your gameplay experience may suffer. If your game runs poorly or doesn't start at all, consider reaching out on our Discord.
Downloading a release version¶
To download a release version, head to the Cubyz release page on GitHub and download the latest version for your operating system.
Once downloaded, extract the archive file using your file explorer or your favorite command-line tool.
Inside the extracted folder, make sure you see these three key files:
Cubyz(orCubyz.exe)launchConfig.zonassets
These files must stay in the same folder for the game to run.
To launch Cubyz, run the executable:
Building from Source¶
The Easy Way (no tools needed)¶
NOTE: This builds the absolute latest experimental version of the game. It may contain bugs!
- Download the latest source code zip.
- Extract the
.zipfile. - Open the extracted folder and run the launch script for your system:
Congrats: You just compiled your first program!
The Better Way (Using Git)¶
NOTE: This method makes updating the game incredibly easy without re-downloading files every time.
First, select your operating system below to install Git and download the code:
Open PowerShell or Command Prompt as Administrator and run:
Once Git is ready, open a normal terminal and run:
How to Update Later¶
Whenever you want to pull the latest updates, you don't need to download anything manually again. Just open your terminal inside the Cubyz folder and run:
Crashes¶
If Cubyz crashes or doesn't run, you can ask the community for help by joining the Cubyz Discord Server or creating an issue on the Cubyz issue board.