Difference between revisions of "Windows CE port"
Jump to navigation
Jump to search
Fyzixfighter (talk | contribs) m (Reverted edits by 193.90.12.26 (Talk) to last revision by Fyzixfighter) |
|||
(37 intermediate revisions by 24 users not shown) | |||
Line 3: | Line 3: | ||
== Pre-compiled binaries == | == Pre-compiled binaries == | ||
=== Download === | === Download === | ||
− | [http://uqm.stack.nl/files/other/ptx/wince/uqm-0.6.2-wince-20080326.zip | + | [http://wiki.uqm.stack.nl/script/images/6/6e/Uqm-0.6.2-wince-20090226.zip Latest Pocket PC binaries (with WM6.1 support)] |
+ | |||
+ | [http://uqm.stack.nl/files/other/ptx/wince/uqm-0.6.2-wince-20080326.zip Pocket PC binaries as of 2008/03/26] | ||
=== Installation === | === Installation === | ||
Line 27: | Line 29: | ||
|- | |- | ||
| Sprint HTC Touch | | Sprint HTC Touch | ||
+ | | WM6 / WM6.1 | ||
+ | | 128MB | ||
+ | | | ||
+ | |- | ||
+ | | HTC Touch Cruise / O2 XDA ORBIT II (UK) | ||
| WM6 | | WM6 | ||
| 128MB | | 128MB | ||
+ | | | ||
+ | |- | ||
+ | | Fujitsu-Siemens PocketLOOX C550 | ||
+ | | WM6.1 Classic | ||
+ | | 64MB | ||
| | | | ||
|- | |- | ||
Line 34: | Line 46: | ||
| WM5 | | WM5 | ||
| 64MB | | 64MB | ||
+ | | | ||
+ | |- | ||
+ | | Cingular 3125 | ||
+ | | WM6 | ||
+ | | 64MB | ||
+ | | | ||
+ | |- | ||
+ | | HP iPaq 210 | ||
+ | | WM6 Classic | ||
+ | | 128MB | ||
+ | | | ||
+ | |- | ||
+ | | HTC Juno (AKA T-Mobile US Shadow) | ||
+ | | WM6 Standard | ||
+ | | 64MB | ||
+ | | | ||
+ | |- | ||
+ | | HTC Herald/T-Mobile Wing | ||
+ | | WM6.1 Professional | ||
+ | | 128MB | ||
| | | | ||
|} | |} | ||
Line 43: | Line 75: | ||
* Screen orientation is hard-coded to landscape | * Screen orientation is hard-coded to landscape | ||
* Patches to corresponding third party libraries can be found on the [[Windows CE build instructions|build instructions page]]. | * Patches to corresponding third party libraries can be found on the [[Windows CE build instructions|build instructions page]]. | ||
+ | [[Category:About_the_Star_Control_series]] |
Latest revision as of 19:15, 28 May 2011
Build from sources[edit]
Pre-compiled binaries[edit]
Download[edit]
Latest Pocket PC binaries (with WM6.1 support)
Pocket PC binaries as of 2008/03/26
Installation[edit]
- Uncompress uqm_wince_*.zip into a location of choice, for example "\SD Card\games"
- Download uqm-0.6.0-content.uqm from http://sc2.sourceforge.net/downloads.php and place it into "\SD Card\games\UQM\content\packages"
- Go to "\SD Card\games\UQM" and create a shortcut for uqm.exe. Specify log file, and add parameter for 320x240 resolution, in case your PDA doesn't support VGA (parameter is "-r 320x240").
- Run the shortcut created in the previous step
Compatibility[edit]
Verified to work on the following PDAs / smartphones (with key config tweaks):
Device | OS | Memory | Key File |
Dell Axim x51v | WM5 | 64MB | |
Sprint HTC Touch | WM6 / WM6.1 | 128MB | |
HTC Touch Cruise / O2 XDA ORBIT II (UK) | WM6 | 128MB | |
Fujitsu-Siemens PocketLOOX C550 | WM6.1 Classic | 64MB | |
Sprint PPC 6700 | WM5 | 64MB | |
Cingular 3125 | WM6 | 64MB | |
HP iPaq 210 | WM6 Classic | 128MB | |
HTC Juno (AKA T-Mobile US Shadow) | WM6 Standard | 64MB | |
HTC Herald/T-Mobile Wing | WM6.1 Professional | 128MB |
Notes[edit]
- Default resolution is 640x480. For 320x240 screens, add "-r 320x240" to command line. See the build instructions page on how to do that by creating a shortcut.
- This binary is compiled from the 0.6.2 sources of The Ur-Quan Masters, therefore 0.6.2 content must be used
- For PDAs other than Dell Axim x51v, might have to play around with starcon.key in "\SD Card\games\UQM\content\uqm-0.6.0-~wince-*.zip" (for the key settings)
- Screen orientation is hard-coded to landscape
- Patches to corresponding third party libraries can be found on the build instructions page.