Search found 130 matches

by Eiliya
Tue Jun 27, 2017 10:43 am
Forum: Ren'Py Questions and Announcements
Topic: Character Portraits
Replies: 4
Views: 1020

Re: Character Portraits

I got it to work. Thanks a lot. So, how do I change the name of this topic to include the [SOLVED] that I see a lot of people using?
by Eiliya
Tue Jun 27, 2017 9:55 am
Forum: Ren'Py Questions and Announcements
Topic: Character Portraits
Replies: 4
Views: 1020

Re: Character Portraits

Thanks. I'll give that a read.
by Eiliya
Tue Jun 27, 2017 9:25 am
Forum: Ren'Py Questions and Announcements
Topic: Character Portraits
Replies: 4
Views: 1020

Character Portraits

Hi there! So, there's been an update to RenPy (I have no idea when it happened, it might be old news) and that update has messed up the character portraits in a game I was working on. Here is my code: init: $ r_nor = Character(_('Ruzzy'), color="#c8ffc8", window_left_padding=160, show_side...
by Eiliya
Thu Apr 07, 2016 6:37 pm
Forum: Ren'Py Questions and Announcements
Topic: Requesting feedback regarding script
Replies: 12
Views: 1806

Re: Requesting feedback regarding script

Alright, thank you for all the kind feedback. I'll get ahold of this IDLE you spoke of and start by playing around with it.
by Eiliya
Thu Apr 07, 2016 10:44 am
Forum: Ren'Py Questions and Announcements
Topic: Requesting feedback regarding script
Replies: 12
Views: 1806

Re: Requesting feedback regarding script

As a rule, you generally learn basic Python first, from Code Academy or Tutorials Point or something like that. Then read through Ren'Py Docs and maybe even glance through Python's docs really fast. I think I mentioned it before, but doing things that way is completely meaningless for me. Even when...
by Eiliya
Thu Apr 07, 2016 10:22 am
Forum: Ren'Py Questions and Announcements
Topic: Requesting feedback regarding script
Replies: 12
Views: 1806

Re: Requesting feedback regarding script

Let's see if I got this right... I start by placing the init python: statement in much the same way as I do with a regular init: statement (what's the difference between these two, by the way?), and then define the call within that. Then I create an empty list of actors in the form of default actors...
by Eiliya
Thu Apr 07, 2016 9:42 am
Forum: Ren'Py Questions and Announcements
Topic: Requesting feedback regarding script
Replies: 12
Views: 1806

Re: Requesting feedback regarding script

You just learn OOP, there are no ifs/buts/pardons. I have no interest in making excuses of any kind. I wish to learn, I just lack the required know-how for it at the moment. Which is why I am here asking questions. And rather than read a wall of text that contains lingo that makes no sense to me (l...
by Eiliya
Thu Apr 07, 2016 9:17 am
Forum: Ren'Py Questions and Announcements
Topic: Requesting feedback regarding script
Replies: 12
Views: 1806

Re: Requesting feedback regarding script

I did take a look at the blog post that was given. That's why I know the contents make no sense to me. Let me start from the beginning then, with the most basic of backbones for my system, the creature stats. At the current moment, my code for the stats looks like this: init: #Unspecified Values $ p...
by Eiliya
Thu Apr 07, 2016 7:55 am
Forum: Ren'Py Questions and Announcements
Topic: Requesting feedback regarding script
Replies: 12
Views: 1806

Re: Requesting feedback regarding script

I appreciate that you are trying to help me, but your comment doesn't really make all that much sense to me. You start of by saying that I use a lot of duplicated code. White it is true that I call a lot of the same label and use the same variables a lot, each individual situation has different crit...
by Eiliya
Wed Apr 06, 2016 10:19 pm
Forum: Ren'Py Questions and Announcements
Topic: Requesting feedback regarding script
Replies: 12
Views: 1806

Requesting feedback regarding script

As I mentioned yesterday, I've been trying to make a combat script for a game I'm developing. This is what my script looks like at this moment (bottom of the post). If people have the time, I'd like some feedback with regards to how it's written. It's quite long, so sorry about that. Here's a quick ...
by Eiliya
Tue Apr 05, 2016 6:24 am
Forum: Ren'Py Questions and Announcements
Topic: Question regarding If Elif Else And
Replies: 2
Views: 408

Question regarding If Elif Else And

I am not quite sure how these statements (if that's what they are?) actually work. I know that you set them up so that the engine checks if something is true or not, and then performs certain actions based on the result of that check, but I don't really understand how they work when related to one a...
by Eiliya
Tue Apr 05, 2016 4:10 am
Forum: Ren'Py Questions and Announcements
Topic: Questions regarding Coding
Replies: 7
Views: 695

Re: Questions regarding Coding

Thank you for all the feedback on this one, everyone. I actually have some questions related to the if/elif/else functions, but seing as they are a different topic from this one, I will type that in a different thread.

Thank you for your time.
by Eiliya
Mon Apr 04, 2016 10:51 pm
Forum: Ren'Py Questions and Announcements
Topic: Questions regarding Coding
Replies: 7
Views: 695

Questions regarding Coding

label calculation: $ result = renpy.random.randint(1,50) if result > 40: if super == 2: pass else: $ result = 40 if result > 32: if super > 0: pass else: $ result = 32 show text "The result is [result]!" at truecenter pause hide text with dissolve So, in this code, we start by generating ...
by Eiliya
Tue Jan 26, 2016 9:34 am
Forum: General Discussion
Topic: Get that thing off your chest... Now...
Replies: 5264
Views: 547991

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

So, you know that feeling when you move to the other side of the world for your studies? You live a poor-ass life where you have so little cash that you seriously need to pick between food and toilet paper, but still manage to slowly but surely scrape up the cash you need to get your parents back at...
by Eiliya
Tue Jan 26, 2016 9:21 am
Forum: General Discussion
Topic: Shout For Joy, Share Your Happiness
Replies: 756
Views: 131442

Re: Shout For Joy, Share Your Happiness

The first novel of a story me and a pair of friends (can I call them that?) have been working on is finally almost completed. We're only missing two images for it, and they should be done before the week is over, according to the artist. I tried writing on my own for a start, but since I am not a ve...