Forums

Screamer CD

Auteur Réponses
nasra Lundi 23 Juin 2008 à 12:59
nasra

Bonjour,
Voici un script pour Screamer 1 (jeu DOS en version CD).

Si quelques bonnes âmes peuvent me dirent pourquoi il ne fonctionne pas après l'installation alors que le jeu tourne sous dosbox.

#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"

cfg_check

#Presentation
presentation "Screamer" "Graffiti - Virgin" "" "Aisyk" "Screamer" 1

Ask_For_cdrom 2
Check_cdrom "install.bat"

select_prefixe "$REPERTOIRE/wineprefix/Screamer"
creer_prefixe

cd $WINEPREFIX/drive_c/
start_dos D:\STARTH.EXE

creer_lanceur_dos "Screamer" "SCREAMER" "STARTH.EXE" "" "Screamer"


Merci !

Birth retrogamer, linuxgamer since 2007
nasra Jeudi 20 Aoüt 2009 à 16:06
nasra

Bonjour,
Voici un script pour Screamer 1 (jeu DOS en version CD).

Si quelques bonnes âmes peuvent me dirent pourquoi il ne fonctionne pas après l'installation alors que le jeu tourne sous dosbox.

#!/bin/bash
if [ "$PLAYONLINUX" = "" ]
then
exit 0
fi
source "$PLAYONLINUX/lib/sources"

cfg_check

#Presentation
presentation "Screamer" "Graffiti - Virgin" "" "Nasra" "Screamer" 1

Ask_For_cdrom 2
Check_cdrom "install.bat"

select_prefixe "$REPERTOIRE/wineprefix/Screamer"
creer_prefixe

cd $WINEPREFIX/drive_c/
start_dos D:STARTH.EXE

creer_lanceur_dos "Screamer" "SCREAMER" "STARTH.EXE" "" "Screamer"


Merci !

Quote from nasra

Birth retrogamer, linuxgamer since 2007
Vous êtes ici: Index > Vos créations > Screamer CD