You are not logged in.    Login    New User    Forum Home    Search

Location:
JBPLAY  \  Meteor 2  \  Editing  \  Linking levels

Back to Threads

Viewing Thread: Linking levels

 

kanji

Joined: 27 July 2005
Posts: 17
11 February 2006 17:04 (UK time)

Hi, im making a campaign called sheepescape where you play as a sheep.
but... i dont know how to link levels together. like when you walk over the sector that has the script SC_EndGameLevel(); (i think thats the command) i want to know how to make it so you press space and it gos on to the next level

help please

Edited: 11 February 2006 17:05


You need to login to create posts in this thread.

mike323
Joined: 23 January 2005
Posts: 745
11 February 2006 17:14 (UK time)

You can do this in two ways. Go to the Map List editor, open "SinglePlayerAndCoop," and add your map to the list. This sets it so that when you start a single player campaign, it plays the maps in that list in that order.

Also use the RunMap command:

<b>void SC_RunMap( char *filename);

Runs a map with no "Mission Completed" message and without changing the music or mission number. The filename parameter is the map's filename, no path information is required and the the .map map extension may be omitted.

Note that if you are running a mod then Meteor will look in the mod\maps folder before looking in base\maps.

Example
SC_RunMap("01_01_SwallowLake";);</b>

You need to login to create posts in this thread.

kanji

Joined: 27 July 2005
Posts: 17
12 February 2006 10:57 (UK time)

Ok thanks

You need to login to create posts in this thread.



Forums system (C) 1999-2023 by James Bunting.

Terms of Use