Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 36 online users. » 0 Member(s) | 36 Guest(s)
|
Latest Threads |
Should we prioritize Care...
Forum: Suggestions & Feedback
Last Post: JoeStrout
10-17-2019, 09:00 PM
» Replies: 7
» Views: 16,527
|
The High Frontier: An Eas...
Forum: Real Space
Last Post: Russey
05-10-2019, 03:37 AM
» Replies: 1
» Views: 11,781
|
Finances
Forum: Trouble-Shooting
Last Post: JoeStrout
03-03-2019, 04:42 PM
» Replies: 1
» Views: 5,160
|
Is there a way to build a...
Forum: Getting Started
Last Post: Ant
09-29-2018, 02:29 AM
» Replies: 4
» Views: 11,382
|
What to do with multiple ...
Forum: Dev Log
Last Post: samuel
09-27-2018, 02:44 PM
» Replies: 3
» Views: 19,850
|
Is there a way to purchas...
Forum: Trouble-Shooting
Last Post: JoeStrout
09-24-2018, 07:01 AM
» Replies: 1
» Views: 5,449
|
Hello --- Orbital transfe...
Forum: Welcome
Last Post: JoeStrout
09-22-2018, 05:55 AM
» Replies: 1
» Views: 6,130
|
musings about a far-futur...
Forum: Community Chatter
Last Post: TatyanaJones111
08-20-2018, 07:36 AM
» Replies: 2
» Views: 11,305
|
HEO-1
Forum: Showcase
Last Post: DavidShaw
08-20-2018, 12:22 AM
» Replies: 1
» Views: 8,117
|
Artificial Skylight
Forum: Real Space
Last Post: LisaPuig
06-19-2018, 01:59 AM
» Replies: 2
» Views: 9,243
|
|
|
What would a hull breach look like? |
Posted by: JoeStrout - 03-24-2016, 07:08 AM - Forum: Real Space
- Replies (7)
|
|
We're planning to add hull breach from a small asteroid or space-debris impact to the possible crisis scenarios in version 0.23. But as we prepared to implement it we realized that we're not sure:
What would a hull breach actually look like?
Would the hull material be bent in and then punctured, so that from the inside, it looks something like a volcano? Or would it actually be bent outward from the air blowing out while the metal is still hot? Or would it simply be a ragged hole, where the hull material was instantly vaporized on impact?
|
|
|
Emergencies & Disasters |
Posted by: JoeStrout - 03-19-2016, 06:59 AM - Forum: Dev Log
- Replies (3)
|
|
For version 0.23, we're planning to inflict various disasters on your hapless residents! These may include:
These are in addition to the slow problems that can already develop (CO2 imbalance, insufficient clean water, etc.). We may also throw in a need for hospitals, depending on the population, which isn't really an emergency, but falls under the same sort of municipal services.
Any other ideas for sudden emergencies we should consider? Rogue giant robots? Science fair projects gone awry? Let's brainstorm!
|
|
|
Pathfinding in a wrap-around world |
Posted by: JoeStrout - 03-12-2016, 07:24 AM - Forum: Dev Log
- Replies (1)
|
|
We've knocked out a lot of new features and fixes for 0.22, and a few days ago, all that was left was this little issue, where sometimes we see a resident walking off across the lake (or otherwise going where nobody should be).
And wow, that turns out to be one deep rabbit hole!
The problem is that path-finding and navigation in a cylindrical coordinate system (which applies to torus and sphere habs in High Frontier, as well as cylinders of course) is a whole lot more complicated than normal path-finding. Every point has an infinite number of equivalent coordinates. For example, if your cylinder is 100 units around, then a point at X=10 is the same as X=110, X=-90, X=210, and so on.
We were normalizing all coordinates (basically using modular arithmetic) to get all the coordinates into a standard range, but that doesn't work correctly in some cases. A little path from X=90 to X=110 ends up looking like a big path from X=90 to X=10, and then we find a ton of intersections with that and other paths which are halfway around the cylinder. Bad mojo.
We've just about got our heads wrapped around it now; it's all solvable, but tricky. There's been surprisingly little written about this situation, so we will be doing at least a blog post, if not a tech report, once we have it all sorted out!
- Joe
|
|
|
Types of paths |
Posted by: JoeStrout - 03-03-2016, 09:08 AM - Forum: Dev Log
- Replies (5)
|
|
We're working today on filling out the rather empty "Path" tab on the Manage palette. Currently there is only one type of path, "Footpath", which is a 4-meter-wide tiled path for mixed use.
We are going to be adding at least two, maybe three more path types, and possibly changing that one. All this has led to some research into path types in both urban and rural settings.
This blog has some interesting musings on path types by their usage ("Of 10 path types, only 8 are for walking"). Lots of interesting food for thought there.
One thing that has occurred to us recently is that with the coming of delivery drones, roads and vehicles in a space colony are probably even less necessary than previously thought. The main reason to have them, in a city at least, is to move heavy things around... but if you can do that through the air, then you don't need to congest the ground any more. Of course this assumes some sort of mass-transit system that can move people (and handheld packages) more effectively than just walking around. We'll get to that too, though probably not in the next release.
Still, if anybody here has an interest in urban architecture, please chime in! We'd love to hear your thoughts.
|
|
|
lots of fixes & enhancements |
Posted by: JoeStrout - 02-25-2016, 06:25 PM - Forum: Dev Log
- Replies (2)
|
|
It's been a busy week! Here are some issues we have resolved since 0.21:
#179: People don't appear in a new colony until it is reloaded
#181: "HEO Settler" awarded for building in LEO
#182: Tone down some of the city part sounds (and fix initial load)
#183: Crazy export revenue
#184: Pink flash when planting trees
#185: Water icons not appearing
#187: Change sounds when things go bad
Great stuff. We're not ready to release 0.22 quite yet, as we still have some other items on our to-do list, and will probably find a few more in QA while testing the changes above. But, soon! We can probably get these improvements to you next week.
Cheers,
- Joe
|
|
|
|