mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +01:00
cleaned up and improved .gitignore
This commit is contained in:
parent
a789e15a39
commit
05ae546d4b
30 changed files with 0 additions and 1321 deletions
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
|
BIN
game/.swm
BIN
game/.swm
Binary file not shown.
BIN
game/.swn
BIN
game/.swn
Binary file not shown.
BIN
game/.swo
BIN
game/.swo
Binary file not shown.
BIN
game/.swp
BIN
game/.swp
Binary file not shown.
BIN
game/cache/bytecode.rpyb
vendored
BIN
game/cache/bytecode.rpyb
vendored
Binary file not shown.
BIN
game/cache/pyanalysis.rpyb
vendored
BIN
game/cache/pyanalysis.rpyb
vendored
Binary file not shown.
BIN
game/cache/screens.rpyb
vendored
BIN
game/cache/screens.rpyb
vendored
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.
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.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load diff
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 +0,0 @@
|
|||
{"android_build": "Release", "renamed_all": true, "renamed_steam": true, "force_recompile": false, "build_update": false, "packages": ["mac", "linux", "win"], "add_from": true}
|
|
@ -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