hi freezy
you can have a look at previous pages , you will find some scripting example .
I don't use any functions of the fp script engine.
I try to make a mix between fp objects properties and vpinmame scripting .
As an exemple , for the kickers , I use orientation of the fp model (rotation parameter) and strength, to know where and how strong i must eject the ball.
If you look at those script example , you can notice that kicker vp params are here , but , they are not used (i'll remove this in a neer future to avoid confusion)
oups !! something i forgot to ask ...
is my understanding of a spanned table correct !
For 2 screens with a resolution of 1280*720 , would that give this ?
For what your image shows, for a spanned display system it needs to be rotated 90 degrees counter-clockwise and each half requires the same resolution.
Spanned displays only work on limited hardware - so, windows XP, nvidia cards older than a GTS260, and two specific driver revisions are compatible, so you would be better off not using them, or program discrete individual displays with independent resolution and rotation options.
thanks brian for the answer,
having 2 separates windows will involve creating a second exe with lan communication between them ... that will be a little more work.
the image is 2560*720 so each half has the same res.
I can rotate each view separately if needed (not yet implemented , but easily doable)
I don't know how to do , ok ... i'll see it later