Search found 476 matches

by Elmiwisa
Thu Oct 31, 2013 10:06 am
Forum: Ren'Py Questions and Announcements
Topic: Is there a way to have a "flush" alignment for text?
Replies: 18
Views: 3055

Re: Is there a way to have a "flush" alignment for text?

Eh, for background, you should supply one yourself. The #ffffff background I put there is for placeholder only, since I don't have one around. You should get a background that look more realistic so that it looks more like paper, since this is supposed to be text from a book right? If you want the b...
by Elmiwisa
Thu Oct 31, 2013 9:24 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Issues with saving actually not saving everything
Replies: 26
Views: 3123

Re: Issues with saving actually not saving everything

Well, time to pull off the ultimate trick: the scientific method! We will lock on to the been_emporium variable, as it is simple enough and you know it have problem. 1. Make a copy of your project, allowing you to do radical test on that copy without ruining the original project. Now we will only de...
by Elmiwisa
Thu Oct 31, 2013 8:45 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Issues with saving actually not saving everything
Replies: 26
Views: 3123

Re: Issues with saving actually not saving everything

What do you means it work 50-50? So what's the different between the time it work and the time it doesn't?
by Elmiwisa
Thu Oct 31, 2013 7:59 am
Forum: Ren'Py Questions and Announcements
Topic: Is there a way to have a "flush" alignment for text?
Replies: 18
Views: 3055

Re: Is there a way to have a "flush" alignment for text?

In that case, it's your text that cause problem. This is probably a good time to mention that Ren'Py don't consistently handle multi-line string well, and people have had trouble with that before. I'm guessing that's the cause of your problem. Instead of a new line, use "\n". For example: ...
by Elmiwisa
Thu Oct 31, 2013 7:36 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] Issues with saving actually not saving everything
Replies: 26
Views: 3123

Re: Issues with saving actually not saving everything

What are your code to handle inventory? Normally people implement inventory using classes. Do you use classes for your variables? Do you use store.object or python.RevertableObject if you do use classes? Even if he had inherited from Python's object or nothing at all, it would only have effected rol...
by Elmiwisa
Thu Oct 31, 2013 7:16 am
Forum: Ren'Py Questions and Announcements
Topic: Is there a way to have a "flush" alignment for text?
Replies: 18
Views: 3055

Re: Is there a way to have a "flush" alignment for text?

Eh, I'm guessing my example is a bit problematic, maybe your machine can't read these character. Just replace HWÆT, WE GAR-DEna in geardagum, þeodcyninga þrym gefrunon,hu ða æþelingas ellen fremedon! with whatever you want.
by Elmiwisa
Thu Oct 31, 2013 5:40 am
Forum: Ren'Py Questions and Announcements
Topic: Screen starts white then turns black before splashscreen
Replies: 7
Views: 1030

Re: Screen starts white then turns black before splashscreen

Can you try 6.16? It may have a fix for this. If you're talking about the OP's blackscreen problem: it seems worse in this respect really. Now the black screen is even longer, and on Angle/DirectX flicker twice. At least that's how it is on my computer. If you're talking about campatibility with Op...
by Elmiwisa
Thu Oct 31, 2013 5:29 am
Forum: Ren'Py Questions and Announcements
Topic: Trouble with releasing game (extra folders)
Replies: 9
Views: 1546

Re: Trouble with releasing game (extra folders)

Wait...I'm not sure what you're trying to achieve here. So you know that you need those folders for the game to run, but you don't want these files to be there? :? Why not send your testers a folder containing absolutely nothing then, because it would be equally functional as a game without the file...
by Elmiwisa
Thu Oct 31, 2013 5:26 am
Forum: Ren'Py Questions and Announcements
Topic: assign pixels to click region and use multiple video clips.
Replies: 1
Views: 434

Re: assign pixels to click region and use multiple video cli

First one is impossible by Ren'Py, or any software: what, exactly, is an "item", in a precise mathematical definition? Where do item begin and where do they end? It's unclear why do you even need it, since your example did not mention it at all. Video I'm less sure about: you can't have mu...
by Elmiwisa
Thu Oct 31, 2013 5:16 am
Forum: Creator Discussion
Topic: Why those clack-clack sound???
Replies: 7
Views: 1574

Why those clack-clack sound???

I saw a so many different thread by people asking how to do it, but never explain why, which prompt me to make this thread. Why do people want their clack-clack sound anyway? I am referring to the typewriter sound made when the text are being displayed gradually by character, though this topics appl...
by Elmiwisa
Thu Oct 31, 2013 5:04 am
Forum: Ren'Py Questions and Announcements
Topic: I keep having issues with "displayables" and switching?
Replies: 12
Views: 1370

Re: I keep having issues with "displayables" and switching?

Whatever you changed it too, it still need to be in that list. Also, did you not mention that "ha" is causing your trouble as well? It's not on the list either.
by Elmiwisa
Thu Oct 31, 2013 5:02 am
Forum: Ren'Py Questions and Announcements
Topic: conditionswitch wtf [solved]
Replies: 7
Views: 1155

Re: conditionswitch wtf

I tried copy-pasting the example here Clearly, you did not copy it verbatim. Please put up your current code (including your new ConditionSwitch code). There are just too many possible errors one can conjecture without seeing the code: -Perhaps you put prot_11 on all lines? -Perhaps you changed the...
by Elmiwisa
Wed Oct 30, 2013 9:21 pm
Forum: Ren'Py Questions and Announcements
Topic: Is there a way to have a "flush" alignment for text?
Replies: 18
Views: 3055

Re: Is there a way to have a "flush" alignment for text?

If you just want that happen in a few special instance, which I think is what you are trying to do, I think my method would be better. It's a more general method that work everywhere. The reason why it did not work when you try is because well, the say statement text box is already set to display te...
by Elmiwisa
Wed Oct 30, 2013 8:39 pm
Forum: Ren'Py Questions and Announcements
Topic: Screen starts white then turns black before splashscreen
Replies: 7
Views: 1030

Re: Screen starts white then turns black before splashscreen

Oh I know the problem you are trying to solve (which is why I can write the code to fix it in the first place). What I am asking is, does anyone care that much about a fraction-of-a-second black screen? To me, it's just part of a loading process, and anyone who had a computer know that loading proce...
by Elmiwisa
Tue Oct 29, 2013 11:41 pm
Forum: Ren'Py Questions and Announcements
Topic: How to call or jump to a different file? [SOLVED]
Replies: 2
Views: 499

Re: How to call or jump to a different file? [Unanswered]

The file extension should be *.rpy
Your file have no extensions.