Jump to content

WoodenSpoons

Member
  • Content Count

    36
  • Joined

  • Last visited

  • Medals

Posts posted by WoodenSpoons


  1. ok i have the solution!!!!!!!!!!!!

    add a marker named respawn west (or east ect where u wona respawn)

    then

    -go to the folder documents-arma2-MPMissions-(now double click on the mission u created in editor which u want respawns for)

    -create a description.ext file at this location(i coppied it out of documents-arma2-missions folde)

    -edit your new description.ext file u now have and make it say :

    respawn = "BASE";

    respawnDelay = 0;

    you can edit these so u respawn with group or have a 5second delay ext and alot more but this is the simple answer i wish people would have told me :-)


  2. ok i just cannot find a clear answer to this respawn thing i have created a marker saying respawn_west on my map in editor ive also tryed a number of things in the descriptions. exe including

    // Respawn Settings

    respawn=BASE;

    respawndelay=1;

    and

    onLoadMission = "first mission 007!";

    // Respawn Settings

    respawn=BASE;

    respawndelay=1;

    and

    class Header

    {

    gameType = Coop;

    minPlayers = 1;

    maxPlayers = 3;

    };

    onLoadMission = "first mission 007";

    OnLoadMissionTime = false;

    // Respawn Settings

    respawn=4;

    respawndelay=5;

    ShowGPS = 1;

    titleParam1 = "Time of Day:";

    valuesParam1[] = {-6,0,6,12};

    defValueParam1 = 0;

    textsParam1[] = {"Morning","Midday","Evening","Night"};

    the ("first mission 007" is the name of my map,)

    please someone help, where am i going wrong i just end up turning into a bird and the game ends, no respawn..........

    ---------- Post added at 07:41 PM ---------- Previous post was at 07:40 PM ----------

    ahh soz i meant .ext hadnt read it props it is .ext

    ---------- Post added at 07:48 PM ---------- Previous post was at 07:41 PM ----------

    also for the record i am editing the

    documents-arma2-missions-description.ext

    should i be doing/creating one in my actual mission folder e.g create description.ext in

    documents-arma2-missions-first mission 0070-description.ext


  3. hi , ok i have a few questions about mission map editing

    (for multiplayer map editing)

    -how do i create a spawn point using the multiplayer map editor (not wizard) as i can put players down but once your dead, your dead as i cant create a spawn point for each team

    -make helecopters and other vehicles re-spawn once dead

    -use/play a multiplayer map i downloaded when joining a server, i dont know where these maps are stored in game, ive seen a recent multiplayer downloaded maps cache folder for arma but dont know how to find them in game

    ive seen loads of cool multiplayer maps online but dont know how to do/make loads of the thingswhich are in the online ones, how do they make em so complex and do so much stuff e.g be able to use a helecopter to left a truck....(ive seen)

    Thanks alot im very confused :s :-)

×