---------------------------------------------------------------------------------
---------------------------------------------------------------------------------
BallServer Lua module for PES 2017 Sider.
Current version: 1.0
Minimum version of Sider required: sider 3.3.2.1
Minimum version of Sider required: sider 3.3.2.1
Features:
- GDB-style unlimited ball management
- simplified ball packaging – all ball-related files in just one folder (see the balls included in this release)
- ball assignment to individual home teams via map_teams.txt file
- ball assignment to competitions via map_competitions.txt file – i.e. all teams participating in particular competition will use identical ball
- IMPORTANT: by default, competition assignment always takes priority over team assignment in all modes except Exhibition mode matches
- but, there’s a way to override that behavior for any individual competition – by slightly modifying BallServer.lua script itself, you can add/remove competition IDs in override_competitions table, thus defining more or less competitions where team assignment takes priority over competition assignment
- support for optional ball to be used in final match only (not tested yet, hopefully in works)
- IMPORTANT: by default, competition assignment always takes priority over team assignment in all modes except Exhibition mode matches
- correct ball previews are displayed in match menus (where available, depending on game mode)
Current limitations:
- Ball names cannot be changed (in menus, replays, etc.) – I have no idea how to change those with current Sider tech and/or if such customization is even possible
How to use:
- Unpack the archive and copy folders ‘content’ and ‘modules’ inside your sider 3.3.2 folder
- Add lua.module = “BallServer.lua” at the end of sider.ini
- Customize map_teams.txt and map_competitions.txt files and add more ball folders in content\ball-server folder
Credits:
- @juce and @nesa24 for sider
- balls used in this demo-release:@-cRoNoS- “Adidas UEFA Champions League Finale Cardiff 2017” and “Nike Ordem 4 Hi-Vis Premier League 16-17”
Comments
Post a Comment