Novum / vkQuake

Vulkan Quake port based on QuakeSpasm
GNU General Public License v2.0
1.72k stars 214 forks source link

Wrong HUD text messages using rerelease data #674

Closed vittau closed 1 year ago

vittau commented 1 year ago

Describe the bug Using the re-release data, the game HUD texts appear as variable names instead of the actual text.

To Reproduce I have copied the re-release pak0.pak and music files to a folder called rerelease inside my vkQuake folder, and then I proceed to run vkQuake with the command-line parameter -game rerelease. The game works normally, but has this text issue.

Expected behavior Expected text lines.

Screenshots vkquake0001

Desktop (please complete the following information):

Additional context Version 1.30.1.

vittau commented 1 year ago

Found this, copying QuakeEX.kpf to my vkQuake folder fixes the issue: https://github.com/Novum/vkQuake/issues/665 I'd suggest adding this information to the instructions regarding manual installation.