Skip to main content

Version 5.00 beta 1



Link : http://dl.dropbox.com/u/18461840/LucasChessPortable500Beta1.exe




News from last development version are:





  • Bolokay has written the program's FAQ ,  available from Information.






  • Options-Other options :
    • Translation of labels : primarily for translators. Also to those who want to adapt the labels to their preferences.
    • Sounds edition : to record voices (also external wavs)  that can be heard while playing. For now, only for results and rival moves.
    • Users : enables a small user management, in the improbable situation that has more than one user using the same computer and lucas chess, or if user wants to organize with more than one entry.

  • Windows position are now saved.
  • Tutor window can now be set vertically. Via Options-Configuration-Boards
  • Critter updated to Version 1.0.1
  • While playing :
    • Hand cursor to pick up the pieces. (DRANIX idea)
    •  +Options
      • Tutor change : engine and/or its thinking time.
      • Sounds : that can be on/off, previously they can be set (Options-Other options)
    

Comments

  1. After i open this version and select the language, the GUI shows but it freeze? No such problem in version 403b.

    ReplyDelete
  2. I suppose you will refer that this version has at start a small effect, remains quiet during 3 seconds, after that time, begin to move the pieces to be placed to initial position. If during this initial time, press any icon, this process occurs immediately.

    ReplyDelete
  3. Actually, I just got a blank interface and there is no response at all :(

    ReplyDelete
  4. I need to know what operating system you use, and that you try to install in a different folder than defect, if you want you can email me (lukasmonk in gmail).

    ReplyDelete
  5. Thanks for your help, I have worked it out. My OS is Windows XP Chinese version, it must be that I extract the programme into the path which contain some Chinese characters in its path name. Now everything works fine :)

    I hope you can let players turn off the move animation in your final release version. Many thanks again!

    ReplyDelete
  6. Presentation is static during 3 seconds, and if you choose any option during this time, don´t appear animation.

    ReplyDelete

Post a Comment

Popular posts from this blog

R 1.06 Maia

 This update contains a major improvement with the inclusion of Maia. Maia is a neural network chess engine, created with the purpose of making her movements as human as possible. The Maia creation team has prepared 9 versions, from 1100 to 1900 of elo, and thus they have been included in Lucas Chess. You have all the information about Maia at: https://maiachess.com/

LINUX - First binary version

The first official binary version of Lucas Chess on Linux has just been released. It has only been made possible by the great work done by Laudecir Daniel , choosing and compiling the 67 engines, as well as laying the groundwork so that the binaries can be more widely used and others such as shortcut creation, installation scripts, ...... In addition,  Graham O'Neill  has provided Linux-specific drivers for several digital boards. This version has two limitations : 64-bit Linux OS only. Minimum GNU libc version: 2.26 (ldd --version shows it) Installation has been made as simple as possible: The installer is a .sh file, generated with the  makeself  tool, and can be downloaded from: SourceForge , GitHub The file must be run from a terminal with user permissions only: sh ./LucasChessR123_LINUX.sh Launches a GUI with very basic options: Install: Installs in LucasChessR folder inside the home user folder. Generates a shortcut in Applications > Games Launch the ap...

Installing Lucas Chess on Linux from the latest sources in two easy steps

First step Check that git is installed.  git --version If it is not, then: sudo apt-get install git  (for Debian/Ubuntu based systems) sudo yum install git (for RedHat/CentOS/Fedora based systems) Second step Download the script: https://github.com/lukasmonk/lucaschessR2/releases/download/R2.12c/LinuxInstaller.sh And launch it from a terminal. The whole installation is created in the ~/lucaschess folder, and there the program launcher and an update script are created: cd ~/lucaschess ./LucasR.sh ./update_lucaschess