Need help? Ask here and someone will help
laytonanthony
Posts: 74 Joined: Fri Apr 27, 2012 7:32 pm
Post
by laytonanthony » Mon Dec 30, 2013 12:53 pm
hi guys seen a few vids for battlefield with no recoil macros. is this possible with cod games.if so anybody got the configuration.
thanks
Matlo
Posts: 5764 Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:
Post
by Matlo » Mon Dec 30, 2013 12:59 pm
GIMX creator
laytonanthony
Posts: 74 Joined: Fri Apr 27, 2012 7:32 pm
Post
by laytonanthony » Mon Dec 30, 2013 1:07 pm
tried that pal and when i shoot the aim shifts towards the ground.
laytonanthony
Posts: 74 Joined: Fri Apr 27, 2012 7:32 pm
Post
by laytonanthony » Mon Dec 30, 2013 1:12 pm
MACRO KEYDOWN o
MAXIS 1 25
KEYDOWN o
MACRO MBUTTONDOWN BUTTON_LEFT
KEYDOWN o
MACRO MBUTTONUP BUTTON_LEFT
KEYDOWN o
do i need to change this value in red between 0-128 to get it to work. trial and error so to speak.
thanks for your help matlo
Matlo
Posts: 5764 Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:
Post
by Matlo » Mon Dec 30, 2013 1:14 pm
laytonanthony wrote:
do i need to change this value in red between 0-128 to get it to work. trial and error so to speak.
Yes.
GIMX creator
marthen
Posts: 2 Joined: Fri Mar 07, 2014 7:57 pm
Post
by marthen » Fri Mar 07, 2014 8:02 pm
What can i active macros on Ubuntu 11.10 and GIMX 0.51??
It is possible or i need Ubuntu 12 and GIMX 1.xx
Matlo
Posts: 5764 Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:
Post
by Matlo » Fri Mar 07, 2014 9:45 pm
You should upgrade to Ubuntu 13.10 and GIMX 1.02 because many macros features are not applicable to older GIMX releases.
GIMX creator
marthen
Posts: 2 Joined: Fri Mar 07, 2014 7:57 pm
Post
by marthen » Mon Mar 10, 2014 8:26 pm
Thank's
It's works very well. But i can't use both macros in the same time.
I've 2 files recoil.txt and rapid.txt. I put this in the config.txt file each in other line but work only rapid fire.
it's possible to use both macro in the same time.??
Matlo
Posts: 5764 Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:
Post
by Matlo » Thu Mar 13, 2014 8:06 am
You have to combine the two macros like this:
Code: Select all
MACRO KEYDOWN m
KEYDOWN p
DELAY 10
KEYUP p
DELAY 10
KEYDOWN m
MACRO KEYUP m
KEYUP p
KEYDOWN m
MACRO KEYDOWN o
MAXIS 1 25
KEYDOWN o
MACRO MBUTTONDOWN BUTTON_LEFT
KEYDOWN o
KEYDOWN m
MACRO MBUTTONUP BUTTON_LEFT
KEYDOWN o
KEYUP m
GIMX creator