by pasita » Wed Feb 23, 2011 4:28 am
I try to add a column (via PT3 stat editor) referencing the player table. The column validates, I can use it as a stat, but HUD shows nothing.
The column never appears in holdem_cache (tried refreshing and rebuilding cache), it's not in the sql CREATE TABLE holdem_cache{....} where all the other columns, protected or self made, are. Result stays same whether I'm referencing player.player_name or player.my_selfmade_column.
Am I right to assume that
1) a column has to be in the cache to be usable by hud
2) it should appear in the cache when doing a refresh?
2) it should appear in the "create table" statement?
Also,
what is player_real, what seems to be referenced by some columns? For example, column str_player_name_real is player_real.player_name. Such table doesn't exist.