Outils pour utilisateurs

Outils du site


tutos:software:systemes:apogee

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
Prochaine révision Les deux révisions suivantes
tutos:software:systemes:apogee [2017/02/07 13:26]
thesalan
tutos:software:systemes:apogee [2017/02/09 19:45]
thesalan
Ligne 1: Ligne 1:
-====== Ajout du système Apogee ======+__false__
  
-Auteur : **[[https://forum.hfsplay.fr/membre2.html|micaelo14]]** 
- 
-===== Présentation ===== 
- 
-{{ http://img11.hostingpics.net/pics/310080Sanstitre1.png?nolink }} 
- 
-<WRAP center round todo 60%> 
-Description à compléter... 
-</WRAP> 
- 
-===== Installation sous RocketLauncher (ou HyperLaunch 3) ===== 
- 
-Pour ce tutoriel nous utiliserons l'émulateur [[tutos:universal-emulator|Universal Emulator]] dans sa version 1.01, et le module spécifique au système Apogee. 
- 
-{{page>tutos:universal-emulator#installation&nofooter}} 
- 
-==== Module ==== 
- 
-Pour ce tutoriel, le système Apogee à été validé avec la version 1.2 du module. 
- 
-Des versions plus récentes peuvent être disponible via RocketLauncherUI, mais si vous rencontrez des problèmes avec ces versions, voici la version 1.2 : 
- 
-<wrap lo>(Cliquez sur le titre ci-dessous pour directement télécharger le fichier)</wrap> 
- 
-<file autohotkey Universal Emulator.ahk> 
-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 
-</file> 
- 
-==== Fichier de configuration ==== 
- 
-Créez un fichier //Apogee.ini// dans le dossier Modules //Universal Emulator// 
- 
-{{http://img11.hostingpics.net/pics/315828Sanstitre1.png?nolink&688x293}} 
- 
-<file ini Apogee.ini> 
-[Settings] 
-Fullscreen=true 
-</file> 
- 
-==== Configuration de l'émulateur ==== 
- 
-Ajouter l'émulateur Alice32 dans RocketLauncher : 
- 
-  * Name : Apogee 
-  * Path : ..\Emulators\Universal Emulator\EMU.exe 
-  * Rom Extensions : rka 
-  * Module : Universal Emulator.ahk 
-  * GUI Path : 
-  * CLI Parameters : 
- 
-{{http://img11.hostingpics.net/pics/374882Sanstitre1.png?nolink&845x342}} 
- 
-==== Ajout du système ==== 
- 
-Il ne reste plus qu'à ajouter le système, en choisissant l'émulateur Apogee et en spécifiant le chemin de vos roms. 
- 
-===== Forum ===== 
- 
-Lien du sujet : [[https://forum.hfsplay.fr/post161273.html]] 
tutos/software/systemes/apogee.txt · Dernière modification: 2017/02/14 11:14 de thesalan