Character Replacement (HP2)

+

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:

  1. Copy the line into it: set harry Mesh skeletalMesh ‘HPModels.sk<Character>Mesh’
  2. Replace «<Character>» with the desired one, for example a fire crab. We get: set harry Mesh skeletalMesh ‘HPModels.skFireCrabMesh’
  3. 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).
CharacterCode
Argus FilchFilch
HermioneHermione
Gryffindor Girl 1 of 4GFemGry1
Gryffindor Girl 2 of 4GFemGry2
Gryffindor Girl 3 of 4GFemGry3
Gryffindor Girl 4 of 4GFemGry4
Hufflepuff Girl 1 of 3GFemHuf1
Hufflepuff Girl 2 of 3GFemHuf2
Hufflepuff Girl 3 of 3GFemHuf3
Ravenclaw Girl 1 of 3GFemRav1
Ravenclaw Girl 2 of 3GFemRav2
Ravenclaw Girl 3 of 3GFemRav3
Slytherin Girl 1 of 4GFemSly1
Slytherin Girl 2 of 4GFemSly2
Slytherin Girl 3 of 4GFemSly3
Slytherin Girl 4 of 4GFemSly4
GinnyGinny
George WeasleyGeorgeWeasley
Dobbydobby
Draco MalfoyDraco
Lucious MalfoyLuciousMalfoy
Madame PomfreyMadamePomfrey
Gryffindor Boy 1 of 4GOldMaleGry1
Gryffindor Boy 2 of 4GOldMaleGry2
Gryffindor Boy 3 of 4GMaleGry3
Gryffindor Boy 4 of 4GMaleGry4
Hufflepuff boy 1 of 3GOldMaleHuf1
Hufflepuff boy 2 of 3GMaleHuf2
Hufflepuff boy 3 of 3GMaleHuf3
Ravenclaw Boy 1 of 3GOldMaleRav1
Ravenclaw Boy 2 of 3GMaleRav2
Ravenclaw Boy 3 of 3GMaleRav3
Slytherin Boy 1 of 4GOldMaleSly1
Slytherin Boy 2 of 4GOldMaleSly2
Slytherin Boy 3 of 4GMaleSly3
Slytherin Boy 4 of 4GMaleSly4
Oliver WoodOliverWood
PercyPercy
Prof. DumbleDoreProfDumbleDore
Prof. LockhartProfLockhart
Prof. McGonagallProfMcGonagall
Prof. SnapeProfSnape
Prof. SproutProfSprout
Prof. FlitwickProfFlitwick
RonRon
Slytherin PrefectSlytherinPrefect
Pink LadyPinkLady
Tom RiddleTomRiddle
Tom Riddle from diaryTomRiddleSepia
Fred WeasleyFredWeasley
HagridHagrid
Hagrid YoungHagridYoung
Peevespeeves
Ghost: Fat FriarFatFriar
Ghost: Moaning MyrtleMoaningMyrtle
Ghost: Nearly Headless NickNHNick
Ghost: Bloody BaronBloodyBaron
AragogAragog
Young AragogYoungAragog
HedwigHedwig
Basilisk (according to the actor tree)Basilisk3
Basilisk (named after the character)Basilisk
GnomeGnome
SnitchSnitch
Mrs NorrisMrsNorris
FireCrabFireCrab
PigPig
Sorting HatSortingHat
TestChar*TestChar
Ford FlyingFordFlying
FawkesFawkes

*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.