Winberhouls

Patch for KFC-2021061600

Jul 28th, 2021
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.26 KB | None | 0 0
  1. new patch KFC-2021061600
  2.  
  3.               name: "120Hz Support",
  4.               patches: [{ offset: 0x70085E, off: [0x4e], on: [0x5e] }],
  5.  
  6.  
  7.  
  8.  
  9.               name: "Valkryie Model Support",
  10.               tooltip: "Will only work with <spec __type=\"str\">F</spec> changed to either G or H, in ea3-config.xml.",
  11.               patches: [{ offset: 0x3F37C5, off: [0x87, 0x05], on: [0x47, 0x0c] }],
  12.  
  13.  
  14.  
  15.               name: "Disable power change", //patch by Xyen
  16.               tooltip: "Prevents power mode change on startup",
  17.               patches: [{ offset: 0x1ECEC3, off: [0x75], on: [0xeb] }],
  18.  
  19.  
  20.  
  21.  
  22.             {
  23.               name: "Disable monitor change", //patch by Xyen
  24.               tooltip: "Prevents monitor setting changes on startup",
  25.               patches: [{ offset: 0x1ECF5B, off: [0x75], on: [0xeb] }],
  26.              
  27.        
  28.             },
  29.            
  30.            
  31.            
  32.             {
  33.               name: "Shared mode WASAPI",
  34.               tooltip:
  35.                 "Only replaces the first audio device init attempt. Set output to 44100Hz 16bit if it doesn't work.",
  36.               patches: [{ offset: 0x42EC39, off: [0x04], on: [0x00] }],
  37.             },
  38.            
  39.            
  40.             {
  41.               name: "Timer freeze",
  42.               patches: [{ offset: 0x71406, off: [0x84], on: [0x85] }],
  43.             },
  44.            
  45.            
  46.  
Advertisement
Add Comment
Please, Sign In to add comment