Jump to content
LaunchBox Community Forums

bd00

Members
  • Posts

    604
  • Joined

  • Last visited

    Never

Everything posted by bd00

  1. OK updated, copy-paste it, delete the output folder and run again.
  2. Needs quotes. Hold on i'll edit the above post.
  3. Jason Carr said Hahahaha, it's actually *only* 1,000. ;) https://www.launchbox-app.com/forum/rankinfo Nobody's a 64-bit Supercomputer yet at 500... Well 1000 is not so bad, although it will probably take me a year just to get to 64bit since it took me as long to get to 32bit. Hippyshake said Cadet Stimpy said Jason, how many posts do I need to get a Positronic Brain, such as Data's (from Star Trek)? (Trivia: The Positronic Brain was originally conceived by science-fiction writer, Isaac Asimov). More trivia: In Star Trek: Insurrection, when Data is malfunctioning, Picard gets him to recite Gilbert and Sullivan's "H.M.S. Pinafore". In the Isaac Asimov story "Runaround" a malfunctioning robot recites Gilbert and Sullivan while evading capture by his human masters. Heading for my 32-Bit GPU ;) Interesting. Also this is certainly a more elegant way of moving up the chain than my pathetic counting posts. I should be ashamed of myself. Cadet Stimpy said Hey, ya jumped up a few notches, anyway. This is true. Oh look, another notch
  4. bd00

    A few requests

    Jason Carr said Thanks, bd. I'm just reminded of #1. #2 is definitely planned. #3 is changeable via the Theme's Foreground color. Ah, how did I miss that? *tut* Sorry about that. EDIT OK, I just realised I already changed the color of the text on one of the other instances, so I guess I didn't miss it... at least that time.
  5. Citadel Must make a note to play that. At the moment I am playing Plants vs Zombies: Garden Warfare with my son. I got it recently in the Origin Humble Bundle. I had to buy it twice of course because of the DRM, but the money went to charity so that makes it far less painful. My son loves it and I really enjoy it too. It is his first FPS and probably the only one I will let him play, till I feel he is old enough. We are also playing New Super Mario Bros Wii. We just completed it a few days ago with every Star Coin. As you can see, the majority of my gaming these days revolves around my son. I completed Watch_Dogs not too long ago and revisited COD:MW2. I also revisited a handful of Sega Master System games a couple of months ago. I don't really get much time to play games by myself these days.
  6. Jason, the backslash followed by R is still causing problems. The workaround I use (as mentioned earlier) is & # 9 2 ; (no spaces) followed by the R &_#_9_2_;_r - remove the _ underscores \r
  7. OK, let me take a look... Lets simplify this, lets get rid of the vbs scripts, you can add the paths to the script yourself. There is also no need to limit the location to the desktop, so lets scrap that too. Use this: @echo off :: Change these to relevant paths (NO QUOTES) set roms=enter\location\of\romset\here (no quotes) set emu=enter\full path\to\emu (no quotes) set exe=emu_name.exe ::############################################################### ::############################################################### ::############################################################### :: Change nothing below here. ::############################################################### set batloc=%~dp0 :: Creates a temp filelist of the romset cd /d "%roms%" for /f "delims=" %%f in ('dir /A-D /B /O:GEN') do echo %%~nf>> "%batloc%\filelist.txt" cd /d "%batloc%" :: Creates a temp batch file which serves as the template to be duplicated echo cd ..> template.bat echo start "Emulator" "%emu%\%exe%" %%~n0>> template.bat :: Creates a "launcher" batch file for each entry in the filelist mkdir "%batloc%\output" set output=%batloc%\output for /f "usebackq delims=," %%b in (`TYPE filelist.txt`) do copy template.bat "%output%\%%b.bat" del filelist.txt del template.bat :: Moves each batch file to it's own folder cd /d "%output%" for %%m in (*.bat) do ( md "%%~nm" 2>nul move "%%m" "%%~nm" ) :: Finish up msg * Finished! Now rename all folders to the game name. start "" "%output%" Change the following lines to the relevant paths: set roms=enter\location\of\romset\here (no quotes) set emu=enter\full path\to\emu.exe (including .exe, no quotes) e.g. set roms=c:\emulators\winkawaks\roms set emu=c:\emulators\winkawaks\winkawaks.exe Note: The script will create an output folder wherever the batch file is located when you run it. This is the directory that will contain the scripts. Rename the folders inside the output directory to the game names you will use in LB. DO NOT rename the batch files. Then move them all to your games directory in the relevant platform folder. E.g. c:\launchbox\games\CPS2\ If you have any more issues, let me know.
  8. OK, a quick scan and the code seems OK. The forum still removes my whitespace though... very annoying.
  9. Odd, I was able to download it. I will try pasting the code. Hope this works. Code removed! See THIS post. Create a txt file on your desktop and rename it winwarks.bat Right click and choose edit, or use your preferred text editor. Paste the code above and save. Run the winwarks.bat file (a simple double click will do it) and follow the instructions from the quoted text in your last post. Let me know if you need any more assistance. I have to go right now, got some things to do, but I will check on you later. Best of luck.
  10. bd00

    A few requests

    Just a few requests. 1. Can we have the option to bulk edit additional apps. This has been a thorn in my side for some time now. Please! 2. The ability to choose the contents of the game details pane/sidebar including the order that they are displayed. 3. Font color. Your latest update allowed more fonts, but still no color. Also, that reminds me, are you aware that LB spits out the following error form when anything other than a TrueType font is selected?
  11. Thanks. Will keep an eye on this.
  12. You may have to use batch files to launch your games. I have done this with a few different arcade emulators where the standard LB approach was not viable.
  13. This reminds me, are console icons in the sidebar of LB still on the cards? You know, next to the console name? Cool icons by the way guys.
  14. @kamyk2000 - I decided to take your advice. My son is now on the way to a lovely Mario-esk moustache. We are currently at 7 short stray hairs. I will keep shaving his top lip twice a day until a beautiful brown bush begins to emerge! @Hippyshake - Liking the Bundle Junkies space, congrats.
  15. I would like to see more customization of the game details sidebar/pane. Such as the ability to pick and chose the content shown and to change the order.
  16. bd00

    Just a Few Ideas

    SentaiBrad said Yea Kriven this has been something I've been bringing up to Jason as well. A Ribbon or Badge system to go on top of the images. It would show you simple things like platform, if its a favorite of yours, if you've played it and other similar toggleable options. +1
  17. I am hosting some LBA meetings if anyone is interested? (LaunchBoxoholic Anonymous) Hang in, there is hope. It actually gets easier once you pass the 10,000 games milestone. Well, until the evil self aware processor adds some awesome new feature to tempt us all back. I want to cry. There is no hope, I lied.
  18. Jason Carr said I'm attempting to work through the issues with the uploads; sorry for that, everybody. I believe I have batch files (and uploads) fixed for everyone. People should be able to upload now, including batch files. Please let me know if you can't. Unfortunately, the odd behavior with the backslashes seems more like a glitch with the forums software than anything else, so I don't have a solution to that one right away. You can use & # 9 2 ; without spaces to display a \
  19. Actually I just noticed my count still stands at 228! What a con! I think a certain self aware processor wants to remain the only self aware processor in town!
  20. 233... OK I'm bored now. I am happy with my 32-bit GPU
  21. OK, these are new. WOW 10,000! Let's see... 229
×
×
  • Create New...