PES 2020 GFX LoD module sider by nesa24

PES 2020 GFX LoD module sider by nesa24



Writes 0x20 [ 32 ] and 0x40 [ 64 ] as Min and max lod values
Maximum supported value is 0xFF [ 255 ]

-- set LOD
-- For PES2020
local minlodaddress = 0x1428F1CF1
local maxlodaddress = 0x1428F1CF2

function init(ctx)
memory.write(minlodaddress, '\x20')
memory.write(maxlodaddress, '\x40')
end

return { init = init }

or see code in pastebin [Link]

Default values 0x32 [ 50 decimal ] and 0x64 [ 100 decimal ]



How To Install GFX LoD Module in eFootball PES 2020 PC:
– Install Sider 6 (latest version)
– Extract, copy GFX_lod.lua to \modules folder in sider
– Open sider.ini with notepad and add this line lua.module = "GFX_lod.lua"

– Save sider.ini file, open sider.exe and play PES 2020

Related Posts

Post a Comment

0 Comments