Skip to content

Commit

Permalink
Fix customtop10 import, fix release configs command name.
Browse files Browse the repository at this point in the history
  • Loading branch information
luckytyphlosion committed Jul 4, 2023
1 parent 8f209d0 commit 50d00a7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions customtop10.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@

import re
import itertools
import pathlib

import chadsoft
import util
Expand Down
2 changes: 1 addition & 1 deletion release/chadsoft_ww_tops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ hq-textures: true
# Some hq textures can be found here: https://www.youtube.com/watch?v=WT9D3mFwRpg
# You can also specify another folder instead of the default one here.
# hq-textures must be enabled for these textures to be loaded
extra-hq-texture-folder: add_extra_hq_textures_here
extra-hq-textures-folder: add_extra_hq_textures_here

# The link to the chadsoft leaderboard.
# This can also have the filters on the chadsoft leaderboard page.
Expand Down
2 changes: 1 addition & 1 deletion release/chadsoft_ww_tops_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ hq-textures: true
# Some hq textures can be found here: https://www.youtube.com/watch?v=WT9D3mFwRpg
# You can also specify another folder instead of the default one here.
# hq-textures must be enabled for these textures to be loaded
extra-hq-texture-folder: add_extra_hq_textures_here
extra-hq-textures-folder: add_extra_hq_textures_here

# The link to the chadsoft leaderboard.
# This can also have the filters on the chadsoft leaderboard page.
Expand Down
2 changes: 1 addition & 1 deletion release/manual_tops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ hq-textures: true
# Some hq textures can be found here: https://www.youtube.com/watch?v=WT9D3mFwRpg
# You can also specify another folder instead of the default one here.
# hq-textures must be enabled for these textures to be loaded
extra-hq-texture-folder: add_extra_hq_textures_here
extra-hq-textures-folder: add_extra_hq_textures_here

# The filename which contains a gecko code which creates a Custom Top 10.
# This setting is useful for if Chadsoft doesn't have the filters or ghost data for the top 10 you want
Expand Down
2 changes: 1 addition & 1 deletion release/manual_tops_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ hq-textures: true
# Some hq textures can be found here: https://www.youtube.com/watch?v=WT9D3mFwRpg
# You can also specify another folder instead of the default one here.
# hq-textures must be enabled for these textures to be loaded
extra-hq-texture-folder: add_extra_hq_textures_here
extra-hq-textures-folder: add_extra_hq_textures_here

# The filename which contains a gecko code which creates a Custom Top 10.
# This setting is useful for if Chadsoft doesn't have the filters or ghost data for the top 10 you want
Expand Down
2 changes: 1 addition & 1 deletion release/personal_ghost_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ hq-textures: true
# Some hq textures can be found here: https://www.youtube.com/watch?v=WT9D3mFwRpg
# You can also specify another folder instead of the default one here.
# hq-textures must be enabled for these textures to be loaded
extra-hq-texture-folder: add_extra_hq_textures_here
extra-hq-textures-folder: add_extra_hq_textures_here

# The background of the Mario Kart Channel Race Ghost Screen. Allowed values are:
# ww: The background is the 3D globe.
Expand Down
2 changes: 1 addition & 1 deletion release/personal_ghost_config_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ hq-textures: true
# Some hq textures can be found here: https://www.youtube.com/watch?v=WT9D3mFwRpg
# You can also specify another folder instead of the default one here.
# hq-textures must be enabled for these textures to be loaded
extra-hq-texture-folder: add_extra_hq_textures_here
extra-hq-textures-folder: add_extra_hq_textures_here

# The background of the Mario Kart Channel Race Ghost Screen. Allowed values are:
# ww: The background is the 3D globe.
Expand Down

0 comments on commit 50d00a7

Please sign in to comment.