by Patr1ck on Sat Jan 12, 2008 3:42 am
Create your player in-game. Two dbf lines will be created for him. One in players.dbf and one in appearance.dbf. They should both be the last lines in each file. Get a headshape and a cyberface for your player, and rename them using the first two letters of your first name and the first five letters of your last name. If your last name is shorter than 5 letters, use underscores until you have 5 characters used for the last name. This is the PLAYERPKG or player package in the players.dbf file.
I.E.
Yao
Ming <-less then 5 letters
yaming_.fsh <- cyberface name.
Michael
Jordan
mijorda.fsh
In the players.dbf file, change your PLAYERPKG to match your cyberface filename, without the extension or decimal/period. Change the field ISCREATED to False.
In the appearance.dbf file, change the FACEID of your player to -1. In case you can't find your player or want to edit someone else who is already in the game, the APPEARID is the same as the PLAYERID from the players.dbf file.