itch.io is community of indie game creators and players

Devlogs

v0.2.2: lightspeed bug solved!

Turbo OutRun Reimagined v0.5.0 test
A browser game made in HTML5

I believe I've found the culprit: a text file that represented the tire slip curve had commas as the decimal separator. English systems wouldn't recognize this comma and simply removed it, multiplying the values by 100 in the process. I removed the comma altogether, multiplied the values by 1000 and divided the value in the code itself. Problem solved!

Download Turbo OutRun Reimagined v0.5.0 test
Read comments (1)