ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/maps/test/connected_bug.map
Revision: 1.3
Committed: Fri Jan 19 16:34:40 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: pre_material_cfarch_normalize_run, pre_map_rename
Changes since 1.2: +1 -0 lines
Log Message:
manually add file_format_version 1 to all map headers, defined as 'fixdialogue + faces renamed'

File Contents

# User Rev Content
1 root 1.1 arch map
2 root 1.3 file_format_version 1
3 root 1.1 name Advenurer's Guild
4 pippijn 1.2 width 6
5     height 6
6 root 1.1 msg
7     Creator: Florian Beck
8     Email: h729ihqu@sun1.cip.fak14.uni-muenchen.de
9     Date: Sun Jun 16 23:35:14 1996
10     endmsg
11     hp 15
12 pippijn 1.2 invisible 1
13     level 1
14 root 1.1 sp 28
15     weight 3600
16     end
17     arch food
18     x 2
19     y 5
20     end
21     arch button_handle
22     x 3
23     connected 1
24     end
25     arch pedestal
26     x 3
27     y 1
28     connected 2
29     end
30     arch magic_mouth
31     x 3
32     y 3
33     connected 4
34     end
35     arch altar
36     slaying trigger
37     food 1
38     x 3
39     y 3
40     connected 3
41     end
42     arch magic_mouth
43     x 3
44     y 3
45     connected 3
46 pippijn 1.2 move_on 0
47 root 1.1 end
48     arch altar
49     food 1
50     x 3
51     y 3
52     connected 3
53     end
54     arch check_inv
55     slaying trigger
56     x 3
57     y 3
58     connected 3
59     end
60     arch round_shield
61     name trigger
62     slaying trigger
63     x 3
64     y 5
65     end
66     arch check_inv
67     slaying trigger
68     x 4
69     y 3
70     connected 3
71     end
72     arch sign
73     msg
74     This works.
75     endmsg
76     x 5
77     connected 1
78     end
79     arch sign
80     msg
81     This doesn't work. The message is
82     displayed twice!
83     endmsg
84     x 5
85     y 1
86     connected 2
87     end
88     arch gateTrg2
89     x 5
90     y 3
91     connected 3
92     end