\begin{Verbatim}[commandchars=\\\{\}] ====================== Changelog for Anons: ====================== Decoupled Knots from Cocks, Somewhat \PYZhy{} Knotty Pepper will now add knots to your cock(s) without changing your cock type. \PYZhy{} Lumi\PYZsq{}s machine can now shrink your knot to the point of removing it. \PYZhy{} Scenes have been tweaked where necessary to allow any knotted cock to apply. \PYZhy{} Removed or altered most purely Canid references in knotting scenes. Wolf Pepper Fixes \PYZhy{} Fixed the restore calls to prevent wolf pepper from removing it\PYZsq{}s own god damn changes. \PYZhy{} Fixed changes to actually be reachable, as a result. \PYZhy{} Added to Farm Work loot list. Claws \PYZhy{} Fixed to actually set correctly when they are transformed. \PYZhy{} Slightly buffed base stats for useless claws. \PYZhy{} Added missing Wolf TF Claws that were already coded mostly. \PYZhy{} Removed requirement for racematch to get bleed effect. Natural Weapons Perk is still required for any bleed effects to trigger. You should only need 2+ mastery. Race matching now allows bleed at level 1 mastery, as well as a slightly higher cap on mastery benefit. Parser \PYZhy{} Minor OCD. \PYZhy{} Added [knotword] to print \PYZsq{}knot\PYZsq{} or \PYZsq{}bulb\PYZsq{} depending on cock type. Not applied very widely in scenes. Awaiting feedback and suggestions. \PYZhy{} Added [animalityadj] to print an adjective based on cock type which describes the animality of the cock. This isn\PYZsq{}t meant to be used for cocks themselves so much as adjacent things like knots and cum. Will print nothing if its a human cock. Not applied very widely in scenes. Awaiting additional feedback and suggestions. \PYZhy{}\PYZhy{}\PYZhy{} EX: \PYZdq{}bulge of your [animalityadj][knotword]\PYZdq{} may parse to \PYZdq{}bulge of your bestial knot\PYZdq{}. \PYZhy{} Added DoubleArgLookups entries for [knotword] and [animalityadj] so you can use these by cock index + 1. \PYZhy{} Added Conditional [knotmult] so that scenes can be modified by knot size. (Izumi?) Scenes \PYZhy{} Most scenes locked behind dog cocks can now be accessed with any knotted cocks. Word choices have been tweaked to help make this smoother. \PYZhy{} Minor corrections to some blatantly incorrect things. \PYZhy{} Fixed some Helspawn multicock stuff from printing things wrong. I would have fixed more, but almost the entire file fails to provide cock indexes in the multicock stuff and I didn\PYZsq{}t have the energy to do this for the whole file. \PYZhy{} Fixed frog girl not knowing whether she was knotted by you or not in a couple scenes. \PYZhy{} Fixed weird issue where a horse description was used for a human cock in KihaFollowerScene.as. \PYZhy{} More noteworthy changes: \PYZhy{}\PYZhy{}\PYZhy{} FrogGirlScene.suwakoVaginal(): Now prioritizes the longest fitting knotted cock, else the longest fitting, else the longest. \PYZhy{}\PYZhy{}\PYZhy{} FrogGirlScene.suwakoAnal2(): Same as above. \PYZhy{}\PYZhy{}\PYZhy{} KitsuneScene.fuckDraftBlond(): Now prioritizes the longest knotted cock, if none then the longest cock. \PYZhy{}\PYZhy{}\PYZhy{} ImpScene.impRapesYou(): Now impregnates and properly rapes the player on hp loss. Still fades to black writing\PYZhy{}wise, but there is no way the imp would not take advantage of a downed player like that. ====================== Notes for Coders: ====================== A couple of issues were from things loading or setting in the wrong order. I added comments to try to keep that clear in the future. fixFuckingCockTypesEnum() \PYZhy{} I added some code to try to handle this case to not reset knots. Still weird that its a thing. I added a few helpers, as follows... Helpers \PYZhy{} CountKnottedCocks():int Does what it says. \PYZhy{} CountNotKnottedCocks():int Does what it says also. \PYZhy{} CockTypeOneOf(...args):Boolean Checks whether the given list of CockTypesEnum contain the cock at index 0 of Creature.cocks. If a Cock or int are passed as the first arg, it will check if the cock or the cock at that index is any of the types given by the other args. \PYZhy{} filterSortCockIndexes(...filterSortArgs):Vector.\PYZlt{}int\PYZgt{} A more complicated function that has a lot of options, so I added a shit ton of comments as explainers. Essentially I\PYZsq{}m hoping to use it to make selecting cocks from mutli\PYZhy{}cock players easier in the scene files. Rather than a bunch of searching you can do this one function to get a list of applicable cocks in sorted order. This function was used for frog girl scenes and the kitsune fuckdraft scene as examples of its implementation. Hopefully between those examples and the comments, it\PYZsq{}s clear what it does. \end{Verbatim}