Any way to record data across all tables of a game?

Game development with Board Game Arena Studio
Post Reply
User avatar
Idsky
Posts: 132
Joined: 16 April 2020, 16:49

Any way to record data across all tables of a game?

Post by Idsky »

I'm fairly sure this is not possible and game tables are sandboxed for good reasons, but is there any way for game code to record / retrieve data outside of just the current table / game?

The game stats are write-only I believe.

I had a question from a game designer about using player choices from previous games to affect scoring on the current table of a game.
vincentt
Posts: 254
Joined: 01 September 2017, 17:25

Re: Any way to record data across all tables of a game?

Post by vincentt »

Hi,

Don't think it's possible. Also how can it be fair in term of arena / ELO?
Like the first player ever to do something will earn more victory points than the other doing this combo later on? =/

Vincent
User avatar
Een
Posts: 3861
Joined: 16 June 2010, 19:52

Re: Any way to record data across all tables of a game?

Post by Een »

This looks like a campaign. You may want to look into the Legacy games API described on this page https://en.doc.boardgamearena.com/Main_ ... e.game.php
User avatar
Idsky
Posts: 132
Joined: 16 April 2020, 16:49

Re: Any way to record data across all tables of a game?

Post by Idsky »

Een wrote: 24 August 2021, 08:24 This looks like a campaign. You may want to look into the Legacy games API described on this page https://en.doc.boardgamearena.com/Main_ ... e.game.php
Thanks, that's very interesting but in this case the designer was wanting to use all previous game data to get a kind of crowd-sourced ranking of available choices, not specific to any one past or present player.
User avatar
Een
Posts: 3861
Joined: 16 June 2010, 19:52

Re: Any way to record data across all tables of a game?

Post by Een »

I think something like this has been done for Trek 12 (using player id 0) to propose rankings in solo mode, so you might want to check this project on the studio.
Post Reply

Return to “Developers”