Head Posted February 29, 2008 Posted February 29, 2008 I dont need this for any bot prog'...just for the client. Thanks in advance.
Head Posted March 10, 2008 Author Posted March 10, 2008 I was reading somewhere that it can be done but it takes some monkying with the User.ini file. The example I read wasn't very clear, but even by following the instrucitons it didnt work. It has something to do with assigning keys: [pre]GreySlash=JOYPAD NPCTargetNext OnRelease range=10000 ptx1=5 pty1=10 ptx2=95 pty2=60 [/pre]
Head Posted March 10, 2008 Author Posted March 10, 2008 I dont need this for any bot prog'...just for the client. Thanks in advance.
Head Posted March 10, 2008 Author Posted March 10, 2008 I figured it out... In User.ini you can remap your keys. As an example: PageUp=JOYPAD NPCTargetNext OnRelease range=10000 ptx1=5 pty1=10 ptx2=95 pty2=60 This maps the PageUp key to next target with a range of 10000. I use a Nostromo so mapping this is pretty easy to scroll through targets within my viewing area (it only cycles targets you can see). You can also do this for last target: PageDown=JOYPAD NPCTargetPrev OnRelease range=10000 ptx1=5 pty1=10 ptx2=95 pty2=60 I think the problem I was having before was that the launcher I use was writing a new User.ini file when I started. I set the file to read only to eliminate this problem. Anyway, I dont deserve much (if any) of the credit for this as I got the info on these from another site.
tritonek Posted April 17, 2010 Posted April 17, 2010 PageUp=JOYPAD NPCTargetNext OnRelease range=10000 ptx1=5 pty1=10 ptx2=95 pty2=60 What these arguments do?
Rhodi Posted April 18, 2010 Posted April 18, 2010 PageUp=JOYPAD NPCTargetNext OnRelease range=10000 ptx1=5 pty1=10 ptx2=95 pty2=60 What these arguments do? Maybe they are coordinates of two perpendicular planes, but that's lucky shot ;p
Recommended Posts