This repository is designed to develop my own additional scripts for Sider (complementary program for PES 2021 and PES 2021 Lite)
- PlayerName
- Goal Soundtrack
- Ringtone
1 - Add the .lua file to the your "eFootball PES 2021\modules" folder. There are currently only 3 available:
- Soundtrack.lua
- Ringtone.lua
- Playname.lua
2 - Open the sider.ini file and add
// ...
; Lua settings
lua.enabled = 1
luajit.ext.enabled = 1
lua.module = "Soundtrack.lua"
lua.module = "PlayerName.lua"
lua.module = "Ringtone.lua"
// ...
Gustavo Henrique 💻 |
