The Butler is a cut character in Grand Theft Auto III.
History[]
Background[]
This unnamed character was originally intended to appear as Donald Love's butler. He played no major role in the storyline, only intended to appear in the background during the cutscene of Waka-Gashira Wipeout! All strings loading and calling the model are disabled in the internal code for the mission.[1][2] The butler's pedestrian model was featured in a pre-release screenshot in the game's promotional website, in the "FBI" section, likely representing a FBI official instead of his intended role.
In Grand Theft Auto: Liberty City Stories, Donald Love does have an unseen butler named Humphries, serving him human meat offscreen during Cam-Pain. There is no evidence whether he is the same character.
Gallery[]
References[]
- ↑ love.sc - love2:
// ****************************************START OF CUTSCENE******************************** LOAD_SPECIAL_CHARACTER 1 love //LOAD_SPECIAL_CHARACTER 2 butler LOAD_SPECIAL_MODEL cut_obj1 PLAYERH LOAD_SPECIAL_MODEL cut_obj2 LOVEH //LOAD_SPECIAL_MODEL cut_obj3 BUTLERH /* WHILE GET_FADING_STATUS WAIT 0 ENDWHILE */ LOAD_ALL_MODELS_NOW
- ↑ love.sc - love2:
CREATE_CUTSCENE_OBJECT PED_PLAYER cs_player SET_CUTSCENE_ANIM cs_player player CREATE_CUTSCENE_OBJECT PED_SPECIAL1 cs_love SET_CUTSCENE_ANIM cs_love love //CREATE_CUTSCENE_OBJECT PED_SPECIAL2 cs_butler //SET_CUTSCENE_ANIM cs_butler butler CREATE_CUTSCENE_HEAD cs_player CUT_OBJ1 cs_playerhead SET_CUTSCENE_HEAD_ANIM cs_playerhead player CREATE_CUTSCENE_HEAD cs_love CUT_OBJ2 cs_lovehead SET_CUTSCENE_HEAD_ANIM cs_lovehead love //CREATE_CUTSCENE_HEAD cs_butler CUT_OBJ3 cs_butlerhead //SET_CUTSCENE_HEAD_ANIM cs_butlerhead butler