Skip to content

Commit ac02823

Browse files
mmm burger
1 parent b194fc8 commit ac02823

2 files changed

Lines changed: 44 additions & 20 deletions

File tree

Lines changed: 42 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,53 @@
11
# Core Game Design
2-
These documents contains the Spacestation 14's Core Game Design Princples and should be used to inform the design of any new designs or large balance changes.
2+
These documents contains the Spacestation 14's Core Game Design Princples and should be used to inform the design of any new designs or large balance changes.
33

4-
Questions around Core Game Design should be directed towards the Design Group on the Official Spacestation 14 Discord (Prefered) or if you do not use Discord by making a thread on the Spacestation 14 Forums.
4+
Questions around Core Game Design should be directed towards the design-discussion channel on the Official Spacestation 14 Discord (Prefered) or if you do not use Discord by making a thread on the Spacestation 14 Forums.
55

6-
### Caveats
6+
## Caveats
77
- These documents are living documents and will change overtime as the design of Spacestation 14 evolves.
8-
- These documents are one interpretation of what Spacestation 14 should be and only reflects the direction of Wizden (upstream) LRP and MRP servers.
98
- Forks and other communities may have different ideas and directions which they want to take the game, which is fine and something we want to encourage!
10-
- This is primarily intended to serve as a direction for upstream Spacestation 14 development, but forks can use these design documents as a base if they so choose.
119

10+
# Wizard's Den
11+
Wizards Den intends to create a polished vanilla experience of Space Station 14. Primarily focusing on code quality, and strong well designed systems over pure quantity.
1212

13-
# What is Spacestation 14?
14-
Spacestation 14 is a game where disasters, enemies, and incompetence conspire to make each shift aboard the station a unique and hellish experience.
13+
## Core Pillars
1514

16-
# Core Pillars
17-
These pillars serve as the guiding concepts for designing features for SS14. When creating features or changing balance you should be actively thinking about how these concepts relate to your design or change.
18-
The pillars serve as guideposts for creating a cohesive design for SS14. Further detail about each can be found in: [Design Principles](core-design/design-principles.md).
15+
### Vanilla
16+
Wizard's Den aims to bring a vanilla Space Station 14 experience. This means a strict adherence to features and content which fit the design of Space Station 14. This is different from Wizden being a blank slate, and does not prevent the addition of content and balancing personalized for Wizden servers.
1917

20-
## Chaotic
18+
### Stability
19+
Wizard's Den is the upstream for the majority of forks. As such, code and content should be stable and maintained. Automated tests should ensure systems remain functional, and outright broken, unplanned, or unmaintained content should be removed.
20+
21+
### Mechanics Over Rules
22+
Wizard's Den prioritizes mechanical design over rules design whenever and wherever possible. Admins shouldn't be required for the game to work, and as much as possible mechanics should prevent their involvement.
23+
24+
# Spacestation 14
25+
Spacestation 14 is a game where disasters, enemies, and incompetence conspire to make each shift aboard the station a unique and hellish experience.
26+
27+
## Core Pillars
28+
These pillars serve as the guiding concepts for designing features for SS14. When creating features or changing balance you should be actively thinking about how these concepts relate to your design or change.
29+
30+
- These pillars and definitions are specific to Wizard's Den's vision of Space Station 14.
31+
32+
### Unpredictability and Chaos
2133
- No two rounds should play alike. The combination of antagonists, incompetence, and disasters should create situations where players have to deal with rapidly changing and escalating situations.
22-
## Seriously Silly
23-
- aka "The clown has put space lube all over the halls, armed the station nuke and is throwing cream-pies filled with acid at security officers", a situation like this on its face is completely ludicrous but should be taken seriously by players.
24-
## Dynamic Environment
25-
- The gameworld should be malleable, letting players build, deconstruct, or modify anything. It should be *possible* to build an entire separate station and continue the round there if players put in the effort.
26-
## Intuitive and Inter-Connected Simulation
34+
- There should rarely be guarantees, problems should arise and solutions may not always be immediately available. Players should be forced to adapt to rapid changes in their environment.
35+
- Chaos should also be unpredictable. Some rounds may be slow, some may be blazingly fast, the variety of round flow is what keeps the game interesting.
36+
37+
### Darkly Comedic/Surrealist
38+
- The game's tone floats between a Surrealist Comedy and Dark Comedy, both defying expectations with absurd situations, such as the clown throwing acid pies at a mega-corporation's special forces team.
39+
- The game should be able to balance this tone, never becoming so absurd that it breaks immersion, but never being so serious or grim that it becomes depressing.
40+
- Mechanics should be designed with this tone in mind, silly mechanics shouldn't be so silly as to not be grounded, and grounded mechanics shouldn't be mundane, and all should be play a part in a catastrophe.
41+
42+
### Dynamic Environment
43+
- The gameworld should be malleable, allowing for the dynamics of a station to change throughout the round. Walls may get blown open by explosions, and areas of the station may be totally renovated by a dedicated passenger.
44+
- The station should avoid unique properties that cannot be replicated. Ambience should be made by machines rather than being coded to coordinates.
45+
46+
### Intuitive and Inter-Connected Simulation
2747
- Simulated systems should be complex enough to create engaging gameplay/decisions while still being intuitive enough to learn without wiki-diving. Systems should interact with each other as much as feasible to create new emergent gameplay opportunities.
28-
## Player Interaction/Agency
29-
- Players should be encouraged to interact with each other as much as possible to create opportunities for conflict or cooperation. Mechanics should reinforce the player's ability to make impactful decisions while mitigating those decisions' effects on the agency of other players.
48+
- Systems should clearly communicate all necessary info a player needs to make actionable judgements. No player should require knowledge outside the game to interact with a mechanic, black boxes are bad.
49+
50+
### Player Interaction/Agency
51+
- Mechanics and design should encourage players to interact with others as much as possible. These interactions should be meaningful, and never repetitive.
52+
- Players should never feel forced into a specific interaction or action. Avoid situations where players default on a specific choice, due to it being consistently better than other options.
53+
- Mechanics which run parallel to the round should be avoided as much as possible as these discourage player interaction.

src/en/space-station-14/core-design/design-principles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
```admonish warning "Attention: WIP!"
2-
This doc is actively under development and is not fully complete. Things may change!
1+
```admonish warning "Attention: Outdated!"
2+
This doc has been deprecated by a general "Core Design" doc. This doc exists for archival purposes only!
33
```
44

55
# Design Principles

0 commit comments

Comments
 (0)