RubyZeronyka

Active Member
Jul 26, 2020
822
725
Hey Drages, or anyone who know's how to mess with Unreal games. I know this is very unlikely to be possible in this case but is there a way to mess with the game's textures? Like for example being able to change the design of some of the character's tattos.
 

Drages

Member
Game Developer
Jul 30, 2018
271
438
Hey Drages, or anyone who know's how to mess with Unreal games. I know this is very unlikely to be possible in this case but is there a way to mess with the game's textures? Like for example being able to change the design of some of the character's tattos.
It's very hard to add content to a not mod friendly Unreal game, you need to know what you are doing. Even so, maybe impossible.
 

RubyZeronyka

Active Member
Jul 26, 2020
822
725
It's very hard to add content to a not mod friendly Unreal game, you need to know what you are doing. Even so, maybe impossible.
And I assume that while Derelict has mentioned a lot of times that he wanted to add mod support, the game is far from able to add such in the current state right?
 
Oct 15, 2017
73
81
One nice adition that Derelict added is that you no longer need to fuck nephs on the breeding yard to get them pregnant. You can get them pregnant if you do Wild Sex with them while they're set as vagrants. Before only you could get pregnant yourself if you do it that way. Mind you that this also makes them likeable to get pregnant between each other. So if you have two vagrants and they decide to teach the locals how the arts of SnuSnu works, the receiver of the funtime can get prego hehe
Thats neat I suppose...
Feels like its been AWHILE since that last update though. He must be cooking.
...surely he's cooking.
 

Drages

Member
Game Developer
Jul 30, 2018
271
438
Probably, but since it's Unreal Engine you can usually just grab the free editor from Epic Games themselves and give it a try.
Lol, you can't. You need to have the project files for it. You can't just open the game in editor.

For example Mortal Kombat and Street Fighter are Unreal games to and there are crazy skin and model swaps. If someone that crazy may do some stuff like that but you need skillz :p.
 
  • Thinking Face
Reactions: RubyZeronyka

DoorFive

Active Member
Dec 3, 2019
516
603
can sliders for body scaling be adjusted more than 1000?
Hard call. Perhaps I can impart some general wisdom, no matter how off base or incorrect it may be.
I had tried manually entering a number in the number box to make it go past 1,000 to no avail.
It could be hard coded.
It is possible that the mesh can scale to insanely large degrees. Usually all that matters are that the polygons involved remain a constant. So it may be likely to be limited due to personal preference , or hardware limitations. I do count bugs and errors to be a part of those limitations.

Perhaps if the numbers can't be changed in the editor, I would presume a third party device may work...maybe bumping the numbers past 1000 outside the ingame editor will fool it into not being checked for numbers over 1,000.

You can try. Games do be like that sometimes. Just depends on the code.
 
  • Like
Reactions: Walter_White26

hentaifan132

New Member
Feb 13, 2024
1
0
Breeders of the Nephelym (BOTN) Incest Patcher

THE PATCHER IS NOT NEEDED ANYMORE

You can easily enable incest in the game as shown below:


OVERVIEW:
A file named imma.degenerate needs to be in the same folder as OBF.exe.​
  • It does not need to contain anything.
  • It must be the same folder as OBF.exe.
  • The filename is imma and the extension is degenerate.
It doesn't matter what creates the file, it should work as long as the filename/extension is correct.

METHOD 1:
In the folder where OBF.exe is located, create a file called imma.degenerate (be sure to enable show file extensions if you're using Windows explorer). The file does not need to contain anything.​
METHOD 2:
Command Prompt:
In the folder where OBF.exe is located, type echo. > imma.degenerate and you'll be all set.​
Command Prompt (PowerShell) :
In the folder where OBF.exe is located, type New-Item -Path . -Name "imma.degenerate" -ItemType "file" and you'll be all set.​
I'm not sure how long this will work and I think it would be best for all of us to not mention it on Patreon (or DH's Discord) especially.​
This works with the Steam version as well but if your Steam library is in Program Files, you'll need administrative rights to create the file on Windows 10. Please follow the Steam instructions below if you need help.​
STEAM:
For Steam, this gets a bit more complex because of the higher security present in Program Files.​
  • Open a "Command Prompt" or "Command Prompt (Powershell)", you'll need to run either as Administrator. (NOTE: Windows Terminal generally won't let you start an Administrator session).
  • Depending on your settings, you'll may get a elevation prompt. Accept it to continue.
  • The following step assumes the default location for the game folder. If your Steam library is installed somewhere else you'll need to use the correct path: pushd "%SystemDrive%\Program Files (x86)\Steam\steamapps\common\Breeders of the Nephelym Alpha" (Powershell: cd "$Env:SystemDrive\Program Files (x86))\Steam\steamapps\common\Breeders of the Nephelym Alpha")
  • Now you just need to create the file: echo. > imma.degenerate (Powershell: New-Item -Path . -Name "imma.degenerate" -ItemType "file")
  • Close the command window/powershell: exit
The patcher will eventually return with support for this for a few reasons:​
  • There's no telling how long this will work and we may be back to patching soon.
  • If people use a patcher for something so simple it may help hide this from Patreon from that much longer.
  • Some users may just find it it easier. Obviously if it's using the file method, it will not actually be doing any patching at all. Just creating (or removing) a file as directed.
  • The patcher is, unfortunately, not my highest priority at the moment.
this is not working for me and I'm really frustrated now
 

RubyZeronyka

Active Member
Jul 26, 2020
822
725
this is not working for me and I'm really frustrated now
Probably because youre getting a file with a known extension. With that it doesn't work. The name of it has to be "imma" and the extension "degenerate". As a result it should be like "imma.degenerate".

What Im not seeing in most of the guides is an example to compare so it can get confusing to understand. For reference, say you have a TXT file called "Whatever", the file name would end up being "Whatever.txt", messing with that you need to have a file named "imma" and the extension should be "degenerate". I find it the easiest way to use the file explorer "show extensions" method but thats a different process XD
 
3.80 star(s) 120 Votes