HeresOtis Posted May 21, 2016 Share Posted May 21, 2016 How can I enable and show the mouse ingame in SA? Link to comment Share on other sites More sharing options...
Jack Posted May 21, 2016 Share Posted May 21, 2016 (edited) Try this (works on 1.0): // change these pushes before the calls to 1:00747FE9 push 0 ; bShow 00747FEB call ds:__imp_ShowCursor007481CD push 0 ; bShow007481CF call ds:__imp_ShowCursor007481D5 push 0 ; hCursor007481D7 call ds:__imp_SetCursor// NOP this call to enable mouseMoveWhileNotInMenu:0053E9F1 call _RsMouseSetPos// switch statement0074848C off_74848C dd offset @@WM_SETCURSOR, offset @@WM_KEYDOWN, offset @@WM_KEYUP// jump to a proper locations to enable cursor to show right away:0A8C: write_memory 0x74848C size 1 value 0x7481CD virtual_protect 0 // WM_SETCURSOR = loc_7481CD0A8C: write_memory 0x748490 size 1 value 0x7481CD virtual_protect 0 // WM_SETCURSOR = loc_7481CD Edited May 21, 2016 by Jack Tank Fire [SA] New Police Helicopter [VC & III] My YouTube Channel Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now