More actions
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
|source= | |source= | ||
}} | }} | ||
[http://sc2.sourceforge.net/ | The [http://sc2.sourceforge.net/ Ur-Quan Masters] is a version of '''Star Control 2''' that has been adapted to use SDL. The source code for the 3DO version was released by the original team under the GPL, and the content was released under a Creative Commons license. The Ur-Quan Masters team then ported this code to SDL to make it compatible with modern systems. | ||
== Installation == | == Installation == | ||
To install, extract the main zip file to the root directory of your SD card. The directories are set in the source code and must be in the apps/uqm directory on the SD card. You can use USB Mass Storage, but changing the directories requires recompiling or using a command line parameter. | |||
You can | You can use the 3DO speech and music packs, but the binary pack posted is based on the latest SVN version of UQM, so the packages posted may not work (file structure has changed). A packed version of the SVN speech pack is included. To use 3DO sound, you must get it from the SVN and place it in the content directory. It's recommended to create a .uqm file (a standard zip file with .uqm extension) for these files. These .uqm files go in the same directory as the main content .uqm package. | ||
If your screen is cut off, use the scaling and offset sliders in the setup options to ensure all four green borders are visible. | |||
== Controls == | |||
UQM has simple controls. Play the whole game with just 3 buttons and a stick or d-pad. | |||
In melee, turn your ship left/right and thrust forward. Be careful with the B button when playing in horizontal mode with a Wiimote. In story mode, use the start/home button to escape combat with the hyperdrive (once obtained). | |||
Enter text with the d-pad/control sticks. Select letters with up/down, move cursor with left/right. OK to accept, Cancel to cancel. | |||
Controls can be modified in the flight.cfg and keys.cfg files. Adding support for the Classic Controller, for example, is easy. See SDL Documentation for button mapping details. | |||
{| class="wikitable" | {| class="wikitable" | ||
Line 65: | Line 62: | ||
==Media== | ==Media== | ||
'''The Ur-Quan Masters r3185 - ([https://www.youtube.com/watch?v=H3DO51W_WSA Cid2Mizard])'''<br> | |||
<youtube>H3DO51W_WSA</youtube> | <youtube>H3DO51W_WSA</youtube> | ||
Revision as of 06:04, 31 Ocak 2023
The Ur-Quan Masters | |
---|---|
File:Theurquanmasterswii.jpg | |
General | |
Author | Zared |
Type | Arcade Games |
Version | 2.1 |
License | GPL-2.0 |
Last Updated | 2010/02/05 |
Links | |
Download | |
Website | |
The Ur-Quan Masters is a version of Star Control 2 that has been adapted to use SDL. The source code for the 3DO version was released by the original team under the GPL, and the content was released under a Creative Commons license. The Ur-Quan Masters team then ported this code to SDL to make it compatible with modern systems.
Installation
To install, extract the main zip file to the root directory of your SD card. The directories are set in the source code and must be in the apps/uqm directory on the SD card. You can use USB Mass Storage, but changing the directories requires recompiling or using a command line parameter.
You can use the 3DO speech and music packs, but the binary pack posted is based on the latest SVN version of UQM, so the packages posted may not work (file structure has changed). A packed version of the SVN speech pack is included. To use 3DO sound, you must get it from the SVN and place it in the content directory. It's recommended to create a .uqm file (a standard zip file with .uqm extension) for these files. These .uqm files go in the same directory as the main content .uqm package.
If your screen is cut off, use the scaling and offset sliders in the setup options to ensure all four green borders are visible.
Controls
UQM has simple controls. Play the whole game with just 3 buttons and a stick or d-pad.
In melee, turn your ship left/right and thrust forward. Be careful with the B button when playing in horizontal mode with a Wiimote. In story mode, use the start/home button to escape combat with the hyperdrive (once obtained).
Enter text with the d-pad/control sticks. Select letters with up/down, move cursor with left/right. OK to accept, Cancel to cancel.
Controls can be modified in the flight.cfg and keys.cfg files. Adding support for the Classic Controller, for example, is easy. See SDL Documentation for button mapping details.
Action | GCN Controller | Wiimote Horizontal | {{Nunchuck |
---|---|---|---|
Direction | GC Control Stick or GC DPad | Wiimote DPad | {{NunchuckControlStick |
OK (Menu)/Fire (Melee) | GC A Button | Wiimote 1 Button or Wiimote A Button | Wiimote 1Button or Wiimote AButton |
Cancel (Menu)/Special (Melee) | GC B Button | Wiimote 2 Button or Wiimote B Button | Wiimote 2Button or Wiimote BButton |
Page up/down, zoom starmap | GCControlStickC | Wiimote Plus Button / Wiimote Minus Button | Wiimote Plus Button / Wiimote Minus Button |
Emergency Hyperdrive | GC Start Button | Wiimote Home Button | Wiimote Home Button |
Screenshots
Media
The Ur-Quan Masters r3185 - (Cid2Mizard)
Known Issues
- Black dot in the middle of the 3D orbital view of planets.
- Net Play support is currently disabled, but should work fine over wifi.
Thank Yous
This port is only possible due to the hard work of many people:
- Toys to Bob for making the original, and releasing it to the fanbase for us to play with.
- The Ur-Quan Masters team for porting to to modern systems.
- The SDL Team for getting the SDL ported to the Wii.
- The devkitPro team for libogc.