Bobhanw

Member
Feb 8, 2023
281
303
Honestly if there is one type of character i would love to have added at some point it would be a shortstack:sneaky:
 

Trombley

Newbie
Mar 5, 2022
27
15
Anyone knows why UEVR starts SteamVR instead of showing Wildlife? I have tested other games like FallenDoll non VR and works like a charm.
 

Puff6011

Member
Dec 10, 2018
131
99
So I found this video.


Is this a scene that is in the game, or did someone manually create this?
Asking, cause I don't see a vore tag on the game.
 

AdeptusSteve

Member
Game Developer
Jun 9, 2017
184
1,333
So I found this video.


Is this a scene that is in the game, or did someone manually create this?
Asking, cause I don't see a vore tag on the game.
Thats not from the story mode. It was made with the Wild Life sandbox. Havent seen this before but the user seems to have put in a lot of effort into that video. Im quite impressed.
 
  • Like
Reactions: TheDarkLustGuy

GerP1

Newbie
Nov 4, 2022
62
64
Thats not from the story mode. It was made with the Wild Life sandbox. Havent seen this before but the user seems to have put in a lot of effort into that video. Im quite impressed.
Question; do you have any plans on extending TribalB2 (chubby guy who uses Max skeleton) model's clothing options? Or Space-guy versio of him?

Right now he basically has 3 near identical loin clothes as clothing options. Would be nice to have some more modern clothing variants. :)
 

SweetPotato47

Newbie
Mar 3, 2022
43
19
So I've been working on and off for months on modern world party type of map that would have in the end proper UI dialogue with branching paths and custom art. Map itself is like 90-95% of done and characters have mostly been placed (need to see if I need to cull dozen or few dozens to maintain performance while making remaining of experience more interactive, aiming to around 40 fps performance with lumen on 3000 serie cards lol). I've now started doing curated camera angles and systems for all the sex scenes (would be 15-25 individual scenes depending on the scope, 7 done already but these are very quick to adjust), and after that doing the quest logic, which I've already raw layout done with art 70-80% done, so would be mostly about copy pasting a lot of work and writing reasonable dialogue. I've also 2 collectible systems in works to unlock extra scenes/rewards.

I'm now wondering what's the ideal sex scene length people would assume from such a map (which we can't save or load currently)? As of now I've 2.5-4 minute sex scenes. Is that ideal length or should they be longer? Just from game design standpoint I wouldn't want to force into 10 min cutscene you can't interrupt for example (but playing end state and exiting scene might be something I could do).

Currently there's no way to cancel/skip/return/pause animation stages (if it would be easy to implement I might look into it) since I want mostly hands free experience... Few examples attached.
How to you get these textures and models?
 

vruser23

New Member
Oct 10, 2022
2
1
Anyone knows why UEVR starts SteamVR instead of showing Wildlife? I have tested other games like FallenDoll non VR and works like a charm.
try to choose OPENXR profile in UEVR settings (under Inject button)
also don't forget to rename OpenXR folder in game files to something else
I can share my UEVR profile, you can test it.
 

Lou33

Newbie
Mar 16, 2023
20
42
wth is wrong with my graphics lmao, i have everything set to max settings. Everything else looks fine other than trees and bushes.




Screenshot (359).png
 
Last edited:

AdeptusSteve

Member
Game Developer
Jun 9, 2017
184
1,333
wth is wrong with my graphics lmao, i have everything set to max settings. Everything else looks fine other than trees and bushes.
Its blockout models and materials. Basically simple approximations of the final models for game designers to place and sketch the world while final art assets are being established.
They will look better once development is further in that area. Its something we plan to tackle this year. You can read more in our post about :
 
  • Like
Reactions: HardcoreCuddler

GerP1

Newbie
Nov 4, 2022
62
64
How to you get these textures and models?
I made all the ''models'' myself in the editor using basic shapes, only default wild life assets like characters and vegetation, etc aren't mine. For textures I used some free libraries and AI to produce textures.
 

M7wXgJ7HfXi

Newbie
Sep 9, 2019
47
133
Newbie to this game but have skimmed a lot of the thread recently.

I hate to seem REAL stupid, but the game installer wants to install .NET Framework 3.5.

I've spent the last hour + trying to get it to install on my Windows 10 machine but no luck.

1) From the prompt in the game installer (after installing UE Prerequisites successfully) it looks like it starts to download .NET 3.5 but stalls out after a small fraction of the progress bar.

2) Downloaded the .NET 3.5 full redistributable package. Fails to install.

3) Using the "Turn on Windows 10 Features" and selecting the checkbox for .NET Framework 3.5 it starts to download but stalls out after a slightly larger fraction of the progress bar, then fails and says the changes could not be completed.

Is this even needed to play the game? If so I guess I'm out of luck unless somebody has a working method to get .NET 3.5 onto a Windows 10 machine.

Any suggestions welcome. Thank you.
 

HeavenlySword

Newbie
Jan 30, 2018
15
17
Newbie to this game but have skimmed a lot of the thread recently.

I hate to seem REAL stupid, but the game installer wants to install .NET Framework 3.5.

I've spent the last hour + trying to get it to install on my Windows 10 machine but no luck.

1) From the prompt in the game installer (after installing UE Prerequisites successfully) it looks like it starts to download .NET 3.5 but stalls out after a small fraction of the progress bar.

2) Downloaded the .NET 3.5 full redistributable package. Fails to install.

3) Using the "Turn on Windows 10 Features" and selecting the checkbox for .NET Framework 3.5 it starts to download but stalls out after a slightly larger fraction of the progress bar, then fails and says the changes could not be completed.

Is this even needed to play the game? If so I guess I'm out of luck unless somebody has a working method to get .NET 3.5 onto a Windows 10 machine.

Any suggestions welcome. Thank you.
These releases are portable - meaning there is no installation required and there should not be any installer whatsoever. You simply unzip the zipped contents to your desired hard drive location and start "WildLifeC.exe" to play.

In any case, if your Windows 10 OS is up to date, you will already have .NET Framework 3.5 installed onto it. Trying to install the same release will result in an error message, stating that the same version or a newer one is already installed.
If you want to find out which version you have installed, then

A: type Registry Editor into your searchbar or
B: press Winkey+R and type regedit.exe

, then paste this into the address bar at the top: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full. That should list some folders at the left hand side, containing version numbers. You can also double click on the last entry on the right hand side, called "Version". The bottom value "Value Data" will show the current installed version number.
 

M7wXgJ7HfXi

Newbie
Sep 9, 2019
47
133
First, thanks for attempting to give some advice.

These releases are portable - meaning there is no installation required and there should not be any installer whatsoever. You simply unzip the zipped contents to your desired hard drive location and start "WildLifeC.exe" to play.
I clicked on WildLifeC.exe and it obviously detected that I needed to install the UE Prerequisits, which installed successfully, then detected that I needed to install .Net Framework 3.5, which has failed on the 3 methods I have tried.

In any case said:
The Windows 10 major version is probably from 2021 or 2022, as that is my rendering machine for DAZ Studio (3D art program) and I am very cautious about breaking something that works. It spends most of its time not connected to the Internet unless I'm doing something that requires it (such as my attempts to install .NET 3.5).

Windows 10 come with .NET Framework 4.x (NOT 3.5). They are separate frameworks.



HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full[/B]. That should list some folders at the left hand side, containing version numbers. You can also double click on the last entry on the right hand side, called "Version". The bottom value "Value Data" will show the current installed version number.
Now that looks useful, although as per the "Turn Windows 10 Features On or Off" .NET 3.5 is not checked, and clicking the checkbox and trying to enable it that way already failed.

There is one more method I have found but not tried yet, but I would have to download Windows 10 OS install files and create installation media so that I could try via command line.
 

M7wXgJ7HfXi

Newbie
Sep 9, 2019
47
133
The 4th attempt to install .NET 3.5 worked. Requires Win 10 installation files on a DVD or USB.



Now to find an updated NVidia Studio Driver for my RTX 3060 12GB that won't cause issues with my old version of DAZ Studio. Think I'll try maybe 531 since WildLife wants at least 527 but 535 breaks stuff in DAZ.
 

Trombley

Newbie
Mar 5, 2022
27
15
try to choose OPENXR profile in UEVR settings (under Inject button)
also don't forget to rename OpenXR folder in game files to something else
I can share my UEVR profile, you can test it.
Hmm well SteamVR does not start anymore which is good, but it's stuck on Loading in the Oculus space when trying to inject.
 

Lordhunt

Newbie
May 6, 2018
17
13
Max needs a redesign.
He seems weak.
Realistically if they converted all the max poses to Sethro rig Id be more down to play the story mode.

He is a shit character.
 
3.80 star(s) 182 Votes