Search found 19 matches

by williamd1k0
Thu Jul 14, 2016 7:50 pm
Forum: Ren'Py Questions and Announcements
Topic: Problem installing the Android SDK
Replies: 1
Views: 485

Re: Problem installing the Android SDK

There may be some problem with your PATH setting. If you have Python installed, try running the following code in cmd: python -c "from subprocess import call; call('javac -version')" If that does not work you may have created the configuration of the PATH in the wrong way (because there is...
by williamd1k0
Thu Jul 14, 2016 6:29 pm
Forum: Ren'Py Questions and Announcements
Topic: "File Screenshot" without the textbox
Replies: 5
Views: 1510

Re: "File Screenshot" without the textbox

So.. I needed screenshot not exactly for the save. But if is not possible do this, no problem. Because hide the text box all the time can annoy the gameplay. My idea was to create a pause screen with an open book and the screenshot in the middle, so if do not have the text box gets better. But all r...
by williamd1k0
Wed Jul 13, 2016 3:06 pm
Forum: Ren'Py Questions and Announcements
Topic: renpy.display_menu()
Replies: 2
Views: 660

Re: renpy.display_menu()

The function menu1 is not working because the variable shift can only contain the values "result1" or "result2" and not "1" or "2".
by williamd1k0
Wed Jul 13, 2016 6:20 am
Forum: Ren'Py Questions and Announcements
Topic: "File Screenshot" without the textbox
Replies: 5
Views: 1510

"File Screenshot" without the textbox

Hello, I need to know if there is any way to make the screenshot used in save file without the textbox, for example, only the background and sprites.

I tried various ways to hide the say screen, then show the save screen, and then show again the say screen but it did not work.

Thanks.
by williamd1k0
Mon Feb 22, 2016 9:16 pm
Forum: Ren'Py Cookbook
Topic: Ren'Py language support in Atom
Replies: 20
Views: 9257

Re: Ren'Py language support in Atom

Sorry for the delay, I am solving various work and college problems here.. I tested the changes but I forgot to tell you some things from "source.python" were changed on the original mostly in the strings (text tags and multi-line). So I will have to see how to fix these conflicts. I fixed...
by williamd1k0
Mon Jan 25, 2016 1:25 am
Forum: Ren'Py Cookbook
Topic: Ren'Py language support in Atom
Replies: 20
Views: 9257

Re: Ren'Py language support in Atom

Oh thank you, I'll check and test as soon as possible.
by williamd1k0
Thu Jan 21, 2016 6:16 pm
Forum: Ren'Py Cookbook
Topic: Ren'Py language support in Atom
Replies: 20
Views: 9257

Re: Ren'Py language support in Atom

About the "labels", they are working, maybe the version used is not or something. That's cool. I was going by the gist: https://gist.github.com/williamd1k0/3b231c42e4a3efdd9759#file-demo_script-rpy Oh yes, on GitHub really got this problem with "label" and "menu", I ha...
by williamd1k0
Thu Jan 21, 2016 4:04 pm
Forum: Ren'Py Cookbook
Topic: Ren'Py language support in Atom
Replies: 20
Views: 9257

Re: Ren'Py language support in Atom

So, as I said, I started this plugin for their own use it because I am not an expert on regex and I decided to share with the hope that someone could help improve it. Long after I found out about this question of "context" and I intend to rewrite it to let organized that way, so I have tim...
by williamd1k0
Thu Jan 21, 2016 2:07 pm
Forum: Ren'Py Cookbook
Topic: Ren'Py language support in Atom
Replies: 20
Views: 9257

Re: Ren'Py language support in Atom

Well, I got to test the Sublime plugin too, which is very good. About Atom, it is a relatively new editor yet, but the advantage is that it has an incredibly large community, since the editor is maintained by GitHub. It comes with several useful features and is well organized on the extensions. A gr...
by williamd1k0
Wed Jan 20, 2016 1:46 pm
Forum: Ren'Py Questions and Announcements
Topic: Support for Ren'Py language on GitHub
Replies: 3
Views: 899

Re: Support for Ren'Py language on GitHub

This can be organized using an issue in the repository where is the grammar file, I'll create the issue to advance it. Maybe writing the keyword and the "type" and showing an example of it, if necessary. For example: dissolve -> transition statement show bg washington with dissolve Also, f...
by williamd1k0
Tue Jan 19, 2016 9:51 pm
Forum: Ren'Py Questions and Announcements
Topic: Support for Ren'Py language on GitHub
Replies: 3
Views: 899

Support for Ren'Py language on GitHub

Hello, I have been announce that GitHub now has support for syntax highlighting the Ren'Py language. I added the Ren'Py using my syntax highlighting that I used in my extension of the Atom editor. From now on, the Ren'Py can be highlighted everywhere related to GitHub ( repositories , gist , comment...
by williamd1k0
Wed Jun 10, 2015 11:35 pm
Forum: Ren'Py Cookbook
Topic: Ren'Py language support in Atom
Replies: 20
Views: 9257

Re: Ren'Py language support in Atom

Hello everybody! I'm coming here to warn that the Atom problem in recognizing the .rpy files as Ren'Py Language has been resolved internally in recent updates. More information on the following links. And soon I will be providing a update with some of the snippets (and sorry for the delay). Language...
by williamd1k0
Wed Apr 15, 2015 3:54 pm
Forum: Ren'Py Cookbook
Topic: Ren'Py language support in Atom
Replies: 20
Views: 9257

Re: Ren'Py language support in Atom

Thanks for the tip, I will add as an optional package in the repository's "README". :)
by williamd1k0
Fri Mar 06, 2015 1:41 pm
Forum: Ren'Py Cookbook
Topic: Creating a Skip Movie Button
Replies: 2
Views: 3234

Re: Creating a Skip Movie Button

Wow! I never got to test a video on mobile, I did not know that did not work the Movie().
Thank you for warning! :wink: