She's waiting...ready to tease you live - Jerkmate is free! Join Now!
x

Squark ⚧❤️

Conversation Conqueror
Jun 16, 2017
7,347
8,127
815
is there a mod that put balls in futas? and why the dev dont put that option in game? i mean there is already 3d models for balls in the game, add the option for futas is not so hard
No.
He won't because he doesn't personally like that. If you think it isn't hard, why don't you make that mod?
 

Sugar Walls

New Member
Jun 30, 2019
9
7
80
Here's the most recent minimum requirement list (well, minimum if you want to game to run playably):
  • OS: Windows 7.
  • Processor: AMD® FX-6300 / Intel® Core i3-2100.
  • Memory: 4 GB RAM.
  • Graphics: AMD® Radeon HD 7950 / NVIDIA® GTX 750 Ti.
  • DirectX: Version 11.
  • Storage: 8 GB available space.
  • Additional Notes: Shader Model 5 GPU, 64-bit only.
If you're on a 64 bit system, you'll need both the 32 bit and 64 bit versions of Visual C++ installed.
The above list may be out of date at this point, however.

ahh. mate. thanks. I knew I had the specs but I didn't have the 64 bit c++ visual client installed for some reason. game started working after I installed it lol. preciate it, again.
 
  • Like
Reactions: Squark ⚧❤️

Haoss

Member
Jul 28, 2020
155
143
108
The game sometimes ignore my hominal/exotic choices, are there certain races and traits that don't have an associated model with them? Like a Bovaur with large breasts trait, I've yet to see an exotic one. The rabbits apparently are also hominal only.
 

Squark ⚧❤️

Conversation Conqueror
Jun 16, 2017
7,347
8,127
815
The game sometimes ignore my hominal/exotic choices, are there certain races and traits that don't have an associated model with them? Like a Bovaur with large breasts trait, I've yet to see an exotic one. The rabbits apparently are also hominal only.
There is an Exotic variant that look more cow-like and are called Minotaurs. Far less common than Ayrshires but they do exist.
But a Busty Minotaur - it is possible but you'll be trying for a very long time. Far easier to just breed one.
The model currently used in-game differs from the one on miraheze.
It's actually kind of funny. In the Exotic and Futa Exotic table the whole way down in the Bovaur section, it still says "No plans announced":

I'm guessing that nobody's really bothered updating the out-of-date information yet.
 
Last edited:
  • Like
Reactions: Haoss

Haoss

Member
Jul 28, 2020
155
143
108
There is an Exotic variant that look more cow-like and are called Minotaurs. Far less common than Ayrshires but they do exist.
But a Busty Minotaur - it is possible but you'll be trying for a very long time. Far easier to just breed one.
The model currently used in-game differs from the one on miraheze.
It's actually kind of funny. In the Exotic and Futa Exotic table the whole way down in the Bovaur section, it still says "No plans announced":

I'm guessing that nobody's really bothered updating the out-of-date information yet.
Yeah, I've found a few Minotaur variants, but even trying to breed one always resulted into Ayrshire with that trait... Later I'll try to enable futa and try again without any Ayrshires in the process. The entire breeding/trait system is a good idea but it's so slow to get what you're shooting for, lol. Thanks for the answer!
 

RuberFF

Active Member
Sep 27, 2018
521
465
217
Nothing, doesn't fucking work, I've already installed the motherfucking Microsoft Visual C++ Runtime, installed but it's still ask me to instal it!

This is my error message

---------------------------
Error
---------------------------
The following component(s) are required to run this program:

Microsoft Visual C++ Runtime

---------------------------
OK
---------------------------
 

poplan

Member
Jan 24, 2019
256
564
242
Nothing, doesn't fucking work, I've already installed the motherfucking Microsoft Visual C++ Runtime, installed but it's still ask me to instal it!

This is my error message

---------------------------
Error
---------------------------
The following component(s) are required to run this program:

Microsoft Visual C++ Runtime

---------------------------
OK
---------------------------
Make sure you are installing the x64 runtime.
 
May 31, 2021
120
268
73
Nothing, doesn't fucking work, I've already installed the motherfucking Microsoft Visual C++ Runtime, installed but it's still ask me to instal it!
---------------------------
Error
---------------------------
The following component(s) are required to run this program:
Microsoft Visual C++ Runtime
I had the same problem with all recent versions of UE games, except the Wild Life.
Not just I have Visual C++ Runtime installed (Linux wine version in my case), but also Breeders of Nephelym comes with all required libraries in OBF/Binaries/Win64/ folder so it doesn't need VC runtime actually.

The workaround is to run the game binary file without launcher. It works fine for me. But you have to run it from game root (where OBF.exe launcher is) as working directory, not in OBF/Binaries/Win64/.
In Windows OS:
Either
invoke command line and get to the game directory and run OBF\Binaries\Win64\OBF-Win64-Shipping.exe
or
Create a batch file (for example breeders.bat, the extension .bat is important) in a game directory and paste the OBF\Binaries\Win64\OBF-Win64-Shipping.exe command in that. It's more convenient.

In Linux: Create a bash file (for example breeders.sh) in a game directory and paste the following in that
#!/usr/bin/env bash
wine OBF/Binaries/Win64/OBF-Win64-Shipping.exe


And make it executable by
chmod a+x breeders.sh
If you are using wine prefixes, make sure to have DXVK in that prefix.
 
  • Like
Reactions: PEDEN235

Squark ⚧❤️

Conversation Conqueror
Jun 16, 2017
7,347
8,127
815
I've created a situation where incest is going to happen in about 80% of all breeding attempts.
Trying to farm the Debauched trait as much as possible now.
It's usually around this point where I just empty all of my barns and start over.

Question for anyone in the know: Does the "Meaty" trait interfere with "Busty"?
Never mind, it doesn't. The very next offspring had both.
 
Last edited:

RuberFF

Active Member
Sep 27, 2018
521
465
217
Eh
I had the same problem with all recent versions of UE games, except the Wild Life.
Not just I have Visual C++ Runtime installed (Linux wine version in my case), but also Breeders of Nephelym comes with all required libraries in OBF/Binaries/Win64/ folder so it doesn't need VC runtime actually.

The workaround is to run the game binary file without launcher. It works fine for me. But you have to run it from game root (where OBF.exe launcher is) as working directory, not in OBF/Binaries/Win64/.
In Windows OS:
Either
invoke command line and get to the game directory and run OBF\Binaries\Win64\OBF-Win64-Shipping.exe
or
Create a batch file (for example breeders.bat, the extension .bat is important) in a game directory and paste the OBF\Binaries\Win64\OBF-Win64-Shipping.exe command in that. It's more convenient.

In Linux: Create a bash file (for example breeders.sh) in a game directory and paste the following in that
#!/usr/bin/env bash
wine OBF/Binaries/Win64/OBF-Win64-Shipping.exe


And make it executable by
chmod a+x breeders.sh
If you are using wine prefixes, make sure to have DXVK in that prefix.
Ehm, could you explain it to me a little bit simpler? I struggle a little bit with the instruction you gave me.
 

Squark ⚧❤️

Conversation Conqueror
Jun 16, 2017
7,347
8,127
815
He's changing loyalty, traits, stats, and surprise sex. Loyalty is being "replaced" and stats will have a "timed stat compare" in surprise sex.
All fascinating stuff. Will be interesting to see how it all plays out. Thanks for the info.
I sense another restart from scratch coming up.
 
3.80 star(s) 127 Votes