MyStuff Custom Cups: Difference between revisions

From MK7
Jump to navigation Jump to search
(Created page with "THIS PAGE IS A PLACEHOLDER, A PROPER PAGE WILL BE WRITTEN LATER Here is a quick tutorial on how to set up a custom cup. # Navigate to MyStuff/Courses. # Create a new folder...")
 
No edit summary
 
Line 6: Line 6:
# Create a new folder for every cup you want to make. The name of the cup will be the name of the folder.
# Create a new folder for every cup you want to make. The name of the cup will be the name of the folder.
# Inside such folder, you can place up to 4 szs files. The szs file name must not be changed so it can be recognized by the mod.
# Inside such folder, you can place up to 4 szs files. The szs file name must not be changed so it can be recognized by the mod.
## If you want the track to display a custom name, use the following file name: szsname__displayname.szs (notice the two underscores!). For example: Gctr_ToadCircuit__My Cool Track.szs will use the Toad Circuit slot as a base but display ingame as My Cool Track.
## If you want the track to display a custom name, use the following file name: szsname.displayname.szs (notice the "." dot!). For example: Gctr_ToadCircuit.My Cool Track.szs will use the Toad Circuit slot as a base but display ingame as My Cool Track.
## If you want the track to have a certain amount of laps, use the following file name: szsname__displayname__lapamount.szs (notice the two underscores!). For example: Gctr_ToadCircuit__My Cool Track__4.szs will use the Toad Circuit slot as a base but display ingame as My Cool Track and will have 4 laps.
## If you want the track to have a certain amount of laps, use the following file name: szsname.displayname.lapamount.szs (notice the "." dot!). For example: Gctr_ToadCircuit.My Cool Track.4.szs will use the Toad Circuit slot as a base but display ingame as My Cool Track and will have 4 laps.
## (FOR COURSE CREATORS ONLY) If your track has an internal name that isn't in the mod or in the base game, use the following file name: internalszsname__baseslotszsname__displayname__lapamount.szs (notice the two underscores!). For example: Ctgp_VeryCoolTrack__Gctr_ToadCircuit__My Cool Track__4.szs has the internal name Ctgp_VeryKoolTrack, will use the Toad Circuit slot as a base but display ingame as My Cool Track and will have 4 laps.
## (FOR COURSE CREATORS ONLY) If your track has an internal name that isn't in the mod or in the base game, use the following file name: internalszsname.baseslotszsname.displayname.lapamount.szs (notice the "." dot!). For example: Ctgp_VeryCoolTrack.Gctr_ToadCircuit.My Cool Track.4.szs has the internal name Ctgp_VeryKoolTrack, will use the Toad Circuit slot as a base but display ingame as My Cool Track and will have 4 laps.

Latest revision as of 23:46, 15 January 2022

THIS PAGE IS A PLACEHOLDER, A PROPER PAGE WILL BE WRITTEN LATER

Here is a quick tutorial on how to set up a custom cup.

  1. Navigate to MyStuff/Courses.
  2. Create a new folder for every cup you want to make. The name of the cup will be the name of the folder.
  3. Inside such folder, you can place up to 4 szs files. The szs file name must not be changed so it can be recognized by the mod.
    1. If you want the track to display a custom name, use the following file name: szsname.displayname.szs (notice the "." dot!). For example: Gctr_ToadCircuit.My Cool Track.szs will use the Toad Circuit slot as a base but display ingame as My Cool Track.
    2. If you want the track to have a certain amount of laps, use the following file name: szsname.displayname.lapamount.szs (notice the "." dot!). For example: Gctr_ToadCircuit.My Cool Track.4.szs will use the Toad Circuit slot as a base but display ingame as My Cool Track and will have 4 laps.
    3. (FOR COURSE CREATORS ONLY) If your track has an internal name that isn't in the mod or in the base game, use the following file name: internalszsname.baseslotszsname.displayname.lapamount.szs (notice the "." dot!). For example: Ctgp_VeryCoolTrack.Gctr_ToadCircuit.My Cool Track.4.szs has the internal name Ctgp_VeryKoolTrack, will use the Toad Circuit slot as a base but display ingame as My Cool Track and will have 4 laps.