Extracted from the readme.txt
==================================================================================
Szint a chess engine with personality.
==================================================================================
Upon request of a friend i have added support to IvanHoe for read its parameters in
text files to create personalities.
It is not a new engine it is IvanHoe 999947c therefore you may say it is a derivate
or clone.
Szint is a word from hungary which in english is grade or style.
==================================================================================
Using Szint
==================================================================================
Install Szint as a UCI chess engine in your favorite GUI as Arena or Fritz.
Changing personalities in Arena. Engines-Engine1/Engine2-Configure.
Changing personalities in Fritz. Engine-Change Main Engine-Engine Parameters.
==================================================================================
Creating a personality
==================================================================================
-Open the file "molde.per" with notepad.
-Modify the values to create a personality.
-Save the changes with a new name by example Karpov.per
-Put the new file into personal folder (Training, GM or Settings).
-Open file "Personalities.ini" with notepad.
-Add at the end of the file the line:
Personality= Karpov
without ".per"
-Save Personalities.ini
-You have a new personality now.
==================================================================================
Parameters
==================================================================================
Pieces Value and Weights
These parameters are common in IvanHoe; you may change them without
problems.
Parameters with SCORE()
These parameters may cause a crash if you no is expert in it.
I recommend you no change it.
Strength
These parameters are to debilitate IvanHoe and create weak personalities.
DEPTH (default 255)
You may change max depth with this value.
TimeToThink (default 100)
Percentage of time to think (1-100)
If the engine has 60 seconds with Timetothink = 50
will believe that it have 30 seconds.
This is useful to weaken.
MinWaitToMove (milliseconds default 0)
Minimum delay in milliseconds to move.
This prevents the engine move immediately.
Enabled when Timetothink is less than 100.
MaxWaitToMove (default 15000)
Maximum delay in milliseconds to move.
This prevents the engine takes a long time to move.
Enabled when Timetothink is less than 100.
==================================================================================
Details
==================================================================================
-This program is made for fun.
-There is no warranty of any kind, use it at your own risk.
-Szint is freeware and may be distributed for non-commercial purposes.
-This program is compiled to be multiplatform so do not expect it to be fast.
-If you create a interesting personality please send it to me.
-If you are interested in source code send me an email.