Re: Poker Stars Mod request - will pay $$ ($25?)
[ QUOTE ]
How would you change this bat to perform the Dpr mod ?
[/ QUOTE ]
I don't know what it is that PokerStars is detecting that prompts it to update and revert back to the original theme. Annoying as hell. To circumvent, I created a .bat file to copy the theme and cards directory and replace it with DpR's theme following any update. Most likely it's overkill, but it works for me.
You MUST follow the steps in this order:
1) Run PokerStars and make sure the theme named Stars is already installed
2) Change to a different theme (i.e. PokerStars Default Theme)
3) With PokerStars still running, copy the folder "Gx\chips&deck\deck\simple" into "Gx\chips&deck\deck\" and rename the folder "simpleold"
4) Copy the folder "C:\Program Files\Pokerstars\Themes\stars" into "C:\Program Files\Pokerstars\Themes\" and rename the folder "original"
5) Unpack DpR's file into C:\Program Files\Pokerstars\ and replace any files.
4) Change to the Stars theme and make any necessary changes (cards, background, etc...) See my earlier post.
5) Close Pokerstars once everything looks the way you want it.
6) Only then can you start PStars using this .bat file
- - - -
@echo off
cd "C:\Program Files\Pokerstars"
xcopy /y /e "Gx\chips&deck\deck\simple" "Gx\chips&deck\deck\simplenew"
xcopy /y /e "Gx\chips&deck\deck\simpleold" "Gx\chips&deck\deck\simple"
xcopy /y /e "C:\Program Files\Pokerstars\Themes\stars" "C:\Program Files\Pokerstars\Themes\modified"
xcopy /y /e "C:\Program Files\Pokerstars\Themes\original" "C:\Program Files\Pokerstars\Themes\stars"
PokerStarsUpdate.exe
xcopy /y /e "C:\Program Files\Pokerstars\Themes\stars" "C:\Program Files\Pokerstars\Themes\original"
xcopy /y /e "Gx\chips&deck\deck\simple" "Gx\chips&deck\deck\simpleold"
xcopy /y /e "C:\Program Files\Pokerstars\Themes\modified" "C:\Program Files\Pokerstars\Themes\stars"
xcopy /y /e "Gx\chips&deck\deck\simplenew" "Gx\chips&deck\deck\simple"
- - - -
I'm no programmer, I'm just a noob trying to make this as easy as possible for other noobs. Someone volunteer as the guinea pig and post if it works. If it ends up destroying your computer, eating your children and violating your cat... sorry!
|