Avorion
39 个评价
Arsenal Extension - Helix Cannon
   
奖励
收藏
已收藏
取消收藏
Mods: Mod
文件大小
发表于
更新日期
431.288 KB
2021 年 7 月 4 日 下午 10:27
5 月 28 日 下午 8:50
14 项改动说明 ( 查看 )

订阅以下载
Arsenal Extension - Helix Cannon

在 KnifeHeart 的 2 个合集中
Descent Weapons
4 件物品
Arsenal Extensions
13 件物品
描述
Adds a new weapon to the game inspired by Descent 2's Helix Cannon. The Helix Cannon is an energy weapon that alternates between firing a blast of five tightly-grouped spread of shots, then five loosely-grouped spread of shots, then five extremely loosely-grouped spread of shots. Excellent for fighting multiple enemy ships at once. Compared to Spreadfire Cannons, Helix Cannons are more rare and can be found slightly closer to the center of the galaxy.

===

Thanks to TESLA for the turret for the thumbnail! The in-game Helix Cannon will look similar to a standard plasma gun.
9 条留言
KnifeHeart  [作者] 9 月 6 日 上午 7:35 
If you're running over 9000 mods, you might want to figure out which one this is in conflict with :D
Baka yellow 9 月 4 日 下午 10:32 
i;'ve reasonh to believe the mod might be causing conflicts with the turret generator. Probaly.
KnifeHeart  [作者] 2024 年 1 月 23 日 下午 12:32 
Issue w/ Alliances should be fixed. Please let me know if it's not.
KnifeHeart  [作者] 2024 年 1 月 17 日 下午 11:27 
I guess you can tell I don't use alliances much, lol. Thanks for pointing me to the specific line.
KnifeHeart  [作者] 2024 年 1 月 17 日 下午 11:20 
I'll take a look at it sometime later this week.
[uRxP]DrChocolate 2024 年 1 月 17 日 下午 10:33 
Hi @KnifeHeart, @Bugget! is right - you have an issue in your code:

data\scripts\entity\merchants\fighterfactory.lua line 8:

local turret = Player():getInventory():find(idx)

If the turret is actually in the inventory of an alliance, instead of the player, this will be nil. It then passes the nil object down the chain to other consumers of the function, which causes an error.

This means that no player can build fighters from an alliance ship/inventory, clicking the button will silently fail.
Bubbet! 2023 年 12 月 27 日 下午 9:18 
You need to account for alliances in your fighter factory hook, it throws with nil value on line 9 because it cant find the turret.
KnifeHeart  [作者] 2021 年 8 月 1 日 下午 5:31 
This mod is now 2.0 compatible.
TESLA 2021 年 7 月 6 日 下午 1:43 
Cool stuff!