So I'm wondering is there a way to safe regedit keys values for one specific game some way? Like for example I don't use GLSL for Counter-Strike but I do for Left 4 Dead, is there a way to make it so that only Left 4 Dead enables that key while Counter-Strikes has it disabled.
On Mon, Aug 3, 2009 at 12:15 AM, Snake450<wineforum-user at winehq.org> wrote:> So I'm wondering is there a way to safe regedit keys values for one specific game some way? Like for example I don't use GLSL for Counter-Strike but I do for Left 4 Dead, is there a way to make it so that only Left 4 Dead enables that key while Counter-Strikes has it disabled.Use separate WiNEPREFIX'es. -- -Austin
How though? I did it once but I was following a guide and just started typing thiings in.
On Mon, Aug 3, 2009 at 12:21 AM, Snake450<wineforum-user at winehq.org> wrote:> How though? I did it once but I was following a guide and just started typing thiings in.$ export WINEPREFIX=~/.wine-cs $ wine counter_strike_setup.exe $ wine regedit $ export WINEPREFIX=~/.wine-lfd $ wine left_for_dead.exe $ wine regedit etc. -- -Austin
Alright, I'll give it a shot thanks for the advice.