-
Posts
115 -
Joined
-
Last visited
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by Tsik
-
Great to know all of you guys, I once wanted/tried to and make a video myself for BigBox startup and it was a disaster! π€ Also some time ago was struggling to create a theme using CTC but that went down as well.. π« That said and knowing how hard this could be I just want to say that I really admire everyone's work/contributions in addition with everyone's will to share it for free with all of us is the best example of community and collaboration. I wish some day I could "pay you all back" with something I create and share. There is only this thing that makes me a bit "worried" is that the last couple of months there are many contributors/great members like all of you stepping-back/out or even living the community, I don't know if this has always been the case (members come and go along the way) or if something has changed recently that has discouraged some of them/you from continuing to be actively participating... maybe some of the older members here know why. (Or simply we will never know because there is nothing in particular about it) Anyway, cheers to all βΊοΈ
-
Oh my God...! They are all amazing... I could never choose one because they are all excellent! "Choisissez-en un !" {easy for you to say} π π π. I say "Le choix vous appartient."/"The choice is yours". {I hope I didn't mess it up.} π
-
Take care, and hope to see you again anytime soon. You are such an amazing artist. Thank You π
-
Great theme, it changes the LaunchBox experience!!! π€© *The only small detail I would really like to see in a future version is the "Platform Category" view to be implemented. (Currently (v1.0.0) I couldn't find a way to navigate from the categories to the individual platforms). Version 1.1.0 now Implements "Platform Category" that's Sleeeek! π Thank You! π
-
Hey there, you can always drag 'n drop the image onto the edit window>Media>Images and choose the appropriate image type from the tab above, it will automatically named and placed in the correct folder. See below: Just make sure the filename is .png to take advantage of any transparency in the image or.jpg for plain images. Hope that helps some more. π
-
Is anyone experience this phenomenon when using\navigating with the controller? See images below: This is always happening only when using the controller. The theme I use is the standard 'Default' theme with some minor changes but in the "Game Details". This is not a 13.27 version only issue because I had this issue before. π€
-
So that's why the "Sort Title" in one of my Platforms keeps deleted! In fact I believe Its the only one that has a 'Sort Title' field because I need that platform to always be on-top/at beginning of the list and i try to put a (one digit) number in it after using the plug-in the number becomes a "random" 6 digit one. π€ Yes confirming, its immediate.π I'll try to remember that. π
-
Hey there again, is it possible/easy for the plug-in to show the current "Sort by..." state? I mean that every time I open the plug-in window the "Sort by..." bullet is on the "... by Title (default)" state and it is a bit confusing when it is not obvious by looking at the list itself especially when you are viewing the "Platforms Category". Please don't get me wrong for seeming spoiled and asking for too much, it's not as difficult as it is right now, but I'm thinking of just a "perhaps" to-do in the future.ππ Anyway, thanks again. π
-
Wow, JoeViking245 you nailed it (again) man. π You are awesome. Thank you for the time and effort... Yes, it was my request, I was building a setup based on the "The History of Video Games" and I came across this small but important (at least for what I want to do) thing that is missing from the LaunchBox shorting filters. I really hope others will find it useful. π Once more a HUGE THANK YOU! Edit: This plug-in even works under the "Platform Category" listing and it does not "break" the Categories being made... super cool! π
-
How do you delete those damn folders?
Tsik replied to PadeMoNiuM Prods's topic in Big Box Custom Themes
Hey there, just wanted to share/post my (temporary) solution for those pesky empty folders created until something new comes from the dev team. It is a simple batch file I've put together (from merging "code" around the NET) and placed in the LaunchBox directory which removes ALL the empty folders from the directory recursively Reference script below: @echo off title Delete all empty folders in the directory 'Tree' echo [91mDO NOT[0m close this window, echo [96mDeleting empty Folders[0m in [[93m%~dp0[0m] and its sub-directories ^ except [[93m%~dp0Games[0m]^ ... ::Deleting all empty folders in the directory "tree" for /f "delims=" %%d in ('dir /s /b /ad ^| sort /r') do ^ if not "%%~nd"=="Games" ^ rd "%%d" 2>nul exit Delete all empty folders in the directory tree (for LB).zip *Note that I have a line in there for exceptions of folders that you may need to keep. **Make sure you right-click properties of the .bat and click the "Allow" check-box Of course the downside is that you just have to click it every time you end the session or maybe incorporate it into another "LauncBox Launcher.bat" batch script as below @echo off title LaunchBox Launcher if not DEFINED IS_MINIMIZED set IS_MINIMIZED=1 && start "" /min "%~dpnx0" %* && exit start "" /wait LaunchBox.exe start /min "_Delete all empty folders in the directory tree (for LB).bat" ::The /min flag above starts the bat minimized (remove if needed) exit to launch it automatically when LaunchBox quits BUT helps a lot when doing a back-up and declutter when searching! I really hope there will be a more permanent solution from the devs to disable the feature when needed. Although as @Retro808 said -here- : and @C-Beats also: those folders seem to have a purpose. You may use the file at your own risk (maybe test it first in a temporary directory) although I've been using this forever and never had a single problem. Of course, as always, feel free to modify and share. π -
+1 At least for the DEC PDP series, and the Plato systems. Ξ€he rest are unknown to me, but it seems that all this might be a great addition to the Database. #PreservingComputerHistory. π
-
@ci2own & @spycat Wow! π² You are guys are amazing... Thank you so much! π Save me so much time and hassle with your work! π€
-
MAME Software Lists Overlays With Instructions.
Tsik reviewed ci2own's file in Platform Bezels/Overlays
-
Hello, very nice π² SL collection you have there! And thank you for posting all of your setup here. In case anyone needs more command-line info for the Apple computers here is my (small) MAME cmds: Again.. Thanks a lot π
-
Yes, and in it should be the customized options you had set-up from the Sega Genesis TV.opt file, the problem now is that those Genesis Plus GX.opt options are going to be used every time you use RetroArch... unless they are automatically removed each time somehow to be recreated again once with the standard settings (without the appended .cfg) once with the customized ones (using LaunchBox) or get overridden with a {Game_Name}.opt or a {Directory_Name}.opt file but either that will also be used every single time.π€ I can see now that this might lead to a dead end because you wanted to use that Sega Genesis TV.opt file just like you use an additional .cfg (with -c command) but apparently it doesn't work that way. π
-
Hey, look what I found as I was trying to reproduce your setup with Mega Drive/Genesis games!: I've added the core_options_path = ":\config\Genesis Plus GX\CUSTOM OPTIONS.opt" to my own appended config file (which already works) [with --appendconfig config\For_LaunchBox.cfg] which was just a copy of the original (Genesis Plus GX.opt) with a minor visual only change genesis_plus_gx_overscan = "disabled" changed to genesis_plus_gx_overscan = "top/bottom" so that I could see the effect immediately. As long as the default Genesis Plus GX.opt file (with overscan = "disabled") is present, RetroArch is loading that file as the last options override BUT when I removed\renamed that default file then it reads the "CUSTOM OPTIONS.opt" from the appended cfg and saves\creates a new options Genesis Plus GX.opt but with the new\changed option genesis_plus_gx_overscan = "top/bottom" line in there! Edit: Perhaps you already know but as it says -here- the hierarchy for loading config files (which looks like is also applying to option files as well) is: First {Game_Name}.opt then {Directory_Name}.opt then {Core_Name}.opt then {Override_Custom_Options}.opt but saved as {Core_Name}.opt if the last is not present to be loaded automatically in the first place. So that is why : Question: What does the Sega Genesis TV stands for? Is it your Games directory name or just a file name you choose same name as the cfg you use?
-
I would also like to express my respect and say that it is a bit sad to see such a long-time and distinguished member have to say goodbye... (even if only for a while).π’ I wish you the best in whatever you decide to focus on and I hope that the "... for now" part will be relatively short, because the community really needs members like you. Huge thanks. π«‘
-
@crusadeRGP Check your command-line argument, with the --appendconfig you are pointing to the 'Sega Genesis TV.opt' you suppose to point it to straight to the 'Sega Genesis TV.cfg.' Remember 'Sega Genesis TV.cfg' is an 'appended' configuration so every line in there is replacing the equivalent line in the standard Retroarch.cfg but everything else is staying the same, that said you might not need the -c "config..." part at all if you use it only with these three changes/lines. This is how I use the --appendconfig function myself: This way I can use the standard Retroach.cfg along side the For_LaunchBox.cfg to change some settings only when using it via LaunchBox. Edit: In the standard retroarch.cfg file this specific line looks like this by default (core_options_path = "") so that RetroArch can use the auto-override set by Core/Folder/Game_Name. By appending yours [--appendconfig "...Sega Genesis TV.cfg"] this line (in red) is "replaced" temporarily by the new one core_options_path = ":\...\Sega Genesis TV.opt". Long story short you are just appending the Sega Genesis TV.cfg for the changes so that the .cfg points to the specified .opt file. Hope that this helps a bit more... π
-
AFAIK, there is no straight up command line argument to load .opt files but you could use the --appendconfig <PATH_TO_ADDITIONAL_CUSTOM_CONFIG> cmd argument with the core_options_path = βPATH_TO_CUSTOM_OPTIONSβ as a line inside the ADDITIONAL_CUSTOM_CONFIG.cfg to override the options file, see -here- Cheers
-
Hello again, perhaps in this situation you could save your <custom>.ini file with your specific input mappings and then use the following arguments : /profile:<name> [Use specific configuration profile ] /portablealt:<file> [Temporarily enable portable mode with alternate INI file] You may use the System>Profiles>Edit Profiles window to try and create your profile (.ini) that fits your needs [I never used it so I don't know how exactly π but it seems that's the way you should be doing it] PS. If you need any information on Alttira's command-line arguments in the future use Altirra.exe /? from a cmd window and a new window will pop-up with all the relative info. By the way, have you found the solution in your last post -here-? Cheers π
-
Hi, have you tried enabling the Auto-boot... option under the System tab in the emulator itself? I have no problem into launching games via LaunchBox at all using Alttira (latest v4.40 x64) and it is pretty straight forward, just point to the emulator's exe file (Altirra64.exe) and perhaps you optionally use the \f as a command line argument for full-screen. If this does not help perhaps you try and be more specific about what file-type/game you are trying to launch for what system (400/800, 1200XL, 600/800XL, 130XE, XEGS or 5200) etc. Cheers π
-
PCSX2 - Escape Key not closing games and exiting app
Tsik replied to Who_Dunnit_Roger's topic in Troubleshooting
If I understand correctly when launching PCSX2 from LaunchBox/Bigbox the emulator does not exit when pressing ESC... if so go to Tools>Manage>Emulators> choose your PCSX2 entry and in the Running Script tab paste the lines: #NoEnv $Esc:: { Process, Close, {{{StartupEXE}}} } (It's the I/O board you mentioned that's confusing me, but still, try the above and we'll see.) π -
Hi, you can also try a fresh "test" installation to a separate location, and see what it does there. Just take the installer from the Updates folder. Another suggestion is also to check your plug-ins. Try and remove them temporarily, all of them or one-by-one, to see if the problem still occurs. I also doubt that the problem is the library size. Cheers π
-
Maps and text passwords - What do i do with them?
Tsik replied to Shredder_guitar's topic in Game Media
Hey, I've honestly never heard of Kavita reader before. May I ask, do someone have to have Kavita already installed in their system for this to work? I would love to learn a bit more about on how it works. Quick searching for "Kavita reader" in Google leads to -here-. Can this be used as a standalone reader? (perhaps tomorrow I'll try and look around for more info). In your video you said it is compatible with cbz files (which is I think essentially a zip file full of pngs formatted to be used for those flip-book comic/magazine readers as you already said) and looks like it is also with PDFs but in your first post you also mention raw .png images and .txt files is it working with those also? Also many DOS games used to have some kind of code wheels for protection like "Monkey Island's 2" Mix n Mojo below which I found can be viewed/used like -this-. Any luck with those? Thanks! π