Race Project?
Moderators: GSH, VSMIT, Red Devil, Commando
- General BlackDragon
- Flying Mauler
- Posts: 2408
- Joined: Sat Feb 19, 2011 6:37 am
- Contact:
Re: Race Project?
Yeah, I generally throw away the STOCK method of AIPs as well, and use generic, ALL in ONE aips, that only care about the CPU Race.
Battlezone Classic Public Forums
*****General BlackDragon*****
*****General BlackDragon*****
- Red Devil
- Recycler
- Posts: 4398
- Joined: Fri Feb 18, 2011 5:10 pm
- Location: High in the Rocky Mountains
Re: Race Project?
can't imagine where you got that idea from...
If given the truth, the people can be depended upon to meet any national crisis. The great point is to bring them the real facts - and beer.
Abraham Lincoln
Battlestrat, FE, G66, In The Shadows, Starfleet, Uler, & ZTV
Lifetime member of JBS and NRA
Abraham Lincoln
Battlestrat, FE, G66, In The Shadows, Starfleet, Uler, & ZTV
Lifetime member of JBS and NRA
Re: Race Project?
NOT YOURed Devil wrote:can't imagine where you got that idea from...
Considering it was being dabbled with before you even touched G66 and before the current VIRTUAL CLASSes ever existed, but you just love to take credit for anything you can by implication.
- MrTwosheds
- Recycler
- Posts: 3059
- Joined: Sat Feb 19, 2011 8:37 am
- Location: Outer Space
- Contact:
Re: Race Project?
It is the fairly obvious course of action, once you read all the AIP bits in changelogs.
The Silence continues. The War Of Lies has no end.
- General BlackDragon
- Flying Mauler
- Posts: 2408
- Joined: Sat Feb 19, 2011 6:37 am
- Contact:
Re: Race Project?
Allow me to show you:Red Devil wrote:can't imagine where you got that idea from...
Code: Select all
- Fix for mantis #183 (condition counts). Was only running down craft
lists. Changed planCompare to be a string, which makes a whole lot
more sense. Also added another parameter, planConditionClassProvided,
which runs down the provideName="blah" of each unit checked.
planCondition = "Exists"
planConditionClass = "ibarmocpu"
planConditionCount = 1
planCompare = "==" // or "!=" or "<" or "<=" or ">" or ">="
planConditionClassProvided = false // false:direct match only. True: check provides
planCondition2 = "Exists"
planConditionClass2 = "ibsbaycpu"
planConditionCount2 = 1
planCompare2 = "==" // or "!=" or "<" or "<=" or ">" or ">="
planConditionClassProvided2 = false // false:direct match only. True: check provides
[NM]
Compiles, but is otherwise untested. [NM]
Code: Select all
- Work on mantis 228: Added to AIP files:
[Plan##]
planType = "Attacker" or "ClearArea" or "DefendArea" or "Defender" or "Explorer" or "CollectField" or "CollectPool" or "Hold" or "Service"
CheckProvides = true
This provides tends to be used for both supply & targets -- e.g.,
in an attacker plan, the CheckProvides setting is used for both
targetType = "xyz" and attackType# = "abc". I think I got all the
cases, but I'm not sure. [There's a metric boatload of duplicated
code in that file...] [NM]
Code: Select all
- Added, to AIP files
[Start]
CheckProvides = true // true = default
The value read by this is used by all plan chunks as their default
value. Should allow modders to tweak this value fairly quickly. [NM]
I believe you mentioned making G66 AIPs generic sometime a year or so after that...
Battlezone Classic Public Forums
*****General BlackDragon*****
*****General BlackDragon*****
Re: Race Project?
This was also the reason why the VIRTUAL classes were later added in 1.3, though no current AIPs use them. Had nothin' to do with RD.
- MrTwosheds
- Recycler
- Posts: 3059
- Joined: Sat Feb 19, 2011 8:37 am
- Location: Outer Space
- Contact:
Re: Race Project?
I used virtual classes in my (unfinished) mod, the only thing that still needs to be race specific are the things the AIP builds.
I imagine a clever dll and rigid naming conventions could overcome that too to some extent, then you could just use conditions to perform race specific attacks, like the bomber.
I imagine a clever dll and rigid naming conventions could overcome that too to some extent, then you could just use conditions to perform race specific attacks, like the bomber.
The Silence continues. The War Of Lies has no end.
- Red Devil
- Recycler
- Posts: 4398
- Joined: Fri Feb 18, 2011 5:10 pm
- Location: High in the Rocky Mountains
Re: Race Project?
of course, you misunderstand, as usual.
If given the truth, the people can be depended upon to meet any national crisis. The great point is to bring them the real facts - and beer.
Abraham Lincoln
Battlestrat, FE, G66, In The Shadows, Starfleet, Uler, & ZTV
Lifetime member of JBS and NRA
Abraham Lincoln
Battlestrat, FE, G66, In The Shadows, Starfleet, Uler, & ZTV
Lifetime member of JBS and NRA
Re: Race Project?
You however do not have to make 'sets', that is just one method of making AIPs .. a method that happened to be used, but not the only method that could be used.Red Devil wrote:N = number of AIP''s needed
R= number of races
A = number of AIP's in a set
R² x A = N
Basicly all you need is: R² = N
Or for generic AIPs: R = N
And you can even make 1 AIP for several races, but that just makes things more complicated than needed .. but that would mean: 1 = N
- General BlackDragon
- Flying Mauler
- Posts: 2408
- Joined: Sat Feb 19, 2011 6:37 am
- Contact:
Re: Race Project?
?Red Devil wrote:of course, you misunderstand, as usual.
Battlezone Classic Public Forums
*****General BlackDragon*****
*****General BlackDragon*****
- Red Devil
- Recycler
- Posts: 4398
- Joined: Fri Feb 18, 2011 5:10 pm
- Location: High in the Rocky Mountains
Re: Race Project?
that is what is called preaching to the choir.Red Spot wrote:Red Devil wrote:N = number of AIP''s needed
snip
about generic AIP's:
in the interest of saving labor - my labor - i made Natty's G66 AIP's 'generic' - before anyone else did - by eliminating the second race requirement in the G66 dll, drastically reducing the number of AIP's needed.
by eliminating the requirement for the second race requirement in the dll, i was able to reduce the amount of work needed on his AIP's and still retain Natty's vision and flexibility.
if some insecure glory hound wants to take credit for what i did - or the ideas that others have come up with before that... and say, 'oh, i knew/know how to do that!', or whatever, that's just...sad.

If given the truth, the people can be depended upon to meet any national crisis. The great point is to bring them the real facts - and beer.
Abraham Lincoln
Battlestrat, FE, G66, In The Shadows, Starfleet, Uler, & ZTV
Lifetime member of JBS and NRA
Abraham Lincoln
Battlestrat, FE, G66, In The Shadows, Starfleet, Uler, & ZTV
Lifetime member of JBS and NRA
- General BlackDragon
- Flying Mauler
- Posts: 2408
- Joined: Sat Feb 19, 2011 6:37 am
- Contact:
Re: Race Project?
You did that before July 2010?
It doesn't matter who did what first.
I merely wished to explain that, that is not the case.
If I did mis-understand the quoted sentence, I'm not sure how, and would like to know.
It doesn't matter who did what first.
Your sentence there implies that I stole the idea from you.Red Devil wrote:can't imagine where you got that idea from...
I merely wished to explain that, that is not the case.

If I did mis-understand the quoted sentence, I'm not sure how, and would like to know.
Battlezone Classic Public Forums
*****General BlackDragon*****
*****General BlackDragon*****
Re: Race Project?
Not to mention that is own later post he talks about people wanting to steal credit, like credit means anything. Just the usual implication that he did it, followed by people taking notice and saying "not you didn't", followed by him saying that people were too dumb to understand him (hence the "as usual" part of the comment) and then using what he just did to try to accuse them of it (taking credit). Laughable and transparent.
- Baconboy
- Attila
- Posts: 1063
- Joined: Sat Mar 05, 2011 11:49 pm
- Location: On this forum, aren't I?
- Contact:
Re: Race Project?
Red Devil wrote:of course, you misunderstand, as usual.

Re: Race Project?
Well, I already build semi-generic AIPs around 2000 ...General BlackDragon wrote:You did that before July 2010?
It doesn't matter who did what first.
