.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

Raging Tiger- Save $9.00
The Star and the Crescent- Save $9.00

   







Go Back   .com.unity Forums > Shrapnel Community > Space Empires: IV & V

Reply
 
Thread Tools Display Modes
  #1  
Old December 19th, 2002, 05:35 PM
Fyron's Avatar

Fyron Fyron is offline
Shrapnel Fanatic
 
Join Date: Jul 2001
Location: Southern CA, USA
Posts: 18,394
Thanks: 0
Thanked 12 Times in 10 Posts
Fyron is an unknown quantity at this point
Default Re: MODding Problem - Please Help

Upload such long things as a text file and make a link to it next time. That post is just way too long.
__________________
It's not whether you win or lose that counts: it's how much pain you inflict along the way.
--- SpaceEmpires.net --- RSS --- SEnet ModWorks --- SEIV Modding 101 Tutorial
--- Join us in the #SpaceEmpires IRC channel on the Freenode IRC network.
--- Due to restrictively low sig limits, you must visit this link to view the rest of my signature.
Reply With Quote
  #2  
Old December 19th, 2002, 05:39 PM
Atrocities's Avatar

Atrocities Atrocities is offline
Shrapnel Fanatic
 
Join Date: Dec 2000
Location: USA
Posts: 15,630
Thanks: 0
Thanked 30 Times in 18 Posts
Atrocities is on a distinguished road
Default Re: MODding Problem - Please Help

Excellent point Fyron, but how many people will know to do this on their first post? How can we get the word out?
__________________
Creator of the Star Trek Mod - AST Mod - 78 Ship Sets - Conquest Mod - Atrocities Star Wars Mod - Galaxy Reborn Mod - and Subterfuge Mod.
Reply With Quote
  #3  
Old December 19th, 2002, 06:58 PM

LostCommander LostCommander is offline
Private
 
Join Date: Dec 2002
Posts: 42
Thanks: 0
Thanked 0 Times in 0 Posts
LostCommander is on a distinguished road
Default Re: MODding Problem - Please Help

Hi. I hope this is the right thread for my short question. I was wondering why, after I added some components, facilities, and vehicle types, the AI is fielding vessels that do not follow the design rules in the vehicle sizes file or vehicle resrictions from the components file (more than the allowable engines, weapons only troops can have...). I would really appreciate the help. Thanks TTYL

- LostCommander Conquest
__________________
All is never lost.
Reply With Quote
  #4  
Old December 19th, 2002, 07:37 PM
Wanderer's Avatar

Wanderer Wanderer is offline
Corporal
 
Join Date: Dec 2002
Location: UK
Posts: 69
Thanks: 0
Thanked 0 Times in 0 Posts
Wanderer is on a distinguished road
Default Re: MODding Problem - Please Help

Quote:
Originally posted by LostCommander:
Hi. I hope this is the right thread for my short question. I was wondering why, after I added some components, facilities, and vehicle types, the AI is fielding vessels that do not follow the design rules in the vehicle sizes file or vehicle resrictions from the components file (more than the allowable engines, weapons only troops can have...). I would really appreciate the help. Thanks TTYL

- LostCommander Conquest
Because the AI designer doesn't pay much attention to the rules! If you're not careful it'll build ships with two space yards or something similar.

You have to mod the AI design choices to accord with the game rules and restrictions you've set up yourself. The stock AI is supposed to be set up to use the stock technology without breaking any rules, but modding or adding components will probably break this.
__________________
*insert impressive 50-line signature here*
Reply With Quote
  #5  
Old December 19th, 2002, 07:59 PM

LostCommander LostCommander is offline
Private
 
Join Date: Dec 2002
Posts: 42
Thanks: 0
Thanked 0 Times in 0 Posts
LostCommander is on a distinguished road
Default Re: MODding Problem - Please Help

Well, now that I know what is wrong, how do the AI design creation files work? I did not see any weapon family choices in the files specifying the troop weapons and I have no idea how it is choosing X number of engines for a ship. Thank you very much.
__________________
All is never lost.
Reply With Quote
  #6  
Old December 20th, 2002, 02:35 AM
Wanderer's Avatar

Wanderer Wanderer is offline
Corporal
 
Join Date: Dec 2002
Location: UK
Posts: 69
Thanks: 0
Thanked 0 Times in 0 Posts
Wanderer is on a distinguished road
Default Re: MODding Problem - Please Help

From AI/Default_AI_DesignCreation.txt (not sure what other files need to be changed [presumably the race-specific ones], but here is the best place to start):

Name := Attack Ship
Design Type := Attack Ship
Vehicle Type := Ship
Default Strategy := Optimal Firing Range
Size Minimum Tonnage := 10
Size Maximum Tonnage := 5000
Num Must Have At Least 1 Ability := 1
Must Have Ability 1 := Weapon
Minimum Speed := 4
Desired Speed := 6
Majority Weapon Family Pick 1 := 9
Majority Weapon Family Pick 2 := 1
Majority Weapon Family Pick 3 := 25

Majority Weapon Family Pick 4 := 0
Majority Weapon Family Pick 5 := 0
Secondary Weapon Family Pick 1 := 0
Secondary Weapon Family Pick 2 := 0
Secondary Weapon Family Pick 3 := 0
Secondary Weapon Family Pick 4 := 0
Secondary Weapon Family Pick 5 := 0
Shields Spaces Per One := 250
Armor Spaces Per One := 1200
Majority Comp Spaces Per One := 1200
Majority Comp Ability := Weapon
Secondary Comp Spaces Per One := 0
Secondary Comp Ability :=
Num Misc Abilities := 11
Misc Ability 1 Name := Point-Defense
Misc Ability 1 Spaces Per One := 400
Misc Ability 2 Name := Cloak Level
Misc Ability 2 Spaces Per One := 10000
Misc Ability 3 Name := Quantum Reactor
Misc Ability 3 Spaces Per One := 10000
Misc Ability 4 Name := Combat To Hit Defense Plus
Misc Ability 4 Spaces Per One := 10000
Misc Ability 5 Name := Combat To Hit Offense Plus
Misc Ability 5 Spaces Per One := 10000
Misc Ability 6 Name := Multiplex Tracking
Misc Ability 6 Spaces Per One := 10000
Misc Ability 7 Name := Shield Regeneration
Misc Ability 7 Spaces Per One := 800
Misc Ability 8 Name := Emergency Resupply
Misc Ability 8 Spaces Per One := 800
Misc Ability 9 Name := Self-Destruct
Misc Ability 9 Spaces Per One := 10000
Misc Ability 10 Name := Scanner Jammer
Misc Ability 10 Spaces Per One := 10000
Misc Ability 11 Name := Supply Storage
Misc Ability 11 Spaces Per One := 500

Weapon family 1 is the Anti-Proton Beam, 9 is the Ripper Beam and 25 the Depleted Uranium Cannon. The AI will use APBs if researched, but if not researched it'll try and use Ripper Beams. If it hasn't researched those either it'll use the DUCs. Race-specific ones tend to favour better weapon sets...

The minimum and desired speeds are the numbers of engines it'll try and place. I suspect it may check to see what the restrictions on engines are at this point - certainly I've not seen an AI-designed dreadnought in the standard game with 6 engines .

Note that replacing all the abilities with
Num Misc Abilities := 1
Misc Ability 1 Name := Space Yard
Misc Ability 1 Spaces Per One := 500
should cause the AI to design attack dreadnoughts with two space yards! So pay close attention to these abilities. Some modders add dummy abilities to certain items that serve no function other than to encourage the AI to use them effectively.

As for troops. I won't paste the whole entry up, although it is somewhat shorter. It calls for weapon families 100 and 101 which are small APBs and small DUCs.
__________________
*insert impressive 50-line signature here*
Reply With Quote
  #7  
Old December 20th, 2002, 01:58 PM

Atraikius Atraikius is offline
Second Lieutenant
 
Join Date: Mar 2001
Location: Elk River, MN, USA
Posts: 472
Thanks: 0
Thanked 0 Times in 0 Posts
Atraikius is on a distinguished road
Default Re: MODding Problem - Please Help

Maybe this will help, its a revised Version of the cheat sheet I made back before the Gold Version.

1040385338.zip
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 04:22 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.