... Sucking up to the GM won't work...! As for the Atlantis I've been working on - Japanese based Bushido type mod based on similar code to what Val was...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the atlantisdev group. File : /Atlantis...
atlantisdev@yahoogrou...
Jun 2, 2009 3:40 am
7986
Hello EK, ... that is a problem that originates in the ruleset of Atlantis, not in the clients itself. So far there have been few games who tried to approach...
Hmm I feel like writing something :) I think the newest Atlantis versions have some posibility to automate things. Ok turn/endturn order is not the easiest one...
Well, at a time a was thinking about providing a Python API in ALH to the generic game data and order generation, a set of support functions, some kind of...
Hello. It is not needed to make any changes to write BOT or AI for AE client I wrote in visual basic good bot who carries out all duties from very start of...
Yep, I wrote an Atlantis bot too, called Genghis, although it turned out to be more of a cyborg. The basic idea was to expand mindlessly, and shuffle your...
Hello, ... Hm... Did You try to use atlantis advisor client program? Using it (with needs and routes tools) I have to give similar orders once. When everything...
... Sorry, I made a mistake in the text of the letter. The problem with compiling in release. In debug mode atlantis builds in 2 sec. -- v.shark __________...
Hello, Anybody tried to build atlantis 4.1.0 or 4.0.10 on windows in C++ microsoft visual studio (2005 or 2008) in release mode? In debug mode both IDE "hangs"...
Hello, from the previous messages I got that new version of Atlantis is almost complete. Is anybody planning to host a new game based on new engine when A5 is...
I've been working with the Atlantis 5 code for about the last year now, and have been running a game for about 4 months. My game is currently full as I'm...
Beeing on of the few who had asked for a source code a long time ago, I am happy to spread the word that Rich Skrenta has released the sources for Olympia G1...
Hi... In VS the variables in the for loops have to initialized: instead of this: for(i; i <= months; i++) you have to put something like this: for(i=i; i <=...
Interesting. I've being thinking recently about Atlantis simplification and even writing my thoughts down :) I do not have the full text at the moment, will...
... I can do that if there's interest. My own game (Eressea) is also pure C, and the oly code looks like it's fine (as much as I can tell from quickly glancing...
Hello Enno, thank You for Your offer! It seems that there is a problem with the declaration of at least two functions: log() and strcat. Probably it has to do...
My guess is that Richard took a snapshot of those folders as-is (there are logfiles and binaries in there), and did not bother removing copyright notices etc....
Oh, wow. The source code might be consistent, but it's very, very old. It uses C from before we had a standard (K&R function declarations), it doesn't really...
Hello Enno, looks like You had an exciting night.. that is what I expect from the old school programmers. Forget all women, food, stretch Your fingers and dive...
Hi all, could you please share this VB code with me? I have no experience with Python, but VB would be a lovely piece. I always dreamed to write some bot or to...
I spent a couple of hours. First ditched the makefiles in favor of cmake, then fixed first all errors and non-standard functions so it compiled on two...
Atlantis suffers from micromanagement. Having to take care of everything pretty soon starts consuming too much time. So recently I was thinking about...
... I've put the G2 code on sourceforge, it's in the SVN there. Check https://sourceforge.net/projects/olympiapbem The code will build with gcc on Linux or...