View Single Post
  #650  
Old December 17th, 2004, 03:59 PM

boran_blok boran_blok is offline
Sergeant
 
Join Date: Sep 2004
Location: Belgium
Posts: 222
Thanks: 0
Thanked 0 Times in 0 Posts
boran_blok is on a distinguished road
Default Re: The Star Trek Mod - 1.9.0.2 Update Released

Serious bug:
Satellite mount doesnt work anymore for weapons, but works for everything else (including satellite computer and remote mining components)

changing:
Code:
Long Name                      := Satellite Mount
Short Name := Satellite Mount
Description := Reduces the Size of Components for Satellites.
Code := SM
Cost Percent := 100
Tonnage Percent := 50
Tonnage Structure Percent := 100
Damage Percent := 100
Supply Percent := 100
Range Modifier := 2
Weapon To Hit Modifier := 0
Vehicle Size Minimum := 50
Weapon Type Requirement := None
Vehicle Type := Satellite
Number of Tech Req := 0


to

Code:
Long Name                      := Satellite Mount
Short Name := Satellite Mount
Description := Reduces the Size of Components for Satellites.
Code := SM
Cost Percent := 100
Tonnage Percent := 50
Tonnage Structure Percent := 100
Damage Percent := 100
Supply Percent := 100
Range Modifier := 2
Weapon To Hit Modifier := 0
Vehicle Size Minimum := 50
Weapon Type Requirement := Direct Fire
Vehicle Type := Satellite
Number of Tech Req := 0



Fixed the problem, dont know why you changed it from 1.9.0.5 tho.
Reply With Quote