Does anyone know how to use cheats or what to edit to get one of these ( skeeterpsa told be about this) :
[TdGame.TdDebugMenu]
Caption = "- -- ----==[[ TAKEDOWN DEBUG MENU ]]==---- -- -"
PauseCmd = "pause"
.Entries = (Text = "Set god mode", Cmd = "god")
.Entries = (Text = "Set jesus mode", Cmd = "jesus")
.Entries = (Text = "Free cam (requires god mode)", Cmd = "dropme")
.Entries = (Text = "Change 1p/3p camera", Cmd = "FreeFlightCamera")
.Entries = (Text = "Get infinite ammo", Cmd = "ammo")
.Entries = (Text = "Get all weapons", Cmd = "loadfullinventory")
.Entries = (Text = "Show fps counter", Cmd = "stat xunit", IsToggle = true)
.Entries = (Text = "Show player position", Cmd = "whereami", IsToggle = true)
.Entries = (Text = "Show memory budget", Cmd = "showmemorybudget", IsToggle = true)
.Entries = (Text = "Show streamed levels", Cmd = "stat levels")
.Entries = (Text = "View lit", Cmd = "viewmode lit")
.Entries = (Text = "View unlit", Cmd = "viewmode unlit")
.Entries = (Text = "Slow-motion on", Cmd = "slomo 0.4")
.Entries = (Text = "Slow-motion off", Cmd = "slomo 1.0")
.Entries = (Text = "Toggle cross-hair", Cmd = "ToggleCrossHair")
.Entries = (Text = "Take screenshot", Cmd = "screenshot")
.Entries = (Text = "Juice screenshot", Cmd = "juicescreenshot")
.Entries = (Text = "Lock All levels", Cmd = "LockAllLevels")
.Entries = (Text = "UnLock All levels", Cmd = "UnLockAllLevels")
.Entries = (Text = "Lock All TimeTrial", Cmd = "LockAllTT")
.Entries = (Text = "UnLock All TimeTrial", Cmd = "UnLockAllTT")
.Entries = (Text = "Use streaming volumes", Cmd = "ToggleUseStreamingVolumes", IsToggle = true)
.Entries = (Text = "Leipzig", Cmd = "Leipzig")
I'm mainly interested in .Entries = (Text = "Change 1p/3p camera", Cmd = "FreeFlightCamera .
I want to play the game in 3rd person, anyone got any of these codes working yet ?