View Single Post
  #5  
Old October 16th, 2003, 07:15 AM

Mehrunes Mehrunes is offline
Private
 
Join Date: Sep 2003
Posts: 41
Thanks: 0
Thanked 0 Times in 0 Posts
Mehrunes is on a distinguished road
Default Re: Component Requirements

Thank God for hex editors. Try these...

Number of Requirements:= #

Req # Type :=
Req # Amount :=
Req # Per Level Modifier Type :=
Req # Amt Per Level Modifier :=

Types: None, Level Required, Crew Required, Hull Required, Armor Required, Shields Required, Maximum Energy Required, Cannot Be Class(?)

Per Level Modifier Types: Number is the only one I tested, Percent might also work.

For instance, I got Life support to require 100 hull plus 10 hull per level using this...

Number of Requirements := 1
Req 1 Type := Hull Required
Req 1 Amount := 100
Req 1 Per Level Modifier Type := Number
Req 1 Amt Per Level Modifier := 10

Which is what that snippet at the very beginning of the components file is all about.

[ October 16, 2003, 06:24: Message edited by: Mehrunes ]
Reply With Quote