Configuring Ludo
Last updated
Last updated
Ludo doesn't expose a log of settings, but you can find them under the settings tab:
These settings are global, they affect all the games at once.
Advanced users can edit the settings file manually. It is located in your home directory, under:
~/.config/ludo/settings.toml
on Linux
~/Library/Application Support/ludo/settings.toml
on MacOS
%LOCALAPPDATA%\ludo\settings.toml
on Windows
Don't forget to close Ludo prior to editing this file.
Video Fullscreen Switch between full screen and windowed mode. The full screen mode will try to use the highest resolution possible.
Video Monitor Index If you have more than one monitor, changing the index will target a different monitor in full screen mode. Use this if you want to use Ludo in full screen on an external display.
Post processing filter to use for the game image. Also know as pixel shader.
Raw: Nearest neighbor interpolation, the game will look pixelated.
Smooth: Bilinear interpolation, the game will look blurry.
Pixel Perfect: Sharp bilinear, the game will look pixelated. Use this when your game pixel grid doesn't align well with your screen grid.
CRT: A fast cathode ray tube effect with scan lines.
LCD: A fast liquid crystal display for handheld consoles.
Audio Volume: Volume of the game audio.
Menu Audio Volume: Volume of the menu audio effects.
When activated, maps the left analog stick of your joypad to the directional arrows. Useful for some games that didn't had native analog support, or some arcade games.
You should disable this when playing a game that supports native analog inputs, like Nintendo 64 games and some specific PlayStation games.
By default Ludo will create a ludo
directory in your application data folder, and most of the following directories will be under ludo
. In this guide, we refer to the data folder as DATA
. Which means, depending on your OS:
On Linux: something like ~/.local/share/ludo
On Windows: something like %APPDATA%\Roaming\ludo
On Mac OS: something like ~/Library/Application Support/ludo
Cores Directory: Where to look for libretro cores. The default value will vary depending on the OS.
Assets Directory: Where to look for icons and audio effects. The default value will vary depending on the OS.
Database Directory: Where to look for database of games used for scanning. The default value will vary depending on the OS.
Savestates Directory: Where to store quick saves created by Ludo. By default DATA/savestates
Savefiles Directory: Where to store regular game saves. By default DATA/savefiles
Screenshots Directory: Where to store screen captures. By default DATA/screenshots
. Screenshot associated to savestates will also be stored in there.
System Directory: Where to look for BIOS files. By default DATA/system
. Note that most emulator can also look for BIOS files in the same directory as the game you load.
Playlists Directory: Where Ludo will store playlists generated when you scan your games. By default DATA/playlists
. Note that playlists can be modified using a simple text editor, and can safely be deleted.
Thumbnails Directory: Where to store game thumbnails that appear in playlists. By default DATA/thumbnails
. Note that you don't have to manually place thumbnails here. Ludo will automatically download and display them if you are connected to internet while browsing your playlists.
Ludo configuration file is located in the application configuration directory:
~/.config/ludo/settings.toml
on Linux
~/Library/Application Support/ludo/settings.toml
on MacOS
%LOCALAPPDATA%\ludo\settings.toml
on Windows
You can modify it using a text editor. You can also delete it to reset everything to defaults.
This is what the configuration looks like on Linux:
As you can see, the libretro core used to launch games of a playlist is set there.