Search found 229 matches

by Karl_C
Sat Jun 23, 2018 6:18 am
Forum: Ren'Py Cookbook
Topic: Artificial Intelligence (AI) & Ren'Py
Replies: 20
Views: 46072

Re: Artificial Intelligence (AI) & Ren'Py

'standard.brn' is in binary format. Don't try to open or change it, it won't work. Change the '.aiml' files in the 'standard' folder instead, they contain the questions and matching answers. You will have to delete 'standard.brn' afterwards, on the next run a new 'standard.brn' will be created. BTW:...
by Karl_C
Tue Jun 05, 2018 4:27 pm
Forum: Ren'Py Questions and Announcements
Topic: GPS coordinates in Renpy
Replies: 2
Views: 674

Re: GPS coordinates in Renpy

Have you found Plyer already?
Plyer is a platform-independent api to use features commonly found on various platforms, notably mobile ones, in Python.
There's a GPS Example too.

Dunno if it can be used from within Ren'Py...
by Karl_C
Thu May 31, 2018 5:57 pm
Forum: Demos & Beta Testing
Topic: The Wanderers Project [Demo Available]
Replies: 12
Views: 2428

Re: The Wanderers Project [Demo Available]

It's a story about a human stricken with depression discovering himself in a new world. He finds new friends to help him on the journey to self-discovery while saving the world from its demise. PLEASE PLEASE give me feedbacks and suggestions on how to improve the gameplay. BTW: The story and writin...
by Karl_C
Sun May 20, 2018 4:57 pm
Forum: Demos & Beta Testing
Topic: The Wanderers Project [Demo Available]
Replies: 12
Views: 2428

Re: The Wanderers Project [Demo Available]

I found another small problem. I guess that displaying 'Insert Placeholder File' is not intended?
by Karl_C
Sun May 20, 2018 11:43 am
Forum: Demos & Beta Testing
Topic: The Wanderers Project [Demo Available]
Replies: 12
Views: 2428

Re: The Wanderers Project [Demo Available]

I'm sorry, but an uncaught exception occurred. While running game code: File "game/script-chapter-01-day-01.rpy", line 164, in script if player_dead == 1: File "game/script-chapter-01-day-01.rpy", line 164, in <module> if player_dead == 1: NameError: name 'player_dead' is not de...
by Karl_C
Tue May 01, 2018 7:04 am
Forum: Ren'Py Questions and Announcements
Topic: Android Help!
Replies: 11
Views: 1507

Re: Android Help!

mameshiba wrote: Mon Apr 30, 2018 1:22 pm I've set my default Java to Java 1.8.0_171, but I'm still receiving the same error. Any other ideas?
Did you set the path as well? Open a command promt and:

Code: Select all

set path=C:\Program Files\Java\jdk1.8.0_171\bin
to set it temporary.
by Karl_C
Sun Apr 29, 2018 4:32 am
Forum: Creator Discussion
Topic: "Non-commercial liscense"
Replies: 5
Views: 1339

Re: "Non-commercial liscense"

"NonCommercial interpretation" : The NonCommercial (“NC”) element is found in three of the six CC licenses: BY-NC, BY-NC-SA, and BY-NC-ND. In each of these licenses, NonCommercial is expressly defined as follows: “NonCommercial means not primarily intended for or directed towards commercia...
by Karl_C
Sat Apr 28, 2018 12:05 pm
Forum: Ren'Py Questions and Announcements
Topic: Android Help!
Replies: 11
Views: 1507

Re: Android Help!

mameshiba wrote: Sat Apr 28, 2018 9:10 am Caused by: java.lang.ClassNotFoundException: sun.misc.BASE64Encoder
The sun.misc.BASE64Encoder class has been removed from Java 9 onwards. The only solution I know: Switch back to Java 8
by Karl_C
Sun Apr 22, 2018 4:02 pm
Forum: General Discussion
Topic: Staying motivated when projects aren't successful?
Replies: 9
Views: 2662

Re: Staying motivated when projects aren't successful?

At this point, I don't know what I'm doing wrong. PaperDoor Studios has two releases, both with a lot of fantastic work put into them, Let's start from the beginning: I only know one release from Paper Studios: Evolved The game can't be downloaded any more, because all files have been removed from ...
by Karl_C
Sun Apr 08, 2018 1:43 pm
Forum: Ren'Py Questions and Announcements
Topic: My uh... "script" broke.
Replies: 7
Views: 1119

Re: My uh... "script" broke.

Can you try to open your script in MS-Windows built-in editor ('notepad')?

If it looks normal, then: "Save as", "Encoding", "UTF-8"
by Karl_C
Fri Apr 06, 2018 2:58 pm
Forum: Ren'Py Questions and Announcements
Topic: The build seems to have failed
Replies: 11
Views: 2627

Re: The build seems to have failed

i am using the x64and x86 version, i dont found the 32bit version y try install java 8, 9 and 10, but dont work Your current problem is, that Ant can't find Java: ""java.exe"" no se reconoce como un comando interno o externo, programa o archivo por lotes ejecutable. You have to ...
by Karl_C
Fri Apr 06, 2018 2:44 pm
Forum: Ren'Py Questions and Announcements
Topic: Strange AF bug
Replies: 9
Views: 813

Re: Strange AF bug

Hm, I currently have exactly the same problem (my list is not named 'chain'). I have no clue what I'm doing wrong. I got Ren'Py with lists working now. My problem was: Two or three ideas that flashed through my mind, a quick and dirty script to test if the ideas could be realized, loss of overview,...