How can i give an area a name. So That you can see where your fireteam is.
exsample:
coördinates: B,3 change in Main Gate
How can i give an area a name. So That you can see where your fireteam is.
exsample:
coördinates: B,3 change in Main Gate
strange, i thought it was something to do with a .dat file that has coordinates and names.
okay a random map… bremen_b2 has a file named bremen_b2_loc.dat under maps.
it contains co-ordinates and names(some have @ at the end)
1699 158 128 "Alley"
1447 -52 128 @
-2103 -2141 128 "Allied Spawn"
-1666 -2144 128 @
-1765 -813 133 "Arches"
-2128 -786 128 @
-2094 -994 122 @
846 -1055 160 "Axis spawn"
534 -635 160 @
those few co-ordinates in each one seem to be too little, so i guess they relate to some box in the map.
edit:o, now i get it.
You can do it with a location .dat file (theres plenty of examples around)
And I think you can also do it by placing name entities around the map. I haven’t done it that way though. I just go ingame and use b_debuglocations (or whatever that debug cvar is) then make the locations, save them, and put them in the pk3 (not as an override).
i know how i can create a entity that’s called target_location but what is the key for give this locations names?