Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- new patch KFC-2021061600
- name: "120Hz Support",
- patches: [{ offset: 0x70085E, off: [0x4e], on: [0x5e] }],
- name: "Valkryie Model Support",
- tooltip: "Will only work with <spec __type=\"str\">F</spec> changed to either G or H, in ea3-config.xml.",
- patches: [{ offset: 0x3F37C5, off: [0x87, 0x05], on: [0x47, 0x0c] }],
- name: "Disable power change", //patch by Xyen
- tooltip: "Prevents power mode change on startup",
- patches: [{ offset: 0x1ECEC3, off: [0x75], on: [0xeb] }],
- {
- name: "Disable monitor change", //patch by Xyen
- tooltip: "Prevents monitor setting changes on startup",
- patches: [{ offset: 0x1ECF5B, off: [0x75], on: [0xeb] }],
- },
- {
- name: "Shared mode WASAPI",
- tooltip:
- "Only replaces the first audio device init attempt. Set output to 44100Hz 16bit if it doesn't work.",
- patches: [{ offset: 0x42EC39, off: [0x04], on: [0x00] }],
- },
- {
- name: "Timer freeze",
- patches: [{ offset: 0x71406, off: [0x84], on: [0x85] }],
- },
Advertisement
Add Comment
Please, Sign In to add comment