Console Commands

Darrel Caper

New Member
Mar 11, 2020
3
1
34
Hey, been trying to figure out the console in the codex as perhaps a way to re-play a specific scene. The github has the names of scenes but I have no idea what kind of command to use as all attempts end in failure.

I'm simply trying to see the one-off scenes again, or is this not possible?

I'd appreciate any help on the matter.
 

William.

Well-Known Member
Staff member
Apr 16, 2018
1,601
7,737
United States
Type the word impulse while in TiTS and it will bring up a special menu.

d4546788ae.png


In the text box, you must enter the public function name of the scene that you want to replay. CTRL-F your way through any given character's file, like Erra, and find a scene you'd like to read again. Let's go with this Anal stuff.

d3fd2092d5.png


The text you enter into the target scene box MUST BE CASE SENSITIVE. If it is not, or it is spelled even 1 character off, then you will crash the game when you try to Execute it. Best to just copy paste it.

1dfe0fbd2d.png

0c32bc4d09.png


That simple. Also, some things you won't be able to directly replay because it relies on a fight being triggered to set other values. Like Rat's Raiders, and the Bored Jumpers -- your only option is to use impulse to proc the fight and just escape or win if you don't get the bunny w/ the dick you want.
 

Karretch

Well-Known Member
Aug 26, 2015
2,063
301
If I can guess correctly with so little context, "arg" is short for "argument", in short a way to force something in the code to happen a certain way.
 

Paradox01

Well-Known Member
Feb 8, 2020
1,817
2,484
USA
Isn't that what "Execute" is for?
 

Karretch

Well-Known Member
Aug 26, 2015
2,063
301
"execute" is "make it happen", arguments are for specific ways. Example, having to set launch arguments in certain game properties because for some reason they just don't want to happen when you change the settings in game or you can't launch it because the PC defaults to something the game can't run in.
 

Paradox01

Well-Known Member
Feb 8, 2020
1,817
2,484
USA
I'll take your word for it. :p