Lindbergh Loader is a program to play Sega Lindbergh games.
Lindbergh Loader Table of Contents
Getting Started with Lindbergh Loader
Sega Lindbergh ROMs typically come in the folder structure. The ROM is typically an executable ELF file contained within these ROM folders. For a full list of the executable ELF files, see the Games List section.
Make sure to read Lindbergh Loader's documentation for additional information on the emulator, https://github.com/lindbergh-loader/lindbergh-loader/blob/master/docs/guide.md.
Games List
Game Name | ELF File |
---|---|
2 Spicy | apacheM.elf |
After Burner | abc |
After Burner Climax SDX | abc |
Ghost Squad Evolution | abc |
Harley-Davidson: King of the Road | vsg or gsevo |
Hummer | chopperM.elf |
Hummer SDLX | a.elf |
Hummer Extreme | a.elf |
Initial D 4 (Export) | hummer_Master.elf |
Initial D Arcade Stage 4 | id4.elf |
Initial D 5 (Export) | id5.elf |
Initial D Arcade Stage 5 | id5.elf |
Let's go Jungle! | lgj_final |
Let's go Jungle! Special | lgjsp_app |
OutRun 2 SP SDX | Jennifer |
OutRun 2 SP SDX (Bootleg) | Jennifer |
Primeval Hunt | main.exe |
Rambo | ramboM.elf |
R-Tuned Ultimate Street Racing | dsr |
Sega Race TV | drive.elf |
The House of the Dead 4 | hod4M.elf |
The House of the Dead 4 Special | hod4M.elf |
The House of the Dead EX | hodexRI.elf |
Virtua Fighter 5 | vf5 |
Virtua Fighter 5 C | vf5 |
Virtua Fighter 5 Final Showdown | vf5 |
Virtua Fighter 5 R | vf5 |
Virtua Tennis 3 | vt3 or vt3_Lindbergh |
How to Install Lindbergh Loader
- Download the latest
lindbergh-loader.flatpak
to a folder of your choice. - Right click anywhere in the folder, click
Open Terminal Here
- Type the following command and press enter:
flatpak install lindbergh-loader.flatpak -y
- The terminal will prompt for confirmation, type
y
and press enter.
- When the installation is complete, type the following command to install the dependencies:
flatpak install org.freedesktop.Platform.Compat.i386//24.08 org.freedesktop.Platform.GL32.default//24.08 -y
- Lindbergh Loader will now be installed. To run the emulator, type the following command:
flatpak run com.github.lindberghloader
- To learn how to launch ROMs, see How to Play Games
How to Play Games
Permissions
By default the Lindbergh Loader Flatpak only has permissions to access ROMs in the $HOME/Games
folder. In order to grant it access to additonal folders, you may use Flatseal. This section will cover how to do so.
- In Desktop Mode, open Konsole.
- Type the following command and press enter:
flatpak install com.github.tchx84.Flatseal --user
- Once the installation is complete, open Flatseal.
- Locate Lindbergh Loader on the left-hand side of the screen.
- Scroll down to
Filesystem
on the right-hand side of the screen. - Under
Other Files
, type the path where your ROMs are located. - Once you have typed your path, Flatseal will auto-save, you may exit out and proceed to the next section to learn how to launch your ROMs.
Games
- Locate the associated ELF file for the game in the ROM folder. See the Games List for a full list of the ELF file.
- Right click the ELF file, click
Properties
, clickPermissions
, checkExecute
- This step is only required once per ROM.
- Right click anywhere in the folder, click
Open Terminal Here
- Type the following command to launch the emulator:
flatpak run com.github.lindberghloader
- This will also automatically identify and launch the ELF file.
How to Launch the Test Menu
In some cases, the test menu may be required to adjust settings for various purposes including disabling certain settings to allow some Sega Lindbergh games to run. This section will cover how to launch the test menu.
- Locate the associated ELF file for the game in the ROM folder. See the Games List for a full list of the ELF file.
- Right click anywhere in the folder, click
Open Terminal Here
- Type the following command to launch the emulator in test mode:
flatpak run com.github.lindberghloader -t
- When finished, exit out of the emulator. On the next launch, exclude
-t
to launch the ROM directly into the game.
Tips and Tricks
How to Launch Lindbergh Loader through ES-DE
ES-DE is a popular front-end for launching ROMs. This section will cover how to launch the Lindbergh Loader directly through ES-DE.
Load Times
Launching Lindbergh Loader through ES-DE may exponentially increase load times. This is the reason why there is no official support for Lindbergh Loader at this time.
- In the
$HOME/ES-DE/custom_systems
folder, right click anywhere, clickCreate New > Text File
, name ites_find_rules.xml
- If you have already created a
es_find_rules.xml
file, skip to Step 3.
- If you have already created a
- Right click the newly created
es_find_rules.xml
file, clickOpen with Kate
or a text editor of your choice. -
Paste the following text:
<ruleList> <emulator name="LINDBERGH-LOADER"> <!-- Sega Lindbergh emulator Lindbergh Loader --> <rule type="systempath"> <entry>com.github.lindberghloader</entry> </rule> <rule type="staticpath"> <entry>~/Applications/lindbergh</entry> <entry>~/.local/share/applications/lindbergh</entry> <entry>~/.local/bin/lindbergh</entry> <entry>~/bin/lindbergh</entry> <entry>/var/lib/flatpak/exports/bin/com.github.lindberghloader</entry> <entry>~/.local/share/flatpak/exports/bin/com.github.lindberghloader</entry> </rule> </emulator> </ruleList>
-
Save the file and exit out.
- In the
~/ES-DE/custom_systems
folder, right click anywhere, clickCreate New > Text File
, name ites_systems.xml
- If you have already created a
es_systems.xml
file, skip to Step 7.
- If you have already created a
- Right click the newly created
es_systems.xml
file, clickOpen with Kate
or a text editor of your choice. -
Paste the following text:
<systemList> <system> <name>lindbergh</name> <fullname>Sega Lindbergh</fullname> <path>%ROMPATH%/lindbergh</path> <extension>.elf .ELF .exe .EXE</extension> <command label="Lindbergh Loader (Standalone)">%STARTDIR%=%GAMEDIR% %EMULATOR_LINDBERGH-LOADER% %FILENAME%</command> <platform>lindbergh</platform> <theme>lindbergh</theme> </system> </systemList>
-
Save the file and exit out.
- In the
ROMs
folder, create alindbergh
folder and place the Sega Lindbergh ROMs in this folder. - Sega Lindbergh ROMs can now be launched directly through ES-DE.
- If the ROM you are trying to launch does not have a file extension or uses
.exe
, either add.elf
to the file name or replace.exe
with.elf
. For example, with Afterburner, rename theabc
file toabc.elf
- For a full list of the ELF files, see Games List. Any file that does not explicitly write
.elf
needs.elf
added to the file name in order for the ROM to be launched from ES-DE.
- If the ROM you are trying to launch does not have a file extension or uses