Core Concepts
Basic Rules
Put a space after colons
Don't put a space before semicolons
Put descriptors in parentheses
Use commas between items in a list
Skip the semicolon if it's the final item right before a
].
Delimiter Guide
Orange text = optional fields.
[ and ]
Wrap entire PList; no line breaks between brackets and content
Contains all character information
[Name: John ... ]
;
End each category, no space before
Not needed if followed by a closing square bracket ]
Marks category end
[...Personality: kind(caring, gentle);
Hobbies: reading, writing]
( and )
No spaces after opening or before closing, can nest
Adds/Reinforce contextual and descriptive details
tall(6'2"), nervous(childhood trauma(bullying))
,
Space after; between items
Separates list items or traits
Hobbies: reading, writing, art;
Capitalization
Optional for categories, just keep it consistent
Aids identification
Name:, Age:, Personality:

Markdown & AliChat
Upon testing with various 7B Q6 locally hosted models, I've found a combination of Markdown & AliChat is a safe and comparable alternative to PList.
Markdown
Easy updates
Logical grouping
Clear relationship mapping
AliChat
Clear, structured details
Consistent formatting
Token efficiency
Markdown Basic Rules
End each category with a line break (
\n) instead of a semicolon (;)Use
#headings to organize sections. They’re clearer and less likely to cause errors than square brackets ([])
Markdown Templates
- Name:
- Aliases:
- Sex:
- Gender:
- Age:
- Nationality:
- Ethnicity:
- Species:
- Appearance:
- Hair:
- Eyes:
- Facial Features:
- Clothes:
- Accent:
- Speech:
- Personality:
- Dynamic With {{user}}:
- Quirks/Habits:
- Mannerisms:
- Occupation:
- Relationships:
- Backstory:
- Likes:
- Dislikes:
- Hobbies:
- Kinks:
- Behavior During Sex:
- Penis Description:
- Balls Description:
- Nipples Description:
- Breasts Description:
- Vagina Description:
- Anus Description:
- Other: # World Info
- Era: time period(specific year/era, cultural context)
- Location: place name(region, country, specific details)
- Setting: genre(subgenre, tone), world type(hidden/open supernatural, technology level)
- Factions: group1(details), group2(details), group3(details)
- Conflicts: primary conflict(details), secondary conflicts(causes, effects)
- Society: structure(hierarchy, classes), customs(traditions, taboos)
# Lore
- Species: Supernatural/space aliens/incomprehensible horror/etc
- Abilities: primary powers(limitations, requirements), secondary abilities(specifics)
- Physiology: physical traits(details), biological needs(requirements)
- Weaknesses: fatal(specific conditions), non-fatal(limitations)
- Culture: traditions(practices), social structure(hierarchies)
- Rules: restrictions(consequences), requirements(enforcement)
- Stigma: social status(prejudices, limitations)
# Context
- History: key events(timeline, impact)
- Secrets: hidden elements(implications, who knows)
© 2024 by SopakcoSauce. Except as otherwise noted, the content of this page is licensed under CC BY-NC-SA 4.0
Last updated

