Development: Difference between revisions
Appearance
LilithArson (talk | contribs) No edit summary |
LukeZurg22 (talk | contribs) |
||
| Line 1: | Line 1: | ||
== | == Running a local game == | ||
=== | === Direct Boot === | ||
# Go to the [https://cdn.byrdstation.space/fork/byrd CDN downloads] | # Go to the [https://cdn.byrdstation.space/fork/byrd CDN downloads] | ||
# Download the latest build for your operating system | # Download the latest build for your operating system | ||
# Open the | # Open the executable named <code>Robust.<X>.exe</code> where <x> is "Client" and "Server".<br>(For Linux systems, run <code>chmod +x ./Robust.<X></code>before <code>./Robust.<X></code>) | ||
There are additional shell scripts. | |||
=== | === IDE-Boot === | ||
Direct pull from Github using git clone, and launch using "Omu.Client + Omu.Server" configuration. | |||
== Adding content == | == Adding content == | ||
Revision as of 17:41, 2 July 2026
Running a local game
Direct Boot
- Go to the CDN downloads
- Download the latest build for your operating system
- Open the executable named
Robust.<X>.exewhere <x> is "Client" and "Server".
(For Linux systems, runchmod +x ./Robust.<X>before./Robust.<X>)
There are additional shell scripts.
IDE-Boot
Direct pull from Github using git clone, and launch using "Omu.Client + Omu.Server" configuration.