View Single Post
  #110  
Old October 11th, 2006, 05:34 PM
Kana's Avatar

Kana Kana is offline
Captain
 
Join Date: Apr 2004
Location: Texas
Posts: 962
Thanks: 0
Thanked 3 Times in 3 Posts
Kana is on a distinguished road
Default Re: Modding SEV Thread Questions

Quote:
Phoenix-D said:
A few modding tricks:
If you have a lot of components, some of them might be obselete at high tech levels, and unlike SE4 it doesn't seem like you can get rid of them.

But this isn't correct. All components take formulas for their requirements, and those accept "less than" as an option. So you can make a component that disappears once some research level is reached, and a better replacement becomes available.

Say you want the Cannon to appear from levels 1-5 in Projectile Weapons, where its replaced by the DUC. You'd put this in the requirement field:
(Get_Empire_Tech_Level("Projectile Weapons") >= 1) AND (Get_Empire_Tech_Level("Projectile Weapons") <= 5)

the (s are important- they let SEV know where a funtion like Get_Empire_Tech_Level ends.
If I understand how this is working...

Do you think you could do this in the Vehicle Size file, in conjunction with other vehicle models...?

So basically for example, you have a Original series Star Treck Constitution class ship, and then when you get to a certain level of ship construction, you could upgrade to the Movie era ship image, yet they are all in the say class level of ship?
Reply With Quote