Thanks! It just changed in the years since this was released. It definitely used to be related to the game: https://web.archive.org/web/20210623212510/https://indivisiblegame.com/
I guess I'll link the archive and fix the devlog link too.
Kasumi
Creator of
Recent community posts
There isn't a solution that doesn't involve resizing your frames, or programming your own ROM, unfortunately. I-CHR is designed more for detecting and creating data for a scene that reuses animated tiles like this one from Kirby's Adventure:
rather than true full screen animation. I-CHR's tile count (and palette detection) works across frames.
Say for example frame 1 is half white (left side), and half black (right side).
And say you you have a 128x240 image that is placed on both the right/left side on frame 2.
If you load only frame 1, you'd get 2 tiles.
If you load only frame 2, say you got 64 tiles.
If you load both frames the tile count might be 128.
Why? Even if the right/left sides of the image in frame 2 are identical, all of the tiles on the left side of the entire animation have white in the first frame, and all of the tiles on the right side of the animation have black as the first frame. For I-CHR to consider a tile the same, the section of the image has to match across all frames.
If you work in a 128x128 resolution in the future, you can get up to 64 frames of four color arbitrary animation.
Alternatively, you can import each frame individually to get data you could put into a ROM you program yourself (assuming each individual frame is less than 256 tiles). You cannot get an automatic animated ROM, though. It's not impossible to eventually support, but I'm on other projects at the moment. Even the improved beta doesn't do it.
Edit: That said, I have a version of the program can do lossy tile reduction (your animation will no longer be pixel perfect), but there are reasons it isn't released yet. This is an example of how the animation you posted would look:
It is almost certainly possible to do it lossless, but not with code I already have
This ROM is based on this Prototype:
The ROM contains nearly every area in that prototype, though without collapsible floors. (One small room is also not in to make one path have one fewer step.) The ROM was released in September 2017. The full game with the scenes you mention came out in October of 2019, a full two years after this ROM. To get the axe to stick, you have to hold the button down for about a quarter of a second, not press and release it. There's not really a team, I did all the art, music, and programming (sans the music library and very small snippets) for this game alone, though I did have a few testers. It is unlikely to be updated, and it represents the game that was available when it was released. A demake of the full game would be a much different project.
Yo, cool video! The backstory is a bit mixed up though. This is based on a modern game you can download free here: http://www.indivisiblegame.com/download/
But I made basically 100% of the NES version from scratch recently all by myself, it's not a hack of an unreleased game from back in the day. It's definitely worth trying the modern game its based on just to compare the two.
And to answer your question from the video, it does indeed work on an actual NES! Thanks for playing and making a video!