mirror of
https://github.com/RetroDECK/Wiki.git
synced 2025-01-19 05:35:37 +00:00
Removed Xargons doom crown
This commit is contained in:
parent
45b8bc4da0
commit
31e1a2bf3d
|
@ -42,9 +42,9 @@ We recommend that you at buy both `DOOM 1993` and `DOOM 2`.
|
|||
- [DOOM 3 - Steam](https://store.steampowered.com/app/208200/DOOM_3/)
|
||||
|
||||
|
||||
## What are core doom wads gzdoom is looking for?
|
||||
## What are iwads gzdoom is looking for?
|
||||
|
||||
The [IWADS](https://doomwiki.org/wiki/IWAD) Gzdoom is looking for to be able to run are the following (The RetroDECK Team calls this grouping the `CORE WADS`):
|
||||
The [IWADS](https://doomwiki.org/wiki/IWAD) Gzdoom is looking for to be able to run are the following:
|
||||
|
||||
| File | What is it? | Comments |
|
||||
| :--- | :---: | :---: |
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# The RetroDECK .doom file
|
||||
# The .doom file
|
||||
|
||||
The RetroDECK `.doom` file is a feature for easy loading of doom files with mods.
|
||||
The `.doom` file is a feature for easy loading of doom files with mods, it is based on the work done by [AmberELEC .doom](https://amberelec.org/systems/doom.html) and others with additional improvements made by RetroDECK.
|
||||
|
||||
## The RetroDECK .doom Parser
|
||||
|
||||
The `.doom` parser will look for any of the `CORE WADS` files that could be required to run a DOOM mod in the `/retrodeck/roms/doom/` directory.<br>
|
||||
The `.doom` parser will look for any of the `iwads` files that could be required to run a DOOM mod in the `/retrodeck/roms/doom/` directory.<br>
|
||||
|
||||
Here is what files it is currently looking for:
|
||||
|
||||
|
@ -30,9 +30,9 @@ In this example we are making two folders under the `/roms/doom/` folder, with t
|
|||
|
||||
---
|
||||
|
||||
`/retrodeck/roms/doom/core_wads/`
|
||||
`/retrodeck/roms/doom/iwads/`
|
||||
|
||||
In the `core_wads` folder you can put one or all of the official files game wads made by ID Software/Bethesda their addons and/or freedom so they are not mixed up with the mods.
|
||||
In the `iwads` folder you can put one or all of the official files game wads made by ID Software/Bethesda their addons and/or freedom so they are not mixed up with the mods.
|
||||
|
||||
---
|
||||
|
||||
|
@ -74,7 +74,7 @@ But this can be different, check the where you download the mods if they have an
|
|||
|
||||
## Project Brutality .doom example:
|
||||
|
||||
In this example you have already downloaded a bunch of mods and have the core doom iwads already somewhere under the `/retrodeck/roms/doom/` folder.
|
||||
In this example you have already downloaded a bunch of mods and have the iwads already somewhere under the `/retrodeck/roms/doom/` folder.
|
||||
|
||||
You want to play [Project Brutality](https://www.moddb.com/mods/project-brutality) on DOOM 2 levels.
|
||||
|
||||
|
|
Loading…
Reference in a new issue