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

12-16-2020 , 01:26 PM
Quote:
Originally Posted by ricepaddy
thanks, one more thing. I am able to close stars replayer using hotkey bind (close table) but not party replayer. Could you add this feature?
There is no easy way to do it (stars replayer is a kind of table, but party replayer is completely different from party table), but maybe I'll add a such option in the future.
You can turn on Hotkeys / Replayer hotkey closes replayer if it opened in PartyCaption settings, after it 2nd use of Replayer hotkey will close replayer.
888/Party/StarsCaption Quote
12-16-2020 , 03:00 PM
Hey, I've seen starscaption in a runitonce video and there are 2 things that I don't know how to set up:

A) Geometric betsizing for 2 and 3 streets calculation. (What identical % of the pot to bet on remaining streets to get all-in in 2 or 3 streets)
B) A Custom bet box where you can fill in the % of the pot to bet. (instead of bb or money value)

Can these things be done with your program or is it another program in the Rio video?



Edit: Found the custom bet box, now just need to figure out how to set up geometric betsizing calc.

Here is an example:

Quote:
% of pot to bet = 0.5x(((pot + 2xeff_stack)/pot)^(1/bets) - 1)

Test
Pot = $100
Eff_stack = $200
We want to get it in with two bets.

% of pot to bet = 0.5x(((100+2x200)/100)^(1/2)-1) = 62%

We bet $62 into $100 on the flop (62%)
We bet $138 into $224 on the turn (62%)

Last edited by Anom1c; 12-16-2020 at 03:26 PM.
888/Party/StarsCaption Quote
12-16-2020 , 09:21 PM
Is there a stat / tag on the hud which would show the tournament starting stack in current / ongoing big blinds? I only found one stat in tournament chips.

Also I've had a long time problem with Partycaption mouse wheel up and down on % postflop and preflop in bb. Most of the time I scroll up or down it goes straight to an all in amount even though I have it set on 5% up or down postflop. Its working properly on stars and 888 though.

I feel like I have tried everything and also tried different mouse just incase haha.
888/Party/StarsCaption Quote
12-17-2020 , 02:52 AM
Anom1c, use these formulas:
Geometric over 3 streets: x(((2*effStack/pot+1)^(1/3)-1)/2)
Geometric over 2 streets: x(((2*effStack/pot+1)^(1/2)-1)/2)
888/Party/StarsCaption Quote
12-17-2020 , 03:00 AM
Quote:
Originally Posted by pokermanx
Is there a stat / tag on the hud which would show the tournament starting stack in current / ongoing big blinds? I only found one stat in tournament chips.

Also I've had a long time problem with Partycaption mouse wheel up and down on % postflop and preflop in bb. Most of the time I scroll up or down it goes straight to an all in amount even though I have it set on 5% up or down postflop. Its working properly on stars and 888 though.

I feel like I have tried everything and also tried different mouse just incase haha.
1. If your question is about PartyCaption - [TL_startingChips] tag displays starting stack in chips.
If you need it in big blinds - you can use formulas in HUD for this, see details here.
{[TL_startingChips]/bb} formula will display starting stack in current blinds.
{[TL_startingChips]/[TL_next_bb]} will display starting stack in next blinds.

2. Try to disable Mouse wheel option in partypoker settings.
Check if both PartyCaption and partypoker client are configured to run as admin.
888/Party/StarsCaption Quote
12-17-2020 , 02:52 PM
Quote:
Originally Posted by LikeAA
Anom1c, use these formulas:
Geometric over 3 streets: x(((2*effStack/pot+1)^(1/3)-1)/2)
Geometric over 2 streets: x(((2*effStack/pot+1)^(1/2)-1)/2)
Thanks. Managed to set up everything like I want it, it's beautiful.

888/Party/StarsCaption Quote
12-17-2020 , 07:07 PM
Quote:
Originally Posted by LikeAA
1. If your question is about PartyCaption - [TL_startingChips] tag displays starting stack in chips.
If you need it in big blinds - you can use formulas in HUD for this, see details here.
{[TL_startingChips]/bb} formula will display starting stack in current blinds.
{[TL_startingChips]/[TL_next_bb]} will display starting stack in next blinds.

2. Try to disable Mouse wheel option in partypoker settings.
Check if both PartyCaption and partypoker client are configured to run as admin.
Thanks for the help #1 is working now.

I still have problems with the mouse wheel. I have the programs running as admin and have disabled mouse wheel on partypoker. When I enter up and down for example 0.1 in bb it either goes 2,2bb -> 23bb or straight to an all in figure and usually says "only numbers and the decimal seperator (.) can be entered." Same thing with % of pot postflop when Í set it to 5%. Also the Custom bet box does not appear no matter what I do or change.
888/Party/StarsCaption Quote
12-18-2020 , 02:06 AM
pokermanx, choose . in Options / Decimal separator
888/Party/StarsCaption Quote
12-18-2020 , 04:19 AM
I'm getting this message "Error in the formula" for all postflop betscripts. Any help would be appreciated. Thank you

888/Party/StarsCaption Quote
12-18-2020 , 04:24 AM
put in 0.7*pot
888/Party/StarsCaption Quote
12-18-2020 , 07:21 AM
Quote:
Originally Posted by Smurf_x
put in 0.7*pot


Thanks. In which field do I input it?
888/Party/StarsCaption Quote
12-18-2020 , 10:13 AM
Quote:
Originally Posted by The Apex
Thanks. In which field do I input it?
formula where you have it
888/Party/StarsCaption Quote
12-18-2020 , 01:11 PM
Quote:
Originally Posted by Smurf_x
formula where you have it


So change .7*pot to 0.7*pot?
888/Party/StarsCaption Quote
12-18-2020 , 02:54 PM
Quote:
Originally Posted by The Apex
So change .7*pot to 0.7*pot?
Yes
.7 is a not a valid numerical value.
A valid numeric value must start with a digit, so replace it to 0.7
888/Party/StarsCaption Quote
12-18-2020 , 05:23 PM
Quote:
Originally Posted by LikeAA
Hi
1. Ok I'll try to add a such tag
2. Formula syntax for StarsCaption is here (there are no min, max and if).
Thanks! Helped a lot, managed to do what I want for now.
Looking forward to adding [!AI]
888/Party/StarsCaption Quote
12-19-2020 , 12:18 PM
Quote:
Originally Posted by twoofthesame
Thanks! Helped a lot, managed to do what I want for now.
Looking forward to adding [!AI]
It's added in v0.73h, you can download this version on the site
888/Party/StarsCaption Quote
12-19-2020 , 04:45 PM
I'm having trouble moving the HUD panels around. It works sometimes and then stops all of a sudden, very frustrating. I have unchecked LOCK HUD and am using the right mouse button to try and move them, is there something to try or another way to do it because it doesn't seem to be working for me most of the time?
888/Party/StarsCaption Quote
12-20-2020 , 03:38 AM
JackOscar, try to check #5 here
888/Party/StarsCaption Quote
12-20-2020 , 01:41 PM
Quote:
Originally Posted by LikeAA
JackOscar, try to check #5 here

Thank you, it worked after closing PT4.
888/Party/StarsCaption Quote
12-20-2020 , 01:42 PM
Is there a HUD panel that shows the size of the bet faced in terms of % of the pot? e.g. if Villain bets 7.5 into a pot of 20 it would show 37.5%?
888/Party/StarsCaption Quote
12-20-2020 , 02:56 PM
Quote:
Originally Posted by JackOscar
Is there a HUD panel that shows the size of the bet faced in terms of % of the pot? e.g. if Villain bets 7.5 into a pot of 20 it would show 37.5%?
You can add sizings to [actions] tag, see here.

Or you can use [sizing] tag - it works like [actions], but it shows the latest action+sizing only ([actions] tag shows all actions in current hand).
888/Party/StarsCaption Quote
12-20-2020 , 08:44 PM
On 888 with 888caption, when I click on lobby... the lobby tag word i created as you mentioned to do this and not click on the actual lobby... when i click on players... after a few seconds, it goes to payouts every single time. Is that a caption thing?


Example i click on payouts and then structure and then players... then seconds later it keeps going back to the payouts tab. Or if i click on players ... same thing.
888/Party/StarsCaption Quote
12-21-2020 , 01:57 AM
Quote:
Originally Posted by PaulyJames200x
On 888 with 888caption, when I click on lobby... the lobby tag word i created as you mentioned to do this and not click on the actual lobby... when i click on players... after a few seconds, it goes to payouts every single time. Is that a caption thing?


Example i click on payouts and then structure and then players... then seconds later it keeps going back to the payouts tab. Or if i click on players ... same thing.
Yes
888Caption needs Payouts tab to calculate prize tag values ([TL_nextPrize] / [TL_nextPrizeValue] / [TL_prizeValue])
888 updates this tab only if this tab is visible, so there is no way to correctly update these tags if some other tab is active in a lobby.
888Capton will not switch tabs if mouse cursor is on a lobby.
888/Party/StarsCaption Quote
12-21-2020 , 10:59 AM
Quote:
Originally Posted by LikeAA
Anom1c, use these formulas:
Geometric over 3 streets: x(((2*effStack/pot+1)^(1/3)-1)/2)
Geometric over 2 streets: x(((2*effStack/pot+1)^(1/2)-1)/2)
Hi,
Is there a way to set this in big blinds instead of percentages? How?

Thanks.
888/Party/StarsCaption Quote
12-21-2020 , 01:53 PM
Evil_Invader, if you want to display this value in HUD, you can divide it to bb and you will see value in big blinds.
If you want to use it in betting hotkeys or HUD betting buttons, then you have to use these formulas.
888/Party/StarsCaption Quote

      
m