Skip to content

Instantly share code, notes, and snippets.

@arawrshi
Created January 20, 2024 20:35
Show Gist options
  • Save arawrshi/30cc62758a3286fd0fc633717aceff87 to your computer and use it in GitHub Desktop.
Save arawrshi/30cc62758a3286fd0fc633717aceff87 to your computer and use it in GitHub Desktop.
Palworld - Modding Setup

Modding setup so far:

Source: Palworld Discord

Source: Palworld Discord

Example 100% Lucky Rate mod

@Velozity
Copy link

Hi, great gist.

I appear to be having issues getting the value of a players Guid,
lua_pcall returned [handle_unreal_property_value]: Was unable to retrieve property mapped to 'ScriptStruct /Script/CoreUObject.Guid'

I am new to developing these mods, my guess is I would need map it somehow?

@arawrshi
Copy link
Author

arawrshi commented Jan 22, 2024

Hey, sorry, part of the reason I put all of these in a gist is cuz I needed a way to pull them out of Discord for easy reference.

The other reason is that I haven't started my Palworld modding journey at all. You'll want to ask in the #palworld-modding channel on the Palworld Discord. That's where I've been pulling all the info from so far. Each 'Source' link links to the specific post I've grabbed them from. Good luck!

[edit] Oops, if you don't have the discord, it's https://discord.gg/pocketpair

@danbudworthmead
Copy link

danbudworthmead commented Jan 23, 2024

I can't get this "Example 100% Lucky Rate mod" to load

image

@eivanhoe
Copy link

How did you find the properties header? There was an update today and I believe this property was modified?

DefaultMaxInventoryWeight

@servel333
Copy link

When I enable this on steam deck, the controller stops working in the game.

WINEDLLOVERRIDES="xinput1_3.dll=n,b" %command%

Anyway to keep the controller working but keep mods too?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment