Search found 216 matches

by korova
Mon Mar 05, 2018 5:33 am
Forum: Ren'Py Questions and Announcements
Topic: (kind of) "Bug" in "new" gui
Replies: 5
Views: 623

Re: (kind of) "Bug" in "new" gui

I don't know what to say. I tried to change theme several times from white to black and black to white and my menus are still like that. (latest stable renpy version)
by korova
Sun Mar 04, 2018 8:52 am
Forum: Ren'Py Questions and Announcements
Topic: Can't move a character?
Replies: 13
Views: 2171

Re: Can't move a character?

1) Take a deep breath... I understand that sometimes, at the beginning, any programming language can be frustrating, but Renpy works juste fine. It will take some time and patience to wrap your head around renpy logic, but so far, I've always manage to make renpy do what I wanted. 2) I think at leas...
by korova
Sun Mar 04, 2018 5:55 am
Forum: WiP: NaNoRenO
Topic: Colors of Fate [Nano18] (GxB/Slice of Life/18+)
Replies: 22
Views: 6694

Re: Colors of Fate [Nano18] (GxB/Slice of Life/18+)

@korova : I would like to write in french too, but I highly doubt that I will have time for that. I'm sorry, for now the english version is the priority x) But in any case, your comment makes me really happy, thank you! Don't worry, I totally understand. Actually I was expecting that answer. I prep...
by korova
Sun Mar 04, 2018 5:52 am
Forum: WiP: NaNoRenO
Topic: Colors of Fate [Nano18] (GxB/Slice of Life/18+)
Replies: 22
Views: 6694

Re: Colors of Fate [Nano18] (GxB/Slice of Life/18+)

@korova : I would like to write in french too, but I highly doubt that I will have time for that. I'm sorry, for now the english version is the priority x) But in any case, your comment makes me really happy, thank you! Don't worry, I totally understand. Actually I was expecting that answer. I prep...
by korova
Sat Mar 03, 2018 9:25 pm
Forum: WiP: NaNoRenO
Topic: The House [Nano18][Escape room] demo out
Replies: 11
Views: 3905

The House [Nano18][Escape room] demo out

Hi! fellow VN players and devs. It's this time of the year again when I miserably fail at NaNoRenO But, as usual, I will try anyway. So, people, welcome to : https://i.imgur.com/s85vWEs.jpg As you can guess, it will more an "escape the room" game than your traditional VN. There won't be c...
by korova
Sat Mar 03, 2018 2:06 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]How to "reset" a Drag position ? [drag and drop]
Replies: 3
Views: 1582

Re: How to "reset" a Drag position ? [drag and drop]

Thanks, I will test this ASAP !
Thanks for the discovery of the snap method.
by korova
Sat Mar 03, 2018 10:39 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]How to "reset" a Drag position ? [drag and drop]
Replies: 3
Views: 1582

[SOLVED]How to "reset" a Drag position ? [drag and drop]

Hello, I'm preparing a sort of escape room for NaNoRenO and I'm trying to implement an inventory system. My goal is that the player will be able to drags items from an inventory shown on screen to certain "hotspots" on the screen. I spent some time wrapping my head around the drag&drop...
by korova
Fri Mar 02, 2018 6:36 pm
Forum: Ren'Py Questions and Announcements
Topic: (kind of) "Bug" in "new" gui
Replies: 5
Views: 623

(kind of) "Bug" in "new" gui

Hello ! I've created a brand new project for NaNoRenO using the (not so new now) GUI. Actually, it's not the first time I've tested that GUi, but till now, I've always used the black versions of it. So, I decided to give the white version a go (and it seemed more suitable for my game this time). The...
by korova
Fri Mar 02, 2018 6:55 am
Forum: Ren'Py Questions and Announcements
Topic: Identation mismatch error
Replies: 6
Views: 732

Re: Identation mismatch error

Sorry, I made my corrections at 3 am, and my attention was not as accurate as it should have been... I signaled my mistakes in the code. This time I tested the code in renpy, so it should be OK. The only problem that remains is that, in the end, the program will complain that label "EASTERYES&q...
by korova
Thu Mar 01, 2018 10:18 pm
Forum: Ren'Py Questions and Announcements
Topic: Identation mismatch error
Replies: 6
Views: 732

Re: Identation mismatch error

The rule for indentation is as follows : each time you have a ":" at the end of the line-> indent the next line ! (also you can replace all your "else / if" by the simple instruction elif...) When I proofread your code, I saw several other mistakes that I took liberty to comment ...
by korova
Thu Mar 01, 2018 6:55 pm
Forum: WiP: NaNoRenO
Topic: Colors of Fate [Nano18] (GxB/Slice of Life/18+)
Replies: 22
Views: 6694

Re: Colors of Fate [Nano18] (GxB/Slice of Life/18+)

All my wishes for your project !
As a fellow french (very amateur) developper, I will follow this closely.

(By the way, have you planned a french version, or only enslish at the moment ? I can read in english, but it would be so enjoyable to play something in my native language, once in a while...)
by korova
Tue Feb 27, 2018 9:11 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved] How to use "SetDict" (screen language)
Replies: 2
Views: 1724

Re: How to use "SetDict" (screen language)

OK, thanks a lot, it works now.
(I'm a bit ashamed that I wasted two hours for such a simple mistake. By the way, can someone explain me why SetVariable needs quotes when SetDict doesn't ?)
by korova
Tue Feb 27, 2018 7:59 pm
Forum: Ren'Py Questions and Announcements
Topic: [solved] How to use "SetDict" (screen language)
Replies: 2
Views: 1724

[solved] How to use "SetDict" (screen language)

Hello ! I'm trying to use the action SetDict in a screen, but I bump on an error each time I'm trying to use it. What is my code supposed to do ? It displays a 3 x 3 grid that at first show "0" in every cell. When I click on a cell, I want the number to be increased by 1. Cell values are s...
by korova
Tue Oct 31, 2017 6:08 am
Forum: Ren'Py Questions and Announcements
Topic: Sandbox in RenPy?
Replies: 9
Views: 6341

Re: Sandbox in RenPy?

By the way, I hope there was a forum for code. I always go for Creator Discussion when I'm not sure about on which one to post.
What don't you use the "Ren'Py Questions and Announcements" forum ? This is where people ask questions regarding ren'py coding...