Have trouble running Grimrock 1 or you're wondering if your graphics card is supported? Look for help here.
Valber
Posts: 2 Joined: Thu Dec 20, 2012 4:03 pm
Post
by Valber » Thu Dec 20, 2012 4:16 pm
Does anyone know where to put custom portraits on a Linux?
The location for the windows version (Documents/Almost Human/Legend of Grimrock/Portraits) does not work.
Code: Select all
valber@Asuka:[Download]$ ls /opt/legend-of-grimrock/*
/opt/legend-of-grimrock/Grimrock /opt/legend-of-grimrock/Grimrock.bin.x86_64 /opt/legend-of-grimrock/grimrock.dat /opt/legend-of-grimrock/grimrock.png
/opt/legend-of-grimrock/lib64:
libfreeimage.so.3 libminizip.so.1 libogg.so.0 libopenal.so.1 libSDL2-2.0.so.0 libvorbisfile.so.3 libvorbis.so.0
Valber
Posts: 2 Joined: Thu Dec 20, 2012 4:03 pm
Post
by Valber » Thu Dec 20, 2012 7:20 pm
Hello all!
I copied .tga files into ~/.local/share/Almost Human/Legend of Grimrock/Portraits
But LoG don't see it.
antti
Posts: 688 Joined: Thu Feb 23, 2012 1:43 pm
Location: Espoo, Finland
Contact:
Post
by antti » Thu Dec 20, 2012 7:43 pm
First thing I would check is to see if the .tga itself is made to the correct specs. Could you try out if placing this file in the folder works:
https://dl.dropbox.com/u/3876730/custom ... mplate.tga
Edit: oh, and if there's other Linux users out there willing to help, you could also check if the custom portraits work for you so we know that is this an isolated issue or not.
Steven Seagal of gaming industry
Gigadoc 2
Posts: 3 Joined: Thu Dec 20, 2012 4:46 am
Post
by Gigadoc 2 » Thu Dec 20, 2012 8:07 pm
This is not an isolated issue, i seem to have the same problem, using your template.
antti
Posts: 688 Joined: Thu Feb 23, 2012 1:43 pm
Location: Espoo, Finland
Contact:
Post
by antti » Thu Dec 20, 2012 8:16 pm
Thanks, we've located the issue. Until a proper fix is issued, you can work around it by creating a symlink. Here's the recipe:
Code: Select all
cd ~/.local/share/Almost\ Human/Legend\ of\ Grimrock/
ln -s Portraits portraits
You can probably see where the problem lies..
Steven Seagal of gaming industry
Gigadoc 2
Posts: 3 Joined: Thu Dec 20, 2012 4:46 am
Post
by Gigadoc 2 » Thu Dec 20, 2012 9:11 pm
antti wrote: You can probably see where the problem lies..
Yes, indeed
Many thanks for your quck response