Plowshare.stock with only 2 dumbfires

Find any bugs in Vega Strike? See if someone has already found it, or report them here!
Post Reply
huginn
Merchant
Merchant
Posts: 58
Joined: Sun Jun 15, 2008 9:58 pm
Location: Germany

Plowshare.stock with only 2 dumbfires

Post by huginn »

I am playing svn 12377. My plowshare.stock can only hold 2 dumbfires in total. As this seemed a very low value to me, I looked at the units.csv.

There it says for Plowshare.stock under Mounts

Code: Select all

{;4;1;light-missile medium-missile;-5.3;7;12;;;;;;;;;1;1}
The first 4 fields of each entry are relevant as far as I understand it, and mean

Code: Select all

type(string);ammo(int);volume(meters);SIZE(string)
So, the Plowshare.stock has theoretically 4 missiles for each mount (if specified), but can only hold 1.

Is this a bug or is this intentionally done?

PS: Same holds for Plowshare.blank. Just Plowshare has

Code: Select all

{Dumbfire;4;4;light-missile medium-missile;5.3;7;12;;;;;;;;;1;1}
as default, which looks reasonable to me.
bgaskey
Elite Venturer
Elite Venturer
Posts: 718
Joined: Wed Mar 07, 2007 9:05 pm
Location: Rimward of Eden

Post by bgaskey »

Might be a typo in the data. It may be that the second entry in the mount file is the missile volume, in which case it should be 4 on the stock one.
huginn
Merchant
Merchant
Posts: 58
Joined: Sun Jun 15, 2008 9:58 pm
Location: Germany

Post by huginn »

Changed it in my savefile from 1 to 4.

I only wonder right now, why I was able to buy 1 HS/FF/IR with the old settings, too. These missiles need a volume of 4 each. With a volume of 1 buying them should not be possible.
Post Reply