"The Missing Tickets" DEMO testers needed

Ideas and games that are not yet publicly in production. This forum also contains the pre-2012 archives of the Works in Progress forum.
Post Reply
Message
Author
Recca Phoenix
Veteran
Posts: 230
Joined: Tue Jan 23, 2007 3:39 pm

"The Missing Tickets" DEMO testers needed

#1 Post by Recca Phoenix » Fri Jun 08, 2007 9:03 pm

OK, so this is the game. The main game is 100% done and de-bugged (to my knowledge).
As for the side stories:
Irys's is done.
Midnight's is done but I have to draw all the graphics and add some music here and there. Also, it refuses to function for some reason. coding difficulties, most likely.
Blooper's is done but I will probably write more for it because it is incredibly short.
Lei's is done.
Feather's and Turtledove's were cut from the game due to time and lack of interest. So there are 4 side stories now instead of 6.
Please let me know what you think.
I am going to try to finish this ASAP so I can put more work into HARTBREAKER.
If you want other platforms just say so and I'll post 'em.

FIXED download (as of 6/11/07):
http://rapidshare.com/files/36528799/Th ... A.zip.html

Mac version:
http://rapidshare.com/files/36555449/Th ... c.zip.html
Last edited by Recca Phoenix on Mon Jun 11, 2007 2:26 pm, edited 2 times in total.

User avatar
DrakeNavarone
Veteran
Posts: 338
Joined: Mon Mar 06, 2006 2:27 am
Completed: see sig below
Projects: always; never not
Organization: Team BG
Location: PA, USA
Contact:

#2 Post by DrakeNavarone » Sat Jun 09, 2007 1:11 pm

That was a short fun game. Kept me amused for a while. The mini-games were fun at times too. Anyway, straight to the technical issues.

Jasper says you need both motive and evidence to accuse someone, but the game doesn't prohibit (or penalize) you from accusing anyone if you don't have both. This doesn't mean much if you point the finger at the innocent, but I still managed to recover the tickets from the culprit with no motive and the smallest bit of evidence. It'd be nice if the game made you explain your reasoning or somehow couldn't snatch the bad guy with insufficient evidence, otherwise you can just stumble onto the answer by guessing at random instead of actually investigating...

Another thing is that the side stories don't stay unlocked. I had opened three on my first play through, so I went back to get the one I missed, and found the other three locked again. The problem here is that you reset the persistent variables back to False once you start a new game, so everything that was unlocked before is now locked again. Just take out those lines from the script and you'll be fine.

In Irys' side story, if you pick the "Eat" option at the menu, it'll still jump to the fight anyway. Was that intentional? It just didn't feel right, so I doubt it was.

And Midnight's story crashed on me.
I'm sorry, but an exception occured while executing your Ren'Py
script.

SyntaxError: invalid syntax (line 1)

While executing game script on line 254 of /Applications/renpy-5.6.7/The_Missing_Tickets/game/event_dispatcher.rpy.
While executing python code on line 261 of /Applications/renpy-5.6.7/The_Missing_Tickets/game/event_dispatcher.rpy.
While executing python code on line 53 of /Applications/renpy-5.6.7/The_Missing_Tickets/game/event_dispatcher.rpy.
While executing python code on line 92 of /Applications/renpy-5.6.7/The_Missing_Tickets/game/event_dispatcher.rpy.
I hope you can fix it. I'm interested in seeing how his mini story will play out.
http://www.twitter.com/drakeynv
The Compendium of Drake:
Starlit Sky ~ Songs of Araiah ~ Mirai Imouto ~ Temple Glen ~ Fuyu no Tabi

User avatar
Sailor Kitty
Veteran
Posts: 282
Joined: Mon Jan 01, 2007 2:32 pm
Contact:

#3 Post by Sailor Kitty » Sun Jun 10, 2007 5:04 am

It is impossible to download.

I wait the 45 sec, then a 404 page shows up.
Meep...
script is 85% done.
Title is now "Running through water"
and will hopefully stay that way.
Need a poem/lyric?
I'll write one for ya!
http://blog.sanriotown.com/sailorkitty_:hellokitty.com

Recca Phoenix
Veteran
Posts: 230
Joined: Tue Jan 23, 2007 3:39 pm

#4 Post by Recca Phoenix » Mon Jun 11, 2007 11:20 am

erm, I'll try to fix the broken download.
Also, anyone have any idea about the error message and how to fix what's wrong? I've tried everything I can think of.

Recca Phoenix
Veteran
Posts: 230
Joined: Tue Jan 23, 2007 3:39 pm

#5 Post by Recca Phoenix » Mon Jun 18, 2007 12:19 pm

downloads fixed (see 1st post)
Still trying to fix Midnight's story.

User avatar
monele
Lemma-Class Veteran
Posts: 4101
Joined: Sat Oct 08, 2005 7:57 am
Location: France
Contact:

#6 Post by monele » Wed Jun 20, 2007 4:23 pm

Unless that "event_dispatcher.rpy" file is yours, I'd suggest pming PyTom so he looks at this. Sounds like something only he could get ô_o

User avatar
PyTom
Ren'Py Creator
Posts: 15893
Joined: Mon Feb 02, 2004 10:58 am
Completed: Moonlight Walks
Projects: Ren'Py
IRC Nick: renpytom
Github: renpytom
itch: renpytom
Location: Kings Park, NY
Contact:

#7 Post by PyTom » Wed Jun 20, 2007 5:43 pm

Is this still broken? The problem is invalid syntax in one of the events passed to the event dispatcher.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
"Silly and fun things are important." - Elon Musk
Software > Drama • https://www.patreon.com/renpytom

Recca Phoenix
Veteran
Posts: 230
Joined: Tue Jan 23, 2007 3:39 pm

#8 Post by Recca Phoenix » Fri Jun 22, 2007 2:51 pm

Yes it's still broken.

Not sure what the problem is, I can't really locate it in the script. I just noticed another problem too - there are three "attributes" but only the bars for two of them show up in the day planner.

The traceback error I get comes up when I try to use the day planner:

Code: Select all

SyntaxError: invalid syntax (line 1)

While executing game script on line 254 of /Applications/renpy-5.6.7/The_Missing_Tickets/game/event_dispatcher.rpy.
While executing python code on line 261 of /Applications/renpy-5.6.7/The_Missing_Tickets/game/event_dispatcher.rpy.
While executing python code on line 53 of /Applications/renpy-5.6.7/The_Missing_Tickets/game/event_dispatcher.rpy.
While executing python code on line 92 of /Applications/renpy-5.6.7/The_Missing_Tickets/game/event_dispatcher.rpy.
All that's on line 1 of the event dispatcher is

Code: Select all

init -100:
I'm not exactly sure how the init -# thing works, I may have an init-100 somewhere else in my script maybe that is the problem?

Post Reply

Who is online

Users browsing this forum: No registered users