Two Plus Two Older Archives  

Go Back   Two Plus Two Older Archives > Tournament Poker > Multi-table Tournaments
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 10-10-2005, 11:31 AM
Hickboy Hickboy is offline
Member
 
Join Date: Oct 2004
Posts: 82
Default **How to remove the BlackJack and Sidebet Icons in PartyPoker**

Hey all,

If you're like me and can't stand the new Blackjack and Sidebet Icons, then you're in luck! You can remove them by deleting a few files.

Goto C:\Program Files\PartyPoker\Images

Delete the Following Files:
lobby_bj_button.jpg
sidebetbg.jpg
sidebetclose.bmp
sidebetclosebet.bmp
sidebetopen.bmp
sidebetopenbet.bmp
sidebetupdateprocess.jpg
table_bj_button.jpg

In case you want to remove Blackjack all together for the hell of it, delete C:\Program Files\PartyPoker\casino

If you still want access to Blackjack from the main lobby, don't delete the "lobby_bj_button.jpg" file. Of course, backing up these files isn't a bad idea, but it's simple to reinstall PartyPoker in case anything goes wrong.

Hope this helps.

Hickboy
Reply With Quote
  #2  
Old 10-10-2005, 02:33 PM
DonButtons DonButtons is offline
Senior Member
 
Join Date: Dec 2004
Location: miami/new orleans(tulane)
Posts: 604
Default Re: **How to remove the BlackJack and Sidebet Icons in PartyPoker**

Thanks, you just saved one of my friend's bankroll.
Reply With Quote
  #3  
Old 10-10-2005, 02:55 PM
yabastid yabastid is offline
Senior Member
 
Join Date: Mar 2005
Posts: 204
Default Re: **How to remove the BlackJack and Sidebet Icons in PartyPoker**

Hickboy,
Awesome, thank you. I was commenting to a friend of mine yesterday how awful those 2 buttons are- especially the "bet the flop". We work so hard to identify +EV situations while playing and these 2 buttons are most definitely -EV.
Hopefully, however, all the rakeback that was lost due to the Party skins split will be made up for a bit, as the Party donks get even more distracted trying to parlay their overcall with A9h and a $10 bet that the flop comes out all red. This could definitely be +EV.
Reply With Quote
  #4  
Old 10-10-2005, 03:20 PM
Guest
 
Posts: n/a
Default Re: **How to remove the BlackJack and Sidebet Icons in PartyPoker**

Hmmm.... how about an A9h overcall with a bet on a flop of black?

Just kidding [img]/images/graemlins/grin.gif[/img]
Reply With Quote
  #5  
Old 10-10-2005, 04:51 PM
Hickboy Hickboy is offline
Member
 
Join Date: Oct 2004
Posts: 82
Default Re: **How to remove the BlackJack and Sidebet Icons in PartyPoker**

[ QUOTE ]
I was commenting to a friend of mine yesterday how awful those 2 buttons are- especially the "bet the flop". We work so hard to identify +EV situations while playing and these 2 buttons are most definitely -EV.

[/ QUOTE ]

Hence, the reason why I wanted to remove the stupid icons
Reply With Quote
  #6  
Old 10-10-2005, 05:49 PM
KneeCo KneeCo is offline
Member
 
Join Date: Mar 2005
Location: Montreal
Posts: 77
Default Re: **How to remove the BlackJack and Sidebet Icons in PartyPoker**

Brilliant, thanks!
Reply With Quote
  #7  
Old 10-10-2005, 06:24 PM
tigerite tigerite is offline
Senior Member
 
Join Date: Sep 2004
Posts: 360
Default Alternative: How to remove the BlackJack & Sidebet Icons in PartyPoker

Use this script.

#SingleInstance force
#Persistent

SetTimer,REMOVEBJ_SIDEBET,1000
Return

REMOVEBJ_SIDEBET:
{
lobby_list = % GetLobbies()

Loop, Parse, lobby_list, `,
{
lobby_id = %A_LoopField%
GetTables(lobby_id)
}
return
}

GetLobbies()
{
lobby_list =

; refresh the list of windows if necessary
WinGet, id, list, ahk_class #32770
Loop, %id%
{
StringTrimRight, this_id, id%a_index%, 0
WinGetTitle, title, ahk_id %this_id%
WinGetClass, class, ahk_id %this_id%
WinGet, process, ProcessName, ahk_id %this_id%

if title =
continue

if process not contains PartyPoker.exe,
continue

if title not contains Welcome to the,
continue

if lobby_list <>
lobby_list = %lobby_list%,

lobby_list = %lobby_list%%this_id%
}

return, %lobby_list%
}

GetTables(lobby_id)
{
if lobby_id <> -1
{
WinGet, process_id, PID, ahk_id %lobby_id%

; refresh the list of windows if necessary
WinGet, id, list, ahk_class #32770 ahk_pid %process_id%
Loop, %id%
{
StringTrimRight, this_id, id%a_index%, 0
WinGetTitle, title, ahk_id %this_id%

ControlGetText, static_text, Static2, ahk_id %this_id%

if static_text = Flop All 1 Color Pays 8 for 1
{
Control, Hide, , AfxWnd42s2, ahk_id %this_id%
WinHide, ahk_id %this_id%
continue
}

if title not contains Table,
continue

if title not contains Good Luck,
continue

Control, Hide, , AfxWnd42s33, ahk_id %this_id%
}
}

return
}
Reply With Quote
  #8  
Old 10-23-2005, 09:39 PM
splashpot splashpot is offline
Senior Member
 
Join Date: Nov 2004
Location: Needham, MA
Posts: 425
Default Re: Alternative: How to remove the BlackJack & Sidebet Icons in PartyP

Sorry to be totally programming illiterate, but how exactly do I use this script?
Reply With Quote
  #9  
Old 10-23-2005, 10:22 PM
cferejohn cferejohn is offline
Senior Member
 
Join Date: Feb 2003
Location: San Jose, CA
Posts: 1,121
Default Re: Alternative: How to remove the BlackJack & Sidebet Icons in PartyPoker

Oh yeah. That's much easier... [img]/images/graemlins/grin.gif[/img]
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:17 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.