issues
search
Zerahan
/
SurvivalGame
Experimental survival-game-like framework to build a level designer and storyteller AI on. Using Near Death as a loose guide, but multiplayer and more expandable.
0
stars
0
forks
source link
Test Level functions: Power
#55
Open
Zerahan
opened
7 months ago
Zerahan
commented
7 months ago
Power
[ ] Reactor uses fuel to generate heat
[ ] Boilers use heat to generate steam
[ ] Turbines use steam to generate electricity.
[ ] Excess heat is used to heat up water which is pipes through facility to keep it warm
[ ] Pumpjacks in mines generate fuel for generators
[ ] Solar panels on surface generate a trickle of power for Pumpjacks to start
[ ] Solar panels have to be cleared to be usable
[ ] The entire facility can be powered with 10 turbines.
[ ] Power is routed through breaker boxes.
[ ] Breaker boxes have switches that block power from going downstream.
[ ] Turbines must be manually reset to function
[ ] Overdraw shuts off turbines.
[x] AActor PowerNetworkNode
[x] UActorComponent PowerComponent_Basic
[x] UActorComponent PowerComponent_Generator
[x] UActorComponent PowerComponent_Relay