PDA

View Full Version : Player uploaded token. Where is it stored?



wframe
December 6th, 2021, 19:05
My player uploaded his own token when he created his character for my game. I assumed I'd be able to access it (I need it for something I'm doing in that game), but I have searched high and low and I do not see where it was stored. Does anyone know how I can find it? Or is it hopelessly wrapped up in a data file?

Trenloe
December 6th, 2021, 19:18
It's in the campaign \portraits directory, with a filename of the PC database ID. Copy all of those files out into a different directory, add a .png file extension and you can open the files in a standard graphics app.

wframe
December 6th, 2021, 19:24
It's in the campaign \portraits directory, with a filename of the PC database ID. Copy all of those files out into a different directory, add a .png file extension and you can open the files in a standard graphics app.

Trenloe, you are a gorram wizard. Thank you so much!