Add smoothing faces to fog
The smoothface is defined in fog.arc. The smoothlevel 180 was chosen to be arbitrarily smaller than 200, the smoothlevel of fireball. This smoothlevel is unique to fog.master
parent
8959a7125c
commit
7154f0cc2b
|
@ -1,6 +1,7 @@
|
|||
Object fogexit
|
||||
name mysterious fog
|
||||
face fog.111
|
||||
smoothlevel 180
|
||||
anim_speed 5
|
||||
client_anim_random 1
|
||||
type 66
|
||||
|
|
|
@ -2,6 +2,9 @@ Object fog
|
|||
face fog.111
|
||||
other_arch fog
|
||||
animation fog
|
||||
smoothlevel 180
|
||||
smoothface fog.111 fog_S.111
|
||||
smoothface fog.112 fog_S.112
|
||||
type 67
|
||||
move_type fly_low
|
||||
no_pick 1
|
||||
|
|
|
@ -4,6 +4,7 @@ Object fog_wall
|
|||
name fog
|
||||
face fog.111
|
||||
animation fog_wall
|
||||
smoothlevel 180
|
||||
type 102
|
||||
subtype 7
|
||||
move_type fly_low
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 1.7 KiB |
|
@ -2,6 +2,7 @@ Object temp_fog
|
|||
name fog
|
||||
face fog.111
|
||||
animation temp_fog
|
||||
smoothlevel 180
|
||||
type 67
|
||||
move_type fly_low
|
||||
no_pick 1
|
||||
|
|
|
@ -2,6 +2,7 @@ Object temp_fog_moving
|
|||
name fog
|
||||
face fog.111
|
||||
animation temp_fog
|
||||
smoothlevel 180
|
||||
type 67
|
||||
move_type fly_low
|
||||
no_pick 1
|
||||
|
|
|
@ -2,6 +2,7 @@ Object temp_summon_fog
|
|||
name fog
|
||||
face fog.111
|
||||
animation temp_fog
|
||||
smoothlevel 180
|
||||
type 67
|
||||
move_type fly_low
|
||||
no_pick 1
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
Object cloudwall
|
||||
name cloud
|
||||
face fog.112
|
||||
smoothlevel 180
|
||||
blocksview 1
|
||||
no_pick 1
|
||||
move_block all
|
||||
|
|
Loading…
Reference in New Issue