Street Legal Racing: Redline v2.3.1 - ImageCode LLC.
An another update is now available!
- Maximum capacity of paintcans increased from 1000ml to 3000ml - Fixed incorrect butterfly driver's door flap on MCA Kurumma (thanks to KRisTiaNGD for reporting this bug) - Fixed incorrect name of MCA Whisper stock left mirror (thanks to KRisTiaNGD again!) - Increased chance of getting higher bet or pink slips in city night drag races - Fixed file overwrite errors when attempting to save car or paintjob - Fixed bug when event list could save incorrect last played event after racing in freeride mode - Improved buy/sell ratio at trade-in dealership for better profit - Fixed dead skydome at 8:30PM-10:00PM
We keep working on adding workshop support. Please, be patient, this feature is expected to come in build 921 or 922.
Thank you for posting bug reports and reviews! We keep tracking them and replying, when possible.
Street Legal Racing: Redline v2.3.1 - ImageCode LLC.
An another update is now available!
- Maximum capacity of paintcans increased from 1000ml to 3000ml - Fixed incorrect butterfly driver's door flap on MCA Kurumma (thanks to KRisTiaNGD for reporting this bug) - Fixed incorrect name of MCA Whisper stock left mirror (thanks to KRisTiaNGD again!) - Increased chance of getting higher bet or pink slips in city night drag races - Fixed file overwrite errors when attempting to save car or paintjob - Fixed bug when event list could save incorrect last played event after racing in freeride mode - Improved buy/sell ratio at trade-in dealership for better profit - Fixed dead skydome at 8:30PM-10:00PM
We keep working on adding workshop support. Please, be patient, this feature is expected to come in build 921 or 922.
Thank you for posting bug reports and reviews! We keep tracking them and replying, when possible.
Street Legal Racing: Redline v2.3.1 - ImageCode LLC.
We announce the new build 919!
In this update we have found and fixed critical error that was leading to frequent crashes after leaving track racing events. Full list of updates:
- Fixed incorrect saving settings in hidden options menu - Fixed crash with !Instance::getArrayElement: index (10) out of bounds (10) for variable length at file "java.util.Vector" at line 299 - Fixed incorrect saving of career events progress - Fixed incorrect negative weight distribution bug
Street Legal Racing: Redline v2.3.1 - ImageCode LLC.
We announce the new build 919!
In this update we have found and fixed critical error that was leading to frequent crashes after leaving track racing events. Full list of updates:
- Fixed incorrect saving settings in hidden options menu - Fixed crash with !Instance::getArrayElement: index (10) out of bounds (10) for variable length at file "java.util.Vector" at line 299 - Fixed incorrect saving of career events progress - Fixed incorrect negative weight distribution bug
Street Legal Racing: Redline v2.3.1 - ImageCode LLC.
We have finally announced an important upgrade to build 917.
- Improved code of game initialization and options menu - Fixed random behavior of hidden settings menu - Fixed random switching to 640x480 resolution in fullscreen mode after accessing options menu - Improved blower hood mesh for Hauler's Badge (thanks to ramrom for that) - Fixed incorrect names of some tuner parts for Stallion (thanks to ramrom)
== WARNING! YOUR OLD SAVEGAME WILL BE LOST AFTER THIS UPDATE. IF YOU TRY TO LOAD IT, GAME WILL CRASH. ==
In order to fix the issues with saving game settings, we had to modify the structure of savegame files. For safe transition to build 917 follow the instructions below:
1. Delete all old careers and start new one; 2. If the game won't start or if it shows "Create hw 3d device FAILED", uninstall it from Steam (right-click on the game, select "Delete local content", then go to game folder and delete ALL files from there, install the game again) 3. If neither of steps above help, contact support@image-code.com for help.
If you want to enable cheats, to the following:
1. Go to your game folder (usually located at Program Files\Steam\steamapps\common\Street Legal Racing Redline v2.3.1) 2. Open file Player.java in sl\scripts\game\src\ 3. Look for these lines of code:
int c_enabled = 0; //defines if player has access to cheats menu
int c_garage = 0; //garage codes: money, car selector, roc teleporter, etc.
int c_track = 0; //track cheats: slowmotion, osd on/off, freeze, etc.
int c_eventlist = 0; //eventlist stuff: join any race, one-click prize
int c_catalog = 0; //show/hide kits in catalog
int c_autosave = 1; //automatic career progress save
int c_ghost = 0; //no drivers in vehicles
Replace with these:
/code] int c_enabled = 1; //defines if player has access to cheats menu int c_garage = 1; //garage codes: money, car selector, roc teleporter, etc. int c_track = 1; //track cheats: slowmotion, osd on/off, freeze, etc. int c_eventlist = 1; //eventlist stuff: join any race, one-click prize int c_catalog = 1; //show/hide kits in catalog int c_autosave = 1; //automatic career progress save int c_ghost = 1; //no drivers in vehicles [/code]
Save this file, run the game again, START NEW CAREER and save it.
Street Legal Racing: Redline v2.3.1 - ImageCode LLC.
We have finally announced an important upgrade to build 917.
- Improved code of game initialization and options menu - Fixed random behavior of hidden settings menu - Fixed random switching to 640x480 resolution in fullscreen mode after accessing options menu - Improved blower hood mesh for Hauler's Badge (thanks to ramrom for that) - Fixed incorrect names of some tuner parts for Stallion (thanks to ramrom)
== WARNING! YOUR OLD SAVEGAME WILL BE LOST AFTER THIS UPDATE. IF YOU TRY TO LOAD IT, GAME WILL CRASH. ==
In order to fix the issues with saving game settings, we had to modify the structure of savegame files. For safe transition to build 917 follow the instructions below:
1. Delete all old careers and start new one; 2. If the game won't start or if it shows "Create hw 3d device FAILED", uninstall it from Steam (right-click on the game, select "Delete local content", then go to game folder and delete ALL files from there, install the game again) 3. If neither of steps above help, contact support@image-code.com for help.
If you want to enable cheats, to the following:
1. Go to your game folder (usually located at Program Files\Steam\steamapps\common\Street Legal Racing Redline v2.3.1) 2. Open file Player.java in sl\scripts\game\src\ 3. Look for these lines of code:
int c_enabled = 0; //defines if player has access to cheats menu
int c_garage = 0; //garage codes: money, car selector, roc teleporter, etc.
int c_track = 0; //track cheats: slowmotion, osd on/off, freeze, etc.
int c_eventlist = 0; //eventlist stuff: join any race, one-click prize
int c_catalog = 0; //show/hide kits in catalog
int c_autosave = 1; //automatic career progress save
int c_ghost = 0; //no drivers in vehicles
Replace with these:
/code] int c_enabled = 1; //defines if player has access to cheats menu int c_garage = 1; //garage codes: money, car selector, roc teleporter, etc. int c_track = 1; //track cheats: slowmotion, osd on/off, freeze, etc. int c_eventlist = 1; //eventlist stuff: join any race, one-click prize int c_catalog = 1; //show/hide kits in catalog int c_autosave = 1; //automatic career progress save int c_ghost = 1; //no drivers in vehicles [/code]
Save this file, run the game again, START NEW CAREER and save it.