[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[bos-dev] Bug in BOS 1.1
- To: bos-dev@xxxxxxxx
- Subject: [bos-dev] Bug in BOS 1.1
- From: Aurelien Bompard <gauret@xxxxxxx>
- Date: Wed, 22 Nov 2006 10:19:18 +0100
- Delivered-to: archiver@seul.org
- Delivered-to: bos-dev-outgoing@seul.org
- Delivered-to: bos-dev@seul.org
- Delivery-date: Wed, 22 Nov 2006 04:19:41 -0500
- Reply-to: bos-dev@xxxxxxxx
- Sender: owner-bos-dev@xxxxxxxx
- User-agent: KMail/1.9.5
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
--
http://aurelien.bompard.org ~~~~ Jabber : abompard@xxxxxxxxx
"Make everything as simple as possible, but not simpler." -- Albert Einstein
--- ./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,