Daniël Voort
Daniël Voort
@rojo8399 I haven't made an implementation for this feature, which is why there's no PR attached. I don't think anything has been implemented considering this issue's still open.
For consistency with the other dumpers, could you write it using `Constants.RESOURCE_PATH`, and please move these particular dumper constants from the constants to the dumper itself, as they're not global...
You could use these textures in OSRS yeah. It also depends on the other features. I don't believe OSRS supports normal maps for example. You'd also have to look into...
Hi, did you test the latest commit on master branch? That might fix the issue. I'll have to look into replicating the issue, I had one field wrong earlier but...
While it's a bit late, I think that the issue lies with the way I read strings in the GameLoginResponse packet. I use `readNullCircumfixedString`, but I think normal `readString` should...
I have not tested this code yet, but I think adding a check if `Initializer.modernForwardingInstance == null` should work. This would skip the check to see if the argument type...