Search found 20 matches

by Ishigreensa
Fri Sep 25, 2020 6:57 am
Forum: Ren'Py Questions and Announcements
Topic: Layering images
Replies: 13
Views: 7494

Re: Layering images

Can I.... Say have a background layer on a layeredimage: then position layered attributes and groups within the layer, where I want different characters to appear? But not use images separately: Like this? layeredimage schoolfront: always: "images/bg/schoolfront.png" if coach: "images...
by Ishigreensa
Fri Jul 17, 2020 8:24 pm
Forum: Ren'Py Cookbook
Topic: [Tutorial] Customizing Menus
Replies: 158
Views: 252285

Re: [Tutorial] Customizing Menus

Actually, I've done something like this before without tooltips: I made a mainmenu that when you clicked on a particular square, Information was written in the middle of the screen and then you could start with that. hotspot ( xx, xx, xx, xx) clicked SetVariable ("yyyyy","zzzzz")...
by Ishigreensa
Fri Jul 17, 2020 8:05 pm
Forum: Ren'Py Cookbook
Topic: Dynamic Paper Dolls
Replies: 2
Views: 4502

Re: Dynamic Paper Dolls

The concept is very exciting, and I'm working on trying it, but there is one problem. If you put this code in before you have the base images all figured out, you cannot test other parts of your program. If you have many different characters or poses, you are going to have to make sure you have all ...
by Ishigreensa
Thu Aug 08, 2019 6:21 am
Forum: Ren'Py Questions and Announcements
Topic: Layeredimages: I want to have one layered image for each character....
Replies: 2
Views: 957

Re: Layeredimages: I want to have one layered image for each character....

I asked this question about 2 months ago, and still have not gotten any replies. Is it because you don't understand my question?
I would really like to know if I can use If statements like this to make one layered image per character....
by Ishigreensa
Thu Aug 08, 2019 6:02 am
Forum: Ren'Py Questions and Announcements
Topic: Please, explain hotspots to me like I was really bad at this.
Replies: 2
Views: 890

Re: Please, explain hotspots to me like I was really bad at this.

screen myimagemap: ## This sets up the screen imagemap: ground "myground.png" idle "myground.png" ## This is the button area of your screen. hover "myhover.png" ## This is what the button area changes too when your mouse is over it. hotspot(a,b,c,d) clicked Return("...
by Ishigreensa
Fri Jul 05, 2019 3:13 am
Forum: Ren'Py Questions and Announcements
Topic: Live Composite and Text
Replies: 12
Views: 2935

Re: Live Composite and Text

You can fix it if you put the first name as one image and the last name as a second image. then in the (0,0) x and y declaration just before the names, have it show the names like this.... (15,20),("%s"%first_name), (50,20),("%s"%last_name) ),.1 Just make sure you have the second...
by Ishigreensa
Mon Jun 03, 2019 6:15 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Composite image with variable tint.
Replies: 12
Views: 1287

Re: Composite image with variable tint.

actually, it would probably work if you have some variables that are randomized.... init python: hair = "mohawk" face = "round" gender = "male" def draw_cha(st,at): return LiveComposite( (500,750), (0,0),("images/%s"%gender + "body.png"), (0,0),(&quo...
by Ishigreensa
Mon Jun 03, 2019 4:34 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Composite image with variable tint.
Replies: 12
Views: 1287

Re: Composite image with variable tint.

When you say draw them all out, do you mean on paper and pen, or do you mean in programming? I did this (in programming by using variables: init python: $ gname = "April" $ body = "standing" etc.... def draw_girl(at,st): return LiveComposite( (400,800) #Your character definitions...
by Ishigreensa
Mon Jun 03, 2019 4:22 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] is it possible to use IF NOT statement ?
Replies: 3
Views: 765

Re: [Solved] is it possible to use IF NOT statement ?

if not is a valid statement.
I saw it with a tutorial on imagemaps.
if not destroy:
( 0, 0, 0, 0) clicked Return("Earth Destroyed")
So yes, if not is possible in screen language.

It's not what you wanted in your project, but it does work.
by Ishigreensa
Mon Jun 03, 2019 4:09 am
Forum: Ren'Py Questions and Announcements
Topic: Expected Menuitem Error
Replies: 6
Views: 690

Re: Expected Menuitem Error

You cannot jump have the n speaker in the menu. Try this: n "Who are you?" menu: "I'm [name1]": n "Nice to meet you, [name]." jump choice1name "I'm [name2]": n "Oh, really?" jump choice2name choice1name: me "Nice to meet you, too." me "...
by Ishigreensa
Mon Jun 03, 2019 3:54 am
Forum: Ren'Py Questions and Announcements
Topic: Side bars, custom screen help
Replies: 3
Views: 978

Re: Side bars, custom screen help

in the above response I gave, you will see "Name: [name]" but it seems I missed the text just before that I mean to put there. in screen language, you have to use text to tell the screen to put something in words on it. in regular renpy, you just put " " around the words, but in ...
by Ishigreensa
Mon Jun 03, 2019 3:51 am
Forum: Ren'Py Questions and Announcements
Topic: Side bars, custom screen help
Replies: 3
Views: 978

Re: Side bars, custom screen help

I did this before: You need to first, preplan how much of the area of the screen you want to use for each side screen, how much for your dialog box, and for your main picture: For example, if you are using the 1920 X 1080 res that can now be used on most laptop and desk tops.... 1920 could be devide...
by Ishigreensa
Mon Jun 03, 2019 2:47 am
Forum: Ren'Py Questions and Announcements
Topic: Layeredimages: I want to have one layered image for each character....
Replies: 2
Views: 957

Layeredimages: I want to have one layered image for each character....

I have looked over the layeredimage and looked at the tutorial with Augustina. It says that we should make a different layeredimage for each character for every pose we want them in.... I am thinking about doing this: Will it work, or can you point me in a direction...? init -1: $ ap_shirtblue = Fal...
by Ishigreensa
Tue May 15, 2018 7:22 pm
Forum: General Discussion
Topic: Accessing Let's Hentai Hentai
Replies: 67
Views: 24967

Re: Accessing Let's Hentai Hentai

I can't even access the place where you add your birthday.
It give some kind of strange code errors like you expect in a renpy call back, but probably related to the site.
I tried it twice, and I get the same page with errors instead of being able to add my birthday.
by Ishigreensa
Sat May 12, 2018 11:10 pm
Forum: Ren'Py Cookbook
Topic: A simple wardrobe (and expression changer) using variable tags
Replies: 3
Views: 5385

Re: A simple wardrobe (and expression changer) using variable tags

First of all, There is a really simple way to do this without even using condition switch. Start with init python: indent- set all your variables to an example variable that actually exists in your folders or it won't work. init python: girl = "Anna" clothing = "School skirt" exp...