Tory187 Posted August 25, 2020 Posted August 25, 2020 (edited) View File Anim Addons A collection of patches and addons for c0ffee's RJW Animation Framework. (Click on any to learn more) Installation: Download and extract any of these to your \RimWorld\Mods folder. Usage: They are all different mods that can be used separately If using multiple then follow the load order below Load Order: Rimworld-Animations VoicePatch XtraAnims AnimalPatch Git Pages: Anim Addons are now hosted on Git Gud. Directly above are links to their pages. The downloads section on LL now always links to the latest version of each addon. This means you should ignore the upload date in the downloads section. Credits: c0ffeeeee - Created and maintains Animation Framework and the base animations AbstractConcept - Spriter to RJW animations Tool and new animations included in Xtra Animations Ranot - Tweaked doggystyle to allow for animal on animal animations Irix640 - Made Beast_Oral and Beast_Muzzlefuck animations Troubleshooting: You need the latest version of Animation Framework V:1.1.5 (6/23/2021) or newer. Otherwise you will have errors. Contact Me: I am way more active on the RJW Discord server, find me in the #anim_addons channel. Support me Submitter Tory187 Submitted 08/24/2020 Category Rimworld Edited June 28, 2021 by Tory187 14
Tory187 Posted August 25, 2020 Author Posted August 25, 2020 Gallery Here is a collection of gifs that show some of the animations. Note: this is not a comprehensive list of all animations included, some animations even are not included in AnimAddons like ones from RoboAnims, those have blue background. 5
Andarus Posted August 27, 2020 Posted August 27, 2020 I have never seen a 3-way in RJW, how do you do that? 2
Tory187 Posted August 27, 2020 Author Posted August 27, 2020 Three way animations are most common via rape. It requires two pawns to rape same pawn at once. Lose a raid or two, should happen then lol. But they can trigger for consensual as well, it is just not very likely to occur unless you have a bunch of hypersexuals in your colony. 1
Tory187 Posted August 28, 2020 Author Posted August 28, 2020 (edited) Spoiler Adds human grunts/screams/moans to Animation Framework Current animation support: Spoiler Animal Dog_Doggystyle (c0ffeeeee) Beast_Doggystyle (requires Animal Patch) Horse_Cowgirl (c0ffeeeee) Beast_Cowgirl (requires Animal Patch) Beast_FaceFuck (what_smellz)(requires RoboAnims) Mech Mech_Doggystyle (requires Animal Patch) Alien Race CentaurXCentaur_Doggy (what_smellz)(requires RoboAnims) PawnXCentaur_Doggy (what_smellz)(requires RoboAnims) PawnXCentaur_Cowgirl (what_smellz)(requires RoboAnims) Humanlike Couple Doggystyle (c0ffeeeee) Blowjob (c0ffeeeee) ReverseStandAndCarry (c0ffeeeee) Cowgirl (c0ffeeeee) Tribadism (c0ffeeeee) Cunnilingus (c0ffeeeee) SixtyNine (AbstractConcept)(requires Xtra Animations) Butterfly (AbstractConcept)(requires Xtra Animations) Boobjob (AbstractConcept)(requires Xtra Animations) Handjob (AbstractConcept)(requires Xtra Animations) Fisting (AbstractConcept)(requires Xtra Animations) Fingering (AbstractConcept)(requires Xtra Animations) Rimming (AbstractConcept)(requires Xtra Animations) Footjob (AbstractConcept)(requires Xtra Animations) MutualMasturbation (AbstractConcept)(requires Xtra Animations) Face_Fuck (what_smellz)(requires RoboAnims) Group Spitroast (c0ffeeeee) Double Penetration (requires Xtra Animations) Double Penetration plus Oral (requires Xtra Animations) Description: Spoiler Creates new versions of animations that are gender specific so the mod can recognize genders and not play incorrect voices Does not replace sounds in C0ffee's animations, it only adds The "isFucked" actor is usually the one making voice sounds Can change voice volume in RJW settings Adds feminine vocals (preview)MIGHT AUTOPLAY WHEN CLICKED 6 grunts (open mouth) 4 screams (open mouth) 4 moans (closed/full mouth) 3 fast moans (closed/full mouth) Adds Masculine vocals 4 grunts (open mouth) 3 screams (open mouth) 4 moans (closed/full mouth) 3 fast moans (closed/full mouth) VOICE PACKS: (optional) Spoiler Hentai Sounds.zip(female only) Added: 7/13/2020 (preview)MIGHT AUTOPLAY WHEN CLICKED Sounds from initial upload. Has a slight higher pitch asian/hentai sound to it. Uses moan sounds from Super Hentai pack. Super Hentai Sounds.zip(female only) Added: 7/13/2020 (preview)MIGHT AUTOPLAY WHEN CLICKED ONLY USE IF YOU ARE SUPER WEEB, YOU HAVE BEEN WARNED. Installing Voice Packs: Extract zip in to \animaddons-voicepatch\Common Overwrite files when asked Changelog: Refer to main AnimAddon page. Tutorial for adding Voice Patch voices to your own animations: (Updated 1/30/2021) Spoiler This patch adds sound groups to account for starting sex noises and climax sex noises Groups: "Voiceline_FGrunt" starting sounds (open mouth) "Voiceline_FScream" climax sounds (open mouth) "Voiceline_FMoan" starting sounds (closed/full mouth) "Voiceline_FMoanShort" climax sounds (closed/full mouth) Male only animation version add a M at the beginning of these groups instead of a F to get the animation to play sounds from those groups you want to add <soundEffect>*NAME OF SOUND GROUP*</soundEffect> inside your animation keyframes Example: <keyframes> <li> <!--Passive female left--> <soundEffect>Voiceline_FScream</soundEffect> <tickDuration>10</tickDuration> <bodyAngle>-81.3</bodyAngle> <headAngle>-81.3</headAngle> <bodyOffsetX>-0.218</bodyOffsetX> <bodyOffsetZ>0.073</bodyOffsetZ> <bodyFacing>2</bodyFacing> <headFacing>1</headFacing> <headBob>0</headBob> </li> I highly recommend that the sounds are only played every 50 ticks at the lowest. Tutorial for splitting animations per gender: (Updated 6/23/2021) Spoiler Create separate animation defs for females and males. They need different def names from each other For female/futa only fucked animations: Add these lines to your isFucked actor (usually the first <li> node under <actors>) <requiredGender> <li>Female</li> </requiredGender> For male only fucked animations: It shouldn't matter but you should remove <li>Vaginal</li> from <sexTypes> if it is there Add these lines to your isFucked actor (usually the first <li> node under <actors>) <requiredGender> <li>Male</li> </requiredGender> Example: <Rimworld_Animations.AnimationDef> <defName>Beast_DoggystyleM</defName> <label>beast doggystyle male only</label> <sounds>true</sounds> <sexTypes> <li>Anal</li> </sexTypes> <actors> <li> <defNames> <li>Human</li> </defNames> <bodyDefTypes> </bodyDefTypes> <requiredGender> <li>Male</li> </requiredGender> <isFucked>true</isFucked> </li> <li> <defNames> </defNames> <bodyDefTypes> (*SHITLOAD OF ANIMALS*) </bodyDefTypes> <requiredGenitals> </requiredGenitals> <isFucking>true</isFucking> <initiator>true</initiator> </li> </actors> This plays only when a male gets fucked by an animal Having these two versions of your animation will let the framework know when a male is getting fucked and when a female/futa is getting fucked. If your female only version has the sound groups in the animations then only that version will play female sounds. Edited July 16, 2023 by Tory187 Updated voicepack instructions 4
Tory187 Posted August 28, 2020 Author Posted August 28, 2020 Spoiler Adds new animations: Spoiler Human Couple SixtyNine (AbstractConcept) Butterfly (AbstractConcept) Boobjob (AbstractConcept) Handjob (AbstractConcept) Fisting (AbstractConcept) Fingering (AbstractConcept) Rimming (AbstractConcept) Footjob (AbstractConcept) MutualMasturbation (AbstractConcept) Cunnilingus (AbstractConcept) Group Double Penetration (Tory187) Double Penetration plus Oral (Tory187) Previews: Spoiler Double Penetration: Spoiler Double Penetration Plus Oral: Spoiler Changelog: Spoiler 2/19/2021: 0.2.3 Fixed interaction def errors for 1.1 users 2/9/2021: 0.2.2 Added load folders. Updated interactionDefs and sexTypes for RJW 4.6.0 2/1/2021: 0.2.1 Fixed an error that would show if not using Voice Patch 1/30/2021: 0.2.0 New group (MMMxF) animation. Added interactionDef nodes for increased accuracy for Oral type animations. Enabled AC's Cunnilingus animation. 8/26/2020: 0.1.0 Moved Abstract Concepts animations to this mod. Now it's easy to add his animations without being forced to use Voice Patch 8/24/2020: 0.0.1 Initial upload, Adds Double Penetration animation r/RimWorld Testimonials: Spoiler "This shit shouldn't exist" "This makes me want to commit randy random merciless mode in real life. This should be illegal to make" "im just confused why someone would make themselves look at these realistic looking animations. Its sooooo uncanny." "Now I wish the neuralyzer is real." 4
Tory187 Posted August 28, 2020 Author Posted August 28, 2020 Spoiler Every animal can now use Animation Framework On top of every animal/mech in vanilla this patch knowingly adds support for the mods listed directly below. If you don't see your animal adding mod in there, it could already be supported. Any animal mod that uses Rimworld's core bodytypes or any of the mods listed below's bodytypes already work for Animal Patch. Known Mod Support: Spoiler [1.1] Alien Vs Predator Alpha Animals Android Tiers Animal Collab Project 1.1 Better Infestations Biomes! Islands BIRD UP! All-in-one Call of Cthulhu - Cosmic Horrors Dinosauria Dragon's Descent Erin's Critter Collection Fallout Races: The Robots Pack 1.1 Forsakens: Fauna Genetic Rim Genetic Rim Alpha Animals Patch Genetic Rim Cosmic Horrors Patch Genetic Rim Dino Patch HALO: Rimworld Heretic Mechanoids Horrors (Continued) [L] House Maid Nukos Jurassic Rimworld Kyulen - NinetailFox Magical Menagerie Mechanoids Extraordinaire Mega Fauna Monster Hunter RimWorld More Mechanoids More Monster Girls MorrowRim MorrowRim - Just the Animals MorrowRim - Orsimer Race Oxygen Not Included x Rimworld Pawnmorpher [O21] Pokemon Rim [1.1][WIP] Professor Schmilv's RimMon ReGrowth - Wasteland - Animal Addon [Ry]Rimcraft Animals RimWorld - Witcher Monster Hunt Royal Thrumbos Sacred WhiteFox Save Our Ship 2 Save Our Ship 2 - Extensions Spidercamp's Horses StarWars Animal Collection Super Mario Animals and Extras The Zerg! Vanilla Animals Expanded Vanilla Factions Expanded - Insectoid Wild Pokémon [1.1](continued) Description: Spoiler Expands the list of animals that can use rjw animation framework Animations only work if the animal is using rjw body parts (Use RJW Race Support by NeverLucky4Life(Abraxas) for better genital support) You wont get any errors if you don't have any of the mods listed above, it now patches modded animals if it detects you using them Adds 10 animation defs Beast_CowgirlF is for animal on female/futa humanlike (plays female sounds if using Voice Patch) Beast_CowgirlM is for animal on male humanlike (plays male sounds if using Voice Patch) Beast_DoggystyleF is for animal on female/futa humanlike (plays female sounds if using Voice Patch) Beast_DoggystyleM is for animal on male humanlike (plays male sounds if using Voice Patch) Mech_DoggystyleF is for mech on female/futa humanlike (plays female sounds if using Voice Patch) Mech_DoggystyleM is for mech on male humanlike (plays male sounds if using Voice Patch) Beast_Doggystyle2 is for male/futa humanlike on animal Beast_Oral is for male/futa humanlike on animal Beast_Muzzlefuck is for male/futa humanlike on animal BeastxBeast_Doggystyle is for animal on animal If the animations don't line up nicely use the offset manager included in the animations mod itself (disabled by default). I recommend only modifying animal/mech positions as the position of humanlikes applies to all combinations within that animation Changes with the offset manager only update when the game is unpaused Changelog: Spoiler 5/12/2021: 1.5.1 Added IridiumX's new animations for 1.1 users. Updated about.xml description to include new animations. 5/11/2021: 1.5.0 Added two animations by @IriX640(IridiumX): Beast_Oral and Beast_Muzzlefuck. Added patches for 虫娘Insectgirls and FenriWolves. 3/20/2021: 1.4.2 Added support for Animation Framework patching in voiceline volume slider 3/4/2021: 1.4.1 Nejarrie added patches for RacetotheRim and DragonsDecentVoidDwellers (Thanks Nejarrie!) 2/20/2021: 1.4.0 Added Humanoid Beast animations for 2 legged "animals". Added patches for EroticCreatureCollection, WarhammerGor(its back!). Updated MagicalMenagerie patch 2/9/2021: 1.3.2 Added load folders. Added interactionDefs. Removed WarhammerGor patch (doesnt have animals, oops) 1/30/2021: 1.3.1 Added Vanilla Expanded Endangered 12/8/2020: 1.3.0 "The Implant Update" Mechanoids now finally animate when they implant. Added Mech_DoggystyleM and Mech_DoggystyleF. Updated Alpha Animals, MechanoidsExtraordinaire, MoreMechanoids, HALORimworldHereticMechanoids. Added patches for Orassans (Gryphon), Ni'Hal (Drake), RedDragon, Frilleus, WarhammerishDryad, WarhammerDaemonettes, WarhammerGor, WarhammerSkaven, Rimsenal-FederationFactionPack. 8/26/2020: 1.2.0 added patches for HALORimworldHereticMechanoids, MoreMonsterGirls, MorrowRim-JusttheAnimals, MorrowRim-OrsimerRace, ReGrowth-Wasteland-AnimalAddon, SaveOurShip2-Extensions, StarWarsAnimalCollection, SuperMarioAnimalsandExtras, HouseMaidNukos, RimcraftAnimals 8/24/2020: 1.1.1 Moving homes, added 1.2 support in About.xml, adds patches for Kyulen-NinetailFox, SacredWhiteFox 7/20/2020: 1.1.0 Major update, adds support for c0ffee's new cowgirl anim. Adds patches for AlienVsPredator, AnimalCollabProj, CallofCthulhu-CosmicHorrors, Dragon'sDescent, FalloutRacesTheRobotsPack, ForsakensFauna, GeneticRimCosmicHorrorsPatch, Horrors(Continued), MagicalMenagerie, MorrowRim, TheZerg!, [O21]PokemonRim. 7/13/2020: 1.0.1 Added support for male sounds from Voice Patch. Overwrites default animations in favor of new gender detected versions 7/11/2020: Major update, it's now a patch mod that actually patches content! Imagine that... Animal Patch... patching. It now only loads modded animals that it detects in your game. Uses the much smaller animal body defName list to load faster and increase mod support. I also adjusted the human on animal animation, human should be standing now and uses the fuck sound when fucking 7/8/2020: Added experimental version that uses BodyTypes instead of Race. Should load more efficiently 7/3/2020: Hotfix forgot to include vatgrown insects in Vanilla Factions Expanded - Insects (oops) 7/3/2020: Added lots more modded animals (I have a lot of free time) 6/30/2020: Added Animations_Beast2.xml file for male/futa on animal animations (will likely need tweaks using offset manager) 6/27/2020: Initial upload 4
Middle_aged_dragon Posted August 29, 2020 Posted August 29, 2020 Hi, i kinda wanted to ask something if i may, with the advent of upcoming extra animations being added, is there a possibility of adding into the mod config the ability of picking which animations can/can't play, kinda thinking on preferred animation playing, sorry , but i am not good with explaining what is going through my messed up mind. I really like this mod and the extras, made playing a real change for the better, so , back to trying to explain myself, an option in the mod config to pick which animations can play. Have i explained it right and good to understand? Sorry to anyone who reads this drivel.
Tory187 Posted August 29, 2020 Author Posted August 29, 2020 1 hour ago, Middle_aged_dragon said: is there a possibility of adding into the mod config the ability of picking which animations can/can't play, Setting up a filter for the animations is a great idea. Posting in this thread will let c0ffee see your idea and maybe convince him to start working on something like that. I, on the other hand, don't know shit when it comes to C# and have no idea where to start to make something like that work. 1 hour ago, Middle_aged_dragon said: Sorry to anyone who reads this drivel. Nonsense, it's a great idea and you explained it clearly.
Yorimaxsu Posted August 29, 2020 Posted August 29, 2020 @Tory187 Hey, animations are not playing for me at all, not even the RJW basic bumping animation. Here is the error: Spoiler JobDriver threw exception in initAction for pawn Alastair driver=JobDriver_SexQuick (toilIndex=4) driver.job=(Quickie (Job_56837) A=Thing_Human3139) System.TypeLoadException: Failure has occurred while loading a type. at (wrapper dynamic-method) rjw.JobDriver_SexBaseInitiator.DMD<DMD<Start_Patch1>?-1829387904::Start_Patch1>(rjw.JobDriver_SexBaseInitiator) at rjw.JobDriver_SexQuick.<MakeNewToils>b__4_8 () [0x00021] in <cef8035bf2394b4e882f8ade0afcf788>:0 at Verse.AI.JobDriver.TryActuallyStartNextToil () [0x001df] in <0ee2c524c4be441e9b7f8bfcb20aca6f>:0 Verse.Log:Error(String, Boolean) Verse.AI.JobUtility:DMD<DMD<TryStartErrorRecoverJob_Patch1>?60218112::TryStartErrorRecoverJob_Patch1>(Pawn, String, Exception, JobDriver) Verse.AI.JobDriver:TryActuallyStartNextToil() Verse.AI.JobDriver:DMD<DMD<ReadyForNextToil_Patch1>?1880713600::ReadyForNextToil_Patch1>(JobDriver) Verse.AI.JobDriver:TryActuallyStartNextToil() Verse.AI.JobDriver:DMD<DMD<ReadyForNextToil_Patch1>?1880713600::ReadyForNextToil_Patch1>(JobDriver) rjw.JobDriver_SexQuick:<MakeNewToils>b__4_6() Verse.AI.JobDriver:DMD<DMD<DriverTick_Patch1>?-330202368::DriverTick_Patch1>(JobDriver) Verse.AI.Pawn_JobTracker:JobTrackerTick() Verse.Pawn:DMD<DMD<Tick_Patch1>?414142464::Tick_Patch1>(Pawn) Verse.TickList:Tick() Verse.TickManager:DoSingleTick() Verse.TickManager:TickManagerUpdate() Verse.Game:UpdatePlay() Verse.Root_Play:Update() Any solutions?
Tory187 Posted August 29, 2020 Author Posted August 29, 2020 1 hour ago, lolsex2300 said: Any solutions? Only questions: What version of RimWorld are you using? What version of RJW are you using? What version of Animation Framework are you using? All of these can be answered with a hugslog (CTRL + F12 ingame)
Yorimaxsu Posted August 30, 2020 Posted August 30, 2020 3 hours ago, Tory187 said: Only questions: What version of RimWorld are you using? What version of RJW are you using? What version of Animation Framework are you using? All of these can be answered with a hugslog (CTRL + F12 ingame) Rimworld v.1.1.2654 RJW v4.2.6? (thats what appears in manifest xml) Animation framework, Idk, I use the animation sugested by RJW and your addons here is the link: https://gist.github.com/798453f502a0f79cbd134912bdf74935
Tory187 Posted August 30, 2020 Author Posted August 30, 2020 4 hours ago, lolsex2300 said: RJW v4.2.6? (thats what appears in manifest xml) Updating RJW will fix. Animations works by replacing the jobdrivers in RJW, if its an outdated RJW it will replace them incorrectly.
Tory187 Posted August 30, 2020 Author Posted August 30, 2020 5 hours ago, Nervict said: Could I know the head and body mods you were using in the animation preview? Head: NALS Facial Animation Body: Rimnude with OTY textures
Yorimaxsu Posted August 31, 2020 Posted August 31, 2020 Hey, So I updated RJW, animations and voices work fine, but now I cant make my pawns prioritize a task by right clicking what I want them to do. Ex: Before I could tell them to fap, order them to have quickies, cut down a marked tree, sow an area, etc... Here is the ctrl + F12 https://gist.github.com/41ff67508c3b7d14793ca50b8b4d7ee2 any leads to what could be happening?
Yorimaxsu Posted August 31, 2020 Posted August 31, 2020 In fact, seems like they stopped doing tasks at all, just completing their basic needs (hygene, eat, sleep, sex, recreation)
squidfurry Posted August 31, 2020 Posted August 31, 2020 I can't seem to initiate the group animation? How are you supposed to do it?
Yorimaxsu Posted August 31, 2020 Posted August 31, 2020 1 hour ago, squidfurry said: I can't seem to initiate the group animation? How are you supposed to do it? It's random chance, 2 of my pawns gangbanged a prisoner after they destroyed a settlemend. This animation may be only for non consensual, as couples rarely let their lover cheat on them and I have not seen a group sex, the one in the raid is the first time. So maybe it's just for prisoners under "comforting sex" option.
Tory187 Posted September 1, 2020 Author Posted September 1, 2020 6 hours ago, lolsex2300 said: Hey, So I updated RJW, animations and voices work fine, but now I cant make my pawns prioritize a task by right clicking what I want them to do. Ex: Before I could tell them to fap, order them to have quickies, cut down a marked tree, sow an area, etc... Here is the ctrl + F12 https://gist.github.com/41ff67508c3b7d14793ca50b8b4d7ee2 any leads to what could be happening? This might be due to launching the game out of steam. Looks like the mods are having a hard time loading in a specific way and that is usually due to not having the steam API running.
Tory187 Posted September 1, 2020 Author Posted September 1, 2020 A group animation will occur if there is two pawns already having sex and one other joins. The sex type of that animation will be of whatever the last pawn joined as. Being that there is only vaginal or anal type animations then only the spitroast and doublepenetration anim will play. Thats why I need to get more group animations to cover all the bases. Especially when a bunch of nymphos attack. There needs to be more female dom animations. especially for groups
Middle_aged_dragon Posted September 1, 2020 Posted September 1, 2020 Hello again, just going to ask if there will be support for "Red Dragon" literally just called that, or has the mod author said no? Frillius Too. sorry to bug you all with pointless stuff.
Tory187 Posted September 1, 2020 Author Posted September 1, 2020 Red dragon will be added to Animal Patch next update. Can't find this Frillius mod anywhere. If you would rather not wait, you can just put this in the patches folder of animal patch AnimationPatch_AnimalListBodyRedDragon.xml
HiShmexDrive Posted September 1, 2020 Posted September 1, 2020 1 hour ago, Tory187 said: Red dragon will be added to Animal Patch next update. Can't find this Frillius mod anywhere. If you would rather not wait, you can just put this in the patches folder of animal patch AnimationPatch_AnimalListBodyRedDragon.xml 1020 B · 0 downloads Hungry Hungry Garden hoes. After finishing, if the relationship stats are high enough they will have quickie.. And perform cunnilingus, Succ out the spare seed, kiss swap and reverse cunninglius and spits the seed in the one wanting it, then scissor until HEAVY orgasm. btw, why are the orgasms always "mild" even with Cum+ serum it's still "slightly" but bukake everything is common. it's wierd.
Middle_aged_dragon Posted September 1, 2020 Posted September 1, 2020 Hi, i am really loathed to do this but here is the link for frilleus https://steamcommunity.com/sharedfiles/filedetails/?id=1612298388 i must be outta my mind today, can't spell for nothing, sorry for getting the name wrong. I HATE posting links by the way,
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