Page 1 of 1

The Sinking City [Console Table]

Posted: Tue Apr 12, 2022 8:51 pm
by cfemen
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:

Code: Select all

[/Script/Engine.InputSettings]
ConsoleKey=F1
you can choose any key you want.

//

console commands:

Code: Select all

God
IDDQD 
InsanitySetSanity x
WearSkin x
DebugGiveInventory string
DebugUnlockMap
DebugDiscoverLandmarks
AddExperience x
ToggleDebugCamera
Teleport
Slomo x
Fov x
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:

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
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:

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
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.

Re: The Sinking City [Console Table]

Posted: Thu Jan 18, 2024 3:59 am
by toydefenser
up plz

Re: The Sinking City [Console Table]

Posted: Sun Jan 21, 2024 6:51 am
by mykl_c
Windows 10, CE 7.5, Latest version TSC through GOG.
Trying to enable, no luck.
Yes, CE is running as admin.