The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined variable $awaitingusers - Line: 33 - File: global.php(779) : eval()'d code PHP 8.1.31 (Linux)
|
Making progress on Project Tree - 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: Making progress on Project Tree (/showthread.php?tid=104) |
Making progress on Project Tree - JoeStrout - 11-04-2015 That's right, "Project Tree." We're not calling it a tech tree because many of the nodes in it do not represent new technologies, but rather projects that must be done in order to open up capability. For example, right now in the year 2015 we have the technology to put a station at L1, or even on the Moon... we just haven't done it yet. That would be a project. So anyway, we have created a new mod format for adding projects to the game, and we use this internally for all the standard mods. It's a simple text file containing stuff like this: Code: { shortName: FuelDepot All this data gets read by the game, and assembled into a project tree, which is then laid out in the UI. Currently it looks like this: And soon you'll be able to click any node, read more detail about it, see what its dependencies are, and (if you have enough experience points, or XP) decide to do it. I think this next version (0.20) is going to be one of our biggest updates ever... we're really excited about it! RE: Making progress on Project Tree - JoeStrout - 11-09-2015 More progress... RE: Making progress on Project Tree - Specialist290 - 11-10-2015 Awesome I'll be looking forward to seeing it in the next release. |