Archive 17/01/2023.

Changing /CoreData and /Data to /CoreData and /Resources

vivienneanthony

Hi

So I got 1.4 to compile along with the code I made. The old version I have a folder /Resources under /Bin where I add all the things I made. It’s there any way to force the compile and build to use “/CoreData” and secondly “/Resources” instead of “/Data”

Vivienne

thebluefish
or
[code]engineParameters["ResourcePaths"] = "CoreData;Data;Resources";[/code]

or

vivienneanthony

Find it. Cool. THanks.