Page cover image

Core Concepts

Basic Rules

  1. Put a space after colons

  2. Don't put a space before semicolons

  3. Put descriptors in parentheses

  4. Use commas between items in a list

  5. Skip the semicolon if it's the final item right before a ].

Delimiter Guide

Orange text = optional fields.

Delimiter
Format Rule
Purpose
Example

[ and ]

Wrap entire PList; no line breaks between brackets and content

Contains all character information

[Name: John ... ]

:

Follow category name, space after

Separates category name from content

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: 

© 2024 by SopakcoSauce. Except as otherwise noted, the content of this page is licensed under CC BY-NC-SA 4.0

Last updated