Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
3 registered members (AndrewAMD, Ayumi, NewbieZorro), 13,972 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Publishing Problem - Script Modified Error? #81862
07/16/06 20:32
07/16/06 20:32
Joined: Jul 2006
Posts: 11
B
Bryan_Green Offline OP
Newbie
Bryan_Green  Offline OP
Newbie
B

Joined: Jul 2006
Posts: 11
So I've published a demo game I'm working on....it includes the Mp3Adv script/dll for playing mp3s....when I run the resulting .exe file, I get an error about "can't open mp3Adv.wdl - script modified"...(all the files used in the game have been copied to the publish directory, so it's not a case of the file being missing)...

Thanks!
Bryan

Re: Publishing Problem - Script Modified Error? [Re: Bryan_Green] #81863
07/16/06 21:20
07/16/06 21:20
Joined: May 2004
Posts: 1,510
Denmark
Claus_N Offline
Serious User
Claus_N  Offline
Serious User

Joined: May 2004
Posts: 1,510
Denmark
You may not change (and even not overwrite with a similar file) any script files. All script files must be in the "published folder", if you copy them into that folder after you have published, it might not work.

Re: Publishing Problem - Script Modified Error? [Re: Claus_N] #81864
07/17/06 02:03
07/17/06 02:03
Joined: Jul 2006
Posts: 11
B
Bryan_Green Offline OP
Newbie
Bryan_Green  Offline OP
Newbie
B

Joined: Jul 2006
Posts: 11
but i "re-published" after I copied the script files into the "publish" folder, and it still doesn't work...

When I publish, none of my scripts referenced by include statments are being copied over...that's why i had to copy my scripts over manually...

Thanks!
Bryan

Re: Publishing Problem - Script Modified Error? [Re: Bryan_Green] #81865
07/17/06 07:16
07/17/06 07:16
Joined: May 2004
Posts: 1,510
Denmark
Claus_N Offline
Serious User
Claus_N  Offline
Serious User

Joined: May 2004
Posts: 1,510
Denmark
You need to use 'bind'. If you copy them manually, it won't work...

Re: Publishing Problem - Script Modified Error? [Re: Claus_N] #81866
07/17/06 15:43
07/17/06 15:43
Joined: Jul 2006
Posts: 11
B
Bryan_Green Offline OP
Newbie
Bryan_Green  Offline OP
Newbie
B

Joined: Jul 2006
Posts: 11
Ahhhh, OK....now, does that mean I have to do an "include" and a "bind"? Or can I just use "bind" to include the files....

Thanks!
Bryan

Re: Publishing Problem - Script Modified Error? [Re: Bryan_Green] #81867
07/17/06 16:32
07/17/06 16:32
Joined: May 2004
Posts: 1,510
Denmark
Claus_N Offline
Serious User
Claus_N  Offline
Serious User

Joined: May 2004
Posts: 1,510
Denmark
You need to use 'include' for script files. 'Bind' is used to add other files to your project.

Have you included you script files like this:
include <myScript.wdl>;
or like this
include "myScript.wdl";

Dunno if the last one is valid - btw. you should NEVER use it!

Re: Publishing Problem - Script Modified Error? [Re: Claus_N] #81868
07/17/06 16:45
07/17/06 16:45
Joined: Jul 2006
Posts: 11
B
Bryan_Green Offline OP
Newbie
Bryan_Green  Offline OP
Newbie
B

Joined: Jul 2006
Posts: 11
I'm using:
include <myScript.wdl>;

But it's not being copied into the publish directory unless I also use the bind command as well...

Thanks!
Bryan

Re: Publishing Problem - Script Modified Error? [Re: Bryan_Green] #81869
07/17/06 18:12
07/17/06 18:12
Joined: May 2004
Posts: 1,510
Denmark
Claus_N Offline
Serious User
Claus_N  Offline
Serious User

Joined: May 2004
Posts: 1,510
Denmark
kinda strange :S


Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1