Jump to content
Welcome to the virtual battlefield, Guest!

World War II Online is a Massively Multiplayer Online First Person Shooter based in Western Europe between 1939 and 1943. Through land, sea, and air combat using a ultra-realistic game engine, combined with a strategic layer, in the largest game world ever created - We offer the best WWII simulation experience around.

Fine tune ATG and Tank aiming


dunlop
 Share

Recommended Posts

Many moons ago, I used to have a .CFML file with a script for fine tuning ATG and tank aim using the keyboard arrow keys.

Does anyone happen to have or know where I can get that .CMFL file? 

If you know the script lines that I can paste into the file, that would be super helpful as well.

 

Cheers.

 

Link to comment
Share on other sites

Figured it out using in-game adjusts for ATG and Tank turret controls.

But I copied the script from the CMFL files. Feel free to copy and paste them into your .cmfl files.

 

FOR ATG

 

<?xml version='1.0'?>
<!DOCTYPE controlset SYSTEM "cfml.dtd">
<controlset version="1.1.0" language="english" keyboard="us">
    <control function="Deploy weapon">
        <key>d</key>
    </control>
    <control function="Gas">
        <joyaxis stick="1">slider1</joyaxis>
    </control>
    <control function="Turret traverse">
        <keyabsolute value="0.00" onrelease="50.00">
            <key>left arrow</key>
        </keyabsolute>
        <keyabsolute value="100.00" onrelease="50.00" index="10">
            <key>right arrow</key>
        </keyabsolute>
    </control>
    <control function="Turret elevate">
        <keyabsolute value="0.00" onrelease="50.00">
            <key>down arrow</key>
        </keyabsolute>
        <keyabsolute value="100.00" onrelease="50.00" index="10">
            <key>up arrow</key>
        </keyabsolute>
    </control>
    <control function="AT Gun Move">
        <joyaxis stick="1">slider1</joyaxis>
    </control>
</controlset>
 

 

FOR ARMOR

 

<?xml version='1.0'?>
<!DOCTYPE controlset SYSTEM "cfml.dtd">
<controlset version="1.1.0" language="english" keyboard="us">
    <control function="Shift up">
        <key>]</key>
    </control>
    <control function="Shift down">
        <key>[</key>
    </control>
    <control function="Gas">
        <joyaxis stick="1">slider1</joyaxis>
    </control>
    <control function="Turret traverse">
        <keyabsolute value="0.00" onrelease="50.00">
            <key>left arrow</key>
        </keyabsolute>
        <keyabsolute value="100.00" onrelease="50.00" index="10">
            <key>right arrow</key>
        </keyabsolute>
    </control>
    <control function="Turret elevate">
        <keyabsolute value="0.00" onrelease="50.00">
            <key>down arrow</key>
        </keyabsolute>
        <keyabsolute value="100.00" onrelease="50.00" index="10">
            <key>up arrow</key>
        </keyabsolute>
    </control>
</controlset>
 

  • Thanks 1
Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...