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
0 registered members (), 17,758 guests, and 5 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 with multiple levels #73908
05/11/06 15:11
05/11/06 15:11
Joined: Feb 2005
Posts: 254
Colorado, USA
Spaz Offline OP
Member
Spaz  Offline OP
Member

Joined: Feb 2005
Posts: 254
Colorado, USA
How do you publish a game with multiple levels? I've always only done a single level at a time, which was easy enough. But now do I just make an executable of the first level (the menus) and include the wmb files from the other levels?

Thanks for any advice,
Spaz


Using Professional Version 6.31.4
Re: publishing with multiple levels [Re: Spaz] #73909
05/11/06 15:22
05/11/06 15:22
Joined: Jun 2004
Posts: 2,234
Wisconsin USA
FoxHound Offline
Expert
FoxHound  Offline
Expert

Joined: Jun 2004
Posts: 2,234
Wisconsin USA
It's the same for one level or 100.


---------------------
There is no signature here.


QUIT LOOKING FOR ONE!
Re: publishing with multiple levels [Re: FoxHound] #73910
05/11/06 16:11
05/11/06 16:11
Joined: Jan 2006
Posts: 3
R
raizenchan Offline
Guest
raizenchan  Offline
Guest
R

Joined: Jan 2006
Posts: 3
We encountered the same problem.
We created many levels and it works in wed editor running mode.
After the start level is published, other levels' materials not included.
Only the start level works, other level can't work.
Can anyone give some useful information, Please?

Re: publishing with multiple levels [Re: FoxHound] #73911
05/11/06 19:59
05/11/06 19:59
Joined: Feb 2005
Posts: 254
Colorado, USA
Spaz Offline OP
Member
Spaz  Offline OP
Member

Joined: Feb 2005
Posts: 254
Colorado, USA
Quote:


It's the same for one level or 100.





So do I "publish" every level, thus creating multiple .exe files?

Re: publishing with multiple levels [Re: Spaz] #73912
05/11/06 20:15
05/11/06 20:15
Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
Xarthor Offline
Expert
Xarthor  Offline
Expert

Joined: Jul 2002
Posts: 4,436
Germany, Luebeck
Nope, open up your first level in WED, open the main script of that level in SED or a code editor of your choice.
Now this file should have all includings you'll need in all levels.
Like, all scripts should be include there.
Also you need a list of your levels in one of thoses script files.
string level_00 = <level_00.wmb>;
string level_01 = <level_01.wmb>;
...

And so on.
Now when you publish the first level, all resources of your levels should be included in your *.cd folder

Re: publishing with multiple levels [Re: Xarthor] #73913
05/11/06 20:42
05/11/06 20:42
Joined: Feb 2005
Posts: 254
Colorado, USA
Spaz Offline OP
Member
Spaz  Offline OP
Member

Joined: Feb 2005
Posts: 254
Colorado, USA
Cool. Got everything to work. It was just a matter of including the right files in the .cd folder.


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