Search found 5 matches

by VolTitanDev
Sat Mar 27, 2021 1:52 pm
Forum: Ren'Py Cookbook
Topic: Encyclopaedia / Bestiary Framework
Replies: 118
Views: 56715

Re: Encyclopaedia / Bestiary Framework

Hi I was having some trouble understanding where to place the Zeus entry example about_zeus = EncEntry( parent=your_new_glossary, name="Zeus", text=[ "Zeus is the sky and thunder god in ancient Greek religion, who ruled as king of the gods of Mount Olympus." " His name is co...
by VolTitanDev
Thu Mar 18, 2021 1:09 pm
Forum: Creator Discussion
Topic: The new renai.us/games.renpy.org support thread.
Replies: 257
Views: 419926

Re: The new renai.us/games.renpy.org support thread.

Hello, I clicked on the add game button but I keep getting a buffer until it said 504 gateway time-out
by VolTitanDev
Mon Jun 15, 2020 9:27 pm
Forum: Ren'Py Questions and Announcements
Topic: Schrodinger's layered sprite issue(Solved)
Replies: 3
Views: 403

Re: Schrodinger's layered sprite issue

I figured out that the reason that the layered sprite is invisible is because is the image is a different size than the rest of the layer image
by VolTitanDev
Mon Jun 15, 2020 2:40 pm
Forum: Ren'Py Questions and Announcements
Topic: Schrodinger's layered sprite issue(Solved)
Replies: 3
Views: 403

Re: Schrodinger's layered sprite issue

I managed to solve the recursion error with a force recompile but when the game starts my layer sprite is invisible when it was supposed to show
by VolTitanDev
Sun Jun 14, 2020 8:20 pm
Forum: Ren'Py Questions and Announcements
Topic: Schrodinger's layered sprite issue(Solved)
Replies: 3
Views: 403

Schrodinger's layered sprite issue(Solved)

Hey everyone so I tried to make a layer character sprite for my VN define s = Character("Saktora",color = "#ffffff",who_outlines = [(1,"#008000",0,0)]) layeredimage saktora: always: "saktora_base" group hair: attribute bob default: "saktora_hair_bob"...