Guest User

Untitled

a guest
Aug 23rd, 2016
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. // This File: Settings.txt
  2. // Author: Sepefeets
  3. // Version: 0.2 (09-Jan-16)
  4. // Deck Name: SecretPaladin
  5. // Hero: Paladin
  6. // Deck Type: Tempo (Control)
  7.  
  8. enfacehp = 29;
  9. maxwide = 10000;
  10. twotsamount = 2000;
  11. simEnemySecondTurn = true;
  12. playarround = true;
  13. playaroundprob = 50;
  14. playaroundprob2 = 80;
  15. enemyTurnMaxWide = 40;
  16. enemyTurnMaxWideSecondTime = 400;
  17. enemySecondTurnMaxWide = 40;
  18. nextTurnDeep = 6;
  19. nextTurnMaxWide = 40;
  20. nextTurnTotalBoards = 400;
  21. useSecretsPlayArround = true;
  22. alpha = 50;
  23. simulatePlacement = true;
  24. behave = control;
  25.  
  26.  
  27. // everything below is recommended to only be in your base settings.txt because they are personal choices
  28. // some may purposefully not reload with auto-config-switching
  29. // deck builders please start omitting these from your deck specific settings
  30.  
  31. useExternalProcess = true; //use silver.exe for calculations, a lot faster than turning it off (recommended = true)
  32. concedeOnBadBoard = false; //concede if the enemy board is too good (recommended = false)
  33. //concedeOnBoardValue = -900 //concedeOnBadBoard will trigger if our best board is lower value than this (recommended = dont touch this)
  34. speed = false; //set this true to support sending multiple actions to bot (currently buggy so forced false)
  35. useNetwork = false; //use networking to communicate with silver.exe instead of a file (experimental, likely to fail after some time)
  36. netAddress = 127.0.0.1; //network address where silver.exe is running (127.0.0.1 = this computer)
  37. tcpPort = 14804; //tcp port to connect on
  38. logBuffer = 0; //max log messages to buffer before writing to disk (0 causes a lot of disk activity but helps ensure data is written before possible crashes)
Advertisement
Add Comment
Please, Sign In to add comment