settrippen 1 Posted November 5, 2001 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?? Share this post Link to post Share on other sites
InqWiper 0 Posted November 5, 2001 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. Share this post Link to post Share on other sites
settrippen 1 Posted November 6, 2001 ok but i am a bit lost i got most of it but do i make a file called "DISCTRIPTION.EXT" in ther cuz i dont have it Share this post Link to post Share on other sites
InqWiper 0 Posted November 6, 2001 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. Share this post Link to post Share on other sites
Chris Death 0 Posted November 9, 2001 by the way it's "DESCRIPTION.EXT" Share this post Link to post Share on other sites
InqWiper 0 Posted November 9, 2001 Yeah, but it didnt wana change format so it doesnt matter :-P Share this post Link to post Share on other sites
InqWiper 0 Posted November 9, 2001 Maybe it does matter...plz ignore what I posted just b4 this :-) Share this post Link to post Share on other sites