Chainsaw Squirrel Posted September 16, 2015 Report Share Posted September 16, 2015 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 More sharing options...
Richie Posted September 16, 2015 Report Share Posted September 16, 2015 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 More sharing options...
Chainsaw Squirrel Posted September 16, 2015 Author Report Share Posted September 16, 2015 That's the problem I already have them from that file , I need a way to find that exact position on the map to edit the trader locations, since I can see the traders on the map .. I need to be sure Im in the right place ... If you know of a way to do this please inform :) Link to comment Share on other sites More sharing options...
Richie Posted September 16, 2015 Report Share Posted September 16, 2015 Do you want to explain to me what you want to do exactly ? I'll find you an easy solution, if you prefer by PM then contact me that way or by forum post, your choice. Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now