More on transforming your camp statue:
If you've accidentally removed your character's transformation from the statue (like I did), you might be surprised by its base form: Humans_Male_Civilian. To get your character's transformation back onto the statue, you'll need to find your player character's UUID and then apply it to the statue:
Code: Select all
{$lua}
if syntaxcheck then return end
------------------------------------
[ENABLE]
ClearArg(0)
ExecuteCall("GetHostCharacter")
------------------------------------
uuid = GetArgAsString(0)
print("Host_Character: " .. uuid)
------------------------------------
[DISABLE]
Code: Select all
{$lua}
if syntaxcheck then return end
--------------------------------------------------
entity = "c2ef6bde-3dbe-4ff5-99ca-8120445a8309" -- S_WYR_Circus_StatueDummy
--------------------------------------------------
template = "PASTE YOUR PRINTED UUID HERE" -- Host_Character
--------------------------------------------------
rulename = "502db098-3adb-4b82-afaa-60b042760de1" -- WYR_CircusStatue
--------------------------------------------------
[ENABLE]
SetArgToString(0,entity)
SetArgToString(1,template)
SetArgToString(2,rulename)
ExecuteCall("Transform")
--------------------------------------------------
[DISABLE]
How to use this cheat table?
- Install Cheat Engine
- Double-click the .CT file in order to open it.
- Click the PC icon in Cheat Engine in order to select the game process.
- Keep the list.
- Activate the trainer options by checking boxes or setting values from 0 to 1