Search found 5753 matches

by Matlo
Wed Sep 28, 2011 10:11 am
Forum: Videos
Topic: Call of Duty: Modern Warfare II, Keyboard + Mouse (French)
Replies: 2
Views: 11982

Call of Duty: Modern Warfare II, Keyboard + Mouse (French)

Made by PgunMan:

(windows, usb, version 0.23)

Gameplay en ligne à 1:30 / Online gameplay at 1:30

by Matlo
Wed Sep 28, 2011 8:51 am
Forum: Support
Topic: Button Layout & Macro
Replies: 12
Views: 14739

Re: Button Layout & Macro

Yes, of course :)
by Matlo
Wed Sep 28, 2011 7:33 am
Forum: Support
Topic: Button Layout & Macro
Replies: 12
Views: 14739

Re: Button Layout & Macro

The key names in the example have to be lower case (i,j,k instead of I,J,K).

If you are not sure about the exact name of a key, just have a look at the key name in the configuration gui.
by Matlo
Wed Sep 28, 2011 7:01 am
Forum: Support
Topic: Output failure
Replies: 1
Views: 3631

Re: Output failure

You probably had a space in the file name ( issue 112 ). That problem will be corrected in the next release. If you want some help concerning the config, just copy-paste the content of your file inside a code tag (while editing a post, click on the "Code" button, and paste stuff between ] ...
by Matlo
Tue Sep 27, 2011 6:53 am
Forum: General Discussion
Topic: GIMX on Raspberry Pi
Replies: 109
Views: 159156

Re: Sixaxisemu for ARM

Sure you can.

I wrote a few instructions on the googlecode page: link
by Matlo
Tue Sep 27, 2011 6:33 am
Forum: Configurations and Requests
Topic: Configuration Requests and Index thread
Replies: 128
Views: 181785

Re: [config][request]BC2 Anyone?

I think it's not. It's a most probably a gameplay choice.

BF3 will only run at 30fps/720p: link.
by Matlo
Mon Sep 26, 2011 4:35 pm
Forum: Configurations and Requests
Topic: Configuration Requests and Index thread
Replies: 128
Views: 181785

Re: [config][request]BC2 Anyone?

The max speed is limited: you can't go faster than the max speed (= max stick position) of your sixaxis.
That's the main drawback of fps games played on consoles.
But some games like COD:BO have a much more higher max speed...
by Matlo
Mon Sep 26, 2011 2:52 pm
Forum: Configurations and Requests
Topic: Configuration Requests and Index thread
Replies: 128
Views: 181785

Re: [config][request]BC2 Anyone?

You dead zone and multipliers are quite high. Are you sure your are running your G500 at 5700DPI? 5700DPI is not the default value, you have to use the setpoint software from logitech to set that value. My own parameters: Config 1: x 31/9/0.40/Circle y 31/11.25/0.40/Circle Config 2: x 31/15/0.40/Cir...
by Matlo
Wed Sep 21, 2011 8:41 am
Forum: Support
Topic: Button Layout & Macro
Replies: 12
Views: 14739

Re: Button Layout & Macro

Try this:

Code: Select all

MACRO F1
#press DOWN
KEYDOWN DOWN
#press LEFT
KEYDOWN LEFT
#wait 50ms
DELAY 50
#release LEFT
KEYUP LEFT
#release DOWN
KEYUP DOWN
#press & release d
KEY d 
by Matlo
Wed Sep 21, 2011 7:52 am
Forum: Support
Topic: Button Layout & Macro
Replies: 12
Views: 14739

Re: Button Layout & Macro

Please add your macro code.