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
Page 4 of 10 1 2 3 4 5 6 9 10
Using CR Pack [Re: Blink] #114351
08/29/07 07:59
08/29/07 07:59
Joined: Aug 2005
Posts: 1,185
Ukraine
Lion_Ts Offline OP
Serious User
Lion_Ts  Offline OP
Serious User

Joined: Aug 2005
Posts: 1,185
Ukraine
In general, yes, you can use it for multilevel project. The simpliest way to do it: make one big compressed package with all your files and load it content in your main function, or even better, use 'autoload' feature of CR Pack (refer to the CR Pack Demo#9). Keep in mind, while using CR Pack that 3dgs engine searches for 'hardcoded' resources (like bmap=<...>) before any plugin loaded. To trick the engine and compress most files you must avoid such declarations and create needed resources at runtime (like bmap_create(...)).
But I cannot understand your project structure. What do you mean :"say i have all exe's for every level i created for my game"? You need one 'level' with 'main' script assigned (usually this is the dummy level or menu level), when you publish it you will get your project's exe. Other levels should be compiled (builded) only. I must to make another demo for multilevel project, I think...
By the way, you can provide me with download link to your project (mail me that link) and I can try to help you. I agree that I will not use any part of your project or artwork in my future work.

Re: Using CR Pack [Re: Lion_Ts] #114352
08/29/07 11:40
08/29/07 11:40
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Blink Offline

Expert
Blink  Offline

Expert

Joined: Jan 2006
Posts: 2,157
Connecticut, USA
i trust your discretion, i am not concerned about that, but thank you for your words. i wasnt sure if the levels had to be exe's or wmb's. so, if i create a dummy level, add the main wdl to it, with the menu amd includes, i must also add in the project folder, add the wmb's of each level, and the models and bmps. the levels will be able to be accessed because the level change script is one of the includes, and the first level is in the menu script, so i should be fine. i think thats how it will work, right? i am sorry about asking so many questions, this is my first completed project. and all of this goes in one project folder, and published in wed, under the dummy level?


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."
Re: Using CR Pack [Re: Blink] #114353
08/29/07 12:37
08/29/07 12:37
Joined: Aug 2005
Posts: 1,185
Ukraine
Lion_Ts Offline OP
Serious User
Lion_Ts  Offline OP
Serious User

Joined: Aug 2005
Posts: 1,185
Ukraine
yes, you're right
levels should be builded wmb's, however, you can make your game from the set of published exe's for each level and make special switching (mean executing different exe). but this is the hard and stupid way, I think
you must think about level (re)loading technique for game states, like:
*game start
-load 'main menu' level
*select 'new game' in main menu
-load 'first' level
*select 'back to main menu' while ingame
-load 'main menu' level
*level goal accomplished
-load 'next' level
and so on...

Re: Using CR Pack [Re: Lion_Ts] #114354
08/30/07 00:49
08/30/07 00:49
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Blink Offline

Expert
Blink  Offline

Expert

Joined: Jan 2006
Posts: 2,157
Connecticut, USA
wont the level change script and the built wmb's along with the menu and initial level load be enough? i dont want to use exe's if i dont have to, it seems like too much.


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."
Re: Using CR Pack [Re: Blink] #114355
08/30/07 07:01
08/30/07 07:01
Joined: Aug 2005
Posts: 1,185
Ukraine
Lion_Ts Offline OP
Serious User
Lion_Ts  Offline OP
Serious User

Joined: Aug 2005
Posts: 1,185
Ukraine
yes, it is enough. If your game logic is working under the WED then it will work in published game too

Re: Using CR Pack [Re: Lion_Ts] #114356
09/09/07 00:14
09/09/07 00:14
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Blink Offline

Expert
Blink  Offline

Expert

Joined: Jan 2006
Posts: 2,157
Connecticut, USA
having serious issues with the cred tool. i sent an e-mail from my yahoo. thanks for your help.


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."
Re: Using CR Pack [Re: Blink] #114357
10/10/07 02:06
10/10/07 02:06
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Blink Offline

Expert
Blink  Offline

Expert

Joined: Jan 2006
Posts: 2,157
Connecticut, USA
is your site and e-mail down, i tried e-mailing today.


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."
Re: Using CR Pack [Re: Blink] #114358
10/10/07 13:10
10/10/07 13:10
Joined: Aug 2005
Posts: 1,185
Ukraine
Lion_Ts Offline OP
Serious User
Lion_Ts  Offline OP
Serious User

Joined: Aug 2005
Posts: 1,185
Ukraine
Yes, my site and email is down
It will work after ~2 days, I hope.
You may mail me: lion_tsATukr.net

Re: Using CR Pack [Re: Lion_Ts] #114359
10/10/07 22:10
10/10/07 22:10
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
Blink Offline

Expert
Blink  Offline

Expert

Joined: Jan 2006
Posts: 2,157
Connecticut, USA
thanks, i sent you mail.


My Famous Quotes: "Hip hop is like a virus, infecting everyone and everything around it. Every form of media has some way,shape or form, assimilated hip hop into it." It has also mutated into other strains like, trip hop, house, rap, gangster, and conscious forms. Once you are infected with it, its with you for life."
Re: Using CR Pack [Re: Blink] #114360
10/16/07 10:58
10/16/07 10:58
Joined: Nov 2005
Posts: 232
Maine , United States
D
Dragon6261 Offline
Member
Dragon6261  Offline
Member
D

Joined: Nov 2005
Posts: 232
Maine , United States
one of the aum magazines has somre script for changing levels like in a arcade style game.


Dragonlair Digital Creations http://dragonlairme.tripod.com/
Page 4 of 10 1 2 3 4 5 6 9 10

Moderated by  aztec, Blink, HeelX 

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