![]() |
|
mouse camera control "script" thingy - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Controllers (https://forums.dolphin-emu.org/Forum-controllers) +--- Thread: mouse camera control "script" thingy (/Thread-mouse-camera-control-script-thingy) |
mouse camera control "script" thingy - bluesharp - 06-04-2013 hey guys im new here... today i tried to find the best keyboard/mouse configuration for Monster Hunter try and the mouse response is very slow... i found a topic on this forum about this issue but i can no longer find it... meanwhile i tried and succeed to make a little script in auto-it that maps a certain button to the position of the cursor on the screen. in other words if mouse is to the very edge of the screen it will trigger a button press and thus moving the camera (very similar to PC RTS camera control) if whoever made that topic that i found back than still needs this and fits their need... ill attach the file here. how to use - it only works on 1680X1050 (but that can easily be adjusted) - bound keys are u i o p(use this like in picture) - activation keys are 6 7 8 9 (non numpad) - keys 6 and 7 activates/deactivates the master (vertical axis not activated here) - keys 8 and 9 activates/deactivates vertical axis(used in water battles in MH3 and will not run unless the master is active) other notes. a) its possible that it might not work for since one line of code in there makes it run only when the emulator screen is active(if class is not the same it will not work) b) sometime its glitchy and i spams random buttons like caps lock or ctrl.. so if it freaks out , killing auto-it.exe procces seems to fix it c) i had no previous experience with autoit so whatever other bugs it has,i cant help u too much.sorry :( d) the code is very basic and "dirty", perhaps someone could provide a more elegant aproach. download and install auto it and then run this script hope it helps someone :) Code: #include <Misc.au3>RE: mouse camera control "script" thingy - Lumbeeslayer - 06-04-2013 you ever heard of a controller? you can hook wii remote to pc you know that right? all u need is a bluetoothdongle you can then use it to play your game. also a 360 controller also works for dolphin controllers work best for dolphin, just use a controller instead of mouse and keyboard RE: mouse camera control "script" thingy - bluesharp - 06-04-2013 (06-04-2013, 09:30 AM)Lumbeeslayer Wrote: you ever heard of a controller?i dont like it with controller... if i wanted that i could just simply play it on the console. but that game was designed with wii gamepad and playign with remote/nunchuck is wierd. i tried the gamepad and the analog sticks work like digital.. so mouse is a much finer option here...either that or im setting my gamepad wrong |