Talk:Block Plaza (Race)

From Custom Mario Kart
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

bugs

crashes on console. dolphin shows me that you start below the default death plane (y = 0), so the track is unplayable in 2 different ways. --lol zilly 00:16, 14 July 2021 (UTC)

The reason for the softlock isn't because of the starting position being lower than 0. Rather, it is because to the presence of two instances of AREA type 0x0A, which triggers a fall boundary. The track is above ~5000 units.
The reason for the crash is due the presence of multiple instances of AREA type 0x04, which requires a special KCL flag to be present in the collision model (which the track doesn't have).
Both AREA types have been removed in v1.1. --B squo (talk) 17:55, 14 November 2021 (UTC)