Joined
Aug 13, 2019
Messages
101
Reaction score
15
First Language
english
Primarily Uses
RMMV
hi i'm using falcao's mouse script (VX ACE) and the cursor is hiding on the right and bottom of the screen but not top and left.

that is something very annoying. But I think one way to make the player not hide the cursor easily is by decreasing the mouse sensitivity.

Is there any script for this? Would it be very complicated? I am willing to pay for it.

Thank you.
 

mlogan

Global Moderators
Global Mod
Joined
Mar 18, 2012
Messages
16,769
Reaction score
9,305
First Language
English
Primarily Uses
RMMV

I've moved this thread to Script Requests. Thank you.

 
Joined
Aug 13, 2019
Messages
101
Reaction score
15
First Language
english
Primarily Uses
RMMV
someone? please help me with that request.
 

Roninator2

Gamer
Veteran
Joined
May 22, 2016
Messages
4,827
Reaction score
1,372
First Language
English
Primarily Uses
RMVXA
falcao's mouse script
I've never seen this script. Where is it?
Or are you referring to Falco System Buttons?
In my test of that demo the mouse moves off the screen on all sides.
 
Last edited:

Roninator2

Gamer
Veteran
Joined
May 22, 2016
Messages
4,827
Reaction score
1,372
First Language
English
Primarily Uses
RMVXA
Yes and as I said the mouse moves off all sides.
You said it didn't move off the top or left.
So you want it to stay within the game window always?

Done.
Change line 644 from -> return -20, -20
to this
Ruby:
        if @old_px >= Graphics.width - 20
          @old_px -= 20
        end
        if @old_py >= Graphics.height - 20
          @old_py -= 20
        end
        return @old_px, @old_py
 
Last edited:
Joined
Aug 13, 2019
Messages
101
Reaction score
15
First Language
english
Primarily Uses
RMMV
Yes and as I said the mouse moves off all sides.
You said it didn't move off the top or left.
So you want it to stay within the game window always?

Done.
Change line 644 from -> return -20, -20
to this
Ruby:
        if @old_px >= Graphics.width - 20
          @old_px -= 20
        end
        if @old_py >= Graphics.height - 20
          @old_py -= 20
        end
        return @old_px, @old_py

I already did and it doesn't work.

the cursor gets stuck at some points on the screen and then recovers its movement after 1 or 2 seconds and so on.
 

Roninator2

Gamer
Veteran
Joined
May 22, 2016
Messages
4,827
Reaction score
1,372
First Language
English
Primarily Uses
RMVXA
the cursor gets stuck at some points on the screen and then recovers its movement after 1 or 2 seconds and so on.
then that's an issue with your project. it doesn't happen in the demo
 
Joined
Aug 13, 2019
Messages
101
Reaction score
15
First Language
english
Primarily Uses
RMMV
then that's an issue with your project. it doesn't happen in the demo

I am using this script that allows you to place full screen (F5) or large screen (F6) (1280x720), do you think that influences something?

 

Roninator2

Gamer
Veteran
Joined
May 22, 2016
Messages
4,827
Reaction score
1,372
First Language
English
Primarily Uses
RMVXA
The only thing I see is that maybe you don't realize the mouse position in reality to the computer screen
In this image I've tried to show that even though the mouse icon is on the right, when you move the mouse up, it is actually still in the position it would be for the default resolution.
(although I'm not sure if this script starts with a default of 640 width or not)
So when you move to the right, the mouse is outside the control of the window frame. Same for the bottom. Because all mouse scripts will only control from within the programs natural resolution.
full screen mouse.png

I think there is a script (can't remember) that can make the program full screen. It does this by changing the windows screen resolution. That would be the only way to stay within the screen. Set your windows desktop to the game resolution settings. Again not sure what this fullscreen script uses for default.
 

Latest Threads

Latest Profile Posts

oneOfUs.jpg
Streaming more Poppet Quest game even in about 12 minutes.
Some dog owners really impress me. I'm pushing 2-3 metric tons of garbage containers that destroy everything they hit. What do you think is going to happen to your tiny dog when I run it over? And why are you crossing my path to argue with me? Have you never been hit by 200kgs of garbage?

Lesson for you folks. Never mess with an angry garbage container. Or its driver.
I didn't dispose of a file properly and now my whole game won't start: I get a script error in the Scene Manager stage of game launch. What to do? Transfer it all to a new project? That's going to be tedious. Fortunately I am only nine workdays into it.
Makin' stuff on a broken laptop yay

Forum statistics

Threads
131,680
Messages
1,222,165
Members
173,424
Latest member
filfes
Top