Jump to content

[Project Zomboid] Being Female - Adding more complex Female Roleplay


Recommended Posts

  • 2 weeks later...
Posted
10 hours ago, Transcendent Lala said:

@ZikhadWhen you making a new update

I think the zombowin mod needs to be for b42 first, but Solar said that he will make the port on the stable b42 so sadly we need to wait to enjoy it on 42 😭

Posted (edited)

 

Hi Friends!
Again, sorry for not being the most responsive in the world!

I will try to address some comments here (also feel free to DM me).

 

On 11/23/2024 at 6:24 PM, Transcendent Lala said:

@Zikhad I love the animation for when there is a condom on a penis. But that is one suggestion I had. Different animations for the sex would be nice in the window of course. Watching the penis is fun 

Hi @Transcendent Lala, This is something I want to do. More animations / art for this mod is something I could really use some help (I'm no artist AT ALL).

 

On 12/8/2024 at 4:46 AM, Darkanna17 said:

So my edits and some gameplay got me thinking about some ideas for new traits.
Hyperfertile +10 > +100% fertility, Halves the time before being ready to get pregnant again after birth, increases chance of successful delivery by 10%.
Dairy Cow -6 > Increases milk production rate (+25%) and time lactating after pregnancy (+25%).
Baby Crazy -6 > Decreases Unhappiness, Boredom and Stress when breastfeeding and when getting pregnant. Reduces injuries by 10% when in the 2nd or 3rd trimester. (I have this... I wish real life parenting was more forgiving though)
Dedicated Parent -10 > Reduces injuries, fatigue rate and endurance loss when a baby is equipped, by 20% (my bf has this)
Necromancer -20 > Male zombies become allies after sex.
 

@Darkanna17Very cool ideas, not sure if all of them is easy to implement, but I might be able to implement some!

 

On 12/8/2024 at 2:25 AM, Darkanna17 said:

Is there any danger to setting womb capacity to 10000 and milk capacity 25000 in the mod options section?


edit:
I've also changed expiration of lactation to * 20

 

function Lactation:addExpiration(days)
    local data = Lactation.data
    data.Expiration = 60 * 24 * 20 * days -- 60 minutes * 24 hours * days
end


and I've changed the milk rate to 10 (from 1) + multiplier
 

local function onEveryHour()
    local data = Lactation.data
    if not data.IsLactating then return end
    
    local amount = ZombRand(Lactation.CONSTANTS.AMOUNTS.MIN, Lactation.CONSTANTS.AMOUNTS.MAX)
    local multiplier = 10 + data.MilkMultiplier
    data.MilkAmount = (data.MilkAmount + amount) * multiplier
    data.MilkMultiplier = data.MilkMultiplier - 0.1
    
    if (data.MilkAmount < 0) then
        data.MilkAmount = 0
    elseif data.MilkAmount > Lactation.SBvars.MilkCapacity then
        data.MilkAmount = Lactation.SBvars.MilkCapacity
    end
end


and I've changed two constants, MAX from 100 to 500 and MAX_CAPACITY from 1000 to 5000
 

Lactation.CONSTANTS = {
    AMOUNTS = {
        MIN = 0, -- Minimum amount of milk produced
        MAX = 500 -- Maximum amount of milk produced
    },
    MAX_CAPACITY = 5000, -- Maximum amount of milk that can be stored
    MAX_LEVEL = 5, -- Maximum level of milk
}

 

@Darkanna17, in theory anything below a max integer should not cause a overflow error.
About the changes, how the gameplay feel with those changes?
To be honest, I don't have much time to test play my own work, lol

Also, I really can use some feedback (and possible code tweaks) in the distribution of items

 

On 12/15/2024 at 11:24 AM, terrorofmorrowind said:

Does this also work with superb survivors mod? Would be kind of hot being able to breed your own colony.
Nevermind, they don't actually grow into an adult over time.

Unfortunately I'm not able to test this with npc mods at the moment, I think we should see some issues when playing with NPC because how the game works.

 

 

On 12/28/2024 at 8:57 PM, Yonchi said:

I think the zombowin mod needs to be for b42 first, but Solar said that he will make the port on the stable b42 so sadly we need to wait to enjoy it on 42 😭

@Yonchi is right on this one, my mod depends on the @SolarEdge mod, so I will only be able to update my for b42 after the zombowin is updated (and if I have the time to do so)

 

 

22 hours ago, yingbnvying said:

I have a complete Chinese translation file, it comes from Baidu Tieba, please add it to the official file.

zwbf-1.6.0 CN.zip 5.04 kB · 2 downloads

Thanks @yingbnvying, I might be able to add those translations to the mod files soon.

Edited by Zikhad
Posted
1 hour ago, Zikhad said:

 

Hi Friends!
Again, sorry for not being the most responsive in the world!

I will try to address some comments here (also feel free to DM me).

 

Hi @Transcendent Lala, This is something I want to do. More animations / art for this mod is something I could really use some help (I'm no artist AT ALL).

 

@Darkanna17Very cool ideas, not sure if all of them is easy to implement, but I might be able to implement some!

 

@Darkanna17, in theory anything below a max integer should not cause a overflow error.
About the changes, how the gameplay feel with those changes?
To be honest, I don't have much time to test play my own work, lol

Also, I really can use some feedback (and possible code tweaks) in the distribution of items

 

Unfortunately I'm not able to test this with npc mods at the moment, I think we should see some issues when playing with NPC because how the game works.

 

@Yonchi is right on this one, my mod depends on the @SolarEdge mod, so I will only be able to update my for b42 after the zombowin is updated (and if I have the time to do so)

 

Thanks @yingbnvying, I might be able to add those translations to the mod files soon.

 

We love your mod. Just wish there was more updates to fix things or add things

Posted (edited)

 

I downloaded the current version of this mod, but the chance of getting pregnant is always 0, how can I fix this?

resim_2025-01-02_024751704.png

Edited by night42
Posted
On 1/1/2025 at 11:48 PM, night42 said:

 

I downloaded the current version of this mod, but the chance of getting pregnant is always 0, how can I fix this?

resim_2025-01-02_024751704.png

Try giving yourself the "fertile" trait and see how you get on.

 

I personally go the opposite path and select "infertile" trait so I can fool around without getting knocked up....but we all have our preferences! :)

Posted (edited)

Can you combine the "H-Status" and "Milk Status" into the ZomboWin menu? The right-click menu is heavily over-monopolized by tons of mods filling it with their own bullshit, and ZomboWin adds at least three more to an already over-filled cluttered  mess. I mean at the very least Milk and H-Status can be under one menu. 

 

In fact, why are they separate anyway? Just bring in one menu that shows all orifice status and stats, just like RimJobWorld does (or the VH game that these graphics came from does too).

Edited by Monkeybonk
Posted

Be careful with the link from 'Onga32qr', it looks suspicious and it has been posted 4 times identically on 4 different threads.

 

Do NOT click on this link, be careful.

Posted
On 1/3/2025 at 6:07 PM, Monkeybonk said:

Can you combine the "H-Status" and "Milk Status" into the ZomboWin menu? The right-click menu is heavily over-monopolized by tons of mods filling it with their own bullshit, and ZomboWin adds at least three more to an already over-filled cluttered  mess. I mean at the very least Milk and H-Status can be under one menu. 

 

In fact, why are they separate anyway? Just bring in one menu that shows all orifice status and stats, just like RimJobWorld does (or the VH game that these graphics came from does too).

I'm not sure if I can combine my mod context menu with @SolarEdge's... @AlexTheMan21, do you know if this is even possible.

However, I can combine the two UIs into a single one.

 

1 hour ago, VikToR_12_3 said:

Hi. Zombie can't grab, starts constantly replacing with another zombie (different clothes and appearance). What could be the problem?

I recommend taking a look at the options on the Zombowin itself, my mod does not handle the zombie grabs

Posted

Hi friends, I just updated the mod to the V 1.7.0

 

This version introduces couple things:

  • New Traits:
    • Hyperfertile trait +6 > +100% fertility, Halves the time before being ready to get pregnant again after birth
    • Dairy Cow -64> Increases milk production rate (+25%) and time lactating  (+25%).
  • Engorgement mechanic
    • If you don't milk yourself (either manually, breastfeeding or using breast pump), you will start to feel discomfort and even pain (with some custom moodles!)
Spoiler

image.png.9461db6f88683921f7eb2489db2580e4.png

 

Posted
1 hour ago, Zikhad said:

Hi friends, I just updated the mod to the V 1.7.0

 

This version introduces couple things:

  • New Traits:
    • Hyperfertile trait +6 > +100% fertility, Halves the time before being ready to get pregnant again after birth
    • Dairy Cow -64> Increases milk production rate (+25%) and time lactating  (+25%).
  • Engorgement mechanic
    • If you don't milk yourself (either manually, breastfeeding or using breast pump), you will start to feel discomfort and even pain (with some custom moodles!)
  Reveal hidden contents

image.png.9461db6f88683921f7eb2489db2580e4.png

 

I love your being female mod. Still to try out the new version as ive been in ff14 all day. But What things do you have planned for future updates

Posted
5 minutes ago, Transcendent Lala said:

I just tried a new character with the hyper fertile trait. And I still had to be fucked 5 times before I got pregnant

That can happen, this trait gives you double the chance of conception, you can still be lucky (or unlucky)

Posted
3 hours ago, Transcendent Lala said:

I love your being female mod. Still to try out the new version as ive been in ff14 all day. But What things do you have planned for future updates

In the opening post of this thread there is a “upcoming features“ spoiler with more things that I’m considering or implementing 

Posted (edited)
7 hours ago, Zikhad said:

Dairy Cow -64> Increases milk production rate (+25%) and time lactating  (+25%)

 

This trait isn't showing up properly for me in the character creator. instead of the icon and name it just says "UI_Trait_Dairy cow" and when clicked on the description just reads "UI_Trait_Dairy cow_Description". I only have a rough understanding of lua coding so I can't be of much help, but after looking at the ZWBFTraits and ZWBFLactation luas, I think it's something to do with the "Dairy cow" name having a space in it, as that is the only thing that's visibly different about it's implementation from the other traits that do show properly, but I'm not sure.

Edited by F8U Crusader
Posted
On 30/7/2024 at 12:56, Zikhad said:

ZomboWin Ser Mujer (ZWBF) es un mod que conecta algunos otros mods para garantizar un juego más profundo para los personajes femeninos.

Con este mod ahora tendrás un ciclo menstrual y la posibilidad de estar embarazada de zombies 😨.

 

póster.png.57509673f945b0fa332f1d629c85d932.png

 

Características

  • UI (Haga clic derecho para mostrar el panel)
    • Panel de estado H: Un panel UI que muestra la condición actual de Womb
      • Cantidad de Semen Actual y Total
      • Información del ciclo menstrual
      • Estado actual del embarazo
      • Animaciones durante las relaciones sexuales
      • Animación durante el nacimiento
    • Panel de Leche: Un panel de UI que muestra el estado relacionado con la lactancia
  • Mecánica de Lactancia
    • Nuevas recetas que utilizan la bomba de mama para llenar los biberones (Biberons) y las botellas vacías con leche
    • Capacidad para amamantar al bebé
    • La lactancia se "desgastará" si no se usa
    • Mecánico de engorde
  • Mecánica de Embarazo
    • Este mod agregará el rasgo de Embarazo del Mod de Embarazo cuando ocurra la fertilización
      • (ADVERTENCIA: Debido a la forma en que funciona el mod, es necesario reiniciar el juego para poder entrar en el parto y obtener los moodles del embarazo)
    • La UI mostrará la animación de nacimiento
  • Artículos
    • Bomba de pecho
      • Permite nuevas recetas
    • Anticonceptivo
      • Haga que la posibilidad de concepción sea del 0% por un día
    • Lactaid
      • Comenzará la lactancia o aumentará el suministro de leche


Mods Requeridos

 

  Revelar contenidos ocultos

 

 


Mods Opcionales

  Revelar contenidos ocultos

 

[Capturas de pantalla] ZomboWinBeingFemale

  Revelar contenidos ocultos

screenshot-1.png.81246eda23692c6fa70d6cbc16b6f5c3.pngscreenshot-2.png.8404e75cf8e78b13572acdf16d86688e.png

 

[Descargar] ZomboWinBeingFemale Public Release - v1.7.0

zwbf-1.7.0.zip 1,69 MB '' 28 descargas

 

 

[Descargar] Lanzamientos de ZomboWinBeingFemale - GitHub

Puedes encontrar todos los últimos lanzamientos en Github
https://github.com/zikhad/zwbf/releases

 

[GitHub] ¡Comprueba el repositorio si quieres contribuir!
https://github.com/zikhad/zwbf

 

[Descargar] ZomboWinBeingFemale - versiones anteriores

  Revelar contenidos ocultos

 

 

Próximas características

  Revelar contenidos ocultos

These are features that I'm working on or considering for future updates (non chronological order)

 

  • Integration with modOptions / Sandbox Options for some customizable options (introduced in V 1.4.0)
  • Traits (Introduced in V 1.5.0)
    • Add traits: Fertile / Infertile that can change the chances of getting pregnant!
  • Condoms (Introduced in V 1.6.0)
    • Chances of finding "condoms" and using it
    • Thanks to @AmoraLurialis for the idea
  • More Traits (Introduced in V 1.7.0)
    • Hyperfertile - +100% chance of becoming pregnant and half of recovery time
    • Dairy Cow - Increases milk production rate (+25%) and time lactating after pregnancy (+25%)
    • Thanks to @Darkanna17 for the idea
  • Engorgement mechanic (Introduces in V 1.7.0)
    • If you don't milk regularly, you will start feeling discomfort and, eventually, pain
  • Pregnancy Revamp
    • Considering dropping the Pregnancy as required mod and creating ZWBF own implementation 
  • Bleeding and effects when menstruating
    • Some bleeding will be applied to groin when menstruating
    • (possibly) tampons  as an item
    • Thanks to @Yonchi for the idea

 

[Cambiar registro] Historia de los Cambios

Compruebe el último registro de cambios en GitHub! - aquí

 

  Revelar contenidos ocultos
  • V 1.7.0
    • Added more traits (Hyperfertile and Dairy Cow)
    • Added Engorgement Mechanic
  • V 1.6.0
    • Added Items: Condom, Used Condom and Condom Box
  • V 1.5.0
    • Added Traits: Fertile and Infertile
  • V 1.4.1
    • Bumped in distributions chances
  • V 1.4.0
    • Added some Sandbox Options
  • V 1.3.1
    • Added logo mini
  • V 1.3.0
    • Added skin color Support (Thanks to @Johnstell for the graphics)
  • V 1.2.3
    • Reduce the number of repetitions so its possible to see the finish of animations
  • V 1.2.2
    • Fix to correct identify animation and add sperm into the womb
  • V 1.2.1
    • Added 3d models and animations (Thanks to @blabla012345 and @Yonchi)
    • Removed ZomboWin Defeat as required mod
  • V 1.1.2
    • Added support for animation tag system (the animation exclude list should be more reliable)
  • V 1.1.1
    • Fix on pregnancy progress
  • V 1.1.0
    • Animation loops
    • Animations doesn't use EveryMinute hook anymore
    • Minor fixes in lactation logic
    • Minor changes in menstrual cycle
  • V 1.0.5
    • Added animation whitelist logic
  • V 1.0.4
    • Fixed some issues with the lactation multiplier working incorrectly
  • V 1.0.3
  • V 1.0.2
    • Fix on missing commas (Thanks @blabla012345)
  • V 1.0.1
    • Animation fix between variants (Thanks @Yonchi)
  • V 1,0
    • Muy primera versión

 

 

[Importante] Notas

  Revelar contenidos ocultos
  • No probé esto en Multiplayer
  • Todos los "intercursos" serán considerados como vaginales (Desafortunadamente no pude encontrar una manera de decir qué animación se está reproduciendo) trabajo en progreso en una solución
  • El embarazo solo se probó con zombis del Defeat Mod
  • Recomiendo cambiar el tiempo de embarazo predeterminado de las opciones de sandbox (de lo contrario, el embarazo tomará un tiempo, jajaja)
  • Si quieres contribuir con esto, especialmente con el arte, siéntete libre de DM me 😉

 

 

On 30/7/2024 at 12:56, Zikhad said:

ZomboWin Ser Mujer (ZWBF) es un mod que conecta algunos otros mods para garantizar un juego más profundo para los personajes femeninos.

Con este mod ahora tendrás un ciclo menstrual y la posibilidad de estar embarazada de zombies 😨.

 

póster.png.57509673f945b0fa332f1d629c85d932.png

 

Características

  • UI (Haga clic derecho para mostrar el panel)
    • Panel de estado H: Un panel UI que muestra la condición actual de Womb
      • Cantidad de Semen Actual y Total
      • Información del ciclo menstrual
      • Estado actual del embarazo
      • Animaciones durante las relaciones sexuales
      • Animación durante el nacimiento
    • Panel de Leche: Un panel de UI que muestra el estado relacionado con la lactancia
  • Mecánica de Lactancia
    • Nuevas recetas que utilizan la bomba de mama para llenar los biberones (Biberons) y las botellas vacías con leche
    • Capacidad para amamantar al bebé
    • La lactancia se "desgastará" si no se usa
    • Mecánico de engorde
  • Mecánica de Embarazo
    • Este mod agregará el rasgo de Embarazo del Mod de Embarazo cuando ocurra la fertilización
      • (ADVERTENCIA: Debido a la forma en que funciona el mod, es necesario reiniciar el juego para poder entrar en el parto y obtener los moodles del embarazo)
    • La UI mostrará la animación de nacimiento
  • Artículos
    • Bomba de pecho
      • Permite nuevas recetas
    • Anticonceptivo
      • Haga que la posibilidad de concepción sea del 0% por un día
    • Lactaid
      • Comenzará la lactancia o aumentará el suministro de leche


Mods Requeridos

 

  Revelar contenidos ocultos

 

 


Mods Opcionales

  Revelar contenidos ocultos

 

[Capturas de pantalla] ZomboWinBeingFemale

  Revelar contenidos ocultos

screenshot-1.png.81246eda23692c6fa70d6cbc16b6f5c3.pngscreenshot-2.png.8404e75cf8e78b13572acdf16d86688e.png

 

[Descargar] ZomboWinBeingFemale Public Release - v1.7.0

zwbf-1.7.0.zip 1,69 MB '' 28 descargas

 

 

[Descargar] Lanzamientos de ZomboWinBeingFemale - GitHub

Puedes encontrar todos los últimos lanzamientos en Github
https://github.com/zikhad/zwbf/releases

 

[GitHub] ¡Comprueba el repositorio si quieres contribuir!
https://github.com/zikhad/zwbf

 

[Descargar] ZomboWinBeingFemale - versiones anteriores

  Revelar contenidos ocultos

 

 

Próximas características

  Revelar contenidos ocultos

These are features that I'm working on or considering for future updates (non chronological order)

 

  • Integration with modOptions / Sandbox Options for some customizable options (introduced in V 1.4.0)
  • Traits (Introduced in V 1.5.0)
    • Add traits: Fertile / Infertile that can change the chances of getting pregnant!
  • Condoms (Introduced in V 1.6.0)
    • Chances of finding "condoms" and using it
    • Thanks to @AmoraLurialis for the idea
  • More Traits (Introduced in V 1.7.0)
    • Hyperfertile - +100% chance of becoming pregnant and half of recovery time
    • Dairy Cow - Increases milk production rate (+25%) and time lactating after pregnancy (+25%)
    • Thanks to @Darkanna17 for the idea
  • Engorgement mechanic (Introduces in V 1.7.0)
    • If you don't milk regularly, you will start feeling discomfort and, eventually, pain
  • Pregnancy Revamp
    • Considering dropping the Pregnancy as required mod and creating ZWBF own implementation 
  • Bleeding and effects when menstruating
    • Some bleeding will be applied to groin when menstruating
    • (possibly) tampons  as an item
    • Thanks to @Yonchi for the idea

 

[Cambiar registro] Historia de los Cambios

Compruebe el último registro de cambios en GitHub! - aquí

 

  Revelar contenidos ocultos
  • V 1.7.0
    • Added more traits (Hyperfertile and Dairy Cow)
    • Added Engorgement Mechanic
  • V 1.6.0
    • Added Items: Condom, Used Condom and Condom Box
  • V 1.5.0
    • Added Traits: Fertile and Infertile
  • V 1.4.1
    • Bumped in distributions chances
  • V 1.4.0
    • Added some Sandbox Options
  • V 1.3.1
    • Added logo mini
  • V 1.3.0
    • Added skin color Support (Thanks to @Johnstell for the graphics)
  • V 1.2.3
    • Reduce the number of repetitions so its possible to see the finish of animations
  • V 1.2.2
    • Fix to correct identify animation and add sperm into the womb
  • V 1.2.1
    • Added 3d models and animations (Thanks to @blabla012345 and @Yonchi)
    • Removed ZomboWin Defeat as required mod
  • V 1.1.2
    • Added support for animation tag system (the animation exclude list should be more reliable)
  • V 1.1.1
    • Fix on pregnancy progress
  • V 1.1.0
    • Animation loops
    • Animations doesn't use EveryMinute hook anymore
    • Minor fixes in lactation logic
    • Minor changes in menstrual cycle
  • V 1.0.5
    • Added animation whitelist logic
  • V 1.0.4
    • Fixed some issues with the lactation multiplier working incorrectly
  • V 1.0.3
  • V 1.0.2
    • Fix on missing commas (Thanks @blabla012345)
  • V 1.0.1
    • Animation fix between variants (Thanks @Yonchi)
  • V 1,0
    • Muy primera versión

 

 

[Importante] Notas

  Revelar contenidos ocultos
  • No probé esto en Multiplayer
  • Todos los "intercursos" serán considerados como vaginales (Desafortunadamente no pude encontrar una manera de decir qué animación se está reproduciendo) trabajo en progreso en una solución
  • El embarazo solo se probó con zombis del Defeat Mod
  • Recomiendo cambiar el tiempo de embarazo predeterminado de las opciones de sandbox (de lo contrario, el embarazo tomará un tiempo, jajaja)
  • Si quieres contribuir con esto, especialmente con el arte, siéntete libre de DM me 😉

 

Necesito ayuda, lo instale todo el pregnancy el babies y demas, tengo el juego original pero al activar este mod el juego entra normal, carga un momento y se cierra, intente desactivar todos los mods y activar solo este y nada, asi mismo activar este con los mods requeridos y sigue surgiendo el problema, alguna solucion?plz

Posted
13 hours ago, F8U Crusader said:

 

This trait isn't showing up properly for me in the character creator. instead of the icon and name it just says "UI_Trait_Dairy cow" and when clicked on the description just reads "UI_Trait_Dairy cow_Description". I only have a rough understanding of lua coding so I can't be of much help, but after looking at the ZWBFTraits and ZWBFLactation luas, I think it's something to do with the "Dairy cow" name having a space in it, as that is the only thing that's visibly different about it's implementation from the other traits that do show properly, but I'm not sure.

You actually caught a But! 🤦‍♂️

I've updated with a new version with a fix for the missing translations

Posted
13 hours ago, Alexanderastres said:

 

Necesito ayuda, lo instale todo el pregnancy el babies y demas, tengo el juego original pero al activar este mod el juego entra normal, carga un momento y se cierra, intente desactivar todos los mods y activar solo este y nada, asi mismo activar este con los mods requeridos y sigue surgiendo el problema, alguna solucion?plz

We would need to take a look at the console output to check what is the issue. (~/Zomboid/console.txt)

Posted

I found some bugs in the Sandbox_EN/ES/FR files and others in the ES translation.
► In the sandbox options of the mod the parts Sandbox_ZWBF__Milk_Capacity and Sandbox_ZWBF__Milk_Expiration and their tooltips are broken. (in the photo I fixed the bug by editing the files in notepad++)
► In the Spanish translation in some files when opening them it says IGUI_EN instead of IGUI_ES at the beginning of the file.
► Does anyone know how to fix the issue of commas/special letters not appearing in some mods in other languages in Spanish. The funny thing is that some translations of other mods like the build menu mod have letters with commas and this one works fine and is not broken.
(in some mods there is a .gitattributes file inside the Translate folder and other times it is in the root folder of the mod).
Buginzwbf1.7.1.png.cbab114881e73e4281e553d1fc69b750.png
Bug2inzwbf1.7.1.png.a0f7a6f89977ca9d0abc9a6d3b820243.png

Posted
On 6/1/2025 at 11:57, Zikhad said:

Tendríamos que echar un vistazo a la salida de la consola para verificar cuál es el problema. (~/Zomboid/console.txt)

He aqui el error, no entiendo que es lo que sucede pero me sigue sin dejar entrar, meti los dos archivos el MACOS y el ZWBF y no funciono saque el MACOS y deje solo el zwbf peor, sabes como solucionarlo?

 

image.png.b8673a730787b616c7c342300d280452.png

Posted
14 hours ago, Alexanderastres said:

He aqui el error, no entiendo que es lo que sucede pero me sigue sin dejar entrar, meti los dos archivos el MACOS y el ZWBF y no funciono saque el MACOS y deje solo el zwbf peor, sabes como solucionarlo?

 

image.png.b8673a730787b616c7c342300d280452.png

Very odd...
skinningData, are you using that mod that changes body proportions or something? Because in my mod that skinningData does not appear anywhere 🤔

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...