Page 1 of 1

enable_3d parameter in gameinfos.inc.php

Posted: 19 June 2020, 08:25
by Emanuele Ornella
In the pre-release checklist
http://en.doc.boardgamearena.com/Pre-release_checklist
it is said:
"Test your game in 3D mode (if it makes sense; 3D mode can also be disabled through the 'enable_3d' parameter for gameinfos.inc.php, but if it "mostly works", it can be nice to keep it activated even if 2D is more appropriate for the game, just because it's fun to look at)"

How can I disable it?
I do not see any documentation in here http://en.doc.boardgamearena.com/Game_m ... os.inc.php or in the file itself...

The only parameters I can see are about the BGA sandbox which I is said not to touch....
Any help?

Ema

Re: enable_3d parameter in gameinfos.inc.php

Posted: 19 June 2020, 10:02
by lordalx
Hi.

According to http://en.doc.boardgamearena.com/3D, simply add the following line in your "gameinfos.inc.php" file :

Code: Select all

'enable_3d' => false,
Regards

Re: enable_3d parameter in gameinfos.inc.php

Posted: 19 June 2020, 13:48
by Emanuele Ornella
Thank you!
I was missing that page.
Ema