-
Posts
1,146 -
Joined
-
Last visited
-
Days Won
14
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by dragon57
-
Can someone do an updated Apple IIGS setup Write up?
dragon57 replied to DanTheMan1379's topic in Noobs
@sundogak, amazing, totally. I never had any early Apple machine, and at this late stage of my life, I had given up even trying to integrate this platform into my setup. Your info changes that. I really look forward to going over the steps and coming out on the other end with a wonderful, new experience. -
If you are adept at writing Windows batch files, you could create one that you call from Launchbox instead of the emulator directly. From within the batch file, parse the command line to know which rom you need, then use copy or xcopy to copy the file from the locally reference cloud location to some local directory. After the copy is done, call the emulator from the batch file and point it to the newly copied file(s).
-
Funny, I had the same question because I want to upgrade my existing controller's joysticks to Happ, possibly. Hopefully someone with experience will jump in.
-
Does the game database have a field for "vector" vs. "raster" games?
dragon57 replied to FlightRisk's topic in Features
You can start with this Vector list from the downloads section: -
MAME expects a certain format for the files it reads, so using ColEM format probably won't work. You need to find and try a different set of games which are usually called 'Software List' format.
-
Where can i get these 3D Device Banner / Icons ?
dragon57 replied to liamb2001's topic in Platform Media
If you really want to find these, all I will say is Google is your friend! -
Have you searched the LaunchBox games DB? There should be one there.
-
Have you checked permissions on the userid used to mount the share?
-
If you read page one of this thread, there are step by step instructions by myself and ateb, using two similar approaches of manually integrating the files into a Windows based RetroArch installation.
-
Nosh On This Twice - Clear Device Logos
dragon57 commented on nosh's file in Platform Console Images
-
East Tennessee, USA!
-
Looks like you are trying to write to Program Files, which is often not allowed unless the app has admin rights. Either try running the app as administrator, or change your output directory to another area, then copy the files back.
-
- 22 comments
-
- readlaunchbox
- filter
-
(and 1 more)
Tagged with:
-
@Styphelus, @Chris Kant, @Kondorito, thanks for the interest in my utility. I will see what I can do to get it release ready. It currently serves my needs well, but it does have a couple of bugs that need addressed. I initially planned on asking for testers in the appropriate forum here, but real life intervened and required me to step back from this community a bit. Now that I know there is interest, I will continue with my effort. If any of you are interested in being a tester, please contact me via PM. I don't want to hijack this section any more than necessary. Thanks again for your interest.
- 22 comments
-
- 1
-
-
- readlaunchbox
- filter
-
(and 1 more)
Tagged with:
-
I just remembered I do happen to have the a number of templates for many other systems, including Gamecube, Nintendo 64, Wii, WiiU, and WiiWare. I have updated the zip file and contact sheets above.
-
- 22 comments
-
- readlaunchbox
- filter
-
(and 1 more)
Tagged with:
-
- 22 comments
-
- readlaunchbox
- filter
-
(and 1 more)
Tagged with:
-
I have had to step away from the scene for a while because of family commitments, so nothing from me for a while. I only posted my zip because I already had the files ready to go and wanted to help out. I use a combination of one off processing in Paintshop Pro, Autokustom, and some custom written ImageMagick scripts to create my logos.
-
I have a number of blank templates posted in the download section, but not all in one place. Attached are what I have used in my own collection. Note: Many of these from from Viking's original archive, other user's archives, places around the 'net, plus my own creations. I gathered them here for ease of use only. Silver_Ring_Templates.zip
-
The setup/update does overwrite files. If you are having issues doing an update, I would suspect an anti-virus app may be interfering/locking files. I have had this same issue on one of my systems in the past and at least for me, temporarily disabling my AV app before trying to update solved the issue.
-
The links in the GameEx post still work, you just have to be logged in to the forum first before you can download.
-
If you run my command without any edits from the Images directory, it should work fine. I have tested it here repeatedly.
-
Variety is the spice of retro life! Good job, @proghodet.
-
Try this: for /d %%a in (".\*") do (copy 1.jpg "%%a\%%a.jpg") Run the command from the Images directory.