--- deliantra/server/ext/setup.ext 2007/12/28 12:44:45 1.8 +++ deliantra/server/ext/setup.ext 2008/08/31 10:05:26 1.9 @@ -117,6 +117,15 @@ $ns->fx_want (6 => 1); # need support for RSRC $setup{$k} = $v ? 2 : 0; + } elsif ($k eq "lzf") { + # the lzf packet simply contains an lzf-compressed packet as argument + $ns->{can_lzf} = $v == 1; + + } elsif ($k eq "frag") { + # the frag packet contains data which gets appended to the existing packet buffer. + # empty frag packet means end of packet. + $ns->{can_frag} = $v == 1; + } elsif ($k eq "excmd") { # we support it