1 registered members (TipmyPip),
18,449
guests, and 6
spiders. |
Key:
Admin,
Global Mod,
Mod
|
|
|
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
OP
Serious User
|
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

Expert
|

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
OP
Serious User
|
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

Expert
|

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: Lion_Ts]
#114356
09/09/07 00:14
09/09/07 00:14
|
Joined: Jan 2006
Posts: 2,157 Connecticut, USA
Blink

Expert
|

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

Expert
|

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
OP
Serious User
|
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

Expert
|

Expert
Joined: Jan 2006
Posts: 2,157
Connecticut, USA
|
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."
|
|
|
|