Jump to content

[Mod](Currently outdated) Grey's Animation Pack


Greyu777

Recommended Posts

Posted
2 hours ago, VNLXV said:

Quitting Palworld Modding right before 1.0 comes out is a wild move. Dude could of grew his patreon to massive #s

 

Considering he hasn't quit, he's taking a break from it for now.

Posted

so .. looks like i'm not the only one who wanted this mod with 1.0 release.. and has the latest updated requirements .. 

for now i'll place this mod on follow and wait for news. 

the options it introduces are plenty and the poses are nice. ... please return to this mod ASAP.. 

Posted
9 hours ago, Logan8 said:

Even though it's not updated will still having the mod installed break the game?

 

It will not break your game to have any animation packs installed, the only thing currently is that without any proper working appropriate model, the player animations will turn you into spaghetti (Bakkas has a working nude male, but I've heard nothing for females otherwise)

Posted

are there any other updated animators like grey that use Tbox models? I see the ones that updated in the modding guide are all with the normal pals with added genitalia, I guess I prefer anthro over full furry

Posted
18 hours ago, vault wanderer said:

are there any other updated animators like grey that use Tbox models? I see the ones that updated in the modding guide are all with the normal pals with added genitalia, I guess I prefer anthro over full furry

 

Greyu is pretty much the only one who uses TBox models, everyone else uses Jackal/Z3N or Bakkas' feral skins, so you're kind of between a rock and a hard place for now.

Posted (edited)

Seeing as how I'm not into beastiality (and will mostly avoid expressing my opinions on those who are) and don't know any other anthro pal mods, I am also looking forward to this mod getting revived.

Edited by jordan552277
correcting spelling
Posted

I dont have any animation event, when I look at animation event list from mod menu, its empty, also when I enter the game it says "_LoadList.json was not found or failed to load"

When I look at the files, I dont see any _LoadList.json it didnt came when I downloaded

Posted

I'll work on fixing the Tbox versions myself but for information. using Scake version 0.07.03 and Uni version 0.01.10 you can add the animations by putting the pak files in SugarCake folder (Palworld/Pal/Content/Paks/~Mods/SugarCake/) and change the AnimJSON folder to AnimConfig.

 

then in all the JSON files Above you need to add a line in all animations. for example

 

"UniqueID": "SexyAnthroBroncherry_OnBedBoobjob_HumanClimax",
      "Version": 1,
      "SEquipReq": [
        "Penis"
      ],
      "FaceExpress": "HalfClose",
      "FaceExpressClimax": "Close",
      "Tags": [
        "Boobjob",
        "Duo",
        "GreyuAnimPak_T-box_Custom_mesh"
      ],
      "IsLooping": false,
      "IsErotic": true,
      "IsClimax": true,
      "SpeedDefault": 1.0,
      "StartTime": 0.0,
      "AnimSet": [
        {
          "CharacterID": [
            "Human",
            "Player"
          ],
          "TargetSkeleton": "/Game/Pal/Model/Character/Skeleton/Human/SK_PalHuman_Skeleton.SK_PalHuman_Skeleton",
          "AssetPath": "/Game/Mods/GreyuAnimPacCustomMesh/SexyAnthroBroncherry_OnBedBoobjob_Climax_HumanFeelingIt_Montage"

 

the Targetskeleton is the line to add above the AssetPath line

 

now for each Target Skeleton they need to match the first Character Id, for example

 

      "UniqueID": "SexyMozzarinaNursingHandjobxHuman_Mozzarina",
      "Version": 1,
      "SEquipReq": [
        "Female"
      ],
      "FaceExpress": "Default",
      "FaceExpressClimax": "Default",
      "Tags": [
        "NursingHandJob",
        "Duo",
        "GreyuAnimPak_T-box_Custom_mesh"
      ],
      "IsLooping": true,
      "IsErotic": true,
      "IsClimax": false,
      "SpeedDefault": 1.0,
      "StartTime": 0.0,
      "AnimSet": [
        {
          "CharacterID": [
            "CowPal"
          ],
          "TargetSkeleton": "/Game/Pal/Model/Character/Skeleton/CowPal/SK_CowPal_Skeleton.SK_CowPal_Skeleton",
          "AssetPath": "/Game/Mods/GreyuAnimPacCustomMesh/SexyMozzarina_NursingHandjob_Mozzarina_Montage",
          "Scale": "1.0-1.7_1.0"

 

the human/palhuman is replaced with CowPal.

 

this is how to fix this mod for the most recent Sugarcake and uni.

Posted
2 hours ago, 6Daniel9 said:

I'll work on fixing the Tbox versions myself but for information. using Scake version 0.07.03 and Uni version 0.01.10 you can add the animations by putting the pak files in SugarCake folder (Palworld/Pal/Content/Paks/~Mods/SugarCake/) and change the AnimJSON folder to AnimConfig.
 

...

 

this is how to fix this mod for the most recent Sugarcake and uni.

You also need to correct the "Climax" types to instead reference "Orgasm", and "FaceExpression" to "Emotion". Be careful to not just auto replace them word for word though, as the asset path can include the words (and as such will be invalid if the name is incorrect).

 

Fun fact: There is no need for the characterID definition on pals. You only need the skeleton reference, and then even if new variants are added (be it by the game or a mod) all the animations will work as long as the model skeleton is the same.

Posted
29 minutes ago, Veiled Seer said:

You also need to correct the "Climax" types to instead reference "Orgasm", and "FaceExpression" to "Emotion". Be careful to not just auto replace them word for word though, as the asset path can include the words (and as such will be invalid if the name is incorrect).

 

Fun fact: There is no need for the characterID definition on pals. You only need the skeleton reference, and then even if new variants are added (be it by the game or a mod) all the animations will work as long as the model skeleton is the same.

so for changing Climax I can't use the replace all feature because Climax is in some of the asset path names. but the FaceExpress to Emotion I can because no asset path has FaceExpress in its name.

Posted (edited)
On 8/2/2026 at 1:00 PM, 6Daniel9 said:

so for changing Climax I can't use the replace all feature because Climax is in some of the asset path names. but the FaceExpress to Emotion I can because no asset path has FaceExpress in its name.

Just make sure to replace the exact wording and you'll be fine. "IsClimax" -> "IsOrgasm" (quotation marks included).

 

In the end the file should have:

"FaceExpress" to "Emotion"

"FaceExpressOrgasm" to "EmotionOrgasm"
"IsClimax" to "IsOrgasm"
"GlobalClimaxVar" to "GlobalOrgasmVar"
"SlotsToClimax" to "SlotsToOrgasm"

 

I have done this editing for Sibelyx, JohnD and Bakka's as well, and everything is working as intended. Well, aside from a select few anims just not being detected at all from Sibelyx.
For packs yet to update for the 1.0 release human skeleton I am just holding off on the editing, as the update may very well have the fix, or it adds more animations and I'd have to redo it (partly) anyway.

Edited by Veiled Seer
EDIT UNLOCKED WOOHOO
Posted (edited)
On 8/2/2026 at 1:17 PM, Veiled Seer said:

"FaceExpresisonOrgasm" to "EmotionOrgasm"

Well, edit though I can't edit: FaceExpressionOrgasm meant to be FaceExpressClimax.

Edited by Veiled Seer
Posted
28 minutes ago, Veiled Seer said:

Just make sure to replace the exact wording and you'll be fine. "IsClimax" -> "IsOrgasm" (quotation marks included).

 

In the end the file should have:

"FaceExpression" to "Emotion"

"FaceExpresisonOrgasm" to "EmotionOrgasm"
"IsClimax" to "IsOrgasm"
"GlobalClimaxVar" to "GlobalOrgasmVar"
"SlotsToClimax" to "SlotsToOrgasm"

 

I have done this editing for Sibelyx, JohnD and Bakka's as well, and everything is working as intended. Well, aside from a select few anims just not being detected at all from Sibelyx.
For packs yet to update for the 1.0 release human skeleton I am just holding off on the editing, as the update may very well have the fix, or it adds more animations and I'd have to redo it (partly) anyway.

ok I'll work on it. thanks for the info.

Posted

I really pray Greyu comeback soon, is the only one that use TBox models :(, if anyone can continue or update their animations i will very grateful. But i know i ask to much because the space needed to mod palworld... Dear lord

Posted
4 hours ago, Guarrita said:

I really pray Greyu comeback soon, is the only one that use TBox models :(, if anyone can continue or update their animations i will very grateful. But i know i ask to much because the space needed to mod palworld... Dear lord

 

He's currently taking a break/enjoying the update. Just give it time, otherwise there were never a lot of animators to begin with.

 

Otherwise, he could be waiting for something before he chooses to pick up where he left off as I've been catching murmurs of another framework in the works as of late, since very few of the creators are on good terms with using the current option.

  • 2 weeks later...
Posted

Hey on what version of palworld do Greyu anims still work? I got required SCake and UI mod to make it work but i'm not sure what version it will accept.

Posted
2 hours ago, niechcemisie said:

Hey on what version of palworld do Greyu anims still work? I got required SCake and UI mod to make it work but i'm not sure what version it will accept.

 

Game version doesn't matter, but his pack only works with SCake version 0.6.18 and UnipalUI 1.0.5. Someone else may have updated them to work with a newer version, but the player model breaks due to the skeleton changing in 1.0, so you can only make that adjust with Bakkas' nude male model otherwise.

Posted

Can confirm that Pal animations work 0.6.18 and 1.0.5. but the player character just does advanced yoga in scenes, so unless there is some specific model or targetskeleton I don't think its really playable. I did try to make the 0.7.03 version work with adding and replacing lines in the JSONs but all characters remained invisible or no models were called.

Posted
10 hours ago, ShadyKitsune said:

 

Game version doesn't matter, but his pack only works with SCake version 0.6.18 and UnipalUI 1.0.5. Someone else may have updated them to work with a newer version, but the player model breaks due to the skeleton changing in 1.0, so you can only make that adjust with Bakkas' nude male model otherwise.

I'm a bit new to palworld modding so I will just make sure I understand. I can either play with these mods on a version of the game from just before the 1.0 update and it will work as intended or I can adjust male model using male model from bakka anim pack. But I guess in order to do the latter I would need to do some mode editing right?

Posted (edited)
24 minutes ago, niechcemisie said:

I'm a bit new to palworld modding so I will just make sure I understand. I can either play with these mods on a version of the game from just before the 1.0 update and it will work as intended or I can adjust male model using male model from bakka anim pack. But I guess in order to do the latter I would need to do some mode editing right?

 

Yes to the former, though I don't feel its worth it with how many changes they brought in 1.0.

 

And the second you only need to add the nude male model itself to your ~mods folder to be applicable with the animations, using any other nude player mod, not updated after 1.0 will break the player animation by turning them into t-posing spaghetti pretzels.

Edited by ShadyKitsune
Posted (edited)
1 hour ago, ShadyKitsune said:

 

Yes to the former, though I don't feel its worth it with how many changes they brought in 1.0.

 

And the second you only need to add the nude male model itself to your ~mods folder to be applicable with the animations, using any other nude player mod, not updated after 1.0 will break the player animation by turning them into t-posing spaghetti pretzels.

Are we talking about the LarryModel.Pak file for the nude male because I cant seem to get that to work

Edit: Got the model to work adding _P but now also spaghettis.

Edited by BonkGong
Add more information

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...