DayTri Posted June 2, 2019 Posted June 2, 2019 22 hours ago, Corsayr said: Yes, that would be nice. How about praying at a shrine? Or paying a monk/priest (confession)? 30 minutes ago, Monoman1 said: Thanks for the tips on lewdness. I think I'll just have to dig into the code more. I can probably change it myself if I dig a little deeper. It's just determining what kind of value it is. Min/Max values etc. Ed86 mod Sexlab Shrines implements praying at a Shrine to reduce lewdness. It is configurable with a json so you can edit how much each shrine reduces lewdness, by how much, etc. You can also look at the old mod Sexlab Stats Maniplulator. That has MCM sliders to manually adjust different stats. 1
Monoman1 Posted June 2, 2019 Author Posted June 2, 2019 3 minutes ago, DayTri said: Thanks Shrines are too damn easy though! There's got to be a cost involved (doesn't have to be gold). 1
Reesewow Posted June 2, 2019 Posted June 2, 2019 18 minutes ago, Monoman1 said: Now that I've thought about it a little more I don't think the adding a keyword approach is the best for STA. It would probably just be better to add a storageutil variable to each armor "_STA_IsSpankable" 0/1. StorageUtil IS persistent so no loading of keywords on game load and it scales better (proc time won't increase as armors are added). And it can also be exported to a json and imported on new game = more user friendly. For the purposes of STA I'd agree this may be the better approach. IMO this functionality is one of the reasons SLA/SOS are so easy to use, as they can mark armors as exposed or revealing on the fly and it persists going forward. Even if you mark dozens of armor items through the course of a save's lifespan, it is spread out in little chunks over the course of a playthrough rather than a block of time upfront in TES5Edit. It would be *much* more user friendly this way, and even for someone who swaps armor a lot (low level/ loot degradation users) they would likely quickly have a usable list of armors set as they prefer. If I could make a suggestion however - wouldn't it make more sense for users to mark gear as unspankable? With the prevalence of mesh replacers that turn full plate into bikini armor, I think it would likely result in less user busywork if the mod assumed any un-marked equipment to be spankable. The user could then specify if an armor was spankable or not, or just go about their merry way without worrying about it if they always want to have the risk of spanks.
DayTri Posted June 2, 2019 Posted June 2, 2019 2 minutes ago, Monoman1 said: Thanks Shrines are too damn easy though! There's got to be a cost involved (doesn't have to be gold). I agree. Anyway the code in SL Shrines seems very easy, sslActorStats Stats = SexLab.Stats Stats.AdjustFloat(ActorRef, "Lewd", val) And the adjustment will fail if you try to decrease it past 0, so need a check for that. 1
Monoman1 Posted June 2, 2019 Author Posted June 2, 2019 10 minutes ago, Reesewow said: If I could make a suggestion however - wouldn't it make more sense for users to mark gear as unspankable? With the prevalence of mesh replacers that turn full plate into bikini armor, I think it would likely result in less user busywork if the mod assumed any un-marked equipment to be spankable. The user could then specify if an armor was spankable or not, or just go about their merry way without worrying about it if they always want to have the risk of spanks. While I know what you mean, I'm not a fan of opening up the Mcm and setting toggles for every armor that is or isn't spankable. I'll probably do what I did in milk addict. 1. Equip armor. Is it spankable/non spankable/Uninitialized. 2. Uninitialized = Pop up menu. "Is this armor spankable". Yes, No, Give me a second to view it. 3. Set armor. Export to json. This way the mod actually gets less annoying the more you play and it 'learns' the armors you usually go for and will already be set already in new games. 1
TDA Posted June 2, 2019 Posted June 2, 2019 Is this a purely visual effect mod, or is there an animation here?
Monoman1 Posted June 2, 2019 Author Posted June 2, 2019 1 minute ago, TDA said: Is this a purely visual effect mod, or is there an animation here? Nope. No animations.
Lupine00 Posted June 2, 2019 Posted June 2, 2019 1 hour ago, Monoman1 said: Now that I've thought about it a little more I don't think the adding a keyword approach is the best for STA. It would probably just be better to add a storageutil variable to each armor "_STA_IsSpankable" 0/1. That takes us back about two weeks, when people were asking STA to keep a list of them Of course that's more practical, if you're implementing it in STA, and the list signifies just one thing - what is spankable - rather than possibly having a conflicting purpose. My position was that you'd already supported the Babo keywords, but didn't intend to support any other mechanism, so the answer was to get the Babo keywords onto things - bonus effect, you can use them in Sexlab Approach. If you're going to implement it in STA, then I'll wait and see a little.
TDA Posted June 2, 2019 Posted June 2, 2019 26 minutes ago, Monoman1 said: Nope. No animations. is in the plans?
masterchief24 Posted June 2, 2019 Posted June 2, 2019 Sir Nibble has created a great animation resource. Is this not possible at STA? Spoiler https://gfycat.com/NastyFirmCottonmouth 1
Monoman1 Posted June 2, 2019 Author Posted June 2, 2019 5 minutes ago, TDA said: is in the plans? Right now there's a 'slight' animation for 'bump spanks'. But mainly the game is during normal aggressive sex scenes where an Npc has a chance to be of the spanky variety. So it can trigger during any animation type. Now I'm no animator but I'm pretty sure that adding any kind of spanking animation mid scene to an existing animation is impossible. So that's out of the question. Personally I'm ok with spanking in scenes where there's no visible animation of it. It is afterall possible to spank the player in most positions anyway. So it's just a matter of using a little imagination. BUT what I would like to add: 1: A percentage chance option to change the current animation to a spanking animation if the mod decides the Npc is spank happy. 2: Add dialogue for a bounty reduction in exchange for a spanking animation from a guard. 2
Monoman1 Posted June 2, 2019 Author Posted June 2, 2019 @masterchief24 As awesome as that would be I think the time it would take to set up the scene would get really annoying really quickly. Pass Npc -> Npc decides to spank -> disable player controls -> wait for sexlab to do it's thing -> play scene -> end. All that takes too damn long. I prefer the more fluid version that's in STA at the moment even if it's isn't half as cool.
Corsayr Posted June 2, 2019 Posted June 2, 2019 5 hours ago, Lupine00 said: Very much so. That's why the ability to set the keywords at runtime is so useful. A mod can be used to manage these additional keywords, allowing you to add them on as as-needed basis to armors you end up wearing you think they would benefit from. No mod does this, at this time. If Monoman1 doesn't do it, I'll add it to SLD during "conditions" support development. Not that big of a hassle. for one, you really do not use every armor in the game. ? If you use TES5edit to add the keywords it is a simple matter of copy pasting. I did all the bra and panty items in TAWOBA in less than 5 minutes, and it is possible that I didn't have to do the panties. If you are just using it for spank that ass you only need to do the 32 slot items. Open TES5Edit and find the armor mod you want to add keywords to Spoiler Right click on the title and select add masters from the drop down Spoiler You will get a popup box of available ESP and ESM list above your clothing mod in the load order. Select SLA and press ok Spoiler Go into SLA and select Keywords to find the one you want to use. select and copy it to your clip board Spoiler Go back to your armor mod and under the armor list press the + to expand the list. Find the armor piece you want to change and selet then scroll down on the right side till you find the keyword section. Spoiler In the blank space next to the keywords header right click and from the drop down select Add Spoiler This NULL item will now be added to the keyword list double click to edit it Spoiler Paste your keyword (or you can type the first few letters it will show in the available drop down) Spoiler It will auto sort to the correct position and you can move on to the next armor piece you need to change. Spoiler Once you have done all the pieces you want to do, exit out and you'll get the save confirmation screen... Press OK. Spoiler If you use one of MOs variants you will have a TESEdit Cashe in you overwrite folder that will need to be put someplace. But you should be used to that with MO by now. ?
Corsayr Posted June 2, 2019 Posted June 2, 2019 2 hours ago, Monoman1 said: I just forget. A lot. yup. ?
Reesewow Posted June 2, 2019 Posted June 2, 2019 I find the current implementation of the bump spanks is spot on - the simple reach/stagger animations followed by the spank sound and the PC's response is so much more fluid than a paired animation that would lock the player in place for a moment. I forgot about that resource however - perhaps it could find good use in other spank-related features as an non-Sexlab paired animation bundled in the mod. Idea: While engaged in conversation (aka already frozen in place) chance to get spanked with that paired animation by a nearby NPC (can you trigger a paired animation on the PC without breaking a conversation?) The animation already looks like the female is talking/distracted and the spanker just couldn't resist.
Monoman1 Posted June 2, 2019 Author Posted June 2, 2019 6 minutes ago, Reesewow said: While engaged in conversation (aka already frozen in place) chance to get spanked with that paired animation by a nearby NPC (can you trigger a paired animation on the PC without breaking a conversation?) The animation already looks like the female is talking/distracted and the spanker just couldn't resist. Hmm, yea it's an interesting idea alright. Honestly though, I know next to nothing about paired animations. Also just while reading your description of the bump spank I thought maybe wouldn't it be nice if your character looked in the direction of whoever justed spanked you for a couple of seconds while she responds. It would be a nice little detail. Must look into the headtracking mod to see how it's done. Ugh I've just too much to do. Working on that update for survival + this mod + laying the ground work for the dominatrix mod I've mentioned (currently just working on the willpower mechanic which is pulling from game events to affect it) off topic but: Willpower ++ gets a kill completes a quest clears an area Rapes someone +++ Consensual sex sleeping (good bed?) Willpower -- Is raped Orgasm while being raped --- Whip hits Entering bleedout Player is naked - gradual willpower decay Player is jailed Having zero gold? Devious devices reduce any positive willpower gain 1
Reesewow Posted June 2, 2019 Posted June 2, 2019 4 minutes ago, Monoman1 said: Ugh I've just too much to do. Working on that update for survival + this mod + laying the ground work for the dominatrix mod I've mentioned (currently just working on the willpower mechanic which is pulling from game events to affect it) Just clone yourself! Heh, but yea, avoid burnout - plenty of ideas you could pursue and not enough time/energy to do it all, so go for whatever you find most engaging. On your willpower loss options, they look good. Might I suggest a soft STA interaction to reduce willpower at X spanks, same as it does for Devious Followers?
worik Posted June 2, 2019 Posted June 2, 2019 On the issue of animations: If we want to have good animations triggered by STA, we could start with a collection of known SLAL packages which include spanking. What I know is the SLAL package of rydin https://www.loverslab.com/files/file/1972-rydins-animations-resource-pack/ what I have read here (but know played) is Sir Nibbles SLAL package https://www.loverslab.com/files/file/2585-nibbles-animations/ We have more?
worik Posted June 2, 2019 Posted June 2, 2019 19 minutes ago, Monoman1 said: Willpower ++ gets a kill completes a quest + clears an area player is naked and HAS clothing in inventory <= one possible indicator of voluntary nakedness Rapes someone +++ <= I doubt that. Rapists don't gain willpower, they spend willpower Consensual sex sleeping (good bed? +) level up ? eats food (vampire: drinks blood) Willpower -- Is raped Orgasm while being raped --- Whip hits Entering bleedoutPlayer is naked - gradual willpower decay <= quite the opposite if it is voluntarily player is naked and has no clothing in inventory <= one possible indicator of forced nakedness Player is jailed is infected - gradual willpower decayHaving zero gold? sleeping bad bed Devious devices reduce any positive willpower gain <= might be again a question of voluntary/forced ... Maybe we need the "locked" attribute to decide that ? some opinion added 1
Reesewow Posted June 2, 2019 Posted June 2, 2019 8 minutes ago, worik said: We have more? Only other I can think of would be the old ZAP spanking animation - I believe this is different than Rydin's and used to be included in the old Non-Sexlab Animation Pack. I don't honestly know if Nibble's standing spank animation is set up as a paired animation or two individual animations - he might offer advice if it did finally end up in a mod.
Hex Bolt Posted June 2, 2019 Posted June 2, 2019 31 minutes ago, Monoman1 said: the dominatrix mod I've mentioned (currently just working on the willpower mechanic which is pulling from game events to affect it) Looks fun! Will this tie into Devious Followers willpower, or implement its own willpower stat(s)?
Monoman1 Posted June 2, 2019 Author Posted June 2, 2019 @worik Good ideas. I'm not sure about the level up one though because: 1. Level ups aren't infinite which makes them a bit of a wildcard. 2. Leveling up is much easier at lower levels (when your character is at their most vulnerable) and much harder when your character is high level (when your character is more powerful) which doesn't seem to 'fit' But perhaps they would make a bit of a counter-balance to the early game. It's really hard to say at the moment. 32 minutes ago, HexBolt8 said: Looks fun! Will this tie into Devious Followers willpower, or implement its own willpower stat(s)? No I think it will be it's own thing. I've not been up to date on DF (because of the site notification issues) but I believe willpower changes much more than it used to which would make it a bit too transient for what I have in mind. That said I do want the mod to work with (or without DF). Edit: Oh and I forgot another mod I'll probably have to work on. Immersive fashion. Probably have to do a little tweaking to it since it's going to be one of the main ways your follower will make demands of you.
Hex Bolt Posted June 2, 2019 Posted June 2, 2019 41 minutes ago, Monoman1 said: No I think it will be it's own thing. I've not been up to date on DF (because of the site notification issues) but I believe willpower changes much more than it used to which would make it a bit too transient for what I have in mind. That said I do want the mod to work with (or without DF). Yeah, probably the better way to go. Your concept and Lozeak's for willpower seem different enough that they might not mesh so well (not criticizing either, just observing). I could imagine a patch at some point though that might permit them to influence each other to some degree. As a suggestion, please make your willpower easily accessible to the player. There will be many factors that you can't or don't want to handle, so if willpower can be manually adjusted then the player can compensate. For example, I'd imagine a small willpower loss for each prostitution job taken (by a non nympho character anyway) that could significantly add up by the end of a working day. But how would your mod detect prostitution sex, since multiple mods support this activity? By a "working clothes" item worn? Maybe. Or the player could manually adjust the willpower and your mod wouldn't have to deal with it. You'd probably also want willpower up/down factors to be user-configurable, since people might have different ideas about the relevance and magnitude of various factors. Sorry, I got really off topic for STA.
Monoman1 Posted June 2, 2019 Author Posted June 2, 2019 45 minutes ago, HexBolt8 said: Yeah, probably the better way to go. Your concept and Lozeak's for willpower seem different enough that they might not mesh so well (not criticizing either, just observing). I could imagine a patch at some point though that might permit them to influence each other to some degree. As a suggestion, please make your willpower easily accessible to the player. There will be many factors that you can't or don't want to handle, so if willpower can be manually adjusted then the player can compensate. For example, I'd imagine a small willpower loss for each prostitution job taken (by a non nympho character anyway) that could significantly add up by the end of a working day. But how would your mod detect prostitution sex, since multiple mods support this activity? By a "working clothes" item worn? Maybe. Or the player could manually adjust the willpower and your mod wouldn't have to deal with it. You'd probably also want willpower up/down factors to be user-configurable, since people might have different ideas about the relevance and magnitude of various factors. Sorry, I got really off topic for STA. Oh don't worry. You'll be able to set the willpower gain/loss for everything so far. Don't believe I mentioned prostitution. Its a tough one to detect if it's not aggressive. I think the only thing I can do is add support in my own mods like survivals begging and add an api so other mods can influence your willpower too. 2
Lupine00 Posted June 3, 2019 Posted June 3, 2019 17 hours ago, Monoman1 said: Now I'm no animator but I'm pretty sure that adding any kind of spanking animation mid scene to an existing animation is impossible. So that's out of the question. Not impossible. Awkward with SexLab, but possible there, especially if you set them up in advance. It might result in a bad transition though. This is not necessarily all that big a deal, as Skyrim has many bad transitions, they're kind of a norm. Let's say, right now, you transition from run to sword swing. Does Skyrim have a nice intermediate? No. There's a very brief blend, and that's it. The blend is procedural, and not well done in most cases because there's no cross-blend pre-computation like you would have in an engine that uses blends and mixes in a more sophisticated way. In this case my terminology is thus: Blend = cross-fade between two animations. Mix = playing an animation that is channelled only onto certain bones with another animation that is channelled onto different (or possibly some shared) bones. So, you play a walk, and then you mix a sword swing into it that only touches the upper half of the body. This... Is not the Skyrim way.
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