Page 36 of 95

Posted: 26 Jul 2006, 02:43
by AF
My hard drive. I'm just waiting to see if Lindir has any more changes ot make then I'll release.

Posted: 26 Jul 2006, 03:37
by Egarwaen
AF wrote:RC19 has a stall algorithm that sitn at all optimal, which leads to sometimes very very bad chocies. I beleive you'll be able to turn on interpolation again in rc22, making not to turn it off and then back on againf rot he first 5 or 6 entries in your commanders startup.
Hm. That would be nice. What I'm concerned about, though, is the AI deciding to build an air factory early on because it's a very cheap factory. The problem is that this screws you over in the first 5 minutes of the game, because the air builders suck at expansion and the air units suck at general combat.

Posted: 26 Jul 2006, 03:39
by AF
The AI doesnt gage thgins that way.

What it does is it lists all the factories it can build with that buidler that the Antistall algorithm gives the go ahead for. Then it randomly picks one.

Posted: 26 Jul 2006, 04:20
by Egarwaen
AF wrote:The AI doesnt gage thgins that way.

What it does is it lists all the factories it can build with that buidler that the Antistall algorithm gives the go ahead for. Then it randomly picks one.
Okay, but I really don't want that until it has a KBot lab up. Even a random chance of picking an air lab first would be really, really bad.

Posted: 26 Jul 2006, 05:24
by Lindir The Green
That's why I manually enter the factories, and I intentionally tell NTai to build more of them than it can support.

That way B_RULE and B_RULE_EXTREME almost always build infrastucture.

Posted: 26 Jul 2006, 14:34
by rattle
Is there some sort of documentation on the buildtrees other than what I've already seen (that incomplete list which is included)?

Posted: 26 Jul 2006, 16:47
by Scikar
rattle wrote:Is there some sort of documentation on the buildtrees other than what I've already seen (that incomplete list which is included)?
That's what I've been looking for. AF, I see your posts but there's nothing explaining exactly how B_RULE and B_RULE_EXTREME work, you say B_RULE builds based on a set of rules, but nowhere is there an explanation of what these rules are. If you can tell me where to get any of this I'd happily put it together and wiki it, but this thread does not contain everything you need to write a buildtree.

Posted: 26 Jul 2006, 17:28
by AF
Look at Lindirs XTA buildtree, it has comments, and some of those comments are talking about B_RULE and the modifiers, telling you exactly how they work.

Oh and lindir, that method is not a very good idea, because it discourages amassing the resources to upgrade to lvl 2 and other teching up activities, because you're encouraging building cheaper stuff like that

egarwaen, try using meta tags to define the factories instead of B_FACTORY as it'll work in a similair way but it'll only choose from the factories you specify.

What does it mean?

Posted: 30 Jul 2006, 04:24
by Haerzog
When i use the spring single player, and i edit the bots, the Ntai bot comes in 3 ways. Ntai, NtaiLOG, and NtaiDEBUG. What do the last two do?

Posted: 30 Jul 2006, 04:35
by AF
Just sue NTai.dll for now.

If it is unplayable and crashes a lot which can happen but is very rare, then run NtaiDEBUG.

NTaiNLOG and NTaiDEBUG wont be in the rc22 build and will get deleted though, so just use NTai.dll for now.

Posted: 31 Jul 2006, 16:48
by jcnossen
The current ntai svn does not compile on visual studio 7.
\games\TASpring dev\trunk\AI\Global\NTAI\Helpers\ubuild.cpp(1220) : error C2664: 'bool CDTHandler::IsDragonsTeeth(const int)' : cannot convert parameter 1 from 'const UnitDef *' to 'const int'

Posted: 31 Jul 2006, 17:14
by AF
odd, it compiled for me, I'll fix that when I get back to my own computer

bool CDTHandler::IsDragonsTeeth(const int)

that shouldnt have a const in it and as far as I'm aware commenting out the function in the header and cpp will not do any harm as it isnt used atm.

Posted: 02 Aug 2006, 23:15
by mynthon
AI sends commander to my "base" - i usually play on big gren maps (greenheaven or similar). MOD: AA.

Posted: 03 Aug 2006, 00:13
by AF
I dont think there's any need for bug reports now, a lot has changed in terms of how many bugs there are in rc22, and the new buildtrees improve overall play.


I'll release once lindir gives the go ahead.

Posted: 05 Aug 2006, 05:44
by Bad_Dude
bump :P

Posted: 05 Aug 2006, 17:25
by AF
RC22 is still being worked on. I'm currently trying to fix something with units not grouping together on flat open maps.

XE8 style triggerhappy dgunning is fixed though. Cloaking removed. Learning weights made more extreme so it's more apparent that NTai learns. Made it less likely for cosntruction units to keep walking into death trap mexes

Posted: 11 Aug 2006, 17:15
by Aun
All attacking units/scouts are sent to the top left corner of the map in Gundam Tiny Coms...

Posted: 11 Aug 2006, 18:15
by AF
Fixed in RC21, please wait for rc22

Posted: 15 Aug 2006, 20:24
by AF
More information here

Spring SP, XE9RC22, 4 GroupAI's

Posted: 15 Aug 2006, 21:08
by KDR_11k
Can you make a preliminary 73b1 dev release build so we can use it to test our mods on that version? I think Argh wanted that badly.