- Dec 28, 2020
- 77
- 226
Does this character have sex scenes?the game contains a female furry NPC character
The female character has only lesbian scenes for now.Does this character have sex scenes?
In another post, it was mentioned that there will be Female x Monster scenes, will the monsters and any additional furry characters have non-human genitalia? (at least for males)
I think these characters should also be in screenshots/videos
The game looks great, and I am looking forwards to playing it if I am able to run it xD
Zemma is here, yes. Is she being raped by goblins?Is this the kind of open RPG where Zemma (furry girl) could be raped by Goblins and monsters?
Kill 3 orc looking creatures upper left corner of map straight up from the other village. It's in a chest in that small camp.Anyone know to to complete vix quest which on have to collect a necklace ?
1080 is an old card bro, if you had ti it would be a different story slightly as that was a monster gpu. unreal games are usually very demanding.The game is unbelievably f'ed up in terms of optimization.
I ran it on gtx 1080 8gb ram system and it was awful so i decided to take a look at the game files. I realised even the mp4 files in the "content>movies" directory are not optimised. I mean, wtf with the 50mbps video file thats being played on startup? I just recoded them to 15mbps and game launch has eased a bit.
Then i moved the game to my SSD becouse loading was still taking ages. I finally managed to enter the game. It was using gpu-cpu on high load even there were no special graphic things going on. I realised game was trying to pump all the data on ram (which is roughly 10gb) and using SSD as a backup ram. At first i thought "aiight then, let's check if i can optimize 3d models and textures" since i am a 3D designer.
But the pak file was encrypted! I didn't spend any time on cracking the aes code - even tho it's possible in couple of hours - becouse i think the problem is about encryption itself. Game devs usually encrypt "index system" only. Not the entire package. This huge load on RAM-SSD can be caused by 2 possible reasons:
1. Adding every single shit in the same level and not putting any distance filters.
2. Encrypting the entire package file instead of just encrypting index.
3. Both (would be unbelievable indeed)
I strongly advise game dev to get some help about optimization before adding any other extra contents to the game. It's non-playable below 16gb ram systems.
Bro, i play insurgency sandstorm with gtx 1080. I do photo-realistic realtime renders with gtx 1080. I'm perfectly aware of what out-dated gpu can cause in the unreal engine.1080 is an old card bro, if you had ti it would be a different story slightly as that was a monster gpu. unreal games are usually very demanding.
Dude, I hope you realize that optimization is usually done after the game is ready.Bro, i play insurgency sandstorm with gtx 1080. I do photo-realistic realtime renders with gtx 1080. I'm perfectly aware of what out-dated gpu can cause in the unreal engine.
Of course my issues would go away with a monster pc. But why the f do i need to run my pc like it's mining bitcoin? Poorly optimised games reduce your hardware parts' life time. All dev needs to do is to add a distance buffering system - which prevents unnecessary models from being moved to RAM or being processed by the GPU - and it's done!
And this isn't even a special thing. It's just a common sense in game design.