Bawunga Posted October 9, 2015 Posted October 9, 2015 I tried making this myself but as soon as I got to dynamically attaching keywords I became completely stumped (papyrus be damned). Basically the idea would be that if I'm walking around in a bikini/negligee/thong, NPCs will take notice and make some shaming/derogatory/enthusiastic comments. It's a simple case of adding an appropriate keyword to a custom armour with the CK to start the quest which contains the comments, but to really be usable for players there'd need to be MCM menu or such where you can dynamically specify if the armour you're wearing is revealing/slutty or not, which is way over my level in terms of technical difficulty. If such a mod already exists let me know, I did a lot of searching but came up empty handed.
Guest Posted October 10, 2015 Posted October 10, 2015 I tried making this myself but as soon as I got to dynamically attaching keywords I became completely stumped (papyrus be damned). Basically the idea would be that if I'm walking around in a bikini/negligee/thong, NPCs will take notice and make some shaming/derogatory/enthusiastic comments. It's a simple case of adding an appropriate keyword to a custom armour to start the quest which contains the comments, but to really usable for players there'd need to be MCM menu or such where you can specify if the armour you're wearing is revealing/slutty or not, which is way over my level in terms of technical difficulty. If such a mod already exists let me know, I did a lot of searching but came up empty handed. I am not sure there is a possibility to dynamically add a keyword to Armors. If it is not possible, then also if you have a MCM, there will be no way to set an armor as "Attractive" (or whatever you want to call it.)
Bawunga Posted October 10, 2015 Author Posted October 10, 2015 I am not sure there is a possibility to dynamically add a keyword to Armors. If it is not possible, then also if you have a MCM, there will be no way to set an armor as "Attractive" (or whatever you want to call it.) The way I was thinking it would work was to have the proposed MCM menu option attach a script to the selected clothing piece which held the appropriate alias so that the clothing would then be picked up the comments quest. Is that gibberish/impossible? For what it's worth, I was following this tutorial which made me think it was somewhat doable.
Guest Posted October 10, 2015 Posted October 10, 2015 The way I was thinking it would work was to have the proposed MCM menu option attach a script to the selected clothing piece which held the appropriate alias so that the clothing would then be picked up the comments quest. Is that gibberish/impossible? For what it's worth, I was following this tutorial which made me think it was somewhat doable. This tutorial descirbes (with a really bad name) how to add a "cloak ability". The cloak abilities are pretty common to check something around the player (they have really poor performance.) Now, to implement what you want to do, you need something that can be checked in the condition functions. And probably inside a story manager event. (To make it fully random and continuous) I have nothing in my mind that can be used to enable this. If you want it just to the player, then a Conditional Script Variable will do the trick. But if you want it for every possible NPC, then I don't know how this can be implemented. And for sure my knowledge is not 100%.
Yuni Posted October 10, 2015 Posted October 10, 2015 I just want to provide some encouragement. c: This would be a fun mod. I love NPC commentary on nudity or slutty clothing. There IS something like this, at least for nudity and/or Devious Devices. Go check out the coding and quests for "Devious Devices: More Devious Quests." http://www.loverslab.com/files/file/1576-devious-device-more-devious-quest/ He successfully set up almost the exact thing you're looking for, but only for nudity or devious devices. Go ask that author for help, PM him, he's smart. You might even want to poke around in this mod's scripts. Yes it's out of date, he stopped working on it, but it still works with current versions of Devious Devices/Sexlab. I would be happy with the mod you are thinking of, even if it only worked for the player. I love people commenting when I am naked or dressed like a slut, PARTICULARLY if those responses are mixed between shock/disgust AND positive remarks. Good luck, hun!
Bawunga Posted October 10, 2015 Author Posted October 10, 2015 I just want to provide some encouragement. c: This would be a fun mod. I love NPC commentary on nudity or slutty clothing. There IS something like this, at least for nudity and/or Devious Devices. Go check out the coding and quests for "Devious Devices: More Devious Quests." http://www.loverslab.com/files/file/1576-devious-device-more-devious-quest/ The thing about that mod is that he knows the assets that will have the new keywords (the devious assets) because they are master files and therefore already in the CK, I need to make one which can work even if the armour/clothing piece isn't already known to my mod (if that makes sense and I haven't just worded it extremely poorly). Actually scratch that, it looks he's doing more then I thought there, I'll have a deeper look. Thanks for the encouragement too! -Snipped I'll have a look at Story management events, since they look really promising, it looks like they even have keyword support. In the worst case scenario, I can just release what I've made so far as a framework of sorts, and basically users would just load up the mod in the CK along with whatever custom clothing they want to be supported and just add the new keyword themselves. It's a painless process so with image descriptions it should be enough. I'd still like to accomplish what I posted in the OP, so I'll keep looking around.
Bawunga Posted October 11, 2015 Author Posted October 11, 2015 I'm still working on this, story events look they are going to be a bust for me, I'm simply not good enough at scripting to make it work. It's looking like I'm going to have to do the bit at the bottom of my previous post above (where players add the keywords to custom armour and clothing in the CK themselves), which isn't perfect but still acceptable. To make up for this shortcoming, I'm doing voice-work using manipulated vanilla assets for all of the lines, there's still enough insults in the game to get the feeling I'm going for (along with some less harsh stuff). If anyone else wants to chip in with a solution to adding the keywords in more elegant manner, feel free to post here and we can work something out.
Kissinger Posted October 11, 2015 Posted October 11, 2015 Maybe review maria eden's implementation of similar feature. It uses Jcontainers for player indexing of specific armor/clothing. It has a custom skse plugin for this purpose. http://www.loverslab.com/topic/40336-wip-maria-eden
Guest Posted October 11, 2015 Posted October 11, 2015 Doesnt Sexlab aroused have this ability? You can add your clothing to a list to be considered naked. If not an older mod does, possibly lovers victim.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.