Discussed mod url
Message from mod:
I don't understand much about copyright, so please explain to me. I realized that you can not do a simple ctrl + c ctrl + v. But firstly, TdlQ itself took the original mod as a basis, which is clearly hinted at by the names of the variables "projectile_entry" and "projectile_tweak". Secondly, there is a small optimization through the init function. In the third, an additional check for pressing a button is added, which I rewrote in the new version, but the meaning remains the same.
(Absence of the _update_check_actions_passanger_no_shoot function in zzorra's mod is a simple bug)
And in this case, it is no longer copying the code itself (besides, the names can always be renamed), but rather the implementation ideas. And does it count as something else? Or is this also considered a violation of the rules? If it is still the second one how can I fix it?
(For confidence in my words I recommend compare my updated mod, original mod and TdlQ's mod)
Message from mod:
Quote:Violation of submission rule 3. Do not upload mods that contain others' work if the license explicitly does not allow it.
If the license requires you to ask for permission you must do so.
You must credit the user by either linking the original mod in the license tab or using the same license.
TdlQ's mods must be removed as they do not allow their mods to be uploaded to other sites. Even though the code is partially included. Unless you get permission from TdlQ, this mod will stay suspend.
I don't understand much about copyright, so please explain to me. I realized that you can not do a simple ctrl + c ctrl + v. But firstly, TdlQ itself took the original mod as a basis, which is clearly hinted at by the names of the variables "projectile_entry" and "projectile_tweak". Secondly, there is a small optimization through the init function. In the third, an additional check for pressing a button is added, which I rewrote in the new version, but the meaning remains the same.
(Absence of the _update_check_actions_passanger_no_shoot function in zzorra's mod is a simple bug)
And in this case, it is no longer copying the code itself (besides, the names can always be renamed), but rather the implementation ideas. And does it count as something else? Or is this also considered a violation of the rules? If it is still the second one how can I fix it?
(For confidence in my words I recommend compare my updated mod, original mod and TdlQ's mod)