fzdc

Well-Known Member
Jul 25, 2017
1,752
1,841
254
whats the creator code?

nvm No code required it seems, everything is unlocked by default
 
Last edited:
  • Like
Reactions: Arussian1900

WarMecH

New Member
Oct 27, 2024
11
35
42
Looks easy enough.
Thanks

EDIT: Single edit works but Batch edit does not.
If i try to batch edit even just one trait, game crashes if i look at stats ingame

I was just testing this. The crash happens randomly, and I can't pinpoint the cause. I've added and removed traits several times. One of the changes caused the crash. So I repeated what I had done, and there was no crash. I did this with all the changes that caused the crash, and none of them caused the crash again. ¯\_(ツ)_/¯
Looking at some of the previous pages here, these crashes have already occurred in previous versions of the game. For now, the best option is to always keep a backup.
 

STet

Member
Apr 17, 2020
471
658
268
Today there was a 176.4 MB game update on Steam. The game version remains the same 0.761.12. The changes, apparently, are as follows:
* Fixed: .pbd files added to Steam installation directory.
(Originally, debug symbols were generated for Unreal's crash report handler. These act as names for functions and variables, mapped to their corresponding memory addresses. With them, it's easier to pinpoint the exact function that caused a crash. However, the .pdb files were not included in the Steam installation directory, which meant users' crash reports lacked symbol data. This has now been fixed, making it easier to identify the cause of crashes going forward.)
 

DoorFive

Active Member
Dec 3, 2019
637
727
278
Today there was a 176.4 MB game update on Steam. The game version remains the same 0.761.12. The changes, apparently, are as follows:
* Fixed: .pbd files added to Steam installation directory.
(Originally, debug symbols were generated for Unreal's crash report handler. These act as names for functions and variables, mapped to their corresponding memory addresses. With them, it's easier to pinpoint the exact function that caused a crash. However, the .pdb files were not included in the Steam installation directory, which meant users' crash reports lacked symbol data. This has now been fixed, making it easier to identify the cause of crashes going forward.)
So... Infrastructure, to help find crashes?
Somebody hold me I'm scared.
 
Jun 14, 2021
92
141
43
Is there a roadmap or any sort of indication we MIGHT get actual content sometime in the future, though?
I'm getting kind of worried this game is just dead in the waters at this point but the bug-fixes indicate there is still at least some interest in maintaining it? I don't have a clue. Can someone tell me what's going on?
 

Denkader

Member
Aug 13, 2024
371
529
161
Is there a roadmap or any sort of indication we MIGHT get actual content sometime in the future, though?
I'm getting kind of worried this game is just dead in the waters at this point but the bug-fixes indicate there is still at least some interest in maintaining it? I don't have a clue. Can someone tell me what's going on?
My understanding (from what I've read in this thread in the past few weeks) is that the game is, for all intents and purposes, abandoned, but the dev keeps doing bug fixes to milk his patrons.

That's all I know :confused:
 

HandofSevens

New Member
Aug 8, 2022
5
4
22
Yeah I figured that was it. Oh, well. What a shame.
5000 + paid for patron's at a minimum of 2$ a head so 10k + a month still with no progress or updates? I'd do the bare minimum to if it was just myself, ride that out for a few years, and retire someplace nice with no internet...
 
Jun 14, 2021
92
141
43
i am stuck at initial part of game at the quest of kyabele
how to complete this quest
If that's the horse lady I think you need the wolf male to be at least a certain level. It doesn't indicate a level requirement, but there is. I think it's like 5 or something?
 

RuneStar

Member
Sep 9, 2022
295
115
85
i am stuck at initial part of game at the quest of kyabele
how to complete this quest

xDD
Wikia : " She requests a level 4+ futa with the * (for the male and futa breeders) or a level 4+ female Vulwarg with the Buxom trait (for the female breeder), "

Only find random Vulwarg with meaty trait. Only level 4 character, no level 4 trait.
 
May 21, 2019
346
66
245
I saw that traits can be added to characters by editing the save file, but I couldn't find a guide on how to do it. If anyone has a solid, understandable guide, can they share it?
 
  • Like
Reactions: fzdc

Artix0

Well-Known Member
Modder
Jun 26, 2017
1,206
2,367
401
I hope that at some point, a moderator will add my attempt at a guide to page 1 so that people only have to click on it to understand.
That doesn't just happen automatically; you need to ask the mod team to add it to the OP.
 
  • Like
Reactions: Denkader
May 21, 2019
346
66
245
You won't find traits in the online editor. I'm using a hex file editor, HxD (any will do, this was the first one I found).
Editing like that might feel intimidating at first, but it's still somewhat easy - BotN saves are a jumbled mix of strings and hex values.
You don't have permission to view the spoiler content. Log in or register now.
Each creature, including the breeder, is roughly 27KB in size, or a little less than 7k in offset (the values in the left column). Data begins with the character's name, and ends with stats and traits. The order of the creatures is the same as in the game, so if you want to edit the breeder, just search for the first monster's name and scroll up slightly.
You don't have permission to view the spoiler content. Log in or register now.
Traits are listed as strings in a container, GameplayTagContainer. They consist of the string length in a hex byte increased by one, three zeroes, the string itself, and an ending zero.
You don't have permission to view the spoiler content. Log in or register now.
The selected trait is 21 characters long, and counting the zero that marks the end of a string, it gives 22, which translates to 16 in hex (1*16 + 6).
Order of traits doesn't matter, but it's the safest to insert them between other traits.
After you are done modifying the traits, you need to change the container count as well - in the middle of that long dotted line, there'll be a number corresponding to how many traits the creature has. Don't forget to change that as well, or it may break the save, ignore some of the traits, or crash the game on load.
You don't have permission to view the spoiler content. Log in or register now.

Warning, some of the traits don't have immediate impact on the character, or have additional tinkering involved with them.
For example, biggus dickus will work as intended, but adding the boobage trait will have no effect whatsoever. But since you have the trait, you can then breed that monster, and the offspring generated with it will have them working properly. I think stat-changing traits don't work immediately as well. Additionally, the gaudy trait involves a gaudy tag somewhere in the middle of the creature's data. I didn't catch enough fancy monstrosities to figure out how it works yet.

Should I post a list of the traits I found?
Does this method still work? I did exactly as written here but it still crashes.
 
Jun 14, 2021
92
141
43
So I got the BotN tool and I edited the .json file to null most traits I don't want.
I booted up the game and I played around for a bit and nephs still spawn with the traits I saved as null in the .json file.
How do you make it so that traits don't appear anymore? I only want to fuck around with cosmetic traits nothing else.
 

Styl1sh

Member
Feb 15, 2018
108
123
227
Does this method still work? I did exactly as written here but it still crashes.
Totally viable, just tested on the most recent version
View attachment 1912927

PS. for quite some time now, every section of the save has a byte sum count; for every change in length of a section, you have to update it, and its parents:
https://f95zone.to/threads/breeders-of-the-nephelym-v0-756-1-derelicthelmsman.2483/post-4875518
https://f95zone.to/threads/breeders-of-the-nephelym-v0-756-1-derelicthelmsman.2483/post-4955736
https://f95zone.to/threads/breeders-of-the-nephelym-v0-756-1-derelicthelmsman.2483/post-5308756
didn't bother with this game in over a year, so I can't guarantee for the latest version. at some point, the dev added integrity checks mid-save data, the links in quoted post should explain it.
 
3.80 star(s) 127 Votes