View Single Post
  #1  
Old 07-31-2019, 02:40 AM
zumbay zumbay is offline
Member
 
Join Date: Oct 2016
Posts: 16
Reading files from executable (EXE)

Hi,

I have two questions which relate to reading files from a vizard exported executable.

One issue I face, is creating an executable with multiple GB worth of resources and models. Currently, Vizard throws an error when I try to publish as EXE. I assume the size is the issue. Is it possible to export the script as an executable and have the resources and models in the same folder, so that the executable can read them in on the fly?

The other question relates to a different application, where I would like to read in a text file in the executable (in same folder as the executable) and use the content of the text file on the fly. What is the best way of doing this?

Cheers!
Reply With Quote