-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why is there no documentation? #4
Comments
The code is just how it looks when debundled directly from the game. There are a few comments here and there but there are not a lot of them in the code. Assuming that you are reading the code for the purpose of creating a mod for the game I would suggest reading the code of other mods and especially reading the documentation for the VMF (vermintide mod framework) which will allow you to easily adjust and modify the code of the game. Feel free to join the modders discord if you have any specific questions here: https://discord.gg/XwST7fN Read up on the VMF here: Or read through the code of other open source mods of which many are listed in the VMF documentation and a many more here: |
LuaJIT bytecode (which is how the code is stored in the compiled game) doesn't carry comments. |
Thanks, that clears it up for me, I will check out the vermintide mod framework, and also maybe read through the code of other open source mods. |
The code has like no comments nor any explanations of how things works, is there a way to get that or is that just how it is?
The text was updated successfully, but these errors were encountered: