- Add documentation and change version number
This commit is contained in:
wagic.the.homebrew
2009-02-01 07:22:52 +00:00
parent 9454ac88fe
commit 0de5993836
4 changed files with 104 additions and 1 deletions

21
projects/mtg/doc/LICENSE Normal file
View File

@@ -0,0 +1,21 @@
Copyright (c) 2008-2009, WilLoW
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
* Neither the name of the author nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

View File

@@ -0,0 +1,82 @@
=====================================
Wagic The Homebrew ?! ver 0.4.0 by WilLoW
=====================================
THIS GAME IS A WORK IN PROGRESS, IT HAS BUGS
This game lets you play card games against an AI on your PSP,
you build a deck 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...
If you feel you have no artistic or coding skill, you can still help this project by donating money at http://wololo.net/wagic.
Thanks in advance for your support!
=====================================
INSTALL
=====================================
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.xx or HIGHER CUSTOM FIRMWARE is NECESSARY to play this game
=====================================
HOW TO PLAY
=====================================
Please read the manual 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 copyright infringing material, 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 folloewd 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.
Google or the wagic forum will help you if you have problems finding/installing card pictures.
=====================================
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
=====================================
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.

BIN
projects/mtg/doc/manual.odt Normal file

Binary file not shown.

View File

@@ -5,7 +5,7 @@
#include "../include/GameOptions.h"
#include "../include/GameApp.h"
static const char* GAME_VERSION = "WTH?! 0.3.2 - by WilLoW";
static const char* GAME_VERSION = "WTH?! 0.4.0 - by WilLoW";
#define ALPHA_WARNING 0
#define DEFAULT_ANGLE_MULTIPLIER 0.4