Jump to content

Finding a X,Y position in arma 3 editor ??


Chainsaw Squirrel

Recommended Posts

Im wanting to fortify the traders so that they aren't so out in the open .. don't like safe zones, but want to add some margin of safety for players.. but I cant find a way to search for the trader positions in the editor .. maybe  doesn't exist.
And I cant be the only one that has ever thought of this ?? 
If you know a way to search for a pos in editor .. please inform me ? 

Link to comment
Share on other sites

Trader locations are in the .h file of each map, so for Chernarus you look at the bottom of chernarus.h

staticNpcPos[] = {
            // South West
            { "C_man_hunter_1_F", { 4585.05, 4516.51, 0.201431 }, 273.197 },
            // South East
            { "C_man_hunter_1_F", { 12075.5, 5109.38, 0.00123596 }, 313.34},
            // North East
            { "C_man_hunter_1_F", { 10686.8,9437.87,0.00151825 }, 231.976},
            //Boat Trader
            { "C_man_hunter_1_F", { 13694, 4033.22, 0.0021317 }, 93.5839  }
    };

The numbers are X, Y, Z and direction

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...