Richard Thombs

Results 17 comments of Richard Thombs

Nice work moving everything into a DLL 👍

As a follow-up, if I use the GUI to open the .socpak, then it can show me the contents, but if I try and extract a file, it crashes. Trying...

OK, so the null reference exception is caused by `ZipEntry.IsAesCrypted` failing because `this.ExtraData` is null. So I worked around that by just returning false and I've been able to extract...

Thanks Peter, that makes a lot of sense. Stuff that can be switched out by the player or that affects ship performance is all listed via their itemport system, but...

Nearly 4 years on from when this issue was opened, is the advice in 2021 to structure folders so that you can open one vs code instance (and therefore one...

I'd like to be able to `@apply disabled:text-gray-600 disabled:cursor-not-allowed` please :)

Actually looking at the 2.0 documentation it seems that this is possible now, right?