Page 3 of 7

Re: Library

Posted: Tue Aug 15, 2017 2:47 am
by phkb
Bug report: If you there are more than 2 pages of settings on the Lib Config screen, when you arrive at the 3rd page the selected line glyph disappears and won't return until you exit and reopen Lib Config.
Image
Notice there is no glyph on the left hand side of the list.

Re: Library

Posted: Sat Sep 23, 2017 12:53 am
by phkb
OK, the fix is easy. In Lib_Config.js, line 471, change from:

Code: Select all

		o.curInd = p+10;
to:

Code: Select all

		o.curInd = pp+10;

Re: Library

Posted: Fri Oct 27, 2017 9:42 pm
by Cody
Had a nameless Boa appear which had Primary role: lib_test in its [dumpState].

Re: Library

Posted: Sat Oct 28, 2017 1:24 pm
by Svengali
phkb wrote: Sat Sep 23, 2017 12:53 am
OK, the fix is easy. In Lib_Config.js, like 471, change from:

Code: Select all

		o.curInd = p+10;
to:

Code: Select all

		o.curInd = pp+10;
THX, phkb .-)
Cody wrote:
Had a nameless Boa appear which had Primary role: lib_test in its [dumpState].
What means nameless, Cody?

Re: Library

Posted: Sat Oct 28, 2017 1:26 pm
by Cody
I use RSN and a ship with no name stands out. It was simply labelled Boa.

Re: Library

Posted: Sat Oct 28, 2017 8:52 pm
by Svengali
Cody wrote:
I use RSN and a ship with no name stands out. It was simply labelled Boa.
All is well. It's purpose is only to see if custom entities are changed, so that AddOns may react accordingly.

Re: Library

Posted: Sun Oct 29, 2017 1:18 pm
by Cody
Boas to the left of me, Boas to the right, here I am - stuck in the middle with you!

Re: Library

Posted: Sun Oct 29, 2017 2:58 pm
by Svengali
°grins° I'm lazy...

Re: Library

Posted: Tue Feb 13, 2018 10:36 pm
by Svengali
[EliteWiki] Library 1.4 is online.

THX, Cody and phkb .-)

Re: Library

Posted: Mon Feb 19, 2018 9:09 pm
by Svengali
[EliteWiki] Library 1.5 is online.

Changes:
- Lib_GUI:
Added handling for ambience sounds
Configuration options for ambience and sfx on GUIs

Re: Library

Posted: Thu Mar 15, 2018 10:59 pm
by Svengali
[EliteWiki] Library 1.6 is online.

Changes:
- Preparations for coming AddOns.
- Added some materials textures for environment shaders.

Re: Library

Posted: Tue Mar 20, 2018 4:27 pm
by Svengali
Library will get a new feature - a Captains Logbook .-)
But before I'll continue working on this new feature I'd like to get some input / thoughts about it.

The P.A.D. (or Personal Assistance Device) ships functionality to display different sorts of data, sorted by categories. Every category may contain several pages (or subcategories) - which can also be implemented by AddOns. What I do have right now are categories for
- GALCOP: A standard entry, but after doing specific jobs it will contain an entry for the Navy as well. Other AddOns may add more.
- GUILDS: An empty entry atm. Could be used e.g. by RandomHits, Feudal States and other AddOns which do have a membership.
- INFOS: A category for special events, news, etc. Could be useful e.g. for BloombergMarkets, etc.
- LOGS: A category for standard events like rescued escape pods, bailed out, fined, etc. Could be used for contracts as well.
- PERSONS: A category for characters you have met.
- SYSTEMS: A category for special systems like Tianve, Tionisla, etc.

The PAD also ships search functionality and some categories do allow the player to add custom notes. The display of these pages is based on templates, so all pages in a category will have the same layout. AddOns can add data easily to existing pages or add a new page in existing categories. Another feature is to set player specific data, like origin, species, gender, age and a custom picture.

So, what kind of feature would be missing (e.g. writing the LOGS to Latest.log)?

Re: Library

Posted: Sun Mar 25, 2018 1:03 pm
by Svengali
I guess pictures will show a bit better what the PAD will be. The avatar pictures have been created by BlackWolf. Many thanks - and a great job. Library will show nearly 100 different character pics as resource for other AddOns! But as it is just a sneak preview, don't forget that the content is not really finished and will be the next step.

Image
Image
Image
Image
Image
Image
Image

Re: Library

Posted: Sun Mar 25, 2018 1:24 pm
by montana05
I like it, specially GalCop-Navy and Guilds will probably make my life easier for the missions to come.

Re: Library

Posted: Sun Mar 25, 2018 1:28 pm
by Cody
Would one be able to insert a custom character pic?