[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [bos-dev] Bug in BOS 1.1



Aurelien Bompard wrote:
Hi,

There is a typo in one of the lua files in BOS 1.1. Because of it, the game won't start on my Fedora 6 with stratagus 1.1 (as required)

The patch fixing this typo is attached

Aurélien
------------------------------------------------------------------------


--- ./data/scripts/elites/units.lua.typo 2006-11-22 09:56:05.000000000 +0100
+++ ./data/scripts/elites/units.lua 2006-11-22 09:56:12.000000000 +0100
@@ -64,7 +64,7 @@
Armor = 10, BasicDamage = 5, PiercingDamage = 5, Missile = "missile-none",
MaxAttackRange = 4, Priority = 60, Points = 50,
Transporter = true, AttackFromTransporter = true, MaxOnBoard = 6,
- Type = "land", RepairHp = 2, RepairCosts = {titanium, 2},
+ Type = "land", RepairHp = 2, RepairCosts = {"titanium", 2},
RightMouseAction = "attack",
ExplodeWhenKilled = "missile-160x128-explosion",
Demand = 0, CanAttack = true, CanTargetLand = true,
It's surprising we didn't see this bug before. It's fixed in svn now and will be available in the 2.0 release.

Thanks for the bug report.

Feb.