The page originally housed here has been moved to Original idea.

System Description

Rymdvarelser Mot Soldater (RMS) is a first-person shooter inspired by Aliens Versus Predator 2, with some modifications (Read our original idea to learn more). RMS currently implements:

  • Multiplayer mode only (no singleplayer) (Network)
  • A graphics engine with modern shaders (per-pixel lighting, shadows)
  • Procedurally generated levels (no two levels look the same) (World_Model)
  • Spring-less physics
  • A surround sound engine
  • A robust core with our own memory management and event system
  • OS/platform independency
  • Rudimentary game logic

RMS has very limited content as the whole team comprises only programmers. What little content we have is:

  • Two room primitives (used by level generation)
  • An un-textured weapon model
  • An un-textured player model
  • Two props (box and terminal)

We plan to add the following functionality:

  • Animation
  • Acoustically modelled sound (using the Image Model algorithm)
  • Garbage collection