Menu

Tree [06c899] default tip /
 History

Read Only access


File Date Author Commit
 main 2013-03-26 ZalewaPL ZalewaPL [06c899] - Created initial skeleton for level editor.
 resources 2013-03-11 ZalewaPL ZalewaPL [59e8c4] - Added "complete level" powerup.
 .hgignore 2013-03-03 ZalewaPL ZalewaPL [79df06] - Added CEGUI.log to the ignored files list.
 CHANGELOG.txt 2013-03-01 Robert@CAMERON Robert@CAMERON [4090ee] - Initial code commit.
 LICENSE.appdirs.txt 2013-03-05 ZalewaPL ZalewaPL [187cd8] - Added "appdirs" library. It can be used in th...
 LICENSE.resources.txt 2013-03-11 ZalewaPL ZalewaPL [59e8c4] - Added "complete level" powerup.
 LICENSE.txt 2013-03-01 Robert@CAMERON Robert@CAMERON [4090ee] - Initial code commit.
 README.txt 2013-03-10 ZalewaPL ZalewaPL [fab3e0] - Created README.txt.
 plugins.cfg 2013-03-10 ZalewaPL ZalewaPL [fab3e0] - Created README.txt.
 resources.cfg 2013-03-03 ZalewaPL ZalewaPL [76aae7] - Added initial CEGUI resources and controllers...
 yarkanc.py 2013-03-03 ZalewaPL ZalewaPL [f66c21] - Added shebang to the game's "executable/entry...

Read Me

===============================================================================
Yarkanc
Yet Another Arkanoid Clone
2013 - ZalewaPL (zalewapl@gmail.com)
https://sourceforge.net/projects/yarkanc/
===============================================================================
LIST OF CONTENTS
1. Troubleshooting.
2. Getting the Source Code to Work.

===============================================================================
1. Troubleshooting.

Q: I was able to perform the initial configuration but now game crashes upon
   startup.
A: Did you pick OpenGL as your rendering system?
   On some computers crash is experienced when trying to display CEGUI in
   OpenGL. I recommend switching to Direct3D. Delete ogre.cfg file and run the
   game again, then pick Direct3D as rendering system.

===============================================================================
2. Getting the Source Code to Work.

Yarkanc was developed with following tools:
- Python 2.7.4 x86
- Python-Ogre 1.7.2 x86

Follow installation instructions for these tools, then run yarkanc.py.
If something is missing then console output should contain appropriate info.