Search found 3 matches

by cimokudo
Fri Sep 02, 2022 2:25 am
Forum: Demos & Beta Testing
Topic: [INSANE CODING] iios - Desktop Environment using RenPy
Replies: 19
Views: 9332

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

Wow, DDLC Plus (https://ddlc.plus/) features lots of this topic's app: * desktop environment * taskbar with Start button and clocks * running various RenPy games inside a RenPy game * fully functional music player with playlists support Yeah, and you know what?! they bring THE WHOLE REN'PY to Unity...
by cimokudo
Sun Feb 07, 2021 11:33 am
Forum: Other Visual Novel Engines
Topic: PONScripter compiler
Replies: 1
Views: 3966

PONScripter compiler

Hello, anyone here have a PONScripter compiler? This is like nscmake.exe for ONScripter, but the one i looking for is, PONScripter.. I have tried to compile the PONScripter as ONScripter script, using nscmake.exe, but obviously, there is many features are missing, since im using PONScripter from scr...
by cimokudo
Tue Jun 11, 2019 11:37 pm
Forum: Ren'Py Questions and Announcements
Topic: copy asset file from .rpa to temp directory (help!)
Replies: 0
Views: 507

copy asset file from .rpa to temp directory (help!)

hi there, im newbie here i stuck on how to copy my asset file (actually a .png image file) to windows temp directory (%temp%) step i done : 1. im using copy, copy2, copyfile and other copy method from shutil 2. read the file using renpy.file().read() then write using open().write() those method keep...