From fe0e4f749e6ee1baea8f507ab5c5ee499a465ab0 Mon Sep 17 00:00:00 2001 From: Lazorne Date: Tue, 12 Dec 2023 09:09:14 +0100 Subject: [PATCH] WIKI: Img & text fixes --- wiki-rtd/docs/wiki_emulator_guides/openbor-guide.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/wiki-rtd/docs/wiki_emulator_guides/openbor-guide.md b/wiki-rtd/docs/wiki_emulator_guides/openbor-guide.md index 2606516b..1f6fa7b8 100644 --- a/wiki-rtd/docs/wiki_emulator_guides/openbor-guide.md +++ b/wiki-rtd/docs/wiki_emulator_guides/openbor-guide.md @@ -14,8 +14,13 @@ OpenBOR games should be put under the `retrodeck/roms/openbor/` directory. The Open Beats of Rage (OpenBOR) game engine is available on Windows and Linux. Unfortunately the macOS ports seems to have been abandoned. These games are often but not always distributed together with the game engine as specific engine versions may be required for some games. The setup is slightly different between Windows and Linux so they are described separately here. -On Linux you need to supply your own game engine binary as few (if any) games are distributed with the Linux release of OpenBOR. Download the .7z archive from the https://github.com/DCurrent/openbor repository. The file you want is OpenBOR_3.0_6391.AppImage which is located inside the LINUX/OpenBOR folder. If you need an older engine for some specific game, then you may need to download an earlier release instead. -Copy this file to the game directory and make it executable using the command chmod +x OpenBOR_3.0_6391.AppImage +On Linux you need to supply your own game engine binary as few (if any) games are distributed with the Linux release of OpenBOR.
+Download the .7z archive from the [OpenBOR Github](https://github.com/DCurrent/openbor) repository. + +The file you want is `OpenBOR.AppImage` which is located inside the LINUX/OpenBOR folder. If you need an older engine for some specific game, then you may need to download an earlier release instead. + +Copy this file to the game directory and make it executable using the command chmod +x `OpenBOR.AppImage` + Using the same game example as for the Windows instructions above, the directory structure should look like the following: ```