Hard Light Productions Forums
Modding, Mission Design, and Coding => The Modding Workshop => Topic started by: Darius on April 05, 2006, 06:10:39 am
-
Hello,
I've been playing around with making variations of current Terran Huge Turrets...I'm envisioning a kind of fast-firing anti-capital gun that fires streams of blobs at capital ships. What table functions do I edit to make the turret aim only at capital ships and not at fighters? I also want to decrease the accuracy of the turrets for balance...do I put a Miss Factor into the weapons table, or do I decrease the default AI for each turret in the ships table? And how would I be able to do it?
-
See FSwiki's weapons.tbl (http://www.hard-light.net/wiki/index.php/Weapons.tbl). For the options in the table...
i) To aim only at larger vessels use weapon flag "huge"
ii) To decrease accuracy use for example $fof: with values of about 0.5 (test test test) or decrease the AI level of the turrets
Also remember that game increases the firewait of ai turrets according to the difficulty level too
-
"same turret cooldown" forces the weapon on a turret to fire as fast as fire wait specifies, regardless of skill level.