Het forum

FlatOut 2

Auteur Antwoorden
Jump to the page: 1 - 2
Berillions Dinsdag 20 October 2009 om 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 Woensdag 21 October 2009 om 10:42
NSLW

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

Citeer

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

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

Je bent hier: Index > Your creations. > FlatOut 2