thestorm wrote: ↑Sat May 07, 2022 5:25 pm
you don't even need the console to cheat, just get the Pawn and everything you need is inside it ....
mind detailing a little more, I have no idea what you're talking about here. "get the Pawn" ?
A small but detailed example would be great. If you have the time.
Hi, sorry for late answer but you didn't quote my name correctly, so the board didn't notify me...
Unreal Objects that are PLACED in the world are Actors.
A Actor can be possesed by a Player-Controller, that special Actor is called a PAWN.
Unreal has a "Game Framework" based on CHARACTERS, a Character is an extended Pawn with lots of functions that are usually used for FPS stuff.
This game is not using the Character Framework, its based on a Custom Actor, coz this the Dumper from Cake-San can't find a Local-Player, coz the Character Ptr is null.
You should go deeper into UE4, I would suggest to install UE4 and make your own samples and learn from it
then you don't need any Dumpers anymore and you can find even stuff in games that are heavily customized + you can just execute functions from the console