An open API service indexing awesome lists of open source software.

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

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



Gustavo Henrique
Gustavo Henrique

💻