- Oct 2, 2020
- 343
- 3,673
This seems to be associated with overclocking.loads for about 2 seconds and then has a fatal error
This seems to be associated with overclocking.loads for about 2 seconds and then has a fatal error
Actually I'd like for the titles of NPCs to be editable so you can call them what you want. When I say "inspired by Summertime Saga", I don't mean the characters will be the same, I mean I like the idea of characters being at different locations at different times and how story progression was handled.So... let me guess, a dead father and a "landlady" and "roommate?"
i hope notLooks interesting. I'll check it out. Are you going to be able to play a male protagonist in the game?
It can add up quickly if you're doing things inefficiently.Unfortunately, the download size is the cost of including high resolution textures and high tri-count assets. To give you an idea, each 4k skin texture map for the entire character is around 32mb. There are 6 maps, so that's 192mb. And that's only the skin textures. You can see how these things add up very quickly.
Thanks for your input, you are correct of course. The diffuse maps in the game are 4k, normal and detail normals are 2k, roughness is 1k. I am also using UDIM, because it works well in particular with Daz characters since they are setup to work with it anyway and it reduces draw calls. I personally think a file size of 2.3GB is not outrageous for what’s currently in the game, and it’s not likely to increase that much in the future either, since all the assets needed for NPC creation are already present. It will go up though once I start adding new maps but even then I don’t think it’ll get too crazyIt can add up quickly if you're doing things inefficiently.
You really only need 4k for the diffuse texture, and even then it's probably not worth it unless your face is jammed right up against it, and at that point it's probably not enough resolution.
For the other textures, like the normal/roughness/etc you can easily get away with 2k or even 1k textures. Not to mention you really should be channel packing your grayscale textures anyway. No need separating roughness/metallic/etc onto their own maps when you can just pack one of each into the R G and B channels of a single image. If you're doing things right, you'd only need half the textures per character and like 1/3rd the size. Since really all you'd have at that point is a Diffuse, Normal, and your channel packed image containing your roughness, and 2 other grayscale maps of your choice.
And if you really wanted to get fancy, you could even get rid of theYou must be registered to see the links, plop whatever grayscale texture you want in there, and in UE separate the RGB channels, use the map from the B channel for whatever, and get a regular normal map back by combining your RG channels with a 100% blue color.
P button opens it, definitely need to make that clear. May do a revamping of bindable hotkeys in the settings menu at some pointHi
I love what I am seeing here...
Questions:
1, How do we get into Photo Mode once you have finished the character?
2, Pantyhose seem to be just fishnets, can you arrange for others to be added ? (IE Normal with a variety of denier)
3, We need some sheer bodysuits/bras. lol
The actual area / scene's are great and well thought out...
As above though, game runs fine for me, except when getting into Shower. Just a black screen.
Looks like a keeper...
Wild shot in the dark here, but you might want to have the game frame-limited by default. I remember an big new MMO burning RTX 3090s because the FPS was uncapped so it would use the overclocked beasts to their absolute limit.This seems to be associated with overclocking.
For users, set your max FPS globally in in the Nvidia Control Panel, and never worry about something like that happening.Wild shot in the dark here, but you might want to have the game frame-limited by default. I remember an big new MMO burning RTX 3090s because the FPS was uncapped so it would use the overclocked beasts to their absolute limit.
Unreal uses BC5 compression for normal maps, which already is optimized for them, so there's no point in packing any other map in the normal map texture.And if you really wanted to get fancy, you could even get rid of theYou must be registered to see the links, plop whatever grayscale texture you want in there, and in UE separate the RGB channels, use the map from the B channel for whatever, and get a regular normal map back by combining your RG channels with a 100% blue color.
Lumen+Virtual shadow maps (and possibly nanite), which this game uses, requires DX11/12. This is also why the lights turn on and off when you enter/leave rooms, keeps the performance cost of shadows and light bounces wayy down.Why don't just add support for DX11/10/9/8... in the engine settings?
Unreal Engine allows to do it.