SolvedController support mod

Posts 18 of 8 · Page 1 of 1
Controller support mod
While fame farming, people usually dont use weapon cause of bonus, so mouse became useless accesory. And is it possible to create such mode for mod selector so we can adjust for example xbox360 controller to run around in ROTMG.
Or maybe there is anothe way to do this.
google JoyToKey, it's what i use to play games that don't have Joystick support, including rotmg with my ps3 control.

Play web games with your favorite joystick!
JoyToKey enables you to control any softwares (e.g. browsers, social games on the web, FLASH games, Microsoft office applications or even Windows) by using your favorite windows joystick
Wow. thanks! works pretty good and very easy in installations
I've looked into this in the past. I tried making a custom AutoHotKey script that would keep my mouse within a circle on the center of your screen. I couldn't figure it out.
Quote Originally Posted by Magivictus View Post
I've looked into this in the past. I tried making a custom AutoHotKey script that would keep my mouse within a circle on the center of your screen. I couldn't figure it out.
Get the x,y coordinates of the center of your screen, get the x,y coordinates of your mouse. Simple pythagorean theorem to find distance. Prevent distance from going larger than the radius. If mouse distance is larger than radius, find the angle, atan2(y/x), and set x = radius*cos(angle) and y = radius*sin(angle). Haven't tried it but I think it'll work.
Quote Originally Posted by Magivictus View Post
I've looked into this in the past. I tried making a custom AutoHotKey script that would keep my mouse within a circle on the center of your screen. I couldn't figure it out.
Surely just putting your mouse pointer in the centre of the screen would work?
Perhaps I’m missing something but using the game pad and looting items can be tricky.

---------- Post added at 06:14 PM ---------- Previous post was at 06:13 PM ----------

Quote Originally Posted by Nisuxen View Post
Get the x,y coordinates of the center of your screen, get the x,y coordinates of your mouse. Simple pythagorean theorem to find distance. Prevent distance from going larger than the radius. If mouse distance is larger than radius, find the angle, atan2(y/x), and set x = radius*cos(angle) and y = radius*sin(angle). Haven't tried it but I think it'll work.
sounds right to me.
I use xpadder to use controller with gamecube emulator. That's another great program for that. Althrought it is not freeware, but can be easily found on torrent sites.
xpadder would work for this if you don't have to aim
Posts 18 of 8 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?