Breeders of the nephilim fatal error

This guide is intended to help users resolve issues related to the game not starting and has been collated from various posts on the forum. Introduction Breeders of the Nephelym is a game that is currently in Alpha development and is not currently optimized for performance. This can lead the game

Breeders of the Nephelym - Resolve Game Won't Start Issues

Breeders of the Nephelym — Resolve Game Won’t Start Issues

This guide is intended to help users resolve issues related to the game not starting and has been collated from various posts on the forum.

Guide Contents

  • Introduction
  • System Requirements
  • Configuration Files
  • Resolutions
  • Registry Editing
  • DirectX Feature Level 10
  • Visual C++ Redistributable

Introduction

Breeders of the Nephelym is a game that is currently in Alpha development and is not currently optimized for performance. This can lead the game to be rather resource intensive on different machines. This guide is intended to address some of the most common “game won’t start” issues that I have seen on the forums.

System Requirements

First, and foremost, ensure that your system meets the minimum system requirements.

Minimum    

  • OS: Windows 7
  • Processor: AMD FX-6300 / Intel Core i3-2100
  • Memory: 4 GB RAM
  • Graphics: AMD Radeon HD 7950 / NVIDIA GTX 750 Ti

Recommended

  • OS: Windows 10
  • Processor: AMD Ryzen 7 1700+ / Intel Core i7-3770+
  • Memory: 16 GB RAM
  • Graphics: AMD Vega 64+ / NVIDIA GTX 1080 Ti+

Of these requirements, the DirectX (DX11) requirements are the most important. To confirm your DirectX settings you can use the build in DirectX Diagnostic Tool by pressing Windows key + R and typing “dxdiag”.

Configuration Files

If everything checks out then it is time for some editing to see if the game can be successfully launched. This game uses the Unreal Engine 4 and features configuration files that can be edited with any text editor (Notepad, Notepad++, Sublime Text, etc).

The path to these configurations is:

  • %LOCALAPPDATA%RadiantSavedConfigWindowsNoEditor

The first common “game won’t start” issue is a Black/Blank screen. Many users have reported that they have to wait many minutes (some saying 15+ minutes) before seeing the splash screen. This seems like an obscene amount of time to wait for a game to start, so the first file to look at is “Game.ini”. In this file you can adjust the graphics quality from Highest to Lowest with 0 being the “Low” setting and 3 being the “Ultra” setting. Change the “GraphicsQuality” Setting appropriately. For example:

  • GraphicsQuality=1

Save the file and relaunch the game.

If the issue continues then the next file to look at is “GameUserSettings.ini”. This file contains initial settings for fullscreen and resolution (and some settings that may not be implemented yet).

If this is the case, the first thing to try is renaming “GameUserSettings.ini” to “GameUserSettings.old” and relaunching the game. This should cause the file to be rebuilt. If the game launches to the splash screen, resolution settings can be changed in the UI.

If the game doesn’t launch, the settings will have to be adjusted in the text editor.

First set the “FullscreenMode” value to FullscreenMode=1 (this will turn full screen off). Save the file and relaunch the game.

Resolutions

If this hasn’t resolved the issue, the next is to set your screen resolution. It is a known issue with the Unreal Engine that it does not support “stretched” resolutions, so be sure to try a non-stretched resolution first (examples are below).

Set the “ResolutionSizeX” and ResolutionSizeY” values to something appropriate for your machine

  • ResolutionSizeX=1920 ResolutionSizeY=1080

And set the “bUseDynamicResolution” value to false:

  • bUseDynamicResolution=False

This should prevent the engine from trying to use a stretched resolution if your machine is using one.

Examples of native resolutions:

  • 1920 x 1080
  • 1680 x 1050
  • 1600 x 900
  • 1440 x 900
  • 1400 x 1050
  • 1366 x 768
  • 1360 x 768
  • 1280 x 1024
  • 1280 x 960
  • 1280 x 800
  • 1280 x 768
  • 1280 x 600
  • 1152 x 864
  • 1024 x 768
  • 800 x 600

Registry Editing

Another common crash is related to DirectX error messages with one common error stating “Unreal Engine Exiting Due To D3D Device Lost”. This can be caused by your graphics card overheating or the graphics card taking to long to respond.

The first solution is to ensure that your machine and graphics card have adequate airflow. If that is the case, the next fix is to edit your registry.

Be Warned! Editing your registry can adversely affect your machines performance so be sure to save a back up of your registry before proceeding.

  • Press the Windows key and type “regedit” to open the registry editor.
  • Select File -> Export to save a current version of your registry
  • Navigate to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlGraphicsDrivers
  • Right click on the GraphicsDrivers “folder” in the left hand file pane/tree and select New -> DWORD (32-bit) value
  • A new value will be created in the right hand panel. Name this value TdrDelay
  • Right click this new value and select modify.
  • Ensure that Decimal is selected and set the value to 10
  • Press “OK” to save the entry and reboot your system

DirectX Feature Level 10

Another error often seen is “DirectX 11 Level 10”. This has been reported as a crash or an error. I found this information and potential fixes at the below link:

  • Fix DX11 Feature Level

The error “DX11 feature level 10.0 is required to run the engine” appears when the system does not have the appropriate Direct3D Hardware Feature Level required by the game engine. This particular error message is signaling that the application engine is unable to use Direct 3D Feature Level version 10.0.If the operating system has the latest DirectX version, the error is usually a sign that the GPU doesn’t meet the minimum system requirements or is running on outdated driver software. Users will encounter this error when trying to run games and other applications that require extensive graphical processing.

A lot of users are confusing the DirectX runtime environment with the Direct3D Hardware Feature Level. The DirectX Runtime describes the DirectX version that OS software can support. On the other hand, the Direct3d Hardware Feature Level describes the support that your video hardware (GPU) provides.

With this in mind, having the latest DirectX runtime environment installed on your PC does not mean that your hardware is capable of supporting Direct3D Hardware Feature Level 10.0. Even if your Windows version is equipped to handle the latest DirectX APIs, your GPU card might not support the required feature levels. This is often the case with older or integrated GPUs.

If you have Windows 10, DirectX 12.0 Runtime was automatically installed with the operating system (assuming that you have the latest Windows updates). But in order to use the new DirectX APIs, your GPU card needs to support them.

To confirm this and check which DirectX version is supported by your OS, you’ll need to run the DirectX Diagnostic Tool (dxdiag). This built-in Windows tool can be accessed on any Windows version by opening a Run box (Windows key + R) and typing “dxdiag“.

You can view your DirectX runtime version under System Information in the System tab.

In order to see if your GPU is capable of supporting the required feature levels, go to the Display tab under Drivers and see which Feature Levels are supported by your graphics card.

Visual C++ Redistributable

And finally the developer has reported that some new runtimes may need to be installed for future builds to run correctly. These files are Visual C++ redistributable packages and can be found here:

  • Visual C++ Redistributable

Remember that this game only support x64 architecture so there is no need for the x86 redistributable.

Обновлено: 08.02.2023

Категория позволяет скачать гонки через торрент бесплатно. Здесь собраны игры, где главное – скорость, и неважно за рулем чего вы будете ехать (автомобиль, мотоцикл, гоночный болид или что-то более оригинальное транспортное средство).
Многие современные гонки поддерживают мультиплеер для игры с другими оппонентами. Он позволяет сразиться в навыках управления транспортом со своими друзьями на одном компьютере, через интернет соединение или сеть. Таким образом, гоночные игры позволят получить массу удовольствия игрокам, решившим состязаться.
Перед тем, как скачать игру советуем ознакомиться с подробной информацией о ней. Будь-то список характеристик, скриншоты, текстовое описание геймплея или видеоролик посвященный гонке – все это позволит вам сложить общее впечатление и понять: стоит ли тратить драгоценное дисковое пространство на выбранный экземпляр.

В этом разделе вы найдете и бесплатно скачаете не только классические игры, но и новинки, которые уже успели набрать популярность среди выдающихся стратегов. Для того чтобы загрузить понравившуюся игру на свой ПК вам следует использовать специальную ссылку торрента. Однако не стоит спешить. Сперва советуем вам ознакомиться с геймплеем. Сделать это вам поможет детальное описание игры, а также дополнительные материалы, ярким примером которых может быть видео обзор.

Action
Жанр «Action» позволяет тысячам игроков получить свою толику адреналина от качественного и зрелищного геймплея. Одной из ключевых особенностей таких игр является динамичный игровой процесс. Вместе с великолепными спецэффектами, он превращает игрока в настоящего героя. Вам предстоит увлекательное приключение в новом мире. Вы встретите массу интересных персонажей и опасных врагов, которые созданы разработчиками в соответствии с тщательно продуманной сюжетной линией.

В этой категории вы сможете найти только лучшие из существующих игр данного жанра. Как только вы найдете подходящий экземпляр, вы сможете ознакомиться с ним, благодаря детальному описанию и видео обзору. Затем воспользуйтесь трекером для того, чтобы бесплатно скачать ее через соответствующий торрент, размещенный на нашем портале.

Спортивные
Спортивные игры, присутствующие в этой категории, позволят вам почувствовать себя знаменитым спортсменом. Участвуйте в различных соревнованиях, чтобы завоевать звание лучшего. Футбол, баскетбол, бейсбол, олимпийские состязания и многие другие виды спорта – выбирайте то, что вам больше всего по душе. Некоторые из игр позволяют сыграть не только против искусственного интеллекта, но и других игроков. Воспользуйтесь шансом вызвать на поединок своего друга по сети или через интернет, чтобы узнать, кто из вас станет безоговорочным победителем.

Для того чтобы скачать понравившийся спортивный симулятор вы можете воспользоваться бесплатной ссылкой на торрент, которая находится рядом с детальным описанием. Трекер быстро загрузит нужный дистрибутив, а затем вам останется лишь установить выбранную игру и насладиться ею в полной мере.

Если вам нравятся игровые симуляторы, тогда эта категория именно для вас. В ней вы найдете только лучших представителей данного жанра, собранных специально для ценителей. Кроме классических симуляторов, в этом разделе вы сможете найти множество необычных новинок. Они позволят вам побывать у руля интересного бизнеса и прочувствовать всю сложность этой работы.

Воспользуйтесь удобным каталогом для того, чтобы выбрать для себя игру. У каждого симулятора есть подробное описание, в котором имеются не только технические характеристики и информация о геймплее, но и видео обзор. Ознакомившись с этим, вы наверняка определитесь с выбором. Как только это произойдет, воспользуйтесь ссылкой, чтобы загрузить игру. Как и остальные представители жанра, она будет бесплатно скачана через торрент. Такой способ позволит избежать проблем с падением соединения, которое способно прервать загрузку.

Космос – популярная тематика для большинства фантастических игр. В этой категории собраны лучшие представители игровых приложений, которые тем или иным образом связаны с космосом и обладают не только качественной графикой, но и отличным геймплеем. Предварительно ознакомиться с ними можно путем прочтения информации, изложенной в описании каждой игры.

Иногда в качестве дополнительного материала вы встретите видео обзор. Он наглядно продемонстрирует игровой процесс, что будет очень важным фактором для того, чтобы окончательно определится с выбором.

Захотели скачать одну из игр? Тогда просто нажмите на бесплатную ссылку, ведущую на торрент. Она запустит ваш торрент-трекер и позволит начать скачивание дистрибутива необходимого для установки понравившейся игры, не боясь обрыва соединения и других проблем с провайдером.

Категория с детскими играми, содержит в себе развлекательные приложения для персонального компьютера, которые подойдут не только для самых маленьких, но и для детей среднего возраста. Обучающие представители раздела будут полезны для ребенка. Они позволят заинтересовать его и повлиять на развитие определенных знаний или навыков.

Определить, какое из приложений вам подходит больше всего, вы сможете благодаря описанию. В нем вы найдете информацию, а иногда и видео обзор. Обратите внимание на комментарии, если таковые имеются. Они позволят узнать мнение об игре от уже испробовавших ее пользователей, а также самому оставить оценку игрового процесса, увиденного вами.

Найдя подходящую игру для себя или своего ребенка вы сможете бесплатно скачать ее через соответствующий торрент. Для загрузки вам не нужно регистрироваться, но должен быть установлен торрен-трекер.

Приключения в играх не редкость, однако, не каждое игровое приложение может по настоящему захватить игрока и превратить обычное развлечение в увлекательное путешествие по оригинальному миру. Ощутите себя героем, которому предстоит познать неизведанное, встретить опасность лицом к лицу и сделать все зависящее для того, чтобы спасти себя и выполнить главную цель, обозначенную сюжетной линией.

В этой категории вы можете выбрать и скачать бесплатную приключенческую игру для своего персонального компьютера через торрент. Ссылка доступна без регистрации, но требует наличия у вас торрент-трекера – программы для бесперебойной загрузки. Она позволит вам не волноваться о том, что может произойти обрыв соединения, и в кратчайшее время получить действующий дистрибутив и установить игру на свое устройство.

Категория «Стрелялки» содержит в себе множество игр жанра «shooter». Каждая из них по-своему уникальна. Их отличает сюжет, графика, спецэффекты, управление и многие другие особенности геймплея. Единственным неизменным свойством является необходимость метко стрелять из различных видов оружия. Поражая цели, вы сможете выполнить главную задачу в игре и остаться в живых, если вам предстоит встретиться с опасными врагами.

Для посетителей мы бы хотели дать совет: ознакомьтесь с описанием игры перед тем, как бесплатно скачать ее через торрент. В нем вы узнаете не только о сюжете и особенностях игрового процесса, но и о минимальных технических рекомендациях. Если ваш компьютер им полностью соответствует смело приступайте к загрузке через трекер. Обратите внимание на то, что сделать это можно даже без регистрации на нашем сайте.

Для тех, кто устал от экшенов и симуляторов, мы собрали множество бесплатных игр логического жанра. Каждая из них обладает уникальным игровым процессом, механикой, сюжетом и необычной графикой. Узнать подробнее о приложениях вы сможете из описаний и сопутствующих материалов, которые вы легко найдете рядом ссылкой на торрент. Каждая игра позволит напрячь извилины и будет полезна для развития интеллектуальных способностей игроков.

Категория «Поиск предметов» содержит в себе множество игр, главной целью которых является проверка вашей внимательности при помощи необычных заданий. Находите ключевые предметы, стараясь сделать это за минимальное время и без ошибок. Таким образом, вы сможете добиться лучшего результата. Иногда вам придется выполнять дополнительные задания, которые позволят увеличить количество заработанных очков или получить возможность перейти на следующий этап с существенными бонусами.

Для того чтобы скачать игру из этого раздела на свой персональный компьютер, вы сможете использовать ссылку на торрент. Она позволит загрузить необходимый для установки бесплатный дистрибутив. Установив игру и немного освоившись в ней, не забудьте поделиться своими впечатлениями, оставив комментарий под ее детальным описанием.

Для тех, кто любит мини игры, эта категория будет настоящей находкой. В ней вы найдете лучших представителей своего типа, которые были выпущены за последние несколько лет. Обратите внимание на то, что у игр нет общего жанра. Их объединяет лишь краткость, которая проявляется в той или иной особенности игрового процесса. Несмотря на эту отличительную черту, они позволят приятно провести время любому посетителю нашего сайта.

Определиться в выборе подходящей игры вам позволит детальное описание. Как только вы найдете что-то интересное для себя, вы легко сможете скачать эту игру при помощи бесплатного торрента без необходимости в регистрации.

Наш сайт позволяет посетителям делиться своими впечатлениями об играх. Если у вас возникнет такое желание, просто напишите комментарий и оставьте свой отзыв, за который наверняка вас поблагодарят другие игроки.

Классические игры, созданные еще на ранних стадиях развития игровой индустрии, заинтересуют в первую очередь настоящих гурманов. Если вы помните, что же такое Doom, Arcanoid, Tetris, Sonic adventure, Dark stone и т.д. – этот раздел определенно для вас. Игры категории позволят вам вспомнить былое, отправившись в захватывающее путешествие вместе с любимыми героями. Они гарантируют приятные воспоминания, а значит – подарят вам отличное настроение.

Освежить в памяти особенности игрового процесса вы сможете благодаря описанию. Как только вы поймете, что игра вам абсолютно подходит, вы сможете скачать ее при помощи прямой ссылки на торрент файл. Позаботьтесь о том, чтобы у вас на компьютере был установлен трекер, иначе вы не сможете воспользоваться файлом для загрузки дистрибутива необходимого для установки игры.

Для многих пользователей ролевые игры, расположенные в данной категории, окажутся настоящей находкой. Они позволят на какое-то время переместиться в иной мир и побывать в шкуре главного героя. Каждая из имеющихся игр обладает уникальными особенностями и собственным сюжетом. Уникальной является и игровая механика, благодаря которой станет возможным постепенное развитие персонажа при помощи найденных предметов, пройденных заданий или полученного опыта от бесконечных сражений.

Стоит учитывать все особенности игрового процесса перед тем, как вы захотите бесплатно скачать одну из них через торрент. Используйте детальное описание, чтобы получить все нужную информацию. Кроме описания геймплея в нем вы найдете технические характеристики. Они наверняка будут важным дополнением, так как станут решающим фактом в принятии решения о загрузке.

Игры в жанре «Инди» стали популярными сравнительно недавно. Не смотря на это, они наверняка заинтересуют и вас. Их общей чертой является оригинальность. Она касается не только графической реализации, но и сюжетной линии, механики, общих правил и других особенностей геймплея. В каждой из инди игр разработчики стараются создать тщательно продуманную историю, которая позволит вам стать участником увлекательного приключения в фантастическом мире.

Определившись с выбором игры, вы сможете воспользоваться торрентом. Он поможет вам бесплатно скачать дистрибутив себе на персональный компьютер для дальнейшей установки. Не забывайте обращать внимание на требования перед началом загрузки. В них указаны минимальные характеристики, которыми должно обладать ваше устройство, в том числе и занимаемое игрой место.

Категория ананосов позволит вам познакомиться с самыми ожидаемыми проектами игровой индустрии. В ней вы найдете не только описание будущих новинок, но и видео ряд, который познакомит вас поближе с их историей и особенностями геймплея. Мы стараемся своевременно добавлять новые материалы, посвященные игровой индустрии, что наверняка оценят настоящие игроманы и люди ожидающего выхода очередной части любимой игры.

Пока вы находитесь в ожидании, вы можете воспользоваться меню комментариев для того, чтобы найти друзей или высказать свое мнение по поводу выхода игры. Обратим ваше внимание на то, что для этого нет необходимости в регистрации. Просто укажите свое имя и введите код. Если хотите узнать об ответах других пользователей, обязательно укажите действительный почтовый адрес, на который будут приходить соответствующие уведомления.

«Аркадные игры» – категория, которая позволит вам найти приложения для своего компьютера, отличающиеся простым и понятным геймплеем, качественной графикой и интересным сюжетом. Игры аркадного жанра предназначены для отвлечения от повседневных забот и приятного проведения времени в уютной обстановке. Именно поэтому их выбирают тысячи пользователей, желающих отдохнуть в офисе или дома, после работы или учебы, а также те, кто ищет нечто новое и необычное.

В данном разделе вы не только сможете ознакомиться с детальным описанием каждой аркады, но и скачать понравившуюся игру через специальную ссылку на торрент. Перед тем, как воспользоваться торрент-файлом, обязательно убедитесь в том, что у вас есть программа трекер. Если ее нет, то немедленно скачайте и установите на свой персональный компьютер, чтобы продолжить загрузку.

Категория станет находкой для всех, кто ищет игры на русском языке. Переведенные профессионалами, они представляют особую ценность для игрока, ведь позволяют получить истинное удовольствие от геймплея. Качественная озвучка полностью погружает в игровой процесс и превращает игру не просто в развлечение, а в увлекательное путешествие по неведомому миру.

В этом разделе вы найдете не только дублированные аркады. Локализации стратегий, симуляторов, стрелялок, инди, РПГ и прочих игр также представлены здесь. Жанровые особенности вы сможете легко определить по превью. Рядом с изображением игры на русском, присутствует ее жанр, что позволит легко определиться с выбором.
Перед тем, как начать играть в одну из игр с русской озвучкой, вам предстоит скачать установочный файл к себе на компьютер. Сделать это можно при помощи ссылки на торрент.

Для тех, кто ищет острых ощущений, хоррор игры окажутся настоящей отдушиной. Любого представителя этой категории вы сможете бесплатно скачать на пк через соответствующий торрент. Обратим ваше внимание на то, что здесь собраны лишь игры вызывающие страх по-настоящему. Если вы не готовы ощутить трепет, ужас и адреналин в крови, выберете для развлечения игру иного жанра. То же самое советуем тем посетителям, которые имеют проблемы со здоровьем, чтобы стресс, вызванный игровым процессом, не отразился на общем состоянии организма.

Мы предусмотрели возможность общения игроков нашего сайта. Воспользуйтесь меню комментариев для того, чтобы рассказать о своих впечатлениях и помочь другим посетителям понять стоит ли игра их внимания. Если вы хотите вступить в диалог, не забывайте оставлять адрес почтового ящика.

Мини игры онлайн

Мини игры онлайн

Breeders of the Nephelym: Alpha

22 окт. 2019 в 10:45
Microsoft Visual C++ 2015 Runtime required? Wont let me play the game even though I have the proper file D:
25 окт. 2019 в 23:56
Happening to me too and I don’t really find it worth to uninstall the newer version to download an outdated one just to play this.
Am having the same issue, this needs to be addressed!!
28 окт. 2019 в 11:17

you need a c++ redistributable. in this case you need msvc15 redist.

Nope, this doesn’t sort it.

One or more issues caused the setup to fail. Please fix the issues and then retry setup. For more info see the log file.

0x80070666 — Another version of this product is already installed. Installation of this version cannot continue.

This guide is intended to help users resolve issues related to the game not starting and has been collated from various posts on the forum.

Registry Editing

The first solution is to ensure that your machine and graphics card have adequate airflow. If that is the case, the next fix is to edit your registry.

Be Warned! Editing your registry can adversely affect your machines performance so be sure to save a back up of your registry before proceeding.

Ой, извините!

Во время обработки вашего запроса произошла ошибка:

Войдите в свой аккаунт, чтобы увидеть этот контент.

© 2021 Valve Corporation. Все права защищены. Все торговые марки являются собственностью соответствующих владельцев в США и других странах.

Resolutions

This should prevent the engine from trying to use a stretched resolution if your machine is using one.

Examples of native resolutions:

  • 1920 x 1080
  • 1680 x 1050
  • 1600 x 900
  • 1440 x 900
  • 1400 x 1050
  • 1366 x 768
  • 1360 x 768
  • 1280 x 1024
  • 1280 x 960
  • 1280 x 800
  • 1280 x 768
  • 1280 x 600
  • 1152 x 864
  • 1024 x 768
  • 800 x 600

System Requirements

First, and foremost, ensure that your system meets the minimum system requirements.

  • OS: Windows 7
  • Processor: AMD FX-6300 / Intel Core i3-2100
  • Memory: 4 GB RAM
  • Graphics: AMD Radeon HD 7950 / NVIDIA GTX 750 Ti

Recommended

  • OS: Windows 10
  • Processor: AMD Ryzen 7 1700+ / Intel Core i7-3770+
  • Memory: 16 GB RAM
  • Graphics: AMD Vega 64+ / NVIDIA GTX 1080 Ti+

Configuration Files

If everything checks out then it is time for some editing to see if the game can be successfully launched. This game uses the Unreal Engine 4 and features configuration files that can be edited with any text editor (Notepad, Notepad++, Sublime Text, etc).

The path to these configurations is:

  • %LOCALAPPDATA%RadiantSavedConfigWindowsNoEditor

Save the file and relaunch the game.

DirectX Feature Level 10

The error “DX11 feature level 10.0 is required to run the engine” appears when the system does not have the appropriate Direct3D Hardware Feature Level required by the game engine. This particular error message is signaling that the application engine is unable to use Direct 3D Feature Level version 10.0.If the operating system has the latest DirectX version, the error is usually a sign that the GPU doesn’t meet the minimum system requirements or is running on outdated driver software. Users will encounter this error when trying to run games and other applications that require extensive graphical processing.

A lot of users are confusing the DirectX runtime environment with the Direct3D Hardware Feature Level. The DirectX Runtime describes the DirectX version that OS software can support. On the other hand, the Direct3d Hardware Feature Level describes the support that your video hardware (GPU) provides.

With this in mind, having the latest DirectX runtime environment installed on your PC does not mean that your hardware is capable of supporting Direct3D Hardware Feature Level 10.0. Even if your Windows version is equipped to handle the latest DirectX APIs, your GPU card might not support the required feature levels. This is often the case with older or integrated GPUs.

If you have Windows 10, DirectX 12.0 Runtime was automatically installed with the operating system (assuming that you have the latest Windows updates). But in order to use the new DirectX APIs, your GPU card needs to support them.

To confirm this and check which DirectX version is supported by your OS, you’ll need to run the DirectX Diagnostic Tool (dxdiag). This built-in Windows tool can be accessed on any Windows version by opening a Run box (Windows key + R) and typing “dxdiag“.

You can view your DirectX runtime version under System Information in the System tab.

In order to see if your GPU is capable of supporting the required feature levels, go to the Display tab under Drivers and see which Feature Levels are supported by your graphics card.

Introduction

Visual C++ Redistributable

Remember that this game only support x64 architecture so there is no need for the x86 redistributable.

© Valve Corporation. Все права защищены. Все торговые марки являются собственностью соответствующих владельцев в США и других странах. Политика конфиденциальности | Правовая информация | Соглашение подписчика Steam | Возвраты

Читайте также:

      

  • Breeders of the nephilim системные требования
  •   

  • Как убрать прицел в мафии 2
  •   

  • Glowing items fallout 76 как установить
  •   

  • Как убрать траву в майнкрафте команда
  •   

  • Mass effect andromeda эос как убрать радиацию

Overview

Breeders Of The Nephelym v0.756.5a by DerelictHelmsman, Breeders of the Nephelym Game is an immersive, beautifully erotic 3D adventure game centered around catching and breeding the Nephelym, an enigmatic race of monster-human hybrids.​


Updated: 2022-09-10
Release Date: 2022-09-10
Developer: DerelictHelmsman Patreon – Discord – Twitter – Wiki
Censored: No
Version: v0.756.5a
OSWindows x64 DX11 only
Language: English
Genre: 3DCG, 3D game, Adventure, Furry, Breeding, Animated, Fantasy, Female protagonist, Furry, Male protagonist, Monster, Monster girl, Pregnancy, Vaginal sex, Futa/trans, Management, Titfuck, Oral sex, Sandbox

Installation

1- Extract to desired location.
2- Click on “BOTN.exe” to start playing.

Cheat Codes: (And Creator Mode Code)

CREATOR MODE (only works in menu, not ingame): 5vg6dbEwqEk9

Use the settings menu and enter codes exactly as is, spaces and case matter. They are best entered after starting the game.

  • add money
  • add Favor
  • infinite lust
  • enable spirit form
  • infinite spirit
  • max trait level
  • all barns
  • max all fluids
  • win surprise sex
  • all portals
  • go home
  • remove cheats

Changelog

v0.756.1
Moving to Unreal Engine 5 turned out to not be worth the sacrifice and development efforts. I may change my mind on this in the future, but for now I have decided to focus on adding content and optimizing the game in UE 4.27.

This build was dedicated to adding Lovense sex toy support, this is a first test before the next build which will be public.

Added: Lovense sex toy support
Added: Empathy system for sex toys
Added: Pawsmaati overhaul, sex positions now earned per zone
Added: Music (see credits below)
Added: New Bovaur variant: Mare
Added: New hybrid: Unicorn
Added: Dick sucking animations for tentacles
Fixed: Breasts don’t animate during milk harvesting
Fixed: Particles not working during some harvesting scenes
Fixed: Various other issues
Updated: Translations
Updated: Ancient Stone of Glory
Hotfix: Crash when breeding mares
Hotfix: Bunny spawns overridden by bovaur
Hotfix: Volume settings not stored properly.

v0.755.3a
Exposed more sex scenes to roamers and vagrants
* Fixed: Surabhi does not yield semen during harvesting

v0.754.3

  • Pregnancy now takes 3 days
  • Fixed tooltips
  • Updated translations
  • Updated Ancient Stone of Glory

v0.754A

Here is a brief overview of the new system:

  • Stats are now ranked E-S.
  • Stat ranks cannot be leveled with breeding. Player needs to catch better wild Nephelym with better ranks.
  • Stats can rise by both leveling and breeding.
  • Rarity has been introduced, which affects stats, ranks, and traits.
  • Presets can now be restricted to rarities, so you can have legendary schemes.
  • Loyalty has been replaced with Excitement.
  • Excitement will decrease if no actions are performed per day. With enough excitement, stat gain from breeding and max lust is increased.
  • Most traits have been completely changed. See the tooltips for information.
  • Some traits are ranked: Bronze, Silver, Gold.
  • Removed traits that did not fit the lore and theme of the game: Abomination, Grungy, Gaudy, Sadistic (now Efficient).
  • Females now have access to exclusive Motherly trait for balance.
  • Releasing Nephelym now has purpose: it will increase the World Level for that race.
  • World Level governs the rarity of roamers.
  • Surprise Sex is now Wild Sex, gone is the need to repeatedly click. Rather, there is an automatic stat comparison that takes place.
  • Nephelym you house at the ranch will develop preferences for positions, variants, body types, and specific other mates.
  • Preferences are ranked: Enjoy, Like, Love, Worship.

v0.753.7a
Fluids are now displayed at each barn
Q hotkey can be used for quick actions at barns and breeding yards
Nephelym lists are now sorted alphabetically
Details are displayed by default when interacting with roamers
Project renamed from Radiant to OBF (this will make sense later)
Copy and paste added for faces in creator mode
Fixed Mega Slime’s dialogue

v0.753.6A
Added surprise in Hedon Township
Futa breeders can now engage in sex with blessed ones as a female
Fixed various issues

v0.753.2A
Progress on adding new erotic content is going well. For the next build, FxF surprise sex and tentacle scenes for futas and males will be added.

Added remaining spontaneous blow job scenes
Added ability to engage in loving blow jobs at barns
You can now choose how to engage in surprise sex
Fixed issues with tentacles
Fixed various issues

v0.753 Alpha
New motion animations for males
Physics should be more stable during transitions
Fixed issues introduced in recent builds
Updated translations
Updated the Ancient Stone of Glory

v0.752.5 Alpha

  • Revamped cowgirl sex positions
  • Added all size pairs for cowgirl and reverse cowgirl
  • Fixed various issues

v0.752.4
Progress is good on revamping the sex scenes. I may or may not take a break and work on the tentacle sex system in one of the near future builds.
Revamped missionary sex position
Added all size pairs for missionary
Added hybrid for minotaur + dragon (surabhi)
Added hybrid for minotaur + titan (kujata)
Improved body point accuracy (used for hand IK during sex scenes)
Fixed various issues

v0.752.3 Alpha
Revamped butterfly position
Added all size pairs for butterfly
Easter surprise
Fixed various small issues
Removed incest at the request of Patreon

v0.751.1 Alpha
You can now edit the breeder’s appearance after starting a game
Spontaneous BJ can now be selected (SS is used for missing scenes)
Added new minotaur variant for bovaur race
Added setting for offspring generation
Fixed issues with blow jobs
Fixed spirit form editing not showing current form
Fixed Leylanna’s spirit form dialogue and crash

v0.749 Alpha
This build was dedicated to upgrading presets to allow for the modification of trait shapes. Body Composition has been removed in favor of giving preset creators full control over the shape.
Added the ability to edit trait shapes per preset
Restored and upgraded default presets
Fixed various issues from the last build, a few more remain still

0.748.1 Alpha
Implemented a proper loading screen
Switched to asynchronous asset loading on startup (should fix black screen)
Fixed fur flickering and rendering issues
Fixed roamers moving during surprise sex
Cum inflation and fluid FX now work on roamers
Cum inflation works on the breeder during blessed scenes
Improved head tracking
Improved blow job mouth penetration
Upgrade to latest engine version
Unified physics using the engine’s new system, all characters now have physics
Unified all sex scene code, no more separate paths for breeding, blessed, etc.
Fixed other various crashes and small bugs

v0.747 Alpha
Thank you for your patience while I implemented the first pass on game progression. A lot of work went into this, and players coming from the last public build will find many new blessed ones with unique sex scenes.

This is not the end of the game progression, but starting with 0.748 I will return to the breeding and surprise sex systems.

v0.743 Aplha

  • Added Amorous Hallows gate progression

v0.742 Alpha

  • Added Climax Peak gate progression
  • Fixed task generation for female breeders with futa disabled

v0.738 Alpha

  • Added game progression 1
  • The Avatars of the Goddess must be activated, the NPCs will guide you
  • Fixed issues
  • Updated translations

Special thanks to translators:

  • CellarCat (Korean)
  • MAYDAYMAY1 (Chinese)
  • taVee (Thai)
  • frost 90909090 (Portuguese)
  • Bruffit (Russian)
  • J0a0n (Czech)
  • Powerack (Czech)
  • RubyRZND (Spanish)

v0.738 Alpha

  • Added game progression 1
  • The Avatars of the Goddess must be activated, the NPCs will guide you
  • Fixed issues
  • Updated translations

Special thanks to translators:

  • CellarCat (Korean)
  • MAYDAYMAY1 (Chinese)
  • taVee (Thai)
  • frost 90909090 (Portuguese)
  • Bruffit (Russian)
  • J0a0n (Czech)
  • Powerack (Czech)
  • RubyRZND (Spanish)

0.738 Alpha

  • Added game progression 1
  • The Avatars of the Goddess must be activated, the NPCs will guide you
  • Fixed issues
  • Updated translations

Special thanks to translators:

  • CellarCat (Korean)
  • MAYDAYMAY1 (Chinese)
  • taVee (Thai)
  • frost 90909090 (Portuguese)
  • Bruffit (Russian)
  • J0a0n (Czech)
  • Powerack (Czech)
  • RubyRZND (Spanish)

v0.737 Alpha
N/A

v0.736 Alpha
Added endless daze mechanic with a blessed ghost (see below)
Added Lap Dance sex position
Added hybrids Akabeko and Lamassu
Added some new dialogue
Fixed glowing hair when near light (see below)
Fixed various issues
Updated translations

v0.734 Alpha

  • Added Spontaneous Blow Job system
  • Added camera shake when large ones are nearby
  • Roamer AI will break away after following you for awhile
  • Fixed (mostly) roamers not moving in shipping builds
  • Fixed lust refill from day cycle
  • Fixed free baths from Romy
  • Fixed typos
  • Updated translations

Special Thanks to Translators

  • NealimeKenna (Dutch)
  • NiggoJaecha (German)
  • RubyRZND (Spanish)
  • Stringfish (Japanese)
  • FuzileiroGamer (Portuguese)
  • Pubro (Russian)
  • taVee (Thai)

v0.729 Alpha

Added:

  • New blur sheath and shader to hide dick seams (medium+)
  • Dick physics for breeder
  • Added ability to disable physics for performance
  • Gallery now displays all sizes for all variants
  • Language selection, first pass, still very WIP

Note on Languages
This first pass is crude, most of the UI cannot be translated yet and it will be a slow undertaking to expose it all. The only language available right now is simplified Chinese as it was generously contributed by patrons.
Soon, I will open-source translations so that anyone can submit them, but keep in mind as the game progresses more dialogue will be added/changed and translations will need to be updated.
Fixed many issues:

  • Harvesting milk alignment with huge Titan
  • Harvesting semen alignment with small Demon
  • Demon dick splatter mask
  • Full body splatter showing incorrectly
  • Sound volume not saved
  • Wild Nephelym stop spawning after 36:00
  • Breeder clothes/splatter reset at 36:00
  • Slime material black at angle, remember to adjust Skin Fade for your presets
  • Moon doesn’t occlude stars
  • Night too dark
  • Rename offspring doesn’t work with pregnancy
  • Possible to duplicate wild Nephelym on catching
  • Backspace function only works for a maximum of two characters before it stops working
  • Improved camera transitions to focus on head
  • Scrolling beyond max/min in scroll box affects camera
  • Fertile and Sterile not exclusive traits
  • Breeding tasks sometimes have impossible trait combos
  • Surprise menu showing in main menu
  • Large tree collision in Esoteric Glade
  • Various holes, collision, and places where you can get stuck
  • New offspring and catches don’t respect filters
  • Semen pool floats in NxM Cowgirl

Added Presets Submitted by Patrons

  • Galatea by Sir Perry Grination
  • Mint Chocolate by Zolls79
  • Catiger by Neyo
  • Browny by Neyo
  • Cotton Candy Dark Elf by DotuLord
  • Female Cambion by Nghtly

v0.729 Alpha

Added:

  • New blur sheath and shader to hide dick seams (medium+)
  • Dick physics for breeder
  • Added ability to disable physics for performance
  • Gallery now displays all sizes for all variants
  • Language selection, first pass, still very WIP

Note on Languages
This first pass is crude, most of the UI cannot be translated yet and it will be a slow undertaking to expose it all. The only language available right now is simplified Chinese as it was generously contributed by patrons.
Soon, I will open-source translations so that anyone can submit them, but keep in mind as the game progresses more dialogue will be added/changed and translations will need to be updated.
Fixed many issues:

  • Harvesting milk alignment with huge Titan
  • Harvesting semen alignment with small Demon
  • Demon dick splatter mask
  • Full body splatter showing incorrectly
  • Sound volume not saved
  • Wild Nephelym stop spawning after 36:00
  • Breeder clothes/splatter reset at 36:00
  • Slime material black at angle, remember to adjust Skin Fade for your presets
  • Moon doesn’t occlude stars
  • Night too dark
  • Rename offspring doesn’t work with pregnancy
  • Possible to duplicate wild Nephelym on catching
  • Backspace function only works for a maximum of two characters before it stops working
  • Improved camera transitions to focus on head
  • Scrolling beyond max/min in scroll box affects camera
  • Fertile and Sterile not exclusive traits
  • Breeding tasks sometimes have impossible trait combos
  • Surprise menu showing in main menu
  • Large tree collision in Esoteric Glade
  • Various holes, collision, and places where you can get stuck
  • New offspring and catches don’t respect filters
  • Semen pool floats in NxM Cowgirl

Added Presets Submitted by Patrons

  • Galatea by Sir Perry Grination
  • Mint Chocolate by Zolls79
  • Catiger by Neyo
  • Browny by Neyo
  • Cotton Candy Dark Elf by DotuLord
  • Female Cambion by Nghtly

v0.728 Alpha

  • Added Fern phase 3.
  • Feed Fern 100 times and then wait for the next day.

v0.727 Alpha

  • Added Fern phase 2.
  • Feed Fern 30 times and then wait for the next day.

v0.726 Alpha

  • Added dynamic time of day system:
  • 1 Lyrcean day is 34 hours
  • 1 hour takes 1 real life minute
  • Fixed cum inflation not working with spirit form
  • Fixed cum inflation sometimes inflating futa givers

Added Presets Submitted by Patrons:

  • Female Shark by Nghtly
  • Female Griffin by Nghtly
  • Pink Female Fox by Nghtly
  • Female Seraphim by Nghtly
  • Cranberry by Ashenine
  • DarkBlood by Cern89

(Creator Mode is included. Check cheat for code.)

Download

Download For Win (v0752A)

ANON *Older version but Wincest allowed!

Download For Patch

MEGA *This will restore incest to the game. **In general, you run this in the root folder of your Breeders of the Nephelym install (where Radiant.exe is) and it will patch the game. It will make a backup of the binary it patches (Radiant-Win64-Shipping.exe) and can also reverse patch (details in readme).

Keywords: Download Breeders Of The Nephelym game, Breeders Of The Nephelym Creator Mode.

Последние обновления20

Free Pass

Grown-Up Titans: The Game

Grown-Up Titans: The Game

Вчера, 23:43

Hail Dicktator

Hail Dicktator

Вчера, 23:41

Amy's Ecstasy

Amy’s Ecstasy

Вчера, 23:39

Love and Sex: Second Base

Love and Sex: Second Base

Вчера, 23:37

Lab Rats

Forbidden Passion

Forbidden Passion

Вчера, 23:34

Life in Santa County

Life in Santa County

Вчера, 23:18

Scorchlands

Nebuchadnezzar

Nebuchadnezzar

Вчера, 22:11

Into the Breach

Into the Breach

Вчера, 22:09

A Hat in Time

A Hat in Time

Вчера, 22:06

Prison Architect

Prison Architect

Вчера, 22:04

Starless

Gary Grigsby's World at War: A World Divided

Gary Grigsby’s World at War: A World Divided

Вчера, 21:50

Tunguska The Visitation

Tunguska The Visitation

Вчера, 21:41

Dying Light 2: Stay Human

Dying Light 2: Stay Human

5 февраля 2023, 22:40

Monster Hunter Rise

Monster Hunter Rise

3 февраля 2023, 15:57

The Witcher 3: Wild Hunt Next-Gen

The Witcher 3: Wild Hunt Next-Gen

2 февраля 2023, 23:26

The Quarry

The Quarry

2 февраля 2023, 11:54

Все обновления

Популярные

Elden Ring

Elden Ring

Очень положительные

Raft

Mount and Blade 2: Bannerlord

Mount and Blade 2: Bannerlord

Очень положительные

Vampire Survivors

Vampire Survivors

Крайне положительные

Dying Light 2: Stay Human

Dying Light 2: Stay Human

В основном положительные

Mirror 2: Project X

Mirror 2: Project X

В основном отрицательные

Stray

Stray

Крайне положительные

God of War (2022)

God of War (2022)

Крайне положительные

EA SPORTS FIFA 23

EA SPORTS FIFA 23

Смешанные

Monster Hunter Rise

Monster Hunter Rise

Очень положительные

Teardown

Teardown

Крайне положительные

Warhammer 40,000: Darktide

Warhammer 40,000: Darktide

Смешанные

Total War: WARHAMMER 3

Total War: WARHAMMER 3

В основном положительные

V Rising

V Rising

Очень положительные

Marvel's Spider-Man Remastered

Marvel’s Spider-Man Remastered

Крайне положительные

Grounded

Grounded

Очень положительные

Показать больше

Комментируют

Corvo_Nero

Так по итогу, где версия без цензуры? Это не Секси Мистик Сурвайвл, а Бьюти. И никакой галереи нет. Дамочки не раздеваются до гола. Непорядок.

Sexy Mystic Survivors

Кщьфт

Pirat, Доброго времени суток. В установленном Adobe Photoshop 2018, не могу найти «папку CrackKeygen» Искал вручную и через поиск. Поможете?

Adobe Photoshop 2018

Veles

здравствуйте. а если есть ключ для игры? могу оф версию скачать? в стиме нет возможности

Generation Zero

Gannyk1989

Более ублюдского QTE я еще не видел в своей жизни, учитывая что я фанат этого жанра. Нужно нажимать всего одну галимую кнопку и она то срабатывает то не срабатывает, я иза этого

The Quarry

не фанат

согласен с ведьмаком 4 все еще слишком мутно и гадать пока рано. но все же сравнивать провальный киберпук и провальные цыплёнка и тачки немного не комельфо ) вы не находите.?

Hogwarts Legacy

Undertaket

Ну, тут я и написал, что дело вкуса каждого, а так, те же cd project, после ведьмака так сильно просрались с киберпанком, и что то мне подсказывает, что ведьмак 4 на unreal 5,

Hogwarts Legacy

не фанат

мне интересно какой «гений» доверил такую тяжелую игру студии которая делала цыплёнка цыпу и тачки. так еще и умудрилась провалиться на этих играх что привело к ее

Hogwarts Legacy

Undertaket

Так движок unreal engine, что ты еще хочешь от него. По поводу не интересности, не соглашусь, игра очень даже неплохая, просто стоит смириться, что каких то ВАУ игр, просто не

Hogwarts Legacy

Varoha

Что за лажа лажная… Скачал и просит пароль, а его нету. А в FAQ только про обновление винрара(и да я это сделал еще раз!)

Rayman Legends

не фанат

сижу смотрю второй 4-часовой стрим по этой игре….. 1. без цветофильтра игра похоже на блекло-болотное-блевотное месиво из зелёного цвета. 2. сама игра симулятор говорунов.

Hogwarts Legacy

JUSTs

я вкурсе у меня и мод был куплен и джаст коз 3. там тока РП был сервер я помню. коопа там нет

Just Cause 3

moder_rutor

https://store.steampowered.com/app/619910/Just_Cause_3_Multiplayer_Mod/

Just Cause 3

JUSTs

какой кооператив?? там можно сюжет в двоем проходить???

Just Cause 3

DX3225

moder_rutor, могу сделать если надо

Blender

Anndreyy

дружище ты абсолютно прав,ребят,если у кого то не запускается игра качайте ubisoft connect и игра начнём работать

Assassins Creed Odyssey

RENDY

Единственная игру, которую я жду в этом году. Total War Warhammer 3 не в счет, ее один фиг никогда не взломают походу…

Witchfire

Magregar

Обновите до последней версии v0.6.2!

Ymir

Александр Сергеевич

при запуске LF.exe в окне античита выдает ошибку, Launch Error Settings.json not found

Night of the Dead

Marces2000

Спасибо за игру.Искал специально старую версию.

Mass Effect

moder_rutor

Игры Amoreon нет в свободном доступе. Добавлять нечего, увы.

FemDomination 2

xDragONx

Добрый день! Скажите пожалуйста когда будет доступна последняя версия игры: Build 20221221 (Early Access Patch — 16). Пожалуйста обновите. Заранее благодарю!

Slow living with Princess

BusterSTR

онлайн фикс еще актуален? не можем зайти в игру, приглашения не работают, ID лобби тоже не дает ничего.

GTFO

VERF

Обычные дикие такие же 50 на 50 — то Рембо, то Пися Камушкин. ЧВКшников походу сломали — не базарят и в большинстве случаев перед тем как стрелять несколько секунд пятятся. Боссов

Escape from Tarkov

ildziro

Игра понравилась больше, чем первая часть, причем намного. Больше вариативности, больше сюжета самого как такового. Прошел на все концовки, но господи, как же меня бесил этот

Life is Strange 2

ildziro

Возникает проблема: игра идет в стабильный фпс, но раз в пару минут резко фризит, просто замирает изображение и снова после идет как было в 100+ кадров. Железо у меня не слабое,

FINAL FANTASY 15 WINDOWS EDITION

Greulf

а она жестче по требованиям чем мх ворлд? у меня ворлд нормально шел , а эта вылетает вылетает во время компиляции шейдеров при запуске если что

Monster Hunter Rise

Bakasura

А про способ установки этого взломанного шедевра есть информация? Или всё должно быть интуитивно понятно?! Что это за две папки и куда их кидать, может кто нибудь объяснит? А то

Ghost Watchers

LoganPrim

Говорит игрок который не играет в фифу, 2023 фифа ох как и отличается, релизы почитай, поиграй и сравни)

Forza Horizon 5

Bebrik

Если у кого всплывает уведомление об отсутствии языка, то найдите в папке с игрой файл «ru-RU .reg» и нажмите на него. Лично у меня после этого спокойно запустилась игра.

NFS Heat

AKELA58

А где хронятся сохраненки чет найти не могу ?

Common’hood

molokowoz

Обрез в колонках бабахал как надо,прямо лучше многих шутанов про зомби и не только👍

Hard Night VR

Undertaket

А даже если и запихнули, могут убрать спустя какое то время, такие случаи уже были и много.

Hogwarts Legacy

missthang

Плюсую, что сказал Undertaket. Разрабы могли и не совать туда Денуво, что конечно мало вероятно, но возможно.

Hogwarts Legacy

Undertaket

Это да, да и то, мне кажется и она скоро перестанет заниматься, т.к даже на аресты пару раз нарывалась, по факту она занимается этим, лишь благодаря людям, которые постоянно

Hogwarts Legacy

Undertaket

Есть и гры, с защитой denuvo, которые взламывали буквально на следующие сутки.Так же, есть игры, где сами разработчики убирали защиту.

Hogwarts Legacy

Undertaket

Так у нее изначально системки низкие, с учетом движка, на котором она делается. В 2023 я думаю у всех уже есть минимум 1060/1660.

Hogwarts Legacy

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:

From a command prompt, in the folder where OBF.exe is located, type echo. > imma.degenerate 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.​

I have not had a chance yet to see if this works on the Steam version but I assume it will but if your library is in Program Files, you’ll need administrative rights to create the file on Windows 10.​

The patcher will soon support this as well 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.

В Breeders of the Nephelym игроки берут на себя роль единственного представителя человеческой расы и отправляются на поимку Нефелима. Конечная цель — стать заводчиком нефелимов и открыть как можно больше видов. Когда игроки отправляются в путешествие по загадочному миру игры, они могут использовать ряд чит-кодов, чтобы сделать свое приключение еще более захватывающим. Вот все чит-коды в Breeders of the Nephelym.

Заводчики чит-кодов Nephelym

заводчики-нефелим-чит-коды

Изображение через DerelictHelmsman
  • Add Money: введите этот чит-код, чтобы получить 1 000 000 оргазиумов (внутриигровая валюта).
  • Infinite lust: введите этот чит-код, чтобы у каждого Нефелима была бесконечная похоть. Заводчик имеет бесконечную похоть только в духовной форме.
  • Add Favor: дает вам 1000 благосклонности богини.
  • Infinite spirit: введите этот чит-код, чтобы бесконечно активировать духовную форму.
  • Max trait level: введите этот чит-код, чтобы максимизировать уровень черты.
  • All barns: введите этот чит-код, чтобы разблокировать все амбары в игре.
  • Max all fluids: введите этот чит-код, чтобы заполнить все телесные жидкости в вашем инвентаре.
  • Win surprise sex: введите этот чит-код, чтобы автоматически выигрывать каждый раз, когда вы участвуете.
  • Win wild sex: Ваш счетчик кульминации не поднимается во время диких схваток.
  • Reset wild sex: Отключает чит «Выиграть дикий секс» и позволяет вашей похоти снова уменьшиться.
  • Always reproduce: Устанавливает вероятность беременности на 100%, так что вы будете забеременеть при каждой встрече.
  • Reset produce: Возвращает вероятность беременности к нормальному и отключает чит «Всегда размножаться».
  • All portals: введите этот чит-код, чтобы разблокировать все порталы без похоти.
  • Imma lazy sack: открывает все ворота в игре.
  • Go home: введите этот чит-код, чтобы телепортироваться к себе домой.
  • Enable spirit form: введите этот чит-код, чтобы активировать духовную форму.
  • Remove cheats: введите этот чит-код, чтобы удалить читы. Этот чит не распространяется на деньги, активированную духовную форму, амбары, порталы и жидкости.
  • World levels 0: позволяет установить мировой уровень. Измените «0» на 1, 2, 3, 4 или 5 в зависимости от уровня мира, который вам нужен.

Как вводить чит-коды в Breeders of the Nephelym

Чтобы ввести чит-коды в Breeders of the Nephelym, вам необходимо выполнить следующие шаги:

  • Откройте игру и нажмите клавишу Esc.
  • Перейти к настройкам.
  • В разделе «Читы» есть пустое место, куда вы можете ввести любой из упомянутых выше чит-кодов.
  • Введите любой из чит-кодов и нажмите клавишу возврата, чтобы активировать его.

Есть ли Breeders of Nephelym в Steam?

На момент написания Breeders of Nephelym больше не был доступен в Steam. Почти наверняка это связано с характером содержания игры. Тем не менее, вы все еще можете купить его и играть, поддержав проект создателя на Patreon. Игра все еще активно разрабатывается, и у нее более 5000 постоянных посетителей, поэтому, если вы зарегистрируетесь, вы окажетесь среди единомышленников.


Creation Tutorial[edit | edit source]

Lapdata.png

How to start.[edit | edit source]

  1. Head to Subscribestar/Patreon, support at the Connoisseur of Lust or Nephelym tier, then find the post that lists the creator mode code.
  2. Open the folder that contains your Breeders of the Nephelym install.
  3. Create a new text document Code.txt in there, paste the code in it, save.
  4. In your windows search box, type in %localappdata% and select the file folder
  5. Navigate to Radiant->Saved
  6. Right click on CharacterPresets, select create a shortcut Note: if there is no CharacterPresets folder, you can create it yourself, or if you feel antsy: launch BotN, create a breeder preset, save it.
  7. Cut and paste the shortcut to your Breeders of the Nephelym directory.
  8. Open a windows eplorer window of characterPresets folder to hop to occasionally while editing.
  9. Open code.txt, copy the code from it
  10. Launch Breeders of the Nephelym
  11. Click settings
  12. Paste in the code to the text box
  13. Click enter

this is how your Breeders of the Nephelym folder should look

If you have any previous presets in your folder, COPY them to a safe location, as we will do silly things that might hurt them.
You might also consider deleting everything from the folder so it’s clean as assumed by this tutorial. Copy them back afterward.

Sometimes I tell you to do silly things, for educational purposes. The lessons may not be learned if not done, so my recommendation
is to follow the guide to a letter.

Editor Top Row.png

Your First Preset[edit | edit source]

This is what your goblin-succubus should look before propagates

Let’s create your first preset by Copying another, existing preset.

  1. On the top row, click on the foxhead icon and select Sylvan: Goblin (pink, or female)
  2. Click on the second icon, load ShortstackOrange
  3. Click on the third icon, copy
  4. Foxhead again, select Demon: Succubus (pink or female again.)
  5. Click on the fourth icon, paste, first paste material, then paste shape.
  6. Save the preset, name it OrangeGoblin
  7. Go outside the game, open our CharacterPresets folder, which should now contain the goblin (and possibly your earlier breeder presets and imported stuff.)

Propagation Time![edit | edit source]

We will now go and open up Foxen: Vulpuss and paste just the materials in it (you can paste the shape too for a lark, of course). Note that
the preset already had the fur colors set similar to the skin color. However the succubus has rather boring gray wings.

  1. Go back to OrangeGoblin succubus preset.
  2. Select the rightmost icon on top and further select Propagate Fur color to Attachments
  3. Load the OrangeGoblin preset to see what happened.
  4. Also, check the CharacterPresets folder, and you should see all the default succubus presets also added to the folder, as they are also changed.
  5. Now, select the cog and Propagate Shape to all Presets.
  6. Load Any of the other presets and you see yours succubi all now look like goblins.
  7. While you are at it, select Cog and ResetShape.
  8. You can load the preset you are looking at and see ResetShape does NOT save it.
  9. The way we are going to deal with the changes is by going to the characterPresets folder and deleting all other succubus preses than the OrangeGoblin
  10. Now if you load the other presets the creator will load the one in the game install directory’s folder.

Moar! Second Neph, a Purple-ish succubus![edit | edit source]

  1. Select Dragon: Wyvern, load DracoPurple, copy
  2. Back to succubus, paste-> material, paste-> shape
  3. You should be seeing a succubus with hilariously large wings.
  4. On the left column find UpperBody category (third from top), open it, the last item there is wings size.
  5. Go to the box, left click on it, type .5 and enter
  6. The wings have disappeared! (Left click and mouse move to rotate the neph in the center to see. Whoopsie!
  7. Press the left mouse button over the box but don’t release, instead move mouse left and right. You’ll see the wings increase and decrease, something like .58 to .59 sounds good, you can either type the number or move the slider with mouse till you are satisfied.
  8. Save the preset, name it DragonPurple.
  9. In your characterPresets folder note how silly it is to have OrangeGoblin and DragonPurple presets.
  10. Rename the file there, swapping the words purple and dragon so you’ll have CP_Demon_Succubus_Female_PurpleDragon (or CP_Demon_Succubus_Female_PurpleDragon.sav if your windows shows file extensions)
  11. Back to editor, load the orange goblin, and note that the list has DragonPurple on it. if you click on it, nothing happens.
  12. The preset file tells the editor it is supposed to be named DragonPurple, and thus unless you rename it back, it won’t work.
  13. So, back to the file explorer, rename the file back to DragonPurple, and now loading it in the editor again works.
  14. Save the preset, give it the name PurpleDragon, then delete the file DragonPurple

Your copied purple dragon to succubus

Hopefully in the future if you run into an issue where a preset fails to load you know someone renamed it outside of the editor, and you know to use the list to know what the name you must use for it.

Oh, you still have oversized head wings, so let’s adjust those. The left column category head find OtherEarSize and set it to .64. Save.

Go to the file folder. Do you now again have PurpleDragon AND DragonPurple? The game offered to save DragonPurple instead of PurpleDragon.
This is an issue with the editor that can cause you to overwrite you presets. When you load a preset, it will be offered as the save name from then on,
even if you save with another name in the between. When you save with a new name, always load that preset immediately afterward so you don’t overwrite
wrong stuff. Delete the wrong name, save with the correct name, now load the preset, and check: save now offers the correct name.

Now, select the foxhead icon and select Demon: Succubus, purple (futa) version. Load your OrangeGoblin preset. While you previously edited the female
version, the game does not distinguish between female and futa presets (exception: starfallen). The difference whether the dick is shown or not.

Bling her up now![edit | edit source]

I am using female version to edit, you can edit futa or female, it really does not matter.

  1. We will now start modifying the PurpleDragon further. Let’s bling her up!
  2. On the right column, find and open category Body.
  3. The first item is Decor, click the arrows till it shows 11.
  4. She will now have black markings, but that just won’t do. Open the Body Attachments category.
  5. The first item there is Color A. Paint the series of numbers and letters in the box and press CTRL+C
  6. Go back to body, click on the box under Decor Color and Ctrl-V the numbers in it. You should now have the decor light purple color.
    1. That doesn’t really look good, so use the two columns. The left one makes the color darker, while the right one makes it richer.
  7. Adjust your color till you have a nice decently rich and somewhat darker color on your markings.
  8. Copy that color to the next box below it, Decor glow.
  9. Now, let’s go to the topmost category Skin. The last item there is Animated Glow. Adjust it to 1.0.
  10. The markings are now animated. (the location of animated Glow is really strange, though. It adjusts stuff that isn’t skin…)
  11. Since you are at the skin category, why not paste into the fade color box? It should make the arms and legs more in line with the new color scheme.
  12. Save your preset, don’t want to lose changes now.

Let’s talk hair. It’s a bit too gray.

  1. Let’s use the color wheel. Move the little circle in the wheel to the topmost position on the first two Hair settings, Root color and Color A.
  2. Move the Color B leftmost box to lowest setting.
  3. I then used the middle box in Root Color and Color A to lower the intensity a bit but not much, ending up with something like this. (See Hair color picture).
  4. Save, then play around with the glossy settings, star hair and light scatter. (light scatter does almost nothing) and reload.
  5. Note that the eyebrows are much lighter than the hair. Copy Color A from hair to Eyebrows. Save.
  6. While you are at it, copy the same color to nails and body attachments — color C.
  7. Genitals-> Vagina color the same. Save.
  8. Question is: should you keep the dick at the present color or should you adjust it to purple thing? I leave that up to you.

Final succubus form of the second tutorial neph

Next, let’s talk eyes, shall we?

  1. First, I’ll try to see if adjusting sclera color to something purple would look nice. I decide against it, and reload.
    1. Glad I made that save!.
  2. How about a bit of heterochromia?
  3. In the upmost row, fifth from the right, click on the chain icon to turn off linking of similar attributes. Let’s make the eyes different!.
  4. Turn off Iris glow left, and put shape Left to 0.

here’s what my finished preset looks like.

Done!

Not really.

  1. Let’s copy the thing, open up Hybrid: Kludde and paste in material. The fur colors are way too pale!.
  2. When editing winged forms, use the second to the right icon to set the animation off (t-pose), because it’s annoying.
  3. We note that we have changed the color C of attachments, let’s copy that to Fur’s Color C. Better. This, by the way, would be what would happen if we used the automated propagate attachment colors to fur.
  4. I think the fur could be more in line with the hair, though. So, I’ll adjust color A: drag the left box slightly down and middle box slightly up, then Color B: Drag the left box way down, to get much darker fur color.
  5. Now, I am also going to copy the Color C to Additional Materials — Color
  6. I am pretty satisfied with that. I’ll copy, reload the original succubus preset and paste the materials to it, saving it again. You won’t see the changes, as succubi do not have fur, but the offpsring will be based on the darker fur tones.

    Seting the fur colors using kludde

Onwards, to third challenge: Why male models?[edit | edit source]

Let’s go to edit us a new Vulwarg: Wulf. You should be having a blue-ish wolf in front of you now.

Open the fur category, and paste in
2C160EFF
1B0200FF
7F5641FF
130200FF
71443DFF

into the five first boxes.

Note that the color of the ballsack did not change, and is ugly blue. Save this as BrownWolf, load it. Note how the balls now are adjusted.
There are a few colors that aren’t updated when you change settings, but are when you load the preset. Be aware, if you ever get frustrated.

Now, activate all three fur propagate functions
Fur To Attachments
Fur To hair
Fur To skin.

No need to save, but need to reload.

Copy your wolf, then load a Vulwarg: Lykos and paste.

Yikes!

This is how the male sliders will look on female without adjustments.

Take Fur color C, paste it to

skin -> color
face -> lips color
nipples -> color
nipples -> accent color
  • Better, but we can improve. Let’s get Fur B and paste it to Skin -> Subsurface Color.
  • Go to Nipples, use the left box to adjust the color slightly darker, and the accent color about halfway between that and what it is.
  • Face -> Lips, also slightly darker (left box) and also slightly more intense (middle box).
  • Eyebrows, copy Fur B to Eyebrow Color.
  • Finally, Hair: set ColorB to 030101FF.
  • Use the copy icon and then go back to the male wolf preset, and paste material.

Save.

Oh, by the way, when I made the adjustments to this female form wolf and the kludde earlier I SAVED ALL THE TIME. Even when I did not intend to keep that preset.

Fixed stuff to make the female more like the male

4th Neph: Shapely Titan![edit | edit source]

Load yourself a Titan: Colossus Red

  • The preset contains a lot of data, and tells the game not only how the neph should look normally, but also how it would look when chubby, or busty or many other variants.
  • I personally think the default alterations are a bit too much, and thus here I’ll be sharing my changes to the traits and states for titans.
  • On the left column, second to top, open up full body. In the very bottom, open up traits and states.

Note on the numbers in the full body, then click on chubby.

Chubby as seen by DH on the left. My version to the right

  • One would expect chubby to increase, but there is also a decrease in muscle bulk.
  • Let’s alter our chubby state: all numbers should be the same in both versions. (0.56, 0.6, 0.5, 0.5)
  • Altering the chubby here will be fast but ultimately worse than going category by category.
  • Upper body: Copy all data from default mode to chubby mode. There is no reason I see why the chubby one would have less shoulders.
  • Breasts: Let’s keep the as is.
  • On to belly. Set the numbers like so:
    • Fat 0.56 — We did not up chubbiness on the main, so needs much more here.
    • Mega Fat 0.5 — But not really that much
    • Fit 0.52 Not really the thing for chubby
    • Depth 0.64 — Increase here as well
    • Width 0.55 — Increased
    • Vertical Shift 0.5 Removed
    • Pelvis Crease 0.5 Not a fan. Note that both versions With or without are found in human population.
    • WaistNarrow 0.33 not needed as much.
  • Lower Body
    • Hip Width 0.66 Hips don’t really increase in width in my version
    • Leg Spread 0.55 And so the legs aren’t quite as spread
    • Thigh Girth 0.72 slightly less
    • Thigh Fit 0.47 — Substantial, not toned
    • Calf Girth 0.55 — The rocks outside don’t really need more boost
    • Groin Girth 0.65 — adjusted slightly smaller
  • Butt
    • Depth 0.666667 I adjust these
    • Height 0.666667 for slight reduction in size.
  • Next, we will click on the busty but not make any changes.
  • What we will take note of, is that you can actually now only change the size sliders of breasts.
  • Let’s click on buxom. We should still have chubby and busty checked as well.
  • We can now adjust only breast and butt categories. Let’s turn off busty.
  • Set Butt Height and Width both to 0.666667 for slight reduction. (note that since our baseline chubbiness is smaller, the small changes here are on top of already large changes elsewhere.

We will now adjust pregnant. (There may be a bug that requires buxom to be turned off). No other changes but the pregnant will be 0.58

Note that pregnant is a convenience slider only — you can use it for non-pregnant belly changes if you wish,
or you can craft your pregnant belly using only the other sliders.

Right, let’s turn off chubby.

None of the changes we made to busty, buxom or pregnant while in chubby mode changed ANYTHNIG in the default mode.
We need to adjust busty, buxom and pregnant again…

The we need to adjust Slender, and busty/buxom/pregnant for that, and Meaty and busty buxom and pregnant for that.

Only then is our neph’s shape data ready.

I’ll invite you to examine the shape of the preset AltRed and compare it to the default Red preset it is based on.
Why did I make changes, where, and did they make the shape better or worse in your eyes?

All traits and states for editor

Once more into the breach or any similar hole![edit | edit source]

A female Cambion, a bit more on the glowy side of presets. Let’s call her HellfireGambion.

I start out by loading the wartorn preset, saving it with new name and immediately loading my new preset to get the default save name.

Let’s start with skin. I’ll put subsurface color to be something reddish, FF0009BF

Then set the base color to be all white. FFFFFFFF’s for respect.

We turn to eyes now, and let’s do a bit more. They are uniform color glowy now, some definition would be nice.

  1. First we reduce the eye glow number to .25
  2. Iris glow FFFF00FF
  3. Sclera color and glow 000000FF
  4. This was actually a bit strange, as paste gave me a different color than moving the color wheel did. Did I uncover a bug? anyway, see the attached screenshot what you should be looking at right now.

On to additional materials:

  1. Color to 2C0002FF
  2. Play with scale, I ended up with 7F7F7FFF
  3. Play with use offset and offset a little to see what they do, then set them
  4. Use offset 0.5
  5. Offset .75

Attachements and face done

Body attachments is next. Let’s do a bit of heat cooling off vibe.

  1. Color A 890500FF
  2. Glow A DF2C0000
  3. Color B 531A00FF
  4. Glow B 08000000
  5. Copy the color B to Color C and Color D for offspring consistency.

I’ll jump to face next, and

  1. start by setting decor to 0
  2. Then we’ll make the lips glow FFFF00FF
  3. The glow should be animated, and the setting from that comes from Skin’s animated glow setting of 1.0
  4. Play with it, but set it back to 1.0

Nipples look off, let’s give them some love.

  1. Color: 997A00FF
  2. Glow: FFFF00FF
  3. (Just paste does indeed possibly give strange results: see image.

Head to body, and quickly put in

  1. Decor Color to 160001FF
  2. Decor Glow to BF0600FF
Editor neph5 editstage3.png
Then we’ll put in more glowy things
Genitals — Vagina glow FFFF00FF
Anus — Glow FFFF00FF
Face — Maw glow FFFF00FF

Now, hair: More of the cooling off and darkening as it moves further from the body, so

  1. Root Color DCB000FF
  2. Color A 130100FF
  3. Color B 260000FF
  4. Glow FFFF00FF
  5. Star Hair 1.0

Now, our tail doesn’t really go with the esthetic so let’s remove it. Left column, lower box, category Attachments.
You can use the tail setting to none and get rid off it. You could turn off the horns and other horny stuff, but let’s keep them.

Someone should make an animgif to put here, honestly

Just below it is the Ambient Effects section. Open it, set

  1. Ambient Light color to FFFF00FF
  2. Ambient Light to 0.33

This won’t really show in the editor (too much ambient light), but in the breeding yard, especially at night, she will now be a light source.

Skin

  1. Fade color 661718FF
  2. Fade: 1.0

AAAAND….

Glow: FFB100FF

There!

I’m not going to show you setting the dick color, but use the body attachments category for inspiration if you wish.

Third neph was all about checking for and setting the values for things you don’t see. In this case, fur.

Copy the stuff, and open.. say.. harpy:bat. paste materials.

There’s several ways to do this, I played around and ended up with

  1. Color A BFB400FF (and Pubic color)
  2. Color B FFCB00FF
  3. Color C 581B00FF
  4. Color D 780400FF
  5. Tip Color 524E00FF (and pubic tip color)

Then, fourth neph was all about traits and shapes. Which you should now do. Without my guidance. You got this.

Go forth, and create the presets you always dreamt of!

Setting fur colors

Quick Tips[edit | edit source]

(not by Zobo)

For those of you who are lazy sacks and just skimmed the tutorial (like me,) here’s some quick tips and high points:

  • If you’re going to change the skin color, be careful to change everything that’s skin-toned. This includes…
  • Except for Starfallen, the futa type is just a dick added onto the base female body. If you’re editing skin tone, flip to futa briefly to make sure it looks okay. It’s four color settings that need to be made, deal with it.
  • For your edited nephs, set the «Blend Offspring Colors» option and use the Gallery to breed them a few times with different nephs to see the resulting offspring.
    • The reason for doing this (and, in fact, all of the above) is that when breeding and blending offspring colors, a color that isn’t used for one neph may be used for the offspring. If that color is either unset or set incorrectly, the results may be unexpected.
  • Another trick for finding unset colors is to copy the colors, open a different race’s preset, and paste it in. If it looks wrong or weird, something may not be set correctly.
  • Remember that there are sixteen different trait combinations that need to be covered when editing nephs. If you’re modifying the body type heavily, make sure you tick ALL these base traits and the trait combinations and edit them as necessary:
    • Default
      • Default + Busty
      • Default + Buxom
      • Default + Pregnant
    • Chubby
      • Chubby + Busty
      • Chubby + Buxom
      • Chubby + Pregnant
    • Slim
      • Slim + Busty
      • Slim + Buxom
      • Slim + Pregnant
    • Meaty
      • Meaty + Busty
      • Meaty + Buxom
      • Meaty + Pregnant

  • #91

I’m having trouble, cant seem to catch any Nephylem. I have the pens, I have the items. But they just lose interest. Cant seem to use any actions either

  • #92

The newest update for this game came out and… I don’t know how to play it, I downloaded it form the patron and all I got from it was two folders, Engine and Radiant. Am I missing something?

<><

Well-Known Member


  • #93

The newest update for this game came out and… I don’t know how to play it, I downloaded it form the patron and all I got from it was two folders, Engine and Radiant. Am I missing something?

RadiantBinariesWin64Radiant-Win64-Shipping.exe

  • #94

Can you add a way to increase the walkspeedof the PC? a great game so far, if a little bare bones, but the slow movement of the PC irritates me constantly and drasticly reduces my enjoyment of the game.

<><

Well-Known Member


  • #95

Can you add a way to increase the walkspeedof the PC? a great game so far, if a little bare bones, but the slow movement of the PC irritates me constantly and drasticly reduces my enjoyment of the game.

You can only hold shift, there used to be penis shaped way point teleporters, but they haven’t resurfaced from the rewrite of the game yet.

  • #96

Started the game, bought a Shed and some consumables, caught a Bovaur. I can get more consumables from it, but I have no more money and I can’t sell the things I am harvesting from my Bovaur so I can’t catch anything else…

Is there any way to make additional money implemented in the Game?

Jash

Well-Known Member


  • #97

Have to say, I’m finally playing the game after leaving it to develop for a bit for a better first impression, but I’m finding it pretty sparse and perplexing so far. Can’t buy starting Nephelym like in other monster breeder games, have to capture them, which requires consumables that I have to buy with my limited stock of money, making it like playing a Pokemon game where you don’t get given a starter monster and have to bung rocks at the pokemon to weaken the little bastards enough to get them into the balls. And you have to buy the rocks for a few hundred bucks each. And the rocks don’t even make the pokemon very horny.

Also, the complete and utter lack of sound or even a fullscreen display option (assuming I haven’t missed these options somewhere, despite several attempts to find them) is more bothersome than I’d thought. The world feels completely empty without sound.

<><

Well-Known Member


  • #98

Is there any way to make additional money implemented in the Game?

try selling it to the girl that builds stuff.

  • #99

I have to say, the graphics are gorgeous, but the movement speed is killing me. Spent half an hour finding the first NPC (which, for being the «»teaching»» NPC, was hidden pretty well, I have to say)..
Although I’m not interested in girls, especially big titted ones, at least graphics-wise this game has a lot of potential. Kudos to the developer.

  • #100

Love to see a first person view of the breeder.

  • #101

Is there possibly an up-to-date list of animations cuz I’m really only interested in becoming a Patron if there is actual M/M animations.

Nnxx

Nnxx

Well-Known Member


  • #102

Mh, you could try the demo version, I’m pretty sure you can configure your settings to allow only male NPCs to have what you desire

  • #103

If you’re mainly interested in males, and not at all in females and futas, I doubt this game will end up being satisfying to you. From an April Patreon post:

DerelictHelmsman said:

Back when I first launched I didn’t know what the fuck I was doing, so I took all feedback as «good» feedback, even if it wasn’t something I wanted. One such piece of feedback was to introduce «more human males to offset the mostly human females». The result: hominal males. Bluntly, I don’t care much for having males in the game at all, but especially the hominal ones. It’s a breeding game though, so males will stay; however, over the next few builds I will be replacing the hominal males with their feral equivalents. It’s back to the roots and my original design on that one. Just to be clear, the Nephelym are, and always have been a monster girl focused race. […] I’d rather design and build monster girls instead of males. I understand that a breeding game needs a strong M/F component, so that’s why males will always exist. However, their existence and design is now governed by a different set of parameters. And that is, basically, how great a sex scene they can create with a female. [… As a male breeder] You are the only human in a world full of horny mythical half-monsters, most of which are female.

Nnxx

Nnxx

Well-Known Member


  • #104

Ah, well yeah then, it might not be a game for you.

  • #105

A monster girl game with the option for female- & futa-only? Sign me up!

Couple questions tho:
-Will there be an option (before starting animations maybe) to use female animations with futas? e.g. eat them out instead of give beej.
-Solo stuff?
-Will buttstuff be making an appearance? I expect this unlikely since this is a breeding game and all…

Couple bugs:
-the big girls (wolfen and dragons as far as I got) don’t align hands properly with each other
-first scene in animations dicks are all flacid even with thrusting motion

  • #106

Idea: have your fern assistant be able to harvest your fluids. It could be used as a universal aphrodisiac (given that Nephelym love to breed with humans), instead of spending a lot of…… crystallized cum, that Emissary said?…. on acquiring various milk/semen variants only to find out that it’s useless on certain types of Nephelym, or useless in total. On the other hand, you would be unable to sell it, and given that you’re the only human, you would also be unable to acquire it by any other means.
@thedoubleyew : Well, far as I can tell, the only time you can give a BJ is while harvesting semen. Solo stuff would be nice, but like you said in your last sentence, this is a breeding game, so solo would be counterproductive. Same can be said about anal, though I too would like to see some anal content.

P.S.: On the other hand, having anal with Emissary or Falene would totally be reasonable, since they are not available for breeding (unfortunately, in my opinion).

Last edited: Dec 24, 2018

  • #107

@Ainonna I can see anal being included for the purposes of obtaining fluids or just practicing, but still a stretch.

  • #108

Idea: it would be nice if the breeding part of the game had some sounds.

Also, can we expect that the public release will be released around the beginning of February?

  • #109

The .668 version is really good! The fact that you don’t need collars is too good, as is the surprise sex. It also is great that there are…… ahem…. ‘portals’ to facilitate the travel around the map. True, you need to find them, but the fact that you only need to do it once is more than worth it.
The only thing that I can find lacking is the sex with Mirru and Cassie as a futa. Since futas can fuck and be fucked, that option should be available with the two of them, not just assuming that the breeder will be dominant.
Also, the fact that you regenerate lust every time you capture a wild Nephelim is perfect, especially if you are low on lust and want/need to breed with your Nephelim at the farm.

P.S.: Bug: if you surprise fuck a futa as a female, their dick pokes through the breeder’s back. Literally. Not really game-breaking, but still worth noting.

P.P.S.: It would be helpful if we had some kind of visual guide that can show where each area can be found, whether it be a map, signpost or some other means to help find our way around.

P.P.P.S.: I assume that there is more than a visual difference between a Cambion and a Succubus? If so, will you also add subspecies to other Nephelim?

Last edited: Apr 27, 2019

  • #110

@DerelictWulf flat out REFUSES to add m/m content in the game and is boarderline homophobic about it, calling gays aggressive and horribly for even asking or considering modding. F/f is fine though. In fact he wanted to remove males from the game entirely, and only kept them in as what loosely could be described as even furry. I really don’t recommend the game because of his attitude, even if it is pretty. Happy to eat my words if it changes.

  • #111

@DerelictWulf flat out REFUSES to add m/m content in the game and is boarderline homophobic about it, calling gays aggressive and horribly for even asking or considering modding. F/f is fine though. In fact he wanted to remove males from the game entirely, and only kept them in as what loosely could be described as even furry. I really don’t recommend the game because of his attitude, even if it is pretty. Happy to eat my words if it changes.

Keep in mind that this is a *breeding* game, meaning that you need to pair either your breeder and a Nephelim, or two Nephelim in order to make one give birth, and, no offense to gay men possibly reading this, two males cannot give birth, as much as they may wish that they could. So feel free to be an idiot and complain about how you want m/m content, I know that at least one person won’t lose any sleep about your bitching.

  • #112

@DerelictWulf flat out REFUSES to add m/m content in the game and is boarderline homophobic about it, calling gays aggressive and horribly for even asking or considering modding. F/f is fine though. In fact he wanted to remove males from the game entirely, and only kept them in as what loosely could be described as even furry. I really don’t recommend the game because of his attitude, even if it is pretty. Happy to eat my words if it changes.

So you’re trying to demand someone who really doesn’t like m/m make m/m content? Good luck with that.

  • #113

This review is based off of the last public build.
I tried the game. It’s decent so far. The herm options are decent, and the smut scenes are good.

Some problems i have with the game: This game is unnecessarily graphics heavy. What do i mean by that? Well i got a new 1060 6 gig, the gpu usage is nearing 100%. Now comparing it to a new market game say Sekrio shadows die twice which only uses about 20% gpu. What about a more graphics heavy game? Lets say final fantasy 15 windows edition on high? Only 30 Percent gpu. I have no idea how the fuck a game with minor graphics is putting so much pressure on my pc. But it is a real problem that should be fixed. Other then that, what else is troublesome? A seduce button that has no use yet, troublesome loading, the portals are placed in odd spots, and finally Lack of customization. The game has a wide variety of dongs you could give your pc sadly we are limited to our normal human forms.
Those are my main complaints.
What would i like to see added? An unlimited lust/gallery mode. Games like these should always have them as a reward or a cheat.

Overall verdict.
4/10. A decent game with promise, Sadly the performance of the game is holding it back. Only after some major fixes could this be a good/great 3D smut game. For a furry breeder game i would look else were for now.

  • #114

“It’s a breeding game! Two males can’t make babies!”

I’m sorry, I didn’t realize Futa existed irl, and I didn’t realize the purpose of the game to have babies constantly and portray realism. I didn’t realize F/F could have babies either.

“You demand someone not interested in M/M add content to a game? Good luck with that!”

I mean they weren’t into F/F content either, but they added that in. And it seems a fair amount of backers also were on board, if anyone wants to pull the “Well you’re not a backer, your opinion sucks” card. And I didn’t DEMAND anything. I asked potentiality and possible modding and was viciously attacked. Kinda like this forum. Fen doesn’t like m/m content either, but it’s in his games regardless. I don’t care what they do with the game anymore, I’m just pointing out toxic behavior.

Last edited: May 14, 2019

  • #115

While this latest, 0.7171, version is good, there are some serious issues.
1. The vast majority of the world looks like it’s made of LEGO blocks. As in, it has literal angles. Not exactly something one wants to see while playing. The pathing is still fine, but going through literal ground is more than weird.
2. While Camilla does tell the player where the Nephelym can be found, the newer races (Nekos, Formurians, Sylvans, Starfallen, etc.) are not mentioned, so if one wants to catch a Sylvan or a Formurian, they need to figure it out for themselves.
3. Since Camilla says that there are blessed Nephelym around Lyrcea, is it possible for her to tell which ones are those, if not the locations? Excluding the ones in the town, of course.

  • #116

If possible, could you at least release a public update for the LEGO look? It would be nice to not cringe every time one enters the game.
P.S.: It is rather nice to have presets available, particularly a futa Velma. :)
P.P.S.: It seems that the LEGO look is only available on lower quality graphics. I tried it on ultra and there isn’t any of those, while medium has it in spades. I’ll try on high and see if there is any.
P.P.P.S.: High has it too.

Last edited: Sep 18, 2019

  • #117

If possible, could you at least release a public update for the LEGO look? It would be nice to not cringe every time one enters the game.
P.S.: It is rather nice to have presets available, particularly a futa Velma. :)
P.P.S.: It seems that the LEGO look is only available on lower quality graphics. I tried it on ultra and there isn’t any of those, while medium has it in spades. I’ll try on high and see if there is any.
P.P.P.S.: High has it too.

The last time it was public the patreon for it rolled in between 13k to 15k $. I do not expect the dev to read, much less answer, anything else but the stuff on patreon.

Last edited: Sep 25, 2019

  • #118

Some things:

— Could it be possible to have a favorites list?
— Perhaps, sometime in the future, favorites could stroll around the farm just to make it feel more lively?
— First person view would be great.
— I’ve noticed not every type has every color scheme/type. That should get done.
— Attachments seems like a weakness of the model, but I’d like to see them more interchangable between types.
— Perhaps, once areas are settled in — Wild Nephelym could intiiate with each other when left alone?
— Any timeframe on making a day/night cycle or selectable time of day?

  • #119

Will their be voice in sex scenes

  • #120

Will their be voice in sex scenes

Unlikely.

Pages: [1] Print
Author Topic: Breeders of the Nephelym  (Read 1269 times)

Game: Breeders of the Nephelym (steam page)
UE4 version: 4.27 (latest build), 4.22-26 (previous builds)
AES key: in the same place as usual (link)

All works fine — including meshes, textures and animations — with the latest umodel build (1487 at the moment). Almost all materials for skeletal meshes are custom.

Update: For latest versions it’s recommended to use specific build from this topic — no special override is required, simply use proper engine version.

« Last Edit: November 27, 2022, 18:12 by spiritovod »
Logged

View Profile
WWW


I’ve pushed some fix for StaticMesh less than an hour ago, in build 1190.


Logged

View Profile


@Gildor: I’ve just checked and version 1190 produces exactly the same error with the provided examples.


Logged

View Profile
WWW


Ah, you’re setting 4.25 for it … My fix was for OLDER engine versions.
For 4.25 skeletal meshes and animations are not supported yet.


Logged

View Profile


I see. Anyway, the game is good example of generic UE4 implementation, so you can use it for tests if you’ll decide to add basic 4.25 support at some point, with meshes and such.


Logged

View Profile
WWW


Can’t open the steam page, however looking at video in google/youtube I see that the game is a piece of sh*t. I’m very unsure that I’ll add it to the compatibility table later.
Regarding UE4.25 tests, I’ve cooked «Shooter Game» Epic’s example for that purpose Smiley


Logged

View Profile


Game name: Breeders of the Nephelym (steam page)
UE4 version: 4.26 (version 0.748 and above), 4.22-25 (previous builds)
AES key: in the same place as usual (link)

All works fine — including meshes, textures and animations — with the latest umodel build (1487 at the moment). Almost all materials for skeletal meshes are custom.

P.S. Quickbms script on zenhax is now updated to support v11 paks as well.

I dont have access to the meshes. It’s everything but the models and textures. What gives?


Logged

View Profile


@kinklabs: I’ve updated the first post, it should be more relevant now.


Logged

View Profile


@kinklabs: I’ve updated the first post, it should be more relevant now.

So I use the method from that thread?


Logged

View Profile


@kinklabs: Specific umodel build is not strictly required, latest official build will work too if you’ll limit scope of batch operations (scan / anim search) to certain folders. But if you need to process everything at once, use mentioned specific build, yes.


Logged
Pages: [1] Print 

Breeders of the Nephelym

v 0.756.4 Alpha [Новая Версия]

  • Дата выхода:
    18 окт. 2019
    2019 год

  • Разработчик: DerelictHelmsman
  • Жанр: Приключения, RPG, Инди, Аниме

Размер:3.57 ГБ

Обновлено — 10-09-2022, 02:38.
подробности обновления

В проекте Breeders of the Nephelym пользователь столкнётся с представителями причудливой расы, являющийся гибридным смешением монстров и человека, которых также отличает любвеобильность и повышенное либидо. В начале геймплея игрок сможет создать своего персонажа, используя обширный инструментарий внутриигрового редактора. После этого можно будет отправляться в путешествие по миру, населённому нефилимами — странными созданиями, принадлежащим к разным мифическим видам. Их необходимо ловить, после чего собирать на своей ферме, уговаривая остаться там диалогами и другими предложениями, в том числе и телесной близости. В хозяйстве же они будут размножаться, тем самым принося доход умелому деловому заводчику.

В центре внимания Breeders of the Nephelym находятся сексуальные связи между различными существами. Именно для этого протагонист и займётся своим бизнесом, собирая нефиломов и заставляя их множиться половым путём. Можно найти себе партнёра на любой вкус, переходя непосредственно к делу без загрузочных экранов и с плавным переходом камеры. Также есть возможность выбирать костюм и менять одежду, снимая её и надевая обратно в любой момент. При акте соития можно контролировать процесс, его скорость и переход между разнообразными фазами. Вселенная, в которой разворачивается действие, полна интересных локаций, которые тоже следует изучать.

Скачать торрент

Скриншоты из игры

Видео из игры

Отзывы в steam:
Очень положительные

| Обзоров пользователей: 7,076

90%

из 7,076 обзоров пользователей положительные.

Логотип Breeders of the Nephelym

Игра в раннем доступе

Лицензия (Таблетка: Не Требуется)

Версия: v 0.756.4 Alpha Последняя

Доп. информация:

  • Размер: 3.57 ГБ
  • Интерфейс:

    Английский

  • Озвучка:

    Английская

    Системные требования

  • ОС: 7, 8, 10 (64-bit)
  • Процессор: AMD FX-6300 / Intel Core i3-2100
  • Оперативная память: 4 ГБ
  • Видеокарта: AMD Radeon HD 7950 / NVIDIA GTX 750 Ti
  • Место на диске: 8 ГБ

Обновлено: 10-09-2022, 02:38

Понравилась статья? Поделить с друзьями:
  • Breathedge fatal error при запуске
  • Breakpoint checksum error
  • Breaking system fault рено сценик 3 ошибка
  • Break wear ошибка мерседес
  • Break error service now