Page 1 of 1

Adding your own character portraits to the game.

PostPosted: Thu Jul 28, 2016 8:28 am
by Elendil / Redshift
This only works on the new versions, not on the old iPhone version, sorry.

Create the following folder hierarchy:
  • On Windows: "data/worlds/bres", in the game's folder.
  • On the Mac: "The Quest/worlds/bres", in the Documents folder.
  • For iOS and Android: "data/worlds/bres", anywhere on your computer, but see a later step.
Put an image in the innermost folder ("bres"), named "head01". The image must be a BMP file (so "head01.bmp"). It must be 128x128 pixels and 24 bit true color, without any extra metadata (like color space information). So a simple bmp file.

For the iOS: copy the "data" folder to your device, using iTunes (drag and drop the folder, "Add File..." won't work, sync after the copy).

For Android: copy the "data" folder to your device, into the "Android/data/hu.redshift.thequest/files" folder.

Restart the game (if it's been running).

Look over the portraits in game until you find your addition. If you've already created your character, just click on the portrait on the character screen.

This replaces one of the built in character portraits. But if you want custom portraits, that shouldn't be a problem. :)

The game will use a maximum of 15 images (head01 - head15).

Re: Adding your own character portraits to the game.

PostPosted: Mon Oct 03, 2022 12:33 am
by Gaz
Hi guys i have an issue that claimes this:

The Quest: Error in source\fen\Graphics\BMP.cpp at line 384

Re: Adding your own character portraits to the game.

PostPosted: Mon Oct 03, 2022 9:45 am
by Elendil / Redshift
You are not using the right kind of BMP files. ;)

As written in the main post, the BMP files must be 24 bit true color without any additional medatada.
I can't tell what exactly is wrong with your files but try loading them into an image editor and exporting them as 24 bit BMPs (without anything extra, like color space information or alpha channels or the like).