Page 1 of 4

[REQUEST] Palworld - 1 simple feature, willing to pay

Posted: Fri Jan 19, 2024 7:31 am
by CoffeeKitty
Game Name: Palworld
Game Engine: UE 5
Game Version: will be updated in a little bit
Options Required: Place items anywhere/ignore collison checks
Steam Website:
Other Info: this games collision check for building is terrible, i want to be able to noclip structures and make a decent base as i see fit, i see this feature in a lot of trainers/cheat tables so i figured it'd probably be a relatively easy thing but it's beyond my capability

i dont mind paying for it, whatever is fair for the time spent, i could even just cover the expense of the game (30$)

Re: [REQUEST] Palworld - 1 simple feature, willing to pay

Posted: Fri Jan 19, 2024 1:47 pm
by three7
+1 for table

Re: [REQUEST] Palworld - 1 simple feature, willing to pay

Posted: Fri Jan 19, 2024 2:06 pm
by Dexter256
Yes please

+1 for table

Re: [REQUEST] Palworld - 1 simple feature, willing to pay

Posted: Fri Jan 19, 2024 3:44 pm
by ZySoua
While I have not found that feature that is asked, other people may be interested that values are 4 bytes and are very easy to find via CE and are inventory SLOT tied not object tied. So if you find slot 1 value you basically can just set it to 999 and just be happy putting everything there and then into storage since all storages are connected and are linked to workshops. Just watch out for the weight of items.

Re: [REQUEST] Palworld - 1 simple feature, willing to pay

Posted: Fri Jan 19, 2024 4:57 pm
by Nicokoei
up :)

Re: [REQUEST] Palworld - 1 simple feature, willing to pay

Posted: Fri Jan 19, 2024 6:30 pm
by Griffihn
ZySoua wrote:
Fri Jan 19, 2024 3:44 pm
While I have not found that feature that is asked, other people may be interested that values are 4 bytes and are very easy to find via CE and are inventory SLOT tied not object tied. So if you find slot 1 value you basically can just set it to 999 and just be happy putting everything there and then into storage since all storages are connected and are linked to workshops. Just watch out for the weight of items.
SP (skill points) are 2 byte Big Endian with their visual value as 4 bytes. you set it to 255, get your weight above 100 points invested and you can hold 999 of anything.

Re: [REQUEST] Palworld - 1 simple feature, willing to pay

Posted: Fri Jan 19, 2024 6:38 pm
by soulofdragon01
I noticed skill and tech points can be found and changed on 4 bytes as well. Hunger is a Float. Stamina was a float as well but hard to find the correct value, multiple are for the white part, multiple for the yellow part and they all change together. I found weight is a float for the inventory text and a double for the text outside of inventory, but these don't actually lock the value, so easiest for now is to lock skill points and level up weight.

Re: [REQUEST] Palworld - 1 simple feature, willing to pay

Posted: Fri Jan 19, 2024 8:44 pm
by Cissa90
Added just a few options for item slots. I have not filled out all items, just a few from the beginning.

Also added some weight scripts. They might cause the red popup of "over weight limit" to show, but you can still roam around freely.

Hopefully someone gets something better going soon :D

Re: [REQUEST] Palworld - 1 simple feature, willing to pay

Posted: Fri Jan 19, 2024 11:53 pm
by bachou
need something like atk modifier because spending 3 minutes mining down an bedrock is insane

Re: [REQUEST] Palworld - 1 simple feature, willing to pay

Posted: Sat Jan 20, 2024 12:17 am
by SilverRabbit90
Here is My simple Table for Palworld
Palworld.CT
(2.12 MiB) Downloaded 4513 times

Re: [REQUEST] Palworld - 1 simple feature, willing to pay

Posted: Sat Jan 20, 2024 1:19 am
by rudm09
Hey thanks for the table guys but is it just me or is cheat engine closing after some minutes after using any table?If someone could help it would be aprecciated.

Re: [REQUEST] Palworld - 1 simple feature, willing to pay

Posted: Sat Jan 20, 2024 1:25 am
by Ninomae Tako'nis
A Pal editor would be phenomenal for this game. There's so much randomization and grinding for the perfect passives.

Re: [REQUEST] Palworld - 1 simple feature, willing to pay

Posted: Sat Jan 20, 2024 2:05 am
by bachou
SilverRabbit90 wrote:
Sat Jan 20, 2024 12:17 am
Here is My simple Table for Palworld

Palworld.CT
great table but "some stats" doesn't work , technology point is working tho :mrgreen:

Re: [REQUEST] Palworld - 1 simple feature, willing to pay

Posted: Sat Jan 20, 2024 2:36 am
by Emraell
Item IDs

Code: Select all

Food
3308595 Mammorest Steak
3308790 Chikipi Saute
3309322 Herb Roasted Lamball
3309261 Grilled Lamball
3309062 Stewed Galeclaw
3309195 Fried Chikipi
3309344 Mozzarina Burger

Large Damp Egg 3419998

Damp Egg 3419989
3415913 Damp Egg

Common Egg 3226445

3291751 Refined Ingot
3291465 Feathered Hair Band
3291085 Heat Resistant Metal Armor

3290772 Rushroar Pork
3415805 Huge Scorching Egg
3415688 Huge Dragon Egg

3229248 Pure Quartz
3296130 Pal Metal Ingot

45148 Pal Sphere
3295561 Mega Sphere
3295535 Giga Sphere
3295579 Hyper Sphere
3295552 Ultra Sphere
3295543 Legendary Sphere

3417559 Small Pal Soul
3295605 Large Pal Soul

Re: [REQUEST] Palworld - 1 simple feature, willing to pay

Posted: Sat Jan 20, 2024 3:30 am
by christensennn
Cissa90 wrote:
Fri Jan 19, 2024 8:44 pm
Added just a few options for item slots. I have not filled out all items, just a few from the beginning.

Also added some weight scripts. They might cause the red popup of "over weight limit" to show, but you can still roam around freely.

Hopefully someone gets something better going soon :D
Could you make an itemlister for important items? Thanks a lot.