Search found 279 matches

by Rewritten Ennui
Mon Aug 08, 2011 8:18 pm
Forum: Ren'Py Questions and Announcements
Topic: How to add "relationship meters" and "turns" to renpy...
Replies: 19
Views: 7436

Re: How to add "relationship meters" and "turns" to renpy...

Sorry, still stumped :| The only thing I can think of right now is the imagemap function, which will let you use an image and hotspots. You can combine it with the points system I mentioned earlier, but you have to set up the imagemap first. I already answered a question like this earlier, so here's...
by Rewritten Ennui
Mon Aug 08, 2011 7:43 pm
Forum: Ren'Py Questions and Announcements
Topic: How to add "relationship meters" and "turns" to renpy...
Replies: 19
Views: 7436

Re: How to add "relationship meters" and "turns" to renpy...

:| I'm a little confused by the 'turn' part of your game, but I do know how to implement a relationship system in Ren'Py. First define variable values at the beginning of the game, like so: label start: $ Bob = 0 $ Joe = 0 $ Tom = 0 All three of the guys like you equally, which is not at all. The va...
by Rewritten Ennui
Mon Aug 08, 2011 4:11 pm
Forum: Ren'Py Questions and Announcements
Topic: i do not understand imagemaps
Replies: 15
Views: 2371

Re: i do not understand imagemaps

I just figured out how to use imagemaps myself. Here's what my code looks like when I'm setting it up. screen Town: imagemap: auto "imagemap_%s.jpg" hotspot (57, 81, 149, 194) action Return("dorm") hotspot (207, 145, 310, 210) action Return("station1") hotspot (220, 25,...
by Rewritten Ennui
Sun Aug 07, 2011 8:52 pm
Forum: Anime, Games, and Japan
Topic: Worst anime you have ever watched?
Replies: 316
Views: 100133

Re: Worst anime you have ever watched?

There's a few that I have, and they're not worth watching. Fo' realz. 1) The Third - The Girl with the Blue Eye Oh man, this anime. The quality drops somewhere in the middle of the show and it is so atrocious that it makes you wonder how they could still let it pass. The story isn't very good either...
by Rewritten Ennui
Sat Aug 06, 2011 8:56 pm
Forum: Ideas
Topic: Breaking Destiny [BxB, BxBxB][Update 8/16]
Replies: 15
Views: 2528

Re: Breaking Destiny [BxB, BxBxB][Update 8/6]

What, you don't want feedback? I was just passing by and incredibly bored :/
by Rewritten Ennui
Sat Aug 06, 2011 8:17 pm
Forum: Ideas
Topic: Breaking Destiny [BxB, BxBxB][Update 8/16]
Replies: 15
Views: 2528

Re: Breaking Destiny [BxB, BxBxB][Update 8/6]

Erm... I'm almost afraid to ask why there's a naked portrait of Felix O_o I'm pretty sure that it's inappropriate, even if it doesn't show anything... explicit. You should probably not show anything below the waistline to be safe. Aside from that, the art is pretty good. Felix does look rather gener...
by Rewritten Ennui
Sat Aug 06, 2011 4:08 pm
Forum: Skill Development
Topic: Critique my art please
Replies: 8
Views: 1063

Re: Critique my art please

Your art is fine if you're working on a cutesy game. Drawing chibi characters lets you slide with the distortion of body parts, but if you want a more realistic look then you'll need to draw smaller eyes and elongate the face.
by Rewritten Ennui
Sat Aug 06, 2011 3:58 pm
Forum: Ren'Py Questions and Announcements
Topic: How exactly we use DSE? I have download it..help
Replies: 5
Views: 1148

Re: How exactly we use DSE? I have download it..help

do we need to copy paste all the folder of DSE to renpy folder? or just paste the scripts on our game script? I could have been the one to ask this question a while back, but I figured it out by my own :lol: If you want to use the files that you downloaded, simply drop the DSE folder into your main...
by Rewritten Ennui
Sat Aug 06, 2011 3:51 pm
Forum: Ren'Py Questions and Announcements
Topic: rpg game help? multi-endings?
Replies: 5
Views: 798

Re: rpg game help? multi-endings?

It's about time I used this account :lol: The point system is actually pretty easy to use and is not at all complex, so maybe I can explain it to you. TakeOverWorld already sent you the link to the Remembering User Choices tutorial, so I'm typing with the assumption that you've read the contents of ...