SABS Forum

Public => Creation => Topic started by: neen on Sun, 2026 - 03 - 08, 07:14 PM

Title: robot past
Post by: neen on Sun, 2026 - 03 - 08, 07:14 PM
finally trying to use some of the art i justified making because it was concept art, by using it to do some mockups

sisters7.png
sisters6.png
Title: Re: robot past
Post by: neen on Sun, 2026 - 03 - 08, 07:25 PM
light_mockup.png
pyramid_mockup.png
sisters_meet_mockup.png
Title: Re: robot past
Post by: neen on Sun, 2026 - 03 - 08, 08:01 PM
moon_mockup.png
sauna_mockup.png
Title: Re: robot past
Post by: neen on Sun, 2026 - 03 - 08, 11:13 PM
kaleido_mockup.png
Title: Re: robot past
Post by: Cera Sizzle on Mon, 2026 - 03 - 09, 12:38 AM
I absolutely love these ♥
Title: Re: robot past
Post by: neen on Mon, 2026 - 03 - 09, 12:49 AM
thank you :smug:

i want to start developing these ideas more. i've never really written narrative fiction before, but i have some seed ideas now from these mockups that should get me started
Title: Re: robot past
Post by: neen on Mon, 2026 - 03 - 09, 12:55 PM
i guess this is kind of something like "speculative storyboarding"


scream2.png
Title: Re: robot past
Post by: neen on Mon, 2026 - 03 - 09, 01:05 PM
tapestry.png
Title: Re: robot past
Post by: neen on Mon, 2026 - 03 - 09, 10:16 PM
started writing some structural stuff on this, nothing really to show yet. trying to just get something on the screen first, but there's a lot of pointers, pointers to pointers, pointers to lists, and lists of pointers

gonna see about doing some more mockups since i have my fill of programmering atm
Title: Re: robot past
Post by: neen on Mon, 2026 - 03 - 09, 11:17 PM
probably gonna take another stab at this later but this is an idea. i also tried to imagine how to abstractly draw some dresses for them but nothing really came together

sisters_scene_dev.png
Title: Re: robot past
Post by: neen on Sun, 2026 - 03 - 15, 07:32 PM
worked on the program part today, lots of boring structural stuff that took forever cuz i made fun mistakes but, celebratory image on crt now

PXL_20260316_022952701.jpg
Title: Re: robot past
Post by: neen on Sun, 2026 - 03 - 15, 07:57 PM
i can now take any of my mockups or any static image and get it onscreen. next up, messageboxes. i have a system for this from another project i could adapt for this.

i am going to want to make or find an actually good 8px font...

in_emu_sisters.png
Title: Re: robot past
Post by: RT-55J on Sun, 2026 - 03 - 15, 09:51 PM
robot past is in our future!! :catgirl:
Title: Re: robot past
Post by: neen on Sun, 2026 - 03 - 15, 10:07 PM
there's still a lot to do, but it feels good to have "a program that does something"

it won't be that much work now to transition between scenes and put text on the screen

conceptually, after that, i need some kind of game to stitch them together. i am thinking top-down rpg thing so i don't have to program physics (or at least not really)

i was working on mockups for what that kind of isometric rpg could be but didn't get far last time i tried.

i should get the dialog scene and messagebox system working and then do some more thinking about the story
Title: Re: robot past
Post by: neen on Sun, 2026 - 03 - 15, 10:33 PM
it's gonna end up like disillusion isn't it
Title: Re: robot past
Post by: RT-55J on Sun, 2026 - 03 - 15, 10:57 PM
it better
Title: Re: robot past
Post by: neen on Sun, 2026 - 03 - 15, 11:25 PM
made a scene of this one
image-15.png

Title: Re: robot past
Post by: neen on Sun, 2026 - 03 - 15, 11:26 PM
and also some variations.

could make a palette glow for this
Title: Re: robot past
Post by: neen on Mon, 2026 - 03 - 16, 09:51 AM
it occurred to me that i'm once again starting to do something by focusing on details rather than larger more important elements first...
Title: Re: robot past
Post by: neen on Wed, 2026 - 03 - 18, 10:59 PM
maybe something important happens there

Untitled.png
Title: Re: robot past
Post by: neen on Sat, 2026 - 03 - 21, 12:43 AM
i think i've decided i also want top down isometric rpg gameplay. maybe need to start working on that part of the program soon
Title: Re: robot past
Post by: neen on Sat, 2026 - 03 - 21, 01:00 AM
i had done mockups like this at some point last year
Title: Re: robot past
Post by: neen on Thu, 2026 - 03 - 26, 11:39 PM
trying to imagine what this is
Title: Re: robot past
Post by: neen on Sat, 2026 - 03 - 28, 08:27 PM
current state of the program

Title: Re: robot past
Post by: neen on Sun, 2026 - 04 - 05, 12:41 AM
got some basic text string stuff done today. not super exciting but it works.

i think some kind of interactible object should be started relatively soon, and with that comes collision. one such object could initiate room transitions.

the player sprite stuff is a mess right now, but still, it exists so it can be improved

feels good to make progress
Title: Re: robot past
Post by: neen on Sun, 2026 - 04 - 05, 06:25 PM
object system works! with collision. we have two object types now. one starts a room transition, one triggers some dialog
Title: Re: robot past
Post by: neen on Mon, 2026 - 04 - 06, 09:00 PM
lot of debugging today just to draw these placeholder tiles that indicate locations of room transitions and text triggers

Title: Re: robot past
Post by: neen on Sat, 2026 - 04 - 18, 11:18 PM
was happy with the player animation so i made a gif for showing it off

0.gif
Title: Re: robot past
Post by: neen on Sun, 2026 - 04 - 19, 07:03 PM
also made a room out of the ice cave tiles

ice_cave.png
Title: Re: robot past
Post by: neen on Fri, 2026 - 06 - 26, 09:42 PM
started working on this again and did the following:

player character is drawn with spritemaps now. it looks exactly the same but it's not all hardcoded anymore

wrote spritemap offscreen handling and then a system for entities/actors using sprites. in glider the whole system was called "enemies" but now they are all "fae". the offscreen handling for sprites was one of the more difficult routines to write in awhile but it was nice to get it working.

the area of memory (OAM, object allocation memory) that stores hardware sprites on the snes is mostly straightforward, four bytes per sprite: x position, y position, properties like h/v flip and palette, and the graphics tile to use. OAM is split into two different tables though, and the high table uses two bits per sprite (four sprites per byte). so there's some bitwise math to figure out how to address these bits. in glider i did not bother with this at all and so the two bits in the upper table are fixed in place for all sprites. those two bits toggle the sprites size (small or large, which is selectable) and the 9th bit of x position that is necessary to have sprites be partially offscreen on the left side of the screen. this is all implemented now.

i'll probably think of a demo to write to show off the fact that we have proper offscreen handling for sprites other than the player.

the spritemap routine is at the top of the file here and it was a doozy. https://github.com/n-neen/robot-past/blob/main/src/fae/fae.asm

this system is barebones right now but i can start adding features as individual fae need to be added.

phew.
Title: Re: robot past
Post by: neen on Thu, 2026 - 07 - 02, 12:06 AM
couple things done recently include: a HUD which is made of sprites, and collision between the player and fae.

need to make a youtube video tomorrow to show off the progress
Title: Re: robot past
Post by: neen on Fri, 2026 - 07 - 03, 09:39 PM
oh yeah i remembered to do that

Title: Re: robot past
Post by: neen on Mon, 2026 - 07 - 06, 10:28 PM
some day i should figure out what this is supposed to be
Title: Re: robot past
Post by: neen on Tue, 2026 - 07 - 14, 12:35 AM
one major thing i need to learn how to do is scrolling levels. today i managed to get working a scrolling text engine, which is a first step towards scrolling levels. so i feel decently accomplished about this. going to have to think about how to do this again in a slightly more complex context to move forward again
Title: Re: robot past
Post by: neen on Tue, 2026 - 07 - 14, 11:29 AM
i wrote a subpixel implementation for the scrolling text and it does not work because it writes a line and then immediately overwrites it with a blank line. so i seam to have written this in a way that it only works whenscrolling at exactly one pixel per frame. which is hilarious and awful.

might just need to rotate the bird
Title: Re: robot past
Post by: neen on Wed, 2026 - 07 - 15, 09:39 PM
collision is impossible  :snippy:
Title: Re: robot past
Post by: RT-55J on Wed, 2026 - 07 - 15, 11:12 PM
 :energy:  :energy:  :energy:

^ with this nrg, may teh impossible become unimpossible
Title: Re: robot past
Post by: neen on Thu, 2026 - 07 - 16, 08:24 PM
quick video showing off some recent systems:

projectiles
text box with character portrait
interrupts for the hud and above text boxes, which dim the screen and make it more readable
cool color glow for the above dimmed area just because i wanted to


tile collision kinda works, but i had to take the compromise and make specific left/right/up/down walls cause it was way easier
Title: Re: robot past
Post by: RT-55J on Thu, 2026 - 07 - 16, 10:37 PM
aw yeah it's all coming together
Title: Re: robot past
Post by: neen on Thu, 2026 - 07 - 16, 11:01 PM
somehow, yes

at some point i need to figure out what the game is supposed to be

...but knowing me that won't happen. i'll make the entire thing without knowing what it was
Title: Re: robot past
Post by: RT-55J on Thu, 2026 - 07 - 16, 11:10 PM

This is the game that doesn't end
Yes it goes on and on my friend
Some people started making it not knowing what it was
And they'll continue making it forever just because
This is the game that doesn't end
Yes it goes on and on my friend
Some people started making it not knowing what it was
And they'll continue making it forever just because
This is the game that doesn't end
Yes it goes on and on my friend
Some people started making it not knowing what it was
And they'll continue making it forever just because
This is the game that doesn't end
Yes it goes on and on my friend
Some people started making it not knowing what it was
And they'll continue making it forever just because
This is the game that doesn't end
Yes it goes on and on my friend
Some people started making it not knowing what it was
And they'll continue making it forever just because
Title: Re: robot past
Post by: RT-55J on Thu, 2026 - 07 - 16, 11:10 PM
sorry you activated one of my trigger phrases my apologies
Title: Re: robot past
Post by: neen on Thu, 2026 - 07 - 16, 11:14 PM
it's ok, i watched this when i was a kid too :smug:
Title: Re: robot past
Post by: neen on Sat, 2026 - 07 - 18, 04:37 PM
title screen mockup
Title: Re: robot past
Post by: neen on Sun, 2026 - 07 - 26, 08:26 PM
stuff done since laat post:

title screen
game over screen
saved games (very basic implementation)
color cycling system
hdma system

the last two were among the first things started for the project but did not work until now