project.mac.conf 393 B

12345678910111213141516
  1. <?php
  2. // Set this true to enable hifi networking instead of standard.
  3. // In general ... hifi is designed to better deal with fast
  4. // moving players in close proximity to each other, such as
  5. // a racing game.
  6. $TORQUE_HIFI_NET = false;
  7. Torque3D::beginConfig( "mac", "Empty" );
  8. // Include Web Deployment module
  9. includeModule( 'webDeploy' );
  10. Torque3D::endConfig();
  11. ?>