Holdi601 / JoystickProfiler

Joystick Profiler Utility
HomePage
121 stars 13 forks source link

Refreshing DCS ID DB and Clean DB doesn't work with openbeta 2.9 #62

Closed Chaussette23 closed 10 months ago

Chaussette23 commented 10 months ago

There was some GUI change in DCS openbeta 2.9. Hence, the process to refresh ID DB and Clean DB dosn't work.

I changed Clicks\Clisks.xml file to repair this. However, that means it won't work for 2.8 or earlier versions.

Here is the fixed XML:

<?xml version="1.0" encoding="utf-8"?>
<DCSDBClicks xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <GearSymbol>
    <x>684</x>
    <y>26</y>
    <Anchor>TOP_LEFT</Anchor>
    <TimeoutMS>2000</TimeoutMS>
  </GearSymbol>
  <OptionsControls>
    <x>-365</x>
    <y>100</y>
    <Anchor>TOP_CENTER</Anchor>
    <TimeoutMS>2000</TimeoutMS>
  </OptionsControls>
  <OptionsControlsPlaneDropDown>
    <x>125</x>
    <y>103</y>
    <Anchor>TOP_LEFT</Anchor>
    <TimeoutMS>500</TimeoutMS>
  </OptionsControlsPlaneDropDown>
  <OptionsControlsMakeHTML>
    <x>310</x>
    <y>-70</y>
    <Anchor>BOTTOM_CENTER</Anchor>
    <TimeoutMS>1500</TimeoutMS>
  </OptionsControlsMakeHTML>
  <OptionsControlsClearAll>
    <x>305</x>
    <y>141</y>
    <Anchor>TOP_CENTER</Anchor>
    <TimeoutMS>2000</TimeoutMS>
  </OptionsControlsClearAll>
  <OptionsControlsClearAllCheckAll>
    <x>-182</x>
    <y>-76</y>
    <Anchor>CENTER_CENTER</Anchor>
    <TimeoutMS>2000</TimeoutMS>
  </OptionsControlsClearAllCheckAll>
  <OptionsControlsClearAllYes>
    <x>-58</x>
    <y>169</y>
    <Anchor>CENTER_CENTER</Anchor>
    <TimeoutMS>60000</TimeoutMS>
  </OptionsControlsClearAllYes>
</DCSDBClicks>
Chaussette23 commented 10 months ago

I think it's now fixed in 0.92 :o)