The problem is that on the setup grid website only LFS up to version 0.5Z is supported. So if you use a newer version, than SIG does not work.
The following instructions should make SIG work again:
- In the SIG install folder navigate to the bin folder.
- In this folder the localization files are located named setupgrid_??.properties with the language as suffix
- You can open the localization file in a normal text editor like notepad
- e.g. if you have a german Windows edit the setupgird_de.properties (for english, or a language not listed use the setupgrid.properties)
- When you have open the file in notepad, then navigate to the bottom where you find the following line: baseUrl = http://setupgrid.net/setups.php?car={0}&track={1}&patch={2}
- Change this to: baseUrl = http://setupgrid.net/setups.php?car={0}&track={1}&patch=0.5z&dummy={2}
- Now you have hardcoded to always get setups for the LFS 0.5z version.
- Restart SIG and this should work.
The following instructions should make SIG work again:
- In the SIG install folder navigate to the bin folder.
- In this folder the localization files are located named setupgrid_??.properties with the language as suffix
- You can open the localization file in a normal text editor like notepad
- e.g. if you have a german Windows edit the setupgird_de.properties (for english, or a language not listed use the setupgrid.properties)
- When you have open the file in notepad, then navigate to the bottom where you find the following line: baseUrl = http://setupgrid.net/setups.php?car={0}&track={1}&patch={2}
- Change this to: baseUrl = http://setupgrid.net/setups.php?car={0}&track={1}&patch=0.5z&dummy={2}
- Now you have hardcoded to always get setups for the LFS 0.5z version.
- Restart SIG and this should work.