GodotModding / godot-mod-loader

A general purpose mod loader for GDScript based Godot Games [3.x/4.x]
https://discord.godotmodding.com
Creative Commons Zero v1.0 Universal
344 stars 26 forks source link

Non extendable script list #250

Open otDan opened 1 year ago

otDan commented 1 year ago

Provide a list for game devs to add scripts that they don't want to have extensions for and be modified

otDan commented 1 year ago

This can be used by the game developers to provide non extensibility for scripts that for example handle anti cheating, leaderboard stuff, scores etc...

KANAjetzt commented 12 months ago
otDan commented 4 months ago
  • How should that list look? Just an array of file paths in the ModLoader Options?
  • We should add a section to the Docs on how effective this would be. We can only prevent the script extension if the mod author uses the ModLoader utilities, so it would be easy to work around this.

well this has been so long ago, either way it's more of a "please keep out of" than a safety thing yes I was mostly seeing that as something that the developer would specify along rules for workshop modding, you will always be able to do whatever you want with your local copy of the game in the end