Updated some texts, changed from MAGE to XMage.

This commit is contained in:
LevelX2 2014-05-30 21:00:01 +02:00
parent 99a60c3063
commit 03f01bba3b
5 changed files with 30 additions and 26 deletions

View file

@ -1,17 +1,17 @@
MAGE - is an acronym for Magic, Another Game Engine
XMage - is an acronym for Extended - Magic, Another Game Engine
MAGE is a client/server implementation of a popular CCG without the collecting part.
XMage is a client/server implementation of a popular CCG without the collecting part.
The server hosts games and enforces the rules. The client creates or joins games,
displays the current state of a game in progress and sends user events to the server.
You will need to have the Java Runtime Environment Version 6 Update 10 or greater.
You will need to have the Java Runtime Environment Version 7 or greater.
You can download this from: http://java.com/
-----------------------------------------------------------------------------------
Installing and running MAGE
Installing and running XMage
You will need to download both the client and the server applications. These can be
obtained from http://code.google.com/p/magic--another-game-engine/downloads/list.
obtained from HTTP://XMage.info.
Extact the client and the server to separate folders.
To play a game you can either connect to a server or start your own server. To
@ -53,6 +53,8 @@ You can save or load a deck using the Save or Load buttons.
-----------------------------------------------------------------------------------
Notes
MAGE is still very much in the testing phase so there can be lots of bugs and/or
XMage is still in the testing phase so there can be bugs and/or
missing functionality. Please be patient. If you notice anything or want to
make suggestions please contact me at BetaSteward@googlemail.com
make suggestions please visit our board at
http://www.slightlymagic.net/forum/viewforum.php?f=70
and give us some feedback.

View file

@ -82,7 +82,7 @@
</Component>
<Component class="javax.swing.JLabel" name="jLabel2">
<Properties>
<Property name="text" type="java.lang.String" value="Courtesy: BetaSteward@googlemail.com. Site: http://176.31.186.181/"/>
<Property name="text" type="java.lang.String" value="Courtesy: BetaSteward@googlemail.com. Site: http://XMage.info/"/>
</Properties>
</Component>
<Component class="javax.swing.JLabel" name="jLabel3">

View file

@ -88,7 +88,7 @@ public class AboutDialog extends MageDialog {
lblVersion.setText("0.0.0");
jLabel2.setText("Courtesy: BetaSteward@googlemail.com. Site: http://176.31.186.181/");
jLabel2.setText("Courtesy: BetaSteward@googlemail.com. Site: http://XMage.info/");
jLabel3.setText("Devs: BetaSteward, Noxx, Eugen.Rivniy, North, LevelX2, Jeff, Plopman. ");

View file

@ -1,24 +1,23 @@
MAGE - is an acronym for Magic, Another Game Engine
XMage - is an acronym for Extended - Magic, Another Game Engine
MAGE is a client/server implementation of a popular CCG without the collecting part.
The server hosts games and enforces the rules. The client creates or joins games,
XMage is a client/server implementation of a popular CCG without the collecting part.
The server hosts games and enforces the rules. The client creates or joins games,
displays the current state of a game in progress and sends user events to the server.
You will need to have the Java Runtime Environment Version 7.x .
You will need to have the Java Runtime Environment Version 7 or greater.
You can download this from: http://java.com/
-----------------------------------------------------------------------------------
Installing and running MAGE
Installing and running XMage
You will need to download both the client and the server applications. These can be
obtained from
http://download.magefree.com
obtained from HTTP://XMage.info.
Extact the client and the server to separate folders.
To play a game you can either connect to a server or start your own server. To
connect to a server you will need to know the server name or IP address and the port.
To start a server run the startServer.bat command. If you want to use a different
port or change the timeout setting then modify the config.properties file in the
To start a server run the startServer.bat command. If you want to use a different
port or change the timeout setting then modify the config.properties file in the
config folder.
To launch the client run the startClient.bat command. Click on the connect button on
@ -42,17 +41,20 @@ graveyard by clicking on the graveyard count.
-----------------------------------------------------------------------------------
Deck editor
A deck editor is available by clicking on the Deck Editor button on the
A simple deck editor is available by clicking on the Deck Editor button on the
toolbar. All the available cards are displayed in the top section. Your deck
and sideboard are displayed at the bottom. To add a card to your deck double
click on the card in the top section. To remove it from your deck double click
on the card in the deck area.
on the card in the deck area. The sideboard section is not ready yet (don't
worry it's coming soon).
You can save or load a deck using the Save or Load buttons.
-----------------------------------------------------------------------------------
Notes
If you notice anything or want to make suggestions
goto https://github.com/magefree/mage/issues
XMage is still in the testing phase so there can be bugs and/or
missing functionality. Please be patient. If you notice anything or want to
make suggestions please visit our board at
http://www.slightlymagic.net/forum/viewforum.php?f=70
and give us some feedback.

View file

@ -1,4 +1,4 @@
Welcome! You are playing Mage version 1.3.0
Welcome! You are playing XMage version 1.3.0
Find what was changed since previous versions on project Wiki https://github.com/magefree/mage/wiki
Contact us on the MAGE board of www.slightlymagic.net for bug reports or enhancement requests.
Download newest version from http://176.31.186.181 (it's the IP of the public server).
Contact us on the XMAGE board of http://www.slightlymagic.net/forum/viewforum.php?f=70 for bug reports or enhancement requests.
Download newest version from http://XMage.info.