Difference between revisions of "FaceSelection"

From TTWiki
Jump to navigationJump to search
(Reformat and update)
(Fix table)
 
Line 1: Line 1:
  +
Find out what cheats were used in a game.
Allows editing the company manager's face.
 
   
 
==Usage==
 
==Usage==
   
Cht: Face [code]
+
Cht: Used
   
 
==Description==
 
==Description==
   
  +
Use this to show which of the sign cheats have been used in the current game. It is intended for competitions where the use of some of the sign cheats is not allowed. The value is a hexadecimal bit mask of the following hexadecimal bit values:
This cheat has two functions. Without a code, it displays the code of the current company manager's face. If a code is given, e.g. "Cht: Face 65AF5057", the manager's face will be set correspondingly.
 
 
Currently, the exact format of the face code is unknown, so the most reliable way to use this cheat is to find a face you like, read its code, and then write it down to use in the future.
 
 
The face code is apparently a bunch of bit-packed values:
 
   
 
{|
 
{|
  +
!Bit !!Value !!Cheat
!bit(s)!!meaning
 
 
 
|-
 
|-
|0..3||ignored
+
|0||1||Money
 
 
|-
 
|-
|4..6||chin
+
|1||2||Year
 
 
|-
 
|-
  +
|2||4||Tracks
|7..9||forehead
 
 
 
|-
 
|-
  +
|3||8||Used
|10..15||mouth/nose/moustache
 
 
 
|-
 
|-
  +
|4||10||OwnCrossing
|16..19||hair
 
 
 
|-
 
|-
|20..23||shirt/coat
+
|5||20||Renew
 
 
|-
 
|-
  +
|6||40||DumpMemory (obsolete)
|24..27||tie
 
 
 
|-
 
|-
  +
|7||80||AllNonStop
|27||skin colour (female) (set for black, clear for white)
 
 
 
|-
 
|-
  +
|8||100||NoNonStop
|28||skin colour (male) (set for black, clear for white)
 
 
 
|-
 
|-
  +
|9||200||ServInt
|29..30||glasses
 
  +
|-
 
  +
|10||400||ResetStation
  +
|-
  +
|11||800||AllVehicles (used to be AllEngines)
  +
|-
  +
|12||1000||ClearPreSig
  +
|-
  +
|13||2000||RemoveVehicles (used to be RemoveEngines)
  +
|-
  +
|14||4000||ClearGhosts
  +
|-
  +
|15||8000||PlayerID
  +
|-
  +
|16||10000||NoUnload
  +
|-
  +
|17||20000||ResetVehicles
  +
|-
  +
|18||40000||Semaphores
  +
|-
  +
|19||80000||PlantTrees
  +
|-
  +
|20||100000||Subsidy
  +
|-
  +
|21||200000||RemoveHQ
  +
|-
  +
|22||400000||Climate
  +
|-
  +
|23||800000||Debugger
  +
|-
  +
|24||1000000||Graphics (obsolete)
  +
|-
  +
|25||2000000||ResetThisStation
  +
|-
  +
|26||4000000||FindLostWagons
  +
|-
  +
|27||8000000||RestartConst
  +
|-
  +
|28||10000000||StopAll
  +
|-
  +
|29||20000000||ResetPBS
  +
|-
  +
|30||40000000||DeleteVehs
 
|-
 
|-
  +
|31||80000000||ResetFifo
|31||gender (set for female, clear for male)
 
 
|}
 
|}
  +
Cht: ReloadIndustries and Cht: Face do not have bits.
   
  +
The value 8 for the "used" cheat will always be present because you have to use the cheat to see it, after all.
This table should be taken with a very large grain of salt. Note, especially, the absence of "earring". For some female faces, toggling bit 26 changes the earring, but for others it does not, and that's only two settings, not four, as is clearly necessary.
 
 
[[Category:Additional Reading]][[Category:Sign Cheats]][[Category:TTDPatch]][[Category:TTDPatch Manual]]
 
[[Category:Additional Reading]][[Category:Sign Cheats]][[Category:TTDPatch]][[Category:TTDPatch Manual]]

Latest revision as of 15:26, 18 June 2011

Find out what cheats were used in a game.

Usage

Cht: Used

Description

Use this to show which of the sign cheats have been used in the current game. It is intended for competitions where the use of some of the sign cheats is not allowed. The value is a hexadecimal bit mask of the following hexadecimal bit values:

Bit Value Cheat
0 1 Money
1 2 Year
2 4 Tracks
3 8 Used
4 10 OwnCrossing
5 20 Renew
6 40 DumpMemory (obsolete)
7 80 AllNonStop
8 100 NoNonStop
9 200 ServInt
10 400 ResetStation
11 800 AllVehicles (used to be AllEngines)
12 1000 ClearPreSig
13 2000 RemoveVehicles (used to be RemoveEngines)
14 4000 ClearGhosts
15 8000 PlayerID
16 10000 NoUnload
17 20000 ResetVehicles
18 40000 Semaphores
19 80000 PlantTrees
20 100000 Subsidy
21 200000 RemoveHQ
22 400000 Climate
23 800000 Debugger
24 1000000 Graphics (obsolete)
25 2000000 ResetThisStation
26 4000000 FindLostWagons
27 8000000 RestartConst
28 10000000 StopAll
29 20000000 ResetPBS
30 40000000 DeleteVehs
31 80000000 ResetFifo

Cht: ReloadIndustries and Cht: Face do not have bits.

The value 8 for the "used" cheat will always be present because you have to use the cheat to see it, after all.