itch.io Spring Selects Series A
On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

:D A few weeks ago I played Quake (first episode) for 40 minutes. It was okayish while I played, feeling a bit dizzy. But the worse came after I took off the headset. And a few years ago I used to play Detached with all rolls and stuff without much issues.

With the procedural mesh generation I am still trying to decide which way would be the best for LOD. Currently I have it prepared to mark specific parts suitable or not for specific LOD levels. It is now used to decide whether to generate something for Quest or not. I did automatic LOD level generation a while ago but it was just welding vertices and was not that elegant solution (although it provides fantastic visuals when used right -> Pistol Whip is an amazing example). With procedural generation I can alter dynamically number of subdivisions (it is another element of Quest/PCVR differences). There were some specific issues on the way, like a need for hierarchical random generator. And there was also no need to add LOD system for PCVR, so it now waits to be added. There are also a few other things that are reason for performance drop on Quest and I have plans how to improve them.

As for the number of options. This is right now a bit more general problem. It will be addressed along the way and in the final version, I'd like to have the game just start right at the beginning only to introduce to player profiles and gameslots on the way. And difficulty settings (I am thinking about unlocking difficulty levels). Same for the options. And still I'd like to have a button to allow manual unlocking. I've seen a picture describing a problem with finding subtitle options in games (in general). Where should you look for it? Audio? Visuals? Gameplay? General? (most of the time it is part of audio options, not always though). The thing is that I like the games where you can tinker. Both gameplay wise and through options. And with options it would be the best to avoid a need to alter them. Most of the people should not require to alter settings or there could be a way to setup a few particular things through the gameplay

But as there will be more settings coming, I don't want to get carried away for too long with altering options layout. That said, in the next build, the menu will be redone a bit (to introduce persistence, player profiles etc). With a new font that is much easier to read.