Page 2 of 3

F1 2015

Posted: 08 Feb 2016, 22:27
by Manuele_vailati
Bello and thanks for your work
I've update the software to use fit h F1 2015 but the hardware settings is different from FAQ section.
There is not the motion enabled line
Please can you help me?
Thanks

F1 2015

Posted: 09 Feb 2016, 16:26
by Bose321
Can you post how the XML looks?

F1 2015

Posted: 09 Feb 2016, 16:35
by kelsh003
Can't seem to load it for F1 2015, just comes up with an error message saying there are not settings for the game :/

F1 2015

Posted: 09 Feb 2016, 16:47
by kelsh003
Bose321 wrote:Can you post how the XML looks?
This is the config

F1 2015

Posted: 09 Feb 2016, 22:13
by Bose321
We don't have the game to try it out, but can you try this:

Code: Select all

<motion>
		<dbox enabled="true" />
		<udp enabled="true" ip="127.0.0.1" port="30500" />
		<udp enabled="false" ip="127.0.0.1" port="20777" />
		<udp enabled="false" ip="127.0.0.1" port="20777" />
		<udp enabled="false" ip="127.0.0.1" port="20777" />
	</motion>
I don't know how the new format works, but can you also try this:

Code: Select all

<motion>
		<dbox enabled="true" />
		<udp enabled="true" ip="127.0.0.1" port="30500" delay ="1" extradata="3" />
		<udp enabled="false" ip="127.0.0.1" port="20777" />
		<udp enabled="false" ip="127.0.0.1" port="20777" />
		<udp enabled="false" ip="127.0.0.1" port="20777" />
	</motion>
If that doesn't work either try this:

Code: Select all

<motion enabled="true" ip="127.0.0.1" port="30500" delay="1" extradata="3" />
In the third part you replace the complete <motion> block.

F1 2015

Posted: 10 Feb 2016, 00:17
by kelsh003
Bose321 wrote:We don't have the game to try it out, but can you try this:

Code: Select all

<motion>
		<dbox enabled="true" />
		<udp enabled="true" ip="127.0.0.1" port="30500" />
		<udp enabled="false" ip="127.0.0.1" port="20777" />
		<udp enabled="false" ip="127.0.0.1" port="20777" />
		<udp enabled="false" ip="127.0.0.1" port="20777" />
	</motion>
I don't know how the new format works, but can you also try this:

Code: Select all

<motion>
		<dbox enabled="true" />
		<udp enabled="true" ip="127.0.0.1" port="30500" delay ="1" extradata="3" />
		<udp enabled="false" ip="127.0.0.1" port="20777" />
		<udp enabled="false" ip="127.0.0.1" port="20777" />
		<udp enabled="false" ip="127.0.0.1" port="20777" />
	</motion>
If that doesn't work either try this:

Code: Select all

<motion enabled="true" ip="127.0.0.1" port="30500" delay="1" extradata="3" />
In the third part you replace the complete <motion> block.
I couldn't get any of those to work unfortunately :/

F1 2015

Posted: 10 Feb 2016, 10:01
by Bose321
Have you also made a default car profile?

F1 2015

Posted: 10 Feb 2016, 15:42
by kelsh003
Bose321 wrote:Have you also made a default car profile?
I have, yes

F1 2015

Posted: 10 Feb 2016, 15:49
by kelsh003
Not sure if I have done that correctly or copied the stuff right into the xml but the lights on my wheel won't light up

F1 2015

Posted: 11 Feb 2016, 12:35
by kelsh003
Bose321 wrote:Have you also made a default car profile?
had another go this morning at it and still didn't get it too work, this is my current hardware xml