Page 1 of 1

How to yo umake multiple levels in a single file?

PostPosted: Tue May 05, 2009 12:39 am
by factorman
I dont want to use multiple exes for levels, i want to know how to make levels in just one game.
Does anyone know how to do that?

Re: How to yo umake multiple levels in a single file?

PostPosted: Tue May 05, 2009 12:48 am
by skydereign
Just make actual levels, then move the actor to the next level. Do you mean how to incorporate activation regions?

Re: How to yo umake multiple levels in a single file?

PostPosted: Tue May 05, 2009 12:51 am
by factorman
yes. activation regions.

Re: How to yo umake multiple levels in a single file?

PostPosted: Tue May 05, 2009 1:22 am
by factorman
Im gonna look in the help file.

Re: How to yo umake multiple levels in a single file?

PostPosted: Tue May 05, 2009 5:49 pm
by factorman
found nothing, i need help.

Re: How to yo umake multiple levels in a single file?

PostPosted: Tue May 05, 2009 11:35 pm
by skydereign
They are very simple to use. First you have to have a region, you make one by clicking Regions, Add Activation Region. The idea behind this is any actors within a region essentially do not exist. As soon as the view enters an activation region, all actors within the region are created. If the view leaves the region, they all stop (technically destroyed). So if you want to make different levels, encompass each level in its own activation region. All actors created with CreateActor will be destroyed (and not come back), and all actors destroyed by DestroyActor will not come back. When you get to the end of the level, jump the view to the next part, and that will turn off the previous level, and turn on the new one. If you want a demo, I can post one.

Re: How to yo umake multiple levels in a single file?

PostPosted: Wed May 06, 2009 12:00 am
by factorman
maybe a demo would be nice.

Re: How to yo umake multiple levels in a single file?

PostPosted: Wed May 06, 2009 12:56 am
by factorman
never mind