This repository was archived by the owner on Feb 3, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
fixed animation scenes in w0_d2 (trivia scene) and w0_d2_lunchflirt (flirt with everyone) #158
Open
siennaperez
wants to merge
2
commits into
ufosc:main
Choose a base branch
from
siennaperez:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
75 changes: 75 additions & 0 deletions
75
...ry/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_LunchFlirt_20250216190428.rpy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,75 @@ | ||
| label w0_d2_LunchFlirt: | ||
| menu w0_d2_LunchFlirtC: | ||
| "Flirt with Python": | ||
| $ p_rep = reputation(p_rep, -2) | ||
| mc "\"Especially you Python.\"" | ||
| mc "{i}Winks{/i}" | ||
| hide python_pocket | ||
| show python_pocket_happy at left | ||
| p "\"Wow, way to ruin an apology.\"" | ||
| p "\"I expected nothing less.\"" | ||
| hide python_pocket_happy | ||
| show python_pocket at left | ||
| hide cpp_normal | ||
| show cpp_talk at right | ||
| c "\"Typical man...\"" | ||
| hide cpp_talk | ||
| show cpp_normal at right | ||
| "Flirt with C++": | ||
| $ c_rep = reputation(c_rep, -2) | ||
| mc "\"Especially you C++.\"" | ||
| mc "{i}Winks{/i}" | ||
| hide cpp_normal | ||
| show cpp_talk at right | ||
| c "\"Wow, way to ruin an apology.\"" | ||
| c "\"I expected nothing less.\"" | ||
| hide cpp_talk | ||
| show cpp_normal at right | ||
| hide js_normal | ||
| show js_talk | ||
| js "\"What a simp...\"" | ||
| hide js_talk | ||
| show js_normal | ||
|
|
||
| "Flirt with JavaScript": | ||
| $ js_rep = reputation(js_rep, -2) | ||
| mc "\"Especially you JavaScript.\"" | ||
| mc "{i}Winks{/i}" | ||
| hide js_normal | ||
| show js_talk | ||
| js "\"Wow, way to ruin an apology.\"" | ||
| js "\"I expected nothing less.\"" | ||
| hide js_talk | ||
| show js_normal | ||
| hide cpp_normal | ||
| show cpp_talk at right | ||
| c "\"Men...\"" | ||
| hide cpp_talk | ||
| show cpp_normal at right | ||
|
|
||
| "Everyone": | ||
| $ p_rep = reputation(p_rep, -6) | ||
| $ js_rep = reputation(js_rep, -6) | ||
| $ c_rep = reputation(c_rep, -6) | ||
| mc "\"Maybe I could get to know all of you really well back at my hotel tonight...\"" | ||
| hide cpp_normal | ||
| show cpp_talk at right | ||
| c "\"What the actual fuck is wrong with you.\"" | ||
| c "\"That is so disgusting.\"" | ||
| hide cpp_talk | ||
| show cpp_normal at right | ||
| hide python_pocket | ||
| show python_angry_talk at left | ||
| p "\"I can’t believe you, you are despicable.\"" | ||
| hide python_angry_talk | ||
| show python_angry at left | ||
| hide js_normal | ||
| show js_talk | ||
| js "\"I think I might actually throw up...\"" | ||
| hide js_talk | ||
| show js_normal | ||
|
|
||
| mc "\"Hmm, I thought that would go differently.\"" | ||
| mc "\"Can’t blame me, shooters gotta shoot...\"" | ||
|
|
||
| jump w0_d2_AfterLunch |
75 changes: 75 additions & 0 deletions
75
...ry/BytesOfLove/game/scripts/orientation/w0_d2_choices/w0_d2_LunchFlirt_20250216190859.rpy
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this file should also not be here |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,75 @@ | ||
| label w0_d2_LunchFlirt: | ||
| menu w0_d2_LunchFlirtC: | ||
| "Flirt with Python": | ||
| $ p_rep = reputation(p_rep, -2) | ||
| mc "\"Especially you Python.\"" | ||
| mc "{i}Winks{/i}" | ||
| hide python_pocket | ||
| show python_pocket_happy at left | ||
| p "\"Wow, way to ruin an apology.\"" | ||
| p "\"I expected nothing less.\"" | ||
| hide python_pocket_happy | ||
| show python_pocket at left | ||
| hide cpp_normal | ||
| show cpp_talk at right | ||
| c "\"Typical man...\"" | ||
| hide cpp_talk | ||
| show cpp_normal at right | ||
| "Flirt with C++": | ||
| $ c_rep = reputation(c_rep, -2) | ||
| mc "\"Especially you C++.\"" | ||
| mc "{i}Winks{/i}" | ||
| hide cpp_normal | ||
| show cpp_talk at right | ||
| c "\"Wow, way to ruin an apology.\"" | ||
| c "\"I expected nothing less.\"" | ||
| hide cpp_talk | ||
| show cpp_normal at right | ||
| hide js_normal | ||
| show js_talk | ||
| js "\"What a simp...\"" | ||
| hide js_talk | ||
| show js_normal | ||
|
|
||
| "Flirt with JavaScript": | ||
| $ js_rep = reputation(js_rep, -2) | ||
| mc "\"Especially you JavaScript.\"" | ||
| mc "{i}Winks{/i}" | ||
| hide js_normal | ||
| show js_talk | ||
| js "\"Wow, way to ruin an apology.\"" | ||
| js "\"I expected nothing less.\"" | ||
| hide js_talk | ||
| show js_normal | ||
| hide cpp_normal | ||
| show cpp_talk at right | ||
| c "\"Men...\"" | ||
| hide cpp_talk | ||
| show cpp_normal at right | ||
|
|
||
| "Everyone": | ||
| $ p_rep = reputation(p_rep, -6) | ||
| $ js_rep = reputation(js_rep, -6) | ||
| $ c_rep = reputation(c_rep, -6) | ||
| mc "\"Maybe I could get to know all of you really well back at my hotel tonight...\"" | ||
| hide cpp_normal | ||
| show cpp_angry_talk at right | ||
| c "\"What the actual fuck is wrong with you.\"" | ||
| c "\"That is so disgusting.\"" | ||
| hide cpp_angry_talk | ||
| show cpp_angry at right | ||
| hide python_pocket | ||
| show python_angry_talk at left | ||
| p "\"I can’t believe you, you are despicable.\"" | ||
| hide python_angry_talk | ||
| show python_angry at left | ||
| hide js_normal | ||
| show js_talk | ||
| js "\"I think I might actually throw up...\"" | ||
| hide js_talk | ||
| show js_angry | ||
|
|
||
| mc "\"Hmm, I thought that would go differently.\"" | ||
| mc "\"Can’t blame me, shooters gotta shoot...\"" | ||
|
|
||
| jump w0_d2_AfterLunch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this file should not be here