Gamestudio Links
Zorro Links
Newest Posts
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
2 registered members (Ayumi, 1 invisible), 584 guests, and 1 spider.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 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 | chip programmers | 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