-
Posts
157 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by launchretrogirl2562
-
Crash FC25 with ryujinx emulator 1.2.7.6
launchretrogirl2562 replied to slashguns04's topic in Emulation
Do try one of the other switch emulators: https://git.citron-emu.org/Citron/Citron https://github.com/emuplace/sudachi.emuplace.app/releases -
Hi, I am using the following xaml code in my bigbox theme <controls:PrioritizedPathSelector x:Name="BackgroundFileName" FolderPath="Themes\Unified & Ultrawide\Media\Background" FileExtension=".jpg" Priority1FileName="{Binding SelectedGame.Title}" Priority2FileName="{Binding SelectedGame.ApplicationFileNameWithoutExtension}" Priority3FileName="{Binding SelectedGame.SortTitle}" Priority4FileName="{Binding Platform.NestedName}" Priority5FileName="Arcade2" /> <Image x:Name="BackgroundImage" Grid.Column="2" Grid.ColumnSpan="8" Grid.RowSpan="8" Source="{Binding PrioritizedFilePath, ElementName=BackgroundFileName}" Opacity="100" Panel.ZIndex="0" Stretch="UniformToFill" RenderOptions.BitmapScalingMode="HighQuality" /> All images with special characters in them don't show. Others work fine. From the forum I for instance learned I need to replace : with a _ So for the game title '1944: The Loop Master' that becomes on disk '1944_ The loop Master.jpg' (see the Title of the game in the screenshot from bigbox 1944.png) I even tried to add an image with removing the underscore '1944 The loop Master.jpg' However, the image just doesn't show. I followed the instructions to the letter and am confused as to why this doesn't work???
-
There is this one...not sure where I found it or who made it. (credits to the author anyway) Fujitsu FM Towns.mp4
-
for pinball M I cut a video from arcade one (credit there) channel on youtube: for pinball FX, check here : Pinball M.mp4
-
Refried Style Platform Theme Videos (16:9)
launchretrogirl2562 commented on edgemundo's file in Platform Theme Videos
-
Looking for those as well 😑
-
are you sure you have the right rom? cause jplstw22 is a pinball game. status Emulation:Preliminary http://adb.arcadeitalia.net/dettaglio_mame.php?game_name=jplstw22&search_id= i think you need the jpark roms http://adb.arcadeitalia.net/lista_mame.php?ricerca=Jurassic+Park&arcade_only=0
-
I run sega 32x with retroarch 1.19.1 See attached images for the emulator settings and the core to use
-
I had to change my emulator settings for it to work. But your detailed explanation helped me cause I also forgot to add the path to the rompath list in mame. So thanks again. And include the bios ofcourse.
-
Does the mtx need a bios file and where do I put it? Do the roms need to be put in a special directory like mtx512 or other? By following the default command line LaunchBox Default Command-Line Parameters: mtx512 -autoboot_delay 1 -autoboot_script scripts/mtx_cass.lua I can't get the roms to boot?
-
How to change load option (retroarch-Vice) for c64
launchretrogirl2562 replied to chrisbati's topic in Emulation
I did a test. I created an m3u file with the following contents : Disk1.d64:archipel.+5h/rem The game I am running is called archipelago and from the list contents of the d64 disk you can see why I use the 'archipel.+5h/rem' command in the m3u file Then I run Retroarch and load the C64 VICE core Then Load Content. Browse to the m3u file and select it As u can see the LOAD command is passed correctly to the core And the game runs fine -
How to change load option (retroarch-Vice) for c64
launchretrogirl2562 replied to chrisbati's topic in Emulation
I hear your problem but I also do not have a proper solution. If it were up to me I would just download Zombeaver's collection and go with that. All the work has already been done, and if you want to add games to it, customize it, then it is easy to find out how to do. Maybe not a direct answer to your question but in the end,...it serves the same purpose. -
c64 C64 Dreams (massive curated C64 collection)
launchretrogirl2562 replied to Zombeaver's topic in Emulation
hi Zombeaver, can you provide an update on your progress on c64dreams? i did check discord but couldnt find a current status. do you plan to use the latest version of retroarch? anyway, thanks again for your work on this wonderful project! -
agree wholeheartedly with that statement! however, when it comes to other systems like hyperspin, retrobat, batocera, coinops....i would still always choose launchbox over all others.
-
shouldn't the element name 'bezel' also be referenced somewhere in your view name. Like for instance.... <!-- invaders.lay --> <mamelayout version="2"> <element name="bezel"> <image file="Bezel.png" /> </element> <element name="backdrop_m"> <image file="backdrop_moon_midway.png" /> </element> <element name="overlay_m"> <rect> <bounds left="0" top="0" right="224" bottom="260" /> <color red="1" green="1" blue="1" /> </rect> <rect> <bounds left="0" top="184" right="224" bottom="240" /> <color red="0.125" green="1" blue="0.125" /> </rect> <rect> <bounds left="16" top="240" right="134" bottom="260" /> <color red="0.125" green="1" blue="0.125" /> </rect> <rect> <bounds left="0" top="32" right="224" bottom="64" /> <color red="1" green="0.125" blue="0.125" /> </rect> </element> <view name="Upright_Artwork"> <screen index="0"> <bounds x="0" y="0" width="195" height="260" /> <color alpha="0.8" /> </screen> <element ref="bezel"> <bounds x="0" y="0" width="xxx" height="xxx"/> <-- fill in your desired height and width </element> <element ref="overlay_m" blend="multiply"> <bounds x="0" y="0" width="195" height="260" /> </element> <element ref="backdrop_m" blend="add"> <bounds x="0" y="0" width="195" height="260" /> <color alpha="0.3" /> </element> </view> </mamelayout>
-
There are three ways to update or install it. From the 'edit emulator' option From the 'add emulator' option From the import Roms option
-
I discovered the cause of the issue. I had two dolphin versions installed. One for Nintendo Gamecube and WII. One for Sega Triforce. The dolphin version required to run Triforce are only the older versions of dolphin found here : https://dolphin-emu.org/download/list/Triforce/ The notification thus comes from the triforce dolphin. I think the dolphin plugin also checks that version and throws the notification error. However, from my knowledge,...Sega Triforce can only be run in one of the older builds of dolphin from the list of versions in the link above. So either I have to get used to getting two notification popups each time I open the manage emulators screen OR the dolphin plugin or other code needs to take into account that Sega Triforce can only be run in those older versions of dolphin.
-
Are there any further details about this issue?
-
Plugin version for dolphin is 1.2 (released 26 july) There are no updates available for the plugin. and I have downloaded the emulator for dolphin with version 2407-240
-
I get the following notifications from launchbox when opening the emulators window : My parameters with dolphin are -b -e I checked github and they have them as correct on their information page https://github.com/dolphin-emu/dolphin/blob/master/Readme.md Did something change due to last version? I am running 13.16 beta2
-
i also have the THOMSON in my collection. would be nice to have it added.
-
The github also describes a step where you need to update the gamecontrollersdb.txt file this is the latest version of gamecontrollerdb.txt (try with an updated version) https://github.com/mdqinc/SDL_GameControllerDB/blob/master/gamecontrollerdb.txt A search for the ipac ultimate gave me no results however. Not sure if it is related to your issue however? You can try making your own mapping for the iPac with the SD2 gamepad tool https://github.com/mdqinc/SDL_GameControllerDB https://www.generalarcade.com/gamepadtool/ and add that line to gamecontrollerdb.txt
-
c64 C64 Dreams (massive curated C64 collection)
launchretrogirl2562 replied to Zombeaver's topic in Emulation
-
c64 C64 Dreams (massive curated C64 collection)
launchretrogirl2562 replied to Zombeaver's topic in Emulation
Could you send me some examples of manuals or pages you would like to see upscaled. No guarantee of course, but I sure can give it a go and see what the result would be. If it turns our to be successful I wouldn't mind to write you a how-to so you can do it yourself. -
c64 C64 Dreams (massive curated C64 collection)
launchretrogirl2562 replied to Zombeaver's topic in Emulation
starts at 21:30