ssnt
ssnt copied to clipboard
A remake of the game "Space Station 13" in 3D
See linked issue for full explanation Resolves: #34 I added French, Scotsman and Spurdo accents for now which can be selected from chat window: 
# Summary [summary]: #summary Accent system is used to modify speech before it is sent to chat to simulate speech defects or status effects. Text replacement rules are defined using...
Any network indirection (connecting to remote server or local/remote container) prevents client from spawning. docker server command: `run --name ssnt --network host --rm -e RUST_LOG=debug ssnt --public-address 127.0.0.1` (broken with...
a test to see how much it changes CI compile time
To go into combat mode the combat button should be held, that way players can switch much faster between two modes. This removes having to awkwardly toggle out of combat...
To run public servers we need some admin tools to manage players. - [ ] Admins can kick players - [ ] Admins can ban players
Doors should block movement. They should open when a player approaches them, and close after a timer. The doors should connect seamlessly to the wall.
Rounds should naturally begin after a start timer has run out. They should end after a vote has passed. After round end, the server should start a new round automatically...