Try / OpenGothic

Reimplementation of Gothic 2 Notr
MIT License
1.16k stars 85 forks source link

"bloodDetail" param #665

Open YALdysse opened 3 months ago

YALdysse commented 3 months ago

In the original game, it was possible to change the bloodDetail parameter in the Gothic.ini file. I tried to apply this parameter to OpenGothic and it turned out that it doesn't work. When the hero has little health, the blood does not drip on the ground. Could you please restore this parameter to work.

I used this code:

[GAME] bloodDetail=3

Abendlied commented 3 months ago

Hi @YALdysse,

OpenGothic does not use the Gothic.ini from the game directory. I think it is looking for a Gothic.ini file in the directory from where you start the game (which is where your savegames are stored), so it could be something like this: /home/YALdysse/OpenGothic/build/opengothic/

You may try to copy the .ini-file there and make your changes for those to apply in OpenGothic.

YALdysse commented 3 months ago

@Abendlied , Thank you for your response. I will check tonight and let you know.

Try commented 3 months ago

Blood is not implemented yet, so bloodDetail has no effect