Search found 66 matches

by M0ti
Wed Jan 06, 2016 6:09 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] How to change where right click leads?
Replies: 3
Views: 774

[SOLVED] How to change where right click leads?

Hi, I'm making hybrid VN/RPG for my friend for his birthday. I want it to look as typical RPG so I want to disable saving in battles. An hour ago I have learned action SensitiveIf(expression) by which I made save buttons insensitive. The problem is right click and esc button. They start game_menu wh...
by M0ti
Tue Dec 22, 2015 3:48 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] error during reloading
Replies: 2
Views: 909

Re: [SOLVED] error during reloading

Thank you. I though it would be something simple like this. Silly me.
by M0ti
Tue Dec 22, 2015 3:06 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] error during reloading
Replies: 2
Views: 909

[SOLVED] error during reloading

Hi, I was trying to use function for the first time but now whenever a reload it crush. I defined it with all my variables after start. label start: python: enemy_hp = 0 enemy_maxhp = 0 enemy_lv = 0 enemy_mp = 0 enemy_maxmp = 0 ........ def not_random(chance): r_number = renpy.random.randint(1,100) ...
by M0ti
Wed Oct 28, 2015 4:12 pm
Forum: Ren'Py Questions and Announcements
Topic: ALT is misbehaving while roll back
Replies: 6
Views: 884

Re: ALT is misbehaving while roll back

Hi, I wanted to ask, when will be the 6.99.7 update released. We want to plan release date for our visual novel according to it.
by M0ti
Thu Oct 22, 2015 2:06 am
Forum: Ren'Py Questions and Announcements
Topic: ALT is misbehaving while roll back
Replies: 6
Views: 884

Re: ALT is misbehaving while roll back

Wow, thanks a lot. Thanks for your hard work.
I was afraid of answer like: sorry, but that's just not the way things work. Don't use it that way. :D
by M0ti
Fri Oct 16, 2015 3:07 pm
Forum: Creator Discussion
Topic: The new renai.us/games.renpy.org support thread.
Replies: 257
Views: 419611

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

Hi, I added screenshots to Take a shit!!! and Princes of Fantasy and then I've noticed that I should post a request for update here, so I hope that's what I'm doing right now? :D And when I'm in it, if someone reads this text, please try those games. We had a lot of fun making them so I hope you wil...
by M0ti
Wed Oct 14, 2015 6:02 pm
Forum: Ren'Py Questions and Announcements
Topic: ALT is misbehaving while roll back
Replies: 6
Views: 884

ALT is misbehaving while roll back

Hi, I have some preset animations as transforms but I must using it wrong, because when i roll back (or when I use skip) i gets really really messy. For example I have animation of hologram. I was trying to imitate effect from old star wars so it always shivers and sometimes randomly waver a little ...
by M0ti
Fri Mar 13, 2015 5:10 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] How to have two styles for input?
Replies: 3
Views: 916

Re: How to have two styles for input?

Thank you! I have learned from this more than I thought I would. :)
by M0ti
Thu Mar 12, 2015 5:02 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] How to have two styles for input?
Replies: 3
Views: 916

[SOLVED] How to have two styles for input?

Hi, in my VN I want to use input two times, but because it's in different situations I want them to look differently. I have learned how to customize input_window but I don't know how to make second style and how to change between them in game. I have tried something like this: init -1 python: if in...
by M0ti
Sun Jun 01, 2014 7:20 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] lint error
Replies: 6
Views: 1315

Re: lint error

yes, this was really the case. Thank you very very much. Without you and other people on this forum I would ended with creating visual novels a long time ago.
by M0ti
Sun Jun 01, 2014 2:57 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] lint error
Replies: 6
Views: 1315

Re: lint error

Hi, I finally found some time, looked for what you recommended to me and found this in traceback.txt: I'm sorry, but an uncaught exception occurred. After initialization, but before game start. File "renpy/common/000statements.rpy", line 111, in lint_play_music if not isinstance(file, list...
by M0ti
Sun Apr 27, 2014 2:55 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] lint error
Replies: 6
Views: 1315

Re: lint error

It's same. Nothing has changed.
by M0ti
Sun Apr 27, 2014 5:57 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] lint error
Replies: 6
Views: 1315

[SOLVED] lint error

Hi, I have a problem with one of my projects. I can launch it normally, I can build distribution normally, but when a use Lint... Error: "Launching the project failed. Please ensure that your project launches normally before running this command." It's not the classical error with wrong co...
by M0ti
Thu Mar 06, 2014 6:41 am
Forum: Ren'Py Questions and Announcements
Topic: Error with 00start.rpy Maybe from version upgrade?
Replies: 2
Views: 461

Re: Error with 00start.rpy Maybe from version upgrade?

And now it works. Thank you. I'm not sure, what version i had before, but it seems it was the problem.