It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hi!
I installed on Vista-loaded tabletPC (not a convertible, but a slate-type, so no keyboard, touchpad, etc).
I preferr to use the tablet pen for obvious reasons, and there is quite a problem with the cursor.
It is - for the mouse-control part of the game engine only - as though the middle 3x3 cm area of the whole screen would be the whole screen. Try to imagine it like this: you would have to control the cursor with the notebook touchpad, that is on the center 3x3 centimeters of the display itself.
The error is possibly because of different handling of cursor positions (absolute vs relative).
Attached images to show the result & that while the virtual keyboard (& windows) recognises the correct position, the game does not, even at the same time.
Ingame cursor positions on the pictures: left center, right up just above hand, left bottom, left bottom. Quite different from their actual positions.
(Using a mouse does not result in such error.)
Unfortunately, this makes the game completely, utterly unplayable with a pen. Which is quite a shame.
Attachments:
This question / problem has been solved by torimage
Have you tried to reconfigure tablet? As far as I know tablet can work in 2 modes - fullscreen mode and designed area. Maybe for some reason it's working in 2nd mode?
I realize that this question is almost two months old, but I'll answer it anyway because I know the problem very well. Hopefully someone will find my answer useful.
Simon the Sorcerer and many of the other adventure games at GOG use ScummVM - this is an application that makes old adventure games compatible with modern operating systems. The problem is that these games run at low resolutions. The graphics tablet built into your screen gets confused because it is only configured for the screen's native resolution. (Mine is 1280x800, yours may be different)
My solution is to run the game in a window instead of in fullscreen - that way the tablet pen behaves normally. Because the game runs in a low resolution mode, this will make the window a bit too small. To solve this I use ScummVM's 3x scaling mode. This increases the window size to 960x720, which covers most of my 1280x800 screen and as a result the game is very comfortable to play. If you have a different screen resolution, a different scaling mode may work better for you. (2x is the default setting if I'm not mistaken)
What you need to do is to browse to the game directory and open simon.ini in a text editor. Find the line:
fullscreen=true
and change it to:
fullscreen=false
Then add the following line:
gfx_mode=3x
I've played several games with ScummVM on my tablet using this solution, and it works great. Good luck!