// Put your vehicles in this file, then save it as  settings.User.Vehicles.txt
// You can comment out (disable) any lines with 2 / at begining of line.
// You can also have as many blank lines bewteen entries as you like.
// Entries should be 1 vehicle per line,  Vehicle_Long_name,  comma(,)  Vehicle_Short_name

//
// Colorize the name using one or more modififer below.
//
//            ----------------------------
//            ---- Text Color Modifiers --
//            ----------------------------
//
//     ~r~ Red        ~g~ Green        ~b~ Blue   
//     ~o~ Orange                      ~p~ Purple
//     ~y~ Yellow     ~t~ Gray         ~q~ Pink
//
//     ~e~ Enabled    ~s~ Standard     ~l~ SuperDark
//     ~d~ Disabled   ~c~ Charcoal     ~u~ SuperDark
//     ~h~ Highlight  ~m~ MediumDark   ~v~ SuperDark
//     ~n~ Newline    
//
//
// Example: "My New Awesome Car" will show up in ~o~range (if AWESOMECAR existed as a valid vehicle).

~o~My New Awesome Car    ,    AWESOMECAR

