Search found 60 matches

by J13
Mon Apr 16, 2007 4:55 pm
Forum: Ren'Py Questions and Announcements
Topic: IF commands
Replies: 6
Views: 1775

I've come across that one lots before. It might be an indentation problem, if you look at the line it mentions in the traceback it will probably look something like this

Code: Select all

    if strength > 1:
    jump here
when it should look like this

Code: Select all

    if strength > 1:
        jump here
by J13
Wed Apr 11, 2007 11:23 am
Forum: Ren'Py Questions and Announcements
Topic: Is it possible to do this?
Replies: 4
Views: 1008

denzil wrote:This should do the trick:

Code: Select all

ui.text("%d:%02d" % (hours,minutes), xalign=0.5, size=40)
Many thanks, that worked perfectly. I'm now set.
by J13
Wed Apr 11, 2007 11:07 am
Forum: Ren'Py Questions and Announcements
Topic: Is it possible to do this?
Replies: 4
Views: 1008

Many thanks for your help, because of it i was able to put something together from the other topic, it isn't pretty but it works for me :) init: $ time = 0 $ hours = time /60 $ minutes = time - hours *60 init python: show_stats = True def stats_overlay(): if not show_stats: return stats_frame('Time'...
by J13
Wed Apr 11, 2007 7:24 am
Forum: Ren'Py Questions and Announcements
Topic: Is it possible to do this?
Replies: 4
Views: 1008

Is it possible to do this?

I was hoping someone could help me with this, even if it's not telling me exactly how, just pointing me in the right direction in terms of what i should be looking at in the wiki would be great. I was hoping to put a displayable clock with date in the game i'm working on, the idea being when the pla...
by J13
Mon Apr 09, 2007 11:31 am
Forum: Ren'Py Questions and Announcements
Topic: Strange error with continue game
Replies: 0
Views: 643

Strange error with continue game

Earlier when i started up something i was making in ren'py to see if what i'd just done had worked i clicked on continue game by accident. When i did i got the following traceback error, i also get the same when i right click in game. I'm sorry, but an exception occured while executing your Ren'Py s...
by J13
Sat Mar 31, 2007 8:11 pm
Forum: Ren'Py Questions and Announcements
Topic: Capping variables and using 'as' with 'renpy.show'?
Replies: 6
Views: 2916

I probably am trying to do things the hard way, honestly speaking when i looked at ui functions a few weeks back they went totally over my head and i havn't looked at them again since. ( i probably should though) That and while i could probably cut and paste something together from all the code that...
by J13
Sat Mar 31, 2007 6:18 pm
Forum: Ren'Py Questions and Announcements
Topic: Capping variables and using 'as' with 'renpy.show'?
Replies: 6
Views: 2916

There isn't a significantly easier way to cap a variable. You could write something like: $ score = min(100, score + 5) Which is one line, but is it really any easier? I dunno. Why are you trying to display multiple images? I think you probably don't want to display a computed image in this way, bu...
by J13
Sat Mar 31, 2007 5:13 pm
Forum: Ren'Py Questions and Announcements
Topic: Capping variables and using 'as' with 'renpy.show'?
Replies: 6
Views: 2916

Capping variables and using 'as' with 'renpy.show'?

I was just hoping to get a little help with a couple of small problems i have. My first problem is with numbered variables, i want to cap a variable so it can't go over a certain number. For example, a player reaches a score of 100 while playing, they then do something that would normally raise thei...
by J13
Fri Mar 30, 2007 7:41 pm
Forum: General Discussion
Topic: How fast your connection is?
Replies: 16
Views: 4093

Using the same test i get just shy of 4mb download and a rather pathetic 300kbs upload

Download Speed: 3829 kbps (478.6 KB/sec transfer rate)
Upload Speed: 300 kbps (37.5 KB/sec transfer rate)
by J13
Tue Mar 27, 2007 7:23 am
Forum: Creator Discussion
Topic: Best format for pictures?
Replies: 8
Views: 3433

Well i tried converting a bunch of images to .jpg and it was just as you wrote, single color (or near enough) images tended to either gain size or only be slightly smaller. But with multicolored images, converting to .jpg seems to have reduced the size by about a 1/5th without a noticable loss in qu...
by J13
Tue Mar 27, 2007 7:18 am
Forum: Ren'Py Questions and Announcements
Topic: Savedata
Replies: 10
Views: 1904

I remember wanting to find out about this myself some time back, this http://www.renpy.org/wiki/renpy/doc/ref ... stent_Data is in the reference manual. I think this is what you're looking for, though i havn't tried it myself yet.
by J13
Mon Mar 26, 2007 6:54 pm
Forum: General Discussion
Topic: 2007 Demo
Replies: 9
Views: 3804

I don't think i could add anything to what the above poster wrote without nitpicking insignificant problems. What i will say though was i went in with low expectations due to various fandubs i'd watched previously and was pleasantly suprised, you're (in my opinion) far better then the average fandub...
by J13
Mon Mar 26, 2007 6:46 pm
Forum: Creator Discussion
Topic: Best format for pictures?
Replies: 8
Views: 3433

Best format for pictures?

I was just hoping to find out about this now rather then have to convert all images i want to use later. Basically i'm looking for 2 things, the first being the best image format to use (Jpeg, png, bmp etc) which ren'py supports, allows transparency and has a good image quality to size ratio. The se...
by J13
Thu Mar 15, 2007 6:03 pm
Forum: Creator Discussion
Topic: To Voice or Not to Voice?
Replies: 22
Views: 4767

In all honesty i think it depends on the quality of the voice acting, if done right voice acting can make a game highly immersive and generally more enjoyable to play. If done badly however or even on low quality equipment it both breaks immersion and makes the even the best games look or at least f...
by J13
Thu Mar 15, 2007 1:42 pm
Forum: Anime, Games, and Japan
Topic: Anyone else play Albatross18/Pangya?
Replies: 3
Views: 1760

Anyone else play Albatross18/Pangya?

This is more random curiosity then anything, but does anyone here play the golf game albatross18/Pangya? http://www.albatross18.com It's a game i stumbled across sometime back, it's golf with anime style graphics. it's quite an arcadey game (You can pull off a special shot that lands the ball in a p...