nesrak1
nesrak1
There's nothing built in that can do this at the moment.
Can you walk me through what you did to cause this? This has been reported on the Discord but they left before I could figure out what they did.
You can use the TextAsset plugin as a starting out point. It's pretty close to the bare minimum for a plugin.
This is very odd, but I suspect since it was based on your language, it might be that a string is being read with the wrong encoding. I don't see...
There were two issues I found regarding language. The first was if your language had a special i (ı for example), the check that compares the type with a lower...
As the previous issue states, I have already fixed the issue by using `ToLowerInvariant` which already handles this. `InvariantCulture` on the thread can have issues in some cases, so that's...
There's no button right now but you can do it from the command line for now. 1. Create a file like this and call it something like `batch.txt` ``` +FILE...
What's the game name? It could be encrypted in which case it won't be supported.
If this is one of the new type bundles, there's an early build with support for these new bundles on the at3 branch: https://github.com/nesrak1/UABEA/files/9215586/net6.0.zip
Do you have Discord? I think it would be easier to discuss there.