

6:05 pm
November 19, 2019

Firstly activate Amiga in Main Coinops menu as a system, to do this browse to Collections/Main/Menu , inside there you will see a folder called "removed collections" copy the txt file amiga from this folder to the previous folder called Menu. Menu contains all the active collections that appear in your coinops next install and display in the bottom scroll bar.
Next browse to Emulators/WinUAE/Configurations/Host in there you will see the selection of games already selectable, Barbarian, Ik+, Superfrog & Uridium, to add other games to this go into the folder called "Other UAE" and copy out the games from there into your Emulators/WinUAE/Configurations/Host, these will now appear on the Amiga Wheel as a clickable text link to run the game, finally drop your Cover, Logo & Video files for each amiga game into there respective folders in Collections/Amiga/Medium_Artwork to get the front end looking tidy.
ObiWan
If you have no sound in Amiga then you need to set the correct driver/soundcardname in the uae files.
eg, in my UAE files, I have my sound set as
win32.soundcard=0
win32.soundcardname=WASAPI:Default Audio Device
once you have confirmed the correct one, do a batch/replace on all the .uae files to have sound in all games.
it could be something like:
win32.soundcard=4
win32.soundcardname=Primary Sound Driver
that might work for you but either way, you would need to do some tinkering.
uae files will be located under either of the following (depending on what they are)
Amiga Games: emulators\winuae\configurations\host
Amiga CD32: emulators\winuae\configurations\host
9:59 am
Ken
March 11, 2020

Hi!
After several hours I got a result for a batch to change some strings in several .uae files! I´m not firm in batch programs, so I combined several solutions and changed them to my requirements.
Here my solution :
@echo off
echo ****************************************************************************************
echo *Create a folder “work” in C:/ and copy your .uae files to it.*
echo ****************************************************************************************
cd C:\work\
echo.
REM zu aendernde Zeile Festlegen
set /p Zeile=”Enter the Row you want to change (including the =) : “
echo.
REM zu aendernden Wert festlegen
set /p Wert=”Enter your changes (all behind the =) : “
echo.
echo.
echo.
echo Zeile %Zeile% wird mit dem Wert %Wert% geaendert und entstandene Duplikate werden entfernen
echo.
echo.
echo.
echo Please wait…. because of the amount of your files it will take a while!
for /f “delims=,” %%a in (‘dir /S /B *.uae’) do powershell -EP ByPass -C “(gc ‘%%a’) -replace ‘(%Zeile%).*’,(‘%Zeile%’ + ‘%Wert%’) | sc ‘%%a'”
echo.
echo.
echo FINISH!
echo.
set /p warten=”Press ‘Enter’ to close”
Hope this will help!
Greetings Thorsten
1 Guest(s)
