README
_____ ____ _
/ ___/___/ __/__ ___ _(_)__ ___
/ (_ /___/ _// _ \/ _ `/ / _ \/ -_)
\___/ /___/_//_/\_, /_/_//_/\__/
/___/
GloryLands Web-Based MMORPG Engine
Version 0.6 Beta - Chaos Milestone, 10 Oct 2009
SourceForge Link: http://sourceforge.net/projects/glorylandsweb-b/
Project Website: http://www.glorylands.gr/
=======================================================================
1.About G-Engine
=======================================================================
G-Engine is the core of the GloryLands. It is an open-source engine,
developed by John Haralampidis. It provides the base plaform on with
developers can build any kind of game.
The main advantage of the engine is the innovative PHP-JS interaction
mechanism that allows PHP and Javascript to interact transparenlty. This
minimizes the extra synchronization script and lets you focus on what's
important for YOUR game.
=======================================================================
2.Installing G-Engine
=======================================================================
-----------------------------------------------------------------------
2.1 Requirements
-----------------------------------------------------------------------
Server:
- A Web browser like Apache (Recommended) or IIS
- PHP 5.2.x or later
- MySQL 5 or later
- A PHP Accelerator is highly recommended, such as:
- eAccelerator (Tested and recommended)
- Alternative PHP Cache - APC
- XCache
Client:
- Any browser with Javascript compatibility
-----------------------------------------------------------------------
2.2 Installation procedure
-----------------------------------------------------------------------
How to install the G-Engine:
1) Extract the contents of the archive to your webserver.
2) Create a new database using UTF-8 encoding on your MySQL database.
3) Create a new user and give full access permissions to him.
4) Import the sql/install.sql into the new database.
There is no a simple way to install modules (yet) :)
=======================================================================
3.Revision log
=======================================================================
[0.6 Alpha - Under development]
- The GloryLands game is separated from the engine
- The whole engine is reformed in order to provide simpler development
- No changes or bug fixes are appliable here
[0.5 Beta Release]
- The latest public release of the GloryLands game
=======================================================================
4.Author
=======================================================================
GloryLands is written by John Haralampidis <wavesoft@users.sourceforge.net>
Since the game is really big, any help will be really appreciated ;)
=======================================================================
5.Copyright Notice
=======================================================================
The game graphics were found on the internet by free to use (or claiming so) material.
If you think that there might be a copyright violation please let me know
as soon as possible on <wavesoft@users.sourceforge.net>
=======================================================================
6.GNU/GPL Licence
=======================================================================
GloryLands, a Web-Based, Massive Multiplayer Online RPG/Strategy Game
Copyright (C) 2008 John Haralampidis <johnys2@gmail.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
|