Log In  

ne on demonei - a demo released at Assembly Summer 2023 – and something of a sequel to snäkätor.

Placed 2nd in the Fantasy Console compo.

Uses the tiniest trifill function by p01 from the Trifill Thunderdome (again!). Minified with picotool.

Runs without problems with v0.2.5g. Might experience some slight flickering and stuttering issues at places if run on a browser.

Cart #ne_on_demonei-0 | 2023-08-06 | Code ▽ | Embed ▽ | No License
22

Here's a video capture:

P#132803 2023-08-06 18:57 ( Edited 2023-08-06 18:57)

Wow. Sublime.

P#132813 2023-08-07 00:42

This is fantastic - really nicely done!

P#132885 2023-08-08 20:28

This is amazing. However, it seems to crash for me about half a minute in:

Runtime error line 202 tab 0
attempt to index local cy (a nil value)

Not sure if my PICO-8 is out of date or what, but it worked for me at some ponit.

P#134381 2023-09-15 05:02 ( Edited 2023-09-15 05:03)

The cy table contains the data for the title screen plasma. These values are calculated and added to the table on every frame (60 fps) during the pulsating logo screen, and on successful completion, the length of the table should reach 483.

I finally managed to reproduce the issue on the 0.2.5g Raspberry Pi build running on an Anbernic RG351V console. It seems that on said system/platform, Pico-8 is forced to 30 fps mode when running ne on demonei, for some reason (possibly insufficient system performance, or something in the _init() function triggering the fps downgrade, or both), so the cy table is left incomplete (reaching only around 250 elements).

So I'm guessing this might be a system or platform specific issue, but am not sure. @zep might have some insights on the issue.

P#135405 2023-10-04 14:26

[Please log in to post a comment]