Week 29
Hello Everyone,
This week in development we focused on flushing out the dialogue system, AI platform navigation, some bugs, and code improvements.
The dialogue system is now able to create chaining sequences of triggers making it easier to construct and control the narrative flow in a mission. To test this we are taking our current tutorial level and converting it to use the dialogue systems triggers in an effort to dog food the system before putting it in the hands of our writer.
Last week we showed the AI constructing sets of buildings together and this week we started work on navigating those platformed buildings across a level. We investigated using a specialized Jump Point Search (JPS/JPS+: http://www.gameaipro.com/) algorithm but have instead decided to fall back to a simpler A star that uses a predicate to qualify spaces before enqueuing. As a side benefit of the pre-computed information we use for this new navigation predicate, we should also see an improvement in moving platforms around.
Additionally, the team continued to transition away from Unity's physics system and onto our own tracking system. This should improve performance in the game while also giving us a bit more control over the game data.
Hope you're all having a great week,
Micah Rust
Byte Lynx
A sci-fi real-time strategy game with construction-based combat set in the X-736 solar system.
Status | In development |
Authors | ArtfulGame, binary6, The_Artful, TuckerBane |
Genre | Strategy |
Tags | 4X, City Builder, Real time strategy, Sci-fi, Singleplayer |
Languages | English |
Accessibility | Subtitles, Interactive tutorial, One button |
More posts
- Byte Lynx is out now!Oct 12, 2022
- Week 62-64Oct 09, 2022
- Week 56-61Sep 18, 2022
- Week 54-5Aug 08, 2022
- Week 52-3Jul 22, 2022
- Week 50-1Jul 13, 2022
- Week 48-9Jun 27, 2022
- Week 46-7Jun 13, 2022
- Week 44-5May 30, 2022
- Week 42-3May 15, 2022
Leave a comment
Log in with itch.io to leave a comment.