The following warnings occurred:
Warning [2] Undefined variable $awaitingusers - Line: 33 - File: global.php(779) : eval()'d code PHP 8.1.28 (Linux)
File Line Function
/global.php(779) : eval()'d code 33 errorHandler->error
/global.php 779 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 837 - File: global.php PHP 8.1.28 (Linux)
File Line Function
/global.php 837 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 4950 - File: inc/functions.php PHP 8.1.28 (Linux)
File Line Function
/inc/functions.php 4950 errorHandler->error
/global.php 837 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key 1 - Line: 1394 - File: inc/functions.php PHP 8.1.28 (Linux)
File Line Function
/inc/functions.php 1394 errorHandler->error
/inc/functions.php 1349 fetch_forum_permissions
/printthread.php 83 forum_permissions
Warning [2] Undefined array key "showimages" - Line: 174 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 174 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 179 - File: printthread.php PHP 8.1.28 (Linux)
File Line Function
/printthread.php 179 errorHandler->error
Warning [2] Undefined variable $css_align - Line: 1147 - File: inc/class_parser.php PHP 8.1.28 (Linux)
File Line Function
/inc/class_parser.php 1147 errorHandler->error
/inc/class_parser.php 1174 postParser->mycode_parse_img
[PHP]   postParser->mycode_parse_img_callback2
/inc/class_parser.php 481 preg_replace_callback
/inc/class_parser.php 177 postParser->parse_mycode
/printthread.php 184 postParser->parse_message



High Frontier Forums
Housing, jobs, & other services - Printable Version

+- High Frontier Forums (http://highfrontier.com/forum)
+-- Forum: General (http://highfrontier.com/forum/forumdisplay.php?fid=1)
+--- Forum: Dev Log (http://highfrontier.com/forum/forumdisplay.php?fid=15)
+--- Thread: Housing, jobs, & other services (/showthread.php?tid=10)



Housing, jobs, & other services - JoeStrout - 03-09-2015

We've just implemented tracking of housing, jobs, and more.  You'll notice this in v0.14 in a variety of ways.  For one thing, the Economics tab of the Statistics palette finally has some content:

[Image: 54fdaa6a3a594.png]

The "housing" and "jobs" numbers are a total for all the habitable parts in your colony, and are determined directly from the buildings present.  So you'll need to get busy zoning (as well as building municipal buildings) if you want your colony to grow.

The way it works is this: every city part (including buildings, trees, etc.) has a number of "services" it provides to the colony.  These services currently are:
  • housing
  • jobs
  • lodging (for visitors)
  • ambiance
  • entertainment
  • culture
This set will change as High Frontier develops further; in particular, we expect to add air and water transformations in versions 0.15 and 0.17 (see the Road Map).  But this is a decent start.

The sum of all services available to the colony determines how it's doing on those various attributes.  Though the Economics panel only shows housing and jobs, we track all services, and their effects will show up in different ways.  Trees, for example, increase ambiance, which will help keep your residents happy.

Questions?  Comments?  Please post 'em here!