Mods / Nudity

Tags:
Cosmetics
Author:
IndigoDigo
Side:
Both
Created:
Feb 6th 2025 at 11:10 PM
Last modified:
Jun 23rd 2025 at 8:25 PM
Downloads:
5763
Follow Unfollow 120
Latest release (for Vintage Story 1.20.12, outdated):
nudemod.zip  1-click install

This is a very simple mod that adds a "Nude" option to the underwear selection that is a transparent texture, and therefore, removes the underwear entirely. The base game has graphics for a nude seraph, so this mod adds no other textures. Note that there are no details on said nude seraph - this is a safe for work mod.

 

Originally made to go along with the Nudist skill from XSkills. Felt it was strange to take that skill and remain in a leotard. This should also be compatible with any other mods that add new underwear options, as well as mods that change the playermodel.

 

This is the first mod I've ever made for a game. Massive thanks to the wonderful people at the official Vintage Story discord for helping me make it!

 

Now supports all languages, because it was easy and means the mod no longer spits out errors due to an improper language file.

 

Now also supports the Female Seraph mod by Glupper, thanks to a patch by CinnySuccubus!

Mod Version Mod IdentifierFor Game version Downloads Released Changelog Download 1-click mod install*
1.0.5 nudemod 3784 Jun 23rd 2025 at 8:24 PM nudemod.zip 1-click install

Patch to work with the newer Female Seraph mod, courtesy of CinnySuccubus.

1.0.4 nudemod 558 May 8th 2025 at 12:52 PM nudemod.zip 1-click install

Very small update to make sure the mod still works fine in the current game version. Mostly a reupload, though a short description was added to the mod for the mod manager.

1.0.3 nudemod 829 Feb 17th 2025 at 12:12 AM nudemod.zip 1-click install

Very minor update to the previous version because it was packaged incorrectly.

1.0.2 nudemod 65 Feb 17th 2025 at 12:02 AM nudemod.zip 1-click install

A simple update to make sure it is compatible with the newest version, as well as an adjustment to the blank PNG to use a transparent image rather than no image at all for compatibility with alternative playermodel mods.

1.0.1 nudemod 224 Feb 13th 2025 at 12:56 AM nudemod.zip 1-click install

This is a very simple mod that adds a "Nude" option to the underwear selection that is a blank texture, and therefore, removes the underwear entirely. The base game has graphics for a nude seraph, so this mod adds no other textures. Note that there are no details on said nude seraph - this is a safe for work mod.

 

Originally made to go along with the Nudist skill from XSkills. Felt it was strange to take that skill and remain in a leotard. This should also be compatible with any other mods that add new underwear options.

 

This is the first mod I've ever made for a game. Massive thanks to the official Vintage Story server for helping me make it!

 

Update: Now includes translations for all official languages to fix a crash caused by an improper language file.

1.0.0 nudemod 303 Feb 6th 2025 at 11:15 PM nudemod.zip 1-click install

First release.


28 Comments (oldest first | newest first) (threaded | flat)

Dangermad, Nov 20th 2025 at 7:54 AM (modified Nov 20th 2025 at 8:31 AM)

Yokie I made a patch, mainly for compat with my mod but it's standalone
mike3223cz this mod still works fine on 1.21

mike3223cz, Sep 28th 2025 at 3:42 PM

1.21 pls

Yokie, Aug 24th 2025 at 11:48 PM

This might be a bit of a stretch, but would we be able to get compatibility with https://mods.vintagestory.at/racialequality? It adds some tolkienesque fantasy races with different body sizes, and it doesn't seem to work with the nude feature. 

Cricus, Aug 2nd 2025 at 5:22 PM

Hi i made a simple code alteration on the fseraph.json to implement nude texture on large and small breast:

 

Spoiler
[
{
"op": "add",
"path": "/fseraph/SkinnableParts/2/variants/-",
"dependsOn": [{ "modid": "fseraph" }],
"value": {"code": "nude", "texture": "nudemod:entity/nude"},
"file": "fseraph:config/customplayermodels/fseraph.json"
},
{
"op": "add",
"path": "/fseraph_s/SkinnableParts/2/variants/-",
"dependsOn": [{ "modid": "fseraph" }],
"value": {"code": "nude", "texture": "nudemod:entity/nude"},
"file": "fseraph:config/customplayermodels/fseraph_s.json"
},
{
"op": "add",
"path": "/fseraph_l/SkinnableParts/2/variants/-",
"dependsOn": [{ "modid": "fseraph" }],
"value": {"code": "nude", "texture": "nudemod:entity/nude"},
"file": "fseraph:config/customplayermodels/fseraph_l.json"
}
]
Tobymaxgames, Jul 31st 2025 at 8:57 PM

This doesnt with femininity or its patches. please fix.

IndigoDigo , Jun 23rd 2025 at 8:37 PM

The below patch mod is no longer necessary as CinnySuccubus was kind enough to help me patch the base mod! The latest update should work with Female Seraph. Leave a comment if you run into any further issues.

CinnySuccubus, Jun 23rd 2025 at 6:32 PM

DearFox
I compiled the code you gave below into an additional patch mod, so it can be easily installed. Hope that's okay!

May also be of interest to RowanSkie, since it's this exact issue that finally drove me to publish my first mod.

Completely irrelevant, as this functionality is now included in this mod.

DearFox, Jun 16th 2025 at 10:17 PM

Translation update for RU and UA:

{
"game:skinpart-underwear-nude": "Ню"
}

 

And if you use capital letters in English, use capital letters in all other languages ​​where possible. 

DearFox, Jun 16th 2025 at 10:11 PM

RowanSkie IndigoDigo 
I found a solution for compatibility with the mod Female Seraph

nudemod\assets\nudemod\patches > create json

[
{
"op": "add",
"path": "/fseraph/SkinnableParts/2/variants/-",
"dependsOn": [{ "modid": "fseraph" }],
"value": {
"code": "nude",
"texture": "nudemod:entity/nude"
},
"file": "fseraph:config/customplayermodels/fseraph.json"
}
]

RowanSkie, May 28th 2025 at 4:55 AM

It doesn't exactly appear when using the Female Seraph mod as a selection. Probably something with it's required Lib?

IndigoDigo , May 26th 2025 at 2:02 PM

RowanSkie It should be compatible with all body mods after a fix I made a while ago. Are you running into issues?

RowanSkie, May 14th 2025 at 3:09 AM

I wonder if it's possible to support this mod? https://mods.vintagestory.at/femaleseraph

Loofy_Goofy, Feb 22nd 2025 at 10:41 PM

Sex mod 😎

Loofy_Goofy, Feb 22nd 2025 at 2:40 AM

too kinky lel

BerryBlue64, Feb 20th 2025 at 7:18 PM

Thank you so mush for this!!! 💖

Now I can finally play as a early paleolithic hunter gatherer and/or a feral human! :3

IndigoDigo , Feb 17th 2025 at 12:05 AM

Nevermind, with the help of someone on the discord I managed to figure it out. Coda_Vanistok and KubaNowskyy Please let me know if you continue to encounter issues with other playermodels! New update should have fixed the stray pixel bug.

IndigoDigo , Feb 16th 2025 at 11:28 PM

Coda_Vanistok The PNG is likely to print some errors simply because it is a blank png. I'm not sure how VS sees it, but Windows at least believes the file to be unreadable and corrupted - this is because there is nothing to read. As for the yellow dot with other playermodels, I mean to fix it as you're not the first to note those but I really have no idea what could be causing the issue. My mod adds no textures, so it must be a problem on the playermodel mods' end, and I'm not sure how I'd make them more compatible. I'll see about contacting the mod authors for those mods, and so it'd help if you listed the specific ones.

Coda_Vanistok, Feb 13th 2025 at 6:12 AM

The PNG included in the mod seems to have errors, and there's a weird yellow dot showing up on different playermodel types, as I'm hearing from people on my server.

Annastasija, Feb 13th 2025 at 5:19 AM

so it begins

Ruyeex, Feb 13th 2025 at 1:32 AM

It gives me Rust Vibes.

IndigoDigo , Feb 13th 2025 at 12:59 AM

RowanSkie Thanks a bunch for letting me know! Got me to learn how to fix up the language files instead of dragging my heels on it. Please let me know if you continue to encounter any issues.

RowanSkie, Feb 11th 2025 at 2:59 PM

Apparently the lack of a functioning language file gives this error on my client-main.log

11.2.2025 22:56:50 [Error] Failed to load language file: en.json
11.2.2025 22:56:50 [Error] Exception: Cannot deserialize the current JSON array (e.g. [1,2,3]) into type 'System.Collections.Generic.Dictionary`2[System.String,System.String]' because the type requires a JSON object (e.g. {"name":"value"}) to deserialize correctly.
To fix this error either change the JSON to a JSON object (e.g. {"name":"value"}) or change the deserialized type to an array or a type that implements a collection interface (e.g. ICollection, IList) like List<T> that can be deserialized from a JSON array. JsonArrayAttribute can also be added to the type to force it to deserialize from a JSON array.
Path '', line 1, position 1.
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings)
at Vintagestory.API.Config.TranslationService.Load(Boolean lazyLoad) in VintagestoryApi\Localization\TranslationService.cs:line 82

Mendall, Feb 8th 2025 at 5:58 PM

You could have some fun with it, though. Perhaps put a bright glowing light "there" like old Greg. Or implement a pixelated censorship patch over the area even though there is nothing to see anyway.

This mod just screams for some comedy applications to me. But I admit I'm a bit deranged.

Badbadalex1, Feb 8th 2025 at 8:07 AM

amazing. 8/10

IndigoDigo , Feb 7th 2025 at 11:52 PM

Mendall Pornography is against the mod database TOS, so even if I had the skills to implement "details," I probably could not upload such a mod here.

Mendall, Feb 7th 2025 at 5:33 PM

Aw, too bad, you had me all exited for a second. But there's no detail. I'll not be able to see my little glowing tally whacker. While running back to where I died. :)

KubaNowskyy, Feb 7th 2025 at 2:11 AM

RowanSkie to change your current character first type this command (/player [playername] allowcharselonce) then (.charsel).

But anyways, this mod just works which is nice! Sadly tho, with other mod called "Anthro Fox Player Model" by Malactus there seems to be a problem where there's random yellow floating pixel in neck area. Not sure if it's this mods or other mods fault cuz I know nothing about modding but yeah other than that it's great.

RowanSkie, Feb 7th 2025 at 1:34 AM

No screenshots or something? Also, how do I change my current character into this one?