Davep122 Posted August 14, 2015 Report Share Posted August 14, 2015 Hi, Does any one know the worldspace coordinates for the Clone Spawn Chamber on the Australia. I need to add them to a script I am using for a custom loadout. I have the grid reference 303060 but need the full world space. Thanks Dave Link to comment Share on other sites More sharing options...
0 tinboye Posted August 14, 2015 Report Share Posted August 14, 2015 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 More sharing options...
0 Richie Posted August 14, 2015 Report Share Posted August 14, 2015 respawn_west is the clone room location, the .h file has the portal offsets. Link to comment Share on other sites More sharing options...
0 Davep122 Posted August 14, 2015 Author Report Share Posted August 14, 2015 Hi Richie, Thanks for the information, they are the right coords for sure Thanks again, Dave Link to comment Share on other sites More sharing options...
Question
Davep122
Hi,
Does any one know the worldspace coordinates for the Clone Spawn Chamber on the Australia. I need to add them to a script I am using for a custom loadout. I have the grid reference 303060 but need the full world space.
Thanks
Dave
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now