Arma3 - Eden Editor Tutorial - Enable And Setup Respawn

Sdílet
Vložit
  • čas přidán 7. 09. 2024
  • webpage : lastresortgaming.net
    Server name: [LRG] Last Resort Gaming || EU 1 || Invade and Annex
    Address: 82.31.70.189:2302
    Intro created by : www.youtube.co....
    Join my discord channel / discord
    / jakescobra
    "This video is created using games from Bohemia Interactive.
    See www.bistudio.com for more information."

Komentáře • 10

  • @hencoshannon2668
    @hencoshannon2668 Před 6 lety +3

    Can you perhaps also show us how to disable the respawn counter on first spawn when you have some time please!

  • @adamreditel0583
    @adamreditel0583 Před 4 lety

    thanks alot bro

  • @ranchero5595
    @ranchero5595 Před 5 lety +2

    I'm following every step and I keep spawning in the ocean on altis... Help!

    • @spiderhouse9809
      @spiderhouse9809 Před 4 lety

      same thing

    • @SFish-wr4kh
      @SFish-wr4kh Před 4 lety +1

      I had this same issue and found a solution. I dunno why you have to do it this way, but it does work. The problem is the game thinks you want to respawn when you start, but it gets confused and respawns you at 0,0, which is in the ocean.
      You'll need to find the mission folder for your mission. The Arma 3 editor automatically generates a folder where it keeps all the files related to your mission. This folder should be in your Documents > Arma 3 > missions and will be named whatever you named your mission.
      Open the folder and right click to create a new text document. Paste the following the following line into the document:
      respawnOnStart = 0;
      Rename the document "description" and change the file extension to '.ext'. You should now have a 'mission.sqm' file as well as a 'description.ext' in your mission folder. Arma 3 will automatically read the contents of the file since it is a special file name. Every time you load a mission, it looks for the 'description.ext' file. It doesn't need it, but having it there allows you to control certain things (like respawning) that you don't have the option to normally.
      Once you've done this, you should spawn in initially wherever you place the players as normal. If you put the soldiers in a building, the players will spawn in that building as you would expect. It's only once they die and go to respawn that they will see the usual spawn selection screen.

  • @gabe570
    @gabe570 Před 3 lety

    everytime i setup respawns my friends get the green bar glitch

  • @diepietergaming
    @diepietergaming Před 5 lety

    Hey JakesCobra. Do you have a discord where I can contact you regarding questions?

    • @diepietergaming
      @diepietergaming Před 5 lety

      @@JakesCobraOnGaming That invite link expired.

    • @spiderhouse9809
      @spiderhouse9809 Před 4 lety

      @@diepietergaming i just tryed it again after deleting the units and it works

  • @HonzaVinCZ
    @HonzaVinCZ Před 6 lety

    Hey man, thanks for help! But I need one more thing to help with. I'm working on my second multiplayer mission project. I need to make that when BLUFOR destroys OPFOR vehicle or enters area nearby the vehicle, the OPFOR loses respawn near that vehicle. The problem is when there are more respawn points at the OPFOR side and one of them is destroyed (By "deleteVehicle" assigned to that respawn position), all the respawn position names on the map are mixed then. I've checked all triggers, everything I've set and nothing looks wrong. I really don't know what's wrong there. Any idea? Or any idea to make it work by any other way?