openplanet-nl / plugin-signing

The place to request plugin signatures.
7 stars 1 forks source link

AITool Plugin signing #20

Closed pporcher closed 3 years ago

pporcher commented 3 years ago

Plugin description

Openplanet plugin for Trackmania 2020 that communicate with the outside world via socket and server to load map, save ghost and send telemetry.

Did you provide a perms meta value or a #perms preprocessor option?

no

Did you use Permissions.as?

no

Attach your plugin

AITool.zip

codecat commented 3 years ago

Starting an arbitrary map via PlayMap requires the permission Permissions::PlayLocalMap from Permissions.as. (Which I believe is in the Standard edition of the game?)

pporcher commented 3 years ago

Ah you are right ! client_PlayLocalMap permission requires Standard access.

pporcher commented 3 years ago

I modified my script and added the behavior you suggested on Discord of loading official campaign map by index. I kept the option to load any arbitrary map but protected it with Permissions::PlayLocalMap.

Plugin description

Openplanet plugin for Trackmania 2020 that communicate with the outside world via socket and server to load map, save ghost and send telemetry.

Did you provide a perms meta value or a #perms preprocessor option?

no

Did you use Permissions.as?

yes

Attach your plugin

AITool.zip

codecat commented 3 years ago

Thanks for the changes! 👍

AITool.zip