Page 1 of 2

Returnal

Posted: Thu Feb 16, 2023 10:42 pm
by cfemen
Table to unlock the UE4 console + commands, if you want a normal cheat table I would suggest the trainer from Rhark or Akira

How it works:
-let the game fully load
-attach the table and activate Enable + Construct Cheat Manager + Create Console
-if your keyboard has problems with the Tilde key use my Set Console-Key To F1 script

Commands you can execute now:

Code: Select all

FOV <NewFOV>
Teleport
God
Slomo <NewTimeDilation>
ModifyAdrenalineLevel <Delta>
ModifyAdrenalineStep <Delta>
ModifyArcadeMultiplier <Value>
ModifyMoney <Value>
ModifyPlayerKeys <KeyTypeEnum> <Amount>
ModifyPlayerMaxHealth <Value>
ModifyPlayerHealth<Value>
ModifyProficiency <Points>
ModifySanity <Value>
ModifyStartMachineCounter <Mod>
SpawnLoot <DropGroupEnum> <bFlyOut>
UnlockAllItems
MaxPlayerAbilities
KillTouristPlayer
Some examples:
double the game speed: Slomo 2
add 100 money: ModifyMoney 100
add a key: ModifyPlayerKeys DoorKey 1
spawn item: SpawnLoot SmallChest_A 1
teleport to crosshair location: Teleport
add some max health: ModifyPlayerMaxHealth 1

Enum names for the ModifyPlayerKeys command:

Code: Select all

DoorKey
BossKey
Fragment
BiomeKey
Currency
SkillNodeCurrency
SkillNodeKey
( the game does not show any notifcation if a key is added )

Enum names for the SpawnLoot commands loot-pool:

Code: Select all

Enemy 
Enemy_Alternative 
Boss 
LockedItems 
Currency 
LootBox 
SmallChest_A 
GraveRobbing 
SlotMachine_A 
SacrificialAltar 
CurseChest 
ShopWeaponUpgrades 
ShopWeaponBullets 
ShopWeaponStocks 
Consum_Sanity 
Consum_Curse 
Consum_HP 
ShopConsumables 
ShopHelperWeapons 
WeaponUpgrades 
ShopArtefacts 
SocialPedestalRewards 
SocialGhostLoot 
Weapons 
RiskyItems 
MoneyBonus 
NodeCat1 
NodeCat2 
NodeCat3 
NodeCat4 
StatUpgradesAll 
StatUpgradesOFF 
StatUpgradesDEF 
StatUpgradesOTHER 
Enemy_Alternative_B 
GrapplingHook 
MistElevator 
Enemy_Alternative_CD 
GraveRobbing_CD 
GiveHP 
PocketUpgrades 
BldShop_Adrenaline 
AdrenConsum 
BldShop_Parasite 
ParaConsum 
BldShop_Curses 
CurseFixConsum 
BldShop_Melee 
BldShop_Overload 
BldShop_Econ 
BldShop_Defense 
BldShop_Health 
ResinConsum 
BldShop_Offense 
MonsterCloset 
CurseChestSuper 
SWEggLoot 
SocialAvengeReply 
SocialLootReply 
GraveRobbing_Other 
GrindingUnlocks 
Biome2SNodes 
Biome3SNodes 
Biome2ShopCons 
Biome3ShopCons 
Biome2StatUpgradesAll 
Biome3StatUpgradesAll 
Biome2StatUpgradesOFF 
Biome3StatUpgradesOFF 
Biome2StatUpgradesDEF 
Biome3StatUpgradesDEF 
Biome2StatUpgradesOTHER 
Biome3StatUpgradesOTHER 
Biome2ShopArtefacts 
Biome3ShopArtefacts 
Biome2MJRUpgrades 
Biome3MJRUpgrades 
LizardMoney 
RiskA 
HP_Max 
ChoiceA 
ChoiceB 
EnemyLightTT 
EnemyMediumTT 
EnemyHeavyTT 
EnemyEliteTT 
BossTT 
TTStatsFreeA 
TTStatsPaidHP 
TTStatsPaidA 
TTStatsPaidB 
FreebieKey 
FreebieShield 
TT_KeyChest_A 
TT_KeyChest_B 
TT_KeyChest_C 
TT_Shop_Damage 
TT_Shop_Parasite 
TT_Shop_Health 
TT_Selection 
TT_Slot_Machine 
TT_Choice_Combat 
TT_Choice_Health 
TT_Stats 
TT_Weapon_Enemy 
TT_Weapon_Elite 
TT_Weapon_Shop 
TT_SuperWeapons 
TT_Shop_Consumable 
(it might be that not all of them are working, or that you need to execute them several times until something is spawned)

That's it, I probably won't add any more stuff, have fun spawning & experimenting!

PS: if somebody wants to contribute with a Enum/Ingame list, feel free :)
e.g:
MistElevator = Hermetic Transmiter
SocialLootReply = Ether Resource
SmallChest_A = Random Weapon
FreebieKey = Atropian Key

...

Edit:
Newest table allows now that you can summon any item you want.
Instruction-Post: viewtopic.php?p=314899#p314899

Re: Returnal

Posted: Fri Feb 17, 2023 12:10 am
by Vada31
hello, thanks for sharing, is there a code to change ether thanks in advance

Re: Returnal

Posted: Fri Feb 17, 2023 7:37 pm
by bentky323
Thanks...

Re: Returnal

Posted: Sat Feb 18, 2023 12:37 am
by OleMagne
Damn, they took out the debug camera so no free cam. :<

Re: Returnal

Posted: Sat Feb 18, 2023 9:52 am
by enpoping
when i turn it all on when i press space this show up and press space it turn off again, so everytime i jump it show off and on it annoying anyway to turn it off forever?
Image

Re: Returnal

Posted: Sat Feb 18, 2023 11:27 am
by unREAL
nice table! thanks! this saves me the work of first unlocking the console and finding out everything myself :ph34r:

enpoping wrote:
Sat Feb 18, 2023 9:52 am
when i turn it all on when i press space this show up and press space it turn off again, so everytime i jump it show off and on it annoying anyway to turn it off forever?
pretty easy to "fix"
it's just a check IF a cheatmanager exists

open memory view -> tools -> auto assemble
paste this in:

Code: Select all

[ENABLE]
aobscanmodule(GameModeInit_ReadCM,Returnal-Returnal-Win64-Shipping.dll,48 8B 9B 18 04 00 00 48 85 DB 74 26)
registersymbol(GameModeInit_ReadCM)
GameModeInit_ReadCM:
  xor rbx,rbx
  nop 4
[DISABLE]
GameModeInit_ReadCM:
  db 48 8B 9B 18 04 00 00
unregistersymbol(GameModeInit_ReadCM)
file -> assign to current cheat table

done - execute the script!

Vada31 wrote:
Fri Feb 17, 2023 12:10 am
hello, thanks for sharing, is there a code to change ether thanks in advance
:?: please read again the post from cfemen... or do a ctrl+f for ETHER...
hint: SpawnLoot

Re: Returnal

Posted: Sat Feb 18, 2023 7:41 pm
by nanaski
unREAL wrote:
Sat Feb 18, 2023 11:27 am
nice table! thanks! this saves me the work of first unlocking the console and finding out everything myself :ph34r:

enpoping wrote:
Sat Feb 18, 2023 9:52 am
when i turn it all on when i press space this show up and press space it turn off again, so everytime i jump it show off and on it annoying anyway to turn it off forever?
pretty easy to "fix"
it's just a check IF a cheatmanager exists

open memory view -> tools -> auto assemble
paste this in:

Code: Select all

[ENABLE]
aobscanmodule(GameModeInit_ReadCM,Returnal-Returnal-Win64-Shipping.dll,48 8B 9B 18 04 00 00 48 85 DB 74 26)
registersymbol(GameModeInit_ReadCM)
GameModeInit_ReadCM:
  xor rbx,rbx
  nop 4
[DISABLE]
GameModeInit_ReadCM:
  db 48 8B 9B 18 04 00 00
unregistersymbol(GameModeInit_ReadCM)
file -> assign to current cheat table

done - execute the script!

Vada31 wrote:
Fri Feb 17, 2023 12:10 am
hello, thanks for sharing, is there a code to change ether thanks in advance
:?: please read again the post from cfemen... or do a ctrl+f for ETHER...
hint: SpawnLoot
Have you tried it? It doesn't spawn ether for me.

Re: Returnal

Posted: Sat Feb 18, 2023 8:14 pm
by unREAL
nanaski wrote:
Sat Feb 18, 2023 7:41 pm


Have you tried it? It doesn't spawn ether for me.

Yes it works - I guess it depends on the map = different loot pool :|

Re: Returnal

Posted: Sat Feb 18, 2023 9:00 pm
by floyd1369
unREAL wrote:
Sat Feb 18, 2023 8:14 pm
nanaski wrote:
Sat Feb 18, 2023 7:41 pm


Have you tried it? It doesn't spawn ether for me.

Yes it works - I guess it depends on the map = different loot pool :|
It works for me. Did you try to put it in like this? SpawnLoot SocialLootReply 1
It spawns it every couple of times (like a random loot drop)

Re: Returnal

Posted: Mon Feb 20, 2023 5:00 am
by kastov
Hey!
Wanna search for some enum names.
Can I get a hint from you, where I should search for them(I mean game files or maybe in debug console)?

Re: Returnal

Posted: Mon Feb 20, 2023 10:00 am
by SunBeam
I would suggest using FModel app -> [Link] instead of wondering about:
  • Directory > Selector > \SteamLibrary\steamapps\common\Returnal\Returnal\Content\Paks
  • click OK and FModel will restart
Image

Image

Image

Now inspect each .pak and browse the folders looking for Blueprints (which you can use with summon command) or for other file types that may hold those Enums. You can extract the data and even look at the structure of assets to get an idea.

You also have Packages > Search (or Ctrl+Shift+F) so you can look for names in all data from current PAK:

Image

Not to mention you can use regex in the naming convention.

There's no precise formula or set of actions, so I can't guide you here. But now you have tool to explore the PAKs content.

Re: Returnal

Posted: Mon Feb 20, 2023 8:37 pm
by kastov
SunBeam wrote:
Mon Feb 20, 2023 10:00 am
I would suggest using FModel app -> [Link] instead of wondering about:
Great thanks for detailed tutorial! Will try!

Re: Returnal

Posted: Mon Feb 20, 2023 9:34 pm
by Exosq
Hi, would it be possible to unlock the two outfits that are locked behind the Playstation account linking procedure ? I looked into each .pak with the tool that Sunbeam mentioned and they seem to be in the game already under the names "DA_PlayerSuit_DLC_PrototypeSuit.uasset" & "DA_PlayerSuit_DLC_TacticalSuit.uasset" but i honestly have zero knowledge about how i could unlock them or if that is even possible.

Thanks.

Re: Returnal

Posted: Tue Feb 21, 2023 7:37 pm
by johhney
anywhay to spawn sunfragment key ? i try it but didnt work :/

Re: Returnal

Posted: Mon Feb 27, 2023 5:17 pm
by kostaman
any one knows how to or if there a way to spawn mobs?