Small check fix for color code tool

This commit is contained in:
Llennpie 2021-08-07 20:34:18 -07:00 committed by GitHub
parent 5401ee480e
commit 98929f406e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.")