ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/ground/sea.arc
Revision: 1.14
Committed: Tue Apr 10 09:32:20 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.13: +1 -7 lines
Log Message:
- fix smoothfaces specification for animated tiles
- smoothfaces is the *only* attribute that could exist
  multiple times. this is not supported by Crossfire.pm.
- smooth information and level is obviousaly *per face*, not
  per archetype, reinforcing the view that this info should
  not be in the archetypes at all.
- until this has been fixed, crossfire 2.x servers require
  a single smoothface per archetype with possibly multiple
  face => smooth values, and requires that smoothlevel values
  must be consistent for all archetypes.

File Contents

# User Rev Content
1 root 1.10 object sea
2 root 1.8 anim
3     sea.x11
4     sea.x12
5     sea.x13
6     sea.x14
7     sea.x13
8     sea.x12
9     mina
10 root 1.11 face sea.x11
11 root 1.7 speed -0.12
12 root 1.11 smoothlevel 20
13 root 1.7 move_block all -boat
14     no_pick 1
15 root 1.11 is_floor 1
16 root 1.7 is_water 1
17     editable 8
18 root 1.12 magicmap light_blue
19 root 1.14 smoothface sea.x11 sea_S.x11 sea.x12 sea_S.x12 sea.x13 sea_S.x13 sea.x14 sea_S.x14
20 root 1.8 end
21 root 1.11
22 root 1.10 object sea1
23 root 1.1 anim
24 pippijn 1.2 sea.x11
25     sea.x12
26     sea.x13
27     sea.x14
28     sea.x13
29     sea.x12
30 root 1.1 mina
31 root 1.11 name sea
32     face sea.x11
33 root 1.6 speed -0.12
34 root 1.1 no_pick 1
35 root 1.11 is_floor 1
36 root 1.1 is_water 1
37     editable 8
38 root 1.12 magicmap light_blue
39 root 1.11 end
40    
41     object sea_ne
42     name sea
43     face sea_ne.x11
44     move_block all
45     no_pick 1
46 root 1.9 is_floor 1
47 root 1.11 is_water 1
48     editable 8
49 root 1.12 magicmap light_blue
50 root 1.7 end
51 root 1.11
52 root 1.10 object sea_nw
53 root 1.7 name sea
54 root 1.9 face sea_nw.x11
55 root 1.11 move_block all
56 root 1.1 no_pick 1
57 root 1.11 is_floor 1
58 root 1.1 is_water 1
59     editable 8
60 root 1.12 magicmap light_blue
61 root 1.1 end
62 root 1.11
63     object sea_se
64 root 1.1 name sea
65 root 1.11 face sea_se.x11
66     move_block all
67 root 1.1 no_pick 1
68 root 1.11 is_floor 1
69 root 1.1 is_water 1
70     editable 8
71 root 1.12 magicmap light_blue
72 root 1.1 end
73 root 1.11
74 root 1.10 object sea_sw
75 root 1.1 name sea
76 root 1.9 face sea_sw.x11
77 root 1.11 move_block all
78 root 1.1 no_pick 1
79 root 1.11 is_floor 1
80 root 1.1 is_water 1
81     editable 8
82 root 1.12 magicmap light_blue
83 root 1.1 end
84 root 1.11