Gardenstation

Gardenstation/Gardenstation

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

4 good first / help-wanted issues · C# · last activity Sep 12, 2025

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 about 1 year ago
addition help wanted
Gardenstation/Gardenstation
4

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

C#
Crowbar Bug about 1 year ago
bug help wanted
Gardenstation/Gardenstation
4

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

C#
Infinite Bottlecap about 1 year ago

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
Gardenstation/Gardenstation
4

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

C#
Empty Revolver Crash about 1 year ago

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
Gardenstation/Gardenstation
4

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

C#