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
- PES 2021 Face Nuno Tavares by Gabri Facemaker
- PES 2021 Faces N'Golo Kante by Gabry Facemaker
- PES 2020 / PES 2021 Bundesliga Facepack V2 by I3ens
- PES 2021 Face Cristiano Ronaldo Update New Hairstyle
- PES 2021 Ball Server Pack Vol.2 AIO By Hawke
- PES 2020 Referee Kit Server Pack V5.0 for Sider by Hawke
- PES 2020 New Menu Server Pack v3.0 by Hawke for sider
- eFootball PES 2020 New Bootpack V5 AIO By Ziyech
- PES 2020 GFX Mod Ultimate AIO Final Version For All Stadium By Chuny
- PES 2021 Facepack V5 By CongNgo
0 Comments