Jump to content

Recommended Posts

So when i try to compile my character this error shows up

 

        Exporting aisaka.zip
Exporting Animation[################################] 1/1
Error Exporting D:\Steam\steamapps\common\Don't Starve Together\mods\Aisaka\exported\aisaka\aisaka.zip
'int' object is not subscriptableTraceback (most recent call last):
  File "D:\Steam\steamapps\common\Don't Starve Mod Tools\mod_tools\exported\..\tools\scripts\buildanimation.py", line 529, in <module>
    ExportBuild( endianstring, zip_file, buildxml, outzip, not results.skipantialias, results.platform, results.textureformat, results.hardalphatextureformat, results.force, results.ignoreexceptions )
  File "D:\Steam\steamapps\common\Don't Starve Mod Tools\mod_tools\exported\..\tools\scripts\buildanimation.py", line 395, in ExportBuild
    img.regions = optimizeimage.GetImageRegions(img, 32)
  File "D:\Steam\steamapps\common\Don't Starve Mod Tools\mod_tools\tools\scripts\optimizeimage.py", line 156, in GetImageRegions
    rootNode = QuadTreeNode(img, None, 0, blocksize)
  File "D:\Steam\steamapps\common\Don't Starve Mod Tools\mod_tools\tools\scripts\optimizeimage.py", line 75, in __init__
    childtypes = [ Analyze(im, childboxes[0]),
  File "D:\Steam\steamapps\common\Don't Starve Mod Tools\mod_tools\tools\scripts\optimizeimage.py", line 34, in Analyze
    if p[3] == 0:
TypeError: 'int' object is not subscriptable

 

when i look in the files of the character there is no anim files so idk what to do

Link to comment
https://forums.kleientertainment.com/forums/topic/127179-error-while-compiling/
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...