DAZZLE'S UPGRADE PACK

If you haven't already done so, upgrade your game by downloading Dazzle's all-in-one upgrade pack. It comes with everything you need for today's servers. Does your blue bar freeze when joining servers? Do you lag in games? Do you get an annoying siren in Phobik's Servers? This is what you need. CLICK HERE TO DOWNLOAD.

mission loader 1.1 help

Admin Scripts, Radars, All Think Tanks Extras found here.

Moderator: Moderator

Post Reply
User avatar
bla bla
Need Major Repair
Need Major Repair
Posts: 651
Joined: Sun Jan 06, 2008 11:06 pm
Location: in my room crying

mission loader 1.1 help

Post by bla bla »

ok sooo i put my missions in the mission loader pref.cs, i double click on TT and it comes up blank, here is my mission loader pref.cs




//############################################################################\\
//###################### Art Crazy©'s Mission Loader Script ##################\\
//############################## Preferences File ############################\\
//############################################################################\\

//Number of maps that are in the loop
$MissionLoader::MapNumber = 2;

//Maps gonna be used -- as an example i included TT1_1.mis and TT1_2.mis
//inside the "["and the "]" put the place its suposed to be on -- 0 = first
//You can use as many as you like -- dont forget to update the map number above!
$MissionLoader::Map[0] = "game/data/missions/air scrum #2.mis ";
$MissionLoader::Map[1] = "game/data/missions/air scrum.mis ";

//Loop Type
//Normal = Mission 1 to 2, then to 3 etc...
//Random = Random mission to Random Mission etc...
$MissionLoader::Type = "Normal";
█bla bla BMT█
^^^^^^^^^^^^
_____________
User avatar
Dazzle
Evil Site Admin
Evil Site Admin
Posts: 1320
Joined: Fri Dec 29, 2006 6:59 am
Location: London, England
Contact:

Re: mission loader 1.1 help

Post by Dazzle »

Have you put the exec line in the main.cs?

without that the script will not work
User avatar
bla bla
Need Major Repair
Need Major Repair
Posts: 651
Joined: Sun Jan 06, 2008 11:06 pm
Location: in my room crying

Re: mission loader 1.1 help

Post by bla bla »

ya i did that

you can see it at the bottum og my main.cs

here it is
//---Exec Commands-----//

exec("game/client/scripts/wingman/loader.cs");
exec("game/client/scripts/IPJoiner/IPJoinerMain.cs");
exec("common/editor/main.cs");
exec("game/client/scripts/TWLoading.cs");
exec("game/server/scripts/MissionLoaderMain.cs");
exec("game/server/Admin Script/main.cs");
█bla bla BMT█
^^^^^^^^^^^^
_____________
User avatar
Metal
Need Major Repair
Need Major Repair
Posts: 1278
Joined: Fri Dec 26, 2008 5:48 pm

Re: mission loader 1.1 help

Post by Metal »

like mine main.cs,lol,gj bla 8)
User avatar
*Sheena*
Veteran Member
Veteran Member
Posts: 797
Joined: Thu Dec 28, 2006 7:15 pm
Location: Florida
Contact:

Re: mission loader 1.1 help

Post by *Sheena* »

$MissionLoader::Map[0] = "game/data/missions/air scrum #2.mis ";<<<<<<<<<<
$MissionLoader::Map[1] = "game/data/missions/air scrum.mis ";<<<<<<<<
Thought the missions had to be in TT format like TT1_1.mis ect...am I wrong?
Joined the redneck class in 1963
User avatar
bla bla
Need Major Repair
Need Major Repair
Posts: 651
Joined: Sun Jan 06, 2008 11:06 pm
Location: in my room crying

Re: mission loader 1.1 help

Post by bla bla »

oooh ill try thanks
█bla bla BMT█
^^^^^^^^^^^^
_____________
Post Reply