Advertisement
Guest User

GFX

a guest
Oct 30th, 2019
2,458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. -- set LOD
  2. -- For PES2020
  3. local minlodaddress = 0x1428F1CF1
  4. local maxlodaddress = 0x1428F1CF2
  5.  
  6.  
  7. function init(ctx)
  8. memory.write(minlodaddress, '\x20')
  9. memory.write(maxlodaddress, '\x40')
  10. end
  11.  
  12. return { init = init }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement