Fun times
Well that was fun.. seem to be having problems as usual to upload but thats ok.. :)our current tip is adf1a84a8c (http://code.google.com/p/gamecomp/source/list)
we'll try to get it uploaded as soon as possible. but might require a little nap first! (trying to upload osx build atm - well work on py2exe & linux dist tomorrow)
Cant wait to see what everyone has done.
New NaN team - we'll improve next time for sure!
A.
(log in to comment)
Comments
http://code.google.com/p/avbin/downloads/detail?name=avbin-win32-5.zip
Also due to an annoying bug - you will have to run the game twice to get it to "work"
Also due to an annoying bug - you will have to run the game twice to get it to "work"
Traceback (most recent call last):
File "D:\tmp\pyw11\nan_aarggh_pyweek11-final-source\run_game.py", line 175, in run
import main
File "src\main.py", line 28, in <module>
import data
File "src\data.py", line 29, in <module>
font.add_directory( path + "/fonts")
File "D:\tmp\pyw11\nan_aarggh_pyweek11-final-source\pyglet\font\__init__.py", line 691, in add_directory
for file in os.listdir(dir):
WindowsError: [Error 3] El sistema no puede hallar la ruta especificada: 'D:\\tmp\\pyw11\\nan_aarggh_pyweek11-final-source\\data/fonts/*.*'
No data/fonts directory in the package (nor in the repo).
I commented out the line
font.add_directory(os.path.join(path, "fonts"))
and the game started. And yes, I needed to quit and start again to get at the level.
Question: sometimes the character will teleport itself, without apparent cause. Is this a bug or I am missing something ?
Kudos for the art, looks very good.
D:\tmp\pyw11\nan_aarggh_pyweek11-final-source>run_game.py
False
Traceback (most recent call last):
File "D:\tmp\pyw11\nan_aarggh_pyweek11-final-source\run_game.py", line 189, in
<module>
run()
File "D:\tmp\pyw11\nan_aarggh_pyweek11-final-source\run_game.py", line 175, in
run
import main
File "src\main.py", line 28, in <module>
import data
File "src\data.py", line 28, in <module>
font.add_directory(os.path.join(path, "fonts"))
File "D:\tmp\pyw11\nan_aarggh_pyweek11-final-source\pyglet\font\__init__.py",
line 691, in add_directory
for file in os.listdir(dir):
WindowsError: [Error 3] El sistema no puede hallar la ruta especificada: 'D:\\tm
p\\pyw11\\nan_aarggh_pyweek11-final-source\\data\\fonts/*.*'
the workaround is the one posted before.
the tiles are temporary as we didn't get the real ones in (they look even better) - id say the game was about 50% done.. with most of the actual gameplay missing
alia on 2010/08/30 16:21:
Just tried the win binary on a new machine - forgot to include AVbin - :(
WAVEFormatException: AVbin is required to decode compressed media