Page 1 sur 1

Jeu Ms-Dos sous Hyperspin

Publié : 20 sept. 2013 - 22:21
par slinrob
Salut

Je n'arrive pas à lancer des jeux Ms-Dos avec l'émulateur Dfend avec Hyperspin.
Quelqu'un peux t'il m'aider, un Tuto par exemple ;-)

Merci pour vos conseils


Re: Jeu Ms-Dos sous Hyperspin

Publié : 20 sept. 2013 - 23:05
par soft-bug
Hello,

Voilà ce que j'ai trouvé :

else if (systemName = "DOS" executable = "DFend.exe")
{
   hideDesktop()
   Hotkey, %exitEmulatorKey%, CloseProcess
   Gui +AlwaysOnTop -Caption +ToolWindow
   Gui, color, 0
   Gui Show, x0 y0 h%A_ScreenHeight% w%A_ScreenWidth%, HSHIDE
   RunWait, %emuPath%%Executable% "%romName%", Hide UseErrorLevel
   Process, WaitClose, DOSBox.exe
   Gui Destroy
   WinActivate, HyperSpin
}Make a dir and put a blank txt file for each game in there. This is your roms dir for HS. Make sure dfend has the games setup with the same name you use in your HS xml.

Re: Jeu Ms-Dos sous Hyperspin

Publié : 22 sept. 2013 - 00:58
par slinrob
Personne n'a réussi a faire tourner un jeu ms dos sous hyperspin ? (avec dfend ou autre )


Re: Jeu Ms-Dos sous Hyperspin

Publié : 22 sept. 2013 - 01:03
par slinrob
Hello,

Voilà ce que j'ai trouvé :

else if (systemName = "DOS" executable = "DFend.exe")
{
   hideDesktop()
   Hotkey, %exitEmulatorKey%, CloseProcess
   Gui +AlwaysOnTop -Caption +ToolWindow
   Gui, color, 0
   Gui Show, x0 y0 h%A_ScreenHeight% w%A_ScreenWidth%, HSHIDE
   RunWait, %emuPath%%Executable% "%romName%", Hide UseErrorLevel
   Process, WaitClose, DOSBox.exe
   Gui Destroy
   WinActivate, HyperSpin
}Make a dir and put a blank txt file for each game in there. This is your roms dir for HS. Make sure dfend has the games setup with the same name you use in your HS xml.Peux tu être un peu plus explicite stp ?

J'aimerai vraiment faire des wheels et vidéos pour des jeux Ms-Dos mais il faut déjà que j'arrive à faire fonctionner les jeux avec hyperspin.