GameBoyAdv4002 Posted June 8, 2025 Share Posted June 8, 2025 I am trying to make a custom model. For some reason, despite the file only containing 81 files before being compiled (compared to Armored Bearger's 131), 59 atlas.tex files are created (against the standard 1 or 2). This is in fact so large that trying to load it in causes an access violation and creates a .dmp file instead of just updating client_log.txt. What causes this and how do I prevent it? (also artstyle tips to make it look better would also be appreciated, I am no digital artist). markeone.zip markeone_allfiles.zip raw_markeone.zip Link to comment https://forums.kleientertainment.com/forums/topic/166252-creating-a-new-spriter-anim-folder-results-in-something-too-large-to-be-in-the-game/ Share on other sites More sharing options...
GameBoyAdv4002 Posted June 14, 2025 Author Share Posted June 14, 2025 For future reference, I solved this problem by shrinking the size of all the base images to only include the actual content, previously I had been using their equal size to easily position them, but evidentially that crutch causes problems. I've got different problems with the anim now, so I'm probably going have to rebuild the animation from scratch for a 4th time, because for some reason moving things out of files breaks the autocompiler. Link to comment https://forums.kleientertainment.com/forums/topic/166252-creating-a-new-spriter-anim-folder-results-in-something-too-large-to-be-in-the-game/#findComment-1822401 Share on other sites More sharing options...
Rickzzs Posted June 15, 2025 Share Posted June 15, 2025 a build file can contain at most 3 atlases. the largest accepted image size is 2048x2048 you need to remove blank space around an image to reduce size. you can split different symbols (aka. folders) into many builds and use inst.AnimState:OverrideSymbol to load them separately. 1 Link to comment https://forums.kleientertainment.com/forums/topic/166252-creating-a-new-spriter-anim-folder-results-in-something-too-large-to-be-in-the-game/#findComment-1822491 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now