ANY chance in hell to add Coolcv? Its VERY frustrating not being able to add custom emulators... Please tell me I am missing something here? Please?
ColEm56 Simply does not support original controllers and where near Coolcv does... For example Vision-daptor...
CoolCv Colecovision Emulator
This emulator will be added to the next version of mGalaxy.
If you want to use it right now, this is how to process:
Open "mGalaxy\Data\Definition\Emulators.xml" file with a text editor
Just after the <Emulators> tag (line 2) insert this text by copy/paste:
Copy the file attached to this post (CoolCV.au3) into "mGalaxy\Data\Scripts"
From there, you will be able to use CoolCV!
Just note that if you want to run it fullscreen, you will have first to open CoolCV standalone, press Alt-Enter to switch to fullscreen, then Alt-F4 to quit CoolCV...for the fullscreen setting to be kept in memory!
If you want to use it right now, this is how to process:
Open "mGalaxy\Data\Definition\Emulators.xml" file with a text editor
Just after the <Emulators> tag (line 2) insert this text by copy/paste:
So the final text should look like this:<Emulator name="CoolCV" hidden="true">
<Systems>
<System name="Coleco Colecovision" option="" script="true" cmd=""%path\%file%ext"" extensions=".col,.rom,.zip"/>
</Systems>
<Requirement/>
</Emulator>
Don't forget to save!<?xml version="1.0" encoding="utf-8"?>
<Emulators>
<Emulator name="CoolCV" hidden="true">
<Systems>
<System name="Coleco Colecovision" option="" script="true" cmd=""%path\%file%ext"" extensions=".col,.rom,.zip"/>
</Systems>
<Requirement/>
</Emulator>
<Emulator name="1964, 1964 UltraFast" hidden="false">
<Systems>
<System name="Nintendo 64" option="" script="true" cmd="-f -g "%path\%file%ext"" extensions=".n64,.z64,.zip"/>
</Systems>
<Requirement>
<b>To quit emulator using the ESC key</b>
This feature is not available in the emulator. mGalaxy will take care of it with a script.</Requirement>
</Emulator>
...
Copy the file attached to this post (CoolCV.au3) into "mGalaxy\Data\Scripts"
From there, you will be able to use CoolCV!
Just note that if you want to run it fullscreen, you will have first to open CoolCV standalone, press Alt-Enter to switch to fullscreen, then Alt-F4 to quit CoolCV...for the fullscreen setting to be kept in memory!