PDA

View Full Version : A few Qs



settrippen
Nov 5 2001, 20:24
How do i make people respawn and do i just put a flag down for mp ctf or is ther more in need to do??

InqWiper
Nov 5 2001, 21:02
To add a flag to Ur pole U type in the Init field:
setFlagTexture "\Flags\Sweden.jpg"
or what ever flag U want, U gotta have the Flag Pack, this doesnt work for me though but everyone else sayes thats how U do, and I heard theres a bug in flag detection in 1.29.

And I have a file named "DISCTRIPTION.EXT" in the same folder as the map ---> Operation Flashpoint\Users\(UserUmadeMapWith)\missions\(Mapname)

I guess U just open wordpad and put in the following text (U might wanna do CTRL+C and CTRL+V :-P):

respawn=3
respawndelay=1

onLoadMission=$STRD_01

titleParam1 = $STRD_08;
valuesParam1[] = {10000, 300, 600, 900, 1200, 1500, 1800, 2700, 3600, 7200};
defValueParam1 = 1800;
textsParam1[] = {$STRD_12, $STRD_T005, $STRD_T010, $STRD_T015, $STRD_T020, $STRD_T025, $STRD_T030, $STRD_T045, $STRD_T060, $STRD_T120};

titleParam2 = $STRD_09;
valuesParam2[] = {10000, 5, 7, 10, 15, 20, 25, 30};
defValueParam2 = 5;
textsParam2[] = {$STRD_12, 5, 7, 10, 15, 20, 25, 30};


class CfgSounds
{
sounds[] =
{
UScore, RScore, UCapture, RCapture
};
class UScore

{
name = "UScore";
sound[] = {"UScore.ogg", 1, 1.0};
titles[] = {};
};
class RScore

{
name = "RScore";
sound[] = {"RScore.ogg", 1, 1.0};
titles[] = {};
};
class UCapture

{
name = "UCapture";
sound[] = {"UCapture.ogg", 10, 1.0};
titles[] = {};
};
class RCapture

{
name = "RCapture";
sound[] = {"RCapture.ogg", 10, 1.0};
titles[] = {};
};

};

Then U save it to the directory I mentioned earlier, I dunno how important the file name is...when in the game U need to create a marker and name it "Respawn_west" for west respawn and I guess "Respawn_east" for east respawn. U can look at the file and C that theres something called Respawndelay wich U can probably figure out decides the time it takes for U to respawn, that is probably the first thing U wanna change since mine is set on 1.

settrippen
Nov 6 2001, 01:29
ok but i am a bit lost i got most of it http://www.flashpoint1985.com/ikonboard3/non-cgi/emoticons/smile.gif but do i make a file called "DISCTRIPTION.EXT" in ther cuz i dont have it

InqWiper
Nov 6 2001, 10:14
Er...that didnt work cuz it didnt wanna be a .EXT file it became a .TXT file with the name DISCRIPTION.EXT.
But I can E-mail it to U if U give me Ur adress.

Chris Death
Nov 9 2001, 10:58
by the way it's "DESCRIPTION.EXT"

InqWiper
Nov 9 2001, 12:08
Yeah, but it didnt wana change format so it doesnt matter :-P

InqWiper
Nov 9 2001, 12:13
Maybe it does matter...plz ignore what I posted just b4 this :-)