Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

UNO Wii: Difference between revisions

From GameBrew
m (HydeWing moved page Uno Wii to UNO Wii)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#seo:
|title=Wii Homebrew Games (Card) - GameBrew
|title_mode=append
|image=unowii.jpg
|image_alt=UNO
}}
{{Infobox Wii Homebrews
{{Infobox Wii Homebrews
|title=UNO
|title=UNO
|image=unowii.jpg
|image=unowii2.png
|description=Card game
|description=UNO card game.
|author=kriogeN
|author=kriogeN
|lastupdated=2008/08/28
|lastupdated=2008/08/28
Line 15: Line 9:
|license=Mixed
|license=Mixed
|download=https://dlhb.gamebrew.org/wiihomebrews/unowii.7z
|download=https://dlhb.gamebrew.org/wiihomebrews/unowii.7z
|website=
|website=https://wiibrew.org/wiki/UNO
|source=
|source=
}}
}}
This is the card game '''UNO'''!
This is the Uno card game, can be played by 2 to 4 players over the Internet (or local network). You can also play against 3 players controlled by the Wii.


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.
==User guide==
Game rules:
* If you cannot play a card you must draw before moving on, otherwise play a card in your deck.
* WILD DRAW 4 also loses a turn.
* No DRAW 2 accumulation.
* No card chains (Skip/Reverse/Draw).


'''Please note the below is a translation of the readme from Spanish to English and may contain errors.'''
Game settings:
*Edit the server.xml file and set the IP and port of the server you want to connect to (if you are going to act as a server you also have to configure it, but it can be the private IP instead of the public one).
*To change the font, change the font.ttf file to another ttf file.
*To add background music copy an OGG file like music.ogg in the same directory as the game.


== Features ==
Language:
* Added Sound and Music (V11)
*Game messages are now in the message.xml file, so it can be easily translated into other languages ​​(or customized).
* Resolved many online bugs (V11)
* Main Menu visibility (V11)
* Only allow .jpg format for cards (V10)
* New method to indicate the color of a Joker (V10)
* New cards by venps23 (V10)
* Unuseable cards appear transparent (V10)
* When not the players turn does not draw the card indicated by the cursor (V10)
* Changes in the format of the files to be able to allow different graphic formats (V9)
* Time between card and card that the players controlled by the Wii sent in Local mode (V8)
* Multiple decks supported (barajas.xml), change with B in the main menu (V7)
* Font Source in TrueType, can be changed by replacing TTF file (v7)
* Change in the format of some files (V6)
* Probability of when the Wii does not oppose nor says UNO (V6)
* Messages in the file mensajes.xml (V5)
* UNO Challenges/Oppositions (V4)
* Graphic improvement of the game (V3)


== Controls ==
== Controls ==
'''Wiimote:'''


{| class="wikitable"
B - Choose a card if it is possible to play, if you have a WILD select the color
|-
! Wiimote  !! Action
|-
| Wiimote B Button || Choose a card if it is possible to play. If you have a WILD select the color  
|-
| Wiimote 1 Button || Just like B but saying UNO!. It serves for when you skip your turn instead of button +
|-
| Wiimote 2 Button || Skip your turn.
|-
| Wiimote Minus Button || After skipping your turn you play a card
|-
| Wiimote Plus Button || After skipping your turn you do NOT play a card
|-
| Wiimote DPad Right|| Move your Deck to the right to see your cards
|-
| Wiimote DPad Left || Move your Deck to the left to see your cards
|-
| Wiimote DPad Down || You oppose a player (only on your turn). Choose the player whom you oppose. You can oppose several players on your turn
|}
 
==Media==
'''Similar gameplay'''
 
<youtube>hkII8mWTcJk</youtube>
 
== Rules ==
UNO! Classic:
 
* If you cannot play a card you must draw before moving on, otherwise play a card in your deck.
* WILD DRAW 4 also loses a turn
* No DRAW 2 accumulation
* No card chains (SKIP/REVERSE/DRAW)
 
== Acknowledgment ==
*To Deragonsu for his design of the original cards.
*To venps23 for his design of the cards.
 
== Pending Items ==
* Thoroughly test Online gameplay
* Other things, but something always gets in the way :P
 
== 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)
 
In order to use a different font replace fuente.ttf with another ttf.


In order to play music copy a musica.ogg file into the same directory as the game.
1 - Just like B but saying UNO! (it also works for when you skip your turn instead of the + button)


== Language ==
2 - Skip your turn


The messages in the game are in the file mensajes.xml; it can easily be translated to other languages (or customized)
Plus - After skipping your turn you play a card


Change the following files to support English:
Minus - After skipping your turn you do not play a card


barajas.xml
D-Pad Right/Left - Move your Deck to the right/left to see your cards
<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
D-Pad Down - Challenge a player (only on your turn, you can challenge several players on your turn)
<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
==Changelog==
<short_description>UNO Card Game</short_description>
'''V12'''
* Added sound and music (Regarding V11).
* Fixed many online bugs (Regarding V11).
* More visible main menu (Regarding V11).
* From now on only the JPG format is allowed in the letters (Regarding V10).
* New way to indicate the color of a wild card (Regarding V10).
* New backgrounds by venps23 (Regarding V10).
* The cards that you cannot use appear transparent (Regarding V10).
* When it is not your turn, the card indicated by the cursor is not drawn raised (Regarding V10).
* Changes in the file format to be able to allow different graphic formats (Regarding V9).
* Time between cards thrown by players controlled by the Wii in Local mode (Compared to V8).
* Multiple decks (barajas.xml file), with the B button you change it in the main menu (Regarding V7).
* Font in TrueType, if you want to change it, change the TTF file (Regarding V7).
* Change in the format of some files (Regarding V6).
* Probabilities that the Wii does not challenge or say UNO (Regarding V6).
* Messages in the message.xml file (Regarding V5).
* Challenges and One (Regarding V4).
* Graphic improvement of the game (Regarding V3).


<long_description>UNO Card Game, is the card game Uno, can play for 2-4 players via the Internet (or LAN). </long_description>
==Credits==
Acknowledgment:
*To Deragonsu for his original card design.
*To venps23 for his cards and for the game funds.


==External links==
==External links==
* Wiibrew - https://wiibrew.org/wiki/UNO
* WiiBrew - https://wiibrew.org/wiki/UNO

Latest revision as of 09:42, 9 March 2023

UNO
Unowii2.png
General
AuthorkriogeN
TypeCard
Version12
LicenseMixed
Last Updated2008/08/28
Links
Download
Website

This is the Uno card game, can be played by 2 to 4 players over the Internet (or local network). You can also play against 3 players controlled by the Wii.

User guide

Game rules:

  • If you cannot play a card you must draw before moving on, otherwise play a card in your deck.
  • WILD DRAW 4 also loses a turn.
  • No DRAW 2 accumulation.
  • No card chains (Skip/Reverse/Draw).

Game settings:

  • Edit the server.xml file and set the IP and port of the server you want to connect to (if you are going to act as a server you also have to configure it, but it can be the private IP instead of the public one).
  • To change the font, change the font.ttf file to another ttf file.
  • To add background music copy an OGG file like music.ogg in the same directory as the game.

Language:

  • Game messages are now in the message.xml file, so it can be easily translated into other languages ​​(or customized).

Controls

Wiimote:

B - Choose a card if it is possible to play, if you have a WILD select the color

1 - Just like B but saying UNO! (it also works for when you skip your turn instead of the + button)

2 - Skip your turn

Plus - After skipping your turn you play a card

Minus - After skipping your turn you do not play a card

D-Pad Right/Left - Move your Deck to the right/left to see your cards

D-Pad Down - Challenge a player (only on your turn, you can challenge several players on your turn)

Changelog

V12

  • Added sound and music (Regarding V11).
  • Fixed many online bugs (Regarding V11).
  • More visible main menu (Regarding V11).
  • From now on only the JPG format is allowed in the letters (Regarding V10).
  • New way to indicate the color of a wild card (Regarding V10).
  • New backgrounds by venps23 (Regarding V10).
  • The cards that you cannot use appear transparent (Regarding V10).
  • When it is not your turn, the card indicated by the cursor is not drawn raised (Regarding V10).
  • Changes in the file format to be able to allow different graphic formats (Regarding V9).
  • Time between cards thrown by players controlled by the Wii in Local mode (Compared to V8).
  • Multiple decks (barajas.xml file), with the B button you change it in the main menu (Regarding V7).
  • Font in TrueType, if you want to change it, change the TTF file (Regarding V7).
  • Change in the format of some files (Regarding V6).
  • Probabilities that the Wii does not challenge or say UNO (Regarding V6).
  • Messages in the message.xml file (Regarding V5).
  • Challenges and One (Regarding V4).
  • Graphic improvement of the game (Regarding V3).

Credits

Acknowledgment:

  • To Deragonsu for his original card design.
  • To venps23 for his cards and for the game funds.

External links

Advertising: