Thread Tools Display Modes
09/12/19, 08:27 PM   #1
AlbinoPython
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 24
Show optional dependencies in addon description?

I have quite a few optional dependencies that I would like people to see. If that is not possible is there a way to print new lines in the description? I tried using a '\n' but that just chopped off the end of the string.
  Reply With Quote
09/13/19, 03:07 AM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
You mean the description here at the esoui website?
Just press return key and add the text in next lines.

But I guess you mean another description.
The one in the txt manifest file? You can add text without a line break and it will be shown up to some lenght (not saure about the maximum).

But why do you need this at all?
Ppl should read the description of the addon which is shown at esoui and minion. Just put your dependencies in fancy colored letters with big size at the top.
If they ignore it, not your porblem.
Put it in the changelog as well. The ones who read are fine,.

It will also be show ingame in the addon manager. If an addon is not possible to be enabled there is an expand button in front of it telling the users the needed dependencies.
If the dependencies are optional, the same. But at least the addon will load then. You need to throw error messages with assert() e.g. ingame if an optional dependency is missing but someone tries to enable stuff which uses the optional dependency. Or put messages to the chat or use the center screen announcement.

Users always tend to complain and say it's not working and they hardly ever read :-) You won't change this with a description.

Last edited by Baertram : 09/13/19 at 03:15 AM.
  Reply With Quote
09/13/19, 09:36 PM   #3
AlbinoPython
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 24
That makes sense. I just thought I was missing something really simple. I think I will take your suggestion and use big flashy colors in the description. Thanks!
  Reply With Quote
09/19/19, 02:21 PM   #4
Lil35caM
 
Lil35caM's Avatar
Join Date: Sep 2019
Posts: 5
That's right! Sometimes it makes sense to read the instructions
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » Show optional dependencies in addon description?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off