enable_3d parameter in gameinfos.inc.php

Game development with Board Game Arena Studio
Post Reply
User avatar
Emanuele Ornella
Posts: 23
Joined: 09 January 2016, 19:07

enable_3d parameter in gameinfos.inc.php

Post 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
User avatar
lordalx
Posts: 205
Joined: 03 March 2015, 21:15

Re: enable_3d parameter in gameinfos.inc.php

Post 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
User avatar
Emanuele Ornella
Posts: 23
Joined: 09 January 2016, 19:07

Re: enable_3d parameter in gameinfos.inc.php

Post by Emanuele Ornella »

Thank you!
I was missing that page.
Ema
Post Reply

Return to “Developers”