Search found 91 matches

by zappa_engine
11 Jun 2010 10:05
Forum: YaY
Topic: Some ppl booted to YaY players
Replies: 81
Views: 8351

Re: Some ppl booted to YaY players

Will attempt to fix. Have to create the bad code first, so I can do testing on the antidote. Imagine it's as simple as implement flood code on table ops to prevent so much programatic processing. Seems normal Java client is fine, so it must be internal overflow issue.
by zappa_engine
28 Mar 2009 09:59
Forum: YaY
Topic: yics fixed announce by Reborn people
Replies: 15
Views: 2202

Re: yics fixed announce by Reborn people

matematiko wrote: We are also working in fixing yics(zappa_engine can corroborate this).
Confirmed.
by zappa_engine
24 Mar 2009 23:56
Forum: Book Tourney
Topic: Opening Bin Books War
Replies: 26
Views: 3084

Re: Opening Bin Books War

Thanks for the test. 9 points out of 20 isn't too bad. Did you plan on doing a round robin so every book gets a chance to play each other? How do you handle ponder in matches? I would think the best way to do book matches would be to have two equal systems so both engines can have full access to pon...
by zappa_engine
23 Mar 2009 23:41
Forum: Book Tourney
Topic: Opening Bin Books War
Replies: 26
Views: 3084

Re: Opening Bin Books War

xsupremex wrote:Sure zappa, my pleasure :) Where do I find this book?
Try this link: http://www.autochess.com/forum/download/file.php?id=11
by zappa_engine
22 Mar 2009 21:44
Forum: Book Tourney
Topic: Opening Bin Books War
Replies: 26
Views: 3084

Re: Opening Bin Books War

Can you include 2500both.bin in the tests? I'm curious how this oldie stacks up.
by zappa_engine
13 Mar 2009 02:24
Forum: STUCI
Topic: STUCI Classic
Replies: 96
Views: 10245

Re: STUCI Classic

HeavyThought and time patch code released. Check the first post for a download link.
by zappa_engine
10 Mar 2009 02:14
Forum: STUCI
Topic: STUCI classic time patch
Replies: 1
Views: 751

STUCI classic time patch

Inside sub top_style12, make these modifications to allow polyglot to adjust to lag and prevent losing because it didn't get a chance to make enough moves. my $timebuffer=8; <-- I use an 8 second buffer, it can be set to user preference my $wtime=int(&top_timeleft($table,0)/1000)-$timebuffer; my $bt...
by zappa_engine
26 Feb 2009 14:22
Forum: YaY
Topic: New YaY Ultimate 3.2.1 Flash Edition Comming Soon
Replies: 89
Views: 11836

Re: New YaY Ultimate 3.2.1 Flash Edition Comming Soon

Hi matematiko and dene, I am wondering, since I have two computers (windows x and iMac) that you can make YaY work for mac's too. My parents are divorced..and I have to switch between houses, and when im at house with mac..I'm stuck with nothing to do. Just an idea; thanks for considering!! -Aaron8...
by zappa_engine
02 Feb 2009 07:54
Forum: YaY
Topic: New YaY Ultimate 3.2.1 Flash Edition Comming Soon
Replies: 89
Views: 11836

Re: New YaY Ultimate 3.2.1 Flash Edition Comming Soon

Omg, I was mentioned. YaY ! Okay, really though, I'm excited everyone will have a chance to use fully functional flash protocol. It's nice to click and login without being bugged by a captcha. No more trying to squint and figure out letters. One of the side benefits of these changes is that you can ...
by zappa_engine
31 Jan 2009 06:58
Forum: STUCI
Topic: stuci windows...where is the .exe application start?
Replies: 12
Views: 1546

Re: stuci windows...where is the .exe application start?

I'll look into it. Bryan is mentioning that the software is crashing for him too. I just wanted to make sure that it wasn't an issue with the engine being found. I'm going to recompile Chessy sometime (no login fix). Oh wait, now that I mentioned it, here's a little tip. Copy YGL.dll from STUCI Wind...
by zappa_engine
31 Jan 2009 01:52
Forum: STUCI
Topic: "STUCI Windows" Troubleshooting FAQ
Replies: 0
Views: 905

"STUCI Windows" Troubleshooting FAQ

Q: What is STUCI Windows? A: It is software based on the original Chessy interface. It has a built-in GUI, and can handle tasks as connecting to Yahoo chess server, playing a normal chess game, or loading a UCI chess engine to play. Q: I'm getting an error when I try to start the program. "Chessy ha...
by zappa_engine
31 Jan 2009 01:34
Forum: STUCI
Topic: stuci windows...where is the .exe application start?
Replies: 12
Views: 1546

Re: stuci windows...where is the .exe application start?

Yeah, you're being quite helpful supreme, thanks! So, yes, the STUCI Windows topic post had a version I posted in which my settings were included (and most likely incompatible with others). I updated and fixed that quickly after being notified by supreme but maybe the old version is still lingering ...
by zappa_engine
29 Jan 2009 20:40
Forum: STUCI
Topic: stuci windows...where is the .exe application start?
Replies: 12
Views: 1546

Re: stuci windows...where is the .exe application start?

You can find the .exe application by:
1) unzipping STUCI_Windows_Source_080605.zip
2) opening STUCI_Windows_Source_080605 directory
3) opening Release directory
4) running Chessy.exe

Good luck :)
by zappa_engine
11 Jan 2009 02:56
Forum: Polyglot
Topic: Why some guys seem to increment their remaining time?
Replies: 15
Views: 1805

Re: Why some guys seem to increment their remaining time?

You can only do this if you run the .PL file instead of the .EXE version.

Inside the .PL perl file, search for the string: can_read

The complete line may be like this:
foreach my $i ($sel->can_read(0.05)) {

Change the number there from 0.05 to 0.01 to change the read pulse.
by zappa_engine
10 Jan 2009 15:58
Forum: Polyglot
Topic: Why some guys seem to increment their remaining time?
Replies: 15
Views: 1805

Re: Why some guys seem to increment their remaining time?

Speed chess was one of my favorite interests when I worked with these ICS emulations. Some secrets people can use are: 1) speed up the pulse of reading data from the server. At the moment, it's set to 0.05 sec, but you can change that to 0.01 (don't set to 0.00 because it will draw CPU usage way mor...