Jump to content

32 files

  1. Project Sugar Cake [Animation and Stat Framework]

    (_) Project Sugar Cake - Palworld Sex and Stats Framework (_)
     
    Created and Maintained by : Michael "Spirit Shard" Stanich
    Discord - The Broken Chatbox - https://discord.gg/h3vB7S4FEw
    Website - https://www.michaelpstanich.com/
    v (Donations! =^-^=) v
    SubscribeStar - https://subscribestar.adult/michaelpstanich
     

     
    (_) What is Sugar Cake? (SCake for short) (_)Project Sugar Cake is a sex animation and gameplay stats framework for Palworld focused on providing the baseline for adult content in Palworld. SCake allows animators to import their animations into Palworld, then animators and users can use those individual animations to create Animation Events (effectively entire scenes) for customized playback of complex animations. (More on this below) SCake also adds additional stat tracking to create dynamic stats that don't fit within the game's native structure (such as some naughty stats ^.-).

    < - > Self Promotion < - >
    I'm never really great at asking for donations, but if you never mention it people may not even know about it! So here I am, letting you know I have a SubscribeStar! - https://subscribestar.adult/michaelpstanich (SCake is completely free with no paywalls, but Subscribers do get a special role on Discord and other benefits regarding other projects of mine!) If you can't help support the project financially that's ok! I appreciate any little bit of help, whether that's just in giving feedback and bug reports, or by just sending a politely worded message!
     
    (_) Known Critical Issues (_)
    - Triggering animations in some cases can break animations or triggers, causing game errors. Only trigger animations while the player isn't mounted or in another interaction! Validation methods to prevent these errors are in the works for future versions of SCake but we need more testing to find exceptions and when things break. (If you find something that breaks anims or the game, please let me know!)
     
    (_) Features List (_)
     <> Custom Animation Player
     - - > A fully custom Animation Player built with erotic animations in mind. The system allows animators and scene creators to define stages with automatic climax and post climax support. Users get access to various advanced settings to customize their experience with SCake to their preference!
     
     <> Custom JSON importer for Animations
     - - > Project Sugar Cake features a fully customizable and dynamic way to import animations through JSON files which both animators and users can fully customize in any plain text editor! Create either simple Animation Events with easy to understand data, or go full scene master with advanced settings and crazy potential!
     
     <> Custom UI for controlling Animations and Settings
     - - > Simplified set-up and control through a custom UI and input handler built specifically for SCake and SCake Modules! Using the defined keys, this UI is easy and simple to navigate for customizing your SCake experience. During animations this UI is also used for adjusting positioning, moving the camera (in player involved animations), and editing the animations on-the-fly!
     
     <> Pal Stat Tracking
     - - > Tracking for custom stats that can be used either by animations or through external mods using the SCake SDK called modules! SCake handles the rising/lowering and tracking without requiring any input from the user!
     
     <> Full Persistence
     - - > SCake has its own save system for additional data unique to the mod! These saves are in .json format (so you can edit them externally) and save per-world save, so you can have different settings per-world!
     
     <> Oh, did I mention this is a Framework? We have an API and SDK!
     - - > Provided along-side SCake is the SCake SDK as well as documentation on the various functions you can call within SCake. This allows you to create modules for SCake through Blueprints with all the powers UE5 provides! (Requires the Palworld Modding Kit for all functions to work properly)
     
    (_) Inputs (_)
    SCake has a custom input handler to avoid issues with the game's own input system. SCake defines it's keys as "Up / Down / Left / Right / Menu / Select".
    Default Keys and their functions (Use the "Menu" Input to open )
        I : Up
            - In Menus : Moves Up
        K : Down
            - In Menus : Moves Down
        J : Left
            - In Menus : Selects Left
        L : Right
            - In Gameplay : Start solo player animation
            - In Menus : Selects Right
        U : Menu
            - In Gameplay/Menu : Toggles the menu
        O : Select
            - In Gameplay : Opens animation control for the targeted characters
            - In Menus : Selects Center
     
    Camera Controls (While in player involved animations only)
        W : Move Camera Inward
        S : Move Camera Outward
        A : Move Camera Left
        D : Move Camera Right
        Q : Move Camera Up
        E : Move Camera Down
     
    Debug Inputs (While in Gameplay and 'Allow Debug Inputs' is enabled in settings)
        I : Up : End any animation the target is involved in
        K : Down : Start animation between player and the target, hold down to start animation with summoned pal.
        J : Left : Select 2 targets to start an animation for
     
    (_) How to install the SCake framework (_)
    - Unzip the archive and place the LogicMods and ~mods folder in "[Palworld Install]/Pal/Content/Paks"
    - In the ~mods folder, enter the "AnimJSON" folder and run the "__Create_Load_List__.bat" file to auto-fill the load list (You'll need to run this any time you install new animation .json files)
    - Install the proper version of UE4SS (Latest version with updated Palworld) - https://github.com/UE4SS-RE/RE-UE4SS
    [Optional, sort of]
    - Must install animation packs (Detailed below)
    - Remember to run the "__Create_Load_List__.bat" file every time you install new animations with .json files! (If the .bat file doesn't run, you can enter the .json file names for animations you want to load in-game manually into the _LoadList.json file)
     
    (_) How to install animation packs (_)
    ~ For .json installs ~
    - Follow their provided instructions if they say where to install the .pak file, otherwise place this is in "Pal/Content/Paks/~mods"
    - Place the provided .json file in "Pal/Content/Paks/~mods/AnimJSON/" and run the "__Create_Load_List__.bat" in the same folder
    - Now it should load in-game the next time .json animations are registered!
     
    (_) How to add and create animation packs (_)
    For a full guide you can read it over on my website at https://www.michaelpstanich.com/article/SCake_HowToMakeAnimsGuide.html or follow the links on our Discord!
    To add more animations you just need to (correctly) import the animations into UE5.1 with the correct file path (Content/Mods/YourModName), convert the animation into an animation montage (right click the animation sequence and it will show up in that list), ensure you do what ever edits are required for your montage/animation to look and function correctly (Remember for looping animations to open your montage, go to the "montage sections" tab, and tickmark where it should loop! If you have no sections, just click the 'default' checkbox and it will loop the full animation.).
    Once you have the animation montage you can export the .pak file and place it in ~mods, note the file-paths you had in UE5.1 as we'll need these to register the animation properly.
    Open the appropriate templates provided in the AnimJSON folder from SCake and enter in the correct metadata for your animation, delete any sections/data you're not using for your animation. (Note: You can check the "Sugar Cake - Metadata.txt" provided with SCake for a description of the parameters, the "_SCake_TemplateWithExplainations.json" has sections explaining each parameter and may be a good place to start reading while using other .json files as a reference to create your own)
    Once you have your .json file complete, rename it to match your pack name and include it with your .pak when distributing your animation pack! I recommend testing the pack before distribution, so install it like any other pack by placing the .json file to the AnimJSON folder and adding the file name to the "_loadlist.json" file, then load up in-game and trigger the animations.
     
    (_) Want to implement more animations? Feel free to contact me or interact with our Discord! We're a community thriving on creativity and would be really glad to help! (_)
     
     > - > - > - > - < - < - < - <
     
    Some links to Animation Paks on LoversLab! (These are just ones I know about, if more show up please let me know!)

    TemTemLover's Animations + Mesh Pack
     
    Spirit Shard's "SCake_BasicsAnimPak"
    Should be in the downloads for the mod!
     
     
    You can find more animations over on our Discord! (There's a couple of in-progress animation packs, so they may not have been posted elsewhere yet!)

    4,073 downloads

    Updated

  2. [SCake Pack] - TemtemLover's animations + Mesh Pack.

    This is an animation pack focused on providing minimal base compatibility for sex pairings between pals and humans.
    It contains a dominant and submissive animation for each pal listed, and animations are generated for each possible match up.

    Currently this animpack contains 198 animations spread between 14 Pals, for now most pals I focused on were low level starter ones.
    Do note that these animations are more of a test ground for possibilities and figuring out kinks of both SCake and Palworld. They do not provide any gameplay, only on-demand debug animation play. They are relatively simple and not too polished, intended to cover as many pals as possible down the line to make most pairings work.
    **To that end, it is worth mentioning that current positioning of animations implies anal penetration, due to male/female male/male sharing optimizations. Once genitalia meshes will be more or less figured out, I may aswell give variation for vaginals, but as of now it is pointless.**
     
    List of pals: 
     
     
    Using Bokonus assets provided, he gave me a green flag to pack his meshes as a modpack for better genitalia alignment.
    Important mesh notes:
     
    Installation:
     
     
    If you get any issues, post them here.
     
    Personal recommendation is also photo mod, as player animations don't give you control of the camera.
    Less relevant due to latest release of Scake having camera controls.
     
    **Known issues I'll mention instantly**:
    Big thanks to @Spirit_Shard and @bokonus  for putting up with me as I was figuring it all out! And Boko especially for providing rigs for pals!
     
    If you wish to try creating animations yourself - do try it out. It is as easy as it gets right now as community is making proxy rigs with IKs, making animation process a breeze. If you have any questions about it - visit discord is SCake topic! If you want to contribute to this animation pack - feel free to. I can  send you the blend files so you can align animations! (Or just unpack the .paks.. doesn't matter too much)
     
    If you wish to share your female mesh models - also do let me know!  If you already have some published and are okay with me putting them into this pack - we can figure it out.
    ===============================================================
     
    If you have any specific pals in mind that you want to be added next - let me know in forum here! Do know that this set of animatons is strictly for basic doggy style pairings, not any fancy ideas as of now.

    8,027 downloads

    Updated

  3. Foxparks Replacer

    Replaces the models for both sexes of the Foxparks pals.
     
    Beware that this mod may break some animations and collisions from your pals.
    To install this:
    place the pak file your Palworld installation directory/Pal/Content/Paks/
    There should be another pak file already there called "Pal-Windows.pak"
     
    This mod relies on One of a Kind - Pal Variant Overhaul to display both models.

    881 downloads

    Updated

  4. Bons Loupmoon/ jiggle physics

    Mod replacing the body of the standard Loupmoon with its female NSFW version. All important body parts have jiggle physics.

    5,797 downloads

    Updated

  5. Katress Female | Faithful I hope

    Edited the Original Pal and only Packed the Mesh
     
    Modest breasts and a Simple Pussy I hope it's faithful enough to not be distracting, I do try to keep them faithful! =w =  
     
    To install:   Place the .pak file in your Palworld Mod Pak Folder
     
    \Palworld\Pal\Content\Paks\~mods
      (I was thinking of adding jiggle physics but I can do that at a later time... if needed at all...)

    567 downloads

    Updated

  6. Kitsun Feral Female Cookie

    Edited the Original Pal and only Packed the Mesh
     
    Cookie, Nips, and I kinda added a small clit ring cause I felt that it fit! =w =  
     
    To install:   Place the .pak file in your Palworld Mod Pak Folder
     
    \Palworld\Pal\Content\Paks\~mods

    1,106 downloads

    Submitted

  7. Fenglope Feral Female Bits

    Edited the Original Pal and only Packed the Mesh
     
    Vagina and Teats!  And moved the tail a bit so that it actually allows the great view to be seen! =w =  
     
    To install:   Place the .pak file in your Palworld Mod Pak Folder
     
    \Palworld\Pal\Content\Paks\~mods
      Update: I apologize the taint area isn't actually fixed perfectly but hopefully it's better... and it was actually the Normal map not the other one...

    1,196 downloads

    Updated

  8. Melpaca Feral Female Bits

    Edited the Original Pal and only Packed the Mesh
     
    Vagina, Teats, and a bit more Ass  
     
    To install:   Place the .pak file in your Palworld Mod Pak Folder
     
    \Palworld\Pal\Content\Paks\~mods

    1,272 downloads

    Updated

  9. Foxparks Feral Female Cookie

    Edited the Original Pal and only Packed the Mesh
     
    Cookie, Nips HuggyFire!!!!  
     
    To install:   Place the .pak file in your Palworld Mod Pak Folder
     
    \Palworld\Pal\Content\Paks\~mods

    1,196 downloads

    Submitted

  10. Direhowl Feral Female Cookie B&W

    Edited the Original Pal and only Packed the Mesh
     
    Cookies, Nips there's 2 cookies up to preference  Feel like the Black makes more sense, but white looks Cuter IMO I prefer the White one since it's more easily visible while riding  
     
    To install:   Place the .pak file in your Palworld Mod Pak Folder   |    Use Only 1 File at a time
     
    \Palworld\Pal\Content\Paks\~mods  
    I Used Halbeans Art as soft reference

    1,049 downloads

    Submitted

  11. Rayhound Feral Female Cookie

    Edited the Original Pal and only Packed the Mesh
     
    Cookie, Nips, and I ABSOLUTLEY had to Fix The Flat AF Ass Rayhounds Default Mesh Has  
     
    To install:   Place the .pak file in your Palworld Mod Pak Folder
     
    \Palworld\Pal\Content\Paks\~mods  
    I Used Halbeans Art as reference for the cookies cause I love thier Art

    1,073 downloads

    Updated

  12. FungGirl Wixen

    This mod replaces WIxen's model with a custom, bustier, nude one.
    May do variations down the line

    To install the mod unzip the file and drop it in your game directory: Palworld/Pal/Content/Paks

    Made by Fungi

    777 downloads

    Submitted

  13. Loupmoon Dick

    This mod gives Loupmoon a dick, balls and a butthole. Based on @VixieYote's design.
     

    1,197 downloads

    Submitted

  14. Direhowl Cookie

    Adds an anatomically correct canine pussy to Direhowl.

    *Two 0.0.2 versions. One is a model swap, the other is a OK variant*

    595 downloads

    Updated

  15. FungGirl Katress

    Katress nsfw modelswap, it has a normal version with modified body, a version with a booty window and a cloakless version

    1,266 downloads

    Submitted

  16. Lifmunk Replacer

    Replaces the Lifmunk Pal model with a more curvy one.
    Beware that this mod may break some animations and collisions from your pals.
     
    To install this:
    place the pak file your Palworld installation directory/Pal/Content/Paks/
    There should be another pak file already there called "Pal-Windows.pak"

    553 downloads

    Updated

  17. Flopie nude - Vagina/Penis

    Flopie our flying companion, with a vagina or penis
     
     
    Features:
    Vagina and anus interiors modeled Adapted to the original design and mesh Humanoid penis and vagina Jiggle physics  
    *Updated*
     
    To install this:
    place the pak file in your Palworld installation directory, \Palworld\Pal\Content\Paks\~mods
    Simply place it in your mod folder or create one; it was tested on the Steam version.
     
    PD: Only one version can be installed at a time.
     
    ⬇⬇⬇⬇ Check my other mods ⬇⬇⬇⬇

    4,501 downloads

    Updated

  18. Rayhound Male Edit - Sheathed and Peeking versions - mesh replacer

    A simple mesh replacer for Rayhound that adds male bits.  The textures weren't touched so it might work with recolors that don't change the patterns much.
     
    2 variants to choose from.  Only install one at a time.  Goes in the "\Palworld\Pal\Content\Paks" folder.
     
    Used the feral meshes supplied by PalEnthusiast

    1,835 downloads

    Submitted

  19. FungGirl Lunaris

    This mod replaces the pal Lunaris for a nsfw, custom version with hair and exposed genitals and a little redesign.
    I took personal freedom on redesigning Lunaris to my own taste, so if its not of your interest, there is no problem.
     
    To install the mod unzip the file and drop it in your game directory: Palworld/Pal/Content/Paks
     

    943 downloads

    Submitted

  20. FungBoi Incineram

    Incineram model replacer to a male.
    It is a custom model based on my own redesign.
     

    To install the mod unzip the file and drop it in your game directory: Palworld/Pal/Content/Paks

    360 downloads

    Submitted

  21. Chikipi Replacer

    Replaces the Chikipi Pal model with a more curvy one.
    Beware that this mod may break some animations and collisions from your pals.
     
    To install this:
    place the pak file your Palworld installation directory/Pal/Content/Paks/
    There should be another pak file already there called "Pal-Windows.pak"

    573 downloads

    Submitted

  22. Exposed Armors for Blehbreh's Redesigned Body w/ Jiggle Physics

    Replaces all armors with exposed versions based on my redesigned body model. Works with the Heat Resist and Cold Resist variants of each as well. Truly you can now have it all with fully exposed ass and titties, temperature resistance, defense, and HP modifiers! I don't think I need to mention this because it's practically a necessity, but yes it has jiggle physics.
     
    Also I forgot to note, there is not currently slider support and this mod only replaces female armors.

    2,116 downloads

    Updated

  23. Chillet nude - Vagina/Penis

    The cute big noodle now with Vagina and Penis with jiggle physics
     
    Features:
    Vagina and anus interiors modeled Adapted to the original design and mesh Humanoid penis and vagina New textures  
    *Updated*
     
    To install this:
    place the pak file in your Palworld installation directory, \Palworld\Pal\Content\Paks\~mods
    Simply place it in your mod folder or create one; it was tested on the Steam version.
     
    PD: Only one version can be installed at a time.
     
    ⬇⬇⬇⬇ Check my other mods ⬇⬇⬇⬇

    4,824 downloads

    Updated

  24. Simple Sparkit Penis

    Simple model swap of sparkit to add a small feral penis
     
     
    to install put the mod in your Palworld/Pal/Content/Paks folder

    1,031 downloads

    Submitted

  25. zzlightclothingzoe_P.pak

    The download link on page 13 of the Pal World Nude Mods topic seems unstable.
    The 6 pages I posted aren't gone...

    638 downloads

    Updated


×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use