Difference between revisions of "FaceSelection"
m (3 revisions) |
m (Bot: Automated text replacement (--= +==)) |
||
Line 1: | Line 1: | ||
− | '''''Allows editing the company manager's face''''' |
||
=Face Selection Cheat= |
=Face Selection Cheat= |
||
Line 6: | Line 5: | ||
Allows editing the company manager's face |
Allows editing the company manager's face |
||
− | + | ==Usage== |
|
− | Cht: Face |
+ | Cht: Face [code] |
− | + | ==Description== |
|
− | This cheat has two functions. |
+ | 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. |
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. |
||
Line 18: | Line 17: | ||
The face code is apparently a bunch of bit-packed values: |
The face code is apparently a bunch of bit-packed values: |
||
+ | {| |
||
− | + | !bit(s)!!meaning |
|
+ | |- |
||
− | 0..3|ignored |
+ | |0..3||ignored |
+ | |- |
||
− | 4..6|chin |
+ | |4..6||chin |
+ | |- |
||
− | 7..9|forehead |
+ | |7..9||forehead |
+ | |- |
||
− | 10..15|mouth/nose/moustache |
+ | |10..15||mouth/nose/moustache |
+ | |- |
||
− | 16..19|hair |
+ | |16..19||hair |
+ | |- |
||
− | 20..23|shirt/coat |
+ | |20..23||shirt/coat |
+ | |- |
||
− | 24..27|tie |
+ | |24..27||tie |
+ | |- |
||
− | 27|skin color (female) (set for black, clear for white) |
+ | |27||skin color (female) (set for black, clear for white) |
+ | |- |
||
− | 28|skin color (male) (set for black, clear for white) |
+ | |28||skin color (male) (set for black, clear for white) |
+ | |- |
||
− | 29..30|glasses |
+ | |29..30||glasses |
+ | |- |
||
− | 31|gender (set for female, clear for male) |
+ | |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 |
+ | 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. |
Revision as of 11:25, 15 June 2011
Face Selection Cheat
Allows editing the company manager's face
Usage
Cht: Face [code]
Description
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(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 "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.