View Single Post
  #7  
Old February 12th, 2002, 05:22 PM

Andrés Andrés is offline
Major
 
Join Date: Apr 2001
Location: Rosario, Argentina
Posts: 1,047
Thanks: 0
Thanked 0 Times in 0 Posts
Andrés is on a distinguished road
Default Re: AI Patching requests

quote:
- skip to "*begin*"
- insert block text of orders to research bases2/sats2.
(Note: Must find an exact quote of the desired research command)
- skip to next instance of "ship con" or "base con"
- multiply value of entry by 3
- repeat from step 3 until EOF

That's right exact quote should look something like this:
quote:
AI State := Exploration, Infrastructure, Prepare for Attack, Attack, Secure Holdings After Attack, Incursion, Prepare for Defense, Defend (Short Term), Defend (Long Term)
Tech Area Name := Base Construction
Tech Area Level := 2
Tech Area Min Percent := 25

Not sure if increasing a value of 9999 to 29997 can generate an error, think not, max allowed value must be 65k. But ship construction in this mod only reaches to 60, so maybe multiply by 3 if < 60.

quote:
Design_creation:
Not quite sure what all the changes here are...
- do you want to copy-paste the attack ship, colony ship, and then make two flavours of edits?
- for the others, do you just want to set the properties after the "..."?


Smallest ships need/can only fit a few engines. And all bigger ships need 6 engines.
Copying and pasting seems as the easiest way to patch it.
Note that some AIs include different designs for different sizes. I don't know if it's possible to make the program able to recognize and patch those accordingly.

Colony ship design is very similar in all races, so maybe it's easier to make the program add a block text with the 3 (rock/ice/gas) small colony ships.


quote:
Note: arbitrarily setting the majority weapon family could be dangerous, since the AI might not do any research in that area.

I know and it was only done to benefit very small and very early ship sizes.
If there's not enough space in the ship to accommodate the majority weapon pick 1, AI will not try with pick 2 but it will create a weaponless design. What isn't that bad since those ships suck in combat anyway, and the only reason you need this small attack ship is as an early explorer.
Reply With Quote