More actions
No edit summary |
m (Text replacement - "type=Role playing" to "type=Role Playing") |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Wii Homebrews | {{Infobox Wii Homebrews | ||
|title=Meritous | |title=Meritous | ||
|image= | |image=meritouswii2.png | ||
|description=An action-adventure / dungeon | |description=An action-adventure/dungeon crawler game. | ||
|author=suloku | |author=suloku | ||
|lastupdated=2009/06/30 | |lastupdated=2009/06/30 | ||
|type=Role | |type=Role Playing | ||
|version=1.2 Wii R2 | |version=1.2 Wii R2 | ||
|license=GPL-3.0 | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/wiihomebrews/meritouswii.7z | |download=https://dlhb.gamebrew.org/wiihomebrews/meritouswii.7z?k33p0fil35 | ||
|website= | |website=https://code.google.com/archive/p/meritous-wii/ | ||
|source=https://code.google.com/archive/p/meritous-wii/ | |source=https://code.google.com/archive/p/meritous-wii/ | ||
}} | }} | ||
Meritous Wii is a port of Lancer-X/ASCEIS's [http://www.asceai.net/meritous/ Meritous] to the Wii using SDL. | |||
==User guide== | |||
===Cheats=== | |||
"Those who seek power, should have been granted with a great sense of coordination to "trigger" a new source of energy". | |||
This isn't actually a cheat, but some debug code that could work and be fun as a cheat. | |||
===Other notes=== | |||
It should work if run from a usb device from homebrew channel or another app passing the first argument as the file path such as "usb:/apps/meritous/boot.dol". | |||
Note that this is not tested. | |||
==Controls== | ==Controls== | ||
===USB Keyboard=== | |||
Arrow keys - Move around. To walk through doors, simply walk up to them and push against them. | |||
Space - Charge your PSI circuit for attacking | |||
Escape - Exit the game | |||
H - View the help file | |||
Tab - View the map (you can then use the arrow keys to scroll around the map, speed up holding space) | |||
Enter - Activate a trigger tile that you are standing on | |||
Enter is also used for various other things, such as for reading in-game dialogue | |||
P - Pause the game | |||
===Wiimote=== | |||
Analog Pad - Arrow Keys | |||
B - Space | |||
A - Enter | |||
Plus - P | |||
Minus - Tab | |||
1 - H | |||
Home - Escape | |||
== | ===Classic Controller=== | ||
Analog Pad - Arrow keys | |||
B - Space | |||
A - Enter | |||
Plus- P | |||
X - Tab | |||
Minus - H | |||
Home - Escape | |||
===GameCube Controller=== | |||
Analog Pad - Arrow keys | |||
A - Space | |||
B - Enter | |||
X - P | |||
Y - Tab | |||
Z - H | |||
Start - Escape | |||
== | ==Media== | ||
'''Let's Play Meritous part 1''' ([https://www.youtube.com/watch?v=nPOnldG2nk8 RaustBD]) <br> | |||
<youtube>nPOnldG2nk8</youtube> | |||
==Known | ==Known issues== | ||
For some reason there's some code regarding the title screen that will code dump | For some reason there's some code regarding the title screen that will code dump. | ||
==Changelog== | ==Changelog== | ||
'''R2 | '''R2''' | ||
*Solved the problem with accessing the help file. The code wasn't parsing the newline character '\r'. | *Solved the problem with accessing the help file. The code wasn't parsing the newline character '\r'. | ||
*Added wii controls to help file (helpfile_wii.txt when building for wii). | *Added wii controls to help file (helpfile_wii.txt when building for wii). | ||
*Changed the message given when starting a new game for the wii build. | *Changed the message given when starting a new game for the wii build. | ||
'''R1 | '''R1''' | ||
* | *Initial release. | ||
== External links == | == External links == | ||
* | * WiiBrew - https://wiibrew.org/wiki/Meritous | ||
* Google Code - https://code.google.com/archive/p/meritous-wii/ | |||
* Google |
Latest revision as of 09:18, 7 Mayıs 2024
Meritous | |
---|---|
General | |
Author | suloku |
Type | Role Playing |
Version | 1.2 Wii R2 |
License | GPL-3.0 |
Last Updated | 2009/06/30 |
Links | |
Download | |
Website | |
Source | |
Meritous Wii is a port of Lancer-X/ASCEIS's Meritous to the Wii using SDL.
User guide
Cheats
"Those who seek power, should have been granted with a great sense of coordination to "trigger" a new source of energy".
This isn't actually a cheat, but some debug code that could work and be fun as a cheat.
Other notes
It should work if run from a usb device from homebrew channel or another app passing the first argument as the file path such as "usb:/apps/meritous/boot.dol".
Note that this is not tested.
Controls
USB Keyboard
Arrow keys - Move around. To walk through doors, simply walk up to them and push against them.
Space - Charge your PSI circuit for attacking
Escape - Exit the game
H - View the help file
Tab - View the map (you can then use the arrow keys to scroll around the map, speed up holding space)
Enter - Activate a trigger tile that you are standing on
Enter is also used for various other things, such as for reading in-game dialogue
P - Pause the game
Wiimote
Analog Pad - Arrow Keys
B - Space
A - Enter
Plus - P
Minus - Tab
1 - H
Home - Escape
Classic Controller
Analog Pad - Arrow keys
B - Space
A - Enter
Plus- P
X - Tab
Minus - H
Home - Escape
GameCube Controller
Analog Pad - Arrow keys
A - Space
B - Enter
X - P
Y - Tab
Z - H
Start - Escape
Media
Let's Play Meritous part 1 (RaustBD)
Known issues
For some reason there's some code regarding the title screen that will code dump.
Changelog
R2
- Solved the problem with accessing the help file. The code wasn't parsing the newline character '\r'.
- Added wii controls to help file (helpfile_wii.txt when building for wii).
- Changed the message given when starting a new game for the wii build.
R1
- Initial release.
External links
- WiiBrew - https://wiibrew.org/wiki/Meritous
- Google Code - https://code.google.com/archive/p/meritous-wii/