This game does not provide a full character change, but for fun, you can try to change the character’s appearance, although for the game he will remain Harry. Unpleasant surprises are also possible, when instead of a character you get an empty space 😉
If the character is not provided in the location, then it will not be possible to call him without special tools and self-preparation, and it is impossible to explain it in simple language here.
In debug mode, you can also change the appearance of the main character. However… nothing else changes: the same voice, the same skills.
There are also problems: if the character is not provided for in the level, then when you select it, instead of Harry, only a shadow will be visible — the character is not loaded.
Well, now let’s move on to a description of how to change the character’s appearance. To do this, you need to call the game console in debug mode (by pressing the «~» key on the keyboard) and enter the following command:
set harry Mesh skeletalMesh ‘HPModels.sk<Character>Mesh’
In this case, instead of «<Character>» you need to substitute one of the values indicated below.
If you want to change Harry’s appearance to Firecrab, you need to enter the following command in the console:
set harry Mesh skeletalMesh ‘HPModels.skFireCrabMesh’ — here «<Character>» is replaced by»FireCrab».
For convenience, you can use any text editor to edit the code:
- Copy the line into it: set harry Mesh skeletalMesh ‘HPModels.sk<Character>Mesh’
- Replace «<Character>» with the desired one, for example a fire crab. We get: set harry Mesh skeletalMesh ‘HPModels.skFireCrabMesh’
- Select this line without extra spaces (CTRL + C keys on the keyboard) and paste it into the console (CTRL + V keys when you call the console in the game).
| Character | Code |
| Argus Filch | Filch |
| Hermione | Hermione |
| Gryffindor Girl 1 of 4 | GFemGry1 |
| Gryffindor Girl 2 of 4 | GFemGry2 |
| Gryffindor Girl 3 of 4 | GFemGry3 |
| Gryffindor Girl 4 of 4 | GFemGry4 |
| Hufflepuff Girl 1 of 3 | GFemHuf1 |
| Hufflepuff Girl 2 of 3 | GFemHuf2 |
| Hufflepuff Girl 3 of 3 | GFemHuf3 |
| Ravenclaw Girl 1 of 3 | GFemRav1 |
| Ravenclaw Girl 2 of 3 | GFemRav2 |
| Ravenclaw Girl 3 of 3 | GFemRav3 |
| Slytherin Girl 1 of 4 | GFemSly1 |
| Slytherin Girl 2 of 4 | GFemSly2 |
| Slytherin Girl 3 of 4 | GFemSly3 |
| Slytherin Girl 4 of 4 | GFemSly4 |
| Ginny | Ginny |
| George Weasley | GeorgeWeasley |
| Dobby | dobby |
| Draco Malfoy | Draco |
| Lucious Malfoy | LuciousMalfoy |
| Madame Pomfrey | MadamePomfrey |
| Gryffindor Boy 1 of 4 | GOldMaleGry1 |
| Gryffindor Boy 2 of 4 | GOldMaleGry2 |
| Gryffindor Boy 3 of 4 | GMaleGry3 |
| Gryffindor Boy 4 of 4 | GMaleGry4 |
| Hufflepuff boy 1 of 3 | GOldMaleHuf1 |
| Hufflepuff boy 2 of 3 | GMaleHuf2 |
| Hufflepuff boy 3 of 3 | GMaleHuf3 |
| Ravenclaw Boy 1 of 3 | GOldMaleRav1 |
| Ravenclaw Boy 2 of 3 | GMaleRav2 |
| Ravenclaw Boy 3 of 3 | GMaleRav3 |
| Slytherin Boy 1 of 4 | GOldMaleSly1 |
| Slytherin Boy 2 of 4 | GOldMaleSly2 |
| Slytherin Boy 3 of 4 | GMaleSly3 |
| Slytherin Boy 4 of 4 | GMaleSly4 |
| Oliver Wood | OliverWood |
| Percy | Percy |
| Prof. DumbleDore | ProfDumbleDore |
| Prof. Lockhart | ProfLockhart |
| Prof. McGonagall | ProfMcGonagall |
| Prof. Snape | ProfSnape |
| Prof. Sprout | ProfSprout |
| Prof. Flitwick | ProfFlitwick |
| Ron | Ron |
| Slytherin Prefect | SlytherinPrefect |
| Pink Lady | PinkLady |
| Tom Riddle | TomRiddle |
| Tom Riddle from diary | TomRiddleSepia |
| Fred Weasley | FredWeasley |
| Hagrid | Hagrid |
| Hagrid Young | HagridYoung |
| Peeves | peeves |
| Ghost: Fat Friar | FatFriar |
| Ghost: Moaning Myrtle | MoaningMyrtle |
| Ghost: Nearly Headless Nick | NHNick |
| Ghost: Bloody Baron | BloodyBaron |
| Aragog | Aragog |
| Young Aragog | YoungAragog |
| Hedwig | Hedwig |
| Basilisk (according to the actor tree) | Basilisk3 |
| Basilisk (named after the character) | Basilisk |
| Gnome | Gnome |
| Snitch | Snitch |
| Mrs Norris | MrsNorris |
| FireCrab | FireCrab |
| Pig | Pig |
| Sorting Hat | SortingHat |
| TestChar* | TestChar |
| Ford Flying | FordFlying |
| Fawkes | Fawkes |
*The test character is an insect model that is not used in the game. Apparently, it was used by the developers when mastering and configuring the engine, when the main character models were not ready yet.