Same Guy in same Trouble
Posted: 18 January 2025, 13:54
Hello BGA Community,
I'm experiencing a loading issue with my new game. Here are the details:
I've removed all TPL files
Templates are now defined directly in my JavaScript file
The game technically launches but displays a blank screen
When inspecting the page, no errors appear in the console
I've verified that:
- Files are correctly named
- Paths are configured
- Basic data seems correct
Any guidance or insights would be greatly appreciated!
Here my structure :
Folders:
img
misc
modules (empty)
Files:
LICENCE_BGA
_ide_helper.php
constants.inc.php
dbmodel.sql
gameinfos.inc.php
gameoptions.inc.php (empty)
gameoptions.json
gamepreferences.json
material.inc.php
pcea.action.php
pcea.css
pcea.game.php
pcea.gameoptions.inc.php
pcea.gameview.html
pcea.js
pcea.view.php
states.inc.php
stats.inc.php
stats.json
version.php
I'm experiencing a loading issue with my new game. Here are the details:
I've removed all TPL files
Templates are now defined directly in my JavaScript file
The game technically launches but displays a blank screen
When inspecting the page, no errors appear in the console
I've verified that:
- Files are correctly named
- Paths are configured
- Basic data seems correct
Any guidance or insights would be greatly appreciated!
Here my structure :
Folders:
img
misc
modules (empty)
Files:
LICENCE_BGA
_ide_helper.php
constants.inc.php
dbmodel.sql
gameinfos.inc.php
gameoptions.inc.php (empty)
gameoptions.json
gamepreferences.json
material.inc.php
pcea.action.php
pcea.css
pcea.game.php
pcea.gameoptions.inc.php
pcea.gameview.html
pcea.js
pcea.view.php
states.inc.php
stats.inc.php
stats.json
version.php