Skip to content

Commit 0b4e24d

Browse files
authored
Refactor README for improved structure and content
1 parent cd8b971 commit 0b4e24d

File tree

1 file changed

+69
-59
lines changed

1 file changed

+69
-59
lines changed

README.md

Lines changed: 69 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -4,106 +4,116 @@
44
<img src="https://img.shields.io/github/downloads/Jadis0x/DevourX/total">
55
</p>
66

7-
8-
<h1 align="center">DevourX</h1>
9-
10-
<p align="center">
11-
<strong>An advanced open-source C++ internal mod menu for the co-op horror game Devour.</strong>
12-
</p>
13-
14-
15-
![MenuShowcase](img/Screenshot.png)
16-
![MenuShowcase](img/Screenshot2.jpg)
17-
![MenuShowcase](img/Screenshot3.jpg)
18-
19-
### Security and Ethics
20-
- Respect the experience of other players in online lobbies.
21-
- This repository does not encourage cheating in any way; it is intended solely for modding and technical research.
7+
# DevourX
8+
An advanced open-source C++ internal mod menu for the co-op horror game Devour.
229

2310
### Features
2411
#### Visuals & ESP
25-
- Fullbright
26-
- ESP
27-
- Unlimited UV Light & Color Customizer
12+
* Fullbright
13+
* ESP
14+
* Unlimited UV Light & Color Customizer
2815

2916
#### Gameplay
30-
- Speed Hacks
31-
- Fly Mode
32-
- Instant win
33-
- Item Spawner
34-
- Disable Long Interactions
35-
- Unlock All Doors/Robes
36-
- Auto-Calm (Automatically calms Azazel when nearby.)
37-
- [EXPERIMENTAL] Play as Azazel
17+
* Speed Hacks
18+
* Fly Mode
19+
* Instant win
20+
* Item Spawner
21+
* Disable Long Interactions
22+
* Unlock All Doors/Robes
23+
* Auto-Calm (Automatically calms Azazel when nearby.)
24+
* Play as Azazel
25+
* Live Chat Translator (via Google API)
3826

3927
#### Lobby & Steam
40-
- Force Start Lobbies
41-
- Bypass Player Limits
42-
- Change Room Name
43-
- SteamID & Name Hook Spoofing
44-
- EXP modifier
45-
- Walk In Lobby
28+
* Force Start Lobbies
29+
* Bypass Player Limits
30+
* Change Room Name
31+
* SteamID & Name Hook Spoofing
32+
* EXP modifier
33+
* Walk In Lobby
34+
35+
### Requirements
36+
* Windows 10/11 64-bit
37+
* A legitimate copy of Devour installed via Steam or another supported platform
38+
* Microsoft Visual C++ Redistributable (x64) installed [Download](https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/)
4639

47-
#### Requirements
48-
- Windows 10/11 64-bit
49-
- A legitimate copy of Devour installed via Steam or another supported platform
50-
- Microsoft Visual C++ Redistributable (x64) installed [Download here](https://www.techpowerup.com/download/visual-c-redistributable-runtime-package-all-in-one/)
5140

52-
#### Quick Start Installation
41+
### Showcase
42+
<p align="center">
43+
<img src="img/Screenshot.png" width="100%">
44+
</p>
5345

54-
##### 1. Download the files
46+
<p align="center">
47+
<img src="img/Screenshot2.jpg" width="32%">
48+
<img src="img/Screenshot4.png" width="32%">
49+
<img src="img/Screenshot3.jpg" width="32%">
50+
</p>
51+
<p align="left">
52+
<strong>Controlling Azazel:</strong><br>
53+
<a href="https://www.youtube.com/watch?v=EcVWj-jcS3I">
54+
<img src="https://img.youtube.com/vi/EcVWj-jcS3I/0.jpg" alt="DevourX Video" width="90%">
55+
</a>
56+
</p>
57+
58+
### Quick Start Installation
59+
60+
#### 1. Download the files
5561
Get the latest release from this repository's [Releases](https://github.com/jadis0x/DevourX/releases) section.
5662

5763
The package now includes:
58-
- version.dll
59-
- localization/ folder
60-
- localization/config.json
64+
* version.dll
65+
- Core internal library.
66+
* localization/
67+
- Folder containing all language JSON files.
6168

62-
##### 2. Locate your Devour installation folder
69+
#### 2. Locate your Devour installation folder
6370
- Default Steam path (might differ):
6471
```
6572
C:\Program Files (x86)\Steam\steamapps\common\Devour
6673
```
6774

68-
##### 3. Copy all files
75+
#### 3. Copy all files
6976
- Extract everything into the main game directory, the same folder as Devour.exe
7077

71-
##### 4. Launch the game
78+
#### 4. Launch the game
7279
- Start Devour normally through Steam or a shortcut.
7380
- The game will automatically detect and load DevourX.
7481

7582
##### 5. Activate the menu
7683
- Once in-game, press `TAB` key to open or close the DevourX menu.
7784

78-
#### Language Support
85+
### Language Support
7986
DevourX includes menu text in several languages:
8087

81-
- 🇺🇸 English (`en-US`)
82-
- 🇹🇷 Turkish (`tr-TR`)
83-
- 🇨🇳 Simplified Chinese (`zh-CN`)
84-
- 🇺🇦 Ukrainian (`uk-UA`)
85-
- 🇪🇸 Spanish (`es-ES`)
86-
- 🇷🇺 Russian (`ru-RU`)
87-
- 🇩🇪 German (`de-DE`)
88+
- English (`en-US`)
89+
- Turkish (`tr-TR`)
90+
- Spanish (`es-ES`)
91+
- German (`de-DE`)
92+
- French (`fr-FR`)
93+
- Korean (`ko-KR`)
94+
- Simplified Chinese (`zh-CN`)
95+
- Ukrainian (`uk-UA`)
96+
- Russian (`ru-RU`)
8897

89-
The game asks for your preferred language the first time it runs. You can change it later from **Settings → Language** in the menu or by editing `localization/config.json` and updating `localizationCulture`.
98+
The game asks for your preferred language the first time it runs.
9099

91-
#### Add another language
100+
### Add another language
92101
1. Copy `localization/en-US.json` (or the closest file) and rename it with your locale, for example `localization/es-ES.json`.
93102
2. Translate the values, but leave the JSON keys and any placeholders like `%s` or `%d` unchanged.
94103
3. Add your language name to the `languages` section at the top of the file so it shows up in the menu.
95104
4. (Optional) Set it as default in `localization/config.json` while testing.
96105

97106
When you are done, send the new JSON file in a pull request.
98107

99-
#### Troubleshooting
108+
### Disclaimer
109+
* Use responsibly. Avoid disrupting public lobbies.
110+
* This project is for educational/research purposes.
111+
112+
### Troubleshooting
100113
- **Menu does not appear:** Make sure that `version.dll` is located in the same folder as `Devour.exe`.
101114
Sometimes, Windows Defender or other antivirus programs may automatically quarantine or block `version.dll`, marking it as a potential threat.
102115
If this happens, restore the file from quarantine and add it to your antivirus exception list before launching the game.
103116

104-
#### Uninstalling
117+
### Uninstalling
105118
1. Close Devour.
106119
2. Delete the `version.dll`.
107-
108-
109-

0 commit comments

Comments
 (0)