dougmencken / HeadOverHeels

The free and open source remake of the game “Head over Heels”
GNU General Public License v3.0
33 stars 10 forks source link

gotchas within the blacktooth33 and blacktooth34 rooms #65

Closed hendrikbez closed 8 months ago

hendrikbez commented 9 months ago

Screenshot_3 When you fall from the room above, you loose al your life for falling down , as the enemy always go the same route to get to you, you can not do anything to escape the enemy

dougmencken commented 9 months ago

But how it goes in the original game 🤔? Heels can’t control him/her-self on the fly....

Either way, it looks like this “imperial guard” hunter machine’s behavior needs to be modified to not see the character above it

dougmencken commented 9 months ago

okay now?

don’t hunt if above.gif

hendrikbez commented 9 months ago

Thank you,

Will play/test again later

Jesus Christ is Lord

Not a swear word

On Mon, 19 Feb 2024 at 19:00, Douglas Mencken @.***> wrote:

okay now? dont.hunt.anything.above.gif (view on web) https://github.com/dougmencken/HeadOverHeels/assets/3457110/e7f0476a-cd19-4969-9b61-9f4add800bad

— Reply to this email directly, view it on GitHub https://github.com/dougmencken/HeadOverHeels/issues/65#issuecomment-1952884187, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL2YHORPV7E7ET6TYFZXKNDYUOAKBAVCNFSM6AAAAABDPVJUR6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSNJSHA4DIMJYG4 . You are receiving this because you authored the thread.Message ID: @.***>

dougmencken commented 9 months ago

And yes, since you already asked about cheats... Such cases are the real reason to use them. For the situation mentioned, I’d suggest using [ alt ] & [ shift ] & [ y ] to become invulnerable for 25 seconds. The list of cheat key combinations is published on the project’s wiki

dougmencken commented 9 months ago

meanwhile, the “weight” (the speed of falling down) of Heels seems too low, (s)he is certainly heavier ...at least when compared with the Head’s speed of falling

dougmencken commented 9 months ago

This is how that is at the current moment

head-heels-falling

update~ the flickering of shadows on the floor (visible on this movie) was fixed in https://github.com/dougmencken/HeadOverHeels/commit/0600ee2225a45dc36fcbb09b67ae0597829ce642

hendrikbez commented 9 months ago

Thank you Hendrik

dougmencken commented 9 months ago

falling down is accelerated now since https://github.com/dougmencken/HeadOverHeels/commit/ab6baa66ab84c32ee335cfb3a240ab4bc25b9898

dougmencken commented 8 months ago

the blacktooth33.xml room is one of the hardest in this game

that blacktooth33 room

dougmencken commented 8 months ago

...and once you passed it and went up, you meet that volatile brick in blacktooth34.xml

https://github.com/dougmencken/HeadOverHeels/blob/efeec5cc8695ef4d8851baaed3430570a37e99ef/gamedata/map/blacktooth34.xml#L88

meanwhile there’s also the "behavior of slow disappearance on jump into" which takes twenty (20) times longer before vanishing

https://github.com/dougmencken/HeadOverHeels/blob/efeec5cc8695ef4d8851baaed3430570a37e99ef/source/behaviors/Volatile.cpp#L12

I’m sure the latter will fit the gameplay better for both lowering the walkthru difficulty and holding the surprise of the brick’s disappearance

hendrikbez commented 8 months ago

Thank you, will test it later today

dougmencken commented 8 months ago

after https://github.com/dougmencken/HeadOverHeels/commit/c2e66bbb109b20ba3cb3507e90ccdc83fe17759f and https://github.com/dougmencken/HeadOverHeels/commit/99ddae72191926bddcba1b93025710a1977e4dbb I think this issue is closed

dougmencken commented 8 months ago

blacktooth-33-and-34-are-okay

hendrikbez commented 8 months ago

What do you use to make a gif video in ubuntu, I need to make one to show you a bug in a screen. (I am new to linux)

Jesus Christ is Lord

Not a swear word

On Tue, 12 Mar 2024 at 09:34, Douglas Mencken @.***> wrote:

blacktooth-33-and-34-are-okay.gif (view on web) https://github.com/dougmencken/HeadOverHeels/assets/3457110/7b30c0a2-fc51-42cf-91d1-a9c75e4573c0

— Reply to this email directly, view it on GitHub https://github.com/dougmencken/HeadOverHeels/issues/65#issuecomment-1990952033, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL2YHOUUVBUPVCV5XIVUNLDYX2VY3AVCNFSM6AAAAABDPVJUR6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOJQHE2TEMBTGM . You are receiving this because you authored the thread.Message ID: @.***>

dougmencken commented 8 months ago

What do you use to make a gif video in ubuntu, I need to make one to show you a bug in a screen. (I am new to linux)

🤔 maybe add an article about it on the project’s wiki

The videos I uploaded here are in fact GIF animations. At first I collect the sequence of in-game screen captures, that’s done by the game itself : to begin a recording hold [ alt ] [ shift ] and type [ v ], the same keys again will end the process. The recorded captures are put inside ~/.headoverheels/capture/ and have names of the same random set of 10 letters and digits followed by the sequence number of a frame. The file format of captures is PCX (because allegro library supports that)

Then I’m converting such a sequence of pictures into a GIF animation. I wrote how I do this in the recent 333rd commit https://github.com/dougmencken/HeadOverHeels/commit/efeec5cc8695ef4d8851baaed3430570a37e99ef (and sure you can find some other easier way to turn a bunch of PCXes into a GIF animation)

dougmencken commented 8 months ago

I’m closing this

hendrikbez commented 8 months ago

You can close it