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.
File "game/script.rpy", line 427: expected end of line
play music 'audio/effects/chatter loop.ogg' fadein 1,0
^
File "game/script.rpy", line 17746: if statement expects a non-empty block.
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
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.
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
## 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:
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"):

Binary file not shown.

View File

@ -344,6 +344,7 @@ transform rright:
label start:
$ fangscore = 0
$ anonscore = 0
$ tradwife = False
pause 1.0
#First Day of School
"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 "We got ice cream too, if shes an herbie."
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
SV "Ah, to be young and love again…"
scene skinrow
@ -7862,8 +7863,8 @@ show fangmom neutral flip at fmright with moveinright
FM "Honey, who is it?"
FM "OH! You must be Anon!"
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
"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!"
"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-"
@ -13995,7 +13996,7 @@ menu:
#[Falling animation and CGs here]
scene imfreeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeefaaaaaaallllllliiiiiiiiiiiinnnnnnnnnnnnnnnnnnnnnnnnnnnn
#scene imfreeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeefaaaaaaallllllliiiiiiiiiiiinnnnnnnnnnnnnnnnnnnnnnnnnnnn
scene black with fade
"..."
@ -15989,7 +15990,7 @@ elif anonscore >= 3 and fangscore <= 3:
F "Good."
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."
@ -16024,7 +16025,7 @@ elif anonscore >= 3 and fangscore <= 3:
A "What did you do?"
F "Don't leave, please..."
scene black with fad
scene black with fade
stop music fadeout 1.0
play music 'audio/OST/you can_t sage here.ogg' fadein 1.0
"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."
scene outside school
show anon neutral at alef
show anon neutral at aleft
stop music fadeout 1.0
play music 'audio/OST/to_swagger.ogg' fadein 1.0
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."
St "Awww."
scene black with fad
scene black with fade
stop music fadeout 1.0
"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."
"Fang and I have been together for a month now."
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."
"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.
if anonscore >= 4 and fangscore >= 4:
label golden:
#Announcing a Show | Golden
#le inconsistant indention has arrived
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
"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…"
"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."
stop music fadeout 1.0
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."
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."
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]
"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."
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."
@ -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."
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."
"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."
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."
"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."
show anon neutral at aleft
show anon prom neutral at aleft
show fang neutral flip at sright
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
F "I AM NON-BINARY."
show anon angry with dissolve
F "I AM NON-BINARY."
#TODO make a prom angry sprite and put it here
show anon prom neutral with dissolve
A "YOU DONT EVEN MAKE A PASSABLE FAGGOT."
F "SHUT UP!"
"I try to step closer."
show anon shocked with move:
#TODO make a prom socked sprite for here
show anon prom neutral with move:
xalign -2.0
hide anon with dissolve
@ -25692,7 +25697,7 @@ elif anonscore <= 3 and fangscore >=3:
"Pizza time here I come."
"..."
scene doomeranon02 with f
scene doomeranon02 with fade
stop music fadeout 1.0
play music 'audio/effects/chatter loop.ogg' fadein 1.0
@ -28698,7 +28703,7 @@ pause 1200
scene black with fade
stop music fadeout 3.0
pause 5
if anonscore >= 3 and fangscore <= 4: #tradwife
if tradwife:
scene c10 with fade
pause 20
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
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
Loader init took 0.01s
Loading error handling took 0.03s
Loading script took 0.45s
Loading save slot metadata. took 0.37s
Loading persistent took 0.02s
Loader init took 0.02s
Loading error handling took 0.05s
Loading script took 0.88s
Loading save slot metadata. took 0.72s
Loading persistent took 0.06s
Importing _renpysteam: ImportError('No module named _renpysteam',)
Running init code took 0.05s
Loading analysis data took 0.05s
Analyze and compile ATL took 0.01s
Running init code took 0.10s
Loading analysis data took 0.13s
Analyze and compile ATL took 0.03s
Index archives took 0.00s
Dump and make backups. took 0.09s
Dump and make backups. took 0.15s
Cleaning cache took 0.00s
Making clean stores took 0.00s
Initial gc. took 0.07s
Initial gc. took 0.18s
DPI scale factor: 1.000000
Creating interface object took 0.00s
Cleaning stores took 0.00s
Init translation took 0.08s
Build styles took 0.00s
Load screen analysis took 0.02s
Init translation took 0.18s
Build styles took 0.01s
Load screen analysis took 0.04s
Analyze screens 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 bytecode. took 0.00s

View File

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