Search found 4 matches

by ashnajka
Thu Jan 25, 2024 11:40 am
Forum: Ren'Py Questions and Announcements
Topic: Errors when making drag and drop dress up game
Replies: 1
Views: 544

Re: Errors when making drag and drop dress up game

So I got my game to work, please ignore this message, the issue has been solved.
by ashnajka
Tue Jan 23, 2024 6:35 pm
Forum: Ren'Py Questions and Announcements
Topic: Errors when making drag and drop dress up game
Replies: 1
Views: 544

Errors when making drag and drop dress up game

I am trying to make a drag and drop game, but I am encountering some errors with line 100. My game starts up but does not display the player character with an updated outfit. Here is the error: While running game code: File "game/script.rpy", line 100, in script e "{color=#FFFFFF}{vsp...
by ashnajka
Tue Jan 23, 2024 4:48 pm
Forum: Ren'Py Questions and Announcements
Topic: Help with my dress up game
Replies: 1
Views: 643

Help with my dress up game

I am using this video tutorial https://www.youtube.com/watch?v=oZU0CmyuZHE to create a dress up sequence in renpy, however, whenever I try and dress my character, the clothing I choose ends up overlapping with the character on the screen. As seen in the attached image, how do I edit my code to chang...
by ashnajka
Wed Oct 18, 2023 12:26 pm
Forum: Ren'Py Questions and Announcements
Topic: Using the npckc pronoun tool?
Replies: 1
Views: 1132

Using the npckc pronoun tool?

Hello, I am using the Pronoun tool created by npckc but I don't know where to put the following code: default pronounlist = [ __("he/him"), # 0 __("she/her"), # 1 __("they/them"), # 2 # __("PRONOUN GOES HERE"), # 3 default pronoun = 2 default selectedpronouns ...