Skelington question
Hello people, only 9 hours to go till my first pyweek begins :) But enough with the pleasantries, I have a bit of a problem with the skelington, as I don't like the way data folder is in a different tree from the game logic...I like it when the data is in a folder in the game lib, thus easier to reach. I know there is a data.load function, but it returns file descriptors which are useless and I'm afraid to edit it so that the mighty pyweek gods won't bash me...So can I just ignore this part of the skelington, or is it a MUST?(log in to comment)
Comments
I *am* tempted to raise a ValueError if you open a file that has different case to the file on disk. Would solve the #1 portability issue.
RB[0] on 2007/03/31 15:55:
Richard stated that those who are knowledgeable enough can edit it to there hearts content :)BUT, if you by any chance leave anything out or the game folder does not look nice, then there will be no mercy for you.
Check Richards 3rd to last post in this thread:
http://pyweek.org/d/564/#comment-1098