We take any hex editor.
In the game folder (release from CODEX) DOOMEternalx64vk.exe – Properties – Hex Editor
Right Click – Hex Editor – Find
Insert and look for CC CC CC CC CC CC CC CC 40 53 48 83 EC 50 48 8B 84 24 88 00 00 00 48 8B
We put the cursor at the beginning of the found one and slowly enter 41 83 C9 10 53 EB 03 90 EB F6 48 83 EC 50 48 8B 84 24 88 00 00 00 48 8B
(instead of the first CC – 41, the second CC – 83 and so on, the end of the line, if visible, must match, if it does not match, do the wrong thing)
Then, in the DOOMEternalConfig.cfg file (located in the “Saved Games” folder – id Software \ DOOMEternal \ base \ DOOMEternalConfig.cfg “), write to the end and save the file:
g_infiniteammo 1
g_permagodmode 1
Optionally, you can add:
judgmentmeter_infinite 1
pm_allowinfinitedoublejumps 1
1. Infinite sword charges (maybe it is already infinite even with g_infiniteammo 1)
2. Endless double jump
Original source – infogram from zenhax forum