by hjkos » Thu Aug 06, 2020 6:42 pm
Running on linux, globs
* seem to work weirdly.
Code: Select all
SteamApps/common/Shadow Warrior Classic/gameroot/classic/
finds both Shadow Warrior and Wanton Desturction but
Code: Select all
SteamApps/common/Shadow Warrior Classic/gameroot/classic/*
finds only Shadow Warrior.
For long time I couldn't figure out why Raze tells me "Unable to find any game data. Please verify your settings." if i run it anywhere except for ~/.config/raze, turns out i had to add
in addition to default
, otherwise it wouldn't find the
raze.pk3
Running on linux, globs [u]*[/u] seem to work weirdly.
[code]SteamApps/common/Shadow Warrior Classic/gameroot/classic/[/code] finds both Shadow Warrior and Wanton Desturction but [code]SteamApps/common/Shadow Warrior Classic/gameroot/classic/*[/code] finds only Shadow Warrior.
For long time I couldn't figure out why Raze tells me "Unable to find any game data. Please verify your settings." if i run it anywhere except for ~/.config/raze, turns out i had to add [code]Path=$HOME/.config/raze[/code] in addition to default [code]Path=$HOME/.config/raze/*[/code], otherwise it wouldn't find the [u]raze.pk3[/u]