diff --git a/wiki-rtd/docs/wiki_engine_guides/gzdoom/extract-doom-wads.md b/wiki-rtd/docs/wiki_engine_guides/gzdoom/extract-doom-wads.md index 408ca54..fb26909 100644 --- a/wiki-rtd/docs/wiki_engine_guides/gzdoom/extract-doom-wads.md +++ b/wiki-rtd/docs/wiki_engine_guides/gzdoom/extract-doom-wads.md @@ -130,24 +130,3 @@ or `My Documents\Saved Games\id Software\DOOM Classic\WADs\` Then just transfer them with a USB Stick or another way to your Linux machine. - -## Where can I find more WADs? - -None-official wads (mods) are all over the internet from old forums, github and various websites. - -**Doomworld:** - -The oldest DOOM community on the web and hosts of the annual [Cacowards](https://www.doomworld.com/cacowards). - -Doomworld is the lifeblood of DOOM community, generations of knowledge and a vast collections of wads exist within it. - -- [Doomworld Files](https://www.doomworld.com/files/) -- [Doomworld ID Games(Legacy)](https://www.doomworld.com/idgames/) - -**Doomwiki:** - -[List of notable WADs](https://doomwiki.org/wiki/List_of_notable_WAD) - -**ModDB:** - -- [ModDB](https://www.moddb.com/games/doom/mods) diff --git a/wiki-rtd/docs/wiki_engine_guides/gzdoom/gzdoom-guide.md b/wiki-rtd/docs/wiki_engine_guides/gzdoom/gzdoom-guide.md index 6e72739..c52c0e8 100644 --- a/wiki-rtd/docs/wiki_engine_guides/gzdoom/gzdoom-guide.md +++ b/wiki-rtd/docs/wiki_engine_guides/gzdoom/gzdoom-guide.md @@ -4,13 +4,20 @@ WIP +GZDoom is the open source game engine for ID Software's older games like DOOM, DOOM2, HEXEN and HERETIC or it's own unique games. + +### GZDoom Links: + +[ZDoom Web Page](https://zdoom.org/index) + +[GZDoom Github](https://github.com/ZDoom/gzdoom) + +[ZDoom Forums](https://forum.zdoom.org/) + ## Where to put the games -Doom games should be put under the `retrodeck/roms/doom/` directory. +GZDoom games should be put under the `retrodeck/roms/doom/` directory. -## .doom folder - - -## File types +### File types - .wad - `Where's All the Data?` file - .iwad - `internal wad` - .pwad - `patch wad` have priority over iwad @@ -26,6 +33,9 @@ Doom games should be put under the `retrodeck/roms/doom/` directory. - .mus — `Music file` format of `DOOM`, `Heretic`, `Hexen` and `Strife` +### Does GZDoom require BIOS or Firmware? +No + ## The RetroDECK DOOM Parser The Iwad parser will look for any of the CORE DOOM files that could be required to run a DOOM mod in the `/retrodeck/roms/doom/` directory.
@@ -42,3 +52,24 @@ IWAD_FILES=("DOOM1.WAD" "DOOM.WAD" "DOOM2.WAD" "DOOM2F.WAD" "DOOM64.WAD" "TNT.WA "doom_complete.pk3" ) ``` + +## Where can I find more WADs? + +None-official wads (mods) are all over the internet from old forums, github and various websites. + +**Doomworld:** + +The oldest DOOM community on the web and hosts of the annual [Cacowards](https://www.doomworld.com/cacowards). + +Doomworld is the lifeblood of DOOM community, generations of knowledge and a vast collections of wads exist within it. + +- [Doomworld Files](https://www.doomworld.com/files/) +- [Doomworld ID Games(Legacy)](https://www.doomworld.com/idgames/) + +**Doomwiki:** + +[List of notable WADs](https://doomwiki.org/wiki/List_of_notable_WAD) + +**ModDB:** + +- [ModDB](https://www.moddb.com/games/doom/mods) diff --git a/wiki-rtd/docs/wiki_engine_guides/ikemengo/ikemengo-guide.md b/wiki-rtd/docs/wiki_engine_guides/ikemengo/ikemengo-guide.md index 29ae94a..97c097e 100644 --- a/wiki-rtd/docs/wiki_engine_guides/ikemengo/ikemengo-guide.md +++ b/wiki-rtd/docs/wiki_engine_guides/ikemengo/ikemengo-guide.md @@ -21,6 +21,9 @@ `.mugen` +## Does IkemenGO require BIOS or Firmware? +No + ### Information - The games need to be uncompressed to a folder. diff --git a/wiki-rtd/docs/wiki_engine_guides/openbor/openbor-guide.md b/wiki-rtd/docs/wiki_engine_guides/openbor/openbor-guide.md index 77e4ff2..5ef332c 100644 --- a/wiki-rtd/docs/wiki_engine_guides/openbor/openbor-guide.md +++ b/wiki-rtd/docs/wiki_engine_guides/openbor/openbor-guide.md @@ -18,9 +18,13 @@ Open Beats of Rage or `OpenBOR` is a beat 'em up game engine and Chronocrash is [Chronocrash Forum](https://www.chronocrash.com/forum/) + ## Where to put the games OpenBOR games should be put under the `retrodeck/roms/openbor/` directory. +## Does OpenBOR require BIOS or Firmware? +No + ## What file formats are supported? `.AppImage ` diff --git a/wiki-rtd/docs/wiki_engine_guides/scummvm/scummvm-guide.md b/wiki-rtd/docs/wiki_engine_guides/scummvm/scummvm-guide.md index 23bbe0f..874b642 100644 --- a/wiki-rtd/docs/wiki_engine_guides/scummvm/scummvm-guide.md +++ b/wiki-rtd/docs/wiki_engine_guides/scummvm/scummvm-guide.md @@ -4,8 +4,6 @@ This guide works for both the `ScummVM RetroArch Core` and `ScummVM-SA` ---- - ### ScummVM Links: [ScummVM Guides](https://docs.scummvm.org/en/v2.7.1/) @@ -17,7 +15,6 @@ This guide works for both the `ScummVM RetroArch Core` and `ScummVM-SA` [ScummVM Webpage](https://www.scummvm.org/) ---- ### Where to put the games? ScummVM games should be put into the `retrodeck/roms/scummvm/` directory.
diff --git a/wiki-rtd/docs/wiki_engine_guides/solarus/solarus-guide.md b/wiki-rtd/docs/wiki_engine_guides/solarus/solarus-guide.md index 6da2817..b858144 100644 --- a/wiki-rtd/docs/wiki_engine_guides/solarus/solarus-guide.md +++ b/wiki-rtd/docs/wiki_engine_guides/solarus/solarus-guide.md @@ -2,17 +2,30 @@ +Solarus is an open-source adventure game engine. + +### Solarus Links: + +[Solarus Community](https://www.solarus-games.org/community/) + +[Solarus Docs](https://docs.solarus-games.org/) + +[Solarus Gitlab](https://gitlab.com/solarus-games/) + +[Solarus Web page](https://www.solarus-games.org/) + ## Where to put the games Solarus games should be put under the `retrodeck/roms/solarus/` directory. +## Does Solarus require BIOS or Firmware? +No + ## What file format is supported? `.solarus` -- Solarus games are all contained in the Solarus file `.solarus` - - ## Solarus TIPS -- There is no overarching setting over all Solarus games as each game is full separate game. + +- Each game is its own self-contained game, and no overarching settings exist. - Some games don't autostart in Fullscreen so you need to either `Select + West (X, Square)` or press ` CTRL + Enter` or ` Alt + Enter` - To quit games you need to press `Escape` that exists on in the radial menu system for the controllers.