Compare commits

...

4 Commits

Author SHA1 Message Date
waifu 4a9030e904 lorebook 1 year ago
waifu f75cd0c23a graphs 1 year ago
waifu 5083f8289b outline link 1 year ago
waifu 28938a2ab7 outline 1 year ago
  1. 16
      README.md
  2. 27
      lorebook.md
  3. 95
      outline.md

@ -1,5 +1,7 @@
# federated-love
"Federated Love: I can't believe my instance is this cute!" or FederatedLove is a short visual novel created in RenPy.
## How to play?
- You can get the executables for it [here](https://downloads.waifuism.life/)
@ -11,4 +13,16 @@
- Clone/Download this repository
- Copy the whole folder into your projects folder
- Example: project.json would be in /home/myuser/RenPyProjects/federated-love
- Select the project and Launch it
- Select the project and Launch it
## Outline
### Script
The outline of the script can be found in the [outline.md](outline.md), it explains in better detail the setting, plot and characters.
## Current general to-do list:
- Write an outline of the 2nd and 3rd chapters
- Find Music
- Find backgrounds

@ -0,0 +1,27 @@
# Lorebook
## Setting
### The Fediverse
The Fediverse, a magical world where various instances, represented as houses, are maintained by their respective mascots.
## Characters
### Pleroma-tan
Pleroma-tan is the anthropomorphic representation of the Pleroma software, a federated social networking platform. As the mascot, Pleroma-tan embodies the spirit and functionality of the software and the community.
#### Appearance
Pleroma-tan is visually represented as a charming and endearing character.
#### Role in the Story
Pleroma-tan plays a central role in the plot, serving as the catalyst for the MC's journey into the Fediverse. As the MC installs Pleroma, Pleroma-tan's antics pull him into this fantastical world. Throughout the narrative, Pleroma-tan is a blank guide, as she is a fresh instance and doesn't know anything about them nor the current meta.
#### Character Development
Over the course of the story, Pleroma-tan undergoes character development as she confronts the challenges posed by bullying from Mastodon users. Her experiences shape her determination to address these issues and promote understanding among the mascots of different instances. Pleroma-tan's growth is not only integral to the resolution of the conflict but also serves as a source of inspiration for both the MC and other characters.
#### Interactions and Humor
Pleroma-tan's interactions with other characters, especially Grumbulon, Weeble, and the MC, are infused with light-hearted humor. Her dialogue includes witty remarks, internet memes, and occasional breaks of the fourth wall, aligning with the overall comedic tone of the visual novel.

@ -0,0 +1,95 @@
# Setting
The story unfolds inside the Fediverse, where different houses (instances) are maintained by their mascots.
The script is divided in 3 general parts:
- Introduction to the fediverse
- Journey through the unknown
- Conflict with the other side
# Plot
## Introduction (Chapter 1)
- MainCharacter (MC) decides to install Pleroma.
- MC gets pulled into the Fediverse by Pleroma-tan's antics.
- Pleroma-tan lightly reveals her struggles with bullying from Mastodon folks, setting the initial conflict.
## Journey through Instances (Chapter 2)
- MC and Pleroma-tan embark on a walk around some instances to get to know some people and make MC understand the fediverse.
- They visit different instances, meeting Grumbulon and Weeble, learning about their quirks, they may or may not join the gang.
## Conflict Resolution (Chapter 3)
- Together, the group addresses Pleroma's issues with Mastodon users, promoting understanding and friendship.
- Humorous encounters and light-hearted moments ensue as they navigate the peculiarities of each instance.
- Two climactic endings events involving all the mascots and MC, where they confront the source of the conflict and work towards a resolution.
## Graphs
```mermaid
graph TD
subgraph "Introduction (Chapter 1)"
A[MC decides to install Pleroma] --> B[Pleroma-tan appears on the screen]
B --> C[Pleroma-tan begins to slowly reveal struggles]
C --> E[MC gets pulled into the Fediverse by Pleroma-tan]
E --> F[Chapter 2]
end
```
```mermaid
flowchart TD
subgraph "Journey through Instances (Chapter 2)"
F[MC and Pleroma-tan embark on a walk around instances] --> G[Where should we go?]
G -->|Meet| H(Grumbulon)
G -->|Meet| I(Weeble)
H --> J[Grumbulon joins the group] --> G
I --> K[Weeble decides to stay] --> G
G -->|If met the two of them| L[Chapter 3]
end
```
```mermaid
flowchart TD
subgraph "Conflict Resolution (Chapter 3)"
I[Group goes to see Mastodon users]
I -->|They get blocked| J[Pleroma-tan feels bad for MC]
J -->|Hug her| K[Pleroma-tan gets hugged by MC - Canon ending]
J -->|Nuke Mastodon| L[She looks at him, bitchslaps him and the novel ends]
end
```
# Characters
A more detailed explanation can be found in the [lorebook](lorebook.md)
1. **Pleroma-tan:**
- Represents the Pleroma software, with a mix of vulnerability and determination.
2. **Grumbulon:**
- A quirky cat managing an instance, adding comic relief and wisdom to the group.
3. **Weeble:**
- A cheerful girl managing another instance.
4. **MC:**
- The player's character, reacting to the absurdities of the Fediverse.
# Humor
- Incorporate internet memes, software jokes, and playful banter between characters.
- Break the fourth wall occasionally for comedic effect, acknowledging the visual novel format.
# Main idea
- How the does an exessive amount of moderation affects the people that live in the grey or neutral areas?
Loading…
Cancel
Save