Jump to content
LaunchBox Community Forums

Ize

Members
  • Posts

    58
  • Joined

  • Last visited

Everything posted by Ize

  1. YouTube & Arcade Video Snap Downloader View File I have created my own YouTube & Arcade Snap / Videopreview downloader. It's not super pretty but works pretty well. Arcade is perfect because i use progettosnaps direct download, consoles are OK'ish... i currently try to limit the search results to one provider to eliminate false positives. So if that channel doesn't have the video for your game, you might get something strange... BUT I ADDED A SKIP BUTTON! If you know any other youtube channels that provide game previews than arcade forever feel free to leave a comment and i'll take a look at it Installation: Unzip the file and put the folder in your Launchbox/Plugins/ dir. Usage : Rightclick a game or games and choose get snaps, click yes for consoles etc., click no for arcade / mame. Hit Download, wait, done. Btw. if you're wondering why there is an .exe file... well i'll probably make it standalone too to scan the whole library and im lazy so i didn't want to start two projects I have uploaded a video of it in action here: Submitter Izegod Submitted 05/18/2017 Category Third-party Apps and Plugins
  2. Version 1.0.0

    747 downloads

    I have created my own YouTube & Arcade Snap / Videopreview downloader. It's not super pretty but works pretty well. Arcade is perfect because i use progettosnaps direct download, consoles are OK'ish... i currently try to limit the search results to one provider to eliminate false positives. So if that channel doesn't have the video for your game, you might get something strange... BUT I ADDED A SKIP BUTTON! If you know other youtube channels than arcade forever feel free to leave a comment and i'll take a look at it Installation: Unzip the file and put the folder in your Launchbox/Plugins/ dir. Usage : Rightclick a game or games and choose get snaps, click yes for consoles etc., click no for arcade / mame. Hit Download, wait, done. Btw. if you're wondering why there is an .exe file... well i'll probably make it standalone too to scan the whole library and im lazy so i didn't want to start two projects I have uploaded a video of it in action here:
  3. Hey @Jason Carr, good work on the plugin system so far Just started working on my first test plugin and it's going really well right now. I only know C# from working in Unity but it translates surprisingly well to a normal application
  4. I didn't get much done this week so far but here's a little update: put all my parsing stuff etc. in a loading scene added basic scene transitions look at DAT FPS .wav sound loader and playback from disk AND actual launching of the selected rom in the associated emulator according to launchbox Still needs lots of optimization but the basics are done now. The F-Zero Boxart is my default texture so that shows up a few times Launching happens @ 1:26 and 3:28... the app waits for the emu process to close so for now it just freezes I really need to switch from project64 to retroarch with one of those new n64 cores... god is it bad
  5. Just linking this here in case anyone stumbles upon the question again:
  6. I'll have to rewrite my basic engine to support object pooling (for the covers). Someone linked me to a nice example and it improves performance ALOT. In my initial test i parsed the whole xml with the games of a platform (OK) and directly created a 3d object (box), set it's values (name, path, etc.) and then read the texture from disk and applied it (ok for a few models, NOT OK for a few thousand boxes) With object pooling i'll just need maybe 10-20 boxes depending on how i layout the boxes in the scene and they'll get reused... i'll just load the textures on the fly then, and apply it to the boxes that aren't in view. maybe 5 left, 5 right, and 10 boxes visible on screen. This should improve performance drastically (i hope, im not sure how the texture loading on the fly will behave when scrolling through a huge library). I don't know what magic @Jason Carr did with bigbox (i think he caches ALL game images on launch and that causes the startup loading time?) but it's very impressive that bigbox then still runs so silky smooth. I hope i can get somehow even near that performance. My PC is pretty good (i7 6700k @ 4,5GhZ, 16GB Ram and Zotac GeForce GTX 1080 Amped! Extreme) but when i throw a mame.xml at my app currently... god have mercy on my poor machine I'll be back.
    Nice, added to my list Check out my classic street fighter intro if you want
  7. @Jason Carr thanks There are various blender to xaml converters like: https://xamlexporter.codeplex.com/ Unity can apparently generate xaml files, from the docs.: but im not sure how that works... Maybe you can integrate unity's systems (runtime?) into a net application with that somehow? I guess that would be the easiest way to extend bigbox with a real 3d engine. @zannyuk looks great. For which system is that? C64? Do you have any cartridge models or other "boxes" i could have to play around with?
  8. Heh, sounds good. I've made some progress today: Parsing of LaunchBox platform xmls and creating "Boxes" with the required metadata (title, notes, rompath, etc.) Videoplayer for MP4 Videos (thanks HTC for the ffmpeg wrapper )... Tweening of the boxes added some neat shaders like realtime reflection for the boxes, depth of field and ambient occlusion for the camera Actual CONTROLS so i can switch the boxes with keyboard and gamepad instead of setting a variable all the time UI Overlay and probably more i forgot... not bad for a day and not much prior knowledge. You might notice it's displaying psp games and only the default boxart for my snes boxes because i used my psp.xml here... i only have 3 psp games... good enough for testing... parsing my snes roms takes a bit too long because im debugging the whole time i'll add fanart backgrounds next and keep playing a bit with it some more. PS sorry i forgot to turn of themusic... @Jason Carr can't code without music right?! and yes, my neighbours hate me... it's like 9pm here now
  9. I use unity since... monday... same for blender I'm learning c#, unity and blender as im going... not sure if it will result in something but it's fun to play around with
  10. From his description i'd say @stevep is oldschool and running a real cab with a real arcade monitor Some emulators can't switch the resolution and only display the game in a fullscreen window, so i think his request is valid.
  11. Looks great imo If we could get a "BoxFlow" thing going it would be awesome to be able to choose if you want to display the cases/boxes or the cart / disc
  12. nice, i've linked you to this on discord: not 6 sides... but 3... including sides... better than nothing: https://gbatemp.net/threads/cover-collections-for-emulators-with-cover-support.324714/ Ninja edit: for c64 games there is http://www.commodorehdcovers.com/
  13. @Jason Carr hah neat. i'd love to have something like "BoxFlow"? (you can steal the name ) I played around with unity today and this is the result: However, someone who knows a thing or two about coding should do this This took me way too long... the positive is that i learned how to unwrap and texture a cube in blender... so i have that going for me
  14. Street Fighter Startup Video View File Based on the original Street Fighter II Arcade Intro. Submitter Izegod Submitted 02/23/2017 Category Big Box Startup Videos  
  15. Version 1.0.0

    576 downloads

    Based on the original Street Fighter II Arcade Intro.
  16. To be honest, 3D Support is a great idea but the way the classics hub does this is kinda inconvenient... especially for browsing a large library with different platforms. I was always pretty fond of WiiFlow for Wii: It was easy to use and allowed to switch platforms and roms / isos very quickly with a great ui that focused on boxart and smooth animations. Something like this would be awesome. As far as i know there is no frontend for pc which does the same or something similiar.
  17. After an "argument" in the launchbox discord, i did some googlefu and found out that dosbox daum has the option to mount zip files. @Zombeaver promptly tested if it worked properly and surprisingly it does So here is a guide on how to run zipped DOS-Games. Download DOSBOX Daum from http://ykhwong.x-y.net Unzip (DOSBOX Daum, not yourself) Make 2 folders in the unpacked dosbox named "Data" and "Games" Copy your Games in .ZIP format into the games folder Start dosbox and type: "mount c Data:Games\YOURGAME.ZIP:/" replace YOURGAME.ZIP with your zipped game name, i'll use LBA.zip (little big adventure) here: Start your game as usual: Success You'll have to keep your isos in a seperate folder if you have to mount them for games that need them (Daggerfall, Little Big Adventure, etc.) and there are probably a few other problems and glitches but so far it works pretty good.
  18. You can overwrite the xaml files with views from other themes but expect to do some manual work to fix the path, fonts etc.
  19. Well VLC can play youtube streams... Jason could possibly borrow some code from this to extract playlists etc: https://rg3.github.io/youtube-dl/
  20. Great! maybe it will be of use to someone else in the future too I took a look at the collectorz software and wow... is it horrible
  21. Here is the fixed? script which generates 1.117 files for me. Holy moly... now i know why you don't want to add all by hand conv2.py
  22. They are supposed to be empty ? Upload the XML file and I'll take a look... I probably already know why it doesn't work ?
  23. OK here it goes: You need Python 2.7 (https://www.python.org/ftp/python/2.7.13/python-2.7.13.msi) Copy the attached file into a folder with your export.xml from GCZ GC and doubleclick it... Depending on how many games are in the xml file you might see a console window or it will just flash and close again. You will now have a folder named "output" which contains all your game titles with the extension .IZE (lol :P) Start LaunchBox In LaunchBox goto Tools->Import->Rom Files... Next -> Add Folder and choose the new "output" folder. Click Next Choose the platform for the games (for your example choose Windows) and click next Choose an "Emulator", which one doesn't matter and click next Choose "Use the files in their current location" and click next Click both checkboxes if you want or just leave the launchbox db checked and click next Choose your desired art and click next Emumovies? Click next You can uncheck everything here if you want and click next Launchbox will now parse the files and show you an overview, click FINISH! Launchbox will now import all the games and download the metadata and graphics. After the import process you can delete the output folder. Hope it works for you conv.py
×
×
  • Create New...