Skip to content

Commit 52b2f76

Browse files
leitesl5net
authored andcommitted
simplify customratings, can append local ratings now, can debug with new flag
1 parent ef7c34d commit 52b2f76

File tree

3 files changed

+156
-222
lines changed

3 files changed

+156
-222
lines changed

autociv_data/options.json

+40-16
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,12 @@
137137
"tooltip": "([color=\"255 0 0\"]conflicts with some keybindings eventually[/color])",
138138
"config": "autociv.settings.reset.allowSuperKey"
139139
},
140+
{
141+
"type": "boolean",
142+
"label": "[color=\"220 185 70\"]Global:[/color][color=\"255 0 0\"] debug[/color]",
143+
"tooltip": "([color=\"255 0 0\"]enables debugging messages[/color])",
144+
"config": "autociv.settings.debug"
145+
},
140146
{
141147
"type": "boolean",
142148
"label": "[color=\"220 185 70\"]Global:[/color] use icon without delimiter ",
@@ -337,22 +343,22 @@
337343
"type": "dropdown",
338344
"label": "[color=\"220 185 70\"]Postfix UserName[/color] or select rated,nub... ->",
339345
"tooltip": "[color=\"255 0 0\"] max. 25 letter, then its cut off !! \n names + everything else.[/color] \n its not disturbing the game. \n but probably looks not beutiful. try it :) ",
340-
"config": "autocivP.customusernameDropdown",
346+
"config": "autocivP.customUsernameDropdown",
341347
"dependencies": ["customrating"],
342348
"list": [
343-
{ "value": "false", "label": "" },
344-
{ "value": "^n", "label": "noob" },
345-
{ "value": "^vn", "label": "very nub" },
346-
{ "value": "^0", "label": "youtuber" },
347-
{ "value": "^1", "label": "unfocused today" },
348-
{ "value": "^2", "label": "rated" },
349-
{ "value": "^3", "label": "unrated" },
350-
{ "value": "^4", "label": "programmer\\?" },
351-
{ "value": "^5", "label": "spec" },
352-
{ "value": "^6", "label": "spec. not play!" },
353-
{ "value": "^7", "label": "ill today" },
354-
{ "value": "^8", "label": "overrated" },
355-
{ "value": "^9", "label": "underrated" }
349+
{ "value": "false", "label": "" },
350+
{ "value": "^n", "label": "noob" },
351+
{ "value": "^vn", "label": "very nub" },
352+
{ "value": "^0", "label": "youtuber" },
353+
{ "value": "^1", "label": "unfocused today" },
354+
{ "value": "^2", "label": "rated" },
355+
{ "value": "^3", "label": "unrated" },
356+
{ "value": "^4", "label": "programmer\\?" },
357+
{ "value": "^5", "label": "spec" },
358+
{ "value": "^6", "label": "spec. not play!" },
359+
{ "value": "^7", "label": "ill today" },
360+
{ "value": "^8", "label": "overrated" },
361+
{ "value": "^9", "label": "underrated" }
356362
]
357363
},
358364
{
@@ -365,8 +371,26 @@
365371
"type": "boolean",
366372
"label": "[color=\"220 185 70\"]Postfix UserName[/color]: use ♇ or AP to show when useing autocivP",
367373
"tooltip": "not related to fairplay. \n it shows when you are using autocivP mod with a shortcut. \n ♇ for: P in autocivP, L for command Line.",
368-
"config": "autocivP.mod.showIconWhenUsingAutocovP"
369-
},
374+
"config": "autocivP.mod.showIconWhenUsingAutocivP"
375+
},
376+
{
377+
"type": "boolean",
378+
"label": "[color=\"220 185 70\"]Postfix UserName[/color]: use local ratings?",
379+
"tooltip": "appends local ratings to your custom ratings.\n",
380+
"config": "autocivP.mod.showLocalRatings"
381+
},
382+
{
383+
"type": "boolean",
384+
"label": "[color=\"220 185 70\"]Postfix UserName[/color]: appends all above?",
385+
"tooltip": "appends to custom rating.\n it appends all the optional values with '|',\n like myusername(1350|proGUI|spec. not play!).",
386+
"config": "autocivP.mod.appendToCustomRating"
387+
},
388+
{
389+
"type": "boolean",
390+
"label": "[color=\"220 185 70\"]Use local ratings[/color]?",
391+
"tooltip": "Use local ratings instead of ratings. \n",
392+
"config": "autocivP.mod.useLocalRatings"
393+
},
370394
{
371395
"type": "boolean",
372396
"label": "[color=\"220 185 70\"]no UserName in GameNames[/color]?",

0 commit comments

Comments
 (0)