|
137 | 137 | "tooltip": "([color=\"255 0 0\"]conflicts with some keybindings eventually[/color])",
|
138 | 138 | "config": "autociv.settings.reset.allowSuperKey"
|
139 | 139 | },
|
| 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 | + }, |
140 | 146 | {
|
141 | 147 | "type": "boolean",
|
142 | 148 | "label": "[color=\"220 185 70\"]Global:[/color] use icon without delimiter ",
|
|
337 | 343 | "type": "dropdown",
|
338 | 344 | "label": "[color=\"220 185 70\"]Postfix UserName[/color] or select rated,nub... ->",
|
339 | 345 | "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", |
341 | 347 | "dependencies": ["customrating"],
|
342 | 348 | "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" } |
356 | 362 | ]
|
357 | 363 | },
|
358 | 364 | {
|
|
365 | 371 | "type": "boolean",
|
366 | 372 | "label": "[color=\"220 185 70\"]Postfix UserName[/color]: use ♇ or AP to show when useing autocivP",
|
367 | 373 | "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 | + }, |
370 | 394 | {
|
371 | 395 | "type": "boolean",
|
372 | 396 | "label": "[color=\"220 185 70\"]no UserName in GameNames[/color]?",
|
|
0 commit comments