A fork of the Space Wizards' Space Station 14 for playing with toys

4 stars 3 forks 4 watchers C# GNU Affero General Public License v3.0
4 Open Issues Need Help Last updated: Sep 12, 2025

Open Issues Need Help

View All on GitHub
Great Remapping 3 months ago
addition help wanted

A fork of the Space Wizards' Space Station 14 for playing with toys

C#
Crowbar Bug 4 months ago
bug help wanted

A fork of the Space Wizards' Space Station 14 for playing with toys

C#

AI Summary: Fix a bug in the Einstein Engines game where pressing 'z' while holding an open, sealable container closes it instead of allowing the player to drink from it. This requires investigating the interaction priorities within the game's code and potentially adjusting the fluid container prototypes.

Complexity: 3/5
bug help wanted good first issue

A fork of the Space Wizards' Space Station 14 for playing with toys

C#

AI Summary: Debug and fix a server-side crash in the Einstein Engines game (a Space Station 14 fork) that occurs when attempting to empty a revolver after all rounds have been fired. The crash is indicated by a `System.NullReferenceException` in the `SharedContainerSystem.Remove` method, originating from the `SharedGunSystem.EmptyRevolver` function. This requires examining the game's code, identifying the null reference, and implementing a fix to prevent the crash.

Complexity: 4/5
bug help wanted

A fork of the Space Wizards' Space Station 14 for playing with toys

C#