IS4
IS4
@adamhathcock I tried to come up with a better checking of the header based on the checksum: ```cs const int headerLength = 512; static readonly byte[] leadingDigits = Enumerable.Range('1', 9).Select(i...
> I noticed this issue and found that checking IsEncrypted on the Entry was the best method. If you're not using passwords then you should not attempt to process an...
I'd add to the list: * [XML Security URIs](https://www.iana.org/assignments/xml-security-uris/xml-security-uris.xhtml) (RFC 6931)
Adding LODs on a per-model basis is not sufficient. There would be no way to modify the LOD object, if you wanted to set the material for example. There are...
Basically, yes, but it would mean creating an area for every LOD-building.
Do newer official versions of the compiler support this directive?
I got into this situation twice recently where I wished this feature had been implemented already. It would be nice to have it, at least minimally according to the Pawn...
@Daniel-Cortez Yeah, I imagine it would not be easy... In any case, suppressing the error and then either reparsing or updating what was parsed seems like the best option. Then...
I suppose it's caused by FindNPCProcessID trying to find the process ID of a NPC created by FCNPC. But it shouldn't crash anyway
Hello, thank you for reporting. Can you specify which version of the plugin/build you are using (i.e. normal, DL, static), and if you have built it yourself, can you attach...