Well, A longer time ago I looked into this game and figured out how to spawn items, but I didn't find a proper way to get all the item names.
Today I was in the mood to look again and found a way to dump them all.
Attached to this post is a table to unlock the console(
TILDE is the default key to open ) you can use all the default unreal cheats:
Code: Select all
Slomo <Scale>
FOV <Scale>
Toggledebugcamera ( you can use the mouse-wheel to set the cam speed )
Teleport ( can be combined with Toggledebugcamera )
God
ToggleCM ( opens a cheat menu )
e.g set the FOV to 100 =
FOV 100
if you activate the
Add "AddItemToInventory" Command script you can use the command:
Code: Select all
AddItemToInventory <Name> <Count> <PassCondition>true <CurrentHP> <MaxHP> <Capacity> <Freshness> <Ownership> <DisplayNotification> <UpdateInventory> <CountAsPickUp> <NotificationDelay> <AddedAtIndex>
example how to spawn 99 Apples:
AddItemToInventory Apple 99 1 1 1 1 1 0 1 1 1 1 0
Result:
if you spawn weapons or stuff that has a durability-condition you should increase the HP+ maxHP value,e.g:
AddItemToInventory RecursiveBow 1 1 100 100 1 1 0 1 1 1 1 0
List of all item names:
That's it, have fun!
Table is for the current steam version ( version CL-18319896 )
Edit:
Updated the table for the current version (2.3.03)
Also I've added a bigger list that contains all the new items.