Page 1 of 1

display starting stack in HUD

PostPosted: Mon Nov 18, 2024 9:13 pm
by maggu5
Hey, I've been playing around to add my starting stack value to replayer HUD

Has anyone been able to do it - I'd appreciate any hints :)

Re: display starting stack in HUD

PostPosted: Mon Nov 18, 2024 9:13 pm
by maggu5
I have a column 'starting_stack' for this in tourney_hand_summary

just not sure how to display it in HUD

Re: display starting stack in HUD

PostPosted: Tue Nov 19, 2024 8:18 am
by Flag_Hippo
maggu5 wrote:I have a column 'starting_stack' for this in tourney_hand_summary

It's under 'tourney_summary' and not 'tourney_hand_summary'.
maggu5 wrote:just not sure how to display it in HUD

Unfortunately that isn't possible and the column is a placeholder which doesn't contain any data at this time.

Re: display starting stack in HUD

PostPosted: Thu Nov 21, 2024 2:17 am
by maggu5
I created starting_stack column via SQL query in pgadmin

So its just the number from starting_stack related to hand_id that needs to be displayed not the sum
I am curios how to make it happen

Re: display starting stack in HUD

PostPosted: Thu Nov 21, 2024 6:53 am
by Flag_Hippo
Unfortunately I don't know of a method to achieve that.

highfalutin