Monoman1 Posted March 7, 2019 Author Posted March 7, 2019 7 hours ago, crudo said: Monoman, would you consider creating the following additional tweaks. An overlay/tattoo when you get a disease like rockjoint (any disease really). A simple face overlay, whitened skin, dark circles under eyes, red nose, that sort of thing. Then have it disappear after praying at an altar or drinking a potion. I've made a few tattoos here and there, I could even supply the artwork/graphic. It's always funny to me to hear the npc's telling me I don't look to well when in fact, I look the same. And maybe this one is far too ambitious, apply overlays/tattoos during a brawl. Black eye, bruises. The overlays could be designed as progressive so they only take one slot. Have them fade over time or maybe removed after drinking a healing potion. Again, I could attempt the tattoo/overlay graphics for this one as well. If you can come up with the textures, I'll see what I can do. It might take some time though, I've got my hands fulls. Like you said, applying a single progressive texture would be best.
-alpha- Posted March 7, 2019 Posted March 7, 2019 @Monoman1 Hey I think I found something pretty cool., how to create a voice without using an NPC dummy. Could you give it some more testing? So what I created was a "Talking Activator" and wherever you had SLS_PlayerDuplicate in your quests I swapped that one in. Loaded up game and seems to work, plays voice like normal without creating an NPC that pushes you out the way. Heres the settings Here it is shoved into the quest.
NekroShapiroPhiladelphia Posted March 7, 2019 Posted March 7, 2019 I figured it out, also, i have Oldrim/Classic Skyrim.
Monoman1 Posted March 7, 2019 Author Posted March 7, 2019 4 hours ago, -alpha- said: @Monoman1 Hey I think I found something pretty cool., how to create a voice without using an NPC dummy. Could you give it some more testing? So what I created was a "Talking Activator" and wherever you had SLS_PlayerDuplicate in your quests I swapped that one in. Loaded up game and seems to work, plays voice like normal without creating an NPC that pushes you out the way. Heres the settings Hey, yea I thought of this the other day. Just don't have the time to implement it right now. What about idle dialogue like "That's not something you see every day" for being naked etc... any of that?
NekroShapiroPhiladelphia Posted March 7, 2019 Posted March 7, 2019 @Monoman1 Sometimes generally when I'm playing all the NPCs get a charcoal skin color on their skin and/or armor then my game crashes. Do you know how I could fix this? I don't think its an issue with Cum Overlays.
Monoman1 Posted March 7, 2019 Author Posted March 7, 2019 Sounds like you're running out of memory. Have you got enb boost + crash fixes installed.
NekroShapiroPhiladelphia Posted March 7, 2019 Posted March 7, 2019 1 minute ago, Monoman1 said: Sounds like you're running out of memory. Have you got enb boost + crash fixes installed. I believe Requiem required Crash Fixes. So i have that, but i dont think i have ENB Boost
NekroShapiroPhiladelphia Posted March 7, 2019 Posted March 7, 2019 https://www.nexusmods.com/skyrim/mods/73618 https://www.nexusmods.com/skyrim/mods/38649 Do i need these?
-alpha- Posted March 7, 2019 Posted March 7, 2019 16 minutes ago, s520864 said: https://www.nexusmods.com/skyrim/mods/73618 https://www.nexusmods.com/skyrim/mods/38649 Do i need these? 1st not really 2nd yeah give that a go
-alpha- Posted March 7, 2019 Posted March 7, 2019 52 minutes ago, Monoman1 said: Hey, yea I thought of this the other day. Just don't have the time to implement it right now. What about idle dialogue like "That's not something you see every day" for being naked etc... any of that? not sure. didnt have much time today to really mess around and test it. might try it now for a bit before headin to sleeps
donttouchmethere Posted March 8, 2019 Posted March 8, 2019 6 hours ago, s520864 said: https://www.nexusmods.com/skyrim/mods/73618 https://www.nexusmods.com/skyrim/mods/38649 Do i need these? 6 hours ago, s520864 said: @Monoman1 Sometimes generally when I'm playing all the NPCs get a charcoal skin color on their skin and/or armor then my game crashes. Do you know how I could fix this? I don't think its an issue with Cum Overlays. you can check here for more info about ENBoost: blog after you installed ENBoost successfully and still get black skins/textures press F4 to clean up VRAM you get the newest versions of ENBseries here http://enbdev.com/download_mod_tesskyrim.html (oops didn't know that there was an update)
WaxenFigure Posted March 8, 2019 Posted March 8, 2019 22 hours ago, s520864 said: @Monoman1 Sometimes generally when I'm playing all the NPCs get a charcoal skin color on their skin and/or armor then my game crashes. Do you know how I could fix this? I don't think its an issue with Cum Overlays. It's an issue with how much MEMORY your Video Card has compared to the size of the textures you're feeding it. When it doesn't have enough memory to store a texture that's been sent to it for display it will display all black instead. You simply have too many oversized textures. Best thing to do is reduce the size of textures for things you don't care as much about. Like do you really need a 4k texture for a potion bottle? Each 4k texture is 64 to 85 megabytes in size and the video card cannot store it compressed, it has to have it full sized in memory. One of the best tools out there is Ordenador which you can use on various mods to not only reduce the size of overly large textures but also can quickly correct a lot of other problems with textures. A frequent problem is that too many custom follower and custom NPC mods also have their own custom skin textures so if you have a few followers and/or you are in an area with a number of custom NPCs you could find this happening more obviously. Using Ordenador to fix those or TES5EDIT to redirect them to use the common skin textures will help in those situations and maybe also fix some places where your FPS goes down as more huge textures saturate the bandwidth available for sending textures to your video card. ENBOOST or a full ENB is a tool that helps by moving those textures out of the Skyrim 32bit memory space into the 64bit ENB memory space which greatly reduces the load on the memory management functions inside the Skyrim code (you will find the Skyrim.exe code needs little more than 1gb at most even with a huge number of mods installed). I highly recommend it but it is not the answer to this problem.
Mdy Posted March 9, 2019 Posted March 9, 2019 Hi there, thanks for your mods, I'm already using your Nexus upload of Bathing In Skyrim Tweaked. Got several questions for Cum Overlays. Is Set1 the default SL texture at textures\SexLab? Can I go into RM when the effect was applied and further tweak them? I think that the MCM slider won't do a thing. And for those overlay mods, should we keep empty slots for them? Can we create more overlay slots, like increasing iNumOverlays=6 in RaceMenus' nioverride.ini?
Monoman1 Posted March 9, 2019 Author Posted March 9, 2019 2 hours ago, Mdy said: Hi there, thanks for your mods, I'm already using your Nexus upload of Bathing In Skyrim Tweaked. I'm installing the Cum Overlays right now. Since there isn't an installation instruction for the textures, where should I put the default textures? Into textures\SexLab, the next one right into textures\Sexlab - Cum Overlays\Set2? Btw, do those textures reduce SexLabs' famous glowing sperm problem or is it tweak-able? And for those overlay mods, should we keep empty slots for them? Can we create more overlay slots, like increasing iNumOverlays=6 in RaceMenus' nioverride.ini? The instructions are in the 'Purpose' block. Not sure why I put it there: Texture sets need to be installed into: '\textures\Sexlab - Cum Overlays\Setx'. The dds files go directly into the set folders. There shouldn't be any subfolders beyond the 'Set' folders. Texture sets MUST replace all 33 vanilla texture files for it to be considered by the mod. If a replacer hasn't got 33 files then you could perhaps fill the blanks with files from other mods or vanilla sexlab. Install sets in order. Ie: first set into the 'set2' folder, second set into the 'set3' folder etc. Do NOT install a set into 'set2' and skip a folder to install into folder 'set4', If you change any of the sets folders (add/remove sets) then you should use the MCM option 'Re-detect sets'. If you are removing a set you should 'Remove All Npc Overlays' first! You do NOT need to install all sets or any sets at all really for the mod to work. [/spoiler] don't know about the glow thing. I'd say that more depends on your enb settings. Technically, both Bis and SCO should use only one overlay slot each so you should be fine at 6. But many mods use overlays and some people have bugs with the mods when they have less than 14 slots so I actually recommend changing the number of overlay slots to 14 minimum. 1
Mdy Posted March 9, 2019 Posted March 9, 2019 Yeah I've seen it too late and edited my text just before you've answered, with slightly changed questions. Would you mind reading it again? The sperm texture can glow in the dark, even when disabling the enb. Reducing the opacacity helps a lot.
Monoman1 Posted March 9, 2019 Author Posted March 9, 2019 2 minutes ago, Mdy said: Yeah I've seen it too late and edited my text just before you've answered, with slightly changed questions. Would you mind reading it again? The sperm texture can glow in the dark, even when disabling the enb. Reducing the opacacity helps a lot. 1. Yes 2. You can adjust them in race menu but I don't think the adjustments will stay. They'll likely be reset when a different overlay is applied. 3. See the end of the spoiler above. (Spoilers are still a bit weird here) 1
NekroShapiroPhiladelphia Posted March 9, 2019 Posted March 9, 2019 None of the enemies are engaging in combat, does anyone know of a fix? I tried turning TCAI off and on, but nothing happens
Monoman1 Posted March 9, 2019 Author Posted March 9, 2019 6 minutes ago, s520864 said: None of the enemies are engaging in combat, does anyone know of a fix? I tried turning TCAI off and on, but nothing happens Do you use death alternative? Try 'Reset status effects' in its mcm. Do you use naked dungeons? Try disabling its harmless feature.
NekroShapiroPhiladelphia Posted March 9, 2019 Posted March 9, 2019 3 hours ago, Monoman1 said: Do you use death alternative? Try 'Reset status effects' in its mcm. Do you use naked dungeons? Try disabling its harmless feature. I use death alternative and defeat
Asertyp Posted March 11, 2019 Posted March 11, 2019 I tried "Detect Equipment v1.0". Useful mod. I could find a dagger that I lost in field a few game days ago. But again you forgot to put script-file "_MWA_DetectEquipmentAdd.pex" in uploaded archive. (it attached in _MWA_DetectEquipmentAddQuest [QUST:0201CDC7]) Because of this, Spell is not added. I had to do it through console: Player.addspell **01BD9E Quote Notes: 1. Currently only highlights weapons and armors. Should it be expanded to other types? Gems? Keys? I think it could be useful.
Monoman1 Posted March 12, 2019 Author Posted March 12, 2019 10 hours ago, Asertyp said: I tried "Detect Equipment v1.0". Useful mod. I could find a dagger that I lost in field a few game days ago. But again you forgot to put script-file "_MWA_DetectEquipmentAdd.pex" in uploaded archive. (it attached in _MWA_DetectEquipmentAddQuest [QUST:0201CDC7]) Because of this, Spell is not added. I had to do it through console: Player.addspell **01BD9E I think it could be useful. Right, sorry. Mod Organizer makes a fuckin idiot of me again. I'll fix it when I can.
helenajewel Posted March 12, 2019 Posted March 12, 2019 Trying to get StA working, but running into this issue: Spoiler https://i.imgur.com/LhsCbZj.png But there's only one file for StA I can download? What am I missing?
Monoman1 Posted March 12, 2019 Author Posted March 12, 2019 9 minutes ago, helenajewel said: Trying to get StA working, but running into this issue: Hide contents https://i.imgur.com/LhsCbZj.png But there's only one file for StA I can download? What am I missing? Private image? Access to i.imgur.com was denied
Corsayr Posted March 12, 2019 Posted March 12, 2019 2 minutes ago, Monoman1 said: Private image? Access to i.imgur.com was denied Spoiler imgur links do not work directly from LL. But here is what they posted.
helenajewel Posted March 12, 2019 Posted March 12, 2019 3 minutes ago, Monoman1 said: Private image? Access to i.imgur.com was denied Strange. That usually works! I've not been using imgur for a while. https://imgur.com/LhsCbZj This one should work I hope!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now