Papillon, I can do all those things with relative ease. Why don't you consult me for your art, and tell me what you need? Or you can even send me a picture, and let me do the fancy motion blur/zoom blur/airbrushing effects.
When I tried to run this game under Windows XP Security Edition, I get this error generated:
Code:
I'm sorry, but an exception occured while executing your Ren'Py
script.
UnicodeEncodeError: 'ascii' codec can't encode character u'\uffe3' in position 18: ordinal not in range(128)
The last script statement executed was on line 130 of game/script.rpy.
-- Full Traceback ------------------------------------------------------------
File "renpy\bootstrap.pyo", line 76, in bootstrap
File "renpy\main.pyo", line 226, in main
File "renpy\main.pyo", line 151, in run
File "renpy\execution.pyo", line 76, in run
File "renpy\ast.pyo", line 322, in execute
File "renpy\python.pyo", line 750, in py_exec_bytecode
File "game/script.rpy", line 130, in <module>
File "renpy\exports.pyo", line 579, in pause
File "renpy\ui.pyo", line 51, in interact
File "renpy\display\core.pyo", line 862, in interact
File "renpy\display\core.pyo", line 1074, in interact_core
File "renpy\display\core.pyo", line 619, in show
File "renpy\display\render.pyo", line 142, in render_screen
File "renpy\display\render.pyo", line 81, in render
File "renpy\display\layout.pyo", line 210, in render
File "renpy\display\render.pyo", line 81, in render
File "renpy\display\layout.pyo", line 210, in render
File "renpy\display\render.pyo", line 81, in render
File "renpy\display\layout.pyo", line 210, in render
File "renpy\display\render.pyo", line 81, in render
File "renpy\display\image.pyo", line 105, in render
File "renpy\display\render.pyo", line 81, in render
File "renpy\display\text.pyo", line 829, in render
File "renpy\display\text.pyo", line 606, in layout
File "renpy\display\text.pyo", line 112, in sizes
File "renpy\display\text.pyo", line 106, in get_font
File "renpy\display\text.pyo", line 28, in get_font
File "pygame\sysfont.pyo", line 195, in initsysfonts
File "pygame\sysfont.pyo", line 65, in initsysfonts_win32
UnicodeEncodeError: 'ascii' codec can't encode character u'\uffe3' in position 18: ordinal not in range(128)
The last script statement executed was on line 130 of game/script.rpy.
Ren'Py Version: Ren'Py 5.3.3
What gives?