... In aregion.cpp, in the CleanUpWater function, in the loop: for (int ctr = 0; ctr < 6; ctr++) { ...the "6" is SEA_LIMIT+1. But why do you need to know this?...
I was looking for the gamedef that would allow me to limit the amount of inland seas on a large map. I thought that the SEA_LIMIT gamedef would allow me to do...
... Well, if you change that hard-coded value, then it will have the same effect as changing SEA_LIMIT in v5. ... That's probably a good start anyway! ... ...
On Mon, 9 Feb 2004 21:14:40 -0800 (PST) ... In version 4, you also need to enable lakes (LAKES_EXIST in v4). That's something that was changed to a default in...
... far). ... and ... Issues found during the Arcadia coding or testgame with standard version 5: * Mistake with destruction of shields in combat (I think it's...
... Excellent post. I play Atlantis since 1.5 year now and agree with the 5 points listed by Piotr. One idea about b) Empire Size: What limits Empire Size is...
In SetupCityMarket(), when counting the number of trade items present, the code does: if(ItemDefs[i].type & IT_TRADE) numtrade++; if(ItemDefs[i].flags &...
... Hash: SHA1 ... Nup. I stumbled across this bug about a month or so ago, and posted it to the list on 9/1/04. I seem to recall submitting a patch into the...
For some reason I am having a hard time casting "bird lore" The order that was placed is CAST "Bird Lore" SE I have tried many different ways of submitting...
From: "raistlin1966" <raistlin1966@...> ... Not a prob. For some reason lots of people have trouble with this, and there are a number of other spells...
... Hash: SHA1 ... Yes, but you haven't tried CAST BIRD DIRECTION SE It uses a keyword there (DIRECTION) for easier parsing/disambiguation. - --JT - -- ...
... Can anyone think of a less ambiguous way to write the spell descriptions? In the current Arcadia testgame (where most players have played before) the most...
... That'd be my preferred option. There are all sorts of ways to represent metadata in plain text (eg <direction>), but it's always open to misinterpretation....
Hello people, im new to atlantis. ive played in ants game for about 8 turns now, and ive been looking at the source of atlantis (not very closely, ive only...
... in ... This sounds like a gamedef issue (MAX_INACTIVE_TURNS and LASTORDERS_MAINTAINED_BY_SCRIPTS, see gamedefs.h for a description of what they do, and...
I'm adjusting AAAcontroller to support the spoils flag (and the reveal unit flag flag setting). The game I'm in doesn't use the spoils flag (4.0.6 build) and...
Voidspace
mike@...
Feb 19, 2004 2:24 pm
6073
Okay, thanks for that. at the moment, i have less than a minute. i have a test in about 30 seconds, so ive gotta go. will look at 6029 soon. thankyou again for...
Hi, A somewhat rare bug: if there are no items of a class which may be dropped as spoils, then the current spoils coding drops whatever item corresponds to the...
(This applies to A5.0) In the extra.cpp file is the modification for the gamedef "full invisibility on self". As I read it, it replaces slot 3 of the stealth...
... Hash: SHA1 ... Remember that in C (and C++) array indices start at 0, so by passing in '3', it's really affecting slot 4 (0, 1, 2, 3) :) - --JT - -- ...
... as ... file ... passing in ... Yep, but in the A5 version I have (from middle of last year), the 'setting guards stealth to zero' is in slot 4 of 5 ;) - ie...
Hi All, I just thought I'd run this one past you before I go digging too deeply into the combat code. Basically, one of my players is attacking the city...
Hi Ant Check to see if some of these player COMB1 and COMB2 units were set behind, that alter the battle considerably. Apart from that the result seems a bit...
... If Pete's explanation is not the case, then check the default "weapon length" for unarmed troops with your code - from memory the first Arcadia game was...
Hi, Caught by Delvin in the testgame. For level 3 Engrave runes of warding, the default A5 code (that I have) is: if(OBJECT_DISABLED(O_CASTLE)) { *str += "At...
Hi ... of ... Get tortoiseCVS ( http://www.tortoisecvs.org/ ) and aim it at: cvs.dragoncat.net And dare I say, JT, give Bradley commit access to the cvs :) ...