mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +01:00
untrack misc files and restore old changes to gitignore
This commit is contained in:
parent
d82571ffe9
commit
a4afd458d2
4 changed files with 1 additions and 84 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -16,6 +16,7 @@ ehthumbs_vista.db
|
||||||
*.pyc
|
*.pyc
|
||||||
*.pyo
|
*.pyo
|
||||||
|
|
||||||
|
.sw?
|
||||||
*~
|
*~
|
||||||
*.bak
|
*.bak
|
||||||
|
|
||||||
|
|
26
errors.txt
26
errors.txt
|
@ -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
|
|
32
log.txt
32
log.txt
|
@ -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
|
|
|
@ -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 <module>
|
|
||||||
$ 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 <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
|
|
||||||
SnootGame vee3-Valiant-Velociraptor-Victory-patch1
|
|
||||||
Sat Jun 5 11:40:57 2021
|
|
Loading…
Reference in a new issue