Search found 84 matches

by Criptych
Thu Aug 09, 2007 11:52 pm
Forum: Ren'Py Questions and Announcements
Topic: RPA Extractor
Replies: 20
Views: 12496

Re: RPA Extractor

I can expect some people to come across Ren'Py, download some games, and instead of playing them seriously, crack them open and laugh at their contents. Well, I initially made it to "crack them open," but more for taking a look at the script and laughing at myself, saying "Why didn't...
by Criptych
Thu Aug 09, 2007 10:29 pm
Forum: Ren'Py Questions and Announcements
Topic: RPA Extractor
Replies: 20
Views: 12496

RPA Extractor

I've written (read: pasted together the right blocks of Ren'Py code to make) a small extractor for Ren'Py archive (RPA) files. PyTom warns me, though, that this may not be popular with you game developers, so I'd like to ask your opinion on it before posting the source. EDIT: I should also mention t...
by Criptych
Thu Aug 09, 2007 9:34 pm
Forum: Ren'Py Questions and Announcements
Topic: Money??? please give advice
Replies: 14
Views: 2445

Re: Money??? please give advice

This isn't the same guest that asked the question, but I would like to know how to get the total money up at the top. I tried "%(gold)d" in an ui.frame at the top, but it doesn't show the amount, it just shows "%(gold)d." That's because python statements don't automatically inte...
by Criptych
Wed Aug 08, 2007 12:28 pm
Forum: Ideas
Topic: Invasion of the Panty Snatchers
Replies: 102
Views: 22737

Re: Invasion of the Panty Snatchers

@themocaw: Frikkin' hilarious. XD I'd play it. (I'd help make it if I had any skill worth mentioning. Well, maybe I could be an editor. GRAMMAR POLICE!)
by Criptych
Wed Aug 08, 2007 7:51 am
Forum: Ideas
Topic: Invasion of the Panty Snatchers
Replies: 102
Views: 22737

Re: Invasion of the Panty Snatchers

rocket wrote:
Criptych wrote: Good taste... (insert obligatory off-color joke) ...right. Forgot about that part. :|
You know you wanted to quote another part of his post... *evil grin*
Double entendre is so much fun. Especially when it's unintentional. n_n
by Criptych
Wed Aug 08, 2007 12:50 am
Forum: Ren'Py Questions and Announcements
Topic: Curse this Vile Minigame Interface! - A "<" ">" Minigame Pro
Replies: 4
Views: 1080

Re: Curse this Vile Minigame Interface! - A "<" ">" Minigame Pro

Actually, I just managed to fix the general problem, but thank you so much for the prompt reply! Also, I'll be sure to include more context next time. I'm not that pretentious. :oops: I didn't mean it to sound that way, sorry. Also, please note that minigame is going away fairly soon. Don't worry, ...
by Criptych
Tue Aug 07, 2007 11:48 pm
Forum: Ideas
Topic: Invasion of the Panty Snatchers
Replies: 102
Views: 22737

Re: Invasion of the Panty Snatchers

DaFool wrote:If ever there is a limit, I think it is keeping the game in good taste -- well, as much as our 'far superior western sensibility' would allow.
Good taste... (insert obligatory off-color joke) ...right. Forgot about that part. :|

Anyhow, looking forward to the finished product. :D
by Criptych
Tue Aug 07, 2007 10:55 pm
Forum: Ren'Py Questions and Announcements
Topic: Curse this Vile Minigame Interface! - A "<" ">" Minigame Pro
Replies: 4
Views: 1080

Re: Curse this Vile Minigame Interface! - A "<" ">" Minigame Pro

if blag < rar: --------Syntax Error here? (do something, doesn't matter what) It might matter, at that; I tried similar code and it worked fine, both in an init python: block and just regular python: . I'm not asking you to reveal any trade secrets, but do you think you could give a little more con...
by Criptych
Tue Aug 07, 2007 8:56 pm
Forum: Ideas
Topic: Invasion of the Panty Snatchers
Replies: 102
Views: 22737

Re: Invasion of the Panty Snatchers

PyTom wrote:Some inspiration:

http://www.youtube.com/watch?v=3saHdBBL2ng
Reminds me of those fanservice AMVs, what with the panties counter.

But will this game have all those ludicrous ways to get bonus points? (Haha... not that one, of course.)
by Criptych
Mon Aug 06, 2007 9:29 pm
Forum: Ren'Py Questions and Announcements
Topic: How do I set "two_window" character display as the default?
Replies: 7
Views: 1809

Re: How do I set "two_window" character display as the default?

Yeah, I'd guess Python's probably where M$ got the idea for "everything's an object" in .NET, eh? But it's certainly nifty. :)
by Criptych
Sat Aug 04, 2007 11:54 pm
Forum: Ren'Py Questions and Announcements
Topic: ALICE 1.0 Released
Replies: 59
Views: 19690

Re: ALICE 1.0 Released

Yes, I found it, thanks! Extra kudos for larger image and more clothes/styles/etc. n.n To borrow a phrase, "Betty is made of twin and bod." ...Or something like that? :P Now I just have to figure out how to make a doll out of it without using PaintShop... EDIT: Correction-- I found my Pain...
by Criptych
Sat Aug 04, 2007 10:38 pm
Forum: Ren'Py Questions and Announcements
Topic: ALICE 1.0 Released
Replies: 59
Views: 19690

Re: ALICE 1.0 Released

Thanks a lot, You're a lifesaver Image! ^_^
Ren wrote:No prob!There is a closed mouth in the .psd file though.I'll make you the others ASAP :3
PSD file? Hmm, I only have the betty.azip that came with ALICE. *searches forum*
by Criptych
Sat Aug 04, 2007 3:17 pm
Forum: Ren'Py Questions and Announcements
Topic: ALICE 1.0 Released
Replies: 59
Views: 19690

Re: ALICE 1.0 Released

Sorry to trouble you, but I've changed my mind. I tried removing her mouth to "close" it but it looks a little weird. If you have time, would it be a bother to ask for a closed mouth, and maybe some other expressions (e.g. 'o' mouth, wink, raised eyebrow)?
by Criptych
Sat Aug 04, 2007 2:14 am
Forum: Ren'Py Questions and Announcements
Topic: best way to do expressions using miniature avatars
Replies: 7
Views: 1844

Re: best way to do expressions using miniature avatars

It's odd because working around the system that way allows me to use normal "show charaName.mood" statements, whereas ConditionSwitch would force me to rewrite my script and put in "show charaName" "charaNameMood = mood" pairs. Hmm, good point-- I guess my method is th...
by Criptych
Fri Aug 03, 2007 10:26 pm
Forum: Ren'Py Questions and Announcements
Topic: best way to do expressions using miniature avatars
Replies: 7
Views: 1844

Re: best way to do expressions using miniature avatars

I can see how ConditionSwitch could be used for the desired effect, but I am not quite clear on the usage of ShowingSwitch. ~snip~ I get an error if I don't define that image or I get two images if I do. I believe (correct me if I'm wrong, PyTom) that where ConditionSwitch selects an image based on...