mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Updated some texts, changed from MAGE to XMage.
This commit is contained in:
parent
99a60c3063
commit
03f01bba3b
5 changed files with 30 additions and 26 deletions
|
@ -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,
|
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.
|
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/
|
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
|
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.
|
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
|
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
|
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
|
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.
|
||||||
|
|
|
@ -82,7 +82,7 @@
|
||||||
</Component>
|
</Component>
|
||||||
<Component class="javax.swing.JLabel" name="jLabel2">
|
<Component class="javax.swing.JLabel" name="jLabel2">
|
||||||
<Properties>
|
<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>
|
</Properties>
|
||||||
</Component>
|
</Component>
|
||||||
<Component class="javax.swing.JLabel" name="jLabel3">
|
<Component class="javax.swing.JLabel" name="jLabel3">
|
||||||
|
|
|
@ -88,7 +88,7 @@ public class AboutDialog extends MageDialog {
|
||||||
|
|
||||||
lblVersion.setText("0.0.0");
|
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. ");
|
jLabel3.setText("Devs: BetaSteward, Noxx, Eugen.Rivniy, North, LevelX2, Jeff, Plopman. ");
|
||||||
|
|
||||||
|
|
|
@ -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.
|
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,
|
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.
|
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/
|
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
|
You will need to download both the client and the server applications. These can be
|
||||||
obtained from
|
obtained from HTTP://XMage.info.
|
||||||
http://download.magefree.com
|
|
||||||
Extact the client and the server to separate folders.
|
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
|
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.
|
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
|
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
|
port or change the timeout setting then modify the config.properties file in the
|
||||||
config folder.
|
config folder.
|
||||||
|
|
||||||
To launch the client run the startClient.bat command. Click on the connect button on
|
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
|
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
|
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
|
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
|
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.
|
You can save or load a deck using the Save or Load buttons.
|
||||||
|
|
||||||
-----------------------------------------------------------------------------------
|
-----------------------------------------------------------------------------------
|
||||||
Notes
|
Notes
|
||||||
|
|
||||||
If you notice anything or want to make suggestions
|
XMage is still in the testing phase so there can be bugs and/or
|
||||||
goto https://github.com/magefree/mage/issues
|
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.
|
||||||
|
|
|
@ -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
|
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.
|
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://176.31.186.181 (it's the IP of the public server).
|
Download newest version from http://XMage.info.
|
Loading…
Reference in a new issue