Coding 12 Posted August 24, 2013 Is it possible to create an own entry in the field manual per script/mission (no addon)? Share this post Link to post Share on other sites
RegEdit 10 Posted August 24, 2013 Yes, it is. You just need to add advanced hint in your Description.ext: class CfgHints { class HintMainClass { displayName = "Hint Main Class"; class HintClass { displayName = "Hint Class"; description = "Your hint description."; image = "\a3\ui_f\data\gui\cfg\hints\Miss_icon_ca.paa"; tip = "Tip that shows in the bottom of the hint."; }; }; }; Use %1%2Your text in description to add bulleted list item, and %3Your text%4 to make blue highlighted text. Share this post Link to post Share on other sites
Coding 12 Posted August 24, 2013 (edited) thanks! but "Hint Main Class" is not displayed... instead there is a "<mission>" displayed... Edited August 24, 2013 by Coding Share this post Link to post Share on other sites
RegEdit 10 Posted August 24, 2013 Yeah, maybe I’m wrong, but it seems that you can’t create topics for custom hints, because there is already a topic called <mission> for your mission’s hints, so you have to create single hints and put them in HintMainClass. Share this post Link to post Share on other sites
Coding 12 Posted August 24, 2013 yes, thats what I did. Thanks Share this post Link to post Share on other sites
DerBiwi 10 Posted April 17, 2014 Hey, could someone tell me, how I can include Internet Links into my FM-Entry? Share this post Link to post Share on other sites