Game

From Software Inc.
Jump to navigation Jump to search

First Appearance: It appears in the design document at the beginning of the game.

Interactive art.

Feature Description Dependencies Unlock Year
Text-based Make the player type a novel to complete the game.
2D graphics Game Engine: 2D rendering

2D Editor: Pixel manipulation

3D graphics Game Engine: 3D rendering

3D Editor: Vertex editing

VR Virtual Reality Game: 3D graphics

Game Engine: VR

Physics Bouncy Stuff Game Engine: Physics
Music Game Engine: PC speaker

Audio Tool: Music editor

Dialog Game Engine: 8-bit audio

Audio Tool: Recording

Open world 1997
AI
Local multiplayer
Multiplayer Facilitate the screaming of obscenities by teenagers from all over the world. Game Engine: Networking 1990
MMO Game Engine: Networking 1998
Mod support You can mod this feature out of the game if you want. Game Engine: Scripting
Touch support Operating System: Touch
Advanced input Wheels, joysticks, etc. Operating System: Plug'n'Play
Cutscenes 2D Editor Video editing
Advanced cutscenes Reflect player choices in the story by rendering cutscenes in realtime. Game: 3D graphics

3D Editor: Animation

Motion capture Game: 3D graphics

3D Editor: Animation

Raw Source

<source lang="xml">
    <Software Name="Game">
        <Name>Game</Name>
        <Description>Interactive art.</Description>
        <Features>
            <Feature Name="Text-based">
                <Name>Text-based</Name>
                <Description>Make the player type a novel to complete the game</Description>
            </Feature>
            <Feature Name="2D graphics">
                <Name>2D graphics</Name>
            </Feature>
            <Feature Name="3D graphics">
                <Name>3D graphics</Name>
            </Feature>
            <Feature Name="VR">
                <Name>VR</Name>
                <Description>Virtual Reality</Description>
            </Feature>
            <Feature Name="Physics">
                <Name>Physics</Name>
                <Description>Bouncy stuff</Description>
            </Feature>
            <Feature Name="Music">
                <Name>Music</Name>
            </Feature>
            <Feature Name="Dialog">
                <Name>Dialog</Name>
            </Feature>
            <Feature Name="Open world">
                <Name>Open world</Name>
            </Feature>
            <Feature Name="AI">
                <Name>AI</Name>
            </Feature>
            <Feature Name="Local multiplayer">
                <Name>Local multiplayer</Name>
            </Feature>
            Feature Name="Multiplayer">
                <Name>Multiplayer</Name>
                <Description>Facilitate the screaming of obscenities by teenagers from all over the world</Description>
            </Feature>
            <Feature Name="MMO">
                <Name>MMO</Name>
            </Feature>
            <Feature Name="Mod support">
                <Name>Mod support</Name>
                <Description>You can mod this feature out of the game if you want</Description>
            </Feature>
            <Feature Name="Touch support">
                <Name>Touch support</Name>
            </Feature>
            <Feature Name="Advanced input">
                <Name>Advanced input</Name>
                <Description>Wheels, joysticks, etc.</Description>
            </Feature>
            <Feature Name="Cutscenes">
                <Name>Cutscenes</Name>
            </Feature>
            <Feature Name="Advanced cutscenes">
                <Name>Advanced cutscenes</Name>
                <Description>Reflect player choices in the story by rendering cutscenes in realtime</Description>
            </Feature>
            <Feature Name="Motion capture">
                <Name>Motion capture</Name>
            </Feature>
        </Features>
        <Categories>
            <Category Name="RPG">
                <Name>RPG</Name>
                <Description>Role Playing Game</Description>
            </Category>
            <Category Name="Adventure">
                <Name>Adventure</Name>
            </Category>
            <Category Name="Simulation">
                <Name>Simulation</Name>
                <Description>You're playing one!</Description>
            </Category>
            <Category Name="Sports">
                <Name>Sports</Name>
            </Category>
            <Category Name="RTS">
                <Name>RTS</Name>
                <Description>Real Time Strategy</Description>
            </Category>
            <Category Name="FPS">
                <Name>FPS</Name>
                <Description>First Person Shooter</Description>
            </Category>
        </Categories>
    </Software>
</source>