Jump to content
  • 0

Clone Spawn Chamber worldspace, Audtralia


Davep122

Question

3 answers to this question

Recommended Posts

  • 0

according to the mission.sqm the markers are 

 

class Markers
{
  items = 3;
  class Item0
  {
   position[] = {20480,0,20480};
   name = "center";
   type = "Empty";
  };
  class Item1
  {
   position[] = {30400,0,6100};
   name = "respawn_east";
   type = "Empty";
   angle = 23.608498;
  };
  class Item2
  {
   position[] = {30400,0,6100};
   name = "respawn_west";
   type = "Empty";
   angle = 23.608498;
  };
};
};

 

you may also want to look at the australia.h file within @epochhive\addons\a3_epoch_server_settings\configs\maps\australia.h

 

also note that with sqm file and sqf file the xy coordinates are reversed. so in sqm you notice the 0  as the z coordinates. so if your adding coordinates to sqf, you would have to have for example

position[] = {30400,6100,0};

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...