Devlog - January 23rd 2022
Road Network Generation
This week’s focus was almost exclusively on procedural road network generation. Only on Monday I worked a bit more on the procedural terrain texturing for which I am not yet sure what approach will be the best one to continue. I’ll be talking more about that when I go back to that topic. I decided to continue with the road network generation instead because it will get me closer to a playable demo for which terrain textures are not necessarily needed. For the road generation itself I am using an asset called EasyRoads which has many great features to generate spline based road systems. Since the game world is generated in chunks and roads need to be reproducible I also had to go with a chunk based approach on how road markers are calculated. The current approach is rather simple, yet effective and sufficient for the first iteration of the road generation. In essence road markers are calculated on all edges of a chunk. Since an edge between two chunks shares the exact same coordinates for both chunks the calculated position and/or existence of a road marker will also be the same. This ensures the continuation of a road across chunk borders continuously. Since a chunk may also not have any road in it an additional system handling that case will be added in the future to ensure all roads are always connected to the entire network in at least one way..
Notable tasks this week:
- Further experimenting on procedural terrain texturing
- Experimented with procedural road network generation
- Implemented basic chunk based road network generation
Wishlist on Steam
Join the Discord
That’s all I got this week. I hope you are all doing well.
Stay safe out there and I’ll see you next week.
Get Ozone Wipeout
Ozone Wipeout
Procedural open world, post apocalyptic, zombie survival game
Status | In development |
Author | OzoneWipeout |
Genre | Survival |
Tags | 3D, First-Person, Moddable, Open World, Photorealistic, Post-apocalyptic, Procedural Generation, Singleplayer, Zombies |
Languages | German, English |
Accessibility | Configurable controls |
More posts
- Devlog - June 26th 2023Jun 26, 2023
- Devlog - June 19th 2023Jun 19, 2023
- Devlog - June 12th 2023Jun 12, 2023
- Devlog - June 5th 2023Jun 05, 2023
- Devlog - May 29th 2023May 29, 2023
- Devlog - May 22nd 2023May 22, 2023
- Devlog - May 15th 2023May 15, 2023
- Devlog - May 7th 2023May 07, 2023
- Devlog - May 1st 2023May 01, 2023
- Devlog - April 23rd 2023Apr 23, 2023
Leave a comment
Log in with itch.io to leave a comment.