OpenGothic icon indicating copy to clipboard operation
OpenGothic copied to clipboard

[Gothic 1] Swampsharks follow / attack indefinitely

Open owl-with-beard opened this issue 1 year ago • 1 comments

First of all: Huge thank you to all of you who made this project possible. Thanks to you, I was able to share childhood memories with my girlfriend by playing Gothic 1 (and now Gothic 2) on her MacBook Pro M2. Anyway, while playing, we came across some bugs that I try to report here. If you need something from me, please let me know, as this is the first time I open an issue in an open source project.

Describe the bug Some enemies, such as Swampsharks but also guards of the old camp after chapter 4, do not stop chasing the hero after some time, but instead follow him indefinitely.

Gothic 1, game data taken from the original CD-ROM with version 1.08j Opengothic v1.0.3070 , taken from Appveyor.

If it's needed I can provide a video.

Greetings !

owl-with-beard avatar Jan 28 '25 12:01 owl-with-beard

Hi, @owl-with-beard and thanks for raising this problem !

do not stop chasing the hero after some time

I think I've encountered same problem with snappers, while playing gothic2. Basically script, that implements AI of snapper doesn't have any condition to stop chaise. In vanilla - no big deal, as AI agents are offloaded if player is far enough away. Swampshark is presumably same case.

Should be related to https://github.com/Try/OpenGothic/issues/657

Try avatar Jan 28 '25 20:01 Try