Skip to content
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

Unknown setting name inside Trackmania gamemodes #264

Open
jonthekiller opened this issue May 30, 2020 · 1 comment
Open

Unknown setting name inside Trackmania gamemodes #264

jonthekiller opened this issue May 30, 2020 · 1 comment
Labels

Comments

@jonthekiller
Copy link
Contributor

Someone reported me a bug about an non-existant setting called "S_MapPointsLimit" that I didn't know. After checking in detail, the issue came from the DynamicPointLimitPlugin. Maybe disable this plugin on Trackmania?

const SCRIPT_SETTING_MAP_POINTS_LIMIT = 'S_MapPointsLimit';

@axelalex2
Copy link
Member

There is a setting in this plugin as well, which clearly states, that you want to activate it in other modes then ShootMania Royal. Although the error itself is not optimal, this is a usage error, as the user kinda says "yeah, i know what i am doing".
So if we fix this error, it will be much later after other things to work on first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants