Hi, @themuffinator.
First of all, I’d like to thank you for creating this project and thereby making it possible to play Quake 4 natively on Linux. I really appreciate it. You’re a hero of the Linux community.
I found a bug in engine version 0.12 on Linux.
The bug is that if you run the game with the command to save settings alongside the game (portable mode) and the path to the game directory contains “...” (three consecutive dots), the settings directory will not be created. As a result, the game will lose all settings every time the engine is closed.
log.txt
Here is the command i launch the engine:
"./openQ4-client_x64" +set fs_basepath "${PWD}/../" +set fs_homepath "${CURRENT_DIR}/userdata/${USER}" "$@"
Hi, @themuffinator.
First of all, I’d like to thank you for creating this project and thereby making it possible to play Quake 4 natively on Linux. I really appreciate it. You’re a hero of the Linux community.
I found a bug in engine version 0.12 on Linux.
The bug is that if you run the game with the command to save settings alongside the game (portable mode) and the path to the game directory contains “...” (three consecutive dots), the settings directory will not be created. As a result, the game will lose all settings every time the engine is closed.
log.txt
Here is the command i launch the engine: