
Make sure the emulator works without Rocketlauncher and all should run fine. This module will open the emulator, select the game and run it. MyGames := moduleIni.Read("Settings", "My_Games","Initial D Arcade Stage 6 AA|Let's Go Island - Lost on the Island of Tropics|Melty Blood - Actress Again Current Code|Dream Raiders|Sega Golden Gun|Sega Racing Classic|Sonic & Sega All-Stars Racing Arcade|Virtua Tennis 4",1) | separated list of the games If a new game is added to future releases all you have to do is add that game to the array on the same order as the emulatorĮxample: If Sega Golden Gun is realeased your array will be In the emulator, the games are droped-down alphabetically. If someone could help on this it will be nice.ī) change the myGames array. I could not make it work identifing the exe file which is always the same name.
#MARIO KART ARCADE GP DX TEKNOPARROT WHITE SCREEN CODE#
For future releases you will have to:Ī) Change the module code line emuPrimaryWindow := new Window(new WindowTitle("Dumb JVS Manager 0.71")).Įxample: If a new version comes out for 0.71b your line in the code will be emuPrimaryWindow := new Window(new WindowTitle("Dumb JVS Manager 0.71b")). This module is updated for TecnoParrot 0.71. Create A folder with dummy txt files with names as your games database and set it up on rocketlauncher KeyUtils.Send("")īlockInputExe.Process("Close") end script that blocks all input Please check its name that it matches what the module recognizes.") " in MyGames")īlockInputExe := new Process(moduleExtensionsPath. ThisGameArray := "myGamesArray" save the array this game was found in ThisGamePos := A_Index store the position (in the array) this game was found MyGames := moduleIni.Read("Settings", "My_Games","Initial D Arcade Stage 6 AA|Let's Go Island - Lost on the Island of Tropics|Melty Blood - Actress Again Current Code|Dream Raiders|Sega Racing Classic|Sonic & Sega All-Stars Racing Arcade|Virtua Tennis 4",1) | separated list of the gamesĮmuPrimaryWindow := new Window(new WindowTitle("Dumb JVS Manager 0.71")) SelectKey := moduleIni.Read("Settings", "Select_Key", navSelectKey,1) executable) instantiate emulator executable object Now Create a new file, name it as "Tecno Parrot.ahk" and copy / paste this code:

Go to your Rocketlauncher\modules folder and create a "Tecno Parrot" folder (it has to have the same name as you named in the "Global Emulators.ini" file. For those who want to run directly from emulator instead of GameLoader All RH.įirst you will have to add this to your "Global Emulators.ini" file located on Rocketlauncher\Settings folder:Įmu_Path=.\Emulators\Emuls\TeknoParrot_0.71\DumbJ VSManager.exeīy doing this, next time you run Rocket launcher it will reconignize Tencoparrot as an emulator.
