Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // This File: Settings.txt
- // Author: Sepefeets
- // Version: 0.2 (09-Jan-16)
- // Deck Name: SecretPaladin
- // Hero: Paladin
- // Deck Type: Tempo (Control)
- enfacehp = 29;
- maxwide = 10000;
- twotsamount = 2000;
- simEnemySecondTurn = true;
- playarround = true;
- playaroundprob = 50;
- playaroundprob2 = 80;
- enemyTurnMaxWide = 40;
- enemyTurnMaxWideSecondTime = 400;
- enemySecondTurnMaxWide = 40;
- nextTurnDeep = 6;
- nextTurnMaxWide = 40;
- nextTurnTotalBoards = 400;
- useSecretsPlayArround = true;
- alpha = 50;
- simulatePlacement = true;
- behave = control;
- // everything below is recommended to only be in your base settings.txt because they are personal choices
- // some may purposefully not reload with auto-config-switching
- // deck builders please start omitting these from your deck specific settings
- useExternalProcess = true; //use silver.exe for calculations, a lot faster than turning it off (recommended = true)
- concedeOnBadBoard = false; //concede if the enemy board is too good (recommended = false)
- //concedeOnBoardValue = -900 //concedeOnBadBoard will trigger if our best board is lower value than this (recommended = dont touch this)
- speed = false; //set this true to support sending multiple actions to bot (currently buggy so forced false)
- useNetwork = false; //use networking to communicate with silver.exe instead of a file (experimental, likely to fail after some time)
- netAddress = 127.0.0.1; //network address where silver.exe is running (127.0.0.1 = this computer)
- tcpPort = 14804; //tcp port to connect on
- 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