Skip to content

(Template) Layout for KartRider #8

@jojobii-arks

Description

@jojobii-arks

Settings for KartRider: Drift

map.txt

<Column>
  <Row>
    <Tick> ShiftLeft left 2
    <Icon> ShiftLeft 2
    <Blank>
    <Icon> Up
    <Blank>
  </Row>
  <Row>
    <Icon> R
    <Icon> AltLeft 1
    <Icon> CtrlLeft 2
    <Icon> Left
    <Icon> Down
    <Icon> Right
  </Row>
</Column>

icons.json

{
  "Up": "<i class='fas fa-arrow-up'></i>",
  "Left": "<i class='fas fa-arrow-left'></i>",
  "Right": "<i class='fas fa-arrow-right'></i>",
  "Down": "<i class='fas fa-arrow-down'></i>",
  "ShiftLeft": "drift",
  "AltLeft": "<i class='fa-solid fa-rotate'></i>",
  "CtrlLeft": "<i class='fa-solid fa-fire'></i>",
  "R": "<i class='fa-regular fa-trash-can'></i>"
}

options.json

{
  "backgroundColor": "#222",
  "keyBackgroundColor": "#444",
  "keyFontColor": "white",
  "keyShadowColor": "#555",
  "keyActiveBackgroundColor": "grey",
  "keyActiveFontColor": "white",
  "fontSize": 32,
  "fontFamily": "Config, Monaco, Menlo, \"Ubuntu Mono\", Consolas, source-code-pro, monospace",
  "alwaysOnTop": true,
  "toolBarMode": "cps",
  "toolBarFontSize": 14,
  "keyCount": false,
  "keyHeatmap": "none",
  "keyTotalCountMode": "strict",
  "displayShortcut": false,
  "antiMinimize": false,
  "bounceTime": 200,
  "lockShortcut": {
    "id": "L",
    "shiftKey": true,
    "ctrlKey": true,
    "altKey": false,
    "metaKey": false
  },
  "tickSpeed": 8
}

No changes to bindings.json or bindings_web.json

Preview

image

Video: https://youtu.be/wSrAOAxuZF8

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions