Skip to content
TRBRY edited this page Sep 11, 2016 · 64 revisions

Milestone 01 in Issue Tracker

Game Design

Debug

Bugfixes

"Don't be a jerk. Find some work!" - abackwood

New power system is in place. Next would be save/load but I would prefer to wait with it before we finished or data format discussion.

  • Character able to walk on empty tiles

  • Character build floor incl. job creation for floor building

  • Airlocks, (different door from internal doors or a small room with two doors that we frequently depressurize?)

Airlock doors can be pressure locked, Air pump to depressurize/re-pressurize airlock room in PR, need room logic to ease communication between doors and pump.

  • Atmosphere requirement for some buildings

  • No deconstruction of walls under pressure - @mikejbrown #701

  • Path-finding logic to handle differentiating between inside and outside (Only exit the airlock when required)

  • Job logic to handle bringing material for multiple constructions (Don't bring stuff for only one floor tile on each trip outside.

  • Generate initial construction

  • Expand atmosphere system. (Flow air between rooms)

Furniture and Inventory

  • Replace Condition with Needs

  • Split into 1 class per file

  • Create XML tag allowing for multiple inputs and outputs, plus provide the machine max and output ratio (use inventory prefab max stack size as default max)

  • Need to take walking into account. I.e. if you need ice and steel, go fetch one, drop it off, fetch second, drop it off. Different path from being able to carry both.

  • Add code that can figure out if we need to drop off inventory or can pick up more

  • Let the Character modify cost for path and action

  • Integrate into game (Sounds easy!)

  • Character - @Tranberry #684

  • Metal Smelter - @TheRiven #679

  • O2 Generator - @TheRiven #679

  • O2 Compressor - @TheRiven #790

  • Wall

  • Door

  • Floor

  • Cloning Pod - @longtomjr #1005

  • Power Cell Press

  • Power Generator

  • Copper Wire

  • Raw Iron - @TheRiven #1028

  • Steel Plate - @TheRiven #1028

  • Ice

  • Uranium - @TheRiven #1042

Miscellaneous