Search Results
8/1/2025, 10:27:09 PM
>>42417848
>but the Maud custom character isn't right
That's not a problem with the custom character itself, but with the AI model you're using (which one are you using?).
Characters in the VN are actually quite simple and mainly rely on the model's knowledge of MLP characters.
Most AIs know MLP really well due to the amount of fanfics and content produced by fans and others, but they can still have issues , for instance, making Twilight too scientific or, in the case of Maud, making her too robotic without subtle details.
If you want to add details to the character so the AI represents her better instead of relying on its base depiction, you can go into:
`game/CustomCharacters/MaudPie`
and open `character.json`.
{
"tag": "maud",
"name": "Maud Pie",
"color": "#7B7B7B",
"description": "Maud Pie is on vacation from her geology doctorate program and visiting Ponyville to study its unique geological features and rock formations. She's staying with her sister Pinkie Pie at Sugarcube Corner.",
"location": {
"id": "townhall",
"icon": "icon/icon.png"
}
}
Just add information or instructions in plain English inside `description:` and modify it as needed. No coding required.
Even with instructions, the AI bias for some characters can still be too strong, but it's worth a try to see what gives you the best results.
>but the Maud custom character isn't right
That's not a problem with the custom character itself, but with the AI model you're using (which one are you using?).
Characters in the VN are actually quite simple and mainly rely on the model's knowledge of MLP characters.
Most AIs know MLP really well due to the amount of fanfics and content produced by fans and others, but they can still have issues , for instance, making Twilight too scientific or, in the case of Maud, making her too robotic without subtle details.
If you want to add details to the character so the AI represents her better instead of relying on its base depiction, you can go into:
`game/CustomCharacters/MaudPie`
and open `character.json`.
{
"tag": "maud",
"name": "Maud Pie",
"color": "#7B7B7B",
"description": "Maud Pie is on vacation from her geology doctorate program and visiting Ponyville to study its unique geological features and rock formations. She's staying with her sister Pinkie Pie at Sugarcube Corner.",
"location": {
"id": "townhall",
"icon": "icon/icon.png"
}
}
Just add information or instructions in plain English inside `description:` and modify it as needed. No coding required.
Even with instructions, the AI bias for some characters can still be too strong, but it's worth a try to see what gives you the best results.
Page 1