Jump to content
LaunchBox Community Forums

Kondorito

Members
  • Posts

    752
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Kondorito

  1. Amazing! Eagerly waiting for the Computers Category! Looking incredible
  2. Good job @Pat. I recommend you to create a File in the Downloads section with this, and add some preview images of the startup and shutdown; more users will see it and download it
  3. Very nice work! Some of those features will surely help speed up the process for users to get and manage their media. I will keep an eye on this topic.
  4. Thank you @syntax_X for the tuto! Saved me a lot of time.
  5. Emumovies was moving all its Downloads content to a new server these past days, so if you experienced problems during the scraping in logging into your EM account, or getting the media, might have been because of that.
  6. Glad it worked for you However I meant vbs, because that is the file that I compressed in WinRar, and the SFX needs to call for the file inside WInRar. If it is working for you with the bat extension, maybe it is because you zipped the bat file and not the vbs one? Or you are simply running the bat file directly (and in your case you dont need the vbs file at all). Nevertheless, enjoy!
  7. Here you go @jjk73: Create a .bat file with all the stuff you want to run on launch. Be careful! The second to last line has a /wait in it, so the last line that launches the explorer.exe waits to be triggered. Example: @echo off start /min "" "C:\Tools\Scripts\Blah.bat" start /min "" "C:\Portables\Blah2\Blah2.exe" start /min /wait "" "C:\Users\USERNAME\LaunchBox\Bigbox.exe" start explorer.exe Let's name the above example startup.bat Then open another notepad and add the following line: CreateObject("Wscript.Shell").Run "C:\the path for your bat file\startup.bat",0,True Make sure to change the path I wrote to match your previously created bat file. Rename this file as a .vbs instead of .txt and close (i.e. startup.vbs). Now, you need to have WinRAR in your machine. Right click on the created vbs file, and select "Add to startup.rar". Once created, open it. You will see the vbs inside the rar. Then click on the SFX icon in the WinRAR toolbar. In the SFX creation window, choose the Windows GUI module from the list and click on the Advanced SFX options button. In the options window switch to the Setup tab, and type in the name of the batch file in the text field Run after extraction (in this example was startup.vbs). Switch to the Modes tab, select Unpack to temporary folder checkbox and then select Hide all option from the Silent mode section. Click on the OK buttons two times to close the open windows and create the EXE. The newly created EXE file is saved in the same folder as the RAR file containing the vbs file. All done! You can now go to Windows > Run > gpedit.msc > User Configuration > Administrative Templates > System > Custom User Interface, and select "Enabled" and type below the path to your exe file. The good thing of doing it like this, is that you can modify the bat file however you like (adding and removing apps to be launched on startup), and the vbs and exe file will not need to be tampered with. If for some reason does not work for you, you can always do Ctrl+Alt+Delete, select Task Manager, run new task, select explorer, and then go back to gpedit.msc and disable what you did. Hope this helps!
  8. Hey Claudio, the disc was a picture grabbed originally as it is from the web, I only removed some circled text, made the transparencies and added the scummvm logo. You can simply slide the hue in PS and change the yellow color to the one you want
  9. Hey guys, I know this is an old topic, but just wanted to share that I just finished finding a solution to launch Bigbox shelled instead of explorer, WITH the possibility to launch as many stuff as you want with it (i.e. 3rd party apps), without the need of explorer (as without explorer running, the Startup folder does not work). And if Bigbox is closed, then explorer is launched automatically. I started creating a bat file with all the stuff I wanted to run. The problem was that when explorer is not running, bat files open a command prompt that is visible, so I created a one line vbs file that simply calls the bat file, that way everything is hidden. Second stopper was the sheller, as Windows does not accept a vbs file as a shell, so I had to put the vbs file into a simple exe extractor (with the help of two steps in WinRar). So, basically, this process involves an exe file used as the shell, that simply triggers a vbs file that triggers a bat file with all the stuff I want to load on startup. The bat file also has a line to launch explorer.exe once Bigbox is closed, so if I need to go to the Desktop Mode instead of shutting down the machine, explorer will come up in a couple of seconds. I know that it is not very common for users to launch more than BigBox on start, but if anybody finds this helpful, let me know and I will share the files content.
  10. Ditto. Do not worry about it If it's doable, awesome; if it's not, still awesome.
  11. Jason, do you think the "All" not showing the total amount of games, and the searching term reducing the total number of games in the platforms left pane could make it to this release? It is not a deal breaker at all, just curious.
  12. Version 1.0.0

    234 downloads

    This is a ScummVM discs pack that goes along very nicely with Klopjero's 3D boxes REDUX set. Bear in mind that even though they have LaunchBox nomenclature for their naming, a lot of these files could not match the ones in your set, as ScummVM has different naming conventions. I am adding in here a clear disc (named #Base.png) for anybody to add any clear logos they want. Enjoy! Example: In action:
  13. ScummVM Backup Discs Pack View File This is a ScummVM discs pack that goes along very nicely with Klopjero's 3D boxes REDUX set. Bear in mind that even though they have LaunchBox nomenclature for their naming, a lot of these files could not match the ones in your set, as ScummVM has different naming conventions. I am adding in here a clear disc (named #Base.png) for anybody to add any clear logos they want. Enjoy! Example: In action: Submitter Kondorito Submitted 12/26/2018 Category Game Cart Images
  14. Wall, these are front faced discs, they are already in 2D XD
  15. Pack fInished! Need to leave now, but will upload it in a couple of hours. My Set has 240 games, so I will also add the clear disc for anybody to add any games logos they want.
  16. Just finished adding ScummVM with all the media to my set, and since I am using the Unified theme, it feels kinda empty without any cart/disc, so I am making a disc set that goes along with Klops boxes. Preview: The Curse of Monkey Island (CD Windows English)
  17. Thanks for the quick reply. I believe I have the last revision, nevertheless I will redownload it. The above scenario I got the error, I managed to get a couple of videos downloaded, and then it brought the message, so maybe it has to do with specific videos, idk. Will check and let you know if I encounter further issues. Thanks.
  18. Hey @srxz, how are you? Hope you had a wonderful Christmas eve I tried using the OneClick Download option for a bulk of videos in the Audit window, and got the below: Could not find the entry function for signature deciphering. App: LaunchBox Version: 9.2 Type: YoutubeExplode.Exceptions.ParseException Site: System.Collections.Generic.IReadOnlyList`1[YoutubeExplode.Internal.CipherOperations.ICipherOperation] ParseCipherOperations() Source: YoutubeExplode at YoutubeExplode.Internal.Parsers.PlayerSourceParser.ParseCipherOperations() at YoutubeExplode.YoutubeClient.<GetVideoPlayerSourceAsync>d__41.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at YoutubeExplode.YoutubeClient.<GetVideoMediaStreamInfosAsync>d__44.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at YoutubeScraper.Youtube.<youtubeAsync>d__4.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) Recent Log: 5:53:14 PM VlcMediaPlayer.Dispose(bool disposing) Free 5:53:14 PM VlcMediaPlayer.Dispose(bool disposing) ReleaseMediaPlayerFunction 5:53:33 PM Music.Pause Start 5:53:33 PM Music.Prepare Start 5:53:33 PM Music.Kill Start 5:53:33 PM Music.Kill Finished 5:53:33 PM Music.NotifyTrackList Start 5:53:33 PM Music.NotifyTrackList Invoke WPF 5:53:33 PM VlcMediaPlayer.Dispose(bool disposing) HandleManager.Remove 5:53:33 PM VlcMediaPlayer.Dispose(bool disposing) EventManager.Detach 5:53:33 PM VlcMediaPlayer.Dispose(bool disposing) Free 5:53:33 PM VlcMediaPlayer.Dispose(bool disposing) ReleaseMediaPlayerFunction 5:53:35 PM Music.Pause Start 5:53:35 PM Music.Prepare Start 5:53:35 PM Music.Kill Start 5:53:35 PM Music.Kill Finished 5:53:35 PM Music.NotifyTrackList Start 5:53:35 PM Music.NotifyTrackList Invoke WPF 5:53:35 PM VlcMediaPlayer.Dispose(bool disposing) HandleManager.Remove 5:53:35 PM VlcMediaPlayer.Dispose(bool disposing) EventManager.Detach 5:53:35 PM VlcMediaPlayer.Dispose(bool disposing) Free 5:53:35 PM VlcMediaPlayer.Dispose(bool disposing) ReleaseMediaPlayerFunction 5:53:36 PM Music.Pause Start 5:53:36 PM Music.Prepare Start 5:53:36 PM Music.Kill Start 5:53:36 PM Music.Kill Finished 5:53:36 PM Music.NotifyTrackList Start 5:53:36 PM Music.NotifyTrackList Invoke WPF 5:53:36 PM VlcMediaPlayer.Dispose(bool disposing) HandleManager.Remove 5:53:36 PM VlcMediaPlayer.Dispose(bool disposing) EventManager.Detach 5:53:36 PM VlcMediaPlayer.Dispose(bool disposing) Free 5:53:36 PM VlcMediaPlayer.Dispose(bool disposing) ReleaseMediaPlayerFunction 5:53:37 PM Music.Pause Start 5:53:37 PM Music.Prepare Start 5:53:37 PM Music.Kill Start 5:53:37 PM Music.Kill Finished 5:53:37 PM Music.NotifyTrackList Start 5:53:37 PM Music.NotifyTrackList Invoke WPF 5:53:37 PM VlcMediaPlayer.Dispose(bool disposing) HandleManager.Remove 5:53:37 PM VlcMediaPlayer.Dispose(bool disposing) EventManager.Detach 5:53:37 PM VlcMediaPlayer.Dispose(bool disposing) Free 5:53:37 PM VlcMediaPlayer.Dispose(bool disposing) ReleaseMediaPlayerFunction 5:53:39 PM Music.Play Start 5:53:39 PM Music.Kill Start 5:53:39 PM Music.Kill Finished 5:53:39 PM Music.Play Empty Music Path 5:53:39 PM Music.NotifyTrackList Start 5:53:39 PM Music.NotifyTrackList Invoke WPF 5:53:39 PM VlcMediaPlayer.Dispose(bool disposing) HandleManager.Remove 5:53:39 PM VlcMediaPlayer.Dispose(bool disposing) EventManager.Detach 5:53:39 PM VlcMediaPlayer.Dispose(bool disposing) Free 5:53:39 PM VlcMediaPlayer.Dispose(bool disposing) ReleaseMediaPlayerFunction 5:54:16 PM Music.Play Start 5:54:16 PM Music.Kill Start 5:54:16 PM Music.Kill Finished 5:54:16 PM Music.Play Empty Music Path 5:54:16 PM Music.NotifyTrackList Start 5:54:16 PM Music.NotifyTrackList Invoke WPF 6:32:06 PM Exception Let me know if the above helps, or you need more info from me
  19. Hey @circo, did somebody got you those names? Just in case, find below a table with the LB names and IDs (don't know which field you use for conversion): 3 Skulls of the Toltecs LaunchBox DB ID #142962 Amazon: Guardians of Eden LaunchBox DB ID #142965 Backyard Baseball LaunchBox DB ID #158447 Backyard Baseball 2001 LaunchBox DB ID #142969 Backyard Baseball 2003 LaunchBox DB ID #142967 Backyard Basketball LaunchBox DB ID #158448 Backyard Football LaunchBox DB ID #142972 Backyard Football 2002 LaunchBox DB ID #142973 Bargon Attack LaunchBox DB ID #142974 Beavis and Butt-Head in Virtual Stupidity LaunchBox DB ID #142975 Beneath a Steel Sky LaunchBox DB ID #142976 Big Thinkers 1st Grade LaunchBox DB ID #142980 Big Thinkers Kindergarten LaunchBox DB ID #142981 Blue Force LaunchBox DB ID #142984 Blue's 123 Time Activities LaunchBox DB ID #142985 Blue's ABC Time Activities LaunchBox DB ID #142986 Blue's Art Time Activities LaunchBox DB ID #142987 Blue's Birthday Adventure LaunchBox DB ID #142999 Blue's Reading Time Activities LaunchBox DB ID #142989 Blue's Treasure Hunt LaunchBox DB ID #142994 Broken Sword 2.5: The Return of the Templars LaunchBox DB ID #142990 Broken Sword II: The Smoking Mirror LaunchBox DB ID #142997 Bud Tucker in Double Trouble LaunchBox DB ID #142991 Castle of Dr. Brain LaunchBox DB ID #142992 Chivalry is Not Dead LaunchBox DB ID #142993 Codename: ICEMAN LaunchBox DB ID #142995 Conquests of Camelot: The Search for the Grail LaunchBox DB ID #142996 Conquests of the Longbow: The Legend of Robin Hood LaunchBox DB ID #142998 Crazy Nick's Software Picks: King Graham's Board Game Challenge LaunchBox DB ID #136005 Crazy Nick's software Picks: Leisure Suit Larrys Casino LaunchBox DB ID #136019 Crazy Nick's Software Picks: Parlor Games with Laura Bow LaunchBox DB ID #136020 Crazy Nick's Software Picks: Robin Hood's Games of Skill and Chance LaunchBox DB ID #158482 Crazy Nick's Software Picks: Roger Wilco's Spaced Out Game Pack LaunchBox DB ID #136021 Cruise for a Corpse LaunchBox DB ID #143001 Darby the Dragon LaunchBox DB ID #143002 Discworld LaunchBox DB ID #143003 Discworld II: Missing Presumed...!? LaunchBox DB ID #143004 Draci Historie LaunchBox DB ID #143007 Drascula: The Vampire Strikes Back LaunchBox DB ID #143005 Dreamweb LaunchBox DB ID #143008 EcoQuest II: Lost Secret of the Rainforest LaunchBox DB ID #143015 EcoQuest: The Search for Cetus LaunchBox DB ID #143009 Elvira II: The Jaws of Cerberus LaunchBox DB ID #143010 Elvira: Mistress of the Dark LaunchBox DB ID #143011 Eye of the Beholder LaunchBox DB ID #143012 Eye of the Beholder II: The Legend of Darkmoon LaunchBox DB ID #143013 Fascination LaunchBox DB ID #143014 Fatty Bear's Birthday Surprise LaunchBox DB ID #143016 Fatty Bear's FunPack LaunchBox DB ID #143017 Flight of the Amazon Queen LaunchBox DB ID #149414 Freddi Fish 2: The Case of the Haunted Schoolhouse LaunchBox DB ID #143019 Freddi Fish 3: The Case of the Stolen Conch Shell LaunchBox DB ID #143020 Freddi Fish 4: The Case of the Hogfish Rustlers of Briny Gulch LaunchBox DB ID #143021 Freddi Fish 5: The Case of the Creature of Coral Cove LaunchBox DB ID #143022 Freddi Fish and Luthers Maze Madness LaunchBox DB ID #143023 Freddi Fish and Luthers Water Worries LaunchBox DB ID #143024 Freddi Fish and the Case of the Missing Kelp Seeds LaunchBox DB ID #143025 Freddy Pharkas: Frontier Pharmacist LaunchBox DB ID #143026 Full Throttle LaunchBox DB ID #143030 Future Wars: Adventures In Time LaunchBox DB ID #143031 Gabriel Knight: Sins of the Fathers LaunchBox DB ID #143033 Geisha LaunchBox DB ID #143034 Gobliiins LaunchBox DB ID #143036 Gobliins 2: The Prince Buffoon LaunchBox DB ID #143039 Goblins Quest 3 LaunchBox DB ID #143048 Gregory and the Hot Air Balloon LaunchBox DB ID #143037 Hi-Res Adventure #0: Mission Asteroid LaunchBox DB ID #143081 Hi-Res Adventure #1: Mystery House LaunchBox DB ID #143080 Hi-Res Adventure #2: Wizard and the Princess LaunchBox DB ID #154158 Hi-Res Adventure #5: Time Zone LaunchBox DB ID #143083 Hi-Res Adventure #6: The Dark Crystal LaunchBox DB ID #143006 Hopkins FBI LaunchBox DB ID #143040 Hoyle Classic Card Games LaunchBox DB ID #142067 Hoyle Official Book of Games: Volume 1 LaunchBox DB ID #143041 Hoyle Official Book of Games: Volume 2 LaunchBox DB ID #143042 Hoyle Official Book of Games: Volume 3 LaunchBox DB ID #143043 Hugo II: Whodunit? LaunchBox DB ID #143044 Hugo III: Jungle of Doom LaunchBox DB ID #143046 Hugo's House of Horrors LaunchBox DB ID #143047 I Have No Mouth, and I Must Scream LaunchBox DB ID #143058 Indiana Jones and the Fate of Atlantis LaunchBox DB ID #143050 Indiana Jones and the Last Crusade: The Graphic Adventure LaunchBox DB ID #143049 Inherit the Earth: Quest for the Orb LaunchBox DB ID #143051 Jones in the Fast Lane LaunchBox DB ID #143056 King's Quest I: Quest for the Crown LaunchBox DB ID #158409 Kings Quest II: Romancing the Throne LaunchBox DB ID #143059 Kings Quest III: To Heir is Human LaunchBox DB ID #143065 Kings Quest IV: The Perils of Rosella LaunchBox DB ID #143067 Kings Quest V: Absence Makes the Heart Go Yonder! LaunchBox DB ID #143061 Kings Quest VI: Heir Today, Gone Tomorrow LaunchBox DB ID #143062 Kings Quest VII: The Princeless Bride LaunchBox DB ID #143063 King's Questions Lands of Lore: The Throne of Chaos LaunchBox DB ID #143054 Laura Bow: The Colonel's Bequest LaunchBox DB ID #14201 Laura Bow: The Dagger of Amon Ra LaunchBox DB ID #14202 Leather Goddesses of Phobos 2: Gas Pump Girls Meet the Pulsating Inconvenience from Planet X! LaunchBox DB ID #143066 Leisure Suit Larry 5: Passionate Patti Does a Little Undercover Work LaunchBox DB ID #143077 Leisure Suit Larry 6: Shape Up or Slip Out! LaunchBox DB ID #143097 Leisure Suit Larry Goes Looking for Love (in Several Wrong Places) LaunchBox DB ID #143092 Leisure Suit Larry III: Passionate Patti in Pursuit of the Pulsating Pectorals LaunchBox DB ID #143076 Leisure Suit Larry in the Land of the Lounge Lizards LaunchBox DB ID #149411 Leisure Suit Larry: Love for Sail! LaunchBox DB ID #143079 Let's Explore the Airport LaunchBox DB ID #24912 Let's Explore the Farm LaunchBox DB ID #24914 Let's Explore the Jungle LaunchBox DB ID #24917 Lighthouse: The Dark Being LaunchBox DB ID #143100 Living Books - Arthur's Birthday LaunchBox DB ID #32814 Living Books - Arthur's Computer Adventure LaunchBox DB ID #32815 Living Books - Dr. Seuss: Green Eggs and Ham LaunchBox DB ID #143112 Living Books - Dr. Seusss ABC LaunchBox DB ID #143113 Living Books: Arthurs Teacher Trouble LaunchBox DB ID #143124 Living Books: Harry and the Haunted House LaunchBox DB ID #143114 Living Books: Just Grandma and Me LaunchBox DB ID #32760 Living Books: Little Monster at School LaunchBox DB ID #143115 Living Books: Ruffs Bone LaunchBox DB ID #143122 Living Books: Sheila Rae, the Brave LaunchBox DB ID #143116 Living Books: Stellaluna LaunchBox DB ID #143117 Living Books: The Berenstain Bears Get In a Fight LaunchBox DB ID #143118 Living Books: The Berenstain Bears in the Dark LaunchBox DB ID #143119 Living Books: The New Kid On the Block LaunchBox DB ID #143120 Living Books: The Tortoise and the Hare LaunchBox DB ID #25077 Loom LaunchBox DB ID #151338 Lost in Time LaunchBox DB ID #143130 Lure of the Temptress LaunchBox DB ID #143133 Magic Tales: Liam Finds a Story LaunchBox DB ID #143151 Magic Tales: Sleeping Cubs Test of Courage LaunchBox DB ID #143153 Magic Tales: The Princess and the Crab LaunchBox DB ID #143155 Manhunter 2: San Francisco LaunchBox DB ID #143162 Manhunter: New York LaunchBox DB ID #143161 Maniac Mansion LaunchBox DB ID #143193 Maniac Mansion: Day of the Tentacle LaunchBox DB ID #137569 Mickey's Space Adventure LaunchBox DB ID #143163 Mixed-Up Fairy Tales LaunchBox DB ID #143156 Mixed-Up Mother Goose (Sci) LaunchBox DB ID #143167 Mixed-Up Mother Goose Deluxe LaunchBox DB ID #143165 Monkey Island 2: LeChucks Revenge LaunchBox DB ID #143170 Mortville Manor LaunchBox DB ID #143166 Myst LaunchBox DB ID #143171 Nippon Safes Inc. LaunchBox DB ID #143176 Once Upon a Time: Little Red Riding Hood LaunchBox DB ID #143177 Pajama Sam 2: Thunder and Lightning Arent so Frightening LaunchBox DB ID #143179 Pajama Sam 3: You Are What You Eat from Your Head to Your Feet LaunchBox DB ID #143181 Pajama Sam: No Need To Hide When It's Dark Outside LaunchBox DB ID #14892 Pajama Sam's Games To Play On Any Day LaunchBox DB ID #14894 Pajama Sams Lost & Found LaunchBox DB ID #143187 Pajama Sams Sock Works LaunchBox DB ID #143191 Passport to Adventure LaunchBox DB ID #143198 Peppers Adventures in Time LaunchBox DB ID #143192 Personal Nightmare LaunchBox DB ID #143199 Phantasmagoria LaunchBox DB ID #143200 Phantasmagoria 2: A Puzzle of Flesh LaunchBox DB ID #143203 Playtoons 1: Uncle Archibald LaunchBox DB ID #143209 Playtoons 2: The Case of the Counterfeit Collaborator LaunchBox DB ID #143197 Playtoons 3: Secret of the Castle LaunchBox DB ID #143206 Playtoons 4: The Mandarine Prince LaunchBox DB ID #143207 Plumbers Dont Wear Ties LaunchBox DB ID #143208 Police Quest 4: Open Season LaunchBox DB ID #143093 Police Quest II: The Vengeance LaunchBox DB ID #143085 Police Quest III: The Kindred LaunchBox DB ID #143086 Police Quest: In Pursuit of the Death Angel LaunchBox DB ID #143084 Putt Putt's One Stop Fun Shop LaunchBox DB ID #32341 Putt-Putt & Fatty Bears Activity Pack LaunchBox DB ID #143214 Putt-Putt & Peps Dog On a Stick LaunchBox DB ID #149413 Putt-Putt and Peps Balloon-o-Rama LaunchBox DB ID #143215 Putt-Putt Enters the Race LaunchBox DB ID #149412 Putt-Putt Goes to the Moon LaunchBox DB ID #143219 Putt-Putt Joins the Circus LaunchBox DB ID #143221 Putt-Putt Joins the Parade LaunchBox DB ID #143216 Putt-Putt Saves the Zoo LaunchBox DB ID #143217 Putt-Putt Travels Through Time LaunchBox DB ID #143211 Putt-Putt's Fun Pack LaunchBox DB ID #143212 Quest for Glory I: So You Want To Be A Hero (VGA Remake) LaunchBox DB ID #143222 Quest For Glory II Trial By Fire LaunchBox DB ID #149409 Quest For Glory III: Wages of War LaunchBox DB ID #143223 Rama LaunchBox DB ID #143213 Return to Ringworld LaunchBox DB ID #143228 Return To Zork LaunchBox DB ID #149410 Rex Nebular and the Cosmic Gender Bender LaunchBox DB ID #143226 Ringworld: Revenge of the Patriarch LaunchBox DB ID #143227 Riven: The Sequel to MYST LaunchBox DB ID #143173 Rodneys Funscreen LaunchBox DB ID #143240 Sam & Max Hit the Road LaunchBox DB ID #143237 Sfinx LaunchBox DB ID #136024 Shivers LaunchBox DB ID #143238 Simon the Sorcerer LaunchBox DB ID #143239 Simon the Sorcerer II: The Lion, the Wizard and the Wardrobe LaunchBox DB ID #143298 Simon the Sorcerer's Puzzle Pack: D.I.M.P. LaunchBox DB ID #158531 Simon the Sorcerer's Puzzle Pack: Jumble LaunchBox DB ID #158530 Simon the Sorcerer's Puzzle Pack: NoPatience LaunchBox DB ID #158529 Simon the Sorcerer's Puzzle Pack: Swampy Adventures LaunchBox DB ID #158528 Slater & Charlie Go Camping LaunchBox DB ID #143300 Soltys LaunchBox DB ID #143302 Space Quest 6: Roger Wilco in the Spinal Frontier LaunchBox DB ID #143309 Space Quest I: Roger Wilco in the Sarien Encounter LaunchBox DB ID #143304 Space Quest II: Vohauls Revenge LaunchBox DB ID #143306 Space Quest III Pirates Of Pestulon LaunchBox DB ID #148110 Space Quest IV: Roger Wilco and the Time Rippers LaunchBox DB ID #143307 Space Quest V: The Next Mutation LaunchBox DB ID #143308 Spy Fox 2: Some Assembly Required LaunchBox DB ID #143310 Spy Fox 3: Operation Ozone LaunchBox DB ID #143311 Spy Fox in Cheese Chase LaunchBox DB ID #143314 Spy Fox in Dry Cereal LaunchBox DB ID #14911 Spy Fox in Hold the Mustard LaunchBox DB ID #143315 Starship Titanic LaunchBox DB ID #143316 Teenagent LaunchBox DB ID #143317 The 7th Guest LaunchBox DB ID #142964 The Beast Within: A Gabriel Knight Mystery LaunchBox DB ID #143032 The Big Red Adventure LaunchBox DB ID #142978 The Bizarre Adventures of Woodruff and the Schnibble LaunchBox DB ID #142982 The Black Cauldron LaunchBox DB ID #142983 Living Books - The Cat in the Hat LaunchBox DB ID #32816 The Curse of Monkey Island LaunchBox DB ID #137568 The Dig LaunchBox DB ID #137570 The Feeble Files LaunchBox DB ID #143018 The Island of Dr. Brain LaunchBox DB ID #143052 The Journeyman Project: Pegasus Prime LaunchBox DB ID #143057 The Labyrinth of Time LaunchBox DB ID #143053 The Legend of Kyrandia: Book One LaunchBox DB ID #143069 The Legend of Kyrandia: Book Two - The Hand of Fate LaunchBox DB ID #143070 The Legend of Kyrandia: Book Three - Malcolms Revenge LaunchBox DB ID #143071 The Lost Files of Sherlock Holmes: The Case of the Rose Tattoo LaunchBox DB ID #143127 The Lost Files of Sherlock Holmes: The Case of the Serrated Scalpel LaunchBox DB ID #143128 The Manhole (new and enhanced) LaunchBox DB ID #143160 The Neverhood LaunchBox DB ID #143174 The Secret of Monkey Island LaunchBox DB ID #143169 Tony Tough and the Night of the Roasted Moths LaunchBox DB ID #143318 Toonstruck LaunchBox DB ID #143319 Torin's Passage LaunchBox DB ID #143299 Touché: The Adventures of the Fifth Musketeer LaunchBox DB ID #143320 Trolls Tale LaunchBox DB ID #143321 U.F.O.s LaunchBox DB ID #143322 Urban Runner LaunchBox DB ID #143323 Voyeur LaunchBox DB ID #143324 WaxWorks LaunchBox DB ID #143301 Ween: The Prophecy LaunchBox DB ID #143325 Winnie the Pooh in the Hundred Acre Wood LaunchBox DB ID #143326 Zak McKracken and the Alien Mindbenders LaunchBox DB ID #143327 Zork Nemesis: The Forbidden Lands LaunchBox DB ID #143329 Zork: Grand Inquisitor LaunchBox DB ID #143330
  20. Fresh from the oven. Gunship is awesome: And yeah, 80's style is my cup of tea for everything!
  21. Awesome thank you Jason for the heads-up. So far I'm loving this new feature.
  22. Guys, do you know if there is a way to select which bg to display in the fades? I saw the Platform examples in the default startup theme folder, but could not get my head around it. I would like a specific bg I have for each platform for all its games, and not each game's fanart.
  23. Spanish Translation Language_es_9.2.zip
  24. I LOVE and cannot get over the DKC OST, specifically DKC2. Years pass and I keep discovering new sounds and stuff in them. Even when you read about how the composer David Wise pushed the SNES boundaries in terms of size, memory and sounds availability, using waves instead of fixed notes, its incredible.
×
×
  • Create New...