kink art, spanking
it's amazing how much of a difference a little shading can make
i've been struggling trying to make a background for this for a while now, and i'm almost suspecting i might actually be happy enough with this
that could also be cognitive dissonance though, oops
kink art (wip), spanking
i'm getting pretty close! just gotta clean it up, shade it, and maybe add a background of some kind~
after trying to get used to clip studio paint, i have to say, oh gosh how i miss sai's vectoring
you can tweak it and clean it up so easily, and you never actually have to erase lines, so if you want to tweak it again, you can just remove some of the mask from your best lines instead of having to redraw them
oof, that took *forever* without vectors
i used azpainter for this, and i had to do all kinds of silly things to get similar results to my sai workflow
i did eventually figure out masking though (it only applies to things you draw after setting the mask)
success!
though admittedly the palette wasn't in the data file, so i couldn't follow along the extraction of it--it's just a big vector without reason
the way i wanted to *try* and find the palette and extract it turned out to be correct though! it just wasn't anywhere i could possibly do that
i also wrote the flags for each tile into their filenames, since there's no other way to express them meaningfully right now
aaaand i've successfully managed to extract images from this binary, like in the post!
i'll work on the palette later, but this is really cool!
elisp code
oh, i did write a thing to make hexl measure ranges, in case anyone besides me ever needs to do that:
(defun hexl-measure-region ()
"Measure how large the active region is."
(interactive)
(when (region-active-p)
(save-excursion
(let ((point (hexl-current-address)))
(exchange-point-and-mark)
(let ((diff (abs (- point (hexl-current-address)))))
(exchange-point-and-mark)
(message "Range is %d bytes (0x%08x)" diff diff))))))
oh hi! i do computers, and sometimes draw stuff~ i like lo-fi things and cute aesthetics!
i also probably like you
(also, tagged #abdl ahead, soooo 🔞)