Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - hermine.potter

Pages: 1 ... 21 22 [23] 24 25 ... 52
331
General / Re: fan always turning on when playing videos
« on: October 14, 2019, 10:28:11 AM »
try

332
General / Re: Mame - random black screen at launch
« on: October 13, 2019, 04:00:26 PM »
Mame - No focus
try

cant launch games anymore:
try resfix

333
Emulators / Re: Window problem with FS-UAE Launcher
« on: October 11, 2019, 12:02:20 AM »
fs-uae : don't know

resfix nothing changes :
start AM > Tab button > Plug-Ins > move to resfix > see description below : "..recreate the Attract-Mode window when returning from a game..."

334
General / Re: How to create a display list of machines ?
« on: October 08, 2019, 10:54:51 PM »
to get an impression, how filter works:
here
here
here

just edit your romlist and set specific amiga system as an category (c64, c128 and so on) and switch via hotkey between filters. See

but all commodore / amiga systems are to much.
so it's probably better to create a display per system (one for c64, one for cd32 and so on).

335
General / Re: How to create a display list of machines ?
« on: October 06, 2019, 10:14:05 PM »
or using filter

336
Emulators / Re: Argument for games NeoGeo CD with Raine ?
« on: October 04, 2019, 12:08:00 PM »
and with which did you start it successfully from commandline?
what is the full commandline?

337
Emulators / Re: Argument for games Amiga CD32 with FS-UAE ?
« on: October 04, 2019, 01:22:17 AM »
i'm not using this parameters, so can't help you.

i've download a set of shaders from here for testing.

this parameter worked, to start a game with blur effect from commandline:
Code: [Select]
"C:\attract\EMU\amiga\Windows\x86-64\fs-uae.exe" --shader="C:\attract\EMU\amiga\Windows\x86-64\shaders\scanlines-nonlinear-blur.shader" --floppy-drive-0="C:\attract\EMU\amiga\ROMS\mytestgame123.adf"
Another test-shader-files from another website do not worked for me.
fs-uae told me (after starting a game via commandline), that system starts without any shader effects.

so there is maybe not every shader file suitable or need a specific file structure for fs-uae? don't know.

-ask support of fs-uae
-rtfm
-use search engine of choice

338
Emulators / Re: Argument for games NeoGeo CD with Raine ?
« on: October 03, 2019, 11:14:21 PM »
@Sebiohazard
what are the arguments/complete commandline, to load a game with raine32.exe successful from commandline?

339
Emulators / Re: Argument for games Radio Shack TRS-80 ?
« on: October 03, 2019, 10:47:40 PM »

340
General / Re: Intro video on Dynamic Maquee.
« on: October 02, 2019, 11:30:43 AM »
check where your artworks of your desired display are stored.

as an example, i've got a display called zsnes.
artwork is stored under C:\attract\scraper\zsnes
if i want to play a standard video, i have to copy a video to flyer folder and rename it to same as display : zsnes.mp4

or do you mean something like this:
you scroll to next game > video1 plays and ends > video2 start playing

341
Emulators / Re: Problem leaving SSF emu, AM crashes
« on: October 02, 2019, 07:18:55 AM »
you have to add the exact name of your display (see attract-folder\emulator), did you?
my display for Sega Saturn is named "Sega Saturn".
i'm using "EmuHawk" for sega saturn games.

it works with this config:
Code: [Select]
executable           "C:\attract\EMU\Sega Saturn\EmuHawk.exe"
args                 --fullscreen "[romfilename]"
rompath              C:\attract\EMU\Sega Saturn\ROMS
romext               .cue

342
Emulators / Re: Argument for games Amiga CD32 with FS-UAE ?
« on: October 02, 2019, 03:19:14 AM »
There are various options, launching amiga games via fs-uae (it's not necessary to extract zip-files (and it's not necessary to mount extracted cue/iso-files)):

- start via fs-uae configuration file for each game
- start via combination of configuration file and command line
- start games via command line directly

Important : get an official version of CD32 Kickstart 3.1 ROM (and for some games an extended Kickstart ROM)



>start via fs-uae configuration file for each game

-download FS-UAE, FS-UAE Launcher & FS-UAE Arcade (incl. portable mode)

-start Launcher.exe

-set:
amiga-model : CD32
kickstart-rom : 3.1
extended kickstart rom : cd32 extended rom
cd drive : a cd32-game as zip (or iso file)

-save configuration file (now it's saved to C:\Users\your_username\Documents\FS-UAE\Configurations)

-it contains this:
Code: [Select]
[fs-uae]
amiga_model = CD32
cdrom_drive_0 = Path_to_your_roms\mygame123.zip
kickstart_ext_file = Path_to_your_extended_Kickstart-ROM/CD32 Extended-ROM.rom
kickstart_file = Path_to_your_Kickstart-ROM/Kickstart-ROM.rom

-rename the config file to game name (e.g. mygame123.fs-uae)

-start it from commandline:
Code: [Select]
"Path_to_FS-UAE\launcher.exe" "Path_to_your_configuration-file\mygame123.fs-uae"
I've created a batch-file-generator (with fullscreen). just drag n drop the game-zip-file over this CREATOR.bat:
Code: [Select]
@echo off

set model=CD32
set extended=Path_to_EXTENDED_KICKSTART\EXTENDED-KICKSTART.rom
set kickstart=Path_to_KICKSTART\KICKSTART.rom


echo [fs-uae] > "%~n1.fs-uae"
echo amiga_model = %model% >> "%~n1.fs-uae"
echo kickstart_ext_file = %extended% >> "%~n1.fs-uae"
echo kickstart_file = %kickstart% >> "%~n1.fs-uae"
echo cdrom_drive_0 =  %~1 >> "%~n1.fs-uae"
echo fullscreen = 1 >> "%~n1.fs-uae"

-add it to AM (depending to your paths):
Code: [Select]
executable           "C:\attract\EMU\amiga\Launcher.exe"
args                 "[romfilename]"
rompath              C:\attract\EMU\amiga\ROMS\CD32
romext               .fs-uae



>start via combination of configuration file and command line

get FS-UAE emulator only (No configuration GUI) from FS-UAE-Website

-create a general/default.fs-uae with this parameters:
Code: [Select]
[fs-uae]
amiga_model = CD32
kickstart_ext_file = Path_to_your_extended_Kickstart-ROM/CD32 Extended-ROM.rom
kickstart_file = Path_to_your_Kickstart-ROM/Kickstart-ROM.rom

-add to AM:
Code: [Select]
executable           "C:\attract\EMU\amiga\Windows\x86-64\fs-uae.exe"
args                 "C:\attract\EMU\amiga\Windows\x86-64\default.fs-uae" --fullscreen --cdrom-drive-0="[romfilename]"
rompath              C:\attract\EMU\amiga\ROMS\CD32
romext               .zip



>start games via command line directly

-add to AM:
Code: [Select]
executable           "C:\attract\EMU\amiga\Windows\x86-64\fs-uae.exe"
args                 --amiga-model=CD32 --kickstart_ext_file="Path_to_your_EXTENDED-KICKSTART.rom\CD32 Extended-ROM.rom" --kickstart_file="Path_to_your_KICKSTART.rom\Kickstart-ROM.rom" --fullscreen --cdrom_drive_0="[romfilename]"
rompath              C:\attract\EMU\amiga\ROMS\CD32
romext               .zip

343
General / Re: SSF emulator with SSFLoader plugin
« on: September 28, 2019, 02:48:13 AM »

344
Emulators / Re: Problem leaving SSF emu, AM crashes
« on: September 28, 2019, 02:47:11 AM »
do you have activated resfix for your emulator system (the name of emulator display ) in AM?
Start AM > press TAB key > Plug-ins > ResFix > Enabled : yes > Specific Emulators : name of your emulator system

345
General / Re: Hi! Scanning names and data form roms
« on: September 28, 2019, 02:44:30 AM »
do you have already existing textfiles (or another filetype), containing filename to correct game name?

Pages: 1 ... 21 22 [23] 24 25 ... 52