OverseerPrimeXF Posted January 5 Posted January 5 Hello, i'm trying to tinker with sos addon to make it add schlong to specific actor(s) with specific race. After making changes i'm getting messagebox as start of new game [Sos addon name is dirty plese (yeah, there's plese instead of please) contact addon author etc] I have number of questions: What makes sos addon dirty? is is esp dirty (needs cleaning or something) or i can't add some stuff into addon? what causes it to be dirty and what it even means? Is there's some documentation how to add schlong to some custom race? I wish to make actor (like futa or something female with schlong)? maybe there's some reference example mod where presented schlonged female with custom race or something where i can look how to do it p.s. i had such message with trx or something like that back in time even without tinkering with it, and had no idea why it used to work and stopped abruptly
traison Posted January 5 Posted January 5 1 hour ago, OverseerPrimeXF said: What makes sos addon dirty? SOS_AddonQuest_Script.psc If !SelfCheck() Debug.MessageBox("SOS Addon '" + self.GetName() + "' is dirty ...") ; todo translate ... bool Function SelfCheck() {Ensures that the mod author did not forget to set any property in the CK which could lead to abortion midway during initialization leaving the formlists messed up and therefore breaking all other addons} There's lots of debug printing in this one. Check your Papyrus log for why it is considered dirty. 1 hour ago, OverseerPrimeXF said: Is there's some documentation how to add schlong to some custom race? I would download any random mod from the Nexus or LL that does this already; there's bound to be at least one. My understanding however is that SOS uses FLST records. Compatible races for instace is a list. I imagine it's as simple as adding your custom race to all the lists related to your dong.
OverseerPrimeXF Posted January 5 Author Posted January 5 1 hour ago, traison said: SOS_AddonQuest_Script.psc If !SelfCheck() Debug.MessageBox("SOS Addon '" + self.GetName() + "' is dirty ...") ; todo translate ... bool Function SelfCheck() {Ensures that the mod author did not forget to set any property in the CK which could lead to abortion midway during initialization leaving the formlists messed up and therefore breaking all other addons} There's lots of debug printing in this one. Check your Papyrus log for why it is considered dirty. I would download any random mod from the Nexus or LL that does this already; there's bound to be at least one. My understanding however is that SOS uses FLST records. Compatible races for instace is a list. I imagine it's as simple as adding your custom race to all the lists related to your dong. thanks for reply, by checking what it checking (pun in not intended) i found that size of compatible races must be same as size of of list with sizes and probalilities. so i mamaged to schlongify my actor(s)
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