Difference between revisions of "Button"

From Project Wiki
Jump to navigation Jump to search
(Concept done now prepared)
Line 32: Line 32:
 
''What is my specific design for the feature?''  
 
''What is my specific design for the feature?''  
  
==== First: ====
+
==== Funktion: ====
  
* The idea behind the feature
+
* Player can walk on Buttons to activate it and thus open [[Doors|doors.]]
* Intention and Requirements of the feature
+
* Player can move [[Moveables]] on Buttons to activate it and thus open [[Doors|doors.]]
* Context needed to understand the design  
+
* Buttons get deactivated when a [[Sentry]] notices the Player.
  
==== Second: ====
+
==== Secondarys: ====
  
* Necessary References
+
* The Buttons need do be pushed down when active and move back up when deactivated.
* The feature design
 
* Feedback needed for the design to work
 
 
 
==== Finally: ====
 
 
 
* Dependency-Links to other features
 
* Variables, needed to balance the feature design
 
  
 
=== Required Feedback ===
 
=== Required Feedback ===
Line 54: Line 47:
 
==== VFX ====
 
==== VFX ====
  
* Feedback 1 - Short description how it should look/sound/work
+
* small dust clouds when activated ( needs to be discussed )
 +
* small sparks when deactivated ( needs to be discussed )
  
 
==== Animations ====
 
==== Animations ====
  
* Feedback 2 - Short description how it should look/sound/work
+
* Pushing down in to the ground when active
 +
* Coming back up when deactivated
  
 
==== Sound ====
 
==== Sound ====
  
* Feedback 3 - Short description how it should look/sound/work
+
* Button press sound  
 +
* Button deactivate sound (move up)
  
 
=== Variables ===
 
=== Variables ===
 
''What Variables do I, as the Designer, need to balance this feature?''  
 
''What Variables do I, as the Designer, need to balance this feature?''  
  
* variableName - what the variable does
+
* Association with [[doors]]
  
 
=== Dependencies ===
 
=== Dependencies ===
''On what other features is this feature rely on?''
+
[[Doors]]
 
+
[[Category:Prepared]]
[[Link to Dependencies]]
 
[[Category:ToDo]]
 

Revision as of 11:51, 6 May 2021

Idea

What is my general idea for the feature? ("Tldr!")

  • Open associated doors
  • Clearly different from floor around it

Intention / Requirements:

What am I trying to achieve with the idea and what are my constraints?

  • The only way for the Player to open doors
  • It needs to be within one Tile (1D 1W).
  • The height must me very little but big enough to see a difference when activated.

Refrences

The Refereces (if available).

Game Mechanic Descriptions
EXAMPLE GAME Example Mechanic from that game with link What Part do I reference from the mechanic in the referenced game

Design

What is my specific design for the feature?

Funktion:

  • Player can walk on Buttons to activate it and thus open doors.
  • Player can move Moveables on Buttons to activate it and thus open doors.
  • Buttons get deactivated when a Sentry notices the Player.

Secondarys:

  • The Buttons need do be pushed down when active and move back up when deactivated.

Required Feedback

What feedback does the designed feature need to function?

VFX

  • small dust clouds when activated ( needs to be discussed )
  • small sparks when deactivated ( needs to be discussed )

Animations

  • Pushing down in to the ground when active
  • Coming back up when deactivated

Sound

  • Button press sound
  • Button deactivate sound (move up)

Variables

What Variables do I, as the Designer, need to balance this feature?

Dependencies

Doors