0x1F9F1 / Open1560

A mod for Midtown Madness 1, primarily focused on supporting modern computers and fixing bugs.
https://0x1F9F1.github.io/Open1560
GNU General Public License v3.0
110 stars 9 forks source link

Use cinfo MapName as CityDir #84

Open 0x1F9F1 opened 3 years ago

0x1F9F1 commented 3 years ago

Currently the CityDir is set to the CityName (which equals the RaceDir). This means you have to include the whole city if you want to add a new set of events

0x1F9F1 commented 3 years ago

46caae77064d1f70f8d4c14a71343d7a6eb1e1d5 adds a patch to use the MapName. This fixes the man issue, but presents a problem with circuit races. Per-event bangers are loaded by mmCullCity::Init using the CityDir. This means you can end up with race barriers in the middle of your race.