Changes

1,480 bytes added ,  08:17, 21 August 2022
Moved link to Wayback Machine
Line 1: Line 1: −
{{Infobox homebrewapp
+
{{Infobox homebrew
 
| title      = Uno
 
| title      = Uno
| image      = [[Image:UnoCardBack.JPG]]
+
| image      = [[File:UnoCardBack.JPG]]
| desc        = Multiplayer Uno Card Game
+
| type        = card game
| type        = Game
   
| author      = [[User:kriogeN|kriogeN]]
 
| author      = [[User:kriogeN|kriogeN]]
| download    = [http://kriogen.googlepages.com/UNOV12.rar Uno v12 Download]
+
| version    = 12
| source      = Unknown
+
| download    = https://web.archive.org/web/20170828060011/https://wii.nintendomax.com/Homebrews/Jeux/Uno/UNO.rar
 +
| source      =  
 
| peripherals = {{Wiimote1}} {{FrontSD}} {{WiFi}} {{Internet}}
 
| peripherals = {{Wiimote1}} {{FrontSD}} {{WiFi}} {{Internet}}
| hbb        = 1
+
| hbb        = yes
 
}}
 
}}
 +
This is the card game '''UNO'''!
   −
Please note the below is a translation of the read me from spanish to english and may contain errors.
+
You can play 2-4 players through the Internet (or a local network). It can be played against 3 other players controlled by the Wii.
   −
==Description==
+
''Please note the below is a translation of the read me from Spanish to English and may contain errors.''
This is the card game Uno, 2 to 4 people can play via the Internet (or local area network). You can also play against 3  computer controlled opponents.
     −
==Controls==
+
== Controls ==
    
{| class="wikitable"
 
{| class="wikitable"
Line 22: Line 22:  
! {{Wiimote}} !! Action
 
! {{Wiimote}} !! Action
 
|-
 
|-
| {{WiimoteBButton}} || Play a card if you can play it. If you play a wildcard choose the color.
+
| {{WiimoteBButton}} || Choose a card if it is possible to play. If you have a WILD select the color  
 
|-
 
|-
| {{Wiimote1Button}} || Play a card if you can play it saying UNO. If you play a wildcard choose the color.
+
| {{Wiimote1Button}} || Just like B but saying UNO!. It serves for when you skip your turn instead of button +
 
|-
 
|-
 
| {{Wiimote2Button}} || Skip your turn.
 
| {{Wiimote2Button}} || Skip your turn.
 
|-
 
|-
| {{WiimoteMinusButton}} || If after skipping your turn has brought a letter that you can make, not the pones.
+
| {{WiimoteMinusButton}} || After skipping your turn you play a card
 
|-
 
|-
| {{WiimotePlusButton}} || If after skipping your turn has brought a letter that you can put the pones.
+
| {{WiimotePlusButton}} || After skipping your turn you do NOT play a card
 
|-
 
|-
| {{WiimoteDPadRight}}|| Moves your hand on your right to see more cards.
+
| {{WiimoteDPadRight}}|| Move your Deck to the right to see your cards
 
|-
 
|-
| {{WiimoteDPadLeft}} || Move your hand to the left to see more cards.
+
| {{WiimoteDPadLeft}} || Move your Deck to the left to see your cards
 
|-
 
|-
| {{WiimoteDPadDown}} || Catch a player not saying UNO. Select the player you want to catch.
+
| {{WiimoteDPadDown}} || You oppose a player (only on your turn). Choose the player whom you oppose. You can oppose several players on your turn
 
|}
 
|}
   −
==Configurations==  
+
== Configurations ==
 
Edit server.xml and change the server's IP and port with the one you want to connect to (if you're going to act as a server you also have to configure, but the IP can be private rather than public)
 
Edit server.xml and change the server's IP and port with the one you want to connect to (if you're going to act as a server you also have to configure, but the IP can be private rather than public)
   −
NEW IN V6: Strings in mensajes.xml.
+
In order to use a different font replace fuente.ttf with another ttf.
   −
==Rules==  
+
In order to play music copy a musica.ogg file into the same directory as the game.
 +
 
 +
== Language ==
 +
 
 +
The messages in the game are in the file mensajes.xml; it can easily be translated to other languages (or customized)
 +
 
 +
Change the following files to support English:
 +
 
 +
barajas.xml
 +
<source lang=xml>
 +
<?xml version="1.0"?>
 +
<baraja nombre='Card Deck by Deragonsu'  ruta='cartas/deragonsu/'/>
 +
<baraja nombre='Card Deck by Venps23'  ruta='cartas/venps23/'/>
 +
</source>
 +
 
 +
mensajes.xml
 +
<source lang=xml>
 +
<?xml version="1.0"?>
 +
<mensaje mensaje='PLAYER'/>
 +
<mensaje mensaje='UNO! PLAYER'/>
 +
<mensaje mensaje='OPPOSED UNO! OF PLAYER'/>
 +
<mensaje mensaje='YOU WISH TO FINISH PLAYING?'/>
 +
<mensaje mensaje='REMAINING CARD?'/>
 +
<mensaje mensaje='WAITING FOR CONNECTION CLIENT 1'/>
 +
<mensaje mensaje='CONNECTED CLIENT'/>
 +
<mensaje mensaje='INITIALIZING NETWORK'/>
 +
<mensaje mensaje='RECEIVING LETTER'/>
 +
<mensaje mensaje='1. NETWORK 2 PLAYERS'/>
 +
<mensaje mensaje='2. NETWORK 3 PLAYERS'/>
 +
<mensaje mensaje='-. NETWORK 4 PLAYERS'/>
 +
<mensaje mensaje='+. CLIENT GAME'/>
 +
<mensaje mensaje='A. LOCAL GAME'/>
 +
<mensaje mensaje='PRESS HOME TO EXIT'/>
 +
<mensaje mensaje='THE WINNER IS PLAYER'/>
 +
<mensaje mensaje='PRESS 1 TO RETURN TO MAIN MENU'/>
 +
<mensaje mensaje='B. CHANGE DECK'/>
 +
</source>
 +
 
 +
meta.xml
 +
<short_description>UNO Card Game</short_description>
 +
 
 +
<long_description>UNO Card Game, is the card game Uno, can play for 2-4 players via the Internet (or LAN). </long_description>
 +
 
 +
== Rules ==
 
UNO! Classic:
 
UNO! Classic:
   Line 52: Line 95:  
* No card chains (SKIP/REVERSE/DRAW)
 
* No card chains (SKIP/REVERSE/DRAW)
   −
==Acknowledgement==  
+
== Acknowledgment ==
 
To Deragonsu for his design of the original cards.
 
To Deragonsu for his design of the original cards.
    
To venps23 for his design of the cards.
 
To venps23 for his design of the cards.
   −
==Pending Items==  
+
== Pending Items ==
 
* Thoroughly test Online gameplay
 
* Thoroughly test Online gameplay
 
* Other things, but something always gets in the way :P
 
* Other things, but something always gets in the way :P
   −
==Features==  
+
== Features ==
 
* Added Sound and Music (V11)
 
* Added Sound and Music (V11)
 
* Resolved many online bugs (V11)
 
* Resolved many online bugs (V11)
685

edits