not-celer Documentation

Getting Started

Here is a basic route template to get started

---
_config:
_project:
  authors:
    - Author Name
  description: Route Description
  name: Route Name
  url: ""
  version: 1.0.0
_route:
  - Great Sky Island:
    - _Warp::ROA:
       level: Sky
       line-color: rgb(255,128,128)
    - _Special::StartPos Sky
    - _Chest:
        coord: [361.13, 2334.30, -1631.99]
    - _Location::TempleofTime
        
        

Movements

- _Material<Spicy Peppers>
    comment: nom! nom! nom!
    movements:
      - marker: ${marker_state}
      - to: [-964.50, 238.84, 1953.28]
      - to: [-964.15, 238.61, 1953.45]
      - to: [-964.52, 238.68, 1953.66]
      - to: [-965.66, 238.75, 1956.51]
      - to: [-965.30, 238.52, 1956.67]
      - to: [-965.68, 238.59, 1956.89]

        
${marker_state} can be start, end, none or all. Default value is end. You can also leave it out

Warp

Warping can be accomplished using a prefix of _Warp::
_Warp::Shrine::Kyononis
or in the movements section
- Dungeon Boss:
    comment: Comment text
    split-type: UserDefined
    movements:
      - to: [-3664.125,-1772.8125]
        warp: true
          
        

Links

Links can appear in the title text, comments or notes by using

       .link([Link Text] https://google.com)
        

Loading remote routes

Splits

Output of splits is available through the button at the bottom of the editor Splits are output on _Shrine and _Tower, by default. You can change where you want splits output by using a comma separated list enclosed in [ ] in the "split" value within "_project", e.g.
---
_config:
_project:
  authors:
    - Author Name
  description: Route Description
  name: Route Name
  url: ""
  version: 1.0.0
  split: [ Tower, Shrine, Lightroot, Korok ]
Most anything that starts with a "_" in the route document can be split on. You can also specify a specific line to split using the "split-type: User-Defined", e.g.
- Dungeon Boss:
   split-type: UserDefined
        

Hail / Livesplit

Not Celer (TotK) tries to connect to both Hail and Livesplit on initialization (page load).

The Split event, or when the timer is advanced in Hail / Livesplit, when you move past the current line in the route. A line that acts as a split will have a litte stop watch by the line number.


Shrines and Towers are defaulted to be splits. If you want a line to be a split, use:

    - _Discover<Shrine of Resurrection>:
       split-type: UserDefined
          

If Hail/Livesplit is active and listening, it should connect, otherwise messages will be shown in the developer console window. If you want a specific port or address, we can make this an option.

There is a status indicator on the right side of the Progress window with the color meaning

Presets

These are here to describe the available preset values and details for individual presets, i.e. icon or name. You can copy the key at the top `- _Enemy::Frox::DH04` into the document to get add this preset to the route with the coordinate and correct icon. You can also add your own notes and comments, if desired, to this preset or leave it