Search found 229 matches

by Karl_C
Sun Oct 08, 2017 1:32 pm
Forum: Ren'Py Questions and Announcements
Topic: Error upon start
Replies: 14
Views: 2809

Re: Error upon start

Copy it into the 'game\gui' folder of your game.
by Karl_C
Sun Oct 08, 2017 12:17 pm
Forum: Ren'Py Questions and Announcements
Topic: Error upon start
Replies: 14
Views: 2809

Re: Error upon start

Hm, copy the attached file into 'gui\window_icon.png'
by Karl_C
Sun Oct 08, 2017 8:11 am
Forum: Ren'Py Questions and Announcements
Topic: Error upon start
Replies: 14
Views: 2809

Re: Error upon start

In Ren'Py launcher:
  • Change/Update GUI
  • Read the warning! (Backup your files)
  • 'Choose new colors...' or 'Regenerate...'
by Karl_C
Sun Oct 08, 2017 7:42 am
Forum: Ren'Py Questions and Announcements
Topic: I cannot create a game!!!
Replies: 8
Views: 1927

Re: I cannot create a game!!!

I get an error message saying "/usr/share/renpy/gui/game does not appear to be a Ren'Py game."! You don't use the official Ren'Py package, but an package supplied by your distribution. Some distributions remove files while packaging Ren'Py. Possible solution: download the official Ren'Py ...
by Karl_C
Sun Oct 08, 2017 6:28 am
Forum: Ren'Py Questions and Announcements
Topic: Error building distributions
Replies: 1
Views: 323

Re: Error building distributions

Just a guess: Do you really use 'arbol' instead of 'árbol'?
by Karl_C
Sun Oct 08, 2017 6:00 am
Forum: Development of Ren'Py
Topic: PyQt4 / Tkinter in Ren'Py
Replies: 4
Views: 2228

Re: PyQt4 / Tkinter in Ren'Py

Vladimir_P wrote: Sat Oct 07, 2017 6:54 am I want to add some modules to working with system GUI.
I don't know what you plan to do, but maybe you could use this for inspiration: [INSANE CODING] iios - Desktop Environment using RenPy
by Karl_C
Sat Sep 23, 2017 6:45 am
Forum: Ren'Py Questions and Announcements
Topic: RenPy 6.99.13 Prereleased
Replies: 16
Views: 5773

Re: RenPy 6.99.13 Prereleased

I'll test dissolves on that, but I don't really know what NPOT actually means. I guess this one is most relevant for game developers: Older hardware The R300 and R400-based cards (Radeon 9500+ and X500+) are incapable of generic NPOT usage, despite allegedly supporting OpenGL 2.0 (which requires fu...
by Karl_C
Fri Sep 22, 2017 2:17 pm
Forum: Works in Progress
Topic: Doki Doki Literature Club! [BxG] Free Download September 2017
Replies: 20
Views: 16868

Re: Doki Doki Literature Club! [BxG] Free Download September 2017

Two modest remarks: 'dlc-win.zip' does not only contain code for MS-Windows, but for Linux too. I guess it's in your interest to get as many players as possible, no matter what OS they use. can you announce your game again in the 'Completed Games' category? Most people looking for games are checking...
by Karl_C
Fri Sep 22, 2017 1:36 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Exporting to Android: The build failed
Replies: 8
Views: 2885

Re: Exporting to Android: The build failed

Isn't 'gradlew clean' available to execute the project's clean task? It seems to be the command line equivalent to Android Studio's 'Build --> Clean Project'?
by Karl_C
Sat Sep 16, 2017 6:07 pm
Forum: Completed Games
Topic: Connected Hearts [Mystery][Fantasy]
Replies: 1
Views: 2746

Re: Connected Hearts [Mystery][Fantasy]

Unusual, but very good. I like the writing and the dark atmosphere.

Thanks for sharing!
by Karl_C
Sat Sep 16, 2017 8:14 am
Forum: Ren'Py Questions and Announcements
Topic: All of my Ren'Py games are not openning
Replies: 9
Views: 24978

Re: All of my Ren'Py games are not openning

And: Could you try to start your game from the command line (as far as I remember: 'WIN + R', 'cmd.exe', 'cd' to game directory, YOURGAME.exe). If I'm not wrong, then there should be some messages displayed after starting the game (sorry, I'm not on MS-Windows, so I'm not sure). I'm sorry but could...
by Karl_C
Sun Sep 10, 2017 5:48 am
Forum: Ren'Py Questions and Announcements
Topic: All of my Ren'Py games are not openning
Replies: 9
Views: 24978

Re: All of my Ren'Py games are not openning

Have you checked out this one already (scroll down to PyTom's response)? And: Could you try to start your game from the command line (as far as I remember: 'WIN + R', 'cmd.exe', 'cd' to game directory, YOURGAME.exe). If I'm not wrong, then there should be some messages displayed after starting the g...
by Karl_C
Sat Sep 09, 2017 6:51 pm
Forum: Ren'Py Questions and Announcements
Topic: All of my Ren'Py games are not openning
Replies: 9
Views: 24978

Re: All of my Ren'Py games are not openning

What are the contents of "errors.txt" and "traceback.txt" in the games root directory? I couldn't find "errors.txt" or "traceback.txt" files but I did find an "errors.pyo" and "traceback.pyo" files and I don't know how to open them, to be ...
by Karl_C
Sat Sep 09, 2017 9:14 am
Forum: Ren'Py Questions and Announcements
Topic: All of my Ren'Py games are not openning
Replies: 9
Views: 24978

Re: All of my Ren'Py games are not openning

What are the contents of "errors.txt" and "traceback.txt" in the games root directory?
by Karl_C
Thu Sep 07, 2017 6:05 pm
Forum: Creator Discussion
Topic: PC builds/OS talk/questions
Replies: 18
Views: 3442

Re: PC builds/OS talk/questions

On that note, I like being able to see all my files run by simply double clicking an icon. In Windows, you can create said icon through powershell (right click on the exe > send shortcut to desktop DONE) This other, somewhat annoying OS, forces me to write a bash script, create a .desktop file, pla...