Search found 229 matches

by Karl_C
Sun Nov 15, 2015 7:34 am
Forum: Ren'Py Questions and Announcements
Topic: UnicodeDecodeError: 'utf8' codec can't decode byte 0xd4
Replies: 19
Views: 5854

Re: UnicodeDecodeError: 'utf8' codec can't decode byte 0xd4

One last question / idea:

Are you using a renpy version from Linux Mint installed by the aptitude package manager?

Or are you using the lastest version from renpy's website?
by Karl_C
Sat Nov 14, 2015 7:45 pm
Forum: Completed Games
Topic: In Reality Visual Novel
Replies: 9
Views: 5601

Re: In Reality Visual Novel

I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 778, in script "After that, he tells erina not "to be so kind" and let me be by myself." File "renpy/common/00library.rpy", line 250, in say who(what, interac...
by Karl_C
Sat Nov 14, 2015 9:15 am
Forum: Ren'Py Questions and Announcements
Topic: UnicodeDecodeError: 'utf8' codec can't decode byte 0xd4
Replies: 19
Views: 5854

Re: UnicodeDecodeError: 'utf8' codec can't decode byte 0xd4

I remember that I had problems with this in the past, when I tried to copy code from the browser into my editor. Even after I saved the code afterwards with the correct "UTF-8" settings. I "solved" the problem by typing the code directly in my editor. But your problem seems to be...
by Karl_C
Fri Nov 13, 2015 10:08 am
Forum: Ren'Py Questions and Announcements
Topic: UnicodeDecodeError: 'utf8' codec can't decode byte 0xd4
Replies: 19
Views: 5854

Re: UnicodeDecodeError: 'utf8' codec can't decode byte 0xd4

The same error with any python script you attempted to import so far? Strange...

As you're using a Linux machine: Can you do a

Code: Select all

locale charmap
in a console?
by Karl_C
Sun Nov 08, 2015 6:49 pm
Forum: Ren'Py Questions and Announcements
Topic: Relative adresses in renpy
Replies: 11
Views: 3879

Re: Relative adresses in renpy

Karl_C this is awesome, could you please share a demo for ren'py - pyAIML integration? I really want a chatbot /digital assistant in Ren'py and I've been trying to run pyAIML from within ren'py without success. :cry: :cry: :cry: A big, fat warning: As I'm not a Python programmer, I'm quite sure tha...
by Karl_C
Sun Sep 06, 2015 4:10 pm
Forum: Ren'Py Cookbook
Topic: Old game2
Replies: 2
Views: 2054

Re: Eliza.py ported to Ren'Py

Have a look here: Thera'Py: with Eliza Py
by Karl_C
Sat Sep 05, 2015 11:57 am
Forum: General Discussion
Topic: "Revised" Visual Novel Editor?
Replies: 10
Views: 3780

Re: "Revised" Visual Novel Editor?

"Revised" 0.2 is out and development moved to gitlab

Changelog:
v0.2

- Ability to delete chapters.
- Show dialog windows as proper dialogs.
- Fixes for Qt5.
- Other minor fixes.
by Karl_C
Tue Sep 01, 2015 3:39 pm
Forum: Completed Games
Topic: Out of Sight [GxB][Supernatural]
Replies: 23
Views: 23680

Re: Out of Sight [GxB][Supernatural]

GlassHeart wrote:@Karl_C
I just finished uploading a new version for all platforms (just follow the link to download)
Thank you! ;)
by Karl_C
Sun Aug 30, 2015 4:38 pm
Forum: Completed Games
Topic: Out of Sight [GxB][Supernatural]
Replies: 23
Views: 23680

Re: Out of Sight [GxB][Supernatural]

Looks interesting. But unfortunately no Linux build...
by Karl_C
Sun Aug 09, 2015 4:42 am
Forum: Ren'Py Questions and Announcements
Topic: Relative adresses in renpy
Replies: 11
Views: 3879

Re: Relative adresses in renpy

Sorry for late reply. What python package is it? Most take file-like objects instead of or in addition to filenames. In my case it's pyAIML , an interpreter for AIML (the Artificial Intelligence Markup Language), implemented entirely in standard Python. It's normally used for chatterbots or 'semi-in...
by Karl_C
Mon Aug 03, 2015 12:11 am
Forum: Ren'Py Questions and Announcements
Topic: Relative adresses in renpy
Replies: 11
Views: 3879

Re: Relative adresses in renpy

The right way to open a file is renpy.file. As mukashi apparently want to pass the relative path of a file to an external python package ("xml/be.xml", "fight") and renpy.file(fn) returns a read-only file-like object: How could this be handled without modifying the external pyth...
by Karl_C
Sun Aug 02, 2015 4:47 pm
Forum: Ren'Py Questions and Announcements
Topic: Relative adresses in renpy
Replies: 11
Views: 3879

Re: Relative adresses in renpy

PyTom wrote:renpy.loader.transfn is not a documented API. Don't use it.
http://lemmasoft.renai.us/forums/viewto ... 7&#p380566

Is there an alternative?
by Karl_C
Sat Aug 01, 2015 11:26 am
Forum: Ren'Py Questions and Announcements
Topic: nvl-mode and renpy.input, other possibility?
Replies: 3
Views: 1337

Re: nvl-mode and renpy.input, other possibility?

xavimat wrote:It was answered here:
http://lemmasoft.renai.us/forums/viewto ... 19#p285736
Do you have a short and simple example on how to show both the input screen and the nvl screen at the same time?

I fail to get both shown at the same time... :(
by Karl_C
Tue Jul 28, 2015 2:16 pm
Forum: Demos & Beta Testing
Topic: [INSANE CODING] iios - Desktop Environment using RenPy
Replies: 19
Views: 13445

Re: [INSANE CODING] iios - Desktop Environment using RenPy

It's surprisingly fast, even on my old machine.

Can possibly used for games that emulate a desktop environment?

Good job, iichan!