is there anyway to make character-specific lore work in other characters threads, i know i can just add a lorebook to the new thread but i want to add character specific lore.
also is there a specific way that works better for lorebooks? here are two examples https://rentry.org/lemmy1 https://rentry.org/lemmy2
also don’t know if this is being addressed but when lorebooks are loaded from rentry this pops up in ‘/lore’ so i guess a code is now needed.
To access the raw version of this page, a valid access code must be set in the metadata: SECRET_RAW_ACCESS_CODE.
You may request an access code by emailing
An access code may be used on any number of pages.
You may also use this access code as a header in your request, which will give you access to any post’s /raw/ page
This system was a necessary addition due to extensive misuse by bad actors posting malware snippets and getting us into a lot of trouble with our web hosts and domain registrars.
SECRET_RAW_ACCESS_CODE = 12345 Example Header: rentry-auth : 12345</p>
and is there a way to get this to work: https://rentry.org/lemmy3
[A] [B]
╔═══════════════╗ ╔═══════════════╗
| @ | | Docks |
| | | and harbour |
╠═══════╗ ╔═══╣ ╠═══════╗ ╔═══╣
| Cafe | |Bar| | Tavern| |Inn|
╠═══════╣ ╠═══╣ ╠═══════╣ ╠═══╣
| | | | | | | |
╚═══════╝ ╚═══╝ ╚═══════╝ ╚═══╝
[D] [C]
KEY INFORMATION:
- [A] is park entrance, 200m away
- "@" is your location
- [B] leads to docks/harbour, 600m away
- [C] leads to residential, 1.2km away
- [D] leads to marketplace, 800m away
- Distances in m
- "╔" and "╝" are walls
- "╠" and "╣" are doorways
```.
-------------------------
RE Perchance as a Lorebook - I think this could be used instead?
https://perchance.org/api/downloadGenerator?generatorName=noun&listsOnly=true
listsOnly=true
was only documented on perchance.org/advanced-tutorial but I’ve just added a note about it to perchance.org/download-button-plugin to help make people more aware of this.That API is what I’m using on the glitch server. Previously it was only returning a ‘response’, and it needed to be turned into a plain text, so I made a ‘proxy’ for it. That one now works just fine without need to fetch, Thanks!