Skip to content
This repository was archived by the owner on Dec 29, 2024. It is now read-only.

Folder: decoders

Hampton edited this page Sep 6, 2015 · 2 revisions

##What does it do? This folder contains all the decoder.js script files that are bundled with locoThrottle.js, plus whatever custom scripts the user chooses to add.

When you select the decoder.js script in the UI, it automatically adds /decoders to the beginning of your path. Easy, right?

##FAQ

  • Do all my decoder.js scripts HAVE to be here?
    • Basically yes. Because of the automatic addition of /decoders to the inputted script path in the UI, if you put them anywhere else, you won't be able to get the program to select them and load them. This works that way because I want to cut down on complexity for new users, particularly non-tech-savvy people who might be confused by the concept of "put your scripts anywhere you want accessible by HTTP". If this proves to be an issue, it would be easy to change this behavior.
Clone this wiki locally