Search found 97 matches

by Trafagal
Sun Nov 15, 2020 3:47 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Error: menu statement expects a non-empty block.
Replies: 4
Views: 529

Re: Error: menu statement expects a non-empty block.

You can't do other statements such as those that start with $ , python: , etc. inside a menu: statement, you can only put 1) one say statement and 2) the choice blocks. menu: who "what" # "what" is also correct like in your example, but you can only put one. "choice 1"...
by Trafagal
Sun Nov 15, 2020 3:46 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Error: menu statement expects a non-empty block.
Replies: 4
Views: 529

Re: Error: menu statement expects a non-empty block.

Xiael wrote: Sun Nov 08, 2020 8:35 am Put a ":" after "Stretch out your hand to hug her"
Then indent the next line
Thanks for your help!
by Trafagal
Sun Nov 08, 2020 7:23 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved] Error: menu statement expects a non-empty block.
Replies: 4
Views: 529

[Solved] Error: menu statement expects a non-empty block.

Hi, I have a minor error which I can't figure out what is the problem. File "game/script.rpy", line 355: menu statement expects a non-empty block. menu: ^ Ren'Py Version: Ren'Py 7.3.5.606 Sun Nov 08 19:20:12 2020 ``` My code as below: menu:# Option 2 "Stretch out your hands to hug her...
by Trafagal
Fri Nov 06, 2020 10:59 pm
Forum: Asset Creation: Art
Topic: Art Dumpage! Show your art ^^
Replies: 7876
Views: 1138427

Re: Art Dumpage! Show your art ^^

I suck at art and I can’t draw digitally but here are the things I’ve done, I’m pretty proud of the Shinobu from Demon Slayer I did, the Natsu from Fairy Tail I did when I was a bit younger and I’m working on the Super Saiyan character(forgot the name) from Dragon Ball now (please give me harsh rev...
by Trafagal
Fri Nov 06, 2020 10:53 pm
Forum: Creative Commons
Topic: RenPy HotSpot Tool
Replies: 45
Views: 29228

Re: RenPy HotSpot Tool

Hmm... Not sure if I forgot something. After I saved the loaded Base image and the Hover image, how do I generate the codes out? Thank you Hello, Sorry for the late response. You should be able to hit 'Save Code'. Then direct it to where you would like to save it. It will save as a .rpy file but yo...
by Trafagal
Wed Jul 01, 2020 5:35 am
Forum: Creative Commons
Topic: RenPy HotSpot Tool
Replies: 45
Views: 29228

Re: RenPy HotSpot Tool

Hmm...

Not sure if I forgot something. After I saved the loaded Base image and the Hover image, how do I generate the codes out?

Thank you
by Trafagal
Sat Jun 27, 2020 11:53 pm
Forum: Personal Art Threads
Topic: Joshlab's Art Thread
Replies: 2
Views: 6001

Re: Joshlab's Art Thread

Zelan wrote: Sat Jun 27, 2020 4:24 pm Your art is beautiful! I love the first one.
Thank you Zelan!
by Trafagal
Sat Jun 27, 2020 5:52 am
Forum: Personal Art Threads
Topic: Joshlab's Art Thread
Replies: 2
Views: 6001

Joshlab's Art Thread

Hi everyone,

I have been here awhile, but only recently I started developing my own VN game. I'm very excited about it, and hope to showcase a version of it soon. :)

Here's some artwork that I have done previously.
by Trafagal
Sat Jun 27, 2020 5:47 am
Forum: Personal Art Threads
Topic: little bear’s art dump
Replies: 3
Views: 6062

Re: little bear’s art dump

Your drawings are cute, I wonder if you will post some more?
by Trafagal
Sat Jun 27, 2020 5:44 am
Forum: Asset Creation: Art
Topic: Art Dumpage! Show your art ^^
Replies: 7876
Views: 1138427

Re: Art Dumpage! Show your art ^^

chellophane wrote: Sun Jun 21, 2020 6:07 pm some fanart but it's the most recent piece i've worked on !

Image
They look beautiful.
by Trafagal
Fri Jun 19, 2020 10:18 pm
Forum: Ren'Py Questions and Announcements
Topic: How can I create a town map in the fastest way?
Replies: 2
Views: 408

Re: How can I create a town map in the fastest way?

to my knowledge there isn't a faster way to make your own towns map you have make it by your self there might be a software that might help like simcity map editor here some info on how to make a map https://blog.worldanvil.com/2020/03/12/map-making-software-for-worldbuilding/ You are a Gem, Raymin...
by Trafagal
Tue Jun 16, 2020 11:57 pm
Forum: Ren'Py Questions and Announcements
Topic: How can I create a town map in the fastest way?
Replies: 2
Views: 408

How can I create a town map in the fastest way?

Hi, I would like to ask how can I create a 3d/2d model town map in the quickest time? It will be a hover map for me to click for my renpy project. Is there any tools out there which can do this, without me create building models by models? I think I read this somewhere but I can't seems to find it v...
by Trafagal
Fri Jun 12, 2020 11:45 pm
Forum: Ren'Py Cookbook
Topic: Point and Click Sample Project
Replies: 15
Views: 27835

Re: Point and Click Sample Project

This is a simple game to demonstrate: - the use of an inventory screen that uses Screen Language per KimiYoriBaka (see http://lemmasoft.renai.us/forums/viewtopic.php?f=8&t=12849) - the use of Screen Language to create a point and click style puzzle. Hey Susan the Cat, I have just played your po...
by Trafagal
Fri Jun 12, 2020 10:28 pm
Forum: Ren'Py Cookbook
Topic: Basic Interactive Grid Map
Replies: 7
Views: 13715

Re: Basic Interactive Grid Map

Oh nvm, I just found it!
by Trafagal
Wed Jun 10, 2020 5:47 am
Forum: Ren'Py Cookbook
Topic: Basic Interactive Grid Map
Replies: 7
Views: 13715

Re: Basic Interactive Grid Map

To add this code to *your* game, you need to copy the following files into your "game" folder: -mapscreen.rpy -mapcomp.rpy -copy the entire "map" folder, which contains my default images Hi , I would like to find out where are the files mapscreen.rpy and mapcomp.rpy that you ref...