Design_Guide.txt 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. DESIGN GUIDE
  2. ==================================
  3. This document is for anyone who wants to develop Exile further
  4. (or to make mods for Exile, or just wants to know what the hell I was thinking).
  5. Exile is an opensource project. I would never have got it this far without
  6. other people's opensource content. Exile's longterm existence
  7. (after I get bored/abducted by aliens/die of the plague/eaten by spiders etc)
  8. will depend on people in the opensource community picking up were I've left off.
  9. This document is to help you do that without ruining it! (and annoying me)
  10. So here is Exile's design philosophy...
  11. The Aim of Exile:
  12. ==============================================================
  13. Exile is a game, mere escapism, a bit of fun. Nothing too serious.
  14. At the same time, people often seek escapism at precisely those moments when life is hardest.
  15. Therefore the goal of Exile is to be the kind of escapism that leaves you feeling better.
  16. Exile aims to be the kind of escapism that helps during those moments when you are seeking "Exile" from the world.
  17. That is the ultimate, lofty, aspiration of Exile. Hu-rah!
  18. In the likely event Exile fails to help you achieve enlightenment/self-actualization/transmogrification/a rocking bod/ etc,
  19. Exile should at least be fun. I'll be happy with fun.
  20. Inspirations:
  21. =============
  22. Rimworld, The Primitive Technology guy on Youtube (John Plant),
  23. various historical re-enactments of old technology,
  24. various survivalist/wilderness/off-the-grid living things,...
  25. Basically Exile is a first person version of Rimworld
  26. but with more attention to getting things realistic and accurate.
  27. That's a massive simplification, but close enough.
  28. Design Rules (sometimes more like guidelines... or aspirations!):
  29. ==============================================================
  30. - Choice focused realism:
  31. The game world should make you behave how you would in the real
  32. world.
  33. Not to be confused with pedantic realism. Pedantic realism gives you 150
  34. types of coal which take 15 hours real time to dig - because that's "realistic".
  35. Choice focused realism focuses on the fact that coal is non-renewable, so compared with
  36. using wood you need to make different decisions.
  37. - Player Welfare
  38. Games are escapism. People need escapism, but some of the escapism on offer is damaging to people.
  39. Exile should be escapism that leaves you feeling better (or at least not worse off).
  40. e.g. the skills needed to succeed should be valuable in real life (planning, creativity),
  41. e.g. breaktaker exists to stop player from spending unhealthy amounts of time sitting.
  42. - Function first:
  43. I've been reluctant to add anything that is purely decorative. Almost everything
  44. has some use. The use is why it got added to the game. I break this rule if
  45. aesthetics (or fun) requires it.
  46. - Clarity:
  47. The player should be trying to figure out the world of Exile, not the user interface of Exile!
  48. Menus, information, etc should be tidy, uncluttered and easy to understand.
  49. e.g. crafting stations ideally have one page of crafts (for easy access)
  50. e.g. non-obvious "gamey" mechanics (things that exist due to the limits of making a game)
  51. ought to be documented somewhere.
  52. - Secrets
  53. This is a game to reward experimentation, creativity, and exploration.
  54. Mastering survival and technology is never about "leveling up" - it's about
  55. figuring out how stuff works.
  56. - The Edge of Impossible
  57. Difficulty should be at the edge of success and failure. Not so easy it gets boring.
  58. Not so hard you give up. You should be forced to make difficult decisions without
  59. knowing if it will work. I find this makes for the most interesting and satisfying gameplay.
  60. You can feel the pride of having used skill to achieve something genuinely difficult
  61. (even if it is just a game!).
  62. Not to be confused with sado-masochistic suffering for it's own sake, nor Macho
  63. celebrations of "strength" over "weakness". "Edge of Impossible" is about growth
  64. via overcoming adversity.
  65. - Meaning
  66. Exile exists in its own world. Names, characters, objects etc are chosen
  67. to build a consistent world that feels like a real place with a real history.
  68. The player should have ways of adding meaning to the world.
  69. e.g. plants and animals have unique names (not just copies of real species)
  70. e.g. soft perma-death. Each player life is treated as a new character.
  71. e.g. paint tools allow creation of art, symbolic markings.
  72. - Dynamism
  73. The world is alive. It is doing it's own thing. It will act and you must respond (and vice versa).
  74. Stories and challenges should emerge out of the world itself, whether you are ready or not.
  75. - Artistic Value
  76. Can a game be art? Might as well try....
  77. (at the very least it should look good!)
  78. Aesthetics
  79. ===============================
  80. I don't know how to describe my "Art Style". Look at it. It is that.
  81. A rule for good art is pick one dominant color, one secondary color, and one rare color.
  82. Each biome follows this rule (more or less).
  83. e.g. grasslands are yellow, dunelands orange etc
  84. The Ancients (artifacts) tend to go for blue.
  85. Naming:
  86. Many of the names for plants and animals were adapted from foreign languages so
  87. they feel natural.
  88. Some biomes tended to focus on different languages.
  89. e.g. African names for grasslands, Celtic for marshlands, SE Asian for forests,
  90. India for underground, ...
  91. "Realms"
  92. ===============================
  93. Surface world: mostly complete. the ordinary wilderness. Harsh to the unwise, abundant to the experienced.
  94. Ancient city: partly incomplete. A mysterious, awe inspiring and dangerous place.
  95. Should feel like "the Zone" from "Roadside Picnic" by the Strugatsky brothers,
  96. or like Chernobyl if explored by a cave man. A place of high risks and high rewards,
  97. of follies and greed, of madness, of darkness, and of grandeur.
  98. Something could also be done with...
  99. Deep underground: Extremely hot. The map gets deep enough to reach the edge of the Earth's mantle.
  100. High altitude: Very cold. High enough to reach the edge of the atmosphere, but not space proper.
  101. Lore and Story
  102. ===============================
  103. -The story:
  104. You have been thrown into exile for your crimes. You have been sent to a cursed land.
  105. A place were every nation sends the condemned, the unwanted, and the politically inconvenient. It is seen as
  106. execution by other means.
  107. You task is to cheat fate and live.
  108. The reason this land is cursed is the stuff of many legends and myths. It is believed
  109. to have been the location of the world's first and greatest city, yet no trace of it
  110. remains. Legend has it that the inhabitants in their arrogance and pride brought
  111. about their own destruction. A great cataclysm that rendered the land the hostile place it now is.
  112. The Ancients were scattered to the four corners of the world - exiled from their city.
  113. Many nations claim descent from these people, though of course it is probably all just stories.
  114. The technology of the Ancients is said to have been far beyond anything now existing.
  115. Some say it was magic. Some say skill. Some say there is no difference. The world of today is
  116. at an early Iron Age level - that is the only technology which you have any familiarity with.
  117. Your second task, if you choose, is to figure out if the myths are true.
  118. -Future:
  119. Various more detailed plotlines and content could be spun off these two game goals.
  120. But it's early days so not much is here yet!
  121. Some big story could be done involving discovering how and why the city was destroyed
  122. then running through the implications of this discovery. Perhaps...
  123. =============================