=====================================
Wagic The Homebrew ?! ver 0.9.1  by wololo
=====================================

This game lets you play card games against an AI on your PSP,
you build decks with your initial collection, and win credits to buy new cards each time you beat your opponent.

=====================================
DONATIONWARE
=====================================
Wagic is free and open source, in the hope that it will bring more people to contribute to the project with code, cards, graphics, sounds, etc...
you can also help this project by donating money at http://wololo.net/wagic.
Thanks in advance for your support!

=====================================
INSTALL PSP
=====================================
copy the "psp" folder at the root of you PSP.
You should end up with a folder "wth" in your GAME directory.
"wth" should contain an EBOOT.PBP file and a "Res" subdirectoy, containing a bunch of stuff

A  3.71 or HIGHER CUSTOM FIRMWARE is NECESSARY to play this game

NOTE: you don't need the .exe and the .dll files on the PSP, they are required for the windows version only 


=====================================
INSTALL WINDOWS
=====================================
unzip the file wherever you want on your hard drive and double-click on wth091.exe

If you get an error that says : gthis application has failed to start because the application configuration is incorrecth, 
you probably need to install the following  Visual++ package from microsoft at: 
http://www.microsoft.com/downloadS/details.aspx?familyid=A5C84275-3B97-4AB7-A40D-3802B2AF5FC2&displaylang=en

If you still have problems, check the  wagic forums


=====================================
HOW TO PLAY
=====================================
Please read the manual.pdf to see how to play


=====================================
CAN I ADD NEW CARDS ?
=====================================
Yes, you can find information about that on my blog at http://wololo.net/wagic
A fair amount of cards can be added to the game without any programming skills.
If you're motivated enough, have a look at _cards.dat, or even better, at the source code.


=====================================
WHERE ARE THE CARD PICTURES ?
=====================================
New releases of Wagic do not include card pictures due to legal concerns, but you can of course still use your own pictures to replace the default "text" version.
card pictures have to be in the following format:

200x285 jpeg for "big" pictures
45x64 jpeg for thumbnails
pictures must be in the Set subdirectory of the card they represent, and their name is the id of the card they represent.
for example, if a card named "air elemental", in the Set directory "RV" has the following id:1189, then you'll need a 200x285 jpeg file named "1189.jpg" in the Res/Sets/RV directory, and a 45x64 jpeg file named "1189.jpg" in the Res/Sets/RV/thumbnails directory.

Pictures representing tokens have the following naming convention: id of the card that created them followed by a "t". 
For example, if a card name "the hive" has the ability to create tokens and the id 1138, token pictures generated by this card have to be named "1138t.jpg", and respect the same size conventions as the other cards. 

You can also put the images in a zip file with the following structure:
Sets/[SETNAME]/[SETNAME].zip
For example, Sets/RV/RV.zip
Files inside the zip should have the following pattern:
*.jpg
thumbnails/*.jpg
For example: Sets/RV/RV.zip/1234.jpg and Sets/RV/RV.zip/thumbnails/1234.jpg
It is highly recommended to NOT compress the zip, but just use the "store" option.

Google or the wagic forum will help you if you have problems finding/installing card pictures.


=====================================
TRANSLATION?
=====================================
French(Francais),German(Deutsch), Italian and Spanish language files are available in the "lang" folder. Check the land/README.txt for instructions.
If you can provide translations in other languages please contact us on the Wagic forums.
Due to limitations with the current fonts, only "latin 1" languages are supported.


=====================================
SOURCES
=====================================
The sources are available at http://code.google.com/p/wagic/
This project needs the JGE++ library. JGE++ has been discontinued, so the version included in the package has been slightly modified to fit the needs of this project
This library allows to compile the game for the PSP, Windows, or Linux

The project is licensed under the BSD License


=====================================
BUGS
=====================================
If you get a purple screen at startup, please try to relaunch the game a couple times, it might go away.
If it doesn't work, try to swap your EBOOT.PBP with alternate.PBP, and see if it solves the issue. 
We are working hard to solve this bug, if you think you can help, please contact me on my blog.


http://wololo.net/wagic/bugs

=====================================
MORE INFO
=====================================
http://wololo.net/wagic


=====================================
CREDITS
=====================================
Credits for the graphics and sounds can be found in the options of the game.


=====================================
EXTRA INFORMATION FOR WINDOWS
=====================================
The windows version may not work on most computers. If you have a problem running it, please look for help on the forums at
http://wololo.net/forum

The windows version was initially made for testers only. If you want to play Wagic in good conditions, play it on your PSP.
If you want to play a Magic the gathering game with an AI on your PC, give a try to MTGForge


Key mapping on Windows:
-----------------------

PSP                     WINDOWS
==================      ==================
UP/DOWN/LEFT/RIGHT      Z/S/Q/D and  UP/DOWN/LEFT/RIGHT
TRIANGLE                I
SQUARE                  J
CIRCLE                  L/SPACE
CROSS                   K
SELECT                  CTRL
START                   ENTER/ESC
HOME                    F1
HOLD                    F2
NOTE                    F3
L                       A
R                       E

The mappings can be changed only by recompiling the JGE library from the sources, sorry :(
They are adapted to french keyboards, but should be mostly alright with Qwerty :)