@PypeBros

212 Followers
262 Following
2.6K Posts
@cyborgjeff (one more batch, with level and boss I coded and other bosses I didn't. No sign of level 1-1 in that folder)
and some even I had forgotten about. All originals from @cyborgjeff
Some more vintage #leveldesign documents that I never turned in BASIC Commands... still for Calimero
this week I started playing something "new" ...
https://www.youtube.com/watch?v=c6lNAefHVsY
TUNIC (Original Soundtrack) - 02 Memories of Memories / Lifeformed × Janice Kwan

YouTube

a blueterfly pointed me to https://lemmings.info/pds-programmers-development-system/

nice to see some more blogging from Mike Dailly ... and there is sure more interesting stuff to #booxread there ...

PDS - Programmers Development System - THE LIFE OF A GAME DEVELOPER

Back when I was writing Ballistix for DMA Design; my first game, I started on the C64 using Laser Genius, an Assembler on the machine itself. This was a great assembler, and I wrote a lot of cool things with it, including the “basics” of the game Ballistix. This included the scrolling, and the multiplexor. […]

THE LIFE OF A GAME DEVELOPER

Does plain #emacs support newlines in query-replace arguments ?
[v] yes it does ^_^

(it evens makes it more user-friendly by expanding the size of the bottom field so you still your whole selection rather than just what came after the last newline ^^")

There! Proper handling of "collide only if attached" means I can immediately zip to the door output's position as soon as we're near it.

(it could use an alternate "tracking" system that dampens move rather than overshooting and turning back)

promoted #ScreenshotSaturday

And ... Haha ! the "COLLIDE_ATTACH" is now bit 0x40000000, but it is cleared by the not-yet-modified line ...
not on the right objects, but this is the line that should kick in: the one that allows some collision to happen if and only if one object is attached to the other.

The in-game inspector has functions to interrupt/report collisions. I set a breakpoint there so and trace my way until I see the door-to-hero collision reported.

oh, and then do it again from scratch because I used the wrong script for the hero ^^"