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