View Single Post
  #22  
Old 02-15-2006, 06:53 PM
yellowbluebus yellowbluebus is offline
Senior Member
 
Join Date: Oct 2005
Location: Texas
Posts: 740
Default Re: Anyone use a pokermod for Pokerstars?

[ QUOTE ]
Is there anyway to use thebackground WITHOUT using the cards?

[/ QUOTE ]

Yes it is possible. Just replace contents of the PS.bat file with the code below. Don't forget to back it up first just in case.

<font class="small">Code:</font><hr /><pre>
copy /y "Gx\bg_old.jpg" "Gx\bg.jpg"
REM copy /y "Gx\chips&amp;deck\old\card*.bmp" "Gx\chips&amp;deck\"
REM copy /y "Gx\chips&amp;deck\color\old\card*.bmp" "Gx\chips&amp;deck\color\"
copy /y "Gx\label\old\*.bmp" "Gx\label\"
rem move Gx\bg.jpg Gx\bg.jpg.bak
PokerStarsUpdate.exe
copy /y "Gx\bg.jpg" "Gx\bg_old.jpg"
copy /y "Gx\bg_new.jpg" "Gx\bg.jpg"
REM copy /y "Gx\chips&amp;deck\card*.bmp" "Gx\chips&amp;deck\old\"
REM copy /y "Gx\chips&amp;deck\color\card*.bmp" "Gx\chips&amp;deck\color\old\"
copy /y "Gx\label\*.bmp" "Gx\label\old\"
REM copy /y "Gx\chips&amp;deck\new\card*.bmp" "Gx\chips&amp;deck\"
REM copy /y "Gx\chips&amp;deck\color\new\card*.bmp" "Gx\chips&amp;deck\color\"
copy /y "Gx\label\new\*.bmp" "Gx\label\"
</pre><hr />
Reply With Quote