News:

Welcome to the new Sinister Design forums!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - CraigStern

#5011
TSoG / Re: TSoG Songs: Vote For Your Favorites!
January 03, 2011, 09:51:09 PM
It's pretty much the only track in TSoG that I've reused from TRPG2 without making any changes--hence, I think of it as a TRPG2 track primarily. But I guess I could add it. :)
#5012
General Discussion / Re: Changing user names
January 03, 2011, 09:47:36 PM
Wow! Are there 80 Cerzak fans registered here already? :D
#5013
General Discussion / Re: Ask the developer a question!
January 03, 2011, 09:37:36 PM
Something like this, you mean? It seems like an awful lot of effort to go through to prevent people from engaging in a victimless offense, especially when i could use that time to create content or fix bugs.

And with TSoG, I'm not even sure I could do it if I wanted to--the engine is (regrettably) coded in AS2.
#5014
General Discussion / Re: Pre-Ordered Yet?
January 03, 2011, 08:35:29 PM
Quote from: Duskling on December 27, 2010, 03:54:18 PM
Quote from: CraigStern on December 27, 2010, 03:39:08 PM
There isn't a deadline for pre-ordering, but the price will rise at some point, eventually getting to $24.95 once the game gets close to completion.
So it's not even close to completion yet? :o

Not especially, no. I still have a lot more content I want to add!
#5015
TSoG Bugs / Re: Telepath RPG: Servants of God buglist
January 03, 2011, 08:32:04 PM
Looking into it now.

EDIT: fixed it (and by "it," I mean "both of those bugs you guys just mentioned"). Try it now.
#5016
TSoG / Re: Can't Open Downloaded Demo
January 02, 2011, 04:16:43 PM
Quote from: The Grotesquery on January 01, 2011, 10:02:31 AM
Not working for me. What's exe file? I only got a word doc 'Telepath RPG' in the folder, but it still asks what should I use to open it.

Oof. Here, what operating system are you using? If it's a 32-bit version of Windows, look in Program Files. If it's a 64-bit version, look in Program Files (x86). There will be a folder in there called Telepath RPG Servants of God. Double-click the program icon in that folder (the one that looks like Cygnus).
#5017
TSoG / Re: New portraits (important)
January 02, 2011, 04:09:32 PM
These were my original character portraits for the core team.

Some of the other old portraits appear on this page, though it appears incomplete. (Maybe someone who feels like doing some work on the wiki could round up all the old portraits on the wiki and categorize them as draft portraits?)
#5018
General Discussion / Re: Ask the developer a question!
January 02, 2011, 03:15:09 PM
It could also be those last two arguments in your KEY_DOWN listener. I've never seen those used before. Try removing them.

This is what I was talking about as far as the handlers (no need to add an extra variable into the mix):

function onDownEvent ( k:KeyboardEvent ):void {
mainGameClass.onDown( k.keyCode );
}

function onUpEvent (k:KeyboardEvent):void {
mainGameClass.onUp( k.keyCode );
}
#5019
General Discussion / Re: Ask the developer a question!
January 02, 2011, 02:23:10 PM
It could be a few things. I never use switch myself, so I can't confirm that you're using the syntax correctly. Assuming that you are, I've found that Flash can be quite temperamental if you don't place your keyboard listener in the document class. If it's not in your document class right now, I would move it there and turn those onUp / onDown handlers into regular functions. I would then create some new handlers in the document class that feed the keyCode directly to your onDown and onUp functions as arguments.

I hope that helps!
#5020
TSoG Bugs / Re: Telepath RPG: Servants of God buglist
January 02, 2011, 12:14:43 PM
Okay, found the problem--it'll be fixed in the next update. :)
#5021
TSoG Bugs / Re: Telepath RPG: Servants of God buglist
December 31, 2010, 06:17:41 PM
Quote from: im2smart4u on December 31, 2010, 05:10:03 PMI tried to force Malekahin into using Mind Blast and then it froze.

Hm, interesting. Is he the only enemy you experience that with?
#5022
TSoG Bugs / Re: Telepath RPG: Servants of God buglist
December 30, 2010, 11:28:35 PM
Quote from: eyhung on December 30, 2010, 09:35:22 PM
Just tried copying my save files to my browser save directory and can now get those attacks from the online version.  However, when I go to Deeper Downs to get cash and then go back to Ravinale, I get ambushed by guardsmen, I see lots of NaNs where numbers should be, and I can't move.

Hm. So it's only after returning from the Deeper Downs? I wonder if that's some issue of variables not being reset between randomized battles. Let me know if that happens again under other circumstances, or if it's just limited to return trips from the Deeper Downs. (Thanks for all the bug reports, by the way--these are very helpful!)
#5023
TSoG Bugs / Re: Telepath RPG: Servants of God buglist
December 30, 2010, 07:45:53 PM
Quote from: eyhung on December 30, 2010, 07:06:05 PMAlso, there's a minor typo in the opening prison escape sequence -- I think you mean Rahel's accent is flat, not her affect.  

Nope: definition 5.
#5024
TSoG Bugs / Re: Telepath RPG: Servants of God buglist
December 30, 2010, 06:58:28 PM
Not yet--I keep getting ready to update it, but then someone finds a new bug I want to fix first. So I keep pushing it back. I fully intend to have it updated by tomorrow, though! :)
#5025
TSoG Bugs / Re: Telepath RPG: Servants of God buglist
December 30, 2010, 06:46:46 PM
Quote from: eyhung on December 30, 2010, 01:58:16 PMWith 15/15 Power/Defense, can't get Vengeance despite Feedback 3, can't get Cryo Cross despite Elemental Blast 4 and Mind Blast 4, and can't get Big Shield, but Set got it at Defense 14.  What's wrong with my Hero?  (I've killed the Bandit Leader but haven't completed Mission 3)

Are you playing the downloadable demo, or the browser version? I believe I've fixed this in the browser version, but if that's not the case, please let me know!

As for the occasions where you find options missing in the Mahboob side quest, if you could be more specific about which options are missing and where, that would really help me out a lot! (There are well over one hundred branches of dialog for that particular side quest, which makes it very hard to debug.)