Open main menu

Difference between revisions of "SymbianOS FAQ"

813 bytes added ,  15:47, 9 December 2005
m
finally documented Mode Changes
(added new FAQ entries)
m (finally documented Mode Changes)
Line 34: Line 34:
Because of a new automatic build script we can now make a great number of specific builds for each phone type. We have decided to make versions of ScummVM with only one engine compiled in, so there is more memory left to run the game(s). These special versions can be found on the [http://anotherguest.b0.se/cvsbuilds/ cvsbuilds] page. If you keep having problems you can give one of these versions a try. Be advised that you can only play the game(s) that go with that specific [[Engines|engine]]! You can install these new versions over the old ScummVM versions, just choose 'Replace' during the installation process. Your configuration file will not be overwritten.
Because of a new automatic build script we can now make a great number of specific builds for each phone type. We have decided to make versions of ScummVM with only one engine compiled in, so there is more memory left to run the game(s). These special versions can be found on the [http://anotherguest.b0.se/cvsbuilds/ cvsbuilds] page. If you keep having problems you can give one of these versions a try. Be advised that you can only play the game(s) that go with that specific [[Engines|engine]]! You can install these new versions over the old ScummVM versions, just choose 'Replace' during the installation process. Your configuration file will not be overwritten.


=== How can I switch between Joystick and Cursor modes? ===
=== How can I switch between Joystick/Key/Cursor and Shrinked/Zoomed/Upscaled modes? ===
It should be zero (0) first and then keys 1-4 for keyinput, screenmode updates. 0+Cursor keys to scroll around, '0' + Ok button to center view. (This for S60)
* '''0''' is the Control Key, it is pressed simultaneously with other keys to activate the mode changes in SDL for SXX phones
* '''0'''+'''1''' = change Input Mode: Joystick | Keyboard | Cursor
* '''0'''+'''2''' = change Video Mode: ShrinkedLandscape | ShrinkedPortrait | ZoomedPortrait (S60) and Upscaled | Normal (S80/S90)
* '''0'''+'''3''' = change Orientation Mode for ShrinkedPortrait: 90° Left | 90° Right


=== What are these Joystick and Cursor modes anyway? ===
=== What are these Joystick, Keyboard and Cursor modes anyway? ===
Joystick mode sends SDL joystick events to ScummVM which acts as a mouse control in ScummVM. Cursor mode sends keyboard arrows instead, so for example it can be used to navigate through directorylist (one hand use perhaps!?) or save games etc. These modes are implemented at the underlying SDL level, so this determines the types of events that ScummVM receives from SDL.
Joystick mode sends SDL joystick events to ScummVM which acts as a mouse control in ScummVM. Cursor mode sends keyboard arrows instead, so for example it can be used to navigate through directorylist (one hand use perhaps!?) or save games etc. Keyboard mode is only available for S60 and enables multi-tap to enter text characters in save dialogs. These modes are implemented at the underlying SDL level, so this determines the types of events that ScummVM receives from SDL.
 
=== What are these Shrinked and Zoomed modes anyway? ===
Shrink displays the game on your screen but in a shrinked way, either in Portrait or Landscape mode, so not all the pixels can be seen.
Zoom mode uses the maximum resolution of your phone displaying a smaller part of the game zoomed at 1:1 pixels.
For scrolling in Zoom mode: '''0'''+Cursor keys to scroll around, '''0'''+Ok button to center view.


=== Why does ScummVM on S60 not react when I press two buttons at the same time? ===
=== Why does ScummVM on S60 not react when I press two buttons at the same time? ===
Try leaving the application by pressing the App button. Then press and hold the App button and switch back to ScummVM and see if it helps. Multikeypress is a known problem on S60 devices. So sometimes it is reset to no multiple keypresses and then the system key won't work.
Try leaving the application by pressing the App button. Then press and hold the App button and switch back to ScummVM and see if it helps. Multikeypress is a known problem on S60 devices. So sometimes it is reset to no multiple keypresses and then the system key won't work.
152

edits