Game Configuration.json Cricket League File Jun 2026
The game often stores the old config in memory. Force-stop Cricket League and clear the cache (Settings > Apps > Cricket League > Storage > Clear Cache). When you relaunch, the game reads your new file.
: You can open these files using a standard text editor like (Android) to modify values. Common Parameters in Cricket JSON Files
Increases ball unpredictability as a multi-day match progresses. Game Configuration.json Cricket League File
For players annoyed by interruptions, this is the goldmine.
Do not use basic notepad applications to edit JSON code. Standard text editors often inject invisible formatting characters that break the file format. Use free, structured tools such as: (Web-based validator) VS Code or Notepad++ (PC) QuickEdit or Jota Text Editor (Android) Common Optimizations for Low-End and High-End Devices The game often stores the old config in memory
: Dictates ball bounce, swing coefficients, pitch degradation, and boundary friction.
How smooth the edges of the character models appear. Why Do Players Edit This File? : You can open these files using a
"MatchRules": "TestMatch": "Overs": null, // null = unlimited "DRSEnabled": true, "ReviewsPerInnings": 3, "NewBallAfterOvers": 80, "BouncerLimitPerOver": 2 , "T20": "Overs": 20, "PowerplayStartOver": 1, "PowerplayEndOver": 6, "MaxFieldersOutsideCircle": 5, "FreeHitOnNoBall": true , "SuperOver": "Overs": 1, "Wickets": 2, "BattingOrderReverse": false
"foreignPlayerLimit" : Controls how many international players can be in a starting XI. How to Safely Edit the Game_Configuration.json File