Richard Thombs
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?
Is this going to be merged?
I would also like to see the per-pod stats without having to mess about with metrics server. ...Or at the very least, you should install _all_ of what you want...
Yep, everything on scunpacked comes straight from the data. If you can read code, check this file out for info: [https://github.com/richardthombs/scunpacked/blob/master/Loader/ShopLoader.cs](https://github.com/richardthombs/scunpacked/blob/master/Loader/ShopLoader.cs)