I can't get mine to work and no one on G15forums.com is any help.
Can someone with the G15 send me their BF2 macros?
Collapse
X
-
Re: Can someone with the G15 send me their BF2 macros?
Is this topic any help? http://www.totalbf2.com/forums/showthread.php?t=75054 -
Re: Can someone with the G15 send me their BF2 macros?
I got one to quickly swap seat in the chopper, select the TV Missile, fire it, wait 3,5 seconds (the time it takes at max), switch back to the normal seat and switch on the nosecam.
And I got one (which I don't use and won't give out) to quickly prone, crouch, fire. It's a nice demonstration of the exploit they showed in the movie. But it's not worth it, and I won't use it either.
The key is to use delays between each event.Comment
-
Re: Can someone with the G15 send me their BF2 macros?
I do use delays... but they still dont seem to work... could you send me a your TV guided file?Originally posted by SaUrOnI got one to quickly swap seat in the chopper, select the TV Missile, fire it, wait 3,5 seconds (the time it takes at max), switch back to the normal seat and switch on the nosecam.
And I got one (which I don't use and won't give out) to quickly prone, crouch, fire. It's a nice demonstration of the exploit they showed in the movie. But it's not worth it, and I won't use it either.
The key is to use delays between each event.Comment
-
Re: Can someone with the G15 send me their BF2 macros?
Why don't you just practice and get good the old fashioned way? I mean seriously, how big of a scrub are you?
Maybe you should just program your G15 to do everything in the game for you. After you log in and select a server, just walk away, and let your keyboard to everything. What fun is there in that?Comment
-
Re: Can someone with the G15 send me their BF2 macros?
Ok, Uhm... I consider myself pretty good already. Would you like to compare stats or even 1v1 me? :laugh:Originally posted by (CB4)akaNE!Why don't you just practice and get good the old fashioned way? I mean seriously, how big of a scrub are you?
Maybe you should just program your G15 to do everything in the game for you. After you log in and select a server, just walk away, and let your keyboard to everything. What fun is there in that?
I spent money on this keyboard and I'd like to use it... thats why, you pos. kthx. PM me if you want to take me up on that offer, too.Comment
-
Re: Can someone with the G15 send me their BF2 macros?
the default rose is fine for mehOriginally posted by shadow2k1Comment
-
Re: Can someone with the G15 send me their BF2 macros?
Those are the delays and buttons I used. I just want to suggest to be careful to change delays, never go with 10ms changes, it doesn't make it more reliable. If it doesn't work on 50 go for 100, use steps of 50ms.Code:<macro name="TVSwap" guid="{5A3D80E6-6732-41B2-9ADE-0C3054C68F94}" type="multikey"> <event type="keydown" keyname="F2"/> <event type="delay" delay="50"/> <event type="keyup" keyname="F2"/> <event type="delay" delay="50"/> <event type="mousedown" mousebutton="middle"/> <event type="delay" delay="50"/> <event type="mouseup" mousebutton="middle"/> <event type="delay" delay="50"/> <event type="mousedown" mousebutton="left"/> <event type="delay" delay="400"/> <event type="mouseup" mousebutton="left"/> <event type="delay" delay="3500"/> <event type="keydown" keyname="F1"/> <event type="delay" delay="50"/> <event type="keyup" keyname="F1"/> <event type="delay" delay="50"/> <event type="keydown" keyname="F9"/> <event type="delay" delay="50"/> <event type="keyup" keyname="F9"/> </macro>Comment
-
Re: Can someone with the G15 send me their BF2 macros?
Thanks.
And I still laugh at everyone that complains about macros... Instead of pressing a bunch of buttons you pressone. Ever play any MMORPGS? - Macros make teh warrior... ask any good PvP'er in an MMO if he uses macros...Comment
Comment