Add hardware requirements section to readme.

(These are not too precise due to lack of testing, so there's plenty of room
for improvement)
This commit is contained in:
Mari the Deer 2023-12-02 13:03:50 +01:00
commit c3f36e08b7
2 changed files with 36 additions and 2 deletions

View file

@ -32,6 +32,40 @@ Hope you have fun exploding demon knees.
---
## Software and Hardware Requirements
**Codename: Demolitionist** requires **GZDoom 4.11** or later. For mobile platforms, this is available on **Delta Touch** as of version 5.1.
Recommended desktop hardware specs are as follows:
- **CPU:** 3GHz or faster x86_64 processor (core count irrelevant, single-threaded performance is what matters).
- **Intel:** Core i5-6400 or later.
- **AMD:** Ryzen 5 1500X or later.
- **GPU:** OpenGL 4.6 or Vulkan 1.2 compatible GPU with at least 3GB of VRAM.
- **NVIDIA:** GTX 1060 or later.
- **AMD:** RX 480 or later.
- **Intel:** Iris Pro Graphics 580 or later.
- **RAM:** 4GB minimum (8GB if using integrated graphics).
- **Display:** A 16:10 monitor is recommended for the intended visual experience.
For playing on mobile, the following are recommended:
- **Chipset:** Qualcomm Snapdragon 765 or better.
- **Resolution:** On high DPI devices, playing at a 0.5x scale is advised to smoothen the framerate.
- **Input:** External keyboard and mouse are recommended, gamepad may not be enough, touch controls won't be manageable.
Recommended GZDoom settings are as follows:
- **Renderer:** Hardware only, Vulkan backend recommended if possible, avoid OpenGL ES on desktop *(it will disable custom material and postprocess shaders)*.
- **Textures:** Either `None` or `None (Trilinear)`. The graphics in this mod were designed with no filtering in mind.
- **Post-processing:** Bloom is recommended, it is not advised to use GZDoom's tonemap filters. For other post-processing, use [MariFX](https://github.com/OrdinaryMagician/marifx_m).
- **Lighting:** Dynamic lights should be enabled. It's also advised to use `Classic` sector lighting, as other modes may over-brighten weapon models.
- **Audio:** Increasing sound channels to their maximum limit is advised.
*(Testers are welcome for narrowing down more precise hardware requirements)*
---
## The Demolitionist
![](docimg/demolitionist_actionshot.png)

View file

@ -1,3 +1,3 @@
[default]
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r1036 \cu(Thu 30 Nov 13:08:01 CET 2023)\c-";
SWWM_SHORTVER="\cw1.3pre r1036 \cu(2023-11-30 13:08:01)\c-";
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r1037 \cu(Sat 2 Dec 13:03:51 CET 2023)\c-";
SWWM_SHORTVER="\cw1.3pre r1037 \cu(2023-12-02 13:03:51)\c-";