• View
  • Changes
  • Options
  • Related
  • Edit
  • Download | Support | Changelogs

     

    Documentation:

    General Information

    Introduction | Overview | Features | Goals and Scope | FAQ Installation | Running an ACE Server | Tracking Problems

     

    Community Information

    About Us (contact) | Compatible Mods | Contribute | Guides | Missions | Servers | Videos

     

    Developer Information

    API | Classlists | Compatibility | Modification | Resources

     

  • View
  • Changes
  • Options
  • Related
  • Edit
  • News    

    Ongoing development Wagn_feed_icon-medium-9343

       ACE 1.13 RC5 [2011-12-09. Hotfix: 2012-04-27]

     

    Stable Wagn_feed_icon-medium-9343

       ACE 1.13 for OA [2011-12-23]

       ACE 1.3 for A2 [2010-07-05] (Deprecated)

     

    Dev blogs Wagn_feed_icon-medium-9343

    1 2 next » (37)

    1 2 next » (37)

     

    Wheeled by Wagn v. 1.8.1
  • View
  • Changes
  • Options
  • Related
  • Edit
  •  

    Synchronizes wind between server and clients for consistency.

    Server runs a master script that periodically generates new wind parameters and broadcasts them to the clients. Wind strength depends primarily on current overcast value and the pre-set general wind strength parameter (see below).

    Two parameters can be used by mission makers to adjust the system for their needs (both run on server):

    • To disable the system: ace_sys_wind_deflection_windsync = false; (default true)
    • To set predominant wind strength: ace_sys_wind_deflection_spdparams = [probability of mild wind,probability of moderate wind,probability of strong wind]. For example: ace_sys_wind_deflection_spdparams = [0.8,0.2,0] will create weak wind with periodical moderate gusts. If the value is nil (default), it is generated automatically every 20 minutes or so, also based on overcast value.