Articy Forum


https://www.articy.com:443/forum/

Ren'Py exporter?

https://www.articy.com:443/forum/viewtopic.php?f=16&t=18442

Page 1 of 1

Ren'Py exporter?

Posted: Sat 25. Aug 2018, 19:06
by DrGonzo
Hi,
Are there any plans for a Ren'Py export plugin?
This could really speed up Ren'Py code development.

Thanks!

Re: Ren'Py exporter?

Posted: Wed 29. Aug 2018, 15:32
by DrGonzo
Yes? No? Maybe so?

This isn't the most active forum, is it?
Is AD still in active development?

Re: Ren'Py exporter?

Posted: Thu 30. Aug 2018, 07:03
by [Articy] Karsten Feyerabend
Hi DrGonzo,

At this point in time we have no plans for a dedicated Ren'Py integration.

You could use the JSON export or create a customized solution with our free Macro DevKit (for articy:draft 3), but you would have to set up the data-link between articy:draft and Ren'Py yourself.

Best regards,
Karsten

Re: Ren'Py exporter?

Posted: Thu 30. Aug 2018, 12:16
by DrGonzo
Hallo Karsten,
danke für deine Antwort.

Ich hatte gehofft das es irgendwann möglich wäre einen abzweigenden Dialog in Ren'Py Code umzusetzen.
Dann wäre nämlich die Programmierungszeit in Ren'Py mehr als halbiert.

Code: Select all
player neutral "Hmm, habe ich genug Geld?"
if money >= 10:
  player happy "Ja, das langt!"
else:
  player sad "Ne, dat wird nüscht."


Ich werde mir mal deinen Vorschlag mit dem Macro Devkit ansehen.

- Kay

Re: Ren'Py exporter?

Posted: Tue 4. Sep 2018, 13:48
by ElvinStrawhat
Can Ren'Py games be exported so that someone could run the game outside of Ren'Py?


brass knuckle

Re: Ren'Py exporter?

Posted: Tue 4. Sep 2018, 13:53
by DrGonzo
ElvinStrawhat wrote:Can Ren'Py games be exported so that someone could run the game outside of Ren'Py?

You mean with a different engine / interpreter other than Ren'Py?
I don't think so. Not without tweaking the code anyway.

All times are UTC
Page 1 of 1