Changes between Version 1 and Version 2 of Ticket #12873, comment 1
- Timestamp:
- Dec 18, 2021, 5:48:55 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12873, comment 1
v1 v2 7 7 The Windows version should only need the "WIN_DATA" folder, "QT" folder, and "L-ZONE" folder. 8 8 9 However the Windows version sometimes expects the folders inside "WIN_DATA" to be at the root, so for example expects "\R_A\" instead of "\WIN_DATA\R_A\". So moving the folders inside the "WIN_DATA" folder to the root makes it go past the company logos when booting the game (otherwise the logos loop).9 However the Windows version sometimes expects the folders inside "WIN_DATA" to be at the root, so for example expects "\R_A\" instead of "\WIN_DATA\R_A\". 10 10 11 11 Also, it expects some ".MMM" files to have no extension, so renaming "CAR_A01B.MMM" to "CAR_A01B." makes it work, but it shouldn't work like that.