Jump to content

Recommended Posts

Posted
1 hour ago, Watermylawn220 said:

What do you mean by "template for the pacifiers"?

by template i mean the xcf files used to make the textures for the pacifiers,

 

Quote

I suppose the best way to do that would be to place the containers in each of the cells that the npc moves around. They should only take one round of supplies from the boxes regardless, and they'll likely just take items from the container closest to them.

i imagined that would be the way i'd probably have to do it, i was a bit hoping for another way though because i didn't really want to place containers across the entirety of rivet city as well as in the immediate area, but it is what it is

Quote

Try this command and have it run in the same script that adds the NPCs to the vendor faction: https://geckwiki.com/index.php/AddFormToFormList

thank you for this, i will add it.

Posted
1 hour ago, throwaway9900 said:

by template i mean the xcf files used to make the textures for the pacifiers,

Oh, I didn't make one because I was just using Lucia1's textures. I didn't make any custom pacifiers so I didn't make any templates for them.

Posted
13 hours ago, Watermylawn220 said:

Oh, I didn't make one because I was just using Lucia1's textures. I didn't make any custom pacifiers so I didn't make any templates for them.

good to know, i might ask when i get the chance and feel like it, but for now ill just have to wait on that.

Posted
On 8/21/2025 at 6:15 PM, throwaway9900 said:

i imagined that would be the way i'd probably have to do it, i was a bit hoping for another way though because i didn't really want to place containers across the entirety of rivet city as well as in the immediate area, but it is what it is

thank you for this, i will add it.

well i attempted to do that. all that resulted really was a ton of containers and cherry still wouldn't give diapers. i wonder if there is any solutions to this

Posted
7 minutes ago, throwaway9900 said:

well i attempted to do that. all that resulted really was a ton of containers and cherry still wouldn't give diapers. i wonder if there is any solutions to this

Probably has something to do with Cherry then. I only played Fallout 3 once on a friend's Xbox and I never ran into her. But from what I can read, it doesn't seem like she's a merchant, so the typical merchant process wouldn't work for her.

Posted (edited)
11 hours ago, Watermylawn220 said:

Probably has something to do with Cherry then. I only played Fallout 3 once on a friend's Xbox and I never ran into her. But from what I can read, it doesn't seem like she's a merchant, so the typical merchant process wouldn't work for her.

You would be right, if it helps essentially my main plan is to have her become a merchant after completing the quest where you take her to rivet city, she then will gain the ability to trade diapers with you, hopefully there is a way to do such things, and i imagine traders and such could also have a solution to having lots of vendor chests and such, but so far im not really sure how to fix this.

 

edit: btw what process could work on her, if you want i could show you stuff of what im doing, it is for your mod after all

Edited by throwaway9900
Posted
2 hours ago, throwaway9900 said:

You would be right, if it helps essentially my main plan is to have her become a merchant after completing the quest where you take her to rivet city, she then will gain the ability to trade diapers with you, hopefully there is a way to do such things, and i imagine traders and such could also have a solution to having lots of vendor chests and such, but so far im not really sure how to fix this.

 

edit: btw what process could work on her, if you want i could show you stuff of what im doing, it is for your mod after all

I have no idea how you could achieve that goal. However, I recommend joining the xNVSE discord server. I've asked around in the #mod-development channel whenever I got stumped. It might take them a minute but usually someone will pop up with an answer: https://discord.com/invite/EebN93s

Posted
9 hours ago, throwaway9900 said:

i have joined the server, but now i must ask. what would be some good ideas to add into the mod im making

Whatever you think would be good features. The primary goal would be to add diapers and such to the Capital Wasteland worldspace through merchants and levelled lists, of course. But beyond that, feel free to get as ambitious as you want.

Posted (edited)
9 hours ago, Watermylawn220 said:

Whatever you think would be good features. The primary goal would be to add diapers and such to the Capital Wasteland worldspace through merchants and levelled lists, of course. But beyond that, feel free to get as ambitious as you want.

i agree, after the whole thing with cherry i'll probably try to do some other stuff, like making a leveled list for the raiders so they have a varied amount of diapers, i know moira already sells dino diapers and such, i could also probably add used diapers for garbage and stuff too.

 

also, two unrelated questions, 1, can the npcs piss themselves (also how do i make npcs incontinent). and 2, i wonder how you would feel about quests related to diaper could be add, like for instance where you can get a perk for one of your companions where they can give you diapers if you find them a stash of diapers or smn. i think it could add new stuff to the mod and make it a lot more repayable in the long run, maybe.

 

edit: too be fair though the quests would be a bit of an undertaking.

Edited by throwaway9900
Posted
35 minutes ago, throwaway9900 said:

i agree, after the whole thing with cherry i'll probably try to do some other stuff, like making a leveled list for the raiders so they have a varied amount of diapers, i know moira already sells dino diapers and such, i could also probably add used diapers for garbage and stuff too.

 

also, two unrelated questions, 1, can the npcs piss themselves (also how do i make npcs incontinent). and 2, i wonder how you would feel about quests related to diaper could be add, like for instance where you can get a perk for one of your companions where they can give you diapers if you find them a stash of diapers or smn. i think it could add new stuff to the mod and make it a lot more repayable in the long run, maybe.

 

edit: too be fair though the quests would be a bit of an undertaking.

1. The NPCs don't have the needs system that the player does, so you can't exactly make them incontinent. There should be a way to make it seem like they use the diapers though. Firstly, the current levelled lists would need to be updated, a level list would need to be made for each diaper with each entry in the list being the same diaper with different levels of durability. Then, you'd use this new level list and replace each instance of the diaper in the "aaLootDiaper..." lists. Second, inside the "aaDiaperArm..." scripts, you'd need to run a durability check before the texture swap lines to ensure that the appropriate texture is loaded according to the durability level. I didn't do this initially because it was a lot of effort and bloat for something the player would barely see, considering that the diapers are meant to be a bit of a rare drop and a slightly expensive tool of convenience.

 

2. Go ahead, do as you wish. Just keep things as a separate esp file for your content.

Posted
7 hours ago, PamperedKitty said:

I was wondering about the Bars, are they added to the default HUD or are they standalone as i don't see them with the modded hud (the OG hud feels too big)

They are made with the SUP NVSE plugin. I'm not sure why it wouldn't show up with the modded hud, though. Which hud mod do you use though? I can try to figure it out, though I am admittedly a little out of my depth here.

Posted

i too have had similar problems, i think the source for me at least could be something called vanilla ui plus, since it changes the ui quite extensively, but i don't know if the reason would exactly be that or not

Posted
15 hours ago, PamperedKitty said:

I was wondering about the Bars, are they added to the default HUD or are they standalone as i don't see them with the modded hud (the OG hud feels too big)

2 hours ago, throwaway9900 said:

i too have had similar problems, i think the source for me at least could be something called vanilla ui plus, since it changes the ui quite extensively, but i don't know if the reason would exactly be that or not

I've downloaded Vanilla UI Plus, and everything seems to be working fine on my end. Are you guys playing with incontinence mode enabled? Incontinence mode hides the bladder and bowel bars

Posted
1 hour ago, Watermylawn220 said:

I've downloaded Vanilla UI Plus, and everything seems to be working fine on my end. Are you guys playing with incontinence mode enabled? Incontinence mode hides the bladder and bowel bars

yea i did turn it on the first chance i got, thats probably whats causing it for me

Posted

When this mod is active, it makes changes to Sexout Pregnancy, specifically, it changes Player Percentage of Fertility in Female Cycle to 100% amd Player Natural Peak Female Fertility to 300% under Fertility Settings, if you change those settings in Pregnancy, it changes them back,thus making this mod incompatible with Sexout Pregnancy

Posted
3 hours ago, Crooltool said:

When this mod is active, it makes changes to Sexout Pregnancy, specifically, it changes Player Percentage of Fertility in Female Cycle to 100% amd Player Natural Peak Female Fertility to 300% under Fertility Settings, if you change those settings in Pregnancy, it changes them back,thus making this mod incompatible with Sexout Pregnancy

It really shouldn't, though. The only thing that the Sexout Patch does is that it adds all the different pregnancy body meshes to a FormList. I'd double check your modlist

Posted (edited)

I think Ifound the issue, I am playing TTW, installing the mod before leaving Vault 101 caused the issue, installed  it after leaving so far hasn't caused it to happen.

 

 

Edited by Crooltool
corrected typos
  • 2 weeks later...
Posted

For anyone interested I made a Vanilla UI+ Vault Girl Icons Pack for this mod, some of the assets were just the textures provided by Watermylawn220 others were drawn or edited by myself. All the icons are 512x512 resolution and SHOULD BE consistently coloured. I hope everyone enjoys :3

DLNV VUI+ Vault Girl Icons.rar

Posted (edited)
2 hours ago, DJ_Kitty said:

For anyone interested I made a Vanilla UI+ Vault Girl Icons Pack for this mod, some of the assets were just the textures provided by Watermylawn220 others were drawn or edited by myself. All the icons are 512x512 resolution and SHOULD BE consistently coloured. I hope everyone enjoys :3

DLNV VUI+ Vault Girl Icons.rar 320.93 kB · 0 downloads

So I messed up a little on the original file one of the textures was in the wrong format (whoopsies); I also made the scaling better and made a new pacifier icon from scratch and the colours should be even more consistent so please disregard the original. Have fun guys OwO

Edited by DJ_Kitty

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