More actions
(Created page with "{{#seo: |title=Wii Homebrew Games (Role playing) - GameBrew |title_mode=append |image=meritouswii.jpg |image_alt=Meritous }} {{Infobox Wii Homebrews |title=Meritous |image=mer...") |
No edit summary |
||
Line 13: | Line 13: | ||
|type=Role playing | |type=Role playing | ||
|version=1.2 Wii R2 | |version=1.2 Wii R2 | ||
|license= | |license=GPL-3.0 | ||
|download=https://dlhb.gamebrew.org/wiihomebrews/meritouswii.7z | |download=https://dlhb.gamebrew.org/wiihomebrews/meritouswii.7z | ||
|website= | |website=http://www.asceai.net/meritous/ | ||
|source= | |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'''. | |||
==Controls== | |||
'''Wiimote:''' | |||
Arrow keys | |||
- Analog Pad Space - B Escape - Home H - One Tab - Minus Enter - A P - Plus | |||
'''Classic:''' | |||
Arrow keys - Analog Pad Space - B Escape - Home H - Minus Tab - X Enter - A P - Plus | |||
'''Gamecube:''' | |||
Arrow keys - Analog Pad Space - A Escape - Start H - Z trigger Tab - Y Enter - B P - X | |||
==Media== | ==Media== | ||
<youtube></youtube> | <youtube>nPOnldG2nk8</youtube> | ||
==Cheats== | |||
"Those who seek power, should have been granted with a great sense of coordination to "trigger" a new source of energy". | |||
Note: this isn't a cheat I added or that's in the pc game, but some debug code I thought could work and be fun as a cheat. | |||
==Other notes== | |||
I haven't tested myself, but 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". | |||
==Known bugs== | |||
For some reason there's some code regarding the title screen that will code dump. I tried backtracing it but I couldn't see the failure, so that part of code only compiles for the pc version. Anyway I'm still yet to notice what that code does to the game, so it doesn't affect gameplay. | |||
==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 == | |||
* Official Website - http://www.asceai.net/meritous/ | |||
* Wiibrew - https://wiibrew.org/wiki/Meritous | |||
* Google Source - https://code.google.com/archive/p/meritous-wii/ |
Revision as of 01:54, 30 August 2022
Meritous | |
---|---|
File:Meritouswii.jpg | |
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.
Controls
Wiimote:
Arrow keys - Analog Pad Space - B Escape - Home H - One Tab - Minus Enter - A P - Plus
Classic:
Arrow keys - Analog Pad Space - B Escape - Home H - Minus Tab - X Enter - A P - Plus
Gamecube:
Arrow keys - Analog Pad Space - A Escape - Start H - Z trigger Tab - Y Enter - B P - X
Media
Cheats
"Those who seek power, should have been granted with a great sense of coordination to "trigger" a new source of energy".
Note: this isn't a cheat I added or that's in the pc game, but some debug code I thought could work and be fun as a cheat.
Other notes
I haven't tested myself, but 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".
Known bugs
For some reason there's some code regarding the title screen that will code dump. I tried backtracing it but I couldn't see the failure, so that part of code only compiles for the pc version. Anyway I'm still yet to notice what that code does to the game, so it doesn't affect gameplay.
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
- Official Website - http://www.asceai.net/meritous/
- Wiibrew - https://wiibrew.org/wiki/Meritous
- Google Source - https://code.google.com/archive/p/meritous-wii/