Jump to content
Sign in to follow this  
rupertb

2 pointers

Recommended Posts

I just found out that you can play OFP in a window. I tried this and it worked except there are 2 pointers visible. I tried nearly everything but there are still 2 pointers. Can somebody please help me crazy_o.gif

Share this post


Link to post
Share on other sites

Besides the question why you would play OFP in a window, have you set the same resolution in Windows and OFP?

If yes then try running OFP in a lower resolution and refresh rate then the one set in windows.

That solves the problem with full screen but no idea if it helps too if you run it in a windows.

Share this post


Link to post
Share on other sites

Windowed mode is preferable when testing scripts or addons, as you can alt-TAB instantly between OFP and any other windows program, rather than having to wait ~2 seconds for the screen to reset when changing in and out of fullscreen mode.

AFAIK, programs can "disconnect" the standard windows mouse cursor, but OFP does include this single line of code. I sure hope I'm wrong though smile_o.gif

I use a high mouse acceleration in OFP, so the OFP cursor moves about twice as far as the windows one. You can also try using two screens - ofp fullscreen on the primary and whatever else on the secondary.

Share this post


Link to post
Share on other sites

I wrote a little program a while back to lock the cursor so it won't activate other windows (toggle with CTRL+L). Sometimes the toggle acts a little strange so you might need to tap ctrl or L once before it will work, something with the return value of GetAsyncKeyState(). I guess it would be possible to also hide the cursor but locking it was enough for me.

Here's the lockmouse.exe and here's the source if you're paranoid about downloading compiled programs: lockmouse.cpp

Share this post


Link to post
Share on other sites

Changing in game resolution fixed it for me. much less distracting now.

Share this post


Link to post
Share on other sites

Had it too a few days ago: every time i started up opf it would show two mousepointers.

Found out that two times alt-tabbing solved it.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×