Gamebuilder
Pageobject for EQdkp Plus, which allows creating the basic structure of games using a GUI
- Put the file
gamebuilder_pageobject.class.phpinto the foldercore/pageobjects/of a EQdkp Plus installation - Put the file
gamebuilder.htmlinto the foldertemplates/base_template/of the same EQdkp Plus installation - Open the file
core/routing.class.phpand extend the$arrStaticRoutesarray (Line 30) by adding'gamebuilder' => 'gamebuilder',into the array.
private $arrStaticRoutes = array(
'settings' => 'settings',
'login' => 'login',
'mycharacters' => 'mycharacters',
'search' => 'search',
[...]
'gamebuilder' => 'gamebuilder',
);
- Replace our URls, e.g. in https://github.com/EQdkpPlus/misc-gamebuilder/blob/main/gamebuilder_pageobject.class.php#L49, with your URL of the Gamebuilder