Fora

FlatOut 2

Autor Odpowiedzi
Jump to the page: 1 - 2
Berillions Tuesday 20 October 2009 at 22:12
Berillions

Because there isn't a command in your script to create an icon for your game. :)

Have you got an icon in your CDROM?
If yes and its a .ico, use this command in your script:
convert "$CDROM/NAME.ico" -geometry 32x32 "$REPERTOIRE/icones/32/$GAMENAME"

OR if the game's icon is in ~/.local/share/icon and not in your CDROM, you must to check if her size is 32x32 pixels. But, the name is different when you install the game so give me the name in your ~/.local/share/icon and I could give you the command.

Sorry for my english, i'm french scriptor :)

NSLW Wednesday 21 October 2009 at 10:42
NSLW

If yes and its a .ico, use this command in your script:

Cytuj

it doesn't always has to be ico
Berillions Wednesday 21 October 2009 at 13:57
Berillions

Yes I know NLSW, it's an example :)

Jesteś tutaj: Index > Your creations. > FlatOut 2