megaz Posted October 6, 2018 Report Share Posted October 6, 2018 How to add Locations for Aussie map. Do i need to add this for each location {30708,11868.7,0}, 40, {"Landvehicle","Ship","Tank","AIR"}, "Service Point Land / Ship / Air" , {31173.6,10950.4,0}, 40, {"Landvehicle","Ship","Tank","AIR"}, "Service Point Land / Ship / Air" or can i add a list ike this: {30708,11868.7,0.00143814}, {31173.6,10950.4,0.00143898}, {31173.4,10920.4,0.00143898}, {31093.7,10934.3,0.00143898}, {31519.1,9656.63,0.00143862} etc so file will look like this: class Australia ServicePoints[] = { // Array of coords for ServicePoints {30708,11868.7,0.00143814}, {31173.6,10950.4,0.00143898}, {31173.4,10920.4,0.00143898}, {31093.7,10934.3,0.00143898}, {31519.1,9656.63,0.00143862} }; }; thanks MegaZ Link to comment Share on other sites More sharing options...
0 He-Man Posted October 7, 2018 Report Share Posted October 7, 2018 Both should work. The script checks if the simple syntax or the advanced is used:https://github.com/EpochModTeam/Epoch/blob/release/Sources/epoch_code/compile/servicepoint/EPOCH_SP_Check.sqf#L34-L50 Link to comment Share on other sites More sharing options...
Question
megaz
How to add Locations for Aussie map.
Do i need to add this for each location
{30708,11868.7,0},
40,
{"Landvehicle","Ship","Tank","AIR"},
"Service Point Land / Ship / Air" ,
{31173.6,10950.4,0},
40,
{"Landvehicle","Ship","Tank","AIR"},
"Service Point Land / Ship / Air"
or can i add a list ike this:
{30708,11868.7,0.00143814},
{31173.6,10950.4,0.00143898},
{31173.4,10920.4,0.00143898},
{31093.7,10934.3,0.00143898},
{31519.1,9656.63,0.00143862}
etc
so file will look like this:
class Australia
ServicePoints[] = { // Array of coords for ServicePoints
{30708,11868.7,0.00143814},
{31173.6,10950.4,0.00143898},
{31173.4,10920.4,0.00143898},
{31093.7,10934.3,0.00143898},
{31519.1,9656.63,0.00143862}
};
};
thanks
MegaZ
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now