Search found 4 matches

by daaes
Thu Jan 02, 2020 5:09 am
Forum: Ren'Py Questions and Announcements
Topic: getting side images to stay with character selection
Replies: 5
Views: 743

Re: getting side images to stay with character selection

i don't know if this would be any help at all, i tried to look over it but nothing looks out of place to me but im not the most knowledgable person so: script.rpy ## Player Character init: $ pc = DynamicCharacter("pc_name", image = "pc") init python: config.side_image_tag = "...
by daaes
Thu Jan 02, 2020 12:34 am
Forum: Ren'Py Questions and Announcements
Topic: getting side images to stay with character selection
Replies: 5
Views: 743

Re: getting side images to stay with character selection

it DOES work, but it shows the pc when they shouldnt even be there, and again it only shows the default of male: here i haven't even chosen which player character i want, and it shows him here https://i.gyazo.com/25a567cfefd1d1d213154d6d1d2faf6d.png aaand this screenshot being when i picked the fema...
by daaes
Tue Dec 31, 2019 8:02 am
Forum: Ren'Py Questions and Announcements
Topic: getting side images to stay with character selection
Replies: 5
Views: 743

getting side images to stay with character selection

i've gotten this to work once before but i can't for the life of me remember how i did it since its been a little bit and i forgot to save the code, and every solution i find is for set player characters, but i have choices between a masculine and a feminine player character so i have to maintain th...
by daaes
Fri Dec 13, 2019 2:25 pm
Forum: Ren'Py Questions and Announcements
Topic: Need help with character avatar choices
Replies: 1
Views: 589

Need help with character avatar choices

so, i dont know how to easily explain this so a quick ramble incoming: i want to let the player choose their appearance between two preset choices, and i want to have that in a side image like this: (ignore the assets, theyre all a placeholders) https://i.gyazo.com/063aef43d894fb89c8c76a68eacb7756.j...