mirror of
https://github.com/RetroDECK/Wiki.git
synced 2024-11-23 06:05:40 +00:00
gzdoom
This commit is contained in:
parent
c6c0274fdf
commit
dfcf6dc237
|
@ -26,24 +26,25 @@ https://retrodeck.readthedocs.io/en/latest/wiki_emulator_guides/rpcs3/rpcs3-guid
|
||||||
|
|
||||||
<img src="../../../wiki_images/logos/gzdoom-logo.png" width="100">
|
<img src="../../../wiki_images/logos/gzdoom-logo.png" width="100">
|
||||||
|
|
||||||
[GZDOOM Guide](https://retrodeck.readthedocs.io/en/latest/wiki_engine_guides/gzdoom/gzdoom-guide/)
|
Read the guide here: [GZDOOM Guide](https://retrodeck.readthedocs.io/en/latest/wiki_engine_guides/gzdoom/gzdoom-guide/)
|
||||||
|
|
||||||
### The preface of DOOM
|
### The preface of DOOM
|
||||||
|
|
||||||
We in the RetroDECK team believe that modding, texture replacements and tinkering is a core part of the gaming experience.
|
We in the RetroDECK team believe that modding, texture replacements and tinkering is a core part of the gaming experience.
|
||||||
|
|
||||||
Have have ever wanted to try to run GZDOOM mods/tweaks/fan-games? Installing them quite daunting for the average person and understand how to get them running.
|
Have you ever wanted to try to run GZDOOM with mods? Installing them quite daunting for the average person and then understanding how to get them running.
|
||||||
|
|
||||||
You sometimes need to access the hidden folders, understand what configs to edit and in some edge cases drag-and-drop files into the GZDOOM application itself.
|
Sometimes you need to access the hidden folders, have the knowlage of what configs to edit and in some edge cases drag-and-drop files into the GZDOOM application itself.
|
||||||
|
|
||||||
So we set out on a goal to improve and lower the barrier to running GZDOOM with mods in 0.8.0b.
|
So we set out on a goal to improve and lower the barrier to running GZDOOM with mods.
|
||||||
|
|
||||||
Inspired by the previous work done by AmberELEC, we implemented a brand new and re-envisioned `.doom` file parser. We rebuilt it from the ground up and with the simple goal of making it easier for you to play DOOM in RetroDECK and hopefully offer a unique experience.
|
Inspired by the previous work done by AmberELEC, we implemented a brand new and re-envisioned `.doom` file parser. We rebuilt it from the ground up and with the simple goal of making it easier for you to play DOOM in RetroDECK and hopefully offer a unique experience.
|
||||||
|
|
||||||
|
Now 30 years of great game content made by the awesome DOOM community awaits you!
|
||||||
|
|
||||||
### What is the RetroDECK .doom file?
|
### What is the RetroDECK .doom file?
|
||||||
|
|
||||||
For full details read here: [The RetroDECK .doom file](../wiki_engine_guides/gzdoom/retrodeck-doomfile.md)
|
For full details on how to get started, read here: [The RetroDECK .doom file](../wiki_engine_guides/gzdoom/retrodeck-doomfile.md)
|
||||||
|
|
||||||
The RetroDECK `.doom` file is just a textfile that allows you create your very own doom mod-pack with ease, where each line represents a file name the mod loading order.
|
The RetroDECK `.doom` file is just a textfile that allows you create your very own doom mod-pack with ease, where each line represents a file name the mod loading order.
|
||||||
|
|
||||||
|
@ -72,7 +73,7 @@ PB_Staging_9f2561c.pk3 (<---- Project Brutality mod file)
|
||||||
That is it save and run from RetroDECK!
|
That is it save and run from RetroDECK!
|
||||||
|
|
||||||
|
|
||||||
### I have bought DOOM (1993) and DOOM 2 on Steam how to get my WADs?
|
### I have bought DOOM (1993) or DOOM 2 on Steam how to get my WADs?
|
||||||
|
|
||||||
Read more here: [Get your WADS](https://retrodeck.readthedocs.io/en/latest/wiki_engine_guides/gzdoom/extract-doom-wads/)
|
Read more here: [Get your WADS](https://retrodeck.readthedocs.io/en/latest/wiki_engine_guides/gzdoom/extract-doom-wads/)
|
||||||
|
|
||||||
|
@ -80,14 +81,13 @@ Read more here: [Get your WADS](https://retrodeck.readthedocs.io/en/latest/wiki_
|
||||||
|
|
||||||
Read more here: [RetroDECK GZDOOM Controls](https://retrodeck.readthedocs.io/en/latest/wiki_engine_guides/gzdoom/gzdoom-controls/)
|
Read more here: [RetroDECK GZDOOM Controls](https://retrodeck.readthedocs.io/en/latest/wiki_engine_guides/gzdoom/gzdoom-controls/)
|
||||||
|
|
||||||
Instead of opting for some of the traditional GZDOOM inputs for a controller we instead decided to design it after modding that has more inputs then normal DOOM ever had.
|
Instead of using the GZDOOM inputs for a controllers that is based on the traditional DOOM inputs, we instead opted to design it after with mods in mind and those normally have more inputs then normal DOOM ever had.
|
||||||
|
|
||||||
The control scheme is based both on modern FPS games but also the game `TimeSplitter: Future Perfect` for the PlayStation 2.
|
The control scheme is based both on mix of modern FPS games and the game `TimeSplitter: Future Perfect` for the PlayStation 2.
|
||||||
|
|
||||||
The main feature is that `L1` and `L2` is already pre-bound for various mod actions like throwing grenades or activate special abilities for Brutal Doom and Project Brutality based mods.
|
The main feature is that `L1` and `L2` is already pre-bound for various mod actions like throwing grenades or activate special abilities for Brutal Doom, Project Brutality based mods and Doom Infinite.
|
||||||
|
|
||||||
But the buttons `L1` and `L2` are also free to be used in any other mod you might want to play, all you need to know is that those two buttons are always available for you to bind what ever new actions the mods have to.
|
|
||||||
|
|
||||||
|
But the buttons `L1` and `L2` are also free to be used in any other mod you might want to play, all you need to know is that those two buttons are always available for you to bind what ever new actions the mods throw at you.
|
||||||
|
|
||||||
### NOTE: External Controller Issues - GZDOOM
|
### NOTE: External Controller Issues - GZDOOM
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue