LE-CODE/Distribution FAQ

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.

Overview

This article answers frequently asked questions about how to use LE-CODE's various extentions in a custom track distribution.

Common Files

Files found in Common.szs can be replaced per track. This is done by placing these files in a ./Common/ directory in the track SZS. More information can be found at the track FAQ.

Currently, there are six files that are supported:

Extracting Common Files

The common files need to be stored outside of the track SZS file when used in a distribution. Their location should be ./files/Race/Common/%N/*, where %N is the slot number of the track in a three-long lowercase hexadecimal number. The command

wszst xcommon ./files/Race/Course/*.szs -qiod ./files/Race/Common/%N/

can extract all common files to their correct places.

Issue Multiplayer Files

Currently, only common files of the standard track are loaded. This means that the Multiplayer variant of the track will load the same files. Usually this is not a problem, since they often use the same common files, but situations can arise where different files are desired.