Nice, I wanted to try Bad Apple in LFS using modded "vehicles" with lights for pixels, but then realized you could only control the local car's lights with this, so the only way I can hope to do something half-decent would be to have 40 people running some "pixels" in sync.
Never thought about using InSim buttons, this looks quite good! Maybe using filled rectangles instead of underscores would make it better?
Yeah, finding 40 people to run your code would be challanging of sort. Some square characters would require me to enter some diffrent page encoding on each horizontal line, which I kind of tried to avoid. You can always custom them, however, I found the gaps between pixel dots to be better, maybe cuz it's easier to fill in said gaps for our brain.
Over weekend freetime, something was tempting me to return to this joke. Experimented with adding render based on colour, but the results aren't as good and it's something I'll abandon. (well, overall, the program will be rather abandoned). The ~grayscale version worked good bcuz of the clever quantisation mechanic based on frame avarges, which I won't recreate with colours, bcuz that would be too much resource costly to make given what this program genesis. Also even with current implementation it requires loottt of tuning, which you can do manually by editing the source code, I myself haven't tuned it that well. You can see the results with the updated video section on top of this post!
I used the new AI control feature from version 0.7F2 to make this very important thing
I made a light strip object with 7 lights: rear fog, front fog, left indicator, extra light, right indicator, flash/high beam, and low beam (combined with side lights). I don't think it's possible to have more than these and retain independent control of individual lights (which is why I combined low beam and sidelights). Then I placed 20 of those objects to make a 14x10 screen, and animate the individual lights from the video.
It's a bit buggy right now, as fog lights and the extra light can only be toggled and not set on or off, and indicators have a fixed blinking pattern, which means they may be off when they should be on, so I have them turn off every 0.4s and the next video frame is supposed to turn them back on (I tried to synchronize with the music BPM). Plus I have a "loose pixel" issue where some of them get flipped at some random point.
I think I'll wait for 0.7F4 if Scawen does add the ability to specifically turn lights on/off, so I can fix my issue, and then post a video of the result. In the mean time, here's a screenshot of a random frame.
Scawen was quick to release 0.7F4, so I made the "final" version:
The indicators are blinking to the beat, 2 columns use flash and do have some blinking artifacts, and there seem to be some wrong pixels here and there, but I won't worry about this, my main objective is complete