Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
module:xtrnmenu [2021/02/03 21:41] – [Installation] add instructions for xtrn pre/post mlong | module:xtrnmenu [2021/02/13 13:08] (current) – [External Program Menu] Pluralize digital man | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
For any issues, contact mlong on IRC, dove-net at mlong@INREALM or innerrealmbbs.us | For any issues, contact mlong on IRC, dove-net at mlong@INREALM or innerrealmbbs.us | ||
Line 5: | Line 5: | ||
===== Introduction ===== | ===== Introduction ===== | ||
- | The Custom External Menu Mod lets you define any number of custom external menus and have those menus link to other custom external menus, external section menus, external programs, or custom commands. You can also choose alpha-numeric inputs for the menu items (except Q), and sort several ways. In addition, you can fully customize the look of each menu and menu item. The mod also supports | + | The XtrnMenu |
+ | * define any number of custom external menus and have those menus link to other custom external menus, external section menus, external programs, or custom commands | ||
+ | * choose alpha-numeric inputs for the menu items (except Q), and sort several ways | ||
+ | * fully customize the look of each menu and menu item | ||
+ | * use keyboard arrow nav, mouse, esc, etc. with lightbar | ||
+ | * track launches and time and use this to power web stats as well as special menus | ||
+ | * search for any for door | ||
+ | * have a favorites menu that the user manages | ||
+ | * provide | ||
+ | * use built in commands for feedback, mail, chat, text files, file area, etc. | ||
===== Installation ===== | ===== Installation ===== | ||
Line 43: | Line 53: | ||
This mod will not affect any shells that create their own external menus, most notably lbshell (Deuce' | This mod will not affect any shells that create their own external menus, most notably lbshell (Deuce' | ||
+ | The mod does not handle scrolling. You need to ensure that you do not have more menu items or external programs in a section than can be displayed in one screen (with header/ | ||
===== xtrnmenucfg.js ===== | ===== xtrnmenucfg.js ===== | ||
Line 218: | Line 229: | ||
=== Single Item Appearance Options === | === Single Item Appearance Options === | ||
- | To change the look of a single item inside of a menu, create it within the [xtrnmenu: | + | To change the look of a single item inside of a menu, create it within the [xtrnmenu: |
< | < | ||
- | [xtrnmenu:genre] | + | [xtrnmenu:wordgame] |
- | multicolumn_fmt: | + | boggle-multicolumn_fmt: |
- | singlecolumn_fmt: | + | boggle-singlecolumn_fmt: |
- | lord-multicolumn_fmt: \1n\1g[\1h%2s\1n\1g] \1g%-32.32s \1h | + | boggle-multicolumn_fmt_inverse: \1n\1w[\1r\1h%2s\1n\1w] [test] \x015\1w%-25.25s \1h |
- | lord-singlecolumn_fmt: \1n\1g[\1h%2s\1n\1g] \1g%-32.32s \1h | + | boggle-singlecolumn_fmt_inverse: \1n\1w[\1r\1h%2s\1n\1w] [test] \x015\1w%-25.25s \1h |
</ | </ | ||