View Single Post
  #7  
Old 10-20-2007, 09:37 AM
jasonHoldEm jasonHoldEm is offline
Senior Member
 
Join Date: Mar 2003
Posts: 3,654
Default Re: Pokerstars Alert Sound Volume

BluEsiNsOuL,

The problem is PokerStarsUpdate.exe. This is the default way to open the client and it checks your installed files against those on the server, if any are different it prompts you to download an update...this is great when there is an actual update to install, but bad if you're trying to mod your files. We used to run into the same problem before stars offered the option of "Themes" and people were modding their cards/background images.

The easy way to fix the problem is to use PokerStars.exe to launch the client. The problem with this is when there is a real update to download you won't be notified.

The slightly more involved answer (although still pretty easy) is to use a batch file to trick PokerStarsUpdate.exe into thinking you're using the original files and everything is fine. This option is the best because when there is a real update you'll still be notified and be able to download and install it (and your mods will still work).

Here is the way I do it. FWIW, there is most likely a simpler/more efficient way to do it because I'm not all that DOS savy, but my method works (at least it does on my XP machine).

Disclaimer: This works for me, your mileage may vary. Not responsible if you blow up your computer, etc.

Step one: Go into your PokerStars directory and find the Snd folder, go into this folder and create two new folders "New" and "Old"

In the "New" folder place your modded alert sound file (the alert sound is snd7.wav, your file should be named this as well).

In the "Old" folder place a copy of the original snd7.wav file (you should also leave the original in parent Snd folder).

Step two: Open notepad and cut and paste the following:

<font class="small">Code:</font><hr /><pre>copy /y "Snd\Old\snd7.wav" "Snd\snd7.wav"
rem move Snd\snd7.wav Snd\snd7.wav.bak
PokerStarsUpdate.exe
copy /y "Snd\New\snd7.wav" "Snd\snd7.wav"</pre><hr />

Once that is done do a save as and name the file "Stars.bat"

(Note: I'm only focusing on the alert sound. If you are modding other sounds you'll need to alter the batch file accordingly using the same format as above.)

Important: Place the Stars.bat file in your PokerStars directory on your computer (you can then create a shortcut to launch this from your desktop, etc but the actual file has to be in your PokerStars directory).

Use the Stars.bat file to launch Stars and presto, your modded alert sound is used. If you ever get a prompt to install a new version of the software you can do so, it won't change your mod (except in the extremely unlikely event where they change the original version of the alert sound, in which case you'll have to change the file in "Old" folder accordingly).

Peace,
jHE
Reply With Quote