Dienstag, 19. Juni 2018
Developer Diary 89 - Manta Palace Demo
This is a demo of the manta palace. I will have to rework the entire thing, because the proportions are mostly unrealistic. But the entire thing looks beautiful and works well on 90 FPS in VR. I hate that I can't work on these things as much as I want to for the next couple of days. But I have to work on other things to earn money for food and electricity and stuff ..... at least I made some decent progress over the last week.
Montag, 18. Juni 2018
Developer Diary 88 - I'm on to something
How will I lead the player through the first level without craw call overload or GPU crash? How can I change day night rhythm without even changing the sun position and setting all lights to static? How can I introduce gameplay to him, while not making it too complicated, yet still keep it interesting? Well I think I found a way. The remake of "Shadow of the Colossus" was a big inspiration .... I've been cracking my head for weeks, months, even years about these issues.
First the player is led through a narrow path. He is surrounded by rocks and cliffs on both sides (HZB FTW!). He turns left and the entire world opens up to him. He's standing on the edge of a cliff overlooking the entire world. In the far distance is the first palace. But there is no way to reach it. Yet.
The hunters daughter starts talking to him. She lends him the power of Mahakala (Manta) to cross the gap. He is now able to call each dharmapala once, overcoming difficulties ahead of him. Afterwards he is on his own, and he has to fight for the attention of each dharmapala so he can use them at will. His path leads him towards the palace entrance and when inside he has to make his way down.
Day night rhythms are achieved through post process filters ("Shadow of the Colossus" uses them so well in the new PS4 remake).
First the player is led through a narrow path. He is surrounded by rocks and cliffs on both sides (HZB FTW!). He turns left and the entire world opens up to him. He's standing on the edge of a cliff overlooking the entire world. In the far distance is the first palace. But there is no way to reach it. Yet.
The hunters daughter starts talking to him. She lends him the power of Mahakala (Manta) to cross the gap. He is now able to call each dharmapala once, overcoming difficulties ahead of him. Afterwards he is on his own, and he has to fight for the attention of each dharmapala so he can use them at will. His path leads him towards the palace entrance and when inside he has to make his way down.
Day night rhythms are achieved through post process filters ("Shadow of the Colossus" uses them so well in the new PS4 remake).
Dienstag, 12. Juni 2018
Sonntag, 10. Juni 2018
Developer Diary 86 - Creating Diffuse, Specular, Bump & Normal Maps for Each Palace Asset
While working on recreating each palace model I realized, that the surface properties of each model were somehow lacking in depth and detail. I spent some time on youtube tutorials and reading the UE4 documentation on various material maps and learned how to create diffuse, bump, specular and normal maps from basic textures.
At the moment I am creating these map sets for each palace asset, working my way through each one with GIMP.
It's a lot of work, but when you look at the surface screenshot above, it is definitely worth it.
At the moment I am creating these map sets for each palace asset, working my way through each one with GIMP.
It's a lot of work, but when you look at the surface screenshot above, it is definitely worth it.
Dienstag, 5. Juni 2018
Developer Diary 85
Over the last two months I have been working on the following things:
- I incorporated updates for UE 4.18 and Oculus VR that eventually let me check the FPS again without engine load. Since I found that with this new landscape I couldn't keep 90 FPS regardless of optimization I had to downgrade my landscape models again.
- With UE 4.18 Epic's crew changed the way in which foliage culling works for all instances, so I learned how to adjust each foliage material to the new culling code and adjusted all 53 foliage models and their materials. Thank you Epic. Thank you so much. And by the way: The code displayed in the official Unreal Engine documentation is wrong. It actually looks like this:
- I wrote blueprints for Butterflies, Birds and Dragonfly AI. They swarm around the player when he is close to a spawn point and they look beautiful in VR. In order to stay on 90 FPS at all times I had to minimize their movement and tie their code and creation blueprint to the event tick.
- I'm currently working on an overhaul of the palace models. At first I wanted to create custom LODs for them, but now that I have rebuilt one of those models I realized I could minimize polycount drastically if I rebuild them from scratch. It is a lot of work, but it leads to a much more smoother overall look, great LODs and larger palaces at 90 FPS.
- I incorporated updates for UE 4.18 and Oculus VR that eventually let me check the FPS again without engine load. Since I found that with this new landscape I couldn't keep 90 FPS regardless of optimization I had to downgrade my landscape models again.
- With UE 4.18 Epic's crew changed the way in which foliage culling works for all instances, so I learned how to adjust each foliage material to the new culling code and adjusted all 53 foliage models and their materials. Thank you Epic. Thank you so much. And by the way: The code displayed in the official Unreal Engine documentation is wrong. It actually looks like this:
- I wrote blueprints for Butterflies, Birds and Dragonfly AI. They swarm around the player when he is close to a spawn point and they look beautiful in VR. In order to stay on 90 FPS at all times I had to minimize their movement and tie their code and creation blueprint to the event tick.
- I'm currently working on an overhaul of the palace models. At first I wanted to create custom LODs for them, but now that I have rebuilt one of those models I realized I could minimize polycount drastically if I rebuild them from scratch. It is a lot of work, but it leads to a much more smoother overall look, great LODs and larger palaces at 90 FPS.
Donnerstag, 19. April 2018
Developer Diary 84 - 3 Hours Environment Training Each Day
Putting in the effort is worth it. Waiting is worth it. Staying committed is worth it. And taking breaks and a day off is worth it.
Donnerstag, 5. April 2018
Developer Diary 83 - A New Approach
These two screens depict a massive increase in quality and detail. I have been fighting for this kind of quality for years now. And now finally I am content with what I'm seeing on my screen with an average desktop FPS of 50-60 FPS and a VR FPS of 90 on GTX 970.
I realized that it is possible to create a detailed beautiful forest by reducing it into branch elements and leaf elements. The day night cycle was supported by using a merging cubemap on my Exponential heightfog, that is incorporated into the day-night cycle script and disappears during night time, while reappearing during day time. There are cloud shadows and water reflections, yet not a single shadow on any mesh or building contained in the level and creating something like this that works without detailed shadowing and without dynamic shadows (apart from landscape shadows) was hard to do.
Meanwhile a lot of bad stuff is happening in my private life, but you can't hit a homerun every day. To all struggling developers out there: Never give up. Never, never, never, never, never, never. It doesn't matter if life throws shit at you, if there are arrogant assholes out there, that tell you your work is meaningless. It doesn't matter if you're scared or frustrated. None of it matters. Only what you do every day, every hour, every minute, that matters. The work you put into it matters.
Of course this is just the beginning. Ever since the last UE update none of my environment FX blueprints work, because they were all based on a node which was declared invalid with the most recent update. (On a sidenote: I love you Epic!) But again, it doesn't matter. I'm moving forward, regardless of everything else.
Abonnieren
Posts (Atom)
































