Search found 3 matches

by FKATan
Tue Feb 04, 2020 3:53 pm
Forum: Ren'Py Questions and Announcements
Topic: Can't build distribution because of large data sets
Replies: 5
Views: 572

Re: Can't build distribution because of large data sets

rames44 wrote:
Tue Feb 04, 2020 1:12 pm
What about moving the data out of rpy files and over into pure Python files (.py)? That might eliminate the need for Ren’py to try to swallow all that data.
Unfortunately that did not make any difference
by FKATan
Tue Feb 04, 2020 12:39 am
Forum: Ren'Py Questions and Announcements
Topic: Can't build distribution because of large data sets
Replies: 5
Views: 572

Can't build distribution because of large data sets

My game contains some extremely large data sets (dozens of arrays containing over 500,000 characters each) and it causes renpy to crash when attempting to build a distribution during the scanning phase (I have tried across multiple machines). Is there any way to manually build out distributions so I...