How can I set the default game duration?

Game development with Board Game Arena Studio
Post Reply
User avatar
Vikti
Posts: 7
Joined: 08 January 2021, 23:56

How can I set the default game duration?

Post by Vikti »

Is it possible to change the default game length for "Normal" mode? By default it's 3 minutes, and I could not find any related option in `gameinfos.inc.php`.
User avatar
RicardoRix
Posts: 2541
Joined: 29 April 2012, 23:43

Re: How can I set the default game duration?

Post by RicardoRix »

// Time in second add to a player when "giveExtraTime" is called (speed profile = fast)
'fast_additional_time' => 30,

// Time in second add to a player when "giveExtraTime" is called (speed profile = medium)
'medium_additional_time' => 40,

// Time in second add to a player when "giveExtraTime" is called (speed profile = slow)
'slow_additional_time' => 50,
User avatar
Vikti
Posts: 7
Joined: 08 January 2021, 23:56

Re: How can I set the default game duration?

Post by Vikti »

These are the additional(!) times, I'd like to set the default, starting time.
User avatar
RicardoRix
Posts: 2541
Joined: 29 April 2012, 23:43

Re: How can I set the default game duration?

Post by RicardoRix »

I assume it's a multiple of those values.
Post Reply

Return to “Developers”