EQdkpPlus / misc-gamebuilder

Gamebuilder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

misc-gamebuilder

Gamebuilder

Pageobject for EQdkp Plus, which allows creating the basic structure of games using a GUI

Usage

  • Put the file gamebuilder_pageobject.class.php into the folder core/pageobjects/ of a EQdkp Plus installation
  • Put the file gamebuilder.html into the folder templates/base_template/ of the same EQdkp Plus installation
  • Open the file core/routing.class.php and extend the $arrStaticRoutes array (Line 30) by adding 'gamebuilder' => 'gamebuilder', into the array.
		private $arrStaticRoutes = array(
			'settings'		=> 'settings',
			'login'			=> 'login',
			'mycharacters'	=> 'mycharacters',
			'search'		=> 'search',
			[...]
			'gamebuilder' 	=> 'gamebuilder',
		);

About

Gamebuilder

License:GNU Affero General Public License v3.0


Languages

Language:PHP 57.1%Language:HTML 42.9%