Skip to content

Instantly share code, notes, and snippets.

@FransBouma
Created January 10, 2017 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FransBouma/52a0d505b1b7d02d36d4dc7d8e7b125b to your computer and use it in GitHub Desktop.
Save FransBouma/52a0d505b1b7d02d36d4dc7d8e7b125b to your computer and use it in GitHub Desktop.
Cheat Table for DOOM: enable photomode during normal gameplay. Press INS to enable. Shift-INS to disable photomode during gameplay (but why would you want to do that?!)
<?xml version="1.0" encoding="utf-8"?>
<CheatTable CheatEngineTableVersion="21">
<CheatEntries>
<CheatEntry>
<ID>9</ID>
<Description>"Enable PhotoMode"</Description>
<LastState Value="1" RealAddress="7FF65911F6A0"/>
<VariableType>Byte</VariableType>
<Address>DOOMx64.wglewIsSupported+3002080</Address>
<Hotkeys>
<Hotkey>
<Action>Set Value</Action>
<Keys>
<Key>45</Key>
</Keys>
<Value>1</Value>
<Description>Enable</Description>
<ID>0</ID>
<ActivateSound/>
<DeactivateSound/>
</Hotkey>
<Hotkey>
<Action>Set Value</Action>
<Keys>
<Key>16</Key>
<Key>45</Key>
</Keys>
<Value>0</Value>
<Description>Disable</Description>
<ID>1</ID>
<ActivateSound/>
<DeactivateSound/>
</Hotkey>
</Hotkeys>
</CheatEntry>
<CheatEntry>
<ID>7</ID>
<Description>"PM: 803F"</Description>
<LastState Value="0" RealAddress="7FF65911F6A6"/>
<VariableType>2 Bytes</VariableType>
<Address>7FF65911F6A6</Address>
</CheatEntry>
<CheatEntry>
<ID>8</ID>
<Description>"PM: 31. No PM: 30"</Description>
<LastState Value="48" RealAddress="7FF65911F68C"/>
<VariableType>Byte</VariableType>
<Address>7FF65911F68C</Address>
</CheatEntry>
</CheatEntries>
<UserdefinedSymbols/>
</CheatTable>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment