a list of coordinates? -
'Pawno. - 17.06.2012
Hey lovely community.
i had an simple question.
is there an list of the coordinates of all restaurants (burger shot, ect.) ?
i have no desire to goto all restaurants and save them. :/
thx
Re: a list of coordinates? -
StrangeLove - 17.06.2012
Coordinates inside or outside?
Re: a list of coordinates? -
Dodo9655 - 17.06.2012
If you want the interior coordinates you can find them
here, as for the outside coordinates, I don't think there's a list for that.
Re: a list of coordinates? -
Audi_Quattrix - 17.06.2012
http://weedarr.wikidot.com/coords
Re: a list of coordinates? -
'Pawno. - 17.06.2012
I mean the coordinates outside.
@Audi
I cant find the coordinates of the restaurants.
ps: i also need the 24/7 etc.
Re: a list of coordinates? -
milanosie - 17.06.2012
I have one brilliant idea!
One: Search on ******.
If that doesn't work I have an even better idea:
One: Start Samp
Two: Spawn a car
Three: Use your eyes to find the locations you need
Four: Write the coordinates down
Five: Congratulations, you succeeded!
Re: a list of coordinates? -
Vince - 17.06.2012
In your GTA folder, go to: ../data/maps
You will see folders:
LA = Los Santos
SF = San Fierro
Vegas = Las Venturas
Country = Countryside
Open the folder of the area you want to find coordinates in. You will see files with .ide and .ipl extensions. You will now have to open every IPL file individually (with notepad). In the file, search for the header "enex". Between this header and the next occurrence of "end" you will find all the locations of the yellow entrance markers in that area. A line will look like this:
Код:
2105.32, -1806.49, 12.6941, 0, 1.396, 1.4, 8, 2103.46, -1806.59, 12.6941, 92, 0, 4, "FDPIZA", 0, 2, 0, 24
The first 3 numbers are the actual place of the marker.
The naming is pretty straightforward. FDPIZZA = Well Stacked Pizza, FDCHICK is Cluckin' Bell and FDBURG is Burger Shot.
WARNING! Be careful not to edit the files! If you do, you will most likely mess up your installation.