It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
VtMB runs like a dream when just running it with the basic unofficial patch GOG gives you in Wine. However when I've tried to install the Clan Quest Mod, everything appears to work fine at first, even giving me the new desktop shortcut. But when I start the game it appears as if nothing has changed, no new logo, unchanged character models, etc.

Anyone running Wine able to get this to work? I've tried running the installer several times with different options selected with no difference. It's like the mod isn't pathing correctly, even though I can see all the CQM files in my game directory.

Any help would be appreciated.
avatar
lumin: VtMB runs like a dream when just running it with the basic unofficial patch GOG gives you in Wine. However when I've tried to install the Clan Quest Mod, everything appears to work fine at first, even giving me the new desktop shortcut.
Where is the shortcut pointing at? The correct subfolder inside the main folder?
avatar
lumin: VtMB runs like a dream when just running it with the basic unofficial patch GOG gives you in Wine. However when I've tried to install the Clan Quest Mod, everything appears to work fine at first, even giving me the new desktop shortcut.
avatar
wesp5: Where is the shortcut pointing at? The correct subfolder inside the main folder?
The shortcut looks like this:

env WINEPREFIX="/home/MYUSERNAME/.wine" wine C:\\VtMB\\vampire.exe -game\ CQM

I don't know...it may be having a problem with the attributes at the end telling it to use the CQM directory: -game CQM

I've tried playing with the formatting of the shortcut path. Still no luck.
avatar
lumin: env WINEPREFIX="/home/MYUSERNAME/.wine" wine C:\\VtMB\\vampire.exe -game\ CQM
You try it manually?
$ WINEPREFIX="$HOME/.wine" wine cmd
Z:\> c:
C:\> cd VtMB
C:\VtMB> dir /p
C:\VtMB> vampire.exe -game CQM
Post edited August 24, 2016 by Gydion
avatar
lumin: env WINEPREFIX="/home/MYUSERNAME/.wine" wine C:\\VtMB\\vampire.exe -game\ CQM
avatar
Gydion: You try it manually?

$ WINEPREFIX="$HOME/.wine" wine cmd
Z:\> c:
C:\> cd VtMB
C:\VtMB> dir /p
C:\VtMB> vampire.exe -game CQM
avatar
Gydion:
Yeah, tried that. No difference.