Advertisement
Guest User

Barnyard - Widescreen Patches

a guest
Apr 22nd, 2020
2,396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. Barnyard - Widescreen Patches
  2. Replaces 800x600 resolution
  3. Credit: AuToMaNiAk005 youtube
  4. All find values are hex
  5.  
  6. Tested with Barnyard-PROCYON scene release
  7.  
  8. Hex values of common resolutions:
  9. https://www.wsgf.org/article/common-hex-values
  10. or
  11. https://pastebin.com/raw/eLz7tGdp
  12.  
  13. Barnyard.exe:
  14. Find: 446800004844
  15. Replace: 00004844 with
  16. 00803B44 - 5:4
  17. 00806A44 - 25:16
  18. 00007044 - 16:10
  19. 00007A44 - 15:19
  20. 00408544 - 16:9
  21.  
  22. Find: 282003
  23. Replace:
  24. 2003 (int16 800) with int16 of your desired width
  25. nearby 5802 (int16 600) with int16 of your desired height
  26.  
  27. Find: 920A863FC3
  28. Replace: 920A86 with
  29. D6837E - 5:4
  30. 919597 - 25:16
  31. 1DB99C - 16:10
  32. EE8E9F - 15:19
  33. 6210A8 - 16:9
  34.  
  35. Setup.exe:
  36. Find: 200300005802
  37. Replace:
  38. 2003 with desired width (int16 again)
  39. 5802 with desired height (int16 again)
  40.  
  41. Now run Setup.exe and apply the newly created resolution
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement