Search found 356 matches

by pwisaguacate
Wed Jun 26, 2013 4:29 am
Forum: Ren'Py Questions and Announcements
Topic: Movie is crashing! :(
Replies: 3
Views: 889

Re: Movie is crashing! :(

I don't know if video support has changed since this wiki page [link] , and after spending some time I realized that stuff I tried to use were using AAC audio, which isn't supported. Oh, and the WebM (.webm) container works. Check the video and audio encoding; Ren'Py is picky about it. You might be ...
by pwisaguacate
Wed Jun 26, 2013 12:37 am
Forum: Ren'Py Questions and Announcements
Topic: Compare two different lists [Solved]
Replies: 1
Views: 413

Re: Compare two different lists

This is a way to check to see if list1 and list2 shares one or more same first values of each tuple: $ similar = [ a[0] for a, b in zip(list1, list2) if a[0] == b[0] ] $ result = similar != [] The variable similar becomes a list of shared first value. It is then checked to see if it's blank or not. ...
by pwisaguacate
Tue Jun 25, 2013 5:08 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Flags and If Statement Issues
Replies: 16
Views: 2775

Re: [Help!] Flags and If Statement Issues

I'm sorry for causing such a hullabaloo. I'm not what anyone should call a "veteran", ha. No matter what I did, I couldn't get hitpoints from the above post to accidentally become -80 or reset to 100. I wrote the script below, to test variables placed in an init block, and observed. myStri...
by pwisaguacate
Tue Jun 25, 2013 4:02 pm
Forum: Ren'Py Questions and Announcements
Topic: Playing music from a certain time.
Replies: 5
Views: 739

Re: Playing music from a certain time.

Hello71 wrote:You can set the volume to zero while the earphones are "removed" then set it back to full when they are "back in".
EDIT: That has no control over time. Actually you could silence the volume several lines before turning it back on.
by pwisaguacate
Tue Jun 25, 2013 1:20 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Flags and If Statement Issues
Replies: 16
Views: 2775

Re: [Help!] Flags and If Statement Issues

Anima wrote:[...]
[Removed]

EDIT: Ah. appending to lists... I'm still a confused failure, so I'm just going to drop it for awhile.
by pwisaguacate
Tue Jun 25, 2013 11:14 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Flags and If Statement Issues
Replies: 16
Views: 2775

Re: [Help!] Flags and If Statement Issues

Try to either put them under an init block like this init: $ variable = True Or declare them at the beginning of label start o.o OMG thank you! It worked! I'm not getting that error trace back anymore~ But, I now have another issue...after I put them under an init block, what about the 'If' Stateme...
by pwisaguacate
Tue Jun 25, 2013 1:50 am
Forum: General Discussion
Topic: Joilly - a site where you can play free visual novels with..
Replies: 13
Views: 3131

Re: Joilly - a site where you can play free visual novels wi

I wanted to pretend it was just funding for their next series "Skights". However, the actual attempt at... Joilly just scares me. Even then, there is zero proof of concept for Skights. [skipping what everybody already said; I was late to respond shortly after this thread's creation] canary...
by pwisaguacate
Tue Jun 25, 2013 12:07 am
Forum: Anime, Games, and Japan
Topic: recommended manga(formerly currently reading manga)
Replies: 137
Views: 45528

Re: recommended manga(formerly currently reading manga)

Phew! I was digging around in 2005 and now I'm finally back. Ladies and gentlemen, I present you " the white chamber " by Studio Trophis (point-and-click game). Apprenticeship in Necromancy commenced - 55% to intermediate [Young one, your first task has been completed smoothly for a comple...
by pwisaguacate
Tue Jun 25, 2013 12:07 am
Forum: Anime, Games, and Japan
Topic: White Chamber
Replies: 7
Views: 5151

Re: White Chamber

Greetings, I come from exactly eight years into the future . I have come here, discovering this game in the process, in search for a buried gem. the white chamber Studio Trophis: http://www.studiotrophis.com/site/home Download: http://www.indiedb.com/games/the-white-chamber/downloads/the-white-chamb...
by pwisaguacate
Sun Jun 23, 2013 10:57 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Disabling buttons temporarily
Replies: 2
Views: 457

Re: Disabling buttons temporarily

You weren't controlling the same variable:

Code: Select all

init python:
    avatar_button = True
    [...]

label avatar_screen:
    $ avatar_button = False # not show_button_avatar_button
by pwisaguacate
Sun Jun 23, 2013 9:33 pm
Forum: Ren'Py Questions and Announcements
Topic: Variables: bonuses and penalties [solved]
Replies: 2
Views: 331

Re: Variables: bonuses and penalties

Here goes an attempt: $ health_max = 100 $ health = 100 $ fitness = 5 label health_label: $ health = health_max # health_max is not needed if full health is constant if fitness <= 10: $ health -= 15 return This assumes that health is to restore completely when no effects are applied.
by pwisaguacate
Sun Jun 23, 2013 3:58 am
Forum: General Discussion
Topic: Get that thing off your chest... Now...
Replies: 5264
Views: 567131

Re: Get that thing off your chest... Now...

Not about Korea, but still about games... Irisu Syndrome, to be exact. I tried it out with my friend last night, and I guess playing it at late night in a dark room wasn't a good idea. When I first started, I was expecting your typical RPG style, not a puzzle. I couldn't figure out what to do. Afte...
by pwisaguacate
Sun Jun 23, 2013 3:32 am
Forum: Ren'Py Questions and Announcements
Topic: [OK]How to test run partial part of game-certain script only
Replies: 12
Views: 3184

Re: How to test run partial part of game - certain script on

How would one use the console? The debug console , when config.console is True (default True in unbuilt projects), can be used to: Jump to a label. Interactively try out Ren'Py script statements. Evaluate a python expression or statement to see the result. Trace python expressions as the game progr...
by pwisaguacate
Sat Jun 22, 2013 5:40 pm
Forum: Welcome!
Topic: Guestbook
Replies: 5541
Views: 2873590

Re: Guestbook

OMG!!♥♥ I'm not the youngest person on these forums yay! Lol I was feeling so awkward, like "Everyone else is probably in their 30s~ or 40s~" xD. 16yo if anyone's curious /shot There are a lot of people in their teenage, many are 15 and below, just search, you'll find them ^^ Many of the ...
by pwisaguacate
Sat Jun 22, 2013 9:59 am
Forum: Ren'Py Questions and Announcements
Topic: Compiled game keeps exporting saves
Replies: 7
Views: 1186

Re: Compiled game keeps exporting saves

If you are on Windows 7, then your saved data will go to Users\*name*\AppData\Roaming\RenPy\the name you gave to your saved game folder . Check there. Wasn't there also an additional directory? (I think I read something when someone TRIED to ship saves with the game via USB stick that there is also...