
Download Links :
Website - https://michaelpstanich.com/?mode=modhack&view=2024-02-19_Palworld_ProjectSugarCake
Lover’s Lab DL Page - https://www.loverslab.com/files/file/33158-project-sugar-cake-scake-animation-and-stat-framework/
Mega (Palworld mods folder) - https://mega.nz/folder/9hZQ2IIR#Ou77tq4qQxw9UBQsozh6zg
GDrive : https://drive.google.com/drive/folders/1vYfgMom7UJs2OmJ5B4FGQTMYEOR0n9Vr?usp=drive_link
What is Sugar Cake? (SCake for short)
Sugar Cake Animation Framework 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 ^.-).
What is Sugar Cake? (SCake for short)
Sugar Cake Animation Framework 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 ^.-).
Notices!
UniPalUI Integrations
All versions of Sugar Cake from 0.5 DEV forward will require UniPalUI! SCake uses UniPalUI for the UI and input handling, without it technically SCake can still play animations and function but you may lack any meaningful way to customize or trigger animations depending on your configuration, and you won’t get the on-screen adjustment UI and customizations or FreeCam support… (Just get UniPalUI ^-^ - https://www.michaelpstanich.com/?mode=modhack&view=2024-10-16_Palworld_UniPalUI)
JSON Changes
Sugar Cake 0.6 DEV Changed the JSON Config format! Animation packs will need to update their packs with new JSON config files to function properly!
Known Critical Issues
Triggering animations isn’t tested in every possible scenario, so if you start animations in weird conditions stuff may break! If you find something that breaks with anims, please report it so a work-around/fix/validation can be made for it!
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
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! (You can even share your customized events by sharing your own JSON file with others, all without ever needing to animate!)
Integrations with UniPalUI for Custom UI, Input, and FreeCam
Uses UniPalUI to implement a simple to use user interface for customizing settings and adjusting animations while also using UniPalUI’s input functions for easy debug controls and FreeCam during animations! Also comes with a set of custom UI elements specifically tailored for SCake and its functions!
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!
Custom Sex Equips System for Genders
While Palworld may only have Male/Female internally, with SCake’s additional tracking and systems we can register more! SCake features an SEquip tags systems where instead of being stuck to pre-defined genders, characters can have specific Sex Equipment defined on their character for compatibility checking!
Preference Settings
May not sound like a big deal at first, but let’s say you’re not into a specific kind of animation or combination? Instead of having to sift through all your animations and manually disable/remove them, instead you can change your preference settings to block certain anims from playback!
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! You can also use “Adjust Profiles” to customize how characters position during animations, and “Setting Profiles” to customize settings, and since these save as a JSON file like other saved data, they persist and are share-able!
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! (May require a palworld modding kit set-up for proper use)
Inputs
SCake uses UniPalUI for input handling, so UniPalUI must be installed to use keybinds and the menu!
With the default bindings for UniPalUI v0.1DEV, use Shift+Y to open the menu and select “Sugar Cake Animation Framework” using the mouse to edit settings and preferences.
(“With Debug” means “Enable Debug Controls” is enabled in settings, this is currently enabled by default until more gameplay mods are made)
Default Key Bindings…
Shift+Y : Open UniPalUI menu for setting/preference adjustments
Shift+K : View/control target’s playing Animation Event
Hold Shift+K : View/Control summoned pal’s playing Animation Event
R while viewing anim : Open Animation Adjust/Control Menu
J : Touch Self
/—
Debug Controls
(Currently enabled by default)
/—
J with Debug : Select Self for Animation
Hold J with Debug : Touch Self
G with Debug : Select target for animation
Hold G with Debug : Select summoned pal for animation
H with Debug : Clear selected animation targets
Hold H with Debug : start animation with selected targets
Shift+[ with Debug : Increase Sex Heat of targets
Shift+] with Debug : Decrease Sex Heat of targets
(“With Debug” means “Enable Debug Controls” is enabled in settings)
How to install the SCake framework
Note : When SCake is installed and running, a notification will show up on the top left part of the game screen, saying it’s either installed (title screen) or running (in-game). Use this to determine if the mod has been installed correctly.
- Download both Sugar Cake Animaiton Framework and UniPalUI, then unzip the archives and from inside the folder for your platform, copy LogicMods and mods folder into “[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)
[ + If the .bat file fails to run or says “Access Denied” you can try moving the entire AnimJSON folder to your desktop, running the .bat file, then placing it back. Remember to check if it actually filled the _LoadList.json with the .json names. If it still failed you’ll just have to enter in the .json file name for each animation pack you have installed manually into the _LoadList.json in JSON format (so like “AnimPak1”,“AnimPak2”,"“,”" ect, use https://jsoneditoronline.org/ to help with formatting). ]
- Install the proper version of UE4SS (Latest version with updated Palworld) - https://github.com/UE4SS-RE/RE-UE4SS
[ + Ensure inside the UE4SS install, inside the “mods” folder, open the “mods.txt” and make sure “BPModLoaderMod” is set to 1 ]
[ + If your game starts crashing after installed UE4SS, open the UE4SS-settings.ini file that is within the UE4SS install and set “bUseObjectArrayCache” to false ]
[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 (if the .bat isn’t working for you, you can enter in the names of the .json files manually instead, can also try moving the AnimJSON folder to the desktop before running the .bat then moving it back)
- 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)
With 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.
Permissions / Usage Rights
These Permissions and Usage Rights apply to all content related to Sugar Cake Animation Framework, whether made by a first or third party.
All content must be provided free of charge, with no paywalls or exchange requirements
- No paywalls, paid early access, subscription requirements, restricted access, premium versions, etc.
- Does not apply to source files used in the creation process not required for full and expected functionality
Configuration/External files are freely available with no restrictions on edits or distribution
- Everyone is allowed to discuss, customize/edit, share, distribute/re-distribute, re-use any and all configuration files provided by any mod or user
- Everyone is allowed to reference any asset from any mod, package, or asset without restriction or retaliation
- This also applies to any templates or files that interact with Sugar Cake Animation Framework provided by any mod or user
- Applies regardless of format/extensions/method
Do not intentionally sabotage or perform malicious behavior
- Do not intentionally cause a user’s save to break, user’s game to brick, crash, or other malicious actions
- Do not intentionally cause another mod to stop functioning or overwrite their author information without permission
- Do not include or hide content, without warning, which may be harmful
As a recommendation, please clearly label your content with descriptive names, tags, and IDs while separating different fetish content into different configuration files. This will allow users to customize what they see and interact with during the installation process and will prevent you from accidentally (or intentionally) hiding content which may cause psychological harm. Please be considerate of others in the community and how they may want to use your pack, not everyone will find a sudden surprise animation to be all that pleasant!
Questions and Answers (FAQ)
Question : I installed everything and it doesn’t work!
Answer : Install everything PROPERLY and it’ll work! Read the install section carefully and follow things step by step, copying files isn’t complicated! Also make sure you’re not using Vortex mod manager, it can break your install and doesn’t install mods like SCake properly!
Question : Does SCake work in Multiplayer?
Answer : Not yet, in a peer-to-peer game you can have the host start animations but no other player will see or be able to start animations. If you want to play multiplayer with SCake you’ll have to wait for multiplayer to be properly supported! (join the discord and listen in for when we’re doing multiplayer tests if you want to help out!)
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!