The Sinking City [Console Table]
Posted: Tue Apr 12, 2022 8:51 pm
Hey,
attached is table that will unlock the console + allowing executing functions from the TSCDebugManager.
How it works:
-Load to the main menu -> Activate Enable -> Create Console -> Allow Commands
now you can open the console with Tilde ^
If the console does not open coz of the keyboard layout, go to:
AppData\Local\TSCGame\Saved\Config\WindowsNoEditor
open the Input.ini and add this:
you can choose any key you want.
//
console commands:
Replace x with any value you want, e.g InsanitySetSanity 100 = full sanity.
IDDQD = God Mode + Inf Gun Clip.
Or use ToggleDebugCamera as a freecam and then Teleport = teleport to the point where the camera is looking at.
note : you may have to use Teleport twice sometimes, it can happen that the player gets a wrong coordination.
DebugGiveInventory strings:
e.g DebugGiveInventory Rag = spawns ~20x rag into the inventory
note : if you don't provide any string the game will add ALL items.
(if you spawn a weapon thats already in the inventory you will get ammo )
WearSkin IDs:
I tested the table with different versions of the game (2019 and 2021) - it always worked .
thats it
Credits to SunBeam coz I got inspirated with the FindObject method + his many tutorials about UE4 (Exec flag and so on)
Edit:
-Small update with a Heal Player script + Allow Fast Travel, and I've improved the Allow Commands method.
attached is table that will unlock the console + allowing executing functions from the TSCDebugManager.
How it works:
-Load to the main menu -> Activate Enable -> Create Console -> Allow Commands
now you can open the console with Tilde ^
If the console does not open coz of the keyboard layout, go to:
AppData\Local\TSCGame\Saved\Config\WindowsNoEditor
open the Input.ini and add this:
Code: Select all
[/Script/Engine.InputSettings]
ConsoleKey=F1
//
console commands:
Code: Select all
God
IDDQD
InsanitySetSanity x
WearSkin x
DebugGiveInventory string
DebugUnlockMap
DebugDiscoverLandmarks
AddExperience x
ToggleDebugCamera
Teleport
Slomo x
Fov x
IDDQD = God Mode + Inf Gun Clip.
Or use ToggleDebugCamera as a freecam and then Teleport = teleport to the point where the camera is looking at.
note : you may have to use Teleport twice sometimes, it can happen that the player gets a wrong coordination.
DebugGiveInventory strings:
Code: Select all
--Weapons:
Thompson
Shotgun
Rifle
ColtM
Colt
Flare
--Explosives And Traps:
Trap
Grenade
Molotov
--Misc:
Healthpack
Sanitypack
Insanitypack
Brick
--Crafting:
Rag
Cordite
Alcohol
MetalScrap
CoilSpring
GunPowder
AmmoShell
note : if you don't provide any string the game will add ALL items.
(if you spawn a weapon thats already in the inventory you will get ammo )
WearSkin IDs:
Code: Select all
0 = Newcomer
1 = Unburdened Newcomer
2 = Wind Coat
3 = Vacationist
4 = Gangster
5 = Kings Robes
6 = Daywear
7 = Man of Science
8 = Fisherman
9 = Police Envoy
10 = Plague Doctor
11 = Master Sleuth
12 = Cultist
13 = Vyshyvanka
thats it

Credits to SunBeam coz I got inspirated with the FindObject method + his many tutorials about UE4 (Exec flag and so on)

Edit:
-Small update with a Heal Player script + Allow Fast Travel, and I've improved the Allow Commands method.