View Single Post
shazosbourne's Avatar
Posts: 257 | Thanked: 205 times | Joined on Jan 2010 @ Sydney, Australia
#118
Originally Posted by hawaii View Post
What version of Scrabble is this? I have 1.3.55 and it looks very different as it forces portrait mode and has a lot of image dithering and vertical lines.
Actually I installed 1.3.55 but the screenshot I got from the game, isn't great on account of it forcing portrait mode as you correctly stated.
So I "borrowed" that screenshot from the developers site.

This is the best I could do with a portrait screenshot below. I realise the screenshot should accurately depict gameplay, but apart from the location of the tile rack, I thought it was basically the same. Obviously I was wrong as it does insinuate landscape mode play.

So here is the portrait screenshot cropped to the required size. As you can see, not great.

Originally Posted by phap View Post

You have to copy each .png in /usr/share/wgames/gamesinfo/images and each .ini in /usr/share/wgames/gamesinfo/ini

Simplest way:
Code:
root
cp /home/user/Mydocs/preenv/ini/* /usr/share/wgames/gamesinfo/ini
cp /home/user/Mydocs/preenv/png/* /usr/share/wgames/gamesinfo/png
(assuming you extracted the folder /png in /home/user/Mydocs)
The images go in the "images" folder.
It should be:
Code:
cp /home/user/Mydocs/preenv/png/* /usr/share/wgames/gamesinfo/images
Attached Images
 
__________________
Everybody wants to go to heaven..............but nobody wants to go now.

Last edited by shazosbourne; 2011-03-12 at 00:13.