feat: add movers for bfe, ct, dm, rc, bf, sayi, sayitemt, sayt, spk, rest, raidfhp, raidfmp, ctl, suctl, ptctl, throw, tp, char_sc, die packets
chore: add README.md
feat: add rdlstf packet mover
A tool for NosTale packet files that filters specified packets and replaces ids, names to make the result anonymous.
Currently only files are supported. I am planning to make this work with NosSmooth.Local.
Anonymizer uses NosSmooth.Packets, so all packets NosSmooth supports may be moved.
There are two filters for filtering by header and filtering text messages (;, :, /). There are some default headers that are removed, because these packets allow for identification and are not yet supported.
In case you think there is a packet that may identify anyone that is not handled,
By default, the packets that may be anonymized, are:
The only things anonymized in these are ids and names. Anonymizing other things such as level, hero level, class, weapon, inventory items will be supported in the future.
Anonymization happens in IAnonymizer
, there is a default implementation DefaultAnonymizer
that may be replaced. The default anonymizer
just generates random numbers and names of length 10. It could be better to use a list of names and choose from that to make the names
more user friendly.