Pour bien commencer l'année 2006, j'ai compilé un executable Windows qui intègre la fonction 'Image overlay' à partir du Patch de Boux.
Voici la marche à suivre :
1- Téléchargez le pack zippé contenant les fichiers celestia_overlay.exe, custom.png, custom_cockpit.png et lisez_moi_overlay.txt.
<a href='http://vincent.gian.club.fr/celestia/ce ... verlay.zip' target='_blank'>http://vincent.gian.club.fr/celestia/ce ... lay.zip</a>
2- Dézippez le pack directement dans le dossier racine celestia
3- Ouvrez votre fichier celestia.cfg d'origine avec Notepad (Bloc note), supprimez les lignes :
Code: Select all
#------------------------------------------------------------------------
# LogoTexture defines the graphic file to be displayed when Celestia is
# started. The default filename is "logo.png"
#------------------------------------------------------------------------
LogoTexture "logo.png"
Code: Select all
# patch for celestia.cfg: edit your file to declare your custom texture
#------------------------------------------------------------------------
# LogoTexture defines the graphic file to be displayed when Celestia is
# started. The default filename is "logo.png"
# CustomTexture defines the graphic file to be displayed when toggling the F9 key.
# The default filename is "custom.png"
#------------------------------------------------------------------------
LogoTexture "logo.png"
CustomTexture "custom.png"
Si vous voulez utiliser l'image custom_cockpit.png, il suffit d'ouvrir celestia.cfg et de remplacer la ligne...
Code: Select all
CustomTexture "custom.png"
Code: Select all
CustomTexture "custom_cockpit.png"
@+
Vincent