Nathrezon Posted July 5 Posted July 5 On 7/4/2026 at 4:05 AM, DeepBlueFrog said: You could try resetting my infecting yourself through the MCM option, and then clearing the infection through the menu option again. Doesnt seem to work. I think thats because its the "sap" infection which isnt an option in the tags. I can do roots, body, hands and face but not the sap. Each time i rest it keeps giving me the message "the last of the spriggan sap flows out of your body"
DeepBlueFrog Posted July 5 Author Posted July 5 1 hour ago, Nathrezon said: Doesnt seem to work. I think thats because its the "sap" infection which isnt an option in the tags. I can do roots, body, hands and face but not the sap. Each time i rest it keeps giving me the message "the last of the spriggan sap flows out of your body" The sap effect is linked to the quest that starts when you get infected by one of the armor elements. I thought maybe by getting infected again, the quest would reset and let you clear the effect when you remove the pieces by menu.
Spyrous Posted July 6 Posted July 6 (edited) 19 hours ago, DeepBlueFrog said: Yes. That looks like a bodyslides/mesh stretch issue to me. So I went back and tested it more and it doesn't seem to be that one that caused the issue(reset my bones and all). Oh well, gangly branch fingers in 3rd person is somewhat immersive so I don't mind too much XD Encountered another issue though. As you can see I'm kind of seeing two sets of spriggan bodies when looking down. I'm assuming this is an issue with Improved Camera SE and the fact that in haste I built the 1st person Spriggan bodies in Bodyslide(though I went back, removed the shape data for those, deployed but still seeing this, so idk). Any help? Edit: Sidenote, is the Flowering Spriggan quest implemented here or do I need SD+ for it? LIke, is the spriggan infection in Parasites limited to just 3 armor pieces, and curing the infection? Edited July 6 by Spyrous
DeepBlueFrog Posted July 6 Author Posted July 6 (edited) 7 hours ago, Spyrous said: So I went back and tested it more and it doesn't seem to be that one that caused the issue(reset my bones and all). Oh well, gangly branch fingers in 3rd person is somewhat immersive so I don't mind too much XD Encountered another issue though. As you can see I'm kind of seeing two sets of spriggan bodies when looking down. I'm assuming this is an issue with Improved Camera SE and the fact that in haste I built the 1st person Spriggan bodies in Bodyslide(though I went back, removed the shape data for those, deployed but still seeing this, so idk). Any help? Edit: Sidenote, is the Flowering Spriggan quest implemented here or do I need SD+ for it? LIke, is the spriggan infection in Parasites limited to just 3 armor pieces, and curing the infection? It has been moved from SD+ to Parasites. There could be a chance of forgotten remnant in SD+ but I think I disabled everything, If you don't have SD+ installed, there is no reason why you would get two sets of armor pieces for the hands. Edited July 6 by DeepBlueFrog
evil_lime Posted Thursday at 08:53 PM Posted Thursday at 08:53 PM Hi guys. I have a kinda weird situation that I wanted to post about. In summary, my ultimate goal is to figure out how to make basically every parasite functional for both genders. Firstly, I wanted to ask if the only things preventing certain parasites from being usable on a male character are the script checks that occur for each parasite on equip. If so, would a possible solution be to simply remove those lines from the code? I wanted to mess with it myself, but I can't for the life of me get anything to compile and, after several hours of unsuccessful troubleshooting, I decided I would discuss things here. I am more than willing to make all the changes to the source code that would be necessary (assuming my idea would even work and there aren't further checks preventing unisex use), but the catch is that I need help compiling lol. Can I just send the .psc files to someone who knows what they're doing to return compiled .pex files? I hope to keep learning so that I can do this myself in the future, but in the meantime I just have an interest in making this sort-of minor change. I can do .nif conversions and Outfit Studio stuff myself, so I don't have any concerns about the actual models being usable. I'm also okay with basic Creation Kit stuff for any other tweaks that might be needed. These might be dumb questions and sorry in advance if that's the case. I'm as green as it gets when it comes to script modding and kinda jumped right into the deep end lmao. Also, please let me know if these edits would go against the permissions of the mod or anything like that
DeepBlueFrog Posted Thursday at 10:52 PM Author Posted Thursday at 10:52 PM (edited) 1 hour ago, evil_lime said: Hi guys. I have a kinda weird situation that I wanted to post about. In summary, my ultimate goal is to figure out how to make basically every parasite functional for both genders. Firstly, I wanted to ask if the only things preventing certain parasites from being usable on a male character are the script checks that occur for each parasite on equip. If so, would a possible solution be to simply remove those lines from the code? I wanted to mess with it myself, but I can't for the life of me get anything to compile and, after several hours of unsuccessful troubleshooting, I decided I would discuss things here. I am more than willing to make all the changes to the source code that would be necessary (assuming my idea would even work and there aren't further checks preventing unisex use), but the catch is that I need help compiling lol. Can I just send the .psc files to someone who knows what they're doing to return compiled .pex files? I hope to keep learning so that I can do this myself in the future, but in the meantime I just have an interest in making this sort-of minor change. I can do .nif conversions and Outfit Studio stuff myself, so I don't have any concerns about the actual models being usable. I'm also okay with basic Creation Kit stuff for any other tweaks that might be needed. These might be dumb questions and sorry in advance if that's the case. I'm as green as it gets when it comes to script modding and kinda jumped right into the deep end lmao. Also, please let me know if these edits would go against the permissions of the mod or anything like that There are two things that get in the way of making all the parasites workable with both genders: - some parasites rely on equipment slots that are reserved for females in Devious devices (vagina, breasts) - some parasites 3d meshes are built for the female shape and have the skin of the female body as part of the mesh itself (things like the tentacle monster are body replacements, not add-ons equipped like armor on top of a body). Editing the script is probably the easiest part of the modifications. To do it the right way, you would have to create male 3d meshes for all the parasites, including the Chaurus Queen armors, and then either add them as the male mesh variant of existing parasites or add them as completely new parasites with their own checks for the male body only. Edited Thursday at 10:54 PM by DeepBlueFrog 1
evil_lime Posted Friday at 05:05 AM Posted Friday at 05:05 AM 6 hours ago, DeepBlueFrog said: There are two things that get in the way of making all the parasites workable with both genders: - some parasites rely on equipment slots that are reserved for females in Devious devices (vagina, breasts) - some parasites 3d meshes are built for the female shape and have the skin of the female body as part of the mesh itself (things like the tentacle monster are body replacements, not add-ons equipped like armor on top of a body). Editing the script is probably the easiest part of the modifications. To do it the right way, you would have to create male 3d meshes for all the parasites, including the Chaurus Queen armors, and then either add them as the male mesh variant of existing parasites or add them as completely new parasites with their own checks for the male body only. Thanks for the reply! Ok, I am pretty confident I will be able to do the meshes. I have converted the majority of the DD items to a male character and custom body, so I feel like I've gotten enough practice from that to create male variants and body replacers for all the parasites. The scripts are the only thing I'm having trouble with.
Kreolis Posted 20 hours ago Posted 20 hours ago guys, does anyone have a client already configured with all the features of this mod with related ones, as well as other mods, from graphic to animals?
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