Jump to content

Development

From Byrd Station Wiki
Revision as of 15:04, 19 July 2026 by LukeZurg22 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Running a local game

Direct Boot

  1. Go to the CDN downloads
  2. Download the latest build for your operating system
  3. Open the executable named Robust.<X>.exe where <x> is "Client" and "Server".
    (For Linux systems, run chmod +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.

Adding content

Common Issues & Fixes

This issues or the ways to solve them may not persist as the repository develops. Keep this warning in mind.

Fix Renderer Issues

File:

RobustToolbox/Robust.Shared/EntitySerialization/EntityDeserializer.css

Comment out:

- Lines 864-865  

- Lines 1154-1167  

- Line 1172  

**File:**  

RobustToolbox/Robust.Shared/EntitySerialization/Systems/MapLoaderSystem.Load.cs

Comment out:

- Lines 103-109