fixed some spelling mistakes in the code

This commit is contained in:
MichaelYick 2021-06-05 13:56:01 -05:00
parent 82b180279a
commit 2ccec34ad8
24 changed files with 81 additions and 62 deletions

View File

@ -2,9 +2,25 @@
errors listed below, and try again. errors listed below, and try again.
File "game/script.rpy", line 427: expected end of line File "game/script.rpy", line 17746: if statement expects a non-empty block.
play music 'audio/effects/chatter loop.ogg' fadein 1,0 if anonscore >= 4 and fangscore >= 4:
^ ^
File "game/script.rpy", line 21504: expected statement.
elif anonscore >= 3 and fangscore <=4:
^
File "game/script.rpy", line 24439: expected statement.
elif anonscore <= 3 and fangscore >=3:
^
File "game/script.rpy", line 25850: expected statement.
elif anonscore <= 2 and fangscore <= 2:
^
File "game/script.rpy", line 28678: expected statement.
else:
^
Ren'Py Version: Ren'Py 7.4.4.1439 Ren'Py Version: Ren'Py 7.4.4.1439
Fri Jun 4 19:11:01 2021 Sat Jun 5 11:37:48 2021

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -23,7 +23,7 @@ define gui.show_name = True
## The version of the game. ## The version of the game.
define config.version = "vee3-Valiant-Velociraptor-Victory-patch1" define config.version = "vee3-Valiant-Velociraptor-Victory-patch2"
## Text that is placed on the game's about screen. Place the text between the ## Text that is placed on the game's about screen. Place the text between the
## triple-quotes, and leave a blank line between paragraphs. ## triple-quotes, and leave a blank line between paragraphs.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

View File

@ -326,7 +326,7 @@ screen navigation():
elif not main_menu: elif not main_menu:
textbutton _("Main Menu") action MainMenu() textbutton _("Main Menu") action MainMenu()
textbutton _("Debug Score Card") action ShowMenu("score_menu") #textbutton _("Debug Score Card") action ShowMenu("score_menu")
if renpy.variant("pc"): if renpy.variant("pc"):

Binary file not shown.

View File

@ -344,6 +344,7 @@ transform rright:
label start: label start:
$ fangscore = 0 $ fangscore = 0
$ anonscore = 0 $ anonscore = 0
$ tradwife = False
pause 1.0 pause 1.0
#First Day of School #First Day of School
"January sixth." "January sixth."
@ -7822,7 +7823,7 @@ SV "WAH-HA!! Im certain it aint."
SV "At any rate, why not pick up a few dogs to impress her?" SV "At any rate, why not pick up a few dogs to impress her?"
SV "We got ice cream too, if shes an herbie." SV "We got ice cream too, if shes an herbie."
A "Maybe later. Ill keep it in mind." A "Maybe later. Ill keep it in mind."
"I turn to leave, behind me I hear the vendor mutter to himself." "I turn to leave, behind me I hear the vendor mutter to herself."
show tracy neutral show tracy neutral
SV "Ah, to be young and love again…" SV "Ah, to be young and love again…"
scene skinrow scene skinrow
@ -7862,8 +7863,8 @@ show fangmom neutral flip at fmright with moveinright
FM "Honey, who is it?" FM "Honey, who is it?"
FM "OH! You must be Anon!" FM "OH! You must be Anon!"
FM "Come in come in!" FM "Come in come in!"
"The petite ptero-matriarch drags me into her abode. I could see the patriarchs jaw clench as Fangs mother pushed me into the comfiest couch to ever exist."
scene home fang day scene home fang day
"The petite ptero-matriarch drags me into her abode. I could see the patriarchs jaw clench as Fangs mother pushed me into the comfiest couch to ever exist."
FM "Oh you must forgive my little Lucy, shes still getting ready for your date!" FM "Oh you must forgive my little Lucy, shes still getting ready for your date!"
"Oh god I can feel iron-sights on my back." "Oh god I can feel iron-sights on my back."
"While she spoke a mile a minute I managed to catch some of the words. I ignored the latter, because this ISNT a daaaa-" "While she spoke a mile a minute I managed to catch some of the words. I ignored the latter, because this ISNT a daaaa-"
@ -13995,7 +13996,7 @@ menu:
#[Falling animation and CGs here] #[Falling animation and CGs here]
scene imfreeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeefaaaaaaallllllliiiiiiiiiiiinnnnnnnnnnnnnnnnnnnnnnnnnnnn #scene imfreeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeefaaaaaaallllllliiiiiiiiiiiinnnnnnnnnnnnnnnnnnnnnnnnnnnn
scene black with fade scene black with fade
"..." "..."
@ -15989,7 +15990,7 @@ elif anonscore >= 3 and fangscore <= 3:
F "Good." F "Good."
scene room anon day with fade scene room anon day with fade
show fanarm with dissolve show fangarm with dissolve
"She lays her head on my arm, very carefully. It was fast becoming her preferred pillow here." "She lays her head on my arm, very carefully. It was fast becoming her preferred pillow here."
@ -16024,7 +16025,7 @@ elif anonscore >= 3 and fangscore <= 3:
A "What did you do?" A "What did you do?"
F "Don't leave, please..." F "Don't leave, please..."
scene black with fad scene black with fade
stop music fadeout 1.0 stop music fadeout 1.0
play music 'audio/OST/you can_t sage here.ogg' fadein 1.0 play music 'audio/OST/you can_t sage here.ogg' fadein 1.0
"I hold her by the shoulders. They feel scruffy." "I hold her by the shoulders. They feel scruffy."
@ -16209,7 +16210,7 @@ elif anonscore >= 3 and fangscore <= 3:
"Isnt interested in helping, to say the least." "Isnt interested in helping, to say the least."
scene outside school scene outside school
show anon neutral at alef show anon neutral at aleft
stop music fadeout 1.0 stop music fadeout 1.0
play music 'audio/OST/to_swagger.ogg' fadein 1.0 play music 'audio/OST/to_swagger.ogg' fadein 1.0
St "-you see Fangs brother beat on Anon yesterday?" St "-you see Fangs brother beat on Anon yesterday?"
@ -16322,7 +16323,7 @@ elif anonscore >= 3 and fangscore <= 3:
A "Sorry, Stella. Some other time." A "Sorry, Stella. Some other time."
St "Awww." St "Awww."
scene black with fad scene black with fade
stop music fadeout 1.0 stop music fadeout 1.0
"We all enter the school and split off to our homerooms." "We all enter the school and split off to our homerooms."
@ -17592,6 +17593,8 @@ play music 'audio/OST/to_swagger.ogg' fadein 1.0
"April first." "April first."
"Fang and I have been together for a month now." "Fang and I have been together for a month now."
if anonscore >= 3 and fangscore <= 4: #tradwife if anonscore >= 3 and fangscore <= 4: #tradwife
label tradwife:
$ tradwife = True
"Things are going pretty well. When we discount Trishs weekly attempt to talk with Fang." "Things are going pretty well. When we discount Trishs weekly attempt to talk with Fang."
"Rosa and Stella have helped with that." "Rosa and Stella have helped with that."
@ -17742,6 +17745,7 @@ F "Anon, remind me, whats a quark again?"
#11 to ending is all a big if statement, just smooth sailing and Copy/Paste from here. #11 to ending is all a big if statement, just smooth sailing and Copy/Paste from here.
if anonscore >= 4 and fangscore >= 4: if anonscore >= 4 and fangscore >= 4:
label golden:
#Announcing a Show | Golden #Announcing a Show | Golden
#le inconsistant indention has arrived #le inconsistant indention has arrived
play music "audio/OST/Appreciating her Company.ogg" fadein 1.0 play music "audio/OST/Appreciating her Company.ogg" fadein 1.0
@ -21406,7 +21410,7 @@ if anonscore >= 4 and fangscore >= 4:
show fang d happy with dissolve show fang d happy with dissolve
"We chuckle together." "We chuckle together."
play music "audio/OST/Amberlight Brilliance" fadein 1.0 play music "audio/OST/Amberlight Brilliance.wav" fadein 1.0
A "Hey, Lucy…" A "Hey, Lucy…"
"I keep my eyes on the stars, even when Lucy turns to look at me." "I keep my eyes on the stars, even when Lucy turns to look at me."
@ -24407,7 +24411,7 @@ elif anonscore >= 3 and fangscore <=4:
F "Tomorrow, yes." F "Tomorrow, yes."
stop music fadeout 1.0 stop music fadeout 1.0
scene city morning with fade scene city morning with fade
play sound "audio/OST/Amberlight Brilliance" fadein 5.0 play sound "audio/OST/Amberlight Brilliance.wav" fadein 5.0
"We made our way towards her car door, but before getting in, she once again embraces me, This time a little stronger." "We made our way towards her car door, but before getting in, she once again embraces me, This time a little stronger."
show c09 with dissolve show c09 with dissolve
@ -25007,7 +25011,7 @@ elif anonscore <= 3 and fangscore >=3:
A "Nah. She said something about the fascist sexist monarchy system." A "Nah. She said something about the fascist sexist monarchy system."
N "Well, Naser and I have entered and we are going to be prom royalty. Ooooh, I can not wait to wear that beautiful tiara, I picked it out and everything and the crown for Naser-" N "Well, Naser and I have entered and we are going to be prom royalty. Ooooh, I can not wait to wear that beautiful tiara, I picked it out and everything and the crown for Naser-"
show naomi keikaku with dissolve show naomi prom happy
#[Naomi keikaku here] #[Naomi keikaku here]
"Ive already tuned her out." "Ive already tuned her out."
@ -25022,7 +25026,7 @@ elif anonscore <= 3 and fangscore >=3:
Nas "This thing is a nightmare to get over my wings." Nas "This thing is a nightmare to get over my wings."
show naser neutral flip at ncenter with dissolve show naser prom neutral flip at ncenter with dissolve
Nas "Oh, Anon! Come on in, didnt know you were already here." Nas "Oh, Anon! Come on in, didnt know you were already here."
@ -25065,7 +25069,7 @@ elif anonscore <= 3 and fangscore >=3:
"I take my seat in the usual spot, sinking in and feeling the pillows conform around my spine." "I take my seat in the usual spot, sinking in and feeling the pillows conform around my spine."
scene home fang night with fade scene home fang night with fade
show anon neutral flip at aright show anon prom neutral flip at aright
"This thing must cost a fortune." "This thing must cost a fortune."
"Fangs dad is a police commissioner if I recall." "Fangs dad is a police commissioner if I recall."
@ -25174,7 +25178,7 @@ elif anonscore <= 3 and fangscore >=3:
"The door slams behind me and I make record time out of the block." "The door slams behind me and I make record time out of the block."
scene skinrow with fade scene skinrow with fade
show anon neutral at aleft show anon prom neutral at aleft
"My calves are on fire but I only care about getting as far away as possible." "My calves are on fire but I only care about getting as far away as possible."
"Fang is sitting on the bench by the bus stop." "Fang is sitting on the bench by the bus stop."
@ -25302,7 +25306,7 @@ elif anonscore <= 3 and fangscore >=3:
"..." "..."
"I have no clue what the fuck Im doing right now." "I have no clue what the fuck Im doing right now."
show anon neutral at aleft show anon prom neutral at aleft
show fang neutral flip at sright show fang neutral flip at sright
F "How about we find a spot to sit then?" F "How about we find a spot to sit then?"
@ -25556,17 +25560,18 @@ elif anonscore <= 3 and fangscore >=3:
show fang ultra angry flip with dissolve show fang ultra angry flip with dissolve
F "I AM NON-BINARY." F "I AM NON-BINARY."
#TODO make a prom angry sprite and put it here
show anon angry with dissolve show anon prom neutral with dissolve
A "YOU DONT EVEN MAKE A PASSABLE FAGGOT." A "YOU DONT EVEN MAKE A PASSABLE FAGGOT."
F "SHUT UP!" F "SHUT UP!"
"I try to step closer." "I try to step closer."
#TODO make a prom socked sprite for here
show anon shocked with move:
show anon prom neutral with move:
xalign -2.0 xalign -2.0
hide anon with dissolve hide anon with dissolve
@ -25692,7 +25697,7 @@ elif anonscore <= 3 and fangscore >=3:
"Pizza time here I come." "Pizza time here I come."
"..." "..."
scene doomeranon02 with f scene doomeranon02 with fade
stop music fadeout 1.0 stop music fadeout 1.0
play music 'audio/effects/chatter loop.ogg' fadein 1.0 play music 'audio/effects/chatter loop.ogg' fadein 1.0
@ -28698,7 +28703,7 @@ pause 1200
scene black with fade scene black with fade
stop music fadeout 3.0 stop music fadeout 3.0
pause 5 pause 5
if anonscore >= 3 and fangscore <= 4: #tradwife if tradwife:
scene c10 with fade scene c10 with fade
pause 20 pause 20
return return

Binary file not shown.

32
log.txt
View File

@ -1,32 +1,32 @@
Fri Jun 4 20:04:24 2021 Sat Jun 5 11:53:27 2021
Linux-5.10.0-7-amd64-x86_64-with-debian-11.0 Linux-5.10.0-7-amd64-x86_64-with-debian-11.0
Ren'Py 7.4.4.1439 Ren'Py 7.4.4.1439
Bootstrap to the start of init.init took 0.08s Bootstrap to the start of init.init took 0.16s
Early init took 0.00s Early init took 0.00s
Loader init took 0.01s Loader init took 0.02s
Loading error handling took 0.03s Loading error handling took 0.05s
Loading script took 0.45s Loading script took 0.88s
Loading save slot metadata. took 0.37s Loading save slot metadata. took 0.72s
Loading persistent took 0.02s Loading persistent took 0.06s
Importing _renpysteam: ImportError('No module named _renpysteam',) Importing _renpysteam: ImportError('No module named _renpysteam',)
Running init code took 0.05s Running init code took 0.10s
Loading analysis data took 0.05s Loading analysis data took 0.13s
Analyze and compile ATL took 0.01s Analyze and compile ATL took 0.03s
Index archives took 0.00s Index archives took 0.00s
Dump and make backups. took 0.09s Dump and make backups. took 0.15s
Cleaning cache took 0.00s Cleaning cache took 0.00s
Making clean stores took 0.00s Making clean stores took 0.00s
Initial gc. took 0.07s Initial gc. took 0.18s
DPI scale factor: 1.000000 DPI scale factor: 1.000000
Creating interface object took 0.00s Creating interface object took 0.00s
Cleaning stores took 0.00s Cleaning stores took 0.00s
Init translation took 0.08s Init translation took 0.18s
Build styles took 0.00s Build styles took 0.01s
Load screen analysis took 0.02s Load screen analysis took 0.04s
Analyze screens took 0.00s Analyze screens took 0.00s
Save screen analysis took 0.00s Save screen analysis took 0.00s
Prepare screens took 0.07s Prepare screens took 0.12s
Save pyanalysis. took 0.00s Save pyanalysis. took 0.00s
Save bytecode. took 0.00s Save bytecode. took 0.00s

View File

@ -1,28 +1,26 @@
I'm sorry, but an uncaught exception occurred. I'm sorry, but an uncaught exception occurred.
While running game code: While running game code:
File "game/script.rpy", line 24296, in script File "game/script.rpy", line 347, in script
with fad $ tradwife = false
File "game/script.rpy", line 24296, in <module> File "game/script.rpy", line 347, in <module>
with fad $ tradwife = false
NameError: name 'fad' is not defined NameError: name 'false' is not defined
-- Full Traceback ------------------------------------------------------------ -- Full Traceback ------------------------------------------------------------
Full traceback: Full traceback:
File "game/script.rpy", line 24296, in script File "game/script.rpy", line 347, in script
with fad $ tradwife = false
File "/home/joybuke/Documents/ComputerScience/Projects/Snoot/renpy-7.4.2-sdk/renpy/ast.py", line 1390, in execute File "/home/joybuke/Documents/ComputerScience/Projects/Snoot/renpy-7.4.2-sdk/renpy/ast.py", line 922, in execute
trans = renpy.python.py_eval(self.expr) renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/home/joybuke/Documents/ComputerScience/Projects/Snoot/renpy-7.4.2-sdk/renpy/python.py", line 2249, in py_eval File "/home/joybuke/Documents/ComputerScience/Projects/Snoot/renpy-7.4.2-sdk/renpy/python.py", line 2218, in py_exec_bytecode
return py_eval_bytecode(code, globals, locals) exec(bytecode, globals, locals)
File "/home/joybuke/Documents/ComputerScience/Projects/Snoot/renpy-7.4.2-sdk/renpy/python.py", line 2242, in py_eval_bytecode File "game/script.rpy", line 347, in <module>
return eval(bytecode, globals, locals) $ tradwife = false
File "game/script.rpy", line 24296, in <module> NameError: name 'false' is not defined
with fad
NameError: name 'fad' is not defined
Linux-5.10.0-7-amd64-x86_64-with-debian-11.0 Linux-5.10.0-7-amd64-x86_64-with-debian-11.0
Ren'Py 7.4.4.1439 Ren'Py 7.4.4.1439
Dino Girl Gamu Beta-3.99 SnootGame vee3-Valiant-Velociraptor-Victory-patch1
Fri Jun 4 16:17:42 2021 Sat Jun 5 11:40:57 2021