@noxxfaxx if you make a fresh install and just launch the plugin, you'll get the Setup Wizard that will guide you through the process.
This will help to get the critical configuration options right.
You can then edit config.json and setup the rest.
For the track list you can verify it here: http://jsonparseronline.com/ post only the part after : and before the , like:
You can do it with the whole config.json too to verify if it's correct when you're done.
This will help to get the critical configuration options right.
You can then edit config.json and setup the rest.
For the track list you can verify it here: http://jsonparseronline.com/ post only the part after : and before the , like:
Code:
[{"track": "ks_silverstone", "config": "national", "races": 10},{"track": "ks_vallelunga", "config": "extended_circuit", "races": 10}, {"track": "ks_barcelona", "config": "layout_gp", "races": 10}, {"track": "spa", "config": "", "races": 10}, {"track": "magione", "config": "", "races": 10}, {"track": "mugello", "config": "", "races": 10}, {"track": "imola", "config": "", "races": 10}, {"track": "monza", "config": "", "races": 10}, {"track": "ks_nurburgring", "config": "layout_gp_a", "races": 10}]
You can do it with the whole config.json too to verify if it's correct when you're done.