Search found 12 matches

by marionline
Thu Nov 12, 2020 1:24 pm
Forum: Ren'Py Questions and Announcements
Topic: Menu Coding Trouble - Syntax Error [solved]
Replies: 5
Views: 442

Re: Menu Coding Trouble - Syntax Error

It works! :D
Thanks to all of you!
by marionline
Thu Nov 12, 2020 1:00 pm
Forum: Ren'Py Questions and Announcements
Topic: Menu Coding Trouble - Syntax Error [solved]
Replies: 5
Views: 442

Re: Menu Coding Trouble - Syntax Error

Thank you! I tried to fix it. But the error still persist. :( I included more code, maybe the error is further up in the code. label summary: $ home_name = renpy.input("What was this [homeworld] called?") $ home_name = home_name.strip() if home_name == "": $ home_name = "HOM...
by marionline
Thu Nov 12, 2020 11:18 am
Forum: Ren'Py Questions and Announcements
Topic: Menu Coding Trouble - Syntax Error [solved]
Replies: 5
Views: 442

Menu Coding Trouble - Syntax Error [solved]

Hey! I encountered a syntax error and don't know how to tackle it (please excuse the pokémon pun ;P ). This doesn't work and I don't know where the error comes from: n "Forget about about the space journey and your job for a moment." n "What was you favorite hobby as child?" menu...
by marionline
Tue Nov 10, 2020 6:08 am
Forum: Ideas
Topic: Transcendent Love [free] [lgbt+] [romance] [Visual Novel] [Slice of Life]
Replies: 1
Views: 2315

Re: Transcendent Love [free] [lgbt+] [romance] [Visual Novel] [Slice of Life]

The cast seems to be very interesting!
I love the character design, plus the images look really nice! :D

What's the current progress of the project?
by marionline
Mon Nov 09, 2020 8:00 am
Forum: Development of Ren'Py
Topic: Error: /usr/share/games/renpy/lib/linux-i686/pythonw does not exist
Replies: 1
Views: 5330

Error: /usr/share/games/renpy/lib/linux-i686/pythonw does not exist

I'm on linux mint, trying to export my unfinished game. This Error showed up : /usr/share/games/renpy/lib/linux-i686/pythonw does not exist. What can I do about this? Full Error: I'm sorry, but an uncaught exception occurred. While running game code: File "launcher/game/distribute.rpy", li...
by marionline
Mon Nov 09, 2020 2:03 am
Forum: Asset Creation: Art
Topic: Art Dumpage! Show your art ^^
Replies: 7876
Views: 1078577

Re: Art Dumpage! Show your art ^^

Some of the results of the weekend: https://up.picr.de/39828731yy.png Makoto https://up.picr.de/39828732pr.png Nelly I'm very happy how they turned out. I want to use them in my VN, but I guess they need some colours. I added them into Renpy with a nice paper-like background for the character sheets.
by marionline
Mon Nov 09, 2020 1:44 am
Forum: Welcome!
Topic: Guestbook
Replies: 5535
Views: 2806654

Re: Guestbook

Hey,
I'm marionline from Germany.
I'm new to making VNs, but up to now it's really fun.
I came here to learn how to use renpy. =)
by marionline
Sun Nov 08, 2020 7:32 am
Forum: Ren'Py Questions and Announcements
Topic: how to pass a variable to the call screen function? [solved]
Replies: 2
Views: 388

Re: how to pass a variable to the call screen function?

Wow, you're right. It works! :D
Thanks for telling me.

Maybe I fixed the mistake without saving and still got the error?
by marionline
Sun Nov 08, 2020 7:13 am
Forum: Ren'Py Questions and Announcements
Topic: how to pass a variable to the call screen function? [solved]
Replies: 2
Views: 388

how to pass a variable to the call screen function? [solved]

Hello! It's me again. :wink: How do I pass a variable to the call screen character_sheet function? I'd like to give a variable containing the character's info that should be displayed at the screen. Here's the code: (contasinms story spoilers) # The script of the game goes in this file. # Declare c...
by marionline
Sat Nov 07, 2020 5:55 pm
Forum: Ren'Py Questions and Announcements
Topic: how to not show text box, but show screen [solved]
Replies: 4
Views: 441

Re: how to not show text box, but show screen

Yeahy! It's working! =D
Thanks a lot again!
by marionline
Sat Nov 07, 2020 5:05 pm
Forum: Ren'Py Questions and Announcements
Topic: how to not show text box, but show screen [solved]
Replies: 4
Views: 441

Re: how to not show text box, but show screen

Hey, thanks a lot. That worked great, the eileen text box is not showing anymore. :)

Just, how do I turn off the screen and get back to the game with textboxes showing after displaying it?
by marionline
Sat Nov 07, 2020 3:52 pm
Forum: Ren'Py Questions and Announcements
Topic: how to not show text box, but show screen [solved]
Replies: 4
Views: 441

how to not show text box, but show screen [solved]

Hello! I'd like to make a character gallery. This is my first try. The first question bothering me is how to not show the eileen text box, but only the character sheet? Here is an image: https://up.picr.de/39816339zv.png And that is the code, made up from parts I found on the forum, docu and interne...