Feliks Posted July 26, 2016 Author Posted July 26, 2016 Devious... So we should have a list of "must have" mods for patching, to prioritize, as well as another list of known body resizing mods. I'm thinking must-haves include Cursed Loot, Hormones, and PSQ. What else? Soul Gem Oven definitely. I can take a look at a Cursed Loot patch, I've spent a lot of time in the source for it while working on another project so it's basically a home away from home at this point.
merryMalfunctioning Posted July 26, 2016 Posted July 26, 2016 Sounds like BeeingFemale doesn't need a patch. I have EC+, PSQ, and Deadly Drain installed, I could take a look at them. I barely know what Soulgem Oven IS though.
merryMalfunctioning Posted July 27, 2016 Posted July 27, 2016 Could a propose a algorithm for combining weights that I think is superior to the ones already implemented? If the maximum value for a node is M, and you have a list of weights w_0, w_1, ... w_n: sum = 0 i = 0 while i <= n sum = sum + w_i*(M-sum) endwhile This has the advantage that if any mod tries to set the weight to the maximum, they will be successfull. So if BeeingFemale says you should look 9 months pregnant (100% weight) and Hormones says skinny (0% weight), BeeingFemale wins. Low weights get swamped by high ones, and zeros are completely ignored. It also has the advantage of being semi-additive. If Estrus Chaurus the belly weight to 50%, and Hormones sets it to 50%, they combine to make 75%. It's fast and easy to calculate, and it's mathematically rigorous (it's the OR operation from statistics). The issue with the existing algorithms (except highest-wins), is that if one or two mods post low values, they can block another mod from posting a high one. But high values should take priority.
aim4it Posted July 28, 2016 Posted July 28, 2016 Beeing female may need a patch as well, it doesn't seem to have an option to set CANS as its scaling method anymore, and CANS say no mods registered.
merryMalfunctioning Posted July 28, 2016 Posted July 28, 2016 Can't get the new CANS to work at all. Every call to RegisterMyMod returns false. CANS = Quest.getQuest("CANS") Boolean registered = CANS.RegisterMyMod(Game.getPlayer(), "MyMod") The registered flag is always false.
Feliks Posted July 29, 2016 Author Posted July 29, 2016 Can't get the new CANS to work at all. Every call to RegisterMyMod returns false. CANS = Quest.getQuest("CANS") Boolean registered = CANS.RegisterMyMod(Game.getPlayer(), "MyMod") The registered flag is always false. Figures there's be something important wrong immediately. I'll look into it.
Feliks Posted August 7, 2016 Author Posted August 7, 2016 Can't get the new CANS to work at all. Every call to RegisterMyMod returns false. CANS = Quest.getQuest("CANS") Boolean registered = CANS.RegisterMyMod(Game.getPlayer(), "MyMod") The registered flag is always false. Finally fixed this, I went through everything to figure out if it was an actual error with the function but instead I just somehow deleted "Return True" from the end of the function. I am currently checking every single remaining function to make sure I didn't leave out anything else like that.
foreveraloneguy Posted August 7, 2016 Posted August 7, 2016 Can't get the new CANS to work at all. Every call to RegisterMyMod returns false. CANS = Quest.getQuest("CANS") Boolean registered = CANS.RegisterMyMod(Game.getPlayer(), "MyMod") The registered flag is always false. Finally fixed this, I went through everything to figure out if it was an actual error with the function but instead I just somehow deleted "Return True" from the end of the function. I am currently checking every single remaining function to make sure I didn't leave out anything else like that. Thanks for the diligence. But I just downloaded and got 1.0.0.0 again. Is that correct?
Feliks Posted August 7, 2016 Author Posted August 7, 2016 snip Thanks for the diligence. But I just downloaded and got 1.0.0.0 again. Is that correct? ... No. Fixed now. No idea what happened there but let's blame me.
foreveraloneguy Posted August 7, 2016 Posted August 7, 2016 snip Thanks for the diligence. But I just downloaded and got 1.0.0.0 again. Is that correct? ... No. Fixed now. No idea what happened there but let's blame me. Dude... I know that feel.
4nk8r Posted August 21, 2016 Posted August 21, 2016 Are there any mods using CANS yet, or have any integration patches been made?
Varithina Posted August 21, 2016 Posted August 21, 2016 Are there any mods using CANS yet, or have any integration patches been made? There were a few patches on the 2-3rd page of this thread I think it was, but they are well out of date, and it looks like quite a few mods have switched to nio for breast/belly scaling which means they work together anyway, well at least when you edit the nio ini file to use max rather than cumulative sizeing, so they do not get too big.
4nk8r Posted August 22, 2016 Posted August 22, 2016 Are there any mods using CANS yet, or have any integration patches been made? There were a few patches on the 2-3rd page of this thread I think it was, but they are well out of date, and it looks like quite a few mods have switched to nio for breast/belly scaling which means they work together anyway, well at least when you edit the nio ini file to use max rather than cumulative sizeing, so they do not get too big. Thanks for the tip on NIO.
Feliks Posted August 22, 2016 Author Posted August 22, 2016 Are there any mods using CANS yet, or have any integration patches been made? There were a few patches on the 2-3rd page of this thread I think it was, but they are well out of date, and it looks like quite a few mods have switched to nio for breast/belly scaling which means they work together anyway, well at least when you edit the nio ini file to use max rather than cumulative sizeing, so they do not get too big. Yo I'm quoting this too, here and in my request thread you've seen me make several references to CANS "hopefully being obsolete" and this is why. Some mods still use just NetImmerse instead of NIOverride, which is what cause the problems that CANS was created to solve. As more mods switch to NiO CANS will (and should) become basically an obsolete antique. Disclaimer: This is the only time I will ever try to convince you to make my mods obsolete.
Lifty Posted October 20, 2020 Posted October 20, 2020 Crap mod, doesn't detect anything. Using BeeingFemale, FillHerUp, Devious Butt
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