Results 1 to 5 of 5

Thread: Americas Army 3 through Wine

  1. #1
    Join Date
    Jan 2011
    Beans
    92
    Distro
    Ubuntu 11.04 Natty Narwhal

    Americas Army 3 through Wine

    Got AA3 installed through steam but I have no control over the main menu or the mouse. Wondering what could be causing this?

    Edit: I found this http://www.wtfm.org/aa3-wine page which says it a fix for this but I have no idea where to put this script in.
    Last edited by freshmeat20; August 4th, 2011 at 03:32 AM.

  2. #2
    Join Date
    Jan 2011
    Beans
    92
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Americas Army 3 through Wine

    bump. Im stuck at this script fix and only need to know how to use it.

  3. #3
    Join Date
    Jun 2010
    Beans
    181

    Re: Americas Army 3 through Wine

    This not a script but patch to Wine source code that allows to dynamically switch mouse warping mode. Normally Mouse Warp Mode is statically defined in Wine registry.
    To use this patch You need to download complete Wine source (I suggest to use version that the patch was created for), use patch command to apply the changes and compile it.

    This is very strange solution - I don't know if it will help You, because I don't play AA3. However I suggest to first try different warping modes provided by latest version of Wine and windowed mode for the game.

    regards.

  4. #4
    Join Date
    Jan 2011
    Beans
    92
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Americas Army 3 through Wine

    Could you tell me how to apply this patch? I have the wine source now should I install this before I compile or after in a /root/wine folder?

  5. #5
    Join Date
    Jun 2010
    Beans
    181

    Re: Americas Army 3 through Wine

    To apply:

    • Download Wine 1.1.28 sources.
    • cd dlls/dinput
    • Apply the patch above.
    >patch <name_of_patch_file.diff

    Then You should compile Wine:
    sudo apt-get install build-essential
    sudo apt-get build-dep wine - this will install dependancies for latest wine, but it should work

    cd to base src dir (something like /usr/src/wine-1.1.28/)
    >./configure - if something is wrong/missing then here you will get error message
    >make depend && make
    >sudo make install

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •