Jump to content

Arknights Endfield Nude mods


Recommended Posts

Posted
On 6/28/2026 at 7:23 AM, Firrsit said:

Awesome, it works. Thanks buddy!

please can i get a link to the cnfixer, i cant find it

Posted
12 hours ago, waste5 said:

1.png.922d40ae20b65211678b87c4e1c01cb5.pngIt's supposed to be like this, but I don't know why this mod is like this. Does anyone know how to fix it?

It should be fixed by new version of EFMI RabbitFX

Posted
On 6/27/2026 at 8:07 AM, Kingggggg said:

How to resolve this issue? does someone know?

1234.jpeg

Had a similar issue with another mod. If you get me the mod I can try to fix it or you can follow the instructions below.

 

Open the mod's .ini and search for ps-t inside any [CommandList_Draw_ComponentN] block:

  ps-t13 = ResourceC2Diffuse   ← hardcoded slot, breaks after updates
  ps-t14 = ResourceC2Normal

  -If you see ps-t## directly instead of Resource\RabbitFX\..., that component needs fixing.

 

The fix

  Replace the hardcoded ps-t lines with RabbitFX refs:

  -If the mod has Diffuse + Normal only (no lightmap):
  Resource\RabbitFX\Diffuse = ResourceXXDiffuse
  Resource\RabbitFX\NormalMap = ResourceXXNormal
  run = CommandList\RabbitFX\SetTextures

  -If the mod also has a lightmap:
  Resource\RabbitFX\Diffuse = ResourceXXDiffuse
  Resource\RabbitFX\LightMap = ResourceXXLightA
  Resource\RabbitFX\NormalMap = ResourceXXNormal
  run = CommandList\RabbitFX\SetTextures

  Match the resource names to whatever the mod already defines (ResourceC2Diffuse, ResourceC7Diffuse, etc.).

  -Only include LightMap if the mod actually has one.

Posted

Anybody got a link to the demo version of Levi's Beach Date Yvonne mod? Apparently that version doesn't have an issue with her horns being skin colored like the full mod. Can't seem to find a fix for it either. 

Posted

 

Can anyone fix this Chen character mod? The character textures fail to load after the character leaves the scene. I’ve tried other mods for this character and encountered the same issue.

image.png.950524f5f574729032a84a4eeaa6f8c1.png

Chen.zip

Posted
3 hours ago, AKG135 said:

 

Can anyone fix this Chen character mod? The character textures fail to load after the character leaves the scene. I’ve tried other mods for this character and encountered the same issue.

image.png.950524f5f574729032a84a4eeaa6f8c1.png

Chen.zip 19.48 MB · 1 download

  Three bugs in the [TextureOverride_Texture6] block (the skin toggle):

 

1. else if → elif
  EFMI ini syntax doesn't support else if — it must be elif.

 

2. Case mismatch on resource name
  Resource_Texture6a is referenced but the resource is defined as Resource_Texture6A (capital A). Replace the reference
  to match.

 

3. Missing endif for outer if $object_detected
  The outer condition was never closed, leaving everything after it dangling and causing a parse error.

 

Fixed block:
  [TextureOverride_Texture6]
  hash = 91a468ed
  match_priority = 0
  if $object_detected
      if $skin == 0
          this = Resource_Texture6
      elif $skin == 1
          this = Resource_Texture6A
      endif
  endif

 

I attached the fixed config file if you just want to drag and drop into the mod folder to replace

chen_mod_config_fix.zip

Posted
21 hours ago, Capta1nHer0 said:

  Three bugs in the [TextureOverride_Texture6] block (the skin toggle):

 

1. else if → elif
  EFMI ini syntax doesn't support else if — it must be elif.

 

2. Case mismatch on resource name
  Resource_Texture6a is referenced but the resource is defined as Resource_Texture6A (capital A). Replace the reference
  to match.

 

3. Missing endif for outer if $object_detected
  The outer condition was never closed, leaving everything after it dangling and causing a parse error.

 

Fixed block:
  [TextureOverride_Texture6]
  hash = 91a468ed
  match_priority = 0
  if $object_detected
      if $skin == 0
          this = Resource_Texture6
      elif $skin == 1
          this = Resource_Texture6A
      endif
  endif

 

I attached the fixed config file if you just want to drag and drop into the mod folder to replace

chen_mod_config_fix.zip 4.27 kB · 1 download

Your bro is a hero!

Posted
17 hours ago, UndeadMaster555 said:

anyone got a rossi mod? Whisper of Dark Rose does not work for me

if it has visual bugs i shared files to fix it as of 1.3, there should be in page 54 maybe? 

Posted

Hey everyone, how's it going? I was in a Discord server for mods that covered this game as well as similar ones like ZZZ and WW... does anyone happen to have the link to it?

My Discord account got hacked and I lost everything.

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...