You are on page 1of 3

===================================== Wagic The Homebrew ?! ver 0.14.

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 e ach time you beat your opponent. ===================================== DONATIONWARE ===================================== Wagic is free and open source, in the hope that it will bring more people to con tribute 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 and a "wagic_res" directoy in the PSP folder, containing a bunch of stuff A 3.71 or HIGHER CUSTOM FIRMWARE is NECESSARY to play this game, 5.00 m33 or hi gher is recommended NOTE: you don't need the .exe and the .dll files on the PSP, they are required f or the windows version only ===================================== INSTALL WINDOWS ===================================== unzip the file wherever you want on your hard drive and double-click on wagic.ex e If you get an error that says : gthis application has failed to start because the application configuration is incorrect h, 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 Res/sets/primitives/mtg.txt, 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 yo u can of course still use your own pictures to replace the default "text" versio n. 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 n ame 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 car d 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" optio n. Google or the wagic forum will help you if you have problems finding/installing card pictures. ===================================== TRANSLATION? ===================================== The first time you run Wagic, you are able to chose the language of your choice. This can be changed later on through the options menu Language files are in the Res/lang folder. If you can provide translations in other languages please contact us on the Wagi c forums. Due to limitations with the current fonts, only "latin 1" languages are supporte d. ===================================== SOURCES ===================================== The sources are available at http://code.google.com/p/wagic/ This project needs the JGE++ library. JGE++ has been discontinued, so the versio n included in the package has been slightly modified to fit the needs of this pr oject This library allows to compile the game for the PSP, Windows, or Linux The project is licensed under the BSD License

===================================== BUGS ===================================== 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 some computers. If you have a problem runnin g it, please look for help on the forums at http://wololo.net/forum Key mapping on Windows: ----------------------PSP ================== UP/DOWN/LEFT/RIGHT TRIANGLE SQUARE CIRCLE CROSS SELECT START HOME HOLD NOTE L R WINDOWS ================== Z/S/Q/D and UP/DOWN/LEFT/RIGHT I J L/SPACE K CTRL ENTER/ESC F1 F2 F3 A E

The default mapping can be changed in the options. Handle with care :)

You might also like