Difference between revisions of "FaceSelection"

From TTWiki
Jump to navigationJump to search
m (3 revisions)
(Fix table)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  +
Find out what cheats were used in a game.
   
  +
==Usage==
'''''Allows editing the company manager's face'''''
 
   
  +
Cht: Used
=Face Selection Cheat=
 
   
  +
==Description==
Allows editing the company manager's face
 
   
  +
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:
-=Usage=-
 
   
  +
{|
Cht: Face <nowiki><nowiki>[code]</nowiki></nowiki>
 
  +
!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.
-=Description=-
 
  +
[[Category:Additional Reading]][[Category:Sign Cheats]][[Category:TTDPatch]][[Category:TTDPatch Manual]]
 
This cheat has two functions. &nbsp;Without a code, it displays the code of the current company manager's face. &nbsp;If a code is given, e.g. &quot;Cht: Face 65AF5057&quot;, 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(s)|meaning
 
 
0..3|ignored
 
 
4..6|chin
 
 
7..9|forehead
 
 
10..15|mouth/nose/moustache
 
 
16..19|hair
 
 
20..23|shirt/coat
 
 
24..27|tie
 
 
27|skin color (female) (set for black, clear for white)
 
 
28|skin color (male) (set for black, clear for white)
 
 
29..30|glasses
 
 
31|gender (set for female, clear for male)||
 
 
This table should be taken with a very large grain of salt. Note, especially, the absence of &quot;earring&quot;. 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.
 

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.