mirror of
https://github.com/RetroDECK/Wiki.git
synced 2024-11-23 06:05:40 +00:00
wiki
This commit is contained in:
parent
e11d027a9f
commit
ff58c19c79
|
@ -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)
|
||||
|
|
|
@ -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.<br>
|
||||
|
@ -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)
|
||||
|
|
|
@ -21,6 +21,9 @@
|
|||
|
||||
`.mugen`
|
||||
|
||||
## Does IkemenGO require BIOS or Firmware?
|
||||
No
|
||||
|
||||
### Information
|
||||
|
||||
- The games need to be uncompressed to a folder.
|
||||
|
|
|
@ -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 `
|
||||
|
|
|
@ -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.<br>
|
||||
|
|
|
@ -2,17 +2,30 @@
|
|||
|
||||
<img src="../../../wiki_images/logos/solarus-logo.svg" width="150">
|
||||
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue