Bug#560069: (no subject)
Andreas Tille
andreas at an3as.eu
Tue Dec 8 17:43:14 UTC 2009
Package: wesnoth-httt
Version: 1:1.7.9-1
Severity: minor
Tags: patch
Hi,
the campaign is using units from other campaigns (Dwarvish Runesmith)
and thus you should either depend from this campaign package but IMHO
it is more reasonable to move these general units to the general data
package. Moreover I realised that I endet up with a
game_error: Could not find the unit being advanced to: Dwarvish Runemaster_alt
error in the httt campaign. I was able to fix by the following hack:
$ zdiff DT-Das_Zepter_des_Feuers_Runde_6r.gz DT-Das_Zepter_des_Feuers_Runde_6rr.gz
16262c16262
< advances_to="Dwarvish Runemaster_alt"
---
> advances_to="Dwarvish Runemaster"
21665c21665
< advances_to="Dwarvish Runemaster_alt"
---
> advances_to="Dwarvish Runemaster"
My strong guess is that this could be fixed by the attached patch -
but even if it sounds reasonable it needs testing.
So my suggestion would be: Move the two Dwarfish units Runemaster
and Runesmith to the general data and apply the attached patch.
I can provide a savegame which shows the problem at request.
Kind regards
Andreas.
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (501, 'testing'), (50, 'unstable'), (5, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages wesnoth-httt depends on:
ii wesnoth-core 1:1.7.9-1 fantasy turn-based strategy game
wesnoth-httt recommends no packages.
wesnoth-httt suggests no packages.
-- no debconf information
-------------- next part --------------
--- wesnoth-1.7.9.orig/data/campaigns/Sceptre_of_Fire/units/Dwarvish_Runesmith.cfg
+++ wesnoth-1.7.9/data/campaigns/Sceptre_of_Fire/units/Dwarvish_Runesmith.cfg
@@ -19,7 +19,7 @@
cost=30
usage=fighter
experience=64
- advances_to=Dwarvish Runemaster_alt
+ advances_to=Dwarvish Runemaster
[advancefrom]
unit=Dwarvish Fighter
[/advancefrom]
More information about the Pkg-games-devel
mailing list