Try / OpenGothic

Reimplementation of Gothic 2 Notr
MIT License
1.14k stars 80 forks source link

Bugs in Rademes tomb #683

Open YALdysse opened 1 week ago

YALdysse commented 1 week ago

Describe the bug OpenGothic: v1.0.2860 OS: Linux Mint 21.3

  1. Before opening the door to the tomb of Rademes, the hero does not say the text from the old tablet given by Cuarhadron.
  2. The spikes near the right wall do not kill the hero (see video).

Sorry for sound in the video.

Save-game/Log-file/Screenshots/Video video save

Application log log.txt

Try commented 1 week ago

Hi, @YALdysse !

Thanks for the bug report - I'll take a look.

just a note: no need to put save on google-drive, you can put them into *.zip and add archive directly to the post

thokkat commented 1 week ago

BBox is smaller in y-direction then on the other side. Adding a little offset triggered collision. Another problem of https://github.com/Try/OpenGothic/issues/605 ?

1-switch side Screenshot_20240909_002539 5-switch side Screenshot_20240909_002822

YALdysse commented 1 week ago

@thokkat, thanks to the answer. If I understand correctly, the problem is with the model, not with OpenGothic. Is that right?

thokkat commented 1 week ago

No model is ok, this needs a fix in OpenGothic. Size on the right side is just smaller and current collision detection says there's no player hit.

Try commented 1 week ago

Thanks @thokkat for BBox screenshoots!

Another problem of https://github.com/Try/OpenGothic/issues/605 ?

Not quite: opengothic uses point-to-box intersection, but apparently we need box-2-box collision function here