Thread: Better Menus (CoreRPG, 5E/etc)
-
January 14th, 2021, 18:26 #211
- Join Date
- Jul 2018
- Posts
- 76
Removed this post it was made in error.
Last edited by eporrini; January 14th, 2021 at 21:04.
-
January 14th, 2021, 19:31 #212---
Fantasy Grounds AD&D Content Bundle (All The AD&D Content)
Coding the Official AD&D Ruleset
Documentation for AD&D 2E ruleset.
My Twitch Channel for AD&D and FG related streams (See schedule for live days)
My YouTube for FG related Tutorials and AD&D Actual Plays
Custom Maps (I2, S4, T1-4, Barrowmaze,Lost City of Barakus)
-
January 14th, 2021, 21:03 #213
- Join Date
- Jul 2018
- Posts
- 76
Celestian sorry for the confusion, I thought this was the 5e combat enhancer thread. Sorry!!
-
January 30th, 2021, 16:40 #214
- Join Date
- Jul 2020
- Posts
- 226
I love this extension but have a slight problem. MBM just recently updated the traveller ruleset to add a new Menu and its not showing up in your menu dropdown. Is there something that needs to be done on your side?
Xargun
-
January 30th, 2021, 19:23 #215
BetterMenus will gather all the menu entries added using the CoreRPG button system and list them. If the developer of the Traveller ruleset did not use this it will not show up.
These are the objects that BetterMenus looks through to add to the drop down.
Code:Desktop.aCoreDesktopStack["host"] Desktop.aCoreDesktopStack["client"] ...fgu Desktop.aCoreDesktopDockV4["live"] Desktop.aCoreDesktopDock["live"]
Code:MenuManager.addMenuItem("moduleselection", "", "sidebar_tooltip_moduleselection");
Code:MenuManager.addMenuItem("setup", "", "menu_setup_tooltip",Interface.getString("menu_setup_label"));
Code:--[[ This will add a custom menu/window item to the Menu button. sRecord The window class sPath The database node associated with this window (if any) sToolTip The tooltip string record, Interface.getString(sTooltip); Displayed when someone hovers over the menu selection sButtonCustomText The text used as the name for the menu. If doesn't exist will look for "library_recordtype_label_" .. sRecord ]] function addMenuItem(sRecord, sPath, sToolTip, sButtonCustomText)
Last edited by celestian; January 30th, 2021 at 23:53.
---
Fantasy Grounds AD&D Content Bundle (All The AD&D Content)
Coding the Official AD&D Ruleset
Documentation for AD&D 2E ruleset.
My Twitch Channel for AD&D and FG related streams (See schedule for live days)
My YouTube for FG related Tutorials and AD&D Actual Plays
Custom Maps (I2, S4, T1-4, Barrowmaze,Lost City of Barakus)
-
February 1st, 2021, 00:22 #216
I'm guessing you mean the Spacecraft Combat Tracker, right? Until (or really iff I guess) MBM updates Traveller to implement the S CT that way, you could always drag S CT to a shortcut at the bottom then turn on the Better Menus extension. You'll still have full access to the S CT from that shortcut, whether it is showing in the menu or not.
Last edited by grimmlock; February 1st, 2021 at 00:25.
-
February 3rd, 2021, 01:50 #217
Hi,
I was using:
Code:if User.isHost() then DesktopManager.registerStackShortcut2("button_shipct", "button_shipct_down", "sidebar_tooltip_shipct", "ct_ship_combat","combattracker"); else DesktopManager.registerStackShortcut2("button_shipct", "button_shipct_down", "sidebar_tooltip_shipct", "shipcombattracker_client","combattracker"); end
Cheers,
MBMRulesets - Mongoose Traveller 2E & (1e)
Call of Cthulhu: Secrets of New Orleans, Canis Mysterium, Fatal Experiments, The House of R'lyeh, Secrets of San Francisco and Secrets of Tibet.
Token Packs: Cyberpunk Tokens Pack
Plus more...
-
February 18th, 2021, 03:25 #218
- Join Date
- Nov 2020
- Location
- UTC-5
- Posts
- 25
Hi there! I'm running into a minor issue when trying to access the "library" from the menu. This is for 5e and the only other extensions I use that affect the sidebar are Motte's darkness theme and RFIA. script error.png
Not a big deal to me I hardly use the Library button but in case others do...I only noticed this behavior after running the recent ruleset update.
Big fan of all your extensions by the way!
-
February 18th, 2021, 04:13 #219
Getting the same error as Charmov (in 4e ruleset).
-
February 19th, 2021, 00:49 #220
getting this error.
bettermenues.PNG
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks