Properties3
| Type | Concept |
| Note created | Mar 9, 2026 |
| Last updated | Mar 16, 2026 |
These are Sider Lua modules that are installed in FL26 but currently disabled (commented out with ; in sider.ini). They remain available and can be re-enabled at any time.
WeatherConditions (re-enabled)
Originally disabled because it conflicted with StadiumServer in exhibition mode — both modules registered set_conditions callbacks, causing WeatherConditions to re-roll random weather after StadiumServer had already applied overlay or force_weather.ini settings. Fixed by adding a source guard so WeatherConditions only runs when called by StadiumServer (which passes "StadiumServer" as the source parameter), not when called directly by Sider. Now active in my FL26 setup. See PES 21 Stadium Modules for the weather priority chain.
GameplayLoader (re-enabled)
By Baris (v2.6). A gameplay modification loader that applies different gameplay parameter sets from external files via Sider’s livecpk system. Previously disabled because the 30 YEARS Simulation Version preset was installed via direct dt18 replacement + .ini code injection. Now re-enabled as the primary mechanism for loading gameplay mods, with the original dt18 restored and the .ini injection lines commented out. The isGameplayFile() filter was extended to also match common\script\gameplay\ paths. See PES 21 Gameplay Modules and 30 YEARS Simulation Version for details.
commentary-server
By nesa24 (with help from juce). Serves custom commentary audio packs per language. Currently disabled — FL26 bundles its own commentary system as a separate addon.
Download links (original nesa24 releases):
;lua.module = "commentary-server.lua"SoundtrackServer
Manages custom menu and lobby music playlists. Currently disabled as a Lua module, though the livecpk/SoundtrackServer folder is still active for loading custom soundtrack files via LiveCPK. The SoundServer module handles audio volume control instead.
;lua.module = "SoundtrackServer.lua"Disabled LiveCPK folders
Two LiveCPK content folders are also disabled:
- CompMenus — competition-specific menu screens
- NoBallX — removes the ball position marker from the gameplay view
;cpk.root = ".\livecpk\CompMenus"
;cpk.root = ".\livecpk\NoBallX"Current configuration
All modules listed here are inactive in my FL26 setup but remain installed for potential future use. WeatherConditions and GameplayLoader were previously listed here but have been re-enabled.