Open Side Menu Go to the Top
Register
888/Party/StarsCaption 888/Party/StarsCaption

10-17-2023 , 08:50 AM
Quote:
Originally Posted by LikeAA
They will work with this option enabled:


It is unlikely that I will be able to return the label setting with a left click (I could probably try to implement this, but I doubt it would work well).

You can use Sen note hotkeys (or Set note menu if you prefer to choose a label from menu).
If you want to do it via left click, then I can try to add it to Player panel / OnClick.
That fixed it for me thanks. Any way to get rid of the pokerstars rewards chest displayed in the top left of the table?
888/Party/StarsCaption Quote
10-17-2023 , 09:20 AM
Quote:
Originally Posted by soinana
That fixed it for me thanks. Any way to get rid of the pokerstars rewards chest displayed in the top left of the table?
I'll try to see what I can do with it
888/Party/StarsCaption Quote
10-17-2023 , 12:55 PM
Quote:
Originally Posted by LikeAA
I'll try to see what I can do with it

Would be so nice
Hope you can pull it off
888/Party/StarsCaption Quote
10-18-2023 , 06:05 AM
Is there an option to hide the betting buttons while action blocking time is active?
If not, could you consider adding it?
888/Party/StarsCaption Quote
10-18-2023 , 07:50 AM
Quote:
Originally Posted by smartfish
Is there an option to hide the betting buttons while action blocking time is active?
If not, could you consider adding it?
There is no such option now, I'll think about it.
You can use Table highlight / Action buttons blocking to indicate this state now.
888/Party/StarsCaption Quote
10-18-2023 , 07:04 PM
Hello,

A bit off topic: do you, or anyone else here, know if the "Logout & Exit" button under global account details on PokerStars has been removed? It's gone for me.
Just closing the application allegedly risks you not getting logged out properly.

Thanks!
888/Party/StarsCaption Quote
10-18-2023 , 11:56 PM
nujabes, I don't even know what you're talking about, sorry.
But they removed several options in the latest client update, probably this option was also removed (they consistently remove everything that they think is used by a small number of users)
888/Party/StarsCaption Quote
10-19-2023 , 12:47 AM
Alright. There, at least previously, was a dedicated logout button available to use under account details, that was recommended by the Stars support to use instead of just clicking X on the application window, which may result in your logout not registering properly.
888/Party/StarsCaption Quote
10-19-2023 , 12:29 PM
Quote:
Originally Posted by LadiesMan_220
Is it possible to have a different 3bet size for BB vs UTG-BTN, and BB vs SB?
Hi
If you mean StarsCaption - there is no easy way to do it, because Stars prohibits to use IP/OOP filter in betscript settings.
You can try to configure it by indirect ways for some special cases. For example, if for games without ante you can use this way:
If there is openraise 2bb (bet≤2bb filter) and openraiser was on SB, then pot will be 3bb, and for other positions pot will be 3.5bb
So you can use both bet and pot filters to distinguish these situations (bet≤2bb and pot≤3bb for SB and bet≤2bb and pot>3bb for other positions)
Next, add bet≤2.5bb filter, calculate pot size for this, etc
888/Party/StarsCaption Quote
10-19-2023 , 01:00 PM
I really like the [timing] tag which shows how much time each player took for each decision.
What would be cooler is to store and analyze such information.

Would it be possible for you to develop a feature to store such information in separate hand histories?
888/Party/StarsCaption Quote
10-20-2023 , 01:49 AM
Quote:
Originally Posted by smartfish
I really like the [timing] tag which shows how much time each player took for each decision.
What would be cooler is to store and analyze such information.

Would it be possible for you to develop a feature to store such information in separate hand histories?
It's unlikely, but I'll think about it.
888/Party/StarsCaption Quote
10-21-2023 , 04:32 AM
Hey,

My raise sizes arent working properly on starscaption. For ex., I want to have a 20% raise size so I input the formula x0.20 but when I click the size postflop it will just minraise. Also, how do I make it so that when I click 100% pot it makes it exactly 100% pot. For example the pot could be something like 7.5 and when I click 100% pot it will make it 7.47. The formula Im using for that is pot*1

Thanks for your help
888/Party/StarsCaption Quote
10-21-2023 , 05:44 AM
Quote:
Originally Posted by bachelder
Hey,

My raise sizes arent working properly on starscaption. For ex., I want to have a 20% raise size so I input the formula x0.20 but when I click the size postflop it will just minraise. Also, how do I make it so that when I click 100% pot it makes it exactly 100% pot. For example the pot could be something like 7.5 and when I click 100% pot it will make it 7.47. The formula Im using for that is pot*1

Thanks for your help
Hi
I will need logs to analyze these situations. Please do this:
1. Turn on Options / Logging / Betscript log
2. Restart StarsCaption
3. Play
4. If a situation occurs with incorrect sizing, take a screenshot of the entire table with this situation
5. After a session send me screenshots, StarsCaption.log and StarsCaption.ini files from StarsCaption folder.
888/Party/StarsCaption Quote
10-23-2023 , 12:27 AM
I figured out the raise size issue but Im still unsure of how to make the 100% pot bet exactly 100% instead of it being a fraction lower than 100% (I'm using pot*1 for this).

Also, how do I setup 2e for Partycaption? Starscaption has an area where I can input x(((2*effStack/pot+1)^(1/2)-1)/2) to get 2e but it doesn't seem like Partycaption works the same way?
888/Party/StarsCaption Quote
10-23-2023 , 02:48 AM
Quote:
Originally Posted by bachelder
I figured out the raise size issue but Im still unsure of how to make the 100% pot bet exactly 100% instead of it being a fraction lower than 100% (I'm using pot*1 for this).

Also, how do I setup 2e for Partycaption? Starscaption has an area where I can input x(((2*effStack/pot+1)^(1/2)-1)/2) to get 2e but it doesn't seem like Partycaption works the same way?
1. Try to use x1 formula
2. Sorry, partypoker prohibits it now
888/Party/StarsCaption Quote
10-24-2023 , 10:14 PM
Quote:
Originally Posted by LikeAA
Hi
There is no such tag, but you can try to calculate it by HUD formula, try this:
{(stack-call)/(pot+call)}
Hi, this works but I tried to change it to: [heroAct]Eff Jam: {100*((effStack-call)/(pot+call))}% with effStack instead but now can't get it to work anymore. Any idea how to fix it?
888/Party/StarsCaption Quote
10-25-2023 , 02:02 AM
Quote:
Originally Posted by JackOscar
Hi, this works but I tried to change it to: [heroAct]Eff Jam: {100*((effStack-call)/(pot+call))}% with effStack instead but now can't get it to work anymore. Any idea how to fix it?
Does it not work at all or shows the wrong values?
888/Party/StarsCaption Quote
10-26-2023 , 03:40 PM
Quote:
Originally Posted by LikeAA
partypoker have recently reviewed 3rd party tools policy, and it will affect PartyCaption.
Betting hotkeys with complex formulas are not allowed, and only hotkeys with fixed big blinds amount and as a percentage of the pot can be used.

For this reason, Betting hotkey settings (as well as HUD betting buttons) will be changed in the next version.
Please recheck your settings manually after updating the program.


This update will be released next week, after which older versions of PartyCaption will no longer be supported.
Is it possible to communicate with Party directly?

Your competitor Jurojin (whose software is vastly inferior to yours) has stated that they have made some changes to Party software after speaking with them. I was thinking they may now allow bet size multipliers.
888/Party/StarsCaption Quote
10-27-2023 , 02:00 AM
apology7, yes, the multiplier was returned a while ago (in v2.18d)



They usually contact me themselves if they have any questions. If you have any questions for them, you can try asking questions in partypoker Discord channel.
888/Party/StarsCaption Quote
10-28-2023 , 11:45 AM
how do i make a bet button for 50% raise postflop?

i tried the pot*0.5 but seems to only work as a B50, and not as R50
888/Party/StarsCaption Quote
10-28-2023 , 01:06 PM
Quote:
Originally Posted by mamaMarilyn
how do i make a bet button for 50% raise postflop?

i tried the pot*0.5 but seems to only work as a B50, and not as R50
Hi, use this formula:
x0.5
888/Party/StarsCaption Quote
11-02-2023 , 02:13 PM
Quote:
Originally Posted by LikeAA
Hi
What version of 888Caption do you have now and what verison of 888poker client? (you can find it in Help / About)

Try to reboot your PC and try to check it agian.
If nothing helps, then send me a log:
1. Turn on 'Options / Logging / Betscript log'
2. Restart 888Caption.
3. Run 888poker and log in
4. Wait a few seconds.
5. Click 'Options / Debug / Test log' button
6. Close 888Caption and send me 888Caption.log file from 888Caption folder.
Hi, I'm still trying to figure this one out. The suggested solution doesn't work for me. Can someone help?
888/Party/StarsCaption Quote
11-02-2023 , 02:22 PM
Queenlilith, what version of 888Caption do you have now and what type of 888 client? (com, es, pt, some else)
888/Party/StarsCaption Quote
11-03-2023 , 01:33 PM
Latest version on the website v1.15k is detected as a virus from Windows
888/Party/StarsCaption Quote
11-03-2023 , 02:29 PM
Quote:
Originally Posted by smartfish
Latest version on the website v1.15k is detected as a virus from Windows
Thanks for report.
It's false alarm, I'll try to remove it. You can try to use previous version.
888/Party/StarsCaption Quote

      
m