Difference between revisions of "Extensions:Character Lineages"
m Tag: 2017 source edit |
m Tag: 2017 source edit |
||
Line 5: | Line 5: | ||
== Installation == | == Installation == | ||
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. --> | <!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. --> | ||
− | Merge the branch into your lorekeeper installation, then run | + | Merge the branch into your lorekeeper installation, then run <code>php artisan migrate</code>! Keep in mind, this extension was built on the modified-main branch! |
== Configuration == | == Configuration == | ||
Line 21: | Line 21: | ||
== Troubleshooting == | == Troubleshooting == | ||
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? --> | <!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? --> | ||
− | No issues known. Add a bug report to the github tracker or tag/dm | + | No issues known. Add a bug report to the github tracker or tag/dm '''@Pure09''' in the Lorekeeper discord if any are found. |
== See Also == | == See Also == | ||
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. --> | <!-- Any relevant other pages. You may consider linking to related extensions, for instance. --> | ||
- [[Tutorial: Installing Extensions]] | - [[Tutorial: Installing Extensions]] |
Revision as of 06:16, 23 November 2020
Description | Adds lineages and basic genealogy to characters. |
---|---|
Author(s) | Pure09/DeeP-ci |
Status | Test Release |
Github | extension/character-lineages |
LK Version | Unspecified |
Contains a Migration | |
Characters can now have lineages, viewable on their main profile, with additional pages used to view their descendants! It does not add breeding, ONLY lineages.
Installation
Merge the branch into your lorekeeper installation, then run php artisan migrate
! Keep in mind, this extension was built on the modified-main branch!
Configuration
No configuration necessary.
Usage
- Add lineages to character and MYO upon creation or after - Lineages appear on the main profile of a character, and are able to be edited by mods - Lineages can be autofilled based on any input parents & grandparents lineages - Lineage can contain a mix between character links or plain text, where desired - Option when editing lineages to search for any children and update their lineages to match the new changes - Adds pages to a character's profile to view any visible children, grandchildren and great-grandchildren
Troubleshooting
No issues known. Add a bug report to the github tracker or tag/dm @Pure09 in the Lorekeeper discord if any are found.