https://github.com/gustavohps10/pes2021-scripts
🎮 Repository focused on developing .lua scripts for PES 2021
https://github.com/gustavohps10/pes2021-scripts
lua pes2021
Last synced: about 1 year ago
JSON representation
🎮 Repository focused on developing .lua scripts for PES 2021
- Host: GitHub
- URL: https://github.com/gustavohps10/pes2021-scripts
- Owner: Gustavohps10
- License: mit
- Created: 2024-02-07T09:47:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-06T15:40:00.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T19:27:39.383Z (over 1 year ago)
- Topics: lua, pes2021
- Language: Lua
- Homepage:
- Size: 13.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/readme-examle.png
- License: LICENSE
Awesome Lists containing this project
README
PES 2021 Scripts

## :page_with_curl: Description
This repository is designed to develop my own additional scripts for [Sider](https://mapote.com/doc/sider/sider7/readme.html) (complementary program for PES 2021 and PES 2021 Lite)
## :game_die: Features
- [x] PlayerName
- [x] Goal Soundtrack
- [x] Ringtone
## :gear: How to install
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"
// ...
```
## :hammer_and_wrench: Tools
## :adult: Contribuidores