diff --git a/Mage.Client/release/readme.txt b/Mage.Client/release/readme.txt index c7446f67af..eeba07fd9e 100644 --- a/Mage.Client/release/readme.txt +++ b/Mage.Client/release/readme.txt @@ -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. diff --git a/Mage.Client/src/main/java/mage/client/dialog/AboutDialog.form b/Mage.Client/src/main/java/mage/client/dialog/AboutDialog.form index 49378c182c..c4c3c363e7 100644 --- a/Mage.Client/src/main/java/mage/client/dialog/AboutDialog.form +++ b/Mage.Client/src/main/java/mage/client/dialog/AboutDialog.form @@ -82,7 +82,7 @@ - + diff --git a/Mage.Client/src/main/java/mage/client/dialog/AboutDialog.java b/Mage.Client/src/main/java/mage/client/dialog/AboutDialog.java index 814f63c6fa..76224d4b63 100644 --- a/Mage.Client/src/main/java/mage/client/dialog/AboutDialog.java +++ b/Mage.Client/src/main/java/mage/client/dialog/AboutDialog.java @@ -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. "); diff --git a/Mage.Server/release/readme.txt b/Mage.Server/release/readme.txt index 83c3c9f64c..4eb395fe85 100644 --- a/Mage.Server/release/readme.txt +++ b/Mage.Server/release/readme.txt @@ -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. diff --git a/Mage.Server/release/server.msg.txt b/Mage.Server/release/server.msg.txt index 845102c9b5..c6bb6c677e 100644 --- a/Mage.Server/release/server.msg.txt +++ b/Mage.Server/release/server.msg.txt @@ -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). \ No newline at end of file +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. \ No newline at end of file