Jump to content

Arknights Endfield Nude mods


Recommended Posts

Posted
1 hour ago, AtomicGrievous said:

My new edit in progress
我的新剪辑正在进行中

 

I'll still make some adjustments to the swimsuit's colors because I think it's too light, and it became a swimsuit during editing because one of the legs had a stocking, which made it asymmetrical, and I personally didn't like it, so I removed it, leaving the beautiful legs that the original modder created.
我还会对泳衣的颜色做一些调整,因为我觉得它太浅了。这件泳衣是在编辑过程中变成泳衣的,因为其中一条腿上穿着丝袜,导致泳衣不对称,我个人不喜欢,所以我把它去掉了,保留了原作者制作的漂亮的腿部。

 

The only thing I won't be able to do is change the hair color because of how the creator did it; I don't know how they do that. However, the hair texture doesn't exist in the TEXTURE folder, so I can't edit the hair. But I'll see what I can do. If anyone has any ideas on how to give her a new hairstyle or just hair that I can edit, please send me inbox
唯一我做不到的就是改变头发颜色,因为作者的设定很特别,我不知道他们是怎么做到的。而且,头发纹理文件不在纹理文件夹里,所以我没法编辑头发。但我会尽力尝试。如果有人知道怎么给她换个新发型,或者有什么可以编辑的头发素材,请私信我。

 

image.png.7ae4fd5d9189aaff1366948505ba4afe.png

 

image.png.cda8fc361ba7b224e1376508bfc7e0c9.png

You did a great job, buddy. I really like your idea and look forward to hearing good news from you.

 
 
Posted
3 hours ago, noname36333 said:

Do you have any chen mod good sir ?
请问您有陈的 mod 吗?

Not available at the moment.

 
 
 
 
Posted (edited)

For those encountering issues on mods on 1.2, here is the brief summary on this link here 手把手教你怎么修1.2版本模型变黄的问题 Tutorial for Arknights: Endfield | Endfield Tutorials

1. 1. MOD body parts are missing or not displaying. 
check the inifile with line allow_duplicate_hash = true then change it to  allow_duplicate_hash = overrule

Sample:
BEFORE
image.png.5bb575f07901b47aa8e4c11741299fd2.png

AFTER

image.png.065b0b60bea5c69badb18f76e87cc490.png



2. FOR YELLOWING /INCORRECT TEXTURES

Fix  1.  Check the inifile and find the pst-nn code (nn stands for number), then increment by +2 or + 1

Sample for Akekuri akekuri-fashionable_rabbit_clothing inifile (yellowfix.png)



Fix 2  Incorporating to RabbitFX MOD .  Check the inifile and find the pst-nn code (nn stands for number) , Identify what is for Diffuse texture, light Texture and Normal Texture, then edit the code  to RabbitFX

Sample Source Code
 

Resource\RabbitFX\Diffuse = ref Resource_Texture_body_Diffuse
Resource\RabbitFX\Normalmap = ref Resource_Texture_body_Normalmap
Resource\RabbitFX\Lightmap = ref Resource_Texture_body_lightmap
run = CommandList\RabbitFX\SetTextures

 
See sample for ardelia eternal vow ini file fix (yellofix2.png) 

Note: You must edit all ini files in a mod if there are  pst-nn code in it

 

yellowfix1.png

yellowfix2.png

Edited by cornedbeef19
Posted
5 minutes ago, primerat said:

Are you sure? It's just that there are breast and nipple textures under the bra, and there are pussy textures under the panties.
你确定吗?只是胸罩下面有乳房和乳头的纹理,内裤下面有阴部的纹理而已。

Yes, all the mods that the author has released so far are like this.

 
 
Posted
3 minutes ago, cornedbeef19 said:

For those encountering issues on mods on 1.2, here is the brief summary on this link here 手把手教你怎么修1.2版本模型变黄的问题 Tutorial for Arknights: Endfield | Endfield Tutorials
对于那些在 1.2 上遇到 mods 问题的人,这里是此链接的简要摘要这里手部分教你怎么修 1.2 版本模型变黄的问题 明日之夜教程:Endfield |恩菲尔德教程

1. 1. MOD body parts are missing or not displaying. 
1. MOD 身体部件缺失或不显示。
check the inifile with line allow_duplicate_hash = true then change it to  allow_duplicate_hash = overrule
检查配置文件中是否存在 allow_duplicate_hash = true 这行,然后将其更改为 allow_duplicate_hash = overrule。

Sample:  样本:
BEFORE  
image.png.5bb575f07901b47aa8e4c11741299fd2.png

AFTER  

image.png.065b0b60bea5c69badb18f76e87cc490.png



2. FOR YELLOWING /INCORRECT TEXTURES
2. 针对泛黄/纹理不正确的问题

Fix  1.  Check the inifile and find the ps-nn code (nn stands for number), then increment by +2 or + 1
解决方法 1. 检查 ini 文件,找到 ps-nn 代码(nn 代表数字),然后将其加 2 或加 1。

Sample for Akekuri akekuri-fashionable_rabbit_clothing inifile (yellowfix.png)
Akekuri akekuri-fashionable_rabbit_clothing inifile 示例 (yellowfix.png)



Fix 2  Incorporating to RabbitFX MODE .  Check the inifile and find the ps-nn code (nn stands for number) , Idebtify what is for Diffuse texture, light Texture and Normal Texture
修复 2:整合到 RabbitFX 模式。检查 ini 文件并找到 ps-nn 代码(nn 代表数字),确定它们分别对应漫反射纹理、光照纹理和法线纹理。

Sample Source Code  示例源代码
 

Resource\RabbitFX\Diffuse = ref Resource_Texture_body_Diffuse
Resource\RabbitFX\Normalmap = ref Resource_Texture_body_Normalmap
Resource\RabbitFX\Lightmap = ref Resource_Texture_body_lightmap
run = CommandList\RabbitFX\SetTextures

 
See sample for ardelia eternal vow ini file fix (yellofix2.png) 
请参阅 Ardelia Eternal Vow ini 文件修复示例 (yellofix2.png)

You must edit all ini files if there are  ps-nn
如果存在 ps-nn,则必须编辑所有 ini 文件。

 

yellowfix1.png

yellowfix2.png

Thumbs up

 
 
Posted
6 minutes ago, primerat said:

Are you sure? It's just that there are breast and nipple textures under the bra, and there are pussy textures under the panties.

Well, I guess that's probably this person's policy..._04-20-2026_01.png.b7acffc93569ddf2d4827a2a52bbf617.png

Posted
10 minutes ago, leichpoi said:

嗯,我想这大概就是这个人的政策...... _04-20-2026_01.png.b7acffc93569ddf2d4827a2a52bbf617.png

In short, he played with the NSFW mod on his own without making it public.

 
 
Posted
6 hours ago, AtomicGrievous said:

My new edit in progress

 

I'll still make some adjustments to the swimsuit's colors because I think it's too light, and it became a swimsuit during editing because one of the legs had a stocking, which made it asymmetrical, and I personally didn't like it, so I removed it, leaving the beautiful legs that the original modder created.

 

The only thing I won't be able to do is change the hair color because of how the creator did it; I don't know how they do that. However, the hair texture doesn't exist in the TEXTURE folder, so I can't edit the hair. But I'll see what I can do. If anyone has any ideas on how to give her a new hairstyle or just hair that I can edit, please send me inbox

 

image.png.7ae4fd5d9189aaff1366948505ba4afe.png

 

image.png.cda8fc361ba7b224e1376508bfc7e0c9.png

I can probably make a hair toggle for her later if someone made a mod with a different hair.
Was able to do one for Lavacake. Just need to press one button and it switches between her og hair and a bun style hair

Posted
13 hours ago, AtomicGrievous said:

My new edit in progress

 

I'll still make some adjustments to the swimsuit's colors because I think it's too light, and it became a swimsuit during editing because one of the legs had a stocking, which made it asymmetrical, and I personally didn't like it, so I removed it, leaving the beautiful legs that the original modder created.

 

The only thing I won't be able to do is change the hair color because of how the creator did it; I don't know how they do that. However, the hair texture doesn't exist in the TEXTURE folder, so I can't edit the hair. But I'll see what I can do. If anyone has any ideas on how to give her a new hairstyle or just hair that I can edit, please send me inbox

 

image.png.7ae4fd5d9189aaff1366948505ba4afe.png

 

image.png.cda8fc361ba7b224e1376508bfc7e0c9.png

Any chance to have the original tail color?

Posted
On 3/6/2026 at 4:33 AM, Nom-Nom said:

Might as well put this here.
I've started another NSFW UI Modpack.
ALL Characters will have some nomnom UI at some point, it will just take me some time.
The mega link below will be constantly updated. I'm not gonna spam my updates here, So if you want to see/get notifs for any updates, my discord link will be in the ReadMe inside the mega or right there below. Any questions? Go there too.
Enjoy!

As of posting it currently has:
> Operator UI For: Estella/Fluorite/Gilberta/Laevatain/Snowshine/Yvonne
>     Gear Portraits
>     Silhouettes
>     Icons
>     CV Wall Portraits
> Headhunting
>     Yvonne/Gilberta/Laevatain Limited Banners
>     Ardelia/Pog/Last Rite/Ember/Lifeng Standard banner portraits

Quick notes:
There is a Morrigan Aensland cosplay for Yvonne in her folder inside 'Operator UI', just rename to GP if you want to use that instead of her vanilla GP.
For characters i haven't done UI for, their Gear portraits will be placeheld by my girl Noma.
The empty CV wall portraits will also have Noma.
The icons **DO NOT** work all of the time, usually after playing for a while and using combo skills will they then appear.
Ill probably update the Gilberta and Laevatain banners on their reruns.
 

  Reveal hidden contents

image.thumb.png.9ee40d77909a85c9dccf6dd7d3da6be3.pngimage.thumb.png.da0c213716b67c167749ceeb8e4fa14c.pngimage.thumb.png.fbc1ac4282f20adcfc657aaa6669cf4c.pngimage.png.cee5f827f647a6d21fec48186d6533c2.pngimage.png.756cf0afdad050b04ec65d3ad958afd0.pngimage.thumb.png.5af96b4caf1bd407a5890773f7daa319.pngimage.thumb.jpeg.5406a92c8787c911bb1f13e2c664063f.jpegimage.thumb.jpeg.efd4714a90c7fe6c1a0ed702f7a61822.jpegimage.thumb.png.fb7b9c883490e5d770749453a7e7a1ad.png

I plan to make UI for much more than the operator UI like Loading Screens, menu's, objects/screens, and whatever else i can think of or see.

ArkWives GoonField
the 'Shaders.ini' is required
*Haven't thought of a better name yet*

Is the mega link  broken for this?

 

Posted
On 4/18/2026 at 7:13 PM, Engineer Abobus said:

I won't do Rossi and the characters look like her. 

A set of images for Zhuang I am making.

image.png.56ae81cf3d5516e9399436dde9d4c56c.png

Well, it looks like my luck has run out. Well, I did collect the hashes for Last Rite.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...