Topic: Splitting scripts not working when published

Hi,
Not sure where to put this topic.

I am currently in the process of publishing my car game, but the other scripts are not working.
I have 2 other scripts which start onSceneUpdate. The scripts work fine in the editor, but when published they don't seem to do anything. Any ideas why?

Re: Splitting scripts not working when published

how did you link the other scripts ? did you use dofile ?
are you scripts on the project folder ? (all your files needs to be in the project folder before publishing)

Re: Splitting scripts not working when published

Yes I am using dofile, and the scripts are in the scripts folder. I am using dofile('GUIScript.lua') etc

Re: Splitting scripts not working when published

Thank you for reporting,

it's a bug related to file packing I just found it, sorry for that, I'm correcting it.

Re: Splitting scripts not working when published

Thought it might of been a bug, please tell me when it's fixed smile

Re: Splitting scripts not working when published

Hi,
I fixed it, it's on svn, but I don't have time this week to publish a build, do you know how to build it ?
otherwise I'll try this week-end.

Re: Splitting scripts not working when published

I might be able to build it on windows, but i'll probably wait until the weekend.

Re: Splitting scripts not working when published

My windows pc is broken at the moment, so I can't build it. Any idea when you could build it?