|
|
|
 |
|

February 15th, 2004, 01:53 PM
|
 |
Brigadier General
|
|
Join Date: Jul 2001
Location: Kiel, Germany
Posts: 1,896
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: AI Design
Quote:
Originally posted by TNZ:
I was trying to get the AI to use more than two weapons types in the AI design creation file. My idea was to add an ability to the weapon components, so I could get the AI to add more than two weapon’s types to its design creation. e.g leaking armor. Using this idea, I was able to get the AI to make a carrier with three different weapon types excluding the point-defense weapon. I don’t know if this is a new idea or not.
|
nope, not a new idea. But still a good way to do it .
I am curious about you other suggestion of using defense ship design type as the alternate design. In my expirience defense ships tend to make their own fleets and not mix with other ships like attack, boarding, carrier, etc. What are your observations how the AI fleets are handled?
|

February 15th, 2004, 04:56 PM
|
 |
Corporal
|
|
Join Date: Mar 2003
Location: New Westminster, Canada
Posts: 130
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: AI Design
Quote:
Originally posted by Rollo:
Thought of doing what as well? Not sure what you are referring to.
You cannot create new design types, but what you can do is using the design names in the queue. It is not working as well as using differrnt types (as described in my earlier post), though.
|
What I meant was using abilitiy types to force weapons upon the vehicle.
I tried the design names, and it sure doesn't work very well. I only saw a few ships of a certain type. How bizzare..
I must say, after working for two solid weeks on my Mod, and running into this road block, I'm pretty dissapointed now that I see that the AI is severely limited in it's implementation. Sure, I've spent hours painstakingly laying out a great weapon system. But what's the point if the AI is only going to throw only one family of "weapon X" into their ship designs!?
The work around is using boarding party ships and Kamakaze ships... Does this mean that they'll never build normal boarding ships or kamakaze ships? I have a hunch that they were never effectively utilized by the AI in the first place, thus providing a viable option to get two more attack types out of it.
|

February 16th, 2004, 01:22 AM
|
 |
National Security Advisor
|
|
Join Date: Dec 1999
Posts: 8,806
Thanks: 54
Thanked 33 Times in 31 Posts
|
|
Re: AI Design
Design names do work, or they did, the Last time I was modding AI's. You might not be understanding how the construction file works, though. If you have, for example, lines to build:
Attack Ship x 10
Named Attack Ship A x 13
Named Attack Ship B x 15
where "Named Attack Ship A" and "Named Attack Ship B" have type = Attack Ship, the AI will build 10 attack ships of the "best" type in its opinion, and then 3 Named Attack Ship A's, and then 2 Named Attack Ship B's. That is, assuming no losses, the numbers subtract the number of ships of the same type (not name) that have already been built. So if you want 10 generic attack ships, 13 A's, and 15 B's, then you need to ask for:
Attack Ship x 10
Named Attack Ship A x 23
Named Attack Ship B x 38
(That is, unless I'm remembering incorrectly, but I don't think I am.)
PvK
[ February 15, 2004, 23:23: Message edited by: PvK ]
|

February 16th, 2004, 01:35 AM
|
 |
Colonel
|
|
Join Date: Jul 2000
Location: Montevideo Uruguay
Posts: 1,598
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: AI Design
Quote:
Originally posted by PvK:
Design names do work, or they did, the Last time I was modding AI's. You might not be understanding how the construction file works, though. If you have, for example, lines to build:
Attack Ship x 10
Named Attack Ship A x 13
Named Attack Ship B x 15
where "Named Attack Ship A" and "Named Attack Ship B" have type = Attack Ship, the AI will build 10 attack ships of the "best" type in its opinion, and then 3 Named Attack Ship A's, and then 2 Named Attack Ship B's. That is, assuming no losses, the numbers subtract the number of ships of the same type (not name) that have already been built. So if you want 10 generic attack ships, 13 A's, and 15 B's, then you need to ask for:
Attack Ship x 10
Named Attack Ship A x 23
Named Attack Ship B x 38
(That is, unless I'm remembering incorrectly, but I don't think I am.)
PvK
|
You're 100% right.-
|

February 16th, 2004, 01:41 AM
|
 |
Colonel
|
|
Join Date: Jul 2000
Location: Montevideo Uruguay
Posts: 1,598
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: AI Design
Quote:
Originally posted by Litcube:
I tried the design names, and it sure doesn't work very well. I only saw a few ships of a certain type. How bizzare..
|
Check the PVK post...
Quote:
Originally posted by Litcube:
I must say, after working for two solid weeks on my Mod, and running into this road block, I'm pretty dissapointed now that I see that the AI is severely limited in it's implementation. Sure, I've spent hours painstakingly laying out a great weapon system. But what's the point if the AI is only going to throw only one family of "weapon X" into their ship designs!?
The work around is using boarding party ships and Kamakaze ships... Does this mean that they'll never build normal boarding ships or kamakaze ships? I have a hunch that they were never effectively utilized by the AI in the first place, thus providing a viable option to get two more attack types out of it.
|
Was you looking some modded AIs to see how they work? Think this is the best way to learn.
Think you should check some TDM's AIs and see many things. The Orks and United Flora are great races to learn about different ship designes.
|

February 16th, 2004, 01:59 AM
|
 |
Major
|
|
Join Date: Oct 2000
Location: New York, NY
Posts: 1,066
Thanks: 1
Thanked 1 Time in 1 Post
|
|
Re: AI Design
That's great. I haven't read that anywhere before. I thought the TDM AIs did that, but I didn't know how.
|

February 16th, 2004, 07:08 AM
|
 |
Corporal
|
|
Join Date: Mar 2003
Location: New Westminster, Canada
Posts: 130
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: AI Design
Quote:
Originally posted by PvK:
Attack Ship x 10
Named Attack Ship A x 13
Named Attack Ship B x 15
PvK
|
Where are you getting this x10, x13 and x15 from? The Construction_Vehicle.txt file? If so, I still don't grasp "x10" or "x13"
|

February 16th, 2004, 10:08 PM
|
 |
Corporal
|
|
Join Date: Mar 2003
Location: New Westminster, Canada
Posts: 130
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: AI Design
Ok, I will do that. But surely, you guys don't use the "must have". You're using the planet : ship ratios, correct?
I think this is why the "x" 10 was lost on me.
|

February 16th, 2004, 11:29 PM
|
Second Lieutenant
|
|
Join Date: Jan 2004
Location: Australia
Posts: 538
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: AI Design
A better more diverse AI would be good, thats where PBW makes up for it - you are up against human opponents.
|

February 17th, 2004, 02:08 AM
|
 |
Lieutenant General
|
|
Join Date: Jan 2001
Location: Oxford, UK
Posts: 2,592
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Re: AI Design
Quote:
Originally posted by Litcube:
quote: Originally posted by PvK:
Attack Ship x 10
Named Attack Ship A x 13
Named Attack Ship B x 15
PvK
|
Where are you getting this x10, x13 and x15 from? The Construction_Vehicle.txt file? If so, I still don't grasp "x10" or "x13" Yes, he is talking about that file.
use "must have := number"
Just remember that numbers are cumulattive for each design type.
If you have PvK' Proportions mod, take a look on Pequeninos or Soul Hunters files, they build multiple types of attack ships.
__________________
It is forbidden to kill; therefore all murderers are punished unless they kill in large numbers and to the sound of trumpets. - Voltaire
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is On
|
|
|
|
|