Search found 20 matches

by Swein
Wed Oct 19, 2022 6:28 pm
Forum: Ren'Py Questions and Announcements
Topic: Show results after selection?
Replies: 3
Views: 401

Re: Show results after selection?

Hello, is there a ready-made design to show the results after the selection? For example, I want to get a result like you" fell and got injured" when the character selects the option to "go to the tavern", but I don't have a sample design that I can edit. SAMPLE GAME: https://bi...
by Swein
Wed Oct 19, 2022 8:50 am
Forum: Ren'Py Questions and Announcements
Topic: Show results after selection?
Replies: 3
Views: 401

Show results after selection?

Hello, is there a ready-made design to show the results after the selection? For example, I want to get a result like you" fell and got injured" when the character selects the option to "go to the tavern", but I don't have a sample design that I can edit. SAMPLE GAME: https://bit...
by Swein
Tue Oct 18, 2022 10:15 am
Forum: Ren'Py Questions and Announcements
Topic: Easy GUI Design?
Replies: 3
Views: 505

Re: Easy GUI Design?

enaielei wrote: Sun Oct 16, 2022 6:18 pm
https://www.renpy.org/doc/html/developer_tools.html#shift-r-reloading wrote:This allows the developer to make script changes with an external editor, and not have to exit and restart Ren'Py to see the effect of the changes.
Thank you but this is too general, and dealing with codes again. I've seen an editor before, but I couldn't find it.
by Swein
Sun Oct 16, 2022 4:59 pm
Forum: Ren'Py Questions and Announcements
Topic: Easy GUI Design?
Replies: 3
Views: 505

Easy GUI Design?

Making a design with codes is quite challenging for me. Is there an editor that makes this much easier? Frankly, I'm tired of constantly trying things, CTRL+S and starting the game.
by Swein
Sat Oct 15, 2022 7:50 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] If statement in menu??
Replies: 4
Views: 496

Re: If statement in menu??

A little clunky I'll admit, but I think this'll work. default option2 = True #Can be defined anywhere, just make sure it comes before the try label label try: $question = "I guess you're new around here, what do you want to do?" if option2 else "Ok, now what do you want to do?" ...
by Swein
Sat Oct 15, 2022 6:36 am
Forum: Ren'Py Questions and Announcements
Topic: Using Steam Leaderboards in Renpy
Replies: 1
Views: 552

Re: Using Steam Leaderboards in Renpy

As far as I know, it is necessary to use 3rd party websites. I'm wondering too, UP
by Swein
Sat Oct 15, 2022 6:33 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] If statement in menu??
Replies: 4
Views: 496

Re: If statement in menu??

What I want to do is change the sentence the character says below when the menu options again appear after "jump". However, I couldn't do it. if statements does not work this way in the choice menu . I suggest to put if statement before the choice menu and then use extend expression in th...
by Swein
Fri Oct 14, 2022 3:31 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] If statement in menu??
Replies: 4
Views: 496

[SOLVED] If statement in menu??

label try: default option2 = True menu tavern1: if option2: s "I guess you're new around here, what do you want to do?" else: s "Ok, now what do you want to do?" "I want to find a job": $ gift = "job" "I'll search a job for you!" "I want to fin...
by Swein
Wed Jun 29, 2022 3:31 pm
Forum: Ren'Py Questions and Announcements
Topic: Easy GUI??
Replies: 6
Views: 561

Re: Easy GUI??

Every game has a GUI. The default one that Renpy creates for you when you make a new project is very good for some purposes, and not good for others. What is it that you want to do differently? User interface is hard to do well. You can sometimes avoid the hard work by finding a pre-made GUI that w...
by Swein
Wed Jun 29, 2022 10:37 am
Forum: Ren'Py Questions and Announcements
Topic: Easy GUI??
Replies: 6
Views: 561

Easy GUI??

Is there a method that makes the GUI easier to manage? I have a GUI, but it is very complicated and difficult with codes. Is there an editor to edit this?
by Swein
Sun Jun 26, 2022 1:11 pm
Forum: Ren'Py Questions and Announcements
Topic: Business System?
Replies: 4
Views: 567

Business System?

I want to make a business system for my game. For example, the player will be able to buy 3-5 types of shops (barber-market etc.) and if player has a shop-market etc., I want +50 to +150 random gold to be added at the end of each label. I have a gold variable in the game, but I could not set up the ...
by Swein
Fri Jun 24, 2022 8:42 pm
Forum: Ren'Py Questions and Announcements
Topic: Publishing on Steam
Replies: 4
Views: 539

Re: Publishing on Steam

Thank you for your answer! So I guess I need to share the .rpyc not .rpy files. Good to know that. So is there any other way to encrypt them? Personally I don't recommend it, but if you really think this is important, see this thread for a way to make it annoying for people to decompile your rpyc f...
by Swein
Fri Jun 24, 2022 6:13 pm
Forum: Ren'Py Questions and Announcements
Topic: Publishing on Steam
Replies: 4
Views: 539

Re: Publishing on Steam

1-)My coding knowledge is very limited, I'm good at editing and solving algorithms, but I know very little. Do I need any coding knowledge to release games(with renpy engine) on Steam? Not really, and there are step by step guides for releasing your games on Steam. 2-)Are games close-source after r...
by Swein
Fri Jun 24, 2022 3:50 pm
Forum: Ren'Py Questions and Announcements
Topic: Publishing on Steam
Replies: 4
Views: 539

Publishing on Steam

My game is currently under development, but I'm making this game to release it on steam. I have a few questions, I will be very happy if you answer. 1-)My coding knowledge is very limited, I'm good at editing and solving algorithms, but I know very little. Do I need any coding knowledge to release g...
by Swein
Wed May 25, 2022 3:02 pm
Forum: Asset Creation: Art
Topic: Book Screen (Pages etc.)
Replies: 0
Views: 3914

Book Screen (Pages etc.)

I'm making an RPG game and I want to create a book. For example, the user will find the book and be able to read it. Is there a ready-made script for this book screen (turning pages can be good)

Thank you!