Outils pour utilisateurs

Outils du site


tutos:software:systemes:apogee
Cette version est dépassée. Une version approuvée plus récente existe.DiffCette version (2017/02/02 14:57) est en ébauche.
Approuvés: 0/1

Ceci est une ancienne révision du document !


Apogee

Tutoriel original : micaelo du 28/04/2016

Descriptif :

Descriptif :


Pour être honnête je ne sais pas trop d'ou vient cette bécane ^^

L'émulateur à utiliser est Universal Emulator en version 1.01

nous utiliserons ce module:

Module :

Module :

MEmu = Universal Emulator
MEmuV = 1.01
MURL = http://bashkiria-2m.narod.ru/index/files/0-11
MAuthor = craiganderson
MVersion = 1.2
MCRC =
iCRC =
MID =
MSystem = "Apogee","BK 0011","Lviv PC-01","Mikrosha","Vector-06C"

;----------------------------------------------------------------------------
;Notes: Enable/Disable Fullscreen in HLHQ System Settings
;It appears that Hyperspin needs to be run as an administrator for the BlockUserInputTime to function properly.
;Because Hyperspin is being run as an administrator, xpadder requires to be run as an administrator as well.
;BlockUserInputTime: When Running Lviv PC-01: This emulator automatically types commands on the screen to load games. User input can interfere with this. BlockUserInputTimedefines how long user input is blocked in order to allow the emulator to load the game. The default setting is 13 seconds (13000). Increase this setting if your system is having difficulty. It can be changed in HLHQ SYSTEM settings
;----------------------------------------------------------------------------

StartModule()
FadeInStart()

BlockInput, On ;It appears that Hyperspin needs to be run as an administrator for this command to function. This is most important for "Lviv PC-01."

BlockUserInputTime = 3000; default for all systems
If (systemName = "Lviv PC-01")
{ BlockUserInputTime = 13000;default for "Lviv PC-01"
}

Fullscreen := "false"
settingsFile := modulePath . "\" . systemName . ".ini"
BlockUserInputTime := IniReadCheck(settingsFile, "Settings", "BlockUserInputTime","true",,1)
Fullscreen := IniReadCheck(settingsFile, "Settings", "Fullscreen","true",,1)

7z(romPath, romName, romExtension, 7zExtractPath)

Run(executable . " """ . romPath . "\" . romName . romExtension . """ ", emuPath)

SetTitleMatchMode, RegEx
SetTitleMatchMode, Fast

WinWait("ahk_class Afx:400000:b:10003:6")
WinWaitActive("ahk_class Afx:400000:b:10003:6")
Sleep, BlockUserInputTime
BlockInput, OFF

If Fullscreen = true
{ Sleep,1000
WinMenuSelectItem, ahk_class Afx:400000:b:10003:6, , 2&, 9&
}

FadeInExit()
Process("WaitClose", executable)
7zCleanUp()
FadeOutExit()
ExitModule()

CloseProcess:
FadeOutStart()
Process, Close, EMU.exe
Return

il faut créer également un Apogee.ini à mettre dans le dossier du module Universal Emulator

Apogee.ini :

Apogee.ini :

[Settings]
Fullscreen=true

Configurer RL ainsi:

Et roule :D

tutos/software/systemes/apogee.1486043849.txt.gz · Dernière modification: 2017/02/02 14:57 de oijkn