Search found 84 matches

by Bto3
Sat Feb 14, 2015 11:22 pm
Forum: Ren'Py Questions and Announcements
Topic: Sprites stop changing? Memory full issue?[SOLVED]
Replies: 6
Views: 658

Re: Sprites stop changing? Memory full issue?

Can you post a section of the code in question? It seems to be changing where it gets stuck. First it was this. "Naomi thought about it a moment, standing up and then sitting on her bed." show naomi2 smallsmile with dissolve n "First, don’t tell anyone. Maybe you’re understanding, but other people ...
by Bto3
Sat Feb 14, 2015 10:10 pm
Forum: Ren'Py Questions and Announcements
Topic: Sprites stop changing? Memory full issue?[SOLVED]
Replies: 6
Views: 658

Sprites stop changing? Memory full issue?[SOLVED]

I would post a traceback if this were an error that was actually causing RenPy to crash. My issue is that 348 lines down in my script, my sprites stop changing expression when I tell them to. It gets stuck on one. My friend told me to use "hide" before the expression change to clear out the memory a...
by Bto3
Sat Feb 14, 2015 6:54 pm
Forum: Works in Progress
Topic: Naomi [#JamForLeelah2015][Kinetic][Trans Protag]V1.1 Online!
Replies: 23
Views: 3924

Re: Naomi [#JamForLeelah2015][Kinetic][Transgender Protag]

Glad to see someone doing #JamForLeelah here. I'm trans and was considering doing it, but I couldn't find a writer in time. Good luck with the project! Darn D: I think I got lucky in scraping together the assets and people to work with halfway through the timeframe. Maybe next year? I know I'd love...
by Bto3
Thu Feb 12, 2015 9:38 pm
Forum: Works in Progress
Topic: Naomi [#JamForLeelah2015][Kinetic][Trans Protag]V1.1 Online!
Replies: 23
Views: 3924

Re: Naomi [#JamForLeelah2015][Kinetic][Transgender Protag]

I've got all the script in RenPy now, just working on formatting it! Added lint stats to the OP, but here they are too: Ren'Py 6.18.3.761 lint report, generated at: Thu Feb 12 20:33:22 2015 Statistics: The game contains 184 dialogue blocks, containing 2,883 words and 15,447 characters, for an averag...
by Bto3
Thu Feb 12, 2015 4:02 pm
Forum: Works in Progress
Topic: Naomi [#JamForLeelah2015][Kinetic][Trans Protag]V1.1 Online!
Replies: 23
Views: 3924

Re: Naomi [#JamForLeelah2015][Kinetic][Transgender Protag]

Applegate wrote:I mean the Q. Save, Q. Load etc in the upper-right screenshot, to be exact. I can read the huge white options perfectly.
D'oh! I forgot what to call that when I was posting, apparently.

Anyhow, is this easier to read?

Image
by Bto3
Wed Feb 11, 2015 11:18 pm
Forum: Works in Progress
Topic: Naomi [#JamForLeelah2015][Kinetic][Trans Protag]V1.1 Online!
Replies: 23
Views: 3924

Re: Naomi [#JamForLeelah2015][Kinetic][Transgender Protag]

This is the first time I'd actually be making completed sprites, too, so it's really exciting to be able to make this visual novel! I'm looking forward to seeing the whole thing put together, and with it being only a week to get it done from start to finish, it's like a rush (in a good way)! -Tomo ...
by Bto3
Wed Feb 11, 2015 4:41 am
Forum: Ren'Py Questions and Announcements
Topic: Help with Gallery coding! [SOLVED!]
Replies: 2
Views: 719

Re: Help with Gallery coding!

Where you have init +1 python: renpy.image ("wCG", im.Scale("WandererCG.jpg", thumbnail_x, thumbnail_y)) renpy.image ("h cg", im.Scale("HarukoCG1", thumbnail_x, thumbnail_y)) Try init +1 python: renpy.image ("wCG butt", im.Scale("WandererCG.jpg", thumbnail_x, thumbnail_y)) renpy.image ("h cg butt", ...
by Bto3
Wed Feb 11, 2015 4:34 am
Forum: Works in Progress
Topic: 2112 [BxB][Sci-fi][DEMO] (on hold)
Replies: 13
Views: 3626

Re: 2112 [BxB][Sci-fi]

Holy cow all your art assets are gorgeous!

I'll definitely be downloading the demo come March!

The fact that this is 26k+ words is another plus for me, (I have a weakness for long games).

Best wishes with working on this! I can't wait to read it.
by Bto3
Wed Feb 11, 2015 4:25 am
Forum: Ren'Py Questions and Announcements
Topic: Styling Character Name/Using an Image
Replies: 4
Views: 675

Re: Styling Character Name/Using an Image

For the record, you can use an image in the name of the character using the {image} text tag (doc: http://renpy.org/doc/html/text.html#text-tag-image) define e = Character('{image=eileen_name.png}') Of course I couldn't find that when I was looking for it. Thanks for this though! I'm certain I'll e...
by Bto3
Wed Feb 11, 2015 12:39 am
Forum: Works in Progress
Topic: Naomi [#JamForLeelah2015][Kinetic][Trans Protag]V1.1 Online!
Replies: 23
Views: 3924

Naomi [#JamForLeelah2015][Kinetic][Trans Protag]V1.1 Online!

http://i.imgur.com/zLARdrL.png NAOMI is a story about a young woman coming to grips with herself in a world hostile to her existence. Download NAOMI 1.1 Here! Completed Game Thread http://i.imgur.com/M7UQp1q.png http://i.imgur.com/BpOvEck.png Writing: 100% Character Designs: 100% Sprites: 100% GUI:...
by Bto3
Sun Feb 08, 2015 11:01 pm
Forum: Ren'Py Questions and Announcements
Topic: Styling Character Name/Using an Image
Replies: 4
Views: 675

Re: Styling Character Name/Using an Image

You could try fiddling around with the who_outlines (and who_font) parameters in the character declaration. eg. define n = Character(None, who_outlines=[(2,color("#006a"),1,1)], who_font="font/your_font.ttf", who_color="#c8ffc8") Thank you! I'm fiddling now and I think we're on our way to victory! ...
by Bto3
Sun Feb 08, 2015 9:18 pm
Forum: Ren'Py Questions and Announcements
Topic: Styling Character Name/Using an Image
Replies: 4
Views: 675

Styling Character Name/Using an Image

I've honestly lost track of what I've done so far and what I haven't, though I'll try to show some of what I did as to demonstrate that running here wasn't my first choice (I don't like asking for help until I've exhausted all the other options). I've tried digging through this forum for the answer,...
by Bto3
Sun Oct 19, 2014 12:11 am
Forum: Completed Games
Topic: Psychopomp High (dating, supernatural)
Replies: 8
Views: 6624

Re: Psychopomp High (dating, supernatural)

Hi there! I downloaded and played down what I assume can be referred to as Marcella's route. I adore the art and overall so far, it was pretty sweet!

Are you looking for detailed feedback at all?
by Bto3
Thu Sep 18, 2014 5:05 pm
Forum: Works in Progress
Topic: Movement [GxG] [Drama] [Friendship] [Romance] [KN]
Replies: 38
Views: 8070

Re: Scums of the Earth [GxG] [Drama]

For instance, I really disagree with where radical feminists and trans-erasing radical feminists are coming from, but they're still feminists! If creating more opportunities for women requires the destruction of men and transgendered women, that's not feminism anymore. It's just misandry and transp...
by Bto3
Wed Sep 17, 2014 10:11 pm
Forum: Works in Progress
Topic: Movement [GxG] [Drama] [Friendship] [Romance] [KN]
Replies: 38
Views: 8070

Re: Scums of the Earth [GxG] [Drama]

1) Does the logo or title offend you? Do you think others could find it offensive? Is it problematic? Nope! I don't expect anyone else to be offended either unless they're only able to look at it at a surface level. 2) Is the art unique? It's definitely recognizable! I like your character design a l...