You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
In the original game, it was possible to change the
bloodDetail
parameter in theGothic.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:
The text was updated successfully, but these errors were encountered: