diff --git a/.gitignore b/.gitignore index 6451edb..e5dc402 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ ehthumbs_vista.db *.pyc *.pyo +.sw? *~ *.bak diff --git a/errors.txt b/errors.txt deleted file mode 100644 index 605109d..0000000 --- a/errors.txt +++ /dev/null @@ -1,26 +0,0 @@ -I'm sorry, but errors were detected in your script. Please correct the -errors listed below, and try again. - - -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 -Sat Jun 5 11:37:48 2021 diff --git a/log.txt b/log.txt deleted file mode 100644 index 5ecb9b3..0000000 --- a/log.txt +++ /dev/null @@ -1,32 +0,0 @@ -Mon Jun 7 21:08:17 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.10s -Early init took 0.00s -Loader init took 0.01s -Loading error handling took 0.04s -Loading script took 0.56s -Loading save slot metadata. took 0.42s -Loading persistent took 0.02s -Importing _renpysteam: ImportError('No module named _renpysteam',) -Running init code took 0.05s -Loading analysis data took 0.06s -Analyze and compile ATL took 0.02s -Index archives took 0.00s -Dump and make backups. took 0.10s -Cleaning cache took 0.00s -Making clean stores took 0.00s -Initial gc. took 0.07s -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 -Analyze screens took 0.00s -Save screen analysis took 0.00s -Prepare screens took 0.07s -Save pyanalysis. took 0.00s -Save bytecode. took 0.00s diff --git a/traceback.txt b/traceback.txt deleted file mode 100644 index 422e981..0000000 --- a/traceback.txt +++ /dev/null @@ -1,26 +0,0 @@ -I'm sorry, but an uncaught exception occurred. - -While running game code: - File "game/script.rpy", line 347, in script - $ tradwife = false - File "game/script.rpy", line 347, in - $ tradwife = false -NameError: name 'false' is not defined - --- Full Traceback ------------------------------------------------------------ - -Full traceback: - 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 - $ 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 -SnootGame vee3-Valiant-Velociraptor-Victory-patch1 -Sat Jun 5 11:40:57 2021