Advertisement
Guest User

Untitled

a guest
Oct 28th, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. // Basic config file generated 11/30/2017 6:41 PM with TADST.
  2.  
  3. MaxMsgSend = 128;
  4. MaxSizeGuaranteed = 256;
  5. MaxSizeNonguaranteed = 128;
  6. // Bandwidth the server is guaranteed to have (in bps)
  7. // General guideline is NumberOfPlayers * 256kb
  8. // It also seems that by default arma uses packet-pair probing to get this value, so it might be best to leave this be
  9. // Default: 131072
  10. //MinBandwidth = 12800000;
  11. // Server never goes over 20Mbps
  12. MaxBandwidth = 150000000;
  13. MinErrorToSend = 0.005;
  14. MinErrorToSendNear = 0.02;
  15. MaxCustomFileSize = 1310720;
  16. adapter=-1;
  17. 3D_Performance=1;
  18. Resolution_W=0;
  19. Resolution_H=0;
  20. Resolution_Bpp=32;
  21. terrainGrid=25;
  22. viewDistance=5000;
  23. Windowed=0;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement