mirror of
https://github.com/Llennpie/Saturn.git
synced 2025-01-22 07:32:02 -05:00
Small check fix for color code tool
This commit is contained in:
parent
5401ee480e
commit
98929f406e
1 changed files with 1 additions and 5 deletions
|
@ -21,10 +21,6 @@ if (os.path.isdir('./build') == False):
|
|||
print("Please compile the game before running this script!\n")
|
||||
quit()
|
||||
|
||||
if (os.path.exists('./.assets-local.txt') == False):
|
||||
print("Please compile the game before running this script!\n")
|
||||
quit()
|
||||
|
||||
# Note
|
||||
|
||||
print("Note that this converter is unfinished and doesn't always work with older color codes. For best results, use either cometSpectrum or M64MM.\n")
|
||||
|
@ -105,4 +101,4 @@ else:
|
|||
shutil.copy("textures/saturn/mario_logo.rgba16.png", fp_destination)
|
||||
|
||||
print("\nFinished writing to " + cc_name + ".\nYou can find your CC under the DynOS Menu > Model Packs.")
|
||||
print("\nIf you want to edit textures, you can find them under build/us_pc/dynos/packs/" + cc_name + ".\nYou may also have to delete mario_geo.bin in that folder to reload the model.")
|
||||
print("\nIf you want to edit textures, you can find them under build/us_pc/dynos/packs/" + cc_name + ".\nYou may also have to delete mario_geo.bin in that folder to reload the model.")
|
||||
|
|
Loading…
Reference in a new issue