View Single Post
  #1  
Old December 28th, 2004, 07:45 PM

Alski Alski is offline
Private
 
Join Date: Dec 2004
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Alski is on a distinguished road
Default AI_Research question

Hi anyone, does anybody know if there is a list of the odd codes or whatever there called that can be used in SE4g ?, for an example of what i mean, in the components file there can be thing like this:

Ability 1 Type := Shield Generation
Ability 1 Descr := Generates [%ShieldPointsGenerated]

i am mainley curious as to weather there are more "codes" like [%ShieldPointsGenerated] that could be used in the AI files, the problem i am trying to solve is to find something can could be used like this:

AI State := Not Connected
Tech Area Name := [%RACE] Ship Construction
Tech Area Level := 9999
Tech Area Min Percent := 100
{note that as far as i know [%RACE] proabely doesent work - i don't know)

the purpose being so that i can simpley append all the "AI_Research.txt" files for all the many AIs in the startrek mod that don't have "Not Connected" AI states with out rewrighting each one specificley.

Thanks for your time, and sorrey about the lentgh of this post
Reply With Quote