Skip to content
Iain C Docherty edited this page Mar 27, 2016 · 16 revisions

Features we would like to see in a game reboot

Lacuna Expanse Reboot ideas page

There is a risk of second system syndrome where we add more features and fail to deliver so treat this as a wish-list of possible ideas. Some of the ideas are only going to be possible with a reboot (e.g. rebalance Essentia, plans etc.) and would be difficult to implement later so these should have priority. Other ideas may be possible to be implemented later.

Links to other ideas pages

Miscellaneous

Performance

There are some changes we can make on efficiency to make the code more responsive.

  • Only send status/empire/body blocks on request, or if there is a change
  • Instead of sending all data, just send changes for the above.
  • Farm off changes to body (updates) out of web request into a scheduled job.