Jump to content
LaunchBox Community Forums

tycho

Members
  • Posts

    99
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by tycho

  1. I'd like to follow up on this, because I'm having issues with DOSBox launching from LaunchBox as well.

    For example, launching Space Quest IV using DOSBox. When launched from LB:

    • Game launches with proper MT-32 music

    • Digitized sound is non-existant - no sound effects or speech

    Running DOSBox manually, then starting SQ4 from inside the DOS environment:

    • Game launches with proper MT-32 music

    • Digitized sound works perfectly fine

    I feel like the "default" LaunchBox .conf file is messing with something, but I don't know where that file is located.

  2. I dunno, maybe I'm barking up the wrong tree here, but I'd been using DOSBox 0.74-3 for a long time, as well as DOSBox ECE that I use specifically for games that I use a modern gamepad with, and I never had any issues. I had been running it on a Windows 10 PC, with a GTX 1070 at 4K resolution, and all my games ran spectacularly. I had custom config files for many games, but I usually just picked from three config files for the most part. Most games I have use Sound Blaster emulation, but I have a Roland MT-32 emulator for games that support that. Everything ran fine from LaunchBox.

    I recently swapped my 1070 for an RTX 3080, but I hadn't tested my DOS games because I had no reason to think anything would be affected. Today, after four months of using the new 3080, I booted up a DOS game and I found some hinky things. I have some games that I got from the exoDOS pack, and some of those have a sort of "pre-run" selection screen, where you choose what sound emulator or graphics mode to use for the game - this screen shows up garbled, and I cannot read the text. If I guess the correct settings and start the game, SB sound stutters terribly, and MT-32 sound slows down when loading graphics (transitions, animations, etc.). When I exit the game, the command line interface shows just fine.

    Some further testing showed more irregular sound behavior: Launching Space Quest IV from LaunchBox, then choosing MT-32 music at the "pre-run" screen loads the game and the MT-32 emulation, but then I don't get SFX (Sound Blaster audio). But running DOSBox manually (via command line, not within LaunchBox) with the same .conf file, then starting SQIV via the same batch file and choosing the same audio options runs the game with both proper MT-32 music and SB audio. Both methods still give me stuttering audio.

    Since I have not changed any settings or made any changes besides the video card, I'm assuming that is the issue, but maybe could be LaunchBox? Does anyone have any ideas for troubleshooting?

    P.S.: ScummVM games - and all other emulators I use - still run perfectly in every way.

  3. 2 hours ago, Sbaby said:

    obviously I don't intend to delete the appdata folder hahaha. I meant how not to use it for scummvm but use the launchbox scummvm folder also for the ini

    I suppose you can use the same method outlined above using the ScummVM folder included in Launchbox's Third Party folder; the reason I made a copy in my Emulators folder was for the sake of avoiding any potential issues. A future Launchbox update may or may not change that folder, and then I'd be up a creek. That happened to me with my DOSBOX configurations when Launchbox moved the DOSBOX installation to that third party folder about a year ago. Simply moving the folder screwed up literally all my custom configs I had set up for DOSBOX, and it fixing them all took a lot of my time.

  4. 43 minutes ago, Sbaby said:

    Hi, haven't you found an easier way to make scummvm portable together with launchbox by canceling the appdata folder and without doing all this batch files work?

    I'm not sure how one might "cancel" a windows system folder; ScummVM will, by default, create a folder for itself in %appdata% and place its configuration file there the first time you run it. If you delete the folder, the program will create it again unless you take the steps in my instructions.  Doing that and making the batch files forces ScummVM to use your local configuration file with the relative path information.

    @epicfail's plugin effectively does exactly what I did - it makes batch files to launch each ScummVM game you have. The problem with the plugin is that it hasn't been updated in a while, the instructions are garbage, and it's not clear what the plugin is doing at any given moment.

  5. On 8/4/2021 at 1:59 PM, Son Gokuu said:

    How could I import ScummVM games using Scummvm.exe instead ScummvmLauncher.exe as an emulator, for being able to use the command line?

    And no using .bat

    I know that I can import games clicking on adding, choosing the name of the game and the platform (ScummVM) and choosing  the tab "ScummVM" (checking "Use ScummVM only for this game")

    But this is without configuring ScummVM as an emulator so I cannot write a command line for the "portable" ScummVM.ini 

    I think in order to use command line functionality, bat files are needed. ScummVM doesn't look for a specific file, per se, but a folder. I did not have any success adding ScummVM as an "emulator" with command line parameters in Launchbox, simply because I could not target a folder in the Launchbox game options. Using the combination of the .ini file and batch files as outlined in my instructions above, however, works great.

    • Thanks 1
  6. Making ScummVM "portable" was initially daunting but surprisingly easy for me. I already had my ScummVM games integrated in my MS-DOS category in Launchbox along with my games that run in DOSBOX, but I kind of started from scratch in terms of modifying my ScummVM configuration file, to make the process slightly smoother.**

    Some caveats apply to these instructions. We are going to assume the following:

    • That all your games that use ScummVM are on the same drive as your Launchbox build
    • That you have ScummVM installed inside somewhere inside your Launchbox folder

    If those two things are true, the following instructions should work fine for you:

    1. Run ScummVM at least once, to create the scummvm.ini configuration file. It will be created in your %APPDATA%\ScummVM folder. Set your options for graphics, audio, etc. then quit ScummVM.**
    2. Copy the scummvm.ini file to the folder of your choice inside your Launchbox folder; I put mine in the same folder as the application: \Launchbox\Emulators\ScummVM [I copied this from the ThirdParty folder, to avoid any potential conflicts]
    3. Create a batch file to run the application using the scummvm.ini file you just copied. In my case: scummvm.exe -c .\scummvm.ini. Place this batch file inside the main ScummVM folder.
    4. Launch ScummVM using your new batch file. Now that you're in the main interface, add all your ScummVM games using the GUI. Once you do that and quit the application, your scummvm.ini file will use relative paths to refer to your games (..\..\Games\ScummVM\Beneath a Steel Sky\) instead of absolute paths (G:\Launchbox\Games\ScummVM\Beneath a Steel Sky\) This relative path structure is what will make this ScummVM installation portable.
    5. Launch ScummVM using the batch file again; go to the "Paths" tab in the options. Do not use the default values for these settings - instead, click on each option and set a folder preferably in your ScummVM folder. You can create nested folders in the main one, or just put them all in the main ScummVM directory. Now, your save, extra, and themes folders will have relative path information as well. Quit the application.
    6. Open your new scummvm.ini file in a text editor. Each game listed in this file will have a specific game ID. For Beneath a Steel Sky, it's "sky". You will need all these game IDs to create your batch files for launching the games.
    7. Create a batch file to launch one of your games by using this command: scummvm.exe -c .\scummvm.ini -f [gameID] - this will launch your game using the scummvm.ini file in your main folder, fullscreen. For Beneath a Steel Sky, it would be scummvm.exe -c .\scummvm.ini -f sky
    8. You will need to create batch files for launching each game; I simply copied the first batch file, changed the name, then changed the game ID inside the file. For example, Space Quest III became scummvm.exe -c .\scummvm.ini -f sq3
    9. In Launchbox, make sure you're not using the ScummVM emulation option for launching the game; instead, point to the batch file you just created for each game.
    10. I additionally had to change each game's Startup Screen options to include "Aggressive Startup Window Hiding" and "Hide all windows that are not in Exclusive Fullscreen Mode"; otherwise, my game window would lose focus and I'd have to Alt-Tab back to it.

    It looks a little tedious, but it's pretty easy once you get started. Now all my games launch fullscreen perfectly, and I can migrate ScummVM in my Launchbox build to other computers with no issues. For the record, I tried epicfail's ScummVM launcher/configurator thing, but the instructions were all over the place, and the plugin wasn't really clear on what it was doing/creating.

    ** If you already have a populated scummvm.ini file, you can modify the path entries for your games manually after you copy the file to your preferred Launchbox directory. You can also edit the paths for the save, theme, and extras folder the same way; savepath=..\..\Emulators\ScummVM\ for example.

    • Thanks 1
  7. I've had my LB set up with all my MS-DOS games working properly for a couple of years now. Some of my games are using ScummVM for emulation, and they were working great, complete with MT-32 support.

    Today, I tried launching Space Quest 3 and got this message:

    image.thumb.png.3ae391cca9fb922fc307ea05d7c9c257.png

    I tried all of my games that use ScummVM and now none of them work. I have no idea what's going on or how to fix this. Anyone have any ideas?

    ETA: I broke out a backed up copy of my build that I have on an external drive, which is running LB 11.11. All my ScummVM games loaded and ran perfectly. Could LB have borked something with the recent updates?

  8. Tycho's Game Control Screens

    View File

    These are for use with @Retro808's excellent Game Controls pause theme. I love its utility, so I made my own screens. I've included "generic" (system-wide) screens, as well as some game- or series-specific screens. Those are placed inside a folder named for the platform, with each file named using the games' Launchbox database ID number. They've been tested and work as expected, assuming you've set up the theme correctly. Of course, you may have to rename some of the platform files or folders according to your own setup; see the original post of the theme for more details.

    Some of the screens include button mappings that obviously won't work for everyone, and I didn't even come close to making a screen for every platform (only the ones I have), so I've also included template files to create your own screens, using the PNGs and backgrounds that I've made/collected. There are Photoshop and Illustrator files, and I'm sure I used a non-standard font or two. Anyway, I hope these are of use to somebody - enjoy!


     

  9. 23 minutes ago, BobbyBadBoy said:

    One question, for some DOS Games the copy protection involved them asking a question and you had to know the answer as provided in the manual. I know that one of the goals of this Project to have all the manuals bundled, but is is possible to make some kind tiny script that can just punch in the answer. I'm not trying to like give anyone any extra work. I actually think this would be a nice tiny little idea for me to perhaps practice a little bit of scripting or learning more computer stuff.

    I could maybe do it for a handful  of games, maybe just some kind of character count script that counts the characters on the dos box screen and deduces which question was asked and then just copies and pastes the answer from an index file.

    I don't know any programing or anything, I'm just spitballing, I have done work in Microsoft Excel only lol. Does anyone think this would be a cool idea?

    This would be cool for like RetroPie or something where like you don't necessarily wanna be plugging in a keyboard and a mouse repeatedly. 

    All the games I've personally played from exo's pack were already cracked, or came with a crack. The games will then either skip the copy protection step, or are modified so that any input from the user "solves" the protection.

  10. On 2/13/2020 at 7:17 AM, Retro808 said:

    Try putting the following in the Running AutoHot Key tab of the edit emulators screen for RPCS3 in Launchbox.

    
    $Esc::  
    
    {  
    
        WinClose, ahk_exe {{{StartupEXE}}}  
    
    } 

     

     

    Recent RPCS3 user here. I tried this script, and I discovered that using my button shortcut to bring up the LB pause screen does work - but it's not visible. What I mean by that is pressing my button shortcut results in the mouse pointer becoming visible, so that led me to ALT-TAB, holding ALT to keep my list of open programs showing. I saw an entry for the LB pause screen, but switching to it did nothing. I'm not sure if the problem lies with an inability to render it on top of RPCS3, or if it's not working properly. The pause screen shows up on all the rest of my emulators.

     

  11. 15 minutes ago, eXo said:

    That process will break games that have sound options, like mt32 and sound canvas, or all my special launch options like pixel perfect.

     

    And my next release has ipx networking for multiplayer and curved crt shaders, which would also be broken doing this.

    Again, my memory is fuzzy, because I did this a while ago, mostly after one in the morning. So I may have run the included setup batch script (with only one game downloaded) before doing anything I mentioned above. I also have MUNT and GUS drivers installed on my system, previous to adding the eXo games, because I had already set up a ton of games on my own, with MT-32 and GUS support. But I can say that I've tested every game I added from the eXo pack, and they all work properly, with MT-32 and GUS audio.

    But yeah, I probably ran the setup script, first things first. Like I said, it worked for me, but that's no guarantee it'll work for everyone.

  12. 5 hours ago, jonboyuk said:

    Exo you are amazing. Thanks for compiling all of these games - it's astonishing.

    Quick question if that's okay?

    Is it possible to cherry pick games from the collection and set them up for use with DosBOX/LaunchBox using your configs? I can see a download to individual game zip files, but I wasn't sure what to do from that point given the structure of the unzipped games. Thanks ?

    I did this a couple of months ago. I downloaded the entire eXo pack, but I only wanted to add around 35 games to my existing 220-game DOS library. After a lot of trial and error, I ended up on a process that worked pretty well, but it's involved:

    1. Before beginning, make sure you have DOSBox and DOSBox ECE installed, as you'll need both versions.
    2. Find the game you want in the torrent, and only download those that you want; or just download the entire pack.
    3. If you're doing a partial download, make sure you absolutely download !DOSmetadata.zip and XODOSMetadata.zip.
    4. Extract the files from the game archives that you downloaded/want to install. Each archive is fully named, like "Space Quest 3", but the folders in the archive are more DOS-friendly, like "sq3".
    5. Move the extracted folders to your DOS games folder.
    6. Extract !DOSmetadata.zip and XODOSMetadata.zip. These are very large files, so be patient. These files contain the DosBox configuration files for each individual game. You'll need to find the one for the games you downloaded.
    7. My memory is failing me right now, so I can't remember the exact procedure here, but I believe what I did was I opened the .conf for a game, copied the text and created a new .conf for that game in my LB folder. (Personally, I keep all my DOSBox .conf files in the DOSBox folders, not the individual game folders.)
    8. Through extensive testing, I edited each .conf with the appropriate settings and commands to copy the details from eXo's .conf files. Sometimes simply copying and pasting would work, sometimes it would require a combination of .conf editing and LB tweaking to get the games to run properly.
    9. You can grab all metadata (boxes, screenshots, logos, manuals, etc) from eXo's metadata archive.

    Again, this is just what I ended up doing, and is by no means the definitive way to selectively add games to your LaunchBox build. It took a lot of trial and error, but it worked, and I'm happy. Good luck!

  13. Tycho's Video Snaps: MS-DOS Games (270 Games)

    View File

    After building my Launchbox database, I discontinued my Emumovies subscription. A month later, I decided to add MS-DOS games to my build, but I couldn't get the video snaps. So I made my own! I'm sure some if not most of these exist already on Emumovies, but here's my collection of MS-DOS game video snaps, all 30 seconds long in MP4 h.264 format.

    Games included in this version:

    1. A Mind Forever Voyaging
    2. A10 Tank Killer
    3. Abuse
    4. Advanced Dungeons & Dragons - Death Knights of Krynn
    5. Advanced Dungeons & Dragons - Dragons of Flame
    6. Advanced Dungeons & Dragons - DragonStrike
    7. Adventures of Willy Beamish
    8. Alien Carnage
    9. Alone in the Dark 2
    10. Alone in the Dark 3
    11. Alone in the Dark
    12. Al-Qadim: The Genie's Curse
    13. Altered Destiny
    14. Amazon Guardians of Eden
    15. Arthur the Quest for Excalibur
    16. Arthur: The Quest for Excalibur
    17. Ballyhoo
    18. Batman Returns
    19. Battle Chess: Enhanced CD-ROM
    20. Battlechess 4000
    21. Battlechess
    22. Beneath a Steel Sky
    23. Betrayal at Krondor
    24. Beyond Zork
    25. Beyond Zork: The Coconut of Quendor
    26. Bio Menace
    27. Blackthorne
    28. Blake Stone - Aliens of Gold
    29. Blood
    30. Border Zone
    31. Broken Sword II: The Smoking Mirror
    32. Broken Sword: The Shadow of the Templars
    33. Bureaucracy
    34. Castle of Dr. Brain
    35. Circuit's Edge
    36. Codename Iceman
    37. Codename: ICEMAN
    38. Commander Keen 1: Marooned on Mars
    39. Commander Keen 2: The Earth Explodes
    40. Commander Keen 3
    41. Commander Keen 4
    42. Commander Keen 5
    43. Commander Keen 6: Aliens Ate My Baby Sitter!
    44. Conquests of Camelot
    45. Conquests of Camelot: The Search for the Grail
    46. Conquests of the Longbow: The Legend of Robin Hood
    47. Crime Wave
    48. Crusader: No Remorse
    49. Crusader: No Regret
    50. Cutthroats
    51. D Generation
    52. Dark Castle
    53. Dark Sun - Shattered Lands
    54. Dark Sun: Wake of the Ravager
    55. David Wolf - Secret Agent
    56. Deadline
    57. Death Rally
    58. Demon Gate: 666 New Levels for Doom & Doom II
    59. Descent 2
    60. Descent
    61. Discworld
    62. DOOM II: Hell on Earth
    63. DOOM
    64. Dragon's Lair
    65. Duke Nukem 3D
    66. Duke Nukem II
    67. Duke Nukem
    68. Dune II: The Building of a Dynasty
    69. Dungeon
    70. Enchanter
    71. Epic Pinball
    72. Eric the Unready
    73. Extreme Pinball
    74. Eye of the Beholder II: The Legend of Darkmoon
    75. Eye of The Beholder III: Assault on Myth Drannor
    76. Eye of the Beholder
    77. Fade to Black
    78. Flashback
    79. Flight of the Amazon Queen
    80. Fooblitzky
    81. Freddy Pharkas: Frontier Pharmacist
    82. Full Throttle
    83. Future Wars: Adventures In Time
    84. Gabriel Knight: Sins of the Fathers
    85. Gamma Force
    86. Grand Theft Auto
    87. Heretic
    88. Hero's Quest
    89. Hexen - Beyond Heretic
    90. Hollywood Hijinx
    91. Hoyle's Classic Games
    92. I Have No Mouth, And I Must Scream
    93. If It Moves, Shoot It
    94. Indiana Jones and the Fate of Atlantis
    95. Indiana Jones and the Last Crusade
    96. Infidel
    97. It Came From The Desert
    98. James Clavell's Shogun
    99. Jazz Jackrabbit
    100. Jill of the Jungle 2
    101. Jill of the Jungle 3
    102. Jill of the Jungle
    103. Journey
    104. Journey: The Quest Begins
    105. Karateka
    106. King's Quest I: Quest for the Crown
    107. King's Quest II: Romancing the Throne
    108. King's Quest III: To Heir is Human
    109. King's Quest IV: The Perils of Rosella
    110. King's Quest V: Absence Makes the Heart Go Yonder!
    111. King's Quest VII: The Princeless Bride
    112. King's Quest (EGA)
    113. King's Quest V
    114. King's Quest VI
    115. King's Quest VII
    116. Lakers v Celtics
    117. Lakers versus Celtics and the NBA Playoffs
    118. Lane Mastadon
    119. Lane Mastodon vs. the Blubbermen
    120. Laura Bow - The Colonel's Bequest
    121. Laura Bow - The Dagger of Amon Ra
    122. Leather Goddesses of Phobos! 2: Gas Pump Girls Meet the Pulsating Inconvenience from Planet X
    123. Leather Goddesses of Phobos
    124. Leisure Suit Larry 5
    125. Leisure Suit Larry 6
    126. Leisure Suit Larry Goes Looking for Love (in Several Wrong Places)
    127. Leisure Suit Larry III
    128. Leisure Suit Larry in the Land of the Lounge Lizards
    129. Leisure Suit Larry (VGA)
    130. Leisure Suit Larry: Love for Sail!
    131. Lemmings 2: The Tribes
    132. Lemmings
    133. Les Manley - Lost in L.A
    134. Les Manley in Search for the King
    135. Loom
    136. Manhunter 2: San Francisco
    137. Manhunter New York
    138. Manhunter San Francisco
    139. Maniac Mansion - Day of the Tentacle
    140. Maniac Mansion
    141. Mario Teaches Typing
    142. Martian Memorandum
    143. Math Blaster Plus
    144. Mean Streets
    145. MegaRace 2
    146. MegaRace
    147. Mines of Titan
    148. Mixed Up Fairy Tales
    149. Monkey Island 2: LeChuck:s Revenge
    150. Monster Bash
    151. Moonmist
    152. Night Shift
    153. Nord and Bert Couldn't Make Head or Tail of It
    154. Norse by Norse West The Return of the Lost Vikings
    155. Nova 9
    156. Oregon Trail
    157. Out of this World
    158. Paratrooper
    159. Pepper's Adventures in Time
    160. Phantasmagoria: A Puzzle of Flesh
    161. Phantasmagoria
    162. Planetfall
    163. Plundered Hearts
    164. Prince of Persia 2: The Shadow & The Flame
    165. Prince of Persia
    166. Prophecy
    167. Quake
    168. Quest for Glory I: So You Want To Be A Hero (VGA)
    169. Quest For Glory II: Trial By Fire
    170. Quest For Glory III: Wages of War
    171. Quest For Glory IV: Shadows of Darkness
    172. Raptor - Call of the Shadows
    173. Reader Rabbit 3
    174. Reader Rabbit
    175. Red Baron
    176. Return to Zork
    177. Rise of the Robots
    178. Rise of the Triad - Dark War
    179. Rocket Ranger
    180. Sam & Max Hit the Road
    181. Scorched Earth
    182. Seastalker
    183. Shadowgate
    184. Sherlock
    185. Sherlock: The Riddle of the Crown Jewels
    186. Silpheed
    187. SimCity Enhanced CD-ROM
    188. SimCity
    189. Simon the Sorcerer II: The Lion, the Wizard and the Wardrobe
    190. Simon the Sorcerer
    191. Sorcerer
    192. Space Quest 6 Roger Wilco in the Spinal Frontier
    193. Space Quest I: Roger Wilco in the Sarien Encounter (VGA)
    194. Space Quest II: Vohaul:s Revenge
    195. Space Quest III: The Pirates of Pestulon
    196. Space Quest IV: Roger Wilco and the Time Rippers
    197. Space Quest V: The Next Mutation
    198. Space Quest: Chapter I – The Sarien Encounter
    199. Spaceward Ho!
    200. Spellbreaker
    201. Spellcasting 101
    202. Spellcasting 201
    203. Spellcasting 301
    204. Star Wars: Dark Forces
    205. Star Wars: Rebel Assault II
    206. Star Wars: TIE Fighter
    207. Star Wars: X-Wing
    208. Star Wars: Rebel Assault
    209. Star Wars: TIE Fighter
    210. Starcross
    211. Stationfall
    212. Stellar 7
    213. Stunt Driver
    214. Stunt Island
    215. Stunts
    216. Super Star Wars
    217. Suspect
    218. Suspended: A Cryogenic Nightmare
    219. The 7th Guest
    220. The 11th Hour
    221. The Amazing Spider-Man
    222. The Beast Within: A Gabriel Knight Mystery
    223. The Curse of Monkey Island
    224. The Dig
    225. The Even More Incredible Machine
    226. The Hitchhiker's Guide to the Galaxy
    227. The Incredible Machine 2
    228. The Incredible Machine
    229. The Island of Dr. Brain
    230. The Legend of Kyrandia: Book 3: Malcolm:s Revenge
    231. The Legend of Kyrandia: Book One
    232. The Legend of Kyrandia: Hand of Fate
    233. The Lemmings Chronicles
    234. The Lost Files of Sherlock Holmes
    235. The Lost Vikings
    236. The Lurking Horror
    237. The Oregon Trail
    238. The Pandora Directive
    239. The Prophecy
    240. The Punisher
    241. The Rocketeer
    242. The Secret of Monkey Island
    243. The Witness
    244. Tomb Raider Gold
    245. Tongue of the Fatman
    246. Trinity
    247. Tyrian
    248. Under a Killing Moon
    249. Warcraft II - The Tides of Darkness
    250. Warcraft: Orcs & Humans
    251. Ween - The Prophecy
    252. Weird Dreams
    253. Where in the World is Carmen San Diego
    254. Where in the World is Carmen San Diego (original)
    255. Wing Commander II: Vengeance of the Kilrathi
    256. Wing Commander III
    257. Wing Commander IV: The Price of Freedom
    258. Wing Commander
    259. Wings of Fury
    260. Wishbringer
    261. Wolfenstein 3D
    262. Zak McKracken and the Alien Mindbenders
    263. Zork I: The Great Underground Empire
    264. Zork II: The Wizard of Frobozz
    265. Zork III: The Dungeon Master
    266. Zork Nemesis
    267. Zork Zero
    268. Zork Zero: The Revenge of Megaboz
    269. ZorkQuest: Assault on Egreth Castle
    270. ZorkQuest: The Crystal of Doom

     

    • Like 2
  14. Tycho's Video Snaps: Windows (478 games)

    View File

    After building my Launchbox database, I discontinued my Emumovies subscription. A month later, I decided to add Windows games to my build, but I couldn't get the video snaps. So I made my own! I'm sure some if not most of these exist already on Emumovies, but here's my collection of Windows game video snaps, all 30 seconds long in MP4 h.264 format.

    Snaps included in this pack:

    1. A Boy and His Blob
    2. A Plague Tale Innocence
    3. A Plague Tale: Requiem
    4. Alan Wake
    5. Alan Wake 2
    6. Alan Wake Remastered
    7. Alex Kidd in Miracle World DX
    8. Alien: Isolation
    9. Amnesia: Rebirth
    10. Amnesia: The Bunker
    11. Amnesia: The Dark Descent
    12. Anthology of Fear
    13. Antigraviator
    14. Arise - A Simple Story
    15. Armored Core VI: Fires of Rubicon
    16. Art of Rally
    17. Ashen
    18. Atari 50: The Anniversary Celebration
    19. Axiom Verge 2
    20. Backbone
    21. Baldur's Gate II: Enhanced Edition
    22. Baldur's Gate III
    23. Baldur's Gate: Dark Alliance II
    24. Baldur's Gate: Enhanced Edition
    25. Batman - A Telltale Game
    26. Batman: Arkham Asylum: Game of the Year Edition
    27. Batman: Arkham City
    28. Batman: Arkham Knight
    29. Batman: The Telltale Series: The Enemy Within
    30. Battle Axe
    31. Battletoads
    32. Bayonetta
    33. Below
    34. Besiege
    35. Beyond a Steel Sky
    36. Beyond: Two Souls
    37. BioShock Infinite
    38. BioShock Remastered
    39. Black Book
    40. Black Book
    41. Black Future '88
    42. Blade Runner
    43. Blair Witch
    44. Blanc
    45. Blasphemous
    46. Blasphemous II
    47. Blaster Master Zero
    48. Blaster Master Zero 3
    49. Blaster Master Zero II
    50. Blazing Chrome
    51. Bloodstained:  Ritual of the Night
    52. Blue Fire
    53. Braid
    54. Broforce
    55. Bugsnax
    56. Burnout Paradise: The Ultimate Box
    57. Call of Duty
    58. Carrion
    59. Castle Crashers
    60. Castlevania - Lords of Shadow 2
    61. Cave Story+
    62. Children of Morta
    63. Circuit Superstars
    64. Clash - Artifacts of Chaos
    65. Clive Barker's Undying
    66. Colossal Cave
    67. Control
    68. Cookie Cutter
    69. Counter-Strike
    70. Crash Bandicoot 4: It's About Time
    71. Crysis
    72. Cuphead
    73. Cyber Shadow
    74. Cyberpunk 2077
    75. Dark Souls - Remastered
    76. Dark Souls II - Scholar of the First Sin
    77. Dark Souls III
    78. Days Gone
    79. DC League of Super-Pets: The Adventures of Krypto and Ace
    80. DC's Justice League: Cosmic Chaos
    81. Dead Cells
    82. Death Stranding
    83. Death's Door
    84. Death's Gambit
    85. Descenders
    86. Detroit: Become Human
    87. Devil May Cry 5
    88. Devotion
    89. Diablo
    90. DiRT Rally
    91. Disco Elysium
    92. Divinity: Original Sin II: Definitive Edition
    93. Divinity: Original Sin: Enhanced Edition
    94. DmC: Devil May Cry
    95. DOOM Eternal
    96. DOOM: RTX
    97. Dordogne
    98. Dragon Age: Inquisition
    99. Dragon Age: Origins
    100. Dragon Quest XI S: Echoes Of An Elusive Age: Definitive Edition
    101. Dragon's Dogma: Dark Arisen
    102. Dragon's Lair Trilogy
    103. DuckTales: Remastered
    104. Dust: An Elysian Tail
    105. Echo
    106. Elden Ring
    107. Eldest Souls
    108. Enslaved: Odyssey to The West Premium Edition
    109. Enter the Gungeon
    110. Everspace 2
    111. Exanima
    112. Exo One
    113. F.I.S.T.: Forged In Shadow Torch
    114. Fallout
    115. Fallout 2
    116. Fallout 3
    117. Fallout 4
    118. Fallout: New Vegas Ultimate Edition
    119. Far Cry 3
    120. Far Cry 3: Blood Dragon
    121. Far Cry 4
    122. Far Cry 5
    123. Far Cry New Dawn
    124. Fez
    125. Fight'N Rage
    126. Final Fantasy
    127. Final Fantasy II
    128. Final Fantasy III
    129. Final Fantasy VII Remake Intergrade
    130. Final Fantasy XIII
    131. Final Vendetta
    132. Flashback 2
    133. Flynn: Son of Crimson
    134. Freedom Planet 2
    135. Freespace
    136. Freespace - Silent Threat Reborn
    137. Freespace 2
    138. Frostpunk
    139. Furi
    140. GALAK-Z
    141. Gears 5
    142. Geometry Wars - Retro Evolved
    143. GetsuFumaDen: Undying Moon
    144. Getting Over It with Bennett Foddy
    145. Ghosts 'n Goblins Resurrection
    146. Ghostwire: Tokyo
    147. God of War
    148. God of War (2022)
    149. Gorogoa
    150. Grand Theft Auto III
    151. Grand Theft Auto V
    152. Grand Theft Auto: San Andreas
    153. Grand Theft Auto: Vice City
    154. GRID
    155. Grim Fandango Remastered
    156. Grime
    157. Gris
    158. Guacamelee! 2
    159. Guacamelee! Gold Edition
    160. Guardians of the Galaxy (2021)
    161. Guardians of the Galaxy: The Telltale Series
    162. Guilty Gear: Strive
    163. HAAK
    164. Hades
    165. Half-Life
    166. Half-Life 2
    167. Half-Life 2: Episode One
    168. Half-Life 2: Episode Two
    169. Half-Life 2: Lost Coast
    170. Half-Life: Alyx
    171. Half-Life: Source
    172. Hardspace: Shipbreaker
    173. Heavy Rain
    174. Hellblade  Senua's Sacrifice
    175. Hellboy: Web of Wyrd
    176. High on Life
    177. Hitman 2
    178. Hoa
    179. Hollow Knight
    180. Homeworld
    181. Homeworld 2
    182. Homeworld Remastered Collection
    183. Horizon Zero Dawn: Complete Edition
    184. Hot Wheels Unleashed
    185. Hotline Miami
    186. Hotline Miami 2: Wrong Number
    187. Hotshot Racing
    188. Human: Fall Flat
    189. Huntdown
    190. Hyper Light Drifter
    191. Hypercharge: Unboxed
    192. I Am Fish
    193. I Wanna Be the Guy [Remastered]
    194. Iconoclasts
    195. Injustice 2: Legendary Edition
    196. Injustice: Gods Among Us: Ultimate Edition
    197. Inmost
    198. INSIDE
    199. Ion Fury
    200. Jets'n'Guns 2
    201. Jitsu Squad
    202. John Wick Hex
    203. Journey
    204. Jump King
    205. Katana ZERO
    206. Kena: Bridge of Spirits
    207. Kentucky Route Zero
    208. Left 4 Dead 2
    209. LEGO Builder’s Journey
    210. LEGO Star Wars: The Skywalker Saga
    211. Life is Strange
    212. Life is Strange
    213. Life is Strange: Before the Storm
    214. Life is Strange: Before the Storm
    215. Life is Strange: Remastered
    216. Life is Strange: True Colors
    217. Life is Strange: True Colors
    218. Little Nightmares
    219. Little Nightmares II
    220. Lords of the Fallen
    221. Lost Ruins
    222. Lumino City
    223. Lunark
    224. Lust from Beyond
    225. Maquette
    226. Marvel's Avengers
    227. Marvel's Spider-Man: Remastered
    228. Mass Effect
    229. Mass Effect 2
    230. Mass Effect 3
    231. Mass Effect: Legendary Edition
    232. Max Payne
    233. Max Payne 2: The Fall of Max Payne
    234. Max Payne 3
    235. MDK 2
    236. Medal of Honor: Allied Assault
    237. Mega Man 11
    238. Mercenary Kings
    239. Metal Gear Rising: Revengeance
    240. Microsoft Flight Simulator
    241. Middle Earth Shadow of Mordor
    242. Million Arthur
    243. Minecraft Dungeons
    244. Mirror's Edge
    245. Momodora: Reverie Under the Moonlight
    246. Monster Jam - Steel Titans
    247. Mortal Shell
    248. Murder House
    249. My Friend Pedro
    250. My Friendly Neighborhood
    251. Myst
    252. New Super Lucky's Tale
    253. Ni No Kuni II Revenant Kingdom
    254. Ni no Kuni: Wrath of the White Witch Remastered
    255. Nickelodeon All-Star Brawl
    256. Nickelodeon Kart Racers 2: Grand Prix
    257. Nickelodeon Kart Racers 3: Slime Speedway
    258. Nier Automata
    259. Night in the Woods
    260. Nioh
    261. Nioh 2: The Complete Edition
    262. Norco
    263. Octopath Traveler
    264. OlliOlli World
    265. Omen of Sorrow
    266. Ori and the Blind Forest
    267. Ori and the Will of the Wisps
    268. Outer Worlds
    269. Outlast
    270. Outlast II
    271. Owlboy
    272. OXENFREE II: Lost Signals
    273. Panzer Paladin
    274. Papers, Please
    275. Papetura
    276. Pathologic 2
    277. Paw Patrol On A Roll
    278. PC Building Simulator
    279. PC Building Simulator 2
    280. Pendragon
    281. Pentiment
    282. Perfect Tides
    283. Phoenix Wright: Ace Attorney Trilogy
    284. Pinball FX3
    285. Planescape: Torment: Enhanced Edition
    286. Poly Bridge 3
    287. Portal
    288. Portal 2
    289. PowerWash Simulator
    290. Prey
    291. Primal Light
    292. Prince of Persia
    293. Prince of Persia: The Sands of Time
    294. Project Warlock
    295. Psychonauts 2
    296. Quake
    297. Quake II: RTX
    298. Quest for Glory V
    299. Rain World
    300. Ratchet & Clank: Rift Apart
    301. Re-Volt
    302. RealMyst: Masterpiece Edition
    303. Record of Lodoss War: Deedlit in Wonder Labyrinth
    304. Red Dead Redemption 2
    305. Remnant II
    306. Remnant: From the Ashes
    307. Resident Evil 2
    308. Resident Evil 3
    309. Resident Evil 4: Ultimate HD Edition
    310. Resident Evil 5: Gold Edition
    311. Resident Evil 6
    312. RESIDENT EVIL 7: Biohazard
    313. Resident Evil: Village
    314. Return of the Obra Dinn
    315. Return to Castle Wolfenstein
    316. Return to Monkey Island
    317. Returnal
    318. Rise of the Tomb Raider
    319. River City Girls
    320. River City Girls 2
    321. RoboCop: Rogue City
    322. Roller Coaster Tycoon 2
    323. Roller Coaster Tycoon 3
    324. Rune
    325. Ryse
    326. Ryse: Son of Rome
    327. Sable
    328. Sakuna: Of Rice and Ruin
    329. Sam & Max Save The World Remastered
    330. Sam & Max: Beyond Time and Space
    331. Samurai Jack: Battle Through Time
    332. Samurai Shodown
    333. Sanabi
    334. Scorn
    335. Sekiro
    336. Shadow of the Tomb Raider
    337. Shadowgate
    338. Shovel Knight: Treasure Trove
    339. SIFU
    340. Silent Hill 2
    341. Silent Hill 3
    342. Silent Hill 4: The Room
    343. Silt
    344. Skul: The Hero Slayer
    345. Skydrift Infinity
    346. Slice of Sea
    347. Solar Ash
    348. SOMA
    349. Somerville
    350. Space Cadet 3D Pinball
    351. Spider-Man: Miles Morales
    352. SpongeBob SquarePants: Battle for Bikini Bottom: Rehydrated
    353. Squad 51 vs. The Flying Saucers
    354. Star Wars - Knights of the Old Republic
    355. Star Wars - Knights of the Old Republic II
    356. Star Wars - Rogue Squadron 3D
    357. Star Wars - Shadows of the Empire
    358. Star Wars - X-Wing vs TIE Fighter
    359. Star Wars Battlefront II
    360. Star Wars Jedi  Fallen Order
    361. Star Wars Jedi Knight - Jedi Academy
    362. Star Wars Jedi Knight II - Jedi Outcast
    363. Star Wars Starfighter
    364. Star Wars: Jedi Knight - Dark Forces II
    365. Star Wars: Squadrons
    366. Starcraft
    367. StarCraft II: Trilogy
    368. StarCraft: Remastered
    369. Steel Assault
    370. Steelrising
    371. Stranger
    372. Stray
    373. Strayed Lights
    374. Street Fighter V: Champion Edition
    375. Streets of Fury EX
    376. Streets of Rage 4
    377. Super Meat Boy Forever
    378. System Shock
    379. System Shock 2
    380. Tails - The Backbone Preludes
    381. Tales of Monkey Island
    382. Tales Of The Neon Sea-01
    383. Tchia
    384. Teardown
    385. Teenage Mutant Ninja Turtles: Mutants in Manhattan
    386. Teenage Mutant Ninja Turtles: Shredder's Revenge
    387. Teslagrad 2
    388. Teslagrad Remastered
    389. Tetris Effect
    390. The Ascent
    391. The Chronicles of Riddick: Assault on Dark Athena
    392. The Dark Pictures Anthology: House of Ashes
    393. The Dark Pictures Anthology: Little Hope
    394. The Dark Pictures Anthology: The Devil in Me
    395. The Dark Pictures: Man of Medan
    396. The Darkest Tales
    397. The Elder Scrolls V: Skyrim: Special Edition
    398. The Eternal Castle [Remastered]
    399. The Excavation of Hob's Barrow
    400. The Invincible
    401. The Jackbox Party Pack
    402. The Jackbox Party Pack 2
    403. The Jackbox Party Pack 3
    404. The Jackbox Party Pack 4
    405. The Jackbox Party Pack 5
    406. The Jackbox Party Pack 6
    407. The Jackbox Party Pack 7
    408. The Jackbox Party Pack 8
    409. The Jackbox Party Pack 9
    410. The King of Fighters XIII
    411. The King of Fighters XIV Steam Edition
    412. The King of Fighters XV
    413. The Last Campfire
    414. The Last Faith
    415. The Last of Us: Part I
    416. The Legend of Zelda: Breath of the Wild
    417. The Medium
    418. The Messenger
    419. The Outer Wilds
    420. The Pathless
    421. The Quarry
    422. The Shore
    423. The Stanley Parable: Ultra Deluxe
    424. The Surge 2
    425. The Takeover
    426. The Walking Dead: Season One
    427. The Walking Dead: Season Two
    428. The Wild at Heart
    429. The Wolf Among Us
    430. The Wonderful 101: Remastered
    431. Thymesia
    432. Titanfall 2
    433. Tomb Raider
    434. Tony Hawk's Pro Skater 1 + 2
    435. Touhou Luna Nights
    436. Transformers Devastation
    437. Trek to Yomi
    438. Tron 2.0
    439. TRON: Identity
    440. TUNIC
    441. Twelve Minutes
    442. UFO ROBOT GRENDIZER: The Feast of the Wolves
    443. Ultimate Marvel vs. Capcom 3
    444. Ultra Street Fighter IV
    445. Unavowed
    446. Uncharted 4
    447. Uncharted: The Lost Legacy
    448. Undertale
    449. Unpacking
    450. Unravel Two
    451. Unreal
    452. Unreal II: The Awakening
    453. Unreal Tournament
    454. Unreal Tournament 2004
    455. Untitled Goose Game
    456. Unusual Findings
    457. Vampire Survivors
    458. Viewfinder
    459. VVVVVV
    460. Warcraft III
    461. Warcraft III - The Frozen Throne
    462. Warcraft III: Reforged
    463. Warhammer 40,000: Boltgun
    464. Warhammer: Vermintide II
    465. We Love Katamari REROLL+ Royal Reverie
    466. What Remains of Edith Finch
    467. Witcher 3
    468. Wo Long: Fallen Dynasty
    469. Wolfenstein
    470. Wolfenstein II The New Colossus
    471. Wolfenstein: The New Order
    472. Wonder Boy: The Dragon's Trap
    473. World of Contraptions
    474. World of Horror
    475. Wreckfest
    476. X-Men Origins: Wolverine
    477. XIII
    478. Zork: Grand Inquisitor

     

  15. 2 minutes ago, Retro808 said:

    In >Tools>Game Details do you have Videos checked?

    I see what you're saying. I had to go into Options, then General>Game Details and then tick the "Videos" box. That's pretty random, because all the other boxes I had checked before were still checked; Videos was the only one I had to manually re-check. Thanks!

  16. Last week, the hard drive where my LaunchBox build was located suffered a catastrophic failure, and I lost my entire build. I had video snaps for every game, individualized settings for every MS-DOS game, you name it. Luckily for me, I had duplicated my build (minus my license file) and gifted it to a friend. He was kind enough to lend me his drive so I could rebuild mine, which I did.

    To completely test it, I added my license file to his build, just to make sure all the features activated. Everything works except for the video snaps, and I can't figure out why. All the MP4s are in the correct folder, just like everything else like manuals and images, and if I start BigBox, all the video snaps play for all the games and platforms. But when I run LaunchBox, I get no video snaps. The settings for each game list the video file location correctly, too. Is there a setting somewhere that I'm not seeing? Help!

  17. 7 hours ago, eXo said:

    merge your xml with my xml?

    I figured that, but I didn't want the content of 6,500 games I'm not planning on installing. It was only 30 or so games that I added, so I just did 'em all individually, manually. Your file and folder structure made that really easy to do; again, you and your team have my undending appreciation and respect, as I can now share these games — and how I played them as a young kid — with my own children.

  18. On 10/23/2019 at 11:41 AM, eXo said:

    To merge your eXoDOS launchbox files into an existing launchbox installation, do the following:

    First: 
    Run setup.bat

    Second: 
    copy .\data\platforms\MS-DOS.xml from the exodos folder to your launchbox folder
    move .\Manuals\MS-DOS\*.* from the exodos folder to your launchbox folder
    move .\images\MS-DOS\*.* from the exodos folder to your launchbox folder
    move .\eXoDOS\*.* from the exodos folder to your launchbox folder

    First of all, speaking as someone who hunted down 220 DOS games, then installed, set up, and tweaked them all manually, I have much respect for this project. I wish I had found it before I did my own hunting.

    So, because I have those 220 DOS games already in my Launchbox folder and database, I would like to integrate the games that I extracted from your build into my own. Is this possible? Like yourself, I spent the time to use specific builds of DOSBOX for specific games, I have .conf files for each game, joystick bindings, MT-32 and GUS support, as well as all requisite metadata. I don't want to overwrite what I already have, so I'm wondering if integration is even possible. Any tips?

  19. 5 hours ago, Jason Carr said:

    This is good to know, @tycho1974. I wish I had a solution for you, but sadly I don't. I haven't done any extensive testing with sideloaded Retroarch 32-bit vs. from the Play Store and controls, though. It may be worth trying some older (and/or newer) versions to see if all versions are affected by any bugs like that. It's not uncommon for Retroarch to put out official versions with bugs.

    Interesting tidbit about the official releases with bugs. I can say that I just got the APK from the Retroarch website, so I'm assuming it's the latest version.

    I did some further testing, and I discovered that the only way for my D-pad to function properly was to manually edit the bindings; specifically, I had to remap the "analog" stick inputs for left, right, up, and down to the D-pad instead of the left analog stick. The existing D-pad bindings do nothing in my testing, and my "Analog to Digital Type" setting does nothing when changed. I hope this helps anyone who is having this same issue...

    • Like 1
  20. So I followed ETA Prime's tutorial on loading my MAME games into Android, and apart from exporting my entire 10,000+ file romset, it worked great. My problem is that Retroarch 32-bit is pretty janky about controls, and I can't seem to fix it.

    I use the "official" Retroarch app to run all my other emulated games (NES, SNES, Genesis, PS1, etc), and input works flawlessly, using the D-pad for movement controls. But when I use Retroarch 32-bit to play my arcade games, the program insists on forcing me to use the analog control stick for basic UDLR movement. This is even before connecting a controller - the input OSD has to be switched over to left analog stick in order for me to be able to control movement in all games. I've gone into the settings and poked around, but nothing I do seems to make the app use regular D-pad inputs for movement. The same holds true after I connect a controller. Has anyone else run into this? This behavior has been consistent since first installing and running Retroarch 32-bit.

  21. After a couple of days of testing, I'm really liking where LB on Android is, especially out of the gate. The emulator setup and configuration is similar to the experience on my Windows machine (trial and error but rewarding when completed), and I'm impressed that so many features are working.

    That being said, I have some questions that I was wondering if other users have come across, and while I know that some of these are emulator specific, the LB community is pretty knowledgeable about these things, so maybe someone can help.

    Playstation Emulation
    Using Retroarch+PSCX-Rearmed

    • I noticed that when exporting out of LB, some of my PSX roms didn't make the journey. The files that launch (on my main Windows LB build) from a .pbp or .bin transferred fine, but any file that used a .cue or .m3u didn't. I had to manually add the .iso and .m3u files to the LB folder before I copied the whole thing to my device. Games that use .m3u include Metal Gear Solid 2 (2 discs) and the Final Fantasy games, and a .cue-based game would be something like Wipeout 3, in which the music track information resides in the .cue.
    • On the subject of Wipeout 3, while the game did successfully launch and run in Retroarch, none of the CD music was audible. I have verified that the game does in fact work with the CD audio on my computer, and I'm not sure what I need to modify to get it working correctly on my Android device.
    • Related to that issue: Currently, I cannot specify which file LB needs to launch. So in other words, I'd like to configure LB to use the .cue file to launch Wipeout 3, instead of the .iso. Are there plans to include such an option?

    Dreamcast Emulation
    Using Retroarch+Flycast

    • More of a comment than a question: I had to manually add the BIOS files to my Retroarch folder in order to get these games to work. Same goes for PS1 games. Really, just add all the BIOS files you have to the /system folder in your Retroarch folder.

    Retroarch General

    • Is there a way to use custom overlays/bezels? I was able to somehow load my PS1 bezel, but I could still see the controller button overlays. As far as I can tell, there's no way to just have the bezel, and not the overlay. Anyone know of a solution?

    I had other questions, but I can't think of them right now. Suffice to say that this is a fantastic start, and I can't wait to see what other features come on down the road. Thanks!

    • Like 1
×
×
  • Create New...