crusadeRGP Posted April 13 Posted April 13 Is there a way to load a specific core.opt options file using command line the same a core.cfg -c? Quote
Tsik Posted April 14 Posted April 14 (edited) 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 Edited April 14 by Tsik Quote
crusadeRGP Posted Saturday at 04:52 AM Author Posted Saturday at 04:52 AM (edited) It is still loading the Genesis Plus GX.opt file after I followed the steps you provided above? Sega Genesis TV.cfg LaunchBox Emulator settings Edited Saturday at 06:14 AM by crusadeRGP Quote
crusadeRGP Posted Saturday at 06:12 AM Author Posted Saturday at 06:12 AM I have two configuration setups in LaunchBox for RetroArch cores with one being the standard (Retroarch.cfg) another for bezels (Sega Genesis TV.cfg) Quote
Tsik Posted Saturday at 07:38 AM Posted Saturday at 07:38 AM (edited) @crusadeRGP 7 hours ago, crusadeRGP said: LaunchBox Emulator settings 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... 🙂 Edited Saturday at 12:31 PM by Tsik Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.