Forums

FlatOut 2

Auteur Réponses
Jump to the page: 1 - 2
Berillions Mardi 20 Octobre 2009 à 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 Mercredi 21 Octobre 2009 à 10:42
NSLW

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

Citer

it doesn't always has to be ico
Berillions Mercredi 21 Octobre 2009 à 13:57
Berillions

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

Vous êtes ici: Index > Your creations. > FlatOut 2