-
Notifications
You must be signed in to change notification settings - Fork 0
FAQ en US
Some questions are actually not asked so often, but just in case they are already defined here.
๐ฌ Obviously to reduce its size. You can easily download the repository instead of the archive from the release via the corresponding button on GitHub and put _src/lua in your addon. However, the compressed code weighs about 20% less than the original one.
Also, compressed code is much harder to edit, which will hint that if the mapper wants to make changes to the code, then they should
- have knowledge in lua (otherwise it is very easy to break something and blame the developer for it)
- contribute for everyone
If you have an idea for a new feature, or you have found a bug, describe it in Issues. If you are ready to implement this feature or fix the bug yourself, create a fork of the repository, commit the changes, and then create a pull request in the original repository.
๐ฌ The easiest way is to do it manually:
- Erase all entries like
--some text here
(in VSCode they are highlighted in green) - Remove all empty lines
This will be quite enough to edit the config when required, and the file size will already decrease. If you are a tryharder, you can use online tools, but editing the config will then be harder.
๐ฌ An empty line appears when the last message of any type that the player received on the screen disappeared more than three seconds ago. This is done so that the narrative does not merge into one wall of text, and it is possible to understand where the last heard dialogue or action begins.