Author Topic: OutpostHD v0.7.11 Preview #2  (Read 4454 times)

Offline leeor_net

  • Administrator
  • Hero Member
  • *****
  • Posts: 2350
  • OPHD Lead Developer
    • LairWorks Entertainment
OutpostHD v0.7.11 Preview #2
« on: February 10, 2019, 12:28:50 AM »
So I got a lot more done than I expected. As per the Roadmap on GitHub, v0.7.11 is almost ready for release, there's a few things I want to test and consider building a few extra features before I push it.

https://github.com/ldicker83/OPHD/milestone/10

So, on to the preview screenshots:


These screenshots show taking advantage of the cross-platform message box's that I added to the code -- sure, it's not as 'nice' as having a skinned in-game Window but it's a hell of a lot easier and takes advantage of the host OS's ability to stop execution while waiting for user input (modal dialog's). So far on Windows I have this done using Win32 API calls. It's done through SDL2 on all other platforms. In the future I'd like to have these functions use the host OS's code to pull up these message box's but eh, long term goal.

Moving along, I've pulled the AiVoiceNotifier from the code -- I liked the idea of having an AI that would yell at you if you're making a mistake but ultimately it requires resources and assets that I just don't have the ability to deal with. Plus, the ones I used were very vague and not terribly informative so that's where the message boxes come in.


I want to add in a resource panel and update the StructureInspector to include details about why a Structure is disabled or idle (it currently does some basic stuff with reasons for it to be disabled but may not be specific enough (e.g., insufficient population is accurate but doesn't tell you exactly what kind of population is lacking and how much you need).

Lastly, looking at the structure icons at the bottom of the screenshots you can see the new icons that White Claw has been working on are finally in the UI now. I finally stopped being lazy about it and made it a thing. Woot!


So yeah, much progress made on this version, looking forward to getting it out the door soon. :D
« Last Edit: February 10, 2019, 12:39:23 AM by leeor_net »

Offline JetMech1999

  • Full Member
  • ***
  • Posts: 115
Re: OutpostHD v0.7.11 Preview #2
« Reply #1 on: February 10, 2019, 08:46:47 PM »
Looks like things are going well.  Sorry to hear about the DK issue that messed you up.  Glad to know you're doing better.  My wife is diabetic and has memory problems, so I have to try to help her with getting her meds at the right time.  OPHD is looking good.  Between work, school, and trying not to get sick myself, I haven't had a chance to get the latest versions to try out.  Not expecting anything to slow down anytime soon.  One of my classes, Composition II starts next month as a compressed 8-week course.  With Biology Lab, Math, and World History, free time doesn't exist right now.

Offline White Claw

  • Hero Member
  • *****
  • Posts: 854
Re: OutpostHD v0.7.11 Preview #2
« Reply #2 on: February 12, 2019, 07:23:02 PM »
I like the way that building toolbar is looking!

Nice job pushing another release! :D

Offline leeor_net

  • Administrator
  • Hero Member
  • *****
  • Posts: 2350
  • OPHD Lead Developer
    • LairWorks Entertainment
Re: OutpostHD v0.7.11 Preview #2
« Reply #3 on: February 24, 2019, 06:33:13 PM »
Further updates, this release is almost finished:


Addressing reasons for being disabled, in this case the only real detail is needing the population counts for a structure.

I'm ultimately not too happy with the layout of the Structure Details window (formerly Structure Inspector) but that's always something that can be tooled around with as needed. Final development effort is going to be a resource breakdown panel kinda like the population breakdown panel.

Offline Vagabond

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1013
Re: OutpostHD v0.7.11 Preview #2
« Reply #4 on: February 24, 2019, 07:26:22 PM »
I like the structure details window start. I found it a huge pain in the original that I couldn't pull up details on a structure to see what issues it was having. Made gameplay sort of mysterious until you hacked around with it for a while.

-Brett

Offline leeor_net

  • Administrator
  • Hero Member
  • *****
  • Posts: 2350
  • OPHD Lead Developer
    • LairWorks Entertainment
Re: OutpostHD v0.7.11 Preview #2
« Reply #5 on: February 24, 2019, 11:54:54 PM »
Well, to be fair, the original did have that info available, it just wasn't super intuitive on how to get to it. There's a button on most structures when you click on it that has either "Resources" or "Needs" (it's not consistent for whatever reason):


That stated, here's one of the final updates to this revision, the resource breakdown panel:


Offline leeor_net

  • Administrator
  • Hero Member
  • *****
  • Posts: 2350
  • OPHD Lead Developer
    • LairWorks Entertainment
Re: OutpostHD v0.7.11 Preview #2
« Reply #6 on: February 25, 2019, 11:38:45 PM »
Hey look! v0.7.11 is done!

https://github.com/ldicker83/OPHD/milestone/10

Want to run it through some testing first before I publish a new release but I'm out of time tonight so I'll see about pushing it tomorrow! :D


Basicaly finished details panel. I'd like to come up with a better layout and with a way better font engine than I've had in the past I can use different font sizes as well (something I look forward to taking advantage of moving forward). Any thoughts on this would be most welcome.
« Last Edit: February 25, 2019, 11:56:29 PM by leeor_net »

Offline JetMech1999

  • Full Member
  • ***
  • Posts: 115
Re: OutpostHD v0.7.11 Preview #2
« Reply #7 on: February 28, 2019, 05:01:58 PM »
I like the red color in the text to highlight what the shortage is.  I also like the style of the box.  It's clean, not cluttered, and gives you the information you need at the moment.

Question.  On the occasions where there could be multiple disabled structures due to lack of resources (people, materials, etc.), is there a way to dictate a priority as to which ones get the needs first?

Offline leeor_net

  • Administrator
  • Hero Member
  • *****
  • Posts: 2350
  • OPHD Lead Developer
    • LairWorks Entertainment
Re: OutpostHD v0.7.11 Preview #2
« Reply #8 on: February 28, 2019, 06:35:39 PM »
Not in this current form.

As of now structures are prioritized by class in the following order:

  • Landers
  • Command Center
  • Energy Production
  • Mines (self sufficient so they generally wont go disabled unless they're damaged)
  • Smelters
  • Life Support
  • Food Production
  • Medical Centers
  • Nursery
  • Factory
  • Everything else

I'd have to consider how to handle it outside of the basic update structure. Some structures can already be set to Idle, but this mode isn't 'disabled', it's still technically active and thus consuming resources. I could add another state of "Shut Down" which would turn off the building and thus any resource requirements it would otherwise need. This would also have the effect of not having an effect on morale. Would probably be the best way to achieve the desired result without redeveloping the entire structure management cycle.
« Last Edit: February 28, 2019, 06:38:20 PM by leeor_net »