Search found 107 matches

by Sidji972
Sat Nov 28, 2015 6:59 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Transform problem
Replies: 2
Views: 291

Re: Transform problem

Thanks you ! :)
by Sidji972
Fri Nov 27, 2015 7:51 pm
Forum: General Discussion
Topic: itch.io
Replies: 54
Views: 11089

Re: itch.io

I joinned this website to host some of my games too : http://realsidji.itch.io/ :)
by Sidji972
Fri Nov 27, 2015 7:48 pm
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Transform problem
Replies: 2
Views: 291

[Solved]Transform problem

Hello, I have an issue with a basic transform and to be honest I don't know what I'm doing wrong... Following the tutorial i took this effect : transform move_jump: xalign 1.0 linear 5 xalign 0 xalign 0.0 linear 5 xalign 1 repeat And try to make a simple slide moving animation, but the textbutton st...
by Sidji972
Sun Nov 22, 2015 5:08 pm
Forum: Ren'Py Questions and Announcements
Topic: Digital Clock Question
Replies: 3
Views: 776

Re: Digital Clock Question

I don't know how to set the clock to 12 hours, but here the way to get your outlines effect. screen date_overlay: $ day = (time_in_minutes / 60 / 24) % 28 $ month = (time_in_minutes / 60/ 24 / 28) % 12 text ("Day%d %d" % (day, month)): pos (667, 60) color "000" outlines [(2, &quo...
by Sidji972
Sun Nov 22, 2015 4:58 pm
Forum: Ren'Py Questions and Announcements
Topic: Sprite Manager questions
Replies: 3
Views: 1272

Re: Sprite Manager questions

I see, thanks for explications :) My current solution is to make a screen with multiple buttons, each of them with their own ALT to give a close look at a "respawn" effect, but the screen will be really long and the code will be really bad... Is there any better option to clone this snow b...
by Sidji972
Mon Nov 16, 2015 10:19 pm
Forum: Ren'Py Questions and Announcements
Topic: Sprite Manager questions
Replies: 3
Views: 1272

Sprite Manager questions

Hello, I took a look at the Ren'Py documentation and learn about Sprite Manager. This function is pretty useful for me : http://www.renpy.org/doc/html/sprites.html#SnowBlossom. Unfortunately, I don't know if its possible to replace a simple image by an imagebutton for example. Do you have an idea ab...
by Sidji972
Mon Nov 16, 2015 8:24 pm
Forum: General Discussion
Topic: Is anyone safe?
Replies: 4
Views: 1186

Re: Is anyone safe?

We are not really afraid, we have been surprised like most of countries attacked, but we are also pragmatic : France will react now, our politicians have finally declared that our country is in war (in my case I know it since a lot of time anyway). They have also attacked the wrong city because I do...
by Sidji972
Sun Nov 15, 2015 5:13 pm
Forum: General Discussion
Topic: Is anyone safe?
Replies: 4
Views: 1186

Re: Is anyone safe?

Unfortunately, I'm from Paris and lives here. I should go out like every friday but I have decided to look the soccer game between Germany and France. What is really horrible that's we are not ready for these kind of things in Paris. We are not used of violence like these primitives. Today, its' mor...
by Sidji972
Sun Nov 15, 2015 4:55 pm
Forum: Ren'Py Questions and Announcements
Topic: "Continue" game imagemap not grounded
Replies: 4
Views: 460

Re: "Continue" game imagemap not grounded

Delete the persistent datas from Ren'Py launcher ?
by Sidji972
Sat Nov 14, 2015 8:35 am
Forum: I am a Writer, Editor, Proofreader or Translator
Topic: [Paid, Trade] Writing, Editing, Proofreading, FR-ENG [OPEN]
Replies: 27
Views: 5918

Re: Proofreading & Editing, Free for Free Projects!

I recommend her, she helps me to correct a lot of english mistakes and did the job fast and well. :)
by Sidji972
Fri Nov 13, 2015 8:41 am
Forum: We are a Commercial Project looking for Partners
Topic: [Closed] Looking for proofreader/writer & beta testeur
Replies: 2
Views: 656

Re: Looking for proofreader/writer & betatesteur short missi

Its for a game based in an alternative story of Deleez Restaurant, my other commercial VN/restaurant sim. It's all about cookies. :) Deleez Cookies QTE/Visual Novel video game, mixing both sequences quicktime event , popular in point-of-click games, to small story sequences . Deleez Cookies's story ...
by Sidji972
Thu Nov 12, 2015 2:14 pm
Forum: We are a Commercial Project looking for Partners
Topic: [Closed] Looking for proofreader/writer & beta testeur
Replies: 2
Views: 656

[Closed] Looking for proofreader/writer & beta testeur

Hello everyone, I'm looking for an english native writer to check all english synthax errors (~300 words) in my game and also able to write few lines for some random events ( 100 words ). I'm also looking for a beta testeur to report me all bugs encountered in the game and check the difficulty of th...
by Sidji972
Thu Nov 12, 2015 4:39 am
Forum: Ren'Py Questions and Announcements
Topic: [Solved]Disable CTRL key
Replies: 2
Views: 1000

Re: Disable CTRL key

Thanks you PyTom, that's working really well :D