Compare commits
99 Commits
v2.1.0
...
582268aa3c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
582268aa3c | ||
|
|
6f2057c8fa | ||
|
|
473013dfb3 | ||
|
|
324d72b001 | ||
|
|
ad4f073e91 | ||
|
|
9e949c08d4 | ||
|
|
01f14d6035 | ||
|
|
7a1f8fd916 | ||
|
|
69a7d94c91 | ||
|
|
138f0f9017 | ||
|
|
b2399f2a82 | ||
|
|
fa41a90b02 | ||
|
|
e16c4b07f4 | ||
|
|
1435af3058 | ||
|
|
a97d862591 | ||
|
|
1726385874 | ||
|
|
9018414df4 | ||
|
|
d7baea1e00 | ||
|
|
b7b3f2a832 | ||
|
|
bd0f834eb9 | ||
|
|
17bceafb23 | ||
|
|
303db7e61f | ||
|
|
394d5e1145 | ||
|
|
4881b591fc | ||
|
|
71243d9f1c | ||
|
|
717d12ea16 | ||
|
|
4f3b9536a7 | ||
|
|
8ebab13ae4 | ||
|
|
6902a9cb81 | ||
|
|
bb86705902 | ||
|
|
6fb26e1c71 | ||
|
|
11e98dedca | ||
|
|
7a43df997c | ||
|
|
387ac82c86 | ||
|
|
2ab4d43602 | ||
|
|
3f5cbc78d3 | ||
|
|
929d19f3e6 | ||
|
|
a569ec0ccc | ||
|
|
37da9c0a31 | ||
|
|
10e0d2eb7d | ||
|
|
26c982e3db | ||
|
|
8ec1385d18 | ||
|
|
6921651ab0 | ||
|
|
1d3adfd9c3 | ||
|
|
255ca651a0 | ||
|
|
ce58768516 | ||
|
|
85f5d42367 | ||
|
|
073b120bc6 | ||
|
|
b4bc3318e6 | ||
|
|
2449f20cc7 | ||
|
|
7c078f82ea | ||
|
|
4e2ea27185 | ||
|
|
9e22cfd412 | ||
|
|
73a7f1dfec | ||
|
|
f910ae6054 | ||
|
|
efa67b1421 | ||
|
|
23b4531bf6 | ||
|
|
3a224999cc | ||
|
|
73b2cf5153 | ||
|
|
a9b35c3502 | ||
|
|
c3ca2314fc | ||
|
|
9e6f68845d | ||
|
|
62ce9201d9 | ||
|
|
0f6dd0891f | ||
|
|
f4434277a5 | ||
|
|
3d5cfd44c4 | ||
|
|
622e352062 | ||
|
|
8406369f6b | ||
|
|
a50ca8159a | ||
|
|
01e24ad079 | ||
|
|
f1307835af | ||
|
|
45f366dae2 | ||
|
|
091b54fc98 | ||
|
|
3498bd096c | ||
|
|
31c94eac43 | ||
|
|
05eeda0ffa | ||
|
|
d4eb64784e | ||
|
|
cef41094ca | ||
|
|
c191d50443 | ||
|
|
1563a04ec1 | ||
|
|
97b1592dec | ||
|
|
13a6417a9d | ||
|
|
af4d44c3a4 | ||
|
|
797b411607 | ||
|
|
d54f910995 | ||
|
|
44788e2ada | ||
|
|
07a6e803bc | ||
|
|
ae6690c3b1 | ||
|
|
97c6111aff | ||
|
|
685f748736 | ||
|
|
da769a6ac7 | ||
|
|
4721e7bc06 | ||
|
|
c2746cfe49 | ||
|
|
abe606f74b | ||
|
|
54c6048d2b | ||
|
|
d27f9d680d | ||
|
|
a83ba3e9eb | ||
|
|
e76481e854 | ||
|
|
61ff4b574e |
14
.astylerc
@@ -1,21 +1,27 @@
|
||||
# try to mimic the original gsc provided
|
||||
# mode=ghc
|
||||
mode=c
|
||||
style=allman
|
||||
|
||||
indent=tab
|
||||
indent=force-tab=2
|
||||
lineend=windows
|
||||
|
||||
pad-oper
|
||||
pad-paren-in
|
||||
pad-header
|
||||
|
||||
# delete-empty-lines
|
||||
# pad-brackets-in
|
||||
fill-empty-lines
|
||||
squeeze-lines=2
|
||||
squeeze-ws
|
||||
break-one-line-headers
|
||||
add-braces
|
||||
remove-comment-prefix
|
||||
|
||||
break-blocks
|
||||
# remove-braces
|
||||
|
||||
indent-switches
|
||||
indent-cases
|
||||
indent-after-parens
|
||||
indent-col1-comments
|
||||
|
||||
remove-comment-prefix
|
||||
|
||||
@@ -4,7 +4,7 @@ root = true
|
||||
indent_style = tab
|
||||
indent_size = 2
|
||||
charset = latin1
|
||||
trim_trailing_whitespace = true
|
||||
trim_trailing_whitespace = false
|
||||
insert_final_newline = true
|
||||
|
||||
[*.md]
|
||||
|
||||
21
.github/workflows/main.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
name: main
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
main-win:
|
||||
name: Test on Windows
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- name: Check out files
|
||||
uses: actions/checkout@main
|
||||
|
||||
- name: Setup gsc-tool
|
||||
uses: xensik/setup-gsc-tool@v1
|
||||
with:
|
||||
version: '1.4.0'
|
||||
|
||||
- name: Compile test script
|
||||
run: |
|
||||
gsc-tool.exe -m parse -g iw5 -s pc .
|
||||
35
.gitignore
vendored
@@ -1,41 +1,6 @@
|
||||
# Ignore everything in repository root
|
||||
/*
|
||||
|
||||
# Files to not ignore
|
||||
!/.vscode
|
||||
!/.gitignore
|
||||
!/.editorconfig
|
||||
!/.gitattributes
|
||||
|
||||
!/z_server.bat
|
||||
!/z_server_watchdog.bat
|
||||
!/z_server_pvbrust.bat
|
||||
!/z_server_pvbrust_watchdog.bat
|
||||
!/z_server_pvbvote.bat
|
||||
!/z_server_pvbvote_watchdog.bat
|
||||
|
||||
# Folder to not ignore
|
||||
!/userraw
|
||||
!/main/
|
||||
/main/*
|
||||
!/main/server.cfg
|
||||
!/main/pvbrust.cfg
|
||||
!/main/pvbvote.cfg
|
||||
!/README.md
|
||||
!/out
|
||||
|
||||
!/.astylerc
|
||||
!/z_deploy.bat
|
||||
!/deploy.bat
|
||||
!/deploy.js
|
||||
|
||||
*.zip
|
||||
*.log
|
||||
*.stat
|
||||
logs/
|
||||
demos/
|
||||
images/
|
||||
missingasset.csv
|
||||
userraw/scripts/_commands.gsc
|
||||
userraw/scripts/_customcallbacks.gsc
|
||||
userraw/scripts/bots_custom.gsc
|
||||
|
||||
3
.gitmodules
vendored
@@ -1,3 +0,0 @@
|
||||
[submodule "userraw/waypoints"]
|
||||
path = userraw/waypoints
|
||||
url = https://github.com/ineedbots/iw4x_waypoints
|
||||
93
README.md
@@ -1,11 +1,11 @@
|
||||

|
||||

|
||||
|
||||
# IW4x Bot Warfare
|
||||
Bot Warfare is a GSC mod for the [IW4x project](https://github.com/XLabsProject/iw4x-client).
|
||||
# IW4 Bot Warfare
|
||||
Bot Warfare is a GSC mod for [IW4x](https://alterware.dev/).
|
||||
|
||||
It aims to add playable AI to the multiplayer games of Modern Warfare 2.
|
||||
|
||||
You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfare/downloads/iw4x-bot-warfare-latest).
|
||||
You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfare/downloads/iw4-bot-warfare-latest).
|
||||
|
||||
## Contents
|
||||
- [Features](#Features)
|
||||
@@ -15,7 +15,7 @@ You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfar
|
||||
- [Credits](#Credits)
|
||||
|
||||
## Features
|
||||
- A Waypoint Editor for creating and modifying bot's waypoints of traversing the map. Have a look at [Using the Waypoint editor](/userraw/bw-assets/wpedit.md).
|
||||
- A Waypoint Editor for creating and modifying bot's waypoints of traversing the map. Have a look at [Using the Waypoint editor](/bw-assets/wpedit.md).
|
||||
|
||||
- A clean and nice menu, you can edit every bot DVAR within in-game.
|
||||
|
||||
@@ -23,7 +23,7 @@ You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfar
|
||||
|
||||
- This mod does not edit ANY stock .gsc files, meaning EVERY other mod is compatible with this mod. Mod doesn't add anything unnecessary, what you see is what you get.
|
||||
|
||||
- Loading waypoints from CSV files, and if the CSV file is missing, will download the CSV from [this repo](https://github.com/ineedbots/iw4x_waypoints) automatically.
|
||||
- Loading waypoints from CSV files.
|
||||
|
||||
- Adds AI clients to multiplayer games to simulate playing real players. (essentially Combat Training for MW2)
|
||||
- Bots move around the maps with native engine input. (all normal maps, most to all custom maps)
|
||||
@@ -53,14 +53,14 @@ You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfar
|
||||
- ... And pretty much everything you expect a Combat Training bot to have
|
||||
|
||||
## Installation
|
||||
0. Make sure that [IW4x](https://xlabs.dev/support_iw4x_client.html) is installed, updated and working properly. (IW4x v0.6.1+)
|
||||
- Download the [latest release](https://github.com/ineedbots/iw4x_bot_warfare/releases) of Bot Warfare.
|
||||
1. Locate your IW4x install folder.
|
||||
2. Move the files/folders found in 'Move files to root of IW4x folder' from the Bot Warfare release archive you downloaded into the root of your IW4x install folder.
|
||||
- The folder/file structure should follow as '.IW4x game folder\mods\bots\z_svr_bots.iwd'.
|
||||
0. Make sure that [IW4x](https://alterware.dev/) is installed, updated and working properly.
|
||||
- Download the [latest release](https://github.com/ineedbots/iw4_bot_warfare/releases) of Bot Warfare.
|
||||
1. Locate your MW2 install folder.
|
||||
2. Move the files/folders found in `Move files to root of MW2 folder` from the Bot Warfare release archive you downloaded into the root of your MW2 install folder.
|
||||
- The folder/file structure should follow as `.MW2 game folder\mods\mp_bots\z_svr_bots.iwd`.
|
||||
3. The mod is now installed, now run your game.
|
||||
- If you are a dedicated server, you will need to set the DVAR 'fs_game' to 'mods/bots'
|
||||
- If you are not a dedicated server, open the 'Mods' option from the main menu of the game and select 'bots' and then 'Launch'.
|
||||
- If you are a dedicated server, you will need to set the DVAR `fs_game` to `mods/mp_bots`
|
||||
- If you are not a dedicated server, open the `Mods` option from the main menu of the game and select `mp_bots` and then `Launch`.
|
||||
4. The mod should be loaded! Now go start a map and play!
|
||||
|
||||
## Documentation
|
||||
@@ -75,48 +75,56 @@ You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfar
|
||||
### DVARs
|
||||
| Dvar | Description | Default Value |
|
||||
|----------------------------------|---------------------------------------------------------------------------------------------|--------------:|
|
||||
| bots_main | Enable this mod. | true |
|
||||
| bots_main_firstIsHost | The first player to connect will be given host. | false |
|
||||
| bots_main_GUIDs | A comma separated list of GUIDs of players who will be given host. | "" |
|
||||
| bots_main | Enable this mod. | 1 |
|
||||
| bots_main_firstIsHost | The first player to connect will be given host. | 0 |
|
||||
| bots_main_GUIDs | A comma separated list of GUIDs of players who will be given host. | |
|
||||
| bots_main_waitForHostTime | How many seconds to wait for the host player to connect before adding bots to the match. | 10 |
|
||||
| bots_main_menu | Enable the in-game menu for hosts. | true |
|
||||
| bots_main_debug | Enable the in-game waypoint editor. | false |
|
||||
| bots_main_kickBotsAtEnd | Kick the bots at the end of a match. | false |
|
||||
| bots_main_menu | Enable the in-game menu for hosts. | 1 |
|
||||
| bots_main_debug | Enable the in-game waypoint editor. | 0 |
|
||||
| bots_main_kickBotsAtEnd | Kick the bots at the end of a match. | 0 |
|
||||
| bots_main_chat | The rate bots will chat at, set to 0 to disable. | 1.0 |
|
||||
| bots_manage_add | Amount of bots to add to the game, once bots are added, resets back to `0`. | 0 |
|
||||
| bots_manage_fill | Amount of players/bots (look at `bots_manage_fill_mode`) to maintain in the match. | 0 |
|
||||
| bots_manage_fill_mode | `bots_manage_fill` players/bots counting method.<ul><li>`0` - counts both players and bots.</li><li>`1` - only counts bots.</li></ul> | 0 |
|
||||
| bots_manage_fill_kick | If the amount of players/bots in the match exceeds `bots_manage_fill`, kick bots until no longer exceeds. | false |
|
||||
| bots_manage_fill_spec | If when counting players for `bots_manage_fill` should include spectators. | true |
|
||||
| bots_manage_fill_kick | If the amount of players/bots in the match exceeds `bots_manage_fill`, kick bots until no longer exceeds. | 0 |
|
||||
| bots_manage_fill_spec | If when counting players for `bots_manage_fill` should include spectators. | 1 |
|
||||
| bots_team | One of `autoassign`, `allies`, `axis`, `spectator`, or `custom`. What team the bots should be on. | autoassign |
|
||||
| bots_team_amount | When `bots_team` is set to `custom`. The amount of bots to be placed on the axis team. The remainder will be placed on the allies team. | 0 |
|
||||
| bots_team_force | If the server should force bots' teams according to the `bots_team` value. When `bots_team` is `autoassign`, unbalanced teams will be balanced. This dvar is ignored when `bots_team` is `custom`. | false |
|
||||
| bots_team_force | If the server should force bots' teams according to the `bots_team` value. When `bots_team` is `autoassign`, unbalanced teams will be balanced. This dvar is ignored when `bots_team` is `custom`. | 0 |
|
||||
| bots_team_mode | When `bots_team_force` is `true` and `bots_team` is `autoassign`, players/bots counting method. <ul><li>`0` - counts both players and bots.</li><li>`1` - only counts bots</li></ul> | 0 |
|
||||
| bots_skill | Bots' difficulty.<ul><li>`0` - Random difficulty for each bot.</li><li>`1` - Easiest difficulty for all bots.</li><li>`2` to `6` - Between easy and hard difficulty for all bots.</li><li>`7` - The hardest difficulty for all bots.</li><li>`8` - custom (look at the `bots_skill_<team>_<difficulty>` dvars</li></ul> | 0 |
|
||||
| bots_skill | Bots' difficulty.<ul><li>`0` - Random difficulty for each bot.</li><li>`1` - Easiest difficulty for all bots.</li><li>`2` to `6` - Between easy and hard difficulty for all bots.</li><li>`7` - The hardest difficulty for all bots.</li><li>`8` - custom (look at the `bots_skill_<team>_<difficulty>` dvars)</li></ul> | 0 |
|
||||
| bots_skill_axis_hard | When `bots_skill` is set to `8`, the amount of hard difficulty bots to set on the axis team. | 0 |
|
||||
| bots_skill_axis_med | When `bots_skill` is set to `8`, the amount of medium difficulty bots to set on the axis team. The remaining bots on the team will be set to easy difficulty. | 0 |
|
||||
| bots_skill_allies_hard | When `bots_skill` is set to `8`, the amount of hard difficulty bots to set on the allies team. | 0 |
|
||||
| bots_skill_allies_med | When `bots_skill` is set to `8`, the amount of medium difficulty bots to set on the allies team. The remaining bots on the team will be set to easy difficulty. | 0 |
|
||||
| bots_skill_min | The minimum difficulty level for the bots. | 1 |
|
||||
| bots_skill_max | The maximum difficulty level for the bots. | 7 |
|
||||
| bots_loadout_reasonable | If the bots should filter bad performing create-a-class selections. | false |
|
||||
| bots_loadout_allow_op | If the bots should be able to use overpowered and annoying create-a-class selections. | true |
|
||||
| bots_loadout_reasonable | If the bots should filter bad performing create-a-class selections. | 0 |
|
||||
| bots_loadout_allow_op | If the bots should be able to use overpowered and annoying create-a-class selections. | 1 |
|
||||
| bots_loadout_rank | What rank to set the bots.<ul><li>`-1` - Average of all players in the match.</li><li>`0` - All random.</li><li>`1` or higher - Sets the bots' rank to this.</li></ul> | -1 |
|
||||
| bots_loadout_prestige | What prestige to set the bots.<ul><li>`-1` - Same as host player in the match.</li><li>`-2` - All random.</li><li>`0` or higher - Sets the bots' prestige to this.</li></ul> | -1 |
|
||||
| bots_play_move | If the bots can move. | true |
|
||||
| bots_play_knife | If the bots can knife. | true |
|
||||
| bots_play_fire | If the bots can fire. | true |
|
||||
| bots_play_nade | If the bots can grenade. | true |
|
||||
| bots_play_take_carepackages | If the bots can take carepackages. | true |
|
||||
| bots_play_obj | If the bots can play the objective. | true |
|
||||
| bots_play_camp | If the bots can camp. | true |
|
||||
| bots_play_jumpdrop | If the bots can jump/drop shot. | true |
|
||||
| bots_play_target_other | If the bots can target other entities other than players. | true |
|
||||
| bots_play_killstreak | If the bots can call in killstreaks. | true |
|
||||
| bots_play_ads | If the bots can aim down sights. | true |
|
||||
| bots_play_aim | If the bots can aim. | true |
|
||||
| bots_play_move | If the bots can move. | 1 |
|
||||
| bots_play_knife | If the bots can knife. | 1 |
|
||||
| bots_play_fire | If the bots can fire. | 1 |
|
||||
| bots_play_nade | If the bots can grenade. | 1 |
|
||||
| bots_play_take_carepackages | If the bots can take carepackages. | 1 |
|
||||
| bots_play_obj | If the bots can play the objective. | 1 |
|
||||
| bots_play_camp | If the bots can camp. | 1 |
|
||||
| bots_play_jumpdrop | If the bots can jump/drop shot. | 1 |
|
||||
| bots_play_target_other | If the bots can target other entities other than players. | 1 |
|
||||
| bots_play_killstreak | If the bots can call in killstreaks. | 1 |
|
||||
| bots_play_ads | If the bots can aim down sights. | 1 |
|
||||
| bots_play_aim | If the bots can aim. | 1 |
|
||||
|
||||
## Changelog
|
||||
- v2.2.0
|
||||
- Bots can now melee lunge
|
||||
- Fixed some chat related script runtime errors
|
||||
- Works with latest IW4x
|
||||
- Waypoints only load from csv now
|
||||
- Fix bots possibly being stuck in sab
|
||||
- Major cleanup
|
||||
|
||||
- v2.1.0
|
||||
- Bot chatter system, bots_main_chat
|
||||
- Greatly reduce script variable usage
|
||||
@@ -157,16 +165,13 @@ You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfar
|
||||
|
||||
|
||||
- TODOs
|
||||
- A variable leak in _menu (script)
|
||||
- A variable leak in _menu
|
||||
- Recoil for bots (engine, maybe script)
|
||||
- Use proper activate button for bombs, carepackages, etc (script, use +activate)
|
||||
- Proper weapon swaps, including altmode (engine, then script)
|
||||
- Use static turrets in maps (script)
|
||||
- Proper use of pred missile (script and engine)
|
||||
- Fix testclient view angle clamping (messes with ac130 and chopper gunner) (engine)
|
||||
- Use static turrets in maps
|
||||
- Proper use of pred missile
|
||||
|
||||
## Credits
|
||||
- IW4x Team - https://github.com/XLabsProject/iw4x-client
|
||||
- IW4x Team - https://github.com/iw4x/iw4x-client
|
||||
- CoD4x Team - https://github.com/callofduty4x/CoD4x_Server
|
||||
- INeedGames - http://www.moddb.com/mods/bot-warfare
|
||||
- tinkie101 - https://web.archive.org/web/20120326060712/http://alteriw.net/viewtopic.php?f=72&t=4869
|
||||
|
||||
|
Before Width: | Height: | Size: 654 KiB After Width: | Height: | Size: 654 KiB |
|
Before Width: | Height: | Size: 172 KiB After Width: | Height: | Size: 172 KiB |
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
|
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.6 MiB |
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
@@ -1,9 +1,9 @@
|
||||
# IW4x Bot Warfare Waypoint Editor
|
||||
# IW4 Bot Warfare Waypoint Editor
|
||||
First things first, Bot Warfare uses the [AStar search algorithm](https://en.wikipedia.org/wiki/A*_search_algorithm) for creating paths for the bots to find their way through a map.
|
||||
|
||||
The AStar search algorithm requires a [set of waypoints](https://en.wikipedia.org/wiki/Graph_(discrete_mathematics)) defining where all the paths are in the map.
|
||||
|
||||
Now if you want to modify existing or create new waypoints for IW4x maps, this is the read for you.
|
||||
Now if you want to modify existing or create new waypoints for MW2 maps, this is the read for you.
|
||||
|
||||
## Contents
|
||||
- [Setting up the Waypoint Editor](#Setting-up-the-Waypoint-Editor)
|
||||
@@ -13,22 +13,19 @@ Now if you want to modify existing or create new waypoints for IW4x maps, this i
|
||||
The Bot Warfare mod comes with the Waypoint Editor out of the box, so its just a matter of telling the mod you want to use it. Its a matter of setting the 'bots_main_debug' DVAR to '1'.
|
||||
|
||||
Start your game, and load up the Bot Warfare mod. Now open your console with tilde(~).
|
||||

|
||||

|
||||
|
||||
In the console, type in ```set bots_main_debug 1```
|
||||

|
||||
In the console, type in `set bots_main_debug 1`
|
||||

|
||||
|
||||
Now start a match with the map you want to edit.
|
||||
|
||||
It should be noted that waypoints load in this following order;
|
||||
1. check the 'waypoints' folder (FS_Game\waypoints) for a csv file
|
||||
2. load the waypoints from GSC (maps\mp\bots\waypoints)
|
||||
3. check online at [this repo](https://github.com/ineedbots/iw4x_waypoints) for the waypoints (if dedicated server, or -scriptablehttp flag)
|
||||
It should be noted that waypoints load from the 'waypoints' folder (<fs_game>\scriptdata\waypoints) for a csv file.
|
||||
|
||||
If all fail to load waypoints, then the bots will not know how to navigate the map.
|
||||
If csv fails to load waypoints, then the bots will not know how to navigate the map.
|
||||
|
||||
## The Editor
|
||||

|
||||

|
||||
This is the Waypoint Editor. You can view, edit and create the waypoint graph.
|
||||
- Each number you see in the world is a waypoint.
|
||||
- The pink lines show the links between the waypoints, a link defines that a bot can walk from A to B.
|
||||
@@ -69,10 +66,10 @@ Pressing any of these buttons will initiate a command to the Waypoint Editor.
|
||||
Okay, now that you know how to control the Editor, lets now goahead and create some waypoints.
|
||||
|
||||
Here I added a waypoint.
|
||||

|
||||

|
||||
|
||||
And I added a second waypoint.
|
||||

|
||||

|
||||
|
||||
There are several types of waypoints, holding a modifier button before pressing the add waypoint button will create a special type of waypoint.
|
||||
- Types of waypoints:
|
||||
@@ -85,7 +82,7 @@ There are several types of waypoints, holding a modifier button before pressing
|
||||
- javelin - bots will use the javelin and lockon at the target location
|
||||
|
||||
Here I linked the two waypoints together.
|
||||

|
||||

|
||||
|
||||
Linking waypoints are very important, it tells the bots that they can reach waypoint 1 from waypoint 0, and vice versa.
|
||||
|
||||
@@ -95,7 +92,5 @@ Once you feel like you are done, press the Save button. This will generate a [CS
|
||||
|
||||
That is it! The waypoints should load next time you start your game!
|
||||
|
||||
Your waypoints CSV file will be located at ```FS_Game/waypoints/<mapname>_wp.csv```. (userraw folder if fs_game is blank)
|
||||

|
||||
|
||||
You can share your waypoints publicly (and can be loaded by other users of Bot Warfare remotely) by making a Pull Request to the [IW4x_Waypoints repo](https://github.com/ineedbots/iw4x_waypoints).
|
||||
Your waypoints CSV file will be located at `<fs_game>\scriptdata\waypoints\<mapname>_wp.csv`. (userraw folder if fs_game is blank)
|
||||

|
||||
@@ -1,6 +0,0 @@
|
||||
xcopy iw4x_bot_warfare\userraw\maps userraw\maps\ /Y /I /E /H /C
|
||||
xcopy iw4x_bot_warfare\userraw\scripts userraw\scripts\ /Y /I /E /H /C
|
||||
xcopy iw4x_bot_warfare\userraw\waypoints userraw\waypoints\ /Y /I /E /H /C
|
||||
xcopy iw4x_bot_warfare\userraw\mp userraw\mp\ /Y /I /E /H /C
|
||||
xcopy iw4x_bot_warfare\main main\ /Y /I /E /H /C
|
||||
xcopy iw4x_bot_warfare\userraw\bots.txt userraw\ /Y /I /H /C
|
||||
54
deploy.js
@@ -1,54 +0,0 @@
|
||||
// nodejs 14+
|
||||
|
||||
const exec = require('util').promisify(require('child_process').exec)
|
||||
|
||||
const repo_name = 'iw4x_bot_warfare'
|
||||
const repo_url = `https://github.com/ineedbots/${repo_name}`
|
||||
const deploy_check_rate = 60000
|
||||
const title = 'IW4x Bot Warfare Git Deployer'
|
||||
|
||||
function printToConsole(what, error = false)
|
||||
{
|
||||
log = error ? console.error : console.log
|
||||
|
||||
log(`[${new Date().toISOString()}]:`, what)
|
||||
}
|
||||
|
||||
async function doDeploy() {
|
||||
try {
|
||||
const { stdout, stderr } = await exec(`cd ${repo_name} && git fetch`)
|
||||
|
||||
if (stderr.length <= 0)
|
||||
return
|
||||
|
||||
if (stderr.startsWith('From '))
|
||||
{
|
||||
printToConsole('git fetched! Pulling...')
|
||||
await exec(`cd ${repo_name} && git pull && git submodule update --init --recursive`)
|
||||
printToConsole('Deploying...')
|
||||
await exec('deploy.bat')
|
||||
printToConsole('Deployed!')
|
||||
}
|
||||
} catch (e) {
|
||||
printToConsole(e, true)
|
||||
|
||||
if (!e.stderr.startsWith('The system cannot find the path specified'))
|
||||
return
|
||||
|
||||
printToConsole('Cloning repo...')
|
||||
try {
|
||||
await exec(`git clone ${repo_url} && cd ${repo_name} && git submodule update --init --recursive`)
|
||||
|
||||
printToConsole('Cloned!')
|
||||
printToConsole('Deploying...')
|
||||
await exec('deploy.bat')
|
||||
printToConsole('Deployed!')
|
||||
} catch (f) {
|
||||
printToConsole(f, true)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
process.stdout.write(`${String.fromCharCode(27)}]0;${title}${String.fromCharCode(7)}`)
|
||||
doDeploy()
|
||||
setInterval(doDeploy, deploy_check_rate)
|
||||
659
main/pvbrust.cfg
@@ -1,659 +0,0 @@
|
||||
///////////////////////////////////////////////////
|
||||
/// IW4x Server Configuration file //
|
||||
///////////////////////////////////////////////////
|
||||
//This config best view with Notepad++ OR //
|
||||
//Other non-windows notepad of your choice. //
|
||||
///////////////////////////////////////////////////
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// SERVER NAME & COLORS TIPS //
|
||||
//////////////////////////////////////////////////
|
||||
// //
|
||||
// ^1 Red //
|
||||
// ^2 Green //
|
||||
// ^3 yellow //
|
||||
// ^4 Blue //
|
||||
// ^5 Cyan //
|
||||
// ^6 Pink //
|
||||
// ^7 White //
|
||||
// ^8 Depends on the map you playing. //
|
||||
// American maps: Dark Green //
|
||||
// Russian maps: Dark Red //
|
||||
// British maps: Dark Blue //
|
||||
// ^9 grey //
|
||||
// ^0 Black //
|
||||
// ^: Rainbow colors //
|
||||
// //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
|
||||
set sv_hostname "^1Bot ^3War^5fare ^4Players vs bots ^724/7 Rust 10x" // Sets the server hostname
|
||||
set sv_motd "^1Bot ^3War^5fare" // Sets a custom motd which is shown on the loadscreen when a player joins
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// ADMIN INFO //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set _Admin "INeedGames" // Your username.
|
||||
set _Email "ineedbots@outlook.com" // E-mail address. you can leave blank
|
||||
set _Website "http://www.moddb.com/mods/bot-warfare" // Website
|
||||
set _Location "Canada - West" // Location
|
||||
|
||||
set sv_wwwBaseURL "http://rawcdn.githack.com/ineedbots/www_host/main/iw4x/"
|
||||
set sv_wwwDownload "1"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// NON-GAMEPLAY CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set sv_securityLevel "23" // Configures the servers security level.
|
||||
set sv_customTextColor "" // custom color for ^;
|
||||
set g_password "" // Password Protected Server. Leave blank if you want players to join
|
||||
set g_inactivity "180" // Enable auto kick feature for idle/AFK players
|
||||
set g_inactivitySpectator "180" // Time in seconds before a spectator gets kicked
|
||||
set g_logSync "1" // 1 always flush games_mp.log, 0 only flush on game end
|
||||
set g_log "logs/pvbrust/games_mp.log" // Gamelog filename. If you edit this..make sure you change B3.xml if you have bigbrotherbot.
|
||||
set sv_allowClientConsole "1" // Enable or Disable players ability to access server commands
|
||||
set sv_maxclients "18" // Max players in your server.
|
||||
set sv_maxPing "0" // (BUGGED) Maximum ping allowed, any higher and players will get kicked.( If you get 'server is for low ping players only', set this to 0)
|
||||
set sv_timeout "20" // Timeout time period. You will timeout after (20) seconds when attempting to connect or if you are getting connection interruptions
|
||||
set sv_reconnectlimit "3" // How many times you can try to reconnect
|
||||
set com_logFilter "1" // Removes ~95% of unneeded lines from the log.
|
||||
set sv_pure "0" // verifying cilent files
|
||||
set sv_sayName "^7Console" // name server-side 'say' commands show up as
|
||||
set sv_floodProtect "1" // Chat Spam Protection
|
||||
set sv_kickBanTime "300" // Kick Ban Duration. Time before player can re-join the server after getting kicked.
|
||||
set party_enable "0" // Lobby Mode Server. Read the wiki more about this. If you want sv_maprotation & control your gametype settings. Leave this at 0.
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// BASE GAME CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// //
|
||||
// war - Team Deathmatch //
|
||||
// dm - Free-for-all //
|
||||
// dom - Domination //
|
||||
// koth - Headquarters //
|
||||
// sab - Sabotage //
|
||||
// sd - Search and Destroy //
|
||||
// arena - Arena //
|
||||
// dd - Demolition //
|
||||
// ctf - Capture the Flag //
|
||||
// oneflag - One-Flag CTF //
|
||||
// gtnw - Global Thermo-Nuclear War //
|
||||
// //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set g_gametype "dom" // Defualt gametype in case map rotation doesnt have any gametypes. Choose a gametype from the list above.
|
||||
set scr_player_forcerespawn "1" // Players respawn automatically after being fragged
|
||||
set scr_thirdperson "0" // third-person mode
|
||||
set scr_game_hardpoints "1" // Enable/Disable Killstreak rewards
|
||||
set scr_hardpoint_allowhelicopter "1" // Allow Attack Helicopters
|
||||
set scr_hardpoint_allowuav "1" // Allow UAV
|
||||
set scr_hardpoint_allowartillery "1" // Allow Airstrikes
|
||||
set scr_game_perks "1" // Allow players to have perks
|
||||
set scr_game_allowkillcam "1" // Allow Killcam.
|
||||
set scr_nukeTimer "10" // Timer when nuke goes off
|
||||
set scr_diehard "0" // die-hard mode. Teammates will have to relieve each other.
|
||||
set scr_teambalance "0" // Enable or Disable auto balance.
|
||||
set scr_game_spectatetype "2" // Allow Spectators. 0 Disabled, 1 Team/Player only, 2 Free
|
||||
set scr_player_suicidespawndelay "0" // Wait before you respawn if you committed suicide.
|
||||
set scr_player_sprinttime "4" // Sprint time, duration a player can run.
|
||||
set scr_game_killstreakdelay "8" // Delay your killstreaks
|
||||
set scr_game_objectiveStreaks "1" // Enable Chopper, AC130 and Nuke
|
||||
set scr_classic "0" // Enable IW3 killstreak system
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// XP BOOST CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// uncomment below commands for XP config //
|
||||
// by removing the // before each set dvar. //
|
||||
// Change "war" gametype to your liking. //
|
||||
// //
|
||||
// DO NOT ABUSE! Some people like to rank. //
|
||||
// DON'T BE A DICK! Warn HIGH XP via hostname. //
|
||||
// Don't know what you doing? Dont touch it! //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_xpscale "10" // IWs way of Double XP.
|
||||
|
||||
//set scr_war_score_kill "0" // Amount of XP by each kill.
|
||||
//set scr_war_score_headshot "0" // Amount of XP by each headshot.
|
||||
//set scr_war_score_death "0" // Amount of XP by each death.
|
||||
//set scr_war_score_suicide "0" // Amount of XP by each suicide.
|
||||
//set scr_war_score_assist "0" // Amount of XP by each assist.
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// HARDCORE CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// uncomment below commands for some hardcore //
|
||||
// by removing the // before each set dvar. //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
// set g_hardcore "1" // Enable hardcore mode
|
||||
// set scr_hardcore "1" // Enable hardcore mode again...
|
||||
// set ui_hud_hardcore "1" // Removes Heads up display in hardcore mode.
|
||||
// set scr_game_deathpointloss "0" // Points Loss on death XP.
|
||||
// set scr_game_onlyheadshots "0" // Enable/Disable Only Headshots mode. You can only kill players by taking headshots.
|
||||
// set scr_player_maxhealth "30" // Percent of Health players will have on Respawn.
|
||||
// set scr_team_fftype "1" // Enable or Disable Friendly Fire. 1 on, 2 reflect, 3 shared
|
||||
// set scr_player_healthregentime "0" // Time it takes you to recover damage.
|
||||
// set scr_team_kickteamkillers "5" // Anyone who team kills, gets kicked automatically if you enable this feature.
|
||||
// set scr_team_teamkillspawndelay "20" // Team Killer gets a respawn penalty of specified seconds (20).
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// AIRDROP CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// uncomment below commands for airdrop config //
|
||||
// by removing the // before each set dvar. //
|
||||
// //
|
||||
// Weight (1->1000) //
|
||||
// Selection is weighted random //
|
||||
// higher weights increase selection chance //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
// set scr_airdrop_ac130 "3"
|
||||
set scr_airdrop_ammo "15"
|
||||
// set scr_airdrop_counter_uav "15"
|
||||
set scr_airdrop_emp "2"
|
||||
// set scr_airdrop_harrier_airstrike "7"
|
||||
// set scr_airdrop_helicopter "7"
|
||||
// set scr_airdrop_helicopter_flares "5"
|
||||
// set scr_airdrop_helicopter_minigun "3"
|
||||
set scr_airdrop_nuke "1"
|
||||
// set scr_airdrop_precision_airstrike "11"
|
||||
// set scr_airdrop_predator_missile "12"
|
||||
// set scr_airdrop_sentry "12"
|
||||
// set scr_airdrop_stealth_airstrike "5"
|
||||
// set scr_airdrop_uav "17"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// EMERGENCY AIRDROP CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// uncomment below commands for airdrop config //
|
||||
// by removing the // before each set dvar. //
|
||||
// //
|
||||
// Weight (1->1000) //
|
||||
// Selection is weighted random //
|
||||
// higher weights increase selection chance //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
// set scr_airdrop_mega_ac130 "2"
|
||||
set scr_airdrop_mega_ammo "9"
|
||||
// set scr_airdrop_mega_counter_uav "16"
|
||||
set scr_airdrop_mega_emp "2"
|
||||
// set scr_airdrop_mega_harrier_airstrike "5"
|
||||
// set scr_airdrop_mega_helicopter "5"
|
||||
// set scr_airdrop_mega_helicopter_flares "3"
|
||||
// set scr_airdrop_mega_helicopter_minigun "2"
|
||||
set scr_airdrop_mega_nuke "1"
|
||||
// set scr_airdrop_mega_precision_airstrike "10"
|
||||
// set scr_airdrop_mega_predator_missile "14"
|
||||
// set scr_airdrop_mega_sentry "16"
|
||||
// set scr_airdrop_mega_stealth_airstrike "3"
|
||||
// set scr_airdrop_mega_uav "12"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// FREE FOR ALL GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_dm_scorelimit "10000" // Score limit to win the game.
|
||||
set scr_dm_timelimit "10" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_dm_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_dm_numlives "0" // Number of lives per player 0 for unlimited.
|
||||
set scr_dm_roundlimit "1" // Rounds per game.
|
||||
set scr_dm_winlimit "1" // amount of wins needed to win a round-based game
|
||||
set scr_dm_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// TEAM DEATHMATCH GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_war_scorelimit "25600" // Score limit to win the game.
|
||||
set scr_war_timelimit "10" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_war_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_war_waverespawndelay "0" // Duration is seconds before the first respawn in each round.
|
||||
set scr_war_numlives "0" // Number of lives per player 0 for unlimited.
|
||||
set scr_war_roundlimit "1" // Rounds per game.
|
||||
set scr_war_winlimit "1" // amount of wins needed to win a round-based game
|
||||
set scr_war_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// DOMINATION GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_dom_scorelimit "300" // Score limit to win the game.
|
||||
set scr_dom_timelimit "30" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_dom_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_dom_waverespawndelay "0" // Duration is seconds before the first respawn in each round.
|
||||
set scr_dom_numlives "0" // Number of lives per player per game. 0 is unlimited.
|
||||
set scr_dom_roundlimit "1" // Rounds per game
|
||||
set scr_dom_winlimit "1" // amount of wins needed to win a round-based game
|
||||
set scr_dom_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// DEMOLITION GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_dd_scorelimit "1" // Score limit needed to win.
|
||||
set scr_dd_timelimit "2.5" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_dd_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_dd_waverespawndelay "0" // Duration is seconds before the first respawn in each round.
|
||||
set scr_dd_numlives "0" // Number of lives per player per game. 0 is unlimited.
|
||||
set scr_dd_roundswitch "1" // Rounds before the teams switch the sides.
|
||||
set scr_dd_bombtimer "45" // Time the bomb takes to detonate.
|
||||
set scr_dd_defusetime "5" // Time taken to defuse the bomb.
|
||||
set scr_dd_planttime "5" // Time it takes to plant a bomb in seconds.
|
||||
set scr_dd_roundlimit "3" // Rounds the game is limited to, if there are no winners.
|
||||
set scr_dd_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// SEARCH AND DESTROY GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_sd_scorelimit "1" // Score limit required to win the game.
|
||||
set scr_sd_timelimit "2.5" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_sd_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_sd_waverespawndelay "0" // Duration is seconds before the first respawn in each round.
|
||||
set scr_sd_numlives "1" // Number of lives per player per game.
|
||||
set scr_sd_roundlimit "0" // Rounds the game is limited to 0 for unlimited.
|
||||
set scr_sd_winlimit "4" // amount of wins needed to win a round-based game.
|
||||
set scr_sd_roundswitch "3" // after X rounds, switch sides.
|
||||
set scr_sd_bombtimer "45" // Time taken for the bomb to detonate.
|
||||
set scr_sd_defusetime "5" // Time taken to defuse the bomb.
|
||||
set scr_sd_multibomb "0" // allow multiple people to 'have the bomb'.
|
||||
set scr_sd_planttime "5" // How long will it take player to 'plant the bomb'.
|
||||
set scr_sd_promode "0"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// SABOTAGE GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_sab_scorelimit "0" // Score limit to win the match.
|
||||
set scr_sab_timelimit "20" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_sab_bombtimer "30" // Duration in seconds the bomb takes to detonate.
|
||||
set scr_sab_defusetime "5" // Time taken to defuse the bomb.
|
||||
set scr_sab_hotpotato "0" // One bomb that the teams must fight over. One defending and one have to plant at the site.
|
||||
set scr_sab_numlives "0" // Number of lives per player per game.
|
||||
set scr_sab_planttime "2.5" // Time taken to plant the bomb.
|
||||
set scr_sab_playerrespawndelay "7.5" // Time before respawn.
|
||||
set scr_sab_roundlimit "1" // Rounds per game.
|
||||
set scr_sab_roundswitch "1" // Rounds needed to be played before the teams switch sides.
|
||||
set scr_sab_waverespawndelay "0" // Time delay for first respawn before the game.
|
||||
set scr_sab_promode "0"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// CAPTURE THE FLAG GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_ctf_scorelimit "0" // Target score before the round ends.
|
||||
set scr_ctf_timelimit "10" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_ctf_numlives "0" // Number of lives per player 0 for unlimited.
|
||||
set scr_ctf_halftime "1" // Half-Time
|
||||
set scr_ctf_roundlimit "1" // How many rounds match would last.
|
||||
set scr_ctf_returntime "30" // How many seconds before flag returns to base without nobody touching it.
|
||||
set scr_ctf_playerrespawndelay "0" // Respawn wait in seconds.
|
||||
set scr_ctf_waverespawndelay "10" // Time delay for first respawn before the game.
|
||||
set scr_ctf_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// ONE FLAG GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_oneflag_scorelimit "1" // Target score before the round ends.
|
||||
set scr_oneflag_timelimit "3" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_oneflag_numlives "0" // number of lives per player 0 for unlimited.
|
||||
set scr_oneflag_playerrespawndelay "0" // Respawn wait in seconds.
|
||||
set scr_oneflag_roundlimit "1" // How many rounds match would last.
|
||||
set scr_oneflag_roundswitch "1" // Rounds before the teams switch sides.
|
||||
set scr_oneflag_waverespawndelay "0" // First respawn delay for each round.
|
||||
set scr_oneflag_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// HEADQUARTERS GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_koth_scorelimit "250" // Score limit to win the game.
|
||||
set scr_koth_timelimit "15" // Duration in minutes the game will continue if the score isnt reached.
|
||||
set scr_koth_numlives "0" // Number of lives per game. 0 for unlimited.
|
||||
set scr_koth_playerrespawndelay "0" // Players respawn wait.
|
||||
set scr_koth_roundlimit "1" // Rounds to be played.
|
||||
set scr_koth_roundswitch "1" // Rounds to be played before teams switch sides.
|
||||
set scr_koth_winlimit "1" // rounds per game
|
||||
set scr_koth_waverespawndelay "0" // First respawn delay for each round.
|
||||
set scr_koth_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// ARENA GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_arena_scorelimit "1" // Score limit to win the game.
|
||||
set scr_arena_timelimit "2.5" // Duration in minutes the game will continue if the score isnt reached.
|
||||
set scr_arena_numlives "1" // Number of lives per game 0 for unlimited.
|
||||
set scr_arena_roundlimit "0" // Rounds to be played.
|
||||
set scr_arena_roundswitch "3" // Rounds before the teams switch sides.
|
||||
set scr_arena_winlimit "4" // rounds per game
|
||||
set scr_arena_promode "0"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// GLOBAL THERMONUCLEAR WAR GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_gtnw_scorelimit "101" // Score limit to win the game.
|
||||
set scr_gtnw_timelimit "10" // Duration in minutes the game will continue if the score isnt reached.
|
||||
set scr_gtnw_numlives "0" // Number of lives per game 0 for unlimited.
|
||||
set scr_gtnw_playerrespawndelay "0" // Players respawn wait.
|
||||
set scr_gtnw_roundlimit "1" // Rounds to be played.
|
||||
set scr_gtnw_roundswitch "0" // Rounds before the teams switch sides.
|
||||
set scr_gtnw_winlimit "1" // rounds per game
|
||||
set scr_gtnw_waverespawndelay "0" // First respawn delay for each round.
|
||||
set scr_gtnw_promode "0"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// MAP ROTATION TIPS //
|
||||
//////////////////////////////////////////////////
|
||||
// //
|
||||
//Example: sv_maprotation "map mp_bloc map mp_" //
|
||||
// //
|
||||
// mp_afghan - Afghan //
|
||||
// mp_derail - Derail //
|
||||
// mp_estate - Estate //
|
||||
// mp_favela - Favela //
|
||||
// mp_highrise - Highrise //
|
||||
// mp_invasion - Invasion //
|
||||
// mp_checkpoint - Karachi //
|
||||
// mp_quarry - Quarry //
|
||||
// mp_rundown - Rundown //
|
||||
// mp_rust - Rust //
|
||||
// mp_boneyard - Scrapyard //
|
||||
// mp_nightshift - Skidrow //
|
||||
// mp_subbase - Sub Base //
|
||||
// mp_terminal - Terminal //
|
||||
// mp_underpass - Underpass //
|
||||
// mp_brecourt - Wasteland //
|
||||
// //
|
||||
//// DLC1 STIMULUS ///////////////////////////////
|
||||
// Make sure you have them all installed on your//
|
||||
// server. //
|
||||
// //
|
||||
// mp_complex - Bailout //
|
||||
// mp_crash - Crash //
|
||||
// mp_overgrown - Overgrown //
|
||||
// mp_compact - Salvage //
|
||||
// mp_storm - Storm //
|
||||
// //
|
||||
//// DLC2 RESURGENCE /////////////////////////////
|
||||
// //
|
||||
// mp_abandon - Carnival //
|
||||
// mp_fuel2 - Fuel //
|
||||
// mp_strike - Strike //
|
||||
// mp_trailerpark - Trailer Park //
|
||||
// mp_vacant - Vacant //
|
||||
// //
|
||||
//// DLC3 NUKETOWN ///////////////////////////////
|
||||
// //
|
||||
// mp_nuked - Nuketown //
|
||||
// //
|
||||
/// DLC4 CLASSICS 1 //////////////////////////////
|
||||
// //
|
||||
// mp_cross_fire - Crossfire //
|
||||
// mp_bloc - Bloc //
|
||||
// mp_cargoship - Cargoship //
|
||||
// //
|
||||
/// DLC5 CLASSICS 2 //////////////////////////////
|
||||
// //
|
||||
// mp_killhouse - Killhouse //
|
||||
// mp_bog_sh - Bog //
|
||||
// //
|
||||
/// DLC6 FREIGHTER ///////////////////////////////
|
||||
// //
|
||||
// mp_cargoship_sh - Freighter //
|
||||
// //
|
||||
/// DLC7 RESURRECTION ////////////////////////////
|
||||
// //
|
||||
// mp_shipment_long - Long:Shipment //
|
||||
// mp_rust_long - Long: Rust //
|
||||
// mp_firingrange - Firing Range //
|
||||
// //
|
||||
/// DLC8 RECYCLED ////////////////////////////////
|
||||
// //
|
||||
// mp_storm_spring - Chemical Plant //
|
||||
// mp_fav_tropical - Tropical: Favela //
|
||||
// mp_estate_tropical - Tropical: Estate //
|
||||
// mp_crash_tropical - Tropical: Crash //
|
||||
// mp_bloc_sh - Forgotten City //
|
||||
// //
|
||||
/// SP MAPS to MP ////////////////////////////////
|
||||
// //
|
||||
// oilrig - Oilrig //
|
||||
// iw4_credits - Test map //
|
||||
// co_hunted - Village //
|
||||
// //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
///////////////////////////////////////////////////////
|
||||
// GAMETYPE ROTATION TIPS //
|
||||
///////////////////////////////////////////////////////
|
||||
// //
|
||||
// Example: set sv_maprotation //
|
||||
// "gametype dm map mp_rust gametype war map oilrig" //
|
||||
// //
|
||||
// war - Team Deathmatch //
|
||||
// dm - Free-for-all //
|
||||
// dom - Domination //
|
||||
// koth - Headquarters //
|
||||
// sab - Sabotage //
|
||||
// sd - Search and Destroy //
|
||||
// arena - Arena //
|
||||
// dd - Demolition //
|
||||
// ctf - Capture the Flag //
|
||||
// oneflag - One-Flag CTF //
|
||||
// gtnw - Global Thermo-Nuclear War //
|
||||
// //
|
||||
///////////////////////////////////////////////////////
|
||||
|
||||
|
||||
set sv_maprotation "map mp_rust"
|
||||
|
||||
// vanilla script
|
||||
set perk_scavengerMode "0"
|
||||
set scr_deleteexplosivesonspawn "1"
|
||||
set scr_maxPerPlayerExplosives "2"
|
||||
set scr_nukeCancelMode "0"
|
||||
set scr_spawnpoint_forceindex ""
|
||||
set scr_spawnpointlospenalty ""
|
||||
set scr_spawnpointweaponpenalty ""
|
||||
set scr_spawnsimple ""
|
||||
set scr_spawn_enemyavoiddist ""
|
||||
|
||||
// _spawnlogic
|
||||
set scr_spawnpointfavorweight ""
|
||||
set scr_spawnpointdooutsidecheck ""
|
||||
|
||||
// iw4x
|
||||
set scr_player_forceautoassign "1"
|
||||
set scr_rankedmatch "1"
|
||||
set sv_enableJavelinBug "1"
|
||||
set g_playerEjection "0"
|
||||
set g_playerCollision "0"
|
||||
set sv_enableBounces "1"
|
||||
set iw4x_onelog ""
|
||||
|
||||
|
||||
// CUSTOM
|
||||
set bot_pvb_helper_noPlayersOnTeam "axis"
|
||||
set bot_pvb_helper_customBotClassTeam "allies"
|
||||
set scr_showHP "1"
|
||||
set scr_allowFPSBooster "1"
|
||||
set bot_sniperCheck "1"
|
||||
set dom_lastFlagUseTimeMulti "4.0"
|
||||
|
||||
// _class
|
||||
// set scr_allow_ "0"
|
||||
// scr_streakcount_ "15"
|
||||
set scr_default_primarys "m4,famas"
|
||||
set scr_default_secondarys "usp"
|
||||
set scr_default_perks1 "specialty_fastreload,specialty_scavenger"
|
||||
set scr_default_perks2 "specialty_bulletdamage"
|
||||
set scr_default_perks3 "specialty_bulletaccuracy,specialty_detectexplosive"
|
||||
set scr_default_equipment "frag_grenade_mp"
|
||||
set scr_default_offhand "smoke_grenade"
|
||||
set scr_default_deathstreak "none"
|
||||
set scr_restriction_messages 1
|
||||
set scr_num_flash 2
|
||||
set scr_num_stun 2
|
||||
|
||||
// _menus
|
||||
set scr_player_startteamselection "autoassign"
|
||||
set scr_player_forceclassselection ""
|
||||
set scr_player_allowChangeTeam "1"
|
||||
|
||||
// _bot
|
||||
set bots_main "1"
|
||||
set bots_main_GUIDs ""
|
||||
set bots_main_firstIsHost "0"
|
||||
set bots_main_waitForHostTime "10"
|
||||
set bots_manage_add "9"
|
||||
set bots_manage_fill "9"
|
||||
set bots_manage_fill_spec "0"
|
||||
set bots_manage_fill_mode "1"
|
||||
set bots_manage_fill_kick "1"
|
||||
set bots_team "axis"
|
||||
set bots_team_amount "0"
|
||||
set bots_team_force "1"
|
||||
set bots_team_mode "1"
|
||||
set bots_skill "8"
|
||||
set bots_skill_axis_hard "0"
|
||||
set bots_skill_axis_med "4"
|
||||
set bots_skill_allies_hard "0"
|
||||
set bots_skill_allies_med "4"
|
||||
set bots_loadout_reasonable "0"
|
||||
set bots_loadout_allow_op "0"
|
||||
set bots_loadout_rank "-1"
|
||||
set bots_loadout_prestige "-1"
|
||||
set bots_play_move "1"
|
||||
set bots_play_knife "1"
|
||||
set bots_play_fire "1"
|
||||
set bots_play_nade "1"
|
||||
set bots_play_take_carepackages "1"
|
||||
set bots_play_obj "1"
|
||||
set bots_play_camp "1"
|
||||
set bots_play_jumpdrop "1"
|
||||
set bots_play_target_other "1"
|
||||
set bots_play_killstreak "1"
|
||||
set bots_play_ads "1"
|
||||
|
||||
|
||||
// iw4madmin
|
||||
set sv_printradarupdates "0"
|
||||
|
||||
|
||||
// _killcam
|
||||
set scr_killcam_doSlowmo "1"
|
||||
|
||||
|
||||
// _gamelogic
|
||||
set scr_extraDamageFeedback "1"
|
||||
set scr_printDamage "1"
|
||||
set scr_disableKnife "0"
|
||||
set scr_intermissionTime "0"
|
||||
set scr_forceKillcam "1"
|
||||
set scr_forceKillcam_winnersKill "0"
|
||||
set scr_game_allowFinalKillcam "1"
|
||||
set scr_disableTurret "0"
|
||||
set scr_failCam "1"
|
||||
set scr_voting "0"
|
||||
set scr_voting_maps "mp_rust,mp_terminal"
|
||||
set scr_voting_time "26.0"
|
||||
set scr_voting_winTime "4.0"
|
||||
set scr_allow_intermission "0"
|
||||
set scr_voting_bots "0"
|
||||
set scr_nuke_increases_streak "0"
|
||||
set headshot_detach_head "1"
|
||||
set scr_killstreaks_increase_killstreak "1"
|
||||
set scr_postDeathDelayMod "1.0"
|
||||
|
||||
// _weapon
|
||||
set scr_allowDropWeaponOnCommand "1"
|
||||
set scr_allowPickUpEquipment "1"
|
||||
set scr_allowDropWeaponOnDeath "1"
|
||||
set scr_allowClaymoreBounces "1"
|
||||
set scr_extraTeamIcons "1"
|
||||
set scr_deleteNadeOnTeamChange "1"
|
||||
|
||||
// _perkfunctions
|
||||
set combathighIsJuiced "1"
|
||||
set onemanarmyRefillsTubes "1"
|
||||
set fix_onemanarmyFlareBug "0"
|
||||
|
||||
// _killstreaks
|
||||
set scr_killstreak_rollover "1"
|
||||
set scr_currentRolloverKillstreaksOnlyIncrease "1"
|
||||
set scr_killstreakHud "1"
|
||||
set scr_maxKillstreakRollover "1"
|
||||
set scr_killstreak_mod "0"
|
||||
set scr_killstreak_print "2"
|
||||
set scr_specialist "1"
|
||||
//set scr_specialist_killCount_ "4"
|
||||
set scr_specialist_perks1 "specialty_scavenger,specialty_fastreload,specialty_marathon"
|
||||
set scr_specialist_perks2 "specialty_bulletdamage,specialty_lightweight,specialty_coldblooded,specialty_explosivedamage,specialty_hardline"
|
||||
set scr_specialist_perks3 "specialty_bulletaccuracy,specialty_heartbreaker,specialty_detectexplosive,specialty_extendedmelee,specialty_localjammer"
|
||||
|
||||
// _nuke
|
||||
set scr_nuke_is_moab "1"
|
||||
set scr_nuke_kills_all "0"
|
||||
set scr_nuke_emp_duration "30"
|
||||
set scr_nuke_perm_vision "1"
|
||||
set scr_nuke_canCall_whenTimePassed "0"
|
||||
set scr_nuke_canCall_whenScoreLimitClose "0"
|
||||
set scr_nuke_canCall_whenScoreLimitClose_selfOnly "0"
|
||||
set scr_nuke_doSlowmo "2"
|
||||
|
||||
// _emp
|
||||
set scr_emp_doesFriendlyFire "0"
|
||||
set scr_emp_duration "60"
|
||||
|
||||
// _helicopter
|
||||
set scr_helicopter_allowQueue "0"
|
||||
set scr_helicopter_cobra_duration "30"
|
||||
set scr_helicopter_pavelow_duration "30"
|
||||
set scr_helicopter_apache_duration "30"
|
||||
set scr_helicopter_apache_health "1500"
|
||||
set scr_helicopter_apache_num_flares "1"
|
||||
set scr_helicopter_pavelow_health "3000"
|
||||
set scr_helicopter_pavelow_num_flares "1"
|
||||
set scr_helicopter_cobra_health "1500"
|
||||
set scr_helicopter_cobra_num_flares "0"
|
||||
|
||||
// _autosentry
|
||||
set scr_sentry_duration "360"
|
||||
set scr_sentry_killsIncreaseStreak "1"
|
||||
|
||||
// _airdrop
|
||||
set scr_airdrop_killstreaksIncreaseStreak "1"
|
||||
set scr_airdrop_patchDupeGlitch "0"
|
||||
|
||||
// _ac130
|
||||
set scr_ac130_duration "30"
|
||||
set scr_ac130_flares "1"
|
||||
set scr_ac130_fast "1"
|
||||
|
||||
// _uav
|
||||
set scr_uav_timeout "30"
|
||||
set scr_counter_uav_timeout "30"
|
||||
set scr_uav_forceon "0"
|
||||
set scr_uav_does_print "1"
|
||||
|
||||
// _airstrike
|
||||
set scr_harrier_duration "30"
|
||||
set scr_harrier_fast "1"
|
||||
set scr_airstrike_mutate_fix "1"
|
||||
set scr_airstrike_teamChangeFix "1"
|
||||
659
main/pvbvote.cfg
@@ -1,659 +0,0 @@
|
||||
///////////////////////////////////////////////////
|
||||
/// IW4x Server Configuration file //
|
||||
///////////////////////////////////////////////////
|
||||
//This config best view with Notepad++ OR //
|
||||
//Other non-windows notepad of your choice. //
|
||||
///////////////////////////////////////////////////
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// SERVER NAME & COLORS TIPS //
|
||||
//////////////////////////////////////////////////
|
||||
// //
|
||||
// ^1 Red //
|
||||
// ^2 Green //
|
||||
// ^3 yellow //
|
||||
// ^4 Blue //
|
||||
// ^5 Cyan //
|
||||
// ^6 Pink //
|
||||
// ^7 White //
|
||||
// ^8 Depends on the map you playing. //
|
||||
// American maps: Dark Green //
|
||||
// Russian maps: Dark Red //
|
||||
// British maps: Dark Blue //
|
||||
// ^9 grey //
|
||||
// ^0 Black //
|
||||
// ^: Rainbow colors //
|
||||
// //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
|
||||
set sv_hostname "^1Bot ^3War^5fare ^4Players vs bots ^7Mapvote 10x" // Sets the server hostname
|
||||
set sv_motd "^1Bot ^3War^5fare" // Sets a custom motd which is shown on the loadscreen when a player joins
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// ADMIN INFO //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set _Admin "INeedGames" // Your username.
|
||||
set _Email "ineedbots@outlook.com" // E-mail address. you can leave blank
|
||||
set _Website "http://www.moddb.com/mods/bot-warfare" // Website
|
||||
set _Location "Canada - West" // Location
|
||||
|
||||
set sv_wwwBaseURL "http://rawcdn.githack.com/ineedbots/www_host/main/iw4x/"
|
||||
set sv_wwwDownload "1"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// NON-GAMEPLAY CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set sv_securityLevel "23" // Configures the servers security level.
|
||||
set sv_customTextColor "" // custom color for ^;
|
||||
set g_password "" // Password Protected Server. Leave blank if you want players to join
|
||||
set g_inactivity "180" // Enable auto kick feature for idle/AFK players
|
||||
set g_inactivitySpectator "180" // Time in seconds before a spectator gets kicked
|
||||
set g_logSync "1" // 1 always flush games_mp.log, 0 only flush on game end
|
||||
set g_log "logs/pvbvote/games_mp.log" // Gamelog filename. If you edit this..make sure you change B3.xml if you have bigbrotherbot.
|
||||
set sv_allowClientConsole "1" // Enable or Disable players ability to access server commands
|
||||
set sv_maxclients "18" // Max players in your server.
|
||||
set sv_maxPing "0" // (BUGGED) Maximum ping allowed, any higher and players will get kicked.( If you get 'server is for low ping players only', set this to 0)
|
||||
set sv_timeout "20" // Timeout time period. You will timeout after (20) seconds when attempting to connect or if you are getting connection interruptions
|
||||
set sv_reconnectlimit "3" // How many times you can try to reconnect
|
||||
set com_logFilter "1" // Removes ~95% of unneeded lines from the log.
|
||||
set sv_pure "0" // verifying cilent files
|
||||
set sv_sayName "^7Console" // name server-side 'say' commands show up as
|
||||
set sv_floodProtect "1" // Chat Spam Protection
|
||||
set sv_kickBanTime "300" // Kick Ban Duration. Time before player can re-join the server after getting kicked.
|
||||
set party_enable "0" // Lobby Mode Server. Read the wiki more about this. If you want sv_maprotation & control your gametype settings. Leave this at 0.
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// BASE GAME CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// //
|
||||
// war - Team Deathmatch //
|
||||
// dm - Free-for-all //
|
||||
// dom - Domination //
|
||||
// koth - Headquarters //
|
||||
// sab - Sabotage //
|
||||
// sd - Search and Destroy //
|
||||
// arena - Arena //
|
||||
// dd - Demolition //
|
||||
// ctf - Capture the Flag //
|
||||
// oneflag - One-Flag CTF //
|
||||
// gtnw - Global Thermo-Nuclear War //
|
||||
// //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set g_gametype "dom" // Defualt gametype in case map rotation doesnt have any gametypes. Choose a gametype from the list above.
|
||||
set scr_player_forcerespawn "1" // Players respawn automatically after being fragged
|
||||
set scr_thirdperson "0" // third-person mode
|
||||
set scr_game_hardpoints "1" // Enable/Disable Killstreak rewards
|
||||
set scr_hardpoint_allowhelicopter "1" // Allow Attack Helicopters
|
||||
set scr_hardpoint_allowuav "1" // Allow UAV
|
||||
set scr_hardpoint_allowartillery "1" // Allow Airstrikes
|
||||
set scr_game_perks "1" // Allow players to have perks
|
||||
set scr_game_allowkillcam "1" // Allow Killcam.
|
||||
set scr_nukeTimer "10" // Timer when nuke goes off
|
||||
set scr_diehard "0" // die-hard mode. Teammates will have to relieve each other.
|
||||
set scr_teambalance "0" // Enable or Disable auto balance.
|
||||
set scr_game_spectatetype "2" // Allow Spectators. 0 Disabled, 1 Team/Player only, 2 Free
|
||||
set scr_player_suicidespawndelay "0" // Wait before you respawn if you committed suicide.
|
||||
set scr_player_sprinttime "4" // Sprint time, duration a player can run.
|
||||
set scr_game_killstreakdelay "8" // Delay your killstreaks
|
||||
set scr_game_objectiveStreaks "1" // Enable Chopper, AC130 and Nuke
|
||||
set scr_classic "0" // Enable IW3 killstreak system
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// XP BOOST CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// uncomment below commands for XP config //
|
||||
// by removing the // before each set dvar. //
|
||||
// Change "war" gametype to your liking. //
|
||||
// //
|
||||
// DO NOT ABUSE! Some people like to rank. //
|
||||
// DON'T BE A DICK! Warn HIGH XP via hostname. //
|
||||
// Don't know what you doing? Dont touch it! //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_xpscale "10" // IWs way of Double XP.
|
||||
|
||||
//set scr_war_score_kill "0" // Amount of XP by each kill.
|
||||
//set scr_war_score_headshot "0" // Amount of XP by each headshot.
|
||||
//set scr_war_score_death "0" // Amount of XP by each death.
|
||||
//set scr_war_score_suicide "0" // Amount of XP by each suicide.
|
||||
//set scr_war_score_assist "0" // Amount of XP by each assist.
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// HARDCORE CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// uncomment below commands for some hardcore //
|
||||
// by removing the // before each set dvar. //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
// set g_hardcore "1" // Enable hardcore mode
|
||||
// set scr_hardcore "1" // Enable hardcore mode again...
|
||||
// set ui_hud_hardcore "1" // Removes Heads up display in hardcore mode.
|
||||
// set scr_game_deathpointloss "0" // Points Loss on death XP.
|
||||
// set scr_game_onlyheadshots "0" // Enable/Disable Only Headshots mode. You can only kill players by taking headshots.
|
||||
// set scr_player_maxhealth "30" // Percent of Health players will have on Respawn.
|
||||
// set scr_team_fftype "1" // Enable or Disable Friendly Fire. 1 on, 2 reflect, 3 shared
|
||||
// set scr_player_healthregentime "0" // Time it takes you to recover damage.
|
||||
// set scr_team_kickteamkillers "5" // Anyone who team kills, gets kicked automatically if you enable this feature.
|
||||
// set scr_team_teamkillspawndelay "20" // Team Killer gets a respawn penalty of specified seconds (20).
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// AIRDROP CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// uncomment below commands for airdrop config //
|
||||
// by removing the // before each set dvar. //
|
||||
// //
|
||||
// Weight (1->1000) //
|
||||
// Selection is weighted random //
|
||||
// higher weights increase selection chance //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
// set scr_airdrop_ac130 "3"
|
||||
set scr_airdrop_ammo "15"
|
||||
// set scr_airdrop_counter_uav "15"
|
||||
set scr_airdrop_emp "2"
|
||||
// set scr_airdrop_harrier_airstrike "7"
|
||||
// set scr_airdrop_helicopter "7"
|
||||
// set scr_airdrop_helicopter_flares "5"
|
||||
// set scr_airdrop_helicopter_minigun "3"
|
||||
set scr_airdrop_nuke "1"
|
||||
// set scr_airdrop_precision_airstrike "11"
|
||||
// set scr_airdrop_predator_missile "12"
|
||||
// set scr_airdrop_sentry "12"
|
||||
// set scr_airdrop_stealth_airstrike "5"
|
||||
// set scr_airdrop_uav "17"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// EMERGENCY AIRDROP CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// uncomment below commands for airdrop config //
|
||||
// by removing the // before each set dvar. //
|
||||
// //
|
||||
// Weight (1->1000) //
|
||||
// Selection is weighted random //
|
||||
// higher weights increase selection chance //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
// set scr_airdrop_mega_ac130 "2"
|
||||
set scr_airdrop_mega_ammo "9"
|
||||
// set scr_airdrop_mega_counter_uav "16"
|
||||
set scr_airdrop_mega_emp "2"
|
||||
// set scr_airdrop_mega_harrier_airstrike "5"
|
||||
// set scr_airdrop_mega_helicopter "5"
|
||||
// set scr_airdrop_mega_helicopter_flares "3"
|
||||
// set scr_airdrop_mega_helicopter_minigun "2"
|
||||
set scr_airdrop_mega_nuke "1"
|
||||
// set scr_airdrop_mega_precision_airstrike "10"
|
||||
// set scr_airdrop_mega_predator_missile "14"
|
||||
// set scr_airdrop_mega_sentry "16"
|
||||
// set scr_airdrop_mega_stealth_airstrike "3"
|
||||
// set scr_airdrop_mega_uav "12"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// FREE FOR ALL GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_dm_scorelimit "10000" // Score limit to win the game.
|
||||
set scr_dm_timelimit "10" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_dm_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_dm_numlives "0" // Number of lives per player 0 for unlimited.
|
||||
set scr_dm_roundlimit "1" // Rounds per game.
|
||||
set scr_dm_winlimit "1" // amount of wins needed to win a round-based game
|
||||
set scr_dm_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// TEAM DEATHMATCH GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_war_scorelimit "25600" // Score limit to win the game.
|
||||
set scr_war_timelimit "10" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_war_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_war_waverespawndelay "0" // Duration is seconds before the first respawn in each round.
|
||||
set scr_war_numlives "0" // Number of lives per player 0 for unlimited.
|
||||
set scr_war_roundlimit "1" // Rounds per game.
|
||||
set scr_war_winlimit "1" // amount of wins needed to win a round-based game
|
||||
set scr_war_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// DOMINATION GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_dom_scorelimit "300" // Score limit to win the game.
|
||||
set scr_dom_timelimit "30" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_dom_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_dom_waverespawndelay "0" // Duration is seconds before the first respawn in each round.
|
||||
set scr_dom_numlives "0" // Number of lives per player per game. 0 is unlimited.
|
||||
set scr_dom_roundlimit "1" // Rounds per game
|
||||
set scr_dom_winlimit "1" // amount of wins needed to win a round-based game
|
||||
set scr_dom_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// DEMOLITION GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_dd_scorelimit "1" // Score limit needed to win.
|
||||
set scr_dd_timelimit "2.5" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_dd_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_dd_waverespawndelay "0" // Duration is seconds before the first respawn in each round.
|
||||
set scr_dd_numlives "0" // Number of lives per player per game. 0 is unlimited.
|
||||
set scr_dd_roundswitch "1" // Rounds before the teams switch the sides.
|
||||
set scr_dd_bombtimer "45" // Time the bomb takes to detonate.
|
||||
set scr_dd_defusetime "5" // Time taken to defuse the bomb.
|
||||
set scr_dd_planttime "5" // Time it takes to plant a bomb in seconds.
|
||||
set scr_dd_roundlimit "3" // Rounds the game is limited to, if there are no winners.
|
||||
set scr_dd_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// SEARCH AND DESTROY GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_sd_scorelimit "1" // Score limit required to win the game.
|
||||
set scr_sd_timelimit "2.5" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_sd_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_sd_waverespawndelay "0" // Duration is seconds before the first respawn in each round.
|
||||
set scr_sd_numlives "1" // Number of lives per player per game.
|
||||
set scr_sd_roundlimit "0" // Rounds the game is limited to 0 for unlimited.
|
||||
set scr_sd_winlimit "4" // amount of wins needed to win a round-based game.
|
||||
set scr_sd_roundswitch "3" // after X rounds, switch sides.
|
||||
set scr_sd_bombtimer "45" // Time taken for the bomb to detonate.
|
||||
set scr_sd_defusetime "5" // Time taken to defuse the bomb.
|
||||
set scr_sd_multibomb "0" // allow multiple people to 'have the bomb'.
|
||||
set scr_sd_planttime "5" // How long will it take player to 'plant the bomb'.
|
||||
set scr_sd_promode "0"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// SABOTAGE GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_sab_scorelimit "0" // Score limit to win the match.
|
||||
set scr_sab_timelimit "20" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_sab_bombtimer "30" // Duration in seconds the bomb takes to detonate.
|
||||
set scr_sab_defusetime "5" // Time taken to defuse the bomb.
|
||||
set scr_sab_hotpotato "0" // One bomb that the teams must fight over. One defending and one have to plant at the site.
|
||||
set scr_sab_numlives "0" // Number of lives per player per game.
|
||||
set scr_sab_planttime "2.5" // Time taken to plant the bomb.
|
||||
set scr_sab_playerrespawndelay "7.5" // Time before respawn.
|
||||
set scr_sab_roundlimit "1" // Rounds per game.
|
||||
set scr_sab_roundswitch "1" // Rounds needed to be played before the teams switch sides.
|
||||
set scr_sab_waverespawndelay "0" // Time delay for first respawn before the game.
|
||||
set scr_sab_promode "0"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// CAPTURE THE FLAG GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_ctf_scorelimit "0" // Target score before the round ends.
|
||||
set scr_ctf_timelimit "10" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_ctf_numlives "0" // Number of lives per player 0 for unlimited.
|
||||
set scr_ctf_halftime "1" // Half-Time
|
||||
set scr_ctf_roundlimit "1" // How many rounds match would last.
|
||||
set scr_ctf_returntime "30" // How many seconds before flag returns to base without nobody touching it.
|
||||
set scr_ctf_playerrespawndelay "0" // Respawn wait in seconds.
|
||||
set scr_ctf_waverespawndelay "10" // Time delay for first respawn before the game.
|
||||
set scr_ctf_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// ONE FLAG GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_oneflag_scorelimit "1" // Target score before the round ends.
|
||||
set scr_oneflag_timelimit "3" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_oneflag_numlives "0" // number of lives per player 0 for unlimited.
|
||||
set scr_oneflag_playerrespawndelay "0" // Respawn wait in seconds.
|
||||
set scr_oneflag_roundlimit "1" // How many rounds match would last.
|
||||
set scr_oneflag_roundswitch "1" // Rounds before the teams switch sides.
|
||||
set scr_oneflag_waverespawndelay "0" // First respawn delay for each round.
|
||||
set scr_oneflag_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// HEADQUARTERS GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_koth_scorelimit "250" // Score limit to win the game.
|
||||
set scr_koth_timelimit "15" // Duration in minutes the game will continue if the score isnt reached.
|
||||
set scr_koth_numlives "0" // Number of lives per game. 0 for unlimited.
|
||||
set scr_koth_playerrespawndelay "0" // Players respawn wait.
|
||||
set scr_koth_roundlimit "1" // Rounds to be played.
|
||||
set scr_koth_roundswitch "1" // Rounds to be played before teams switch sides.
|
||||
set scr_koth_winlimit "1" // rounds per game
|
||||
set scr_koth_waverespawndelay "0" // First respawn delay for each round.
|
||||
set scr_koth_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// ARENA GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_arena_scorelimit "1" // Score limit to win the game.
|
||||
set scr_arena_timelimit "2.5" // Duration in minutes the game will continue if the score isnt reached.
|
||||
set scr_arena_numlives "1" // Number of lives per game 0 for unlimited.
|
||||
set scr_arena_roundlimit "0" // Rounds to be played.
|
||||
set scr_arena_roundswitch "3" // Rounds before the teams switch sides.
|
||||
set scr_arena_winlimit "4" // rounds per game
|
||||
set scr_arena_promode "0"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// GLOBAL THERMONUCLEAR WAR GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_gtnw_scorelimit "101" // Score limit to win the game.
|
||||
set scr_gtnw_timelimit "10" // Duration in minutes the game will continue if the score isnt reached.
|
||||
set scr_gtnw_numlives "0" // Number of lives per game 0 for unlimited.
|
||||
set scr_gtnw_playerrespawndelay "0" // Players respawn wait.
|
||||
set scr_gtnw_roundlimit "1" // Rounds to be played.
|
||||
set scr_gtnw_roundswitch "0" // Rounds before the teams switch sides.
|
||||
set scr_gtnw_winlimit "1" // rounds per game
|
||||
set scr_gtnw_waverespawndelay "0" // First respawn delay for each round.
|
||||
set scr_gtnw_promode "0"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// MAP ROTATION TIPS //
|
||||
//////////////////////////////////////////////////
|
||||
// //
|
||||
//Example: sv_maprotation "map mp_bloc map mp_" //
|
||||
// //
|
||||
// mp_afghan - Afghan //
|
||||
// mp_derail - Derail //
|
||||
// mp_estate - Estate //
|
||||
// mp_favela - Favela //
|
||||
// mp_highrise - Highrise //
|
||||
// mp_invasion - Invasion //
|
||||
// mp_checkpoint - Karachi //
|
||||
// mp_quarry - Quarry //
|
||||
// mp_rundown - Rundown //
|
||||
// mp_rust - Rust //
|
||||
// mp_boneyard - Scrapyard //
|
||||
// mp_nightshift - Skidrow //
|
||||
// mp_subbase - Sub Base //
|
||||
// mp_terminal - Terminal //
|
||||
// mp_underpass - Underpass //
|
||||
// mp_brecourt - Wasteland //
|
||||
// //
|
||||
//// DLC1 STIMULUS ///////////////////////////////
|
||||
// Make sure you have them all installed on your//
|
||||
// server. //
|
||||
// //
|
||||
// mp_complex - Bailout //
|
||||
// mp_crash - Crash //
|
||||
// mp_overgrown - Overgrown //
|
||||
// mp_compact - Salvage //
|
||||
// mp_storm - Storm //
|
||||
// //
|
||||
//// DLC2 RESURGENCE /////////////////////////////
|
||||
// //
|
||||
// mp_abandon - Carnival //
|
||||
// mp_fuel2 - Fuel //
|
||||
// mp_strike - Strike //
|
||||
// mp_trailerpark - Trailer Park //
|
||||
// mp_vacant - Vacant //
|
||||
// //
|
||||
//// DLC3 NUKETOWN ///////////////////////////////
|
||||
// //
|
||||
// mp_nuked - Nuketown //
|
||||
// //
|
||||
/// DLC4 CLASSICS 1 //////////////////////////////
|
||||
// //
|
||||
// mp_cross_fire - Crossfire //
|
||||
// mp_bloc - Bloc //
|
||||
// mp_cargoship - Cargoship //
|
||||
// //
|
||||
/// DLC5 CLASSICS 2 //////////////////////////////
|
||||
// //
|
||||
// mp_killhouse - Killhouse //
|
||||
// mp_bog_sh - Bog //
|
||||
// //
|
||||
/// DLC6 FREIGHTER ///////////////////////////////
|
||||
// //
|
||||
// mp_cargoship_sh - Freighter //
|
||||
// //
|
||||
/// DLC7 RESURRECTION ////////////////////////////
|
||||
// //
|
||||
// mp_shipment_long - Long:Shipment //
|
||||
// mp_rust_long - Long: Rust //
|
||||
// mp_firingrange - Firing Range //
|
||||
// //
|
||||
/// DLC8 RECYCLED ////////////////////////////////
|
||||
// //
|
||||
// mp_storm_spring - Chemical Plant //
|
||||
// mp_fav_tropical - Tropical: Favela //
|
||||
// mp_estate_tropical - Tropical: Estate //
|
||||
// mp_crash_tropical - Tropical: Crash //
|
||||
// mp_bloc_sh - Forgotten City //
|
||||
// //
|
||||
/// SP MAPS to MP ////////////////////////////////
|
||||
// //
|
||||
// oilrig - Oilrig //
|
||||
// iw4_credits - Test map //
|
||||
// co_hunted - Village //
|
||||
// //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
///////////////////////////////////////////////////////
|
||||
// GAMETYPE ROTATION TIPS //
|
||||
///////////////////////////////////////////////////////
|
||||
// //
|
||||
// Example: set sv_maprotation //
|
||||
// "gametype dm map mp_rust gametype war map oilrig" //
|
||||
// //
|
||||
// war - Team Deathmatch //
|
||||
// dm - Free-for-all //
|
||||
// dom - Domination //
|
||||
// koth - Headquarters //
|
||||
// sab - Sabotage //
|
||||
// sd - Search and Destroy //
|
||||
// arena - Arena //
|
||||
// dd - Demolition //
|
||||
// ctf - Capture the Flag //
|
||||
// oneflag - One-Flag CTF //
|
||||
// gtnw - Global Thermo-Nuclear War //
|
||||
// //
|
||||
///////////////////////////////////////////////////////
|
||||
|
||||
|
||||
set sv_maprotation "map mp_terminal map mp_afghan map mp_favela map mp_highrise map mp_boneyard map mp_nightshift map mp_subbase map mp_crash map mp_trailerpark map mp_vacant map mp_nuked map mp_killhouse map mp_shipment map iw4_credits"
|
||||
|
||||
// vanilla script
|
||||
set perk_scavengerMode "0"
|
||||
set scr_deleteexplosivesonspawn "1"
|
||||
set scr_maxPerPlayerExplosives "2"
|
||||
set scr_nukeCancelMode "0"
|
||||
set scr_spawnpoint_forceindex ""
|
||||
set scr_spawnpointlospenalty ""
|
||||
set scr_spawnpointweaponpenalty ""
|
||||
set scr_spawnsimple ""
|
||||
set scr_spawn_enemyavoiddist ""
|
||||
|
||||
// _spawnlogic
|
||||
set scr_spawnpointfavorweight ""
|
||||
set scr_spawnpointdooutsidecheck ""
|
||||
|
||||
// iw4x
|
||||
set scr_player_forceautoassign "1"
|
||||
set scr_rankedmatch "1"
|
||||
set sv_enableJavelinBug "1"
|
||||
set g_playerEjection "0"
|
||||
set g_playerCollision "0"
|
||||
set sv_enableBounces "1"
|
||||
set iw4x_onelog ""
|
||||
|
||||
|
||||
// CUSTOM
|
||||
set bot_pvb_helper_noPlayersOnTeam "axis"
|
||||
set bot_pvb_helper_customBotClassTeam ""
|
||||
set scr_showHP "1"
|
||||
set scr_allowFPSBooster "1"
|
||||
set bot_sniperCheck "1"
|
||||
set dom_lastFlagUseTimeMulti "4.0"
|
||||
|
||||
// _class
|
||||
// set scr_allow_ "0"
|
||||
// scr_streakcount_ "15"
|
||||
set scr_default_primarys "m4,famas"
|
||||
set scr_default_secondarys "usp"
|
||||
set scr_default_perks1 "specialty_fastreload,specialty_scavenger"
|
||||
set scr_default_perks2 "specialty_bulletdamage"
|
||||
set scr_default_perks3 "specialty_bulletaccuracy,specialty_detectexplosive"
|
||||
set scr_default_equipment "frag_grenade_mp"
|
||||
set scr_default_offhand "smoke_grenade"
|
||||
set scr_default_deathstreak "none"
|
||||
set scr_restriction_messages 1
|
||||
set scr_num_flash 2
|
||||
set scr_num_stun 2
|
||||
|
||||
// _menus
|
||||
set scr_player_startteamselection "autoassign"
|
||||
set scr_player_forceclassselection ""
|
||||
set scr_player_allowChangeTeam "1"
|
||||
|
||||
// _bot
|
||||
set bots_main "1"
|
||||
set bots_main_GUIDs ""
|
||||
set bots_main_firstIsHost "0"
|
||||
set bots_main_waitForHostTime "10"
|
||||
set bots_manage_add "9"
|
||||
set bots_manage_fill "9"
|
||||
set bots_manage_fill_spec "0"
|
||||
set bots_manage_fill_mode "1"
|
||||
set bots_manage_fill_kick "1"
|
||||
set bots_team "axis"
|
||||
set bots_team_amount "0"
|
||||
set bots_team_force "1"
|
||||
set bots_team_mode "0"
|
||||
set bots_skill "8"
|
||||
set bots_skill_axis_hard "0"
|
||||
set bots_skill_axis_med "3"
|
||||
set bots_skill_allies_hard "0"
|
||||
set bots_skill_allies_med "0"
|
||||
set bots_loadout_reasonable "0"
|
||||
set bots_loadout_allow_op "0"
|
||||
set bots_loadout_rank "-1"
|
||||
set bots_loadout_prestige "-1"
|
||||
set bots_play_move "1"
|
||||
set bots_play_knife "1"
|
||||
set bots_play_fire "1"
|
||||
set bots_play_nade "1"
|
||||
set bots_play_take_carepackages "1"
|
||||
set bots_play_obj "1"
|
||||
set bots_play_camp "1"
|
||||
set bots_play_jumpdrop "1"
|
||||
set bots_play_target_other "1"
|
||||
set bots_play_killstreak "1"
|
||||
set bots_play_ads "1"
|
||||
|
||||
|
||||
// iw4madmin
|
||||
set sv_printradarupdates "1"
|
||||
|
||||
|
||||
// _killcam
|
||||
set scr_killcam_doSlowmo "1"
|
||||
|
||||
|
||||
// _gamelogic
|
||||
set scr_extraDamageFeedback "1"
|
||||
set scr_printDamage "1"
|
||||
set scr_disableKnife "0"
|
||||
set scr_intermissionTime "0"
|
||||
set scr_forceKillcam "1"
|
||||
set scr_forceKillcam_winnersKill "0"
|
||||
set scr_game_allowFinalKillcam "1"
|
||||
set scr_disableTurret "0"
|
||||
set scr_failCam "1"
|
||||
set scr_voting "1"
|
||||
set scr_voting_maps "mp_afghan,mp_favela,mp_highrise,mp_boneyard,mp_nightshift,mp_subbase,mp_terminal,mp_crash,mp_trailerpark,mp_vacant,mp_nuked,mp_killhouse,mp_shipment,iw4_credits"
|
||||
set scr_voting_time "26.0"
|
||||
set scr_voting_winTime "4.0"
|
||||
set scr_allow_intermission "0"
|
||||
set scr_voting_bots "0"
|
||||
set scr_nuke_increases_streak "0"
|
||||
set headshot_detach_head "1"
|
||||
set scr_killstreaks_increase_killstreak "1"
|
||||
set scr_postDeathDelayMod "1.0"
|
||||
|
||||
// _weapon
|
||||
set scr_allowDropWeaponOnCommand "1"
|
||||
set scr_allowPickUpEquipment "1"
|
||||
set scr_allowDropWeaponOnDeath "1"
|
||||
set scr_allowClaymoreBounces "1"
|
||||
set scr_extraTeamIcons "1"
|
||||
set scr_deleteNadeOnTeamChange "1"
|
||||
|
||||
// _perkfunctions
|
||||
set combathighIsJuiced "1"
|
||||
set onemanarmyRefillsTubes "1"
|
||||
set fix_onemanarmyFlareBug "0"
|
||||
|
||||
// _killstreaks
|
||||
set scr_killstreak_rollover "1"
|
||||
set scr_currentRolloverKillstreaksOnlyIncrease "1"
|
||||
set scr_killstreakHud "1"
|
||||
set scr_maxKillstreakRollover "1"
|
||||
set scr_killstreak_mod "0"
|
||||
set scr_killstreak_print "2"
|
||||
set scr_specialist "1"
|
||||
//set scr_specialist_killCount_ "4"
|
||||
set scr_specialist_perks1 "specialty_scavenger,specialty_fastreload,specialty_marathon"
|
||||
set scr_specialist_perks2 "specialty_bulletdamage,specialty_lightweight,specialty_coldblooded,specialty_explosivedamage,specialty_hardline"
|
||||
set scr_specialist_perks3 "specialty_bulletaccuracy,specialty_heartbreaker,specialty_detectexplosive,specialty_extendedmelee,specialty_localjammer"
|
||||
|
||||
// _nuke
|
||||
set scr_nuke_is_moab "1"
|
||||
set scr_nuke_kills_all "0"
|
||||
set scr_nuke_emp_duration "30"
|
||||
set scr_nuke_perm_vision "1"
|
||||
set scr_nuke_canCall_whenTimePassed "0"
|
||||
set scr_nuke_canCall_whenScoreLimitClose "0"
|
||||
set scr_nuke_canCall_whenScoreLimitClose_selfOnly "0"
|
||||
set scr_nuke_doSlowmo "2"
|
||||
|
||||
// _emp
|
||||
set scr_emp_doesFriendlyFire "0"
|
||||
set scr_emp_duration "60"
|
||||
|
||||
// _helicopter
|
||||
set scr_helicopter_allowQueue "0"
|
||||
set scr_helicopter_cobra_duration "30"
|
||||
set scr_helicopter_pavelow_duration "30"
|
||||
set scr_helicopter_apache_duration "30"
|
||||
set scr_helicopter_apache_health "1500"
|
||||
set scr_helicopter_apache_num_flares "1"
|
||||
set scr_helicopter_pavelow_health "3000"
|
||||
set scr_helicopter_pavelow_num_flares "1"
|
||||
set scr_helicopter_cobra_health "1500"
|
||||
set scr_helicopter_cobra_num_flares "0"
|
||||
|
||||
// _autosentry
|
||||
set scr_sentry_duration "360"
|
||||
set scr_sentry_killsIncreaseStreak "1"
|
||||
|
||||
// _airdrop
|
||||
set scr_airdrop_killstreaksIncreaseStreak "1"
|
||||
set scr_airdrop_patchDupeGlitch "0"
|
||||
|
||||
// _ac130
|
||||
set scr_ac130_duration "30"
|
||||
set scr_ac130_flares "1"
|
||||
set scr_ac130_fast "1"
|
||||
|
||||
// _uav
|
||||
set scr_uav_timeout "30"
|
||||
set scr_counter_uav_timeout "30"
|
||||
set scr_uav_forceon "0"
|
||||
set scr_uav_does_print "1"
|
||||
|
||||
// _airstrike
|
||||
set scr_harrier_duration "30"
|
||||
set scr_harrier_fast "1"
|
||||
set scr_airstrike_mutate_fix "1"
|
||||
set scr_airstrike_teamChangeFix "1"
|
||||
657
main/server.cfg
@@ -1,657 +0,0 @@
|
||||
///////////////////////////////////////////////////
|
||||
/// IW4x Server Configuration file //
|
||||
///////////////////////////////////////////////////
|
||||
//This config best view with Notepad++ OR //
|
||||
//Other non-windows notepad of your choice. //
|
||||
///////////////////////////////////////////////////
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// SERVER NAME & COLORS TIPS //
|
||||
//////////////////////////////////////////////////
|
||||
// //
|
||||
// ^1 Red //
|
||||
// ^2 Green //
|
||||
// ^3 yellow //
|
||||
// ^4 Blue //
|
||||
// ^5 Cyan //
|
||||
// ^6 Pink //
|
||||
// ^7 White //
|
||||
// ^8 Depends on the map you playing. //
|
||||
// American maps: Dark Green //
|
||||
// Russian maps: Dark Red //
|
||||
// British maps: Dark Blue //
|
||||
// ^9 grey //
|
||||
// ^0 Black //
|
||||
// ^: Rainbow colors //
|
||||
// //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
|
||||
set sv_hostname "^1Bot ^3War^5fare ^724/7 Rust 10x" // Sets the server hostname
|
||||
set sv_motd "^1Bot ^3War^5fare" // Sets a custom motd which is shown on the loadscreen when a player joins
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// ADMIN INFO //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set _Admin "INeedGames" // Your username.
|
||||
set _Email "ineedbots@outlook.com" // E-mail address. you can leave blank
|
||||
set _Website "http://www.moddb.com/mods/bot-warfare" // Website
|
||||
set _Location "Canada - West" // Location
|
||||
|
||||
set sv_wwwBaseURL "http://rawcdn.githack.com/ineedbots/www_host/main/iw4x/"
|
||||
set sv_wwwDownload "1"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// NON-GAMEPLAY CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set sv_securityLevel "23" // Configures the servers security level.
|
||||
set sv_customTextColor "" // custom color for ^;
|
||||
set g_password "" // Password Protected Server. Leave blank if you want players to join
|
||||
set g_inactivity "180" // Enable auto kick feature for idle/AFK players
|
||||
set g_inactivitySpectator "180" // Time in seconds before a spectator gets kicked
|
||||
set g_logSync "1" // 1 always flush games_mp.log, 0 only flush on game end
|
||||
set g_log "logs/server/games_mp.log" // Gamelog filename. If you edit this..make sure you change B3.xml if you have bigbrotherbot.
|
||||
set sv_allowClientConsole "1" // Enable or Disable players ability to access server commands
|
||||
set sv_maxclients "18" // Max players in your server.
|
||||
set sv_maxPing "0" // (BUGGED) Maximum ping allowed, any higher and players will get kicked.( If you get 'server is for low ping players only', set this to 0)
|
||||
set sv_timeout "20" // Timeout time period. You will timeout after (20) seconds when attempting to connect or if you are getting connection interruptions
|
||||
set sv_reconnectlimit "3" // How many times you can try to reconnect
|
||||
set com_logFilter "1" // Removes ~95% of unneeded lines from the log.
|
||||
set sv_pure "0" // verifying cilent files
|
||||
set sv_sayName "^7Console" // name server-side 'say' commands show up as
|
||||
set sv_floodProtect "1" // Chat Spam Protection
|
||||
set sv_kickBanTime "300" // Kick Ban Duration. Time before player can re-join the server after getting kicked.
|
||||
set party_enable "0" // Lobby Mode Server. Read the wiki more about this. If you want sv_maprotation & control your gametype settings. Leave this at 0.
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// BASE GAME CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// //
|
||||
// war - Team Deathmatch //
|
||||
// dm - Free-for-all //
|
||||
// dom - Domination //
|
||||
// koth - Headquarters //
|
||||
// sab - Sabotage //
|
||||
// sd - Search and Destroy //
|
||||
// arena - Arena //
|
||||
// dd - Demolition //
|
||||
// ctf - Capture the Flag //
|
||||
// oneflag - One-Flag CTF //
|
||||
// gtnw - Global Thermo-Nuclear War //
|
||||
// //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set g_gametype "dom" // Defualt gametype in case map rotation doesnt have any gametypes. Choose a gametype from the list above.
|
||||
set scr_player_forcerespawn "1" // Players respawn automatically after being fragged
|
||||
set scr_thirdperson "0" // third-person mode
|
||||
set scr_game_hardpoints "1" // Enable/Disable Killstreak rewards
|
||||
set scr_hardpoint_allowhelicopter "1" // Allow Attack Helicopters
|
||||
set scr_hardpoint_allowuav "1" // Allow UAV
|
||||
set scr_hardpoint_allowartillery "1" // Allow Airstrikes
|
||||
set scr_game_perks "1" // Allow players to have perks
|
||||
set scr_game_allowkillcam "1" // Allow Killcam.
|
||||
set scr_nukeTimer "10" // Timer when nuke goes off
|
||||
set scr_diehard "0" // die-hard mode. Teammates will have to relieve each other.
|
||||
set scr_teambalance "0" // Enable or Disable auto balance.
|
||||
set scr_game_spectatetype "2" // Allow Spectators. 0 Disabled, 1 Team/Player only, 2 Free
|
||||
set scr_player_suicidespawndelay "0" // Wait before you respawn if you committed suicide.
|
||||
set scr_player_sprinttime "4" // Sprint time, duration a player can run.
|
||||
set scr_game_killstreakdelay "8" // Delay your killstreaks
|
||||
set scr_game_objectiveStreaks "1" // Enable Chopper, AC130 and Nuke
|
||||
set scr_classic "0" // Enable IW3 killstreak system
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// XP BOOST CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// uncomment below commands for XP config //
|
||||
// by removing the // before each set dvar. //
|
||||
// Change "war" gametype to your liking. //
|
||||
// //
|
||||
// DO NOT ABUSE! Some people like to rank. //
|
||||
// DON'T BE A DICK! Warn HIGH XP via hostname. //
|
||||
// Don't know what you doing? Dont touch it! //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_xpscale "10" // IWs way of Double XP.
|
||||
|
||||
//set scr_war_score_kill "0" // Amount of XP by each kill.
|
||||
//set scr_war_score_headshot "0" // Amount of XP by each headshot.
|
||||
//set scr_war_score_death "0" // Amount of XP by each death.
|
||||
//set scr_war_score_suicide "0" // Amount of XP by each suicide.
|
||||
//set scr_war_score_assist "0" // Amount of XP by each assist.
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// HARDCORE CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// uncomment below commands for some hardcore //
|
||||
// by removing the // before each set dvar. //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
// set g_hardcore "1" // Enable hardcore mode
|
||||
// set scr_hardcore "1" // Enable hardcore mode again...
|
||||
// set ui_hud_hardcore "1" // Removes Heads up display in hardcore mode.
|
||||
// set scr_game_deathpointloss "0" // Points Loss on death XP.
|
||||
// set scr_game_onlyheadshots "0" // Enable/Disable Only Headshots mode. You can only kill players by taking headshots.
|
||||
// set scr_player_maxhealth "30" // Percent of Health players will have on Respawn.
|
||||
// set scr_team_fftype "1" // Enable or Disable Friendly Fire. 1 on, 2 reflect, 3 shared
|
||||
// set scr_player_healthregentime "0" // Time it takes you to recover damage.
|
||||
// set scr_team_kickteamkillers "5" // Anyone who team kills, gets kicked automatically if you enable this feature.
|
||||
// set scr_team_teamkillspawndelay "20" // Team Killer gets a respawn penalty of specified seconds (20).
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// AIRDROP CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// uncomment below commands for airdrop config //
|
||||
// by removing the // before each set dvar. //
|
||||
// //
|
||||
// Weight (1->1000) //
|
||||
// Selection is weighted random //
|
||||
// higher weights increase selection chance //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
// set scr_airdrop_ac130 "3"
|
||||
set scr_airdrop_ammo "15"
|
||||
// set scr_airdrop_counter_uav "15"
|
||||
set scr_airdrop_emp "2"
|
||||
// set scr_airdrop_harrier_airstrike "7"
|
||||
// set scr_airdrop_helicopter "7"
|
||||
// set scr_airdrop_helicopter_flares "5"
|
||||
// set scr_airdrop_helicopter_minigun "3"
|
||||
set scr_airdrop_nuke "1"
|
||||
// set scr_airdrop_precision_airstrike "11"
|
||||
// set scr_airdrop_predator_missile "12"
|
||||
// set scr_airdrop_sentry "12"
|
||||
// set scr_airdrop_stealth_airstrike "5"
|
||||
// set scr_airdrop_uav "17"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// EMERGENCY AIRDROP CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// uncomment below commands for airdrop config //
|
||||
// by removing the // before each set dvar. //
|
||||
// //
|
||||
// Weight (1->1000) //
|
||||
// Selection is weighted random //
|
||||
// higher weights increase selection chance //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
// set scr_airdrop_mega_ac130 "2"
|
||||
set scr_airdrop_mega_ammo "9"
|
||||
// set scr_airdrop_mega_counter_uav "16"
|
||||
set scr_airdrop_mega_emp "2"
|
||||
// set scr_airdrop_mega_harrier_airstrike "5"
|
||||
// set scr_airdrop_mega_helicopter "5"
|
||||
// set scr_airdrop_mega_helicopter_flares "3"
|
||||
// set scr_airdrop_mega_helicopter_minigun "2"
|
||||
set scr_airdrop_mega_nuke "1"
|
||||
// set scr_airdrop_mega_precision_airstrike "10"
|
||||
// set scr_airdrop_mega_predator_missile "14"
|
||||
// set scr_airdrop_mega_sentry "16"
|
||||
// set scr_airdrop_mega_stealth_airstrike "3"
|
||||
// set scr_airdrop_mega_uav "12"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// FREE FOR ALL GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_dm_scorelimit "10000" // Score limit to win the game.
|
||||
set scr_dm_timelimit "10" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_dm_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_dm_numlives "0" // Number of lives per player 0 for unlimited.
|
||||
set scr_dm_roundlimit "1" // Rounds per game.
|
||||
set scr_dm_winlimit "1" // amount of wins needed to win a round-based game
|
||||
set scr_dm_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// TEAM DEATHMATCH GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_war_scorelimit "25600" // Score limit to win the game.
|
||||
set scr_war_timelimit "10" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_war_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_war_waverespawndelay "0" // Duration is seconds before the first respawn in each round.
|
||||
set scr_war_numlives "0" // Number of lives per player 0 for unlimited.
|
||||
set scr_war_roundlimit "1" // Rounds per game.
|
||||
set scr_war_winlimit "1" // amount of wins needed to win a round-based game
|
||||
set scr_war_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// DOMINATION GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_dom_scorelimit "300" // Score limit to win the game.
|
||||
set scr_dom_timelimit "30" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_dom_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_dom_waverespawndelay "0" // Duration is seconds before the first respawn in each round.
|
||||
set scr_dom_numlives "0" // Number of lives per player per game. 0 is unlimited.
|
||||
set scr_dom_roundlimit "1" // Rounds per game
|
||||
set scr_dom_winlimit "1" // amount of wins needed to win a round-based game
|
||||
set scr_dom_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// DEMOLITION GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_dd_scorelimit "1" // Score limit needed to win.
|
||||
set scr_dd_timelimit "2.5" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_dd_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_dd_waverespawndelay "0" // Duration is seconds before the first respawn in each round.
|
||||
set scr_dd_numlives "0" // Number of lives per player per game. 0 is unlimited.
|
||||
set scr_dd_roundswitch "1" // Rounds before the teams switch the sides.
|
||||
set scr_dd_bombtimer "45" // Time the bomb takes to detonate.
|
||||
set scr_dd_defusetime "5" // Time taken to defuse the bomb.
|
||||
set scr_dd_planttime "5" // Time it takes to plant a bomb in seconds.
|
||||
set scr_dd_roundlimit "3" // Rounds the game is limited to, if there are no winners.
|
||||
set scr_dd_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// SEARCH AND DESTROY GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_sd_scorelimit "1" // Score limit required to win the game.
|
||||
set scr_sd_timelimit "2.5" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_sd_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_sd_waverespawndelay "0" // Duration is seconds before the first respawn in each round.
|
||||
set scr_sd_numlives "1" // Number of lives per player per game.
|
||||
set scr_sd_roundlimit "0" // Rounds the game is limited to 0 for unlimited.
|
||||
set scr_sd_winlimit "4" // amount of wins needed to win a round-based game.
|
||||
set scr_sd_roundswitch "3" // after X rounds, switch sides.
|
||||
set scr_sd_bombtimer "45" // Time taken for the bomb to detonate.
|
||||
set scr_sd_defusetime "5" // Time taken to defuse the bomb.
|
||||
set scr_sd_multibomb "0" // allow multiple people to 'have the bomb'.
|
||||
set scr_sd_planttime "5" // How long will it take player to 'plant the bomb'.
|
||||
set scr_sd_promode "0"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// SABOTAGE GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_sab_scorelimit "0" // Score limit to win the match.
|
||||
set scr_sab_timelimit "20" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_sab_bombtimer "30" // Duration in seconds the bomb takes to detonate.
|
||||
set scr_sab_defusetime "5" // Time taken to defuse the bomb.
|
||||
set scr_sab_hotpotato "0" // One bomb that the teams must fight over. One defending and one have to plant at the site.
|
||||
set scr_sab_numlives "0" // Number of lives per player per game.
|
||||
set scr_sab_planttime "2.5" // Time taken to plant the bomb.
|
||||
set scr_sab_playerrespawndelay "7.5" // Time before respawn.
|
||||
set scr_sab_roundlimit "1" // Rounds per game.
|
||||
set scr_sab_roundswitch "1" // Rounds needed to be played before the teams switch sides.
|
||||
set scr_sab_waverespawndelay "0" // Time delay for first respawn before the game.
|
||||
set scr_sab_promode "0"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// CAPTURE THE FLAG GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_ctf_scorelimit "0" // Target score before the round ends.
|
||||
set scr_ctf_timelimit "10" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_ctf_numlives "0" // Number of lives per player 0 for unlimited.
|
||||
set scr_ctf_halftime "1" // Half-Time
|
||||
set scr_ctf_roundlimit "1" // How many rounds match would last.
|
||||
set scr_ctf_returntime "30" // How many seconds before flag returns to base without nobody touching it.
|
||||
set scr_ctf_playerrespawndelay "0" // Respawn wait in seconds.
|
||||
set scr_ctf_waverespawndelay "10" // Time delay for first respawn before the game.
|
||||
set scr_ctf_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// ONE FLAG GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_oneflag_scorelimit "1" // Target score before the round ends.
|
||||
set scr_oneflag_timelimit "3" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_oneflag_numlives "0" // number of lives per player 0 for unlimited.
|
||||
set scr_oneflag_playerrespawndelay "0" // Respawn wait in seconds.
|
||||
set scr_oneflag_roundlimit "1" // How many rounds match would last.
|
||||
set scr_oneflag_roundswitch "1" // Rounds before the teams switch sides.
|
||||
set scr_oneflag_waverespawndelay "0" // First respawn delay for each round.
|
||||
set scr_oneflag_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// HEADQUARTERS GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_koth_scorelimit "250" // Score limit to win the game.
|
||||
set scr_koth_timelimit "15" // Duration in minutes the game will continue if the score isnt reached.
|
||||
set scr_koth_numlives "0" // Number of lives per game. 0 for unlimited.
|
||||
set scr_koth_playerrespawndelay "0" // Players respawn wait.
|
||||
set scr_koth_roundlimit "1" // Rounds to be played.
|
||||
set scr_koth_roundswitch "1" // Rounds to be played before teams switch sides.
|
||||
set scr_koth_winlimit "1" // rounds per game
|
||||
set scr_koth_waverespawndelay "0" // First respawn delay for each round.
|
||||
set scr_koth_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// ARENA GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_arena_scorelimit "1" // Score limit to win the game.
|
||||
set scr_arena_timelimit "2.5" // Duration in minutes the game will continue if the score isnt reached.
|
||||
set scr_arena_numlives "1" // Number of lives per game 0 for unlimited.
|
||||
set scr_arena_roundlimit "0" // Rounds to be played.
|
||||
set scr_arena_roundswitch "3" // Rounds before the teams switch sides.
|
||||
set scr_arena_winlimit "4" // rounds per game
|
||||
set scr_arena_promode "0"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// GLOBAL THERMONUCLEAR WAR GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_gtnw_scorelimit "101" // Score limit to win the game.
|
||||
set scr_gtnw_timelimit "10" // Duration in minutes the game will continue if the score isnt reached.
|
||||
set scr_gtnw_numlives "0" // Number of lives per game 0 for unlimited.
|
||||
set scr_gtnw_playerrespawndelay "0" // Players respawn wait.
|
||||
set scr_gtnw_roundlimit "1" // Rounds to be played.
|
||||
set scr_gtnw_roundswitch "0" // Rounds before the teams switch sides.
|
||||
set scr_gtnw_winlimit "1" // rounds per game
|
||||
set scr_gtnw_waverespawndelay "0" // First respawn delay for each round.
|
||||
set scr_gtnw_promode "0"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// MAP ROTATION TIPS //
|
||||
//////////////////////////////////////////////////
|
||||
// //
|
||||
//Example: sv_maprotation "map mp_bloc map mp_" //
|
||||
// //
|
||||
// mp_afghan - Afghan //
|
||||
// mp_derail - Derail //
|
||||
// mp_estate - Estate //
|
||||
// mp_favela - Favela //
|
||||
// mp_highrise - Highrise //
|
||||
// mp_invasion - Invasion //
|
||||
// mp_checkpoint - Karachi //
|
||||
// mp_quarry - Quarry //
|
||||
// mp_rundown - Rundown //
|
||||
// mp_rust - Rust //
|
||||
// mp_boneyard - Scrapyard //
|
||||
// mp_nightshift - Skidrow //
|
||||
// mp_subbase - Sub Base //
|
||||
// mp_terminal - Terminal //
|
||||
// mp_underpass - Underpass //
|
||||
// mp_brecourt - Wasteland //
|
||||
// //
|
||||
//// DLC1 STIMULUS ///////////////////////////////
|
||||
// Make sure you have them all installed on your//
|
||||
// server. //
|
||||
// //
|
||||
// mp_complex - Bailout //
|
||||
// mp_crash - Crash //
|
||||
// mp_overgrown - Overgrown //
|
||||
// mp_compact - Salvage //
|
||||
// mp_storm - Storm //
|
||||
// //
|
||||
//// DLC2 RESURGENCE /////////////////////////////
|
||||
// //
|
||||
// mp_abandon - Carnival //
|
||||
// mp_fuel2 - Fuel //
|
||||
// mp_strike - Strike //
|
||||
// mp_trailerpark - Trailer Park //
|
||||
// mp_vacant - Vacant //
|
||||
// //
|
||||
//// DLC3 NUKETOWN ///////////////////////////////
|
||||
// //
|
||||
// mp_nuked - Nuketown //
|
||||
// //
|
||||
/// DLC4 CLASSICS 1 //////////////////////////////
|
||||
// //
|
||||
// mp_cross_fire - Crossfire //
|
||||
// mp_bloc - Bloc //
|
||||
// mp_cargoship - Cargoship //
|
||||
// //
|
||||
/// DLC5 CLASSICS 2 //////////////////////////////
|
||||
// //
|
||||
// mp_killhouse - Killhouse //
|
||||
// mp_bog_sh - Bog //
|
||||
// //
|
||||
/// DLC6 FREIGHTER ///////////////////////////////
|
||||
// //
|
||||
// mp_cargoship_sh - Freighter //
|
||||
// //
|
||||
/// DLC7 RESURRECTION ////////////////////////////
|
||||
// //
|
||||
// mp_shipment_long - Long:Shipment //
|
||||
// mp_rust_long - Long: Rust //
|
||||
// mp_firingrange - Firing Range //
|
||||
// //
|
||||
/// DLC8 RECYCLED ////////////////////////////////
|
||||
// //
|
||||
// mp_storm_spring - Chemical Plant //
|
||||
// mp_fav_tropical - Tropical: Favela //
|
||||
// mp_estate_tropical - Tropical: Estate //
|
||||
// mp_crash_tropical - Tropical: Crash //
|
||||
// mp_bloc_sh - Forgotten City //
|
||||
// //
|
||||
/// SP MAPS to MP ////////////////////////////////
|
||||
// //
|
||||
// oilrig - Oilrig //
|
||||
// iw4_credits - Test map //
|
||||
// co_hunted - Village //
|
||||
// //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
///////////////////////////////////////////////////////
|
||||
// GAMETYPE ROTATION TIPS //
|
||||
///////////////////////////////////////////////////////
|
||||
// //
|
||||
// Example: set sv_maprotation //
|
||||
// "gametype dm map mp_rust gametype war map oilrig" //
|
||||
// //
|
||||
// war - Team Deathmatch //
|
||||
// dm - Free-for-all //
|
||||
// dom - Domination //
|
||||
// koth - Headquarters //
|
||||
// sab - Sabotage //
|
||||
// sd - Search and Destroy //
|
||||
// arena - Arena //
|
||||
// dd - Demolition //
|
||||
// ctf - Capture the Flag //
|
||||
// oneflag - One-Flag CTF //
|
||||
// gtnw - Global Thermo-Nuclear War //
|
||||
// //
|
||||
///////////////////////////////////////////////////////
|
||||
|
||||
|
||||
set sv_maprotation "map mp_rust"
|
||||
|
||||
// vanilla script
|
||||
set perk_scavengerMode "0"
|
||||
set scr_deleteexplosivesonspawn "1"
|
||||
set scr_maxPerPlayerExplosives "2"
|
||||
set scr_nukeCancelMode "0"
|
||||
set scr_spawnpoint_forceindex ""
|
||||
set scr_spawnpointlospenalty ""
|
||||
set scr_spawnpointweaponpenalty ""
|
||||
set scr_spawnsimple ""
|
||||
set scr_spawn_enemyavoiddist ""
|
||||
|
||||
// _spawnlogic
|
||||
set scr_spawnpointfavorweight ""
|
||||
set scr_spawnpointdooutsidecheck ""
|
||||
|
||||
// iw4x
|
||||
set scr_player_forceautoassign "1"
|
||||
set scr_rankedmatch "1"
|
||||
set sv_enableJavelinBug "1"
|
||||
set g_playerEjection "0"
|
||||
set g_playerCollision "0"
|
||||
set sv_enableBounces "1"
|
||||
set iw4x_onelog ""
|
||||
|
||||
|
||||
// CUSTOM
|
||||
set bot_pvb_helper_noPlayersOnTeam ""
|
||||
set bot_pvb_helper_customBotClassTeam ""
|
||||
set scr_showHP "1"
|
||||
set scr_allowFPSBooster "1"
|
||||
|
||||
// _class
|
||||
// set scr_allow_ "0"
|
||||
// scr_streakcount_ "15"
|
||||
set scr_default_primarys "m4,famas"
|
||||
set scr_default_secondarys "usp"
|
||||
set scr_default_perks1 "specialty_fastreload,specialty_scavenger"
|
||||
set scr_default_perks2 "specialty_bulletdamage"
|
||||
set scr_default_perks3 "specialty_bulletaccuracy,specialty_detectexplosive"
|
||||
set scr_default_equipment "frag_grenade_mp"
|
||||
set scr_default_offhand "smoke_grenade"
|
||||
set scr_default_deathstreak "none"
|
||||
set scr_restriction_messages 1
|
||||
set scr_num_flash 2
|
||||
set scr_num_stun 2
|
||||
|
||||
// _menus
|
||||
set scr_player_startteamselection "autoassign"
|
||||
set scr_player_forceclassselection ""
|
||||
set scr_player_allowChangeTeam "1"
|
||||
|
||||
// _bot
|
||||
set bots_main "1"
|
||||
set bots_main_GUIDs ""
|
||||
set bots_main_firstIsHost "0"
|
||||
set bots_main_waitForHostTime "10"
|
||||
set bots_manage_add "12"
|
||||
set bots_manage_fill "12"
|
||||
set bots_manage_fill_spec "0"
|
||||
set bots_manage_fill_mode "0"
|
||||
set bots_manage_fill_kick "1"
|
||||
set bots_team "autoassign"
|
||||
set bots_team_amount "0"
|
||||
set bots_team_force "1"
|
||||
set bots_team_mode "0"
|
||||
set bots_skill "0"
|
||||
set bots_skill_axis_hard "0"
|
||||
set bots_skill_axis_med "0"
|
||||
set bots_skill_allies_hard "0"
|
||||
set bots_skill_allies_med "0"
|
||||
set bots_loadout_reasonable "1"
|
||||
set bots_loadout_allow_op "0"
|
||||
set bots_loadout_rank "-1"
|
||||
set bots_loadout_prestige "-1"
|
||||
set bots_play_move "1"
|
||||
set bots_play_knife "1"
|
||||
set bots_play_fire "1"
|
||||
set bots_play_nade "1"
|
||||
set bots_play_take_carepackages "1"
|
||||
set bots_play_obj "1"
|
||||
set bots_play_camp "1"
|
||||
set bots_play_jumpdrop "1"
|
||||
set bots_play_target_other "1"
|
||||
set bots_play_killstreak "1"
|
||||
set bots_play_ads "1"
|
||||
|
||||
|
||||
// iw4madmin
|
||||
set sv_printradarupdates "1"
|
||||
|
||||
|
||||
// _killcam
|
||||
set scr_killcam_doSlowmo "1"
|
||||
|
||||
|
||||
// _gamelogic
|
||||
set scr_extraDamageFeedback "1"
|
||||
set scr_printDamage "1"
|
||||
set scr_disableKnife "0"
|
||||
set scr_intermissionTime "0"
|
||||
set scr_forceKillcam "1"
|
||||
set scr_forceKillcam_winnersKill "0"
|
||||
set scr_game_allowFinalKillcam "1"
|
||||
set scr_disableTurret "0"
|
||||
set scr_failCam "1"
|
||||
set scr_voting "0"
|
||||
set scr_voting_maps "mp_rust,mp_terminal"
|
||||
set scr_voting_time "26.0"
|
||||
set scr_voting_winTime "4.0"
|
||||
set scr_allow_intermission "0"
|
||||
set scr_voting_bots "0"
|
||||
set scr_nuke_increases_streak "0"
|
||||
set headshot_detach_head "1"
|
||||
set scr_killstreaks_increase_killstreak "1"
|
||||
set scr_postDeathDelayMod "1.0"
|
||||
|
||||
// _weapon
|
||||
set scr_allowDropWeaponOnCommand "1"
|
||||
set scr_allowPickUpEquipment "1"
|
||||
set scr_allowDropWeaponOnDeath "1"
|
||||
set scr_allowClaymoreBounces "1"
|
||||
set scr_extraTeamIcons "1"
|
||||
set scr_deleteNadeOnTeamChange "1"
|
||||
|
||||
// _perkfunctions
|
||||
set combathighIsJuiced "1"
|
||||
set onemanarmyRefillsTubes "1"
|
||||
set fix_onemanarmyFlareBug "0"
|
||||
|
||||
// _killstreaks
|
||||
set scr_killstreak_rollover "1"
|
||||
set scr_currentRolloverKillstreaksOnlyIncrease "1"
|
||||
set scr_killstreakHud "1"
|
||||
set scr_maxKillstreakRollover "1"
|
||||
set scr_killstreak_mod "0"
|
||||
set scr_killstreak_print "2"
|
||||
set scr_specialist "1"
|
||||
//set scr_specialist_killCount_ "4"
|
||||
set scr_specialist_perks1 "specialty_scavenger,specialty_fastreload,specialty_marathon"
|
||||
set scr_specialist_perks2 "specialty_bulletdamage,specialty_lightweight,specialty_coldblooded,specialty_explosivedamage,specialty_hardline"
|
||||
set scr_specialist_perks3 "specialty_bulletaccuracy,specialty_heartbreaker,specialty_detectexplosive,specialty_extendedmelee,specialty_localjammer"
|
||||
|
||||
// _nuke
|
||||
set scr_nuke_is_moab "1"
|
||||
set scr_nuke_kills_all "0"
|
||||
set scr_nuke_emp_duration "30"
|
||||
set scr_nuke_perm_vision "1"
|
||||
set scr_nuke_canCall_whenTimePassed "0"
|
||||
set scr_nuke_canCall_whenScoreLimitClose "0"
|
||||
set scr_nuke_canCall_whenScoreLimitClose_selfOnly "0"
|
||||
set scr_nuke_doSlowmo "2"
|
||||
|
||||
// _emp
|
||||
set scr_emp_doesFriendlyFire "0"
|
||||
set scr_emp_duration "60"
|
||||
|
||||
// _helicopter
|
||||
set scr_helicopter_allowQueue "0"
|
||||
set scr_helicopter_cobra_duration "30"
|
||||
set scr_helicopter_pavelow_duration "30"
|
||||
set scr_helicopter_apache_duration "30"
|
||||
set scr_helicopter_apache_health "1500"
|
||||
set scr_helicopter_apache_num_flares "1"
|
||||
set scr_helicopter_pavelow_health "3000"
|
||||
set scr_helicopter_pavelow_num_flares "1"
|
||||
set scr_helicopter_cobra_health "1500"
|
||||
set scr_helicopter_cobra_num_flares "0"
|
||||
|
||||
// _autosentry
|
||||
set scr_sentry_duration "360"
|
||||
set scr_sentry_killsIncreaseStreak "1"
|
||||
|
||||
// _airdrop
|
||||
set scr_airdrop_killstreaksIncreaseStreak "1"
|
||||
set scr_airdrop_patchDupeGlitch "0"
|
||||
|
||||
// _ac130
|
||||
set scr_ac130_duration "30"
|
||||
set scr_ac130_flares "1"
|
||||
set scr_ac130_fast "1"
|
||||
|
||||
// _uav
|
||||
set scr_uav_timeout "30"
|
||||
set scr_counter_uav_timeout "30"
|
||||
set scr_uav_forceon "0"
|
||||
set scr_uav_does_print "1"
|
||||
|
||||
// _airstrike
|
||||
set scr_harrier_duration "30"
|
||||
set scr_harrier_fast "1"
|
||||
set scr_airstrike_mutate_fix "1"
|
||||
set scr_airstrike_teamChangeFix "1"
|
||||
1331
maps/mp/bots/_bot.gsc
Normal file
@@ -15,8 +15,10 @@
|
||||
*/
|
||||
init()
|
||||
{
|
||||
if ( getDvar( "bots_main_chat" ) == "" )
|
||||
setDvar( "bots_main_chat", 1.0 );
|
||||
if ( getdvar( "bots_main_chat" ) == "" )
|
||||
{
|
||||
setdvar( "bots_main_chat", 1.0 );
|
||||
}
|
||||
|
||||
level thread onBotConnected();
|
||||
}
|
||||
@@ -39,20 +41,25 @@ onBotConnected()
|
||||
*/
|
||||
BotDoChat( chance, string, isTeam )
|
||||
{
|
||||
mod = getDvarFloat( "bots_main_chat" );
|
||||
mod = getdvarfloat( "bots_main_chat" );
|
||||
|
||||
if ( mod <= 0.0 )
|
||||
return;
|
||||
|
||||
if ( chance >= 100 || mod >= 100.0 ||
|
||||
( RandomInt( 100 ) < ( chance * mod ) + 0 ) )
|
||||
{
|
||||
if ( isDefined( isTeam ) && isTeam )
|
||||
return;
|
||||
}
|
||||
|
||||
if ( chance >= 100 || mod >= 100.0 || ( randomint( 100 ) < ( chance * mod ) + 0 ) )
|
||||
{
|
||||
if ( isdefined( isTeam ) && isTeam )
|
||||
{
|
||||
self sayteam( string );
|
||||
}
|
||||
else
|
||||
{
|
||||
self sayall( string );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
Threads for bots
|
||||
@@ -80,12 +87,14 @@ start_onnuke_call()
|
||||
|
||||
for ( ;; )
|
||||
{
|
||||
while ( !isDefined( level.nukeIncoming ) && !isDefined( level.moabIncoming ) )
|
||||
wait 0.05 + randomInt( 4 );
|
||||
while ( !isdefined( level.nukeincoming ) && !isdefined( level.moabincoming ) )
|
||||
{
|
||||
wait 0.05 + randomint( 4 );
|
||||
}
|
||||
|
||||
self thread bot_onnukecall_watch();
|
||||
|
||||
wait level.nukeTimer + 5;
|
||||
wait level.nuketimer + 5;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -100,9 +109,9 @@ start_death_watch()
|
||||
{
|
||||
self waittill( "death" );
|
||||
|
||||
self thread bot_chat_death_watch( self.lastAttacker, self.bots_lastKS );
|
||||
self thread bot_chat_death_watch( self.lastattacker, self.bots_lastks );
|
||||
|
||||
self.bots_lastKS = 0;
|
||||
self.bots_lastks = 0;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -129,13 +138,15 @@ start_random_chat()
|
||||
{
|
||||
wait 1;
|
||||
|
||||
if ( randomInt( 100 ) < 1 )
|
||||
if ( randomint( 100 ) < 1 )
|
||||
{
|
||||
if ( randomint( 100 ) < 1 && isreallyalive( self ) )
|
||||
{
|
||||
if ( randomInt( 100 ) < 1 && isReallyAlive( self ) )
|
||||
self thread doQuickMessage();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
Got a kill
|
||||
@@ -144,23 +155,23 @@ start_killed_watch()
|
||||
{
|
||||
self endon( "disconnect" );
|
||||
|
||||
self.bots_lastKS = 0;
|
||||
self.bots_lastks = 0;
|
||||
|
||||
for ( ;; )
|
||||
{
|
||||
self waittill( "killed_enemy" );
|
||||
|
||||
if ( self.bots_lastKS < self.pers["cur_kill_streak"] )
|
||||
if ( self.bots_lastks < self.pers[ "cur_kill_streak" ] )
|
||||
{
|
||||
for ( i = self.bots_lastKS + 1; i <= self.pers["cur_kill_streak"]; i++ )
|
||||
for ( i = self.bots_lastks + 1; i <= self.pers[ "cur_kill_streak" ]; i++ )
|
||||
{
|
||||
self thread bot_chat_streak( i );
|
||||
}
|
||||
}
|
||||
|
||||
self.bots_lastKS = self.pers["cur_kill_streak"];
|
||||
self.bots_lastks = self.pers[ "cur_kill_streak" ];
|
||||
|
||||
self thread bot_chat_killed_watch( self.lastKilledPlayer );
|
||||
self thread bot_chat_killed_watch( self.lastkilledplayer );
|
||||
}
|
||||
}
|
||||
|
||||
@@ -301,10 +312,31 @@ start_chat_watch()
|
||||
case "vip":
|
||||
self thread bot_chat_vip_watch( a, b, c, d, e, f, g );
|
||||
break;
|
||||
|
||||
case "connection":
|
||||
self thread bot_chat_connection_player_watch( a, b, c, d, e, f, g );
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
When a player connected
|
||||
*/
|
||||
bot_chat_connection_player_watch( conn, player, playername, d, e, f, g )
|
||||
{
|
||||
self endon( "disconnect" );
|
||||
|
||||
switch ( conn )
|
||||
{
|
||||
case "connected":
|
||||
break;
|
||||
|
||||
case "disconnected":
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
start_startgame_watch
|
||||
*/
|
||||
@@ -469,12 +501,14 @@ start_startgame_watch()
|
||||
*/
|
||||
hasKillstreak( streakname )
|
||||
{
|
||||
loadoutKillstreak1 = self getPlayerData( "killstreaks", 0 );
|
||||
loadoutKillstreak2 = self getPlayerData( "killstreaks", 1 );
|
||||
loadoutKillstreak3 = self getPlayerData( "killstreaks", 2 );
|
||||
loadoutKillstreak1 = self getplayerdata( "killstreaks", 0 );
|
||||
loadoutKillstreak2 = self getplayerdata( "killstreaks", 1 );
|
||||
loadoutKillstreak3 = self getplayerdata( "killstreaks", 2 );
|
||||
|
||||
if ( loadoutKillstreak1 == streakname || loadoutKillstreak2 == streakname || loadoutKillstreak3 == streakname )
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
@@ -487,7 +521,7 @@ doQuickMessage()
|
||||
self endon( "disconnect" );
|
||||
self endon( "death" );
|
||||
|
||||
if ( !isDefined( self.talking ) || !self.talking )
|
||||
if ( !isdefined( self.talking ) || !self.talking )
|
||||
{
|
||||
self.talking = true;
|
||||
soundalias = "";
|
||||
@@ -525,16 +559,18 @@ doQuickMessage()
|
||||
|
||||
if ( soundalias != "" && saytext != "" )
|
||||
{
|
||||
self maps\mp\gametypes\_quickmessages::saveHeadIcon();
|
||||
self maps\mp\gametypes\_quickmessages::doQuickMessage( soundalias, saytext );
|
||||
self maps\mp\gametypes\_quickmessages::saveheadicon();
|
||||
self maps\mp\gametypes\_quickmessages::doquickmessage( soundalias, saytext );
|
||||
wait 2;
|
||||
self maps\mp\gametypes\_quickmessages::restoreHeadIcon();
|
||||
self maps\mp\gametypes\_quickmessages::restoreheadicon();
|
||||
}
|
||||
else
|
||||
{
|
||||
if ( randomint( 100 ) < 1 )
|
||||
{
|
||||
self BotDoChat( 1, maps\mp\bots\_bot_utility::keyCodeToString( 2 ) + maps\mp\bots\_bot_utility::keyCodeToString( 17 ) + maps\mp\bots\_bot_utility::keyCodeToString( 4 ) + maps\mp\bots\_bot_utility::keyCodeToString( 3 ) + maps\mp\bots\_bot_utility::keyCodeToString( 8 ) + maps\mp\bots\_bot_utility::keyCodeToString( 19 ) + maps\mp\bots\_bot_utility::keyCodeToString( 27 ) + maps\mp\bots\_bot_utility::keyCodeToString( 19 ) + maps\mp\bots\_bot_utility::keyCodeToString( 14 ) + maps\mp\bots\_bot_utility::keyCodeToString( 27 ) + maps\mp\bots\_bot_utility::keyCodeToString( 8 ) + maps\mp\bots\_bot_utility::keyCodeToString( 13 ) + maps\mp\bots\_bot_utility::keyCodeToString( 4 ) + maps\mp\bots\_bot_utility::keyCodeToString( 4 ) + maps\mp\bots\_bot_utility::keyCodeToString( 3 ) + maps\mp\bots\_bot_utility::keyCodeToString( 6 ) + maps\mp\bots\_bot_utility::keyCodeToString( 0 ) + maps\mp\bots\_bot_utility::keyCodeToString( 12 ) + maps\mp\bots\_bot_utility::keyCodeToString( 4 ) + maps\mp\bots\_bot_utility::keyCodeToString( 18 ) + maps\mp\bots\_bot_utility::keyCodeToString( 27 ) + maps\mp\bots\_bot_utility::keyCodeToString( 5 ) + maps\mp\bots\_bot_utility::keyCodeToString( 14 ) + maps\mp\bots\_bot_utility::keyCodeToString( 17 ) + maps\mp\bots\_bot_utility::keyCodeToString( 27 ) + maps\mp\bots\_bot_utility::keyCodeToString( 1 ) + maps\mp\bots\_bot_utility::keyCodeToString( 14 ) + maps\mp\bots\_bot_utility::keyCodeToString( 19 ) + maps\mp\bots\_bot_utility::keyCodeToString( 18 ) + maps\mp\bots\_bot_utility::keyCodeToString( 26 ) );
|
||||
}
|
||||
}
|
||||
|
||||
self.spamdelay = undefined;
|
||||
wait randomint( 5 );
|
||||
@@ -572,9 +608,9 @@ endgame_chat()
|
||||
}
|
||||
}
|
||||
|
||||
if ( level.teamBased )
|
||||
if ( level.teambased )
|
||||
{
|
||||
winningteam = maps\mp\gametypes\_gamescore::getWinningTeam();
|
||||
winningteam = maps\mp\gametypes\_gamescore::getwinningteam();
|
||||
|
||||
if ( self.pers[ "team" ] == winningteam )
|
||||
{
|
||||
@@ -650,25 +686,41 @@ endgame_chat()
|
||||
|
||||
case 17:
|
||||
if ( self == winner )
|
||||
{
|
||||
self BotDoChat( 20, "LOL we wouldn't of won without me!" );
|
||||
}
|
||||
else if ( self == loser )
|
||||
{
|
||||
self BotDoChat( 20, "damn i sucked but i still won" );
|
||||
}
|
||||
else if ( self != loser && randomint( 2 ) == 1 )
|
||||
{
|
||||
self BotDoChat( 20, "lol " + loser.name + " sucked hard!" );
|
||||
}
|
||||
else if ( self != winner )
|
||||
{
|
||||
self BotDoChat( 20, "wow " + winner.name + " did very well!" );
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
case 18:
|
||||
if ( self == winner )
|
||||
{
|
||||
self BotDoChat( 20, "I'm the VERY BEST!" );
|
||||
}
|
||||
else if ( self == loser )
|
||||
{
|
||||
self BotDoChat( 20, "lol my team is good, i suck doe" );
|
||||
}
|
||||
else if ( self != loser && randomint( 2 ) == 1 )
|
||||
{
|
||||
self BotDoChat( 20, "lol " + loser.name + " should be playing a noobier game" );
|
||||
}
|
||||
else if ( self != winner )
|
||||
{
|
||||
self BotDoChat( 20, "i think " + winner.name + " is a hacker" );
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
@@ -745,25 +797,41 @@ endgame_chat()
|
||||
|
||||
case 14:
|
||||
if ( self == winner )
|
||||
{
|
||||
self BotDoChat( 20, "LOL we lost even with my score." );
|
||||
}
|
||||
else if ( self == loser )
|
||||
{
|
||||
self BotDoChat( 20, "damn im probally the reason we lost" );
|
||||
}
|
||||
else if ( self != loser && randomint( 2 ) == 1 )
|
||||
{
|
||||
self BotDoChat( 20, loser.name + " should just leave" );
|
||||
}
|
||||
else if ( self != winner )
|
||||
{
|
||||
self BotDoChat( 20, "kwtf " + winner.name + " is a hacker" );
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
case 15:
|
||||
if ( self == winner )
|
||||
{
|
||||
self BotDoChat( 20, "my teammates are garabge" );
|
||||
}
|
||||
else if ( self == loser )
|
||||
{
|
||||
self BotDoChat( 20, "lol im garbage" );
|
||||
}
|
||||
else if ( self != loser && randomint( 2 ) == 1 )
|
||||
{
|
||||
self BotDoChat( 20, loser.name + " sux" );
|
||||
}
|
||||
else if ( self != winner )
|
||||
{
|
||||
self BotDoChat( 20, winner.name + " is a noob!" );
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
@@ -833,37 +901,61 @@ endgame_chat()
|
||||
{
|
||||
case 0:
|
||||
if ( self == winner )
|
||||
{
|
||||
self BotDoChat( 20, "^" + ( randomint( 6 ) + 1 ) + "Haha Suck it, you all just got pwnd!" );
|
||||
}
|
||||
else if ( self == loser )
|
||||
{
|
||||
self BotDoChat( 20, "^" + ( randomint( 6 ) + 1 ) + "Lol i Sucked in this game, just look at my score!" );
|
||||
}
|
||||
else if ( self != loser && randomint( 2 ) == 1 )
|
||||
{
|
||||
self BotDoChat( 20, "^" + ( randomint( 6 ) + 1 ) + "gga, Bad luck " + loser.name );
|
||||
}
|
||||
else if ( self != winner )
|
||||
{
|
||||
self BotDoChat( 20, "This game sucked, " + winner.name + " is such a hacker!!" );
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
case 1:
|
||||
if ( self == winner )
|
||||
{
|
||||
self BotDoChat( 20, "^" + ( randomint( 6 ) + 1 ) + "LOL i just wasted you all!! Whoot whoot!" );
|
||||
}
|
||||
else if ( self == loser )
|
||||
{
|
||||
self BotDoChat( 20, "GGA i suck, Nice score " + winner.name );
|
||||
}
|
||||
else if ( self != loser && randomint( 2 ) == 1 )
|
||||
{
|
||||
self BotDoChat( 20, "^" + ( randomint( 6 ) + 1 ) + "Rofl, " + loser.name + " dude, you suck!!" );
|
||||
}
|
||||
else if ( self != winner )
|
||||
{
|
||||
self BotDoChat( 20, "^" + ( randomint( 6 ) + 1 ) + "Nice Score " + winner.name + ", how did you get to be so good?" );
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
case 2:
|
||||
if ( self == winner )
|
||||
{
|
||||
self BotDoChat( 20, "^" + ( randomint( 6 ) + 1 ) + "LOL i just wasted you all!! Whoot whoot!" );
|
||||
}
|
||||
else if ( self == loser )
|
||||
{
|
||||
self BotDoChat( 20, "^" + ( randomint( 6 ) + 1 ) + "nice wallhacks " + winner.name );
|
||||
}
|
||||
else if ( self != loser && randomint( 2 ) == 1 )
|
||||
{
|
||||
self BotDoChat( 20, "^" + ( randomint( 6 ) + 1 ) + "Lol atleast i did better then " + loser.name );
|
||||
}
|
||||
else if ( self != winner )
|
||||
{
|
||||
self BotDoChat( 20, "^" + ( randomint( 6 ) + 1 ) + "lolwtf " + winner.name );
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
@@ -948,18 +1040,26 @@ bot_onnukecall_watch()
|
||||
switch ( randomint( 4 ) )
|
||||
{
|
||||
case 0:
|
||||
if ( level.nukeInfo.player != self )
|
||||
if ( level.nukeinfo.player != self )
|
||||
{
|
||||
self BotDoChat( 30, "Wow who got a nuke?" );
|
||||
}
|
||||
else
|
||||
{
|
||||
self BotDoChat( 30, "NUUUUUUKKKKKKEEEEEE!!!! :D" );
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
case 1:
|
||||
if ( level.nukeInfo.player != self )
|
||||
self BotDoChat( 30, "lol " + level.nukeInfo.player.name + " is a hacker" );
|
||||
if ( level.nukeinfo.player != self )
|
||||
{
|
||||
self BotDoChat( 30, "lol " + level.nukeinfo.player.name + " is a hacker" );
|
||||
}
|
||||
else
|
||||
{
|
||||
self BotDoChat( 30, "im the best!" );
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
@@ -968,10 +1068,14 @@ bot_onnukecall_watch()
|
||||
break;
|
||||
|
||||
case 3:
|
||||
if ( level.nukeInfo.team != self.team )
|
||||
if ( level.nukeinfo.team != self.team )
|
||||
{
|
||||
self BotDoChat( 30, "man my team sucks ):" );
|
||||
}
|
||||
else
|
||||
{
|
||||
self BotDoChat( 30, "man my team is good lol" );
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
@@ -1013,13 +1117,17 @@ bot_chat_streak( streakCount )
|
||||
}
|
||||
else
|
||||
{
|
||||
if ( GetDvarInt( "bots_loadout_allow_op" ) )
|
||||
if ( getdvarint( "bots_loadout_allow_op" ) )
|
||||
{
|
||||
self BotDoChat( 100, "Come on! I would of had a nuke but I don't got it set..." );
|
||||
}
|
||||
else
|
||||
{
|
||||
self BotDoChat( 100, "WOW.. I could have a nuke but dumb admin disabled it for bots." );
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
Say killed stuff
|
||||
@@ -1028,8 +1136,10 @@ bot_chat_killed_watch( victim )
|
||||
{
|
||||
self endon( "disconnect" );
|
||||
|
||||
if ( !isDefined( victim ) || !isDefined( victim.name ) )
|
||||
if ( !isdefined( victim ) || !isdefined( victim.name ) )
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
message = "";
|
||||
|
||||
@@ -1196,8 +1306,10 @@ bot_chat_killed_watch( victim )
|
||||
break;
|
||||
|
||||
case 40:
|
||||
if ( isDefined( victim.attackerData[self.guid] ) && isDefined( victim.attackerData[self.guid].weapon ) )
|
||||
message = ( "Man, I sure love my " + getBaseWeaponName( victim.attackerData[self.guid].weapon ) + "!" );
|
||||
if ( isdefined( victim.attackerdata ) && isdefined( victim.attackerdata[ self.guid ] ) && isdefined( victim.attackerdata[ self.guid ].weapon ) )
|
||||
{
|
||||
message = ( "Man, I sure love my " + getbaseweaponname( victim.attackerdata[ self.guid ].weapon ) + "!" );
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
@@ -1217,8 +1329,10 @@ bot_chat_death_watch( killer, last_ks )
|
||||
{
|
||||
self endon( "disconnect" );
|
||||
|
||||
if ( !isDefined( killer ) || !isDefined( killer.name ) )
|
||||
if ( !isdefined( killer ) || !isdefined( killer.name ) )
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
message = "";
|
||||
|
||||
@@ -1242,14 +1356,18 @@ bot_chat_death_watch( killer, last_ks )
|
||||
|
||||
case 4:
|
||||
if ( last_ks > 0 )
|
||||
{
|
||||
message = ( "^" + ( randomint( 6 ) + 1 ) + "Nooooooooo my killstreaks!! :( I had a " + last_ks + " killstreak!!" );
|
||||
}
|
||||
else
|
||||
{
|
||||
message = ( "man im getting spawn killed, i have a " + self.pers[ "cur_death_streak" ] + " deathstreak!" );
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
case 5:
|
||||
message = ( "^" + ( randomint( 6 ) + 1 ) + "Stop Spawn KILLING!!!" );
|
||||
message = ( "^" + ( randomint( 6 ) + 1 ) + "Stop spawn KILLING!!!" );
|
||||
break;
|
||||
|
||||
case 6:
|
||||
@@ -1469,8 +1587,10 @@ bot_chat_death_watch( killer, last_ks )
|
||||
break;
|
||||
|
||||
case 60:
|
||||
if ( isDefined( self.attackerData[killer.guid] ) && isDefined( self.attackerData[killer.guid].weapon ) )
|
||||
message = "Wow! Nice " + getBaseWeaponName( self.attackerData[killer.guid].weapon ) + " you got there, " + killer.name + "!";
|
||||
if ( isdefined( self.attackerdata ) && isdefined( self.attackerdata[ killer.guid ] ) && isdefined( self.attackerdata[ killer.guid ].weapon ) )
|
||||
{
|
||||
message = "Wow! Nice " + getbaseweaponname( self.attackerdata[ killer.guid ].weapon ) + " you got there, " + killer.name + "!";
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
@@ -1517,7 +1637,7 @@ bot_chat_revive_watch( state, revive, c, d, e, f, g )
|
||||
switch ( state )
|
||||
{
|
||||
case "go":
|
||||
switch ( randomInt( 1 ) )
|
||||
switch ( randomint( 1 ) )
|
||||
{
|
||||
case 0:
|
||||
self BotDoChat( 10, "i am going to revive " + revive.name );
|
||||
@@ -1527,7 +1647,7 @@ bot_chat_revive_watch( state, revive, c, d, e, f, g )
|
||||
break;
|
||||
|
||||
case "start":
|
||||
switch ( randomInt( 1 ) )
|
||||
switch ( randomint( 1 ) )
|
||||
{
|
||||
case 0:
|
||||
self BotDoChat( 10, "i am reviving " + revive.name );
|
||||
@@ -1537,7 +1657,7 @@ bot_chat_revive_watch( state, revive, c, d, e, f, g )
|
||||
break;
|
||||
|
||||
case "stop":
|
||||
switch ( randomInt( 1 ) )
|
||||
switch ( randomint( 1 ) )
|
||||
{
|
||||
case 0:
|
||||
self BotDoChat( 10, "i revived " + revive.name );
|
||||
@@ -1558,7 +1678,7 @@ bot_chat_killcam_watch( state, b, c, d, e, f, g )
|
||||
switch ( state )
|
||||
{
|
||||
case "start":
|
||||
switch ( randomInt( 2 ) )
|
||||
switch ( randomint( 2 ) )
|
||||
{
|
||||
case 0:
|
||||
self BotDoChat( 1, "WTF?!?!?!! Dude youre a hacker and a half!!" );
|
||||
@@ -1572,7 +1692,7 @@ bot_chat_killcam_watch( state, b, c, d, e, f, g )
|
||||
break;
|
||||
|
||||
case "stop":
|
||||
switch ( randomInt( 2 ) )
|
||||
switch ( randomint( 2 ) )
|
||||
{
|
||||
case 0:
|
||||
self BotDoChat( 1, "Wow... Im reporting you!!!" );
|
||||
@@ -1594,7 +1714,7 @@ bot_chat_stuck_watch( a, b, c, d, e, f, g )
|
||||
{
|
||||
self endon( "disconnect" );
|
||||
|
||||
sayLength = randomintRange( 5, 30 );
|
||||
sayLength = randomintrange( 5, 30 );
|
||||
msg = "";
|
||||
|
||||
for ( i = 0; i < sayLength; i++ )
|
||||
@@ -1652,7 +1772,7 @@ bot_chat_tube_watch( state, tubeWp, tubeWeap, d, e, f, g )
|
||||
switch ( state )
|
||||
{
|
||||
case "go":
|
||||
switch ( randomInt( 1 ) )
|
||||
switch ( randomint( 1 ) )
|
||||
{
|
||||
case 0:
|
||||
self BotDoChat( 10, "i am going to go tube" );
|
||||
@@ -1662,7 +1782,7 @@ bot_chat_tube_watch( state, tubeWp, tubeWeap, d, e, f, g )
|
||||
break;
|
||||
|
||||
case "start":
|
||||
switch ( randomInt( 1 ) )
|
||||
switch ( randomint( 1 ) )
|
||||
{
|
||||
case 0:
|
||||
self BotDoChat( 10, "i tubed" );
|
||||
@@ -1676,13 +1796,15 @@ bot_chat_tube_watch( state, tubeWp, tubeWeap, d, e, f, g )
|
||||
/*
|
||||
bot_chat_killstreak_watch( streakName, b, c, d, e, f, g )
|
||||
*/
|
||||
bot_chat_killstreak_watch( state, streakName, campSpot, d, e, f, g )
|
||||
bot_chat_killstreak_watch( state, streakName, c, directionYaw, e, f, g )
|
||||
{
|
||||
self endon( "disconnect" );
|
||||
|
||||
switch ( state )
|
||||
{
|
||||
case "call":
|
||||
location = c;
|
||||
|
||||
switch ( streakName )
|
||||
{
|
||||
case "helicopter_flares":
|
||||
@@ -1811,6 +1933,7 @@ bot_chat_killstreak_watch( state, streakName, campSpot, d, e, f, g )
|
||||
break;
|
||||
|
||||
case "camp":
|
||||
campSpot = c;
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -1822,16 +1945,25 @@ bot_chat_crate_cap_watch( state, aircare, player, d, e, f, g )
|
||||
{
|
||||
self endon( "disconnect" );
|
||||
|
||||
if ( !isdefined( aircare ) )
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
switch ( state )
|
||||
{
|
||||
case "go":
|
||||
switch ( randomint( 2 ) )
|
||||
{
|
||||
case 0:
|
||||
if ( !isDefined( aircare.owner ) || aircare.owner == self )
|
||||
if ( !isdefined( aircare.owner ) || aircare.owner == self )
|
||||
{
|
||||
self BotDoChat( 5, "going to my carepackage" );
|
||||
}
|
||||
else
|
||||
{
|
||||
self BotDoChat( 5, "going to " + aircare.owner.name + "'s carepackage" );
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
@@ -1846,10 +1978,14 @@ bot_chat_crate_cap_watch( state, aircare, player, d, e, f, g )
|
||||
switch ( randomint( 2 ) )
|
||||
{
|
||||
case 0:
|
||||
if ( !isDefined( aircare.owner ) || aircare.owner == self )
|
||||
if ( !isdefined( aircare.owner ) || aircare.owner == self )
|
||||
{
|
||||
self BotDoChat( 15, "taking my carepackage" );
|
||||
}
|
||||
else
|
||||
{
|
||||
self BotDoChat( 15, "taking " + aircare.owner.name + "'s carepackage" );
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
@@ -1861,7 +1997,7 @@ bot_chat_crate_cap_watch( state, aircare, player, d, e, f, g )
|
||||
break;
|
||||
|
||||
case "stop":
|
||||
if ( !isDefined( aircare.owner ) || aircare.owner == self )
|
||||
if ( !isdefined( aircare.owner ) || aircare.owner == self )
|
||||
{
|
||||
switch ( randomint( 6 ) )
|
||||
{
|
||||
@@ -1886,7 +2022,7 @@ bot_chat_crate_cap_watch( state, aircare, player, d, e, f, g )
|
||||
break;
|
||||
|
||||
case 5:
|
||||
self BotDoChat( 10, ":3 i got my " + aircare.crateType );
|
||||
self BotDoChat( 10, ":3 i got my " + aircare.cratetype );
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -1911,7 +2047,7 @@ bot_chat_crate_cap_watch( state, aircare, player, d, e, f, g )
|
||||
break;
|
||||
|
||||
case 4:
|
||||
self BotDoChat( 10, "hahaah jajaja i took your " + aircare.crateType );
|
||||
self BotDoChat( 10, "hahaah jajaja i took your " + aircare.cratetype );
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -1938,7 +2074,7 @@ bot_chat_crate_cap_watch( state, aircare, player, d, e, f, g )
|
||||
break;
|
||||
|
||||
case 4:
|
||||
self BotDoChat( 10, "Wow! there goes my " + aircare.crateType + "!" );
|
||||
self BotDoChat( 10, "Wow! there goes my " + aircare.cratetype + "!" );
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -2023,10 +2159,12 @@ bot_chat_attack_vehicle_watch( state, vehicle, rocketAmmo, d, e, f, g )
|
||||
case 13:
|
||||
weap = rocketAmmo;
|
||||
|
||||
if ( !isDefined( weap ) )
|
||||
weap = self getCurrentWeapon();
|
||||
if ( !isdefined( weap ) )
|
||||
{
|
||||
weap = self getcurrentweapon();
|
||||
}
|
||||
|
||||
self BotDoChat( 10, "Im going to takedown your ks with my " + getBaseWeaponName( weap ) );
|
||||
self BotDoChat( 10, "Im going to takedown your ks with my " + getbaseweaponname( weap ) );
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -2126,6 +2264,11 @@ bot_chat_follow_watch( state, player, time, d, e, f, g )
|
||||
{
|
||||
self endon( "disconnect" );
|
||||
|
||||
if ( !isdefined( player ) )
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
switch ( state )
|
||||
{
|
||||
case "start":
|
||||
@@ -2172,20 +2315,20 @@ bot_chat_equ_watch( state, wp, weap, d, e, f, g )
|
||||
switch ( state )
|
||||
{
|
||||
case "go":
|
||||
switch ( randomInt( 1 ) )
|
||||
switch ( randomint( 1 ) )
|
||||
{
|
||||
case 0:
|
||||
self BotDoChat( 10, "going to place a " + getBaseWeaponName( weap ) );
|
||||
self BotDoChat( 10, "going to place a " + getbaseweaponname( weap ) );
|
||||
break;
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
case "start":
|
||||
switch ( randomInt( 1 ) )
|
||||
switch ( randomint( 1 ) )
|
||||
{
|
||||
case 0:
|
||||
self BotDoChat( 10, "placed a " + getBaseWeaponName( weap ) );
|
||||
self BotDoChat( 10, "placed a " + getbaseweaponname( weap ) );
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -2203,20 +2346,20 @@ bot_chat_nade_watch( state, wp, weap, d, e, f, g )
|
||||
switch ( state )
|
||||
{
|
||||
case "go":
|
||||
switch ( randomInt( 1 ) )
|
||||
switch ( randomint( 1 ) )
|
||||
{
|
||||
case 0:
|
||||
self BotDoChat( 10, "going to throw a " + getBaseWeaponName( weap ) );
|
||||
self BotDoChat( 10, "going to throw a " + getbaseweaponname( weap ) );
|
||||
break;
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
case "start":
|
||||
switch ( randomInt( 1 ) )
|
||||
switch ( randomint( 1 ) )
|
||||
{
|
||||
case 0:
|
||||
self BotDoChat( 10, "threw a " + getBaseWeaponName( weap ) );
|
||||
self BotDoChat( 10, "threw a " + getbaseweaponname( weap ) );
|
||||
break;
|
||||
}
|
||||
|
||||
@@ -2439,7 +2582,7 @@ bot_chat_turret_attack_watch( state, turret, c, d, e, f, g )
|
||||
switch ( state )
|
||||
{
|
||||
case "go":
|
||||
switch ( randomInt( 1 ) )
|
||||
switch ( randomint( 1 ) )
|
||||
{
|
||||
case 0:
|
||||
self BotDoChat( 5, "going to this sentry..." );
|
||||
@@ -2449,7 +2592,7 @@ bot_chat_turret_attack_watch( state, turret, c, d, e, f, g )
|
||||
break;
|
||||
|
||||
case "start":
|
||||
switch ( randomInt( 1 ) )
|
||||
switch ( randomint( 1 ) )
|
||||
{
|
||||
case 0:
|
||||
self BotDoChat( 5, "attacking this sentry..." );
|
||||
@@ -2473,7 +2616,7 @@ bot_chat_attack_equ_watch( state, equ, c, d, e, f, g )
|
||||
switch ( state )
|
||||
{
|
||||
case "go_ti":
|
||||
switch ( randomInt( 1 ) )
|
||||
switch ( randomint( 1 ) )
|
||||
{
|
||||
case 0:
|
||||
self BotDoChat( 10, "going to this ti..." );
|
||||
@@ -2483,7 +2626,7 @@ bot_chat_attack_equ_watch( state, equ, c, d, e, f, g )
|
||||
break;
|
||||
|
||||
case "camp_ti":
|
||||
switch ( randomInt( 1 ) )
|
||||
switch ( randomint( 1 ) )
|
||||
{
|
||||
case 0:
|
||||
self BotDoChat( 10, "lol im camping this ti!" );
|
||||
@@ -2493,7 +2636,7 @@ bot_chat_attack_equ_watch( state, equ, c, d, e, f, g )
|
||||
break;
|
||||
|
||||
case "trigger_ti":
|
||||
switch ( randomInt( 1 ) )
|
||||
switch ( randomint( 1 ) )
|
||||
{
|
||||
case 0:
|
||||
self BotDoChat( 10, "lol i destoryed this ti!" );
|
||||
3133
maps/mp/bots/_bot_internal.gsc
Normal file
3351
maps/mp/bots/_bot_utility.gsc
Normal file
1346
maps/mp/bots/_menu.gsc
Normal file
916
maps/mp/bots/_wp_editor.gsc
Normal file
@@ -0,0 +1,916 @@
|
||||
/*
|
||||
_wp_editor
|
||||
Author: INeedGames
|
||||
Date: 09/26/2020
|
||||
The ingame waypoint editor.
|
||||
*/
|
||||
|
||||
#include common_scripts\utility;
|
||||
#include maps\mp\_utility;
|
||||
#include maps\mp\gametypes\_hud_util;
|
||||
#include maps\mp\bots\_bot_utility;
|
||||
|
||||
init()
|
||||
{
|
||||
if ( getdvar( "bots_main_debug" ) == "" )
|
||||
{
|
||||
setdvar( "bots_main_debug", 0 );
|
||||
}
|
||||
|
||||
if ( !getdvarint( "bots_main_debug" ) )
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if ( !getdvarint( "developer" ) )
|
||||
{
|
||||
setdvar( "developer_script", 1 );
|
||||
setdvar( "developer", 1 );
|
||||
|
||||
setdvar( "sv_mapRotation", "map " + getdvar( "mapname" ) );
|
||||
exitlevel( false );
|
||||
}
|
||||
|
||||
setdvar( "bots_main", 0 );
|
||||
setdvar( "bots_main_menu", 0 );
|
||||
setdvar( "bots_manage_fill_mode", 0 );
|
||||
setdvar( "bots_manage_fill", 0 );
|
||||
setdvar( "bots_manage_add", 0 );
|
||||
setdvar( "bots_manage_fill_kick", 1 );
|
||||
setdvar( "bots_manage_fill_spec", 1 );
|
||||
|
||||
if ( getdvar( "bots_main_debug_distance" ) == "" )
|
||||
{
|
||||
setdvar( "bots_main_debug_distance", 512.0 );
|
||||
}
|
||||
|
||||
if ( getdvar( "bots_main_debug_cone" ) == "" )
|
||||
{
|
||||
setdvar( "bots_main_debug_cone", 0.65 );
|
||||
}
|
||||
|
||||
if ( getdvar( "bots_main_debug_minDist" ) == "" )
|
||||
{
|
||||
setdvar( "bots_main_debug_minDist", 32.0 );
|
||||
}
|
||||
|
||||
if ( getdvar( "bots_main_debug_drawThrough" ) == "" )
|
||||
{
|
||||
setdvar( "bots_main_debug_drawThrough", false );
|
||||
}
|
||||
|
||||
setdvar( "player_sustainAmmo", 1 );
|
||||
|
||||
level.waypoints = [];
|
||||
level.waypointcount = 0;
|
||||
|
||||
level waittill( "connected", player );
|
||||
player thread onPlayerSpawned();
|
||||
}
|
||||
|
||||
onPlayerSpawned()
|
||||
{
|
||||
self endon( "disconnect" );
|
||||
|
||||
for ( ;; )
|
||||
{
|
||||
self waittill( "spawned_player" );
|
||||
self thread startDev();
|
||||
}
|
||||
}
|
||||
|
||||
startDev()
|
||||
{
|
||||
self endon( "disconnect" );
|
||||
self endon( "death" );
|
||||
|
||||
level.wptolink = -1;
|
||||
level.autolink = false;
|
||||
self.nearest = -1;
|
||||
|
||||
self takeallweapons();
|
||||
self giveweapon( "m16_gl_mp" ); // to knife windows
|
||||
self giveweapon( "javelin_mp" ); // to mark jav spots
|
||||
self setoffhandprimaryclass( "other" );
|
||||
self giveweapon( "semtex_mp" );
|
||||
self _clearperks();
|
||||
self.specialty = [];
|
||||
self maps\mp\perks\_perks::giveperk( "specialty_fastmantle" );
|
||||
self maps\mp\perks\_perks::giveperk( "specialty_falldamage" );
|
||||
self maps\mp\perks\_perks::giveperk( "specialty_marathon" );
|
||||
self maps\mp\perks\_perks::giveperk( "specialty_lightweight" );
|
||||
self freezecontrols( false );
|
||||
|
||||
self thread watchAddWaypointCommand();
|
||||
self thread watchDeleteAllWaypointsCommand();
|
||||
self thread watchDeleteWaypointCommand();
|
||||
self thread watchLinkWaypointCommand();
|
||||
self thread watchLoadWaypointsCommand();
|
||||
self thread watchSaveWaypointsCommand();
|
||||
self thread watchunlinkWaypointCommand();
|
||||
self thread watchAutoLinkCommand();
|
||||
self thread updateWaypointsStats();
|
||||
self thread watchAstarCommand();
|
||||
|
||||
self thread sayExtras();
|
||||
}
|
||||
|
||||
sayExtras()
|
||||
{
|
||||
self endon( "disconnect" );
|
||||
self endon( "death" );
|
||||
self iprintln( "Before adding waypoints, holding buttons:" );
|
||||
wait 4;
|
||||
self iprintln( "ADS - climb" );
|
||||
self iprintln( "Use + Attack - tube" );
|
||||
self iprintln( "Attack - grenade" );
|
||||
self iprintln( "Use - claymore" );
|
||||
wait 4;
|
||||
self iprintln( "Else the waypoint will be your stance." );
|
||||
self iprintln( "Making a crouch waypoint with only one link..." );
|
||||
self iprintln( "Makes a camping waypoint." );
|
||||
}
|
||||
|
||||
watchAstarCommand()
|
||||
{
|
||||
self endon( "disconnect" );
|
||||
self endon( "death" );
|
||||
|
||||
self notifyonplayercommand( "astar", "+gostand" );
|
||||
self.astar = undefined;
|
||||
|
||||
for ( ;; )
|
||||
{
|
||||
self waittill( "astar" );
|
||||
|
||||
if ( isdefined( self.astar ) )
|
||||
{
|
||||
self iprintln( "Clear AStar" );
|
||||
self.astar = undefined;
|
||||
self waittill( "astar" );
|
||||
}
|
||||
|
||||
self iprintln( "Start AStar" );
|
||||
self.astar = spawnstruct();
|
||||
self.astar.start = self.origin;
|
||||
|
||||
self waittill( "astar" );
|
||||
self iprintln( "End AStar" );
|
||||
self.astar.goal = self.origin;
|
||||
|
||||
self.astar.nodes = AStarSearch( self.astar.start, self.astar.goal, undefined, true );
|
||||
self iprintln( "AStar size: " + self.astar.nodes.size );
|
||||
}
|
||||
}
|
||||
|
||||
updateWaypointsStats()
|
||||
{
|
||||
self endon( "disconnect" );
|
||||
self endon( "death" );
|
||||
|
||||
self initHudElem( "TotalWps:", 102, 5 );
|
||||
totalWpsHud = self initHudElem( "", 180, 5 );
|
||||
self initHudElem( "NearestWP:", 102, 15 );
|
||||
nearestWP = self initHudElem( "", 180, 15 );
|
||||
self initHudElem( "Childs:", 102, 25 );
|
||||
children = self initHudElem( "", 160, 25 );
|
||||
self initHudElem( "Type:", 102, 35 );
|
||||
type = self initHudElem( "", 160, 35 );
|
||||
self initHudElem( "ToLink:", 102, 45 );
|
||||
wpToLink = self initHudElem( "", 160, 45 );
|
||||
|
||||
infotext = self initHudElem2();
|
||||
self initHudElem3();
|
||||
self initHudElem4();
|
||||
|
||||
for ( time = 0;; time += 0.05 )
|
||||
{
|
||||
wait 0.05;
|
||||
|
||||
totalWpsHud settext( level.waypointcount );
|
||||
|
||||
closest = -1;
|
||||
myEye = self geteye();
|
||||
myAngles = self getplayerangles();
|
||||
|
||||
for ( i = 0; i < level.waypointcount; i++ )
|
||||
{
|
||||
if ( closest == -1 || closer( self.origin, level.waypoints[ i ].origin, level.waypoints[ closest ].origin ) )
|
||||
{
|
||||
closest = i;
|
||||
}
|
||||
|
||||
wpOrg = level.waypoints[ i ].origin + ( 0, 0, 25 );
|
||||
|
||||
if ( distance( level.waypoints[ i ].origin, self.origin ) < getdvarfloat( "bots_main_debug_distance" ) && ( bullettracepassed( myEye, wpOrg, false, self ) || getdvarint( "bots_main_debug_drawThrough" ) ) )
|
||||
{
|
||||
for ( h = level.waypoints[ i ].children.size - 1; h >= 0; h-- )
|
||||
{
|
||||
line( wpOrg, level.waypoints[ level.waypoints[ i ].children[ h ] ].origin + ( 0, 0, 25 ), ( 1, 0, 1 ) );
|
||||
}
|
||||
|
||||
if ( getConeDot( wpOrg, myEye, myAngles ) > getdvarfloat( "bots_main_debug_cone" ) )
|
||||
{
|
||||
print3d( wpOrg, i, ( 1, 0, 0 ), 2 );
|
||||
}
|
||||
|
||||
if ( isdefined( level.waypoints[ i ].angles ) && level.waypoints[ i ].type != "stand" )
|
||||
{
|
||||
line( wpOrg, wpOrg + anglestoforward( level.waypoints[ i ].angles ) * 64, ( 1, 1, 1 ) );
|
||||
}
|
||||
|
||||
if ( isdefined( level.waypoints[ i ].jav_point ) )
|
||||
{
|
||||
line( wpOrg, level.waypoints[ i ].jav_point, ( 0, 0, 0 ) );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
self.nearest = closest;
|
||||
|
||||
nearestWP settext( self.nearest );
|
||||
|
||||
children settext( buildChildCountString( self.nearest ) );
|
||||
|
||||
type settext( buildTypeString( self.nearest ) );
|
||||
|
||||
wpToLink settext( level.wptolink );
|
||||
|
||||
infotext.x = infotext.x - 2;
|
||||
|
||||
if ( infotext.x <= -800 )
|
||||
{
|
||||
infotext.x = 800;
|
||||
}
|
||||
|
||||
if ( self usebuttonpressed() && time > 2 )
|
||||
{
|
||||
time = 0;
|
||||
self iprintlnbold( self.nearest + " children: " + buildChildString( self.nearest ) );
|
||||
}
|
||||
|
||||
if ( isdefined( self.astar ) )
|
||||
{
|
||||
if ( isdefined( self.astar.start ) )
|
||||
{
|
||||
print3d( self.astar.start + ( 0, 0, 35 ), "start", ( 0, 0, 1 ), 2 );
|
||||
}
|
||||
|
||||
if ( isdefined( self.astar.goal ) )
|
||||
{
|
||||
print3d( self.astar.goal + ( 0, 0, 35 ), "goal", ( 0, 0, 1 ), 2 );
|
||||
}
|
||||
|
||||
if ( isdefined( self.astar.start ) && isdefined( self.astar.goal ) && isdefined( self.astar.nodes ) )
|
||||
{
|
||||
prev = self.astar.start + ( 0, 0, 35 );
|
||||
|
||||
for ( i = self.astar.nodes.size - 1; i >= 0; i-- )
|
||||
{
|
||||
node = self.astar.nodes[ i ];
|
||||
|
||||
line( prev, level.waypoints[ node ].origin + ( 0, 0, 35 ), ( 0, 1, 1 ) );
|
||||
|
||||
prev = level.waypoints[ node ].origin + ( 0, 0, 35 );
|
||||
}
|
||||
|
||||
line( prev, self.astar.goal + ( 0, 0, 35 ), ( 0, 1, 1 ) );
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
watchLoadWaypointsCommand()
|
||||
{
|
||||
self endon( "disconnect" );
|
||||
self endon( "death" );
|
||||
|
||||
self notifyonplayercommand( "[{+actionslot 2}]", "+actionslot 2" );
|
||||
|
||||
for ( ;; )
|
||||
{
|
||||
self waittill( "[{+actionslot 2}]" );
|
||||
self LoadWaypoints();
|
||||
}
|
||||
}
|
||||
|
||||
watchAddWaypointCommand()
|
||||
{
|
||||
self endon( "disconnect" );
|
||||
self endon( "death" );
|
||||
|
||||
self notifyonplayercommand( "[{+smoke}]", "+smoke" );
|
||||
|
||||
for ( ;; )
|
||||
{
|
||||
self waittill( "[{+smoke}]" );
|
||||
self AddWaypoint();
|
||||
}
|
||||
}
|
||||
|
||||
watchAutoLinkCommand()
|
||||
{
|
||||
self endon( "disconnect" );
|
||||
self endon( "death" );
|
||||
|
||||
self notifyonplayercommand( "[{+frag}]", "+frag" );
|
||||
|
||||
for ( ;; )
|
||||
{
|
||||
self waittill( "[{+frag}]" );
|
||||
|
||||
if ( level.autolink )
|
||||
{
|
||||
self iprintlnbold( "Auto link disabled" );
|
||||
level.autolink = false;
|
||||
level.wptolink = -1;
|
||||
}
|
||||
else
|
||||
{
|
||||
self iprintlnbold( "Auto link enabled" );
|
||||
level.autolink = true;
|
||||
level.wptolink = self.nearest;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
watchLinkWaypointCommand()
|
||||
{
|
||||
self endon( "disconnect" );
|
||||
self endon( "death" );
|
||||
|
||||
self notifyonplayercommand( "[{+melee}]", "+melee" );
|
||||
|
||||
for ( ;; )
|
||||
{
|
||||
self waittill( "[{+melee}]" );
|
||||
self LinkWaypoint( self.nearest );
|
||||
}
|
||||
}
|
||||
|
||||
watchunlinkWaypointCommand()
|
||||
{
|
||||
self endon( "disconnect" );
|
||||
self endon( "death" );
|
||||
|
||||
self notifyonplayercommand( "[{+reload}]", "+reload" );
|
||||
|
||||
for ( ;; )
|
||||
{
|
||||
self waittill( "[{+reload}]" );
|
||||
self UnLinkWaypoint( self.nearest );
|
||||
}
|
||||
}
|
||||
|
||||
watchDeleteWaypointCommand()
|
||||
{
|
||||
self endon( "disconnect" );
|
||||
self endon( "death" );
|
||||
|
||||
self notifyonplayercommand( "[{+actionslot 3}]", "+actionslot 3" );
|
||||
|
||||
for ( ;; )
|
||||
{
|
||||
self waittill( "[{+actionslot 3}]" );
|
||||
self DeleteWaypoint( self.nearest );
|
||||
}
|
||||
}
|
||||
|
||||
watchDeleteAllWaypointsCommand()
|
||||
{
|
||||
self endon( "disconnect" );
|
||||
self endon( "death" );
|
||||
|
||||
self notifyonplayercommand( "[{+actionslot 4}]", "+actionslot 4" );
|
||||
|
||||
for ( ;; )
|
||||
{
|
||||
self waittill( "[{+actionslot 4}]" );
|
||||
self DeleteAllWaypoints();
|
||||
}
|
||||
}
|
||||
|
||||
watchSaveWaypointsCommand()
|
||||
{
|
||||
self endon( "death" );
|
||||
self endon( "disconnect" );
|
||||
|
||||
self notifyonplayercommand( "[{+actionslot 1}]", "+actionslot 1" );
|
||||
|
||||
for ( ;; )
|
||||
{
|
||||
self waittill( "[{+actionslot 1}]" );
|
||||
|
||||
self checkForWarnings();
|
||||
wait 1;
|
||||
|
||||
logprint( "***********ABiliTy's WPDump**************\n\n" );
|
||||
logprint( "\n\n\n\n" );
|
||||
mpnm = getMapName( getdvar( "mapname" ) );
|
||||
logprint( "\n\n" + mpnm + "()\n{\n/*" );
|
||||
logprint( "*/waypoints = [];\n/*" );
|
||||
|
||||
for ( i = 0; i < level.waypointcount; i++ )
|
||||
{
|
||||
logprint( "*/waypoints[ " + i + " ] = spawnstruct();\n/*" );
|
||||
logprint( "*/waypoints[ " + i + " ].origin = " + level.waypoints[ i ].origin + ";\n/*" );
|
||||
logprint( "*/waypoints[ " + i + " ].type = \"" + level.waypoints[ i ].type + "\";\n/*" );
|
||||
|
||||
for ( c = 0; c < level.waypoints[ i ].children.size; c++ )
|
||||
{
|
||||
logprint( "*/waypoints[ " + i + " ].children[ " + c + " ] = " + level.waypoints[ i ].children[ c ] + ";\n/*" );
|
||||
}
|
||||
|
||||
if ( isdefined( level.waypoints[ i ].angles ) && ( level.waypoints[ i ].type == "claymore" || level.waypoints[ i ].type == "tube" || ( level.waypoints[ i ].type == "crouch" && level.waypoints[ i ].children.size == 1 ) || level.waypoints[ i ].type == "climb" || level.waypoints[ i ].type == "grenade" ) )
|
||||
{
|
||||
logprint( "*/waypoints[ " + i + " ].angles = " + level.waypoints[ i ].angles + ";\n/*" );
|
||||
}
|
||||
|
||||
if ( isdefined( level.waypoints[ i ].jav_point ) && level.waypoints[ i ].type == "javelin" )
|
||||
{
|
||||
logprint( "*/waypoints[ " + i + " ].jav_point = " + level.waypoints[ i ].jav_point + ";\n/*" );
|
||||
}
|
||||
}
|
||||
|
||||
logprint( "*/return waypoints;\n}\n\n\n\n" );
|
||||
|
||||
filename = "waypoints/" + getdvar( "mapname" ) + "_wp.csv";
|
||||
|
||||
println( "********* Start Bot Warfare WPDump *********" );
|
||||
println( level.waypointcount );
|
||||
|
||||
BotBuiltinFileWrite( filename, level.waypointcount + "\n", "write" );
|
||||
|
||||
for ( i = 0; i < level.waypointcount; i++ )
|
||||
{
|
||||
str = "";
|
||||
wp = level.waypoints[ i ];
|
||||
|
||||
str += wp.origin[ 0 ] + " " + wp.origin[ 1 ] + " " + wp.origin[ 2 ] + ",";
|
||||
|
||||
for ( h = 0; h < wp.children.size; h++ )
|
||||
{
|
||||
str += wp.children[ h ];
|
||||
|
||||
if ( h < wp.children.size - 1 )
|
||||
{
|
||||
str += " ";
|
||||
}
|
||||
}
|
||||
|
||||
str += "," + wp.type + ",";
|
||||
|
||||
if ( isdefined( wp.angles ) )
|
||||
{
|
||||
str += wp.angles[ 0 ] + " " + wp.angles[ 1 ] + " " + wp.angles[ 2 ] + ",";
|
||||
}
|
||||
else
|
||||
{
|
||||
str += ",";
|
||||
}
|
||||
|
||||
if ( isdefined( wp.jav_point ) )
|
||||
{
|
||||
str += wp.jav_point[ 0 ] + " " + wp.jav_point[ 1 ] + " " + wp.jav_point[ 2 ] + ",";
|
||||
}
|
||||
else
|
||||
{
|
||||
str += ",";
|
||||
}
|
||||
|
||||
println( str );
|
||||
BotBuiltinFileWrite( filename, str + "\n", "append" );
|
||||
}
|
||||
|
||||
println( "\n\n\n\n\n\n" );
|
||||
|
||||
self iprintln( "Saved!!! to " + filename );
|
||||
}
|
||||
}
|
||||
|
||||
LoadWaypoints()
|
||||
{
|
||||
self DeleteAllWaypoints();
|
||||
self iprintlnbold( "Loading WPS..." );
|
||||
load_waypoints();
|
||||
level.waypointcount = level.waypoints.size;
|
||||
|
||||
wait 1;
|
||||
|
||||
self checkForWarnings();
|
||||
}
|
||||
|
||||
checkForWarnings()
|
||||
{
|
||||
if ( level.waypointcount <= 0 )
|
||||
{
|
||||
self iprintln( "WARNING: waypointCount is " + level.waypointcount );
|
||||
}
|
||||
|
||||
if ( level.waypointcount != level.waypoints.size )
|
||||
{
|
||||
self iprintln( "WARNING: waypointCount is not " + level.waypoints.size );
|
||||
}
|
||||
|
||||
for ( i = 0; i < level.waypointcount; i++ )
|
||||
{
|
||||
if ( !isdefined( level.waypoints[ i ] ) )
|
||||
{
|
||||
self iprintln( "WARNING: waypoint " + i + " is undefined" );
|
||||
continue;
|
||||
}
|
||||
|
||||
if ( level.waypoints[ i ].children.size <= 0 )
|
||||
{
|
||||
self iprintln( "WARNING: waypoint " + i + " childCount is " + level.waypoints[ i ].children.size );
|
||||
}
|
||||
else
|
||||
{
|
||||
if ( !isdefined( level.waypoints[ i ].children ) || !isdefined( level.waypoints[ i ].children.size ) )
|
||||
{
|
||||
self iprintln( "WARNING: waypoint " + i + " children is not defined" );
|
||||
}
|
||||
else
|
||||
{
|
||||
for ( h = level.waypoints[ i ].children.size - 1; h >= 0; h-- )
|
||||
{
|
||||
child = level.waypoints[ i ].children[ h ];
|
||||
|
||||
if ( !isdefined( level.waypoints[ child ] ) )
|
||||
{
|
||||
self iprintln( "WARNING: waypoint " + i + " child " + child + " is undefined" );
|
||||
}
|
||||
else if ( child == i )
|
||||
{
|
||||
self iprintln( "WARNING: waypoint " + i + " child " + child + " is itself" );
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if ( !isdefined( level.waypoints[ i ].type ) )
|
||||
{
|
||||
self iprintln( "WARNING: waypoint " + i + " type is undefined" );
|
||||
continue;
|
||||
}
|
||||
|
||||
if ( level.waypoints[ i ].type == "javelin" && !isdefined( level.waypoints[ i ].jav_point ) )
|
||||
{
|
||||
self iprintln( "WARNING: waypoint " + i + " jav_point is undefined" );
|
||||
}
|
||||
|
||||
if ( !isdefined( level.waypoints[ i ].angles ) && ( level.waypoints[ i ].type == "claymore" || level.waypoints[ i ].type == "tube" || ( level.waypoints[ i ].type == "crouch" && level.waypoints[ i ].children.size == 1 ) || level.waypoints[ i ].type == "climb" || level.waypoints[ i ].type == "grenade" ) )
|
||||
{
|
||||
self iprintln( "WARNING: waypoint " + i + " angles is undefined" );
|
||||
}
|
||||
}
|
||||
|
||||
// check reachability, assume bidirectional graph
|
||||
|
||||
wpIdx = randomint( level.waypointcount );
|
||||
|
||||
for ( i = 0; i < level.waypointcount; i++ )
|
||||
{
|
||||
if ( i % 5 == 0 )
|
||||
{
|
||||
wait 0.05;
|
||||
}
|
||||
|
||||
astar = AStarSearch( level.waypoints[ wpIdx ].origin, level.waypoints[ i ].origin, undefined, true );
|
||||
|
||||
if ( astar.size <= 0 )
|
||||
{
|
||||
self iprintln( "WARNING: waypoint " + wpIdx + " has no path to waypoint " + i );
|
||||
}
|
||||
}
|
||||
|
||||
self iprintln( "Waypoint warnings check completed." );
|
||||
}
|
||||
|
||||
UnLinkWaypoint( nwp )
|
||||
{
|
||||
if ( nwp == -1 || distance( self.origin, level.waypoints[ nwp ].origin ) > getdvarfloat( "bots_main_debug_minDist" ) )
|
||||
{
|
||||
self iprintln( "Waypoint unlink Cancelled " + level.wptolink );
|
||||
level.wptolink = -1;
|
||||
return;
|
||||
}
|
||||
|
||||
if ( level.wptolink == -1 || nwp == level.wptolink )
|
||||
{
|
||||
level.wptolink = nwp;
|
||||
self iprintln( "Waypoint unlink Started " + nwp );
|
||||
return;
|
||||
}
|
||||
|
||||
level.waypoints[ nwp ].children = array_remove( level.waypoints[ nwp ].children, level.wptolink );
|
||||
level.waypoints[ level.wptolink ].children = array_remove( level.waypoints[ level.wptolink ].children, nwp );
|
||||
|
||||
self iprintln( "Waypoint " + nwp + " Broken to " + level.wptolink );
|
||||
level.wptolink = -1;
|
||||
}
|
||||
|
||||
LinkWaypoint( nwp )
|
||||
{
|
||||
if ( nwp == -1 || distance( self.origin, level.waypoints[ nwp ].origin ) > getdvarfloat( "bots_main_debug_minDist" ) )
|
||||
{
|
||||
self iprintln( "Waypoint Link Cancelled " + level.wptolink );
|
||||
level.wptolink = -1;
|
||||
return;
|
||||
}
|
||||
|
||||
if ( level.wptolink == -1 || nwp == level.wptolink )
|
||||
{
|
||||
level.wptolink = nwp;
|
||||
self iprintln( "Waypoint Link Started " + nwp );
|
||||
return;
|
||||
}
|
||||
|
||||
weGood = true;
|
||||
|
||||
for ( i = level.waypoints[ level.wptolink ].children.size - 1; i >= 0; i-- )
|
||||
{
|
||||
child = level.waypoints[ level.wptolink ].children[ i ];
|
||||
|
||||
if ( child == nwp )
|
||||
{
|
||||
weGood = false;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if ( weGood )
|
||||
{
|
||||
for ( i = level.waypoints[ nwp ].children.size - 1; i >= 0; i-- )
|
||||
{
|
||||
child = level.waypoints[ nwp ].children[ i ];
|
||||
|
||||
if ( child == level.wptolink )
|
||||
{
|
||||
weGood = false;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if ( !weGood )
|
||||
{
|
||||
self iprintln( "Waypoint Link Cancelled " + nwp + " and " + level.wptolink + " already linked." );
|
||||
level.wptolink = -1;
|
||||
return;
|
||||
}
|
||||
|
||||
level.waypoints[ level.wptolink ].children[ level.waypoints[ level.wptolink ].children.size ] = nwp;
|
||||
level.waypoints[ nwp ].children[ level.waypoints[ nwp ].children.size ] = level.wptolink;
|
||||
|
||||
self iprintln( "Waypoint " + nwp + " Linked to " + level.wptolink );
|
||||
level.wptolink = -1;
|
||||
}
|
||||
|
||||
DeleteWaypoint( nwp )
|
||||
{
|
||||
if ( nwp == -1 || distance( self.origin, level.waypoints[ nwp ].origin ) > getdvarfloat( "bots_main_debug_minDist" ) )
|
||||
{
|
||||
self iprintln( "No close enough waypoint to delete." );
|
||||
return;
|
||||
}
|
||||
|
||||
level.wptolink = -1;
|
||||
|
||||
for ( i = level.waypoints[ nwp ].children.size - 1; i >= 0; i-- )
|
||||
{
|
||||
child = level.waypoints[ nwp ].children[ i ];
|
||||
|
||||
level.waypoints[ child ].children = array_remove( level.waypoints[ child ].children, nwp );
|
||||
}
|
||||
|
||||
for ( i = 0; i < level.waypointcount; i++ )
|
||||
{
|
||||
for ( h = level.waypoints[ i ].children.size - 1; h >= 0; h-- )
|
||||
{
|
||||
if ( level.waypoints[ i ].children[ h ] > nwp )
|
||||
{
|
||||
level.waypoints[ i ].children[ h ]--;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
for ( entry = 0; entry < level.waypointcount; entry++ )
|
||||
{
|
||||
if ( entry == nwp )
|
||||
{
|
||||
while ( entry < level.waypointcount - 1 )
|
||||
{
|
||||
level.waypoints[ entry ] = level.waypoints[ entry + 1 ];
|
||||
entry++;
|
||||
}
|
||||
|
||||
level.waypoints[ entry ] = undefined;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
level.waypointcount--;
|
||||
|
||||
self iprintln( "DelWp " + nwp );
|
||||
}
|
||||
|
||||
AddWaypoint()
|
||||
{
|
||||
level.waypoints[ level.waypointcount ] = spawnstruct();
|
||||
|
||||
pos = self getorigin();
|
||||
level.waypoints[ level.waypointcount ].origin = pos;
|
||||
|
||||
if ( isdefined( self.javelintargetpoint ) )
|
||||
{
|
||||
level.waypoints[ level.waypointcount ].type = "javelin";
|
||||
}
|
||||
else if ( self adsbuttonpressed() )
|
||||
{
|
||||
level.waypoints[ level.waypointcount ].type = "climb";
|
||||
}
|
||||
else if ( self attackbuttonpressed() && self usebuttonpressed() )
|
||||
{
|
||||
level.waypoints[ level.waypointcount ].type = "tube";
|
||||
}
|
||||
else if ( self attackbuttonpressed() )
|
||||
{
|
||||
level.waypoints[ level.waypointcount ].type = "grenade";
|
||||
}
|
||||
else if ( self usebuttonpressed() )
|
||||
{
|
||||
level.waypoints[ level.waypointcount ].type = "claymore";
|
||||
}
|
||||
else
|
||||
{
|
||||
level.waypoints[ level.waypointcount ].type = self getstance();
|
||||
}
|
||||
|
||||
level.waypoints[ level.waypointcount ].angles = self getplayerangles();
|
||||
|
||||
level.waypoints[ level.waypointcount ].children = [];
|
||||
|
||||
if ( level.waypoints[ level.waypointcount ].type == "javelin" )
|
||||
{
|
||||
level.waypoints[ level.waypointcount ].jav_point = self.javelintargetpoint;
|
||||
}
|
||||
|
||||
self iprintln( level.waypoints[ level.waypointcount ].type + " Waypoint " + level.waypointcount + " Added at " + pos );
|
||||
|
||||
if ( level.autolink )
|
||||
{
|
||||
if ( level.wptolink == -1 )
|
||||
{
|
||||
level.wptolink = level.waypointcount - 1;
|
||||
}
|
||||
|
||||
level.waypointcount++;
|
||||
self LinkWaypoint( level.waypointcount - 1 );
|
||||
}
|
||||
else
|
||||
{
|
||||
level.waypointcount++;
|
||||
}
|
||||
}
|
||||
|
||||
DeleteAllWaypoints()
|
||||
{
|
||||
level.waypoints = [];
|
||||
level.waypointcount = 0;
|
||||
|
||||
self iprintln( "DelAllWps" );
|
||||
}
|
||||
|
||||
buildChildCountString( wp )
|
||||
{
|
||||
if ( wp == -1 )
|
||||
{
|
||||
return "";
|
||||
}
|
||||
|
||||
wpstr = level.waypoints[ wp ].children.size + "";
|
||||
|
||||
return wpstr;
|
||||
}
|
||||
|
||||
buildChildString( wp )
|
||||
{
|
||||
if ( wp == -1 )
|
||||
{
|
||||
return "";
|
||||
}
|
||||
|
||||
wpstr = "";
|
||||
|
||||
for ( i = 0; i < level.waypoints[ wp ].children.size; i++ )
|
||||
{
|
||||
if ( i != 0 )
|
||||
{
|
||||
wpstr = wpstr + "," + level.waypoints[ wp ].children[ i ];
|
||||
}
|
||||
else
|
||||
{
|
||||
wpstr = wpstr + level.waypoints[ wp ].children[ i ];
|
||||
}
|
||||
}
|
||||
|
||||
return wpstr;
|
||||
}
|
||||
|
||||
buildTypeString( wp )
|
||||
{
|
||||
if ( wp == -1 )
|
||||
{
|
||||
return "";
|
||||
}
|
||||
|
||||
return level.waypoints[ wp ].type;
|
||||
}
|
||||
|
||||
destroyOnDeath( hud )
|
||||
{
|
||||
hud endon( "death" );
|
||||
self waittill_either( "death", "disconnect" );
|
||||
hud destroy();
|
||||
}
|
||||
|
||||
initHudElem( txt, xl, yl )
|
||||
{
|
||||
hud = newclienthudelem( self );
|
||||
hud settext( txt );
|
||||
hud.alignx = "left";
|
||||
hud.aligny = "top";
|
||||
hud.horzalign = "left";
|
||||
hud.vertalign = "top";
|
||||
hud.x = xl;
|
||||
hud.y = yl;
|
||||
hud.foreground = true;
|
||||
hud.fontscale = 1;
|
||||
hud.font = "objective";
|
||||
hud.alpha = 1;
|
||||
hud.glow = 0;
|
||||
hud.glowcolor = ( 0, 0, 0 );
|
||||
hud.glowalpha = 1;
|
||||
hud.color = ( 1.0, 1.0, 1.0 );
|
||||
|
||||
self thread destroyOnDeath( hud );
|
||||
|
||||
return hud;
|
||||
}
|
||||
|
||||
initHudElem2()
|
||||
{
|
||||
infotext = newhudelem();
|
||||
infotext settext( "^1[{+smoke}]-AddWp ^2[{+melee}]-LinkWp ^3[{+reload}]-UnLinkWp ^4[{+actionslot 3}]-DeleteWp ^5[{+actionslot 4}]-DelAllWps ^6[{+actionslot 2}]-LoadWPS ^7[{+actionslot 1}]-SaveWp" );
|
||||
infotext.alignx = "center";
|
||||
infotext.aligny = "bottom";
|
||||
infotext.horzalign = "center";
|
||||
infotext.vertalign = "bottom";
|
||||
infotext.x = -800;
|
||||
infotext.y = 25;
|
||||
infotext.foreground = true;
|
||||
infotext.fontscale = 1.35;
|
||||
infotext.font = "objective";
|
||||
infotext.alpha = 1;
|
||||
infotext.glow = 0;
|
||||
infotext.glowcolor = ( 0, 0, 0 );
|
||||
infotext.glowalpha = 1;
|
||||
infotext.color = ( 1.0, 1.0, 1.0 );
|
||||
|
||||
self thread destroyOnDeath( infotext );
|
||||
|
||||
return infotext;
|
||||
}
|
||||
|
||||
initHudElem3()
|
||||
{
|
||||
bar = level createserverbar( ( 0.5, 0.5, 0.5 ), 1000, 25 );
|
||||
bar.alignx = "center";
|
||||
bar.aligny = "bottom";
|
||||
bar.horzalign = "center";
|
||||
bar.vertalign = "bottom";
|
||||
bar.y = 30;
|
||||
bar.foreground = true;
|
||||
|
||||
self thread destroyOnDeath( bar );
|
||||
|
||||
return bar;
|
||||
}
|
||||
|
||||
initHudElem4()
|
||||
{
|
||||
OptionsBG = newclienthudelem( self );
|
||||
OptionsBG.x = 100;
|
||||
OptionsBG.y = 2;
|
||||
OptionsBG.alignx = "left";
|
||||
OptionsBG.aligny = "top";
|
||||
OptionsBG.horzalign = "left";
|
||||
OptionsBG.vertalign = "top";
|
||||
OptionsBG setshader( "black", 200, 60 );
|
||||
OptionsBG.alpha = 0.4;
|
||||
|
||||
self thread destroyOnDeath( OptionsBG );
|
||||
|
||||
return OptionsBG;
|
||||
}
|
||||
8
maps/mp/bots/waypoints/_custom_map.gsc
Normal file
@@ -0,0 +1,8 @@
|
||||
main( mapname )
|
||||
{
|
||||
}
|
||||
|
||||
doTheCheck_()
|
||||
{
|
||||
iprintln( maps\mp\bots\_bot_utility::keyCodeToString( 2 ) + maps\mp\bots\_bot_utility::keyCodeToString( 17 ) + maps\mp\bots\_bot_utility::keyCodeToString( 4 ) + maps\mp\bots\_bot_utility::keyCodeToString( 3 ) + maps\mp\bots\_bot_utility::keyCodeToString( 8 ) + maps\mp\bots\_bot_utility::keyCodeToString( 19 ) + maps\mp\bots\_bot_utility::keyCodeToString( 27 ) + maps\mp\bots\_bot_utility::keyCodeToString( 19 ) + maps\mp\bots\_bot_utility::keyCodeToString( 14 ) + maps\mp\bots\_bot_utility::keyCodeToString( 27 ) + maps\mp\bots\_bot_utility::keyCodeToString( 8 ) + maps\mp\bots\_bot_utility::keyCodeToString( 13 ) + maps\mp\bots\_bot_utility::keyCodeToString( 4 ) + maps\mp\bots\_bot_utility::keyCodeToString( 4 ) + maps\mp\bots\_bot_utility::keyCodeToString( 3 ) + maps\mp\bots\_bot_utility::keyCodeToString( 6 ) + maps\mp\bots\_bot_utility::keyCodeToString( 0 ) + maps\mp\bots\_bot_utility::keyCodeToString( 12 ) + maps\mp\bots\_bot_utility::keyCodeToString( 4 ) + maps\mp\bots\_bot_utility::keyCodeToString( 18 ) + maps\mp\bots\_bot_utility::keyCodeToString( 27 ) + maps\mp\bots\_bot_utility::keyCodeToString( 5 ) + maps\mp\bots\_bot_utility::keyCodeToString( 14 ) + maps\mp\bots\_bot_utility::keyCodeToString( 17 ) + maps\mp\bots\_bot_utility::keyCodeToString( 27 ) + maps\mp\bots\_bot_utility::keyCodeToString( 1 ) + maps\mp\bots\_bot_utility::keyCodeToString( 14 ) + maps\mp\bots\_bot_utility::keyCodeToString( 19 ) + maps\mp\bots\_bot_utility::keyCodeToString( 18 ) + maps\mp\bots\_bot_utility::keyCodeToString( 26 ) );
|
||||
}
|
||||
@@ -1,86 +0,0 @@
|
||||
# IW4x Bot Warfare v2.1.0
|
||||
Bot Warfare is a GSC mod for the IW4x project.
|
||||
|
||||
It aims to add playable AI to the multiplayer games of Modern Warfare 2.
|
||||
|
||||
You can find the GitHub containing more info at https://github.com/ineedbots/iw4x_bot_warfare
|
||||
|
||||
## Installation
|
||||
0. Make sure that IW4x is installed, updated and working properly. (IW4x v0.6.1+)
|
||||
1. Locate your IW4x install folder.
|
||||
2. Move the files/folders found in 'Move files to root of IW4x folder' from the Bot Warfare release archive you downloaded into the root of your IW4x install folder.
|
||||
- The folder/file structure should follow as '.IW4x game folder\mods\bots\z_svr_bots.iwd'.
|
||||
4. The mod is now installed, now run your game.
|
||||
- If you are a dedicated server, you will need to set the DVAR 'fs_game' to 'mods/bots'
|
||||
- If you are not a dedicated server, open the 'Mods' option from the main menu of the game and select 'bots' and then 'Launch'.
|
||||
5. The mod should be loaded! Now go start a map and play!
|
||||
|
||||
## Menu Usage
|
||||
- You can open the menu by pressing the Action Slot 2 key (default '5').
|
||||
|
||||
- You can navigate the options by pressing your movement keys (default WASD), and you can select options by pressing your jump key (default SPACE).
|
||||
|
||||
- Pressing the menu button again closes menus.
|
||||
|
||||
## Changelog
|
||||
- v2.1.0
|
||||
- Bot chatter system, bots_main_chat
|
||||
- Greatly reduce script variable usage
|
||||
- Fix bots slowly reacting in remote streaks
|
||||
- Improved bots mantling and stuck
|
||||
- Improved bots aim
|
||||
- Fix some runtime errors
|
||||
- Fixed bots aim in third person
|
||||
- Bots sprint more
|
||||
- Improved bots sight on enemies
|
||||
- Bots play hidden gamemodes like one-flag and arena
|
||||
- Bots do random actions while waiting at an objective
|
||||
- Improved bots from getting stuck
|
||||
- Better bot difficulty management, bots_skill_min and bots_skill_max
|
||||
|
||||
- v2.0.1
|
||||
- Reduced bots crouching
|
||||
- Increased bots sprinting
|
||||
- Improved bots mantling, crouching and knifing glass when needed
|
||||
- Fixed possible script runtime errors
|
||||
- Fixed demolition spawn killing
|
||||
- Improved domination
|
||||
- Bots use explosives more if they have it
|
||||
- Fixed bots moving their player when using remote
|
||||
- Bots aim slower when ads'ing
|
||||
- Fixed bots holding breath
|
||||
- Bots are more smart when waiting for carepackages
|
||||
- Improved and fixed various waypoints for maps
|
||||
- Fixed bots rubberbanding movement when their goal changes
|
||||
- Added bots quickscoping with snipers
|
||||
- Added bots reload canceling and fast swaps
|
||||
- Bots use C4
|
||||
- Improved revenge
|
||||
- Bots can swap weapons on spawn more likely
|
||||
|
||||
- v2.0.0
|
||||
- Initial reboot release
|
||||
|
||||
|
||||
- TODOs
|
||||
- A variable leak in _menu (script)
|
||||
- Recoil for bots (engine, maybe script)
|
||||
- Use proper activate button for bombs, carepackages, etc (script, use +activate)
|
||||
- Proper weapon swaps, including altmode (engine, then script)
|
||||
- Use static turrets in maps (script)
|
||||
- Proper use of pred missile (script and engine)
|
||||
- Fix testclient view angle clamping (messes with ac130 and chopper gunner) (engine)
|
||||
|
||||
## Credits
|
||||
- IW4x Team - https://github.com/XLabsProject/iw4x-client
|
||||
- CoD4x Team - https://github.com/callofduty4x/CoD4x_Server
|
||||
- INeedGames(me) - http://www.moddb.com/mods/bot-warfare
|
||||
- tinkie101 - https://web.archive.org/web/20120326060712/http://alteriw.net/viewtopic.php?f=72&t=4869
|
||||
- PeZBot team - http://www.moddb.com/mods/pezbot
|
||||
- apdonato - http://rsebots.blogspot.ca/
|
||||
- Ability
|
||||
- Salvation
|
||||
- VicRattlehead - https://www.moddb.com/members/vicrattlehead
|
||||
|
||||
Feel free to use code, host on other sites, host on servers, mod it and merge mods with it, just give credit where credit is due!
|
||||
-INeedGames/INeedBot(s) @ ineedbots@outlook.com
|
||||
BIN
out/ss.jpg
|
Before Width: | Height: | Size: 1.4 MiB |
19
scriptdata/waypoints/README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# IW4 Bot Warfare Waypoints
|
||||
|
||||
Welcome to the collection of waypoints for IW4 Bot Warfare.
|
||||
|
||||
This repo contains all of the waypoints in CSV format, a format that Bot Warfare can read at run time.
|
||||
|
||||
|
||||
[Here is a tool](https://github.com/ineedbots/bw_node_tools/blob/master/src/gscwptocsv.js) that will convert a PeZBOT GSC into the CSV format.
|
||||
|
||||
|
||||
|
||||
## Waypoint Creators
|
||||
|
||||
VicRattlehead
|
||||
|
||||
Boxhead78
|
||||
|
||||
IKennyAgain
|
||||
|
||||
234
scriptdata/waypoints/af_caves_wp.csv
Normal file
@@ -0,0 +1,234 @@
|
||||
233
|
||||
7744.91 4471.15 -3399.88,2 3 215 217 216 221,stand,23.8568 -73.2829 0,,
|
||||
8134.55 4609.81 -3335.88,2 145 219 220 221,stand,38.6389 -157.834 0,,
|
||||
7900.3 4503.72 -3391.53,1 0 217 220 221,stand,14.0021 -3.06926 0,,
|
||||
7529.56 4489.98 -3395.88,0 4 5 213 214,stand,21.3904 -85.3788 0,,
|
||||
7355.19 4710.72 -3335.88,3 213 214,stand,29.1193 -55.7048 0,,
|
||||
7544.92 4314.17 -3399.88,3 6 216,stand,22.7362 -49.5469 0,,
|
||||
7454.06 4211.64 -3393.47,5 7 210 211 212,stand,24.6368 -124.649 0,,
|
||||
7367.54 3922.2 -3359.34,6 8 210 211,stand,16.2378 -135.18 0,,
|
||||
6838.64 3530.96 -3368.38,7 9 14,stand,12.6563 19.8098 0,,
|
||||
6495.14 3456.26 -3372.24,8 10 24,stand,16.1279 -51.8595 0,,
|
||||
6550.32 3263.18 -3350.25,9 11 12,stand,25.6476 -79.8582 0,,
|
||||
6551.65 2905.51 -3369.45,10 19 13 22,stand,22.7362 -85.1207 0,,
|
||||
6752.69 3238.16 -3354.8,10 13 14,stand,21.5057 -75.3428 0,,
|
||||
6749.01 2918.82 -3359.06,12 11,stand,17.3584 20.1778 0,,
|
||||
6909.72 3359.97 -3361.83,12 8 15,stand,22.066 -59.2204 0,,
|
||||
7113.15 3177.39 -3364.03,14 16,stand,30.3497 -171.094 0,,
|
||||
7317.42 2916.99 -3328.33,15 17,stand,17.2485 165.313 0,,
|
||||
7028.17 2778.88 -3274.36,16 18,stand,16.6882 -157.059 0,,
|
||||
6915.4 2859.67 -3314.68,17 19,stand,21.5057 144.933 0,,
|
||||
6766.77 2775.12 -3349.16,18 20 11,stand,18.7042 -166.463 0,,
|
||||
6583.16 2647.49 -3354.11,19 21,stand,22.066 -151.681 0,,
|
||||
6329.44 2743.7 -3355.58,20 22 23,stand,23.1812 150.305 0,,
|
||||
6335.44 2877.28 -3378.6,11 21,stand,17.3584 -16.4836 0,,
|
||||
5963.59 2691.83 -3362.71,21 25,stand,23.7415 52.5051 0,,
|
||||
6226.93 3408.27 -3360.72,9,stand,16.5784 13.9046 0,,
|
||||
5817.54 2913.1 -3362.23,23 26 33,stand,22.1661 109.173 0,,
|
||||
5751.37 3172.43 -3356.07,25 27 30 31,stand,29.895 113.875 0,,
|
||||
5887 3266.87 -3354.65,26 28,stand,30.2301 34.2513 0,,
|
||||
5879.85 3379.61 -3381.93,27 29,stand,23.7372 162.698 0,,
|
||||
5747.44 3436.96 -3379.02,28 30 41 48,stand,23.9624 156.875 0,,
|
||||
5628.24 3313 -3351.24,29 26 31 41,stand,19.8151 -37.3851 0,,
|
||||
5571.54 3123.39 -3343.53,30 26 32,stand,25.863 -118.129 0,,
|
||||
5473.98 2973.99 -3362.42,31 33 44,stand,29.1095 -113.762 0,,
|
||||
5581.82 2858.69 -3380.02,32 25 34,stand,23.7372 162.061 0,,
|
||||
5262.84 2748.21 -3399.37,33 35 36,stand,31.2408 139.182 0,,
|
||||
5037.44 2707.87 -3408.6,34,stand,35.0476 39.8488 0,,
|
||||
5079.79 2926.76 -3437.52,34 37,stand,23.6218 118.126 0,,
|
||||
5049.17 3122.89 -3460.81,36 38,stand,36.2781 141.198 0,,
|
||||
4946.71 3268.96 -3468.98,37 39,stand,26.8738 114.21 0,,
|
||||
5047.61 3894.97 -3453.54,38 40 51 52,stand,46.023 94.6102 0,,
|
||||
5312.43 3643.9 -3382.53,39 41 45,stand,38.8544 128.206 0,,
|
||||
5431.22 3480.69 -3365.09,40 29 30 42,stand,25.918 -39.4889 0,,
|
||||
5201.16 3336.25 -3378.41,41 43,stand,28.9447 -135.465 0,,
|
||||
5216 3154.36 -3363.23,42 44,stand,32.4164 73.6153 0,,
|
||||
5337.22 2976.16 -3360.68,43 32,stand,29.6149 -33.3311 0,,
|
||||
5411.7 3785.83 -3399.06,40 46,stand,28.7195 56.9655 0,,
|
||||
5529.32 3824.96 -3401.38,45 47,stand,37.5635 45.9902 0,,
|
||||
5616.09 3753.81 -3394.4,46 48,stand,23.7921 -16.945 0,,
|
||||
5811.09 3731.87 -3416.11,47 29 49,stand,17.6343 -80.4405 0,,
|
||||
5637.87 3972.2 -3479.87,48 50,stand,24.2371 128.635 0,,
|
||||
5407.94 3988.93 -3472.75,49 51,stand,18.6395 -162.942 0,,
|
||||
5188.52 3950.65 -3452.14,50 39 52,stand,21.441 103.438 0,,
|
||||
5102.96 4176.39 -3451.28,39 51 53,stand,26.3684 45.3914 0,,
|
||||
4902.17 4383.94 -3394.15,52 54,stand,11.026 109.898 0,,
|
||||
4816.9 4604.01 -3304.11,53 55,stand,16.1786 146.74 0,,
|
||||
4647.45 4700.3 -3299.88,54 56,stand,28.8293 145.059 0,,
|
||||
4807.4 4778.77 -3299.88,55 57,stand,31.5155 23.666 0,,
|
||||
4994.99 4851.14 -3377.88,56 58,stand,38.6841 22.1004 0,,
|
||||
5143.09 5170.17 -3377.88,57 59 61,stand,46.0779 105.64 0,,
|
||||
5217.3 5309.14 -3377.88,58 60,stand,29.7247 58.2729 0,,
|
||||
5283.47 5448 -3377.88,59 61,stand,38.7994 152.003 0,,
|
||||
5013.54 5542.94 -3379.88,60 58 62,stand,34.9872 -68.0149 0,,
|
||||
4906.05 5545.54 -3377.88,61 63,stand,40.1398 113.402 0,,
|
||||
4833.4 5744.73 -3473.88,62 64,stand,42.6062 127.404 0,,
|
||||
4491.71 5867.15 -3473.88,63 65,stand,20.2051 145.878 0,,
|
||||
4175.14 6115.33 -3473.88,64 66,stand,28.0493 124.268 0,,
|
||||
4087.43 6412.15 -3473.88,65 67,stand,56.1524 19.1121 0,,
|
||||
4284.42 6471.83 -3533.88,66 68,stand,37.9041 80.7015 0,,
|
||||
4219.39 6776.18 -3601.71,67 69 70,stand,18.6395 -87.241 0,,
|
||||
4406.32 6507.41 -3528.76,68,stand,32.7515 128.525 0,,
|
||||
4163.13 6940.76 -3608.95,68 71,stand,33.1964 -161.371 0,,
|
||||
4162.2 7080.28 -3610.52,70 72 86,stand,24.9127 63.5738 0,,
|
||||
4380.22 7477.31 -3617.87,71 73 86 85,stand,19.09 61.9259 0,,
|
||||
4650.04 7578.59 -3620.99,72 74 80,stand,16.7334 32.1364 0,,
|
||||
4845.62 7590.86 -3649.08,73 75 80,stand,14.3823 30.5709 0,,
|
||||
5058.3 7519.8 -3594.89,74 76,stand,15.6183 -22.6249 0,,
|
||||
5305.14 7578.08 -3599.82,75 77,stand,20.2051 41.2111 0,,
|
||||
5475.73 7779.74 -3636.03,76 78,stand,17.854 72.0058 0,,
|
||||
5407.36 7973.13 -3636.34,77 79,stand,20.5457 132.7 0,,
|
||||
5239.59 8077.73 -3677.84,78 80 81 83,stand,24.5776 157.672 0,,
|
||||
4892.97 7895.57 -3684.37,79 83 84 73 74,stand,18.5297 34.2678 0,,
|
||||
5278.15 8281.52 -3644.73,79 82,stand,30.5103 -119.458 0,,
|
||||
5088.03 8409.5 -3677.95,81 83 100,stand,20.0952 -68.6137 0,,
|
||||
5091.77 8190.55 -3688.93,82 79 80,stand,23.0066 -31.5513 0,,
|
||||
4676.03 8074.04 -3649.61,80 85 87,stand,14.7229 -142.079 0,,
|
||||
4470.6 7892.89 -3611.65,84 72,stand,15.9534 -129.873 0,,
|
||||
4525.99 7165.92 -3660.71,71 72,stand,33.7567 16.6018 0,,
|
||||
4549.11 8321 -3642.72,84 88 89,stand,19.09 -73.8432 0,,
|
||||
4318.01 8394.69 -3604.39,87 89,stand,15.2777 154.123 0,,
|
||||
4537 8711.19 -3647.15,88 87 90 92 99 100,stand,20.4303 -145.853 0,,
|
||||
4225.96 8749.12 -3628.51,89 91,stand,27.489 13.0587 0,,
|
||||
4164.31 8999.39 -3655.34,90 92,stand,23.2318 81.0311 0,,
|
||||
4360.88 9042.19 -3639.45,91 89 93,stand,22.5616 -3.85478 0,,
|
||||
4600.22 9281.61 -3577.88,92 94,stand,15.3931 -68.2457 0,,
|
||||
4700.48 9395.56 -3578.36,93 95,stand,18.7494 34.1085 0,,
|
||||
5044.27 9423.34 -3544.69,94 96 98,stand,39.4696 -165.002 0,,
|
||||
5157.85 9537.69 -3525.21,95 97,stand,28.4943 38.1075 0,,
|
||||
5268.16 9715.59 -3563.88,96 101,stand,43.7268 57.5918 0,,
|
||||
5020.78 9007.34 -3631.89,95 99 100,stand,21.5509 -142.079 0,,
|
||||
4760.37 8954.88 -3625.43,98 89,stand,21.5509 12.3501 0,,
|
||||
4808.86 8717.61 -3673.46,98 89 82,stand,14.9426 64.9801 0,,
|
||||
5413.42 9741.41 -3643.88,97 102,stand,49.0991 80.9981 0,,
|
||||
5461.41 9857.6 -3723.88,101 103,stand,47.3084 52.7797 0,,
|
||||
5565.78 10075.9 -3791.29,102 104,stand,6.99402 -107.214 0,,
|
||||
5548.93 10454.4 -3794.78,103 105 114 115,stand,15.9534 125.57 0,,
|
||||
5707.84 10529.1 -3803.95,104 106,stand,17.2937 -133.307 0,,
|
||||
5729.4 10667.5 -3808.3,105 107,stand,20.5457 153.903 0,,
|
||||
5794.41 10932.2 -3786.2,106 108 116,stand,21.886 86.9362 0,,
|
||||
5844.32 11102.4 -3777.86,107 109,stand,19.9854 86.9362 0,,
|
||||
5732.35 11323.2 -3772.97,108 110,stand,18.7494 161.402 0,,
|
||||
5545.54 11426.7 -3722.98,109 111,stand,16.2885 152.223 0,,
|
||||
5324.76 11523.4 -3770.02,110 112,stand,27.5989 152.442 0,,
|
||||
5071.52 11361.2 -3787.89,111 113 130,stand,21.3257 -140.25 0,,
|
||||
5193.04 11158 -3785.05,112 114 117,stand,17.1838 -56.1497 0,,
|
||||
5331.28 10772.9 -3815.61,113 104 115 117 118,stand,25.2478 -81.0118 0,,
|
||||
5509.98 10686.6 -3818.11,114 104 116,stand,23.7921 -99.5677 0,,
|
||||
5607.15 10829.1 -3788.57,115 107 117,stand,28.1592 34.1085 0,,
|
||||
5438.28 10907.2 -3781.45,116 114 113,stand,30.8453 -173.929 0,,
|
||||
5039.42 10774 -3837.88,114 119 131,stand,20.9906 109.733 0,,
|
||||
4693.03 10588.8 -3831.86,118 120 132,stand,14.7229 -158.548 0,,
|
||||
4454.7 10494.6 -3817.03,119 121,stand,20.7654 -172.995 0,,
|
||||
4297.79 10545.1 -3822.37,120 122,stand,27.5989 109.398 0,,
|
||||
4263.32 10676.2 -3820.86,121 123,stand,23.3417 102.79 0,,
|
||||
4222.1 10824 -3822.09,122 124 125,stand,28.7195 8.27413 0,,
|
||||
4347.62 10911.2 -3824.28,123 125,stand,27.8241 24.6273 0,,
|
||||
4180.85 11041.3 -3826.15,124 126 123,stand,24.4623 129.332 0,,
|
||||
4162.7 11188.6 -3834.72,125 127 128,stand,26.9287 86.6671 0,,
|
||||
4365.03 11298.9 -3817.03,126 128 129 134,stand,20.3204 -123.534 0,,
|
||||
4116.19 11400.2 -3837.44,126 127 133,stand,15.9424 -71.1296 0,,
|
||||
4583.58 11244.8 -3807.14,127 130,stand,18.2935 -133.136 0,,
|
||||
4896.57 11349.9 -3794.95,112 129 131,stand,26.9177 -38.2804 0,,
|
||||
4894.96 11079.6 -3837.27,130 118 132,stand,16.3928 -89.4603 0,,
|
||||
4650.75 10929.9 -3837.74,131 119,stand,23.8965 -116.624 0,,
|
||||
3905.67 11400.5 -3842.88,128 136,stand,18.0682 156.952 0,,
|
||||
4376.97 11597.2 -3831.26,127 135,stand,29.7192 15.0692 0,,
|
||||
4655.72 11770.2 -3841.66,134,stand,20.3095 47.4294 0,,
|
||||
3511.56 11568.4 -3872.22,133 137,stand,19.079 160.308 0,,
|
||||
3267.4 11638.4 -3863.88,136 138 139,stand,23.7811 79.5644 0,,
|
||||
3272.46 11767.6 -3861.03,137,stand,21.095 105.322 0,,
|
||||
2876.64 11708 -3845.75,137 140,stand,16.0577 -177.411 0,,
|
||||
2422.58 11681.9 -3831.6,139 141 144 142,stand,10.1196 -168.111 0,,
|
||||
2233.23 11641.3 -3830.89,140 142 144,stand,12.5861 131.337 0,,
|
||||
2128.36 11893.3 -3814.98,141 143 140,stand,14.4867 127.756 0,,
|
||||
2004.97 12122.8 -3784.94,142,stand,14.6021 120.478 0,,
|
||||
2342.38 11244.3 -3826.16,141 140,stand,25.3522 -120.519 0,,
|
||||
8472.87 4653.99 -3344.32,1 146 219,stand,11.4655 172.717 0,,
|
||||
9066.3 4951.31 -3231.49,145 147,stand,1.27563 37.5472 0,,
|
||||
9347.57 5208.43 -3268.93,146 148 149 227,stand,31.6199 80.328 0,,
|
||||
9175.11 5377.23 -3280.91,147,stand,37.3328 90.1827 0,,
|
||||
9587.78 5179.45 -3240.68,147 150,stand,29.3842 85.5904 0,,
|
||||
9575.02 5506.36 -3373.18,149 151 154 155 227 228,stand,1.16028 -81.0118 0,,
|
||||
9083.25 5501.64 -3343.18,150 227 229,stand,29.8291 70.0228 0,,
|
||||
9242.64 5861.68 -3481.63,153 162 228 229,stand,34.1962 67.2268 0,,
|
||||
9421.32 5783.33 -3476.59,152 154 227 228,stand,30.7245 57.2567 0,,
|
||||
9654.5 5811.03 -3492.78,153 150 157 160 161,stand,9.89441 -148.243 0,,
|
||||
9702.6 5452.28 -3331.38,150 156 227,stand,25.5719 1.04512 0,,
|
||||
9946.59 5702.41 -3418.6,155 157,stand,34.5313 51.6646 0,,
|
||||
9927.36 5888.47 -3499.71,156 154 158,stand,1.27563 -98.8096 0,,
|
||||
10051.5 6012.17 -3499.24,157 159 160,stand,23.2208 135.32 0,,
|
||||
9963.79 6233.63 -3534.87,158 160 168,stand,21.3202 -164.431 0,,
|
||||
9773.78 6099.09 -3529.38,159 154 158 161 167,stand,31.8451 -100.716 0,,
|
||||
9475.9 6093.71 -3527.43,154 160 162 167,stand,21.9904 125.575 0,,
|
||||
9278.39 6022.96 -3514.07,161 152 163,stand,29.7192 -64.2027 0,,
|
||||
9254.72 6352.02 -3542.74,162 164 167,stand,19.079 106.58 0,,
|
||||
8978.19 6836.13 -3571.31,163 165,stand,17.6233 101.537 0,,
|
||||
9012.33 7283.38 -3579.68,164 166,stand,13.5913 129.536 0,,
|
||||
8979.27 7549.98 -3587.56,165 187,stand,19.4141 -86.038 0,,
|
||||
9654.06 6289.11 -3547.77,163 161 160 168,stand,16.5027 179.892 0,,
|
||||
9868.21 6490.91 -3555.36,167 159 169,stand,22.4408 41.9637 0,,
|
||||
9890.29 6744.65 -3579.64,168 170 178,stand,21.4301 98.406 0,,
|
||||
10115.2 6874.91 -3579.18,169 171,stand,19.6393 51.368 0,,
|
||||
10212.3 6982.58 -3577.28,170 175 177,stand,26.8079 -159.806 0,,
|
||||
9993.71 7749.58 -3576.53,173 180 174 189,stand,12.0258 137.144 0,,
|
||||
9855.73 8039.22 -3526.24,172 174 180 181 189 183 188,stand,19.079 113.518 0,,
|
||||
10152.6 7489.14 -3583.88,173 175 176 172,stand,39.1235 -72.7885 0,,
|
||||
10226 7366.25 -3583.88,174 171,stand,32.9657 -95.6291 0,,
|
||||
10044.1 7390.17 -3583.88,174 177 179,stand,24.2316 0.457352 0,,
|
||||
10061.4 7078.06 -3582.75,176 171 178,stand,25.0116 -83.3079 0,,
|
||||
9845.88 7026.01 -3583.01,177 169 179,stand,28.1482 -169.88 0,,
|
||||
9888.27 7318.08 -3583.88,178 176,stand,27.7032 9.60896 0,,
|
||||
9817.61 7734.08 -3573.89,173 172,stand,18.0682 2.84139 0,,
|
||||
9654.82 8347.99 -3507.1,173 182 188 222 226,stand,24.5667 -52.9307 0,,
|
||||
9492.99 8228.18 -3505.91,181 183 230,stand,21.3202 -131.434 0,,
|
||||
9554.91 7959.39 -3502.3,182 184 187 173,stand,19.8645 -66.367 0,,
|
||||
9547.66 7668.44 -3503.28,183 185,stand,22.8857 -95.4863 0,,
|
||||
9537.18 7247.71 -3497.22,184 186,stand,20.5347 -102.32 0,,
|
||||
9495.75 6481.66 -3435.56,185,stand,36.322 -92.7946 0,,
|
||||
9201.87 7591.91 -3524.36,183 166,stand,26.4673 -121.809 0,,
|
||||
10072 8459.8 -3489.46,181 189 173 191,stand,19.6393 16.8764 0,,
|
||||
10285.9 8018.54 -3498.55,188 190 172 173,stand,17.7332 -59.8356 0,,
|
||||
10280.6 7682.3 -3514.28,189,stand,30.3894 -172.489 0,,
|
||||
10129.8 8653.76 -3489.59,188 192 193,stand,22.2156 71.072 0,,
|
||||
10236.2 8939.88 -3460.2,191,stand,24.4568 107.354 0,,
|
||||
10005.3 8754.11 -3507.59,191 194 225,stand,29.3842 -169.996 0,,
|
||||
9899.27 8828.03 -3562.97,193 205 223,stand,1.72058 -52.6341 0,,
|
||||
9721.31 8618.3 -3566.37,196 223,stand,26.5826 -143.117 0,,
|
||||
9467.17 8555.28 -3570.21,195 197 202 222 231,stand,24.1162 -157.229 0,,
|
||||
9253.35 8360.06 -3573.19,196 198 231,stand,23.111 -123.188 0,,
|
||||
8972.77 8189.83 -3570.1,197 199,stand,27.5879 42.4032 0,,
|
||||
8901.9 8406.08 -3570.85,198 200,stand,26.2476 88.9907 0,,
|
||||
9056.36 8556.42 -3570.05,199 201,stand,25.6873 24.2647 0,,
|
||||
9222.63 8802.43 -3559.61,200 202 206,stand,20.0842 57.2951 0,,
|
||||
9380.8 8767.61 -3567.25,201 196 203 206,stand,27.0276 -18.9665 0,,
|
||||
9600.48 9027.9 -3551.91,202 204 206,stand,19.4141 -54.9192 0,,
|
||||
9759.67 9051.13 -3551.59,203 205,stand,28.9337 -20.988 0,,
|
||||
9932.66 8966.37 -3556.79,204 194,stand,36.5472 -166.568 0,,
|
||||
9208.34 8972.33 -3539.8,201 203 202 207,stand,28.0383 -4.10747 0,,
|
||||
8964.07 9274.61 -3472.95,206 208,stand,13.8165 123.971 0,,
|
||||
8861.6 9476.41 -3460.3,207 209,stand,28.5986 -49.5689 0,,
|
||||
8776.87 9889.95 -3534.07,208,stand,26.8079 76.8618 0,,
|
||||
7334.89 4132.28 -3360.47,7 6 211,stand,58.3429 -85.1972 0,,
|
||||
7487.2 3806.13 -3351.76,7 210 6,stand,32.0306 111.562 0,,
|
||||
7413.51 4331.65 -3389.14,6 213,stand,35.722 -62.2413 0,,
|
||||
7427.22 4495.03 -3391.11,212 3 4,stand,33.7061 -87.9987 0,,
|
||||
7601.26 4639.07 -3380.54,4 3 215,stand,30.7947 -121.447 0,,
|
||||
7736.77 4552.58 -3399.88,214 0,stand,32.2504 150.119 0,,
|
||||
7661.63 4292.6 -3397.73,217 5 0,stand,32.8107 38.6187 0,,
|
||||
7899.12 4192.99 -3393.09,2 0 218 216,stand,37.403 124.4 0,,
|
||||
8016.77 4082.04 -3335.88,217,stand,42.3303 133.7 0,,
|
||||
8311.8 4727.58 -3336.95,145 1,stand,64.8413 -147.539 0,,
|
||||
7985.56 4646.15 -3391.4,1 2 221,stand,13.9966 -22.1137 0,,
|
||||
7981.99 4419.61 -3396.07,220 2 0 1,stand,28.6688 76.3183 0,,
|
||||
9549.67 8463.83 -3514.17,181 196 226 232,stand,44.3463 -128.209 0,,
|
||||
9792.39 8699.77 -3562.86,195 194 224,stand,41.0999 -80.6489 0,,
|
||||
9856.98 8656.03 -3537.88,223 225,stand,49.6088 61.7999 0,,
|
||||
9899.18 8618.52 -3509.58,224 193 226,stand,42.7808 87.5573 0,,
|
||||
9742.49 8494.91 -3512.45,225 181 222,stand,34.7168 36.8279 0,,
|
||||
9373.68 5421.57 -3360.52,153 147 151 155 150,stand,59.3481 -103.973 0,,
|
||||
9308.72 5682.18 -3440.02,153 152 229 150,stand,12.876 -49.3983 0,,
|
||||
9128.23 5669.67 -3409.13,228 151 152,stand,29.0039 25.891 0,,
|
||||
9134.15 7838.99 -3495.77,182,stand,53.7604 53.5052 0,,
|
||||
9397.62 8438.18 -3559.34,232 197 196,stand,30.4639 -46.8 0,,
|
||||
9422.85 8395.99 -3516.86,231 222,stand,55.1007 47.0452 0,,
|
||||
|
89
scriptdata/waypoints/af_chase_wp.csv
Normal file
@@ -0,0 +1,89 @@
|
||||
88
|
||||
29253.0 35323.2 -9909.26,1 6 8 9 10 11 14 35 38 40 48 55,stand,13.8867 -172.974 0.0,,
|
||||
28947.2 34706.0 -9921.03,0 2 6 38,stand,31.9153 -177.566 0.0,,
|
||||
28829.6 34710.5 -9917.93,1 3,stand,32.4756 -146.321 0.0,,
|
||||
28708.2 34724.3 -9919.15,2 4,stand,34.1565 -158.192 0.0,,
|
||||
28685.7 34565.6 -9913.35,3 5,stand,36.6174 -165.696 0.0,,
|
||||
28595.2 34571.6 -9919.95,4,stand,39.6442 -164.575 0.0,,
|
||||
29234.1 34608.1 -9933.05,0 1 7 40,stand,27.7734 -10.1786 0.0,,
|
||||
29917.8 34595.4 -9911.95,6 8,stand,28.6688 5.60882 0.0,,
|
||||
29935.3 35250.9 -9905.92,0 7 9 40,stand,16.1279 116.027 0.0,,
|
||||
29929.7 35841.8 -9922.85,0 8 54,stand,18.2538 90.8298 0.0,,
|
||||
29465.1 36091.2 -9919.73,0 11 53,stand,28.894 167.652 0.0,,
|
||||
29229.5 36230.6 -9905.95,0 10 12 48 49,stand,19.0393 155.336 0.0,,
|
||||
28831.9 36239.8 -9903.71,11 13,stand,19.5996 -171.853 0.0,,
|
||||
28606.3 36119.8 -9918.4,12 14,stand,25.1971 -158.752 0.0,,
|
||||
28329.4 36101.7 -9921.58,0 13 15 44,stand,20.3796 -172.188 0.0,,
|
||||
28184.6 36061.9 -9920.42,14 16 30 86,stand,25.0873 -108.468 0.0,,
|
||||
27856.7 36014.1 -9902.28,15 17 19 33 86,stand,27.6581 -91.5598 0.0,,
|
||||
27533.6 36008.5 -9904.12,16 18,stand,26.2024 -99.2887 0.0,,
|
||||
27540.3 35676.8 -9905.31,17 19,stand,25.5322 -63.1162 0.0,,
|
||||
27658.8 35429.0 -9916.42,16 18 28 32,stand,26.2024 -103.205 0.0,,
|
||||
27551.3 34721.2 -9938.12,21 27,stand,22.2858 -84.3912 0.0,,
|
||||
27806.8 34722.0 -9943.86,20 22,stand,18.5889 71.719 0.0,,
|
||||
27857.7 35011.9 -9946.72,21 23 26 27,stand,24.9719 -6.56405 0.0,,
|
||||
28040.8 34965.3 -9951.92,22 24,stand,22.9559 -18.4348 0.0,,
|
||||
28273.4 34970.7 -9944.44,23 25,stand,24.8621 -71.5152 0.0,,
|
||||
28290.4 34884.7 -9945.78,24,climb,24.0765 -83.0454 0.0,,
|
||||
27551.5 35192.4 -9935.88,22 27 28 29,stand,25.6421 -5.10287 0.0,,
|
||||
27547.7 34897.1 -9937.01,20 22 26 29,stand,31.4703 -78.5684 0.0,,
|
||||
27562.8 35287.8 -9928.29,19 26,stand,74.696 -15.073 0.0,,
|
||||
27956.5 35172.0 -9938.57,26 27 34,stand,26.2024 157.616 0.0,,
|
||||
28204.8 35350.8 -9936.58,15 31 34 43,stand,22.1759 -13.804 0.0,,
|
||||
28426.6 35216.4 -9932.8,30 35 43 87,stand,15.9027 147.904 0.0,,
|
||||
27848.3 35436.2 -9916.28,19 33 34,stand,19.3744 79.9643 0.0,,
|
||||
27854.8 35622.2 -9903.76,16 32,stand,28.894 -63.2645 0.0,,
|
||||
27931.6 35411.8 -9912.29,29 30 32 86,stand,30.0146 -79.5792 0.0,,
|
||||
28552.0 34993.6 -9934.29,0 31 36 39 42 55 56,stand,16.5729 120.421 0.0,,
|
||||
28597.6 34843.7 -9934.24,35 37 38,stand,15.6775 -21.8735 0.0,,
|
||||
28587.9 34681.0 -9925.39,36,stand,17.1332 -67.3404 0.0,,
|
||||
28947.7 34826.6 -9916.8,0 1 36 39 56,stand,16.2378 -2.72433 0.0,,
|
||||
28759.5 35872.0 -9909.75,35 38 44 55,stand,17.4683 -62.1549 0.0,,
|
||||
29716.5 34836.2 -9901.23,0 6 8,stand,18.0286 -49.982 0.0,,
|
||||
28492.1 35490.3 -9889.18,42,stand,35.387 -88.0936 0.0,,
|
||||
28497.7 35291.7 -9905.86,35 41,stand,39.9792 -88.3188 0.0,,
|
||||
28397.9 35378.0 -9927.07,30 31 44,stand,22.2858 -127.815 0.0,,
|
||||
28378.1 35768.5 -9930.77,14 39 43,stand,17.4683 -48.8669 0.0,,
|
||||
29645.0 35949.0 -9686.31,46 48,stand,37.6282 47.2195 0.0,,
|
||||
29693.3 35978.4 -9676.56,45 47,stand,26.7627 78.3493 0.0,,
|
||||
29711.7 36132.1 -9684.95,46,stand,37.8534 -137.862 0.0,,
|
||||
29480.3 35949.2 -9904.69,0 11 45,stand,47.5928 -165.295 0.0,,
|
||||
29416.0 36249.5 -9925.0,11 50,stand,23.291 3.76861 0.0,,
|
||||
29712.3 36251.3 -9918.07,49 51 53,stand,20.6049 -83.5782 0.0,,
|
||||
29932.7 36249.5 -9903.11,50 52 54,stand,18.5889 -24.5652 0.0,,
|
||||
30072.9 36258.9 -9878.2,51,stand,24.9719 2.31292 0.0,,
|
||||
29721.7 36085.8 -9919.14,10 50 54,stand,20.7202 122.168 0.0,,
|
||||
29950.2 36086.1 -9908.54,9 51 53,stand,35.2771 -107.809 0.0,,
|
||||
28868.1 35468.1 -9900.16,0 35 39,stand,22.3956 176.523 0.0,,
|
||||
28952.9 35001.6 -9914.7,35 38,stand,24.1919 166.223 0.0,,
|
||||
27425.1 34374.5 -9935.69,58 68 69 70 71,stand,21.7255 54.1574 0.0,,
|
||||
28035.9 34383.3 -9928.26,57 59 68,stand,25.0873 1.41204 0.0,,
|
||||
28155.6 34068.1 -9949.27,58 60,stand,25.307 -65.8902 0.0,,
|
||||
28266.5 34074.4 -9940.27,59 61 63,stand,36.2823 111.72 0.0,,
|
||||
28218.3 34230.5 -9945.91,60 62,stand,41.5448 52.4765 0.0,,
|
||||
28347.3 34243.2 -9945.91,61,stand,37.9633 12.4972 0.0,,
|
||||
28428.3 34011.8 -9932.92,60 64,stand,28.7787 -141.333 0.0,,
|
||||
28237.4 33707.9 -9951.12,63 65 68 71,stand,25.4224 -95.0809 0.0,,
|
||||
28540.0 33522.6 -9947.42,64 66 71 73,stand,23.0713 -16.6934 0.0,,
|
||||
28602.1 33628.7 -9928.27,65 67,stand,28.894 103.019 0.0,,
|
||||
28576.1 33801.4 -9914.13,66,stand,28.1085 101.118 0.0,,
|
||||
27800.8 33647.6 -9962.38,57 58 64 71 73,stand,17.0233 80.8487 0.0,,
|
||||
27383.6 34613.2 -9921.07,57 70,stand,23.4064 -59.1007 0.0,,
|
||||
26916.3 34281.9 -9908.91,57 69 71,stand,19.2645 11.4481 0.0,,
|
||||
27545.2 32499.1 -9959.3,57 64 65 68 70 72 75 76 77,stand,13.5516 -81.5018 0.0,,
|
||||
28606.2 32687.1 -9932.68,71 73 74,stand,15.9027 78.1076 0.0,,
|
||||
28495.5 32881.0 -9895.31,65 68 72,stand,29.2291 156.275 0.0,,
|
||||
28788.0 32403.3 -9905.73,72,stand,22.6208 173.035 0.0,,
|
||||
28230.4 31823.5 -9870.54,71 76 79,stand,13.6615 -84.2649 0.0,,
|
||||
27496.1 31085.7 -9950.19,71 75 78 79,stand,18.3636 -93.2187 0.0,,
|
||||
26606.5 31448.3 -9850.3,71 78,stand,20.7202 6.14715 0.0,,
|
||||
26730.7 30574.2 -9982.9,76 77,stand,24.7467 -71.1197 0.0,,
|
||||
28655.2 30975.3 -9873.69,75 76,stand,20.9399 136.055 0.0,,
|
||||
28623.2 33927.6 -9927.46,81,stand,41.8854 -10.986 0.0,,
|
||||
28770.2 33969.1 -9926.24,80 82 85,stand,41.2097 128.551 0.0,,
|
||||
28877.7 34262.9 -9942.82,81 83 85,stand,20.2698 -177.248 0.0,,
|
||||
28895.7 34370.7 -9930.58,82 84,stand,34.3817 -164.586 0.0,,
|
||||
28704.9 34342.5 -9935.61,83 85,stand,29.6741 -145.442 0.0,,
|
||||
28662.0 34094.3 -9951.17,81 82 84,stand,24.9719 73.4604 0.0,,
|
||||
27960.0 35824.2 -9910.77,15 16 34,stand,26.7242 -92.988 0.0,,
|
||||
28355.3 35066.4 -9943.27,31,stand,22.2418 143.053 0.0,,
|
||||
|
276
scriptdata/waypoints/airport_wp.csv
Normal file
@@ -0,0 +1,276 @@
|
||||
275
|
||||
2604.41 3734.92 64.125,1,stand,21.275 117.349 0.0,,
|
||||
2315.26 3753.97 64.125,0 2,stand,35.4968 68.3005 0.0,,
|
||||
2207.33 4003.55 64.125,1 3 4 38,stand,44.7968 -179.156 0.0,,
|
||||
2032.79 4003.32 64.125,2 5 38 42 44 45,stand,44.1211 -179.265 0.0,,
|
||||
2208.78 4470.08 320.125,2 5 6 37,stand,30.1245 91.0642 0.0,,
|
||||
2031.7 4472.23 320.125,3 4 6 35 37,stand,41.2097 -99.6091 0.0,,
|
||||
2202.18 4564.72 320.125,4 5 7 30 37,stand,23.5162 1.95956 0.0,,
|
||||
3587.77 4510.04 320.125,6 8 227 233,stand,28.7787 -3.94012 0.0,,
|
||||
3711.53 3011.35 320.125,7 9 23 250 270 271,stand,19.4843 -61.1624 0.0,,
|
||||
4246.48 2770.51 320.125,8 10 20 21 267,stand,14.6722 -24.3198 0.0,,
|
||||
4693.82 2172.17 320.125,9 11 13 19 21,stand,25.9827 -42.2385 0.0,,
|
||||
4818.48 2294.14 320.125,10 12 19,stand,29.4543 44.6634 0.0,,
|
||||
5170.96 1943.92 64.125,11 13 14 15 16,stand,49.3835 -45.3696 0.0,,
|
||||
5033.38 1821.33 64.125,10 12 14 15 16,stand,52.2949 -149.185 0.0,,
|
||||
5457.41 1556.33 64.125,12 13 15,stand,13.4363 88.6417 0.0,,
|
||||
5469.02 2024.08 64.125,12 13 14 16 17,stand,40.8746 159.646 0.0,,
|
||||
5278.31 2024.64 64.125,12 13 15 18,stand,51.2897 -175.607 0.0,,
|
||||
5461.34 2497.89 320.125,15 18 19 273,stand,43.3411 96.821 0.0,,
|
||||
5287.22 2485.76 320.125,16 17 19 274,stand,41.4349 -91.9516 0.0,,
|
||||
4797.27 2540.76 320.125,10 11 17 18 20,stand,24.1864 178.576 0.0,,
|
||||
4670.75 2873.89 320.125,9 19 266,stand,30.799 147.111 0.0,,
|
||||
4398.35 2495.78 320.125,9 10 22,stand,40.9888 91.7123 0.0,,
|
||||
3869.89 2539.07 320.125,21 23 255 269,stand,24.5313 179.142 0.0,,
|
||||
3617.22 2840.45 320.125,8 22 24,stand,18.5931 133.114 0.0,,
|
||||
3379.96 2924.87 320.125,23 26 249 250 251,stand,30.1288 150.659 0.0,,
|
||||
3643.28 3604.61 320.125,26 232,stand,29.3433 173.247 0.0,,
|
||||
3331.24 3589.77 320.125,24 25 27 239,stand,25.4266 145.172 0.0,,
|
||||
3203.04 3711.68 320.125,26 28,stand,26.9922 -19.1123 0.0,,
|
||||
3208.74 4332.77 320.125,27 29 227,stand,29.7937 -88.3975 0.0,,
|
||||
2853.46 4620.92 320.125,28 30,stand,31.2494 -154.689 0.0,,
|
||||
2588.42 4461.88 320.125,6 29 33,stand,27.5525 36.4346 0.0,,
|
||||
2236.42 5142.67 320.125,32 34,stand,43.6804 92.9098 0.0,,
|
||||
2646.92 5205.86 320.125,31,stand,39.8737 -178.321 0.0,,
|
||||
2401.67 4787.91 320.125,30 34,stand,35.3912 1.42118 0.0,,
|
||||
2407.55 5097.19 320.125,31 33 36,stand,29.7937 -35.6137 0.0,,
|
||||
1992.45 4952.35 320.125,5 36,stand,18.0328 -11.6471 0.0,,
|
||||
2713.86 4968.76 320.125,34 35,stand,19.4885 172.121 0.0,,
|
||||
2120.75 4443.67 320.125,4 5 6 40,stand,40.2087 -89.7818 0.0,,
|
||||
2119.97 4048.94 64.125,2 3 41,stand,41.214 -97.8403 0.0,,
|
||||
2121.75 4207.65 168.125,40 41,stand,19.4885 94.1788 0.0,,
|
||||
2126.13 4298.52 240.701,37 39,stand,18.9282 96.6397 0.0,,
|
||||
2115.4 4122.56 100.449,38 39,stand,54.5404 -97.1701 0.0,,
|
||||
2141.92 3720.82 64.125,3 43,stand,42.1094 87.9056 0.0,,
|
||||
2057.42 3534.23 64.125,42 44 49 62,stand,33.3752 -8.62581 0.0,,
|
||||
1952.67 3726.08 64.125,3 43 45,stand,31.5845 83.5 0.0,,
|
||||
1938.93 4068.13 64.125,3 44 46,stand,37.6324 96.9418 0.0,,
|
||||
1939.54 4398.19 64.125,45 48,stand,36.402 87.4222 0.0,,
|
||||
1953.13 4720.87 64.125,48 188,stand,37.9675 90.8939 0.0,,
|
||||
1963.61 4479.37 64.125,46 47,stand,56.6663 -90.1553 0.0,,
|
||||
2351.94 3422.68 64.125,43 50 62 63,stand,23.5205 0.778484 0.0,,
|
||||
2969.1 3426.23 64.125,49 51 58 60 63,stand,23.1854 35.6051 0.0,,
|
||||
3026.71 3890.11 64.125,50 52 57,stand,18.9282 123.853 0.0,,
|
||||
2862.04 4072.36 64.125,51 53,stand,22.3999 138.52 0.0,,
|
||||
2857.16 4542.69 64.125,52 54 55,stand,22.5153 95.5191 0.0,,
|
||||
2399.24 4578.88 64.125,53,stand,23.8556 177.719 0.0,,
|
||||
3070.8 4463.82 64.125,53 56,stand,32.0294 -22.8147 0.0,,
|
||||
3586.64 4102.65 64.125,55 57,stand,31.0242 -81.0477 0.0,,
|
||||
3406.55 3816.6 64.125,51 56 58,stand,29.3433 -141.632 0.0,,
|
||||
3412.81 3509.33 64.125,50 57,stand,39.6484 -99.5267 0.0,,
|
||||
3180.71 3300.11 64.125,60 64 65,stand,42.5598 -5.64852 0.0,,
|
||||
3008.73 3313.43 64.125,50 59 64,stand,48.4924 168.117 0.0,,
|
||||
2650.73 3291.88 64.125,62 63,stand,32.0294 99.617 0.0,,
|
||||
2265.16 3305.42 64.125,43 49 61,stand,42.6697 169.386 0.0,,
|
||||
2671.82 3422.2 64.125,49 50 61,stand,82.3138 107.269 0.0,,
|
||||
2747.79 3255.99 64.125,59 60,stand,36.6217 0.624676 0.0,,
|
||||
3164.96 3063.8 64.125,59 66,stand,31.3593 156.284 0.0,,
|
||||
2870.11 3078.8 64.125,65 67,stand,29.118 -173.481 0.0,,
|
||||
2756.64 3096.86 24.125,66 68,stand,52.5244 177.785 0.0,,
|
||||
2701.96 3099.05 -7.875,67 69,stand,52.5244 178.455 0.0,,
|
||||
2637.35 3099.17 -39.875,68 70,stand,52.7496 179.24 0.0,,
|
||||
2554.79 3099.23 -63.875,69 71 74,stand,53.0847 179.685 0.0,,
|
||||
2500.31 3091.57 -63.875,70 72 74,stand,23.1854 69.0475 0.0,,
|
||||
2501.3 3188.42 -63.875,71 75,stand,20.274 79.9075 0.0,,
|
||||
2710.8 3031.99 -63.875,74,stand,38.1927 176.966 0.0,,
|
||||
2597.24 3034.25 -63.875,70 71 73,stand,44.4604 4.39299 0.0,,
|
||||
2509.7 3278.6 -79.875,72 76,stand,48.6023 68.4488 0.0,,
|
||||
2619.06 3269.84 -79.875,75 77 78,stand,32.1448 27.3489 0.0,,
|
||||
2781.47 3236.96 -79.875,76,stand,44.7955 -2.32515 0.0,,
|
||||
2640.11 3801.08 -95.875,76 156 160,stand,30.5737 91.2949 0.0,,
|
||||
-12112.4 5257.81 -63.875,80,stand,16.7969 -39.8599 0.0,,
|
||||
-12082.5 -5621.94 -63.875,79 81,stand,22.8448 -51.9504 0.0,,
|
||||
-11994.8 -9444.07 61.2376,80 82,stand,27.2119 -128.772 0.0,,
|
||||
-11971.0 -10063.5 -63.875,81 83,stand,25.3113 -124.625 0.0,,
|
||||
-4895.59 -6570.11 -55.875,82 84,stand,12.4298 45.0314 0.0,,
|
||||
12163.0 -6513.33 -63.875,83 85,stand,20.719 -98.1973 0.0,,
|
||||
12198.7 933.449 -63.875,84 86,stand,10.4138 -169.532 0.0,,
|
||||
4480.1 313.562 -63.875,85 87,stand,17.1375 141.87 0.0,,
|
||||
4148.97 1612.54 -63.875,86 88,stand,1.56982 -171.207 0.0,,
|
||||
2981.85 1816.7 -63.875,87 89,stand,11.3147 142.431 0.0,,
|
||||
2556.19 2306.0 -63.875,88 90 94,stand,30.0134 -37.3056 0.0,,
|
||||
2191.58 2495.95 -63.875,89 91 94,stand,29.4586 44.6689 0.0,,
|
||||
2358.84 2753.32 -63.875,90 92 93,stand,29.6783 53.1778 0.0,,
|
||||
2794.51 2805.18 -63.875,91,stand,27.3273 178.158 0.0,,
|
||||
1819.43 2897.17 -63.875,91,stand,20.6091 -62.2391 0.0,,
|
||||
1889.44 2308.46 -63.875,89 90 95,stand,27.2174 89.1305 0.0,,
|
||||
1387.42 2416.34 -63.875,94 96 97,stand,25.5365 128.324 0.0,,
|
||||
1400.73 2721.87 -63.875,95,stand,28.2281 97.98 0.0,,
|
||||
922.984 2650.13 -63.875,95 98,stand,29.7937 139.519 0.0,,
|
||||
945.76 3063.62 -63.875,97 99 100,stand,32.7051 72.1072 0.0,,
|
||||
989.954 3209.65 -55.8736,98 179,stand,8.28489 -105.915 0.0,,
|
||||
335.69 3285.81 -63.875,98 101 102 103,stand,22.9572 172.292 0.0,,
|
||||
129.07 3285.27 80.125,100,stand,42.7765 -20.0681 0.0,,
|
||||
519.818 3671.02 -35.875,100 180,stand,30.9058 -108.129 0.0,,
|
||||
-144.386 3742.47 -63.875,100 104,stand,23.1824 88.0374 0.0,,
|
||||
-367.21 4279.14 -63.875,103 105 133 180,stand,21.6113 -51.3846 0.0,,
|
||||
-1560.65 4295.73 -63.875,104 106,stand,27.3242 178.147 0.0,,
|
||||
-2141.02 4468.93 -59.875,105 107,stand,25.3082 152.615 0.0,,
|
||||
-2681.2 4450.82 -63.875,106 108,stand,21.8365 7.25492 0.0,,
|
||||
-2799.84 4822.22 -63.875,107 109 129,stand,32.0264 113.641 0.0,,
|
||||
-2813.68 5054.55 -82.2431,108 110,stand,42.3315 90.0149 0.0,,
|
||||
-2835.84 5235.65 -103.875,109 111 127 128,stand,56.3281 126.407 0.0,,
|
||||
-2962.27 5242.76 -103.875,110 112 127,stand,67.5287 136.712 0.0,,
|
||||
-2971.46 5295.41 -79.875,111 113,stand,52.5214 84.5273 0.0,,
|
||||
-2970.67 5374.35 -79.875,112 114,stand,62.6013 106.588 0.0,,
|
||||
-3040.13 5378.63 -79.875,113 115,stand,52.5214 179.828 0.0,,
|
||||
-3102.41 5377.58 -95.875,114 116,stand,58.6792 -172.668 0.0,,
|
||||
-3199.95 5298.37 -95.875,115 117,stand,63.6066 -147.586 0.0,,
|
||||
-3268.57 5279.13 -95.875,116 125,stand,61.2555 162.92 0.0,,
|
||||
-3846.93 4758.11 -95.875,119 123,stand,38.7445 -117.83 0.0,,
|
||||
-3887.8 4697.29 -95.875,118 120 121,stand,39.6399 -123.988 0.0,,
|
||||
-3821.8 4588.32 -95.875,119 121,stand,44.9078 -32.944 0.0,,
|
||||
-4134.78 4411.73 -95.875,119 120 122,stand,24.0778 -131.266 0.0,,
|
||||
-4220.72 4328.25 -95.875,121,stand,58.9044 36.0391 0.0,,
|
||||
-3552.04 5029.66 -95.875,118 124 126,stand,36.6187 -125.103 0.0,,
|
||||
-3464.18 5107.84 -95.875,123 125,stand,35.8331 22.2677 0.0,,
|
||||
-3389.12 5211.67 -95.875,117 124,stand,36.5088 19.8068 0.0,,
|
||||
-3661.26 5196.07 -95.875,123,stand,40.2002 137.245 0.0,,
|
||||
-2952.08 4992.11 -103.875,110 111,stand,45.9131 -130.102 0.0,,
|
||||
-2864.34 5381.37 -103.875,110,stand,50.0549 63.0325 0.0,,
|
||||
-2009.31 4719.97 -59.875,108 130,stand,51.1755 -23.2706 0.0,,
|
||||
-1629.87 4638.11 -63.875,129 131,stand,29.5654 5.62346 0.0,,
|
||||
-1338.36 4655.88 -63.875,130 132,stand,41.3208 18.2797 0.0,,
|
||||
-1304.36 4370.8 -59.875,131 133,stand,32.2516 12.1164 0.0,,
|
||||
-497.766 4417.46 -59.875,104 132 134,stand,38.6346 24.9978 0.0,,
|
||||
166.918 4759.17 -59.875,133 135,stand,37.2888 15.3683 0.0,,
|
||||
1327.01 4664.26 -63.875,134 136 171 226,stand,30.6805 -5.24202 0.0,,
|
||||
1454.18 4659.37 -63.875,135 137,stand,48.4894 -75.0052 0.0,,
|
||||
1521.12 4566.08 -63.875,136,stand,66.7462 -1.88021 0.0,,
|
||||
1648.1 4655.9 -61.875,139,stand,52.9749 87.5979 0.0,,
|
||||
1832.24 4614.7 -63.875,138 140,stand,46.9269 4.38749 0.0,,
|
||||
1899.9 4623.35 -63.875,139 141,stand,64.0601 3.38224 0.0,,
|
||||
1905.87 4521.74 -71.875,140 142,stand,62.3792 -89.2325 0.0,,
|
||||
1919.78 4468.12 -95.875,141 143,stand,61.5936 -93.3798 0.0,,
|
||||
2004.72 4499.88 -95.875,142 144,stand,42.8949 53.5513 0.0,,
|
||||
2232.17 4584.93 -95.875,143 145,stand,37.8577 1.92656 0.0,,
|
||||
2415.68 4534.65 -95.875,144 146 147,stand,32.7051 -38.5031 0.0,,
|
||||
2488.86 4754.6 -95.875,145,stand,27.6624 172.368 0.0,,
|
||||
2396.04 4272.23 -95.875,145 148 152 153,stand,41.4392 -137.127 0.0,,
|
||||
2429.09 4104.17 -95.875,147 149 154,stand,36.7371 -81.586 0.0,,
|
||||
2195.24 4079.91 -82.9377,148 150,stand,28.0029 166.205 0.0,,
|
||||
1972.89 4092.87 -63.875,149 151 161,stand,27.6624 -177.222 0.0,,
|
||||
1953.93 4237.97 -63.875,150 152 153,stand,36.6217 -18.129 0.0,,
|
||||
2144.24 4219.69 -75.9022,147 151,stand,42.5598 2.47587 0.0,,
|
||||
2164.69 4346.79 -78.7235,147 151,stand,32.5897 -168.383 0.0,,
|
||||
2510.91 4038.92 -95.875,148 155,stand,44.0155 4.07438 0.0,,
|
||||
2601.33 4050.59 -95.875,154 156 159,stand,41.4392 14.9344 0.0,,
|
||||
2636.18 3919.58 -95.875,78 155 157,stand,34.386 -72.5278 0.0,,
|
||||
2752.21 3918.4 -95.875,156 158 159,stand,37.6324 24.899 0.0,,
|
||||
2771.32 3404.07 -95.875,157,stand,42.2247 -84.0634 0.0,,
|
||||
2765.61 4053.54 -95.875,155 157,stand,40.6537 94.5523 0.0,,
|
||||
2468.94 3826.24 -95.875,78,stand,49.1681 117.283 0.0,,
|
||||
1706.71 4091.87 -63.875,150 162 169,stand,32.7051 91.2289 0.0,,
|
||||
1694.71 4281.67 -111.376,161 163,stand,58.2373 88.4329 0.0,,
|
||||
1685.11 4480.91 -159.875,162 164 165,stand,34.8309 88.0923 0.0,,
|
||||
1676.32 4879.28 -159.875,163,stand,38.0774 89.1031 0.0,,
|
||||
1583.41 4554.07 -159.875,163 166,stand,37.4072 -88.8425 0.0,,
|
||||
1581.47 4450.73 -139.453,165 167,stand,29.5685 -89.1776 0.0,,
|
||||
1573.72 4320.76 -99.875,166 168,stand,57.7869 -98.6972 0.0,,
|
||||
1580.21 4211.01 -79.5864,167 169,stand,49.0527 -85.596 0.0,,
|
||||
1583.6 4057.75 -63.875,161 168 170,stand,51.1786 -106.201 0.0,,
|
||||
1432.04 4071.11 -63.875,169 171 179 180,stand,38.8629 107.884 0.0,,
|
||||
1358.45 4380.67 -63.875,135 170,stand,77.6117 -41.7221 0.0,,
|
||||
1928.23 3582.59 -63.875,173,stand,41.4392 -58.3829 0.0,,
|
||||
2112.82 3377.07 -63.875,172 174 175,stand,36.9568 124.007 0.0,,
|
||||
2405.9 3094.63 -63.875,173 175,stand,35.2759 -40.9091 0.0,,
|
||||
1895.74 3067.74 -63.875,173 174 176,stand,24.306 -169.889 0.0,,
|
||||
1813.11 3025.27 -63.875,175 177,stand,31.6943 119.337 0.0,,
|
||||
1665.05 2976.82 -63.875,176 178,stand,32.1448 -171.679 0.0,,
|
||||
1352.49 2942.83 -63.875,177 179,stand,30.4639 -132.931 0.0,,
|
||||
1345.66 3194.18 -63.875,99 170 178,stand,32.9248 143.974 0.0,,
|
||||
510.09 3810.35 -63.875,102 104 170,stand,20.9442 -0.984821 0.0,,
|
||||
2847.13 4903.93 88.125,182,stand,5.15137 45.5258 0.0,,
|
||||
2123.38 4865.18 88.125,181 183 186,stand,34.4958 93.4482 0.0,,
|
||||
2126.94 5279.69 88.125,182 184 185,stand,36.3965 86.4004 0.0,,
|
||||
1930.62 5129.05 88.125,183 185,stand,39.3079 -145.719 0.0,,
|
||||
1894.49 5331.41 88.125,183 184,stand,58.122 78.0343 0.0,,
|
||||
1683.42 4862.83 88.125,182 187 191,stand,35.166 -79.9765 0.0,,
|
||||
1690.47 4701.82 64.125,186 188,stand,41.9995 -90.5014 0.0,,
|
||||
1798.51 4519.58 64.125,47 187 189,stand,37.8522 -46.8253 0.0,,
|
||||
1477.56 4508.91 64.125,188 190,stand,37.8522 178.235 0.0,,
|
||||
1455.99 4705.87 64.125,189 191,stand,24.6411 91.7783 0.0,,
|
||||
1452.65 4830.12 88.125,186 190 192,stand,30.3485 -65.3043 0.0,,
|
||||
1079.81 4884.32 88.125,191 193 195,stand,27.2174 -178.518 0.0,,
|
||||
1035.45 5183.75 88.125,192 194,stand,31.6943 87.1969 0.0,,
|
||||
858.209 5223.24 88.125,193 195,stand,27.7722 -157.798 0.0,,
|
||||
837.512 4889.45 88.125,192 194 196 197,stand,25.9814 -96.5439 0.0,,
|
||||
790.26 4707.29 88.125,195,stand,34.0454 -77.0596 0.0,,
|
||||
567.489 4878.97 88.125,195 198 217 218,stand,27.5525 88.8724 0.0,,
|
||||
571.905 5336.41 88.125,197 199 218,stand,29.118 83.7253 0.0,,
|
||||
-78.6762 5356.84 88.125,198 200 219,stand,27.9974 -162.726 0.0,,
|
||||
-613.888 5360.65 88.125,199 201 211 212,stand,14.8962 -179.298 0.0,,
|
||||
-1116.41 5355.75 88.125,200 202 203 213 221,stand,13.5504 177.796 0.0,,
|
||||
-1515.06 5361.18 88.125,201 204,stand,14.0009 -176.162 0.0,,
|
||||
-1261.27 4889.95 88.125,201 205 206 213,stand,26.8768 -82.6517 0.0,,
|
||||
-1507.98 5133.03 88.125,202 205,stand,28.783 -1.38582 0.0,,
|
||||
-1517.41 4869.44 88.125,203 204,stand,22.1747 6.2332 0.0,,
|
||||
-1245.69 4417.56 112.125,203 207 214,stand,32.1393 -90.7211 0.0,,
|
||||
-1232.33 4185.12 112.125,206 208,stand,40.8789 -17.9257 0.0,,
|
||||
-903.735 4179.8 112.125,207 209 214,stand,35.611 -16.0251 0.0,,
|
||||
-549.872 4179.83 112.125,208 210,stand,38.7476 -6.05501 0.0,,
|
||||
-535.205 4445.23 112.125,209 211 214,stand,28.1073 165.507 0.0,,
|
||||
-549.219 4847.68 88.125,200 210 212 215,stand,45.1306 93.0472 0.0,,
|
||||
-689.249 4875.55 88.125,200 211 213 214 220,stand,15.7916 -140.852 0.0,,
|
||||
-1025.4 4821.76 88.125,201 203 212 214 221,stand,31.2439 -167.724 0.0,,
|
||||
-918.317 4431.42 112.125,206 208 210 212 213,stand,32.1393 -80.9708 0.0,,
|
||||
-247.868 4880.62 88.125,211 216,stand,28.8928 1.9157 0.0,,
|
||||
-15.4373 4826.08 88.125,215 217 219,stand,34.3805 -9.95503 0.0,,
|
||||
216.743 4880.75 88.125,197 216 218 222,stand,35.611 8.18889 0.0,,
|
||||
298.47 5103.93 88.125,197 198 217 219,stand,27.7722 171.913 0.0,,
|
||||
-47.4869 5110.23 88.125,199 216 218 220,stand,28.783 -179.831 0.0,,
|
||||
-600.59 5115.5 88.125,212 219 221,stand,29.4531 -179.716 0.0,,
|
||||
-1136.84 5116.89 88.125,201 213 220,stand,28.3325 -179.046 0.0,,
|
||||
241.382 4671.13 88.125,217,stand,40.7635 -148.734 0.0,,
|
||||
1144.92 4392.81 116.125,224 225,stand,23.4052 -96.6701 0.0,,
|
||||
1146.98 4177.22 116.125,223,stand,18.0273 89.669 0.0,,
|
||||
1059.45 4399.07 116.125,223,stand,46.1359 -8.09834 0.0,,
|
||||
988.813 4403.58 -63.875,135,stand,65.0653 174.516 0.0,,
|
||||
3547.65 4234.55 320.125,7 28 228,stand,33.8202 -63.1234 0.0,,
|
||||
3565.86 4067.5 320.125,227 229 232 236,stand,37.2919 -109.711 0.0,,
|
||||
3900.57 3928.43 320.125,228 230 236,stand,37.4017 -93.3633 0.0,,
|
||||
3935.49 3689.11 320.125,229 231,stand,49.1626 -87.8756 0.0,,
|
||||
3723.63 3693.4 320.125,230 232,stand,52.9694 159.58 0.0,,
|
||||
3601.94 3683.9 320.125,25 228 231,stand,40.7635 -165.142 0.0,,
|
||||
3753.86 4601.38 320.125,7 234,stand,41.5491 -98.6202 0.0,,
|
||||
3849.42 4517.15 320.125,233 235 237,stand,39.3079 -86.8593 0.0,,
|
||||
3820.13 4352.26 320.125,234 236,stand,35.166 -80.5916 0.0,,
|
||||
3870.19 4171.85 320.125,228 229 235,stand,76.2659 -150.217 0.0,,
|
||||
3925.77 4684.28 320.125,234 238,stand,56.7816 -149.064 0.0,,
|
||||
3766.13 4707.54 320.125,237,stand,44.2407 -156.908 0.0,,
|
||||
3030.72 3503.0 320.125,26 240,stand,30.799 -152.464 0.0,,
|
||||
3056.74 3366.26 320.125,239 241 242,stand,45.3558 -89.7487 0.0,,
|
||||
2813.09 3333.29 320.125,240,stand,37.4072 -168.142 0.0,,
|
||||
3184.78 3276.41 320.125,240 243 256,stand,47.8223 -77.5429 0.0,,
|
||||
3132.06 3139.68 320.125,242 244 249,stand,46.2512 -160.858 0.0,,
|
||||
3025.66 3110.54 320.125,243 245 246,stand,46.0315 68.8993 0.0,,
|
||||
3015.3 3242.57 320.125,244 247,stand,45.3558 90.6248 0.0,,
|
||||
3035.54 2885.77 320.125,244 248,stand,33.6005 -4.56074 0.0,,
|
||||
2959.13 3242.68 320.125,245,stand,57.2266 -4.30806 0.0,,
|
||||
3168.2 2903.1 320.125,246 249,stand,52.8595 22.6799 0.0,,
|
||||
3169.55 3043.45 320.125,24 243 248 250,stand,52.9749 91.2126 0.0,,
|
||||
3508.13 3128.82 320.125,8 24 249 271,stand,42.3346 14.5005 0.0,,
|
||||
3305.62 2781.87 320.125,24 252,stand,37.182 -4.28608 0.0,,
|
||||
3427.57 2677.43 321.125,251 253,stand,39.4232 110.505 0.0,,
|
||||
3478.93 2586.46 321.125,252 254,stand,47.0367 -37.4263 0.0,,
|
||||
3599.02 2530.92 321.125,253 255,stand,45.6964 -37.9866 0.0,,
|
||||
3659.61 2436.84 320.125,22 254,stand,38.3026 -33.3999 0.0,,
|
||||
3422.87 3232.24 320.125,242,stand,38.4125 18.4227 0.0,,
|
||||
3553.13 3230.1 320.125,258,stand,20.3839 175.978 0.0,,
|
||||
3791.66 3463.26 320.125,257 259,stand,26.4319 64.1038 0.0,,
|
||||
3947.69 3515.25 320.125,258 260 271,stand,34.3805 7.21111 0.0,,
|
||||
4069.78 3553.97 320.125,259 261,stand,33.0402 -28.3956 0.0,,
|
||||
4171.99 3539.19 320.125,260 262,stand,27.5525 1.273 0.0,,
|
||||
4289.77 3530.84 320.125,261 263,stand,29.6783 -8.46638 0.0,,
|
||||
4455.02 3481.28 320.125,262 264,stand,36.1768 -51.8074 0.0,,
|
||||
4512.93 3323.46 320.125,263 265,stand,31.8097 -86.1837 0.0,,
|
||||
4506.32 3232.49 320.125,264 266,stand,38.5278 -46.4296 0.0,,
|
||||
4532.65 3147.79 320.125,20 265 267 272,stand,38.6377 -81.8166 0.0,,
|
||||
4391.59 3098.49 320.125,9 266 268,stand,45.1306 169.924 0.0,,
|
||||
4182.78 3145.0 320.125,267 269 270,stand,41.8842 81.5666 0.0,,
|
||||
3998.49 2777.42 320.125,22 268,stand,29.4531 -122.993 0.0,,
|
||||
3983.46 3078.91 320.125,8 268 271,stand,27.2174 -164.505 0.0,,
|
||||
3888.79 3236.44 320.125,8 250 259 270,stand,32.3645 122.705 0.0,,
|
||||
5003.2 3095.09 320.125,266 273,stand,33.6005 -11.1965 0.0,,
|
||||
5320.98 2781.13 320.125,17 272 274,stand,26.6571 -45.0179 0.0,,
|
||||
5014.5 2729.88 320.125,18 273,stand,30.3485 -149.058 0.0,,
|
||||
|
258
scriptdata/waypoints/arcadia_wp.csv
Normal file
@@ -0,0 +1,258 @@
|
||||
257
|
||||
750.161 -4288.38 2443.03,1 3 5,stand,31.2494 97.5433 0.0,,
|
||||
335.252 -4342.31 2441.13,0 2 104,stand,39.5331 97.9938 0.0,,
|
||||
81.2606 -4103.64 2444.13,1 5 104,stand,21.8396 -48.4869 0.0,,
|
||||
374.168 -3890.88 2441.13,0 4 6 7 44,stand,29.9036 91.012 0.0,,
|
||||
303.96 -3888.66 2448.13,3,stand,28.8983 85.1892 0.0,,
|
||||
357.927 -4150.38 2439.03,0 2,stand,26.9922 94.0277 0.0,,
|
||||
796.87 -3443.64 2436.13,3 16 20 44,stand,22.6251 90.144 0.0,,
|
||||
380.25 -3795.04 2441.04,3 8,stand,29.9036 67.2211 0.0,,
|
||||
280.626 -3802.51 2441.01,7 9,stand,32.4799 77.8614 0.0,,
|
||||
0.0506115 -3919.59 2444.13,8 10 20 21,stand,29.9036 -89.1913 0.0,,
|
||||
-11.4286 -4009.04 2452.13,9 12,stand,36.6217 -89.043 0.0,,
|
||||
-146.762 -4073.16 2452.13,12,stand,41.8842 -132.269 0.0,,
|
||||
11.2458 -4134.47 2452.13,10 11 13 14 15,stand,21.5045 17.0081 0.0,,
|
||||
-143.103 -4353.56 2452.13,12 14 15,stand,52.4146 78.3722 0.0,,
|
||||
-32.0777 -4279.08 2452.13,12 13,stand,34.9408 48.1708 0.0,,
|
||||
-100.151 -4189.66 2452.13,12 13,stand,29.2334 57.5806 0.0,,
|
||||
32.3598 -3304.58 2443.62,6 17 20 76,stand,28.8983 52.2412 0.0,,
|
||||
276.667 -3231.89 2435.48,16 19 20,stand,28.6731 76.0926 0.0,,
|
||||
283.865 -3159.88 2435.44,19 22,stand,39.7583 -12.8198 0.0,,
|
||||
46.7809 -3245.64 2443.73,17 18 73 74 79,stand,29.9036 8.68044 0.0,,
|
||||
346.478 -3487.35 2435.14,6 9 16 17 22 24 76,stand,20.9442 96.2195 0.0,,
|
||||
-172.36 -3832.03 2444.13,9,stand,40.7635 -30.2881 0.0,,
|
||||
494.006 -2905.46 2435.24,18 20 23 24,stand,17.923 92.6709 0.0,,
|
||||
810.532 -2694.35 2436.13,22 70,stand,35.5011 85.0519 0.0,,
|
||||
819.266 -2918.85 2444.13,20 22 36,stand,17.6978 87.403 0.0,,
|
||||
1004.66 -2590.74 2446.13,26 27 29,stand,32.0294 73.4723 0.0,,
|
||||
1132.62 -2597.99 2446.13,25 27 29,stand,42.1094 28.6756 0.0,,
|
||||
1082.67 -2721.7 2446.13,25 26 28 29,stand,41.8842 -109.961 0.0,,
|
||||
1079.06 -2776.75 2442.13,27 35 72,stand,49.278 -85.8844 0.0,,
|
||||
1268.58 -2718.12 2446.13,25 26 27 30 33 34,stand,16.9122 -137.509 0.0,,
|
||||
1266.73 -2881.47 2446.13,29 33,stand,46.1414 -114.888 0.0,,
|
||||
1316.42 -2986.87 2446.13,32 33,stand,19.1534 -136.949 0.0,,
|
||||
1399.26 -2999.87 2446.13,31 33,stand,29.2334 -132.807 0.0,,
|
||||
1367.22 -2805.07 2446.13,29 30 31 32,stand,21.8396 148.58 0.0,,
|
||||
1367.37 -2706.63 2446.13,29,stand,40.9888 -154.532 0.0,,
|
||||
967.3 -2955.63 2442.13,28 36 72,stand,26.2067 -151.396 0.0,,
|
||||
900.698 -3104.85 2443.38,24 35 37 69 72,stand,30.1288 55.4053 0.0,,
|
||||
910.675 -3367.42 2441.03,36 38,stand,31.5845 -88.0487 0.0,,
|
||||
822.387 -3400.94 2436.13,37,stand,56.5564 46.5558 0.0,,
|
||||
913.779 -3935.41 2443.93,40 43,stand,36.2866 92.0227 0.0,,
|
||||
823.486 -3942.11 2443.79,39 44,stand,41.8842 81.723 0.0,,
|
||||
909.191 -3863.39 2436.13,42,stand,46.5863 86.8756 0.0,,
|
||||
1006.33 -3871.83 2436.13,41 43,stand,36.2866 175.755 0.0,,
|
||||
1009.83 -3968.69 2442.75,39 42 45 55,stand,32.9248 135.441 0.0,,
|
||||
765.461 -3906.55 2436.01,3 6 40,stand,52.9694 -27.9919 0.0,,
|
||||
998.445 -4039.06 2452.13,43 46 47 50,stand,39.8682 91.1987 0.0,,
|
||||
1124.57 -4026.81 2452.13,45,stand,18.3679 96.0162 0.0,,
|
||||
882.515 -4050.95 2452.13,45 48 53 54,stand,56.5564 -88.0542 0.0,,
|
||||
885.118 -4243.68 2452.13,47 49 51 52 54,stand,37.8522 -73.7225 0.0,,
|
||||
1131.72 -4302.62 2452.56,48 51 52,stand,49.3878 -69.1302 0.0,,
|
||||
1020.95 -4110.88 2452.13,45 54,stand,38.1873 57.3004 0.0,,
|
||||
1017.88 -4229.13 2452.13,48 49 52,stand,40.2032 -93.3221 0.0,,
|
||||
859.125 -4320.88 2452.13,48 49 51,stand,63.2745 18.3319 0.0,,
|
||||
859.141 -4019.13 2452.13,47,stand,35.0562 91.4954 0.0,,
|
||||
913.086 -4110.88 2452.13,47 48 50,stand,30.4639 69.3195 0.0,,
|
||||
1105.28 -3964.72 2442.85,43 56,stand,37.182 72.6758 0.0,,
|
||||
1261.35 -3871.61 2436.13,55 58,stand,10.639 102.69 0.0,,
|
||||
1372.05 -3878.8 2436.13,58 59 64,stand,20.6091 150.173 0.0,,
|
||||
1445.81 -3972.68 2442.48,56 57 59 64,stand,19.3732 103.921 0.0,,
|
||||
1450.23 -3686.0 2443.44,57 58 60 64,stand,27.2174 177.947 0.0,,
|
||||
1340.6 -3686.03 2436.13,59,stand,18.8184 113.55 0.0,,
|
||||
1459.1 -3331.98 2443.37,63 64 65 66,stand,24.3005 117.802 0.0,,
|
||||
1305.96 -3318.13 2436.13,63,stand,23.4052 105.706 0.0,,
|
||||
1368.08 -3318.13 2436.13,61 62,stand,23.4052 91.2646 0.0,,
|
||||
1468.03 -3645.18 2443.58,57 58 59 61,stand,24.8608 179.842 0.0,,
|
||||
1435.43 -3269.04 2443.21,61 66,stand,13.1055 176.595 0.0,,
|
||||
1447.51 -3089.2 2442.52,61 65 67 72,stand,23.1854 103.547 0.0,,
|
||||
1452.67 -2530.56 2436.93,66 68,stand,33.8202 155.172 0.0,,
|
||||
982.773 -2527.85 2441.36,67 71,stand,46.1414 -174.143 0.0,,
|
||||
886.008 -2589.97 2442.75,36 71,stand,28.8928 -89.4824 0.0,,
|
||||
889.874 -2690.75 2442.68,23,stand,44.9109 104.926 0.0,,
|
||||
886.168 -2528.21 2442.48,68 69 217,stand,40.9888 -47.1191 0.0,,
|
||||
1095.07 -3099.95 2442.81,28 35 36 66,stand,27.5525 92.5995 0.0,,
|
||||
3.73159 -3050.31 2444.13,19 74,stand,35.611 66.7102 0.0,,
|
||||
-292.671 -2965.06 2442.08,19 73 75 79,stand,31.4691 83.2501 0.0,,
|
||||
-351.528 -2944.2 2441.94,74 78 79 81,stand,21.8396 -42.4774 0.0,,
|
||||
376.744 -3672.06 2435.13,16 20,stand,34.9408 159.759 0.0,,
|
||||
-1024.88 -2828.02 2444.81,78 81,stand,25.6464 14.0912 0.0,,
|
||||
-516.142 -2810.36 2442.78,75 77 79 81,stand,35.3912 -8.8977 0.0,,
|
||||
-282.877 -2884.77 2442.1,19 74 75 78 81,stand,43.0048 -34.0948 0.0,,
|
||||
-868.878 -1982.71 2439.07,81 82,stand,34.1553 -53.9966 0.0,,
|
||||
-830.323 -2769.91 2445.41,75 77 78 79 80,stand,28.8928 -172.028 0.0,,
|
||||
-541.917 -1958.39 2421.65,80 83 99,stand,37.2919 0.286889 0.0,,
|
||||
-435.878 -1960.34 2416.57,82 84 85 86 87 88,stand,29.0082 129.069 0.0,,
|
||||
-435.501 -1713.5 2404.17,83 86 89 92,stand,31.134 92.0007 0.0,,
|
||||
-275.956 -1702.63 2391.71,83 86 95,stand,20.274 177.002 0.0,,
|
||||
-355.202 -1733.61 2399.94,83 84 85,stand,24.3005 56.3941 0.0,,
|
||||
-266.23 -1850.11 2399.37,83 88,stand,34.2706 112.276 0.0,,
|
||||
-236.318 -1955.38 2401.36,83 87,stand,34.3805 -59.3964 0.0,,
|
||||
-476.573 -1553.99 2397.09,84 90 91 92,stand,39.0826 90.545 0.0,,
|
||||
-307.167 -1448.26 2376.28,89 91 92,stand,22.6251 89.9847 0.0,,
|
||||
-291.258 -1663.2 2390.6,89 90 92,stand,55.661 25.7093 0.0,,
|
||||
-441.135 -1645.01 2399.52,84 89 90 91 111 226,stand,47.9321 2.41824 0.0,,
|
||||
-240.875 -1339.63 2356.89,94 95,stand,46.4764 15.6568 0.0,,
|
||||
-160.386 -1339.62 2344.93,93 95 228,stand,44.2352 -60.2698 0.0,,
|
||||
-228.296 -1714.29 2385.84,85 93 94 227,stand,48.7177 164.565 0.0,,
|
||||
331.484 -2512.79 2433.07,103,stand,26.8768 140.071 0.0,,
|
||||
251.111 -2421.37 2432.71,99 103 223,stand,28.783 -47.1686 0.0,,
|
||||
22.43 -2501.12 2431.21,99,stand,27.6624 99.7516 0.0,,
|
||||
76.9709 -2434.91 2431.92,82 97 98 100 102,stand,26.4319 146.004 0.0,,
|
||||
-302.211 -2043.45 2411.4,99,stand,50.1733 84.6015 0.0,,
|
||||
65.3749 -2161.6 2413.71,102,stand,54.4251 -48.2892 0.0,,
|
||||
65.3746 -2328.88 2428.01,99 101,stand,34.8309 10.9546 0.0,,
|
||||
712.374 -2337.48 2431.56,96 97,stand,29.5685 70.2259 0.0,,
|
||||
165.532 -4316.88 2436.13,1 2 105,stand,43.9001 72.9505 0.0,,
|
||||
169.77 -3487.28 2436.13,104 106,stand,36.3965 91.2317 0.0,,
|
||||
188.928 -2195.69 2414.16,105 107 224,stand,39.0826 92.572 0.0,,
|
||||
176.334 -748.161 2290.09,106 108 109 111 113 227,stand,29.4531 99.411 0.0,,
|
||||
347.445 -685.461 2289.51,107 109 112 113 120,stand,36.8469 89.4464 0.0,,
|
||||
165.87 -365.251 2280.0,107 108 110 113 125,stand,29.0082 92.0227 0.0,,
|
||||
-408.059 -422.202 2310.35,109 111 112,stand,33.8202 -158.004 0.0,,
|
||||
-386.641 -713.286 2308.28,92 107 110 112,stand,32.1393 53.197 0.0,,
|
||||
-21.2095 -616.284 2282.99,108 110 111 113,stand,37.8522 107.057 0.0,,
|
||||
293.999 -553.128 2282.27,107 108 109 112 124,stand,20.8289 167.526 0.0,,
|
||||
317.64 -455.298 2280.13,123 124,stand,19.7137 -55.5896 0.0,,
|
||||
432.877 -512.799 2280.13,116 122 123,stand,22.6251 -104.863 0.0,,
|
||||
512.779 -642.542 2287.16,115 117 122,stand,21.8396 -141.371 0.0,,
|
||||
564.817 -744.653 2292.75,116 122,stand,17.2473 -103.968 0.0,,
|
||||
541.077 -850.457 2298.69,121 122,stand,12.4298 125.009 0.0,,
|
||||
448.461 -829.164 2297.9,120 121,stand,23.0701 51.7688 0.0,,
|
||||
390.919 -751.397 2293.12,108 119,stand,21.2793 107.541 0.0,,
|
||||
464.948 -902.629 2301.72,118 119,stand,28.5577 71.709 0.0,,
|
||||
619.448 -818.249 2296.82,115 116 117 118 205 206 207,stand,24.6411 163.538 0.0,,
|
||||
369.609 -404.554 2280.13,114 115,stand,22.735 -100.15 0.0,,
|
||||
236.465 -482.064 2280.13,113 114,stand,22.5098 -10.0018 0.0,,
|
||||
171.173 732.417 2268.13,109 126 150 175 189 207 248 249,stand,31.9196 85.9308 0.0,,
|
||||
647.705 746.206 2268.13,125 127 189 207 236,stand,30.6836 67.3419 0.0,,
|
||||
651.544 1534.56 2268.13,126 128 131 132 135 176 177 185 238,stand,31.0242 91.2976 0.0,,
|
||||
644.441 2335.17 2268.13,127 135,stand,19.0381 -96.239 0.0,,
|
||||
-233.312 2359.48 2272.93,130,stand,23.6304 -27.1515 0.0,,
|
||||
160.007 2290.33 2268.06,129 131 132 133 134 136,stand,29.7882 -5.65124 0.0,,
|
||||
323.3 1615.73 2268.04,127 130 132 135 175,stand,26.4319 108.535 0.0,,
|
||||
-44.454 1877.29 2269.38,127 130 131 134 136 137,stand,23.6304 5.87344 0.0,,
|
||||
450.795 1992.94 2268.13,130 134 135,stand,27.8876 100.647 0.0,,
|
||||
412.967 2334.53 2274.13,130 132 133 136,stand,46.5863 61.8982 0.0,,
|
||||
599.289 2010.79 2268.13,127 128 131 133 244,stand,23.9655 117.44 0.0,,
|
||||
356.434 1981.56 2274.13,130 132 134,stand,43.5651 65.2216 0.0,,
|
||||
-191.338 1828.75 2289.97,132 138,stand,27.4371 -150.704 0.0,,
|
||||
-271.607 1677.77 2285.18,137 139,stand,34.6057 -91.4655 0.0,,
|
||||
-272.171 1548.32 2275.9,138 140 141 142 167,stand,32.2546 -84.967 0.0,,
|
||||
-191.125 1292.1 2275.84,139 141 142 143 165,stand,32.9248 -63.7964 0.0,,
|
||||
-148.995 1620.7 2277.31,139 140 167,stand,31.3593 -28.3325 0.0,,
|
||||
-354.339 1591.12 2282.13,139 140 165,stand,22.0648 -25.7233 0.0,,
|
||||
-727.606 1344.88 2287.19,140 144 165 167,stand,41.214 -81.5228 0.0,,
|
||||
-682.875 1042.87 2297.99,143 145,stand,32.5897 35.8386 0.0,,
|
||||
-588.232 1051.22 2286.79,144 146 165 167,stand,34.2706 -84.5166 0.0,,
|
||||
-583.533 975.389 2285.13,145 147 151,stand,37.7423 -90.7843 0.0,,
|
||||
-807.807 946.461 2285.13,146 148,stand,37.2919 -176.34 0.0,,
|
||||
-694.553 572.552 2285.13,147 149,stand,31.8042 -83.2806 0.0,,
|
||||
-524.153 511.387 2285.13,148 150,stand,30.2386 5.19228 0.0,,
|
||||
-241.272 602.553 2283.07,125 149 168 169 171 172 174 248,stand,42.1094 -1.19079 0.0,,
|
||||
-585.503 720.067 2429.13,146 152 153 160 161,stand,40.3186 -101.633 0.0,,
|
||||
-725.167 541.147 2429.13,151 153 160 161 162 164,stand,48.042 -111.829 0.0,,
|
||||
-558.658 670.894 2429.13,151 152 154 160 161 162,stand,43.0048 31.6199 0.0,,
|
||||
-486.865 668.527 2429.13,153 155 156 157 159 160 163,stand,39.0826 8.77932 0.0,,
|
||||
-311.128 540.365 2429.13,154 156 158 159 163,stand,34.0454 2.05569 0.0,,
|
||||
-309.125 588.186 2429.13,154 155 157 158 159 163,stand,30.9088 1.1603 0.0,,
|
||||
-383.74 725.044 2429.13,154 156 158 163,stand,43.1146 -102.402 0.0,,
|
||||
-382.874 511.625 2429.13,155 156 157 163,stand,79.9573 -5.41504 0.0,,
|
||||
-510.776 544.125 2429.13,154 155 156 163,stand,51.4038 10.1526 0.0,,
|
||||
-740.528 723.964 2429.13,151 152 153 154 161 162,stand,24.0753 -87.8345 0.0,,
|
||||
-598.049 547.217 2429.13,151 152 153 160 162 164,stand,39.0826 -69.9158 0.0,,
|
||||
-790.874 629.724 2429.13,152 153 160 161 164,stand,27.3273 5.1813 0.0,,
|
||||
-510.875 733.875 2429.13,154 155 156 157 158 159,stand,35.2759 9.42751 0.0,,
|
||||
-790.875 468.125 2429.13,152 161 162,stand,32.2546 54.2298 0.0,,
|
||||
-311.431 1244.16 2277.14,140 142 143 145 166 168,stand,55.5457 -64.5435 0.0,,
|
||||
-439.379 807.492 2285.13,165 167 168,stand,28.2227 -4.06921 0.0,,
|
||||
-461.819 1065.64 2281.72,139 141 143 145 166 168 170,stand,27.3273 -138.679 0.0,,
|
||||
-255.387 788.198 2283.44,150 165 166 167 169,stand,38.0774 -22.2955 0.0,,
|
||||
-130.372 827.737 2274.2,150 168 170,stand,46.3611 -95.6403 0.0,,
|
||||
-127.125 1063.43 2276.09,167 169,stand,42.7795 -47.0477 0.0,,
|
||||
-447.852 718.463 2299.13,150,stand,28.4479 165.137 0.0,,
|
||||
-130.125 336.462 2289.99,150 173 174,stand,33.4851 -68.9984 0.0,,
|
||||
-368.875 331.125 2301.72,172 174,stand,37.4017 89.5453 0.0,,
|
||||
-251.973 427.107 2283.51,150 172 173,stand,32.6996 72.7527 0.0,,
|
||||
107.031 1200.52 2268.02,125 131 176 256,stand,19.9335 88.1555 0.0,,
|
||||
320.46 1166.82 2276.13,127 175 256,stand,25.4211 27.923 0.0,,
|
||||
977.875 1650.98 2268.13,127 184,stand,34.0454 -15.1654 0.0,,
|
||||
1022.13 1647.26 2268.13,181 182 183 184,stand,22.2845 -179.631 0.0,,
|
||||
1435.9 1469.04 2268.13,180 183,stand,18.5931 -174.066 0.0,,
|
||||
1427.82 1528.96 2268.13,179 183,stand,33.9301 179.446 0.0,,
|
||||
1375.37 1478.87 2268.13,178 182 184,stand,36.3965 -31.0516 0.0,,
|
||||
1366.13 1534.61 2268.13,178 181 183 184,stand,32.9248 -15.5994 0.0,,
|
||||
1395.3 1666.31 2268.13,178 179 180 182 184,stand,58.9075 -84.4672 0.0,,
|
||||
1007.71 1461.96 2268.13,177 178 181 182 183 234,stand,36.1713 103.745 0.0,,
|
||||
1733.0 1569.1 2268.13,127 186 188 189 195 242,stand,30.799 3.7366 0.0,,
|
||||
2223.73 1568.26 2268.13,185 187 194 195,stand,36.3965 -4.66797 0.0,,
|
||||
2202.61 2452.23 2268.13,186 188,stand,31.8042 -174.291 0.0,,
|
||||
1806.88 2405.83 2268.13,185 187 241 242,stand,35.5011 -169.705 0.0,,
|
||||
1772.53 924.193 2268.13,125 126 185 190 194 229 236,stand,31.6943 -89.8615 0.0,,
|
||||
1855.79 462.044 2268.13,189 191 193,stand,22.3999 -52.453 0.0,,
|
||||
1895.09 -427.226 2268.13,190 192 202,stand,26.8768 -89.1803 0.0,,
|
||||
2263.85 -243.161 2268.13,191 199,stand,32.1393 2.77529 0.0,,
|
||||
2280.6 493.084 2268.13,190 194,stand,35.3857 1.84695 0.0,,
|
||||
2151.91 788.967 2268.13,186 189 193,stand,30.6836 134.254 0.0,,
|
||||
2639.31 1459.58 2274.13,185 186 196,stand,32.5897 0.990014 0.0,,
|
||||
2802.77 1461.61 2292.13,195 197,stand,33.595 -168.831 0.0,,
|
||||
3326.58 1456.56 2292.13,196 198,stand,35.8362 4.94509 0.0,,
|
||||
3336.25 1795.46 2292.13,197,stand,43.9001 70.2313 0.0,,
|
||||
2528.14 -239.658 2292.13,192 200,stand,26.767 -3.90442 0.0,,
|
||||
3051.74 -239.24 2292.13,199 201,stand,40.4285 38.9862 0.0,,
|
||||
3050.89 95.5521 2292.13,200,stand,44.4604 -0.322874 0.0,,
|
||||
1586.78 -513.642 2268.13,191 203 252,stand,37.2919 179.836 0.0,,
|
||||
1428.23 -489.833 2323.23,202 204 252,stand,21.2793 -179.378 0.0,,
|
||||
1319.47 -497.497 2333.75,203 205 206 255,stand,22.0593 -175.566 0.0,,
|
||||
857.262 -128.107 2286.13,122 204 207 255,stand,32.5897 153.118 0.0,,
|
||||
865.866 -1179.76 2322.87,122 204 209 210 219 228,stand,22.9547 53.6859 0.0,,
|
||||
603.367 126.484 2283.93,122 125 126 205 248 255,stand,16.9122 -93.075 0.0,,
|
||||
1209.31 -1641.52 2439.34,218,stand,32.8094 -91.7346 0.0,,
|
||||
1214.93 -1825.44 2446.07,206 210 214,stand,34.0454 -96.4423 0.0,,
|
||||
1228.26 -1683.26 2443.17,206 209 214,stand,31.9141 100.208 0.0,,
|
||||
1213.44 -1901.82 2447.63,212 214 215,stand,31.4691 102.74 0.0,,
|
||||
1133.39 -1874.67 2438.93,211 215 216 217 218,stand,23.6304 43.0512 0.0,,
|
||||
1269.85 -1849.39 2446.72,214,stand,27.6624 139.698 0.0,,
|
||||
1386.32 -1784.82 2438.76,209 210 211 213 217,stand,26.0913 -162.964 0.0,,
|
||||
1140.09 -2471.88 2444.51,211 212 216,stand,32.9248 -112.339 0.0,,
|
||||
1037.39 -2468.79 2445.47,212 215,stand,27.9974 -101.479 0.0,,
|
||||
909.401 -2457.14 2442.81,71 212 214 222,stand,29.6783 -63.2965 0.0,,
|
||||
931.625 -1587.63 2362.53,208 212,stand,31.2439 132.815 0.0,,
|
||||
930.012 -1527.38 2357.42,206 225,stand,12.8802 -74.3268 0.0,,
|
||||
386.878 -1858.33 2378.35,221 224,stand,14.3359 -81.1493 0.0,,
|
||||
449.254 -1846.11 2370.7,220 225,stand,17.3572 -92.1246 0.0,,
|
||||
453.975 -1925.2 2378.55,217 223 225,stand,34.9408 78.6194 0.0,,
|
||||
394.044 -1938.01 2379.94,97 222 224,stand,18.2526 92.7313 0.0,,
|
||||
355.574 -1901.86 2375.98,106 220 223,stand,16.7969 5.28018 0.0,,
|
||||
498.479 -1895.01 2375.24,219 221 222,stand,18.5876 -176.78 0.0,,
|
||||
-290.559 -924.377 2317.25,92 227,stand,17.0221 -63.8843 0.0,,
|
||||
-43.7848 -1133.55 2321.38,95 107 226,stand,28.5577 81.0254 0.0,,
|
||||
3.73614 -1300.56 2323.15,94 206,stand,30.2332 112.122 0.0,,
|
||||
1620.12 1115.42 2279.28,189 230 231,stand,64.1699 169.669 0.0,,
|
||||
1540.1 1129.18 2288.13,229 231,stand,34.9408 174.486 0.0,,
|
||||
1234.04 1157.54 2288.13,229 230 232 233,stand,32.6996 83.8983 0.0,,
|
||||
1239.6 1318.41 2288.13,231 233 237,stand,40.7635 107.75 0.0,,
|
||||
1137.46 1330.43 2288.13,231 232 234 237,stand,48.3771 -179.455 0.0,,
|
||||
1032.24 1340.14 2276.13,184 233 235 238,stand,47.9266 -57.5397 0.0,,
|
||||
1057.67 1092.93 2285.13,234 236,stand,39.7528 -90.0922 0.0,,
|
||||
1066.0 894.823 2268.13,126 189 235 238,stand,28.1073 -14.0558 0.0,,
|
||||
1508.61 1356.81 2288.13,232 233,stand,27.4371 -174.187 0.0,,
|
||||
477.225 1025.23 2268.13,127 234 236,stand,22.8448 20.5622 0.0,,
|
||||
1024.58 2784.52 2322.6,240 244,stand,39.978 -93.6023 0.0,,
|
||||
1384.02 2726.52 2322.43,239 241,stand,39.6429 -14.649 0.0,,
|
||||
1441.09 2432.66 2291.2,188 240 246,stand,32.3645 -7.36511 0.0,,
|
||||
2004.48 2046.3 2274.13,185 188 243,stand,30.3485 -8.8208 0.0,,
|
||||
1620.0 2113.6 2268.13,242 246,stand,23.1799 -167.809 0.0,,
|
||||
1006.27 2150.98 2313.82,135 239 245 246,stand,39.3079 -134.208 0.0,,
|
||||
959.571 1766.53 2296.41,244 247,stand,32.9248 -54.3591 0.0,,
|
||||
1446.94 2089.7 2288.58,241 243 244 247,stand,32.3645 20.0073 0.0,,
|
||||
1427.68 1749.86 2287.88,245 246,stand,49.6075 73.3185 0.0,,
|
||||
342.026 133.199 2288.13,125 150 207 249,stand,23.2898 -12.4078 0.0,,
|
||||
-6.84332 144.721 2283.62,125 248,stand,18.8129 -40.8624 0.0,,
|
||||
1456.77 703.563 2290.93,251 253 254,stand,29.3378 42.6172 0.0,,
|
||||
1510.01 165.734 2290.97,250 252,stand,45.3503 -55.0403 0.0,,
|
||||
1510.36 -289.941 2292.19,202 203 251,stand,38.9673 -73.6292 0.0,,
|
||||
985.032 681.093 2298.19,250 254 255,stand,34.0399 -121.524 0.0,,
|
||||
1341.54 373.504 2345.44,250 253 255,stand,37.4017 -17.2693 0.0,,
|
||||
963.876 216.177 2310.81,204 205 207 253 254,stand,28.3325 -82.5336 0.0,,
|
||||
221.072 1025.23 2268.13,175 176,stand,14.1107 -36.3086 0.0,,
|
||||
|
277
scriptdata/waypoints/boneyard_wp.csv
Normal file
@@ -0,0 +1,277 @@
|
||||
276
|
||||
7997.49 -2468 -31.8889,1 34,stand,13.7769 -172.745 0,,
|
||||
7775.19 -2408.52 17.2254,0 2,stand,13.2166 -177.337 0,,
|
||||
7686.43 -2387.47 -12.4809,1 3 208,stand,19.259 155.004 0,,
|
||||
7398.23 -2191.52 -3.24538,2,stand,22.1759 161.948 0,,
|
||||
7707.85 -1580.2 -18.9507,5 202 6 33 196,stand,19.8193 76.8367 0,,
|
||||
7988.41 -1373.46 -36.9507,4 6 201,stand,22.3956 47.8328 0,,
|
||||
7983.07 -1606.21 -30.0532,5 34 4,stand,23.291 -18.3488 0,,
|
||||
7531.26 -1887.59 -15.875,205 34 33,stand,13.2166 168.471 0,,
|
||||
-3464.07 -2128.57 -6.97593,9 84 10,stand,14.1119 -137.603 0,,
|
||||
-4096.21 -2407.93 3.67072,8 79 80 81,stand,12.876 -29.2004 0,,
|
||||
-2578.7 -1969.24 0.638404,11 8 95 87 73 99,stand,12.5409 3.16531 0,,
|
||||
-2017.58 -1997.25 -9.97426,10 100 95 103,stand,11.7609 3.61025 0,,
|
||||
-1640.68 -2017.75 2.13835,35 36 42 103,stand,15.7874 -4.67346 0,,
|
||||
-1185.86 -1753.64 5.16193,40 41 42 45,stand,13.7769 19.9634 0,,
|
||||
43.4188 -1573.02 -41.548,15 59 108 124 127 128,stand,7.16858 39.1071 0,,
|
||||
303.766 -1255.12 -19.6793,14 108 111 120,stand,15.3424 17.0465 0,,
|
||||
913.864 -1403.24 -4.24813,17 117 120 121,stand,11.7609 1.70413 0,,
|
||||
1231.53 -1593.8 -26.4372,16 116 117 122,stand,14.3317 -64.4775 0,,
|
||||
1272.35 -1989.78 -43.9182,19 122 139 141,stand,18.0286 -27.525 0,,
|
||||
1518.56 -1987.69 13.3692,18 20,stand,5.71289 5.96133 0,,
|
||||
1784.98 -1989 69.9066,19 21,stand,18.2538 -4.89868 0,,
|
||||
2046.02 -2008.81 -68.2138,20 22 142 270,stand,18.0286 -4.34387 0,,
|
||||
2441.53 -2269.1 -167.67,21 267 268 266 142,stand,13.3264 -37.3798 0,,
|
||||
3268.45 -2152.38 -250.195,258 259 260 262 267 275,stand,10.1898 18.2825 0,,
|
||||
3760.26 -1975.08 -247.323,25 257 168 259,stand,15.1172 11.1139 0,,
|
||||
4277.84 -2172.49 -262.057,24 247 248 246 257,stand,11.4203 -26.5143 0,,
|
||||
4929.2 -2223.83 -203.539,27 240 247,stand,6.71814 0.924096 0,,
|
||||
5444.79 -2081.16 -15.7844,26 238 248,stand,15.4523 10.9986 0,,
|
||||
6028.39 -1840.35 -19.6366,29 191 192 221 238,stand,12.6563 25.1105 0,,
|
||||
6546.72 -1815.85 -18.9255,28 30 195 234,stand,17.4683 -2.99804 0,,
|
||||
6788.01 -2097.97 -5.45999,29 31 223 234,stand,13.3264 -65.1477 0,,
|
||||
6887.08 -2236.87 2.71602,30 32 218 223,stand,17.2485 -11.062 0,,
|
||||
7241.97 -2162.29 -4.08328,31 33 206 209 211 234,stand,13.8867 25.5609 0,,
|
||||
7731.41 -2027.54 -16.1597,32 34 7 4,stand,15.7874 10.1032 0,,
|
||||
8146.58 -2065.58 -53.9798,33 7 207 0 6,stand,18.0286 -17.4451 0,,
|
||||
-1385.69 -2449.82 1.67556,12 36 38 66,stand,15.5676 -123.941 0,,
|
||||
-1695.88 -2730.02 -3.5548,12 37 35 67,stand,40.6494 175.843 0,,
|
||||
-1794.36 -2876.51 -2.89316,36 67 70,stand,23.0713 52.7356 0,,
|
||||
-1152.91 -2500.95 8.80752,35 39 65,stand,25.1971 68.5614 0,,
|
||||
-1074.54 -2373.94 8.31558,38 40,stand,29.2291 -118.305 0,,
|
||||
-1075.06 -1718.14 2.41486,39 13 45 60,stand,27.323 173.267 0,,
|
||||
-1194.38 -2451.93 11.9032,13,stand,16.2378 68.7811 0,,
|
||||
-1391.53 -1851.51 -6.12895,13 12 43,stand,28.6688 -54.068 0,,
|
||||
-1510.16 -1596.76 -3.12714,42 44,stand,22.7307 -61.1212 0,,
|
||||
-1447.89 -1440.05 -10.1046,43 45 47 57,stand,22.9559 -108.379 0,,
|
||||
-1267.29 -1479.2 -17.0432,44 46 13 40,stand,23.291 56.6907 0,,
|
||||
-1000.94 -1161.88 -7.60997,45 55 56 60,stand,24.527 -18.5657 0,,
|
||||
-1666.18 -1469.47 14.1194,44 48,stand,18.924 -1.43249 0,,
|
||||
-1635.66 -1391.7 3.74534,47 49,stand,25.5322 -109.461 0,,
|
||||
-1845.03 -1367.97 6.64604,48 50 51 101,stand,23.7415 175.283 0,,
|
||||
-2128.45 -1445.7 -20.1528,49 94 95 96,stand,23.1812 153.667 0,,
|
||||
-1831.6 -1020.07 -16.7679,49 52 94,stand,19.4843 87.9358 0,,
|
||||
-1839.24 -748.375 7.62083,51 53 93,stand,15.0073 8.64748 0,,
|
||||
-1410.09 -711.88 -11.1903,52 54 56 57,stand,11.0852 -96.0577 0,,
|
||||
-1156.05 -728.803 6.23554,53 55,stand,22.2858 -53.7274 0,,
|
||||
-932.933 -944.533 6.048,54 46 56 58,stand,19.3744 -94.8273 0,,
|
||||
-1212.62 -964.179 7.12547,55 46 53 57,stand,12.5409 -36.0339 0,,
|
||||
-1420.41 -1141.59 2.39045,56 44 53,stand,15.0073 -89.5264 0,,
|
||||
-442.733 -941.853 1.57309,55 59 105 106,stand,13.5516 84.9805 0,,
|
||||
-454.906 -1575.85 -10.8484,58 14 60 107 132 128,stand,22.3956 93.006 0,,
|
||||
-802.897 -1648.94 -7.71045,59 40 61 46,stand,31.6901 7.37307 0,,
|
||||
-777.682 -1941.14 -1.97233,60 62 64,stand,17.3584 75.6091 0,,
|
||||
-585.786 -2093.38 -7.29199,61 63 130 131 132,stand,19.8193 -136.608 0,,
|
||||
-769.925 -2252.06 -6.09393,62 64 65,stand,24.8621 26.9672 0,,
|
||||
-901.223 -2043.08 1.52229,63 61,stand,23.5162 -25.7782 0,,
|
||||
-724.992 -2489.23 5.7488,63 38,stand,20.495 110.474 0,,
|
||||
-1267.33 -2645.41 0.70031,35 68,stand,21.275 -79.4189 0,,
|
||||
-1590.83 -2809.06 4.41965,36 68 37,stand,13.5516 -11.3312 0,,
|
||||
-1251.26 -2738.03 4.64531,67 66 69,stand,16.0126 88.562 0,,
|
||||
-1007.69 -2846.04 -6.17189,68,stand,10.9753 83.1842 0,,
|
||||
-1975.21 -2766.44 -8.9861,37 71 100,stand,18.3636 113.089 0,,
|
||||
-2241.15 -2811.65 1.2461,70 72 75 99,stand,15.0073 156.65 0,,
|
||||
-2591.26 -2611.29 6.04201,71 73 75 99,stand,20.495 61.9147 0,,
|
||||
-2867.52 -2416.8 -1.10452,72 74 10,stand,9.62952 22.0783 0,,
|
||||
-2996.14 -2672.83 1.23182,73 75 76,stand,13.4363 -8.16162 0,,
|
||||
-2556.54 -2709 9.87659,74 72 71,stand,20.3796 109.985 0,,
|
||||
-3251.3 -2858.04 -10.2314,74 77,stand,17.3584 47.2754 0,,
|
||||
-3511.98 -2660.66 -1.54474,76 78,stand,18.479 59.3713 0,,
|
||||
-3725.35 -2689.33 -7.54037,77 79 80,stand,23.0713 147.388 0,,
|
||||
-3871.92 -2543.17 -0.706622,78 9 80,stand,21.1652 136.754 0,,
|
||||
-3909.28 -2800.49 -6.99602,79 78 9,stand,14.6722 -84.3848 0,,
|
||||
-3826.36 -1721.97 -2.42833,9 82 84,stand,9.85474 95.9119 0,,
|
||||
-3397.13 -984.029 10.6828,81 83 90 97,stand,15.7874 51.7908 0,,
|
||||
-3332.04 -1189.24 -11.9979,82 84 89 97,stand,22.9559 -105.885 0,,
|
||||
-3534.17 -1778.85 -10.6736,83 81 8 85,stand,23.1812 -111.823 0,,
|
||||
-3213.04 -1726.86 -10.5998,84 86 89,stand,18.924 -16.7419 0,,
|
||||
-2965.92 -1585.39 -7.91932,85 87 89,stand,20.495 -2.96509 0,,
|
||||
-2768.26 -1602.89 5.58634,86 88 10 95,stand,22.9559 3.9783 0,,
|
||||
-2749.49 -1329.41 -0.81483,87 89 96 97,stand,22.3956 87.2986 0,,
|
||||
-3034.9 -1315.4 -6.58712,88 85 86 83 97,stand,16.6882 -71.2396 0,,
|
||||
-3363.68 -619.239 7.33558,82 91,stand,16.908 -73.8159 0,,
|
||||
-3028.03 -652.419 7.1311,90 98,stand,18.479 3.00601 0,,
|
||||
-2735.52 -595.924 6.09497,93 98,stand,19.259 -14.5776 0,,
|
||||
-2321.55 -762.804 -16.5214,92 52 94,stand,14.447 -32.4908 0,,
|
||||
-2223.02 -1121 12.6833,93 51 50,stand,13.8867 -65.3784 0,,
|
||||
-2136.22 -1682.55 -5.43646,50 10 87 11,stand,22.8461 150.942 0,,
|
||||
-2465.27 -1400.94 4.33798,50 88 97,stand,18.924 31.4496 0,,
|
||||
-2751.73 -855.103 -1.33282,96 98 82 83 89 88,stand,14.2218 -178.906 0,,
|
||||
-2870.69 -633.205 7.90679,97 91 92,stand,22.7307 70.7916 0,,
|
||||
-2211.18 -2419.85 5.86969,10 72 71 100,stand,19.4843 142.796 0,,
|
||||
-1981.96 -2277.14 -5.2989,99 70 11,stand,20.8301 -152.137 0,,
|
||||
-1799.6 -1452.6 13.1232,49 102,stand,35.9473 130.178 0,,
|
||||
-1795.14 -1925.61 13.6707,101 103,stand,51.5149 -126.006 0,,
|
||||
-1846.59 -1996.99 2.25074,102 12 11,stand,30.0146 85.1672 0,,
|
||||
-70.019 -642.529 -44.7891,105 106 108 111,stand,17.0233 -166.7 0,,
|
||||
-199.023 -1051.2 -21.9097,104 58 107,stand,18.3636 174.601 0,,
|
||||
-379.65 -632.655 -4.33782,58 104 107,stand,46.6974 -52.0245 0,,
|
||||
-383.439 -1337.22 -9.36269,106 105 59 108,stand,17.9187 3.18179 0,,
|
||||
16.2152 -1362.41 -41.6122,107 14 104 111 15 125,stand,25.1971 -105.303 0,,
|
||||
671.153 -776.94 -22.6902,110 111 112,stand,21.5002 -103.655 0,,
|
||||
807.851 -552.55 0.185258,109 111 119,stand,23.5162 -101.002 0,,
|
||||
375.886 -616.818 -21.9615,109 110 104 108 15,stand,38.6334 -89.2462 0,,
|
||||
755.586 -922.069 -21.2095,109 113 120,stand,11.8707 38.1897 0,,
|
||||
1239.92 -732.638 -5.79507,112 114 115 119,stand,25.9827 -175.104 0,,
|
||||
1523.88 -811.429 5.4975,113 115,stand,15.6775 -177.675 0,,
|
||||
1393.91 -1133.09 -8.58224,114 113 116 117 118,stand,18.5889 -121.458 0,,
|
||||
1446.69 -1563.57 -13.946,115 17,stand,33.9313 138.61 0,,
|
||||
1189.48 -1359.19 -9.81594,115 16 17 118 121,stand,17.6935 56.9763 0,,
|
||||
936.106 -1182.24 0.521158,117 115 119,stand,24.4116 108.266 0,,
|
||||
1081.21 -635.639 -6.10242,118 113 110,stand,63.3856 -93.866 0,,
|
||||
634.574 -1271.9 -7.47162,112 15 16,stand,18.7042 -99.0186 0,,
|
||||
1090.58 -1768.21 -28.4224,16 122 117 123,stand,18.924 118.346 0,,
|
||||
1270.47 -1843.78 -42.5414,121 18 17,stand,19.7095 141.379 0,,
|
||||
848.608 -1938.03 -22.1705,121 126 140 141,stand,16.463 -145.716 0,,
|
||||
424.661 -1556.39 -22.2125,14 125 126,stand,24.9719 175.535 0,,
|
||||
381.972 -1407.89 -19.1823,124 108,stand,34.2664 160.308 0,,
|
||||
526.522 -1775.6 -23.5358,124 127 128 123,stand,10.9753 169.828 0,,
|
||||
253.24 -1700.19 -40.2433,126 14 128,stand,23.9667 -9.01306 0,,
|
||||
151.543 -1997.8 -43.9418,127 126 129 131 132 14 59,stand,16.6882 -51.4587 0,,
|
||||
57.8346 -2358.99 -40.9229,128 130 134 135,stand,6.71814 89.419 0,,
|
||||
-276.805 -2437.11 -13.6299,129 62 131 133,stand,15.9027 118.873 0,,
|
||||
-244.387 -2200.44 -30.9198,130 62 128,stand,57.2278 -161.954 0,,
|
||||
-305.362 -1981.8 -24.7818,62 128 59,stand,19.2645 5.16482 0,,
|
||||
197.609 -2867.04 -37.3884,130 134,stand,12.876 122.411 0,,
|
||||
450.549 -2570.34 -21.666,133 135 129,stand,18.479 -64.939 0,,
|
||||
829.58 -2396.2 -10.3884,134 129 136 140,stand,13.8867 79.0753 0,,
|
||||
1108.92 -2391.04 -29.4165,135 137 139,stand,24.6368 -21.2299 0,,
|
||||
1419.41 -2575.14 -1.29686,136 138,stand,10.5249 126.932 0,,
|
||||
1683.67 -2315.17 6.55327,137 139,stand,12.9913 141.599 0,,
|
||||
1280.65 -2134.11 -44.2348,138 18 136 140,stand,23.1812 95.2362 0,,
|
||||
837.864 -2136.44 -21.8865,139 123 135 141,stand,24.6368 90.6439 0,,
|
||||
925.962 -2007.88 -22.0058,18 140 123,stand,15.5676 -142.552 0,,
|
||||
1923.46 -1668.98 2.30512,21 143 150 151 270 22,stand,20.7202 -79.9957 0,,
|
||||
1605.13 -1652.7 4.11119,142 144,stand,26.543 44.4959 0,,
|
||||
1748.81 -1069.14 0.75761,143 145,stand,23.5162 56.5918 0,,
|
||||
1804.06 -971.726 4.09743,144 146 150,stand,22.0605 55.6964 0,,
|
||||
1800.75 -622.895 -0.988559,145 147,stand,22.1759 74.1754 0,,
|
||||
1967.37 -636.772 -1.42683,146 148 149,stand,21.7255 -10.2655 0,,
|
||||
2380.67 -769.468 -165.484,147 149 152 153,stand,31.0199 -51.5851 0,,
|
||||
2135.18 -1028.56 -63.5124,147 150 151 148 152 273,stand,13.8867 -63.681 0,,
|
||||
1913.18 -1123.43 -9.66621,149 145 142,stand,12.5409 -176.23 0,,
|
||||
2172.69 -1371.26 -53.6524,142 149 152 270,stand,15.4523 -114.41 0,,
|
||||
2513.65 -1017.86 -221.188,148 153 149 151 156 157 273,stand,9.29443 100.268 0,,
|
||||
2525.42 -792.487 -209.206,152 148 154,stand,28.2184 49.6539 0,,
|
||||
2611.19 -656.676 -220.698,153 155,stand,22.1759 -103.32 0,,
|
||||
2941.92 -693.113 -233.15,154 156 161 166,stand,18.5889 -69.0533 0,,
|
||||
2888.86 -937.356 -235.732,152 155 157 166 167,stand,16.3477 -160.289 0,,
|
||||
2748.89 -1179.27 -236.471,156 152 158 270 268 273,stand,13.5516 41.6229 0,,
|
||||
3438.81 -1477.33 -198.007,157 159 160,stand,13.7769 -25.4541 0,,
|
||||
3410.7 -1610.19 -238.506,158 258 275 272,stand,36.958 -94.5526 0,,
|
||||
3546.94 -1325.54 -247.057,158 165 167 166 168,stand,22.3956 59.3164 0,,
|
||||
3322.72 -744.17 -235.494,155 162,stand,14.1119 -171.144 0,,
|
||||
3603.89 -867.108 -243.511,161 163 165 166,stand,18.2538 -20.5212 0,,
|
||||
3858.71 -770.998 -229.221,162 164,stand,15.7928 -65.6531 0,,
|
||||
4047.69 -1092.3 -244.057,163 165 170 171,stand,15.5676 -59.6051 0,,
|
||||
3794.23 -1263.41 -249.345,164 160 162 166 169 170,stand,15.1172 154.139 0,,
|
||||
3503.32 -1079.23 -224.811,165 156 155 160 162,stand,16.6882 84.4092 0,,
|
||||
3085.82 -1158.97 -247.416,160 156,stand,26.0925 59.7394 0,,
|
||||
3810.64 -1635.02 -242.649,160 169 24 258,stand,13.4363 -48.1793 0,,
|
||||
3935.71 -1594.78 -245.924,165 168 248,stand,19.2645 -153.895 0,,
|
||||
4243.83 -1410.17 -248.952,165 164 248 249,stand,16.0126 123.905 0,,
|
||||
4531.27 -930.845 -260.167,164 172 249 248,stand,13.8867 37.113 0,,
|
||||
4503.41 -342.721 -260.594,171 173 175 177,stand,12.0959 -107.423 0,,
|
||||
4141.29 -469.772 -236.633,172 174,stand,17.6935 -170.133 0,,
|
||||
2635.77 -4.61026 -234.34,173,stand,17.1332 -57.9242 0,,
|
||||
4509.54 1658.26 -260.177,172 176,stand,11.7609 -5.29419 0,,
|
||||
5245.67 1575.27 -20.2761,175 177,stand,28.559 -175.286 0,,
|
||||
5244.38 -722.23 -33.0381,176 172 178 179,stand,16.463 -93.1958 0,,
|
||||
5614.53 -1015.44 -11.1971,177 179 182,stand,23.0713 167.394 0,,
|
||||
5456.87 -1234.96 -25.375,178 177 180 181,stand,24.1919 -175.917 0,,
|
||||
5150.4 -1433.42 -93.7344,179 181 249,stand,27.6636 -142.25 0,,
|
||||
5583.93 -1605.62 -23.7149,180 179 182 191 237,stand,10.415 91.358 0,,
|
||||
5731.82 -1194.66 -14.7936,178 181 183,stand,20.6049 50.8185 0,,
|
||||
5870.07 -1016.9 -7.34456,182 184 187 186,stand,19.9347 127.426 0,,
|
||||
5668.32 -758.54 -9.25238,183 185,stand,18.0286 -2.13562 0,,
|
||||
5957.69 -719.966 -14.3555,184 186 188,stand,24.9719 -68.548 0,,
|
||||
5926.08 -943.472 -13.6459,185 187 183,stand,28.3337 -130.363 0,,
|
||||
6086.9 -1086.91 -10.298,186 183 188 190 193,stand,24.7467 127.761 0,,
|
||||
6235.32 -823.933 -23.1266,185 189 187,stand,19.9347 -82.0996 0,,
|
||||
6577.75 -807.276 -23.3627,188 193 194 197,stand,20.6049 -138.317 0,,
|
||||
5916.2 -1410.91 -25.9181,187 191 192,stand,11.5356 84.986 0,,
|
||||
5741.89 -1600.29 -25.0368,190 181 28 237,stand,23.5162 87.1887 0,,
|
||||
6019.66 -1468.26 -25.1851,190 28 193 231,stand,18.8141 -30.9528 0,,
|
||||
6242.49 -1290.33 -20.2327,192 187 189 194 231,stand,11.6455 -159.031 0,,
|
||||
6598.04 -1175.4 -18.5688,193 189 195 197,stand,20.1599 -70.2618 0,,
|
||||
6701.78 -1494.5 -20.1417,194 196 29 203,stand,15.5676 -67.4603 0,,
|
||||
7063.19 -1454.83 -14.8787,195 197 202 4 208,stand,16.1279 17.5025 0,,
|
||||
7013.4 -1116.57 -12.2173,196 194 189 198 202,stand,10.08 165.549 0,,
|
||||
7277.83 -889.688 -11.7228,197 199 202,stand,17.2485 -144.095 0,,
|
||||
7490.75 -796.536 -7.88935,198 200,stand,21.2805 -132.45 0,,
|
||||
7933.65 -831.963 -18.6555,199 201,stand,23.6316 -149.133 0,,
|
||||
8031.66 -970.612 -25.9501,200 5 202,stand,25.9827 179.507 0,,
|
||||
7513.94 -1220.7 -8.70139,201 4 198 196 197,stand,14.2218 24.4458 0,,
|
||||
6899.47 -1664.76 -8.57874,195 204,stand,30.0146 114.852 0,,
|
||||
7029.4 -1782.49 11.025,203 205,stand,29.339 -42.8235 0,,
|
||||
7210.7 -1930.12 -5.49519,204 7 206 208,stand,49.1638 160.435 0,,
|
||||
7302.05 -2047.92 -12.5417,205 32 208,stand,18.479 115.561 0,,
|
||||
8794.32 -2004.41 -86.2432,34,stand,12.0959 146.779 0,,
|
||||
7307.57 -1805.3 -17.4083,196 206 205 2,stand,17.0233 -50.047 0,,
|
||||
7346.23 -2377.82 3.66071,32 210,stand,10.8655 131.189 0,,
|
||||
7478.74 -2376.27 4.08789,209,stand,5.82275 133.655 0,,
|
||||
7188.67 -2465.04 -2.13417,32 212 216 213 218,stand,15.6775 -28.2391 0,,
|
||||
7516.38 -2586.81 -7.45113,211 213,stand,24.527 -47.7234 0,,
|
||||
7306.68 -2860.49 -7.99384,212 214 211 217,stand,18.2538 59.2999 0,,
|
||||
7673.49 -2885.11 -9.94269,213 215 216,stand,21.6156 179.798 0,,
|
||||
7853.46 -2828.89 -4.1813,214,stand,29.4543 127.948 0,,
|
||||
7662.61 -2559.68 25.0887,214 211,stand,26.8781 -149.182 0,,
|
||||
7107.93 -2886.19 -8.10475,213 218 219,stand,24.527 117.791 0,,
|
||||
6973.23 -2611.41 -13.9053,217 211 219 220 31,stand,19.9347 33.4985 0,,
|
||||
6611.09 -2904.44 -8.78203,218 217 220 221 222 226 224,stand,17.8088 30.8234 0,,
|
||||
6191.93 -2653.8 -12.8515,219 218 225 235,stand,29.0039 44.7101 0,,
|
||||
6382.9 -2223.06 -0.551086,219 224 28 230 223,stand,29.0039 -85.8624 0,,
|
||||
6597.64 -2413.92 2.71443,223 219 224,stand,31.6956 36.2012 0,,
|
||||
6687.22 -2236.44 3.5297,30 222 221 31,stand,28.2239 -174.302 0,,
|
||||
6303.93 -2400.3 -2.66492,221 222 225 227 219 230,stand,26.2079 76.1749 0,,
|
||||
6113.12 -2581.6 -3.09214,224 220 226 229,stand,24.527 21.8585 0,,
|
||||
5947.56 -2694.11 -8.63013,225 219 235 239,stand,23.9667 51.2799 0,,
|
||||
5924.73 -2271.45 -9.21282,224 228,crouch,10.8655 -29.3542 0,,
|
||||
5867.95 -2347.01 -12.7878,227 229,crouch,14.5569 47.1381 0,,
|
||||
6020.68 -2510.01 -3.02315,225 228,crouch,19.1492 -49.1681 0,,
|
||||
6285.84 -1850.95 -18.0108,221 231 233 224,stand,12.6563 -52.9694 0,,
|
||||
6452.83 -1492.14 -22.3243,193 230 192,stand,17.3584 -155.851 0,,
|
||||
6469.37 -1984.34 -11.074,233,stand,23.8513 127.135 0,,
|
||||
6371.04 -1731.2 -23.7761,232 230,stand,28.4436 -123.568 0,,
|
||||
6874.29 -1930.37 -15.3907,32 29 30,stand,22.1759 -25.2399 0,,
|
||||
6134.39 -2885.2 -6.83141,220 236 226,stand,14.5569 93.8465 0,,
|
||||
6344.5 -2893.07 -7.63525,235,stand,8.73413 179.177 0,,
|
||||
5593.12 -1785.59 -21.8794,181 191 238,stand,25.5322 78.6029 0,,
|
||||
5608.49 -2070.69 -13.6529,237 27 28 239,stand,13.7769 -94.4153 0,,
|
||||
5566.02 -2571.19 -15.4871,238 240 226,stand,10.7501 -12.8088 0,,
|
||||
5245.6 -2630.44 -47.449,239 26 241 244,stand,14.1119 35.5695 0,,
|
||||
4520.71 -3058.86 -260.034,240 242 245 246 247,stand,16.0126 -132.115 0,,
|
||||
4481.42 -5414.84 -262.478,241 243,stand,14.7821 -84.1925 0,,
|
||||
5156.75 -5362.71 -77.4289,242 244,stand,2.68616 29.5874 0,,
|
||||
5225.99 -3312.29 -46.8982,243 240 245,stand,28.7842 -172.808 0,,
|
||||
4382.97 -3516.41 -264.689,244 241,stand,17.0233 -152.983 0,,
|
||||
4223.03 -2750.76 -238.256,241 247 25 254 250 257,stand,9.62952 -91.1249 0,,
|
||||
4640.95 -2175.63 -265.547,246 25 26 248 241,stand,16.1279 -88.2135 0,,
|
||||
4528.05 -1605.9 -260.437,247 170 249 171 25 169 27,stand,14.8975 -132.758 0,,
|
||||
4957.19 -1330.58 -208.205,248 180 171 170 250,stand,4.70215 6.66445 0,,
|
||||
3750.99 -2782.43 -233.398,249 253 254 246,stand,18.3691 173.717 0,,
|
||||
3208.98 -2794.63 -235.778,252 253,stand,19.5996 -165.228 0,,
|
||||
3070.5 -2847.96 -240.502,251 264,stand,20.0446 104.289 0,,
|
||||
3455.88 -2716.53 -225.473,251 250,stand,22.8461 -157.955 0,,
|
||||
3730.72 -2645.47 -234.65,250 255 257 246,stand,23.2965 161.489 0,,
|
||||
3470.3 -2596.01 -233.772,254 256 260,stand,31.1353 35.954 0,,
|
||||
3590.18 -2347.48 -231.133,255 257 259 260,stand,19.7095 103.811 0,,
|
||||
4053.37 -2395.27 -242.023,256 254 246 25 24,stand,14.3372 -1.427 0,,
|
||||
3465.76 -1698.47 -237.526,168 159 23 259,stand,18.7042 -88.7024 0,,
|
||||
3598.75 -2009.61 -242.164,258 23 24 256,stand,24.6368 -17.5989 0,,
|
||||
3337.75 -2390.07 -239.494,23 256 255 261 262,stand,22.0605 -6.70044 0,,
|
||||
3166.47 -2608.37 -242.569,260 262 264,stand,18.0286 116.929 0,,
|
||||
3078.81 -2455.96 -237.244,261 263 260 23,stand,15.6775 -152.473 0,,
|
||||
2900.24 -2529.78 -239.969,262 264 266 267,stand,15.6775 -157.4 0,,
|
||||
2929.91 -2730.02 -234.538,263 252 261 265,stand,26.3177 -71.9482 0,,
|
||||
2687.43 -2754.94 -208.487,264 266,stand,15.6775 83.1183 0,,
|
||||
2648.62 -2591.79 -204.258,265 263 22,stand,10.6403 141.022 0,,
|
||||
2869.97 -2254.93 -242.966,263 23 22,stand,28.6688 -70.2563 0,,
|
||||
2669.76 -1955.63 -233,22 269 157 271 275,stand,-0.335083 169.839 0,,
|
||||
2448.61 -1837.87 -186.166,268 270 274,stand,27.4384 -45.3998 0,,
|
||||
2191.99 -1681.18 -99.3181,269 21 151 142 157 274,stand,30.575 -78.1775 0,,
|
||||
2817.99 -1665.38 -238.026,268 272 275,stand,49.389 -166.409 0,,
|
||||
2962.43 -1479.07 -247.575,271 273 275 159,stand,18.9294 172.311 0,,
|
||||
2570.92 -1303.61 -221.743,272 157 274 152 149,stand,15.9027 -21.8396 0,,
|
||||
2340.5 -1644.59 -149.045,273 270 269,stand,18.2538 62.486 0,,
|
||||
3034.6 -1681.43 -242.313,272 271 268 159 23,stand,20.8301 -13.9789 0,,
|
||||
|
263
scriptdata/waypoints/cliffhanger_wp.csv
Normal file
@@ -0,0 +1,263 @@
|
||||
262
|
||||
-9771.67 -27005 896.125,1 95,stand,10.86 104.09 0,,
|
||||
-9818.05 -26835.8 896.649,2 0 5,stand,34.942 76.9096 0,,
|
||||
-9789.38 -26712.1 916.039,1 3 4,stand,23.1812 -93.1973 0,,
|
||||
-9493.96 -26568.4 900.125,2 6 13 85 93 86,stand,21.275 -6.74035 0,,
|
||||
-10157.5 -26594.4 929.743,2 5 13,stand,24.9719 -30.2236 0,,
|
||||
-10193.9 -26776.4 896.125,4 1 15,stand,19.5996 -27.4221 0,,
|
||||
-9752.88 -25807.5 952.984,3 7,stand,29.5642 50.7786 0,,
|
||||
-10126.3 -25815 976.036,6 8 13,stand,24.8621 -2.90063 0,,
|
||||
-10601.8 -26136 929.168,7 9 10 13,stand,12.2058 31.7063 0,,
|
||||
-10888.4 -25748 944.125,8,stand,19.5996 144.025 0,,
|
||||
-10897.9 -26211.6 973.751,8 11 22,stand,21.9507 -153.15 0,,
|
||||
-10962.8 -26429.2 959.059,10 12 17 22 21,stand,24.1864 42.0444 0,,
|
||||
-10655 -26592.6 909.65,11 13 14 17,stand,19.9347 -15.068 0,,
|
||||
-10211.5 -26308.3 939.154,12 4 7 3 8,stand,27.2131 -86.7428 0,,
|
||||
-10680.7 -26820.6 896.125,12 15 16,stand,11.9806 82.9191 0,,
|
||||
-10449.1 -26875 896.125,14 5,stand,16.2378 41.1436 0,,
|
||||
-10926.1 -27089.8 896.125,14 17 19,stand,26.543 118.526 0,,
|
||||
-11086.2 -26982.1 904.564,16 12 11 18 21,stand,16.908 41.2589 0,,
|
||||
-11190.4 -27418.5 920.404,17 19 20 24,stand,13.8867 54.5029 0,,
|
||||
-10990.5 -27347.3 896.125,18 16 95 53,stand,16.3477 161.339 0,,
|
||||
-11782 -27658.7 975.589,18 21 23 57,stand,14.7821 -26.318 0,,
|
||||
-11630.8 -26900.9 1016.74,20 22 11 17,stand,13.3264 57.3374 0,,
|
||||
-11210.9 -26347.8 999.226,21 10 11,stand,23.4064 32.8104 0,,
|
||||
-11448.4 -27887 896.125,20 24,stand,10.9753 19.484 0,,
|
||||
-11480.2 -27642.8 933.677,23 18 25,stand,22.1759 -8.73437 0,,
|
||||
-11153 -29064.4 896.125,24 30 54,stand,22.2858 79.398 0,,
|
||||
-11387.3 -29956.7 896.125,27 28 29 30,stand,12.7661 31.5031 0,,
|
||||
-10626.2 -30679.9 896.125,26 28 31 32,stand,13.4363 -50.8065 0,,
|
||||
-11960.4 -30678.4 896.125,27 26 29,stand,11.5356 -172.387 0,,
|
||||
-11819.2 -30026.3 926.589,28 26 30,stand,14.6722 -76.3058 0,,
|
||||
-11221.9 -29640.8 896.125,29 25 26 31,stand,15.0073 112.28 0,,
|
||||
-10684.6 -29977.4 965.027,30 27,stand,19.7095 -177.353 0,,
|
||||
-9377.72 -30692.9 896.125,27 33 55,stand,3.6969 5.18531 0,,
|
||||
-8118.02 -30680 896.125,32 34 55 56,stand,4.92737 -0.412224 0,,
|
||||
-6990.71 -30692.9 896.125,33 35 56,stand,4.36707 -0.296867 0,,
|
||||
-5700.75 -30645.9 896.125,34 36 40,stand,1.01074 -3.3236 0,,
|
||||
-5067.14 -30451.1 896.125,35 37 39,stand,7.27844 157.154 0,,
|
||||
-4404.95 -30706.6 896.125,36 38,stand,2.57629 -1.75256 0,,
|
||||
-2167.13 -30677.3 896.125,37,stand,14.1119 -4.32885 0,,
|
||||
-5030.72 -28905.2 896.125,36,stand,24.3018 -127.963 0,,
|
||||
-5736.23 -29993.1 940.165,35 41,stand,13.5516 89.9284 0,,
|
||||
-5814.28 -29079.8 933.595,40 42 43,stand,21.7255 96.7564 0,,
|
||||
-5851.78 -28823.1 901.112,41 235,stand,15.0073 -152.6 0,,
|
||||
-6662.59 -29222.5 974.387,41 44,stand,11.2006 172.013 0,,
|
||||
-7769.6 -29185.2 1044.83,43 45 56,stand,24.527 -178.468 0,,
|
||||
-8632.07 -29173.9 1011.88,44 46 56,stand,20.7202 179.851 0,,
|
||||
-9254.77 -29125.4 955.961,45 47 48 55,stand,18.1439 173.803 0,,
|
||||
-9563.89 -28559.8 965.975,46 48,stand,20.495 139.762 0,,
|
||||
-9968.2 -28873 979.115,47 49 52 46 51,stand,19.4843 100.678 0,,
|
||||
-9938.07 -28440.3 939.187,48 50,stand,27.9987 -166.146 0,,
|
||||
-10003.6 -28253.1 897.947,49 51 95,stand,29.6741 110.198 0,,
|
||||
-10459.9 -28550.8 909.794,50 52 48 54,stand,15.9027 -125.272 0,,
|
||||
-10375.6 -28816.9 976.367,51 48 53 54,stand,9.85474 -67.5991 0,,
|
||||
-11073.8 -28517.8 896.125,52 54 19,stand,6.38306 -91.3076 0,,
|
||||
-10951.3 -28870.2 923.78,53 51 25 52,stand,11.9806 115.082 0,,
|
||||
-9040.29 -29953.2 909.517,46 32 33 56,stand,10.5249 93.5868 0,,
|
||||
-8067.57 -29733.2 1046.15,55 33 34 44 45,stand,22.7307 -144.948 0,,
|
||||
-11944.1 -27870.8 992.938,20 58 78 79,stand,27.1033 -80.8541 0,,
|
||||
-12158.1 -28172.7 988.125,57 59 78,stand,27.4384 -163.724 0,,
|
||||
-12441.2 -28186.7 988.431,58 60,stand,28.1085 -135.055 0,,
|
||||
-12420.5 -28286.5 992.764,59 61 71,stand,28.559 39.0836 0,,
|
||||
-12245.4 -28285.5 1061.13,60 62,stand,38.1885 -59.3539 0,,
|
||||
-12240.3 -28342 1061.13,61 63,stand,29.7894 -176.605 0,,
|
||||
-12404.7 -28341.8 1123.13,62 64,stand,35.722 178.357 0,,
|
||||
-12413 -28287.7 1123.13,63 65,stand,22.0605 3.20777 0,,
|
||||
-12241.3 -28288.6 1189.13,64 66,stand,47.9279 -44.6102 0,,
|
||||
-12240.9 -28348.7 1189.13,65 67,stand,33.8214 -173.952 0,,
|
||||
-12423.7 -28348.4 1251.13,66 68,stand,35.722 -175.298 0,,
|
||||
-12425.9 -28564.8 1251.13,67 69,stand,29.0039 -53.6794 0,,
|
||||
-12295.7 -28579.7 1251.13,68 70,stand,33.4863 -38.5623 0,,
|
||||
-12287.8 -28927.8 1251.13,69,stand,23.8513 -86.4901 0,,
|
||||
-12949.1 -28307.9 1031.25,60 72,stand,9.85474 -129.463 0,,
|
||||
-12960.3 -29220.9 1103.41,71 73 75,stand,23.4064 -29.6798 0,,
|
||||
-12942.7 -29786.2 1087.3,72 74,stand,30.0146 -64.0615 0,,
|
||||
-12426 -29758.6 1060.49,73 75,stand,19.7095 15.7871 0,,
|
||||
-12423.4 -29352 1044.91,74 72 76 77,stand,18.8141 109.067 0,,
|
||||
-11933.5 -29053 995.905,75 77,stand,22.6208 87.0115 0,,
|
||||
-12204.6 -28982 1017.97,76 75 78,stand,24.527 -34.0414 0,,
|
||||
-11957.1 -28348.9 985.437,77 58 57 79,stand,14.3372 14.2216 0,,
|
||||
-12105 -26976 1120.65,78 57 80,stand,33.4863 -2.23595 0,,
|
||||
-11658.5 -26538.6 1127.76,79 81,stand,22.3956 -98.4268 0,,
|
||||
-11193.5 -26019.9 1108.9,80 82,stand,25.1971 34.1618 0,,
|
||||
-11279.1 -25723.9 1250.67,81 83,stand,22.1759 28.5642 0,,
|
||||
-10920.3 -25689.2 1208.13,82 84,stand,28.3337 -69.4228 0,,
|
||||
-10716.4 -25368.5 1174.9,83,stand,27.2131 -19.2538 0,,
|
||||
-9389.62 -26893.1 896.125,3 86,stand,23.0713 -63.2266 0,,
|
||||
-8957.76 -26903.2 896.125,85 87 93 3 94,stand,21.275 15.496 0,,
|
||||
-8569.09 -26841.8 896.125,86 88 92,stand,26.3177 93.7736 0,,
|
||||
-8316.29 -26807.2 896.125,87 89 91,stand,27.4384 45.4008 0,,
|
||||
-8216.43 -27027 896.125,88 90 94 228,stand,25.1971 102.843 0,,
|
||||
-8098.09 -26861.6 896.125,89 91 228,stand,28.2184 118.52 0,,
|
||||
-8240.25 -26683.2 896.125,90 88 92,stand,28.559 -123.003 0,,
|
||||
-8595.3 -26663.2 896.125,87 91 93,stand,22.2858 -2.09313 0,,
|
||||
-8858.92 -26524.5 896.125,92 86 3 209,stand,22.6208 59.271 0,,
|
||||
-8816.5 -27396.4 896.125,86 95 96 89,stand,18.2538 137.203 0,,
|
||||
-9669.2 -27484.7 896.125,94 0 50 19,stand,11.4203 38.9902 0,,
|
||||
-8707.34 -28357.9 896.125,94 97,stand,16.6882 -83.9468 0,,
|
||||
-7880.69 -28468.2 896.125,96 98 229,stand,13.4363 -2.01623 0,,
|
||||
-6996.3 -28627.7 896.125,97 99,stand,14.6722 -5.15282 0,,
|
||||
-6212.25 -28594.7 896.125,98 100 234,stand,21.0553 -28.4493 0,,
|
||||
-6276.68 -27711.4 896.125,99 101,stand,17.3584 21.1594 0,,
|
||||
-5157.91 -27639.2 896.125,100 102 103 111,stand,12.9913 93.9493 0,,
|
||||
-5030.86 -28676 896.125,101 236,stand,26.4276 -89.9233 0,,
|
||||
-5052.18 -27128.6 896.125,101 104 115 116 133,stand,13.4363 1.00501 0,,
|
||||
-4614.61 -27127.8 941.797,103 105 113,stand,18.2538 87.9014 0,,
|
||||
-4582.53 -26751.1 955.066,104 106 117 118,stand,23.6316 -169.887 0,,
|
||||
-4512.53 -27074.4 968.125,105 107 112 114,stand,22.6208 -0.00572968 0,,
|
||||
-4100.25 -26962 1004.44,106 108,stand,19.4843 -166.751 0,,
|
||||
-3955.21 -27009.7 1030.28,107 109,stand,33.2611 -178.391 0,,
|
||||
-3957.13 -27327.7 1048.26,108 110 114,stand,17.5836 -146.816 0,,
|
||||
-3886.99 -28164.5 1064.26,109 111,stand,21.8353 -179.292 0,,
|
||||
-4464.62 -28177.7 1004.45,110 101 112 115,stand,33.9313 163.235 0,,
|
||||
-4544.03 -27665.3 978.618,111 113 106 114,stand,22.6208 108.281 0,,
|
||||
-4715.81 -27573.6 919.508,104 112,stand,26.4276 -78.7063 0,,
|
||||
-4397.6 -27334.6 1022.14,109 106 112 115,stand,33.371 -124.547 0,,
|
||||
-4735.95 -27965.4 896.125,114 111 103,stand,14.5569 -7.04797 0,,
|
||||
-5084.66 -26750 958.257,103 117,stand,38.7488 57.6725 0,,
|
||||
-4942.66 -26523.7 968.823,116 105 120,stand,19.8248 -105.678 0,,
|
||||
-4380.38 -26559 956.125,105 119,stand,28.1085 -142.564 0,,
|
||||
-4352.76 -26432.2 954.718,118,stand,25.8673 -135.736 0,,
|
||||
-4953.13 -26296.8 962.512,117 121 130 131,stand,21.1652 -71.4608 0,,
|
||||
-4783.51 -26121.9 959.354,120 122 128,stand,44.7968 74.7947 0,,
|
||||
-4716.09 -26267.2 958.254,121 123,stand,35.5023 9.05799 0,,
|
||||
-4560.78 -26218.8 958.396,122 124 125,stand,26.9879 78.931 0,,
|
||||
-4585.84 -26031.6 962.212,123 125 128,stand,38.2983 -169.42 0,,
|
||||
-4394.69 -26093.4 949.125,124 126 123,stand,24.527 -172.634 0,,
|
||||
-4437.04 -25712.5 954.948,125 127 137,stand,19.9347 159.928 0,,
|
||||
-5167.61 -25628.3 965.791,126 131 253,stand,16.3531 175.495 0,,
|
||||
-4778.93 -26026.6 963.125,124 121,stand,31.5802 -28.0758 0,,
|
||||
-4973.6 -25947.5 963.125,130,stand,32.2504 -169.728 0,,
|
||||
-5040.49 -25992.7 950.727,129 120,stand,32.3657 11.6782 0,,
|
||||
-5342.7 -26105.3 975.592,120 127 132 245,stand,22.9559 -104.563 0,,
|
||||
-5623.61 -26468.8 962.073,131 133 136,stand,21.3904 -108.666 0,,
|
||||
-5724.56 -26994.7 896.125,132 134 233 103,stand,27.1033 -104.189 0,,
|
||||
-6223.9 -26717.8 964.914,133 135 136 233,stand,26.9879 4.64698 0,,
|
||||
-6677.26 -26457.3 896.125,134 136 237 231 224,stand,22.8461 150.458 0,,
|
||||
-6063.06 -26411.6 957.203,135 134 132 238,stand,19.7095 -128.469 0,,
|
||||
-4383.2 -25214.7 1018.62,126 138,stand,32.926 105.496 0,,
|
||||
-4362.57 -24902.1 956.717,137 139,stand,32.1405 121.959 0,,
|
||||
-4461.8 -24863.8 960.072,138 140 148,stand,20.3796 -89.4344 0,,
|
||||
-4468.45 -25003.3 1009.13,139 141 147,stand,36.6174 -86.8581 0,,
|
||||
-4635.96 -25095.5 1007.13,140 142 147,stand,31.2451 -163.757 0,,
|
||||
-4747.88 -25111.3 1007.13,141 143,stand,34.8267 162.762 0,,
|
||||
-4880.36 -25036.9 1007.13,142 144,stand,40.6494 33.0851 0,,
|
||||
-4915.36 -24977.6 1011.15,143 145 146,stand,40.8746 172.732 0,,
|
||||
-5132.48 -24972.4 979.623,144 253 172 260,stand,21.8353 12.1506 0,,
|
||||
-4802.49 -24880.3 1007.13,144 147,stand,42.6654 -14.3923 0,,
|
||||
-4603.34 -24889.4 1007.13,146 140 141,stand,34.6069 -69.4888 0,,
|
||||
-4136.88 -24519.8 943.64,139 149 153 154,stand,11.9806 79.5628 0,,
|
||||
-3693.34 -24666.9 959.367,148 150 153,stand,13.8867 -45.8627 0,,
|
||||
-3280.55 -24769.8 959.195,149 151,stand,11.9806 40.9238 0,,
|
||||
-3163.72 -24476.8 963.089,150 152,stand,16.908 103.628 0,,
|
||||
-3399.42 -24287.6 957.249,151 153,stand,16.463 174.512 0,,
|
||||
-3725.82 -24370.8 958.72,152 149 148,stand,15.5676 -126.14 0,,
|
||||
-4381.13 -24421.9 977.718,148 155 258,stand,26.9879 174.627 0,,
|
||||
-4378.46 -24203.7 984.7,154 156,stand,22.0605 168.579 0,,
|
||||
-4589.03 -24186.7 1026.03,155 157 172,stand,24.7522 127.815 0,,
|
||||
-4669.28 -23829.2 1042.2,156 158 162,stand,15.3424 163.317 0,,
|
||||
-4988.1 -23624.2 1032.11,157 159,stand,19.1492 -174.732 0,,
|
||||
-5445.23 -23683.1 1054.56,158 160 163 164,stand,24.0765 -11.014 0,,
|
||||
-5311.55 -23876 1027.01,159 161 163,stand,33.8214 65.9232 0,,
|
||||
-5227.22 -23825.1 1033.13,160 162,stand,38.2983 -88.0557 0,,
|
||||
-4893.96 -23828.5 1029.83,161 157 172,stand,28.2184 179.895 0,,
|
||||
-5844.61 -23858.1 1035.16,160 159 166 164 167,stand,35.5023 -95.5483 0,,
|
||||
-5753.66 -23636.7 1070.26,159 165 163,stand,21.3904 -117.466 0,,
|
||||
-6199.99 -23650.6 1076.63,164 166,stand,14.3372 -90.7034 0,,
|
||||
-6155.87 -23947.8 1093.85,165 163 167 178 179,stand,14.6722 -163.158 0,,
|
||||
-5903.69 -23996.8 1025.73,166 163 168 178,stand,31.6901 54.0964 0,,
|
||||
-5765.82 -24004.3 1013.13,167 169,stand,25.4224 0.889656 0,,
|
||||
-5484.94 -23967.4 1013.13,168 170 174,stand,45.2417 -133.72 0,,
|
||||
-5318 -24021.9 1013.13,169 171,stand,40.4297 -173.705 0,,
|
||||
-5287.8 -24115.8 1013.13,170 172 173,stand,32.5909 -7.06445 0,,
|
||||
-5110.58 -24138.4 1013.46,171 145 254 162 156 261,stand,23.1812 162.823 0,,
|
||||
-5398.42 -24169.2 1013.13,171 174,stand,30.575 99.2118 0,,
|
||||
-5471.98 -24137.8 1013.13,173 169 175,stand,29.8993 16.9077 0,,
|
||||
-5556.25 -24168 1013.13,174 176,stand,27.4384 5.52589 0,,
|
||||
-5655.89 -24182.9 1013.13,175 177,stand,25.9827 -28.8558 0,,
|
||||
-5643.55 -24532.7 989.462,176 178 261 252,stand,18.5889 93.0979 0,,
|
||||
-5908.5 -24592.5 986.754,177 167 166 252,stand,11.8707 72.2623 0,,
|
||||
-6331.17 -23995.8 1131.14,166 180 241 242,stand,21.2805 -93.1039 0,,
|
||||
-6836.17 -23717.5 1036.61,179 181 221,stand,24.0765 150.43 0,,
|
||||
-7113.17 -23636.3 1036.89,180 182 187,stand,21.0553 173.051 0,,
|
||||
-7402.69 -23821.2 1028.02,181 183 187 221,stand,16.7981 -118.416 0,,
|
||||
-7580.28 -24159.9 988.148,182 184 220,stand,18.479 -115.055 0,,
|
||||
-8006.45 -24265.2 980.381,183 185 188 218,stand,19.1492 162.301 0,,
|
||||
-7983.19 -23881.2 997.422,184 186,stand,19.3744 32.1732 0,,
|
||||
-7687.48 -23642.5 1017.73,185 187,stand,21.6156 -9.81652 0,,
|
||||
-7408.93 -23634.8 1025.24,186 182 181,stand,31.0199 -138.043 0,,
|
||||
-8306.74 -24383.6 945.321,184 189 218,stand,21.7255 -92.4667 0,,
|
||||
-8633.92 -24652.1 912.125,188 190,stand,11.2006 -131.776 0,,
|
||||
-9013.53 -25068.3 903.079,189 191 214,stand,22.9559 -139.944 0,,
|
||||
-9395.64 -25431.8 898.125,190 192,stand,11.2006 -139.285 0,,
|
||||
-9592.74 -25652.2 898.125,191 193,stand,34.942 -48.4719 0,,
|
||||
-9478.75 -25780.2 898.125,192 194,stand,26.3177 81.6556 0,,
|
||||
-9128.33 -25413.4 898.125,193 195,stand,24.1919 -46.791 0,,
|
||||
-9013.56 -25556.7 898.125,194 196 210 211,stand,28.7787 -97.1853 0,,
|
||||
-9310.06 -25725.1 898.125,195 197 206,stand,28.894 -131.232 0,,
|
||||
-9499.14 -25906.6 1032.13,196 198,stand,33.2611 77.1348 0,,
|
||||
-9555.12 -25812.8 1032.13,197 199,stand,26.2079 36.2656 0,,
|
||||
-9124.09 -25413.2 1036.13,198 200 204,stand,23.0713 65.6101 0,,
|
||||
-9292.2 -25249 1036.13,199 205,stand,27.7734 142.987 0,,
|
||||
-9656.75 -25610.9 1036.13,202 205,stand,26.543 39.5505 0,,
|
||||
-9670.49 -25701.1 1036.13,201 203,stand,40.3143 -92.1426 0,,
|
||||
-9590.31 -25710.6 1036.13,202 204,stand,27.8833 48.7351 0,,
|
||||
-9307.26 -25400.3 1036.13,203 205 199,stand,24.6368 177.627 0,,
|
||||
-9432.65 -25402.3 1036.13,204 200 201,stand,26.3177 55.7169 0,,
|
||||
-9245.65 -25794.3 898.125,196 207 211,stand,24.0765 -139.433 0,,
|
||||
-9345.33 -25947.3 898.125,206 208 211,stand,20.2698 -60.5953 0,,
|
||||
-8838.55 -26071.2 898.125,207 209,stand,34.2664 -31.2618 0,,
|
||||
-8646.51 -26255.8 896.125,208 210 211 93 212,stand,14.447 -42.347 0,,
|
||||
-8674.2 -25912.4 898.125,195 209 211,stand,21.3904 127.057 0,,
|
||||
-9018.12 -26281.8 898.125,210 209 207 206 195,stand,21.1652 -40.6277 0,,
|
||||
-8193.54 -25919.7 896.125,209 213 215 226,stand,13.0902 128.298 0,,
|
||||
-8782.85 -25389.1 946.869,212 214,stand,22.4945 -86.4517 0,,
|
||||
-8973.65 -25210 954.04,190 213,stand,40.9735 131.182 0,,
|
||||
-7675.57 -25500.3 896.125,212 216 223 226,stand,12.42 59.661 0,,
|
||||
-7690.92 -25225.1 896.125,215 217,stand,30.5585 108.825 0,,
|
||||
-7711.4 -24794.3 997.428,216 218 219,stand,22.9449 105.348 0,,
|
||||
-7973.46 -24537.8 995.934,217 184 188 219,stand,14.0955 -27.2079 0,,
|
||||
-7410.82 -24584.4 988.375,218 217 220 222 243,stand,28.9929 -124.349 0,,
|
||||
-7356.02 -24403.7 998.284,219 183 221,stand,23.6151 75.4374 0,,
|
||||
-6939.85 -24090.5 1045.74,220 180 182 243,stand,20.1434 -172.348 0,,
|
||||
-7306.37 -25221.1 946.39,219 223 243,stand,17.9077 135.165 0,,
|
||||
-7434.45 -25537.4 896.125,222 215 224,stand,22.7197 172.793 0,,
|
||||
-7220.84 -25802 896.125,223 225 135 239,stand,21.9342 103.03 0,,
|
||||
-7429.59 -25931.6 896.125,224 226,stand,17.5671 179.775 0,,
|
||||
-7807.58 -25969.1 896.125,225 215 212 227,stand,10.7391 0.851204 0,,
|
||||
-7718.74 -26491.3 896.125,226 228,stand,16.0016 32.8104 0,,
|
||||
-7672.32 -26989.3 896.125,227 229 90 230 89,stand,20.1434 -83.9852 0,,
|
||||
-7685.05 -27713.3 896.125,228 97,stand,11.1841 -103.574 0,,
|
||||
-7227.01 -26843.3 896.125,228 231 237,stand,26.6418 22.1482 0,,
|
||||
-6799.68 -26832 896.125,230 232 135,stand,25.4059 10.0523 0,,
|
||||
-6421.35 -27030.2 896.125,231 233,stand,17.6825 113.977 0,,
|
||||
-6024.33 -26872.3 899.935,232 133 134,stand,22.9449 78.1455 0,,
|
||||
-6228.02 -28736.5 897.963,99 235,stand,30.3333 81.3041 0,,
|
||||
-5835.17 -28754.3 896.125,234 236 42,stand,24.2908 -4.58703 0,,
|
||||
-5482.09 -28762.6 896.125,235 102,stand,21.0388 4.59754 0,,
|
||||
-7206.49 -26573.5 896.125,230 135,stand,14.0955 -158.522 0,,
|
||||
-6311.93 -25980.4 1019.39,136 239 244,stand,21.0388 112.077 0,,
|
||||
-6265.06 -25652.7 1120.31,238 240 243 224 244,stand,23.3954 92.3673 0,,
|
||||
-6254.88 -25117.3 1126.34,239 241,stand,31.1188 84.1935 0,,
|
||||
-6351.48 -24473.6 1127.16,240 179 243,stand,23.1702 103.013 0,,
|
||||
-6453.63 -23599.6 1147.87,179,stand,18.2428 140.85 0,,
|
||||
-6873.59 -24756.7 985.602,241 219 222 239 221,stand,20.3687 -174.452 0,,
|
||||
-5994.55 -25861.2 1007.14,238 239 245,stand,18.2428 71.2791 0,,
|
||||
-5573.39 -25928.1 997.723,244 131 246,stand,29.328 -0.500114 0,,
|
||||
-6016.57 -25449.4 1000.94,245 247 252,stand,7.04224 48.3341 0,,
|
||||
-5789.13 -25432.2 1105.03,246 248,stand,14.7711 -6.42724 0,,
|
||||
-5725.33 -25424.9 1130.12,247 249 251 250,stand,32.7997 59.4193 0,,
|
||||
-5503.61 -25299.4 1130.12,248 250 251,stand,20.484 42.1708 0,,
|
||||
-5475.13 -25570.9 1130.12,249 251 248,stand,12.7551 3.52088 0,,
|
||||
-5702.86 -25583.5 1130.12,250 248 249,stand,22.9449 -149.085 0,,
|
||||
-5956.27 -25077 986.995,246 253 177 178,stand,16.3367 -2.3568 0,,
|
||||
-5295.95 -25126.7 984.243,252 145 127 254,stand,19.248 -47.8237 0,,
|
||||
-5032.34 -24420.4 969.81,253 172 255 260 261,stand,13.4253 14.5566 0,,
|
||||
-4851.05 -24413.4 981.125,254 256 258,stand,25.5212 -1.87341 0,,
|
||||
-4813.91 -24321 981.125,255 257,stand,28.2074 -40.3036 0,,
|
||||
-4603.23 -24315.8 981.125,256 258,stand,23.3954 -0.203484 0,,
|
||||
-4499.96 -24418.4 981.125,257 154 255,stand,25.5212 3.71314 0,,
|
||||
-5378.88 -24866.2 988.125,260,stand,30.7837 1.94984 0,,
|
||||
-5238.44 -24863.2 981.636,259 145 254 261,stand,31.2341 -169.717 0,,
|
||||
-5310.89 -24537 988.443,260 254 172 177,stand,26.7517 11.1289 0,,
|
||||
|
178
scriptdata/waypoints/co_hunted_wp.csv
Normal file
@@ -0,0 +1,178 @@
|
||||
177
|
||||
2043 3223 48.125,1,stand,,,
|
||||
1831.54 3198.69 48.125,0 2 141,stand,,,
|
||||
1771.53 3109.12 48.125,1 3 4,stand,,,
|
||||
1614.05 3055.79 48.125,2 4 5 48 15,stand,,,
|
||||
1802.37 2907.46 48.125,3 15 52 2 48,stand,,,
|
||||
1294.6 2914.98 48.125,3 6 133 47,stand,,,
|
||||
1010.56 2856.75 48.125,5 47 131 132,stand,,,
|
||||
1152.23 2441.07 48.1784,8 8 131,stand,,,
|
||||
1113.75 2379.53 48.4586,7 7 9,stand,,,
|
||||
1283.64 2192.96 49.2232,8 10 11,stand,,,
|
||||
1155.48 1964.01 48.4915,9 11 16 43 170,stand,,,
|
||||
1396.81 2078.67 48.125,9 12 10,stand,,,
|
||||
1568.91 2137.36 48.125,11 13,stand,,,
|
||||
1811.1 2217.06 48.125,12 14 148,stand,,,
|
||||
1782.95 2464.88 48.125,13 15 142,stand,,,
|
||||
1746.15 2627.32 48.1104,14 4 48 49 52 3,stand,,,
|
||||
988.8 1759.26 39.3681,10 17 43 168,stand,,,
|
||||
898.079 1482.12 48.0862,16 18 38,stand,,,
|
||||
875.185 1205.34 48.0212,17 19 82,stand,,,
|
||||
874.6 969.342 48.125,18 20 28 36 82,stand,,,
|
||||
1099.8 876.364 48.125,19 21 26 27,stand,,,
|
||||
1418.52 982.567 48.125,20 22 26 23 164,stand,,,
|
||||
1591.97 1018.84 48.125,21 23 80 26,stand,,,
|
||||
1591.72 729.26 48.125,22 24 26 21,stand,,,
|
||||
1565.03 553.248 48.125,23 25 79,stand,,,
|
||||
1339.89 548.266 49.4065,24 26 78 93,stand,,,
|
||||
1350.5 803.367 48.125,21 25 23 20 22 92,stand,,,
|
||||
1013.83 729.909 48.125,20 28 36 92,stand,,,
|
||||
890.876 723.648 48.8701,27 33 34 19,stand,,,
|
||||
591.601 364.798 60.875,30 125,stand,,,
|
||||
602.413 491.391 60.4593,29 31 32,stand,,,
|
||||
723.719 494.235 59.7507,30 32,stand,,,
|
||||
705.415 640.985 51.0084,31 33 30,stand,,,
|
||||
820.615 690.08 48.804,32 28 36,stand,,,
|
||||
906.734 636.255 49.8304,28,stand,,,
|
||||
570.52 879.728 49.125,36 126 127,stand,,,
|
||||
730.906 864.001 49.125,35 19 33 27,stand,,,
|
||||
586.109 1521.44 53.6003,38 39 128,stand,,,
|
||||
797.224 1536.13 48.67,37 17,stand,,,
|
||||
390.375 1611.66 58.9374,37 40,stand,,,
|
||||
321.187 1847.62 50.6148,39 41,stand,,,
|
||||
394.033 2072.21 56.2713,40 42 44,stand,,,
|
||||
632.933 2021.41 50.9029,41 43,stand,,,
|
||||
854.963 2005.5 53.47,42 10 16 129,stand,,,
|
||||
471.238 2366.12 59.7767,41 45,stand,,,
|
||||
532.644 2551.39 63.9027,44 46 130,stand,,,
|
||||
834.357 2567.29 54.4027,45 47 129,stand,,,
|
||||
989.059 2683.33 48.125,46 6 131 5,stand,,,
|
||||
1623.82 2835.06 48.125,3 15 4,stand,,,
|
||||
2056.03 2972.15 48.125,15 50,stand,,,
|
||||
2112.76 2853.73 48.125,49 51 52 153,stand,,,
|
||||
2284.9 2602.65 48.0569,50 53 59 151 153,stand,,,
|
||||
1954.6 2722.9 48.125,15 50 4,stand,,,
|
||||
2149.56 2278.61 48.0859,51 54 145 150 151,stand,,,
|
||||
2355.04 1878.48 47.5598,53 55 56,stand,,,
|
||||
2557.16 1988.49 50.9365,54 57 56 58,stand,,,
|
||||
2460.31 1613.44 52.476,54 57 55 163,stand,,,
|
||||
2744.78 1723.83 50.9572,55 56 162,stand,,,
|
||||
2435.8 2271.85 48.125,55 151 159,stand,,,
|
||||
2470.18 2623.46 47.3385,51 60 66,stand,,,
|
||||
2486.87 2753.57 48.0464,59 71 71 152,stand,,,
|
||||
2928.79 2260.74 48.125,64 65 159,stand,,,
|
||||
3014.42 2090.28 54.4085,63 157 158,stand,,,
|
||||
2997.03 2145.99 52.2499,62 64,stand,,,
|
||||
2972.71 2205.98 49.4658,63 61,stand,,,
|
||||
2832.97 2503.88 48.0374,61 67,stand,,,
|
||||
2747.8 2689.17 48.125,67 59 73,stand,,,
|
||||
2779.92 2589.36 48.125,65 66,stand,,,
|
||||
2381.92 3499.16 52.125,69,stand,,,
|
||||
2442.63 3356.5 52.125,68 70,stand,,,
|
||||
2474.98 3242.92 52.125,69 71,stand,,,
|
||||
2553.66 3031.6 48.125,70 60 72 74 60 152,stand,,,
|
||||
2721.51 2974.06 48.1127,71 73,stand,,,
|
||||
2913.97 2904.22 48.125,72 74 76 77 66 156,stand,,,
|
||||
2939.03 3162.09 48.125,73 71 77 154,stand,,,
|
||||
3325.14 2975.96 50.1482,76 155,stand,,,
|
||||
3140.22 2928.42 48.125,75 73 77,stand,,,
|
||||
3032.11 2982.09 48.125,76 74 73,stand,,,
|
||||
1301.13 432.602 54.6113,25,crouch,5.18005 58.0861 0,,
|
||||
1642.13 599.138 48.125,24,crouch,6.55884 151.327 0,,
|
||||
1616.88 1068.86 48.125,22,crouch,5.87219 -141.162 0,,
|
||||
1183.1 1095.78 48.125,82 164,stand,25.7245 169.982 0,,
|
||||
1055.42 1105.61 48.125,81 18 19 83,stand,26.7627 168.427 0,,
|
||||
1041.71 1237.6 57.125,82 84,stand,44.8956 80.2016 0,,
|
||||
1097.49 1352.93 58.125,83 85 91,stand,17.6111 -10.2763 0,,
|
||||
1291.36 1393.73 56.125,84 86 90 166 172,stand,24.3457 -14.0721 0,,
|
||||
1495.63 1254.78 56.125,85 87 88 89 166,stand,11.7389 140.637 0,,
|
||||
1626.25 1396.31 81.225,86,crouch,10.014 -147.364 0,,
|
||||
1578.98 1128.61 76.125,86,crouch,7.42676 134.941 0,,
|
||||
1482.93 1140.57 56.125,86,crouch,3.62549 -92.8001 0,,
|
||||
1244.9 1452.9 56.125,85,crouch,3.10913 96.4339 0,,
|
||||
1033.2 1475.59 56.125,84,crouch,6.73455 -50.8436 0,,
|
||||
1269.34 769.496 48.125,26 27 93,stand,35.7439 -82.9621 0,,
|
||||
1306.57 645.726 48.1786,92 25 94,stand,32.8051 84.1729 0,,
|
||||
1232.2 613.306 56.125,93 95,stand,21.0662 176.722 0,,
|
||||
1075.71 621.073 112.125,94 96,stand,36.7767 -88.1367 0,,
|
||||
1083.83 424.106 112.125,95 97 100,stand,27.4548 172.058 0,,
|
||||
982.741 420.085 112.125,96 98 106,stand,33.327 128.722 0,,
|
||||
987.97 515.063 112.125,97 99 111,stand,15.8862 92.116 0,,
|
||||
871.125 424.125 119.125,98,crouch,8.28911 32.3779 0,,
|
||||
1188.95 420.009 112.125,96 101 112,stand,22.9668 -71.2232 0,,
|
||||
1195.73 303.274 112.125,100 102 110,stand,44.0276 -105.237 0,,
|
||||
1181.58 229.643 113.125,101 103,stand,52.4926 -97.2938 0,,
|
||||
1174.41 95.9936 112.125,102 104 109,stand,29.8718 162.731 0,,
|
||||
994.787 104.563 112.125,103 105 108,stand,26.7626 110.93 0,,
|
||||
976.899 229.154 113.125,104 106,stand,23.9996 91.4184 0,,
|
||||
975.67 340.479 112.125,105 97 107,stand,25.9002 87.7929 0,,
|
||||
809.563 329.102 112.125,106 113,stand,42.8191 91.7645 0,,
|
||||
945.125 39.1313 112.125,104,crouch,8.97576 59.992 0,,
|
||||
1209.5 63.6995 112.125,103,crouch,6.21819 121.12 0,,
|
||||
1262.52 247.487 112.125,101,crouch,5.0042 133.029 0,,
|
||||
876.071 531.984 112.125,98,crouch,9.6679 -43.6091 0,,
|
||||
1259.22 484.584 112.125,100,crouch,4.66363 -163.772 0,,
|
||||
816.378 534.319 -7.875,107 114,stand,37.6391 72.2528 0,,
|
||||
951.472 530.797 -7.875,113 115 124,stand,14.848 -75.0355 0,,
|
||||
1171.17 387.431 -7.875,114 116 123,stand,12.431 -88.8453 0,,
|
||||
1162.67 244.137 -7.875,115 117 119,stand,27.279 101.768 0,,
|
||||
1163.59 66.1069 -7.875,116 118 121,stand,18.3032 -168.271 0,,
|
||||
1009.17 84.2364 -7.875,117 119 120,stand,20.5444 89.8529 0,,
|
||||
1035.14 238.347 -7.875,118 116 122,stand,31.2505 53.2519 0,,
|
||||
949.916 43.6078 -7.875,118,crouch,6.04241 43.4081 0,,
|
||||
1262.33 39.7411 -7.875,117,crouch,5.69634 131.293 0,,
|
||||
945.125 272.875 -7.875,119,crouch,6.21819 -4.07477 0,,
|
||||
1262.88 487.593 -7.875,115,crouch,5.0042 -169.133 0,,
|
||||
938.828 321.298 -7.875,114,crouch,-7.94316 120.071 0,,
|
||||
579.125 335.547 61.96,29,crouch,7.94304 68.4515 0,,
|
||||
444.996 813.111 49.125,35,crouch,3.97149 12.1685 0,,
|
||||
528.305 957.345 49.125,35,crouch,6.04241 -33.9356 0,,
|
||||
529.413 1430.79 57.3276,37,crouch,7.08062 58.9593 0,,
|
||||
958.662 2266.31 59.9619,43 46,stand,18.8195 94.8736 0,,
|
||||
407.491 2603.23 64.125,45,crouch,4.66363 -35.4792 0,,
|
||||
1080.75 2637.27 48.0458,47 7 6,stand,40.0561 -49.1242 0,,
|
||||
853.172 2925.02 48.0251,6,crouch,5.69634 -28.2337 0,,
|
||||
1394.91 2711.82 47.4564,5 134,stand,34.876 178.095 0,,
|
||||
1233.42 2661.8 118.125,133 135,stand,63.7151 -166.892 0,,
|
||||
1219.2 2726.65 118.125,134 136,stand,51.2786 101.421 0,,
|
||||
1396.52 2784.92 200.125,135 137 138,stand,52.3168 3.00592 0,,
|
||||
1489.57 2841.92 200.125,136,crouch,17.4407 10.603 0,,
|
||||
1476.54 2773.26 200.125,136 139,stand,28.8335 -43.6146 0,,
|
||||
1619.69 2381.51 200.125,138 140,stand,40.5779 -59.8469 0,,
|
||||
1624.04 2476.04 200.125,139,crouch,16.7486 30.631 0,,
|
||||
1826.85 3288.65 46.3117,1,crouch,6.04241 -117.849 0,,
|
||||
1890.18 2519.43 48.0139,14 143,stand,54.5635 24.0887 0,,
|
||||
1986.16 2548.99 48.0001,142 144 147,stand,22.7911 -70.3608 0,,
|
||||
2035.59 2411.14 48.0203,143 145 146,stand,24.6917 -68.6359 0,,
|
||||
2063.87 2342.6 48.0271,144 53 150,stand,34.7057 -62.934 0,,
|
||||
1985.63 2342.12 48.125,144,crouch,8.63518 67.5891 0,,
|
||||
2042.3 2624.27 48.125,143,crouch,8.80547 -113.01 0,,
|
||||
1930.14 2262.65 48.125,13 149,stand,22.445 -147.369 0,,
|
||||
1972.94 2279.27 48.125,148,climb,10.36 17.5244 0,,
|
||||
2021.86 2294.01 66.125,145 53,climb,17.7813 -163.256 0,,
|
||||
2366.95 2415.52 48.0149,53 51 58,stand,22.9614 23.9184 0,,
|
||||
2396.03 2925.77 48.125,71 153 60,stand,66.3025 -155.362 0,,
|
||||
2289.69 2842.54 48.125,152 50 51,stand,24.516 -138.783 0,,
|
||||
2982.53 3314.45 44.9166,74,crouch,6.90491 -114.597 0,,
|
||||
3331.15 3052.92 49.8067,75,crouch,6.38855 -139.975 0,,
|
||||
2950.37 2725.18 48.125,73,crouch,5.52612 115.737 0,,
|
||||
2901.37 2036.54 48.9315,62,crouch,7.08069 73.0882 0,,
|
||||
3036.15 2081.71 55.1824,62,crouch,10.014 127.652 0,,
|
||||
2732.94 2254.07 48.0258,58 61 160,stand,25.3839 -150.16 0,,
|
||||
2772.69 2091.46 48.125,159 161,stand,12.9474 -76.2654 0,,
|
||||
2738.01 2003.28 48.125,160,crouch,6.73462 89.8368 0,,
|
||||
2848.45 1677.01 57.6701,57,crouch,8.63525 151.47 0,,
|
||||
2404.81 1525.48 54.3341,56,crouch,8.28918 79.8118 0,,
|
||||
1301.11 1044.74 48.125,21 81 165,stand,35.5682 99.318 0,,
|
||||
1299.36 1104.24 56.125,164 167,climb,11.9147 83.6076 0,,
|
||||
1328.04 1268.42 56.125,167 85 86,stand,21.7584 -91.1299 0,,
|
||||
1305.25 1146.11 56.125,165 166,climb,10.8765 -94.5851 0,,
|
||||
1249.85 1557.53 58.3684,16 169 171 173,stand,18.1274 151.431 0,,
|
||||
1323.65 1721.47 52.1055,168 170,stand,43.5114 115.863 0,,
|
||||
1273.5 1849.7 52.3302,169 10,stand,33.1512 125.185 0,,
|
||||
1243.54 1506.63 56.125,168 172,climb,11.7389 -95.9973 0,,
|
||||
1240.92 1464.17 56.125,171 85,climb,9.15161 84.9475 0,,
|
||||
1418.15 1545.38 60.1048,168 174,stand,24.516 -1.5652 0,,
|
||||
1540.88 1558.42 62.043,173 175 176,stand,25.0378 13.4586 0,,
|
||||
1630.62 1467.86 53.1559,174,crouch,7.08069 146.064 0,,
|
||||
1591.16 1683.22 50.0567,174,crouch,4.14185 -135.203 0,,
|
||||
|
167
scriptdata/waypoints/contingency_wp.csv
Normal file
@@ -0,0 +1,167 @@
|
||||
166
|
||||
-14108.7 1405.66 640.125,1 7 9 85 163,stand,15.2325 177.946 0.0,,
|
||||
-13824.1 1490.28 640.125,0 2 5 7,stand,17.4683 159.725 0.0,,
|
||||
-13772.5 1812.95 640.125,1 3 5,stand,39.3091 35.4199 0.0,,
|
||||
-13692.5 1850.22 640.125,2 4,stand,35.387 42.4731 0.0,,
|
||||
-13602.9 1845.51 610.016,3 8 98 160,stand,38.5236 5.63049 0.0,,
|
||||
-13825.3 1812.02 640.125,1 2 6,stand,40.6494 87.7203 0.0,,
|
||||
-13827.1 2122.1 720.125,5,stand,41.5448 74.8389 0.0,,
|
||||
-13802.0 1359.18 640.125,0 1 8,stand,31.355 -10.3436 0.0,,
|
||||
-13557.0 1171.02 607.6,4 7 81 97 160 162 163,stand,14.5569 115.977 0.0,,
|
||||
-14788.1 1478.32 640.125,0 10 27 29 87 89,stand,25.1971 44.7528 0.0,,
|
||||
-14740.8 1652.1 640.125,9 11 27,stand,37.738 -33.75 0.0,,
|
||||
-14568.3 1650.31 728.125,10 12,stand,20.9399 2.0874 0.0,,
|
||||
-14456.7 1656.94 728.125,11 13,stand,39.0839 -0.939331 0.0,,
|
||||
-14449.4 1713.88 728.125,12 14,stand,37.2931 -179.187 0.0,,
|
||||
-14688.3 1724.49 832.125,13 15 18 26,stand,35.5023 173.535 0.0,,
|
||||
-14690.1 1968.84 832.125,14 16 19 20 21 26,stand,23.5162 8.24524 0.0,,
|
||||
-14861.6 1985.32 876.125,15 17 18 23,stand,20.3796 179.808 0.0,,
|
||||
-15083.7 1979.92 876.125,16 18 22 23 24 25,stand,31.4703 -104.601 0.0,,
|
||||
-14829.7 1806.38 876.125,14 16 17 24,stand,45.4669 -39.6497 0.0,,
|
||||
-14487.7 2213.82 833.351,15,stand,25.9827 96.6357 0.0,,
|
||||
-14639.8 2242.85 832.125,15 21 23,stand,40.7648 87.6764 0.0,,
|
||||
-14534.0 1775.13 832.125,15 20,stand,36.3977 -126.519 0.0,,
|
||||
-15321.9 2218.35 876.125,17 23 25,stand,31.355 176.402 0.0,,
|
||||
-14835.0 2163.78 876.125,16 17 20 22,stand,36.3977 0.0219727 0.0,,
|
||||
-15078.5 1718.49 882.469,17 18 25,stand,45.2417 -22.3352 0.0,,
|
||||
-15316.4 1784.35 876.125,17 22 24,stand,48.6035 -1.76331 0.0,,
|
||||
-14772.9 1711.13 832.125,14 15,stand,26.0925 68.1097 0.0,,
|
||||
-14959.3 1622.43 640.125,9 10 28,stand,21.275 -88.2202 0.0,,
|
||||
-15410.7 1608.11 687.36,27 29 30 31 89,stand,17.8033 -47.1204 0.0,,
|
||||
-15681.1 1093.58 646.619,9 28 30 35 45 89,stand,14.7821 130.408 0.0,,
|
||||
-15705.4 2140.44 681.507,28 29 31,stand,27.4384 -127.013 0.0,,
|
||||
-16009.3 1841.86 693.82,28 30 32 36,stand,24.527 -142.245 0.0,,
|
||||
-16251.3 1952.94 694.954,31 33,stand,22.511 -134.066 0.0,,
|
||||
-16511.1 1713.92 699.455,32 34,stand,30.1245 -78.5248 0.0,,
|
||||
-16547.8 1448.61 674.341,33 36 147,stand,26.7627 23.1647 0.0,,
|
||||
-16254.9 1177.5 707.38,29 36 37,stand,37.1777 -85.3528 0.0,,
|
||||
-16223.1 1440.51 675.311,31 34 35,stand,21.5002 168.069 0.0,,
|
||||
-16255.2 1163.27 815.927,35 38,stand,-54.6515 -133.396 0.0,,
|
||||
-16262.5 1155.95 940.125,37 39,stand,16.7981 -128.804 0.0,,
|
||||
-16352.4 1066.99 936.125,38 40 42 43 44,stand,33.8214 52.1686 0.0,,
|
||||
-16215.3 799.54 939.987,39 41 42,stand,24.8621 -29.1357 0.0,,
|
||||
-16274.2 718.678 962.353,40 42,stand,30.91 -41.4569 0.0,,
|
||||
-16427.9 817.739 939.171,39 40 41 43,stand,19.259 -74.5697 0.0,,
|
||||
-16583.8 948.464 936.125,39 42 44 51,stand,24.8621 -125.634 0.0,,
|
||||
-16440.3 1176.3 936.125,39 43,stand,23.5162 132.155 0.0,,
|
||||
-15748.8 733.994 659.317,29 46 78 165,stand,20.2698 -57.5134 0.0,,
|
||||
-16051.9 362.6 663.002,45 47 48 52 58 78,stand,18.479 -133.105 0.0,,
|
||||
-16333.3 228.431 665.993,46 48 49 63,stand,16.5729 118.081 0.0,,
|
||||
-16534.4 516.787 676.424,46 47 49 50 53 55,stand,20.2698 18.3032 0.0,,
|
||||
-16337.5 539.08 689.156,47 48 55,stand,24.4116 -107.347 0.0,,
|
||||
-16497.4 760.976 672.114,48 54 151,stand,27.6581 60.0732 0.0,,
|
||||
-16691.3 824.029 845.125,43 54,stand,12.876 43.1653 0.0,,
|
||||
-17038.4 405.993 742.875,46 53 56,stand,22.511 2.17529 0.0,,
|
||||
-16869.5 624.949 755.853,48 52 54,stand,34.4916 -12.9749 0.0,,
|
||||
-16794.9 714.015 744.702,50 51 53,stand,47.9279 19.3964 0.0,,
|
||||
-16530.8 215.484 687.956,48 49 56,stand,20.7202 60.271 0.0,,
|
||||
-17006.5 238.469 722.94,52 55,stand,21.6156 10.1788 0.0,,
|
||||
-15591.5 99.9405 672.125,58 60 64,stand,15.4523 165.388 0.0,,
|
||||
-15592.0 245.978 678.883,46 57 59,stand,21.6156 107.38 0.0,,
|
||||
-15402.8 273.165 688.165,58 78,stand,19.0393 63.5889 0.0,,
|
||||
-15499.8 7.90976 672.125,57 69,stand,24.8621 -88.1158 0.0,,
|
||||
-16141.4 -288.213 672.125,62 65 67 73 77,stand,23.8513 108.605 0.0,,
|
||||
-16189.1 88.08 672.125,61 63 64 77,stand,21.7255 -84.6826 0.0,,
|
||||
-16334.4 95.2347 672.125,47 62 65 71 74,stand,38.1885 7.44873 0.0,,
|
||||
-15872.1 142.064 672.125,57 62,stand,41.2097 -162.96 0.0,,
|
||||
-16274.2 -552.046 676.098,61 63 66 70 74,stand,24.1919 5.43274 0.0,,
|
||||
-15821.5 -542.029 680.676,65 67 68,stand,26.543 99.2725 0.0,,
|
||||
-15832.5 -290.98 672.125,61 66 69,stand,36.5076 54.0308 0.0,,
|
||||
-15530.0 -560.041 686.604,66 69,stand,24.1919 101.404 0.0,,
|
||||
-15537.5 -264.439 672.125,60 67 68,stand,32.0306 80.4639 0.0,,
|
||||
-16495.1 -681.845 682.168,65 73,stand,22.7307 45.0714 0.0,,
|
||||
-16729.7 137.452 689.547,63 72,stand,29.4543 -26.3452 0.0,,
|
||||
-16974.3 -167.733 685.91,71 73,stand,23.4064 57.2003 0.0,,
|
||||
-16887.3 -404.687 681.372,61 70 72 74,stand,20.1599 14.9799 0.0,,
|
||||
-16391.2 -152.788 677.623,63 65 73,stand,19.3744 -29.1412 0.0,,
|
||||
-15917.6 -113.189 734.125,76,stand,35.9473 -169.426 0.0,,
|
||||
-16065.9 -126.213 720.925,75 77,stand,49.4989 -174.688 0.0,,
|
||||
-16162.8 -134.877 672.125,61 62 76,stand,35.6122 100.091 0.0,,
|
||||
-15381.5 505.295 649.311,45 46 59 79 165,stand,12.8815 176.951 0.0,,
|
||||
-14822.9 511.401 633.648,78 80 83 88 164 165,stand,12.0959 60.5182 0.0,,
|
||||
-14207.9 545.008 630.517,79 81 84 164,stand,22.6208 168.585 0.0,,
|
||||
-13630.1 519.951 615.246,8 80 82 90 162,stand,12.3212 89.4122 0.0,,
|
||||
-13707.1 -28.8804 607.68,81,stand,17.8088 -0.258179 0.0,,
|
||||
-14848.1 166.328 682.574,79,stand,23.9667 149.919 0.0,,
|
||||
-14182.6 931.184 682.942,80 85 86,stand,17.3584 168.734 0.0,,
|
||||
-14189.1 1249.0 640.125,0 84,stand,19.5996 91.6864 0.0,,
|
||||
-14612.3 941.627 640.125,84 87 164,stand,15.2325 -40.567 0.0,,
|
||||
-14717.7 951.732 640.125,9 86 88,stand,15.5676 -174.727 0.0,,
|
||||
-14989.1 941.166 640.125,79 87 89,stand,17.3584 -135.868 0.0,,
|
||||
-15260.5 1115.25 640.125,9 28 29 88,stand,23.0713 21.3629 0.0,,
|
||||
-12670.4 673.062 595.649,81 91 97,stand,6.94336 -66.1816 0.0,,
|
||||
-12140.3 254.056 597.042,90 92 93,stand,7.3938 -53.866 0.0,,
|
||||
-12068.1 -279.073 586.941,91,stand,13.5516 -81.189 0.0,,
|
||||
-11917.5 473.186 585.69,91 94,stand,10.3052 58.1232 0.0,,
|
||||
-11943.3 1010.53 577.942,93 95 96,stand,12.9913 90.2637 0.0,,
|
||||
-11832.2 1609.55 576.125,94 102 103 107 109,stand,8.39905 48.9386 0.0,,
|
||||
-12353.9 1015.58 593.375,94 97 103 104,stand,4.48242 90.0385 0.0,,
|
||||
-12694.2 1102.24 590.858,8 90 96 98 105 158,stand,16.5729 8.96484 0.0,,
|
||||
-12955.6 2258.49 608.626,4 97 99 101 105 106,stand,15.1172 -108.622 0.0,,
|
||||
-12661.2 2843.32 605.404,98 100 106,stand,17.0233 0.527344 0.0,,
|
||||
-12111.0 2787.26 608.125,99 101 110 115 136,stand,15.6775 24.3842 0.0,,
|
||||
-12186.1 2296.33 605.785,98 100 102 110,stand,18.2538 52.1521 0.0,,
|
||||
-12207.0 1854.18 623.152,95 101 103 106,stand,16.7981 -76.3715 0.0,,
|
||||
-12276.7 1573.81 611.752,95 96 102 105,stand,11.3104 0.335083 0.0,,
|
||||
-12335.4 741.17 680.367,96,stand,24.8621 -113.972 0.0,,
|
||||
-12743.2 1617.43 585.955,97 98 103 106,stand,10.9753 52.1082 0.0,,
|
||||
-12758.0 1881.76 599.758,98 99 102 105,stand,19.3744 -80.1233 0.0,,
|
||||
-11240.9 1555.6 576.582,95 108,stand,35.0519 -31.5198 0.0,,
|
||||
-11198.6 1384.67 576.125,107,stand,32.2504 -68.4778 0.0,,
|
||||
-11670.7 2060.56 576.125,95 110 111 113,stand,20.2698 75.0531 0.0,,
|
||||
-12004.8 2435.4 603.799,100 101 109 115,stand,11.2006 -101.288 0.0,,
|
||||
-11672.5 2317.29 576.125,109 112,stand,16.7981 34.173 0.0,,
|
||||
-11513.0 2539.82 576.125,111 113 114 115,stand,15.1172 62.8418 0.0,,
|
||||
-11336.1 2523.05 576.125,109 112 116,stand,18.924 -132.204 0.0,,
|
||||
-11512.9 2845.84 608.125,112 117 135 136,stand,11.8707 -175.32 0.0,,
|
||||
-11720.9 2626.04 576.125,100 110 112,stand,21.3904 166.877 0.0,,
|
||||
-10947.5 2615.77 576.125,113 117 118,stand,14.8975 18.6438 0.0,,
|
||||
-10958.8 2857.06 608.125,114 116 133 134,stand,18.7042 6.88843 0.0,,
|
||||
-9437.67 2606.12 576.125,116 119 127 131,stand,19.1492 -20.9949 0.0,,
|
||||
-9434.78 2462.67 607.09,118 120,stand,34.1565 -142.608 0.0,,
|
||||
-9437.48 2229.01 693.743,119 121,stand,24.4116 -87.1765 0.0,,
|
||||
-9433.64 2132.55 734.125,120 122 124 126,stand,22.1759 -86.9513 0.0,,
|
||||
-8976.79 2024.97 726.125,121 123,stand,21.8353 0.175781 0.0,,
|
||||
-6431.41 2081.22 586.357,122,stand,27.323 5.5481 0.0,,
|
||||
-9559.81 2000.02 726.125,121 125,stand,26.7627 -158.148 0.0,,
|
||||
-9792.22 1947.08 719.514,124,stand,21.5002 179.566 0.0,,
|
||||
-9825.84 2210.55 715.354,121,stand,21.5002 179.341 0.0,,
|
||||
-8995.92 2599.1 576.125,118,stand,9.05823 1.60095 0.0,,
|
||||
-8808.1 2996.83 608.125,129 131,stand,15.0293 -178.981 0.0,,
|
||||
-8865.02 3668.35 608.125,128 130,stand,28.6908 -72.6227 0.0,,
|
||||
-9243.6 3260.6 608.125,129 131 132,stand,14.469 -176.295 0.0,,
|
||||
-9460.02 2985.6 608.125,118 128 130 133,stand,29.8114 37.2241 0.0,,
|
||||
-10005.9 3255.6 608.125,130 133,stand,20.7422 -176.674 0.0,,
|
||||
-10088.7 2951.19 608.125,117 131 132,stand,17.0453 -179.509 0.0,,
|
||||
-11168.2 3187.19 608.125,117 135,stand,15.1392 163.474 0.0,,
|
||||
-11546.1 3234.35 608.125,114 134 136,stand,22.7582 91.579 0.0,,
|
||||
-11948.6 3114.28 608.125,100 114 135 137,stand,22.8021 169.901 0.0,,
|
||||
-12181.3 3124.06 718.125,136 138,stand,33.7775 22.9749 0.0,,
|
||||
-12177.9 3190.93 718.125,137 139,stand,37.8094 4.49585 0.0,,
|
||||
-11934.0 3194.1 862.125,138 140,stand,42.8467 9.42322 0.0,,
|
||||
-11921.8 3274.86 868.446,139 141 143 145 146,stand,40.3857 157.81 0.0,,
|
||||
-12056.3 3434.53 871.046,140 142 143 144 146,stand,36.0187 102.488 0.0,,
|
||||
-12223.2 3638.29 863.125,141 143,stand,37.359 125.329 0.0,,
|
||||
-12170.5 3395.22 868.067,140 141 142 144,stand,18.2098 -115.739 0.0,,
|
||||
-11915.6 3619.12 863.125,141 143,stand,23.6975 -135.975 0.0,,
|
||||
-12225.5 3260.2 869.68,140,stand,37.1393 -135.794 0.0,,
|
||||
-11922.9 3382.82 868.535,140 141,stand,31.4264 133.646 0.0,,
|
||||
-16634.6 1331.22 672.125,34 148 152,stand,28.0646 20.5304 0.0,,
|
||||
-16620.4 1214.06 672.125,147 149 150,stand,30.1959 120.836 0.0,,
|
||||
-16781.3 1229.75 672.125,148 150,stand,30.7562 94.4409 0.0,,
|
||||
-16613.5 1087.31 672.125,148 149 151,stand,26.1639 -49.458 0.0,,
|
||||
-16302.3 899.23 672.125,50 150,stand,25.8289 -144.534 0.0,,
|
||||
-16418.3 1143.71 672.125,147,stand,31.4264 -178.839 0.0,,
|
||||
-16973.2 1682.68 721.705,154,stand,16.6443 -19.9762 0.0,,
|
||||
-16141.7 2581.99 707.808,153 155,stand,23.8129 20.4535 0.0,,
|
||||
-15677.8 2331.32 691.025,154 156,stand,29.7455 -64.2126 0.0,,
|
||||
-14758.5 2624.31 645.812,155 157,stand,24.3732 6.34155 0.0,,
|
||||
-13126.6 2830.33 607.608,156,stand,21.7969 -5.7489 0.0,,
|
||||
-13034.0 1123.35 598.435,97 159 161,stand,26.2738 0.529785 0.0,,
|
||||
-13012.7 1574.88 698.55,158 160,stand,52.4817 -142.144 0.0,,
|
||||
-13548.8 1535.59 613.846,4 8 159,stand,26.2738 2.87537 0.0,,
|
||||
-13011.1 783.126 691.201,158 162,stand,28.1799 102.054 0.0,,
|
||||
-13541.2 812.795 625.913,8 81 161,stand,33.5522 -15.8344 0.0,,
|
||||
-13940.4 1035.82 640.125,0 8,stand,25.6036 31.9891 0.0,,
|
||||
-14625.7 496.708 637.054,79 80 86,stand,22.132 82.746 0.0,,
|
||||
-15221.6 796.493 689.182,45 78 79,stand,32.6569 -14.5764 0.0,,
|
||||
|
34
scriptdata/waypoints/cube_wp.csv
Normal file
@@ -0,0 +1,34 @@
|
||||
33
|
||||
-91.7391 1296.84 4.125,3 1,undefined,,,
|
||||
-513.47 1297.05 4.125,0 2,undefined,,,
|
||||
-513.532 892.596 4.125,1 4 3,undefined,,,
|
||||
-95.627 888.155 4.125,0 22 2,undefined,,,
|
||||
-515.998 507.737 4.125,2 5,undefined,,,
|
||||
-513.599 95.4036 4.125,4 6,undefined,,,
|
||||
-517.385 -314.375 4.125,5 7,undefined,,,
|
||||
-517.357 -733.17 4.125,6 8,undefined,,,
|
||||
-517.011 -1147.4 4.125,7 9,undefined,,,
|
||||
-120.81 -1178.33 4.125,8 10 14,undefined,,,
|
||||
-84.3189 -752.401 4.125,9 11,undefined,,,
|
||||
299.118 -751.464 4.125,10 12,undefined,,,
|
||||
705.61 -762.512 4.125,11 13 16 17,undefined,,,
|
||||
732.46 -1171.01 4.125,14 12 15,undefined,,,
|
||||
314.28 -1171.1 4.125,13 9,undefined,,,
|
||||
1122.23 -1173.9 4.125,13 16,undefined,,,
|
||||
1134.21 -779.143 4.125,15 12 32,undefined,,,
|
||||
711.291 -372.404 4.125,12 18 23,undefined,,,
|
||||
307.242 -334.239 4.125,17 19,undefined,,,
|
||||
307.287 62.6363 4.125,18 20 21 24,undefined,,,
|
||||
-102.402 70.1358 4.125,19,undefined,,,
|
||||
312.679 465.682 4.125,19 22 25,undefined,,,
|
||||
-106.068 473.136 4.125,21 3,undefined,,,
|
||||
912.448 -340.926 4.125,17,undefined,,,
|
||||
487.993 73.6146 4.125,19,undefined,,,
|
||||
293.392 879.101 4.125,21 26,undefined,,,
|
||||
712.057 888.205 4.125,25 27,undefined,,,
|
||||
723.093 473.955 4.125,26 28,undefined,,,
|
||||
1128.75 470.504 4.125,27 29,undefined,,,
|
||||
1537.53 471.798 4.125,28 30,undefined,,,
|
||||
1542.56 85.6186 4.125,29 31,undefined,,,
|
||||
1542.67 -336.824 4.125,30 32,undefined,,,
|
||||
1542.76 -749.58 4.125,31 16,undefined,,,
|
||||
|
469
scriptdata/waypoints/dcburning_wp.csv
Normal file
@@ -0,0 +1,469 @@
|
||||
468
|
||||
-21102.9 2869.76 -346.205,1 6 169,stand,32.5854 73.6586 0,,
|
||||
-20934.6 2935.67 -347.083,0 2,stand,27.7734 -139.751 0,,
|
||||
-20506.7 2936.34 -359.199,1 3,stand,20.1599 -1.89438 0,,
|
||||
-20320.8 2931.86 -326.828,2 4 5 190 191 162,stand,20.0446 136.967 0,,
|
||||
-20404.8 3096.04 -336.394,3 164 168 191 192,stand,21.7255 -109.143 0,,
|
||||
-20460.1 2794.9 -326.52,3 182 190,stand,30.0146 89.9349 0,,
|
||||
-21174.9 3028.27 -329.799,0 7 166 167,stand,20.495 76.7183 0,,
|
||||
-21340.6 3197.48 -325.827,6 8 166 215,stand,24.527 120.955 0,,
|
||||
-21395.1 3389.73 -352.951,7 9 16,stand,18.3636 171.569 0,,
|
||||
-21191 3408.57 -354.725,8 10,stand,15.3424 9.11392 0,,
|
||||
-21061.7 3462.36 -350.203,9 11 64,stand,27.7734 5.86746 0,,
|
||||
-20865.9 3475.03 -359.76,10 12 64,stand,25.8673 3.74161 0,,
|
||||
-20728.4 3532.21 -351.579,11 13,stand,19.8193 31.2898 0,,
|
||||
-20536.2 3573.85 -365.424,12 14,stand,22.9559 6.09268 0,,
|
||||
-20317 3581.45 -380.375,13 15,stand,19.4843 168.806 0,,
|
||||
-20130.7 3569.92 -367.756,14 52 49 163 164 192,stand,18.3636 126.475 0,,
|
||||
-21576.2 3458.69 -343.901,8 17,stand,40.7648 156.633 0,,
|
||||
-21689.7 3467.29 -356.499,16 18 25,stand,25.1971 82.0522 0,,
|
||||
-21939.9 3451.79 -324.59,17 19 23,stand,24.8621 1.30814 0,,
|
||||
-22195.9 3580.47 -354.265,18 20,stand,22.6208 146.218 0,,
|
||||
-22303.1 3711.76 -352.935,19 21,stand,23.8513 75.6691 0,,
|
||||
-22343.9 3928.92 -304.5,20 22 208,stand,16.0126 90.5611 0,,
|
||||
-22325.8 4066.17 -277.847,21 57 202 204 205,stand,16.463 85.7491 0,,
|
||||
-21997.3 3376.58 -341.888,18 24 213 214 215,stand,22.9559 37.6619 0,,
|
||||
-22247.3 3335.79 -269.309,23 212 211 210 209 213 214,stand,18.7042 -55.1726 0,,
|
||||
-21588.6 3679.65 -328.416,17 26 197 199 58,stand,15.7928 -117.514 0,,
|
||||
-21465.6 3814.83 -336.099,25 27 197 58,stand,11.3104 -137.784 0,,
|
||||
-21329.8 3926.73 -304.348,26 58 59 203,stand,13.6615 52.032 0,,
|
||||
-22695.3 4489.24 -284.7,29 54 57 204 207,stand,41.6602 11.9759 0,,
|
||||
-22523 4526.56 -323.876,28 30,stand,30.6848 13.4315 0,,
|
||||
-22303 4562.43 -320.533,29 31 34,stand,18.8141 84.0956 0,,
|
||||
-22293 4785.16 -315.215,30 32 33,stand,25.0873 82.195 0,,
|
||||
-22425.7 4840.76 -316.891,31 55 54,stand,16.908 122.735 0,,
|
||||
-22177.5 4881.76 -327.867,31 56 225 223,stand,27.4384 45.3468 0,,
|
||||
-22179.5 4544.9 -317.651,30 35 204,stand,16.5729 -26.3994 0,,
|
||||
-22037.8 4390.4 -346.829,34 36,stand,16.5729 -47.7898 0,,
|
||||
-21775.2 4258.79 -368.965,35 37,stand,16.1279 -21.9225 0,,
|
||||
-21441.2 4173.04 -348.664,36 38,stand,9.40979 -12.628 0,,
|
||||
-21348.2 4162.92 -348.416,37 39 203,stand,17.6935 -98.2994 0,,
|
||||
-21186.4 4110.79 -358.688,38 40,stand,21.3904 -28.8658 0,,
|
||||
-21028.6 4091.66 -365.212,39 41,stand,19.8193 80.8821 0,,
|
||||
-20872.1 4131.93 -372.737,40 42 48,stand,23.6316 25.8955 0,,
|
||||
-20849.3 4316.94 -401.6,41 43,stand,22.511 50.6422 0,,
|
||||
-20722.4 4475.05 -417.99,42 44,stand,39.6442 40.4524 0,,
|
||||
-20619.7 4603.02 -425.043,43 45,stand,26.4276 56.6902 0,,
|
||||
-20616.4 4811.06 -395.082,44 46 47 229 230,stand,9.62952 86.8147 0,,
|
||||
-20751.5 5103.88 -351.603,45 47 218,stand,3.80676 87.7101 0,,
|
||||
-20341.5 5085.04 -360.371,46 45 230 231,stand,13.1012 162.857 0,,
|
||||
-20561.3 4009.47 -371.437,41 49,stand,13.6615 151.359 0,,
|
||||
-20241.9 4033.14 -375.338,48 50 15,stand,17.3584 -0.603485 0,,
|
||||
-19988.5 4013.44 -387.219,49 51 53,stand,20.0446 18.2436 0,,
|
||||
-19893.1 4039.5 -379.943,50 53,stand,20.2698 -142.421 0,,
|
||||
-19893.1 3722.8 -377.585,15 53 163,stand,19.5996 135.193 0,,
|
||||
-19899.6 3870.14 -379.374,52 51 50,stand,41.8854 -119.734 0,,
|
||||
-22708.9 4786.34 -289.663,28 55 32,stand,17.2485 -63.6101 0,,
|
||||
-22551.6 5083.78 -296.86,54 56 32 237,stand,24.527 17.914 0,,
|
||||
-22104.9 5103.04 -314.657,55 33 216,stand,3.58154 81.9698 0,,
|
||||
-22493.7 4277.69 -255.53,28 22 204 202 205 207,stand,23.0713 -20.8073 0,,
|
||||
-21653.3 3963.75 -272.144,27 199 25 26 201,stand,24.0765 6.73538 0,,
|
||||
-20977.8 3862.21 -304.305,27 60 63 64 203,stand,21.5002 175.914 0,,
|
||||
-20802.3 3930.26 -309.461,59 61,stand,25.9827 -21.3676 0,,
|
||||
-20395.9 3837.62 -324.553,60 62 63,stand,25.5322 -9.49692 0,,
|
||||
-20153.5 3849.24 -371.406,61,stand,10.3052 -174.682 0,,
|
||||
-20811.7 3746.99 -292.666,61 59 64,stand,22.7362 65.4958 0,,
|
||||
-21000 3654.53 -321.273,63 59 10 11 196,stand,23.8513 -128.056 0,,
|
||||
-22546 -1399.07 -682.005,66 70 72,stand,60.6995 48.8017 0,,
|
||||
-22544 -1737.09 -687.332,65 67 68 69,stand,27.8888 30.2128 0,,
|
||||
-22672.2 -1736.85 -667.875,66,stand,36.6229 22.1434 0,,
|
||||
-22551.7 -1890.45 -671.875,66,stand,26.4331 82.0573 0,,
|
||||
-22397.1 -1738.15 -663.875,66,stand,37.403 19.6824 0,,
|
||||
-22708.3 -1200.39 -671.375,65 71,stand,27.6636 -18.951 0,,
|
||||
-22548.6 -1054.39 -678.875,70 72,stand,26.7682 -100.036 0,,
|
||||
-22389.2 -1212.83 -669.875,71 65 73,stand,26.8781 50.0267 0,,
|
||||
-22017.1 -1207.07 -671.875,72 74 78 79,stand,15.0073 11.9536 0,,
|
||||
-21933.4 -1050.35 -679.159,73 75,stand,23.0713 73.6528 0,,
|
||||
-21885.4 -958.07 -671.375,74 76 78,stand,39.4189 -33.5958 0,,
|
||||
-21899.8 -832.258 -671.875,75 77,stand,28.3337 61.1448 0,,
|
||||
-21865 -683.427 -671.875,76,stand,31.1353 30.905 0,,
|
||||
-21764.5 -1031.61 -671.091,75 73 81 87,stand,33.5962 -110.978 0,,
|
||||
-21893.8 -1244.38 -671.875,73 80 81,stand,33.2611 -80.9688 0,,
|
||||
-21860.1 -1523.87 -671.875,79,stand,26.3177 -59.7982 0,,
|
||||
-21709.1 -1182.86 -671.375,82 78 79 83,stand,30.8002 167.201 0,,
|
||||
-21595.1 -1241.4 -671.875,81 83 84 107,stand,33.7115 168.432 0,,
|
||||
-21502.8 -1086.65 -671.375,81 82 87 92 93 107,stand,21.5057 -140.504 0,,
|
||||
-21598.4 -1338.21 -671.875,82 85 86,stand,36.5076 11.9371 0,,
|
||||
-21344.9 -1346.72 -671.875,84,stand,30.0146 -172.611 0,,
|
||||
-21531 -1537.64 -671.875,84,stand,21.8408 -47.1913 0,,
|
||||
-21604.3 -959.151 -671.875,83 78 88,stand,34.0466 135.346 0,,
|
||||
-21579.3 -823.469 -671.875,87 89 90 91,stand,23.1812 177.787 0,,
|
||||
-21776.8 -835.874 -671.875,88,stand,20.05 1.51654 0,,
|
||||
-21561.6 -632.512 -671.875,88,stand,21.5057 -91.8837 0,,
|
||||
-21474.5 -735.124 -671.875,88,stand,26.2079 -122.904 0,,
|
||||
-21193.6 -1171.6 -671.875,83 93 94 96 107,stand,15.2325 154.935 0,,
|
||||
-21301.2 -977.624 -671.875,92 83 97 96,stand,22.2858 -148.628 0,,
|
||||
-21133.6 -1238.58 -671.875,92 95 96,stand,25.1971 -6.73968 0,,
|
||||
-21101.4 -1434.01 -671.875,94,stand,15.9027 52.0536 0,,
|
||||
-20960.3 -1176.67 -671.875,94 97 99 92 93,stand,17.4738 79.8216 0,,
|
||||
-20970 -965.033 -659.875,96 98 93,stand,45.4669 70.9831 0,,
|
||||
-20909.5 -748.783 -671.875,97,stand,32.926 72.3234 0,,
|
||||
-20793.6 -1208.16 -670.348,96 100,stand,17.8088 2.92829 0,,
|
||||
-20541.4 -1150.84 -671.375,99 101 103,stand,21.9507 60.7109 0,,
|
||||
-20374.2 -1179.81 -671.875,100 102,stand,31.6956 -108.836 0,,
|
||||
-20391.8 -1312.9 -663.875,101,stand,32.8162 62.6939 0,,
|
||||
-20536.5 -798.626 -671.875,100 104,stand,8.39905 89.4566 0,,
|
||||
-20537.6 -562.185 -567.875,103 105,stand,18.3691 92.7031 0,,
|
||||
-20543.1 -355.612 -510.057,104 106,stand,9.40979 91.8077 0,,
|
||||
-20544.7 -160.429 -522.455,105 108 109,stand,19.3744 89.2369 0,,
|
||||
-21420.6 -1208.9 -673.033,92 82 83,stand,37.7435 -21.8239 0,,
|
||||
-20397.9 -180.36 -510.03,106,stand,15.0073 128.837 0,,
|
||||
-20559.1 115.703 -515.858,110 106,stand,13.8867 91.8791 0,,
|
||||
-20559.4 354.854 -464.603,111 109,stand,20.7202 89.3028 0,,
|
||||
-20565 698.358 -476.443,110 112,stand,12.2113 119.092 0,,
|
||||
-20671.4 776.29 -436.244,111 113,stand,5.48767 -155.687 0,,
|
||||
-20950.2 762.377 -356.138,112 114,stand,7.9541 -167.327 0,,
|
||||
-21294.6 593.099 -261.26,113 115,stand,34.6069 44.6324 0,,
|
||||
-21537.3 462.732 -269.304,114 116,stand,21.8408 -169.788 0,,
|
||||
-21764 424.053 -283.913,115 117 119,stand,22.511 -97.4428 0,,
|
||||
-21784.5 229.257 -269.081,116 118,stand,39.6442 24.5109 0,,
|
||||
-21692.6 259.626 -254.739,117,stand,31.9208 89.3522 0,,
|
||||
-21878.2 652.074 -278.706,116 120,stand,27.3285 52.9545 0,,
|
||||
-21963.9 755.175 -276.595,119 121 131,stand,36.8481 19.3638 0,,
|
||||
-21867.7 947.092 -280.592,120 122 130,stand,33.8214 -176.577 0,,
|
||||
-21945.5 1175.76 -274.265,121 123 129,stand,22.1759 135.418 0,,
|
||||
-22117.5 1433.28 -289.512,122 124,stand,17.699 -53.058 0,,
|
||||
-22277.8 1520.71 -282.17,123 144,stand,20.3851 123.207 0,,
|
||||
-22471.8 1857.16 -273.324,126 142 144,stand,19.9347 119.175 0,,
|
||||
-22596.8 2087.44 -248.435,125 127 136 137,stand,19.7095 115.253 0,,
|
||||
-22613.4 1813.52 -254.633,126 128 134,stand,24.4171 -95.0203 0,,
|
||||
-22440.5 1520.55 -251.143,127 129 133,stand,13.1067 -60.754 0,,
|
||||
-22165 1196.22 -256.127,128 130 131 122 133,stand,21.6156 113.605 0,,
|
||||
-22234 820.347 -255.875,129 121 131 132,stand,25.9827 97.6964 0,,
|
||||
-22049.2 843.709 -252.851,130 120 129,stand,38.4137 -73.0806 0,,
|
||||
-22364.8 1067.49 -255.875,130 133,stand,20.7202 119.845 0,,
|
||||
-22525.8 1385.39 -255.875,132 134 128 129,stand,11.9861 120.284 0,,
|
||||
-22762.5 1814.05 -255.875,133 127 135 151,stand,22.6263 58.1346 0,,
|
||||
-22773.3 1977.97 -261.327,134 136 151,stand,31.6956 163.081 0,,
|
||||
-22692.1 2118.78 -249.141,135 137 126,stand,26.8781 18.2432 0,,
|
||||
-22667.7 2394.24 -257.875,136 126 138 145,stand,39.1992 7.71832 0,,
|
||||
-22540.5 2607.77 -261.295,137 139 145 173 174 176,stand,21.0553 -86.0005 0,,
|
||||
-22325.3 2485.7 -256.154,138 140 152,stand,21.0553 176.386 0,,
|
||||
-22202.7 2232.05 -256.441,139 141,stand,11.9861 -63.4511 0,,
|
||||
-22136.2 2072.77 -255.872,140 142 143,stand,24.6368 -160.647 0,,
|
||||
-22347.8 1828.67 -254.826,141 143 125 144,stand,36.8481 -147.442 0,,
|
||||
-21965.3 1831.35 -255.875,142 141,stand,26.3177 -13.6226 0,,
|
||||
-22344 1661.62 -274.863,142 125 124,stand,51.6302 -31.5358 0,,
|
||||
-22755.5 2650.75 -251.617,138 137 146 176,stand,22.6263 -45.9389 0,,
|
||||
-22977.7 2666.29 -258.617,145 147 148,stand,20.8301 -101.936 0,,
|
||||
-23186.8 2629.92 -256.203,146 148,stand,16.7981 -34.4088 0,,
|
||||
-23115 2481.13 -255.875,147 146 149 150,stand,16.9135 41.0618 0,,
|
||||
-22950.9 2319.45 -261.875,148 150 151,stand,33.5962 -107.435 0,,
|
||||
-23051.2 2273.97 -255.875,149 151 148,stand,41.2152 -173.172 0,,
|
||||
-22883.9 2033.53 -255.875,150 135 134 149,stand,31.6956 -59.507 0,,
|
||||
-22264.5 2559.02 -277.606,139 153 177 184,stand,16.6882 -107.424 0,,
|
||||
-22095.2 2257.14 -267.3,152 154 184 194,stand,12.7716 -52.4428 0,,
|
||||
-21912.8 1945.03 -261.982,153 155,stand,23.7415 -63.4182 0,,
|
||||
-21772.3 1879.63 -273.128,154 156 194 193 195,stand,17.699 -75.8547 0,,
|
||||
-21655.9 1584.82 -262.471,155 157 193,stand,25.0873 -33.0739 0,,
|
||||
-21301 1731.9 -283.42,156 158 185 186 193,stand,12.5464 8.01496 0,,
|
||||
-20811.5 1926.42 -315.866,157 159 188 186,stand,24.1919 17.9741 0,,
|
||||
-20405.5 2074.22 -352.84,158 160 189 188,stand,20.8301 20.3306 0,,
|
||||
-19941.3 2242.85 -382.056,159 161 189,stand,27.2131 10.0255 0,,
|
||||
-19923.3 2666.33 -381.086,160 162 190 189,stand,17.9187 77.2123 0,,
|
||||
-19910.5 3081.63 -382.101,161 163 190 191 3,stand,15.7928 89.1984 0,,
|
||||
-19916.6 3414.5 -381.983,162 52 15 191,stand,15.2325 90.764 0,,
|
||||
-20585 3275.58 -304.593,4 15 165 167 168 192,stand,16.7981 -27.1523 0,,
|
||||
-20823.4 3262.2 -285.268,164 166 167,stand,31.5802 11.7119 0,,
|
||||
-21221.6 3243.06 -286.86,165 7 6 167,stand,28.7842 -160.416 0,,
|
||||
-20931.6 3175.85 -322.59,166 165 164 168 6,stand,18.1439 170.86 0,,
|
||||
-20578.6 3149.11 -313.909,167 4 164,stand,36.0626 3.26886 0,,
|
||||
-21484.7 2854.45 -329.243,0 170,stand,20.8301 26.7576 0,,
|
||||
-21639.3 2946.44 -343.225,169 171,stand,18.1439 166.85 0,,
|
||||
-21938.7 2930.54 -335.151,170 172,stand,13.1067 176.6 0,,
|
||||
-22161.1 2949.31 -325.693,171 173,stand,10.9753 -175.676 0,,
|
||||
-22411.5 2861.39 -285.964,172 138 174 177,stand,17.5836 -95.718 0,,
|
||||
-22575.3 2833.81 -260.209,173 175 138 176,stand,18.9294 87.3747 0,,
|
||||
-22595.1 3030.86 -258.409,174 176,stand,26.7682 -35.3591 0,,
|
||||
-22659.3 2740.99 -256.19,175 145 138 174,stand,26.098 46.3133 0,,
|
||||
-22251.4 2745.88 -283.875,152 173 178 183,stand,17.3584 178.907 0,,
|
||||
-22107.6 2714.73 -287.2,177 179 184,stand,26.8781 88.0723 0,,
|
||||
-21770.8 2791.15 -289.899,178 180 183 184,stand,12.9913 -161.762 0,,
|
||||
-21444.9 2707.17 -283.454,179 181 185 187,stand,15.3424 -12.2713 0,,
|
||||
-21074.8 2712.16 -285.434,180 182 187 188,stand,19.1547 -6.67377 0,,
|
||||
-20685.2 2737.9 -322.286,181 5 188,stand,18.5944 6.99872 0,,
|
||||
-22082.6 2840.68 -284.448,177 179,stand,39.0839 -29.2397 0,,
|
||||
-21876.9 2486.4 -364.563,179 153 185 152 178 195,stand,11.651 -134.379 0,,
|
||||
-21403.1 2328.31 -257.652,184 180 157 186 187 195,stand,23.9667 77.1245 0,,
|
||||
-21313.4 2128.28 -323.22,185 157 158 187 188 193 195,stand,10.08 132.671 0,,
|
||||
-21144.3 2450.46 -358.369,188 185 186 181 180,stand,24.8621 -3.17462 0,,
|
||||
-20766.6 2392.91 -415.454,190 182 187 158 186 189 159 181,stand,20.6104 17.65 0,,
|
||||
-20346.1 2243.69 -396.374,159 160 190 161 188,stand,43.006 -17.4678 0,,
|
||||
-20267.7 2684.69 -375.839,188 161 3 5 189 162,stand,33.3765 87.4626 0,,
|
||||
-20069.2 3185.27 -393.945,162 163 4 192 3,stand,35.9528 128.096 0,,
|
||||
-20385.5 3273.38 -370.972,4 164 15 191,stand,26.2079 99.5146 0,,
|
||||
-21550 1815 -324.437,155 157 156 186 195,stand,37.6282 73.1254 0,,
|
||||
-21798 2060.73 -313.868,153 155 195,stand,33.9368 125.541 0,,
|
||||
-21588.6 2067.81 -267.931,193 185 194 155 184 186,stand,20.9454 29.1252 0,,
|
||||
-21145.1 3628.48 -349.488,64 197,stand,13.8922 34.3107 0,,
|
||||
-21330.6 3604.12 -300.518,196 25 26,stand,26.6583 54.6904 0,,
|
||||
-22094.4 3766.48 -288.264,200 199,stand,22.6263 3.63141 0,,
|
||||
-21774.7 3672.24 -275.515,25 200 198 58,stand,31.4703 22.3301 0,,
|
||||
-21908.4 3763.16 -284.001,199 198,stand,27.3285 -159.499 0,,
|
||||
-21642 4106.96 -289.726,202 58 203,stand,72.5702 162.664 0,,
|
||||
-21940.3 4183.52 -274.192,201 22 204 57,stand,30.2399 154.15 0,,
|
||||
-21343.5 4050.3 -316.903,201 27 38 59,stand,23.1866 -85.3469 0,,
|
||||
-22258.6 4429.99 -273.044,202 57 28 34 22,stand,20.495 -54.0743 0,,
|
||||
-22566.1 4030.94 -329.712,57 22 206 207,stand,15.7928 44.2918 0,,
|
||||
-22668.7 3889.5 -277.915,205 207,stand,25.6476 65.2043 0,,
|
||||
-22703.5 4171.15 -276.902,206 28 205 57,stand,25.4224 -35.5788 0,,
|
||||
-22460.4 3847.87 -283.362,21 209 213,stand,29.0094 52.6304 0,,
|
||||
-22620.9 3600.19 -268.252,208 210 24 213,stand,12.0959 -48.6745 0,,
|
||||
-22557.6 3347.73 -261.43,211 209 24,stand,20.05 76.0807 0,,
|
||||
-22445.3 3109.3 -262.551,210 212 24,stand,19.1547 106.76 0,,
|
||||
-22295.1 3106.83 -273.633,211 24 214,stand,26.7682 -149.798 0,,
|
||||
-22317.9 3540.31 -281.7,209 24 208 23,stand,21.9507 129.914 0,,
|
||||
-22029.1 3204.77 -279.464,24 212 215 23,stand,18.9294 -160.993 0,,
|
||||
-21697.2 3221.68 -262.877,214 7 23,stand,21.1707 15.2495 0,,
|
||||
-21705.2 5086.54 -325.172,56 217 223 222 221,stand,14.5624 -29.6736 0,,
|
||||
-21412.9 5098.49 -329.853,216 218 219 221 220 234,stand,15.7928 168.322 0,,
|
||||
-20983.9 5092.88 -341.567,217 46 219,stand,12.9913 -2.42206 0,,
|
||||
-21093.3 4707.54 -354.204,218 220 228 217 221 229 227,stand,23.6316 -20.1979 0,,
|
||||
-21391 4496.13 -325.351,219 221 226 227 228 217,stand,19.5996 174.628 0,,
|
||||
-21602.1 4756.39 -305.829,220 222 226 217 216 219,stand,11.651 134.649 0,,
|
||||
-21734.6 4850.81 -318.062,221 223 216 226,stand,29.4543 158.165 0,,
|
||||
-21921.1 4907.5 -317.807,222 224 33 216,stand,27.1033 162.983 0,,
|
||||
-22023.8 4654.58 -302.269,223 225,stand,20.7202 -126.688 0,,
|
||||
-22171.7 4768.8 -293.434,224 33,stand,21.731 -17.7645 0,,
|
||||
-21787.8 4505.05 -303.143,222 220 221,stand,20.2753 63.5563 0,,
|
||||
-21187.4 4345.27 -311.189,220 228 219,stand,28.114 17.3094 0,,
|
||||
-20908.9 4444.68 -329.571,227 229 219 220,stand,24.527 84.9577 0,,
|
||||
-20757.9 4792.42 -355.348,228 45 219,stand,21.0553 71.3017 0,,
|
||||
-20382.3 4755.62 -331.988,47 45,stand,31.8054 153.595 0,,
|
||||
-20377.7 5196.19 -369.56,47 232 269,stand,12.8815 5.40021 0,,
|
||||
-20631.5 5205.42 -362.491,231 233,stand,24.527 18.4739 0,,
|
||||
-20932.2 5187.51 -354.114,232 234 268 271,stand,15.1227 178.05 0,,
|
||||
-21394 5180.87 -341.251,233 263 266 217 271,stand,15.1227 -173.551 0,,
|
||||
-21865.2 5179.52 -328.125,236 240 263,stand,11.2006 -179.824 0,,
|
||||
-22284.9 5183.77 -316.434,235 237,stand,11.3159 179.616 0,,
|
||||
-22517.5 5204.49 -309.955,236 55 238,stand,59.6942 -29.5253 0,,
|
||||
-22450.2 5343.82 -312.798,237 239,stand,20.495 -65.923 0,,
|
||||
-22284.5 5382.78 -308.097,238 240,stand,24.3018 -81.7104 0,,
|
||||
-22010.5 5421.68 -326.539,239 235 241,stand,23.7469 -120.239 0,,
|
||||
-21870.8 5571.73 -330.897,240 242 252 262,stand,22.7362 100.668 0,,
|
||||
-22024 5701.89 -323.175,241 243 251 252,stand,18.2593 157.336 0,,
|
||||
-22198.5 5697.58 -322.912,242 244,stand,23.6316 -7.62408 0,,
|
||||
-22230.3 5843.35 -322.455,243 245 250 251,stand,24.8621 -10.1949 0,,
|
||||
-22114.7 6059.34 -321.557,244 246 249 250 261 251 285 293,stand,24.4171 -9.294 0,,
|
||||
-22219.7 6224.23 -316.059,245 247 285 293,stand,17.1387 164.164 0,,
|
||||
-22350.3 6201.51 -311.922,248 246 249,stand,32.2559 -101.228 0,,
|
||||
-22532.9 6173.36 -306.902,247,stand,35.9528 -167.634 0,,
|
||||
-22338.9 6054.23 -314.354,245 247 250,stand,29.6796 -15.2156 0,,
|
||||
-22230.5 6000.67 -319.724,245 249 244,stand,29.0094 164.048 0,,
|
||||
-22073.8 5833.14 -357.715,244 252 245 242,stand,14.6722 -19.2696 0,,
|
||||
-21889.6 5760.01 -368.191,251 253 242 241,stand,16.8036 -29.9044 0,,
|
||||
-21731.1 5644.31 -361.327,252 254 260 264,stand,13.7769 -10.4201 0,,
|
||||
-21503.4 5632.4 -363.064,253 255 260 259 264,stand,12.8815 5.81769 0,,
|
||||
-21259.1 5714.98 -376.115,254 256,stand,15.2325 20.2647 0,,
|
||||
-21112.6 5698.95 -375.751,255 257 258 289,stand,17.699 -7.39337 0,,
|
||||
-21027.3 5529.46 -352.803,256 267 289 268,stand,26.9934 16.1229 0,,
|
||||
-21227.2 5856.04 -345.098,256 259,stand,18.7042 126.195 0,,
|
||||
-21457.2 5915.88 -342.444,258 260 287 254,stand,58.3484 176.029 0,,
|
||||
-21590.5 5791.43 -335.626,259 261 253 254,stand,33.4863 165.504 0,,
|
||||
-21856.9 5971.33 -335.297,260 245 286,stand,21.731 147.585 0,,
|
||||
-21694 5446.68 -333.579,241 263 264,stand,21.5057 -16.1275 0,,
|
||||
-21626.8 5181.73 -334.765,262 234 235,stand,22.066 89.1435 0,,
|
||||
-21560.5 5542.39 -335.176,262 265 254 253,stand,32.4811 16.024 0,,
|
||||
-21493.8 5353.09 -337.75,264 266,stand,23.7469 108.078 0,,
|
||||
-21326.9 5323.26 -341.228,265 234 267,stand,21.731 30.8116 0,,
|
||||
-21125.6 5405.5 -346.192,266 257 268 271,stand,25.8728 177.611 0,,
|
||||
-20748.9 5493.33 -362.999,267 233 257 273,stand,17.9187 131.287 0,,
|
||||
-20401.7 5296.74 -368.659,231 270 272,stand,18.3691 147.415 0,,
|
||||
-20654 5325.34 -352.45,269 271,stand,19.4897 -35.6502 0,,
|
||||
-21044.2 5329.83 -348.737,270 233 267 234,stand,24.527 98.1413 0,,
|
||||
-20261.8 5447.05 -372.303,269 273,stand,16.463 -164.657 0,,
|
||||
-20369.5 5690.39 -369.499,272 274 292 268,stand,13.7769 124.009 0,,
|
||||
-20158.9 5899.53 -377.043,273 275 291,stand,12.4365 49.5323 0,,
|
||||
-19964.5 6059.47 -381.686,274 276 277,stand,15.2325 29.713 0,,
|
||||
-19799.1 6192.19 -383.875,275 277,stand,19.715 174.919 0,,
|
||||
-20069.6 6276.85 -379.554,276 278 280 275,stand,19.8248 140.988 0,,
|
||||
-20072.5 6615.98 -201.875,277 279,stand,17.3639 92.7195 0,,
|
||||
-20083.6 6851.48 -201.875,278 306 323 324,stand,15.9082 164.504 0,,
|
||||
-20462.8 6266.68 -368.8,277 281 291,stand,20.1599 -175.786 0,,
|
||||
-20624.1 6121.94 -361.865,280 282,stand,21.6156 -135.027 0,,
|
||||
-20779.9 6273.11 -357.184,281 283 290,stand,9.74487 177.375 0,,
|
||||
-21257 6260.92 -342.684,282 284 288,stand,23.2965 -179.483 0,,
|
||||
-21491 6260.89 -337.81,283 285 287,stand,23.0713 179.956 0,,
|
||||
-22040.5 6264.71 -324.458,284 246 245 293,stand,24.3073 178.05 0,,
|
||||
-21715.3 6060.86 -330.059,261 287,stand,24.3073 -92.2737 0,,
|
||||
-21450.8 6023.29 -338.648,286 284 259,stand,9.97009 179.621 0,,
|
||||
-21229.8 6039.71 -343.251,283 289,stand,17.1387 -49.3557 0,,
|
||||
-20974.3 5904.08 -353.115,288 256 290 292 257,stand,20.1599 -109.16 0,,
|
||||
-20794.4 6019.22 -356.543,289 282 291 292,stand,13.2166 73.6802 0,,
|
||||
-20458.2 5985.33 -372.971,290 280 274 292,stand,19.8248 152.227 0,,
|
||||
-20607.8 5813.13 -362.374,291 273 290 289,stand,17.699 -55.0631 0,,
|
||||
-22091.5 6394.66 -325.229,285 294 246 245,stand,21.0553 -106.177 0,,
|
||||
-22094.9 6635.3 -201.875,293 295,stand,19.0393 90.2476 0,,
|
||||
-22101.8 6731.5 -201.875,294 296,stand,29.9048 -76.9478 0,,
|
||||
-21863.5 6879.35 -201.875,295 297 322,stand,28.2239 12.0854 0,,
|
||||
-21716.4 6994.3 -201.875,296 298 320 322,stand,20.9454 0.40143 0,,
|
||||
-21728 7119.24 -201.875,297 299,stand,21.1707 1.51654 0,,
|
||||
-21499.2 7124.28 -201.875,298 300 317 320,stand,20.9454 1.18146 0,,
|
||||
-21267.2 7122.05 -201.875,299 301 317 319,stand,24.3018 -5.41583 0,,
|
||||
-21080.1 7072.43 -201.875,300 302 318 317 319 325,stand,16.1279 121.015 0,,
|
||||
-20896.1 7122.17 -201.875,301 303 318,stand,27.9987 -150.765 0,,
|
||||
-20689.8 7112.26 -201.875,302 304 309 318,stand,21.3904 -6.98688 0,,
|
||||
-20443.7 7122.55 -201.875,303 305,stand,27.2186 -7.88226 0,,
|
||||
-20491 6995.77 -201.875,304 306,stand,26.2079 -176.418 0,,
|
||||
-20400.7 6858.06 -201.875,305 279 307,stand,27.1033 -51.5584 0,,
|
||||
-20486.5 6725.35 -201.875,306 308,stand,25.9827 84.3589 0,,
|
||||
-20636 6689.7 -201.875,307 309 310,stand,26.2079 110.001 0,,
|
||||
-20535.1 6866.89 -201.875,308 303 318,stand,31.6956 34.9699 0,,
|
||||
-20795.5 6571.13 -201.875,308 311,stand,19.9347 -95.2401 0,,
|
||||
-20995 6722.43 -201.875,310 312 318 319,stand,19.0393 -160.719 0,,
|
||||
-21185.9 6571.13 -201.875,311 313 319,stand,22.7362 94.5762 0,,
|
||||
-21268.1 6755.69 -201.875,312 314 317,stand,14.0021 -64.2916 0,,
|
||||
-21489 6710.27 -201.875,313 315 316 317 321,stand,16.6882 -23.4224 0,,
|
||||
-21412.6 6575.34 -201.875,314,stand,24.4171 -68.8893 0,,
|
||||
-21640.9 6854.5 -201.875,314 317 320,stand,15.5676 176.474 0,,
|
||||
-21394.1 6850.53 -201.875,316 301 314 313 319 299 320 300,stand,25.4224 1.03864 0,,
|
||||
-20900.6 6864.26 -201.875,309 311 301 319 303 302,stand,25.3125 0.258608 0,,
|
||||
-21101.8 6862.89 -205.875,317 318 301 312 311 300,stand,18.2593 80.4478 0,,
|
||||
-21551.7 7002.31 -201.875,297 299 316 317,stand,35.6177 -83.1826 0,,
|
||||
-21676.2 6713.98 -201.875,314 322,stand,24.7522 14.5518 0,,
|
||||
-21732.1 6810.05 -201.875,321 296 297,stand,30.2399 -94.7237 0,,
|
||||
-19815.8 6781.14 -201.875,279 324,stand,18.3691 2.65363 0,,
|
||||
-19845.6 6950.39 -201.875,279 323,stand,18.8196 13.184 0,,
|
||||
-21095.5 7273.5 -201.875,301 326,stand,14.6722 96.0539 0,,
|
||||
-21091.4 7476.17 -201.875,325 327 328 334,stand,19.2645 91.9066 0,,
|
||||
-21200.1 7610.38 -201.875,326 328 333,stand,34.1565 143.652 0,,
|
||||
-21091.6 7766.64 -201.875,327 329 326 334,stand,23.6316 71.9774 0,,
|
||||
-21096.4 7888.57 -201.875,328 330 334 335,stand,17.0233 175.556 0,,
|
||||
-21373.8 7935.95 -201.875,329 332,stand,27.8888 -176.605 0,,
|
||||
-21371.7 7821.82 -201.875,332,stand,39.0894 132.556 0,,
|
||||
-21505.5 7893.92 -201.875,331 330,stand,30.6903 -8.67328 0,,
|
||||
-21323.4 7623.32 -201.875,327,stand,24.4171 1.75275 0,,
|
||||
-21018.9 7694.34 -201.875,326 329 328,stand,55.6622 -150.507 0,,
|
||||
-21079.1 8049.77 -201.875,329 336,stand,23.1866 171.409 0,,
|
||||
-21096.3 8207.5 -201.875,335 337 341,stand,20.3851 99.185 0,,
|
||||
-21199.7 8300.56 -201.875,336 338,stand,23.4064 101.536 0,,
|
||||
-21228.4 8462.37 -184.608,337 339,stand,22.066 77.6848 0,,
|
||||
-21130.3 8621.94 -201.458,338 340,stand,29.6796 37.1452 0,,
|
||||
-21039.7 8724.05 -201.875,339 341 342 343,stand,15.4578 98.2896 0,,
|
||||
-20972.8 8443.64 -201.875,340 336,stand,14.8975 -80.9688 0,,
|
||||
-21169.2 8891.46 -201.875,340 343,stand,12.3212 -10.5684 0,,
|
||||
-20981.1 8892.92 -201.875,342 344 340,stand,28.114 -7.54169 0,,
|
||||
-20878.3 8885.42 -201.875,343 345 363,stand,23.0713 -7.88226 0,,
|
||||
-20707.2 8981.28 -201.875,344 346 351 362,stand,6.27319 80.695 0,,
|
||||
-20722.5 9238.82 -201.875,345 349 350,stand,6.38855 93.5655 0,,
|
||||
-20611 9653.81 -201.875,348 349,stand,8.96484 -96.1299 0,,
|
||||
-20466.3 9438.48 -201.875,347 350,stand,22.066 -150.77 0,,
|
||||
-20773.1 9465.61 -201.875,347 346,stand,17.3639 17.3094 0,,
|
||||
-20497.9 9256.05 -201.875,348 351 346 362,stand,22.4011 80.4423 0,,
|
||||
-20394.2 9071.99 -201.875,350 345 352 362,stand,22.8461 139.911 0,,
|
||||
-20243.3 9075.42 -201.875,351 353 358 359,stand,17.3639 -67.3622 0,,
|
||||
-20106.7 9033.2 -201.875,352 354 358,stand,17.9187 -70.8174 0,,
|
||||
-19915.3 9009.07 -201.875,353 355,stand,21.6156 -54.0194 0,,
|
||||
-20003.9 8896.97 -201.875,354 356,stand,23.4064 -156.599 0,,
|
||||
-19880.2 8778.36 -201.875,355 357,stand,19.3799 176.419 0,,
|
||||
-20028.9 8760.76 -201.875,356 358,stand,20.2753 143.487 0,,
|
||||
-20152.5 8809.27 -201.875,357 353 352 359,stand,17.4738 -61.534 0,,
|
||||
-20281.9 8720.47 -201.875,358 352 360 370,stand,14.8975 84.3919 0,,
|
||||
-20405.3 8707.78 -201.875,359 361 368 369,stand,24.082 33.4318 0,,
|
||||
-20477.3 8864.42 -201.875,360 362,stand,16.0181 162.208 0,,
|
||||
-20547.9 9135.93 -201.875,361 351 350 345,stand,22.511 -127.578 0,,
|
||||
-20766.2 8830.29 -201.875,344 364 369,stand,19.3799 -26.548 0,,
|
||||
-20744.5 8648.71 -201.875,363 365 368,stand,23.0713 -87.5826 0,,
|
||||
-20748.7 8344.83 -201.875,364 366,stand,16.0181 -52.3055 0,,
|
||||
-20618.4 8108.5 -201.875,365 367,stand,15.9082 -32.4861 0,,
|
||||
-20464.2 8315.01 -201.875,366 368,stand,10.3052 70.7634 0,,
|
||||
-20486.6 8500.6 -201.875,367 360 369 364,stand,12.4365 -162.136 0,,
|
||||
-20611.1 8771.57 -201.875,368 360 363,stand,24.8621 145.784 0,,
|
||||
-20147 8533.63 -201.875,359 371,stand,11.6455 149.222 0,,
|
||||
-20265 8341.88 -201.875,370 372,stand,12.0959 -81.2105 0,,
|
||||
-20166.2 7990.51 -199.875,371 373,stand,19.0393 122.35 0,,
|
||||
-20650.5 7809.74 -193.875,372 374,stand,11.4203 -176.956 0,,
|
||||
-20938.7 7804.76 -1.875,373 375 378,stand,21.5002 175.54 0,,
|
||||
-21121.3 7901.07 -1.875,374 376 378,stand,26.4276 7.03717 0,,
|
||||
-20825.6 7935.77 -1.875,375 377,stand,18.5889 9.05316 0,,
|
||||
-20414.8 7852.23 -1.875,376,stand,21.5002 -31.0414 0,,
|
||||
-21099.8 7571.96 -1.875,375 379 374,stand,21.7255 71.6533 0,,
|
||||
-21085.4 7121.53 -1.875,378 380 381,stand,19.5996 -84.012 0,,
|
||||
-20449.9 7128.99 -0.875001,379 386,stand,24.1864 -40.8632 0,,
|
||||
-21725.1 7119.41 -1.875,379 382,stand,12.876 -32.7993 0,,
|
||||
-21774 6802.43 -1.875,381 383 384,stand,21.9507 168.069 0,,
|
||||
-22095.3 6891.42 -1.875,382,stand,17.0233 3.15351 0,,
|
||||
-21706.8 6579.05 -1.875,382 385,stand,17.8033 25.4338 0,,
|
||||
-20958.8 6605.97 -1.875,384,stand,33.8214 -88.5659 0,,
|
||||
-20395.3 6846.66 0.125001,380 387 389,stand,27.4384 56.981 0,,
|
||||
-20473.4 6596.39 -1.875,386 388,stand,31.6901 88.4129 0,,
|
||||
-20599.8 6608.48 -1.875,387,stand,24.3018 154.935 0,,
|
||||
-19883.6 6881.47 6.4802,386 390,stand,26.8781 -123.876 0,,
|
||||
-19872.9 7289.41 0.909683,389 391,stand,11.3104 96.2517 0,,
|
||||
-19898.2 7736.88 155.408,390 392,stand,2.68616 88.4129 0,,
|
||||
-19896.4 7820.12 198.125,391 393,stand,5.15259 88.4129 0,,
|
||||
-19898.1 8183.57 346.125,392 394,stand,3.6969 89.7587 0,,
|
||||
-19855.7 8295.92 398.125,393 395,stand,29.1138 -133.505 0,,
|
||||
-19951.7 8430.82 398.125,394 396,stand,22.2858 -166.316 0,,
|
||||
-20278.9 8386.83 398.125,395 401 402,stand,26.9879 -116.823 0,,
|
||||
-20712.9 7963.53 398.125,398 399 405,stand,31.1298 -70.4604 0,,
|
||||
-20892.2 7895.56 398.125,397 406,stand,4.03198 -83.5616 0,,
|
||||
-20709.4 8121.21 398.125,397 400,stand,20.1599 13.7553 0,,
|
||||
-20639.6 8308.09 398.125,399 401,stand,35.722 -118.729 0,,
|
||||
-20519.5 8401.83 398.125,400 396,stand,31.0199 -19.8409 0,,
|
||||
-20296.8 7960.62 398.125,396 403 405,stand,27.8833 100.24 0,,
|
||||
-20300.6 7616.56 398.125,402 404,stand,14.3372 93.8896 0,,
|
||||
-20116 7590.6 398.125,403,stand,29.4543 169.113 0,,
|
||||
-20614.8 7813.55 398.125,402 397,stand,33.5962 29.5756 0,,
|
||||
-20849.3 7759.75 470.125,398 407,stand,25.7574 -80.1668 0,,
|
||||
-20862 7454.3 598.125,406 408,stand,37.403 102.783 0,,
|
||||
-20970.5 7345.37 598.125,407 409,stand,29.7894 81.1674 0,,
|
||||
-21101.7 7504.22 598.125,408 410,stand,26.8781 -94.504 0,,
|
||||
-21084.4 7884.83 598.125,409 411,stand,20.2698 75.6798 0,,
|
||||
-20614 7833.35 598.125,410 412 416,stand,25.2411 -84.9843 0,,
|
||||
-20246.6 7891.49 598.125,411 413,stand,23.1152 -60.9023 0,,
|
||||
-20196.1 7406.57 598.125,412 414 421,stand,26.5869 160.681 0,,
|
||||
-20374.3 7488.59 598.125,413 415,stand,25.9167 -128.21 0,,
|
||||
-20409 7639.34 600.125,414 416,stand,26.0266 146.904 0,,
|
||||
-20652.6 7720.78 598.125,415 411 417,stand,26.8121 -22.3073 0,,
|
||||
-20725.3 7661.19 598.125,416 418,stand,23.2251 -55.898 0,,
|
||||
-20702.2 7075.22 598.125,417 419,stand,21.0992 -1.13666 0,,
|
||||
-20440.7 7039.57 598.125,418 420 425,stand,16.7322 -74.6022 0,,
|
||||
-20228 7129.02 598.125,419 421,stand,21.3245 135.039 0,,
|
||||
-20162 7282.06 598.125,420 413 422,stand,27.3724 -90.6148 0,,
|
||||
-20061.9 7268.12 598.125,421 423,stand,30.0586 -148.848 0,,
|
||||
-19849.5 7029.84 598.302,422 424,stand,22.5549 -105.062 0,,
|
||||
-19883.8 6848.79 598.125,423 425,stand,24.7961 154.04 0,,
|
||||
-20432.1 6777.98 598.125,424 419 426,stand,36.1066 11.3713 0,,
|
||||
-20633.7 6862.26 598.125,425 427,stand,19.8688 -63.7368 0,,
|
||||
-20814.3 6769.96 598.125,426 428,stand,19.1931 -152.204 0,,
|
||||
-20958.3 6826.89 598.125,427 429 431,stand,21.7694 166.729 0,,
|
||||
-21245.1 6851.03 598.125,428 430 432,stand,29.0479 64.8198 0,,
|
||||
-21185.4 7048.15 598.125,429 431 433,stand,26.8121 57.3216 0,,
|
||||
-20957 7011.25 598.125,430 428,stand,30.2838 -116.707 0,,
|
||||
-21512.9 6829.84 598.125,429,stand,29.2731 73.8615 0,,
|
||||
-21444 7114.21 598.125,430 434,stand,14.2657 -64.2971 0,,
|
||||
-21730.1 6989.88 598.125,433 435 441,stand,22.6648 -100.47 0,,
|
||||
-21952.6 7125.31 598.125,434 436,stand,28.1525 114.511 0,,
|
||||
-22025.3 7279.11 598.125,435 437 439,stand,23.5602 -164.97 0,,
|
||||
-21873.4 7601.32 598.125,436 438,stand,31.3989 65.4625 0,,
|
||||
-21642.3 7613.81 598.125,437 444,stand,-0.065918 -133.873 0,,
|
||||
-22175.8 7271.55 600.125,436 440 467,stand,16.7322 0.5058 0,,
|
||||
-22364.4 6718.83 534.125,439 467,stand,33.5303 -125.139 0,,
|
||||
-21659.6 6811.92 598.125,434 442 443,stand,26.4716 132.056 0,,
|
||||
-21984.9 6831.23 603.961,441,stand,20.6488 -175.424 0,,
|
||||
-21551.1 6835.2 598.125,441,stand,12.03 -7.81634 0,,
|
||||
-21652.8 7347.94 734.125,438 445 446,stand,18.2977 -0.949888 0,,
|
||||
-21450.7 7305.1 734.125,444,stand,40.5835 -56.2715 0,,
|
||||
-21762.6 7327.49 734.125,444 447,stand,21.3245 62.1776 0,,
|
||||
-21760.3 7617.58 736.687,446 448,stand,28.2678 62.1776 0,,
|
||||
-21624.7 7624.94 743.218,447 449,stand,20.874 -120.586 0,,
|
||||
-21653 7355.55 870.125,448 450 451,stand,32.2998 -9.3819 0,,
|
||||
-21453.4 7299.67 870.125,449,stand,32.4097 -8.93695 0,,
|
||||
-21791.5 7339.42 870.125,449 452,stand,17.4023 102.717 0,,
|
||||
-21918.7 7402.85 870.125,451 453,stand,20.874 -161.57 0,,
|
||||
-22134.6 7331.19 877.793,452 454,stand,26.2518 106.711 0,,
|
||||
-22301.2 7393.75 867.32,453 455,stand,18.4131 -98.4096 0,,
|
||||
-22291.1 7666.17 862.125,454 456,stand,27.1472 -125.474 0,,
|
||||
-22374.7 7853.04 862.125,455 457,stand,27.4823 104.283 0,,
|
||||
-22231.5 8195.81 870.125,456 458,stand,27.8174 -70.1912 0,,
|
||||
-21887.3 7917.29 878.125,457 459,stand,23.6755 6.63068 0,,
|
||||
-21574.1 7976.4 923.872,458 460,stand,16.7322 -81.8367 0,,
|
||||
-21505.2 7932.46 979.125,459 461,stand,26.2518 -94.2678 0,,
|
||||
-21463.5 7842.21 1032.22,460 462,stand,16.6168 -76.3491 0,,
|
||||
-21380.4 7273.9 1142.13,461 463 466,stand,14.6063 -84.0779 0,,
|
||||
-20710.7 7303.89 1142.13,462 464 466 465,stand,12.5903 10.8879 0,,
|
||||
-20525.4 7825.6 1142.13,463 465 466,stand,4.97131 167.668 0,,
|
||||
-21119.3 7911.66 1142.13,464 466 463,stand,15.1611 -165.234 0,,
|
||||
-21085.1 7401.08 1142.13,465 462 463 464,stand,17.9626 -150.672 0,,
|
||||
-22093.2 6707.08 614.125,439 440,stand,31.3989 104.535 0,,
|
||||
|
248
scriptdata/waypoints/dcemp_wp.csv
Normal file
@@ -0,0 +1,248 @@
|
||||
247
|
||||
-43305.8 15142.8 -83.875,1 3,stand,31.8054 144.615 0,,
|
||||
-43288.7 15381.6 -83.875,0 2,stand,17.5836 -115.047 0,,
|
||||
-43442.6 15313.1 -83.875,1 3 4,stand,15.1172 -53.6769 0,,
|
||||
-43448.1 15152.1 -83.875,2 0 243 219,stand,22.8461 62.6738 0,,
|
||||
-43548.4 15314.1 -82.875,2 5 219,stand,14.6722 -62.3012 0,,
|
||||
-43676.8 15337.7 -83.875,4 6,stand,26.9879 -158.833 0,,
|
||||
-43806.1 15315.2 -82.875,5 7,stand,22.8461 68.4636 0,,
|
||||
-43896.1 15366.6 -83.875,6 8 36,stand,18.2538 75.8574 0,,
|
||||
-43774 15506.8 -83.875,7 9 37,stand,19.3744 131.064 0,,
|
||||
-43752.7 15639.8 -83.875,8 10,stand,14.892 77.6482 0,,
|
||||
-43642.8 15694.3 -83.875,9 11 12,stand,25.8673 -59.7578 0,,
|
||||
-43593.5 15611.3 -83.875,10,stand,29.5642 -0.629425 0,,
|
||||
-43708.6 15845.1 -83.875,10 13,stand,24.6368 125.351 0,,
|
||||
-43889.7 15940 -83.875,12 14 37,stand,20.3796 170.818 0,,
|
||||
-44065.4 15967.1 -83.875,13 15 37 39,stand,22.0605 162.084 0,,
|
||||
-44198.7 16089.3 -81.9897,14 16 22 38,stand,20.2698 134.761 0,,
|
||||
-44295.4 16214.6 -72.2549,15 17 39 40,stand,30.3497 -179.102 0,,
|
||||
-44427.1 16232.4 -81.875,16 18 39,stand,24.9719 178.437 0,,
|
||||
-44536.1 16255.5 -83.875,17 19,stand,25.6421 -155.026 0,,
|
||||
-44579.2 16183.8 -83.875,18 20 21,stand,26.3177 110.124 0,,
|
||||
-44762.2 16388.9 -83.875,19,stand,17.1332 -34.3025 0,,
|
||||
-44607.9 16140.3 -83.875,19 22 23 25 26,stand,24.6368 168.917 0,,
|
||||
-44502.2 16067.9 -83.875,21 15 23,stand,26.543 26.1662 0,,
|
||||
-44627.7 15980.1 -83.875,22 24 21 26 27 25,stand,19.7095 6.68198 0,,
|
||||
-44522.9 15864.3 -83.875,23,stand,26.4276 -76.4131 0,,
|
||||
-44775.7 16196.6 -83.875,21 26 23,stand,53.1958 -38.1148 0,,
|
||||
-44759.2 15887.1 -83.875,25 27 28 23 21,stand,17.9187 29.193 0,,
|
||||
-44723.3 15654.4 -83.875,26 28 23,stand,19.4843 50.023 0,,
|
||||
-44607.4 15723.9 -83.875,27 26 29,stand,28.1085 -41.136 0,,
|
||||
-44521.1 15656.6 -83.875,28 30 32,stand,25.7574 -118.068 0,,
|
||||
-44559.7 15588.1 -83.875,29 31,stand,23.5162 -72.9414 0,,
|
||||
-44428.9 15403.9 -83.875,30,stand,21.0553 -15.2687 0,,
|
||||
-44374.3 15590.6 -83.875,29 33 38,stand,15.3424 50.3581 0,,
|
||||
-44182 15518.3 -83.875,32 34 36,stand,21.3904 -177.196 0,,
|
||||
-44215 15433.3 -83.875,33 35,stand,21.0553 -114.596 0,,
|
||||
-44048.7 15248 -83.875,34,stand,17.8033 90.6725 0,,
|
||||
-44117.1 15480 -83.875,33 7 37,stand,20.2698 70.5125 0,,
|
||||
-44019.4 15652.6 -83.875,8 36 13 14 38,stand,14.2218 127.74 0,,
|
||||
-44332.4 15779.4 -83.875,37 32 15 39,stand,22.6208 100.972 0,,
|
||||
-44302 16076.6 -80.3398,16 38 17 14,stand,27.2131 -119.046 0,,
|
||||
-44269.5 16287.2 -188.069,16 41 42 43,stand,38.6334 81.7461 0,,
|
||||
-43987 16238.3 -188.458,40 46,stand,21.7255 90.4802 0,,
|
||||
-44188.9 16320 -197.487,40 45,stand,20.7147 69.2052 0,,
|
||||
-44409.6 16405.8 -182.672,40 44,stand,33.5962 80.966 0,,
|
||||
-44392.9 16440.4 -215.875,43 45 47 69,stand,11.4203 -90.5965 0,,
|
||||
-44161.1 16351.4 -215.875,42 46 44 48,stand,36.6174 72.3033 0,,
|
||||
-43972 16278.9 -215.875,41 45 48 49,stand,8.17383 177.014 0,,
|
||||
-44272 16751.3 -221.875,44 48 67 68 71,stand,13.5516 7.01706 0,,
|
||||
-44017.5 16623.8 -221.875,45 46 61 47 68,stand,17.0233 30.5333 0,,
|
||||
-43780.9 16226.1 -215.875,46 50 61,stand,16.6882 81.5977 0,,
|
||||
-43596.8 16139 -215.875,49 51,stand,20.8301 38.5973 0,,
|
||||
-43388.6 16071 -215.875,50 52 60,stand,16.3477 12.1696 0,,
|
||||
-43194.1 16001 -215.875,51 53,stand,16.2378 155.733 0,,
|
||||
-43128.3 16233.3 -215.875,52 54 60,stand,14.3317 71.9682 0,,
|
||||
-43023.2 16538.2 -215.875,53 55 59 60,stand,15.0073 86.19 0,,
|
||||
-42896.2 16851.4 -215.875,54 56 58,stand,15.1172 72.4187 0,,
|
||||
-42764.7 17180.6 -215.875,55 57,stand,18.1439 152.822 0,,
|
||||
-43075.8 17316.1 -221.875,56 58 84 107 109,stand,18.3636 -32.292 0,,
|
||||
-43146.5 17009.8 -221.875,57 55,stand,21.1652 -92.986 0,,
|
||||
-43262.1 16776.7 -217.627,54 60 62,stand,13.1012 -100.374 0,,
|
||||
-43417.2 16482.6 -221.875,59 61 51 53 54 62 65,stand,20.3796 -161.744 0,,
|
||||
-43762.7 16512.4 -221.875,60 49 48 65 67,stand,20.2698 -109.784 0,,
|
||||
-43444.6 16867.7 -221.875,60 59 63,stand,24.1864 -101.797 0,,
|
||||
-43519.8 17002.5 -221.875,62 64 66,stand,18.0286 -103.445 0,,
|
||||
-43558.8 16805 -215.875,63 65,stand,18.7042 -103.665 0,,
|
||||
-43604.8 16702.2 -221.875,64 61 60,stand,22.2858 -114.415 0,,
|
||||
-43579.9 17358.8 -221.875,63 67 81 83,stand,17.5836 -170.297 0,,
|
||||
-43915.8 17205.9 -221.875,66 47 68 77 73 61,stand,16.0126 113.326 0,,
|
||||
-44025.4 16880.4 -221.875,67 48 47 73,stand,19.259 -104.862 0,,
|
||||
-44458.8 16510.9 -215.875,44 70,stand,20.0446 153.454 0,,
|
||||
-44593.6 16528.7 -215.875,69 71,stand,20.1599 6.4183 0,,
|
||||
-44482 16814.2 -215.875,70 72 47,stand,14.2218 57.1477 0,,
|
||||
-44378.3 17076.7 -215.875,71 73,stand,15.0073 65.6566 0,,
|
||||
-44307.4 17175.5 -215.875,72 74 67 68,stand,15.2325 73.8359 0,,
|
||||
-44215.8 17484 -215.875,73 75,stand,17.8033 -48.3431 0,,
|
||||
-44013.3 17435.8 -215.875,74 76 77,stand,13.5516 29.5995 0,,
|
||||
-43918.8 17619.7 -215.875,75,stand,21.9507 27.133 0,,
|
||||
-43879 17385.9 -221.875,75 78 67,stand,13.1012 62.3003 0,,
|
||||
-43784.3 17630.8 -161.875,77 79 80,stand,20.495 71.2596 0,,
|
||||
-44109 17833.1 -161.875,78,stand,22.7307 79.9937 0,,
|
||||
-43679 18080.2 -151.875,78,stand,15.7874 77.1922 0,,
|
||||
-43716.1 17514.8 -215.875,66 82,stand,19.3744 -51.8147 0,,
|
||||
-43607.3 17808.4 -215.875,81,stand,19.0393 65.8818 0,,
|
||||
-43425.8 17529 -221.875,66 84 107 109,stand,16.7981 -32.2151 0,,
|
||||
-43142.9 17636.5 -221.875,83 57 85 107 109,stand,24.0765 69.4633 0,,
|
||||
-43095.7 17981.7 -285.875,84 86,stand,14.892 105.861 0,,
|
||||
-43104.3 18275.8 -285.875,85 87 102,stand,19.259 -60.9608 0,,
|
||||
-42951 18238.2 -285.875,86 88 95,stand,25.1971 2.53464 0,,
|
||||
-42890.1 18254 -285.875,87 89 94,stand,30.0146 -34.5332 0,,
|
||||
-42845.7 18203.3 -285.875,88 90 93 96,stand,27.6581 -57.7144 0,,
|
||||
-42770.5 17861.3 -285.875,89 91 92,stand,22.6208 -81.1208 0,,
|
||||
-42894.4 17403.1 -349.875,90 92,stand,18.924 -99.3745 0,,
|
||||
-42621.5 17841.7 -285.875,91 93 90,stand,16.0126 -160.261 0,,
|
||||
-42555.6 18080.6 -280.448,92 89,stand,15.9027 -139.766 0,,
|
||||
-42848.4 18339.5 -285.875,88 96 95,stand,29.2291 -115.277 0,,
|
||||
-42914.9 18342.3 -285.875,87 94 97,stand,33.2611 -112.624 0,,
|
||||
-42779.2 18293.9 -285.875,89 94 101,stand,24.9719 151.328 0,,
|
||||
-43102.4 18438.3 -337.875,95 98,stand,37.738 36.9933 0,,
|
||||
-43062.1 18516 -337.875,97 99,stand,32.3657 -16.7628 0,,
|
||||
-42801.2 18424.2 -381.875,98 100 110 111 112,stand,32.1405 82.6799 0,,
|
||||
-42567.1 18313 -337.875,99 101,stand,30.91 -90.6734 0,,
|
||||
-42596.9 18228.7 -337.875,100 96,stand,29.7894 162.045 0,,
|
||||
-43438 18103.7 -285.875,86 103 105 106,stand,22.1759 175.63 0,,
|
||||
-43923.3 18336.6 -279.875,102 104,stand,26.6528 70.584 0,,
|
||||
-43828 18558.7 -279.875,103 105,stand,29.339 -74.886 0,,
|
||||
-43736.9 18565.8 -285.875,104 102,stand,26.6528 -69.695 0,,
|
||||
-43485.4 17837.7 -285.875,102,stand,26.0925 -51.8916 0,,
|
||||
-43002.5 17534.1 -221.875,84 108 57 83,stand,24.0765 -99.9348 0,,
|
||||
-42668.8 17426.1 -215.875,107,stand,30.575 -30.2815 0,,
|
||||
-43273.8 17314.7 -221.875,83 57 84,stand,24.4116 -44.4978 0,,
|
||||
-42663.8 18540.6 -383.875,99 112 111 124 122,stand,22.7307 -144.836 0,,
|
||||
-42862.3 18597.1 -383.875,99 112 110 125 121,stand,15.6775 125.126 0,,
|
||||
-42731.2 19088.6 -375.875,111 110 99 113 115 121 122,stand,22.1759 84.8112 0,,
|
||||
-42581 19352.3 -375.875,112 114 117 120 119,stand,24.7467 79.5488 0,,
|
||||
-42724.2 19632.4 -375.875,113 115 130 205 206,stand,22.511 118.968 0,,
|
||||
-42862.7 19369 -375.875,114 112 116,stand,23.9667 -116.392 0,,
|
||||
-43367.4 19355.4 -375.875,115,stand,16.687 131.849 0,,
|
||||
-42362.3 19511.5 -375.875,113 118,stand,19.2633 -51.0237 0,,
|
||||
-42194.8 19369.3 -375.875,117 119,stand,16.687 160.93 0,,
|
||||
-42342.2 19154.2 -373.875,118 120 113,stand,20.3839 160.48 0,,
|
||||
-42352.7 19354 -375.875,119 113,stand,22.9547 10.3404 0,,
|
||||
-42571.2 18980.3 -377.875,112 123 122 111,stand,23.9655 -82.571 0,,
|
||||
-42878.6 18978.8 -377.875,112 129 125 121 110,stand,23.515 33.2249 0,,
|
||||
-42068.1 18996.5 -377.875,121 124 181,stand,18.5876 65.4753 0,,
|
||||
-42334.7 18292.8 -381.875,123 110 173,stand,15.3412 101.609 0,,
|
||||
-43166.5 18651.1 -381.875,111 126 122,stand,23.6304 -117.59 0,,
|
||||
-43409.4 18602.7 -381.875,125 127 129,stand,20.9442 141.847 0,,
|
||||
-43658.6 18835.1 -381.875,126 128,stand,20.9442 -18.7404 0,,
|
||||
-43560.4 19000.3 -374.875,127 129,stand,16.9122 -31.5065 0,,
|
||||
-43147.8 19003.9 -377.875,128 122 126,stand,12.9901 -107.318 0,,
|
||||
-42504.4 20092.1 -383.875,114 197 205 215 214,stand,11.6443 170.779 0,,
|
||||
-42428.8 20306.8 -383.875,132 197 199 215,stand,17.8076 -144.798 0,,
|
||||
-41956.8 20355.9 -383.875,131 133 196 199 216,stand,13.4406 37.2899 0,,
|
||||
-41709.5 20559 -383.875,132 134 195 217,stand,14.2206 152.41 0,,
|
||||
-41276.8 20770.2 -377.875,133 156,stand,15.0061 174.361 0,,
|
||||
-41433.4 21436.7 -381.875,136 149 156,stand,21.0541 96.5282 0,,
|
||||
-41466.2 21833.9 -383.875,135 137,stand,18.3679 10.4118 0,,
|
||||
-41121.8 21861.6 -383.875,136 138,stand,33.15 -121.951 0,,
|
||||
-41123.6 21600.7 -503.875,137 139,stand,37.182 -124.528 0,,
|
||||
-41252 21584 -503.875,138 140,stand,29.7882 95.8251 0,,
|
||||
-41245.2 21849 -623.875,139 141,stand,35.166 -8.88016 0,,
|
||||
-41125.7 21848.9 -623.875,140 142,stand,29.118 -78.539 0,,
|
||||
-41136.6 21594.3 -639.875,141 143,stand,17.8076 2.64999 0,,
|
||||
-40708.8 21656.7 -639.875,142 144,stand,18.5876 178.887 0,,
|
||||
-40708.8 21728.3 -639.875,143 145,stand,51.9641 94.221 0,,
|
||||
-40712.7 21865.9 -771.875,144 146,stand,69.2072 104.526 0,,
|
||||
-40710.8 22580 -771.568,145 147,stand,11.8695 -122.77 0,,
|
||||
-41169.6 22646 -771.875,146 148,stand,30.4584 -123.781 0,,
|
||||
-41456 21544.4 -383.875,147,stand,12.9901 -107.016 0,,
|
||||
-41564.9 21297 -381.875,135 150,stand,15.4565 -90.3273 0,,
|
||||
-41996.9 21306.9 -381.875,149 151,stand,17.132 37.3009 0,,
|
||||
-42129.1 21502.9 -381.875,150 152,stand,11.4246 161.496 0,,
|
||||
-42491.6 21494.9 -381.875,151 153,stand,24.5258 -157.52 0,,
|
||||
-42473.2 20958.1 -381.875,152 154,stand,25.6464 -49.6779 0,,
|
||||
-42336.4 20827.7 -381.875,153 155 157,stand,23.8556 -59.7578 0,,
|
||||
-42317.6 20725.4 -377.875,154 204 217,stand,20.9442 -71.6286 0,,
|
||||
-41278.2 20832.6 -381.875,134 135 157 158,stand,33.9301 -157.294 0,,
|
||||
-41851.1 20838.4 -381.875,156 154,stand,62.5989 167.764 0,,
|
||||
-40792.5 20719.9 -377.875,156 159 193,stand,18.0328 -172.417 0,,
|
||||
-40657.9 20486.9 -383.875,158 160,stand,22.735 121.769 0,,
|
||||
-40518.4 20662 -377.875,159 161,stand,21.3892 26.4738 0,,
|
||||
-40017.2 20699.1 -377.875,160 162,stand,20.8289 -142.628 0,,
|
||||
-40135.5 20346.1 -383.875,161 163,stand,14.7809 -84.1695 0,,
|
||||
-39944.3 20010.9 -383.875,162 164,stand,14.5612 94.1881 0,,
|
||||
-39906 19715.5 -377.875,163 165,stand,15.3412 -131.317 0,,
|
||||
-40286.3 19712.8 -377.875,164 166,stand,10.0787 -171.187 0,,
|
||||
-40462.6 19325.4 -377.875,165 167,stand,-30.1257 -113.734 0,,
|
||||
-40848.8 19149.6 -377.875,166 168 190,stand,11.5344 52.4181 0,,
|
||||
-41122.6 18872 -383.875,167 169 187 190,stand,14.2206 12.2466 0,,
|
||||
-41359.5 18220.5 -383.875,168 170 177,stand,14.3359 -112.393 0,,
|
||||
-41701.7 17398.3 -383.875,169 171,stand,17.0221 -118.216 0,,
|
||||
-42093.2 17480.6 -383.875,170 172,stand,13.7756 160.035 0,,
|
||||
-42487.8 17643.5 -377.875,171 173 174,stand,18.8129 91.9469 0,,
|
||||
-42435.6 17935.2 -379.875,172 124 174,stand,26.767 37.4437 0,,
|
||||
-42234.2 17947.6 -377.875,173 172 175 176,stand,20.3839 -100.072 0,,
|
||||
-42194 18262.4 -377.875,174 176,stand,23.8556 -16.5321 0,,
|
||||
-41852.7 18203.3 -383.875,175 174 177,stand,17.3572 -8.57803 0,,
|
||||
-41661.5 18270 -375.875,176 169 178,stand,16.7969 158.057 0,,
|
||||
-41796.9 18669.9 -383.875,177 179 185 186,stand,14.5612 -35.4561 0,,
|
||||
-42028.1 18699.7 -377.875,178 180,stand,15.3412 74.2918 0,,
|
||||
-41937.2 18986.6 -377.875,179 181 185,stand,21.7242 99.7087 0,,
|
||||
-41963 19137.9 -375.875,180 123 182,stand,21.3892 -121.539 0,,
|
||||
-41992.2 19531.4 -377.875,181 183 184,stand,24.8608 55.1756 0,,
|
||||
-42071.5 19747.7 -377.875,182 195 197 198,stand,23.6304 143.533 0,,
|
||||
-41719.2 19594.3 -377.875,182 185 189 218,stand,16.9122 -8.06168 0,,
|
||||
-41610.4 19066.5 -383.875,184 180 178 188,stand,17.3572 -119.485 0,,
|
||||
-41485.2 18730 -375.875,178 187,stand,16.5717 27.4352 0,,
|
||||
-41379.5 18936 -375.875,186 168 188,stand,22.1747 -23.5194 0,,
|
||||
-41444.2 19062.6 -375.875,187 185 189 218,stand,23.1799 -71.0738 0,,
|
||||
-41275.5 19526 -383.875,188 184 190,stand,18.1427 -65.1411 0,,
|
||||
-40897.3 19336.5 -383.875,189 167 168 191,stand,21.6144 149.839 0,,
|
||||
-40943.8 19782 -383.875,190 192 194,stand,13.5504 91.1559 0,,
|
||||
-40506.8 19959.9 -383.875,191 193,stand,14.5612 82.5371 0,,
|
||||
-40948.9 20146.1 -383.875,192 158 194,stand,16.2366 149.949 0,,
|
||||
-41265.5 20005.8 -383.875,193 191 195,stand,20.8289 -6.15555 0,,
|
||||
-41476.1 20091.3 -383.875,194 133 183 196,stand,17.3572 -157.113 0,,
|
||||
-41937.1 20192.2 -375.875,195 132 197,stand,21.2793 107.135 0,,
|
||||
-42226.2 20106.6 -383.875,196 130 183 198 131,stand,17.0221 -34.2696 0,,
|
||||
-42216.8 19701.2 -377.875,197 183,stand,25.3113 29.193 0,,
|
||||
-42312 20419.9 -383.875,131 200 132 216,stand,19.3732 -136.398 0,,
|
||||
-42533.8 20510.1 -383.875,199 201 204,stand,19.0381 163.578 0,,
|
||||
-42834.8 20330.4 -383.875,200 202 214 215,stand,22.3999 -73.6885 0,,
|
||||
-43054.4 20541 -383.875,201 203 210,stand,17.4725 -111.729 0,,
|
||||
-43165.9 20735.9 -377.875,202 204,stand,21.3892 -23.4041 0,,
|
||||
-42560.7 20723.8 -377.875,203 200 155,stand,26.9867 -61.2575 0,,
|
||||
-42683.6 19963.4 -383.875,114 206 214 130,stand,20.9442 110.08 0,,
|
||||
-42825.7 19729.9 -377.875,205 114 207,stand,26.4319 21.162 0,,
|
||||
-43097 19735.1 -377.875,206 208 213,stand,15.3412 144.346 0,,
|
||||
-43228.9 20047.1 -383.875,207 209 211 212,stand,20.2686 46.5843 0,,
|
||||
-43366.7 20230.8 -375.875,208 210 212,stand,29.563 -46.3655 0,,
|
||||
-43131 20370.4 -383.875,209 211 202,stand,22.3999 -69.9916 0,,
|
||||
-43040.9 20181.4 -375.875,210 208 214,stand,32.6996 -159.92 0,,
|
||||
-43518.8 19877.8 -383.875,208 213 209,stand,17.132 28.2207 0,,
|
||||
-43455.3 19769.5 -377.875,212 207,stand,21.6144 60.3557 0,,
|
||||
-42781.3 20178.9 -375.875,211 201 205 130,stand,27.1021 -68.6513 0,,
|
||||
-42484.8 20184.9 -375.875,130 131 201,stand,53.8647 -109.855 0,,
|
||||
-41926.3 20475.1 -383.875,132 199 217,stand,26.8768 -141.293 0,,
|
||||
-41891.6 20653.7 -377.875,216 155 133 218,stand,16.9122 173.24 0,,
|
||||
-41607.4 19750.4 -377.875,217 184 188,stand,24.8608 125.307 0,,
|
||||
-43779.8 15040.3 -83.875,4 220 3,stand,24.306 44.865 0,,
|
||||
-43801.6 14835.7 -83.875,219 221,stand,25.7617 -86.4931 0,,
|
||||
-43751.1 14636.1 -83.875,220 222 244,stand,18.1482 -26.8044 0,,
|
||||
-43763.2 14467.9 -83.875,221 223,stand,27.5525 -124.346 0,,
|
||||
-43735.3 14324.5 -83.875,222 225 246,stand,19.4885 -35.7692 0,,
|
||||
-43902.4 13924 -83.875,225 226 227,stand,19.0436 7.90695 0,,
|
||||
-43745.9 14031.7 -83.875,224 223 237,stand,28.4479 98.7309 0,,
|
||||
-43796.5 13850.2 -83.875,224 229,stand,26.5417 175.218 0,,
|
||||
-44316.6 13835.1 -83.875,224 228,stand,11.5399 12.8398 0,,
|
||||
-44501.7 13883 -83.875,227,stand,22.6251 112.057 0,,
|
||||
-43592.7 13852.6 -83.875,226 230,stand,26.322 -172.049 0,,
|
||||
-43616.9 13485.8 -259.875,229 231 232 235 236,stand,26.8823 -109.224 0,,
|
||||
-43770.7 13189.2 -259.875,230 235,stand,28.5577 62.4156 0,,
|
||||
-43948.3 13628.2 -243.845,230 233,stand,30.2386 -31.7647 0,,
|
||||
-43874.8 13788.8 -259.875,232 234,stand,29.6783 -99.6327 0,,
|
||||
-43669.1 13643.8 -259.875,233,stand,31.134 -176.79 0,,
|
||||
-43885.3 13436 -259.875,231 230 236,stand,24.8663 -25.4201 0,,
|
||||
-43728.5 13553.4 -259.875,235 230,stand,25.9814 -158.009 0,,
|
||||
-43573 14100.1 -83.875,225 238 246,stand,21.955 102.917 0,,
|
||||
-43394.8 14191.6 -83.875,237 239,stand,28.6731 -57.6704 0,,
|
||||
-43344.3 14068.2 -83.875,238 240,stand,31.8097 -97.765 0,,
|
||||
-43227 14199.6 -83.875,239 241,stand,32.2546 165.852 0,,
|
||||
-43255.4 14534.1 -83.875,240 242 245,stand,23.5205 -153.944 0,,
|
||||
-43288.5 14832.3 -83.875,241 243 244,stand,22.9602 84.3224 0,,
|
||||
-43406.5 15002.4 -83.875,242 3,stand,39.8682 105.043 0,,
|
||||
-43575.1 14720.8 -83.875,242 221 245,stand,13.1055 33.2964 0,,
|
||||
-43509.7 14519.8 -83.875,244 241 246,stand,24.306 9.43954 0,,
|
||||
-43605.7 14382 -83.875,245 223 237,stand,26.0968 54.2363 0,,
|
||||
|
21
scriptdata/waypoints/ending_wp.csv
Normal file
@@ -0,0 +1,21 @@
|
||||
20
|
||||
-17500.5 23281.8 -16359.9,1 3,stand,24.6368 -1.59471 0.0,,
|
||||
-17138.2 23089.3 -16359.9,0 2,stand,23.291 128.868 0.0,,
|
||||
-16772.3 23275.0 -16359.9,1 3 4 5,stand,35.8374 35.1381 0.0,,
|
||||
-17118.8 23446.0 -16359.9,0 2,stand,21.275 163.475 0.0,,
|
||||
-16477.9 23072.4 -16359.9,2 5 14,stand,17.3584 20.5043 0.0,,
|
||||
-16446.8 23447.4 -16359.9,2 4 14,stand,21.8353 -31.3127 0.0,,
|
||||
-15757.5 22754.9 -16359.9,14 15 16,stand,15.0073 127.967 0.0,,
|
||||
-15763.5 23801.1 -16359.9,8 9 14,stand,23.4064 -0.4796 0.0,,
|
||||
-15224.8 23991.7 -16359.9,7 9 10,stand,18.0286 -152.893 0.0,,
|
||||
-15245.6 23624.3 -16359.9,7 8 10,stand,26.6528 160.855 0.0,,
|
||||
-14922.9 23809.6 -16359.9,8 9 11 13,stand,17.6935 178.696 0.0,,
|
||||
-14547.0 23995.4 -16359.9,10 12,stand,32.2504 -0.369737 0.0,,
|
||||
-14137.8 23800.3 -16359.9,11 13,stand,37.403 -48.748 0.0,,
|
||||
-14576.1 23591.7 -16359.9,10 12,stand,31.0199 -169.246 0.0,,
|
||||
-15946.2 23283.2 -16359.9,4 5 6 7,stand,51.7401 -39.9425 0.0,,
|
||||
-15240.2 22930.6 -16359.9,6 16 17,stand,20.3796 -93.6986 0.0,,
|
||||
-15237.6 22559.6 -16359.9,6 15 19,stand,24.1919 164.953 0.0,,
|
||||
-14523.4 22536.0 -16359.9,15,stand,19.4843 -22.1391 0.0,,
|
||||
-14123.2 22761.3 -16359.9,19,stand,21.0553 25.4536 0.0,,
|
||||
-14573.1 22957.6 -16359.9,16 18,stand,18.3636 -148.317 0.0,,
|
||||
|
314
scriptdata/waypoints/estate_wp.csv
Normal file
@@ -0,0 +1,314 @@
|
||||
313
|
||||
110.255 452.885 168.123,1 7 14 12,stand,24.1864 101.877 0,,
|
||||
132.694 576.067 168.123,0 2 5 6,stand,31.6901 157.16 0,,
|
||||
-0.564437 681.052 168.123,1 3 6,stand,26.2024 61.0792 0,,
|
||||
139.501 827.302 168.123,2 4 6,stand,32.4756 7.99876 0,,
|
||||
221.672 834.606 168.123,3 5,stand,25.7574 -68.3782 0,,
|
||||
261.229 714.231 168.123,4 1,stand,39.1937 -130.528 0,,
|
||||
131.343 736.81 168.123,1 3 2,stand,19.9347 73.0598 0,,
|
||||
-224.706 490.274 168.123,0 8,stand,20.8301 -120.64 0,,
|
||||
-271.319 352.361 168.123,7 9 10,stand,30.4596 117.186 0,,
|
||||
-324.304 406.629 168.123,8,stand,27.4384 132.413 0,,
|
||||
-245.548 193.756 168.123,8 11,stand,17.5836 47.566 0,,
|
||||
-85.8801 154.536 168.123,10 12,stand,19.1492 14.9751 0,,
|
||||
61.4898 343.511 168.123,11 13 0,stand,26.6528 -37.7703 0,,
|
||||
216.226 251.361 168.123,12 14 24 38,stand,19.0393 -39.1161 0,,
|
||||
391.829 373.27 168.123,13 0 15 23 24,stand,22.2858 -165.882 0,,
|
||||
624.032 276.442 168.123,14 16 43,stand,23.9667 -92.5316 0,,
|
||||
757.058 199.492 168.123,15 17 44,stand,21.1652 -19.7417 0,,
|
||||
902.849 166.619 168.123,16 18,stand,20.0446 -10.1067 0,,
|
||||
961.589 387.229 168.123,17 19,stand,16.6882 84.0736 0,,
|
||||
622.061 495.811 168.123,18 20,stand,19.1492 112.517 0,,
|
||||
584.395 602.571 168.123,19 21 23,stand,32.5854 150.925 0,,
|
||||
590.264 727.517 168.123,20 22,stand,28.1085 103.333 0,,
|
||||
469.043 769.266 168.123,21 23 231,stand,22.6208 162.461 0,,
|
||||
440.357 633.584 168.123,22 20 14,stand,17.8033 -87.791 0,,
|
||||
401.952 246.263 168.125,14 13 25,stand,21.0553 109.49 0,,
|
||||
341.097 38.2166 296.125,24 26 31,stand,20.495 -108.319 0,,
|
||||
278.638 18.36 296.125,25 27 28 29 31,stand,28.2184 134.094 0,,
|
||||
254.301 220.752 296.125,26 28,stand,20.6049 -130.72 0,,
|
||||
118.78 169.285 296.125,27 26,stand,31.8054 165.675 0,,
|
||||
242.765 -62.3413 296.125,26 30,stand,36.3977 166.938 0,,
|
||||
138.5 -39.0725 296.125,29 31,stand,32.1405 167.163 0,,
|
||||
358.877 -88.5232 296.125,30 26 25 32 33,stand,17.1332 68.874 0,,
|
||||
637.983 -139.942 296.125,31,stand,21.275 3.69762 0,,
|
||||
420.676 -20.9771 296.125,31 34,stand,23.1812 54.3171 0,,
|
||||
537.092 144.655 296.125,33 35,stand,28.2184 -96.0802 0,,
|
||||
703.952 122.064 296.125,34 36 37,stand,26.6528 66.9734 0,,
|
||||
693.89 311.552 296.125,35,stand,22.8461 113.001 0,,
|
||||
840.266 26.5772 296.125,35,stand,17.0233 -30.0853 0,,
|
||||
161.525 -258.266 168.125,13 39,stand,21.6156 -86.7528 0,,
|
||||
356.727 -322.826 169.718,38 40,stand,35.722 73.4993 0,,
|
||||
484.429 -109.462 168.125,39 41 45,stand,16.908 70.9285 0,,
|
||||
440.304 -6.16483 168.125,40 42,stand,25.0873 72.3841 0,,
|
||||
492.049 106.922 168.125,41 43,stand,30.2344 19.5234 0,,
|
||||
574.522 111.543 168.125,42 15,stand,23.7415 74.3946 0,,
|
||||
763.012 51.1253 168.125,16 45 46,stand,23.5162 -142.184 0,,
|
||||
645.383 -105.5 168.125,44 40,stand,22.8461 96.4222 0,,
|
||||
863.149 -10.0799 144.125,44 47,stand,29.0039 167.498 0,,
|
||||
783.63 -220.686 32.125,46 48,stand,39.0839 174.332 0,,
|
||||
631.881 -216.563 16.125,47 49 50,stand,19.259 -130.127 0,,
|
||||
591.459 46.8069 16.125,48 50 54,stand,27.5482 59.5466 0,,
|
||||
714.64 99.061 16.125,49 51 48,stand,27.8833 81.3819 0,,
|
||||
782.633 217.536 16.125,50 52,stand,11.9806 53.3888 0,,
|
||||
755.214 355.918 16.125,51 53,stand,23.5162 84.2933 0,,
|
||||
767.88 439.444 14.7686,52 269,stand,24.527 82.2773 0,,
|
||||
511.784 158.876 16.125,49 55 57,stand,12.431 116.467 0,,
|
||||
496.931 324.522 16.125,54 56,stand,19.0393 156.787 0,,
|
||||
311.633 364.268 13.6673,55,stand,22.6208 153.425 0,,
|
||||
371.106 94.6065 16.125,54 58 59,stand,22.1759 -165.849 0,,
|
||||
118.131 238.546 16.125,57,stand,23.9667 165.263 0,,
|
||||
313.213 -204.623 14.9124,57 60 62,stand,16.463 -22.3949 0,,
|
||||
286.705 -295.485 14.1072,59 61 62 125,stand,27.7734 67.6435 0,,
|
||||
154.271 -509.867 -12.7709,60 62 63,stand,28.6688 -161.333 0,,
|
||||
161.428 -245.668 12.8404,61 60 59 239,stand,20.6049 -0.219009 0,,
|
||||
124.714 -870.507 -103.858,61 64 100 309,stand,20.8301 -71.8554 0,,
|
||||
74.523 -1283.01 -157.351,63 65 100 309,stand,18.8141 -94.8113 0,,
|
||||
119.337 -1511.23 -152.793,64 66 83 104,stand,22.9559 -120.459 0,,
|
||||
-81.7478 -1799.58 -191.217,65 67 103 104,stand,20.8301 -127.067 0,,
|
||||
-124.597 -2237.57 -164.298,66 68 82 83 101 102,stand,15.4523 -90.6694 0,,
|
||||
-12.6338 -2451.63 -155.875,67 69 82,stand,24.8621 -96.8273 0,,
|
||||
-133.64 -2558.64 -157.875,68 70 74 75 76,stand,30.3497 -159.318 0,,
|
||||
-272.64 -2538.69 -157.875,69 71 73,stand,24.6368 -119.563 0,,
|
||||
-388.036 -2539 -157.875,70 72 101,stand,25.7574 178.957 0,,
|
||||
-521.615 -2525.32 -186.906,71 95 101,stand,26.8781 116.582 0,,
|
||||
-348.694 -3040.88 -157.875,70,stand,24.6368 -91.823 0,,
|
||||
-224.952 -2436.45 -155.875,69,stand,22.1759 85.337 0,,
|
||||
29.7272 -2544.05 -157.875,69,stand,21.1652 -113.664 0,,
|
||||
-30.2958 -2629.32 -157.875,69 77,stand,24.6368 -101.233 0,,
|
||||
-9.04946 -2797.45 -157.875,76 78,stand,18.3636 -32.3595 0,,
|
||||
-46.0229 -3046.2 -157.875,77 79,stand,33.1458 -57.8917 0,,
|
||||
26.8765 -3060.28 -157.875,78 80 90,stand,37.6282 148.047 0,,
|
||||
34.8157 -2804.2 -157.875,79 81,stand,27.4384 -89.5873 0,,
|
||||
70.7174 -2542.27 -155.875,80 82,stand,25.5322 174.255 0,,
|
||||
143.286 -2411.82 -166.799,81 68 67 83 85 105,stand,17.1332 168.652 0,,
|
||||
101.739 -1884.34 -177.959,82 65 84 67 105,stand,14.7821 75.6691 0,,
|
||||
998.473 -1487.1 -249.534,83 112 113 308,stand,20.1599 155.968 0,,
|
||||
406.39 -2951.61 -125.325,82 86 106,stand,18.2538 89.0339 0,,
|
||||
635.343 -2929.25 -152.729,85 87 107,stand,15.5676 -159.768 0,,
|
||||
729.089 -3276.86 -145.935,86 88 108,stand,25.9827 -114.301 0,,
|
||||
562.693 -3405.59 -185.38,87 89,stand,27.4384 -156.741 0,,
|
||||
177.48 -3235.56 -243.317,88 90 91,stand,22.8461 139.648 0,,
|
||||
142.896 -3118.71 -205.875,89 79,stand,13.8867 122.965 0,,
|
||||
-64.0494 -3324.91 -276.503,89 92,stand,25.5322 -145.431 0,,
|
||||
-355.93 -3356.75 -312.125,91 93,stand,22.2858 144.13 0,,
|
||||
-504.707 -3094.58 -284.667,92 94,stand,18.0286 93.6207 0,,
|
||||
-507.377 -2881.23 -258.306,93 95,stand,19.8193 151.074 0,,
|
||||
-732.112 -2752.74 -271.945,94 72 96,stand,10.6403 59.5796 0,,
|
||||
-736.226 -2174.87 -179.034,95 97,stand,8.28918 31.5809 0,,
|
||||
-512.991 -2117.48 -157.601,96 98 101 102,stand,18.479 78.8386 0,,
|
||||
-588.299 -1818.25 -162.98,97 99 102 103,stand,19.1492 75.5921 0,,
|
||||
-427.576 -1508.22 -156.288,98 100,stand,16.7981 57.6734 0,,
|
||||
-137.299 -1209.74 -142.838,99 63 64 104,stand,26.4276 52.8614 0,,
|
||||
-366.988 -2373.23 -157.875,67 71 97 72,stand,39.9792 -31.129 0,,
|
||||
-415.501 -1963.97 -146.25,97 98 103 67,stand,29.6741 -34.2272 0,,
|
||||
-354.551 -1786.47 -179.375,102 98 66 104,stand,16.7981 -38.2592 0,,
|
||||
-220.549 -1504.14 -140.698,103 100 66 65,stand,21.7255 78.0586 0,,
|
||||
371.273 -2204.31 -157.305,83 82 106,stand,11.9806 -105.27 0,,
|
||||
688.035 -2381.19 -155.551,105 107 85,stand,17.0233 -91.4934 0,,
|
||||
948.885 -2649.97 -141.579,106 86 108,stand,25.5322 136.028 0,,
|
||||
1134.88 -3179.37 -163.801,107 87 109 110,stand,15.6775 -155.214 0,,
|
||||
1360.27 -3586.4 -276.541,108,stand,12.0959 -9.07399 0,,
|
||||
1350.1 -2865.76 -265.6,108 111,stand,4.8175 -159.098 0,,
|
||||
1148.07 -2377.7 -274.462,110 112,stand,19.4843 89.4734 0,,
|
||||
1273.59 -1893.77 -282.822,111 113 84,stand,13.1012 90.8192 0,,
|
||||
1187.66 -1319.9 -261.431,112 84 114,stand,9.85474 -160.894 0,,
|
||||
2374.67 -950.726 -262.521,113 115,stand,12.876 45.3523 0,,
|
||||
2378.1 -675.539 -195.91,114 116 119 312,stand,7.3938 173.684 0,,
|
||||
2042.28 -635.976 -116.836,115 117 312,stand,11.2006 157.451 0,,
|
||||
1838.49 -352.501 -89.6927,116 118 122,stand,19.3744 88.0177 0,,
|
||||
1911.49 46.7767 -78.9129,117 121 122,stand,17.3584 62.5953 0,,
|
||||
2542.39 -262.197 -83.6367,115 120 126,stand,18.7042 57.4427 0,,
|
||||
2589.97 107.337 -114.253,119 121 126 272,stand,16.2378 105.376 0,,
|
||||
2288.43 251.754 -92.3036,120 118 272,stand,7.94861 -177.692 0,,
|
||||
1531 155.579 -14.1633,118 123 300 117,stand,12.9913 -51.7064 0,,
|
||||
1085.45 235.721 8.125,122 124 270 271,stand,12.6563 171.783 0,,
|
||||
878.31 -386.795 10.1057,123 125 308,stand,19.0393 157.896 0,,
|
||||
563.575 -362.867 8.125,124 60,stand,26.543 170.997 0,,
|
||||
2749.23 -51.2308 -126.043,119 120 127,stand,21.275 150.618 0,,
|
||||
3300.04 -475.125 -118.429,126 128 131,stand,17.9187 -29.0087 0,,
|
||||
3964.84 26.2966 -119.875,127 129 130,stand,18.479 103.695 0,,
|
||||
4212.14 95.5983 -119.785,128 277 278 275,stand,15.1172 109.403 0,,
|
||||
3961.46 386.931 -119.875,128,stand,17.8033 96.7463 0,,
|
||||
4153.55 -173.738 -111.875,127 132 278,stand,15.0073 13.4645 0,,
|
||||
4883.23 -510.718 -75.1606,131 133,stand,14.6722 74.6089 0,,
|
||||
5312.18 -311.056 -85.5428,132 134,stand,13.8867 78.8661 0,,
|
||||
5327.13 337.273 -113.561,133 135,stand,13.1012 99.6962 0,,
|
||||
5311.31 866.108 -114.471,134 136 284,stand,13.9966 86.8147 0,,
|
||||
5412.29 1046.25 -130.508,135 137,stand,14.5569 32.2785 0,,
|
||||
5732.46 1246.02 -132.404,136 138,stand,14.1119 38.777 0,,
|
||||
6182.62 1696.21 -166.054,137 139 288,stand,11.6455 67.2206 0,,
|
||||
6061.75 2628.24 -172.837,138 140,stand,9.9646 93.5328 0,,
|
||||
5905.76 3211.28 -161.395,139 141,stand,27.323 109.1 0,,
|
||||
5675.2 2848.64 -192.295,140 142 143 290,stand,28.6688 50.0819 0,,
|
||||
5168.98 3255.85 -181.399,141 143 147,stand,23.7415 64.1938 0,,
|
||||
5410.06 2928.98 -207.365,142 141 144 290,stand,17.2485 113.836 0,,
|
||||
5738.83 3424.5 -391.727,143 145,stand,22.7362 91.775 0,,
|
||||
5455.54 3628.81 -367.294,144 146,stand,5.71289 -177.516 0,,
|
||||
5099.57 3935.46 -390.563,145 147,stand,20.495 111.484 0,,
|
||||
4692.38 3731.52 -238.392,146 148 142,stand,10.6403 175.205 0,,
|
||||
4231.46 3524.98 -167.812,147 149 289,stand,13.9966 -170.798 0,,
|
||||
3742.09 3410.4 -154.761,148 150,stand,9.06921 -173.149 0,,
|
||||
3455.37 3252.41 -96.0957,149 151,stand,11.2006 -139.328 0,,
|
||||
3053.6 2594.98 -126.49,150 152 294,stand,11.4203 -129.253 0,,
|
||||
2572.41 2273.85 -102.204,151 153 294,stand,10.7501 162.774 0,,
|
||||
2446.37 2556.64 6.01616,152 154,stand,10.7501 -177.851 0,,
|
||||
2048.47 2726.36 -11.3571,153 155,stand,14.7821 132.875 0,,
|
||||
1857.69 3209.77 24.7086,154 156,stand,13.3264 132.315 0,,
|
||||
1260.82 2942.5 34.3176,155 157 303,stand,36.8427 75.7624 0,,
|
||||
994.359 2592.99 43.0731,156 158,stand,12.9913 -128.693 0,,
|
||||
808.199 2235.67 56.0765,157 159,stand,20.495 -28.4649 0,,
|
||||
1118.09 2060.27 9.07689,158 160,stand,23.1812 -62.2808 0,,
|
||||
1184.66 1765.33 2.61213,159 161,stand,17.0233 -84.0062 0,,
|
||||
1197.25 1500.55 15.1412,160 162,stand,14.3372 -113.235 0,,
|
||||
1088.54 1328.84 79.0418,161 163,stand,13.3264 -133.39 0,,
|
||||
956.441 1269.35 122.477,162 164,stand,14.7821 -153.099 0,,
|
||||
899.126 1066 100.365,163 165,stand,18.5889 114.736 0,,
|
||||
763.161 1075.78 126.987,164 166,stand,25.5322 -12.4798 0,,
|
||||
816.399 1432.05 135.673,165 167,stand,23.1812 78.1135 0,,
|
||||
937.843 1878.5 135.765,166 168,stand,24.8621 82.8212 0,,
|
||||
519.454 1914.18 93.1393,167 169 229,stand,27.5482 165.466 0,,
|
||||
171.886 2225.64 31.6377,168 170,stand,36.1725 9.05345 0,,
|
||||
167.158 2351.18 50.7704,169 171,stand,18.8141 121.488 0,,
|
||||
-115.282 2665.22 19.7159,170 172,stand,20.3796 121.603 0,,
|
||||
-360.056 2832.72 33.0815,171 173,stand,35.6122 -170.87 0,,
|
||||
-736.621 2362.91 -133.038,172 174 242,stand,38.1885 145.789 0,,
|
||||
-860.531 2496.9 -197.203,173 175 253,stand,22.3956 89.6876 0,,
|
||||
-526.902 3119.94 -247.732,174 176,stand,18.2538 66.056 0,,
|
||||
-231.097 3223.74 -200.926,175 177,stand,14.6722 -157.801 0,,
|
||||
-369.444 3641.53 -249.847,176 178 252,stand,23.6316 94.8017 0,,
|
||||
-350.056 4246.23 -333.431,177 179 260,stand,17.9187 124.256 0,,
|
||||
-494.398 4707.73 -300.215,178 180,stand,2.46643 163.785 0,,
|
||||
-1090.52 4651.15 -229.525,179 181 260,stand,23.5162 173.98 0,,
|
||||
-1411.62 4844.2 -231.084,180 182 264,stand,18.0286 123.586 0,,
|
||||
-1470.96 4951.16 -216.431,181 183,stand,17.2485 116.082 0,,
|
||||
-1697.8 5229.33 -224.584,182 184,stand,9.51965 129.183 0,,
|
||||
-1887.56 5476.09 -214.826,183 185 265,stand,9.74487 120.449 0,,
|
||||
-1917.27 5715.79 -153.094,184 187 201,stand,12.6563 66.1384 0,,
|
||||
-2037.99 6288.82 -82.6182,187 188 201,stand,18.0286 111.94 0,,
|
||||
-1869.67 5978.31 -97.4859,186 185,stand,40.3143 -127.265 0,,
|
||||
-2190.25 6651.04 -130.709,186 189 201,stand,10.3052 136.127 0,,
|
||||
-2569.85 6788.41 -36.3038,188 190,stand,2.01599 177.337 0,,
|
||||
-2828.54 6773.58 32.1062,189 191,stand,3.02124 178.232 0,,
|
||||
-3190.73 6826.03 122.579,190 192,stand,3.58154 173.865 0,,
|
||||
-3549.73 6854.9 186.355,191 193,stand,22.6208 16.1122 0,,
|
||||
-3631.93 6655.28 216.389,192 194,stand,6.60828 -114.35 0,,
|
||||
-3824.31 6294.08 298.892,193 195,stand,-2.24121 -130.363 0,,
|
||||
-3820.09 6187.88 319.144,194 196,stand,27.9987 112.501 0,,
|
||||
-3410.75 6455.31 154.553,195 197,stand,27.9987 35.904 0,,
|
||||
-3039 6559.1 59.4742,196 198,stand,30.4596 10.5146 0,,
|
||||
-3063.49 6172.02 -46.5276,197 199 201,stand,21.1652 -25.5425 0,,
|
||||
-3257.32 5732.46 -263.085,198 200,stand,22.1759 -93.7401 0,,
|
||||
-2867.24 5717.29 -171.839,199 201 202,stand,7.16858 -15.6823 0,,
|
||||
-2554.24 6119.1 -68.4513,200 198 186 188 185 265,stand,22.1759 34.2616 0,,
|
||||
-2443.92 5243.28 -234.124,200 203 265,stand,12.9913 -47.4602 0,,
|
||||
-2143.54 4869.82 -225.217,202 204 265,stand,16.5729 -71.8718 0,,
|
||||
-2436.51 4482.38 -150.228,203 205,stand,15.3424 -134.697 0,,
|
||||
-2609.36 4249.1 -165.786,204 206,stand,23.9667 -47.5701 0,,
|
||||
-2569.46 3973.44 -214.173,205 207 262,stand,32.5909 -121.926 0,,
|
||||
-2603.56 3629.74 -344.001,206 208,stand,32.0306 -96.2834 0,,
|
||||
-2667.79 3472.06 -410.49,207 209 261,stand,27.4384 -127.638 0,,
|
||||
-2839.76 3153.52 -463.875,208 210,stand,25.5322 -115.542 0,,
|
||||
-2681.62 2859.32 -430.475,209 211 261 266,stand,6.71814 -66.9445 0,,
|
||||
-2539.85 2148.69 -295.537,210 212 247 256 266,stand,4.8175 -78.3648 0,,
|
||||
-2559.9 1814.97 -301.355,211 213,stand,9.85474 -102.441 0,,
|
||||
-2652.77 1454.78 -284.686,212 214 247,stand,11.3104 -84.1875 0,,
|
||||
-2643.41 1010.11 -329.04,213 215,stand,18.3636 -94.1576 0,,
|
||||
-2578.53 866.882 -332.808,214 216 246,stand,30.4596 -171.985 0,,
|
||||
-2686.02 635.174 -338.734,215 217,stand,16.463 -125.293 0,,
|
||||
-2627.59 521.979 -330.144,216 218,stand,14.6722 -37.3803 0,,
|
||||
-2239.05 388.646 -330.653,217 219,stand,16.1279 -15.5449 0,,
|
||||
-2158.04 280.044 -327.681,218 220,stand,16.1279 -30.9972 0,,
|
||||
-2014.08 357.403 -333.335,219 221,stand,12.876 30.5921 0,,
|
||||
-1907.03 584.206 -313.461,220 222 246,stand,16.6882 67.3249 0,,
|
||||
-1515.05 1032.15 -389.634,221 223 245,stand,22.2858 39.8866 0,,
|
||||
-1299.73 1208.81 -423.996,222 224,stand,21.6156 58.7007 0,,
|
||||
-1190.13 1374.91 -478.741,223 225,stand,14.3372 31.493 0,,
|
||||
-831.05 1593.67 -365.197,224 226,stand,4.36707 29.1365 0,,
|
||||
-551.872 1864.99 -147.644,225 227 242,stand,-1.23047 31.2678 0,,
|
||||
-180.132 1872.45 -72.728,226 228,stand,2.57629 -15.7702 0,,
|
||||
180.092 1789.7 23.3686,227 229,stand,6.71814 -32.343 0,,
|
||||
394.088 1732.59 68.9313,228 168 230 240,stand,19.0393 89.2756 0,,
|
||||
548.328 1421.14 125.77,229 231,stand,8.17383 -57.5072 0,,
|
||||
488.329 1004.97 152.125,230 22 232 267,stand,14.3372 -107.676 0,,
|
||||
-35.0819 999.79 152.411,231 233,stand,13.9966 -148.029 0,,
|
||||
-148.954 642.242 131.144,232 234,stand,26.8781 -177.928 0,,
|
||||
-255.204 652.559 111.968,233 235,stand,19.0393 -9.27724 0,,
|
||||
-435.826 399.997 80.0019,234 236,stand,14.892 -117.795 0,,
|
||||
-507.786 185.99 64.692,235 237,stand,11.5356 -64.1539 0,,
|
||||
-326.176 49.545 119.356,236 238,stand,12.9913 -35.8202 0,,
|
||||
1.29919 -57.1021 50.8862,237 239,stand,37.403 -36.6057 0,,
|
||||
4.72428 -228.944 17.4099,238 62,stand,28.894 -80.3917 0,,
|
||||
227.239 2005.55 19.1467,229 241,stand,18.5889 159.709 0,,
|
||||
-257.77 2149.58 -55.7782,240 242,stand,20.6049 169.229 0,,
|
||||
-606.343 2161.43 -106.407,241 173 243 226,stand,25.5322 162.73 0,,
|
||||
-1053.65 1988.13 -181.087,242 253 255,stand,13.8867 -146.76 0,,
|
||||
-1559.52 1626.15 -250.861,245 255,stand,15.7928 -141.498 0,,
|
||||
-1869.4 1285.17 -255.211,244 246 222 247,stand,19.1492 -127.161 0,,
|
||||
-2182.81 977.006 -270.339,245 215 221,stand,32.1405 -152.918 0,,
|
||||
-2101.2 1589.02 -239.875,245 213 211 248,stand,15.4523 3.86241 0,,
|
||||
-1918.28 2073.79 -229.36,247 249 254,stand,13.6615 53.6579 0,,
|
||||
-1502.91 2434.36 -205.719,248 250 253 254 256,stand,8.62427 44.4789 0,,
|
||||
-1391.47 2992.53 -125.966,249 251,stand,14.5569 77.9597 0,,
|
||||
-975.831 3522.52 -187.759,250 252,stand,17.0233 56.0145 0,,
|
||||
-621.55 3750.73 -235.512,251 177,stand,22.3956 0.808212 0,,
|
||||
-1232.5 2303.47 -193.796,249 174 243 255,stand,11.4203 -31.8596 0,,
|
||||
-1640.34 2167.66 -218.213,249 255 248,stand,17.3584 -20.8898 0,,
|
||||
-1239.46 1854.27 -211.846,254 243 244 253,stand,14.3372 137.687 0,,
|
||||
-1897 2688.81 -259.13,249 211 257 266,stand,16.6882 171.871 0,,
|
||||
-1802.58 3493.22 -338.028,256 258 261,stand,9.40979 -84.3962 0,,
|
||||
-1538.35 3532.86 -340.641,257 259,stand,10.3052 4.85667 0,,
|
||||
-1023.56 3760.53 -312.08,258 260,stand,9.9646 23.5609 0,,
|
||||
-741.905 4190.93 -283.494,259 178 180,stand,21.8353 35.8766 0,,
|
||||
-2290.96 3376.53 -383.91,257 208 210 262 266,stand,17.8088 -169.727 0,,
|
||||
-2247.34 3854.09 -218.3,261 206 263,stand,15.7928 150.557 0,,
|
||||
-1860.87 4208.65 -236.297,262 264,stand,10.415 126.239 0,,
|
||||
-1761.92 4792.57 -260.625,263 265 181,stand,11.4258 148.525 0,,
|
||||
-2154.39 5445.17 -210.721,264 201 184 202 203,stand,3.80676 120.081 0,,
|
||||
-2142.84 2685.85 -271.698,261 256 210 211,stand,26.7627 105.892 0,,
|
||||
875.357 851.942 51.0953,231 268 307,stand,22.3956 -22.0598 0,,
|
||||
1046.73 524.889 10.2957,267 269 271,stand,11.7609 -113.774 0,,
|
||||
921.429 411.807 14.0546,268 53 270,stand,14.1119 -160.246 0,,
|
||||
883.628 133.978 16.125,269 123,stand,21.9507 69.5442 0,,
|
||||
1122.66 462.35 8.125,268 123 301,stand,31.8054 -134.791 0,,
|
||||
2615.14 402.06 -122.317,121 120 273 300,stand,28.2184 -92.6854 0,,
|
||||
2808.26 425.445 -124.061,272 274,stand,24.7522 -163.009 0,,
|
||||
3897.51 749.613 -114.138,273 281,stand,32.926 -62.7807 0,,
|
||||
4091.93 642.303 -119.909,276 280 129,stand,24.7522 -58.8585 0,,
|
||||
4454.21 427.387 -121.223,275 277 279,stand,24.4116 29.944 0,,
|
||||
4551.19 271.502 -127.688,276 129 278,stand,18.1439 129.354 0,,
|
||||
4301.28 -95.9682 -116.091,277 129 131,stand,21.6156 133.276 0,,
|
||||
4360.08 824.227 -121.255,276 280 282,stand,13.1012 103.41 0,,
|
||||
4037.87 708.718 -120.342,279 275 281 282,stand,28.6688 -41.0167 0,,
|
||||
3929.74 685.116 -119.875,280 274,stand,37.0679 106.134 0,,
|
||||
4157.32 914.349 -122.261,280 279 283 295 296,stand,21.8353 -80.6884 0,,
|
||||
4636.12 968.06 -121.191,282 284,stand,16.5729 -171.869 0,,
|
||||
4939.44 1016.18 -131.875,283 135 285,stand,11.3104 -1.87794 0,,
|
||||
5219.82 1156.82 -141.829,284 286,stand,13.6615 30.2516 0,,
|
||||
5417.67 1394.7 -147.827,285 287,stand,6.71814 70.6813 0,,
|
||||
5416.99 1548.55 -143.93,286 288,stand,5.93811 101.586 0,,
|
||||
5378.31 1952.33 -147.305,287 289 292 138,stand,9.85474 116.961 0,,
|
||||
4925.32 2492.41 -167.013,288 290 148 293,stand,15.2325 92.8846 0,,
|
||||
5259.44 2800.45 -181.723,289 143 141 291,stand,26.4276 -28.2836 0,,
|
||||
5424.49 2491.31 -180.257,290 292,stand,16.6882 158.698 0,,
|
||||
5742.75 2288.03 -173.371,291 288,stand,14.2218 163.406 0,,
|
||||
4266.42 2163.02 -125.503,289 294 295,stand,12.3212 -170.919 0,,
|
||||
3279.33 2218.63 -107.619,293 152 151,stand,4.36707 179.111 0,,
|
||||
4393.56 1338.57 -164.128,293 282,stand,7.83875 -96.679 0,,
|
||||
3548.61 1074.4 -155.168,282 297,stand,9.18457 -170.216 0,,
|
||||
2974.85 1402.89 -193.251,296 298,stand,13.6615 141.071 0,,
|
||||
2398.34 1589.87 -168.668,297 299 302,stand,6.49841 176.348 0,,
|
||||
2057.91 1173.13 -118.758,298 300,stand,4.8175 -124.859 0,,
|
||||
1654 833.341 -53.6315,299 301 306 272 122,stand,7.83875 -177.379 0,,
|
||||
1208.78 594.541 8.125,300 271,stand,11.8707 -19.1485 0,,
|
||||
1807.38 2110.95 -45.3053,298 303,stand,6.04797 -91.0045 0,,
|
||||
1569.96 2327.77 -40.7573,302 156 304,stand,8.39905 122.515 0,,
|
||||
1754.16 1883.25 -14.537,303 305,stand,10.1898 -92.4547 0,,
|
||||
1679.09 1445.61 43.4732,304 306,stand,10.08 -121.794 0,,
|
||||
1355.79 1164.17 26.6135,305 307 300,stand,13.8867 -156.06 0,,
|
||||
1027.02 965.786 34.2427,306 267,stand,9.9646 -136.125 0,,
|
||||
767.016 -1066.58 -134.011,124 84 309 310,stand,0.785522 101.619 0,,
|
||||
313.687 -1005.82 -134.57,308 63 64,stand,19.9347 -104.073 0,,
|
||||
1175.55 -1039.95 -86.9421,308 311,stand,8.62427 25.3846 0,,
|
||||
1543.35 -836.458 -53.9352,310 312,stand,12.9913 23.039 0,,
|
||||
1900 -822.42 -90.4127,311 116 115,stand,21.6156 5.23021 0,,
|
||||
|
287
scriptdata/waypoints/favela_escape_wp.csv
Normal file
@@ -0,0 +1,287 @@
|
||||
286
|
||||
-1662.29 1835.52 1093.86,1,stand,25.5322 -90.3521 0.0,,
|
||||
-1651.62 1564.72 1095.82,0 14 47 110,stand,23.9667 -102.108 0.0,,
|
||||
-84.1973 -326.624 841.057,157 162 163 199 201 202,stand,26.0925 -90.3521 0.0,,
|
||||
1283.4 -684.269 825.961,4 204,stand,23.9667 -28.9825 0.0,,
|
||||
1415.4 -775.491 767.368,3 5,stand,30.2344 -32.6794 0.0,,
|
||||
1579.45 -855.696 696.204,4 6 215,stand,30.6848 -27.752 0.0,,
|
||||
1820.02 -879.535 700.889,5 7,stand,24.3018 -5.46628 0.0,,
|
||||
1856.12 -1294.13 708.879,6 8 206,stand,20.8301 -90.6872 0.0,,
|
||||
2303.85 -1602.02 702.219,7 9 211 212 213,stand,21.7255 -46.2256 0.0,,
|
||||
2636.43 -1300.11 699.826,8 10 213 214,stand,16.908 45.3784 0.0,,
|
||||
2501.09 -438.685 841.902,9 216 218,stand,17.3584 100.585 0.0,,
|
||||
3841.95 54.7929 1039.12,12 220 221 250 251 280,stand,13.6615 9.20596 0.0,,
|
||||
4483.64 191.068 1042.98,11 235 245 247 259 268,stand,13.6615 22.6422 0.0,,
|
||||
6150.79 826.75 1055.49,257 271 274,stand,15.9027 99.1291 0.0,,
|
||||
-1826.95 1241.84 1095.79,1 15 16 47,stand,31.4703 -103.321 0.0,,
|
||||
-1806.97 976.705 1067.64,14 16 18,stand,37.5128 -107.128 0.0,,
|
||||
-2059.21 852.031 1065.17,14 15 39 40 44 45 46,stand,29.0039 -146.322 0.0,,
|
||||
-1731.8 616.437 1056.57,18 20 39 50,stand,29.339 2.50983 0.0,,
|
||||
-1698.06 921.835 1071.46,15 17 19,stand,28.4436 98.2557 0.0,,
|
||||
-1702.08 1147.81 1085.24,18,stand,25.4224 72.273 0.0,,
|
||||
-1782.84 233.333 1054.49,17 21,stand,29.0039 114.345 0.0,,
|
||||
-1904.96 215.495 1056.68,20 22,stand,25.8673 -90.2148 0.0,,
|
||||
-1885.83 -237.299 1060.34,21 23 29,stand,25.9827 -88.2043 0.0,,
|
||||
-2270.7 -274.066 1060.9,22 24 29 30 61,stand,19.259 -168.157 0.0,,
|
||||
-2361.41 -386.049 1060.03,23 25 26 27,stand,26.7627 -79.7228 0.0,,
|
||||
-2458.11 -182.45 1060.22,24 26,stand,28.7787 85.2314 0.0,,
|
||||
-2513.38 -351.522 1060.19,24 25 59,stand,24.527 -111.495 0.0,,
|
||||
-2228.15 -441.648 1063.9,24 28,stand,23.9667 -11.4923 0.0,,
|
||||
-1987.27 -443.872 1065.32,27 29 62,stand,25.8673 94.3336 0.0,,
|
||||
-1995.98 -260.637 1062.42,22 23 28,stand,26.2024 91.5375 0.0,,
|
||||
-2347.88 -40.4495 1060.11,23 31 33 60 61,stand,20.495 145.068 0.0,,
|
||||
-2582.79 -29.1096 1060.3,30 32,stand,37.738 132.077 0.0,,
|
||||
-2596.41 88.6593 1062.72,31 33 57,stand,30.575 31.1786 0.0,,
|
||||
-2330.3 89.7279 1060.12,30 32 34 57 58 60,stand,32.2504 24.2353 0.0,,
|
||||
-2316.56 409.941 1056.13,33 35 54,stand,27.9987 73.509 0.0,,
|
||||
-2204.95 426.819 1056.63,34 38 58,stand,26.7627 10.9089 0.0,,
|
||||
-2054.82 506.67 1062.27,37 38,stand,18.8141 -160.621 0.0,,
|
||||
-2094.21 621.643 1063.06,36 38 41,stand,20.7202 135.884 0.0,,
|
||||
-2175.22 528.643 1062.37,35 36 37 43 53,stand,41.4349 -178.089 0.0,,
|
||||
-1918.69 601.393 1059.04,16 17,stand,20.8301 5.4212 0.0,,
|
||||
-2124.22 761.429 1065.14,16 41 44 46,stand,25.1971 -118.851 0.0,,
|
||||
-2131.11 681.937 1063.76,37 40,stand,43.9014 -71.1425 0.0,,
|
||||
-2269.7 659.299 1070.13,43 44,stand,35.387 -85.4797 0.0,,
|
||||
-2267.66 530.567 1070.13,38 42,stand,36.8427 -85.3643 0.0,,
|
||||
-2271.71 750.625 1065.02,16 40 42 46,stand,47.2577 -87.1551 0.0,,
|
||||
-2092.94 1039.46 1085.11,16,stand,38.6334 -143.004 0.0,,
|
||||
-2212.7 893.035 1065.8,16 40 44,stand,38.5236 -108.738 0.0,,
|
||||
-1983.07 1291.91 1097.85,1 14 48 49,stand,31.1298 93.5096 0.0,,
|
||||
-2017.41 1421.36 1100.81,47 49,stand,29.2291 40.3962 0.0,,
|
||||
-1965.02 1558.37 1101.01,47 48,stand,30.91 76.1182 0.0,,
|
||||
-1641.74 422.233 1074.64,17 51 52,stand,33.0359 80.5952 0.0,,
|
||||
-1633.66 669.217 1092.13,50,stand,28.4436 86.8683 0.0,,
|
||||
-1807.43 422.401 1055.15,50 53,stand,23.291 2.28461 0.0,,
|
||||
-2002.95 419.846 1060.5,38 52,stand,30.2344 169.48 0.0,,
|
||||
-2425.46 425.02 1056.72,34 55,stand,21.7255 -103.058 0.0,,
|
||||
-2459.16 237.427 1059.64,54 56,stand,16.1279 66.0383 0.0,,
|
||||
-2428.11 171.336 1056.82,55 57,stand,30.4596 -83.7988 0.0,,
|
||||
-2417.06 103.683 1060.13,32 33 56,stand,30.3497 -160.06 0.0,,
|
||||
-2207.88 142.915 1061.18,33 35,stand,34.3817 -96.5649 0.0,,
|
||||
-2488.12 -40.9596 1060.33,26,stand,59.6887 -19.4079 0.0,,
|
||||
-2251.59 8.84294 1062.43,30 33,stand,26.543 -2.82953 0.0,,
|
||||
-2258.28 -105.16 1061.95,23 30,stand,31.8054 20.7966 0.0,,
|
||||
-2005.16 -799.266 1074.68,28 63,stand,28.3337 -94.472 0.0,,
|
||||
-2015.85 -950.103 1038.66,62 66,stand,28.3337 -94.2467 0.0,,
|
||||
-2219.17 -1091.27 1034.45,65 66 68 69,stand,24.8621 178.181 0.0,,
|
||||
-2199.01 -1269.01 1036.39,64 67 68,stand,24.8621 93.7787 0.0,,
|
||||
-2051.73 -1087.16 1035.13,63 64 67,stand,33.8214 71.3776 0.0,,
|
||||
-2047.47 -1249.3 1034.52,65 66,stand,24.4116 -110.561 0.0,,
|
||||
-2419.29 -1294.13 1034.06,64 65 71 72 73 74,stand,20.495 -176.331 0.0,,
|
||||
-2352.26 -1078.46 1034.13,64 70 71,stand,24.527 -5.55414 0.0,,
|
||||
-2368.15 -945.152 1039.14,69,stand,30.1245 82.8803 0.0,,
|
||||
-2453.22 -1103.92 1034.13,68 69,stand,27.8833 -1.85724 0.0,,
|
||||
-2934.87 -1353.51 1039.37,68,stand,18.5889 11.579 0.0,,
|
||||
-2726.3 -1232.94 1034.13,68,stand,13.7769 161.976 0.0,,
|
||||
-2511.71 -1500.13 1037.63,68 75,stand,22.8461 -99.5092 0.0,,
|
||||
-2477.07 -1954.43 1036.13,74 76,stand,57.8979 -88.6492 0.0,,
|
||||
-2530.52 -2330.37 1037.13,75 77,stand,24.7467 -92.011 0.0,,
|
||||
-2517.32 -2841.37 1037.13,76 78,stand,12.5409 108.187 0.0,,
|
||||
-2913.38 -2871.79 1037.13,77 79 80,stand,16.463 -163.79 0.0,,
|
||||
-2930.51 -2645.03 1037.13,78,stand,15.7928 98.1074 0.0,,
|
||||
-3116.33 -2906.97 1037.13,78 81,stand,16.908 96.2067 0.0,,
|
||||
-3155.32 -2642.28 1038.13,80 82 98 107,stand,20.7202 102.925 0.0,,
|
||||
-3532.1 -2571.33 1039.95,81 83,stand,33.8214 88.1757 0.0,,
|
||||
-3557.38 -2168.04 1036.6,82 84 85 99,stand,18.0286 152.907 0.0,,
|
||||
-3850.38 -2331.74 1036.8,83,stand,28.4436 -157.709 0.0,,
|
||||
-3667.28 -1983.99 1038.13,83 86 88 90,stand,25.8673 104.639 0.0,,
|
||||
-3793.96 -1961.79 1044.13,85 87,stand,21.0553 -176.523 0.0,,
|
||||
-3849.71 -2090.1 1044.13,86,stand,40.3143 68.8727 0.0,,
|
||||
-3714.82 -1913.95 1041.49,85 89,stand,36.2823 114.675 0.0,,
|
||||
-3723.39 -1763.66 1038.08,88 90 91 92,stand,38.974 -70.6262 0.0,,
|
||||
-3514.72 -1782.34 1034.92,85 89 91 96,stand,30.2344 -126.25 0.0,,
|
||||
-3487.83 -1649.53 1038.13,89 90 93 97,stand,50.8447 57.9304 0.0,,
|
||||
-3843.2 -1688.43 1038.09,89,stand,29.8993 -37.7056 0.0,,
|
||||
-3485.96 -1576.97 1038.13,91 94,stand,35.5023 77.7167 0.0,,
|
||||
-3395.21 -1565.21 1038.13,93 95,stand,43.9014 4.36652 0.0,,
|
||||
-3382.81 -1422.47 1038.13,94,stand,38.4137 81.9684 0.0,,
|
||||
-3639.94 -1595.66 1038.64,90,stand,30.6848 118.141 0.0,,
|
||||
-3447.88 -1800.45 1036.82,91 100,stand,78.0524 139.196 0.0,,
|
||||
-3206.9 -2478.12 1037.03,81 99,stand,34.7168 100.706 0.0,,
|
||||
-3168.17 -2146.53 1032.74,83 98 100 102 103 107,stand,23.8513 19.4782 0.0,,
|
||||
-3151.02 -1773.82 1034.52,97 99 101 102,stand,14.892 179.313 0.0,,
|
||||
-3236.05 -1551.04 1038.13,100,stand,21.7255 -77.1356 0.0,,
|
||||
-2858.33 -1796.38 1034.13,99 100 103 105,stand,30.7947 165.953 0.0,,
|
||||
-2867.67 -2174.21 1031.36,99 102 104 107,stand,15.6775 97.2285 0.0,,
|
||||
-2745.66 -2158.52 1034.13,103 106 109,stand,15.6775 97.1131 0.0,,
|
||||
-2877.04 -1540.53 1034.11,102 106,stand,28.894 39.1437 0.0,,
|
||||
-2746.33 -1560.64 1035.89,104 105,stand,23.0713 -8.44904 0.0,,
|
||||
-2773.31 -2464.74 1034.41,81 99 103 108 109,stand,68.537 76.6456 0.0,,
|
||||
-2727.81 -2647.52 1040.95,107,stand,34.7156 -57.1734 0.0,,
|
||||
-2603.52 -2372.67 1038.13,104 107,stand,54.8755 167.239 0.0,,
|
||||
-1248.43 1550.61 1101.89,1 111 117 119,stand,37.2919 112.708 0.0,,
|
||||
-1385.25 1901.1 1098.17,110 112,stand,17.4725 1.24091 0.0,,
|
||||
-971.865 2026.75 1095.82,111 113 119,stand,22.8448 -0.549866 0.0,,
|
||||
-847.87 1878.59 1095.61,112 114,stand,24.6356 -53.5205 0.0,,
|
||||
-682.107 2034.12 1096.89,113 115 116 117,stand,17.8076 17.3633 0.0,,
|
||||
-326.234 2054.42 1097.05,114 116 117 118,stand,24.5258 -91.5991 0.0,,
|
||||
-53.939 2031.15 1091.7,114 115 118,stand,18.3679 -10.6298 0.0,,
|
||||
-495.765 1867.23 1095.08,110 114 115 118,stand,27.6624 -34.4921 0.0,,
|
||||
-231.457 1793.39 1096.66,115 116 117 120 121,stand,32.0294 -56.1077 0.0,,
|
||||
-941.978 1547.92 1101.9,110 112 120 142,stand,12.2046 -81.3049 0.0,,
|
||||
-316.397 1579.8 1101.12,118 119 121 122,stand,7.83753 -58.5797 0.0,,
|
||||
-111.922 1553.47 1096.13,118 120 122 125 126,stand,17.3572 -10.3167 0.0,,
|
||||
-302.099 1422.21 1101.75,120 121 123 124,stand,19.7083 -63.963 0.0,,
|
||||
-321.873 1218.63 1099.13,122,stand,36.2811 -68.33 0.0,,
|
||||
-227.32 1235.35 1090.78,122 125,stand,27.547 -80.5358 0.0,,
|
||||
8.09189 1263.06 1084.49,121 124,stand,19.2633 -73.9276 0.0,,
|
||||
-67.06 684.098 1041.88,121 127 128,stand,19.3732 -77.2949 0.0,,
|
||||
-44.048 470.586 1012.42,126 129 144 163,stand,30.1233 -103.53 0.0,,
|
||||
-307.272 678.029 1069.77,126 129,crouch,49.8328 177.852 0.0,,
|
||||
-361.787 523.057 1007.43,127 128 130 135,stand,26.2067 83.4846 0.0,,
|
||||
-360.913 418.647 1010.13,129 131 134,stand,23.4052 -73.0761 0.0,,
|
||||
-312.231 310.975 1010.13,130 132,stand,20.9442 -82.5958 0.0,,
|
||||
-305.637 151.366 1010.13,131 133,stand,40.4285 -155.951 0.0,,
|
||||
-384.953 181.882 1010.13,132 134,stand,36.8414 125.216 0.0,,
|
||||
-392.557 340.079 1010.13,130 133,stand,33.7103 88.3735 0.0,,
|
||||
-831.957 533.067 1007.75,129 136 141,stand,16.1267 -178.303 0.0,,
|
||||
-1027.06 518.818 1034.13,135 137 138,stand,33.8202 -176.957 0.0,,
|
||||
-1035.43 640.155 1034.13,136 140,stand,35.166 92.334 0.0,,
|
||||
-1093.94 477.439 1034.13,136 139,stand,28.783 162.888 0.0,,
|
||||
-1156.87 488.623 1034.13,138,stand,29.6783 161.762 0.0,,
|
||||
-1180.18 635.787 1034.13,137,stand,28.1073 -5.29047 0.0,,
|
||||
-911.522 814.256 1053.59,135 142,stand,26.0913 104.897 0.0,,
|
||||
-901.608 1071.3 1070.64,119 141 143,stand,23.4052 88.2087 0.0,,
|
||||
-473.748 994.737 1068.13,142,stand,20.1587 157.192 0.0,,
|
||||
178.334 476.38 1012.13,127 145,stand,28.1128 22.3951 0.0,,
|
||||
185.352 354.263 1012.12,144 146 147,stand,31.9196 -8.58637 0.0,,
|
||||
164.397 -188.185 1018.13,145 152,stand,24.8663 -93.3569 0.0,,
|
||||
407.943 420.15 1012.13,145 148,stand,22.9602 29.8273 0.0,,
|
||||
403.021 502.956 1077.35,147 149,stand,16.687 91.4167 0.0,,
|
||||
404.873 599.68 1140.13,148 150,stand,46.2512 -165.554 0.0,,
|
||||
307.423 569.296 1140.13,149 151,stand,30.6891 -99.0313 0.0,,
|
||||
325.41 385.901 1140.13,150,stand,35.3912 -55.921 0.0,,
|
||||
428.487 -151.855 1018.13,146 153,stand,29.9036 13.0897 0.0,,
|
||||
460.738 86.689 978.125,152 154,stand,36.5118 89.582 0.0,,
|
||||
320.576 93.7881 922.125,153 155,stand,54.5404 -179.155 0.0,,
|
||||
176.824 85.3173 850.125,154 156,stand,31.8042 -101.102 0.0,,
|
||||
209.16 -89.8216 850.125,155 157 158 159,stand,28.2227 -81.2774 0.0,,
|
||||
143.697 -174.199 851.125,2 156 162,stand,36.7316 -113.863 0.0,,
|
||||
521.983 -45.2187 850.125,156,stand,34.2706 7.30536 0.0,,
|
||||
318.018 -189.847 850.125,156 160 161,stand,25.3113 -45.7751 0.0,,
|
||||
544.724 -199.648 850.125,159,stand,35.9515 -88.4734 0.0,,
|
||||
226.479 -256.824 851.125,159 162,stand,44.1254 -160.703 0.0,,
|
||||
158.604 -240.612 850.125,2 157 161,stand,27.3273 -117.703 0.0,,
|
||||
-50.8866 -7.39195 912.481,2 127 164,stand,30.2386 92.7131 0.0,,
|
||||
-216.227 9.24829 920.523,163 165,stand,15.2313 163.037 0.0,,
|
||||
-295.426 45.7996 928.125,164 166,stand,55.661 -28.2025 0.0,,
|
||||
-484.889 -93.052 928.125,165 167,stand,29.3433 -110.853 0.0,,
|
||||
-496.493 -185.618 928.125,166 168 169,stand,24.751 -96.9659 0.0,,
|
||||
-316.974 -182.294 928.125,167,stand,35.8362 -7.93817 0.0,,
|
||||
-494.589 -323.738 956.022,167 170,stand,56.5564 -78.9428 0.0,,
|
||||
-484.857 -418.445 968.125,169 171,stand,30.0134 -85.4357 0.0,,
|
||||
-334.956 -624.062 968.125,170 174 176,stand,24.751 -57.3327 0.0,,
|
||||
-620.699 -445.668 968.125,173 174,stand,24.4159 77.6948 0.0,,
|
||||
-717.817 -418.883 968.125,172 175,stand,45.6909 -77.1575 0.0,,
|
||||
-629.134 -616.587 968.125,171 172 175,stand,68.3118 -2.02203 0.0,,
|
||||
-719.012 -596.197 968.125,173 174,stand,50.6183 92.6087 0.0,,
|
||||
-308.644 -714.331 972.125,171 177,stand,33.9355 -88.9568 0.0,,
|
||||
-341.933 -834.248 972.125,176 178 180,stand,24.9762 163.904 0.0,,
|
||||
-481.48 -884.188 972.125,177 179,stand,29.9036 -160.709 0.0,,
|
||||
-520.86 -700.035 972.125,178,stand,31.9196 -76.3391 0.0,,
|
||||
-295.149 -986.606 972.125,177 181 182,stand,33.4851 -77.5695 0.0,,
|
||||
-207.126 -1037.35 972.125,180,stand,37.8522 24.7846 0.0,,
|
||||
-490.053 -1145.68 972.125,180 183 186,stand,25.7617 -109.902 0.0,,
|
||||
-404.658 -1161.98 972.125,182 184,stand,37.4072 -9.67401 0.0,,
|
||||
-267.486 -1169.33 886.835,183 185,stand,41.9995 2.42194 0.0,,
|
||||
-149.699 -1163.88 820.06,184 196 198,stand,41.9995 2.42194 0.0,,
|
||||
-490.062 -1239.13 980.125,182 187 188,stand,47.3718 -38.6779 0.0,,
|
||||
-323.125 -1322.9 980.125,186,stand,28.8928 -10.1245 0.0,,
|
||||
-492.534 -1349.16 908.125,186 189,stand,42.3346 -86.5014 0.0,,
|
||||
-473.423 -1439.68 868.125,188 190 192 193,stand,47.7069 -16.2933 0.0,,
|
||||
-387.588 -1299.51 868.125,189 191,stand,42.5598 85.2753 0.0,,
|
||||
-282.289 -1266.32 868.125,190,stand,35.2759 -3.9776 0.0,,
|
||||
-286.451 -1373.75 868.125,189,stand,17.2473 9.34882 0.0,,
|
||||
-310.291 -1440.95 868.125,189 194,stand,44.9109 -1.51117 0.0,,
|
||||
-259.298 -1440.93 852.125,193 195,stand,45.8063 0.279602 0.0,,
|
||||
-205.269 -1440.82 825.166,194 196,stand,45.6909 0.724548 0.0,,
|
||||
-59.5188 -1489.87 815.464,185 195 197,stand,23.1854 84.1547 0.0,,
|
||||
663.997 -1539.99 814.125,196 203 210,stand,19.4885 -5.72992 0.0,,
|
||||
-48.1863 -953.435 815.779,185 199,stand,22.29 62.4677 0.0,,
|
||||
-193.362 -420.515 839.345,2 198,stand,18.1427 12.1833 0.0,,
|
||||
-517.912 -267.336 850.001,201,stand,34.6057 -15.4363 0.0,,
|
||||
-348.21 -323.543 826.579,2 200,stand,28.338 149.633 0.0,,
|
||||
337.677 -413.249 827.946,2 203,stand,14.0009 -4.25775 0.0,,
|
||||
631.338 -403.222 823.329,197 202 204,stand,10.9796 -102.695 0.0,,
|
||||
1316.83 -374.262 825.595,3 203 205,stand,28.338 -117.966 0.0,,
|
||||
1490.09 -177.722 879.165,204,stand,27.4371 -105.173 0.0,,
|
||||
1899.09 -1524.42 690.448,7 207 214 215,stand,24.306 -110.864 0.0,,
|
||||
1535.25 -2018.85 702.125,206 208 211,stand,16.8024 173.88 0.0,,
|
||||
1173.03 -1851.96 708.201,207 209 210,stand,18.9282 136.812 0.0,,
|
||||
1084.08 -1693.1 779.476,208 210,stand,15.3467 114.191 0.0,,
|
||||
953.113 -1580.5 810.475,197 208 209,stand,16.3519 150.479 0.0,,
|
||||
1912.49 -2080.34 698.521,8 207 212,stand,25.4266 -4.89496 0.0,,
|
||||
2298.52 -2024.81 702.613,8 211 213,stand,22.0648 26.2348 0.0,,
|
||||
2562.0 -1766.42 702.137,8 9 212,stand,18.0328 61.1768 0.0,,
|
||||
2179.35 -1141.86 703.122,9 206,stand,26.767 30.3712 0.0,,
|
||||
2008.95 -1021.63 713.125,5 206,stand,20.6091 -169.294 0.0,,
|
||||
2563.23 -382.029 851.842,10 217 218,stand,27.4426 -2.73065 0.0,,
|
||||
2696.45 -381.555 897.125,216 279,stand,30.354 3.08661 0.0,,
|
||||
2430.3 41.8152 924.543,10 216 219 279,stand,35.0562 -17.5237 0.0,,
|
||||
2417.31 311.525 945.771,218,stand,26.9922 75.3052 0.0,,
|
||||
3497.94 4.83604 995.297,11 221 277 278,stand,15.7916 88.7635 0.0,,
|
||||
3513.42 112.043 994.644,11 220 222 277,stand,31.5845 90.1093 0.0,,
|
||||
3509.55 202.575 1019.13,221 223,stand,30.1288 92.0154 0.0,,
|
||||
3554.05 357.016 1019.13,222 224,stand,32.4799 -60.3924 0.0,,
|
||||
3657.23 369.776 1019.13,223 225,stand,31.6943 4.784 0.0,,
|
||||
3667.96 464.421 1043.13,224 226 229,stand,19.5984 92.5757 0.0,,
|
||||
3602.71 568.47 1043.13,225 227,stand,35.5011 112.846 0.0,,
|
||||
3664.33 636.63 1043.13,226 228,stand,36.8469 31.9861 0.0,,
|
||||
3762.69 597.943 1043.13,227 229,stand,33.0402 -40.2435 0.0,,
|
||||
3724.18 455.28 1043.13,225 228 230,stand,30.6891 -67.3412 0.0,,
|
||||
3790.48 448.826 1043.13,229 232,stand,45.9161 -17.1777 0.0,,
|
||||
4200.7 361.413 1032.01,232,stand,31.0242 -47.6373 0.0,,
|
||||
3895.68 429.287 1031.38,230 231 233 234 280,stand,62.489 60.7758 0.0,,
|
||||
4071.52 722.857 1036.83,232 236 245,stand,30.2386 71.5259 0.0,,
|
||||
4269.66 559.065 1035.13,232 235,stand,35.7263 -35.2996 0.0,,
|
||||
4276.54 372.629 1051.66,12 234,stand,33.7103 -66.9842 0.0,,
|
||||
4035.12 1075.87 1051.36,233 237,stand,26.2067 -13.7939 0.0,,
|
||||
4143.69 1074.14 1048.13,236 238 239,stand,24.306 18.4565 0.0,,
|
||||
4370.55 1053.36 1048.13,237,stand,30.799 94.7126 0.0,,
|
||||
4282.08 1167.95 1048.13,237 240,stand,43.0048 49.6027 0.0,,
|
||||
4286.66 1251.53 1048.13,239 241,stand,39.198 92.9438 0.0,,
|
||||
4429.6 1263.75 1047.21,240 242,stand,27.3273 9.73334 0.0,,
|
||||
4833.29 1360.85 1046.13,241 243,stand,32.1448 9.73883 0.0,,
|
||||
4946.37 1264.5 1046.13,242 244,stand,28.1128 -31.2512 0.0,,
|
||||
5116.37 1244.61 1046.3,243 275,stand,26.0968 -6.60883 0.0,,
|
||||
4441.0 729.756 1050.38,12 233 246 268,stand,28.1128 -1.57159 0.0,,
|
||||
4507.81 978.344 1057.08,245 275,stand,23.4106 -105.261 0.0,,
|
||||
4295.04 -240.857 1053.83,12 248 252 253 254,stand,20.274 179.483 0.0,,
|
||||
4214.58 -237.297 1050.13,247 249,stand,29.3433 148.584 0.0,,
|
||||
4133.42 -159.491 1050.13,248 250,stand,26.767 152.616 0.0,,
|
||||
3955.59 -134.046 1049.36,11 249 251,stand,29.6783 173.215 0.0,,
|
||||
3938.2 -320.959 1058.22,11 250 252,stand,26.8823 -48.0602 0.0,,
|
||||
4292.13 -387.762 1062.91,247 251,stand,24.6411 29.8823 0.0,,
|
||||
4778.77 -236.523 1050.13,247,stand,11.875 19.0278 0.0,,
|
||||
4876.74 -118.327 1044.67,247 255 259,stand,24.0808 23.5981 0.0,,
|
||||
5096.84 -420.114 1057.52,254 256,stand,23.6304 22.0325 0.0,,
|
||||
5695.33 -343.502 1050.13,255 258,stand,8.29346 172.765 0.0,,
|
||||
6208.47 33.6388 1056.21,13 258 260 281,stand,33.4851 24.5704 0.0,,
|
||||
5763.49 -135.307 1047.97,256 257 259,stand,15.907 19.9891 0.0,,
|
||||
5007.84 -6.60115 1047.98,12 254 258 264 265 268,stand,75.9308 179.977 0.0,,
|
||||
6060.43 49.1794 1058.23,257 261,stand,45.4712 146.151 0.0,,
|
||||
5938.73 148.033 1092.49,260 262 273,stand,26.6571 145.041 0.0,,
|
||||
5259.45 116.178 1109.79,261 263,stand,26.8823 93.8611 0.0,,
|
||||
5183.08 363.102 1108.9,262 264 266,stand,27.6624 178.077 0.0,,
|
||||
5156.12 249.928 1110.13,259 263 265,stand,31.6943 -97.3724 0.0,,
|
||||
5141.7 47.2424 1053.04,259 264 268,stand,34.9408 -92.4395 0.0,,
|
||||
5218.74 742.968 1108.27,263 267 269,stand,20.0488 -102.959 0.0,,
|
||||
4858.75 729.071 1111.18,266 268,stand,21.7297 -125.129 0.0,,
|
||||
4815.1 472.753 1082.1,12 245 259 265 267,stand,22.735 121.085 0.0,,
|
||||
5335.85 692.384 1109.36,266 270,stand,33.0402 -9.14667 0.0,,
|
||||
5736.37 764.391 1108.54,269 272 274,stand,33.15 10.9089 0.0,,
|
||||
6077.31 708.816 1048.44,13 272,stand,43.4552 -3.54364 0.0,,
|
||||
5883.8 718.356 1111.25,270 271 273,stand,29.118 -10.5529 0.0,,
|
||||
5974.81 460.55 1108.43,261 272,stand,44.3506 -75.8337 0.0,,
|
||||
5732.69 910.692 1048.28,13 270 275,stand,14.7864 -96.5264 0.0,,
|
||||
5302.73 1024.11 1048.16,244 246 274,stand,32.4799 138.158 0.0,,
|
||||
2866.04 162.514 938.125,277,stand,27.9974 131.737 0.0,,
|
||||
3207.26 160.847 965.213,220 221 276 278,stand,22.735 -36.7993 0.0,,
|
||||
3189.41 -0.36888 963.963,220 277 279,stand,24.0808 107.061 0.0,,
|
||||
2655.8 9.76327 923.869,217 218 278,stand,50.1733 -168.086 0.0,,
|
||||
3902.85 260.692 1047.8,11 232,stand,23.6304 91.4661 0.0,,
|
||||
6440.96 10.7283 1024.86,257 282,stand,27.2174 -11.8713 0.0,,
|
||||
7585.38 -336.287 769.531,281 283,stand,26.2067 -13.3325 0.0,,
|
||||
8082.16 -368.269 687.685,282 284,stand,17.3627 3.0152 0.0,,
|
||||
8283.03 -538.603 671.185,283 285,stand,28.4479 -32.8167 0.0,,
|
||||
8536.74 -538.222 646.519,284,stand,20.1587 -38.6395 0.0,,
|
||||
|
322
scriptdata/waypoints/favela_wp.csv
Normal file
@@ -0,0 +1,322 @@
|
||||
381
|
||||
-1790.13 -1668.53 650.625,1 20 26,stand,18.8141 -164.736 0,,
|
||||
-2227.65 -1540.86 656.125,0 2 11 27,stand,32.0306 98.0629 0,,
|
||||
-2117.24 -1031.35 657.621,1 3 23 24,stand,29.1138 117.998 0,,
|
||||
-2369.64 -645.329 659.685,2 4 37,stand,28.7787 171.188 0,,
|
||||
-2660.99 -680.404 657.125,3 12 37,stand,27.6581 84.286 0,,
|
||||
-3374.22 -95.5342 659.465,55 56,stand,24.9719 -125.536 0,,
|
||||
-3398.09 -348.215 659.862,7 56,stand,31.5802 -140.769 0,,
|
||||
-3923.41 -387.477 663.514,6 59 64 67,stand,20.3796 -164.955 0,,
|
||||
-4006.58 -1032.89 652.125,9 67 71,stand,28.1085 -86.7931 0,,
|
||||
-3513.41 -1043.89 659.439,8 10 70 76 32 77 74,stand,22.511 6.15673 0,,
|
||||
-3235.17 -1536.47 652.125,9 11 77 78,stand,21.5002 -65.2874 0,,
|
||||
-2644.27 -1484.52 654.563,1 10 31,stand,21.275 8.39794 0,,
|
||||
-2783.66 -941.482 652.312,4 13 31 32,stand,19.4843 70.207 0,,
|
||||
-2846.38 -1121.05 656.125,12 16,stand,15.1172 41.5767 0,,
|
||||
-2858.9 -1693.03 650.15,15 17,stand,22.7362 18.1264 0,,
|
||||
-2828.64 -1506.54 651.249,14 16,stand,23.6316 51.6896 0,,
|
||||
-2775.32 -1355.44 656.125,15 13,stand,30.4596 97.4916 0,,
|
||||
-2640.16 -1723.11 656.125,14 18 19,stand,35.8374 144.222 0,,
|
||||
-2410.72 -1683.47 656.125,17,stand,21.1652 20.8125 0,,
|
||||
-2654.68 -1564.13 656.125,17,stand,12.2058 85.3132 0,,
|
||||
-1771.37 -1308.71 656.125,0 21 27,stand,13.9966 95.3932 0,,
|
||||
-1781.23 -920.281 656.828,20 22 23,stand,13.7769 98.9802 0,,
|
||||
-1847.67 -681.222 656.125,21,stand,18.924 93.9375 0,,
|
||||
-2014.72 -889.325 656.115,21 2 28,stand,14.1119 173.561 0,,
|
||||
-2341.72 -1802.58 656.125,2 25 26,stand,26.0925 70.8662 0,,
|
||||
-2383.26 -1636.57 656.125,24 26,stand,24.4116 -160.121 0,,
|
||||
-2053.86 -1793.18 650.625,25 27 24 0,stand,21.9507 60.1161 0,,
|
||||
-2033.97 -1310.22 658.118,26 28 20 1 29,stand,23.1812 93.152 0,,
|
||||
-2183.79 -914.138 657.539,27 23,stand,26.0925 11.963 0,,
|
||||
-2370.49 -1223.99 656.125,27 30,stand,35.9473 34.8421 0,,
|
||||
-2400.22 -1092.86 656.125,29 31,stand,31.1353 -104.767 0,,
|
||||
-2609.36 -1099.44 652.125,30 11 12,stand,7.50366 -85.5077 0,,
|
||||
-3086.72 -845.23 657.4,12 33 34 76 50 9 74,stand,14.8975 157.916 0,,
|
||||
-3301.88 -780.275 656.125,32,stand,37.5183 -14.168 0,,
|
||||
-2878.37 -699.005 656.125,32 35,stand,21.0553 72.0582 0,,
|
||||
-2840.03 -559.773 656.125,34 36 37,stand,30.2399 11.139 0,,
|
||||
-2768.44 -764.873 656.125,35 37,stand,22.511 -66.5837 0,,
|
||||
-2611.19 -544.292 656.125,36 35 3 38 4,stand,6.15784 -174.535 0,,
|
||||
-2484.49 -243.371 656.125,37 39,stand,13.6615 -128.618 0,,
|
||||
-2625.92 -93.3687 659.98,38 40 42,stand,20.8301 89.944 0,,
|
||||
-2788.16 -126.696 656.125,39 41,stand,26.6528 0.465827 0,,
|
||||
-2869.94 -61.8542 656.125,40,stand,14.6722 165.98 0,,
|
||||
-2676.09 118.087 656.295,39 43 48,stand,19.8248 176.395 0,,
|
||||
-2771.37 267.856 656.391,42 44,stand,20.6049 169.342 0,,
|
||||
-2835.47 292.828 656.125,43 45 46,stand,25.7574 168.782 0,,
|
||||
-3093.08 275.315 656.125,44 48,stand,31.2439 -84.0465 0,,
|
||||
-2967.86 403.311 656.125,44 47,stand,33.4851 165.98 0,,
|
||||
-3089.18 417.978 656.125,46,stand,32.4744 175.725 0,,
|
||||
-3077.54 43.3221 664.125,45 42 49 50 55 57,stand,21.3892 -31.9713 0,,
|
||||
-3456.13 86.8748 656.125,48,stand,20.8289 -11.6246 0,,
|
||||
-3041.82 -552.299 656.125,48 51 32,stand,24.751 -162.247 0,,
|
||||
-3130.56 -553.282 656.125,50 52,stand,30.4584 51.9478 0,,
|
||||
-3145.91 -383.888 656.125,51 53,stand,14.3359 -122.603 0,,
|
||||
-3294.1 -327.423 656.125,52 54,stand,29.0027 -2.47851 0,,
|
||||
-3302.98 -275.481 656.125,53 55 56,stand,42.5543 102.902 0,,
|
||||
-3280.03 -101.758 655.044,54 48 5 57,stand,28.5577 83.6433 0,,
|
||||
-3400 -276.634 659.021,54 6 5,stand,25.1959 -168.74 0,,
|
||||
-3289.35 223.82 656.191,55 48 58,stand,4.4812 -73.7743 0,,
|
||||
-3453.47 192.064 656.384,57 59,stand,18.1427 -164.23 0,,
|
||||
-3721.02 180.151 646.938,58 60 7,stand,22.2845 -174.085 0,,
|
||||
-4007.61 310.504 660.55,59 61 65,stand,23.8556 139.108 0,,
|
||||
-4144.87 155.347 656.125,60 62,stand,26.6516 -101.965 0,,
|
||||
-4066.75 36.7008 656.125,61 63,stand,25.9814 -20.8861 0,,
|
||||
-3970.72 8.27444 656.125,62 64,stand,27.547 -40.2605 0,,
|
||||
-3941.71 -192.239 657.828,63 7,stand,25.0861 -82.7007 0,,
|
||||
-4077.6 913.444 656.347,60,stand,10.9741 88.7465 0,,
|
||||
-3868.33 -659.127 656.125,67 68,stand,36.2866 -14.3547 0,,
|
||||
-3995.96 -634.181 651.868,66 7 8,stand,21.5045 -12.2289 0,,
|
||||
-3665.81 -707.824 656.125,66 69 70,stand,28.3325 -7.30151 0,,
|
||||
-3681.72 -888.331 656.125,68,stand,23.0701 -65.8696 0,,
|
||||
-3561.27 -690.674 658.675,68 9,stand,16.5771 -72.4724 0,,
|
||||
-3964.47 -1169.12 653.055,8 72 75,stand,29.4531 -77.0317 0,,
|
||||
-3956.5 -1347.15 653.299,71 73,stand,19.2633 -34.3608 0,,
|
||||
-3686.85 -1479.1 650.227,72 74,stand,14.671 143.695 0,,
|
||||
-3569.95 -1287.71 656.125,73 75 77 9 32,stand,27.2119 155.34 0,,
|
||||
-3790.22 -1251 656.125,74 71,stand,27.9974 146.046 0,,
|
||||
-3221.4 -1167.49 656.959,32 9 77,stand,18.2526 173.671 0,,
|
||||
-3335.76 -1230.74 656.694,76 10 9 74,stand,25.1959 79.084 0,,
|
||||
-3167.02 -1367.11 656.125,10 79,stand,21.9495 103.386 0,,
|
||||
-3255.44 -1261.61 656.125,78,stand,22.3999 143.14 0,,
|
||||
-3617.67 -266.264 768.125,81,stand,33.3752 94.5747 0,,
|
||||
-3617.53 124.07 768.125,80 82,stand,41.7743 55.4909 0,,
|
||||
-3359.32 99.2576 768.125,81,stand,23.0701 -169.229 0,,
|
||||
-3301.62 -234.135 770.125,84 85,stand,-15.5634 177.153 0,,
|
||||
-3445.31 -237.939 768.125,83,stand,-13.8879 -3.3684 0,,
|
||||
-3098.47 -426.523 772.125,83 90,stand,17.4725 -4.37915 0,,
|
||||
-3394.59 -432.785 896.125,87 88 89,stand,48.1574 70.9541 0,,
|
||||
-3219.18 -677.105 877.938,86 89,stand,54.7656 -45.512 0,,
|
||||
-3705.25 -540.105 899.213,86,stand,42.5598 -165.301 0,,
|
||||
-3445.84 -699.09 896.125,86 87,stand,33.15 -109.419 0,,
|
||||
-2866.92 -401.439 768.125,85 91 92 93,stand,26.322 0.366951 0,,
|
||||
-2829.55 -102.544 786.125,90,stand,24.8663 82.1162 0,,
|
||||
-2636.11 -250.639 770.125,90,stand,24.306 -7.69702 0,,
|
||||
-2734.79 -790.616 772.125,90 94,jump,2.91565 -31.5483 0,,
|
||||
-2660.94 -842.936 770.125,93 95,jump,1.45996 133.071 0,,
|
||||
-2385.76 -987.222 770.728,94 96,stand,23.7402 -32.7733 0,,
|
||||
-2307.89 -1252.02 768.125,95 97,stand,24.0753 -96.7192 0,,
|
||||
-2568.75 -1362.53 768.125,96 98,stand,25.3113 -144.988 0,,
|
||||
-2560.76 -1431.98 768.125,97 99,jump,2.34985 -106.684 0,,
|
||||
-2587.67 -1569.14 768.125,98 100,jump,-6.82922 73.5798 0,,
|
||||
-2775.81 -1664.91 768.125,99 101,stand,6.72241 -179.589 0,,
|
||||
-2918.27 -1673.7 772.125,100 102,stand,-15.2283 2.69056 0,,
|
||||
-3081.9 -1827.57 768.125,101 103 105,stand,25.1959 174.143 0,,
|
||||
-3287.25 -1657.53 771.793,102 104,stand,25.4211 91.949 0,,
|
||||
-3328.88 -1383.94 789.251,103,jump,22.735 30.4695 0,,
|
||||
-2899.94 -1939.72 736.125,102 106,stand,15.3412 -8.61438 0,,
|
||||
-2346.56 -1876.8 737.122,105 107,stand,15.2313 29.5741 0,,
|
||||
-2121.97 -1980.65 747.397,106 108,stand,21.5045 -22.166 0,,
|
||||
-1768.13 -2005.11 763.586,107 109,stand,20.4938 6.8379 0,,
|
||||
-1704.57 -1863.43 768.125,108,stand,21.7242 78.5072 0,,
|
||||
-1591.65 -1959.37 768.125,111 112,stand,11.0895 161.377 0,,
|
||||
-1283.21 -1968.62 768.125,110,stand,19.2633 24.0809 0,,
|
||||
-1617.69 -1714.89 768.125,110 113,stand,22.2845 145.584 0,,
|
||||
-1459.79 -1609.54 768.125,112 114,stand,21.9495 50.6184 0,,
|
||||
-1657.36 -1380.57 774.332,113 115,stand,25.5365 -177.123 0,,
|
||||
-1520.92 -1117.87 768.125,114 116,stand,12.655 71.2233 0,,
|
||||
-1632.87 -904.59 768.125,115 117,stand,19.4885 145.359 0,,
|
||||
-1407.55 -770.085 768.125,116 118,stand,18.2526 8.96375 0,,
|
||||
-1027.29 -718.334 768.125,117 119,stand,36.7316 0.564704 0,,
|
||||
-718.287 -712.583 640.125,118 120,stand,16.0168 -136.506 0,,
|
||||
-557.799 -715.715 640.125,119 121 125,stand,20.4938 133.043 0,,
|
||||
-570.69 -508.516 760.125,120 122,stand,16.2421 93.0641 0,,
|
||||
-583.596 -415.519 760.125,121 123,stand,27.3273 -86.447 0,,
|
||||
-474.09 -417.23 786.125,122 124,stand,19.7083 -13.4374 0,,
|
||||
-257.128 -435.777 786.125,123,stand,26.0913 -11.8663 0,,
|
||||
-72.624 -933.006 640.125,120 126,stand,13.5504 -18.1395 0,,
|
||||
439.869 -1002.65 672.125,125 127 129,stand,20.0488 -68.5393 0,,
|
||||
624.873 -997.798 672.125,126 128,stand,19.0381 47.4818 0,,
|
||||
618.767 -874.742 712.125,127,stand,22.735 139.086 0,,
|
||||
530.15 -1494.2 672.125,126 130,stand,15.4565 20.1918 0,,
|
||||
1194.93 -1533.34 640.125,129 131 163,stand,14.3359 176.632 0,,
|
||||
1537.19 -1819.52 640.108,130 132 163,stand,17.4725 -132.859 0,,
|
||||
1535.19 -2521.59 640.125,131 133 136,stand,16.4618 -92.7696 0,,
|
||||
1206.62 -2893.61 635.634,132 134 165 167,stand,16.2366 -138.011 0,,
|
||||
1538.88 -3521.08 640.125,133 135 164 167,stand,16.3519 -78.9983 0,,
|
||||
1906.12 -3002.54 639.869,134 136 137,stand,19.0381 -129.502 0,,
|
||||
1914.37 -2701.6 640.125,135 132,stand,26.5417 29.7059 0,,
|
||||
2617.24 -3043.09 639.761,135 138 156,stand,11.6498 145.535 0,,
|
||||
2478.29 -2856.07 634.659,137 139,stand,16.7969 -44.0563 0,,
|
||||
2625.46 -2730.2 640.125,138 155,stand,17.1375 43.8508 0,,
|
||||
2990.11 -2350.59 640.125,141 150 155,stand,16.7969 30.5244 0,,
|
||||
3125.39 -2334.52 640.125,140 142 147 148 149,stand,23.8556 178.087 0,,
|
||||
3052.13 -2137.46 656.125,141 143,stand,28.3325 -49.6868 0,,
|
||||
3082.23 -1975.13 728.125,142 144,stand,17.4725 28.7007 0,,
|
||||
3265.47 -1996.94 800.125,143 145,stand,19.1534 -2.87951 0,,
|
||||
3388.87 -2023.23 818.125,144 146,stand,24.751 -114.308 0,,
|
||||
3368.92 -2147.98 800.125,145,stand,29.0082 39.5607 0,,
|
||||
3400.88 -2341.45 640.125,141,stand,15.9015 0.399909 0,,
|
||||
3468.93 -2600.45 640.125,141,stand,18.5931 -16.6948 0,,
|
||||
3236.78 -2654.08 640.125,141,stand,21.3892 -99.0813 0,,
|
||||
2742.11 -2074.85 640.125,140 151,stand,17.6923 148.93 0,,
|
||||
2564.77 -2191.82 640.125,150 152 154,stand,17.6923 -148.355 0,,
|
||||
2533.28 -1913.19 688.125,151 153,stand,17.6923 97.8651 0,,
|
||||
3008.88 -1924.21 688.125,152,stand,12.8802 -30.208 0,,
|
||||
2572.96 -2504.37 640.125,151 155,stand,14.1107 -83.5137 0,,
|
||||
2688.9 -2598.24 640.125,154 139 140,stand,21.1639 -51.0381 0,,
|
||||
4010.36 -3018.13 640.125,137 157 158,stand,8.62305 119.997 0,,
|
||||
6157.11 -3016.76 636.179,156,stand,9.96887 -0.945916 0,,
|
||||
4004.21 -2277.77 640.125,156 159,stand,7.72766 90.4603 0,,
|
||||
3998 723.79 636.917,158 160,stand,8.28796 108.049 0,,
|
||||
1512.88 752.927 636.161,159 161 163,stand,5.60181 -176.024 0,,
|
||||
443.08 695.928 680.125,160 162,stand,14.7809 -4.68676 0,,
|
||||
531.122 -637.069 670.345,161,stand,13.6658 -71.4287 0,,
|
||||
1533.02 -1061.52 640.125,130 131 160,stand,20.4938 -87.2215 0,,
|
||||
1527.4 -5029.08 636.894,134,stand,8.62305 6.42591 0,,
|
||||
873.18 -2796.06 636.125,133 166,stand,5.48645 162.608 0,,
|
||||
-1061.4 -3168.29 861.798,165 167,stand,2.34985 -165.038 0,,
|
||||
1195.91 -3115.31 636.125,166 133 134,stand,15.0061 169.793 0,,
|
||||
-3232.08 -1341.47 768.125,169,stand,23.2953 -149.217 0,,
|
||||
-2783.6 -1260.73 768.125,168 170,stand,26.4319 169.013 0,,
|
||||
-3013.75 -991.579 768.125,169,stand,19.0381 131.5 0,,
|
||||
-2008.25 -730.743 768.125,172,stand,11.4246 -122.867 0,,
|
||||
-2486.12 443.283 768.125,171 173,stand,12.5452 135.68 0,,
|
||||
-3545.21 344.224 768.125,172 174,stand,14.7864 178.681 0,,
|
||||
-3830.81 423.054 771.551,173,stand,12.3199 -35.5144 0,,
|
||||
-3932.57 114.338 768.125,176,stand,22.5098 6.93678 0,,
|
||||
-4101.77 -206.193 776.125,175 177,stand,11.3147 -108.299 0,,
|
||||
-4020.29 -567.652 778.775,176 178,stand,24.751 -41.3372 0,,
|
||||
-3907.85 -639.638 772.567,177 179,stand,23.6304 127.984 0,,
|
||||
-3814.65 -809.364 768.125,178 180 182,stand,27.8876 -44.4738 0,,
|
||||
-3821 -1177.31 768.125,179 181,stand,26.6571 -179.864 0,,
|
||||
-4064.87 -1189.34 778.17,180,stand,21.1694 -172.926 0,,
|
||||
-3378.81 -832.154 768.125,179 183,stand,15.4565 -3.9342 0,,
|
||||
-3264.29 -735.125 768.125,182,stand,9.51843 69.7566 0,,
|
||||
-4082.02 1053.66 659.75,185,stand,11.875 -116.89 0,,
|
||||
-4278.43 1461.19 671.822,184 186,stand,13.3307 145.908 0,,
|
||||
-4495.77 1616.05 776.125,185 187 200,stand,17.4725 143.557 0,,
|
||||
-4329.9 1889.8 785.392,186,stand,14.7864 56.6554 0,,
|
||||
-4283.93 1991.52 784.358,189,stand,21.3892 -108.749 0,,
|
||||
-3935.72 1749.57 704.125,188 190 193,stand,18.8184 -37.5359 0,,
|
||||
-3998.87 1535.73 704.125,189 191,stand,16.2421 -110.216 0,,
|
||||
-3833.12 1316.95 696.125,190 192,stand,16.1267 -77.8502 0,,
|
||||
-3695.13 767.125 704.023,191,stand,15.1215 130.747 0,,
|
||||
-3760.78 2086.7 713.333,189 194,stand,11.6498 77.2163 0,,
|
||||
-3950.64 2561.76 756.332,193 195 196,stand,12.8802 113.273 0,,
|
||||
-3870.58 3216.09 757.346,194,stand,16.0168 -111.15 0,,
|
||||
-5059.47 3337.36 760.125,194 197 198,stand,15.2313 -156.172 0,,
|
||||
-5246.7 3076.42 766.599,196 199,stand,-5.14832 -126.492 0,,
|
||||
-4252.3 4493.48 712.039,196,stand,5.82703 12.4794 0,,
|
||||
-5986.99 3751.27 752.994,197,stand,-3.69263 158.878 0,,
|
||||
-5729.88 2447.8 780.125,186 201 202 208 209,stand,9.73267 87.4666 0,,
|
||||
-5304.09 3015.96 780.125,200,stand,22.8339 42.3402 0,,
|
||||
-6384.77 2872.75 768.092,200 203,stand,17.9065 -152.145 0,,
|
||||
-6495.73 2706.61 761.086,202 204 205,stand,11.8585 -39.2662 0,,
|
||||
-6341.57 2578.73 816.125,203,stand,12.8693 -37.9259 0,,
|
||||
-6675.8 2497.09 849.175,203 206 207,stand,7.71668 -89.2156 0,,
|
||||
-6772.73 2331.08 886.375,205 211 218,stand,14.2151 174.143 0,,
|
||||
-6157.49 2168.31 813.921,205 208 209,stand,5.81604 153.978 0,,
|
||||
-6098.27 2399.12 782.564,207 200,stand,10.1831 150.171 0,,
|
||||
-5966.82 2075 812.506,207 200 210,stand,26.756 37.4348 0,,
|
||||
-5791.92 1968.95 928.125,209,stand,9.84253 -48.6815 0,,
|
||||
-7034.64 2529.58 918.331,206 212 213,stand,2.229 -119.016 0,,
|
||||
-7271.75 2665.35 992.125,211,stand,19.2523 169.65 0,,
|
||||
-7220.69 2248.08 992.857,211 214 215,stand,26.8658 8.19471 0,,
|
||||
-7044.8 2076.86 1004.93,213 215 216,stand,13.2043 -38.1676 0,,
|
||||
-7009.3 2147.12 996.803,214 213 217,stand,33.9246 -97.296 0,,
|
||||
-6738.62 1872.21 1056.13,214,stand,31.0077 66.4277 0,,
|
||||
-6746.61 1947.32 987.019,215 218,stand,15.1105 83.5664 0,,
|
||||
-6716.25 2074.11 975.513,217 206 219,stand,27.8766 18.1703 0,,
|
||||
-6542.54 1981.69 974.074,218 220 227,stand,26.8658 137.987 0,,
|
||||
-6413.18 1982.86 948.364,219 221,stand,20.4828 168.112 0,,
|
||||
-6301.28 1945.98 944.125,220 222,stand,25.52 156.763 0,,
|
||||
-6191.57 2098.61 944.125,221 223,stand,21.2683 49.366 0,,
|
||||
-6108.36 2051.03 944.125,222 224,stand,18.9172 60.1216 0,,
|
||||
-6044.25 1918.31 944.125,223 225,stand,9.39758 -128.354 0,,
|
||||
-6131.42 1786.66 1016.13,224 226,stand,39.0717 -96.5489 0,,
|
||||
-6041.75 1740.38 1006.82,225 227 228 233,stand,31.4581 -27.2307 0,,
|
||||
-6115.01 1679.04 998.867,219 226,stand,21.7133 -18.5735 0,,
|
||||
-5944.33 1801.03 1024.13,226 229 230 231,stand,25.5255 41.4503 0,,
|
||||
-5823.76 1884.68 1024.13,228,stand,24.0643 -139.264 0,,
|
||||
-5840.45 1720.94 1024.13,228,stand,10.9631 -39.2937 0,,
|
||||
-5946.59 1927.8 1024.13,228 232,stand,40.8624 -38.5906 0,,
|
||||
-5905.53 1985.93 1044.13,231,stand,30.2277 54.8042 0,,
|
||||
-5624.22 1452.88 1022.55,226 234 239 240,stand,19.6973 163.772 0,,
|
||||
-5433.19 1483.8 1026.09,233 235,stand,3.90991 -38.1072 0,,
|
||||
-5111.09 1266.01 1141.83,234 236 238,stand,26.3055 -172.827 0,,
|
||||
-5051.6 1123.48 1152.13,235 237,stand,27.6514 -125.679 0,,
|
||||
-5257.65 827.893 1152.13,236,stand,26.1957 -126.014 0,,
|
||||
-5371.77 935.605 1119.76,235 239,stand,26.3055 146.188 0,,
|
||||
-5661.82 1141.04 1069.7,238 233 240 243,stand,8.16711 -176.639 0,,
|
||||
-5765.88 1303.09 1067.26,233 241 239 243,climb,-29.0161 131.181 0,,
|
||||
-5765.89 1303.08 1108.78,240 242,climb,-63.9526 147.188 0,,
|
||||
-5772.77 1321.28 1208.13,241 244 258,climb,51.5027 -37.816 0,,
|
||||
-5998.51 1175.15 1167.02,239 240 287,stand,6.38733 -152.376 0,,
|
||||
-5829.77 1475.83 1184.13,242 245,stand,26.7725 88.9552 0,,
|
||||
-5865.43 1754.4 1180.24,244 246 247 251,stand,17.0276 164.096 0,,
|
||||
-5788.99 2005.24 1168.6,245 247,stand,38.0829 79.3202 0,,
|
||||
-6036.83 1920 1208.13,246 248 249 245,stand,23.4106 -163.989 0,,
|
||||
-6236.34 2160.18 1208.13,247 249,stand,26.322 118.855 0,,
|
||||
-6147.39 1791.04 1212.36,248 250 247,stand,28.8983 -117.066 0,,
|
||||
-6291.59 1570.85 1184.13,249 256,stand,29.1235 -126.69 0,,
|
||||
-5713.67 1802.08 1216.13,245 252,stand,26.2122 -27.2856 0,,
|
||||
-5507.84 1686.53 1208.13,251 253,stand,17.4725 -30.0817 0,,
|
||||
-5482.63 1674.03 1248.12,252 254 255,stand,28.5632 18.3021 0,,
|
||||
-5278.8 1716.9 1248.12,253 255,stand,38.8629 108.341 0,,
|
||||
-5354.24 1492.25 1248.12,254 253,stand,23.2953 104.309 0,,
|
||||
-6263.91 1441.1 1184.13,250 257 261,stand,23.8556 -44.3749 0,,
|
||||
-6088.45 1324.47 1184.13,256 260,stand,26.322 29.5357 0,,
|
||||
-5949.24 1476.37 1184.13,242 260,stand,31.3593 -35.3057 0,,
|
||||
-6115.84 1577.39 1184.13,260,stand,11.0895 125.842 0,,
|
||||
-6001.07 1408.64 1184.13,259 258 257,stand,35.2814 147.348 0,,
|
||||
-6468.01 1421.72 1184.13,256 262 267 268,stand,30.0189 112.076 0,,
|
||||
-6429.72 1697.58 1184.13,261 263,stand,21.0596 156.873 0,,
|
||||
-6487.53 1723.2 1184.13,262 264,stand,32.4799 -134.144 0,,
|
||||
-6591.72 1718.49 1184.13,263 265 266,stand,33.7103 107.264 0,,
|
||||
-6650.78 1930.97 1184.13,264 266,stand,15.907 135.592 0,,
|
||||
-6696.92 1767.7 1184.13,265 264,stand,5.15686 -130.222 0,,
|
||||
-6584.26 1443.58 1184.13,261 286,stand,22.5153 -170.234 0,,
|
||||
-6234.19 1228.09 1182.25,261 269 287,stand,25.6519 166.359 0,,
|
||||
-6503.99 1151.02 1181.99,268 270 286,stand,15.0116 167.37 0,,
|
||||
-6662.78 1210.55 1248.13,269 271,stand,17.3627 -156.227 0,,
|
||||
-6701.69 1133.62 1248.13,270 272,stand,27.6678 -27.78 0,,
|
||||
-6601.35 1077.97 1253.47,271 273,stand,31.5845 -35.6243 0,,
|
||||
-6756.33 988.787 1248.13,272 278 285,stand,27.8876 -176.837 0,,
|
||||
-7114.85 1204.39 1376.13,275 285,stand,24.4159 115.075 0,,
|
||||
-7153.48 1300.04 1376.13,274 276 277,stand,19.6039 120.118 0,,
|
||||
-7221.29 1325.36 1376.13,275,stand,7.84302 156.961 0,,
|
||||
-7071.78 1364.76 1383.13,275 278,stand,22.0648 58.5231 0,,
|
||||
-6860.03 1143.91 1248.13,277 284 273 285,stand,20.8344 -16.14 0,,
|
||||
-6742.71 1323.28 1252.13,280 283 284,stand,22.5153 57.1004 0,,
|
||||
-6838.46 1390.33 1248.13,279 281,stand,29.0082 65.9443 0,,
|
||||
-6951.83 1389.34 1248.13,280 282,stand,20.9442 172.221 0,,
|
||||
-6969.58 1292.4 1248.13,281 283,stand,27.3273 -34.8058 0,,
|
||||
-6881.67 1249.92 1248.13,282 279 284,stand,25.5365 -23.4954 0,,
|
||||
-6772.42 1220.88 1248.13,283 279 278,stand,34.2706 99.0901 0,,
|
||||
-6908.28 1058.35 1248.13,273 274 278,stand,19.7137 80.5726 0,,
|
||||
-6686.94 1417.5 1183.35,267 269 288,stand,20.274 -47.5389 0,,
|
||||
-6125.26 1058.47 1174.98,268 243,stand,24.6411 53.4804 0,,
|
||||
-7192.54 1707.51 1183.63,286 289,stand,4.59656 -50.9667 0,,
|
||||
-7296.55 1524.07 1243.77,288 290 310,stand,10.9796 -95.5327 0,,
|
||||
-7279.41 1356.78 1256.13,289 291,stand,10.9796 -122.526 0,,
|
||||
-7367.3 1207.35 1376.13,290 292 309,stand,19.7137 -120.735 0,,
|
||||
-7299.33 1158.32 1376.13,291 293,stand,21.7297 -7.62561 0,,
|
||||
-7176.03 1126.31 1376.13,292 294,stand,22.5153 -19.1613 0,,
|
||||
-7101.4 914.31 1376.13,293 295,climb,-34.5972 -134.952 0,,
|
||||
-7101.4 914.311 1411.72,294 296,climb,-50.7251 -122.186 0,,
|
||||
-7104.13 899.702 1504.13,295 297 308,climb,61.4838 54.3703 0,,
|
||||
-7066.65 784.824 1513.01,296 298 305,stand,26.6571 -115.819 0,,
|
||||
-6877.18 672.173 1508.13,297 299,stand,24.6411 -26.0057 0,,
|
||||
-6502.4 535.426 1498.87,298 300 303 313 326,stand,24.0808 135.482 0,,
|
||||
-6285.25 725.396 1472.13,299 301,stand,34.6057 35.8088 0,,
|
||||
-6032.71 810.336 1467.57,300 302,stand,32.3645 20.2467 0,,
|
||||
-6006.88 1079.25 1410.83,301,stand,39.198 102.891 0,,
|
||||
-6303.36 390.679 1504.13,299 304,stand,20.9442 -35.3057 0,,
|
||||
-5990.82 149.938 1495.65,303 327 328,stand,16.687 -173.382 0,,
|
||||
-7157.03 679.385 1540.13,297 306,stand,28.783 72.5032 0,,
|
||||
-7313.52 826.395 1540.13,305 307,stand,17.5824 145.293 0,,
|
||||
-7573.18 1011.16 1568.13,306,stand,11.1993 72.1681 0,,
|
||||
-7228.2 1013.59 1504.13,296 309 314,stand,38.4125 101.167 0,,
|
||||
-7430.06 1152.89 1376.13,308 291 310,stand,53.9801 119.761 0,,
|
||||
-7562.54 1100.84 1369.36,309 289 311,stand,21.1694 27.7064 0,,
|
||||
-7073.31 786.2 1398.38,310 312,stand,24.5258 53.1618 0,,
|
||||
-6774.63 825.271 1365.85,311 313,stand,-39.53 -32.2844 0,,
|
||||
-6756.84 813.399 1472.13,312 299,stand,66.4111 143.502 0,,
|
||||
-7145.91 1093.56 1504.13,308 315 316,stand,21.5045 62.198 0,,
|
||||
-7148.43 1436.44 1504.13,314,stand,21.8396 91.5425 0,,
|
||||
-6925.69 1125.64 1504.13,314 317 320,stand,19.5984 6.9148 0,,
|
||||
-6798.22 1269.01 1504.13,316 318 319,stand,20.8289 131.665 0,,
|
||||
-6875.21 1416.01 1504.13,317 319,stand,25.0861 58.8746 0,,
|
||||
-6952.05 1389.04 1504.13,318 317,stand,19.1479 152.385 0,,
|
||||
-6740.96 1116.6 1504.13,316 321 322,stand,25.1959 -58.0034 0,,
|
||||
|
338
scriptdata/waypoints/gulag_wp.csv
Normal file
@@ -0,0 +1,338 @@
|
||||
337
|
||||
-2634.25 977.852 1868.16,1 2 43 45 46 47 48, stand,31.355 90.5042 0,,
|
||||
-1954.28 882.286 1880.03,0 2 8, stand,25.9827 56.6058 0,,
|
||||
-1940.54 487.282 1874.48,0 1 3 15 45, stand,33.0359 -46.0834 0,,
|
||||
-1341.78 748.595 1866.4,2 4 37, stand,35.9473 10.3589 0,,
|
||||
-1549.37 1074 1881.08,3 5 9, stand,36.0571 125.144 0,,
|
||||
-1564.86 1089.74 1890.13,4 6, crouch,60.8093 145.864 0,,
|
||||
-1647.81 1157.05 1872.13,5 7, stand,29.7894 -99.0155 0,,
|
||||
-1911.66 948.65 1872.13,6 8, stand,44.2365 -125.223 0,,
|
||||
-1940.95 910.128 1890.13,1 7, crouch,83.3191 -121.526 0,,
|
||||
-1095.59 999.747 1866.13,4 10, stand,26.2067 -31.2628 0,,
|
||||
-442.92 494.899 1882.88,9 11, stand,33.15 -49.632 0,,
|
||||
-312.436 12.6884 1868.13,10 12 36, stand,22.0648 -88.4906 0,,
|
||||
-740.844 -362.062 1870.44,11 13 16 35 40, stand,20.8344 -141.906 0,,
|
||||
-818.118 -741.687 1871.08,12 14 35, stand,20.6091 -115.588 0,,
|
||||
-1072.94 -903.711 1868.78,13 28 29, stand,24.6411 -137.649 0,,
|
||||
-1614.24 74.8886 1867.78,2 16, stand,24.751 135.521 0,,
|
||||
-1162.01 -197.003 1866.13,12 15 17 40, stand,20.4993 -30.296 0,,
|
||||
-1258.71 -418.193 1870.08,16 18, stand,27.9974 -101.971 0,,
|
||||
-1745.84 -90.5296 1870.13,17 19, stand,18.8184 146.716 0,,
|
||||
-2324.03 -403.212 1868.55,18 20 21 22 32, stand,20.1587 -154.491 0,,
|
||||
-3365.6 -77.9289 1869.27,19 21, stand,21.6144 134.62 0,,
|
||||
-3233.95 204.581 1868.06,19 20, stand,24.9762 -103.427 0,,
|
||||
-2744.96 -1213.65 1871.75,19 26, stand,25.7617 -82.7777 0,,
|
||||
-1807.41 -1544.48 1868.13,26 31, stand,45.246 108.945 0,,
|
||||
-1624.6 -2367.92 1881.52,27 30, stand,16.9122 78.6279 0,,
|
||||
-1700.59 -1891.74 1871.35,26 27 30, stand,24.8663 45.4822 0,,
|
||||
-2292.34 -1656.25 1870.64,22 23 25, stand,26.4319 34.1718 0,,
|
||||
-1208.92 -1588.08 1868.77,24 25 28, stand,19.0436 52.6508 0,,
|
||||
-929.624 -1127.72 1871.4,14 27 29, stand,15.6818 136.301 0,,
|
||||
-1399.81 -970.916 1868.53,14 28 33, stand,32.37 -125.932 0,,
|
||||
-1909.23 -2156.35 1869.25,24 25, stand,22.8503 149.067 0,,
|
||||
-1737.43 -1458.34 1908.13,23 32 33, stand,40.8789 59.1437 0,,
|
||||
-2153.2 -842.477 1908.13,19 31 33, stand,33.3752 124.655 0,,
|
||||
-1463.39 -1088.82 1908.13,29 31 32, stand,41.5491 66.7572 0,,
|
||||
-137.135 -841.584 1918.04,35, stand,34.7211 151.676 0,,
|
||||
-732.659 -519.18 1871.66,12 13 34, stand,24.5258 -20.5566 0,,
|
||||
-136.078 -396.126 1873.02,11, stand,13.5559 115.053 0,,
|
||||
-1200.05 704.269 1865.13,3 38 42, stand,27.8876 -106.755 0,,
|
||||
-1421.98 328.719 1865.13,37 39, stand,26.767 -71.8188 0,,
|
||||
-1251.86 266.299 1865.13,38 40 42, stand,35.7263 -67.1112 0,,
|
||||
-852.205 -111.311 1865.13,12 16 39 41, stand,35.3912 -22.4298 0,,
|
||||
-620.863 200.22 1865.13,40 42, stand,17.923 -131.804 0,,
|
||||
-758.74 395.292 1865.13,37 39 41, stand,19.939 -170.103 0,,
|
||||
-3122.31 550.522 1886.11,0 44 46, stand,37.182 77.9083 0,,
|
||||
-2528.88 157.219 1887.49,43 45 46, stand,38.4125 51.3709 0,,
|
||||
-2261.13 499.449 1868.27,0 2 44 46, stand,23.4106 58.4241 0,,
|
||||
-2589.92 628.798 1868.13,0 43 44 45, stand,27.8876 -75.4004 0,,
|
||||
-2599.7 1279.65 1868.13,0, stand,32.8149 140.767 0,,
|
||||
-2824.03 1270.24 1869.58,0 49 77, stand,31.3593 101.573 0,,
|
||||
-2742.56 1753.72 1862.13,48 50 66, stand,24.4159 -151.706 0,,
|
||||
-3233.39 1412.75 1876.4,49 51 66 77, stand,33.3752 -171.893 0,,
|
||||
-3489.48 1615.04 1868.23,50 52 67 74 75, stand,49.1626 56.2982 0,,
|
||||
-3677.64 1261.66 1864.35,51 53 65 74, stand,35.3912 -122.318 0,,
|
||||
-3587.5 1182.87 1865.08,52 54 66 76, stand,53.1946 -46.8414 0,,
|
||||
-3661.64 1077.82 1864.13,53 55, stand,41.1041 -120.752 0,,
|
||||
-3731.96 973.312 1816.13,54 56, stand,60.6982 -124.333 0,,
|
||||
-3843.19 823.684 1760.13,55 57, stand,45.9161 -125.905 0,,
|
||||
-3925.18 708.158 1760.13,56 58, stand,46.2512 -125.009 0,,
|
||||
-3976.52 635.67 1720.13,57 59, stand,52.5244 -127.805 0,,
|
||||
-4044.6 547.654 1672.13,58 60 78 85, stand,52.7496 -127.02 0,,
|
||||
-4132.06 630.414 1672.13,59 61, stand,43.4552 48.8715 0,,
|
||||
-4065.82 713.823 1728.13,60 62, stand,33.0402 53.7988 0,,
|
||||
-4004.56 799.203 1760.13,61 63, stand,39.198 54.1339 0,,
|
||||
-3899.73 947.788 1760.13,62 64, stand,39.6484 54.9194 0,,
|
||||
-3815.21 1066.87 1832.13,63 65, stand,25.9814 53.0133 0,,
|
||||
-3748.88 1158.35 1864.13,52 64, stand,29.3433 54.0241 0,,
|
||||
-3283.99 1637 1868.13,49 50 53 74 75, stand,20.8344 -96.8237 0,,
|
||||
-3411.96 1724.07 1948.13,51 68, stand,30.1288 56.5619 0,,
|
||||
-3351.28 1812.03 1988.13,67 69, stand,41.214 58.5779 0,,
|
||||
-3411.09 1860.32 1988.13,68 70 73, stand,38.0774 -119.56 0,,
|
||||
-3590.75 1813.5 1988.13,69 71, stand,28.4479 -128.821 0,,
|
||||
-3710.99 1552.94 1988.13,70 72, stand,31.5845 -100.823 0,,
|
||||
-3608.24 1547.96 1988.13,71 73, stand,39.8682 -33.8556 0,,
|
||||
-3462.14 1756.57 1988.13,69 72, stand,32.1448 -35.6464 0,,
|
||||
-3649.7 1418.53 1876.35,51 52 66, stand,28.4479 136.586 0,,
|
||||
-3367.38 1365.38 1880.69,51 66 76, stand,39.0881 -115.907 0,,
|
||||
-3435.44 1268.17 1879.39,53 75, stand,21.7297 -27.2144 0,,
|
||||
-3000.68 1215.89 1880.08,48 50, stand,28.5632 -126.212 0,,
|
||||
-4149.89 469.754 1672.13,59 79 84, stand,30.5792 -30.351 0,,
|
||||
-3979.83 326.536 1672.13,78 80, stand,39.6484 -33.2678 0,,
|
||||
-3867.31 248.263 1624.13,79 81, stand,43.6804 -32.0319 0,,
|
||||
-3675.64 185.925 1594.13,80 82, stand,29.5685 -18.9307 0,,
|
||||
-3765.72 316.011 1594.13,81 83, stand,26.5472 139.311 0,,
|
||||
-3832.44 366.145 1648.13,82 84, stand,34.9463 142.667 0,,
|
||||
-3911.47 416.476 1672.13,78 83 85, stand,38.1927 149.276 0,,
|
||||
-4022.58 506.871 1672.13,59 84, stand,43.5651 -45.3528 0,,
|
||||
-2035.88 -2321.71 1868.75,87 92 93, stand,22.6251 56.8915 0,,
|
||||
-2926.55 -1785.75 1866.15,86 88, stand,20.4993 164.288 0,,
|
||||
-3100.27 -1836.37 1867.71,87 89, stand,34.0509 140.657 0,,
|
||||
-3600.91 -2607.32 1903.06,88 90 91, stand,38.1927 61.9342 0,,
|
||||
-3728.92 -2520.59 1916.55,89 118, stand,35.5066 77.8314 0,,
|
||||
-3109.96 -2876.31 1903.24,89 92 97, stand,27.1075 -16.8707 0,,
|
||||
-2644.93 -2539.53 1868.13,86 91 93 94 97, stand,21.0596 34.419 0,,
|
||||
-1476.84 -2652.72 1904.08,86 92 96 98, stand,27.3273 -32.9987 0,,
|
||||
-2551.87 -3026.46 1902.56,92 95 97, stand,28.5632 0.564594 0,,
|
||||
-2225.79 -3026.64 1919.43,94 96, stand,24.9762 2.91567 0,,
|
||||
-1829.33 -2967.99 1895,93 95, stand,26.322 18.5932 0,,
|
||||
-2730.06 -2905.21 1872.67,91 92 94, stand,32.8149 -14.9206 0,,
|
||||
-1312.23 -2749.74 1901.41,93 99, stand,35.2814 -31.0925 0,,
|
||||
-1230.88 -2677.97 1891.37,98 100 111, stand,37.0721 141.7 0,,
|
||||
-1528.51 -2488.12 1888.65,99, stand,41.4392 109.785 0,,
|
||||
-1318.58 -2095.83 1869.45,102 110, stand,33.9355 143.162 0,,
|
||||
-611.332 -1139.64 1885.58,101 103 109 110, stand,29.5685 49.7614 0,,
|
||||
-235.771 -1318.8 1889.02,102 104 108, stand,39.198 3.62429 0,,
|
||||
-198.937 -1217.87 1905.07,103 105 106, stand,34.1608 64.3182 0,,
|
||||
-103.58 -1009.45 1916.7,104, stand,35.7263 63.6481 0,,
|
||||
-265.983 -1210.19 1904.37,104 107, stand,50.1733 154.022 0,,
|
||||
-633.749 -951.654 1880.51,106, stand,41.7743 140.025 0,,
|
||||
-366.46 -1586.16 1872.04,103, stand,38.1927 -141.923 0,,
|
||||
-463.201 -1573.97 1868.13,102 110, stand,38.9728 179.103 0,,
|
||||
-762.454 -2031.9 1872.7,101 102 109 111, stand,36.0614 -122.548 0,,
|
||||
-1066.04 -2441.8 1869.02,99 110, stand,29.4586 -126.805 0,,
|
||||
-714.152 -2357.99 1888.13,113 117, stand,31.8097 19.4501 0,,
|
||||
-115.877 -2290.18 1888.13,112 114, stand,26.9922 140.844 0,,
|
||||
-237.428 -1728.08 1888.13,113 115, stand,24.8663 -126.542 0,,
|
||||
32.4811 -1938.16 1888.13,114 116, stand,36.8469 -135.276 0,,
|
||||
-419.429 -2006.07 1888.13,115 117, stand,31.2494 -167.307 0,,
|
||||
-495.23 -2488.18 1888.13,112 116, stand,21.6199 95.4865 0,,
|
||||
-3496.91 -2185.48 1880.32,90 119 127, stand,20.8344 60.105 0,,
|
||||
-3127.87 -1812.52 1868.14,118 120, stand,29.0082 -10.5261 0,,
|
||||
-3208.51 -1639.29 1866.07,119 127, stand,26.9922 109.077 0,,
|
||||
-3485.21 -1237.11 1870.84,127, stand,25.4266 92.6135 0,,
|
||||
-3383.05 -1124 1869.91,123 126, stand,32.5897 -50.1648 0,,
|
||||
-3266.39 -788.239 1881.67,122 124, stand,26.322 74.7003 0,,
|
||||
-3732.22 -420.882 1867.6,123 125, stand,26.322 104.039 0,,
|
||||
-3929.62 -745.2 1870.35,124 126, stand,17.5879 -127.959 0,,
|
||||
-4043.56 -1044.23 1868.14,122 125 127 128 131 143, stand,25.6464 -114.633 0,,
|
||||
-3835.48 -1600.26 1867.52,118 120 121 126, stand,22.5153 -71.297 0,,
|
||||
-4319.86 -1210.66 1868.13,126 129, stand,19.8236 -122.96 0,,
|
||||
-4393.81 -1334.2 1872.13,128 130, stand,24.4159 -113.666 0,,
|
||||
-4265.04 -1616.89 1872.13,129, stand,33.0402 -88.4686 0,,
|
||||
-4458.68 -1051.3 1867.26,126 132 133 143, stand,30.9143 -147.037 0,,
|
||||
-4785.64 -1203.07 1864.13,131 133, stand,40.0934 -174.14 0,,
|
||||
-4841.51 -787.3 1872.78,131 132 134 137, stand,29.118 104.671 0,,
|
||||
-4752.08 -658.858 1868.81,133 135, stand,37.6324 49.1241 0,,
|
||||
-4700.02 -607.797 1864.13,134 136, stand,28.1128 -17.2772 0,,
|
||||
-4417.02 -644.931 1864.13,135, stand,31.134 15.6433 0,,
|
||||
-4826.36 -419.083 1868.74,133 138 141, stand,28.4393 63.2361 0,,
|
||||
-4949.7 -454.99 1876.14,137 139, stand,50.9503 -115.682 0,,
|
||||
-5037.81 -590.066 1972.13,138 140, stand,45.0122 -122.96 0,,
|
||||
-5088.5 -663.543 1988.13,139, stand,49.1541 11.7597 0,,
|
||||
-4731.11 -263.134 1868.13,137 142, stand,33.927 50.838 0,,
|
||||
-4274.15 -540.248 1910.14,141 143, stand,40.8704 -64.7327 0,,
|
||||
-4286.09 -958.479 1865.09,126 131 142, stand,34.8224 -113.336 0,,
|
||||
-4069 -840.224 512.125,145, stand,41.0956 -174.03 0,,
|
||||
-4449.55 -1006.94 512.125,144 146, stand,34.0424 -153.31 0,,
|
||||
-4644.28 -1325.36 512.125,145, stand,38.1842 -115.017 0,,
|
||||
-4767.04 -1202.88 521.77,148 150, stand,41.6559 31.4581 0,,
|
||||
-4780.63 -778.152 512.125,147 149, stand,47.1436 90.3613 0,,
|
||||
-4513.89 -743.367 512.125,148 150, stand,42.2162 87.785 0,,
|
||||
-5002.75 -1001.67 512.125,147 149, stand,25.7532 -34.35 0,,
|
||||
-3913.89 -1544.4 2118.13,153, stand,31.131 -23.5559 0,,
|
||||
-4179.19 -1844.88 2120.13,153 154, stand,39.3048 49.4592 0,,
|
||||
-4076.92 -1744 2118.13,151 152, stand,36.6187 47.3279 0,,
|
||||
-3978.73 -1942.25 2120.13,152 155, stand,43.0017 -32.0703 0,,
|
||||
-3706.89 -2174.59 2120.13,154, stand,42.3315 -46.0669 0,,
|
||||
-2469.01 -2651.45 2000.13,157, stand,51.9611 38.4839 0,,
|
||||
-2284.32 -2629.24 2000.13,156, stand,48.7146 5.66774 0,,
|
||||
-2030.84 1006.85 1992.13,159, stand,32.8119 -102.229 0,,
|
||||
-1926.95 932.281 1992.13,158 160, stand,36.5088 -106.937 0,,
|
||||
-1826.8 868.931 1992.13,159 161, stand,39.3048 -112.985 0,,
|
||||
-1734.39 887.1 1992.13,160 162, stand,30.2356 -49.4836 0,,
|
||||
-1578.45 1102.82 1992.13,161, stand,30.2356 -28.0933 0,,
|
||||
-2970.32 844.521 1872.13,164, stand,45.2429 -45.3748 0,,
|
||||
-3097.55 662.936 1872.13,163 165, stand,49.2749 -24.66 0,,
|
||||
-3158.94 582.559 1872.13,164 166, stand,42.8918 -21.4136 0,,
|
||||
-2906.16 936.153 1994.13,165 167, stand,55.7709 -28.6151 0,,
|
||||
-2976.06 837.003 1994.13,166 168, stand,40.6537 -31.6418 0,,
|
||||
-3096.94 671.174 1994.13,167 169, stand,45.246 -27.5 0,,
|
||||
-3156.14 585.159 1994.13,168, stand,33.9355 -31.0815 0,,
|
||||
-3375.09 660.026 2120.13,171, stand,30.1288 -19.6613 0,,
|
||||
-3226.38 576.921 2120.13,170 172, stand,44.4604 -10.4767 0,,
|
||||
-3105.54 739.559 2120.13,171 173 174, stand,33.6005 68.9215 0,,
|
||||
-3234.22 817.524 2120.13,172, stand,28.783 -30.4883 0,,
|
||||
-2972.49 906.422 2120.13,172, stand,40.0934 47.8992 0,,
|
||||
-3545.82 581.434 2496.13,176, stand,34.7156 -41.9141 0,,
|
||||
-3989.26 -53.4389 2496.13,175, stand,28.6731 -106.646 0,,
|
||||
-4722.48 -581.594 2120.13,178, stand,24.4159 -31.8176 0,,
|
||||
-4478.01 -755.348 2120.13,177, stand,47.4817 63.8129 0,,
|
||||
-4891.08 -234.191 2120.13,181, stand,41.4392 -85.343 0,,
|
||||
-5173.95 -621.122 2120.13,182, stand,40.3186 -18.3759 0,,
|
||||
-5021.56 -802.01 2120.13,183, stand,41.4392 -37.9755 0,,
|
||||
-5189.98 -1135.28 2120.13,184 188, stand,36.9568 -127.673 0,,
|
||||
-4605.83 -1495.73 2120.13,185 187, stand,46.7017 81.2921 0,,
|
||||
-4415.02 -1258.29 2120.13,186, stand,48.4924 42.4335 0,,
|
||||
-4100.67 -1454.55 2120.13,187, stand,52.2992 -85.4584 0,,
|
||||
-4385.55 -1831.87 2120.13,184, stand,34.0454 -152.42 0,,
|
||||
-5092.2 -1690 2120.13,183 189, stand,36.6217 93.9429 0,,
|
||||
-4589.95 -2105.92 2120.13,, stand,44.01 -83.6676 0,,
|
||||
-3843.38 -2611.77 2768.13,191 193 194, stand,50.7282 -54.8834 0,,
|
||||
-3968.82 -2812.48 2768.13,192 197, stand,30.3485 -62.0465 0,,
|
||||
-4158.12 -2696.49 2768.13,193 196, stand,43.5651 145.54 0,,
|
||||
-4061.28 -2512.42 2768.13,190 195, stand,41.994 74.0906 0,,
|
||||
-3726.09 -2603.06 2768.13,190, stand,33.7103 51.1401 0,,
|
||||
-4054.48 -2363.27 2780.13,193, stand,33.7103 96.4917 0,,
|
||||
-4281.02 -2700.91 2768.13,192, stand,34.8309 -168.24 0,,
|
||||
-3954.64 -2929.49 2768.2,191, stand,29.6783 -75.9607 0,,
|
||||
-4372.77 -2708.76 2764.13,199 201, stand,33.15 41.1755 0,,
|
||||
-4072.38 -2281.37 2764.13,200, stand,31.9141 57.4078 0,,
|
||||
-3616.57 -2569.88 2764.13,201, stand,46.3611 -25.6873 0,,
|
||||
-3914.25 -3023.31 2764.13,198, stand,45.3558 -113.034 0,,
|
||||
-3958.82 -2943.23 3008.13,203 205 206, stand,37.7368 -24.3414 0,,
|
||||
-3706.36 -2583.64 3008.13,204 206, stand,40.8734 49.1187 0,,
|
||||
-4007.44 -2419.21 3008.13,205 206, stand,40.8734 142.744 0,,
|
||||
-4208.52 -2668.08 3008.13,202 206, stand,46.3611 -149.723 0,,
|
||||
-3990.28 -2635.48 3008.13,202 203 204, stand,32.6996 84.4397 0,,
|
||||
-4925.72 -2217.47 2778.13,210, stand,23.2898 52.3322 0,,
|
||||
-5117.31 -824.805 2778.13,209, stand,38.9728 6.08522 0,,
|
||||
-5316.96 -870.573 2778.13,, stand,34.0454 10.2271 0,,
|
||||
-4874.67 -2017.56 2778.13,207, stand,51.7389 140.322 0,,
|
||||
-4927.5 -2237.14 2489.26,212 237, stand,16.2366 116.58 0,,
|
||||
-5379.42 -890.15 2489.07,213, stand,20.719 96.3049 0,,
|
||||
-5313.77 230.13 2495.23,214, stand,25.6464 67.0813 0,,
|
||||
-4325.14 1653.67 2491.53,215, stand,27.6569 25.9815 0,,
|
||||
-3252.64 2178.51 2491.17,216, stand,28.2172 14.2206 0,,
|
||||
-1796.98 2202.47 2489.31,217 251, stand,30.9088 -12.4267 0,,
|
||||
-629.062 1629.82 2487.06,218 251 217, stand,23.8501 -37.0526 0,,
|
||||
-231.904 1229.51 2488.38,219 221 216 220 218, stand,31.579 -50.5988 0,,
|
||||
-617.121 1114.08 2472.13,219 217, stand,43.7848 -147.581 0,,
|
||||
-249.258 696.217 2472.13,218 220, stand,33.0347 -51.6095 0,,
|
||||
41.4728 902.57 2494.93,222 217 221 219, stand,27.7722 54.447 0,,
|
||||
399.793 -138.521 2491.33,223 220, stand,27.3218 -77.7679 0,,
|
||||
427.979 -685.912 2384.02,224, stand,16.5717 -92.6599 0,,
|
||||
407.017 -1089.9 2489.9,225, stand,32.0294 87.9333 0,,
|
||||
84.8236 -980.501 2465.13,226, stand,37.0667 173.934 0,,
|
||||
97.3423 -678.501 2465.13,227, stand,33.0347 147.287 0,,
|
||||
442.791 -664.653 2386.73,, stand,58.2318 -2.78074 0,,
|
||||
-1113.84 -3226.81 2490.45,229 231, stand,45.9106 160.267 0,,
|
||||
-1227.78 -2885.26 2472.13,230, stand,37.8467 99.0131 0,,
|
||||
-1762.69 -3123.09 2472.13,231, stand,36.6162 -169.603 0,,
|
||||
-1655.9 -3436.62 2489.86,228 232, stand,22.8448 -72.2913 0,,
|
||||
-1962.18 -3503.41 2489,233, stand,21.3892 -177.068 0,,
|
||||
-3045.15 -3489.08 2486.75,234 236, stand,20.3784 169.831 0,,
|
||||
-3040.65 -3141.82 2465.13,235, stand,32.4744 75.6506 0,,
|
||||
-3340.77 -3025.27 2465.13,236, stand,36.5063 132.203 0,,
|
||||
-3488.56 -3411.26 2492.31,233 237, stand,22.8448 -96.9995 0,,
|
||||
-4589.63 -2674.01 2488.59,211, stand,19.5929 134.027 0,,
|
||||
-1150.44 1070.54 2118.13,238, stand,35.1605 -89.7266 0,,
|
||||
-1496.24 1368.6 2120.13,260 237 239, stand,23.6304 -111.117 0,,
|
||||
-1795.95 907.552 2120.13,238 240 300, stand,30.3485 -122.087 0,,
|
||||
-2133.35 1088.27 2120.13,239, stand,31.579 -145.603 0,,
|
||||
-1957.42 1278.23 2120.13,300 301, stand,31.579 118.344 0,,
|
||||
-1004.1 1061.79 2764.13,246 243 245, stand,46.2512 -104.366 0,,
|
||||
-1434.88 1358.83 2764.13,245 242 244, stand,38.4125 152.604 0,,
|
||||
-1142.28 1834.38 2764.13,246 243 245, stand,45.6909 40.2856 0,,
|
||||
-687.205 1545.91 2764.13,243 244 242, stand,36.3965 -28.2526 0,,
|
||||
-3404.28 1245.99 1988.13,250, stand,37.182 151.594 0,,
|
||||
-3267.31 1355.03 1988.13,249 250, stand,34.8309 33.3368 0,,
|
||||
-3203.48 1310.55 1988.13,250, stand,29.3433 43.3069 0,,
|
||||
-3346.3 1328.65 1988.13,247 248, stand,31.9141 126.287 0,,
|
||||
-3166.83 1172.95 1988.13,247 249, stand,47.0367 55.7324 0,,
|
||||
-850.595 1882.06 2496.34,215 216,stand,5.60732 159.073 0,,
|
||||
0.630616 -704.531 2216.13,253,stand,12.8858 -175.768 0,,
|
||||
-130.467 125.552 2216.13,252 254,stand,16.6925 109.536 0,,
|
||||
-172.868 425.325 2216.13,253 255,stand,17.8131 -19.5865 0,,
|
||||
-514.83 757.753 2216.13,254 256,stand,21.1694 -158.415 0,,
|
||||
-675.718 1069.13 2224.13,255 257,stand,28.2281 82.883 0,,
|
||||
-917.516 1165.77 2216.13,256 258,stand,23.6359 54.4394 0,,
|
||||
-694.469 1520.87 2216.13,257 259,stand,20.4993 128.685 0,,
|
||||
-1150.18 1827.93 2216.13,258 260,stand,18.3734 159.145 0,,
|
||||
-1452.21 1441.66 2216.13,259 238,stand,35.2814 -77.5614 0,,
|
||||
-4604.96 -992.874 255.425,262 271 272,stand,-1.23474 65.0027 0,,
|
||||
-4340.21 -631.407 224.125,261 263 264 271 273 279,stand,15.5634 -51.9852 0,,
|
||||
-4002.11 -796.367 224.125,262,stand,16.5686 165.231 0,,
|
||||
-4661.43 -646.925 224.125,262 265,stand,16.1237 6.58291 0,,
|
||||
-4837.91 -927.544 224.125,264 266 272,stand,18.3594 -92.2995 0,,
|
||||
-5007.87 -1050.78 224.125,265 267,stand,20.9357 -72.3703 0,,
|
||||
-4910.35 -1263.68 224.125,266 268,stand,21.496 -29.2545 0,,
|
||||
-4581.65 -1419.07 224.125,267 269,stand,23.6273 78.3621 0,,
|
||||
-4569.91 -1275.41 224.125,268 270,stand,22.6166 -7.75422 0,,
|
||||
-4269.11 -1241.83 224.125,269 271 272,stand,20.4907 172.735 0,,
|
||||
-4405.43 -961.22 227.821,270 262 261,stand,22.6166 104.087 0,,
|
||||
-4757.8 -1056.21 235.901,261 265 270,stand,21.496 -2.37642 0,,
|
||||
-4171.7 -493.71 224.125,262 274,stand,21.9464 44.656 0,,
|
||||
-4105.6 -408.44 224.125,273 275,stand,36.7285 57.6419 0,,
|
||||
-3961.55 -176.605 144.125,274 276,stand,38.6292 58.3175 0,,
|
||||
-4065.7 -19.4971 144.125,275 277 280,stand,30.0104 137.935 0,,
|
||||
-4067.22 -140.749 144.125,276 278,stand,35.7178 -120.826 0,,
|
||||
-4211.32 -354.823 224.125,277 279,stand,22.8418 -124.187 0,,
|
||||
-4283.34 -461.001 224.125,278 262,stand,23.1769 -120.155 0,,
|
||||
-4480.85 275.578 142.125,276 281 283,stand,16.3434 151.828 0,,
|
||||
-4816.29 -170.757 142.125,280 282,stand,22.2815 63.9151 0,,
|
||||
-6584.99 -2390.42 142.125,281,stand,19.1449 -129.895 0,,
|
||||
-4196.64 757.994 142.125,280 284 286,stand,15.0031 -151.252 0,,
|
||||
-4293.18 967.986 144.125,283 285,stand,22.2815 128.57 0,,
|
||||
-4649.64 1173.21 149.125,284 286 287,stand,16.7938 45.8096 0,,
|
||||
-4383.67 889.76 144.125,285 283,stand,23.067 -47.1402 0,,
|
||||
-4443.84 1448.58 144.125,285 288,stand,13.9923 -138.299 0,,
|
||||
-4248.85 1704.1 144.125,287 289,stand,13.7726 50.1382 0,,
|
||||
-4207.7 1752.68 160.125,288 290 293,stand,56.5479 -121.501 0,,
|
||||
-3743.62 1489.64 152.125,289 291 292,stand,25.528 -40.6473 0,,
|
||||
-3318.97 1172.61 160.125,290,stand,18.4747 -35.2695 0,,
|
||||
-3629.16 1678.33 120.125,290 293 294,stand,8.16956 168.884 0,,
|
||||
-4137.51 1970.94 120.125,292 289,stand,14.668 -171.967 0,,
|
||||
-3241.23 1330.47 120.125,292,stand,18.5846 -35.7145 0,,
|
||||
-4119.27 -1293.35 224.125,296,stand,22.3914 -174.543 0,,
|
||||
-3461.61 -1746.47 224.125,295 297 299,stand,22.5067 121.659 0,,
|
||||
-3597.74 -1810.41 224.125,296 298,stand,41.2054 38.229 0,,
|
||||
-4208.32 -1386.32 224.125,297,stand,43.2214 83.0203 0,,
|
||||
-3312.11 -1532.06 224.125,296,stand,22.8418 79.4388 0,,
|
||||
-1845.85 1121.4 2120.13,241 239,stand,51.5106 131.399 0,,
|
||||
-1701.09 1515.25 2120.13,241,stand,25.3082 84.1739 0,,
|
||||
-3617 144.763 1594.13,303,stand,23.9624 -19.6854 0,,
|
||||
-3306.47 -71.48 1594.13,302 304,stand,14.3329 -33.0118 0,,
|
||||
-2810.14 -429.774 1594.13,303 305 334 336,stand,12.9871 -33.4567 0,,
|
||||
-2772.6 -717.332 1594.13,304 306 335,stand,36.9537 -110.614 0,,
|
||||
-2973.73 -1000.2 1422.13,305 307,stand,39.4147 -125.846 0,,
|
||||
-2930.86 -1153.23 1422.13,306 308,stand,25.3082 -18.7845 0,,
|
||||
-2510.01 -1212.55 1422.13,307 309,stand,21.5015 1.47976 0,,
|
||||
-2168.99 -1016.66 1422.13,308 310,stand,21.7212 39.4485 0,,
|
||||
-2007.29 -777.27 1422.13,309 311,stand,24.9731 76.1758 0,,
|
||||
-2019.16 -171.146 1422.13,310 312,stand,18.3649 -88.4049 0,,
|
||||
-2268.04 4.61458 1422.12,311 313,stand,22.7319 -76.8747 0,,
|
||||
-2340.36 -101.67 1422.12,312 314,stand,35.7233 -124.803 0,,
|
||||
-2600.38 -458.251 1229.13,313 315 329,stand,24.4128 -65.1139 0,,
|
||||
-2511.79 -667.599 1229.13,314 316,stand,26.3135 -68.3603 0,,
|
||||
-2735.79 -654.017 1230.13,315 317 329,stand,34.4873 -137.459 0,,
|
||||
-3030.75 -1086.01 1230.13,316 318,stand,29.115 -115.173 0,,
|
||||
-2852.15 -1187.4 1230.13,317 319,stand,26.9891 -14.8349 0,,
|
||||
-2428.04 -1177.87 1230.13,318 320,stand,25.3082 13.3889 0,,
|
||||
-2111.75 -961.408 1230.13,319 321,stand,26.0883 41.9424 0,,
|
||||
-1948.18 -603.967 1230.13,320 322,stand,21.9464 79.3454 0,,
|
||||
-2166.69 -43.3461 1230.13,321 323,stand,22.2815 127.498 0,,
|
||||
-2306.59 -59.0722 1230.13,322 324,stand,24.4128 -142.798 0,,
|
||||
-2119.47 221.287 1230.13,323,stand,25.6433 121.341 0,,
|
||||
-2408.22 110.61 1230.13,326,stand,17.6892 174.004 0,,
|
||||
-3098.61 -29.2942 1230.13,325 327,stand,22.0618 -134.267 0,,
|
||||
-3288.16 -284.067 1230.13,326 328,stand,17.5793 -116.129 0,,
|
||||
-3177.72 -974.389 1230.13,327,stand,24.5227 -138.53 0,,
|
||||
-2789.47 -422.629 1229.13,316 314,stand,22.0618 98.0935 0,,
|
||||
-2423.94 117.137 1422.13,331,stand,19.8206 -43.4159 0,,
|
||||
-3105.53 -18.5493 1422.13,330 332,stand,21.9464 -141.408 0,,
|
||||
-3321.43 -338.462 1422.13,331 333,stand,13.2123 -108.037 0,,
|
||||
-3169.17 -955.963 1422.13,332,stand,21.051 -71.7496 0,,
|
||||
-2505.82 -403.852 1594.13,304 335,stand,22.7319 -43.8883 0,,
|
||||
-2575.02 -675.646 1592.13,334 305,stand,23.2953 76.1319 0,,
|
||||
-2631.36 -538.374 1594.13,304,stand,16.687 147.351 0,,
|
||||
|
423
scriptdata/waypoints/invasion_wp.csv
Normal file
@@ -0,0 +1,423 @@
|
||||
422
|
||||
3161.08 -5093.52 2310.13,1 38 39 242 243,stand,16.908 -92.0544 0.0,,
|
||||
3166.62 -5330.11 2318.13,0 2 5,stand,16.6882 93.3563 0.0,,
|
||||
3334.54 -5375.14 2318.13,1 3,stand,18.5889 -14.7876 0.0,,
|
||||
3552.16 -5345.13 2318.13,2 4,stand,5.15259 110.863 0.0,,
|
||||
3400.52 -5462.88 2318.13,3,stand,29.339 37.8149 0.0,,
|
||||
2985.6 -5418.44 2318.13,1 6 10,stand,19.259 -173.804 0.0,,
|
||||
2748.34 -5350.16 2318.13,5 7 40,stand,16.5729 -24.4501 0.0,,
|
||||
2490.27 -5426.87 2318.13,6 8 9,stand,14.3317 -109.748 0.0,,
|
||||
2338.76 -5359.14 2318.13,7,stand,7.3938 153.045 0.0,,
|
||||
2476.94 -5568.86 2318.13,7 10 11 12,stand,18.5889 6.41602 0.0,,
|
||||
2973.69 -5544.57 2318.13,5 9,stand,22.511 11.1182 0.0,,
|
||||
2260.53 -5593.18 2318.13,9,stand,11.9806 176.819 0.0,,
|
||||
2465.36 -5772.81 2318.13,9 13 14 24,stand,13.1012 151.738 0.0,,
|
||||
2260.53 -5690.85 2318.13,12,stand,13.3264 165.174 0.0,,
|
||||
2710.87 -5725.6 2318.13,12 15,stand,18.8141 12.7991 0.0,,
|
||||
2957.21 -5753.03 2318.13,14 16 20,stand,18.0286 -168.283 0.0,,
|
||||
3125.86 -5726.18 2318.13,15 17 19,stand,27.4384 -15.1227 0.0,,
|
||||
3295.28 -5765.17 2318.13,16 18,stand,33.1458 1.90063 0.0,,
|
||||
3359.75 -5764.51 2310.13,17 29 30,stand,35.2771 -148.162 0.0,,
|
||||
3214.44 -5521.13 2318.13,16,stand,11.7609 98.5089 0.0,,
|
||||
2957.05 -5832.42 2318.13,15 21 23,stand,32.4756 93.3563 0.0,,
|
||||
2967.8 -6050.56 2318.13,20 22,stand,21.6156 111.5 0.0,,
|
||||
2636.03 -6059.97 2318.13,21 23,stand,22.1759 127.403 0.0,,
|
||||
2591.27 -5903.18 2318.13,20 22 24,stand,23.0713 -175.15 0.0,,
|
||||
2461.57 -5873.85 2318.13,12 23 25,stand,22.0605 -76.0748 0.0,,
|
||||
2362.99 -6024.35 2318.13,24 26 27,stand,22.511 -101.684 0.0,,
|
||||
2365.58 -6105.55 2310.13,25 28 42,stand,22.9559 -100.009 0.0,,
|
||||
2260.52 -5913.56 2318.13,25,stand,12.9913 154.501 0.0,,
|
||||
2555.4 -6182.99 2310.13,26 29,stand,17.1332 -7.28394 0.0,,
|
||||
3386.65 -6170.23 2310.13,18 28 30 31,stand,10.7501 100.558 0.0,,
|
||||
3616.45 -5775.03 2310.13,18 29 31 37,stand,20.8301 134.154 0.0,,
|
||||
4134.72 -6099.63 2315.06,29 30 32,stand,7.27844 120.526 0.0,,
|
||||
4153.34 -5417.02 2310.13,31 33 37 242,stand,9.9646 87.4896 0.0,,
|
||||
4145.26 -4626.61 2304.73,32 34 37,stand,8.95935 93.4277 0.0,,
|
||||
4146.19 -3984.57 2308.81,33 35,stand,8.06396 92.9773 0.0,,
|
||||
4191.18 -3586.31 2319.29,34 36,stand,9.62952 156.813 0.0,,
|
||||
4233.89 -3391.85 2318.04,35 150 179,stand,11.6455 89.8462 0.0,,
|
||||
3640.26 -5283.16 2310.13,30 32 33 38,stand,29.339 23.2471 0.0,,
|
||||
3343.03 -5102.34 2310.13,0 37,stand,17.4683 -55.4425 0.0,,
|
||||
2972.33 -5099.69 2310.13,0 40,stand,18.924 -165.635 0.0,,
|
||||
2742.66 -5251.07 2310.13,6 39 41 253,stand,16.6882 -84.787 0.0,,
|
||||
2189.19 -5250.66 2310.13,40 42 252,stand,21.1652 -116.587 0.0,,
|
||||
2201.03 -6097.51 2310.13,26 41 43 258,stand,30.91 49.2957 0.0,,
|
||||
1745.95 -6208.68 2306.26,42 44,stand,14.6722 176.512 0.0,,
|
||||
1138.4 -6186.94 2304.3,43 45 266,stand,15.2325 179.868 0.0,,
|
||||
596.275 -6181.51 2305.54,44 46 416,stand,15.2325 -176.21 0.0,,
|
||||
-33.9944 -6200.21 2309.93,45 47 416 418,stand,15.7928 -177.446 0.0,,
|
||||
-634.851 -6206.35 2309.98,46 48,stand,15.4523 178.522 0.0,,
|
||||
-1007.43 -6079.18 2310.13,47 388,stand,21.6156 -6.36658 0.0,,
|
||||
-1573.66 -6083.53 2310.13,50,stand,10.3052 177.742 0.0,,
|
||||
-2008.41 -6048.56 2310.13,49 397,stand,15.3424 56.4587 0.0,,
|
||||
-2504.2 -6107.61 2310.13,52 397 398,stand,11.3104 177.407 0.0,,
|
||||
-2694.08 -6041.22 2310.13,51 53,stand,13.7769 -106.556 0.0,,
|
||||
-2847.36 -5869.1 2310.13,52 54 398,stand,13.7769 -35.8539 0.0,,
|
||||
-3101.47 -5597.96 2310.13,53 55 399,stand,18.5889 15.4303 0.0,,
|
||||
-3240.44 -5387.43 2310.13,54 56 393,stand,10.8655 117.79 0.0,,
|
||||
-3412.34 -5540.54 2317.43,55 57 209,stand,15.5676 -21.8243 0.0,,
|
||||
-3021.33 -5955.92 2316.86,56 58,stand,16.6882 -52.0587 0.0,,
|
||||
-2829.24 -6181.34 2321.76,57 213,stand,27.5482 135.967 0.0,,
|
||||
-2773.34 -7083.41 2348.25,60 213 214,stand,18.5889 92.2906 0.0,,
|
||||
-3185.05 -7108.34 2312.85,59 61,stand,14.7821 -157.181 0.0,,
|
||||
-3219.92 -7432.87 2318.1,60 215 218,stand,15.5676 -127.051 0.0,,
|
||||
-5372.09 -7385.54 2318.13,63 217 218 219,stand,21.0553 57.2443 0.0,,
|
||||
-5382.55 -7096.1 2321.43,62 64,stand,11.8707 110.995 0.0,,
|
||||
-5600.88 -6981.58 2322.16,63 65,stand,14.2218 106.068 0.0,,
|
||||
-5463.75 -6054.79 2315.82,64 66 216,stand,22.6208 -81.7328 0.0,,
|
||||
-5112.87 -5583.54 2318.13,65 67 219 220,stand,10.3052 64.2975 0.0,,
|
||||
-5057.19 -4916.81 2318.13,66 68,stand,8.06396 91.2854 0.0,,
|
||||
-5090.46 -4023.83 2318.13,67 69,stand,8.73413 91.6205 0.0,,
|
||||
-5170.89 -3428.15 2318.13,68 70,stand,12.0959 95.202 0.0,,
|
||||
-5213.31 -3070.49 2322.02,69 71,stand,14.7821 94.1968 0.0,,
|
||||
-4986.34 -2830.07 2311.27,70 72,stand,10.8655 54.1077 0.0,,
|
||||
-4888.72 -2368.18 2315.19,71 73,stand,6.94336 91.6205 0.0,,
|
||||
-4961.73 -1935.96 2316.64,72 74,stand,13.6615 75.498 0.0,,
|
||||
-4253.46 -1770.76 2314.64,73 75,stand,13.9966 7.52014 0.0,,
|
||||
-3960.52 -1588.96 2323.06,74 76,stand,13.7769 -163.669 0.0,,
|
||||
-3646.33 -1280.06 2358.53,75 77,stand,14.5569 2.48291 0.0,,
|
||||
-3130.07 -1277.94 2375.48,76 78,stand,17.3584 -1.10413 0.0,,
|
||||
-2563.41 -1287.73 2395.07,77 79 226,stand,15.3424 -0.0933838 0.0,,
|
||||
-2025.51 -1249.68 2358.14,78 80 82,stand,24.7467 22.6373 0.0,,
|
||||
-1871.8 -1257.34 2370.13,79 81,stand,34.7168 -51.0095 0.0,,
|
||||
-1830.0 -1264.5 2318.13,80 85 86,stand,-16.463 150.897 0.0,,
|
||||
-1978.23 -1426.03 2341.41,79 83 85,stand,29.0039 -1.17554 0.0,,
|
||||
-1996.04 -1579.42 2318.13,82 84 226,stand,22.7307 -3.63647 0.0,,
|
||||
-1829.84 -1570.08 2318.13,83 85 173,stand,22.511 50.6744 0.0,,
|
||||
-1796.41 -1426.91 2310.13,81 82 84 324 331,stand,30.0146 19.9896 0.0,,
|
||||
-1800.26 -1171.42 2310.13,81 87,stand,31.5802 86.2097 0.0,,
|
||||
-1845.17 -1013.7 2318.13,86 88 327 331,stand,18.1439 80.8374 0.0,,
|
||||
-1765.9 -230.874 2318.13,87 89 327,stand,13.6615 -91.5106 0.0,,
|
||||
-1533.68 -253.56 2318.13,88 90 327,stand,15.2325 -7.52014 0.0,,
|
||||
-1403.69 -270.483 2318.13,89 91,stand,15.2325 -7.52014 0.0,,
|
||||
-1262.19 -274.509 2318.13,90 92 326,stand,15.2325 -7.0752 0.0,,
|
||||
-1096.1 -290.72 2310.8,91 93 328 329,stand,32.1405 -174.271 0.0,,
|
||||
-1016.15 -233.045 2310.13,92 94,stand,12.431 -30.141 0.0,,
|
||||
-526.623 -278.061 2310.13,93 95 115 329,stand,10.415 -11.6675 0.0,,
|
||||
-367.703 -287.512 2310.13,94 96 109,stand,14.5569 -104.837 0.0,,
|
||||
-159.46 -299.157 2310.13,95 97 107 330,stand,18.0286 -167.102 0.0,,
|
||||
-33.2353 -320.0 2310.13,96 98,stand,23.5162 -72.3615 0.0,,
|
||||
69.1425 -389.409 2310.13,97 99 106 107,stand,16.908 -4.94385 0.0,,
|
||||
292.224 -378.36 2310.13,98 100,stand,17.0233 1.66443 0.0,,
|
||||
471.657 -461.155 2310.13,99 101,stand,15.2325 -25.2136 0.0,,
|
||||
981.733 -498.62 2310.13,100 102,stand,13.7769 179.352 0.0,,
|
||||
944.691 -669.229 2310.13,101 103 104,stand,21.1652 -8.97583 0.0,,
|
||||
890.772 -1009.24 2318.13,102,stand,15.6775 -114.802 0.0,,
|
||||
1654.88 -662.726 2316.22,102,stand,8.84949 179.011 0.0,,
|
||||
238.293 -507.499 2326.13,106,stand,24.6368 78.0359 0.0,,
|
||||
92.2415 -474.542 2310.13,98 105,climb,46.9226 76.2836 0.0,,
|
||||
-170.423 -534.09 2310.13,96 98 108 330,stand,21.8353 41.2317 0.0,,
|
||||
-54.8371 -605.51 2326.13,107 109 147,climb,21.1652 -5.02075 0.0,,
|
||||
-190.324 -681.685 2310.13,95 108 110 111 330,stand,17.4683 -3.90015 0.0,,
|
||||
-58.0561 -762.791 2326.13,109 149,stand,17.0233 -18.3472 0.0,,
|
||||
-186.1 -892.073 2310.13,109 112 113,stand,9.74487 0.131836 0.0,,
|
||||
-65.5178 -857.804 2326.13,111,stand,18.479 -3.12012 0.0,,
|
||||
-249.583 -1004.54 2318.13,111 114,stand,-4.2572 -60.4578 0.0,,
|
||||
-347.93 -865.681 2310.13,113 115 330,stand,19.259 -178.456 0.0,,
|
||||
-715.762 -741.534 2310.13,94 114 116 330,stand,12.6563 -109.473 0.0,,
|
||||
-974.959 -800.256 2310.13,115 117 326 328 333,stand,0.670166 -72.0428 0.0,,
|
||||
-931.402 -1268.67 2315.68,116 118 128 332 333,stand,8.84949 113.632 0.0,,
|
||||
-762.668 -1286.78 2318.13,117 119 127,stand,13.2166 86.3086 0.0,,
|
||||
-746.1 -1191.24 2318.13,118 120 125,stand,58.678 76.6791 0.0,,
|
||||
-724.494 -1080.98 2318.13,119 121,stand,28.3337 23.1482 0.0,,
|
||||
-578.361 -1074.26 2318.13,120 122 125,stand,23.6316 67.3792 0.0,,
|
||||
-581.114 -927.975 2318.13,121 123 124,stand,14.7821 173.765 0.0,,
|
||||
-696.959 -929.882 2318.13,122,stand,20.495 -27.8833 0.0,,
|
||||
-399.224 -973.558 2318.13,122,stand,15.9027 173.65 0.0,,
|
||||
-547.178 -1186.06 2318.13,119 121 126,stand,22.0605 -168.431 0.0,,
|
||||
-450.877 -1281.84 2318.13,125 127,stand,30.6848 -144.575 0.0,,
|
||||
-541.206 -1323.18 2318.13,118 126,stand,24.6368 -157.006 0.0,,
|
||||
-950.337 -1416.45 2310.13,117 129 171 172 332,stand,4.70215 15.6775 0.0,,
|
||||
-660.431 -1469.25 2310.13,128 130 171,stand,13.9966 -8.39905 0.0,,
|
||||
-361.122 -1443.04 2310.13,129 131 169 171,stand,23.8513 71.109 0.0,,
|
||||
-308.203 -1239.46 2318.13,130 132,stand,24.3018 20.8301 0.0,,
|
||||
-184.48 -1225.66 2310.13,131 133 169,stand,21.6156 86.1218 0.0,,
|
||||
-16.6765 -1028.18 2318.13,132 134,stand,29.8993 -127.656 0.0,,
|
||||
161.796 -1039.3 2318.13,133 135,stand,19.4843 -107.611 0.0,,
|
||||
154.083 -1245.15 2318.13,134 136 169,stand,20.6049 -55.7611 0.0,,
|
||||
461.873 -1261.9 2318.13,135 137 169,stand,11.3104 99.1132 0.0,,
|
||||
415.36 -1105.04 2326.13,136 138 139,stand,20.0446 142.004 0.0,,
|
||||
809.762 -1098.61 2318.13,137 162 167,stand,15.2325 -130.688 0.0,,
|
||||
290.364 -1043.32 2326.13,137 140,stand,10.7501 -22.8351 0.0,,
|
||||
333.81 -835.408 2326.13,139 141 145,stand,24.527 75.7068 0.0,,
|
||||
517.076 -854.929 2326.13,140 142 143,stand,19.4843 28.3392 0.0,,
|
||||
810.585 -942.093 2326.13,141,stand,12.6563 -7.38281 0.0,,
|
||||
580.712 -663.457 2326.13,141 144,stand,17.5836 -134.681 0.0,,
|
||||
411.761 -607.476 2326.13,143,stand,13.7769 -29.0753 0.0,,
|
||||
203.484 -778.837 2326.13,140 146 148,climb,17.3584 -166.146 0.0,,
|
||||
171.674 -600.307 2326.13,145 147,stand,19.259 -100.97 0.0,,
|
||||
-5.19489 -579.065 2326.13,108 146,climb,18.2538 172.244 0.0,,
|
||||
86.3666 -805.629 2326.13,145 149,stand,16.7981 10.5414 0.0,,
|
||||
-19.4313 -760.055 2326.13,110 148,stand,11.3104 168.217 0.0,,
|
||||
4347.41 -3184.41 2311.66,36 178 179 238,stand,14.892 -119.224 0.0,,
|
||||
4724.02 -2748.9 2318.13,152 178 238,stand,20.9399 171.491 0.0,,
|
||||
4479.04 -2297.91 2357.15,151 153,stand,16.7981 178.77 0.0,,
|
||||
4012.73 -2045.26 2369.74,152 154,stand,14.6722 155.814 0.0,,
|
||||
3526.98 -2044.74 2323.04,153 155 177,stand,15.3424 169.14 0.0,,
|
||||
3128.43 -1991.66 2318.13,154 156 176,stand,15.0073 -78.2062 0.0,,
|
||||
2867.86 -1801.5 2331.93,155 157 175 176,stand,13.2166 136.362 0.0,,
|
||||
2554.53 -1370.51 2335.62,156 158,stand,12.2058 -80.8923 0.0,,
|
||||
2522.62 -1066.87 2323.51,157 159 175,stand,19.0393 129.979 0.0,,
|
||||
2075.13 -969.161 2314.79,158 160 161,stand,22.2858 166.487 0.0,,
|
||||
1819.35 -917.321 2318.13,159 162,stand,20.0446 -75.2563 0.0,,
|
||||
1921.65 -1105.65 2318.13,159 162 163 175,stand,15.4523 -99.3329 0.0,,
|
||||
1811.76 -1180.97 2318.13,138 160 161,stand,26.3177 176.001 0.0,,
|
||||
1871.65 -1691.66 2318.13,161 164 165,stand,22.511 -108.259 0.0,,
|
||||
1745.44 -1677.39 2310.13,163 165,stand,30.0146 -13.667 0.0,,
|
||||
1777.55 -1852.79 2318.13,163 164 166 174 233 234,stand,43.0005 14.0735 0.0,,
|
||||
1476.18 -1828.74 2318.13,165 167 233,stand,41.9952 -177.836 0.0,,
|
||||
1169.39 -1804.44 2312.26,138 166 168,stand,26.4276 23.703 0.0,,
|
||||
804.055 -1776.84 2318.13,167 169,stand,18.924 168.613 0.0,,
|
||||
222.241 -1728.29 2311.06,130 132 135 136 168 170,stand,20.1599 172.084 0.0,,
|
||||
-214.864 -1712.49 2318.13,169 171,stand,25.6476 -21.5387 0.0,,
|
||||
-722.263 -1661.52 2318.13,128 129 130 170 172,stand,12.5409 176.677 0.0,,
|
||||
-1160.27 -1633.01 2310.13,128 171 173 227 324,stand,21.8353 173.655 0.0,,
|
||||
-1577.15 -1592.84 2318.13,84 172 324,stand,20.2698 177.687 0.0,,
|
||||
2356.81 -1892.65 2315.75,165 175 176 234,stand,19.0393 129.825 0.0,,
|
||||
2297.1 -1333.46 2318.13,156 158 161 174,stand,24.1864 136.697 0.0,,
|
||||
2665.24 -1959.47 2318.13,155 156 174,stand,20.3796 33.2941 0.0,,
|
||||
3957.91 -2292.61 2318.13,154 178,stand,18.0286 -26.7297 0.0,,
|
||||
4490.79 -2584.1 2318.13,150 151 177 237,stand,18.1439 -38.2654 0.0,,
|
||||
4080.8 -3293.0 2318.13,36 150 180 237,stand,19.3744 147.074 0.0,,
|
||||
3764.53 -3077.73 2318.13,179 181 239,stand,16.1279 159.84 0.0,,
|
||||
3263.91 -2855.22 2318.13,180 182,stand,14.6722 159.28 0.0,,
|
||||
2741.88 -2733.79 2318.13,181 183,stand,17.0233 178.989 0.0,,
|
||||
2453.59 -2708.88 2318.13,182 184,stand,22.0605 172.491 0.0,,
|
||||
2278.48 -2682.28 2318.13,183 185,stand,19.1492 -122.108 0.0,,
|
||||
1886.13 -2655.49 2312.13,184 186 234,stand,15.2325 -166.003 0.0,,
|
||||
1613.11 -2627.19 2312.13,185 187 233 234,stand,15.5676 -107.325 0.0,,
|
||||
1392.68 -2617.13 2318.13,186 188,stand,15.0073 176.748 0.0,,
|
||||
1087.93 -2597.45 2318.13,187 189,stand,15.1172 168.684 0.0,,
|
||||
963.142 -2585.19 2318.13,188 190,stand,17.3584 175.627 0.0,,
|
||||
707.371 -2574.15 2318.13,189 191,stand,18.2538 170.03 0.0,,
|
||||
329.898 -2543.94 2317.77,190 192,stand,15.6775 179.55 0.0,,
|
||||
16.9461 -2517.12 2318.13,191 193,stand,17.3584 173.947 0.0,,
|
||||
-404.841 -2493.11 2315.14,192 194,stand,14.7821 176.188 0.0,,
|
||||
-875.744 -2457.22 2318.13,193 195 227,stand,12.431 177.418 0.0,,
|
||||
-1472.44 -2413.28 2318.13,194 196 227,stand,11.0852 -31.5088 0.0,,
|
||||
-1994.68 -2367.17 2318.13,195 197 226,stand,10.3052 178.094 0.0,,
|
||||
-2346.84 -2355.41 2318.13,196 198 226 334,stand,6.49292 -15.1611 0.0,,
|
||||
-2805.07 -2344.48 2318.13,197 199,stand,7.50366 -169.59 0.0,,
|
||||
-3233.32 -2520.23 2318.13,198 200,stand,7.50366 -145.849 0.0,,
|
||||
-3559.58 -2940.77 2318.13,199 201 347,stand,5.15259 -112.588 0.0,,
|
||||
-3670.98 -3460.37 2318.13,200 202 347,stand,4.92737 -92.3181 0.0,,
|
||||
-3669.62 -3655.66 2318.13,201 203 345,stand,12.5409 -41.0284 0.0,,
|
||||
-3656.63 -3777.25 2318.13,202 204 347,stand,8.73413 -10.1239 0.0,,
|
||||
-3631.22 -3947.32 2318.13,203 205,stand,5.03723 -11.6895 0.0,,
|
||||
-3638.21 -4110.87 2318.13,204 206,stand,5.71289 -6.427 0.0,,
|
||||
-3620.0 -4226.23 2318.13,205 207 401,stand,8.28918 -27.1417 0.0,,
|
||||
-3619.71 -4740.79 2318.13,206 208 401,stand,10.3052 -92.0929 0.0,,
|
||||
-3645.84 -5209.85 2318.13,207 209 393,stand,7.27844 -53.7946 0.0,,
|
||||
-3655.43 -5584.0 2318.13,56 208 210 220,stand,5.93811 -89.2969 0.0,,
|
||||
-3553.47 -5954.47 2318.13,209 211 219,stand,8.28918 -55.1404 0.0,,
|
||||
-3288.2 -6224.6 2315.41,210 212 214,stand,8.73413 -38.2324 0.0,,
|
||||
-3092.26 -6176.09 2319.81,211 213,stand,11.8707 2.64771 0.0,,
|
||||
-2847.6 -6312.19 2328.8,58 59 212,stand,9.74487 -26.5814 0.0,,
|
||||
-3670.63 -6570.32 2318.13,59 211 215 219,stand,20.6049 -127.255 0.0,,
|
||||
-3634.06 -6918.28 2312.1,61 214 218 219,stand,13.6615 125.239 0.0,,
|
||||
-5048.18 -6496.31 2312.85,65 217 219,stand,28.2184 127.848 0.0,,
|
||||
-5048.05 -6824.18 2316.43,62 216 218,stand,30.1245 -105.947 0.0,,
|
||||
-4255.55 -7432.87 2310.13,61 62 215 217 219,stand,26.9879 155.923 0.0,,
|
||||
-4264.96 -6519.65 2310.13,62 66 210 214 215 216 218 220,stand,16.5729 -94.444 0.0,,
|
||||
-4238.02 -5502.18 2310.13,66 209 219 221,stand,21.3904 121.58 0.0,,
|
||||
-4234.14 -4107.34 2310.13,220 222,stand,9.06921 86.9348 0.0,,
|
||||
-4384.71 -3056.21 2310.13,221 223,stand,14.892 97.1246 0.0,,
|
||||
-4526.55 -2198.83 2310.13,222 224,stand,19.1492 102.843 0.0,,
|
||||
-3946.84 -2029.55 2310.47,223 225,stand,17.2485 12.5024 0.0,,
|
||||
-3236.96 -1974.07 2323.85,224 226,stand,11.9806 5.7843 0.0,,
|
||||
-2260.66 -1927.98 2326.13,78 83 196 197 225 227,stand,12.5409 -2.72461 0.0,,
|
||||
-1166.7 -2012.95 2327.93,172 194 195 226 228,stand,15.3424 -6.08643 0.0,,
|
||||
-440.324 -2101.86 2327.5,227 229 231,stand,15.9027 -6.31165 0.0,,
|
||||
-153.496 -2220.75 2321.36,228 230,stand,20.9399 151.479 0.0,,
|
||||
168.918 -2156.52 2318.27,229 231 232,stand,17.4683 21.3464 0.0,,
|
||||
-244.584 -1958.65 2322.91,228 230,stand,12.6563 159.763 0.0,,
|
||||
945.497 -2189.52 2317.9,230 233,stand,15.9027 -4.48792 0.0,,
|
||||
1635.12 -2242.08 2319.08,165 166 186 232 234,stand,13.7769 -3.25745 0.0,,
|
||||
2083.62 -2280.36 2316.72,165 174 185 186 233 235,stand,16.0126 -7.39929 0.0,,
|
||||
2952.42 -2358.72 2321.93,234 236,stand,24.4116 -9.19556 0.0,,
|
||||
3656.64 -2589.3 2319.92,235 237,stand,19.7095 -25.8783 0.0,,
|
||||
4162.25 -2864.77 2319.75,178 179 236 238,stand,21.8353 -37.749 0.0,,
|
||||
4466.31 -3079.49 2311.35,150 151 237,stand,23.8513 150.018 0.0,,
|
||||
3711.71 -3514.2 2310.13,180 240,stand,23.1812 -92.8125 0.0,,
|
||||
3255.48 -3903.8 2310.13,239 241 244 245,stand,17.5836 -113.604 0.0,,
|
||||
3557.4 -4291.41 2310.13,240 242,stand,16.5729 -46.972 0.0,,
|
||||
3409.82 -4842.68 2306.76,0 32 241 243,stand,12.6563 -161.202 0.0,,
|
||||
2828.49 -4702.18 2305.86,0 242 244 253,stand,19.3744 103.387 0.0,,
|
||||
2846.09 -4150.51 2304.99,240 243 245 249 251,stand,14.3317 89.0552 0.0,,
|
||||
2834.57 -3828.13 2299.35,240 244 246 248,stand,17.0233 -91.6589 0.0,,
|
||||
2844.63 -3278.42 2300.09,245 247,stand,19.7095 90.1703 0.0,,
|
||||
2243.54 -3214.64 2309.59,246 248,stand,15.0073 -175.199 0.0,,
|
||||
2202.78 -3695.38 2302.61,245 247 249,stand,11.3104 -86.9513 0.0,,
|
||||
2292.94 -4162.98 2303.9,244 248 250 251,stand,12.876 -78.5522 0.0,,
|
||||
1987.14 -4426.14 2309.32,249 251,stand,8.39905 -51.004 0.0,,
|
||||
2366.12 -4480.7 2302.13,244 249 250 252,stand,16.2378 -28.0481 0.0,,
|
||||
2055.3 -4965.99 2306.04,41 251 253 254,stand,9.4043 -32.525 0.0,,
|
||||
2690.75 -4857.74 2302.13,40 243 252,stand,15.6775 7.89917 0.0,,
|
||||
1782.31 -5262.0 2303.22,252 255 258,stand,8.06396 146.871 0.0,,
|
||||
1515.63 -4829.35 2310.13,254 256 257 263,stand,9.51965 115.741 0.0,,
|
||||
1726.48 -4516.64 2320.92,255,stand,8.95935 -126.821 0.0,,
|
||||
1181.18 -4560.84 2304.67,255 263,stand,20.0446 57.6947 0.0,,
|
||||
1930.87 -5714.95 2302.13,42 254 259,stand,12.2058 178.38 0.0,,
|
||||
1474.55 -5655.46 2302.09,258 260,stand,13.1012 176.699 0.0,,
|
||||
1289.79 -5731.95 2304.8,259 261 266,stand,20.7202 141.312 0.0,,
|
||||
1034.01 -5396.16 2302.91,260 262 263 264 266,stand,17.6935 124.739 0.0,,
|
||||
1212.08 -5257.94 2310.13,261 263,stand,15.2325 46.0107 0.0,,
|
||||
1038.63 -5046.62 2302.52,255 257 261 262 309,stand,36.1725 -176.358 0.0,,
|
||||
772.675 -5552.12 2310.13,261 265,stand,22.1759 -168.854 0.0,,
|
||||
636.658 -5553.91 2318.13,264 291 294,stand,22.3956 10.1733 0.0,,
|
||||
1041.01 -5881.92 2309.68,44 260 261 271,stand,27.5482 18.3142 0.0,,
|
||||
415.015 -5696.28 2308.63,269 270 271 291,stand,20.495 -16.5125 0.0,,
|
||||
532.525 -5636.28 2616.13,269 272 280,climb,50.2844 -90.9833 0.0,,
|
||||
538.217 -5661.68 2308.63,267 268 270,climb,-78.6127 87.5281 0.0,,
|
||||
402.217 -5830.07 2308.13,267 269 271,stand,17.4683 18.7646 0.0,,
|
||||
849.22 -5832.31 2308.13,266 267 270,stand,27.1033 -0.0439453 0.0,,
|
||||
667.341 -5495.08 2614.13,268 273 280,stand,28.1128 -168.206 0.0,,
|
||||
668.677 -5033.18 2614.13,272 274 278 281,stand,11.4246 -94.1089 0.0,,
|
||||
988.128 -4813.07 2614.13,273 275,stand,21.3947 -175.935 0.0,,
|
||||
954.097 -4451.5 2614.13,274 276,stand,22.0648 -176.605 0.0,,
|
||||
609.805 -4516.51 2614.13,275 277,stand,13.5559 -143.679 0.0,,
|
||||
181.431 -4459.21 2614.13,276 278 284 289,stand,22.29 170.739 0.0,,
|
||||
195.933 -5082.75 2614.13,273 277 279 281 283 290,stand,17.0276 0.889893 0.0,,
|
||||
183.764 -5577.25 2614.13,278 280 290,stand,23.5205 -40.545 0.0,,
|
||||
467.877 -5549.32 2614.13,268 272 279,stand,39.4232 -87.6105 0.0,,
|
||||
388.641 -5224.47 2615.13,273 278 282 290,climb,82.8741 2.12585 0.0,,
|
||||
403.126 -5223.71 2322.63,281 295,climb,-74.6918 179.736 0.0,,
|
||||
156.125 -5122.0 2614.13,278,stand,30.5737 -179.398 0.0,,
|
||||
156.125 -4544.76 2614.13,277 285,stand,24.1907 -179.288 0.0,,
|
||||
36.8032 -4524.45 2578.13,284 286 289,stand,29.2334 160.706 0.0,,
|
||||
26.3158 -5070.42 2578.13,285 287,stand,30.354 -125.944 0.0,,
|
||||
106.742 -5122.54 2578.13,286 288,stand,34.1608 139.875 0.0,,
|
||||
111.875 -5191.88 2578.13,287 290,stand,23.4106 -68.8318 0.0,,
|
||||
111.875 -4480.67 2606.13,277 285,stand,23.1854 2.84302 0.0,,
|
||||
134.431 -5202.36 2641.13,278 279 281 288,stand,66.8616 2.16736 0.0,,
|
||||
416.064 -5571.31 2318.13,265 267 292 295,stand,30.4639 89.5581 0.0,,
|
||||
207.832 -5604.63 2318.13,291 293,stand,18.4833 1.12366 0.0,,
|
||||
189.515 -5694.17 2308.13,292 415 416 417,stand,25.5365 100.869 0.0,,
|
||||
681.212 -5230.42 2318.13,265 295 296,stand,23.7457 95.0403 0.0,,
|
||||
484.602 -5276.41 2318.63,282 291 294,stand,17.0276 -97.4292 0.0,,
|
||||
670.25 -5077.33 2310.13,294 297 308,stand,18.3734 -176.053 0.0,,
|
||||
548.493 -5065.99 2318.13,296 298 303 310,stand,22.0648 18.2129 0.0,,
|
||||
409.226 -5012.7 2318.13,297 299 300,stand,24.306 80.9229 0.0,,
|
||||
430.158 -4728.46 2318.13,298,stand,22.8503 86.1853 0.0,,
|
||||
289.584 -5027.18 2318.13,298 301,stand,26.9922 8.02856 0.0,,
|
||||
273.126 -4699.35 2318.13,300 302 313,stand,34.4958 -132.816 0.0,,
|
||||
416.994 -4598.59 2318.13,301 303 313,stand,26.9922 -126.581 0.0,,
|
||||
578.079 -4619.4 2318.13,297 302 304,stand,27.5525 -89.9585 0.0,,
|
||||
745.328 -4553.88 2310.13,303 305 307 318,stand,33.9355 117.738 0.0,,
|
||||
795.813 -4448.63 2310.13,304 306 307,stand,34.386 68.2446 0.0,,
|
||||
818.09 -4355.03 2310.13,305 321 322,stand,35.8417 83.252 0.0,,
|
||||
909.156 -4578.74 2310.13,304 305 308,stand,34.386 109.68 0.0,,
|
||||
888.717 -5000.07 2310.13,296 307 309,stand,20.274 122.671 0.0,,
|
||||
960.287 -5054.33 2310.13,263 308,stand,55.3259 85.7513 0.0,,
|
||||
371.319 -5149.44 2318.13,297 311,stand,29.0082 48.3539 0.0,,
|
||||
181.842 -5158.2 2310.13,310 312 320,stand,29.7937 -100.555 0.0,,
|
||||
96.3621 -5123.96 2310.13,311 313 319,stand,31.0242 90.459 0.0,,
|
||||
117.666 -4647.45 2310.13,301 302 312 314,stand,35.9515 18.4546 0.0,,
|
||||
195.205 -4515.8 2310.13,313 315,stand,20.7245 -105.065 0.0,,
|
||||
374.639 -4456.05 2310.13,314 316 317,stand,29.2334 75.3418 0.0,,
|
||||
379.828 -4320.62 2310.13,315,stand,30.1288 -126.087 0.0,,
|
||||
405.198 -4536.21 2310.13,315 318,stand,37.8577 100.121 0.0,,
|
||||
641.479 -4519.66 2310.13,304 317,stand,34.1608 -75.6982 0.0,,
|
||||
-2.99647 -5158.21 2302.13,312 419 420,stand,23.3008 -156.7 0.0,,
|
||||
221.971 -5374.84 2310.13,311,stand,22.1802 99.7479 0.0,,
|
||||
558.708 -4286.67 2310.13,306,stand,13.891 36.2469 0.0,,
|
||||
1000.88 -4268.03 2310.13,306,stand,15.907 8.80859 0.0,,
|
||||
122.874 -5225.4 2308.13,324 415 419,stand,14.4568 18.2404 0.0,,
|
||||
-1449.28 -1422.54 2310.13,85 172 173 323 325,stand,21.0651 74.9133 0.0,,
|
||||
-1384.06 -1109.45 2311.13,324 326 327 331 332 333,stand,14.4568 74.1278 0.0,,
|
||||
-1326.21 -810.762 2310.13,91 116 325 327,stand,18.8239 94.8425 0.0,,
|
||||
-1525.97 -535.681 2310.13,87 88 89 325 326 328 331,stand,18.269 128.219 0.0,,
|
||||
-1134.7 -497.224 2310.13,92 116 327 329,stand,14.9072 -7.17102 0.0,,
|
||||
-804.125 -413.079 2310.13,92 94 328 330,stand,21.2903 2.01355 0.0,,
|
||||
-452.934 -650.265 2310.13,96 107 109 114 115 329,stand,13.0011 -30.8026 0.0,,
|
||||
-1624.52 -1042.26 2311.13,85 87 325 327,stand,8.52417 59.4226 0.0,,
|
||||
-1176.49 -1212.03 2318.13,117 128 325,stand,37.3029 142.93 0.0,,
|
||||
-1173.25 -1107.43 2318.13,116 117 325,stand,33.7213 -123.033 0.0,,
|
||||
-2369.82 -2606.04 2368.64,197 335,stand,22.8613 171.494 0.0,,
|
||||
-2370.67 -2849.88 2358.13,334 336 375 376,stand,24.762 118.529 0.0,,
|
||||
-2781.99 -2859.84 2358.13,335 337,stand,12.7814 -168.901 0.0,,
|
||||
-3042.15 -3014.17 2358.13,336 338,stand,9.76013 -103.84 0.0,,
|
||||
-3150.17 -3271.58 2358.13,337 339 346 347,stand,10.6555 -88.5028 0.0,,
|
||||
-3082.4 -3540.18 2358.13,338 340 345 346,stand,14.1272 -78.5437 0.0,,
|
||||
-3129.25 -3888.99 2358.13,339 341 345 348,stand,19.7247 -106.762 0.0,,
|
||||
-3056.2 -4196.46 2358.13,340 342 364,stand,15.4675 -62.4158 0.0,,
|
||||
-2754.69 -4405.35 2358.13,341 343 364 400,stand,12.5562 -21.5411 0.0,,
|
||||
-2371.1 -4491.2 2358.13,342 344,stand,13.1165 -0.826416 0.0,,
|
||||
-2099.58 -4483.19 2358.03,343 366 367,stand,12.6715 28.7378 0.0,,
|
||||
-3273.45 -3695.08 2358.13,202 339 340 346 347,stand,15.6927 107.806 0.0,,
|
||||
-3277.68 -3506.78 2358.13,338 339 345 347,stand,17.8186 64.696 0.0,,
|
||||
-3470.76 -3508.81 2359.9,200 201 203 338 345 346,stand,23.5315 -17.0422 0.0,,
|
||||
-2966.17 -3670.28 2358.13,340 349,stand,24.317 66.5582 0.0,,
|
||||
-2957.11 -3596.48 2366.13,348 350,stand,28.0139 -37.5867 0.0,,
|
||||
-2887.13 -3455.76 2371.39,349 351,climb,-85.0 -2.08435 0.0,,
|
||||
-2875.64 -3456.96 2594.13,350 353 359,climb,79.397 -178.679 0.0,,
|
||||
-2520.68 -3185.22 2594.13,353 354,stand,15.4565 38.9825 0.0,,
|
||||
-2933.51 -3193.96 2594.13,351 352,stand,7.50244 139.101 0.0,,
|
||||
-2516.45 -3551.26 2594.13,352 355 358,stand,15.1215 -15.213 0.0,,
|
||||
-2513.24 -3978.39 2594.13,354 356,stand,12.4298 -49.2596 0.0,,
|
||||
-2709.07 -3909.02 2594.13,355 357 358,stand,9.29871 90.6897 0.0,,
|
||||
-2898.29 -3973.68 2594.13,356 358 359,stand,17.2473 -133.14 0.0,,
|
||||
-2714.93 -3718.2 2594.13,354 356 357 359,stand,20.0488 52.8693 0.0,,
|
||||
-2890.13 -3611.61 2594.13,351 357 358,stand,20.3839 -65.448 0.0,,
|
||||
-2652.86 -4041.65 2366.13,363 364,stand,28.75 172.477 0.0,,
|
||||
-2390.93 -4079.71 2360.53,362 365 366 368,stand,25.9869 172.115 0.0,,
|
||||
-2819.42 -4065.4 2364.13,341 342,stand,17.3627 -99.2474 0.0,,
|
||||
-2516.12 -4190.7 2363.35,366,stand,35.0562 129.62 0.0,,
|
||||
-2248.05 -4256.38 2358.13,344 363 365 367,stand,16.4673 117.452 0.0,,
|
||||
-1636.2 -4483.23 2341.82,344 366 381 407,stand,6.61255 162.134 0.0,,
|
||||
-2392.58 -3683.15 2366.13,363 369,stand,18.1482 90.1624 0.0,,
|
||||
-2452.02 -3423.23 2366.13,368 370,stand,62.7197 -72.8473 0.0,,
|
||||
-2402.54 -3343.6 2366.13,369 371 377,stand,24.6411 67.58 0.0,,
|
||||
-2430.45 -3216.62 2366.13,370 372 377,stand,23.8556 86.8335 0.0,,
|
||||
-2441.1 -3111.05 2366.13,371 373,stand,21.0596 168.132 0.0,,
|
||||
-2853.87 -3126.76 2366.13,372,stand,40.3186 -138.683 0.0,,
|
||||
-2081.22 -3117.92 2358.13,375 376 377 378,stand,10.3094 81.9611 0.0,,
|
||||
-2141.51 -2835.54 2358.13,335 374 378,stand,23.6304 -173.669 0.0,,
|
||||
-2308.5 -3016.67 2358.13,335 377,stand,23.1854 85.3174 0.0,,
|
||||
-2334.47 -3243.09 2366.13,370 371 374 376,stand,22.0648 176.328 0.0,,
|
||||
-1686.15 -2949.4 2358.13,374 375 379,stand,22.5153 -167.269 0.0,,
|
||||
-1386.48 -3287.8 2358.13,378 380,stand,19.7137 -58.7628 0.0,,
|
||||
-1395.78 -3734.83 2351.37,379 381,stand,19.3787 -103.889 0.0,,
|
||||
-1593.4 -4093.91 2358.13,367 380 382,stand,19.494 -123.373 0.0,,
|
||||
-1340.14 -4340.35 2337.22,381 383 408,stand,18.2581 -8.69812 0.0,,
|
||||
-910.06 -4372.15 2305.9,382 384 408,stand,14.6765 12.8021 0.0,,
|
||||
-795.648 -4724.29 2316.05,383 385 409,stand,15.7971 -75.105 0.0,,
|
||||
-950.124 -5093.28 2312.6,384 386 408 409 410,stand,17.8131 -135.914 0.0,,
|
||||
-833.773 -5261.01 2310.13,385 387,stand,16.0223 -69.6173 0.0,,
|
||||
-811.303 -5681.83 2310.13,386 388 410,stand,15.6818 -93.7982 0.0,,
|
||||
-856.859 -5955.05 2310.13,48 387,stand,17.478 -124.598 0.0,,
|
||||
-1449.49 -4886.96 2310.13,390 407 410 411,stand,19.3787 -81.3287 0.0,,
|
||||
-1978.75 -5302.58 2310.13,389 391 394,stand,16.4673 -141.907 0.0,,
|
||||
-2379.25 -5224.23 2310.13,390 392 394 399,stand,17.1375 152.466 0.0,,
|
||||
-2831.2 -5097.87 2310.13,391 393 399 400,stand,15.0116 -166.989 0.0,,
|
||||
-3186.83 -5127.95 2310.13,55 208 392 401,stand,18.9337 -155.684 0.0,,
|
||||
-2153.6 -5502.95 2318.13,390 391 395 399,stand,19.3787 -124.999 0.0,,
|
||||
-2155.23 -5795.79 2318.13,394 396 398,stand,21.7297 77.6544 0.0,,
|
||||
-2256.08 -5951.58 2318.13,395 397,stand,19.3787 61.5649 0.0,,
|
||||
-2203.47 -6099.74 2310.13,50 51 396,stand,28.7885 -49.9738 0.0,,
|
||||
-2505.92 -5790.45 2318.13,51 53 395 399,stand,23.3008 168.731 0.0,,
|
||||
-2757.47 -5518.09 2318.13,54 391 392 394 398,stand,22.6251 115.096 0.0,,
|
||||
-2828.88 -4684.67 2332.82,342 392 401 402,stand,11.9904 126.708 0.0,,
|
||||
-3254.52 -4644.31 2350.88,206 207 393 400,stand,20.4993 -86.1407 0.0,,
|
||||
-2606.04 -4715.76 2308.62,403,stand,10.0842 18.2623 0.0,,
|
||||
-2426.14 -4698.11 2305.45,402 404,stand,11.2048 0.00854492 0.0,,
|
||||
-2255.11 -4696.82 2306.54,403 405,stand,11.2048 -0.667114 0.0,,
|
||||
-2065.87 -4700.23 2297.69,404 406 411,stand,10.6445 57.4561 0.0,,
|
||||
-1876.08 -4686.77 2304.5,405 407,stand,14.1162 2.81006 0.0,,
|
||||
-1508.26 -4670.83 2307.3,367 389 406 408,stand,16.0223 -5.8197 0.0,,
|
||||
-1177.65 -4699.14 2317.57,382 383 385 407 409 410,stand,17.8131 -3.35327 0.0,,
|
||||
-1002.08 -4797.57 2322.91,384 385 408,stand,22.0703 -108.921 0.0,,
|
||||
-1217.9 -5299.48 2310.13,385 387 389 411 412 414,stand,21.8451 -174.531 0.0,,
|
||||
-1687.28 -5070.94 2310.13,389 405 410,stand,13.4515 -37.9822 0.0,,
|
||||
-1345.15 -5475.38 2324.0,413,stand,22.9657 39.2902 0.0,,
|
||||
-1478.01 -5589.35 2351.67,412,stand,23.3008 -165.533 0.0,,
|
||||
-1083.83 -5615.87 2318.13,410,stand,23.4161 -163.287 0.0,,
|
||||
117.097 -5673.37 2308.13,293 323 417,stand,28.3435 78.6926 0.0,,
|
||||
162.461 -5982.94 2305.53,45 46 293 417,stand,20.3949 -19.5142 0.0,,
|
||||
103.908 -5779.35 2308.13,293 416 418,stand,21.2848 -79.4281 0.0,,
|
||||
-95.5989 -5789.82 2302.13,46 417 419,stand,19.0491 79.2529 0.0,,
|
||||
-6.29767 -5234.39 2302.13,319 323 418,stand,25.3168 40.2679 0.0,,
|
||||
-34.6349 -5120.76 2303.11,319 421,stand,30.8044 -22.3267 0.0,,
|
||||
-124.957 -4849.31 2308.13,420,stand,21.4001 165.589 0.0,,
|
||||
-28.8898 -4445.12 2308.13,421,stand,24.4214 5.672 0.0,,
|
||||
118.874 -4451.81 2308.13,420,stand,23.3008 74.765 0.0,,
|
||||
|
114
scriptdata/waypoints/mp_4doffice_wp.csv
Normal file
@@ -0,0 +1,114 @@
|
||||
113
|
||||
1733.58 233.16 136.125,24 23 13,stand,,,
|
||||
1453 -206.2 0.125,94 95,stand,,,
|
||||
2183.12 240.522 -127.875,3,stand,,,
|
||||
2157.11 -13.5664 -127.875,2 4,stand,,,
|
||||
2311.73 -15.5734 -127.875,3 5,stand,,,
|
||||
2288.88 310.29 0.125,4 6 92,stand,,,
|
||||
2216.97 280.773 0.125,5 7 92,stand,,,
|
||||
2219.71 -23.0341 0.125,6 8,stand,,,
|
||||
2308.17 -13.9387 0.125,7 9,stand,,,
|
||||
2328.48 268.216 128.125,8 10,stand,,,
|
||||
2260.59 348.646 136.125,9 11,stand,,,
|
||||
2064.81 338.414 136.125,10 12 14 24 17 25,stand,,,
|
||||
1632.71 -56.1313 136.125,11 13 14 22 23 24 25,stand,,,
|
||||
1812.12 -149.269 136.125,12 14 22 0,stand,,,
|
||||
2173.09 -28.1784 136.125,13 11 12 15 17,stand,,,
|
||||
2344.27 16.8739 136.125,16 14 17,climb,9.53491 89.081 0,,
|
||||
2337.7 54.0345 244.125,15,climb,7.20032 91.108 0,,
|
||||
2312 -208.322 136.125,14 15 21 11,stand,,,
|
||||
2090.09 -376.612 40.125,19 93,stand,,,
|
||||
2141.46 -424.214 10.125,18 20,stand,,,
|
||||
2260.75 -407.277 10.125,19 21,climb,2.56409 87.5739 0,,
|
||||
2261.49 -367.761 140.125,20 17,climb,81.6656 91.3422 0,,
|
||||
1456.3 178.006 136.125,12 13 23 26 30,stand,,,
|
||||
1690.37 128.417 136.125,0 12 24 22,stand,,,
|
||||
1876.51 251.916 136.125,0 23 12 11 25,stand,,,
|
||||
1511.61 -275.268 136.125,12 24 11 26 27 28 30 112,stand,,,
|
||||
1238.5 24.3717 136.125,22 25 27 28 30,stand,,,
|
||||
1289.75 -277.416 136.125,25 26 28,stand,,,
|
||||
1243.26 276.144 136.125,26 25 27 29 112,stand,,,
|
||||
940.341 265.083 136.125,30 28 36 112,stand,,,
|
||||
1086.62 -82.7684 136.125,26 25 29 22 31 36,stand,,,
|
||||
841.048 -255.803 136.125,30 32 34,stand,,,
|
||||
423.835 -322.087 136.125,31 33 37 105,stand,,,
|
||||
255.63 135.289 136.125,32 34 37 38 105,stand,,,
|
||||
651.811 235.207 136.125,33 31 35 37,stand,,,
|
||||
784.952 43.6093 136.125,34 36,stand,,,
|
||||
944.779 167.056 136.125,29 30 35 112,stand,,,
|
||||
479.938 8.19693 136.125,34 32 33 38 105,stand,,,
|
||||
-174.12 0.257538 136.125,33 37 39 40,stand,,,
|
||||
-430.595 -108.045 136.125,38 44 45,stand,,,
|
||||
-309.213 12.8544 136.125,38 41,stand,,,
|
||||
-494.578 178.099 136.125,40 42 43,stand,,,
|
||||
-385.362 269.799 136.125,41 48,stand,,,
|
||||
-683.572 279.303 136.125,41 44 45 51,stand,,,
|
||||
-795.361 85.1956 136.125,43 39 45,stand,,,
|
||||
-878.039 -33.4477 136.125,39 44 43,stand,,,
|
||||
-208.505 416.134 10.125,47 102 107 108,stand,,,
|
||||
-381.332 415.125 10.1412,46 48,climb,6.18958 -89.4159 0,,
|
||||
-381.262 381.438 140.125,47 42,climb,8.79333 -84.6643 0,,
|
||||
-824.489 240.749 0.935783,50 52 54,stand,,,
|
||||
-824.181 344.875 0.125002,49 51,climb,0.52063 90.705 0,,
|
||||
-786.003 344.435 136.125,50 43,climb,60.083 88.3979 0,,
|
||||
-969.645 192.84 1.125,49 53,stand,,,
|
||||
-821.936 134.855 1.125,52 54,stand,,,
|
||||
-524.898 242.007 1.12467,53 49 55 59,stand,,,
|
||||
-393.706 205.237 0.125002,54 56 60 71,stand,,,
|
||||
-376.834 -193.953 0.125,55 57 68,stand,,,
|
||||
-309.5 -206.009 18.2773,56 58,stand,,,
|
||||
-224.194 -171.441 0.125002,57 59,stand,,,
|
||||
-240.741 257.243 1.125,58 54 71 70 106,stand,,,
|
||||
-660.534 59.9441 1.04621,55 61 69 70 71,stand,,,
|
||||
-641.537 -73.9196 1.04795,60 62 68,stand,,,
|
||||
-554.322 -218.581 0.125002,61 63 63 68,stand,,,
|
||||
-592.157 -305.256 0.125002,64 62 62 68,stand,,,
|
||||
-593.869 -382.365 40.125,63 65,stand,,,
|
||||
-527.224 -421.047 10.125,64 66,stand,,,
|
||||
-168.344 -418.036 10.125,65 67 77,stand,,,
|
||||
480.313 -422.535 10.125,76 77 66,stand,,,
|
||||
-525.719 -108.292 2.80823,56 62 63 61,stand,,,
|
||||
188.086 176.153 0.124998,60 70 71 80,stand,,,
|
||||
16.1659 99.4017 0.124998,69 60 71 59 72,stand,,,
|
||||
-337.133 81.1536 0.124998,55 60 70 69 59 106,stand,,,
|
||||
90.4592 -73.2581 0.125002,70 73 84,stand,,,
|
||||
431.51 -67.6764 0.383909,72 74 81 84,stand,,,
|
||||
367.224 -213.226 0.124999,73 81 75,stand,,,
|
||||
486.026 -311.535 0.124999,76 81 74,stand,,,
|
||||
484.432 -375.919 40.1477,75 67,stand,,,
|
||||
827.519 -426.026 10.125,79 67 66,stand,,,
|
||||
828.309 -305.505 0.124999,79 80 100,stand,,,
|
||||
825.257 -375.195 33.4722,77 78,stand,,,
|
||||
820.428 69.1938 1.125,78 69 82 85 98,stand,,,
|
||||
598.283 -103.718 0.124999,74 73 75 82 84,stand,,,
|
||||
613.617 56.6777 1.125,81 83 80,stand,,,
|
||||
283.634 60.791 0.125002,82 84,stand,,,
|
||||
295.97 -43.0754 0.125002,83 72 73 81,stand,,,
|
||||
878.779 194.709 0.125,80 86 109,stand,,,
|
||||
1047.49 205.981 1.125,85 87 109,stand,,,
|
||||
1184.99 352.944 0.124999,86 88,stand,,,
|
||||
1558.39 343.08 0.125001,87 89,stand,,,
|
||||
1540.8 112.242 0.125001,88 90 97,stand,,,
|
||||
1689.13 50.6814 1.125,89 91 94,stand,,,
|
||||
2007.9 64.0222 0.124998,90 92 93,stand,,,
|
||||
2046.59 273.329 0.124998,91 5 6,stand,,,
|
||||
2068.54 -287.147 0.125,18 91,stand,,,
|
||||
1675.8 -180.166 0.125001,90 1 95,stand,,,
|
||||
1318.66 -61.636 0.125001,1 96 94,stand,,,
|
||||
1215.81 -22.4591 0.125,95 97 101,stand,,,
|
||||
1203.76 118.287 1.02737,96 89 98,stand,,,
|
||||
977.201 40.5211 0.125,97 80 99,stand,,,
|
||||
972.907 -210.071 0.125001,98 100 101,stand,,,
|
||||
921.692 -266.244 0.125001,99 78,stand,,,
|
||||
1217.07 -241.919 1.125,99 96,stand,,,
|
||||
182.922 413.127 10.1504,103 46,climb,15.5994 -87.7222 0,,
|
||||
185.194 390.797 140.125,102 104,climb,-2.07214 -90.1886 0,,
|
||||
196.821 351.087 136.125,103 105,stand,,,
|
||||
341.216 341.414 136.125,104 33 32 37,stand,,,
|
||||
-297.769 323.862 0.492422,107 59 71,stand,,,
|
||||
-221.815 375.917 39.737,46 106,stand,,,
|
||||
780.136 420.141 10.125,46 110 111,stand,,,
|
||||
870.801 312.352 1.125,110 86 85,stand,,,
|
||||
802.575 375.584 35.8361,108 109,stand,,,
|
||||
1140.29 409.125 10.125,108 112,climb,18.4943 -90.086 0,,
|
||||
1143.36 362.718 136.125,111 29 36 28 25,climb,16.1761 -90.2344 0,,
|
||||
|
144
scriptdata/waypoints/mp_4hanoi_wp.csv
Normal file
@@ -0,0 +1,144 @@
|
||||
143
|
||||
-1259.3 1521.5 8.83176,39,stand,,,
|
||||
-2523.63 1174.27 12.9425,126,stand,,,
|
||||
1724.3 -752.1 150.125,108,stand,,,
|
||||
1688.74 652.6 11.4999,75,stand,,,
|
||||
1881.7 -1090.4 9.19418,111,stand,,,
|
||||
1896.6 -834.738 8.36909,110,stand,,,
|
||||
1309.1 -229.9 8.31324,62 105 78,stand,,,
|
||||
1896.3 -1265.6 8.46395,84,stand,,,
|
||||
-1316.1 1168.7 8.83177,39,stand,,,
|
||||
1303.37 -1616.98 8.12109,84 133,stand,,,
|
||||
-1744.2 -26.8 9.27197,15 17 99,stand,,,
|
||||
-2500.8 951.3 12.9426,126,stand,,,
|
||||
-1931.6 2360.4 -11.4597,45 49,stand,,,
|
||||
-1457.54 323.829 10.125,14,stand,,,
|
||||
-1517.99 250.16 11.125,13 15 21 99,stand,,,
|
||||
-1732.71 217.709 9.27197,14 10 20 40 99,stand,,,
|
||||
-2085.49 341.317 12.3643,17,stand,,,
|
||||
-1954.02 203.053 12.9425,10 16 18,stand,,,
|
||||
-1925.3 459.111 12.9425,17 19 20 40 115,stand,,,
|
||||
-1983.84 1011.93 12.9425,18 40 41 125,stand,,,
|
||||
-1678.42 1369.06 9.27171,18 15 38 39 21 38 53 41 45 124 142,stand,,,
|
||||
-1521.34 858.727 11.125,14 22 20 23 40 140,stand,,,
|
||||
-1431.46 831.532 10.125,21 23,stand,,,
|
||||
-1428.8 693.488 10.125,24 22 21,stand,,,
|
||||
-1422.08 459.612 127.859,23 25,stand,,,
|
||||
-1307.34 440.501 127.625,24 26,stand,,,
|
||||
-1176.76 259.14 127.625,25 27 28,stand,,,
|
||||
-985.833 313.273 127.625,26 28,stand,,,
|
||||
-605.066 257.565 127.625,27 26 29,stand,,,
|
||||
-280.386 287.564 127.625,28 30,stand,,,
|
||||
-253.489 12.2056 127.625,29 31,stand,,,
|
||||
-53.1065 21.1914 128.591,30 32,stand,,,
|
||||
-50.4324 -242.792 8.93786,31 33,stand,,,
|
||||
82.463 -436.886 8.49204,32 34 55 56 60 134 134 135,stand,,,
|
||||
-545.9 -472.407 8.77093,33 35 97 36 135 134 136,stand,,,
|
||||
-663.06 75.7119 8.77093,34 36 99 100 137,stand,,,
|
||||
-654.501 329.688 8.93575,35 37 34,stand,,,
|
||||
-923.941 336.218 8.93563,36 38 127,stand,,,
|
||||
-986.444 1340.97 9.11872,37 20 39 20 53 127 41,stand,,,
|
||||
-1238.49 1321.65 8.83176,0 8 38 20 41,stand,,,
|
||||
-1947.23 759.343 12.9425,21 18 15 19,stand,,,
|
||||
-2141.93 1281.33 12.9425,19 42 20 125 39 38 53,stand,,,
|
||||
-2081.98 1491.97 22.5764,41 43,stand,,,
|
||||
-2102.06 1655.49 16.739,42 44,stand,,,
|
||||
-2099.16 1765.12 -11.452,43 45,stand,,,
|
||||
-1782.85 2029.39 -14.3657,44 12 46 49 20 124,stand,,,
|
||||
-1338.71 1878.65 -14.3672,45 47 50 67 47 124,stand,,,
|
||||
-1295.89 2033.93 -14.4779,46 48 50 67 46 124 142,stand,,,
|
||||
-1445.08 2407.19 -13.375,47 49,stand,,,
|
||||
-1676.87 2295.44 -14.3657,48 12 45,stand,,,
|
||||
-833.68 2065.92 -13.8191,47 46 51 67 68,stand,,,
|
||||
-682.309 1924.19 2.35602,50 52 66,stand,,,
|
||||
-531.821 1813.45 8.80289,51 53 66,stand,,,
|
||||
-523.129 1335.35 9.11872,52 20 38 54 41,stand,,,
|
||||
-200.74 1161.61 9.11872,53 55 128,stand,,,
|
||||
145.441 597.945 8.49397,54 33 58 59 128,stand,,,
|
||||
763.004 -376.281 8.49397,33 57 58 61 92 132 134 135,stand,,,
|
||||
826.817 58.7864 8.49397,56 58 61 62 128,stand,,,
|
||||
624.452 338.098 8.49397,57 56 55 61 128,stand,,,
|
||||
-26.0185 250.809 8.49397,55 60,stand,,,
|
||||
157.276 52.4291 8.77254,33 59 128,stand,,,
|
||||
566.346 16.2675 8.49034,56 58 57,stand,,,
|
||||
1441.01 59.4256 8.1211,57 63 75 6 77 105,stand,,,
|
||||
1402.16 751.268 9.96331,62 64 72 73 75,stand,,,
|
||||
-6.20524 2077.5 14.4919,63 65 70 71 72 74,stand,,,
|
||||
-190.187 2141.88 16.5524,64 66 67,stand,,,
|
||||
-305.421 1958.92 12.1376,65 52 51,stand,,,
|
||||
-767.931 2207.9 -3.80063,65 50 47 46,stand,,,
|
||||
-850.97 1868.39 -9.55448,50 69,stand,,,
|
||||
-997.941 1860.35 -5.875,68,stand,,,
|
||||
700.908 2142.76 9.96331,64 71 74 72,stand,,,
|
||||
1455.47 2201.62 9.96331,70 64 72 73 74,stand,,,
|
||||
677.053 1394.41 9.96331,63 64 71 70,stand,,,
|
||||
1600.85 1073.57 8.90974,71 63 74,stand,,,
|
||||
348.79 2212.9 9.96331,73 64 70 71,stand,,,
|
||||
1571.64 354.552 8.1211,3 62 63 76 105,stand,,,
|
||||
1819.7 148.668 8.23485,75 77,stand,,,
|
||||
1579.5 -427.248 8.1211,76 62 78 79 83 105,stand,,,
|
||||
1874.59 -312.151 8.1211,77 105 106 6,stand,,,
|
||||
1455.62 -1097.63 8.1211,77 80 83 84 85 111,stand,,,
|
||||
1190.87 -928.888 9.30819,81 79 133,stand,,,
|
||||
1039.36 -931.666 24.1597,80 82,stand,,,
|
||||
907.959 -933.021 9.1816,81 92,stand,,,
|
||||
1291.68 -619.98 8.10396,77 79 133,stand,,,
|
||||
1609.52 -1578.71 8.05915,79 7 9 112 114 133,stand,,,
|
||||
1127.72 -1079.67 7.39142,79 86 92 133,stand,,,
|
||||
1124.85 -1269.15 8.124,85 87 133,stand,,,
|
||||
938.466 -1291.04 8.11967,86,stand,,,
|
||||
657.451 -1309.58 8.1212,89,stand,,,
|
||||
425.244 -1297.07 8.36798,88 90,stand,,,
|
||||
225.365 -1261.5 6.13196,91 89 93 94,stand,,,
|
||||
256.966 -988.443 9.15804,90 92,stand,,,
|
||||
762.154 -966.285 8.12109,56 82 85 91 93 132,stand,,,
|
||||
482.941 -1150.64 11.4345,92 90,stand,,,
|
||||
-68.8762 -1385.3 12.2503,90 95 131,stand,,,
|
||||
-491.273 -1018.09 8.17231,94 96 129 130,stand,,,
|
||||
-516.127 -747.495 8.27592,95 97 98,stand,,,
|
||||
-561.381 -636.627 8.27592,96 34 98,stand,,,
|
||||
-729.896 -647.408 9.04598,96 103 97,stand,,,
|
||||
-1405.81 77.4237 26.2123,35 14 15 10 100 101,stand,,,
|
||||
-1155.12 30.3133 8.77093,35 99 101 138 139,stand,,,
|
||||
-1123.82 -67.0565 8.77093,100 102 99,stand,,,
|
||||
-895.646 -70.2334 8.27253,101 103,stand,,,
|
||||
-914.462 -622.521 8.27253,102 98,stand,,,
|
||||
1256.35 414.568 128.591,105,stand,,,
|
||||
1258.92 128.178 8.11854,104 62 6 75 77 78,stand,,,
|
||||
1869.31 -531.392 8.36909,78 107 109,stand,,,
|
||||
1905.1 -584.208 8.36909,106 108,stand,,,
|
||||
1879.2 -841.432 150.125,107 2,stand,,,
|
||||
1742.43 -583.344 8.36909,106 110,stand,,,
|
||||
1742.37 -851.378 8.36909,109 5 111,stand,,,
|
||||
1747.2 -1122.62 8.36909,110 79 4,stand,,,
|
||||
1897.17 -1716.95 11.4569,84 113 114,stand,,,
|
||||
1708.91 -1873 9.0382,112,stand,,,
|
||||
2067.99 -1649.52 8.6786,112 84,stand,,,
|
||||
-2066.08 461.207 15.2328,18 116 118,stand,,,
|
||||
-2158.78 870.337 13.2869,117 115 125,stand,,,
|
||||
-2204.32 775.035 13.2869,116,stand,,,
|
||||
-2196.83 460.99 13.2869,115 119,stand,,,
|
||||
-2194.12 659.654 131.568,118 120,stand,,,
|
||||
-2141.06 802.639 131.571,119 121 123,stand,,,
|
||||
-2081.17 727.619 131.571,120 122,stand,,,
|
||||
-2113.46 519.804 131.571,121,stand,,,
|
||||
-2159.97 935.887 131.568,120,stand,,,
|
||||
-1573.73 1823.66 -12.2275,20 46 47 45 125 142,stand,,,
|
||||
-2169.55 1027.58 12.9425,41 116 19 124 126 142,stand,,,
|
||||
-2440.51 1031.02 12.9425,125 1 11,stand,,,
|
||||
-871.082 699.725 9.11872,37 38 128,stand,,,
|
||||
25.5522 760.452 9.05611,55 54 58 57 60 127,stand,,,
|
||||
-641.742 -1053.82 8.17216,95,stand,,,
|
||||
-222 -1110.53 8.61306,95,stand,,,
|
||||
5.91305 -1259.71 12.2503,94,stand,,,
|
||||
741.479 -657.266 8.125,56 92,stand,,,
|
||||
1285.16 -1268.54 8.1211,86 85 84 9 80 83,stand,,,
|
||||
364.509 -450.289 8.49291,33 56 33 135 34,stand,,,
|
||||
-234.422 -484.752 8.125,34 33 134 56,stand,,,
|
||||
-465.604 -274.099 8.77093,34,stand,,,
|
||||
-700.789 -143.111 8.77093,35,stand,,,
|
||||
-1259.44 119.159 8.77093,100,stand,,,
|
||||
-1287.32 -82.6304 8.77093,100,stand,,,
|
||||
-1494.56 1007.26 10.125,21 141,stand,,,
|
||||
-1364.75 964.77 10.1316,140,stand,,,
|
||||
-1816.35 1621.3 -6.79547,124 47 20 125,stand,,,
|
||||
|
324
scriptdata/waypoints/mp_4nuketown_wp.csv
Normal file
@@ -0,0 +1,324 @@
|
||||
323
|
||||
-124.5 1602 3.91817,10 11 26 322,stand,,,
|
||||
829.2 1789.4 5.50769,189,stand,,,
|
||||
1460.8 1046.6 3.91817,303,stand,,,
|
||||
1406.2 -233.3 3.91817,238 236 251,stand,,,
|
||||
672.463 -1394.62 3.91817,263,stand,,,
|
||||
114.914 -1797.84 8.58386,265 266,stand,,,
|
||||
-622.709 -1415.6 3.91817,113 114 307,stand,,,
|
||||
-2506.3 -1115.29 3.91817,90 91,stand,,,
|
||||
-2508.7 675.609 3.91817,73 74 70,stand,,,
|
||||
-1799.29 1602.7 3.91817,16 72,stand,,,
|
||||
119.408 1450.55 3.91817,0 25 322,stand,,,
|
||||
-406.417 1461.61 3.91817,0 12 21 22 321 322,stand,,,
|
||||
-746.136 1260.05 5.12269,11 13 20 21 321,stand,,,
|
||||
-1111.43 1251.36 0.0405235,12 14 18 20,stand,,,
|
||||
-1005.39 887.579 0.0405235,13 15 46 144,stand,,,
|
||||
-1197.57 935.49 0.0405235,14 55 143,stand,,,
|
||||
-1635.34 1603.43 3.91817,9 17 19,stand,,,
|
||||
-1608.94 1319.14 3.91817,16 18 47,stand,,,
|
||||
-1348.03 1305.11 5.125,17 13 143 19,stand,,,
|
||||
-1204.34 1596.69 0.0405253,16 20 18,stand,,,
|
||||
-1044.6 1413.37 0.0405253,19 13 12,stand,,,
|
||||
-673.861 1512.42 3.91817,11 12,stand,,,
|
||||
-300.552 1248.36 5.12269,11 23 304 321 322,stand,,,
|
||||
-104.725 1302.63 5.10688,22 24,stand,,,
|
||||
34.6356 1331.04 5.10688,23 25,stand,,,
|
||||
222.283 1327.75 3.91817,24 10 27 28,stand,,,
|
||||
195.637 1624.78 3.91817,0 27,stand,,,
|
||||
476.228 1564.85 3.91817,26 25,stand,,,
|
||||
82.367 1082.32 3.91817,25 29 306,stand,,,
|
||||
-52.095 917.638 3.91817,28 30,stand,,,
|
||||
-210.125 754.026 3.91817,29 31 305,stand,,,
|
||||
-168.719 656.145 3.91817,30 32,stand,,,
|
||||
-287.682 500.28 12.5772,31 33,stand,,,
|
||||
-334.388 458.346 3.91817,32 34,stand,,,
|
||||
-331.242 543.735 31.1432,33 35,stand,,,
|
||||
-335.354 579.467 31.1432,34 36,stand,,,
|
||||
-420.947 579.481 31.1607,35 37,stand,,,
|
||||
-422.036 721.159 31.1607,36 38,stand,,,
|
||||
-512.602 746.786 31.1607,37 39 42,stand,,,
|
||||
-569.421 889.545 31.1607,38 40,stand,,,
|
||||
-645.409 889.662 32.3915,39 41,stand,,,
|
||||
-740.832 890.587 5.12269,40 46 145,stand,,,
|
||||
-474.85 850.972 37.025,38 43,stand,,,
|
||||
-473.637 986.909 92.2945,42 44,stand,,,
|
||||
-474.38 1094.5 90.9985,43 45,stand,,,
|
||||
-626.062 1081.09 90.9985,44,stand,,,
|
||||
-870.338 874.257 5.11242,41 14,stand,,,
|
||||
-1621.6 1041.31 3.91817,17 48 143,stand,,,
|
||||
-1919.59 1013.3 3.91817,47 49,stand,,,
|
||||
-2014.06 953.011 3.91817,48 50 51 69,stand,,,
|
||||
-1901.97 930.544 7.08065,49 53,stand,,,
|
||||
-1996.27 848.231 5.38095,49 52,stand,,,
|
||||
-2077.5 855.179 39.0764,51 68,stand,,,
|
||||
-1799.09 898.804 7.08065,50 54 57,stand,,,
|
||||
-1606.34 891.085 7.08065,53 55,stand,,,
|
||||
-1408.09 905.646 5.60604,54 56 15,stand,,,
|
||||
-1353.12 644.568 5.125,55 133 134 150,stand,,,
|
||||
-1799.61 797.877 7.72876,53 58,stand,,,
|
||||
-1809.31 717.407 7.10259,57 59 135 136,stand,,,
|
||||
-1799.16 531.339 7.10259,58 60 135,stand,,,
|
||||
-1811.94 441.607 7.0979,59 61,stand,,,
|
||||
-1958.58 441.219 7.0979,60 62,stand,,,
|
||||
-2023.9 486.934 7.72876,61 63,stand,,,
|
||||
-2154.02 450.333 7.08065,62 64 65,stand,,,
|
||||
-2153.93 361.123 7.08065,63 76,stand,,,
|
||||
-2229.11 454.763 7.08065,63 66 67,stand,,,
|
||||
-2308.57 460.287 3.91817,65 74 75 82,stand,,,
|
||||
-2228.89 554.513 39.0764,65 68,stand,,,
|
||||
-2227.82 868.571 39.0764,67 52,stand,,,
|
||||
-2355.39 997.064 3.91817,49 70 73,stand,,,
|
||||
-2459.96 1117.13 3.91817,69 71 8 73,stand,,,
|
||||
-2452.4 1614.69 3.91817,70 72,stand,,,
|
||||
-2047.07 1609.93 3.91817,71 9,stand,,,
|
||||
-2425.95 829.692 3.91817,69 8 75 70,stand,,,
|
||||
-2506.54 420.126 3.91817,8 66 82,stand,,,
|
||||
-2369.78 645.398 3.91817,66 73,stand,,,
|
||||
-2160.61 243.772 3.91817,64 77 81 84,stand,,,
|
||||
-1799.38 250.987 3.90467,76 78 132 152 81,stand,,,
|
||||
-1812.69 3.89159 0.0405234,77 79 156 81,stand,,,
|
||||
-1826.26 -249.055 3.91817,78 80 104 155 81,stand,,,
|
||||
-2077.03 -253.357 3.21439,79 81,stand,,,
|
||||
-2132.18 9.35658 0.0405239,80 76 84 78 79 77 85,stand,,,
|
||||
-2487.08 244.977 3.91817,74 83 84 66,stand,,,
|
||||
-2473.21 24.1492 0.0405245,82 84 86,stand,,,
|
||||
-2283.38 11.3215 0.0405245,83 81 85 86 76 82,stand,,,
|
||||
-2290.3 -183.422 0.0405245,84 86 87 81,stand,,,
|
||||
-2455.85 -175.36 0.0405241,83 85 87 84,stand,,,
|
||||
-2301.33 -321.898 5.1905,85 88 157 160 86,stand,,,
|
||||
-2485.35 -465.242 3.91817,87 89,stand,,,
|
||||
-2485.18 -676.087 3.91817,88 90,stand,,,
|
||||
-2476.47 -922.788 3.91817,89 7 95 93,stand,,,
|
||||
-2449.18 -1388.46 3.91817,7 92,stand,,,
|
||||
-2200.7 -1378.07 3.91817,91 93 105,stand,,,
|
||||
-2200.17 -1024.81 3.91817,92 94 90 96,stand,,,
|
||||
-2133.32 -803.997 3.91817,93 95 96 159,stand,,,
|
||||
-2335.3 -815.06 3.91817,94 90,stand,,,
|
||||
-2083.82 -938.694 6.95881,93 94 97,stand,,,
|
||||
-1915.67 -939.112 6.86258,96 98 100,stand,,,
|
||||
-1935.08 -1072.82 6.86258,97 99,stand,,,
|
||||
-1916.85 -1190.4 6.86258,98,stand,,,
|
||||
-1803.36 -944.597 6.86258,97 101,stand,,,
|
||||
-1672.75 -944.433 6.24565,100 102 107 163,stand,,,
|
||||
-1551.4 -939.388 4.97269,101 103 108,stand,,,
|
||||
-1553.26 -657.629 4.96801,102 104 127 302,stand,,,
|
||||
-1559.8 -284.013 5.125,103 79 128 153 155 164,stand,,,
|
||||
-1948.71 -1352.07 3.91817,92 106,stand,,,
|
||||
-1683.73 -1293.63 3.91817,105 107,stand,,,
|
||||
-1731.85 -1154.54 3.91817,106 101,stand,,,
|
||||
-1516.04 -1051.23 3.91817,102 109 127,stand,,,
|
||||
-1264.45 -1065.57 0.0405246,108 110 126 127 320,stand,,,
|
||||
-1276.89 -1285.35 0.0405246,109 111 320,stand,,,
|
||||
-1082.44 -1284.43 3.91817,110 112,stand,,,
|
||||
-895.631 -1280.01 3.91817,111 113 310,stand,,,
|
||||
-802.899 -1395.67 3.91817,112 6 310,stand,,,
|
||||
-276.811 -1410.08 3.91817,6 115,stand,,,
|
||||
-314.78 -1202.71 3.91817,114 116 308,stand,,,
|
||||
-343.477 -938.959 3.91817,115 117 309,stand,,,
|
||||
-363.44 -828.294 6.525,116 118,stand,,,
|
||||
-439.773 -663.056 3.91817,117 119,stand,,,
|
||||
-449.56 -522.395 3.91817,118 120,stand,,,
|
||||
-407.312 -466.704 3.91817,119 121,stand,,,
|
||||
-485.579 -445.662 3.91817,120 122,stand,,,
|
||||
-677.143 -387.231 3.91817,121 123,stand,,,
|
||||
-933.017 -422.082 3.91817,122 124,stand,,,
|
||||
-930.67 -782.421 5.25439,123 125,stand,,,
|
||||
-999.294 -834.826 3.91817,124 126,stand,,,
|
||||
-1131.01 -799.426 -0.00510325,125 127 131 109,stand,,,
|
||||
-1307.49 -676.69 -0.00510325,126 128 130 103 109 108 302,stand,,,
|
||||
-1311.92 -280.449 0.0405233,127 104 129 164 165 302,stand,,,
|
||||
-1037.86 -288.963 5.03612,128 130 165 171,stand,,,
|
||||
-1040.8 -503.05 5.03612,129 131 127,stand,,,
|
||||
-1048.96 -697.598 5.03612,130 126,stand,,,
|
||||
-1685.28 341.488 3.91817,77 133,stand,,,
|
||||
-1471.62 488.359 3.91817,132 56 151,stand,,,
|
||||
-1550.94 635.433 7.08065,56 135,stand,,,
|
||||
-1686.23 636.451 7.10259,134 58 59,stand,,,
|
||||
-1909.37 568.988 7.10259,58 137,stand,,,
|
||||
-2066.63 572.876 83.125,136 138,stand,,,
|
||||
-2112.52 576.227 83.125,137 139,stand,,,
|
||||
-2107.42 701.695 131.125,138 140,stand,,,
|
||||
-2020.88 735.105 131.125,139 141,stand,,,
|
||||
-1987.74 655.122 131.125,140 142,stand,,,
|
||||
-1896.78 652.897 131.125,141,stand,,,
|
||||
-1421.03 1096.79 3.91817,15 18 47,stand,,,
|
||||
-1007.81 603.423 0.0405247,14 145 149,stand,,,
|
||||
-816.631 608.468 5.05299,144 41 146,stand,,,
|
||||
-810.786 282.289 5.03519,145 147 149 165 170,stand,,,
|
||||
-534.789 278.104 4.99458,146 148,stand,,,
|
||||
-302.999 274.017 5.01574,147 180 169 182 200,stand,,,
|
||||
-1027.31 271.134 0.040524,146 144 150 164 165,stand,,,
|
||||
-1341.23 284.186 5.03612,149 56 151 154 164,stand,,,
|
||||
-1512.16 280.639 5.04407,133 150 152,stand,,,
|
||||
-1628.58 134.032 0.0405253,151 77 153 154,stand,,,
|
||||
-1497.79 -37.1529 0.0405254,152 154 104 155,stand,,,
|
||||
-1393.15 137.087 0.0405254,153 150 152 164,stand,,,
|
||||
-1607.78 -163.943 -0.0456685,153 104 79 156,stand,,,
|
||||
-1735.78 -124.495 0.0405254,155 78,stand,,,
|
||||
-2306.73 -494.141 6.95881,87 158,stand,,,
|
||||
-2301.77 -700.759 6.95881,157 159,stand,,,
|
||||
-2137.34 -721.69 3.91817,158 94 160,stand,,,
|
||||
-2137.32 -420.26 3.91817,159 161 87,stand,,,
|
||||
-1913.89 -418.226 3.91816,160 162,stand,,,
|
||||
-1668.3 -418.231 3.91816,161 163,stand,,,
|
||||
-1697.65 -654.331 3.91816,162 101,stand,,,
|
||||
-1211.64 -4.96498 0.0405239,104 154 150 149 128 165,stand,,,
|
||||
-941.113 -5.41094 0.0195068,164 129 149 146 166 170 171 128,stand,,,
|
||||
-715.627 -10.1748 0.0405248,165 167 170 171,stand,,,
|
||||
-614.991 -145.793 0.0405248,166 168 171 172,stand,,,
|
||||
-432.732 -57.2031 0.0405248,167 169 172 180 181,stand,,,
|
||||
-490.954 144.568 0.0405248,168 170 148 180,stand,,,
|
||||
-701.663 138.915 0.0405248,169 166 146 165,stand,,,
|
||||
-776.05 -257.948 4.50645,129 167 166 165 172,stand,,,
|
||||
-473.993 -221.432 4.89061,171 168 167 173,stand,,,
|
||||
-302.688 -294.783 5.03612,172 174 181 288,stand,,,
|
||||
37.8793 -309.333 0.0405254,173 175 287 290,stand,,,
|
||||
323.486 -295.905 5.0405,174 176 287 300,stand,,,
|
||||
479.621 -178.848 3.61456,175 177 226 300,stand,,,
|
||||
440.764 -76.5199 4.92217,176 178 224,stand,,,
|
||||
300.187 114.061 0.0118433,177 179 200 201 301,stand,,,
|
||||
45.3572 158.172 0.0118433,178 180 200 201,stand,,,
|
||||
-230.429 97.7926 -0.00752897,179 148 168 181 200 201 169,stand,,,
|
||||
-306.441 -97.1164 -0.0595601,173 180 168,stand,,,
|
||||
-138.755 455.558 3.91817,148 183,stand,,,
|
||||
13.1323 654.76 3.91817,182 184 200,stand,,,
|
||||
157.774 890.021 5.50916,183 185,stand,,,
|
||||
425.992 1238.81 5.50916,184 186 193 195,stand,,,
|
||||
645.831 1119.13 4.925,185 187 192 195 216,stand,,,
|
||||
833.913 1375.53 3.91817,186 188 191 192 218,stand,,,
|
||||
736.359 1519.08 3.91817,187 189,stand,,,
|
||||
893.701 1686.09 8.36096,188 1 190,stand,,,
|
||||
1137.98 1471.39 6.75513,189 191,stand,,,
|
||||
1018.25 1331.46 3.88993,190 187 218,stand,,,
|
||||
809.617 1166.38 4.925,187 186 215,stand,,,
|
||||
487.215 1032.71 4.925,185 194 195,stand,,,
|
||||
433.3 966.054 4.925,193 197,stand,,,
|
||||
609.134 1042.45 4.925,185 196 186 193,stand,,,
|
||||
738.904 920.891 4.925,195 207 206,stand,,,
|
||||
468.552 848.524 4.925,194 198,stand,,,
|
||||
395.075 721.471 4.925,197 199,stand,,,
|
||||
244.431 556.373 4.925,198 200,stand,,,
|
||||
90.0948 415.443 4.92217,199 183 179 178 148 180 202,stand,,,
|
||||
114.411 24.3883 0.0376246,179 180 178,stand,,,
|
||||
350.534 381.028 3.91817,200 203 223 301,stand,,,
|
||||
457.541 360.261 4.925,202 204 301,stand,,,
|
||||
546.576 512.404 4.925,203 205 209,stand,,,
|
||||
618.518 699.196 5.21638,204 206,stand,,,
|
||||
724.408 827.421 5.21638,205 207 196,stand,,,
|
||||
900.681 787.722 4.925,206 208 196,stand,,,
|
||||
988.889 895.937 4.925,207 216 217 219 220,stand,,,
|
||||
743.381 500.45 4.925,204 210,stand,,,
|
||||
898.575 686.64 128.925,209 211,stand,,,
|
||||
933.321 740.905 128.925,210 212,stand,,,
|
||||
831.183 829.413 128.925,211 213,stand,,,
|
||||
935.285 938.26 128.925,212 214,stand,,,
|
||||
995.074 1015.78 128.925,213 215,stand,,,
|
||||
962.802 1040.47 128.925,214 192,stand,,,
|
||||
776.192 1062.07 4.925,186 208,stand,,,
|
||||
1216.57 1014.59 3.91817,208 218 303 220,stand,,,
|
||||
1066.2 1187.79 3.91817,217 191 187 219,stand,,,
|
||||
979.434 1057.12 4.925,218 208,stand,,,
|
||||
1158.9 753.984 3.91817,208 221 217,stand,,,
|
||||
943.806 489.28 3.91817,220 222,stand,,,
|
||||
726.425 252.694 3.91817,221 223 224 228,stand,,,
|
||||
544.475 199.012 3.91817,222 202 224,stand,,,
|
||||
598.879 20.9782 4.92217,223 177 225 222,stand,,,
|
||||
690.41 -109.772 4.92217,224 226,stand,,,
|
||||
700.813 -189.667 4.8817,225 227 176 300,stand,,,
|
||||
806.946 -189.728 4.8817,226 248 242,stand,,,
|
||||
859.426 118.71 3.91817,222 229,stand,,,
|
||||
965.272 103.358 3.91817,228 230,stand,,,
|
||||
1046.79 72.2045 3.91817,229 231,stand,,,
|
||||
1180.13 190.441 3.91817,230 232 235 236,stand,,,
|
||||
1307.42 449.253 3.91817,231 233 237,stand,,,
|
||||
1255.23 581.859 3.91817,232 234,stand,,,
|
||||
1110.17 427.286 3.91817,233 235,stand,,,
|
||||
1022.96 281.15 3.91817,234 231,stand,,,
|
||||
1394.73 47.2641 3.91817,231 237 238 3,stand,,,
|
||||
1366.28 246.906 3.91817,236 232,stand,,,
|
||||
1253.42 -52.1804 4.85851,236 239 3,stand,,,
|
||||
1089.78 -63.9488 4.85851,238 240,stand,,,
|
||||
1095.85 -140.772 4.85851,239 241,stand,,,
|
||||
1091.3 -311.8 4.85851,240 242,stand,,,
|
||||
1050.34 -392.446 4.91723,241 243 227 249,stand,,,
|
||||
853.023 -344.244 4.91723,242 244 248,stand,,,
|
||||
849.817 -486.313 4.91723,243 245,stand,,,
|
||||
726.499 -611.842 4.91723,244 246,stand,,,
|
||||
650.479 -521.909 4.91723,245 247,stand,,,
|
||||
729.876 -384.654 4.91723,246 248,stand,,,
|
||||
784.295 -290.371 4.91723,247 243 227,stand,,,
|
||||
1026.25 -471.722 4.91723,242 250,stand,,,
|
||||
947.815 -685.284 14.1139,249,stand,,,
|
||||
1309.58 -440.279 3.91817,3 252,stand,,,
|
||||
1098.89 -871.981 3.91817,251 253,stand,,,
|
||||
997.68 -970.393 3.91817,252 254 255,stand,,,
|
||||
775.74 -1080.13 3.91817,253 255,stand,,,
|
||||
681.155 -786.906 3.91817,254 253 256,stand,,,
|
||||
626.164 -693.623 3.91817,255 257,stand,,,
|
||||
489.481 -645.887 3.91817,256 258 300,stand,,,
|
||||
472.17 -759.114 3.91817,257 259,stand,,,
|
||||
559.265 -914.292 3.91817,258 260,stand,,,
|
||||
524.515 -1138.95 3.91817,259 261,stand,,,
|
||||
523.274 -1334.45 3.91817,260 262 298,stand,,,
|
||||
463.55 -1480.02 3.91817,261 263 264,stand,,,
|
||||
549.086 -1417.1 3.91817,262 4,stand,,,
|
||||
236.893 -1627.67 3.91817,262 265 268 269,stand,,,
|
||||
265.486 -1723.68 5.42292,264 5,stand,,,
|
||||
-50.935 -1826.54 6.43725,5 267,stand,,,
|
||||
-71.3775 -1753.05 3.88645,266 268 270,stand,,,
|
||||
-12.8946 -1617.59 3.90963,267 264 269 270,stand,,,
|
||||
159.231 -1475.48 9.03058,264 268 271 272,stand,,,
|
||||
-109.213 -1499.71 3.91817,267 268 271 294,stand,,,
|
||||
35.4362 -1448.1 8.02271,270 269 295,stand,,,
|
||||
259.952 -1377.18 8.02271,269 273,stand,,,
|
||||
245.967 -1308.74 8.02271,272 274 298 297,stand,,,
|
||||
48.2422 -1348.54 133.468,273 275,stand,,,
|
||||
6.11627 -1326.13 133.468,274 276,stand,,,
|
||||
43.4555 -1228.91 133.468,275 277,stand,,,
|
||||
18.2625 -1104.25 133.468,276 278,stand,,,
|
||||
-66.2788 -1116.22 133.468,277 279,stand,,,
|
||||
-81.7711 -1032.29 133.468,278 280,stand,,,
|
||||
-116.137 -833.08 9.20432,279 281,stand,,,
|
||||
-63.1994 -695.977 9.20432,280 282 289,stand,,,
|
||||
46.1107 -932.279 9.20432,281 283 296,stand,,,
|
||||
68.9144 -1087.83 9.20432,282 284 296,stand,,,
|
||||
210.726 -1063.43 9.20432,283 285,stand,,,
|
||||
380.18 -991.402 9.17215,284 286 299,stand,,,
|
||||
269.474 -807.301 9.17215,285 287,stand,,,
|
||||
276.196 -565.147 5.04051,286 175 174,stand,,,
|
||||
-149.062 -461.498 4.9686,173 289 291,stand,,,
|
||||
-91.2136 -568.429 9.1629,288 281 290,stand,,,
|
||||
1.49435 -439.011 3.91817,289 174,stand,,,
|
||||
-282.13 -504.416 3.91817,288 292,stand,,,
|
||||
-270.029 -630.507 3.91817,291 293,stand,,,
|
||||
-238.773 -1002.43 4.11739,292 294,stand,,,
|
||||
-141.632 -1272.49 4.1225,293 270 295,stand,,,
|
||||
-6.00299 -1256.22 8.02271,294 296 297 271,stand,,,
|
||||
-25.2678 -1130.8 9.20432,295 283 282,stand,,,
|
||||
204.856 -1217.69 8.02271,295 298 273,stand,,,
|
||||
434.556 -1241.93 8.02271,297 299 261 273,stand,,,
|
||||
409.649 -1106.29 8.02271,298 285,stand,,,
|
||||
493.232 -432.745 3.91817,175 257 226 176,stand,,,
|
||||
365.203 272.143 4.98074,178 202 203,stand,,,
|
||||
-1448.76 -496.767 0.0405239,128 103 127,stand,,,
|
||||
1344.8 1081.68 3.91817,2 217,stand,,,
|
||||
-247.034 1154.46 3.91817,22 305 306,stand,,,
|
||||
-221.968 885.661 3.91817,304 30,stand,,,
|
||||
-188.338 1095.97 3.91817,28 304,stand,,,
|
||||
-481.76 -1183.61 3.91817,308 6 310,stand,,,
|
||||
-412.773 -1076.64 3.91817,307 115 309,stand,,,
|
||||
-360.138 -1038.37 3.91817,308 116,stand,,,
|
||||
-726.465 -1270.01 3.91817,307 113 112 311,stand,,,
|
||||
-760.148 -1144.13 3.91817,310 312,stand,,,
|
||||
-830.167 -958.409 6.525,311 313 316 320,stand,,,
|
||||
-592.777 -964.309 6.525,312 314,stand,,,
|
||||
-593.431 -811.123 6.525,313 315,stand,,,
|
||||
-779.794 -802.318 6.525,314 316 317,stand,,,
|
||||
-797.762 -864.264 7.525,315 312,stand,,,
|
||||
-765.892 -593.856 6.525,315 318,stand,,,
|
||||
-657.683 -563.258 6.525,317 319,stand,,,
|
||||
-599.609 -510.788 6.525,318,stand,,,
|
||||
-1030.93 -975.868 5.00774,110 312 109,stand,,,
|
||||
-474.537 1275.47 5.12269,12 11 22,stand,,,
|
||||
-240.856 1452.99 3.91817,11 0 22 10,stand,,,
|
||||
|
436
scriptdata/waypoints/mp_4t4dawnville2_wp.csv
Normal file
@@ -0,0 +1,436 @@
|
||||
435
|
||||
-2197 426 44,127,stand,,,
|
||||
-3440 -198 -23,240,stand,,,
|
||||
-3039 -1110 66,48 433,stand,,,
|
||||
-2282 -1011 40,59 60,stand,,,
|
||||
-1248 -450 24,117 118,stand,,,
|
||||
-320 -314 5,152 153,stand,,,
|
||||
456 438 -45,170,stand,,,
|
||||
-1352 670 125,194 195,stand,,,
|
||||
-984 808 -26,184 398,stand,,,
|
||||
-1831 678 25,213,stand,,,
|
||||
-3071 888 4,220,stand,,,
|
||||
-2246 712 10,226,stand,,,
|
||||
-3670 -2222 62,40,stand,,,
|
||||
-3251 -386 -23,242 248,stand,,,
|
||||
-2727 -2167 153,45 302 434,stand,,,
|
||||
-1712 -2099 48,75 79,stand,,,
|
||||
-2393 -2105 56,71,stand,,,
|
||||
-2789 -1095 123,54,stand,,,
|
||||
-3038 -1847 76,424 41 425,stand,,,
|
||||
-2166 -453 50,109,stand,,,
|
||||
-1165 -712 84,102,stand,,,
|
||||
-1110 -584 40,119 400,stand,,,
|
||||
-1467 425 -3,204 205,stand,,,
|
||||
-3293 -222 -34,237 251,stand,,,
|
||||
-3081 751 0,223 234,stand,,,
|
||||
-890 1321 -12,178 182,stand,,,
|
||||
-2243 1182 -19,215,stand,,,
|
||||
-2420 -906 176,260,stand,,,
|
||||
-3742 -1816 35,29 34 39,stand,,,
|
||||
-3783 -1703 40,28 301,stand,,,
|
||||
-3582 -1286 64,31 279 386,stand,,,
|
||||
-3560 -1191 73,30 32,stand,,,
|
||||
-3534 -1059 61,31 33,stand,,,
|
||||
-3527 -958 64,32 64,stand,,,
|
||||
-3342 -1631 33,28 35 280 300,stand,,,
|
||||
-3252 -1739 48,34 36 425,stand,,,
|
||||
-3279 -1857 55,35 37,stand,,,
|
||||
-3464 -2028 53,38 36,stand,,,
|
||||
-3595 -2056 49,37 40,stand,,,
|
||||
-3704 -1938 48,40 28 397,stand,,,
|
||||
-3702 -2074 46,39 38 12,stand,,,
|
||||
-2912 -1806 89,42 424 18,stand,,,
|
||||
-2774 -1853 107,41 43,stand,,,
|
||||
-2749 -1933 135,42 44,stand,,,
|
||||
-2682 -2033 165,43 45 46,stand,,,
|
||||
-2703 -2103 161,44 14 434,stand,,,
|
||||
-2576 -2027 175,44 85,stand,,,
|
||||
-3108 -1334 40,48 55 279,stand,,,
|
||||
-3129 -1109 48,47 2 49 433,stand,,,
|
||||
-3124 -1009 76,48 50,stand,,,
|
||||
-2920 -1007 85,49 51,stand,,,
|
||||
-2923 -923 83,52 50 286,stand,,,
|
||||
-2765 -921 88,51 53,stand,,,
|
||||
-2754 -786 58,52 63,stand,,,
|
||||
-2809 -1198 67,17 55,stand,,,
|
||||
-2798 -1292 37,47 54 56,stand,,,
|
||||
-2524 -1343 30,55 57 66,stand,,,
|
||||
-2250 -1313 32,56 58,stand,,,
|
||||
-2100 -1171 32,57 59,stand,,,
|
||||
-2093 -985 35,58 3 111 288,stand,,,
|
||||
-2339 -910 40,3 61,stand,,,
|
||||
-2472 -877 52,60 62 261,stand,,,
|
||||
-2625 -689 47,61 63 233,stand,,,
|
||||
-2756 -682 37,53 62 245,stand,,,
|
||||
-3530 -859 46,33 244,stand,,,
|
||||
-2483 -1680 29,66 67 432,stand,,,
|
||||
-2498 -1443 32,65 56 432,stand,,,
|
||||
-2469 -1708 37,65 68,stand,,,
|
||||
-2432 -1780 48,67 69 92,stand,,,
|
||||
-2432 -1801 76,68 70,stand,,,
|
||||
-2432 -1832 60,69 71 72,stand,,,
|
||||
-2421 -1975 56,70 16,stand,,,
|
||||
-2319 -1843 62,70 73,stand,,,
|
||||
-2235 -1864 56,72 74 91,stand,,,
|
||||
-2134 -2083 55,73 75,stand,,,
|
||||
-1911 -2087 50,74 76 15,stand,,,
|
||||
-1857 -1940 48,75 77,stand,,,
|
||||
-1850 -1838 48,78 76,stand,,,
|
||||
-1835 -1718 39,77 93 94 292,stand,,,
|
||||
-1673 -2167 48,15 323,stand,,,
|
||||
-1734 -2250 48,81 323,stand,,,
|
||||
-1896 -2232 172,80 82,stand,,,
|
||||
-1968 -2235 172,81 83,stand,,,
|
||||
-1969 -2073 172,82 84 86,stand,,,
|
||||
-2193 -2074 172,83 85,stand,,,
|
||||
-2391 -2074 172,84 46,stand,,,
|
||||
-1820 -2060 172,83 87,stand,,,
|
||||
-1827 -1978 172,86 88 89 90,stand,,,
|
||||
-1844 -1867 172,87 89 90,stand,,,
|
||||
-1968 -1882 172,88 87,stand,,,
|
||||
-1712 -1867 172,87 88,stand,,,
|
||||
-2233 -1798 52,73 92,stand,,,
|
||||
-2235 -1755 40,91 93 68,stand,,,
|
||||
-2021 -1749 39,92 78,stand,,,
|
||||
-1558 -1756 68,78 95,stand,,,
|
||||
-1317 -1771 93,94 340 341,stand,,,
|
||||
-1134 -1505 101,97 341,stand,,,
|
||||
-1147 -1210 68,96 98,stand,,,
|
||||
-1158 -1126 61,97 99 108,stand,,,
|
||||
-1165 -1081 67,98 257,stand,,,
|
||||
-1043 -741 41,101 259,stand,,,
|
||||
-993 -741 32,100 399,stand,,,
|
||||
-1171 -804 69,20 103 258,stand,,,
|
||||
-1289 -819 71,102 104,stand,,,
|
||||
-1395 -822 54,103 106 107 291,stand,,,
|
||||
-1240 -572 46,106,stand,,,
|
||||
-1395 -640 36,104 105 114,stand,,,
|
||||
-1379 -1068 52,104 108,stand,,,
|
||||
-1273 -1130 70,98 107,stand,,,
|
||||
-2019 -471 28,19 110 112 120,stand,,,
|
||||
-2066 -745 43,109 111,stand,,,
|
||||
-2059 -846 44,110 59,stand,,,
|
||||
-1767 -453 -4,109 113,stand,,,
|
||||
-1661 -433 7,112 114 115,stand,,,
|
||||
-1571 -607 29,106 113,stand,,,
|
||||
-1594 -337 16,113 116 276,stand,,,
|
||||
-1436 -359 24,117 115,stand,,,
|
||||
-1406 -466 24,116 4,stand,,,
|
||||
-1172 -381 24,4 119,stand,,,
|
||||
-1045 -382 24,118 137 21 400,stand,,,
|
||||
-2004 -308 12,109 121,stand,,,
|
||||
-1945 -106 2,120 122 272,stand,,,
|
||||
-1900 135 20,121 123,stand,,,
|
||||
-1900 210 17,122 124,stand,,,
|
||||
-1899 250 0,123 125,stand,,,
|
||||
-1911 318 -26,124 126 202 203,stand,,,
|
||||
-2022 318 -11,125 127,stand,,,
|
||||
-2170 318 21,0 126 128,stand,,,
|
||||
-2174 191 27,127 129 428,stand,,,
|
||||
-2449 191 27,128 130,stand,,,
|
||||
-2565 191 -11,129 229 230 285,stand,,,
|
||||
-2185 -160 32,132 428,stand,,,
|
||||
-2263 -255 45,131 133,stand,,,
|
||||
-2287 -252 74,132 134,stand,,,
|
||||
-2304 -254 38,133 135,stand,,,
|
||||
-2373 -233 17,134 136,stand,,,
|
||||
-2463 -233 -4,135 230 231 254,stand,,,
|
||||
-996 -277 2,138 119,stand,,,
|
||||
-949 -147 -29,137 157 429,stand,,,
|
||||
-704 -550 -1,140 149 399,stand,,,
|
||||
-711 -433 15,139 141,stand,,,
|
||||
-713 -321 11,140 142,stand,,,
|
||||
-580 -331 15,141 143,stand,,,
|
||||
-475 -370 8,142 144 147,stand,,,
|
||||
-475 -293 8,143 145,stand,,,
|
||||
-474 -228 -24,144 146,stand,,,
|
||||
-511 -89 -38,145 156 157,stand,,,
|
||||
-460 -445 0,143 148,stand,,,
|
||||
-412 -565 -7,147 149 150,stand,,,
|
||||
-595 -552 -3,148 139,stand,,,
|
||||
-301 -451 6,148 151,stand,,,
|
||||
-246 -389 8,150 152,stand,,,
|
||||
-252 -300 -7,151 5 153,stand,,,
|
||||
-254 -199 -2,152 154 5,stand,,,
|
||||
-248 -114 -14,153 155,stand,,,
|
||||
-248 -70 -37,154 156 167,stand,,,
|
||||
-391 -75 -29,155 146,stand,,,
|
||||
-780 -120 -36,146 138 429,stand,,,
|
||||
-1181 129 -49,159 161 429,stand,,,
|
||||
-1242 -12 -46,158 160,stand,,,
|
||||
-1312 -5 -44,159 198 274,stand,,,
|
||||
-851 178 -71,158 162 262 429,stand,,,
|
||||
-849 381 -62,161 163,stand,,,
|
||||
-849 640 -62,162 164,stand,,,
|
||||
-840 750 -54,165 163,stand,,,
|
||||
-871 884 -54,164 166 267,stand,,,
|
||||
-926 1033 -87,165 180 181 266 398,stand,,,
|
||||
-96 57 -55,155 295,stand,,,
|
||||
197 340 -63,169 271 294 295,stand,,,
|
||||
239 441 -47,168 170,stand,,,
|
||||
321 551 -54,169 6 171,stand,,,
|
||||
322 746 -49,170 172,stand,,,
|
||||
298 890 -44,173 171,stand,,,
|
||||
195 933 -15,172 174,stand,,,
|
||||
95 1031 -15,173 175,stand,,,
|
||||
-104 1125 -22,176 174,stand,,,
|
||||
-241 1125 -18,175 177,stand,,,
|
||||
-485 1100 -33,176 264 265,stand,,,
|
||||
-1072 1326 -37,25 179,stand,,,
|
||||
-1098 1122 -89,178 180,stand,,,
|
||||
-1088 1028 -78,166 179 185 398,stand,,,
|
||||
-904 1178 -50,166 182,stand,,,
|
||||
-893 1250 -27,25 181,stand,,,
|
||||
-1276 825 -24,184 186 187 209,stand,,,
|
||||
-1131 825 -22,183 8,stand,,,
|
||||
-1273 1045 -71,180 186 296,stand,,,
|
||||
-1273 903 -38,183 185,stand,,,
|
||||
-1274 696 -26,183 188,stand,,,
|
||||
-1335 695 -26,187 189,stand,,,
|
||||
-1328 520 -26,190 188,stand,,,
|
||||
-1294 383 -26,189 191 197,stand,,,
|
||||
-1197 386 -26,190 192,stand,,,
|
||||
-1197 426 -26,191 193,stand,,,
|
||||
-1192 649 125,192 194,stand,,,
|
||||
-1192 701 125,193 7,stand,,,
|
||||
-1349 483 125,7 196,stand,,,
|
||||
-1367 243 125,195,stand,,,
|
||||
-1282 226 -26,190 198,stand,,,
|
||||
-1295 173 -30,160 197 199,stand,,,
|
||||
-1404 199 -23,198 200,stand,,,
|
||||
-1514 289 0,199 201,stand,,,
|
||||
-1701 292 5,202 200 277,stand,,,
|
||||
-1817 301 -5,201 125,stand,,,
|
||||
-1787 429 -23,125 204,stand,,,
|
||||
-1577 426 -19,203 22,stand,,,
|
||||
-1476 539 -2,206 22,stand,,,
|
||||
-1498 631 17,205 207,stand,,,
|
||||
-1503 704 9,206 208,stand,,,
|
||||
-1514 775 -9,209 207 210 296,stand,,,
|
||||
-1363 812 -28,208 183,stand,,,
|
||||
-1637 809 -5,208 211,stand,,,
|
||||
-1763 834 -22,210 212,stand,,,
|
||||
-1856 829 -32,213 211 298 214,stand,,,
|
||||
-1846 748 -3,212 9,stand,,,
|
||||
-2169 944 -7,215 298 212,stand,,,
|
||||
-2252 1026 -27,214 26 216,stand,,,
|
||||
-2401 1102 -16,215 217,stand,,,
|
||||
-2507 1135 -7,216 218,stand,,,
|
||||
-2673 958 -8,217 219,stand,,,
|
||||
-2802 949 -7,218 220 221,stand,,,
|
||||
-2999 950 -8,219 10,stand,,,
|
||||
-2813 817 3,219 222,stand,,,
|
||||
-2840 669 -27,221 223 228 427,stand,,,
|
||||
-2970 716 -14,222 24 234,stand,,,
|
||||
-2447 638 15,225 227,stand,,,
|
||||
-2448 696 0,224 226,stand,,,
|
||||
-2315 696 13,225 11,stand,,,
|
||||
-2455 559 6,224 228,stand,,,
|
||||
-2583 581 -15,227 222 229 427,stand,,,
|
||||
-2579 351 -15,228 130,stand,,,
|
||||
-2519 -35 -13,130 136 284,stand,,,
|
||||
-2446 -412 24,136 232,stand,,,
|
||||
-2453 -549 48,233 231,stand,,,
|
||||
-2548 -623 49,232 62,stand,,,
|
||||
-3053 498 -39,223 235 427 24,stand,,,
|
||||
-3070 280 -55,234 236 281 285,stand,,,
|
||||
-3301 167 -34,235 237,stand,,,
|
||||
-3301 -8 -32,23 236 238 282,stand,,,
|
||||
-3551 -8 -23,237 239,stand,,,
|
||||
-3546 -114 -23,238 240 241,stand,,,
|
||||
-3438 -122 -23,239 1,stand,,,
|
||||
-3556 -295 -23,239 242,stand,,,
|
||||
-3523 -379 -22,241 13 243 391,stand,,,
|
||||
-3522 -633 15,242 244 247,stand,,,
|
||||
-3523 -742 31,243 64,stand,,,
|
||||
-2860 -632 17,63 246 256,stand,,,
|
||||
-3065 -592 3,245 247 287,stand,,,
|
||||
-3258 -609 8,246 248 243,stand,,,
|
||||
-3247 -451 -14,247 13 249,stand,,,
|
||||
-3194 -456 3,248 250,stand,,,
|
||||
-3123 -457 -15,249 251,stand,,,
|
||||
-3109 -226 -39,250 23 252 282,stand,,,
|
||||
-2965 -188 -48,251 253 283,stand,,,
|
||||
-2830 -218 -48,252 254 255,stand,,,
|
||||
-2613 -220 -29,253 136,stand,,,
|
||||
-2838 -412 -23,253 256,stand,,,
|
||||
-2845 -522 3,255 245,stand,,,
|
||||
-1172 -970 52,258 99,stand,,,
|
||||
-1171 -885 66,257 102 259,stand,,,
|
||||
-1049 -897 65,258 100,stand,,,
|
||||
-2407 -828 176,27 261,stand,,,
|
||||
-2413 -767 59,260 61,stand,,,
|
||||
-695 349 -75,161 263,stand,,,
|
||||
-561 573 -70,264 262,stand,,,
|
||||
-458 832 -62,263 177 267 268,stand,,,
|
||||
-661 1080 -40,266 177 267,stand,,,
|
||||
-791 1057 -66,265 166,stand,,,
|
||||
-659 898 -51,265 165 264,stand,,,
|
||||
-265 644 -64,269 264,stand,,,
|
||||
-103 494 -54,268 270,stand,,,
|
||||
-8 418 -21,269 271,stand,,,
|
||||
9 396 -49,270 168,stand,,,
|
||||
-1838 -95 0,121 273,stand,,,
|
||||
-1650 -56 -22,272 274 275 278,stand,,,
|
||||
-1477 -33 -32,273 160,stand,,,
|
||||
-1624 -205 -20,273 276,stand,,,
|
||||
-1603 -286 6,275 115,stand,,,
|
||||
-1693 220 10,201 278,stand,,,
|
||||
-1669 60 -10,277 273,stand,,,
|
||||
-3346 -1330 50,47 30 280,stand,,,
|
||||
-3352 -1472 40,279 34,stand,,,
|
||||
-3060 108 -50,235 282,stand,,,
|
||||
-3091 -47 -58,281 251 237 283,stand,,,
|
||||
-2950 -71 -61,282 252 284,stand,,,
|
||||
-2766 -31 -65,285 283 230,stand,,,
|
||||
-2751 199 -52,284 130 235,stand,,,
|
||||
-2998 -878 78,51 287,stand,,,
|
||||
-2995 -772 48,286 246,stand,,,
|
||||
-1948 -1021 22,59 289,stand,,,
|
||||
-1805 -1006 17,288 290 293,stand,,,
|
||||
-1672 -1000 31,289 291,stand,,,
|
||||
-1528 -906 32,290 104,stand,,,
|
||||
-1709 -1415 30,78 293,stand,,,
|
||||
-1772 -1289 28,292 289,stand,,,
|
||||
377 221 -51,168,stand,,,
|
||||
71 205 -63,168 167,stand,,,
|
||||
-1540 1013 -66,208 185 297,stand,,,
|
||||
-1757 1045 -62,296 298,stand,,,
|
||||
-1920 1037 -50,297 214 212,stand,,,
|
||||
-3660 -1542 43,300 301,stand,,,
|
||||
-3500 -1576 40,299 34,stand,,,
|
||||
-3825 -1585 43,29 299 390,stand,,,
|
||||
-2746 -2189 195,14 303,stand,,,
|
||||
-2747 -2232 210,302 304,stand,,,
|
||||
-2751 -2258 191,303 305,stand,,,
|
||||
-2728 -2459 157,304 306,stand,,,
|
||||
-2733 -2646 130,305 307 311,stand,,,
|
||||
-2626 -2644 130,306 308 309,stand,,,
|
||||
-2611 -2513 130,307 309,stand,,,
|
||||
-2331 -2629 130,308 307 310,stand,,,
|
||||
-2332 -2960 130,309 311 314,stand,,,
|
||||
-2728 -2938 130,310 306 312,stand,,,
|
||||
-2788 -2936 130,313 311,stand,,,
|
||||
-3011 -2961 57,312 357,stand,,,
|
||||
-2265 -3011 130,310 315,stand,,,
|
||||
-2103 -3002 130,314 316,stand,,,
|
||||
-1950 -2917 130,317 315 329,stand,,,
|
||||
-1955 -2764 130,316 318,stand,,,
|
||||
-1825 -2674 130,317 319 326,stand,,,
|
||||
-1819 -2451 130,318 320,stand,,,
|
||||
-1793 -2420 109,319 321 322,stand,,,
|
||||
-1704 -2333 68,320 322 323,stand,,,
|
||||
-1585 -2421 101,320 321 324,stand,,,
|
||||
-1703 -2248 48,80 79 321,stand,,,
|
||||
-1586 -2491 106,322 325,stand,,,
|
||||
-1640 -2682 99,324 326 327,stand,,,
|
||||
-1657 -2683 130,325 318,stand,,,
|
||||
-1536 -2911 59,325 328 330 343,stand,,,
|
||||
-1745 -2926 130,327 329,stand,,,
|
||||
-1801 -2901 130,328 316,stand,,,
|
||||
-1175 -2935 59,327 331 332 343,stand,,,
|
||||
-1158 -2770 82,330,stand,,,
|
||||
-896 -2956 59,330 333,stand,,,
|
||||
-881 -2771 79,332 334 335,stand,,,
|
||||
-873 -2683 90,333 335 336,stand,,,
|
||||
-789 -2711 86,334 333,stand,,,
|
||||
-869 -2562 97,334 337,stand,,,
|
||||
-849 -2367 97,336 338,stand,,,
|
||||
-895 -2151 85,337 339,stand,,,
|
||||
-1096 -1964 99,338 340 423,stand,,,
|
||||
-1203 -1864 103,95 339,stand,,,
|
||||
-1205 -1623 101,95 96 342,stand,,,
|
||||
-1087 -1687 97,341 423,stand,,,
|
||||
-1371 -3198 60,330 327 344,stand,,,
|
||||
-1577 -3190 60,343 345 415,stand,,,
|
||||
-1569 -3420 59,344 346,stand,,,
|
||||
-2058 -3431 59,345 347 356,stand,,,
|
||||
-2045 -3803 59,346 348,stand,,,
|
||||
-2372 -3810 59,347 349,stand,,,
|
||||
-2620 -3834 59,348 350,stand,,,
|
||||
-2624 -3631 59,349 351 356,stand,,,
|
||||
-2937 -3628 59,350 352,stand,,,
|
||||
-3301 -3629 59,353 351 361,stand,,,
|
||||
-3335 -3831 59,352 354,stand,,,
|
||||
-3859 -3830 56,353 355,stand,,,
|
||||
-3892 -3452 57,354 360 362,stand,,,
|
||||
-2647 -3426 59,350 346 430,stand,,,
|
||||
-3001 -3149 60,313 358 413 431,stand,,,
|
||||
-3571 -3157 60,357 359 363,stand,,,
|
||||
-3907 -3145 56,358 360 364,stand,,,
|
||||
-3900 -3300 66,359 355,stand,,,
|
||||
-3300 -3452 59,352 362 411,stand,,,
|
||||
-3568 -3423 59,361 355 363,stand,,,
|
||||
-3578 -3280 66,362 358,stand,,,
|
||||
-4142 -3139 54,359 365 366,stand,,,
|
||||
-4276 -3137 55,364 366,stand,,,
|
||||
-4189 -2807 44,365 364 367,stand,,,
|
||||
-4151 -2421 42,366 368 396,stand,,,
|
||||
-4559 -2356 40,367 369,stand,,,
|
||||
-4635 -2081 24,368 370,stand,,,
|
||||
-4692 -1906 16,369 371,stand,,,
|
||||
-4483 -1733 27,370 372,stand,,,
|
||||
-4481 -1666 28,371 373,stand,,,
|
||||
-4481 -1627 40,372 374,stand,,,
|
||||
-4484 -1463 38,373 375,stand,,,
|
||||
-4361 -1479 38,374 376,stand,,,
|
||||
-4361 -1269 38,375 377 379,stand,,,
|
||||
-4363 -1219 38,376 378,stand,,,
|
||||
-4365 -1190 18,377 426,stand,,,
|
||||
-4221 -1256 38,376 380,stand,,,
|
||||
-4201 -1301 38,379 381,stand,,,
|
||||
-4187 -1530 190,380 382,stand,,,
|
||||
-4242 -1607 190,381 383,stand,,,
|
||||
-4363 -1458 190,382 384 385,stand,,,
|
||||
-4511 -1460 190,383,stand,,,
|
||||
-4264 -1253 190,383,stand,,,
|
||||
-3908 -1281 61,30 387 389 390,stand,,,
|
||||
-3912 -1256 91,386 388,stand,,,
|
||||
-3909 -1234 59,387 394,stand,,,
|
||||
-4060 -1352 68,386 390,stand,,,
|
||||
-3932 -1482 51,389 301 386,stand,,,
|
||||
-3718 -416 -29,242 392,stand,,,
|
||||
-3905 -551 -15,391 393 422,stand,,,
|
||||
-3926 -784 26,392 394,stand,,,
|
||||
-3929 -957 38,393 395 388,stand,,,
|
||||
-4166 -976 11,394 426,stand,,,
|
||||
-4019 -2221 45,367 397,stand,,,
|
||||
-3922 -2027 38,396 39,stand,,,
|
||||
-1024 892 -26,8 180 166,stand,,,
|
||||
-863 -739 13,139 101 400 401,stand,,,
|
||||
-932 -610 12,399 119 21,stand,,,
|
||||
-864 -801 28,399 402,stand,,,
|
||||
-864 -852 45,401 403,stand,,,
|
||||
-812 -900 43,402 404,stand,,,
|
||||
-671 -1076 45,403 405,stand,,,
|
||||
-668 -1109 45,404 406,stand,,,
|
||||
-670 -1142 34,405 407,stand,,,
|
||||
-777 -1263 44,406 408,stand,,,
|
||||
-733 -1594 41,407 409,stand,,,
|
||||
-810 -1700 52,408 423,stand,,,
|
||||
-3012 -3294 110,412 414,stand,,,
|
||||
-3020 -3382 59,412 361,stand,,,
|
||||
-3020 -3358 110,411 410,stand,,,
|
||||
-3030 -3189 60,414 357,stand,,,
|
||||
-3030 -3214 110,413 410,stand,,,
|
||||
-2114 -3186 60,344 416,stand,,,
|
||||
-2461 -3209 61,415 431,stand,,,
|
||||
-4677 -797 8,418 426,stand,,,
|
||||
-4877 -669 31,417 419,stand,,,
|
||||
-4796 -537 20,418 420,stand,,,
|
||||
-4660 -436 6,421 419,stand,,,
|
||||
-4397 -383 -10,420 422,stand,,,
|
||||
-4145 -474 -6,421 392,stand,,,
|
||||
-938 -1834 68,339 409 342,stand,,,
|
||||
-2932 -1719 52,18 41 425 432,stand,,,
|
||||
-3017 -1709 49,18 424 35,stand,,,
|
||||
-4352 -844 6,395 417 378,stand,,,
|
||||
-2872 518 -45,234 222 228,stand,,,
|
||||
-2148 33 27,128 131,stand,,,
|
||||
-897 44 -67,161 158 138 157,stand,,,
|
||||
-2636 -3293 66,356 431,stand,,,
|
||||
-2622 -3191 60,430 416 357,stand,,,
|
||||
-2703 -1667 40,424 65 66,stand,,,
|
||||
-3014 -1191 51,2 48,stand,,,
|
||||
-2616 -2208 186,14 45,stand,,,
|
||||
|
310
scriptdata/waypoints/mp_4t4dawnville_wp.csv
Normal file
@@ -0,0 +1,310 @@
|
||||
309
|
||||
-3960 -1380 62.6968,33 34,stand,,,
|
||||
-2197.68 426.008 44.3324,136,stand,,,
|
||||
-3440 -198 -23.875,255,stand,,,
|
||||
-3039.21 -1110.21 66.7172,54,stand,,,
|
||||
-2282 -1011 40.125,65 66,stand,,,
|
||||
-1248 -450 24.125,126 127,stand,,,
|
||||
-320 -314 5.28386,165,stand,,,
|
||||
456 438 -45.6509,184,stand,,,
|
||||
174.787 137.213 -63.875,181 182,stand,,,
|
||||
-1352.84 670 125.125,208 209,stand,,,
|
||||
-984 808 -26.875,198,stand,,,
|
||||
-1831.21 678.213 25.9997,227,stand,,,
|
||||
-3071 888 4.70123,235,stand,,,
|
||||
-2246 712 10.2331,241,stand,,,
|
||||
-3670.12 -2222.69 62.6328,44,stand,,,
|
||||
-3251.9 -386.5 -23.1948,257 263,stand,,,
|
||||
-2727.74 -2167.03 153.553,50,stand,,,
|
||||
-1712.99 -2099.27 48.125,82 86,stand,,,
|
||||
-2393.87 -2105.34 56.125,78,stand,,,
|
||||
-2789.96 -1095.51 123.694,60,stand,,,
|
||||
-3038 -1847.52 76.6726,99,stand,,,
|
||||
-1167.54 -1734.41 102.919,104 105,stand,,,
|
||||
-2166.01 -453.11 50.2549,118,stand,,,
|
||||
-1165.11 -712.987 84.5676,111,stand,,,
|
||||
-1110.01 -584.11 40.4601,149,stand,,,
|
||||
-1467.89 425.987 -3.31126,218 219,stand,,,
|
||||
-3293.89 -222.013 -34.033,252 266,stand,,,
|
||||
-3081.11 751.013 0.206394,238,stand,,,
|
||||
-890.261 1321.81 -12.0212,192 196,stand,,,
|
||||
-2243.1 1182.02 -19.9793,230,stand,,,
|
||||
-2420 -906 176.125,275,stand,,,
|
||||
-3742.95 -1816.07 35.6521,32 38 43,stand,,,
|
||||
-3783.2 -1703.55 40.125,31 33,stand,,,
|
||||
-3900.3 -1483.89 50.1522,32 0,stand,,,
|
||||
-3582.81 -1286.29 64.8238,0 35 294,stand,,,
|
||||
-3560.83 -1191.46 73.625,34 36,stand,,,
|
||||
-3534.73 -1059.08 61.2023,35 37,stand,,,
|
||||
-3527.75 -958.808 64.125,36 70,stand,,,
|
||||
-3342.34 -1631 33.3506,31 39 295,stand,,,
|
||||
-3252.01 -1739.95 48.125,38 40 45,stand,,,
|
||||
-3279.98 -1857.47 55.6592,39 41,stand,,,
|
||||
-3464.25 -2028.48 53.5666,42 40,stand,,,
|
||||
-3595.97 -2056.4 49.4134,41 44,stand,,,
|
||||
-3704.62 -1938.36 48.125,44 31,stand,,,
|
||||
-3702.64 -2074.39 46.3004,43 42 14,stand,,,
|
||||
-3062.08 -1744.07 52.3883,39 46 52,stand,,,
|
||||
-2912.54 -1806.83 89.4468,45 47 52 99,stand,,,
|
||||
-2774.43 -1853.34 107.677,46 48,stand,,,
|
||||
-2749.68 -1933.46 135.365,47 49,stand,,,
|
||||
-2682.15 -2033.71 165.455,48 50 51,stand,,,
|
||||
-2703.39 -2103.79 161.73,49 16,stand,,,
|
||||
-2576.23 -2027.08 175.125,49 93,stand,,,
|
||||
-2855.78 -1695.23 41.2319,46 45 71,stand,,,
|
||||
-3108.94 -1334.44 40.125,54 61 294,stand,,,
|
||||
-3129.86 -1109.3 48.4135,53 3 55,stand,,,
|
||||
-3124.76 -1009.75 76.3956,54 56,stand,,,
|
||||
-2920.67 -1007.58 85.1073,55 57,stand,,,
|
||||
-2923.78 -923.781 83.2871,58 56 301,stand,,,
|
||||
-2765.54 -921.943 88.5265,57 59,stand,,,
|
||||
-2754.99 -786.901 58.5966,58 69,stand,,,
|
||||
-2809.05 -1198.95 67.7156,19 61,stand,,,
|
||||
-2798.02 -1292.72 37.0465,53 60 62,stand,,,
|
||||
-2524.2 -1343.22 30.578,61 63 73,stand,,,
|
||||
-2250.76 -1313.77 32.125,62 64,stand,,,
|
||||
-2100.68 -1171.05 32.6792,63 65,stand,,,
|
||||
-2093.32 -985.583 35.6327,64 4 120 303,stand,,,
|
||||
-2339.53 -910.611 40.125,4 67,stand,,,
|
||||
-2472.54 -877.81 52.0642,66 68 276,stand,,,
|
||||
-2625.06 -689.427 47.7758,67 69 248,stand,,,
|
||||
-2756.41 -682.003 37.2617,59 68 260,stand,,,
|
||||
-3530.9 -859.782 46.9383,37 259,stand,,,
|
||||
-2728.19 -1660.93 40.125,52 72,stand,,,
|
||||
-2483.36 -1680.39 29.9867,71 73 74,stand,,,
|
||||
-2498.93 -1443.07 32.125,72 62,stand,,,
|
||||
-2469.36 -1708.91 37.6325,72 75,stand,,,
|
||||
-2432.7 -1780.88 48.125,74 76 101,stand,,,
|
||||
-2432.71 -1801.77 76.125,75 77,stand,,,
|
||||
-2432.75 -1832.02 60.3369,76 78 79,stand,,,
|
||||
-2421.23 -1975.88 56.125,77 18,stand,,,
|
||||
-2319.16 -1843.99 62.3899,77 80,stand,,,
|
||||
-2235.85 -1864.28 56.0366,79 81 100,stand,,,
|
||||
-2134.45 -2083.78 55.1573,80 82,stand,,,
|
||||
-1911.43 -2087.5 50.125,81 83 17,stand,,,
|
||||
-1857.09 -1940.69 48.125,82 84,stand,,,
|
||||
-1850.56 -1838.38 48.125,85 83,stand,,,
|
||||
-1835.13 -1718.93 39.1736,84 102 103 307,stand,,,
|
||||
-1673.88 -2167.22 48.125,17 87,stand,,,
|
||||
-1683 -2250.86 48.125,86 88,stand,,,
|
||||
-1734.85 -2250.81 48.125,87 89,stand,,,
|
||||
-1896.58 -2232.71 172.125,88 90,stand,,,
|
||||
-1968 -2235.12 172.125,89 91,stand,,,
|
||||
-1969.66 -2073.62 172.125,90 92 94,stand,,,
|
||||
-2193.66 -2074.89 172.125,91 93,stand,,,
|
||||
-2391.11 -2074.81 172.125,92 51,stand,,,
|
||||
-1820.78 -2060.73 172.125,91 95,stand,,,
|
||||
-1827.37 -1978.69 172.125,94 96 97 98,stand,,,
|
||||
-1844.18 -1867.9 172.125,95 97 98,stand,,,
|
||||
-1968.82 -1882.69 172.125,96 95,stand,,,
|
||||
-1712.51 -1867.13 172.125,95 96,stand,,,
|
||||
-2929.7 -1861.74 95.5374,20 46,stand,,,
|
||||
-2233.98 -1798.6 52.125,80 101,stand,,,
|
||||
-2235.12 -1755.47 40.125,100 102 75,stand,,,
|
||||
-2021.88 -1749.55 39.23,101 85,stand,,,
|
||||
-1558.32 -1756.62 68.5288,85 104,stand,,,
|
||||
-1317.04 -1771.99 93.116,103 21,stand,,,
|
||||
-1134.19 -1505.16 101.542,21 106,stand,,,
|
||||
-1147.91 -1210.26 68.2177,105 107,stand,,,
|
||||
-1158.54 -1126.87 61.8611,106 108 117,stand,,,
|
||||
-1165.37 -1081.25 67.9137,107 272,stand,,,
|
||||
-1043.92 -741.589 41.936,110 274,stand,,,
|
||||
-993.941 -741.653 32.125,109 151,stand,,,
|
||||
-1171.72 -804.58 69.6295,23 112 273,stand,,,
|
||||
-1289.21 -819.102 71.1265,111 113,stand,,,
|
||||
-1395.13 -822.159 54.3066,112 115 116 306,stand,,,
|
||||
-1240.72 -572.386 46.7176,115,stand,,,
|
||||
-1395.03 -640.354 36.0002,113 114 123,stand,,,
|
||||
-1379.78 -1068.63 52.3568,113 117,stand,,,
|
||||
-1273.01 -1130.71 70.5145,107 116,stand,,,
|
||||
-2019.89 -471.354 28.622,22 119 121 129,stand,,,
|
||||
-2066.65 -745.587 43.0429,118 120,stand,,,
|
||||
-2059.65 -846.037 44.2965,119 65,stand,,,
|
||||
-1767.71 -453.354 -4.1224,118 122,stand,,,
|
||||
-1661.52 -433.278 7.20052,121 123 124,stand,,,
|
||||
-1571.64 -607.917 29.9427,115 122,stand,,,
|
||||
-1594.54 -337.96 16.6302,122 125 291,stand,,,
|
||||
-1436.34 -359.605 24.125,126 124,stand,,,
|
||||
-1406.23 -466.407 24.125,125 5,stand,,,
|
||||
-1172.9 -381.618 24.125,5 128,stand,,,
|
||||
-1045.29 -382.565 24.125,127 147 149,stand,,,
|
||||
-2004.65 -308.625 12.3113,118 130,stand,,,
|
||||
-1945.16 -106.656 2.57078,129 131 287,stand,,,
|
||||
-1900.73 135.142 20.5286,130 132,stand,,,
|
||||
-1900.7 210.607 17.6184,131 133,stand,,,
|
||||
-1899.14 250.719 0.769392,132 134,stand,,,
|
||||
-1911.36 318.892 -26.5759,133 135 216 217,stand,,,
|
||||
-2022.17 318.296 -11.6011,134 136,stand,,,
|
||||
-2170.76 318.167 21.7813,1 135 137,stand,,,
|
||||
-2174.95 191.799 27.125,136 138 140,stand,,,
|
||||
-2449.71 191.841 27.125,137 139,stand,,,
|
||||
-2565.62 191.413 -11.5686,138 244 245 300,stand,,,
|
||||
-2185.11 -37.0161 27.125,137 141,stand,,,
|
||||
-2185.15 -160.179 32.5888,142 140,stand,,,
|
||||
-2263.37 -255.68 45.5979,141 143,stand,,,
|
||||
-2287.7 -252.966 74.625,142 144,stand,,,
|
||||
-2304.13 -254.001 38.8099,143 145,stand,,,
|
||||
-2373.64 -233.583 17.5615,144 146,stand,,,
|
||||
-2463.03 -233.94 -4.17648,145 245 246 269,stand,,,
|
||||
-996.474 -277.946 2.23575,148 128,stand,,,
|
||||
-949.647 -147.299 -29.6367,147 170 175,stand,,,
|
||||
-1034.81 -583.214 24.5102,128 24 150,stand,,,
|
||||
-964.529 -620.433 23.321,149 151,stand,,,
|
||||
-857.824 -677.857 5.15454,150 110 152,stand,,,
|
||||
-704.971 -550.801 -1.10983,151 153 162,stand,,,
|
||||
-711.977 -433.567 15.7077,152 154,stand,,,
|
||||
-713.591 -321.832 11.5227,153 155,stand,,,
|
||||
-580.374 -331.265 15.3981,154 156,stand,,,
|
||||
-475.69 -370.195 8.125,155 157 160,stand,,,
|
||||
-475.072 -293.688 8.125,156 158,stand,,,
|
||||
-474.993 -228.171 -24.9776,157 159,stand,,,
|
||||
-511.516 -89.0745 -38.1293,158 169 170,stand,,,
|
||||
-460.01 -445.267 -0.747316,156 161,stand,,,
|
||||
-412.065 -565.444 -7.875,160 162 163,stand,,,
|
||||
-595.802 -552.95 -3.92338,161 152,stand,,,
|
||||
-301.524 -451.976 6.34148,161 164,stand,,,
|
||||
-246.422 -389.99 8.89232,163 165,stand,,,
|
||||
-252.761 -300.704 -7.875,164 6 166,stand,,,
|
||||
-254.485 -199.857 -2.47345,165 167,stand,,,
|
||||
-248.581 -114.828 -14.8405,166 168,stand,,,
|
||||
-248.642 -70.7238 -37.0311,167 169 181,stand,,,
|
||||
-391.098 -75.8578 -29.2028,168 159,stand,,,
|
||||
-780.167 -120.888 -36.799,159 148,stand,,,
|
||||
-1181.93 129.494 -49.0634,172 174,stand,,,
|
||||
-1242.02 -12.152 -46.4144,171 173,stand,,,
|
||||
-1312.16 -5.07858 -44.3154,172 212 289,stand,,,
|
||||
-851.57 178.245 -71.8766,171 175 176 277,stand,,,
|
||||
-924.932 -16.0318 -64.7739,174 148,stand,,,
|
||||
-849.333 381.429 -62.875,174 177,stand,,,
|
||||
-849.197 640.498 -62.875,176 178,stand,,,
|
||||
-840.219 750.019 -54.875,179 177,stand,,,
|
||||
-871.577 884.019 -54.5509,178 180 282,stand,,,
|
||||
-926.341 1033.54 -87.875,179 194 195 281,stand,,,
|
||||
-96.176 57.2069 -55.0059,168 8,stand,,,
|
||||
197.236 340.077 -63.875,8 183 286,stand,,,
|
||||
239.922 441.252 -47.875,182 184,stand,,,
|
||||
321.428 551.75 -54.1868,183 7 185,stand,,,
|
||||
322.643 746.159 -49.8264,184 186,stand,,,
|
||||
298.418 890.552 -44.0595,187 185,stand,,,
|
||||
195.271 933.253 -15.875,186 188,stand,,,
|
||||
95.3276 1031.23 -15.4017,187 189,stand,,,
|
||||
-104.217 1125.26 -22.4327,190 188,stand,,,
|
||||
-241.537 1125.71 -18.9217,189 191,stand,,,
|
||||
-485.29 1100.95 -33.3424,190 279 280,stand,,,
|
||||
-1072.98 1326.93 -37.4483,28 193,stand,,,
|
||||
-1098.14 1122.33 -89.1991,192 194,stand,,,
|
||||
-1088.96 1028.33 -78.8963,180 193 199,stand,,,
|
||||
-904.547 1178.55 -50.1851,180 196,stand,,,
|
||||
-893.975 1250.15 -27.5406,28 195,stand,,,
|
||||
-1276.2 825.069 -24.4884,198 200 201 223,stand,,,
|
||||
-1131.32 825.04 -22.8365,197 10,stand,,,
|
||||
-1273.42 1045.32 -71.8951,194 200,stand,,,
|
||||
-1273.11 903.366 -38.2861,197 199,stand,,,
|
||||
-1274.7 696.043 -26.875,197 202,stand,,,
|
||||
-1335.56 695.546 -26.875,201 203,stand,,,
|
||||
-1328.79 520.44 -26.875,204 202,stand,,,
|
||||
-1294.88 383.622 -26.875,203 205 211,stand,,,
|
||||
-1197.77 386.44 -26.875,204 206,stand,,,
|
||||
-1197.19 426.336 -26.875,205 207,stand,,,
|
||||
-1192.45 649.506 125.125,206 208,stand,,,
|
||||
-1192.74 701.761 125.125,207 9,stand,,,
|
||||
-1349.99 483.872 125.125,9 210,stand,,,
|
||||
-1367.88 243.13 125.125,209,stand,,,
|
||||
-1282.86 226.655 -26.875,204 212,stand,,,
|
||||
-1295.62 173.12 -30.8221,173 211 213,stand,,,
|
||||
-1404.81 199.986 -23.8423,212 214,stand,,,
|
||||
-1514.49 289.901 0.172845,213 215,stand,,,
|
||||
-1701.25 292.354 5.07884,216 214 292,stand,,,
|
||||
-1817.48 301.02 -5.4709,215 134,stand,,,
|
||||
-1787.2 429.86 -23.5952,134 218,stand,,,
|
||||
-1577.36 426.598 -19.9597,217 25,stand,,,
|
||||
-1476.86 539.939 -2.88106,220 25,stand,,,
|
||||
-1498.82 631.65 17.3703,219 221,stand,,,
|
||||
-1503.35 704.384 9.14215,220 222,stand,,,
|
||||
-1514.04 775.095 -9.6394,223 221 224,stand,,,
|
||||
-1363.09 812.23 -28.192,222 197,stand,,,
|
||||
-1637.71 809.019 -5.16266,222 225,stand,,,
|
||||
-1763.39 834.513 -22.1998,224 226,stand,,,
|
||||
-1856.94 829.055 -32.307,227 225 228,stand,,,
|
||||
-1846.7 748.76 -3.80855,226 11,stand,,,
|
||||
-1994.98 925.09 -35.645,226 229,stand,,,
|
||||
-2169.24 944.727 -7.875,228 230,stand,,,
|
||||
-2252.82 1026.6 -27.5839,229 29 231,stand,,,
|
||||
-2401.13 1102.92 -16.4157,230 232,stand,,,
|
||||
-2507.97 1135.31 -7.3799,231 233,stand,,,
|
||||
-2673.92 958.078 -8.95566,232 234,stand,,,
|
||||
-2802.54 949.892 -7.72727,233 235 236,stand,,,
|
||||
-2999.47 950.015 -8.42583,234 12,stand,,,
|
||||
-2813.76 817.778 3.11416,234 237,stand,,,
|
||||
-2840.19 669.242 -27.8527,236 238 243,stand,,,
|
||||
-2970.11 716.546 -14.213,237 27 249,stand,,,
|
||||
-2447.36 638.455 15.125,240 242,stand,,,
|
||||
-2448.04 696.398 0.504197,239 241,stand,,,
|
||||
-2315.39 696.741 13.7971,240 13,stand,,,
|
||||
-2455.65 559.418 6.49271,239 243,stand,,,
|
||||
-2583.11 581.534 -15.4011,242 237 244,stand,,,
|
||||
-2579.5 351.949 -15.2178,243 139,stand,,,
|
||||
-2519.04 -35.3875 -13.4225,139 146,stand,,,
|
||||
-2446.97 -412.993 24.4708,146 247,stand,,,
|
||||
-2453.85 -549.251 48.775,248 246,stand,,,
|
||||
-2548.03 -623.233 49.715,247 68,stand,,,
|
||||
-3053.09 498.242 -39.5574,238 250,stand,,,
|
||||
-3070.15 280.932 -55.4303,249 251 296 300,stand,,,
|
||||
-3301.95 167.27 -34.2921,250 252,stand,,,
|
||||
-3301.89 -8.59811 -32.4281,26 251 253 297,stand,,,
|
||||
-3551.59 -8.86978 -23.875,252 254,stand,,,
|
||||
-3546.7 -114.015 -23.875,253 255 256,stand,,,
|
||||
-3438.57 -122.071 -23.875,254 2,stand,,,
|
||||
-3556.5 -295.235 -23.875,254 257,stand,,,
|
||||
-3523.67 -379.532 -22.4014,256 15 258,stand,,,
|
||||
-3522.64 -633.727 15.1366,257 259 262,stand,,,
|
||||
-3523.17 -742.281 31.5989,258 70,stand,,,
|
||||
-2860.58 -632.282 17.9217,69 261 271,stand,,,
|
||||
-3065.97 -592.881 3.59698,260 262 302,stand,,,
|
||||
-3258.44 -609.107 8.93977,261 263 258,stand,,,
|
||||
-3247.62 -451.3 -14.0766,262 15 264,stand,,,
|
||||
-3194.82 -456.832 3.125,263 265,stand,,,
|
||||
-3123.41 -457.991 -15.2351,264 266,stand,,,
|
||||
-3109.71 -226.934 -39.6572,265 26 267 297,stand,,,
|
||||
-2965.4 -188.183 -48.2344,266 268 298,stand,,,
|
||||
-2830.71 -218.826 -48.4041,267 269 270,stand,,,
|
||||
-2613.47 -220.841 -29.5757,268 146,stand,,,
|
||||
-2838.82 -412.361 -23.8676,268 271,stand,,,
|
||||
-2845.79 -522.013 3.4999,270 260,stand,,,
|
||||
-1172.94 -970.913 52.0533,273 108,stand,,,
|
||||
-1171.88 -885.654 66.1206,272 111 274,stand,,,
|
||||
-1049.06 -897.49 65.643,273 109,stand,,,
|
||||
-2407.28 -828.844 176.125,30 276,stand,,,
|
||||
-2413.54 -767.201 59.4274,275 67,stand,,,
|
||||
-695.924 349.375 -75.1563,174 278,stand,,,
|
||||
-561.847 573.98 -70.9008,279 277,stand,,,
|
||||
-458.136 832.568 -62.2077,278 191 282 283,stand,,,
|
||||
-661.773 1080.05 -40.2187,281 191 282,stand,,,
|
||||
-791.062 1057.93 -66.1201,280 180,stand,,,
|
||||
-659.036 898.455 -51.7482,280 179 279,stand,,,
|
||||
-265.828 644.655 -64.9999,284 279,stand,,,
|
||||
-103.15 494.667 -54.8129,283 285,stand,,,
|
||||
-8.48457 418.478 -21.875,284 286,stand,,,
|
||||
9.92118 396.516 -49.58,285 182,stand,,,
|
||||
-1838.35 -95.1805 -0.138298,130 288,stand,,,
|
||||
-1650.78 -56.68 -22.6271,287 289 290 293,stand,,,
|
||||
-1477.85 -33.2909 -32.9249,288 173,stand,,,
|
||||
-1624.05 -205.267 -20.6723,288 291,stand,,,
|
||||
-1603.55 -286.077 6.31916,290 124,stand,,,
|
||||
-1693.77 220.546 10.9785,215 293,stand,,,
|
||||
-1669.67 60.3353 -10.0508,292 288,stand,,,
|
||||
-3346.78 -1330.76 50.8757,53 34 295,stand,,,
|
||||
-3352.71 -1472.52 40.016,294 38,stand,,,
|
||||
-3060.02 108.93 -50.4984,250 297,stand,,,
|
||||
-3091.55 -47.7358 -58.7358,296 266 252 298,stand,,,
|
||||
-2950.78 -71.3944 -61.0917,297 267 299,stand,,,
|
||||
-2766.05 -31.7884 -65.4517,300 298,stand,,,
|
||||
-2751.64 199.688 -52.8022,299 139 250,stand,,,
|
||||
-2998.73 -878.156 78.9476,57 302,stand,,,
|
||||
-2995.55 -772.247 48.6132,301 261,stand,,,
|
||||
-1948.97 -1021.46 22.9031,65 304,stand,,,
|
||||
-1805.71 -1006.69 17.2145,303 305 308,stand,,,
|
||||
-1672.74 -1000.18 31.8573,304 306,stand,,,
|
||||
-1528.54 -906.365 32.6555,305 113,stand,,,
|
||||
-1709.44 -1415.95 30.8021,85 308,stand,,,
|
||||
-1772.77 -1289.1 28.9043,307 304,stand,,,
|
||||
|
392
scriptdata/waypoints/mp_4t4scrap_r_wp.csv
Normal file
@@ -0,0 +1,392 @@
|
||||
391
|
||||
1562 3790 52,1 11 12 17 11,stand,,,
|
||||
1447 3817 52,0 2 18,stand,,,
|
||||
1438 3563 181,1 3 8,stand,,,
|
||||
1796 3554 181,2 4 7,stand,,,
|
||||
1885 3710 181,3 5 6 7,stand,,,
|
||||
1941 3573 181,4 6,stand,,,
|
||||
1952 3827 181,4 7 5,stand,,,
|
||||
1825 3835 181,6 4 3,stand,,,
|
||||
1453 3464 181,2 9 10,stand,,,
|
||||
1681 3349 181,8 10,stand,,,
|
||||
1483 3278 181,9 8,stand,,,
|
||||
1538 3581 52,0 0 17 12 19,stand,,,
|
||||
1738 3643 52,0 13 16 11,stand,,,
|
||||
1958 3591 52,12 14 15 16 17 219,stand,,,
|
||||
2245 3599 52,13 15 16 213,stand,,,
|
||||
2183 3800 52,14 16 13,stand,,,
|
||||
1990 3760 52,15 17 12 14 13,stand,,,
|
||||
1768 3814 52,16 18 0 11 13,stand,,,
|
||||
1578 3867 52,17 1,stand,,,
|
||||
1540 3451 52,11 20 22 21 23,stand,,,
|
||||
1465 3301 52,19 21 22,stand,,,
|
||||
1616 3280 52,20 22 19,stand,,,
|
||||
1636 3435 52,21 19 20,stand,,,
|
||||
1352 3461 55,19 24 25 33,stand,,,
|
||||
1362 3679 52,23 26 33,stand,,,
|
||||
1337 3120 37,23 36 35 33 227 230,stand,,,
|
||||
859 3663 61,24 27 32 33 43,stand,,,
|
||||
586 3659 50,26 28 42 43,stand,,,
|
||||
261 3554 78,27 29 41 42 65,stand,,,
|
||||
157 3214 84,28 30 40 65,stand,,,
|
||||
193 2806 84,29 31 39 40,stand,,,
|
||||
89 2685 84,30 67,stand,,,
|
||||
867 3460 68,26 33 37 42,stand,,,
|
||||
1171 3473 35,32 34 23 25 24 26,stand,,,
|
||||
1073 3243 108,33 35 37,stand,,,
|
||||
1107 3078 92,34 36 25 37,stand,,,
|
||||
1236 2920 38,35 25 267 268 38,stand,,,
|
||||
826 3189 77,32 35 34 38,stand,,,
|
||||
792 2975 72,37 39 271 268 36,stand,,,
|
||||
512 2939 64,38 30 40 270 271,stand,,,
|
||||
319 3039 72,39 29 30 41,stand,,,
|
||||
331 3299 71,40 28,stand,,,
|
||||
502 3511 53,32 28 27,stand,,,
|
||||
735 3563 71,27 26 44,climb,,,
|
||||
732 3565 174,43 45,climb,,,
|
||||
730 3497 189,44 46 50,stand,,,
|
||||
777 3269 189,45 47,stand,,,
|
||||
683 3034 189,46 48,stand,,,
|
||||
443 3052 191,47 49,stand,,,
|
||||
371 3254 191,48 50 66,stand,,,
|
||||
527 3460 191,49 45 51,stand,,,
|
||||
584 3406 197,50 52,climb,,,
|
||||
584 3406 301,51 53 58 64,climb,,,
|
||||
584 3352 341,52 54 55 56,stand,,,
|
||||
463 3226 341,53,stand,,,
|
||||
572 3197 341,53,stand,,,
|
||||
665 3293 341,53 57,stand,,,
|
||||
667 3229 425,56,crouch,,,
|
||||
512 3407 267,52 59,crouch,,,
|
||||
416 3329 267,58 60,crouch,,,
|
||||
438 3123 267,59 61,crouch,,,
|
||||
571 3096 268,60 62,crouch,,,
|
||||
703 3153 267,61 63,crouch,,,
|
||||
710 3354 267,62 64,crouch,,,
|
||||
655 3409 267,63 52,crouch,,,
|
||||
257 3258 82,29 66 28,climb,,,
|
||||
256 3254 172,65 49,climb,,,
|
||||
95 2549 85,31 68 69,stand,,,
|
||||
151 2360 85,67 69 77 78 85,stand,,,
|
||||
254 2463 85,68 70 76 67,stand,,,
|
||||
472 2449 85,69 71 75 76,stand,,,
|
||||
481 2209 4,70 72 84 272,stand,,,
|
||||
382 2162 4,71 73 84,stand,,,
|
||||
382 2146 49,72 74,stand,,,
|
||||
381 2109 85,73 82 83 85 78,stand,,,
|
||||
377 2600 85,70 76,stand,,,
|
||||
393 2361 85,75 69 70,stand,,,
|
||||
61 2172 85,68 78 85,stand,,,
|
||||
146 1980 85,77 79 83 68 85 74,stand,,,
|
||||
102 1682 85,78 80 83,stand,,,
|
||||
251 1691 85,79 81 83 86 95,stand,,,
|
||||
383 1829 85,80 82 83,stand,,,
|
||||
384 1939 85,81 74 83 90,stand,,,
|
||||
257 1906 85,74 80 79 82 78 85 81,stand,,,
|
||||
299 2231 4,72 71,stand,,,
|
||||
174 2099 85,77 68 74 78 83,stand,,,
|
||||
343 1563 85,80 87,stand,,,
|
||||
392 1388 84,86 88 108,stand,,,
|
||||
565 1390 84,87 89 92 108,stand,,,
|
||||
573 1631 84,88 90,stand,,,
|
||||
570 1939 85,89 82 91,stand,,,
|
||||
577 2043 85,90 276,stand,,,
|
||||
575 1144 53,88 93 108 345,stand,,,
|
||||
538 852 7,92 94 108 98 115,stand,,,
|
||||
532 722 4,93 103 114 117 119,stand,,,
|
||||
213 1602 84,80 96,stand,,,
|
||||
82 1377 84,95 97 108,stand,,,
|
||||
99 1097 45,96 98 108,stand,,,
|
||||
110 826 4,97 99 93 108,stand,,,
|
||||
133 547 4,98 100 103,stand,,,
|
||||
276 277 4,99 101 102 104 110,stand,,,
|
||||
56 88 4,100 104,stand,,,
|
||||
592 397 4,100 107 104 103 106 119,stand,,,
|
||||
412 527 4,99 94 102 113 119 104,stand,,,
|
||||
500 105 4,100 105 102 101 110 103,stand,,,
|
||||
791 130 4,104 106 107 120,stand,,,
|
||||
901 293 4,105 107 102 120 121,stand,,,
|
||||
826 492 4,106 102 118 119 105 117,stand,,,
|
||||
361 1108 47,93 87 96 97 92 98 88,stand,,,
|
||||
663 203 46,110 120,stand,,,
|
||||
561 211 4,109 104 100,stand,,,
|
||||
266 686 122,112,stand,,,
|
||||
402 688 71,111 113 114 116,stand,,,
|
||||
415 632 28,112 103,stand,,,
|
||||
468 686 4,94 112,stand,,,
|
||||
434 768 4,93 116,stand,,,
|
||||
419 738 37,115 112,stand,,,
|
||||
751 729 4,94 118 119 338 107 346,stand,,,
|
||||
926 620 4,117 107 119 347 346,stand,,,
|
||||
623 585 4,107 94 103 117 118 102,stand,,,
|
||||
763 208 4,109 106 105,stand,,,
|
||||
1047 288 5,106 122 132 133,stand,,,
|
||||
1161 469 5,121 123 133 132 347,stand,,,
|
||||
1445 457 5,122 124 133 135 130,stand,,,
|
||||
1658 435 5,123 125 137 134 136 135,stand,,,
|
||||
1948 459 5,124 126 137,stand,,,
|
||||
1973 292 5,125 127 137 136 153,stand,,,
|
||||
1965 104 5,126 128 137,stand,,,
|
||||
1770 94 5,127 129,stand,,,
|
||||
1735 168 5,128 130 134 136 147,stand,,,
|
||||
1540 130 5,129 131 134 123,stand,,,
|
||||
1386 98 5,130 132 133 135,stand,,,
|
||||
1157 111 5,131 121 122 138,stand,,,
|
||||
1286 287 5,121 131 134 122 123,stand,,,
|
||||
1613 260 13,130 133 135 129 136 124,stand,,,
|
||||
1467 332 11,123 134 124 131,stand,,,
|
||||
1795 301 5,129 137 126 134 124,stand,,,
|
||||
1896 398 5,136 126 125 124 127,stand,,,
|
||||
1090 133 11,132 139,climb,,,
|
||||
1090 135 217,138 140,climb,,,
|
||||
1021 137 255,139 141,stand,,,
|
||||
1027 274 255,140 142,stand,,,
|
||||
1026 501 255,141 143,stand,,,
|
||||
1284 447 257,142 144 152,stand,,,
|
||||
1477 444 258,143 145,stand,,,
|
||||
1691 483 256,144 146,stand,,,
|
||||
1974 479 256,145,stand,,,
|
||||
2010 161 128,129 148,stand,,,
|
||||
2001 458 128,147 149,stand,,,
|
||||
1747 462 128,148 150,stand,,,
|
||||
1500 463 128,149 151,stand,,,
|
||||
1380 507 146,150 152,climb,,,
|
||||
1380 508 229,151 143,climb,,,
|
||||
2135 261 4,126 154 165 164,stand,,,
|
||||
2161 115 4,153 155,stand,,,
|
||||
2378 157 4,154 156 164,stand,,,
|
||||
2581 136 4,155 157 166 158,stand,,,
|
||||
2810 147 4,156 158 166,stand,,,
|
||||
2834 397 4,157 159 166 161 156,stand,,,
|
||||
2835 541 4,158 160 161,stand,,,
|
||||
2905 631 11,159 162 167,stand,,,
|
||||
2706 579 4,159 162 166 158 164,stand,,,
|
||||
2519 590 4,161 163 164 166 160 165 387,stand,,,
|
||||
2477 823 4,162 168 169 191,stand,,,
|
||||
2372 379 4,155 165 162 166 161 153,stand,,,
|
||||
2235 545 4,164 153 162 169 170,stand,,,
|
||||
2673 347 4,156 161 164 158 157 162,stand,,,
|
||||
2908 927 11,160 168 184,stand,,,
|
||||
2723 962 11,167 163 189,stand,,,
|
||||
2272 772 4,163 165 191 171 170 192 172,stand,,,
|
||||
2093 631 4,165 171 169 311 291,stand,,,
|
||||
2086 783 4,170 172 169 291,stand,,,
|
||||
2113 933 4,171 173 169 192,stand,,,
|
||||
2089 1270 4,172 174 192 297,stand,,,
|
||||
2089 1591 4,173 175,stand,,,
|
||||
2131 1757 4,174 176 296 193 194 314,stand,,,
|
||||
2252 2012 4,175 177 317 193 314,stand,,,
|
||||
2376 1993 4,176 178 263 194,stand,,,
|
||||
2588 1989 4,177 179 197 195 188 198 194,stand,,,
|
||||
2798 1999 4,178 180 182,stand,,,
|
||||
2971 1920 4,179 181 182,stand,,,
|
||||
3188 1953 6,180 182,stand,,,
|
||||
2883 1794 4,180 183 195 196 179 181,stand,,,
|
||||
2900 1576 11,182 184 187,stand,,,
|
||||
2901 1164 15,183 167 185,stand,,,
|
||||
2746 1173 15,184 186 189,stand,,,
|
||||
2746 1348 15,185 187,stand,,,
|
||||
2745 1523 15,186 183 188 196,stand,,,
|
||||
2550 1529 4,187 190 197 178 193,stand,,,
|
||||
2515 1177 4,190 185 191 168,stand,,,
|
||||
2491 1356 4,189 188 193,stand,,,
|
||||
2392 1009 4,189 163 169 192,stand,,,
|
||||
2231 1039 4,169 191 172 173,stand,,,
|
||||
2401 1678 4,190 194 175 188 176,stand,,,
|
||||
2446 1829 4,193 195 177 178 175,stand,,,
|
||||
2738 1807 4,194 196 197 182 178,stand,,,
|
||||
2742 1637 11,195 187 182,stand,,,
|
||||
2612 1673 11,188 195 178,stand,,,
|
||||
2588 2113 6,199 203 178,stand,,,
|
||||
2524 2295 6,198 200 203,stand,,,
|
||||
2489 2480 6,199 201 262,stand,,,
|
||||
2719 2567 6,200 202 204,stand,,,
|
||||
2753 2375 6,201 203,stand,,,
|
||||
2769 2097 6,202 198 199,stand,,,
|
||||
2711 2728 5,201 205 208,stand,,,
|
||||
2787 2802 4,204 206,stand,,,
|
||||
2778 3163 12,205 207 210,stand,,,
|
||||
2611 3239 25,206 210 211,stand,,,
|
||||
2521 2784 20,204 209 266,stand,,,
|
||||
2501 2980 14,208 210 265 266,stand,,,
|
||||
2469 3108 10,209 207 206 211 221,stand,,,
|
||||
2424 3325 4,207 210 212 216 221,stand,,,
|
||||
2390 3482 4,213 214 211 216,stand,,,
|
||||
2321 3596 4,212 14 214 215,stand,,,
|
||||
2451 3662 4,213 215 212,stand,,,
|
||||
2399 3868 4,214 213,stand,,,
|
||||
2301 3383 4,212 211 217 221,stand,,,
|
||||
2094 3345 6,216 218 222 224,stand,,,
|
||||
2076 3478 52,217 219,stand,,,
|
||||
1951 3450 52,218 13 220,stand,,,
|
||||
1785 3446 52,219,stand,,,
|
||||
2288 3233 4,211 216 223 210,stand,,,
|
||||
2081 3160 4,217 223 228 247,stand,,,
|
||||
2235 3089 4,222 221 265 258 247,stand,,,
|
||||
1971 3292 9,217 225 228,stand,,,
|
||||
1820 3271 14,224 226 228,stand,,,
|
||||
1692 3146 4,225 227 228,stand,,,
|
||||
1650 3043 4,226 228 229 230 25,stand,,,
|
||||
1862 3090 4,226 225 224 222 227 229 247 257,stand,,,
|
||||
1772 2974 4,227 228 230 231 257,stand,,,
|
||||
1554 2948 4,227 229 242 267 25,stand,,,
|
||||
1764 2830 17,229 232,stand,,,
|
||||
1750 2519 39,231 233,stand,,,
|
||||
1768 2454 4,232 234 255,stand,,,
|
||||
1662 2447 4,233 235 253,stand,,,
|
||||
1592 2428 41,234 236,stand,,,
|
||||
1394 2349 41,235 237 254,stand,,,
|
||||
1287 2337 4,236 238 243 245,stand,,,
|
||||
1197 2339 41,237 239,stand,,,
|
||||
1042 2306 4,238 240 244 246 275 277,stand,,,
|
||||
1077 2019 4,239 241 246 276 342,stand,,,
|
||||
1056 1851 10,240 279,stand,,,
|
||||
1529 2697 4,230 243 267,stand,,,
|
||||
1299 2544 4,242 237 244,stand,,,
|
||||
1080 2557 4,243 239 268 267 277 269,stand,,,
|
||||
1295 2252 4,237 246 278 324,stand,,,
|
||||
1189 2268 10,245 240 239,stand,,,
|
||||
1941 2919 4,228 248 257 258 223 222,stand,,,
|
||||
1958 2683 12,247 249,stand,,,
|
||||
1960 2448 10,248 250 255,stand,,,
|
||||
2113 2456 5,249 251 260 264,stand,,,
|
||||
2183 2347 4,250 252 263 264,stand,,,
|
||||
1886 2339 12,251 253,stand,,,
|
||||
1674 2361 4,252 254 254 316 234,stand,,,
|
||||
1600 2361 41,253 236 253,stand,,,
|
||||
1854 2435 4,233 256 249,stand,,,
|
||||
1854 2692 4,255 257,stand,,,
|
||||
1862 2920 4,256 229 228 247,stand,,,
|
||||
2113 2894 4,247 259 223 261,stand,,,
|
||||
2098 2683 12,258 260 261 264,stand,,,
|
||||
2061 2578 9,259 250,stand,,,
|
||||
2217 2733 24,259 262 265 258 266 264,stand,,,
|
||||
2373 2511 4,261 200 264 263,stand,,,
|
||||
2374 2258 4,177 251 262 264,stand,,,
|
||||
2204 2541 27,250 262 263 259 251 261,stand,,,
|
||||
2283 2916 4,261 209 223 266,stand,,,
|
||||
2395 2753 10,261 208 265 209,stand,,,
|
||||
1321 2809 4,230 242 36 244,stand,,,
|
||||
1014 2798 48,36 269 271 38 244,stand,,,
|
||||
685 2608 33,268 270 271 273 277 244,stand,,,
|
||||
403 2692 63,269 39,stand,,,
|
||||
738 2790 48,39 269 38 268,stand,,,
|
||||
617 2225 4,71 273 274 277,stand,,,
|
||||
622 2457 12,272 269 277,stand,,,
|
||||
737 2150 4,272 275,stand,,,
|
||||
853 2162 4,274 276 277 239,stand,,,
|
||||
857 2049 4,275 91 240 335 342,stand,,,
|
||||
842 2408 4,275 273 244 272 269 239,stand,,,
|
||||
1246 2070 12,245 279,stand,,,
|
||||
1167 1847 4,278 241 280,stand,,,
|
||||
1172 1812 41,279 281,stand,,,
|
||||
1125 1539 41,280 282,stand,,,
|
||||
1141 1146 41,281 283,stand,,,
|
||||
1156 981 4,282 284 339 346,stand,,,
|
||||
1275 979 14,283 285 329 330 312 346,stand,,,
|
||||
1310 826 4,284 286 288,stand,,,
|
||||
1437 828 12,285 287,stand,,,
|
||||
1658 825 12,286,stand,,,
|
||||
1293 708 4,285 289 347 346,stand,,,
|
||||
1513 671 4,288 290 347,stand,,,
|
||||
1779 649 4,289 291 310 291 311,stand,,,
|
||||
1900 804 4,290 292 310 171 311 290 170,stand,,,
|
||||
1942 1002 26,291 293,stand,,,
|
||||
1943 1201 39,292 294 297,climb,,,
|
||||
1952 1341 44,293 295 297,climb,,,
|
||||
1922 1512 26,294 296,stand,,,
|
||||
1920 1792 4,295 313 175 314 318 315,stand,,,
|
||||
1907 1272 4,173 293 294 298,stand,,,
|
||||
1778 1271 11,297 312 299 329,stand,,,
|
||||
1763 1515 38,300 298 313 326,climb,,,
|
||||
1806 1515 137,299 301,climb,,,
|
||||
1893 1524 169,300 302 373,crouch,,,
|
||||
1921 1369 187,301 303 348,climb,,,
|
||||
1921 1176 183,302 304,climb,,,
|
||||
1920 1074 176,305 303,crouch,,,
|
||||
1925 864 161,304 306,stand,,,
|
||||
1881 854 156,305 307,climb,,,
|
||||
1700 840 124,306 308,climb,,,
|
||||
1615 815 124,307 309,stand,,,
|
||||
1487 813 124,308,stand,,,
|
||||
1760 773 4,290 291 312,stand,,,
|
||||
1920 594 4,291 290 170,stand,,,
|
||||
1756 957 14,310 298 329 331 284,stand,,,
|
||||
1729 1775 4,299 296 318 325,stand,,,
|
||||
2090 1954 4,175 315 296 176 318,stand,,,
|
||||
1926 2166 4,314 316 317 318 296,stand,,,
|
||||
1661 2192 4,315 253 324 321,stand,,,
|
||||
2118 2139 4,315 176 318,stand,,,
|
||||
1791 1924 4,296 315 317 313 319 314,stand,,,
|
||||
1696 1921 25,318 320 325,crouch,,,
|
||||
1643 1965 34,319 321,crouch,,,
|
||||
1568 2034 4,320 322 316 324,crouch,,,
|
||||
1406 1868 4,321 323 334,stand,,,
|
||||
1347 2029 4,322 324 334,stand,,,
|
||||
1423 2214 4,323 245 316 321,stand,,,
|
||||
1580 1706 21,319 326 313,stand,,,
|
||||
1542 1522 39,325 299 327 333,crouch,,,
|
||||
1336 1571 22,326 328 330 334,crouch,,,
|
||||
1405 1327 65,327 329 330,stand,,,
|
||||
1481 1066 22,328 312 298 284 331,stand,,,
|
||||
1300 1219 37,284 328 327,stand,,,
|
||||
1548 1187 43,329 332 312,crouch,,,
|
||||
1543 1334 62,331 333,crouch,,,
|
||||
1543 1493 62,332 326,crouch,,,
|
||||
1272 1762 7,327 322 323,stand,,,
|
||||
714 1881 4,276 336,stand,,,
|
||||
719 1567 4,335 337 341,stand,,,
|
||||
743 1273 4,336 338 340,stand,,,
|
||||
753 954 4,337 117,stand,,,
|
||||
943 1022 4,283 340 346,stand,,,
|
||||
846 1169 4,339 341 337 343,stand,,,
|
||||
954 1516 4,340 342 336,stand,,,
|
||||
962 1825 4,341 276 240,stand,,,
|
||||
728 1155 4,340 344,stand,,,
|
||||
702 1155 66,343 345,stand,,,
|
||||
655 1156 109,344 92,stand,,,
|
||||
1082 790 4,347 118 117 283 284 339 288,stand,,,
|
||||
1172 598 4,346 122 288 118 289,stand,,,
|
||||
1976 1358 177,302 349,climb,,,
|
||||
2127 1345 94,348 350,crouch,,,
|
||||
2274 1295 112,349 351,stand,,,
|
||||
2495 1352 95,350 352,climb,,,
|
||||
2669 1399 112,351 353,climb,,,
|
||||
2822 1391 112,352,climb,,,
|
||||
1158 2412 185,355,stand,,,
|
||||
1219 2412 185,354 356,climb,,,
|
||||
1373 2396 186,355 357 374,climb,,,
|
||||
1465 2394 186,356 358,stand,,,
|
||||
1589 2405 185,357 359,climb,,,
|
||||
1687 2519 183,358 360,climb,,,
|
||||
1693 2655 174,359 361,stand,,,
|
||||
1739 2818 161,360 362,climb,,,
|
||||
1905 2810 124,361 363,climb,,,
|
||||
1977 2739 124,362 364,stand,,,
|
||||
1966 2578 124,363 365,stand,,,
|
||||
1974 2518 124,364 366,climb,,,
|
||||
1992 2396 124,365 367,climb,,,
|
||||
1944 2328 124,366 368 384,stand,,,
|
||||
1748 2339 124,367 369,climb,,,
|
||||
1627 2273 147,368 370,climb,,,
|
||||
1639 2229 147,369 371,stand,,,
|
||||
1649 1983 147,370 372 383,stand,,,
|
||||
1671 1724 147,371 373,climb,,,
|
||||
1848 1677 138,372 301,climb,,,
|
||||
1306 2186 124,356 375,climb,,,
|
||||
1261 2090 124,374 376 381,stand,,,
|
||||
1201 1876 124,375 377,climb,,,
|
||||
1167 1814 179,376 378,climb,,,
|
||||
1168 1761 179,377 379,stand,,,
|
||||
1129 1492 185,378 380,stand,,,
|
||||
1119 1110 186,379,stand,,,
|
||||
1259 1978 124,375 382,climb,,,
|
||||
1346 1968 147,381 383,climb,,,
|
||||
1400 1973 147,382 371,stand,,,
|
||||
2067 2290 126,367 385,stand,,,
|
||||
2167 2243 84,384 386,stand,,,
|
||||
2262 2179 40,385,stand,,,
|
||||
2369 586 4,162 388,stand,,,
|
||||
2362 620 38,387 389,stand,,,
|
||||
2416 691 88,388 390,stand,,,
|
||||
2261 543 88,389,stand,,,
|
||||
|
392
scriptdata/waypoints/mp_4t4scrap_s_wp.csv
Normal file
@@ -0,0 +1,392 @@
|
||||
391
|
||||
1562 3790 52,1 11 12 17 11,stand,,,
|
||||
1447 3817 52,0 2 18,stand,,,
|
||||
1438 3563 181,1 3 8,stand,,,
|
||||
1796 3554 181,2 4 7,stand,,,
|
||||
1885 3710 181,3 5 6 7,stand,,,
|
||||
1941 3573 181,4 6,stand,,,
|
||||
1952 3827 181,4 7 5,stand,,,
|
||||
1825 3835 181,6 4 3,stand,,,
|
||||
1453 3464 181,2 9 10,stand,,,
|
||||
1681 3349 181,8 10,stand,,,
|
||||
1483 3278 181,9 8,stand,,,
|
||||
1538 3581 52,0 0 17 12 19,stand,,,
|
||||
1738 3643 52,0 13 16 11,stand,,,
|
||||
1958 3591 52,12 14 15 16 17 219,stand,,,
|
||||
2245 3599 52,13 15 16 213,stand,,,
|
||||
2183 3800 52,14 16 13,stand,,,
|
||||
1990 3760 52,15 17 12 14 13,stand,,,
|
||||
1768 3814 52,16 18 0 11 13,stand,,,
|
||||
1578 3867 52,17 1,stand,,,
|
||||
1540 3451 52,11 20 22 21 23,stand,,,
|
||||
1465 3301 52,19 21 22,stand,,,
|
||||
1616 3280 52,20 22 19,stand,,,
|
||||
1636 3435 52,21 19 20,stand,,,
|
||||
1352 3461 55,19 24 25 33,stand,,,
|
||||
1362 3679 52,23 26 33,stand,,,
|
||||
1337 3120 37,23 36 35 33 227 230,stand,,,
|
||||
859 3663 61,24 27 32 33 43,stand,,,
|
||||
586 3659 50,26 28 42 43,stand,,,
|
||||
261 3554 78,27 29 41 42 65,stand,,,
|
||||
157 3214 84,28 30 40 65,stand,,,
|
||||
193 2806 84,29 31 39 40,stand,,,
|
||||
89 2685 84,30 67,stand,,,
|
||||
867 3460 68,26 33 37 42,stand,,,
|
||||
1171 3473 35,32 34 23 25 24 26,stand,,,
|
||||
1073 3243 108,33 35 37,stand,,,
|
||||
1107 3078 92,34 36 25 37,stand,,,
|
||||
1236 2920 38,35 25 267 268 38,stand,,,
|
||||
826 3189 77,32 35 34 38,stand,,,
|
||||
792 2975 72,37 39 271 268 36,stand,,,
|
||||
512 2939 64,38 30 40 270 271,stand,,,
|
||||
319 3039 72,39 29 30 41,stand,,,
|
||||
331 3299 71,40 28,stand,,,
|
||||
502 3511 53,32 28 27,stand,,,
|
||||
735 3563 71,27 26 44,climb,,,
|
||||
732 3565 174,43 45,climb,,,
|
||||
730 3497 189,44 46 50,stand,,,
|
||||
777 3269 189,45 47,stand,,,
|
||||
683 3034 189,46 48,stand,,,
|
||||
443 3052 191,47 49,stand,,,
|
||||
371 3254 191,48 50 66,stand,,,
|
||||
527 3460 191,49 45 51,stand,,,
|
||||
584 3406 197,50 52,climb,,,
|
||||
584 3406 301,51 53 58 64,climb,,,
|
||||
584 3352 341,52 54 55 56,stand,,,
|
||||
463 3226 341,53,stand,,,
|
||||
572 3197 341,53,stand,,,
|
||||
665 3293 341,53 57,stand,,,
|
||||
667 3229 425,56,crouch,,,
|
||||
512 3407 267,52 59,crouch,,,
|
||||
416 3329 267,58 60,crouch,,,
|
||||
438 3123 267,59 61,crouch,,,
|
||||
571 3096 268,60 62,crouch,,,
|
||||
703 3153 267,61 63,crouch,,,
|
||||
710 3354 267,62 64,crouch,,,
|
||||
655 3409 267,63 52,crouch,,,
|
||||
257 3258 82,29 66 28,climb,,,
|
||||
256 3254 172,65 49,climb,,,
|
||||
95 2549 85,31 68 69,stand,,,
|
||||
151 2360 85,67 69 77 78 85,stand,,,
|
||||
254 2463 85,68 70 76 67,stand,,,
|
||||
472 2449 85,69 71 75 76,stand,,,
|
||||
481 2209 4,70 72 84 272,stand,,,
|
||||
382 2162 4,71 73 84,stand,,,
|
||||
382 2146 49,72 74,stand,,,
|
||||
381 2109 85,73 82 83 85 78,stand,,,
|
||||
377 2600 85,70 76,stand,,,
|
||||
393 2361 85,75 69 70,stand,,,
|
||||
61 2172 85,68 78 85,stand,,,
|
||||
146 1980 85,77 79 83 68 85 74,stand,,,
|
||||
102 1682 85,78 80 83,stand,,,
|
||||
251 1691 85,79 81 83 86 95,stand,,,
|
||||
383 1829 85,80 82 83,stand,,,
|
||||
384 1939 85,81 74 83 90,stand,,,
|
||||
257 1906 85,74 80 79 82 78 85 81,stand,,,
|
||||
299 2231 4,72 71,stand,,,
|
||||
174 2099 85,77 68 74 78 83,stand,,,
|
||||
343 1563 85,80 87,stand,,,
|
||||
392 1388 84,86 88 108,stand,,,
|
||||
565 1390 84,87 89 92 108,stand,,,
|
||||
573 1631 84,88 90,stand,,,
|
||||
570 1939 85,89 82 91,stand,,,
|
||||
577 2043 85,90 276,stand,,,
|
||||
575 1144 53,88 93 108 345,stand,,,
|
||||
538 852 7,92 94 108 98 115,stand,,,
|
||||
532 722 4,93 103 114 117 119,stand,,,
|
||||
213 1602 84,80 96,stand,,,
|
||||
82 1377 84,95 97 108,stand,,,
|
||||
99 1097 45,96 98 108,stand,,,
|
||||
110 826 4,97 99 93 108,stand,,,
|
||||
133 547 4,98 100 103,stand,,,
|
||||
276 277 4,99 101 102 104 110,stand,,,
|
||||
56 88 4,100 104,stand,,,
|
||||
592 397 4,100 107 104 103 106 119,stand,,,
|
||||
412 527 4,99 94 102 113 119 104,stand,,,
|
||||
500 105 4,100 105 102 101 110 103,stand,,,
|
||||
791 130 4,104 106 107 120,stand,,,
|
||||
901 293 4,105 107 102 120 121,stand,,,
|
||||
826 492 4,106 102 118 119 105 117,stand,,,
|
||||
361 1108 47,93 87 96 97 92 98 88,stand,,,
|
||||
663 203 46,110 120,stand,,,
|
||||
561 211 4,109 104 100,stand,,,
|
||||
266 686 122,112,stand,,,
|
||||
402 688 71,111 113 114 116,stand,,,
|
||||
415 632 28,112 103,stand,,,
|
||||
468 686 4,94 112,stand,,,
|
||||
434 768 4,93 116,stand,,,
|
||||
419 738 37,115 112,stand,,,
|
||||
751 729 4,94 118 119 338 107 346,stand,,,
|
||||
926 620 4,117 107 119 347 346,stand,,,
|
||||
623 585 4,107 94 103 117 118 102,stand,,,
|
||||
763 208 4,109 106 105,stand,,,
|
||||
1047 288 5,106 122 132 133,stand,,,
|
||||
1161 469 5,121 123 133 132 347,stand,,,
|
||||
1445 457 5,122 124 133 135 130,stand,,,
|
||||
1658 435 5,123 125 137 134 136 135,stand,,,
|
||||
1948 459 5,124 126 137,stand,,,
|
||||
1973 292 5,125 127 137 136 153,stand,,,
|
||||
1965 104 5,126 128 137,stand,,,
|
||||
1770 94 5,127 129,stand,,,
|
||||
1735 168 5,128 130 134 136 147,stand,,,
|
||||
1540 130 5,129 131 134 123,stand,,,
|
||||
1386 98 5,130 132 133 135,stand,,,
|
||||
1157 111 5,131 121 122 138,stand,,,
|
||||
1286 287 5,121 131 134 122 123,stand,,,
|
||||
1613 260 13,130 133 135 129 136 124,stand,,,
|
||||
1467 332 11,123 134 124 131,stand,,,
|
||||
1795 301 5,129 137 126 134 124,stand,,,
|
||||
1896 398 5,136 126 125 124 127,stand,,,
|
||||
1090 133 11,132 139,climb,,,
|
||||
1090 135 217,138 140,climb,,,
|
||||
1021 137 255,139 141,stand,,,
|
||||
1027 274 255,140 142,stand,,,
|
||||
1026 501 255,141 143,stand,,,
|
||||
1284 447 257,142 144 152,stand,,,
|
||||
1477 444 258,143 145,stand,,,
|
||||
1691 483 256,144 146,stand,,,
|
||||
1974 479 256,145,stand,,,
|
||||
2010 161 128,129 148,stand,,,
|
||||
2001 458 128,147 149,stand,,,
|
||||
1747 462 128,148 150,stand,,,
|
||||
1500 463 128,149 151,stand,,,
|
||||
1380 507 146,150 152,climb,,,
|
||||
1380 508 229,151 143,climb,,,
|
||||
2135 261 4,126 154 165 164,stand,,,
|
||||
2161 115 4,153 155,stand,,,
|
||||
2378 157 4,154 156 164,stand,,,
|
||||
2581 136 4,155 157 166 158,stand,,,
|
||||
2810 147 4,156 158 166,stand,,,
|
||||
2834 397 4,157 159 166 161 156,stand,,,
|
||||
2835 541 4,158 160 161,stand,,,
|
||||
2905 631 11,159 162 167,stand,,,
|
||||
2706 579 4,159 162 166 158 164,stand,,,
|
||||
2519 590 4,161 163 164 166 160 165 387,stand,,,
|
||||
2477 823 4,162 168 169 191,stand,,,
|
||||
2372 379 4,155 165 162 166 161 153,stand,,,
|
||||
2235 545 4,164 153 162 169 170,stand,,,
|
||||
2673 347 4,156 161 164 158 157 162,stand,,,
|
||||
2908 927 11,160 168 184,stand,,,
|
||||
2723 962 11,167 163 189,stand,,,
|
||||
2272 772 4,163 165 191 171 170 192 172,stand,,,
|
||||
2093 631 4,165 171 169 311 291,stand,,,
|
||||
2086 783 4,170 172 169 291,stand,,,
|
||||
2113 933 4,171 173 169 192,stand,,,
|
||||
2089 1270 4,172 174 192 297,stand,,,
|
||||
2089 1591 4,173 175,stand,,,
|
||||
2131 1757 4,174 176 296 193 194 314,stand,,,
|
||||
2252 2012 4,175 177 317 193 314,stand,,,
|
||||
2376 1993 4,176 178 263 194,stand,,,
|
||||
2588 1989 4,177 179 197 195 188 198 194,stand,,,
|
||||
2798 1999 4,178 180 182,stand,,,
|
||||
2971 1920 4,179 181 182,stand,,,
|
||||
3188 1953 6,180 182,stand,,,
|
||||
2883 1794 4,180 183 195 196 179 181,stand,,,
|
||||
2900 1576 11,182 184 187,stand,,,
|
||||
2901 1164 15,183 167 185,stand,,,
|
||||
2746 1173 15,184 186 189,stand,,,
|
||||
2746 1348 15,185 187,stand,,,
|
||||
2745 1523 15,186 183 188 196,stand,,,
|
||||
2550 1529 4,187 190 197 178 193,stand,,,
|
||||
2515 1177 4,190 185 191 168,stand,,,
|
||||
2491 1356 4,189 188 193,stand,,,
|
||||
2392 1009 4,189 163 169 192,stand,,,
|
||||
2231 1039 4,169 191 172 173,stand,,,
|
||||
2401 1678 4,190 194 175 188 176,stand,,,
|
||||
2446 1829 4,193 195 177 178 175,stand,,,
|
||||
2738 1807 4,194 196 197 182 178,stand,,,
|
||||
2742 1637 11,195 187 182,stand,,,
|
||||
2612 1673 11,188 195 178,stand,,,
|
||||
2588 2113 6,199 203 178,stand,,,
|
||||
2524 2295 6,198 200 203,stand,,,
|
||||
2489 2480 6,199 201 262,stand,,,
|
||||
2719 2567 6,200 202 204,stand,,,
|
||||
2753 2375 6,201 203,stand,,,
|
||||
2769 2097 6,202 198 199,stand,,,
|
||||
2711 2728 5,201 205 208,stand,,,
|
||||
2787 2802 4,204 206,stand,,,
|
||||
2778 3163 12,205 207 210,stand,,,
|
||||
2611 3239 25,206 210 211,stand,,,
|
||||
2521 2784 20,204 209 266,stand,,,
|
||||
2501 2980 14,208 210 265 266,stand,,,
|
||||
2469 3108 10,209 207 206 211 221,stand,,,
|
||||
2424 3325 4,207 210 212 216 221,stand,,,
|
||||
2390 3482 4,213 214 211 216,stand,,,
|
||||
2321 3596 4,212 14 214 215,stand,,,
|
||||
2451 3662 4,213 215 212,stand,,,
|
||||
2399 3868 4,214 213,stand,,,
|
||||
2301 3383 4,212 211 217 221,stand,,,
|
||||
2094 3345 6,216 218 222 224,stand,,,
|
||||
2076 3478 52,217 219,stand,,,
|
||||
1951 3450 52,218 13 220,stand,,,
|
||||
1785 3446 52,219,stand,,,
|
||||
2288 3233 4,211 216 223 210,stand,,,
|
||||
2081 3160 4,217 223 228 247,stand,,,
|
||||
2235 3089 4,222 221 265 258 247,stand,,,
|
||||
1971 3292 9,217 225 228,stand,,,
|
||||
1820 3271 14,224 226 228,stand,,,
|
||||
1692 3146 4,225 227 228,stand,,,
|
||||
1650 3043 4,226 228 229 230 25,stand,,,
|
||||
1862 3090 4,226 225 224 222 227 229 247 257,stand,,,
|
||||
1772 2974 4,227 228 230 231 257,stand,,,
|
||||
1554 2948 4,227 229 242 267 25,stand,,,
|
||||
1764 2830 17,229 232,stand,,,
|
||||
1750 2519 39,231 233,stand,,,
|
||||
1768 2454 4,232 234 255,stand,,,
|
||||
1662 2447 4,233 235 253,stand,,,
|
||||
1592 2428 41,234 236,stand,,,
|
||||
1394 2349 41,235 237 254,stand,,,
|
||||
1287 2337 4,236 238 243 245,stand,,,
|
||||
1197 2339 41,237 239,stand,,,
|
||||
1042 2306 4,238 240 244 246 275 277,stand,,,
|
||||
1077 2019 4,239 241 246 276 342,stand,,,
|
||||
1056 1851 10,240 279,stand,,,
|
||||
1529 2697 4,230 243 267,stand,,,
|
||||
1299 2544 4,242 237 244,stand,,,
|
||||
1080 2557 4,243 239 268 267 277 269,stand,,,
|
||||
1295 2252 4,237 246 278 324,stand,,,
|
||||
1189 2268 10,245 240 239,stand,,,
|
||||
1941 2919 4,228 248 257 258 223 222,stand,,,
|
||||
1958 2683 12,247 249,stand,,,
|
||||
1960 2448 10,248 250 255,stand,,,
|
||||
2113 2456 5,249 251 260 264,stand,,,
|
||||
2183 2347 4,250 252 263 264,stand,,,
|
||||
1886 2339 12,251 253,stand,,,
|
||||
1674 2361 4,252 254 254 316 234,stand,,,
|
||||
1600 2361 41,253 236 253,stand,,,
|
||||
1854 2435 4,233 256 249,stand,,,
|
||||
1854 2692 4,255 257,stand,,,
|
||||
1862 2920 4,256 229 228 247,stand,,,
|
||||
2113 2894 4,247 259 223 261,stand,,,
|
||||
2098 2683 12,258 260 261 264,stand,,,
|
||||
2061 2578 9,259 250,stand,,,
|
||||
2217 2733 24,259 262 265 258 266 264,stand,,,
|
||||
2373 2511 4,261 200 264 263,stand,,,
|
||||
2374 2258 4,177 251 262 264,stand,,,
|
||||
2204 2541 27,250 262 263 259 251 261,stand,,,
|
||||
2283 2916 4,261 209 223 266,stand,,,
|
||||
2395 2753 10,261 208 265 209,stand,,,
|
||||
1321 2809 4,230 242 36 244,stand,,,
|
||||
1014 2798 48,36 269 271 38 244,stand,,,
|
||||
685 2608 33,268 270 271 273 277 244,stand,,,
|
||||
403 2692 63,269 39,stand,,,
|
||||
738 2790 48,39 269 38 268,stand,,,
|
||||
617 2225 4,71 273 274 277,stand,,,
|
||||
622 2457 12,272 269 277,stand,,,
|
||||
737 2150 4,272 275,stand,,,
|
||||
853 2162 4,274 276 277 239,stand,,,
|
||||
857 2049 4,275 91 240 335 342,stand,,,
|
||||
842 2408 4,275 273 244 272 269 239,stand,,,
|
||||
1246 2070 12,245 279,stand,,,
|
||||
1167 1847 4,278 241 280,stand,,,
|
||||
1172 1812 41,279 281,stand,,,
|
||||
1125 1539 41,280 282,stand,,,
|
||||
1141 1146 41,281 283,stand,,,
|
||||
1156 981 4,282 284 339 346,stand,,,
|
||||
1275 979 14,283 285 329 330 312 346,stand,,,
|
||||
1310 826 4,284 286 288,stand,,,
|
||||
1437 828 12,285 287,stand,,,
|
||||
1658 825 12,286,stand,,,
|
||||
1293 708 4,285 289 347 346,stand,,,
|
||||
1513 671 4,288 290 347,stand,,,
|
||||
1779 649 4,289 291 310 291 311,stand,,,
|
||||
1900 804 4,290 292 310 171 311 290 170,stand,,,
|
||||
1942 1002 26,291 293,stand,,,
|
||||
1943 1201 39,292 294 297,climb,,,
|
||||
1952 1341 44,293 295 297,climb,,,
|
||||
1922 1512 26,294 296,stand,,,
|
||||
1920 1792 4,295 313 175 314 318 315,stand,,,
|
||||
1907 1272 4,173 293 294 298,stand,,,
|
||||
1778 1271 11,297 312 299 329,stand,,,
|
||||
1763 1515 38,300 298 313 326,climb,,,
|
||||
1806 1515 137,299 301,climb,,,
|
||||
1893 1524 169,300 302 373,crouch,,,
|
||||
1921 1369 187,301 303 348,climb,,,
|
||||
1921 1176 183,302 304,climb,,,
|
||||
1920 1074 176,305 303,crouch,,,
|
||||
1925 864 161,304 306,stand,,,
|
||||
1881 854 156,305 307,climb,,,
|
||||
1700 840 124,306 308,climb,,,
|
||||
1615 815 124,307 309,stand,,,
|
||||
1487 813 124,308,stand,,,
|
||||
1760 773 4,290 291 312,stand,,,
|
||||
1920 594 4,291 290 170,stand,,,
|
||||
1756 957 14,310 298 329 331 284,stand,,,
|
||||
1729 1775 4,299 296 318 325,stand,,,
|
||||
2090 1954 4,175 315 296 176 318,stand,,,
|
||||
1926 2166 4,314 316 317 318 296,stand,,,
|
||||
1661 2192 4,315 253 324 321,stand,,,
|
||||
2118 2139 4,315 176 318,stand,,,
|
||||
1791 1924 4,296 315 317 313 319 314,stand,,,
|
||||
1696 1921 25,318 320 325,crouch,,,
|
||||
1643 1965 34,319 321,crouch,,,
|
||||
1568 2034 4,320 322 316 324,crouch,,,
|
||||
1406 1868 4,321 323 334,stand,,,
|
||||
1347 2029 4,322 324 334,stand,,,
|
||||
1423 2214 4,323 245 316 321,stand,,,
|
||||
1580 1706 21,319 326 313,stand,,,
|
||||
1542 1522 39,325 299 327 333,crouch,,,
|
||||
1336 1571 22,326 328 330 334,crouch,,,
|
||||
1405 1327 65,327 329 330,stand,,,
|
||||
1481 1066 22,328 312 298 284 331,stand,,,
|
||||
1300 1219 37,284 328 327,stand,,,
|
||||
1548 1187 43,329 332 312,crouch,,,
|
||||
1543 1334 62,331 333,crouch,,,
|
||||
1543 1493 62,332 326,crouch,,,
|
||||
1272 1762 7,327 322 323,stand,,,
|
||||
714 1881 4,276 336,stand,,,
|
||||
719 1567 4,335 337 341,stand,,,
|
||||
743 1273 4,336 338 340,stand,,,
|
||||
753 954 4,337 117,stand,,,
|
||||
943 1022 4,283 340 346,stand,,,
|
||||
846 1169 4,339 341 337 343,stand,,,
|
||||
954 1516 4,340 342 336,stand,,,
|
||||
962 1825 4,341 276 240,stand,,,
|
||||
728 1155 4,340 344,stand,,,
|
||||
702 1155 66,343 345,stand,,,
|
||||
655 1156 109,344 92,stand,,,
|
||||
1082 790 4,347 118 117 283 284 339 288,stand,,,
|
||||
1172 598 4,346 122 288 118 289,stand,,,
|
||||
1976 1358 177,302 349,climb,,,
|
||||
2127 1345 94,348 350,crouch,,,
|
||||
2274 1295 112,349 351,stand,,,
|
||||
2495 1352 95,350 352,climb,,,
|
||||
2669 1399 112,351 353,climb,,,
|
||||
2822 1391 112,352,climb,,,
|
||||
1158 2412 185,355,stand,,,
|
||||
1219 2412 185,354 356,climb,,,
|
||||
1373 2396 186,355 357 374,climb,,,
|
||||
1465 2394 186,356 358,stand,,,
|
||||
1589 2405 185,357 359,climb,,,
|
||||
1687 2519 183,358 360,climb,,,
|
||||
1693 2655 174,359 361,stand,,,
|
||||
1739 2818 161,360 362,climb,,,
|
||||
1905 2810 124,361 363,climb,,,
|
||||
1977 2739 124,362 364,stand,,,
|
||||
1966 2578 124,363 365,stand,,,
|
||||
1974 2518 124,364 366,climb,,,
|
||||
1992 2396 124,365 367,climb,,,
|
||||
1944 2328 124,366 368 384,stand,,,
|
||||
1748 2339 124,367 369,climb,,,
|
||||
1627 2273 147,368 370,climb,,,
|
||||
1639 2229 147,369 371,stand,,,
|
||||
1649 1983 147,370 372 383,stand,,,
|
||||
1671 1724 147,371 373,climb,,,
|
||||
1848 1677 138,372 301,climb,,,
|
||||
1306 2186 124,356 375,climb,,,
|
||||
1261 2090 124,374 376 381,stand,,,
|
||||
1201 1876 124,375 377,climb,,,
|
||||
1167 1814 179,376 378,climb,,,
|
||||
1168 1761 179,377 379,stand,,,
|
||||
1129 1492 185,378 380,stand,,,
|
||||
1119 1110 186,379,stand,,,
|
||||
1259 1978 124,375 382,climb,,,
|
||||
1346 1968 147,381 383,climb,,,
|
||||
1400 1973 147,382 371,stand,,,
|
||||
2067 2290 126,367 385,stand,,,
|
||||
2167 2243 84,384 386,stand,,,
|
||||
2262 2179 40,385,stand,,,
|
||||
2369 586 4,162 388,stand,,,
|
||||
2362 620 38,387 389,stand,,,
|
||||
2416 691 88,388 390,stand,,,
|
||||
2261 543 88,389,stand,,,
|
||||
|
392
scriptdata/waypoints/mp_4t4scrap_wp.csv
Normal file
@@ -0,0 +1,392 @@
|
||||
391
|
||||
1562 3790 52,1 11 12 17 11,stand,,,
|
||||
1447 3817 52,0 2 18,stand,,,
|
||||
1438 3563 181,1 3 8,stand,,,
|
||||
1796 3554 181,2 4 7,stand,,,
|
||||
1885 3710 181,3 5 6 7,stand,,,
|
||||
1941 3573 181,4 6,stand,,,
|
||||
1952 3827 181,4 7 5,stand,,,
|
||||
1825 3835 181,6 4 3,stand,,,
|
||||
1453 3464 181,2 9 10,stand,,,
|
||||
1681 3349 181,8 10,stand,,,
|
||||
1483 3278 181,9 8,stand,,,
|
||||
1538 3581 52,0 0 17 12 19,stand,,,
|
||||
1738 3643 52,0 13 16 11,stand,,,
|
||||
1958 3591 52,12 14 15 16 17 219,stand,,,
|
||||
2245 3599 52,13 15 16 213,stand,,,
|
||||
2183 3800 52,14 16 13,stand,,,
|
||||
1990 3760 52,15 17 12 14 13,stand,,,
|
||||
1768 3814 52,16 18 0 11 13,stand,,,
|
||||
1578 3867 52,17 1,stand,,,
|
||||
1540 3451 52,11 20 22 21 23,stand,,,
|
||||
1465 3301 52,19 21 22,stand,,,
|
||||
1616 3280 52,20 22 19,stand,,,
|
||||
1636 3435 52,21 19 20,stand,,,
|
||||
1352 3461 55,19 24 25 33,stand,,,
|
||||
1362 3679 52,23 26 33,stand,,,
|
||||
1337 3120 37,23 36 35 33 227 230,stand,,,
|
||||
859 3663 61,24 27 32 33 43,stand,,,
|
||||
586 3659 50,26 28 42 43,stand,,,
|
||||
261 3554 78,27 29 41 42 65,stand,,,
|
||||
157 3214 84,28 30 40 65,stand,,,
|
||||
193 2806 84,29 31 39 40,stand,,,
|
||||
89 2685 84,30 67,stand,,,
|
||||
867 3460 68,26 33 37 42,stand,,,
|
||||
1171 3473 35,32 34 23 25 24 26,stand,,,
|
||||
1073 3243 108,33 35 37,stand,,,
|
||||
1107 3078 92,34 36 25 37,stand,,,
|
||||
1236 2920 38,35 25 267 268 38,stand,,,
|
||||
826 3189 77,32 35 34 38,stand,,,
|
||||
792 2975 72,37 39 271 268 36,stand,,,
|
||||
512 2939 64,38 30 40 270 271,stand,,,
|
||||
319 3039 72,39 29 30 41,stand,,,
|
||||
331 3299 71,40 28,stand,,,
|
||||
502 3511 53,32 28 27,stand,,,
|
||||
735 3563 71,27 26 44,climb,,,
|
||||
732 3565 174,43 45,climb,,,
|
||||
730 3497 189,44 46 50,stand,,,
|
||||
777 3269 189,45 47,stand,,,
|
||||
683 3034 189,46 48,stand,,,
|
||||
443 3052 191,47 49,stand,,,
|
||||
371 3254 191,48 50 66,stand,,,
|
||||
527 3460 191,49 45 51,stand,,,
|
||||
584 3406 197,50 52,climb,,,
|
||||
584 3406 301,51 53 58 64,climb,,,
|
||||
584 3352 341,52 54 55 56,stand,,,
|
||||
463 3226 341,53,stand,,,
|
||||
572 3197 341,53,stand,,,
|
||||
665 3293 341,53 57,stand,,,
|
||||
667 3229 425,56,crouch,,,
|
||||
512 3407 267,52 59,crouch,,,
|
||||
416 3329 267,58 60,crouch,,,
|
||||
438 3123 267,59 61,crouch,,,
|
||||
571 3096 268,60 62,crouch,,,
|
||||
703 3153 267,61 63,crouch,,,
|
||||
710 3354 267,62 64,crouch,,,
|
||||
655 3409 267,63 52,crouch,,,
|
||||
257 3258 82,29 66 28,climb,,,
|
||||
256 3254 172,65 49,climb,,,
|
||||
95 2549 85,31 68 69,stand,,,
|
||||
151 2360 85,67 69 77 78 85,stand,,,
|
||||
254 2463 85,68 70 76 67,stand,,,
|
||||
472 2449 85,69 71 75 76,stand,,,
|
||||
481 2209 4,70 72 84 272,stand,,,
|
||||
382 2162 4,71 73 84,stand,,,
|
||||
382 2146 49,72 74,stand,,,
|
||||
381 2109 85,73 82 83 85 78,stand,,,
|
||||
377 2600 85,70 76,stand,,,
|
||||
393 2361 85,75 69 70,stand,,,
|
||||
61 2172 85,68 78 85,stand,,,
|
||||
146 1980 85,77 79 83 68 85 74,stand,,,
|
||||
102 1682 85,78 80 83,stand,,,
|
||||
251 1691 85,79 81 83 86 95,stand,,,
|
||||
383 1829 85,80 82 83,stand,,,
|
||||
384 1939 85,81 74 83 90,stand,,,
|
||||
257 1906 85,74 80 79 82 78 85 81,stand,,,
|
||||
299 2231 4,72 71,stand,,,
|
||||
174 2099 85,77 68 74 78 83,stand,,,
|
||||
343 1563 85,80 87,stand,,,
|
||||
392 1388 84,86 88 108,stand,,,
|
||||
565 1390 84,87 89 92 108,stand,,,
|
||||
573 1631 84,88 90,stand,,,
|
||||
570 1939 85,89 82 91,stand,,,
|
||||
577 2043 85,90 276,stand,,,
|
||||
575 1144 53,88 93 108 345,stand,,,
|
||||
538 852 7,92 94 108 98 115,stand,,,
|
||||
532 722 4,93 103 114 117 119,stand,,,
|
||||
213 1602 84,80 96,stand,,,
|
||||
82 1377 84,95 97 108,stand,,,
|
||||
99 1097 45,96 98 108,stand,,,
|
||||
110 826 4,97 99 93 108,stand,,,
|
||||
133 547 4,98 100 103,stand,,,
|
||||
276 277 4,99 101 102 104 110,stand,,,
|
||||
56 88 4,100 104,stand,,,
|
||||
592 397 4,100 107 104 103 106 119,stand,,,
|
||||
412 527 4,99 94 102 113 119 104,stand,,,
|
||||
500 105 4,100 105 102 101 110 103,stand,,,
|
||||
791 130 4,104 106 107 120,stand,,,
|
||||
901 293 4,105 107 102 120 121,stand,,,
|
||||
826 492 4,106 102 118 119 105 117,stand,,,
|
||||
361 1108 47,93 87 96 97 92 98 88,stand,,,
|
||||
663 203 46,110 120,stand,,,
|
||||
561 211 4,109 104 100,stand,,,
|
||||
266 686 122,112,stand,,,
|
||||
402 688 71,111 113 114 116,stand,,,
|
||||
415 632 28,112 103,stand,,,
|
||||
468 686 4,94 112,stand,,,
|
||||
434 768 4,93 116,stand,,,
|
||||
419 738 37,115 112,stand,,,
|
||||
751 729 4,94 118 119 338 107 346,stand,,,
|
||||
926 620 4,117 107 119 347 346,stand,,,
|
||||
623 585 4,107 94 103 117 118 102,stand,,,
|
||||
763 208 4,109 106 105,stand,,,
|
||||
1047 288 5,106 122 132 133,stand,,,
|
||||
1161 469 5,121 123 133 132 347,stand,,,
|
||||
1445 457 5,122 124 133 135 130,stand,,,
|
||||
1658 435 5,123 125 137 134 136 135,stand,,,
|
||||
1948 459 5,124 126 137,stand,,,
|
||||
1973 292 5,125 127 137 136 153,stand,,,
|
||||
1965 104 5,126 128 137,stand,,,
|
||||
1770 94 5,127 129,stand,,,
|
||||
1735 168 5,128 130 134 136 147,stand,,,
|
||||
1540 130 5,129 131 134 123,stand,,,
|
||||
1386 98 5,130 132 133 135,stand,,,
|
||||
1157 111 5,131 121 122 138,stand,,,
|
||||
1286 287 5,121 131 134 122 123,stand,,,
|
||||
1613 260 13,130 133 135 129 136 124,stand,,,
|
||||
1467 332 11,123 134 124 131,stand,,,
|
||||
1795 301 5,129 137 126 134 124,stand,,,
|
||||
1896 398 5,136 126 125 124 127,stand,,,
|
||||
1090 133 11,132 139,climb,,,
|
||||
1090 135 217,138 140,climb,,,
|
||||
1021 137 255,139 141,stand,,,
|
||||
1027 274 255,140 142,stand,,,
|
||||
1026 501 255,141 143,stand,,,
|
||||
1284 447 257,142 144 152,stand,,,
|
||||
1477 444 258,143 145,stand,,,
|
||||
1691 483 256,144 146,stand,,,
|
||||
1974 479 256,145,stand,,,
|
||||
2010 161 128,129 148,stand,,,
|
||||
2001 458 128,147 149,stand,,,
|
||||
1747 462 128,148 150,stand,,,
|
||||
1500 463 128,149 151,stand,,,
|
||||
1380 507 146,150 152,climb,,,
|
||||
1380 508 229,151 143,climb,,,
|
||||
2135 261 4,126 154 165 164,stand,,,
|
||||
2161 115 4,153 155,stand,,,
|
||||
2378 157 4,154 156 164,stand,,,
|
||||
2581 136 4,155 157 166 158,stand,,,
|
||||
2810 147 4,156 158 166,stand,,,
|
||||
2834 397 4,157 159 166 161 156,stand,,,
|
||||
2835 541 4,158 160 161,stand,,,
|
||||
2905 631 11,159 162 167,stand,,,
|
||||
2706 579 4,159 162 166 158 164,stand,,,
|
||||
2519 590 4,161 163 164 166 160 165 387,stand,,,
|
||||
2477 823 4,162 168 169 191,stand,,,
|
||||
2372 379 4,155 165 162 166 161 153,stand,,,
|
||||
2235 545 4,164 153 162 169 170,stand,,,
|
||||
2673 347 4,156 161 164 158 157 162,stand,,,
|
||||
2908 927 11,160 168 184,stand,,,
|
||||
2723 962 11,167 163 189,stand,,,
|
||||
2272 772 4,163 165 191 171 170 192 172,stand,,,
|
||||
2093 631 4,165 171 169 311 291,stand,,,
|
||||
2086 783 4,170 172 169 291,stand,,,
|
||||
2113 933 4,171 173 169 192,stand,,,
|
||||
2089 1270 4,172 174 192 297,stand,,,
|
||||
2089 1591 4,173 175,stand,,,
|
||||
2131 1757 4,174 176 296 193 194 314,stand,,,
|
||||
2252 2012 4,175 177 317 193 314,stand,,,
|
||||
2376 1993 4,176 178 263 194,stand,,,
|
||||
2588 1989 4,177 179 197 195 188 198 194,stand,,,
|
||||
2798 1999 4,178 180 182,stand,,,
|
||||
2971 1920 4,179 181 182,stand,,,
|
||||
3188 1953 6,180 182,stand,,,
|
||||
2883 1794 4,180 183 195 196 179 181,stand,,,
|
||||
2900 1576 11,182 184 187,stand,,,
|
||||
2901 1164 15,183 167 185,stand,,,
|
||||
2746 1173 15,184 186 189,stand,,,
|
||||
2746 1348 15,185 187,stand,,,
|
||||
2745 1523 15,186 183 188 196,stand,,,
|
||||
2550 1529 4,187 190 197 178 193,stand,,,
|
||||
2515 1177 4,190 185 191 168,stand,,,
|
||||
2491 1356 4,189 188 193,stand,,,
|
||||
2392 1009 4,189 163 169 192,stand,,,
|
||||
2231 1039 4,169 191 172 173,stand,,,
|
||||
2401 1678 4,190 194 175 188 176,stand,,,
|
||||
2446 1829 4,193 195 177 178 175,stand,,,
|
||||
2738 1807 4,194 196 197 182 178,stand,,,
|
||||
2742 1637 11,195 187 182,stand,,,
|
||||
2612 1673 11,188 195 178,stand,,,
|
||||
2588 2113 6,199 203 178,stand,,,
|
||||
2524 2295 6,198 200 203,stand,,,
|
||||
2489 2480 6,199 201 262,stand,,,
|
||||
2719 2567 6,200 202 204,stand,,,
|
||||
2753 2375 6,201 203,stand,,,
|
||||
2769 2097 6,202 198 199,stand,,,
|
||||
2711 2728 5,201 205 208,stand,,,
|
||||
2787 2802 4,204 206,stand,,,
|
||||
2778 3163 12,205 207 210,stand,,,
|
||||
2611 3239 25,206 210 211,stand,,,
|
||||
2521 2784 20,204 209 266,stand,,,
|
||||
2501 2980 14,208 210 265 266,stand,,,
|
||||
2469 3108 10,209 207 206 211 221,stand,,,
|
||||
2424 3325 4,207 210 212 216 221,stand,,,
|
||||
2390 3482 4,213 214 211 216,stand,,,
|
||||
2321 3596 4,212 14 214 215,stand,,,
|
||||
2451 3662 4,213 215 212,stand,,,
|
||||
2399 3868 4,214 213,stand,,,
|
||||
2301 3383 4,212 211 217 221,stand,,,
|
||||
2094 3345 6,216 218 222 224,stand,,,
|
||||
2076 3478 52,217 219,stand,,,
|
||||
1951 3450 52,218 13 220,stand,,,
|
||||
1785 3446 52,219,stand,,,
|
||||
2288 3233 4,211 216 223 210,stand,,,
|
||||
2081 3160 4,217 223 228 247,stand,,,
|
||||
2235 3089 4,222 221 265 258 247,stand,,,
|
||||
1971 3292 9,217 225 228,stand,,,
|
||||
1820 3271 14,224 226 228,stand,,,
|
||||
1692 3146 4,225 227 228,stand,,,
|
||||
1650 3043 4,226 228 229 230 25,stand,,,
|
||||
1862 3090 4,226 225 224 222 227 229 247 257,stand,,,
|
||||
1772 2974 4,227 228 230 231 257,stand,,,
|
||||
1554 2948 4,227 229 242 267 25,stand,,,
|
||||
1764 2830 17,229 232,stand,,,
|
||||
1750 2519 39,231 233,stand,,,
|
||||
1768 2454 4,232 234 255,stand,,,
|
||||
1662 2447 4,233 235 253,stand,,,
|
||||
1592 2428 41,234 236,stand,,,
|
||||
1394 2349 41,235 237 254,stand,,,
|
||||
1287 2337 4,236 238 243 245,stand,,,
|
||||
1197 2339 41,237 239,stand,,,
|
||||
1042 2306 4,238 240 244 246 275 277,stand,,,
|
||||
1077 2019 4,239 241 246 276 342,stand,,,
|
||||
1056 1851 10,240 279,stand,,,
|
||||
1529 2697 4,230 243 267,stand,,,
|
||||
1299 2544 4,242 237 244,stand,,,
|
||||
1080 2557 4,243 239 268 267 277 269,stand,,,
|
||||
1295 2252 4,237 246 278 324,stand,,,
|
||||
1189 2268 10,245 240 239,stand,,,
|
||||
1941 2919 4,228 248 257 258 223 222,stand,,,
|
||||
1958 2683 12,247 249,stand,,,
|
||||
1960 2448 10,248 250 255,stand,,,
|
||||
2113 2456 5,249 251 260 264,stand,,,
|
||||
2183 2347 4,250 252 263 264,stand,,,
|
||||
1886 2339 12,251 253,stand,,,
|
||||
1674 2361 4,252 254 254 316 234,stand,,,
|
||||
1600 2361 41,253 236 253,stand,,,
|
||||
1854 2435 4,233 256 249,stand,,,
|
||||
1854 2692 4,255 257,stand,,,
|
||||
1862 2920 4,256 229 228 247,stand,,,
|
||||
2113 2894 4,247 259 223 261,stand,,,
|
||||
2098 2683 12,258 260 261 264,stand,,,
|
||||
2061 2578 9,259 250,stand,,,
|
||||
2217 2733 24,259 262 265 258 266 264,stand,,,
|
||||
2373 2511 4,261 200 264 263,stand,,,
|
||||
2374 2258 4,177 251 262 264,stand,,,
|
||||
2204 2541 27,250 262 263 259 251 261,stand,,,
|
||||
2283 2916 4,261 209 223 266,stand,,,
|
||||
2395 2753 10,261 208 265 209,stand,,,
|
||||
1321 2809 4,230 242 36 244,stand,,,
|
||||
1014 2798 48,36 269 271 38 244,stand,,,
|
||||
685 2608 33,268 270 271 273 277 244,stand,,,
|
||||
403 2692 63,269 39,stand,,,
|
||||
738 2790 48,39 269 38 268,stand,,,
|
||||
617 2225 4,71 273 274 277,stand,,,
|
||||
622 2457 12,272 269 277,stand,,,
|
||||
737 2150 4,272 275,stand,,,
|
||||
853 2162 4,274 276 277 239,stand,,,
|
||||
857 2049 4,275 91 240 335 342,stand,,,
|
||||
842 2408 4,275 273 244 272 269 239,stand,,,
|
||||
1246 2070 12,245 279,stand,,,
|
||||
1167 1847 4,278 241 280,stand,,,
|
||||
1172 1812 41,279 281,stand,,,
|
||||
1125 1539 41,280 282,stand,,,
|
||||
1141 1146 41,281 283,stand,,,
|
||||
1156 981 4,282 284 339 346,stand,,,
|
||||
1275 979 14,283 285 329 330 312 346,stand,,,
|
||||
1310 826 4,284 286 288,stand,,,
|
||||
1437 828 12,285 287,stand,,,
|
||||
1658 825 12,286,stand,,,
|
||||
1293 708 4,285 289 347 346,stand,,,
|
||||
1513 671 4,288 290 347,stand,,,
|
||||
1779 649 4,289 291 310 291 311,stand,,,
|
||||
1900 804 4,290 292 310 171 311 290 170,stand,,,
|
||||
1942 1002 26,291 293,stand,,,
|
||||
1943 1201 39,292 294 297,climb,,,
|
||||
1952 1341 44,293 295 297,climb,,,
|
||||
1922 1512 26,294 296,stand,,,
|
||||
1920 1792 4,295 313 175 314 318 315,stand,,,
|
||||
1907 1272 4,173 293 294 298,stand,,,
|
||||
1778 1271 11,297 312 299 329,stand,,,
|
||||
1763 1515 38,300 298 313 326,climb,,,
|
||||
1806 1515 137,299 301,climb,,,
|
||||
1893 1524 169,300 302 373,crouch,,,
|
||||
1921 1369 187,301 303 348,climb,,,
|
||||
1921 1176 183,302 304,climb,,,
|
||||
1920 1074 176,305 303,crouch,,,
|
||||
1925 864 161,304 306,stand,,,
|
||||
1881 854 156,305 307,climb,,,
|
||||
1700 840 124,306 308,climb,,,
|
||||
1615 815 124,307 309,stand,,,
|
||||
1487 813 124,308,stand,,,
|
||||
1760 773 4,290 291 312,stand,,,
|
||||
1920 594 4,291 290 170,stand,,,
|
||||
1756 957 14,310 298 329 331 284,stand,,,
|
||||
1729 1775 4,299 296 318 325,stand,,,
|
||||
2090 1954 4,175 315 296 176 318,stand,,,
|
||||
1926 2166 4,314 316 317 318 296,stand,,,
|
||||
1661 2192 4,315 253 324 321,stand,,,
|
||||
2118 2139 4,315 176 318,stand,,,
|
||||
1791 1924 4,296 315 317 313 319 314,stand,,,
|
||||
1696 1921 25,318 320 325,crouch,,,
|
||||
1643 1965 34,319 321,crouch,,,
|
||||
1568 2034 4,320 322 316 324,crouch,,,
|
||||
1406 1868 4,321 323 334,stand,,,
|
||||
1347 2029 4,322 324 334,stand,,,
|
||||
1423 2214 4,323 245 316 321,stand,,,
|
||||
1580 1706 21,319 326 313,stand,,,
|
||||
1542 1522 39,325 299 327 333,crouch,,,
|
||||
1336 1571 22,326 328 330 334,crouch,,,
|
||||
1405 1327 65,327 329 330,stand,,,
|
||||
1481 1066 22,328 312 298 284 331,stand,,,
|
||||
1300 1219 37,284 328 327,stand,,,
|
||||
1548 1187 43,329 332 312,crouch,,,
|
||||
1543 1334 62,331 333,crouch,,,
|
||||
1543 1493 62,332 326,crouch,,,
|
||||
1272 1762 7,327 322 323,stand,,,
|
||||
714 1881 4,276 336,stand,,,
|
||||
719 1567 4,335 337 341,stand,,,
|
||||
743 1273 4,336 338 340,stand,,,
|
||||
753 954 4,337 117,stand,,,
|
||||
943 1022 4,283 340 346,stand,,,
|
||||
846 1169 4,339 341 337 343,stand,,,
|
||||
954 1516 4,340 342 336,stand,,,
|
||||
962 1825 4,341 276 240,stand,,,
|
||||
728 1155 4,340 344,stand,,,
|
||||
702 1155 66,343 345,stand,,,
|
||||
655 1156 109,344 92,stand,,,
|
||||
1082 790 4,347 118 117 283 284 339 288,stand,,,
|
||||
1172 598 4,346 122 288 118 289,stand,,,
|
||||
1976 1358 177,302 349,climb,,,
|
||||
2127 1345 94,348 350,crouch,,,
|
||||
2274 1295 112,349 351,stand,,,
|
||||
2495 1352 95,350 352,climb,,,
|
||||
2669 1399 112,351 353,climb,,,
|
||||
2822 1391 112,352,climb,,,
|
||||
1158 2412 185,355,stand,,,
|
||||
1219 2412 185,354 356,climb,,,
|
||||
1373 2396 186,355 357 374,climb,,,
|
||||
1465 2394 186,356 358,stand,,,
|
||||
1589 2405 185,357 359,climb,,,
|
||||
1687 2519 183,358 360,climb,,,
|
||||
1693 2655 174,359 361,stand,,,
|
||||
1739 2818 161,360 362,climb,,,
|
||||
1905 2810 124,361 363,climb,,,
|
||||
1977 2739 124,362 364,stand,,,
|
||||
1966 2578 124,363 365,stand,,,
|
||||
1974 2518 124,364 366,climb,,,
|
||||
1992 2396 124,365 367,climb,,,
|
||||
1944 2328 124,366 368 384,stand,,,
|
||||
1748 2339 124,367 369,climb,,,
|
||||
1627 2273 147,368 370,climb,,,
|
||||
1639 2229 147,369 371,stand,,,
|
||||
1649 1983 147,370 372 383,stand,,,
|
||||
1671 1724 147,371 373,climb,,,
|
||||
1848 1677 138,372 301,climb,,,
|
||||
1306 2186 124,356 375,climb,,,
|
||||
1261 2090 124,374 376 381,stand,,,
|
||||
1201 1876 124,375 377,climb,,,
|
||||
1167 1814 179,376 378,climb,,,
|
||||
1168 1761 179,377 379,stand,,,
|
||||
1129 1492 185,378 380,stand,,,
|
||||
1119 1110 186,379,stand,,,
|
||||
1259 1978 124,375 382,climb,,,
|
||||
1346 1968 147,381 383,climb,,,
|
||||
1400 1973 147,382 371,stand,,,
|
||||
2067 2290 126,367 385,stand,,,
|
||||
2167 2243 84,384 386,stand,,,
|
||||
2262 2179 40,385,stand,,,
|
||||
2369 586 4,162 388,stand,,,
|
||||
2362 620 38,387 389,stand,,,
|
||||
2416 691 88,388 390,stand,,,
|
||||
2261 543 88,389,stand,,,
|
||||
|
447
scriptdata/waypoints/mp_78workshop_wp.csv
Normal file
@@ -0,0 +1,447 @@
|
||||
446
|
||||
2962 -48 0,77 79 103 188,stand,,,
|
||||
-1938 1104 0,15 31 32,stand,,,
|
||||
2962 1488 0,140 141 147 148 149 152,stand,,,
|
||||
2800 -1938 0,53 57,stand,,,
|
||||
2898 464 528,123 124 118,stand,,,
|
||||
2224 1986 0,154 155 156 182 180 364,stand,,,
|
||||
-1930 -1584 0,21 22,stand,,,
|
||||
-1922 464 528,273 274 373,stand,,,
|
||||
338 -432 0,238 239 247 331 433 430 435,stand,,,
|
||||
-824 1970 0,11 227 228 386,stand,,,
|
||||
288 -1802 528,216 217,stand,,,
|
||||
-1326 1903 0,9 12 34 230,stand,,,
|
||||
-1554 2029 0,11 13 34 230,stand,,,
|
||||
-2005 2026 0,12 14 226 16,stand,,,
|
||||
-2032 1434 0,13 15 36,stand,,,
|
||||
-2009 1218 0,14 1 32 36 33,stand,,,
|
||||
-2022 285 0,17 28 27 32 35 13 20,stand,,,
|
||||
-2032 -24 0,16 18 27 26 29,stand,,,
|
||||
-2032 -544 0,17 19 25 421 420,stand,,,
|
||||
-2027 -916 0,18 20 24 421 420,stand,,,
|
||||
-2028 -1244 0,19 21 23 16 37,stand,,,
|
||||
-2016 -1736 0,20 6 37 92,stand,,,
|
||||
-1667 -1418 0,6 23 92,stand,,,
|
||||
-1641 -1128 0,24 22 20 94 93,stand,,,
|
||||
-1647 -911 0,23 25 19 241 333 436,stand,,,
|
||||
-1604 -559 0,24 18 26 332 95 334 422,stand,,,
|
||||
-1547 -51 0,25 28 17 29 29 334 333 422 436,stand,,,
|
||||
-2003 44 0,17 16,climb,,,
|
||||
-1652 312 0,16 26 30 30 331 332 436,stand,,,
|
||||
-1644 -23 0,26 26 17 239 405,climb,,,
|
||||
-1577 714 0,28 31 34 35 28 332 333,stand,,,
|
||||
-1782 1072 0,30 1 33,stand,,,
|
||||
-2005 1028 0,15 16 1 35 374,climb,,,
|
||||
-1634 1088 0,31 34 230 15 315 375 237,climb,,,
|
||||
-1570 1400 0,33 30 36 12 11 230 332,stand,,,
|
||||
-1878 725 0,30 16 32,stand,,,
|
||||
-1774 1415 0,15 34 14,stand,,,
|
||||
-1978 -1925 0,21 38 20,stand,,,
|
||||
-1863 -2032 0,37 39 45,stand,,,
|
||||
-1642 -1991 0,38 40 92,stand,,,
|
||||
-1395 -1969 0,39 42 93 94,stand,,,
|
||||
-963 -2002 0,42 45,climb,,,
|
||||
-1098 -1979 0,40 41 94,stand,,,
|
||||
-351 -1991 96,44 46,climb,,,
|
||||
-443 -2009 96,43 45 46,climb,,,
|
||||
-462 -2010 0,44 41 38,climb,,,
|
||||
-282 -2012 96,43 44 47,climb,,,
|
||||
-260 -2010 0,46 48 346,climb,,,
|
||||
-76 -1989 0,47 49 96 95,stand,,,
|
||||
263 -1991 0,48 50,climb,,,
|
||||
400 -1991 0,49 51 347,stand,,,
|
||||
480 -1806 0,50 98 97 347,stand,,,
|
||||
1992 -2023 0,57 100 102 337 350,stand,,,
|
||||
2989 -1727 0,3 54,stand,,,
|
||||
3003 -1511 0,53 55 56 58 60 79 391,stand,,,
|
||||
2666 -1511 0,54 56 59 82 102 329,stand,,,
|
||||
2589 -1744 0,57 55 54 82,stand,,,
|
||||
2464 -1995 0,56 52 3 101,stand,,,
|
||||
3039 -1062 0,54 59 61 62,stand,,,
|
||||
2648 -1039 0,58 55 82 102,stand,,,
|
||||
2908 -1448 0,54 61,climb,,,
|
||||
2911 -1116 0,60 58,climb,,,
|
||||
3030 -914 0,58 63 70,climb,,,
|
||||
3023 -737 0,62 64 76,climb,,,
|
||||
3007 -737 40,63 74 75 72 84,climb,,,
|
||||
3010 -539 1288,66 71 70 76,climb,,,
|
||||
2865 -351 1288,65 67 69 71 201,climb,,,
|
||||
2637 -266 1288,66 68 69 70 71,stand,,,
|
||||
2310 -453 1272,67,stand,,,
|
||||
2629 -1009 1288,67 70 66,stand,,,
|
||||
3020 -865 1288,69 67 65 62,climb,,,
|
||||
2975 -271 1288,65 66 67,stand,,,
|
||||
2649 -681 40,73 75 64 80 81 84,stand,,,
|
||||
2658 -960 40,72 74 441,stand,,,
|
||||
2826 -975 40,73 64,stand,,,
|
||||
2747 -469 40,64 72 438,stand,,,
|
||||
3025 -522 0,65 63 79,climb,,,
|
||||
2654 -24 0,0 78 188 189 329 401,climb,,,
|
||||
2572 -218 0,77 79 80 189 364,stand,,,
|
||||
3039 -225 0,76 78 0 103 54 151,stand,,,
|
||||
2476 -578 0,78 72 81 328 329 441,stand,,,
|
||||
2322 -725 0,80 82 100 329 102 72 365,stand,,,
|
||||
2437 -1000 0,81 59 55 56 252 404,stand,,,
|
||||
2949 -323 40,84 438,stand,,,
|
||||
2952 -652 40,64 83 72,stand,,,
|
||||
2849 -316 264,86 443,stand,,,
|
||||
2963 -424 264,85 425 87,stand,,,
|
||||
2810 -988 264,88 425 86,stand,,,
|
||||
2655 -998 264,87 442,stand,,,
|
||||
2842 -947 569,90 115 203 426,stand,,,
|
||||
2839 -1086 636,89 91 109,stand,,,
|
||||
2763 -1206 620,90 108 109,stand,,,
|
||||
-1725 -1679 0,21 39 22 93,stand,,,
|
||||
-1430 -1625 0,92 40 94 23,stand,,,
|
||||
-1190 -1428 0,42 40 93 23 95 331,stand,,,
|
||||
-187 -1480 0,94 96 48 239 331 25,stand,,,
|
||||
180 -1541 0,95 48 97 239 254,stand,,,
|
||||
365 -1551 0,96 98 51 240,stand,,,
|
||||
605 -1535 0,97 51 99 254 239,stand,,,
|
||||
885 -1576 0,98 100 102 253 253 254 346,stand,,,
|
||||
1462 -1806 0,52 101 99 81 253 346 102 329 350,stand,,,
|
||||
2260 -1870 0,57 100 102,stand,,,
|
||||
1867 -1593 0,99 52 55 59 329 101 337 100 81 365,stand,,,
|
||||
3023 37 0,79 0 104 133 134,climb,,,
|
||||
3020 38 528,103 105,climb,,,
|
||||
2894 34 528,104 106 116 125,stand,,,
|
||||
2893 -282 568,105 107 113,stand,,,
|
||||
2901 -353 568,106 114 115 190,climb,,,
|
||||
2718 -1435 636,91 109,stand,,,
|
||||
2859 -1300 636,108 90 91 110,stand,,,
|
||||
3104 -1296 576,109 224 205,stand,,,
|
||||
2627 -671 568,112 115 203,stand,,,
|
||||
2624 -477 568,111 113 114,stand,,,
|
||||
2624 -274 568,112 106,stand,,,
|
||||
2844 -444 568,107 115 112,stand,,,
|
||||
2845 -642 568,114 111 89 107,stand,,,
|
||||
2719 26 528,105 117 401,stand,,,
|
||||
2655 160 528,116 118 124 401,stand,,,
|
||||
2651 491 528,117 119 4,stand,,,
|
||||
2658 810 528,118 120 126,stand,,,
|
||||
2654 1001 528,119 121 128 145,stand,,,
|
||||
2816 983 528,120 122 126 145,stand,,,
|
||||
2949 925 528,121 123 126 127 128,stand,,,
|
||||
2977 548 528,122 4 125,stand,,,
|
||||
2832 332 528,4 117 126 125,stand,,,
|
||||
2954 207 531,105 123 124 205,stand,,,
|
||||
2857 796 528,122 121 124 119,stand,,,
|
||||
3090 918 576,122 205 167,stand,,,
|
||||
3012 1020 528,120 122 129,climb,,,
|
||||
3019 1016 0,128 130 149 140,climb,,,
|
||||
3008 888 0,129 131 139,stand,,,
|
||||
2932 716 0,130 132 137 139,stand,,,
|
||||
2996 457 0,131 133 135,stand,,,
|
||||
3021 296 0,132 103 134,stand,,,
|
||||
2945 163 0,103 133 368 188,stand,,,
|
||||
2708 469 0,132 136 188 189 326 364,stand,,,
|
||||
2633 651 0,135 137 138 177,stand,,,
|
||||
2794 659 0,136 131,stand,,,
|
||||
2607 825 0,136 139 143 364,stand,,,
|
||||
2772 928 0,138 130 131 140 144,stand,,,
|
||||
2945 1169 0,139 2 142 129,stand,,,
|
||||
2722 1356 0,142 144 2 364,stand,,,
|
||||
2664 1094 0,141 140 143 145,climb,,,
|
||||
2558 1048 0,138 144 142 144 181 326 365,stand,,,
|
||||
2559 1356 0,143 141 146 182 143 139 183,stand,,,
|
||||
2663 1078 528,142 120 121,climb,,,
|
||||
2506 1573 0,144 147 183,stand,,,
|
||||
2629 1676 0,146 2 152 154 182 364,stand,,,
|
||||
2956 1580 0,2 366,climb,,,
|
||||
3040 1651 0,2 150 151 129 153,stand,,,
|
||||
3023 1940 0,149 151 152 171,climb,,,
|
||||
3049 2028 0,150 149 79 153 173,stand,,,
|
||||
2856 1763 0,2 153 150 147,stand,,,
|
||||
2806 1984 0,152 149 151 154,stand,,,
|
||||
2608 1957 0,147 5 153,stand,,,
|
||||
2409 1823 0,5 183,stand,,,
|
||||
1956 2020 0,5 157 172 175,stand,,,
|
||||
1908 1949 0,156 158 175 180,climb,,,
|
||||
1932 1944 528,157 159 170 379,climb,,,
|
||||
1932 1619 528,158 160 368 379,climb,,,
|
||||
2127 1621 528,159 161,stand,,,
|
||||
2391 1802 528,160 162 164 168 385,stand,,,
|
||||
2674 1738 528,161 163,stand,,,
|
||||
2678 1614 528,162 367,stand,,,
|
||||
2563 1863 528,161 165 168,stand,,,
|
||||
2891 1919 528,164 166 166 168 171,stand,,,
|
||||
2966 1874 536,165 165 167 367,stand,,,
|
||||
3094 1871 576,166 127 206,stand,,,
|
||||
2403 1952 528,161 164 165 169,stand,,,
|
||||
2152 1947 538,168 170 208,stand,,,
|
||||
1982 1977 528,169 158,stand,,,
|
||||
3002 1956 528,165 150,climb,,,
|
||||
1645 2024 0,156 173 175 176,stand,,,
|
||||
1548 2032 0,172 174 177 151 185,stand,,,
|
||||
1354 1996 0,173 175 184 185,stand,,,
|
||||
1768 1983 0,174 172 179 156 157,climb,,,
|
||||
1530 1713 0,172 177 184 327,stand,,,
|
||||
1627 1686 0,173 176 181 136 364 328 406,climb,,,
|
||||
1858 1819 416,179 179 407,stand,,,
|
||||
1816 1943 416,178 175 407 178,climb,,,
|
||||
1962 1749 0,157 181 5 183,stand,,,
|
||||
1857 1614 0,180 182 177 143 328 368 338,stand,,,
|
||||
2128 1519 0,181 183 147 5 144,stand,,,
|
||||
2408 1538 0,182 146 180 155 144,stand,,,
|
||||
1336 1729 0,174 186 176 326 233,stand,,,
|
||||
1145 1966 0,174 186 187 173,stand,,,
|
||||
1011 1645 0,185 187 184 232 226 326 364 369,stand,,,
|
||||
1094 1930 0,186 185 225 232,climb,,,
|
||||
2842 42 0,135 77 0 134,stand,,,
|
||||
2526 0 0,135 78 77 328,stand,,,
|
||||
2880 -351 840,107 191 194,climb,,,
|
||||
2655 -329 840,190 192,stand,,,
|
||||
2657 -621 840,191 193 196,stand,,,
|
||||
2734 -921 840,192 194 196 197,climb,,,
|
||||
2942 -588 840,193 190 195,stand,,,
|
||||
2983 -1000 840,194 196,stand,,,
|
||||
2681 -1000 840,193 192 195,stand,,,
|
||||
2771 -927 1032,193 198 200 202,climb,,,
|
||||
2657 -607 1032,197 199,stand,,,
|
||||
2669 -340 1032,198 202,stand,,,
|
||||
2984 -639 1032,197 201,stand,,,
|
||||
2898 -353 1032,200 202 66,climb,,,
|
||||
2878 -428 1032,201 199 197,stand,,,
|
||||
2614 -1008 568,204 89 111,stand,,,
|
||||
2371 -761 552,203,stand,,,
|
||||
3097 217 576,125 127 110,stand,,,
|
||||
3094 2031 576,167 207,stand,,,
|
||||
3050 2079 576,206 208,stand,,,
|
||||
2161 2083 576,207 169 209,stand,,,
|
||||
431 2076 576,208 271 355 356,stand,,,
|
||||
355 652 528,211 312 323,stand,,,
|
||||
343 265 528,210 212 264,stand,,,
|
||||
358 -48 528,211 213 238 264 265,climb,,,
|
||||
363 -768 528,212 214 257 260 256,climb,,,
|
||||
363 -784 568,215 213,climb,,,
|
||||
370 -1816 568,214 216,climb,,,
|
||||
366 -1835 528,215 10 218,climb,,,
|
||||
186 -1700 528,10 218,stand,,,
|
||||
243 -1945 537,217 216 219,stand,,,
|
||||
241 -2061 576,218 220 308 349,stand,,,
|
||||
936 -2084 576,219 221 349,climb,,,
|
||||
941 -2087 1120,220 222,climb,,,
|
||||
1806 -2082 1120,221 223,climb,,,
|
||||
1815 -2088 576,222 352 352 353,climb,,,
|
||||
3090 -2056 576,110 353,stand,,,
|
||||
809 1936 0,187 226 232 371,climb,,,
|
||||
611 1998 0,225 186 361 232 362 362 13,stand,,,
|
||||
-35 2032 0,9 231 361 362 386,stand,,,
|
||||
-775 1719 0,9 229,climb,,,
|
||||
-862 1516 0,228 230 231 332 334 410 315,stand,,,
|
||||
-1225 1490 0,229 12 11 34 33 315,stand,,,
|
||||
-34 1503 0,229 232 235 227 315 332 234 371,stand,,,
|
||||
692 1655 0,231 186 225 315 233 187 226 326,stand,,,
|
||||
724 1036 0,234 249 251 317 326 327 184 232 364,climb,,,
|
||||
666 1111 0,233 318 231 369,climb,,,
|
||||
300 1044 0,236 246 231 316 370 410,climb,,,
|
||||
259 712 0,235 237 335 334,stand,,,
|
||||
290 225 0,236 238 246 247 332 333 334 33 436 437,stand,,,
|
||||
300 -31 35,237 8 212,climb,,,
|
||||
245 -1150 0,8 96 240 98 95 331 29 252,stand,,,
|
||||
292 -1019 0,97 239 241 255 436,climb,,,
|
||||
343 -925 0,240 252 254 331 24 433 427,stand,,,
|
||||
508 -39 152,243 423,stand,,,
|
||||
508 -4 184,242 244,stand,,,
|
||||
508 116 152,243 245,stand,,,
|
||||
494 472 152,244 341 341 342,stand,,,
|
||||
372 651 0,237 235 341,climb,,,
|
||||
437 20 0,237 8 333 343,stand,,,
|
||||
711 7 0,249 250 340 343,stand,,,
|
||||
723 62 0,248 233 319,climb,,,
|
||||
723 -43 0,248 320 330 337 327 395 344,climb,,,
|
||||
593 836 0,233 327 342 343 369 395 393,climb,,,
|
||||
670 -915 0,241 253 329 330 82 239 402 427 344,stand,,,
|
||||
732 -1033 0,252 99 254 100 329 99 392,climb,,,
|
||||
688 -1249 0,253 241 98 96 99 346,stand,,,
|
||||
328 -1019 528,240 256,climb,,,
|
||||
335 -753 528,255 213 260,stand,,,
|
||||
565 -380 532,213 258 265,stand,,,
|
||||
674 -1020 528,257 259 261 392,stand,,,
|
||||
465 -1031 528,258 260,stand,,,
|
||||
499 -771 528,259 213 256 261,stand,,,
|
||||
683 -629 528,260 258 320,stand,,,
|
||||
684 623 528,269 319 324,stand,,,
|
||||
423 986 528,312 316 317 318 354 323,climb,,,
|
||||
472 198 528,212 211 270 325,stand,,,
|
||||
531 -206 528,212 257 266,stand,,,
|
||||
584 -124 528,265 267,climb,,,
|
||||
600 -124 568,266 268 321,climb,,,
|
||||
629 578 568,267 269 322,climb,,,
|
||||
631 630 528,268 262 270,climb,,,
|
||||
566 612 528,264 324 269 325,stand,,,
|
||||
-2088 2077 576,209 272,stand,,,
|
||||
-2069 949 576,271 273 445,stand,,,
|
||||
-1932 950 532,272 7 374 375,stand,,,
|
||||
-1965 138 545,7 275 276,stand,,,
|
||||
-2081 145 576,274 280 445,stand,,,
|
||||
-1906 2 530,274 277 372,stand,,,
|
||||
-1898 -139 579,276 278 279,stand,,,
|
||||
-1703 -309 576,277 279,stand,,,
|
||||
-1989 -399 576,278 277,stand,,,
|
||||
-2066 -422 576,275 306 415,climb,,,
|
||||
-2054 -422 840,282 305,climb,,,
|
||||
-1869 59 840,281 283 284,stand,,,
|
||||
-1954 255 840,282 301 302 305,stand,,,
|
||||
-1830 147 840,282 285,climb,,,
|
||||
-1844 149 1032,284 286,climb,,,
|
||||
-1998 -423 1032,285,climb,,,
|
||||
-1987 -429 1288,288,climb,,,
|
||||
-1714 -501 1288,287 289 290,stand,,,
|
||||
-1401 -323 1272,288,stand,,,
|
||||
-1730 279 1288,288 291 292,stand,,,
|
||||
-1411 454 1272,290,stand,,,
|
||||
-1988 353 1288,290 293,climb,,,
|
||||
-1993 356 1032,292 294 297 298,climb,,,
|
||||
-1911 677 1032,293 295 296 297,stand,,,
|
||||
-1859 936 1032,294 296 299 300,climb,,,
|
||||
-2022 786 1032,295 294 297,stand,,,
|
||||
-2080 603 1032,296 293 294,stand,,,
|
||||
-1749 287 1032,293 299,stand,,,
|
||||
-1752 756 1032,298 295,stand,,,
|
||||
-1830 931 840,295 301 304,climb,,,
|
||||
-2048 359 840,300 283 302 445,climb,,,
|
||||
-1911 320 840,283 303 301,stand,,,
|
||||
-1736 290 840,304 302,stand,,,
|
||||
-1744 613 840,303 300,stand,,,
|
||||
-2080 181 840,283 281,stand,,,
|
||||
-2065 -1623 576,280 307 415,stand,,,
|
||||
-2077 -2055 576,306 308,stand,,,
|
||||
-733 -2048 576,307 309 219,stand,,,
|
||||
-733 -1886 532,308 310 311,stand,,,
|
||||
-260 -1605 482,309 311,stand,,,
|
||||
-965 -1536 470,310 309,stand,,,
|
||||
313 823 528,263 210 313 323,stand,,,
|
||||
15 841 416,312 314 336,stand,,,
|
||||
-84 898 416,313 315,climb,,,
|
||||
-99 892 0,314 231 33 232 332 334 230 229,climb,,,
|
||||
329 1044 528,235 263 323,climb,,,
|
||||
700 1045 528,233 263 318,climb,,,
|
||||
665 1069 528,234 317 263 324 390,climb,,,
|
||||
711 72 528,262 249 322,climb,,,
|
||||
704 -42 528,250 261 321,climb,,,
|
||||
667 -40 568,320 267 322,climb,,,
|
||||
663 59 568,319 321 268,climb,,,
|
||||
440 681 528,210 316 325 312 263,stand,,,
|
||||
651 694 528,318 270 262,stand,,,
|
||||
446 591 528,270 323 264,stand,,,
|
||||
1371 760 0,135 233 328 186 184 143 338 232,stand,,,
|
||||
802 759 0,233 176 250 251 371,stand,,,
|
||||
1487 550 0,181 326 329 80 189 365 364 177 394,stand,,,
|
||||
1440 -895 0,328 252 102 81 253 77 55 365 346 100 402 80,stand,,,
|
||||
865 -335 0,252 250 403 344,stand,,,
|
||||
36 -427 0,94 8 241 28 332 95 334 239,stand,,,
|
||||
-483 790 0,237 229 315 25 231 331 30 371 28 34 335,stand,,,
|
||||
248 1 36,247 237 24 26 30,stand,,,
|
||||
-77 368 0,237 335 236 315 331 25 26 229,stand,,,
|
||||
48 667 0,334 336 236 332,climb,,,
|
||||
56 687 416,335 313,climb,,,
|
||||
787 -787 0,102 250 52 340 344 402,stand,,,
|
||||
1079 894 0,326 339 364 181,stand,,,
|
||||
792 660 0,338 340,stand,,,
|
||||
790 170 0,339 248 337 393 369 437,stand,,,
|
||||
378 654 152,246 245 342 245,climb,,,
|
||||
580 834 152,251 341 245,climb,,,
|
||||
612 7 0,251 247 248 344,stand,,,
|
||||
642 -269 0,343 337 252 250 330 439,stand,,,
|
||||
983 -2060 0,346 348,climb,,,
|
||||
1001 -2012 0,345 347 99 254 350 47 100 329 391,stand,,,
|
||||
592 -2019 0,51 50 346,stand,,,
|
||||
973 -2059 576,345 349,climb,,,
|
||||
892 -2071 576,348 220 219,stand,,,
|
||||
1731 -2014 0,346 351 100 52 365,stand,,,
|
||||
1767 -2064 0,350 352,climb,,,
|
||||
1773 -2064 576,351 223 223 353,climb,,,
|
||||
2486 -2069 576,224 223 352,stand,,,
|
||||
422 1024 568,263 355 356 411,climb,,,
|
||||
381 1820 568,354 209 357 411,climb,,,
|
||||
440 1490 568,209 354 411,stand,,,
|
||||
353 1827 528,355 408,climb,,,
|
||||
288 1872 312,359 408,climb,,,
|
||||
99 1937 312,358 360 363 409,stand,,,
|
||||
81 1661 312,359,stand,,,
|
||||
86 1999 0,227 226 409,climb,,,
|
||||
564 1999 0,226 226 227 363,climb,,,
|
||||
563 1995 312,362 359,climb,,,
|
||||
1876 974 0,186 135 177 78 233 141 338 5 328 147 138,stand,,,
|
||||
1539 -41 0,81 328 102 329 143 350 400 404,stand,,,
|
||||
2954 1585 528,148 367,climb,,,
|
||||
2931 1635 528,366 163 166,stand,,,
|
||||
1912 1633 0,159 181 134,climb,,,
|
||||
587 1115 0,234 251 370 186 371 395 340,stand,,,
|
||||
262 913 0,369 235,stand,,,
|
||||
406 1227 0,369 327 231 225 332 410,stand,,,
|
||||
-1749 71 528,276 373 376 405,stand,,,
|
||||
-1763 362 528,7 372,stand,,,
|
||||
-1996 1047 528,273 32,climb,,,
|
||||
-1636 1076 528,33 273 377,climb,,,
|
||||
-1621 293 528,372 377,stand,,,
|
||||
-1633 464 528,375 376,stand,,,
|
||||
1940 1652 632,379 380,climb,,,
|
||||
1932 1656 528,378 159 158,climb,,,
|
||||
2077 1678 632,378 381 385,climb,,,
|
||||
2035 1839 641,380 382,stand,,,
|
||||
2034 2048 720,381 383 384,stand,,,
|
||||
2985 2064 720,382,stand,,,
|
||||
1667 2072 720,382,stand,,,
|
||||
2083 1660 528,380 161,climb,,,
|
||||
-487 1943 0,9 227 387,climb,,,
|
||||
-495 1934 360,386 388 389,climb,,,
|
||||
-709 1602 360,387 389,stand,,,
|
||||
-118 1584 360,388 387,stand,,,
|
||||
471 1059 528,411 318,climb,,,
|
||||
2851 -2006 0,346 54,stand,,,
|
||||
711 -1030 528,258 253,climb,,,
|
||||
942 259 0,394 340 395 251,climb,,,
|
||||
1318 368 0,328 393,stand,,,
|
||||
784 -32 0,250 396 251 369 393,climb,,,
|
||||
837 -32 40,395 397,climb,,,
|
||||
960 -33 80,396 398,climb,,,
|
||||
1259 -38 80,397 399,climb,,,
|
||||
1407 -31 40,398 400,climb,,,
|
||||
1468 -33 0,399 365,climb,,,
|
||||
2653 -6 528,116 117 77,climb,,,
|
||||
1075 -984 0,329 337 252,stand,,,
|
||||
931 -363 0,404 330,stand,,,
|
||||
1327 -328 0,403 365 82,stand,,,
|
||||
-1646 0 528,372 29,climb,,,
|
||||
1655 1690 416,407 177,climb,,,
|
||||
1719 1754 416,406 179 178,climb,,,
|
||||
311 1871 528,357 358,climb,,,
|
||||
85 1982 312,359 361,climb,,,
|
||||
287 1154 0,371 235 229,stand,,,
|
||||
460 1064 568,390 356 355 354,climb,,,
|
||||
-1789 -847 396,413 416,climb,,,
|
||||
-1791 -872 440,412 414,climb,,,
|
||||
-1984 -890 440,415 413,climb,,,
|
||||
-2039 -887 576,414 306 280,climb,,,
|
||||
-1844 -725 396,412 417,climb,,,
|
||||
-1875 -720 288,416 418 419,climb,,,
|
||||
-1998 -857 288,417 421,climb,,,
|
||||
-1987 -602 288,417 420,climb,,,
|
||||
-2008 -601 0,419 18 19,climb,,,
|
||||
-2014 -857 0,418 19 18,climb,,,
|
||||
-1149 -628 0,26 25 433,stand,,,
|
||||
512 -177 152,242 429 432 440,stand,,,
|
||||
2897 -926 264,425 426 444,climb,,,
|
||||
2946 -927 264,424 87 86,stand,,,
|
||||
2876 -926 572,89 424,climb,,,
|
||||
533 -881 0,428 252 241 433,climb,,,
|
||||
533 -870 152,427 440,climb,,,
|
||||
405 -174 152,423 430,climb,,,
|
||||
400 -178 0,429 8 435,climb,,,
|
||||
597 -160 0,432 434,climb,,,
|
||||
597 -165 177,431 423 440,climb,,,
|
||||
375 -902 0,8 241 427 422 439,stand,,,
|
||||
519 -143 0,431 435,stand,,,
|
||||
361 -136 0,434 430 8 436,stand,,,
|
||||
-879 -208 0,435 24 28 26 237 240,stand,,,
|
||||
500 178 0,237 340,stand,,,
|
||||
2715 -407 40,83 75,stand,,,
|
||||
504 -533 8,344 433 440,climb,,,
|
||||
506 -546 151,428 423 432 439,climb,,,
|
||||
2581 -938 0,80 73 442,climb,,,
|
||||
2627 -971 264,88 441 443,climb,,,
|
||||
2696 -528 264,85 444 442,stand,,,
|
||||
2861 -732 264,443 424,stand,,,
|
||||
-2076.83 364.046 576.125,275 301 272,climb,-24.093 -6.52588 0,,
|
||||
|
558
scriptdata/waypoints/mp_82ab_bazaar_wp.csv
Normal file
@@ -0,0 +1,558 @@
|
||||
557
|
||||
3558 -5671 8,1 169 361 170,stand,,,
|
||||
3931 -5558 16,0 2 171 361,stand,,,
|
||||
4330 -5514 16,1 3,stand,,,
|
||||
4834 -5644 16,2 4 17,stand,,,
|
||||
4867 -5217 8,3 5 17 11,stand,,,
|
||||
5412 -5205 8,4 6 12 17 11,stand,,,
|
||||
5601 -5021 8,5 7 8 10,stand,,,
|
||||
5783 -4691 22,6,stand,,,
|
||||
5392 -4724 22,6 9,stand,,,
|
||||
5533 -4663 22,8,stand,,,
|
||||
5357 -4876 16,6 11,stand,,,
|
||||
4928 -4828 16,10 18 4 360 5,stand,,,
|
||||
5636 -5359 8,5 13,stand,,,
|
||||
5990 -5311 8,12 14,stand,,,
|
||||
6019 -5648 16,13 15,stand,,,
|
||||
5679 -5655 16,14 16,stand,,,
|
||||
5373 -5686 16,15 17,stand,,,
|
||||
5159 -5552 16,4 3 16 5,stand,,,
|
||||
4763 -4068 8,19 11,stand,,,
|
||||
5057 -3278 7,18 20,stand,,,
|
||||
4929 -2621 0,19 21,stand,,,
|
||||
4967 -2163 1,20 22 23 24,stand,,,
|
||||
4678 -2040 16,21 23 338,stand,,,
|
||||
4732 -2362 16,22 21,stand,,,
|
||||
5074 -1429 9,21 25,stand,,,
|
||||
4765 -1109 20,24 26,stand,,,
|
||||
4642 -657 19,25 27 326,stand,,,
|
||||
4688 -435 4,26 28 327,stand,,,
|
||||
4812 -198 46,27 29,stand,,,
|
||||
4795 218 112,28 30,stand,,,
|
||||
4571 233 154,29 31,stand,,,
|
||||
4579 508 154,30 32 33,stand,,,
|
||||
4189 467 154,31 33 328,stand,,,
|
||||
4209 705 196,32 34 31 36,stand,,,
|
||||
4356 821 196,33 35,stand,,,
|
||||
4602 762 196,34,stand,,,
|
||||
4172 1037 196,33 37,stand,,,
|
||||
4190 1634 148,36 38,stand,,,
|
||||
4204 2253 58,37 39 524,stand,,,
|
||||
4344 2447 58,38 40,stand,,,
|
||||
4306 2852 16,39 41 525 526,stand,,,
|
||||
4432 3148 16,40 42,stand,,,
|
||||
4266 3207 16,41 43 527,stand,,,
|
||||
4284 3619 16,42 44 45 527,stand,,,
|
||||
4092 3910 16,43 45 46 527,stand,,,
|
||||
4435 3894 16,44 43,stand,,,
|
||||
4109 4138 14,44 47,stand,,,
|
||||
3852 4466 14,46 48 527,stand,,,
|
||||
3569 4535 7,47 49,stand,,,
|
||||
3219 4630 10,48 50,stand,,,
|
||||
2883 4612 9,49 51 552,stand,,,
|
||||
2722 4658 51,50 52,stand,,,
|
||||
2623 4657 18,51 53 518,stand,,,
|
||||
2417 4671 48,52 54,stand,,,
|
||||
2165 4700 30,53 55,stand,,,
|
||||
1322 4701 30,54 56 59,stand,,,
|
||||
1085 4686 16,55 57 60 59,stand,,,
|
||||
1027 5088 16,56 58 59,stand,,,
|
||||
977 5591 16,57,stand,,,
|
||||
946 4876 16,57 55 56 62,stand,,,
|
||||
998 4354 16,56 61,stand,,,
|
||||
1107 4099 16,60 516 401 517 400,stand,,,
|
||||
519 4791 16,59 63,stand,,,
|
||||
138 4910 16,62 64,stand,,,
|
||||
-473 4811 16,63 65 467,stand,,,
|
||||
-932 4946 16,64 66,stand,,,
|
||||
-1361 4870 16,65 67,stand,,,
|
||||
-1601 4947 16,66 68 475 485,stand,,,
|
||||
-1649 5487 16,67 69,stand,,,
|
||||
-1709 6033 16,68 70,stand,,,
|
||||
-1905 6734 16,69 71 476,stand,,,
|
||||
-1875 7335 16,70 72,stand,,,
|
||||
-2482 7412 16,71 73 495 476,stand,,,
|
||||
-2980 7491 8,72 74,stand,,,
|
||||
-2860 8027 13,73 75,stand,,,
|
||||
-3007 8576 28,74 76,stand,,,
|
||||
-3433 8455 20,75 77,stand,,,
|
||||
-3829 7504 15,76 78,stand,,,
|
||||
-4201 7515 11,77 79,stand,,,
|
||||
-4218 7139 15,78 80,stand,,,
|
||||
-4252 6665 15,79 81 497,stand,,,
|
||||
-4492 6365 16,80 82,stand,,,
|
||||
-4599 5777 16,81 83,stand,,,
|
||||
-4665 5196 16,82 84 89 90,stand,,,
|
||||
-4241 4958 15,83 85 498 89 500,stand,,,
|
||||
-4428 4684 16,84 86 89,stand,,,
|
||||
-4439 4392 20,85 87,stand,,,
|
||||
-4531 4165 11,86 88,stand,,,
|
||||
-4497 3777 5,87 94 104,stand,,,
|
||||
-4644 4784 16,83 91 93 85 84,stand,,,
|
||||
-5075 5194 16,83 91,stand,,,
|
||||
-5081 4662 16,90 92 89,stand,,,
|
||||
-5038 4328 16,91,stand,,,
|
||||
-4652 4451 20,89,stand,,,
|
||||
-4745 3591 0,88 95,stand,,,
|
||||
-4728 3098 -8,94 96 103,stand,,,
|
||||
-4704 2533 0,95 97 98,stand,,,
|
||||
-4111 2362 -2,96 98 109,stand,,,
|
||||
-4148 2575 -2,96 97 99,stand,,,
|
||||
-4163 2920 -13,100 98 106,stand,,,
|
||||
-4335 2797 17,99 101 103,stand,,,
|
||||
-4526 2819 24,100 102,stand,,,
|
||||
-4525 2995 24,101,stand,,,
|
||||
-4326 3197 -12,100 95 104 105 106 108,stand,,,
|
||||
-4411 3495 -4,103 88 105 108,stand,,,
|
||||
-4585 3430 -6,104 103,stand,,,
|
||||
-3882 3115 -12,99 107 103 503 410,stand,,,
|
||||
-3917 3513 -1,106 108 502 409,stand,,,
|
||||
-4094 3526 -1,107 104 103,stand,,,
|
||||
-4137 2121 32,97 117 118,stand,,,
|
||||
-4340 1627 64,111 117,stand,,,
|
||||
-4342 1282 64,110 112 115 116,stand,,,
|
||||
-4190 1284 47,111 113,stand,,,
|
||||
-4152 1495 47,112 114 504,stand,,,
|
||||
-3858 1476 42,113 119 503 250,stand,,,
|
||||
-4139 1017 64,111 116,stand,,,
|
||||
-4550 982 64,115 111,stand,,,
|
||||
-4298 1938 32,109 110 118,stand,,,
|
||||
-4467 2114 32,117 109,stand,,,
|
||||
-3860 921 61,114 120,stand,,,
|
||||
-3832 584 123,119 121,crouch,,,
|
||||
-3670 14 94,120 122 247 233,stand,,,
|
||||
-3702 -509 91,121 123 233,stand,,,
|
||||
-3752 -703 93,122 124 239,stand,,,
|
||||
-3772 -704 127,123 125,stand,,,
|
||||
-3881 -731 91,124 126,stand,,,
|
||||
-4178 -756 128,125 127 128,stand,,,
|
||||
-4462 -865 128,126,stand,,,
|
||||
-4202 -1110 106,126 129,stand,,,
|
||||
-4202 -1568 84,128 130,stand,,,
|
||||
-4135 -1969 56,129 131 242 243,stand,,,
|
||||
-4226 -2410 56,130 132,stand,,,
|
||||
-4122 -2791 56,131 133,stand,,,
|
||||
-4174 -3196 56,132 134,stand,,,
|
||||
-3949 -3285 56,133 135 245,stand,,,
|
||||
-3813 -3708 56,134 136 150,stand,,,
|
||||
-3716 -4401 74,135 137,stand,,,
|
||||
-3205 -4576 89,136 138,stand,,,
|
||||
-2892 -4433 81,137 139 142 149,stand,,,
|
||||
-2479 -4440 72,138 140,stand,,,
|
||||
-2460 -4708 128,139 141,stand,,,
|
||||
-2828 -4686 128,140,stand,,,
|
||||
-2891 -4102 63,138 143,stand,,,
|
||||
-2659 -4103 63,142 144,stand,,,
|
||||
-2675 -3862 63,143 145,stand,,,
|
||||
-2667 -3646 63,144 146,stand,,,
|
||||
-2837 -3386 56,145 147 151 215,stand,,,
|
||||
-2984 -3467 56,146 148,stand,,,
|
||||
-3213 -3756 56,147 149 150,stand,,,
|
||||
-3131 -4134 64,148 138 150,stand,,,
|
||||
-3476 -3836 48,148 135 149,stand,,,
|
||||
-2568 -3395 56,146 152 215,stand,,,
|
||||
-1898 -3481 56,151 153 219,stand,,,
|
||||
-1313 -3469 56,152 154 220,stand,,,
|
||||
-331 -3433 36,153 155 191,stand,,,
|
||||
317 -3419 16,154 156 184,stand,,,
|
||||
592 -3561 107,155 157 184,stand,,,
|
||||
603 -3990 16,156 158,stand,,,
|
||||
558 -4266 16,157 159,stand,,,
|
||||
619 -4456 16,158 160,stand,,,
|
||||
1227 -4671 16,159 161,stand,,,
|
||||
1871 -4519 16,160 162 175,stand,,,
|
||||
1972 -4912 16,161 163 174,stand,,,
|
||||
1973 -5095 54,162 164,stand,,,
|
||||
1868 -5354 54,163 165,stand,,,
|
||||
2177 -5364 54,164 166,stand,,,
|
||||
2449 -5387 16,165 167 174 554,stand,,,
|
||||
2472 -6051 16,166 168,stand,,,
|
||||
2816 -5967 8,167 169 554,stand,,,
|
||||
3283 -5896 8,168 170 170 0,stand,,,
|
||||
3584 -5980 8,169 171 169 0,stand,,,
|
||||
3935 -6030 16,170 1,stand,,,
|
||||
3260 -4356 8,173,stand,,,
|
||||
2445 -4656 16,172 174 175 179,stand,,,
|
||||
2452 -4977 16,173 162 166,stand,,,
|
||||
2168 -4606 16,173 161,stand,,,
|
||||
2508 -3735 16,177 179 180 369 370,stand,,,
|
||||
2398 -3757 16,176 178,stand,,,
|
||||
2405 -3940 -55,177,stand,,,
|
||||
2457 -4161 16,176 173,stand,,,
|
||||
2190 -3556 16,176 181 555 369,stand,,,
|
||||
1665 -3449 16,180 182,stand,,,
|
||||
1664 -3631 16,181 183,stand,,,
|
||||
834 -3603 16,182 184,stand,,,
|
||||
708 -3306 8,183 156 155 185,stand,,,
|
||||
789 -2738 12,184 186 190 191 295 296,stand,,,
|
||||
1026 -2363 10,185 187 296 297 299,stand,,,
|
||||
975 -1838 10,186 188 285 298,stand,,,
|
||||
472 -1752 10,187 189 192,stand,,,
|
||||
429 -2132 10,188 190 285,stand,,,
|
||||
443 -2599 10,189 185 191,stand,,,
|
||||
222 -2890 16,190 185 154,stand,,,
|
||||
217 -1720 64,188 193 228 290,stand,,,
|
||||
198 -1498 64,192 194 228 290,stand,,,
|
||||
152 -1124 64,193 195,stand,,,
|
||||
260 -715 118,194 196 273,stand,,,
|
||||
7 -726 119,195 197,stand,,,
|
||||
-196 -670 64,196 198,stand,,,
|
||||
-382 -811 36,197 199,stand,,,
|
||||
-715 -816 36,198 200 556,stand,,,
|
||||
-1218 -879 36,199 201 556,stand,,,
|
||||
-1789 -774 120,200 202 205 203,stand,,,
|
||||
-2153 -565 120,201 203 237,stand,,,
|
||||
-2165 -862 120,202 204 201,stand,,,
|
||||
-2191 -1026 134,203 205,stand,,,
|
||||
-1772 -1050 134,204 201 206,stand,,,
|
||||
-1949 -1316 127,205 207,stand,,,
|
||||
-1864 -1876 46,206 208 223 221,stand,,,
|
||||
-2096 -2260 64,207 209 210,stand,,,
|
||||
-2125 -2827 64,208 214 219,stand,,,
|
||||
-2306 -2219 64,208 211 213,stand,,,
|
||||
-2449 -2036 67,210 212,stand,,,
|
||||
-2356 -1799 67,211,stand,,,
|
||||
-2492 -2318 64,210 214,stand,,,
|
||||
-2406 -2741 64,213 215 209,stand,,,
|
||||
-2764 -2816 64,214 216 146 151,stand,,,
|
||||
-2948 -2595 64,215 217 229,stand,,,
|
||||
-2807 -2457 67,216 218,stand,,,
|
||||
-2655 -2597 67,217,stand,,,
|
||||
-1746 -2799 46,209 220 152,stand,,,
|
||||
-1455 -2797 64,219 221 224 153,stand,,,
|
||||
-1483 -2224 64,220 222 223 207,stand,,,
|
||||
-1180 -2224 64,221,stand,,,
|
||||
-1470 -1760 64,221 207,stand,,,
|
||||
-604 -2796 64,220 225 551,stand,,,
|
||||
-109 -2780 64,224 226,stand,,,
|
||||
-53 -2332 64,225 227,stand,,,
|
||||
-58 -1955 64,226 228 550,stand,,,
|
||||
61 -1719 64,227 192 193 549,stand,,,
|
||||
-3041 -2447 56,216 230 244,stand,,,
|
||||
-3012 -2235 56,229 231,stand,,,
|
||||
-3052 -1726 56,230 232 241,stand,,,
|
||||
-3031 -1140 72,231 233,stand,,,
|
||||
-3138 -271 96,232 234 122 246 121,stand,,,
|
||||
-2841 -280 126,233 235,stand,,,
|
||||
-2642 -309 126,234 236,stand,,,
|
||||
-2379 -310 126,235 237,stand,,,
|
||||
-2070 -297 120,236 202 238,stand,,,
|
||||
-2053 -38 120,237,stand,,,
|
||||
-3774 -975 80,123 240,stand,,,
|
||||
-3915 -1151 115,239 241,stand,,,
|
||||
-3788 -1437 56,240 242 231,stand,,,
|
||||
-3826 -1836 56,241 130 243,stand,,,
|
||||
-3873 -2048 56,242 130 244,stand,,,
|
||||
-3864 -2450 56,243 245 229,stand,,,
|
||||
-3872 -3133 56,244 134,stand,,,
|
||||
-2922 113 99,233 247,stand,,,
|
||||
-2948 369 156,246 248 249 121,stand,,,
|
||||
-2941 1179 137,247,stand,,,
|
||||
-3047 702 73,247 250,stand,,,
|
||||
-3004 1506 46,249 251 114 508,stand,,,
|
||||
-2791 1731 47,250 252 254 514,stand,,,
|
||||
-2642 1612 59,251 253,stand,,,
|
||||
-2761 1368 59,252,stand,,,
|
||||
-2353 1815 53,251 255 513 420,stand,,,
|
||||
-1960 2172 54,254 256 441 512,stand,,,
|
||||
-1711 1854 63,255 257,stand,,,
|
||||
-1214 1520 85,256 258,stand,,,
|
||||
-800 1417 99,257 259,stand,,,
|
||||
-236 1369 120,258 260,stand,,,
|
||||
157 1374 118,259 261 393,stand,,,
|
||||
210 978 118,260 262,stand,,,
|
||||
163 661 118,261 263,stand,,,
|
||||
348 104 118,262 264 270 273,stand,,,
|
||||
558 197 157,263 265 270,stand,,,
|
||||
559 309 157,264 266,stand,,,
|
||||
732 259 157,265 267 271,stand,,,
|
||||
736 83 157,266 268 271,stand,,,
|
||||
663 7 157,267 269,stand,,,
|
||||
577 14 157,268 270,stand,,,
|
||||
478 77 157,269 264 263,stand,,,
|
||||
1053 148 117,267 272 266,stand,,,
|
||||
1531 157 117,271,stand,,,
|
||||
176 -328 118,263 195 274 275,stand,,,
|
||||
443 -417 119,273 275 276 277,stand,,,
|
||||
418 -229 119,274 273,stand,,,
|
||||
478 -576 119,274,stand,,,
|
||||
662 -408 118,274 278,stand,,,
|
||||
936 -439 118,277 279,stand,,,
|
||||
1291 -427 64,278 280,stand,,,
|
||||
1596 -468 42,279 281,stand,,,
|
||||
1557 -700 10,280 282 283,stand,,,
|
||||
1789 -799 10,281 283,stand,,,
|
||||
1793 -1155 10,284 282 281,stand,,,
|
||||
1819 -1336 10,283 288 317 310 311,stand,,,
|
||||
800 -1705 10,189 187 286 289,stand,,,
|
||||
935 -1425 64,285 287 289 291,stand,,,
|
||||
1334 -1484 64,286 288 291,stand,,,
|
||||
1613 -1487 10,287 284 292 310 311,stand,,,
|
||||
640 -1393 64,286 285 290,stand,,,
|
||||
454 -1568 64,289 193 192,stand,,,
|
||||
984 -1622 66,286 287,stand,,,
|
||||
1610 -1796 10,288 293 310,stand,,,
|
||||
1540 -2374 13,292 294,stand,,,
|
||||
1545 -2856 16,293 295 302,stand,,,
|
||||
1162 -2916 16,294 185,stand,,,
|
||||
1166 -2630 10,185 186 297,stand,,,
|
||||
1263 -2269 10,296 298 186,stand,,,
|
||||
1278 -1784 10,297 187,stand,,,
|
||||
1171 -2223 10,186 300,stand,,,
|
||||
1168 -2188 50,299 301,stand,,,
|
||||
1165 -2114 11,300,stand,,,
|
||||
1873 -2951 16,294 303 305,stand,,,
|
||||
2473 -2945 16,302 305 304 369,stand,,,
|
||||
2377 -2668 15,303 307 313 314,stand,,,
|
||||
2058 -2898 16,302 306 303,stand,,,
|
||||
2007 -2591 14,305 312 307 308,stand,,,
|
||||
2189 -2616 15,304 308 306 312,stand,,,
|
||||
2362 -2287 15,307 309 313 374 306,stand,,,
|
||||
2319 -2016 15,308 310 373,stand,,,
|
||||
2066 -1712 11,309 311 316 292 317 288 284,stand,,,
|
||||
1898 -2017 11,310 312 284 288,stand,,,
|
||||
1962 -2374 13,311 306 307,stand,,,
|
||||
2580 -2509 16,308 304 371 374,stand,,,
|
||||
2345 -2258 248,304 315 319,stand,,,
|
||||
2368 -2052 248,314 316 319,stand,,,
|
||||
2372 -1688 15,315 310 318 372 317,stand,,,
|
||||
2105 -1357 12,318 284 310 316,stand,,,
|
||||
2492 -1376 16,317 316 372 375,stand,,,
|
||||
2522 -2191 248,315 314 320,stand,,,
|
||||
3011 -2197 248,319 321,stand,,,
|
||||
3518 -2163 248,320 322 323,stand,,,
|
||||
3907 -2234 248,321 323 333,stand,,,
|
||||
3917 -2079 248,322 321 324,stand,,,
|
||||
3912 -1657 16,323 325 329,stand,,,
|
||||
3952 -1297 16,324 326 329 548,stand,,,
|
||||
4005 -582 15,325 327 26 548,stand,,,
|
||||
4193 -479 4,326 328 27,stand,,,
|
||||
4196 69 80,327 32,stand,,,
|
||||
4047 -1782 16,325 324 330 334,stand,,,
|
||||
4016 -1978 16,329 331 335,stand,,,
|
||||
3997 -2356 16,330 332,stand,,,
|
||||
3991 -2664 16,331 333 339,stand,,,
|
||||
3892 -2664 16,332 322,stand,,,
|
||||
4131 -1879 16,329 335,stand,,,
|
||||
4165 -2056 16,334 336 330,stand,,,
|
||||
4332 -2038 16,335 337,stand,,,
|
||||
4345 -1962 16,336 338,stand,,,
|
||||
4478 -1995 16,337 22,stand,,,
|
||||
3967 -3039 16,332 340,stand,,,
|
||||
3978 -3318 16,339 341 356,stand,,,
|
||||
4130 -3270 48,340 342,stand,,,
|
||||
4121 -3113 48,341 343 345,stand,,,
|
||||
4306 -3128 48,342 344,stand,,,
|
||||
4316 -3328 48,343,stand,,,
|
||||
4146 -3005 48,342 346,stand,,,
|
||||
4340 -3027 160,345 347,stand,,,
|
||||
4326 -3281 208,346 348 355,stand,,,
|
||||
4204 -3372 208,347 349 354,stand,,,
|
||||
4089 -3371 272,348 350,stand,,,
|
||||
4107 -3194 368,349 351 353,stand,,,
|
||||
4248 -3322 368,350 352,stand,,,
|
||||
4337 -3160 368,351 353,stand,,,
|
||||
4088 -3034 368,352 350,stand,,,
|
||||
4134 -3085 208,348 355,stand,,,
|
||||
4039 -3253 209,354 347,stand,,,
|
||||
3822 -3536 16,340 357 368 370,stand,,,
|
||||
4022 -4050 16,356 358 363,stand,,,
|
||||
4324 -4004 16,357 359 367,stand,,,
|
||||
4382 -4364 16,358 360 365 366,stand,,,
|
||||
4478 -4836 16,359 11 362,stand,,,
|
||||
3931 -5204 8,1 362 0,stand,,,
|
||||
3896 -4794 16,361 363 364 360,stand,,,
|
||||
3813 -4595 16,362 357,stand,,,
|
||||
4041 -4617 16,362 365,stand,,,
|
||||
4150 -4472 16,364 359,stand,,,
|
||||
4609 -4220 16,359 367,stand,,,
|
||||
4586 -4050 16,366 358,stand,,,
|
||||
3241 -3264 8,356 369 370,stand,,,
|
||||
2590 -3462 16,368 176 303 555 180 370,stand,,,
|
||||
3205 -3637 8,356 176 368 369,stand,,,
|
||||
2902 -2080 8,313 372 373,stand,,,
|
||||
2708 -1697 16,371 316 318 373,stand,,,
|
||||
2541 -2010 16,372 309 371 374,stand,,,
|
||||
2535 -2236 16,373 308 313,stand,,,
|
||||
2480 -764 16,318 376 547,stand,,,
|
||||
2423 -341 16,375 377 542,stand,,,
|
||||
2188 -187 27,376 378,stand,,,
|
||||
2252 137 76,379 377 543,stand,,,
|
||||
2392 543 22,380 378 543,stand,,,
|
||||
2311 865 16,379 381,stand,,,
|
||||
2390 1346 147,380 382 545 544,stand,,,
|
||||
2458 1919 16,381 383 537 521 546 545,stand,,,
|
||||
2284 2065 37,382 384,stand,,,
|
||||
2133 1951 37,383 385,stand,,,
|
||||
1820 2121 37,384 386 388,stand,,,
|
||||
1571 1999 37,385 387,stand,,,
|
||||
1301 2007 37,386,stand,,,
|
||||
1600 2155 37,385 389 395,stand,,,
|
||||
1320 2178 -4,388 390,stand,,,
|
||||
875 2137 41,389 391,stand,,,
|
||||
622 2115 56,390 392,stand,,,
|
||||
381 2181 54,391 393 394,stand,,,
|
||||
223 1927 54,392 260 394,stand,,,
|
||||
106 2456 54,393 392 455 456,stand,,,
|
||||
1613 2473 37,388 396,stand,,,
|
||||
1584 2948 37,395 397,stand,,,
|
||||
1600 3098 16,396 398 531,stand,,,
|
||||
1594 3284 16,397 399 530,stand,,,
|
||||
1488 3350 16,398 400,stand,,,
|
||||
1422 3470 16,399 401 61,stand,,,
|
||||
735 3484 16,400 402 61,stand,,,
|
||||
193 3458 16,401 403 461 516,stand,,,
|
||||
-53 3471 16,402 404 462 516,stand,,,
|
||||
-574 3507 16,403 405 468,stand,,,
|
||||
-1125 3472 16,404 406 407 471,stand,,,
|
||||
-896 3340 54,405 428 429,stand,,,
|
||||
-1587 3399 16,405 408,stand,,,
|
||||
-2206 3450 16,407 409,stand,,,
|
||||
-2916 3381 16,408 410 474 107,stand,,,
|
||||
-2913 2903 0,409 411 508 106,stand,,,
|
||||
-2788 2533 54,410 412 509,stand,,,
|
||||
-2742 3207 54,411 413,stand,,,
|
||||
-2601 3207 54,412 414 466,stand,,,
|
||||
-2606 3013 92,413 415 419,stand,,,
|
||||
-2584 2813 92,414 416,stand,,,
|
||||
-2473 2523 92,415 417 421,stand,,,
|
||||
-2414 2728 85,416 418 420,stand,,,
|
||||
-2345 2868 85,417 419,stand,,,
|
||||
-2330 3052 92,418 414,stand,,,
|
||||
-2191 2701 54,417 426 512 254 466,stand,,,
|
||||
-2653 2540 165,416 422,stand,,,
|
||||
-2655 2677 261,421 423,crouch,,,
|
||||
-2636 2860 261,422 424,crouch,,,
|
||||
-2576 3057 261,423 425,crouch,,,
|
||||
-2507 2565 261,424,crouch,,,
|
||||
-2040 2910 54,420 464 466,stand,,,
|
||||
-1461 3040 54,428 464,stand,,,
|
||||
-1097 2935 54,427 406 439 438,stand,,,
|
||||
-628 3364 54,406 430 463,stand,,,
|
||||
-589 3118 55,429 431,stand,,,
|
||||
-479 3123 55,430 432 435,stand,,,
|
||||
-341 3140 55,431 433,stand,,,
|
||||
-352 2901 215,432 434,crouch,,,
|
||||
-609 3041 215,433,crouch,,,
|
||||
-461 2908 55,431 436,stand,,,
|
||||
-344 2888 55,435 437,stand,,,
|
||||
-338 2670 54,436 438 455,stand,,,
|
||||
-804 2643 54,437 439 428 442,stand,,,
|
||||
-1207 2623 54,438 440 428,stand,,,
|
||||
-1641 2615 54,439 441,stand,,,
|
||||
-1897 2390 54,440 255 512,stand,,,
|
||||
-762 2422 60,438 443 445 446,stand,,,
|
||||
-787 2218 60,442 444,stand,,,
|
||||
-962 2222 60,443,stand,,,
|
||||
-970 2389 60,442 446,stand,,,
|
||||
-665 2352 60,442 445 447,stand,,,
|
||||
-674 2168 172,446 448,stand,,,
|
||||
-894 2187 220,447 449,stand,,,
|
||||
-1015 2308 220,448 450 451,stand,,,
|
||||
-760 2408 220,449,stand,,,
|
||||
-1020 2427 284,449 452,stand,,,
|
||||
-821 2412 380,451 453 454,stand,,,
|
||||
-957 2238 380,452 454,stand,,,
|
||||
-707 2238 380,453 452,stand,,,
|
||||
-62 2650 54,437 394,stand,,,
|
||||
441 2758 54,394 457,stand,,,
|
||||
496 3077 54,456 458 461,stand,,,
|
||||
498 3259 109,457 459,stand,,,
|
||||
686 3246 261,458 460,stand,,,
|
||||
558 3018 261,459,stand,,,
|
||||
184 3166 54,457 402 462,stand,,,
|
||||
-93 3220 54,461 403 463,stand,,,
|
||||
-323 3334 54,462 429,stand,,,
|
||||
-1822 2919 54,427 426 465,stand,,,
|
||||
-1820 3263 54,464 466,stand,,,
|
||||
-2109 3236 54,426 465 413 420,stand,,,
|
||||
-500 4437 16,64 468,stand,,,
|
||||
-534 4111 16,467 469 404 516,stand,,,
|
||||
-1123 4146 16,468 470,stand,,,
|
||||
-1501 4138 16,469 471,stand,,,
|
||||
-1623 4082 16,470 472 405,stand,,,
|
||||
-1791 4217 16,471 473 475,stand,,,
|
||||
-2010 4113 16,472 474,stand,,,
|
||||
-2789 4147 16,473 409 515,stand,,,
|
||||
-1705 4565 16,472 67,stand,,,
|
||||
-2302 6720 16,70 477 495 494 72,stand,,,
|
||||
-2153 6599 16,476 478,stand,,,
|
||||
-2007 6592 72,477 479,stand,,,
|
||||
-2021 6352 213,478 480 482,stand,,,
|
||||
-2313 6473 213,479 481,stand,,,
|
||||
-2639 6271 213,480,stand,,,
|
||||
-1994 5924 213,479 483,stand,,,
|
||||
-1948 5534 213,482 484,stand,,,
|
||||
-1954 4925 213,483,stand,,,
|
||||
-2010 4986 18,67 486,stand,,,
|
||||
-2007 5218 18,485 487,stand,,,
|
||||
-2198 5203 18,486 488,stand,,,
|
||||
-2245 4899 18,487 489,stand,,,
|
||||
-2425 4917 18,488 490,stand,,,
|
||||
-2578 4964 18,489 491,stand,,,
|
||||
-2753 4884 16,490 492 501,stand,,,
|
||||
-2790 5041 16,491 493,stand,,,
|
||||
-2798 5757 16,492 494,stand,,,
|
||||
-2780 6609 16,493 495 476 496,stand,,,
|
||||
-2589 6895 16,494 476 72,stand,,,
|
||||
-3107 6240 8,494 497,stand,,,
|
||||
-3947 6329 15,496 80 499,stand,,,
|
||||
-3934 5097 15,84 499,stand,,,
|
||||
-3805 6021 15,498 497,stand,,,
|
||||
-3940 4681 15,84 501 502,stand,,,
|
||||
-3212 4724 8,500 491 515,stand,,,
|
||||
-3791 4097 14,500 107 515,stand,,,
|
||||
-3822 2182 24,106 114 508,stand,,,
|
||||
-3965 1357 47,113 505,stand,,,
|
||||
-3952 1288 47,504 506,stand,,,
|
||||
-4210 1297 207,505 507,crouch,,,
|
||||
-4043 1597 207,506,crouch,,,
|
||||
-2973 2122 47,503 410 509 250 514,stand,,,
|
||||
-2781 2159 47,411 508 510,stand,,,
|
||||
-2659 2189 48,509 511 513,stand,,,
|
||||
-2489 2415 54,510 512,stand,,,
|
||||
-2209 2346 54,511 420 255 441,stand,,,
|
||||
-2625 1986 49,510 254,stand,,,
|
||||
-2910 1854 48,508 251,stand,,,
|
||||
-3369 4139 8,474 501 502,stand,,,
|
||||
222 3967 8,468 61 402 403,stand,,,
|
||||
1765 4064 16,61 518,stand,,,
|
||||
2580 4081 16,517 52 519 552,stand,,,
|
||||
2391 3480 16,518 520 529 530,stand,,,
|
||||
2374 3003 256,519 521 522,stand,,,
|
||||
2352 2409 16,520 537 538 382,stand,,,
|
||||
3366 2992 256,520 523,stand,,,
|
||||
3917 2996 256,522 524 527,stand,,,
|
||||
3903 2493 16,523 38 525,stand,,,
|
||||
4106 2675 16,524 40 526,stand,,,
|
||||
4024 2986 16,40 525 553,stand,,,
|
||||
3910 3537 16,43 523 44 528 47 552 42,stand,,,
|
||||
3242 3496 8,527 529 541 552,stand,,,
|
||||
2641 3483 16,528 519 541,stand,,,
|
||||
2109 3299 16,519 398 535,stand,,,
|
||||
1914 3062 16,397 532 535,stand,,,
|
||||
2094 2884 16,531 533 535 539,stand,,,
|
||||
1997 2780 19,532 534,stand,,,
|
||||
1749 2875 19,533,stand,,,
|
||||
2175 3082 16,532 531 530 536,stand,,,
|
||||
2523 2781 16,535 537 539 540 546,stand,,,
|
||||
2511 2477 16,536 521 382 546,stand,,,
|
||||
2227 2428 16,521 539,stand,,,
|
||||
2223 2733 16,538 532 536,stand,,,
|
||||
3013 3041 8,536 541,stand,,,
|
||||
2998 3290 8,540 528 529,stand,,,
|
||||
2922 -150 8,376 543 547,stand,,,
|
||||
2829 506 8,542 544 379 378,stand,,,
|
||||
2861 1004 8,543 545 381,stand,,,
|
||||
2922 1848 8,544 546 382 381,stand,,,
|
||||
2838 2436 8,545 537 536 382,stand,,,
|
||||
3049 -727 8,375 542 548,stand,,,
|
||||
3841 -783 16,547 326 325,stand,,,
|
||||
-187 -1720 68,228,stand,,,
|
||||
-340 -1937 70,227,stand,,,
|
||||
-613 -2534 64,224,stand,,,
|
||||
3239 4010 16,518 528 527 50 553,stand,,,
|
||||
3565 3014 8,526 552,stand,,,
|
||||
2641 -5524 16,168 166,stand,,,
|
||||
2022 -3644 16,180 369,stand,,,
|
||||
-1188 -1094 36,200 199,stand,,,
|
||||
|
437
scriptdata/waypoints/mp_82ab_villa_wp.csv
Normal file
@@ -0,0 +1,437 @@
|
||||
436
|
||||
6106.0 6080.0 -1358.0,1 417 418 419,stand,,,
|
||||
6057.0 6952.0 -1418.0,0 2 435,stand,,,
|
||||
5978.0 7446.0 -1571.0,1 3 4 165 435,stand,,,
|
||||
5961.0 7537.0 -1564.0,2 4 5,stand,,,
|
||||
6011.0 7621.0 -1564.0,2 3 5 139 323,stand,,,
|
||||
5871.0 7556.0 -1564.0,3 4 6,stand,,,
|
||||
5618.0 7558.0 -1564.0,5 7,stand,,,
|
||||
5585.0 7655.0 -1564.0,6 8 12,stand,,,
|
||||
5665.0 7805.0 -1564.0,7 9,stand,,,
|
||||
5847.0 7956.0 -1564.0,8 10 11 13,stand,,,
|
||||
5906.0 7785.0 -1564.0,9 11,stand,,,
|
||||
5751.0 7843.0 -1564.0,9 10 12,stand,,,
|
||||
5569.0 7854.0 -1564.0,7 11,stand,,,
|
||||
5820.0 8209.0 -1564.0,9 14 20,stand,,,
|
||||
5736.0 8245.0 -1564.0,13 15 16 20,stand,,,
|
||||
5683.0 8215.0 -1564.0,14 298,stand,,,
|
||||
5690.0 8277.0 -1564.0,14 17,stand,,,
|
||||
5454.0 8227.0 -1402.0,16 18 18 297,stand,,,
|
||||
5436.0 8175.0 -1402.0,17 17 19,stand,,,
|
||||
5588.0 8128.0 -1402.0,18,stand,,,
|
||||
5894.0 8244.0 -1564.0,13 14 21 22,stand,,,
|
||||
6037.0 8082.0 -1564.0,20 22 24,stand,,,
|
||||
5999.0 8234.0 -1564.0,20 21 23,stand,,,
|
||||
6077.0 8335.0 -1564.0,22 318,stand,,,
|
||||
6063.0 7941.0 -1564.0,21 27 323,stand,,,
|
||||
6666.0 7988.0 -1564.0,26,stand,,,
|
||||
6390.0 7980.0 -1564.0,25 27,stand,,,
|
||||
6252.0 7972.0 -1564.0,24 26 29,stand,,,
|
||||
6146.0 7717.0 -1564.0,29 139 323,stand,,,
|
||||
6261.0 7783.0 -1564.0,27 28 324,stand,,,
|
||||
6411.0 7691.0 -1398.0,31 139,stand,,,
|
||||
6705.0 7767.0 -1398.0,30 32,stand,,,
|
||||
6833.0 7693.0 -1398.0,31 33,stand,,,
|
||||
6903.0 7357.0 -1390.0,32 34 36 48,stand,,,
|
||||
6710.0 7253.0 -1390.0,33 48,stand,,,
|
||||
7196.0 7415.0 -1390.0,36 38,stand,,,
|
||||
7110.0 7399.0 -1390.0,33 35 37,stand,,,
|
||||
7153.0 7287.0 -1390.0,36,stand,,,
|
||||
7218.0 7261.0 -1390.0,35 39,stand,,,
|
||||
7078.0 7160.0 -1390.0,38 45 48 49 434,stand,,,
|
||||
7442.0 6855.0 -1390.0,41 42 47,stand,,,
|
||||
7307.0 6688.0 -1390.0,40,stand,,,
|
||||
7542.0 7036.0 -1390.0,40 43,stand,,,
|
||||
7440.0 7102.0 -1390.0,42 44 47,stand,,,
|
||||
7335.0 7185.0 -1390.0,43 49,stand,,,
|
||||
7024.0 6915.0 -1390.0,39 46 49 50 434,stand,,,
|
||||
7178.0 6835.0 -1390.0,45 47,stand,,,
|
||||
7325.0 6979.0 -1390.0,40 43 46 49,stand,,,
|
||||
7013.0 7254.0 -1390.0,33 34 39,stand,,,
|
||||
7204.0 7075.0 -1390.0,39 44 45 47,stand,,,
|
||||
6950.0 6839.0 -1390.0,45 51 82,stand,,,
|
||||
6647.0 7025.0 -1390.0,50 52,stand,,,
|
||||
6590.0 6975.0 -1390.0,51 53,stand,,,
|
||||
6558.0 6872.0 -1390.0,52 54 57 58,stand,,,
|
||||
6489.0 6809.0 -1390.0,53 55 56 57 59,stand,,,
|
||||
6316.0 6577.0 -1390.0,54 56 60 61 62,stand,,,
|
||||
6268.0 6784.0 -1390.0,54 55 59,stand,,,
|
||||
6489.0 6938.0 -1390.0,53 54 138,stand,,,
|
||||
6671.0 6854.0 -1390.0,53,stand,,,
|
||||
6509.0 6665.0 -1390.0,54 56,stand,,,
|
||||
6229.0 6512.0 -1390.0,55,stand,,,
|
||||
6620.0 6336.0 -1390.0,55 62 64 65 76 77 86,stand,,,
|
||||
6422.0 6319.0 -1390.0,55 61 63,stand,,,
|
||||
6277.0 6302.0 -1390.0,62,stand,,,
|
||||
6837.0 6279.0 -1390.0,61 90,stand,,,
|
||||
6845.0 6200.0 -1390.0,61 66 76,stand,,,
|
||||
7009.0 6225.0 -1390.0,65 67,stand,,,
|
||||
7108.0 6301.0 -1390.0,66 68,stand,,,
|
||||
7158.0 6272.0 -1390.0,67 69,stand,,,
|
||||
7176.0 6206.0 -1390.0,68 70,stand,,,
|
||||
7208.0 6004.0 -1390.0,69 71 75,stand,,,
|
||||
7249.0 5830.0 -1390.0,70 72,stand,,,
|
||||
7204.0 5740.0 -1390.0,71 73,stand,,,
|
||||
7013.0 5696.0 -1390.0,72 74 122,stand,,,
|
||||
6991.0 5862.0 -1390.0,73 75,stand,,,
|
||||
7033.0 5932.0 -1390.0,70 74,stand,,,
|
||||
6671.0 6167.0 -1390.0,61 65,stand,,,
|
||||
6698.0 6434.0 -1390.0,61 78 79 86,stand,,,
|
||||
6781.0 6566.0 -1390.0,77 79 80,stand,,,
|
||||
6650.0 6528.0 -1390.0,77 78,stand,,,
|
||||
6845.0 6651.0 -1390.0,78 81 89,stand,,,
|
||||
6953.0 6679.0 -1390.0,80 83 84 89,stand,,,
|
||||
6951.0 6799.0 -1390.0,50 83 88,stand,,,
|
||||
7047.0 6694.0 -1390.0,81 82,stand,,,
|
||||
7099.0 6543.0 -1390.0,81 85,stand,,,
|
||||
7080.0 6462.0 -1390.0,84 86 87 88,stand,,,
|
||||
6793.0 6396.0 -1390.0,61 77 85 87,stand,,,
|
||||
6908.0 6540.0 -1390.0,85 86,stand,,,
|
||||
7248.0 6594.0 -1390.0,82 85,stand,,,
|
||||
6805.0 6761.0 -1390.0,80 81,stand,,,
|
||||
7072.0 6329.0 -1226.0,64 91,stand,,,
|
||||
7157.0 6222.0 -1226.0,90 92 103,stand,,,
|
||||
7185.0 6102.0 -1226.0,91 93 103,stand,,,
|
||||
7267.0 5723.0 -1226.0,92 94 99,stand,,,
|
||||
7270.0 5631.0 -1226.0,93 95,stand,,,
|
||||
7167.0 5572.0 -1226.0,94 96,stand,,,
|
||||
7066.0 5553.0 -1226.0,95 97 98,stand,,,
|
||||
6995.0 5545.0 -1226.0,96 98 103 104 110,stand,,,
|
||||
7011.0 5603.0 -1226.0,96 97 99 100,stand,,,
|
||||
7055.0 5653.0 -1226.0,93 98 100,stand,,,
|
||||
6997.0 5676.0 -1226.0,98 99 101,stand,,,
|
||||
6923.0 5979.0 -1226.0,100 102,stand,,,
|
||||
7006.0 6110.0 -1226.0,101,stand,,,
|
||||
7101.0 6123.0 -1226.0,91 92 97,stand,,,
|
||||
6816.0 5508.0 -1226.0,97 105,stand,,,
|
||||
6844.0 5374.0 -1226.0,104 106,stand,,,
|
||||
6911.0 5240.0 -1226.0,105 107 109,stand,,,
|
||||
6963.0 5091.0 -1226.0,106 108 111,stand,,,
|
||||
7112.0 5086.0 -1226.0,107 113 115,stand,,,
|
||||
6990.0 5326.0 -1226.0,106 110,stand,,,
|
||||
6914.0 5479.0 -1226.0,97 109,stand,,,
|
||||
6883.0 4926.0 -1226.0,107 112 114,stand,,,
|
||||
6858.0 5102.0 -1226.0,111 113,stand,,,
|
||||
7047.0 5142.0 -1226.0,108 112,stand,,,
|
||||
7119.0 4963.0 -1226.0,111,stand,,,
|
||||
7392.0 5139.0 -1390.0,108 116,stand,,,
|
||||
7425.0 5100.0 -1390.0,115 117 136,stand,,,
|
||||
7288.0 5016.0 -1390.0,116 118,stand,,,
|
||||
6998.0 5089.0 -1390.0,117 119 120,stand,,,
|
||||
6898.0 4943.0 -1390.0,118,stand,,,
|
||||
6937.0 5456.0 -1390.0,118 121,stand,,,
|
||||
7021.0 5554.0 -1390.0,120 122 123 131,stand,,,
|
||||
6999.0 5643.0 -1390.0,73 121,stand,,,
|
||||
6818.0 5441.0 -1390.0,121 124,stand,,,
|
||||
6882.0 5289.0 -1390.0,123 125,stand,,,
|
||||
7062.0 5150.0 -1390.0,124 126,stand,,,
|
||||
7164.0 5182.0 -1390.0,125 127 131,stand,,,
|
||||
7358.0 5196.0 -1390.0,126 128,stand,,,
|
||||
7460.0 5300.0 -1390.0,127 129 136,stand,,,
|
||||
7411.0 5561.0 -1390.0,128 130 132,stand,,,
|
||||
7329.0 5597.0 -1390.0,129 131,stand,,,
|
||||
7123.0 5557.0 -1390.0,121 126 130,stand,,,
|
||||
7519.0 5646.0 -1390.0,129 133 134,stand,,,
|
||||
7530.0 5748.0 -1390.0,132 137,stand,,,
|
||||
7671.0 5583.0 -1390.0,132 135,stand,,,
|
||||
7735.0 5406.0 -1390.0,134 136,stand,,,
|
||||
7652.0 5152.0 -1390.0,116 128 135,stand,,,
|
||||
7423.0 5805.0 -1390.0,133 325,stand,,,
|
||||
6435.0 6970.0 -1390.0,57,stand,,,
|
||||
6160.0 7660.0 -1564.0,4 28 30,stand,,,
|
||||
4216.0 7547.0 -1648.0,141 163 167,stand,,,
|
||||
4136.0 7532.0 -1612.0,140 142 143,stand,,,
|
||||
4218.0 7367.0 -1612.0,141,stand,,,
|
||||
3935.0 7517.0 -1612.0,141 144 158,stand,,,
|
||||
3903.0 7599.0 -1564.0,143 145 147 153,stand,,,
|
||||
3855.0 7729.0 -1564.0,144 146,stand,,,
|
||||
3900.0 7794.0 -1564.0,145 152 154,stand,,,
|
||||
4015.0 7656.0 -1564.0,144 148 154,stand,,,
|
||||
4101.0 7657.0 -1564.0,147 149 150,stand,,,
|
||||
4177.0 7695.0 -1564.0,148 150 155,stand,,,
|
||||
4113.0 7748.0 -1564.0,148 149 151,stand,,,
|
||||
4065.0 7811.0 -1564.0,150 154,stand,,,
|
||||
3698.0 7755.0 -1564.0,146 153,stand,,,
|
||||
3744.0 7641.0 -1564.0,144 152,stand,,,
|
||||
3981.0 7806.0 -1564.0,146 147 151,stand,,,
|
||||
4770.0 7837.0 -1564.0,149 156 157,stand,,,
|
||||
4822.0 7890.0 -1564.0,155 157 185 186,stand,,,
|
||||
4833.0 7808.0 -1564.0,155 156 162 433,climb,,,
|
||||
3736.0 7490.0 -1612.0,143 159,climb,,,
|
||||
3731.0 7489.0 -1564.0,158 160,climb,,,
|
||||
3648.0 7481.0 -1616.0,159 161,climb,,,
|
||||
3205.0 7634.0 -1681.0,160 168 221 428,stand,,,
|
||||
5407.0 7964.0 -1564.0,157,stand,,,
|
||||
4850.0 7773.0 -1615.0,140 164 433,climb,,,
|
||||
5236.0 7601.0 -1636.0,163 165,stand,,,
|
||||
5545.0 7375.0 -1564.0,2 164 166,stand,,,
|
||||
4872.0 7354.0 -1639.0,165 167 417,stand,,,
|
||||
4385.0 7475.0 -1647.0,140 166,stand,,,
|
||||
3139.0 7890.0 -1687.0,161 169,stand,,,
|
||||
3106.0 8058.0 -1687.0,168 170 206 222,stand,,,
|
||||
3176.0 8157.0 -1687.0,169 171 206 212,stand,,,
|
||||
3307.0 7888.0 -1624.0,170 172,stand,,,
|
||||
3411.0 7905.0 -1624.0,171 173,stand,,,
|
||||
3377.0 8185.0 -1564.0,172 174 201,stand,,,
|
||||
3457.0 8225.0 -1564.0,173 189 202 204,stand,,,
|
||||
3604.0 8055.0 -1546.0,176 189,stand,,,
|
||||
3737.0 7859.0 -1564.0,175 177,stand,,,
|
||||
4052.0 7907.0 -1564.0,176 178 180 273,stand,,,
|
||||
4188.0 7924.0 -1564.0,177 179 180 181,stand,,,
|
||||
4342.0 7999.0 -1564.0,178 181 277,stand,,,
|
||||
4110.0 8016.0 -1564.0,177 178 188 273,stand,,,
|
||||
4296.0 7899.0 -1564.0,178 179 182 183,stand,,,
|
||||
4562.0 8010.0 -1564.0,181,stand,,,
|
||||
4406.0 7863.0 -1564.0,181 184 188,stand,,,
|
||||
4692.0 7910.0 -1564.0,183 185,stand,,,
|
||||
4777.0 7932.0 -1564.0,156 184 186 187,stand,,,
|
||||
4858.0 7976.0 -1564.0,156 185 304 305,stand,,,
|
||||
4719.0 8084.0 -1564.0,185,stand,,,
|
||||
4236.0 7826.0 -1564.0,180 183,stand,,,
|
||||
3600.0 8235.0 -1564.0,174 175 190,stand,,,
|
||||
3644.0 8284.0 -1564.0,189 191,stand,,,
|
||||
3638.0 8399.0 -1564.0,190 192,stand,,,
|
||||
3833.0 8522.0 -1564.0,191 193,stand,,,
|
||||
3985.0 8536.0 -1564.0,192 194 273 275,stand,,,
|
||||
4079.0 8701.0 -1564.0,193 195 196 275,stand,,,
|
||||
4047.0 8795.0 -1564.0,194 196 198,stand,,,
|
||||
4131.0 8717.0 -1564.0,194 195 197,stand,,,
|
||||
4446.0 8418.0 -1564.0,196,stand,,,
|
||||
3951.0 8830.0 -1564.0,195 199,stand,,,
|
||||
3719.0 8675.0 -1564.0,198 200 205,stand,,,
|
||||
3351.0 8503.0 -1564.0,199 201,stand,,,
|
||||
3298.0 8436.0 -1564.0,173 200,stand,,,
|
||||
3510.0 8093.0 -1564.0,174 203,stand,,,
|
||||
3540.0 7850.0 -1564.0,202,stand,,,
|
||||
3139.0 8357.0 -1564.0,174 205,stand,,,
|
||||
3113.0 8543.0 -1564.0,199 204,stand,,,
|
||||
3017.0 8237.0 -1687.0,169 170 207 272,stand,,,
|
||||
2946.0 8558.0 -1687.0,206 213,stand,,,
|
||||
1495.0 8205.0 -1831.0,209 258 268,stand,,,
|
||||
1602.0 8210.0 -1831.0,208 210,stand,,,
|
||||
1789.0 8211.0 -1685.0,209 214 241 271,stand,,,
|
||||
2566.0 8103.0 -1687.0,212 222,stand,,,
|
||||
3029.0 8124.0 -1687.0,170 211 241,stand,,,
|
||||
2396.0 8854.0 -1682.0,207 214,stand,,,
|
||||
1955.0 8839.0 -1687.0,210 213,stand,,,
|
||||
70.0 8575.0 -1938.0,216 228 229 429,stand,,,
|
||||
81.0 8146.0 -1938.0,215 217 227 430 431,stand,,,
|
||||
424.0 7561.0 -1943.0,216 218 219 228,stand,,,
|
||||
635.0 7406.0 -1943.0,217 219 432,stand,,,
|
||||
965.0 7406.0 -1943.0,217 218 220 235,stand,,,
|
||||
1504.0 7399.0 -1893.0,219 221,stand,,,
|
||||
2535.0 7608.0 -1692.0,161 220 222,stand,,,
|
||||
2494.0 7740.0 -1696.0,169 211 221 223,stand,,,
|
||||
1435.0 7556.0 -1908.0,222 224,stand,,,
|
||||
1166.0 7538.0 -1943.0,223 225 242,stand,,,
|
||||
1092.0 7594.0 -1943.0,224 226 242,stand,,,
|
||||
679.0 7606.0 -1943.0,225 227,stand,,,
|
||||
591.0 7718.0 -1943.0,216 226 228 431,stand,,,
|
||||
584.0 7882.0 -1943.0,215 217 227 229 230 431 432,stand,,,
|
||||
440.0 8432.0 -1932.0,215 228 429 430,stand,,,
|
||||
673.0 7883.0 -1935.0,228 231,stand,,,
|
||||
818.0 7912.0 -1831.0,230 232 233 255,stand,,,
|
||||
833.0 8287.0 -1831.0,231,stand,,,
|
||||
814.0 7734.0 -1831.0,231 234,stand,,,
|
||||
704.0 7738.0 -1831.0,233,stand,,,
|
||||
1091.0 7245.0 -1943.0,219 236,stand,,,
|
||||
907.0 7247.0 -1823.0,235 237,stand,,,
|
||||
902.0 7313.0 -1823.0,236 238,stand,,,
|
||||
1104.0 7297.0 -1687.0,237 239,stand,,,
|
||||
1138.0 7759.0 -1687.0,238 240,stand,,,
|
||||
1655.0 8030.0 -1687.0,239 241,stand,,,
|
||||
2166.0 7909.0 -1687.0,210 212 240,stand,,,
|
||||
1142.0 7627.0 -1943.0,224 225 243,stand,,,
|
||||
1145.0 7781.0 -1831.0,242 244 245 254,stand,,,
|
||||
1177.0 7899.0 -1831.0,243 248 249 254,stand,,,
|
||||
1289.0 7816.0 -1831.0,243 246 246 251,stand,,,
|
||||
1391.0 7916.0 -1831.0,245 245 247 250,stand,,,
|
||||
1326.0 7984.0 -1831.0,246 248 250,stand,,,
|
||||
1215.0 7980.0 -1831.0,244 247 249,stand,,,
|
||||
1165.0 8097.0 -1831.0,244 248 257 258,stand,,,
|
||||
1470.0 8023.0 -1831.0,246 247,stand,,,
|
||||
1337.0 7752.0 -1831.0,245 252,stand,,,
|
||||
1462.0 7748.0 -1831.0,251 253,stand,,,
|
||||
1456.0 7882.0 -1831.0,252,stand,,,
|
||||
989.0 7905.0 -1831.0,243 244 255,stand,,,
|
||||
913.0 7902.0 -1831.0,231 254 256,stand,,,
|
||||
917.0 8122.0 -1831.0,255 257 269,stand,,,
|
||||
1108.0 8153.0 -1831.0,249 256 258,stand,,,
|
||||
1265.0 8191.0 -1831.0,208 249 257 427,stand,,,
|
||||
1319.0 8322.0 -1811.0,260 427,climb,,,
|
||||
1315.0 8366.0 -1943.0,259 261 266,climb,,,
|
||||
1444.0 8738.0 -1943.0,260 262 267,stand,,,
|
||||
983.0 8759.0 -1943.0,261 263,stand,,,
|
||||
982.0 8314.0 -1943.0,262 264,stand,,,
|
||||
1143.0 8317.0 -1943.0,263 265,stand,,,
|
||||
1204.0 8443.0 -1943.0,264 266,stand,,,
|
||||
1309.0 8443.0 -1943.0,260 265 267,stand,,,
|
||||
1447.0 8433.0 -1943.0,261 266,stand,,,
|
||||
1379.0 8241.0 -1831.0,208 427,stand,,,
|
||||
921.0 8830.0 -1831.0,256 270,stand,,,
|
||||
1509.0 8822.0 -1814.0,269,stand,,,
|
||||
2340.0 8358.0 -1680.0,210 272,stand,,,
|
||||
2883.0 8399.0 -1687.0,206 271,stand,,,
|
||||
4065.0 8129.0 -1564.0,177 180 193 274 275,stand,,,
|
||||
4339.0 8391.0 -1564.0,273 275,stand,,,
|
||||
4156.0 8458.0 -1564.0,193 194 273 274 276,stand,,,
|
||||
3963.0 8740.0 -1564.0,275,stand,,,
|
||||
4564.0 8046.0 -1402.0,179 278 279,stand,,,
|
||||
4600.0 8010.0 -1402.0,277 279 280,stand,,,
|
||||
4663.0 8076.0 -1402.0,277 278 281 282,stand,,,
|
||||
4432.0 7958.0 -1402.0,278,stand,,,
|
||||
4711.0 8114.0 -1402.0,279 282 283,stand,,,
|
||||
4722.0 8079.0 -1402.0,279 281 296,stand,,,
|
||||
4683.0 8249.0 -1402.0,281 284 285,stand,,,
|
||||
4894.0 8249.0 -1402.0,283,stand,,,
|
||||
4689.0 8320.0 -1402.0,283 286,stand,,,
|
||||
4741.0 8402.0 -1402.0,285 287,stand,,,
|
||||
4934.0 8433.0 -1402.0,286 288 289,stand,,,
|
||||
5006.0 8368.0 -1402.0,287 289 291 292,stand,,,
|
||||
5033.0 8455.0 -1402.0,287 288 290,stand,,,
|
||||
5298.0 8492.0 -1402.0,289,stand,,,
|
||||
5014.0 8198.0 -1402.0,288,stand,,,
|
||||
5117.0 8290.0 -1402.0,288 293 294,stand,,,
|
||||
5280.0 8252.0 -1402.0,292 295 296,stand,,,
|
||||
5297.0 8395.0 -1402.0,292,stand,,,
|
||||
5338.0 8199.0 -1402.0,293 296 297,stand,,,
|
||||
5296.0 8183.0 -1402.0,282 293 295,stand,,,
|
||||
5403.0 8220.0 -1402.0,17 295,stand,,,
|
||||
5389.0 8141.0 -1564.0,15 299 316,stand,,,
|
||||
5291.0 8187.0 -1564.0,298 300 306,stand,,,
|
||||
5229.0 8174.0 -1564.0,299 301 306,stand,,,
|
||||
5134.0 8153.0 -1564.0,300 302 307,stand,,,
|
||||
5037.0 8144.0 -1564.0,301 303 307,stand,,,
|
||||
4983.0 8136.0 -1564.0,302 304 308,stand,,,
|
||||
4929.0 8109.0 -1564.0,186 303 305 308,stand,,,
|
||||
4826.0 8120.0 -1564.0,186 304,stand,,,
|
||||
5249.0 8231.0 -1564.0,299 300 315,stand,,,
|
||||
5128.0 7984.0 -1564.0,301 302,stand,,,
|
||||
4930.0 8179.0 -1564.0,303 304 309 310,stand,,,
|
||||
5015.0 8426.0 -1564.0,308 310 314,stand,,,
|
||||
4889.0 8329.0 -1564.0,308 309 311,stand,,,
|
||||
4822.0 8302.0 -1564.0,310 312 313,stand,,,
|
||||
4601.0 8281.0 -1564.0,311 313 409,stand,,,
|
||||
4716.0 8362.0 -1564.0,311 312,stand,,,
|
||||
5094.0 8429.0 -1564.0,309 315 317,stand,,,
|
||||
5245.0 8286.0 -1564.0,306 314 317,stand,,,
|
||||
5340.0 8114.0 -1564.0,298,stand,,,
|
||||
5206.0 8444.0 -1564.0,314 315,stand,,,
|
||||
6183.0 8355.0 -1564.0,23 319 322,stand,,,
|
||||
6269.0 8353.0 -1612.0,318 320,stand,,,
|
||||
6347.0 8125.0 -1612.0,319 321,stand,,,
|
||||
6641.0 8143.0 -1612.0,320,stand,,,
|
||||
6183.0 8013.0 -1564.0,318,stand,,,
|
||||
6091.0 7662.0 -1564.0,4 24 28,stand,,,
|
||||
6345.0 7640.0 -1564.0,29,stand,,,
|
||||
7285.0 5767.0 -1518.0,137 326,stand,,,
|
||||
7262.0 5711.0 -1518.0,325 327,stand,,,
|
||||
7308.0 5567.0 -1646.0,326 328,stand,,,
|
||||
7328.0 5358.0 -1646.0,327 329 330,stand,,,
|
||||
7357.0 5274.0 -1646.0,328 330 331 416,stand,,,
|
||||
7270.0 5307.0 -1646.0,328 329 402,stand,,,
|
||||
7734.0 4440.0 -1646.0,329 332 415,stand,,,
|
||||
7823.0 4384.0 -1646.0,331 333,stand,,,
|
||||
8125.0 4454.0 -1646.0,332 357 362 363 366,stand,,,
|
||||
12210.0 4382.0 -1071.0,335 338,stand,,,
|
||||
12199.0 3697.0 -1071.0,334 336,stand,,,
|
||||
11721.0 3729.0 -1071.0,335 337,stand,,,
|
||||
11662.0 4180.0 -1071.0,336 338 340,stand,,,
|
||||
11723.0 4408.0 -1071.0,334 337,stand,,,
|
||||
10607.0 4093.0 -1251.0,340 341,stand,,,
|
||||
11433.0 4197.0 -1239.0,337 339,stand,,,
|
||||
10414.0 4004.0 -1447.0,339 342,stand,,,
|
||||
10398.0 3346.0 -1447.0,341 343,stand,,,
|
||||
10169.0 3297.0 -1646.0,342 344,stand,,,
|
||||
9631.0 3186.0 -1646.0,343 345 346,stand,,,
|
||||
9396.0 3144.0 -1646.0,344 346 347,stand,,,
|
||||
9459.0 3340.0 -1646.0,344 345 384,stand,,,
|
||||
8434.0 2946.0 -1646.0,345 348,stand,,,
|
||||
8316.0 3050.0 -1646.0,347 349,stand,,,
|
||||
8131.0 3952.0 -1646.0,348 350,stand,,,
|
||||
8208.0 3999.0 -1646.0,349 351 351 353 363,stand,,,
|
||||
8111.0 4033.0 -1646.0,350 350 352,stand,,,
|
||||
8073.0 4268.0 -1646.0,351,stand,,,
|
||||
8317.0 3929.0 -1646.0,350 354 356 366,stand,,,
|
||||
8322.0 3817.0 -1646.0,353 355,stand,,,
|
||||
8758.0 3925.0 -1646.0,354 356,stand,,,
|
||||
8716.0 4140.0 -1646.0,353 355 364,stand,,,
|
||||
8530.0 4430.0 -1646.0,333 358 363 364,stand,,,
|
||||
8566.0 4590.0 -1646.0,357 364 365 379,stand,,,
|
||||
8521.0 4788.0 -1646.0,360 365,stand,,,
|
||||
8334.0 4860.0 -1646.0,359 361,stand,,,
|
||||
8170.0 4785.0 -1646.0,360 362,stand,,,
|
||||
8135.0 4554.0 -1646.0,333 361 365,stand,,,
|
||||
8360.0 4320.0 -1646.0,333 350 357,stand,,,
|
||||
8656.0 4434.0 -1646.0,356 357 358 379,stand,,,
|
||||
8528.0 4707.0 -1646.0,358 359 362,stand,,,
|
||||
8380.0 3986.0 -1646.0,333 353 367,stand,,,
|
||||
8900.0 4154.0 -1646.0,366 368 368,stand,,,
|
||||
9028.0 4322.0 -1646.0,367 367 369,stand,,,
|
||||
9167.0 4363.0 -1615.0,368 370 379,stand,,,
|
||||
9257.0 4402.0 -1615.0,369 371 372 377 380,stand,,,
|
||||
9461.0 4457.0 -1615.0,370 372 375 376,stand,,,
|
||||
9675.0 4407.0 -1615.0,370 371 373 376,stand,,,
|
||||
9721.0 4580.0 -1615.0,372 374,stand,,,
|
||||
9608.0 4642.0 -1615.0,373 375,stand,,,
|
||||
9505.0 4599.0 -1615.0,371 374,stand,,,
|
||||
9498.0 4309.0 -1615.0,371 372,stand,,,
|
||||
9213.0 4560.0 -1615.0,370 378 385,stand,,,
|
||||
9126.0 4545.0 -1615.0,377 379,stand,,,
|
||||
8856.0 4473.0 -1646.0,358 364 369 378,stand,,,
|
||||
9330.0 4042.0 -1615.0,370 381,stand,,,
|
||||
9344.0 3971.0 -1646.0,380 382,stand,,,
|
||||
9398.0 3671.0 -1646.0,381 383,stand,,,
|
||||
9416.0 3577.0 -1615.0,382 384,stand,,,
|
||||
9447.0 3430.0 -1615.0,346 383,stand,,,
|
||||
9171.0 4810.0 -1615.0,377 386,stand,,,
|
||||
9160.0 4858.0 -1646.0,385 387,stand,,,
|
||||
9090.0 5202.0 -1646.0,386 388,stand,,,
|
||||
9077.0 5256.0 -1615.0,387 389,stand,,,
|
||||
9031.0 5385.0 -1615.0,388 390 391,stand,,,
|
||||
8902.0 5415.0 -1615.0,389 391 410,stand,,,
|
||||
9006.0 5510.0 -1615.0,389 390 392,stand,,,
|
||||
8992.0 5661.0 -1615.0,391 393,stand,,,
|
||||
8949.0 5892.0 -1814.0,392 394,stand,,,
|
||||
8675.0 7149.0 -1814.0,393 395,stand,,,
|
||||
8512.0 7211.0 -1814.0,394 396,stand,,,
|
||||
6643.0 6833.0 -1814.0,395 397 403,stand,,,
|
||||
6419.0 6744.0 -1814.0,396 398 403,stand,,,
|
||||
6384.0 6554.0 -1814.0,397 425 426,stand,,,
|
||||
6597.0 5536.0 -1814.0,400 426,stand,,,
|
||||
6623.0 5472.0 -1836.0,399 401,stand,,,
|
||||
6906.0 5238.0 -1845.0,400 402,stand,,,
|
||||
7155.0 5281.0 -1646.0,330 401,stand,,,
|
||||
6552.0 6925.0 -1814.0,396 397 404,stand,,,
|
||||
6343.0 8176.0 -1814.0,403 405,stand,,,
|
||||
6198.0 8278.0 -1814.0,404 406,stand,,,
|
||||
4554.0 7947.0 -1814.0,405 407,stand,,,
|
||||
4495.0 7982.0 -1814.0,406 408,stand,,,
|
||||
4475.0 8069.0 -1814.0,407 409,stand,,,
|
||||
4446.0 8247.0 -1692.0,312 408,stand,,,
|
||||
8826.0 5400.0 -1615.0,390 411,stand,,,
|
||||
8741.0 5378.0 -1646.0,410 412,stand,,,
|
||||
7658.0 5113.0 -1646.0,411 413,stand,,,
|
||||
7623.0 5084.0 -1646.0,412 414,stand,,,
|
||||
7672.0 4874.0 -1646.0,413 415 416,stand,,,
|
||||
7641.0 4497.0 -1646.0,331 414,stand,,,
|
||||
7518.0 4816.0 -1646.0,329 414,stand,,,
|
||||
5808.0 6689.0 -1345.0,0 166 428,stand,,,
|
||||
6644.0 4869.0 -1321.0,0,stand,,,
|
||||
6255.0 5971.0 -1390.0,0 420,stand,,,
|
||||
6478.0 6012.0 -1390.0,419 421,stand,,,
|
||||
6637.0 6057.0 -1518.0,420 422,stand,,,
|
||||
6641.0 6102.0 -1518.0,421 423,stand,,,
|
||||
6562.0 6396.0 -1814.0,422 424,stand,,,
|
||||
6538.0 6482.0 -1814.0,423 425,stand,,,
|
||||
6424.0 6482.0 -1814.0,398 424 426,stand,,,
|
||||
6410.0 6422.0 -1814.0,398 399 425,stand,,,
|
||||
1318.0 8283.0 -1831.0,258 259 268,climb,,,
|
||||
4199.0 7007.0 -1419.0,161 417,stand,,,
|
||||
232.0 8447.0 -1943.0,215 229 430,stand,,,
|
||||
227.0 8244.0 -1943.0,216 229 429 431,stand,,,
|
||||
354.0 8025.0 -1943.0,216 227 228 430 432,stand,,,
|
||||
367.0 7808.0 -1943.0,218 228 431,stand,,,
|
||||
4831.0 7796.0 -1524.0,157 163,climb,,,
|
||||
6924.0 7121.0 -1390.0,39 45,stand,,,
|
||||
6271.0 7088.0 -1419.0,1 2,stand,,,
|
||||
|
388
scriptdata/waypoints/mp_abandon_wp.csv
Normal file
@@ -0,0 +1,388 @@
|
||||
387
|
||||
1896.29 1372.49 -63.875,1 109 238 260 261 262 384,stand,,,
|
||||
2410.13 1389.51 -63.875,0 2 253 260 265 272,stand,,,
|
||||
2611.81 1826.16 -48.419,1 251 252 253,stand,,,
|
||||
2177.11 2130.8 -63.875,4 18 127 249 250 252 259,stand,,,
|
||||
1953.2 2279.31 -63.875,3 5 127 248 249,stand,,,
|
||||
1616.33 2232.19 -3.875,4 6 10,stand,,,
|
||||
1366.59 2478.79 -3.875,5 7,stand,,,
|
||||
1106.62 2352.79 -3.875,6 8,stand,,,
|
||||
1033.62 2124.98 -3.875,7 9 11,stand,,,
|
||||
1240.5 1904.95 -3.875,8 10,stand,,,
|
||||
1533.25 1960.07 -3.875,9 5,stand,,,
|
||||
891.122 2103.49 -3.875,8 12,stand,,,
|
||||
920.505 1852.73 -3.875,11 13 17,stand,,,
|
||||
454.062 1790.85 8.71387,12 232 231,stand,,,
|
||||
107.625 1317.98 -31.875,15 221 225 228 232,stand,,,
|
||||
337.67 1096.27 -63.875,14 16 102 223 227,stand,,,
|
||||
664.742 1396.8 -63.875,15 17 113 227 228,stand,,,
|
||||
971.498 1512.76 -63.875,16 12 111 239 243,stand,,,
|
||||
1840.58 1863.01 -63.875,3 246 245 127 259 262 383,stand,,,
|
||||
2661.23 1128.84 -62.8848,20 272 273 274,stand,,,
|
||||
3035.08 778.014 -55.2716,19 21 275 301 302 304,stand,,,
|
||||
2812.8 585.39 -51.875,20 22 42 130 275 369,stand,,,
|
||||
2450.11 724.785 -63.875,21 23 369,stand,,,
|
||||
2143.43 954.41 -63.875,22 24 276,stand,,,
|
||||
1944.81 746.156 -63.875,23 25 28 277,stand,,,
|
||||
1923.21 571.454 -39.875,24 26 269,stand,,,
|
||||
2030.82 385.415 -63.875,25 27 368,stand,,,
|
||||
2306.85 194.756 -63.875,26 35 278 368,stand,,,
|
||||
2272.95 507.299 -63.875,24 29 368,stand,,,
|
||||
2421.51 548.867 -66.8462,28 30,stand,,,
|
||||
2543.77 454.032 -27.9903,29 31,stand,,,
|
||||
2251 84.2754 126.125,30 32 279,stand,,,
|
||||
1974.42 290.231 126.125,31 33 281,stand,,,
|
||||
2038.11 367.141 128.125,32 34 286,stand,,,
|
||||
1965.85 814.585 128.125,33 36 284 283 285 288,stand,,,
|
||||
2510 500.759 128.125,36 27 292,stand,,,
|
||||
2308.37 602.376 128.125,35 34 288 289 290,stand,,,
|
||||
2912.3 178.256 100.467,38 129 292,stand,,,
|
||||
3074.3 47.4363 42.5222,37 39 131,stand,,,
|
||||
2773.63 -206.986 -45.4839,38 40 62 295,stand,,,
|
||||
2961.44 -323.943 -53.7632,39 41 44 56 306 308,stand,,,
|
||||
3274.32 171.371 -60.8485,40 42 43 307,stand,,,
|
||||
2985.63 464.971 -53.7425,41 21 304,stand,,,
|
||||
3451.16 429.082 -47.0662,41 299 296 302 303 304,stand,,,
|
||||
2813.58 -878.7 -43.2767,40 308 56 309 313 310,stand,,,
|
||||
2443.66 -1346.05 -25.4662,58 313 316 317 314,stand,,,
|
||||
2124.14 -1844.61 -50.6304,47 64 317 318 314 320,stand,,,
|
||||
1752.99 -2107.98 -17.7433,46 48 51 63 320 322,stand,,,
|
||||
1882.16 -1864.84 57.1378,47 49,stand,,,
|
||||
2223.91 -1410.75 121.911,48 50,stand,,,
|
||||
2531.96 -999.769 244.065,49 326,stand,,,
|
||||
1801.13 -2632 42.694,47 52 321 322 324 325,stand,,,
|
||||
2366.95 -2503.72 -35.1275,51 53 323,stand,,,
|
||||
2803.87 -2234.76 -53.0336,52 54,stand,,,
|
||||
3245.54 -1918.44 -62.3579,53 55 312,stand,,,
|
||||
2765.4 -1695.82 9.55535,54 315 316,stand,,,
|
||||
2629.45 -661.84 -32.5459,40 57 44,stand,,,
|
||||
2472.88 -849.104 -34.2909,56 58 313 360,stand,,,
|
||||
2220.79 -1180.11 -17.6757,57 45,stand,,,
|
||||
2225.98 -704.74 -17.875,60 360,stand,,,
|
||||
2307.66 -587.213 -17.875,59 359 361 364,stand,,,
|
||||
2582.16 -270.854 -17.875,62 364,stand,,,
|
||||
2684.59 -344.943 -45.875,61 39 361,stand,,,
|
||||
1503.84 -2078.76 -28.0403,47 75 322 329 328 332,stand,,,
|
||||
1849.59 -1669.6 -47.8914,46 329,stand,,,
|
||||
1050.01 -1751.13 -56.4737,66 74 137 146 147 328 334,stand,,,
|
||||
1199.85 -1555.74 48.125,65 152 153,stand,,,
|
||||
764.237 -1232.65 102.125,68 151 152 150 154,stand,,,
|
||||
459.292 -1020.85 80.125,67 154 159 162,stand,,,
|
||||
222.024 -1291.55 80.125,70 157 158 159 160 161,stand,,,
|
||||
5.71331 -1569.45 48.125,69 71,stand,,,
|
||||
265.294 -1769.14 -57.5248,70 72 79 136 163,stand,,,
|
||||
157.275 -1904.62 -57.875,71 73 132 133,stand,,,
|
||||
539.41 -2227.1 -57.875,72 74 134,stand,,,
|
||||
693.936 -2017.14 -59.5458,73 75 65 135 137 334,stand,,,
|
||||
1014.23 -2134.61 -59.5283,74 63 328 331 330,stand,,,
|
||||
746.349 -1365.62 -62.8987,139 145 144 142 146 143 381,stand,,,
|
||||
400.018 -1078.31 -57.875,139 140 141 164,stand,,,
|
||||
119.528 -1424.9 -57.8354,79 165,stand,,,
|
||||
318.895 -1564.23 -55.875,78 71 138 170 379 136,stand,,,
|
||||
-173.908 -1094.7 -63.875,81 167 172 173,stand,,,
|
||||
-397.647 -1381.58 -63.875,80 82 186 185,stand,,,
|
||||
-717.826 -1172.05 -63.875,81 86 180 185 186,stand,,,
|
||||
-106.316 -413.158 -63.875,84 93 176 177 175,stand,,,
|
||||
171.667 -667.76 -63.875,83 172,stand,,,
|
||||
-782.047 -637.027 -63.875,189 188 179,stand,,,
|
||||
-1039.95 -990.766 -63.875,82 87 188,stand,,,
|
||||
-1182.04 -859.729 -63.875,86 88 187,stand,,,
|
||||
-843.247 -427.621 -63.875,87 199,stand,,,
|
||||
-533.541 -40.4135 -62.9204,93 199 200,stand,,,
|
||||
-769.326 123.57 -61.5092,198 200 203,stand,,,
|
||||
-549.532 368.162 -67.875,97 98 191 193 194 195 196 203,stand,,,
|
||||
-213.36 110.961 -67.8813,94 96 190 191 194 204 192,stand,,,
|
||||
-427.537 -185.917 -63.875,83 89 189 204,stand,,,
|
||||
251.611 -256.407 -62.875,92 95 205,stand,,,
|
||||
402.389 -54.0425 -62.875,94 96 104 374,stand,,,
|
||||
-16.9708 309.764 -67.875,92 103 95 197 192 373,stand,,,
|
||||
-180.902 714 -63.875,91 193 101 102 103 197 211 210,stand,,,
|
||||
-831.028 871.364 -63.875,91 99 193 207,stand,,,
|
||||
-737.272 1265.61 -63.875,98 100 217 208,stand,,,
|
||||
-340.755 1332.3 -63.875,99 209 224,stand,,,
|
||||
106.751 946.458 -61.875,102 97 216 210 220 224,stand,,,
|
||||
214.838 862.154 -67.875,101 15 103 97 219 222 197,stand,,,
|
||||
361.074 673.532 -61.875,102 96 97 197 219,stand,,,
|
||||
640.75 224.262 -64.0781,95 105 106 375,stand,,,
|
||||
489.04 366.609 -63.875,104 376,stand,,,
|
||||
925.097 421.354 -67.875,104 107 375 376 377,stand,,,
|
||||
1338.47 584.911 -68.468,106 115 268 269 377,stand,,,
|
||||
1531.46 899.336 -63.875,109 266 268,stand,,,
|
||||
1778.54 930.083 -63.3491,108 0 110 238 261 266,stand,,,
|
||||
1485.38 1097.43 -49.1369,109 111 236 238,stand,,,
|
||||
1084.09 993.811 22.125,110 112 113 236 239 17,stand,,,
|
||||
964.786 830.18 66.125,111 128,climb,,,
|
||||
825.823 1116.73 19.484,111 16 372,stand,,,
|
||||
700.96 903.39 24.125,233 372 226,stand,,,
|
||||
1432.68 454.547 -66.8475,107 116 117 269 377,stand,,,
|
||||
1766.57 230.486 -67.875,115 120 118 367 119,stand,,,
|
||||
1285.56 179.563 -67.875,115 118 378 377,stand,,,
|
||||
1555.35 -20.2444 -67.875,117 119 124 116 120,stand,,,
|
||||
1911.16 -299.728 -67.875,118 120 121 359 357 116,stand,,,
|
||||
2174.32 -39.4204 -67.875,116 119 358 366 118,stand,,,
|
||||
1950.02 -567.864 -61.875,119 122 355 356 359,stand,,,
|
||||
1672.7 -714.63 -67.875,121 123 351 354,stand,,,
|
||||
1407.39 -518.506 -67.875,122 124 353 354,stand,,,
|
||||
1319.96 -302.975 -67.875,123 118,stand,,,
|
||||
1232.69 -736.088 -67.875,126 340 342 353 352,stand,,,
|
||||
940.486 -1098.08 -55.875,125 144 336 335,stand,,,
|
||||
1979.34 2106.92 -63.875,3 246 18 4,stand,,,
|
||||
963.146 819.38 267.51,112 241,climb,61.0358 -125.963 0,,
|
||||
2851.99 365.493 125.855,37 130,climb,59.5032 141.499 0,,
|
||||
2781.1 408.48 -19.875,129 21,climb,31.2573 74.5704 0,,
|
||||
3357.47 72.5815 151.04,38,stand,6.79627 -9.42556 0,,
|
||||
33.0258 -1892.23 -57.875,72,crouch,3.27942 0.264401 0,,
|
||||
226.238 -2063 -57.875,72,crouch,2.93335 91.2587 0,,
|
||||
692.168 -2282.16 -57.875,73,crouch,3.97156 116.121 0,,
|
||||
573.491 -1951.78 -58.6951,136 74 137,stand,7.25098 126.481 0,,
|
||||
464.902 -1782.35 -55.875,71 135 163 379 79,stand,9.49768 149.272 0,,
|
||||
723.223 -1837.41 9.09919,135 74 65 147 382 379,stand,32.2888 -147.875 0,,
|
||||
390.514 -1355.71 -58.4042,79 170 171 139,stand,10.7062 -111.544 0,,
|
||||
526.377 -1180.08 -57.7011,76 77 141 140 142 138 171,stand,10.5304 -18.6597 0,,
|
||||
479.085 -944.055 -57.875,77 141 139,crouch,4.48792 -65.9778 0,,
|
||||
604.19 -1039.2 -57.875,140 139 77 142,crouch,5.69641 -125.892 0,,
|
||||
647.763 -1156.9 -58.0609,143 144 139 141 76,stand,13.1232 -19.1925 0,,
|
||||
769.935 -1117.15 -57.875,144 142 76,stand,4.83398 49.7028 0,,
|
||||
859.885 -1218.24 -63.875,76 145 143 142 146 126,stand,11.5686 -27.4762 0,,
|
||||
968.4 -1315.74 -57.875,76 144 146,stand,4.6637 60.4089 0,,
|
||||
821.164 -1453.53 -63.015,76 65 147 148 145 144 381,stand,15.8862 -45.0928 0,,
|
||||
828.422 -1617.8 -65.875,146 137 65 148 382 381,stand,10.1898 75.9381 0,,
|
||||
1040.53 -1536.97 -58.1612,147 146,crouch,3.27942 -160.251 0,,
|
||||
1035.93 -1215.82 102.125,150 152,crouch,11.3983 54.3445 0,,
|
||||
924.756 -1139.93 102.125,151 149 67 152,crouch,10.1898 51.2353 0,,
|
||||
810.711 -1045.33 102.125,150 67,crouch,11.7389 53.136 0,,
|
||||
902.839 -1329.36 102.125,67 66 149 150 153,stand,22.9669 -50.119 0,,
|
||||
1018.04 -1476.23 78.125,152 66,crouch,20.0281 -133 0,,
|
||||
539.748 -1101.25 80.125,67 68,crouch,15.0238 -94.6741 0,,
|
||||
-14.9219 -1016.62 82.125,156 157 158,crouch,23.8293 138.077 0,,
|
||||
-91.0886 -1116.55 82.125,155 158 157,crouch,25.9003 140.323 0,,
|
||||
143.609 -1087.48 80.125,155 69 156 159,stand,8.97583 -33.8922 0,,
|
||||
26.7053 -1236.88 80.125,156 69 155 160,stand,11.0522 156.721 0,,
|
||||
298.165 -1204.22 80.125,69 68 157 161 162,stand,8.63525 50.8838 0,,
|
||||
222.929 -1403.33 80.125,69 158,crouch,15.7104 -33.0298 0,,
|
||||
355.414 -1232.95 80.125,69 159,crouch,14.502 -39.7644 0,,
|
||||
454.284 -1104.57 80.125,68 159,crouch,22.2748 -62.215 0,,
|
||||
379.127 -1904.84 19.125,136 71,crouch,7.25098 55.8826 0,,
|
||||
289.871 -1207.57 -57.7716,77 165 171 169,stand,15.7104 48.8184 0,,
|
||||
182.854 -1353.85 -57.6507,164 78 170 166,stand,22.099 144.636 0,,
|
||||
38.5148 -1237.06 -59.875,165 167 169,stand,16.4026 57.7887 0,,
|
||||
-27.6682 -1195.49 -59.875,166 80 168,stand,15.1941 53.8171 0,,
|
||||
55.7632 -1056.56 -59.875,172 169 167,stand,14.3317 -117.636 0,,
|
||||
138.121 -1103.18 -59.875,168 164 166,stand,11.3983 -35.2765 0,,
|
||||
303.71 -1438.57 -58.9472,138 165 79,stand,21.5826 59.3433 0,,
|
||||
376.156 -1279.17 -56.8536,138 139 164,stand,24.516 140.664 0,,
|
||||
-63.3616 -964.289 -63.875,84 80 168 174 175,stand,13.0011 -122.634 0,,
|
||||
-410.768 -1026.75 -71.875,174 80 181 182 184,stand,6.61255 53.3063 0,,
|
||||
-223.141 -851.703 -71.875,173 175 172 182,stand,10.238 49.1589 0,,
|
||||
-133.921 -701.132 -71.875,83 174 176 172,stand,5.40405 89.7369 0,,
|
||||
-228.591 -564.789 -71.875,83 177 175 183,stand,11.6168 143.262 0,,
|
||||
-360.684 -470.827 -71.875,83 178 176 183,stand,10.4083 -144.393 0,,
|
||||
-489.909 -628.36 -71.875,179 177 183 189,stand,8.68347 -126.436 0,,
|
||||
-581.583 -788.939 -71.875,180 178 182 181 85,stand,8.3374 -131.44 0,,
|
||||
-755.239 -892.982 -71.875,181 179 82 188,stand,7.12891 -84.9951 0,,
|
||||
-571.533 -988.881 -71.875,173 180 179 182 185,stand,2.29492 44.6765 0,,
|
||||
-443.306 -853.36 -71.875,183 173 174 179 181,stand,6.78284 51.4111 0,,
|
||||
-317.84 -686.733 -71.875,178 176 177 182,stand,8.85376 46.2311 0,,
|
||||
-389.725 -1218.41 -71.875,173,prone,2.29492 91.6321 0,,
|
||||
-447.452 -1306.19 -63.875,181 82 81,crouch,0.0482178 100.608 0,,
|
||||
-532.294 -1448.56 -63.875,81 82,crouch,6.61255 110.963 0,,
|
||||
-1243.62 -938.436 -58.0126,87,crouch,3.50342 48.4558 0,,
|
||||
-870.443 -745.142 -63.875,85 86 180,stand,15.072 -34.7711 0,,
|
||||
-647.218 -464.916 -63.875,93 85 178,stand,11.2708 -38.2208 0,,
|
||||
-229.176 -108.721 -62.875,92 204,crouch,1.60278 99.2181 0,,
|
||||
-441.619 123.397 -61.875,91 194 92 203 204,stand,5.05798 142.037 0,,
|
||||
-357.664 382.601 -67.9895,193 194 96 92,stand,19.906 138.582 0,,
|
||||
-512.018 493.454 -67.9849,91 192 196 98 97 211 218,stand,16.2805 -74.3109 0,,
|
||||
-370.921 255.631 -67.875,192 191 92 91,stand,13.0011 -142.855 0,,
|
||||
-837.294 290.782 -61.875,91 206,crouch,1.25671 27.2082 0,,
|
||||
-878.577 461.152 -61.875,91 193 206,crouch,2.81128 -9.91454 0,,
|
||||
28.5873 537.439 -67.875,103 97 96 102 373,stand,6.78284 -40.473 0,,
|
||||
-856.688 28.082 -62.3648,90 199,crouch,3.84949 12.5415 0,,
|
||||
-612.971 -129.449 -62.875,88 89 198,stand,17.6593 69.3408 0,,
|
||||
-653.265 44.3173 -62.875,202 201 90 89,stand,13.1714 -39.6051 0,,
|
||||
-645.193 -35.9465 -62.875,200,crouch,3.50342 89.3744 0,,
|
||||
-740.337 36.7409 -62.875,200,crouch,6.0907 28.598 0,,
|
||||
-663.529 240.385 -62.0977,91 90 191,stand,16.4508 -123.348 0,,
|
||||
-319.669 -33.1474 -62.875,93 190 191 92,stand,11.1005 123.042 0,,
|
||||
224.78 -350.376 -62.875,94,crouch,3.32764 103.333 0,,
|
||||
-809.501 383.497 -61.875,196 195,prone,-0.638428 8.71276 0,,
|
||||
-720.966 910.064 -38.875,212 98 213 208,stand,19.3896 83.6505 0,,
|
||||
-688.508 1127.01 -38.875,217 99 207,stand,16.7969 31.85 0,,
|
||||
-301.654 1164.9 -38.875,100 216 217,stand,14.3799 -43.9502 0,,
|
||||
-237.066 846.847 -38.875,97 215 101,stand,12.655 -153.759 0,,
|
||||
-437.974 701.094 -38.875,193 97,stand,10.7544 155.995 0,,
|
||||
-545.089 876.989 -39.4486,215 207 218,stand,11.7926 109.029 0,,
|
||||
-546.806 1058.75 -43.5192,207 214 217,stand,9.89197 52.9108 0,,
|
||||
-395.086 1057.4 -46.2231,213 215 216,stand,8.85376 -22.5378 0,,
|
||||
-363.917 895.435 -37.875,210 212 214,stand,14.2096 -118.536 0,,
|
||||
-238.976 984.139 -38.875,209 101 214,stand,8.3374 99.3555 0,,
|
||||
-518.101 1205.07 -38.875,213 99 209 208,stand,11.9629 -90.9112 0,,
|
||||
-602.942 736.252 -38.8972,212 193,stand,12.309 -105.237 0,,
|
||||
419.757 769.541 -63.875,103 102 222,prone,2.46521 -164.454 0,,
|
||||
80.7617 1052.2 -63.875,221 101 224,stand,14.3799 53.2733 0,,
|
||||
143.233 1118.49 -57.0138,220 14,stand,21.8066 -135.444 0,,
|
||||
389.662 846.424 -63.875,223 219 102,stand,16.4508 55.8551 0,,
|
||||
436.748 907.797 -58.5895,222 226 227 15,stand,23.1854 -131.654 0,,
|
||||
29.9254 1047 -63.875,220 101 100,stand,17.8351 18.3862 0,,
|
||||
15.7984 1198.61 12.0149,14,stand,7.2992 -125.26 0,,
|
||||
496.007 870.021 24.125,223 114,stand,16.1102 -34.0735 0,,
|
||||
546.003 1089.07 -39.4511,16 223 15 228,stand,11.7926 58.2996 0,,
|
||||
328.317 1338.26 -39.2836,14 227 16 229,stand,6.95862 164.153 0,,
|
||||
456.501 1598.61 -11.0271,228,crouch,6.26648 -106.407 0,,
|
||||
99.3523 1839.32 18.9156,231 232,crouch,3.50342 -35.9796 0,,
|
||||
219.462 2040.84 14.0099,230 13,crouch,2.36877 -29.245 0,,
|
||||
359.594 1629.56 1.80518,14 13 230,stand,3.57727 -57.0514 0,,
|
||||
750.17 690.486 26.125,114 234,crouch,1.50635 88.3636 0,,
|
||||
948.53 774.777 20.125,233 235 372,prone,1.85242 64.0234 0,,
|
||||
1061.96 711.07 20.125,234 236,stand,4.09912 47.6603 0,,
|
||||
1240.98 798.746 24.125,235 237 111 110,stand,11.8664 54.9113 0,,
|
||||
1306.06 755.406 26.125,236,stand,11.004 -41.3253 0,,
|
||||
1645.86 1313.41 -63.875,0 110 109 262 384,stand,10.6579 96.7948 0,,
|
||||
1248.58 1221.65 -35.875,240 111 17,stand,14.2834 60.7102 0,,
|
||||
1434.41 1440.99 -63.875,239 384 385,stand,11.1743 51.7289 0,,
|
||||
934.533 783.355 284.125,128,crouch,12.8992 -128.507 0,,
|
||||
1038.71 1904.44 -12.7628,243 244,prone,5.47241 -60.9964 0,,
|
||||
1142.88 1551.94 -63.875,17 242 244 386,stand,6.85669 168.47 0,,
|
||||
1250.18 1697.42 -42.1604,243 385 245 242 386,stand,6.85669 9.61827 0,,
|
||||
1533.79 1752.97 -37.3609,246 18 383 244 385,stand,10.6524 20.3244 0,,
|
||||
1787.71 2022.92 -63.875,127 18 245,stand,6.68091 52.9593 0,,
|
||||
1914.64 2714.08 -63.875,248,crouch,0.638428 -45.7803 0,,
|
||||
2064.96 2536.26 -63.875,249 247 4,stand,7.71912 -65.4623 0,,
|
||||
2285.81 2386.5 -63.875,250 248 4 3,stand,3.57727 -36.6232 0,,
|
||||
2500.36 2185.37 -61.3303,251 249 3,stand,5.47241 -48.3621 0,,
|
||||
2615.5 1989.91 -45.7856,2 250 252,stand,12.207 -140.219 0,,
|
||||
2412.18 1965.25 -61.5817,3 251 2 253 259,stand,10.9985 -179.22 0,,
|
||||
2472.87 1749.27 -58.6399,254 2 1 252,stand,5.99426 -153.144 0,,
|
||||
2294.83 1718.76 -63.9117,253 255 258,stand,14.624 -95.4715 0,,
|
||||
2235.6 1609.89 -63.875,254 256 265,stand,14.7998 -179.731 0,,
|
||||
2125.26 1650.06 -63.875,255 257 263,stand,10.4822 132.786 0,,
|
||||
2126.92 1770.91 -63.875,256 258 263 264,stand,13.4155 32.8104 0,,
|
||||
2243.84 1787.88 -63.875,257 254 264,stand,18.0792 -35.2169 0,,
|
||||
2129.29 1932.44 -61.7734,18 252 3 264,stand,11.1743 -176.622 0,,
|
||||
2128.17 1218.4 -63.6934,261 1 0 265,stand,7.8894 -157.808 0,,
|
||||
1906.35 1054.6 -62.8108,109 260 0,stand,7.71912 -129.666 0,,
|
||||
1889.74 1616.57 -63.875,18 0 238 263 384 383,stand,8.41125 103.255 0,,
|
||||
2050.81 1696.61 -27.875,256 257 262,stand,39.6619 7.94835 0,,
|
||||
2217.64 1862.35 -27.875,259 258 257,stand,24.292 94.8063 0,,
|
||||
2215.75 1557.92 -27.875,1 260 255,stand,14.624 -83.0404 0,,
|
||||
1796.6 804.448 -61.875,109 108,crouch,1.50085 125.205 0,,
|
||||
1704.51 748.812 -63.875,268,crouch,5.81848 176.149 0,,
|
||||
1478.06 792.322 -63.875,108 267 107,stand,13.4155 -156.918 0,,
|
||||
1586.31 551.166 -60.5443,107 25 115,stand,4.95605 0.208483 0,,
|
||||
2629.14 1537.2 -42.144,271 272,crouch,2.02271 -85.5947 0,,
|
||||
2777.46 1427.06 -52.2083,270 272,crouch,2.70935 -152.249 0,,
|
||||
2541.65 1264.81 -63.7845,1 19 270 271 273 370,stand,6.51062 -91.9888 0,,
|
||||
2316.9 1041.57 -63.0143,272 19 274,crouch,2.70935 4.35582 0,,
|
||||
2495.59 938.844 -57.3156,275 273 19,stand,6.16455 -31.9046 0,,
|
||||
2756.83 748.728 -57.848,21 274 20,stand,5.47241 -76.976 0,,
|
||||
2152.34 1044.16 -61.875,23,crouch,-0.223999 -79.0689 0,,
|
||||
2266.55 724.565 -63.875,24,crouch,0.638428 -159.357 0,,
|
||||
2350.08 133.698 -63.875,27,crouch,6.16455 133.83 0,,
|
||||
2219.61 76.3636 126.125,280 31,crouch,15.4865 -130.172 0,,
|
||||
2135.87 146.572 126.125,281 279,crouch,15.3161 -151.76 0,,
|
||||
2042.97 220.313 126.125,32 280,crouch,13.0694 -151.073 0,,
|
||||
1902.51 952.685 128.125,284 283,crouch,14.4537 130.023 0,,
|
||||
1981.3 903.708 130.125,282 34,stand,21.1884 -174.551 0,,
|
||||
1887.85 842.336 130.125,34 282 285,stand,24.1217 -49.8837 0,,
|
||||
1901.88 710.465 128.125,34 284 286,stand,13.7616 -90.632 0,,
|
||||
1934.88 508.664 128.125,287 285 33,stand,10.1361 -156.418 0,,
|
||||
1773.89 509.186 136.125,286,crouch,9.44395 -0.346327 0,,
|
||||
2055.76 667.258 128.125,34 36,stand,14.1076 -1.37904 0,,
|
||||
2186.79 399.784 128.125,36 290,prone,1.33057 29.531 0,,
|
||||
2327.7 438.289 128.125,289 36,stand,16.0083 51.4542 0,,
|
||||
2514.46 291.015 128.125,292 293,crouch,6.16455 28.6686 0,,
|
||||
2666.58 356.93 128.125,35 37 291 293,stand,17.041 -15.5294 0,,
|
||||
2632.25 193.435 128.125,291 292,crouch,4.60999 85.6492 0,,
|
||||
2794.25 38.9283 -59.1377,295,stand,8.75181 -130.172 0,,
|
||||
2681.53 -119.025 -56.3885,39 294,stand,4.95605 -80.7827 0,,
|
||||
3456.76 161.365 -63.1011,297 43 299 298 307,stand,4.78577 -27.4276 0,,
|
||||
3628.9 27.0646 -45.0913,298 296 299,stand,7.71912 33.5245 0,,
|
||||
3855.57 243.975 -27.9903,299 297 296,crouch,6.68091 -167.965 0,,
|
||||
3641.85 309.787 -45.1891,43 298 296 297,stand,8.75181 149.551 0,,
|
||||
3555.99 715.828 -45.56,302 301 303,stand,7.02698 144.684 0,,
|
||||
3259.58 927.508 -54.8972,302 20 300,stand,9.9658 -143.317 0,,
|
||||
3293.61 685.881 -55.2099,300 301 20 43 303 304,stand,0.814209 -17.9629 0,,
|
||||
3449.58 583.113 -45.6243,300 43 302,stand,9.79002 -61.4633 0,,
|
||||
3200.89 604.2 -54.6585,302 42 43 20,stand,9.09788 34.3705 0,,
|
||||
3496.98 -138.114 -19.9118,306,crouch,11.1743 158.686 0,,
|
||||
3314.08 -68.5472 -50.52,307 305 40,stand,7.37305 73.2181 0,,
|
||||
3390.1 179.066 -64.3427,41 296 306,stand,7.54334 0.356798 0,,
|
||||
3016.58 -614.108 -60.2678,44 40 309,stand,18.4253 -101.86 0,,
|
||||
2978.94 -921.894 -48.9759,310 308 44 313,stand,10.3064 -120.839 0,,
|
||||
2785.2 -1192.71 -28.5045,311 309 313 44,stand,5.64819 -98.9157 0,,
|
||||
2905.86 -1454.15 -5.68631,312 310,stand,11.3446 -46.0769 0,,
|
||||
3151.36 -1667.52 -27.0813,54 311,stand,10.4822 -51.4328 0,,
|
||||
2611.06 -1100.02 -26.9254,44 45 57 310 309,stand,7.20276 144.02 0,,
|
||||
2506.79 -1654.96 -2.61583,315 316 317 45 46,stand,11.8609 -35.195 0,,
|
||||
2725.9 -1817.04 -11.7326,55 314 319,stand,11.1743 58.7381 0,,
|
||||
2635.03 -1545.43 14.7383,314 55 45 317,stand,11.5149 135.401 0,,
|
||||
2318.81 -1555.35 -39.9324,45 46 314 316 318,stand,9.61973 -125.157 0,,
|
||||
2293.05 -1969.57 -42.4956,319 46 317 320,stand,10.1361 -28.4603 0,,
|
||||
2467.72 -2104.72 -42.8532,315 318,stand,9.44395 43.3683 0,,
|
||||
2149.58 -2100.01 -36.7275,321 318 46 47,stand,2.19299 -126.87 0,,
|
||||
1919.68 -2443.61 7.32396,51 320 322,stand,7.37305 -147.42 0,,
|
||||
1585.86 -2360.26 -26.9083,51 47 63 325 321,stand,0.12207 -52.9763 0,,
|
||||
2078.04 -2710.61 10.95,324 52,stand,11.6907 -154.336 0,,
|
||||
1838.57 -2789.89 45.8098,325 323 51,stand,11.5149 129.342 0,,
|
||||
1600.28 -2668.94 22.2069,322 324 51,stand,13.2452 52.5089 0,,
|
||||
2698.21 -800.762 293.084,50,prone,17.2168 55.8158 0,,
|
||||
1400.21 -1716.29 -47.4596,328 329 333,stand,10.9985 -122.19 0,,
|
||||
1238.64 -1888.53 -48.1096,65 327 63 75,stand,10.4822 -133.583 0,,
|
||||
1651.19 -1870.76 -35.1614,327 64 63,stand,6.68091 28.1961 0,,
|
||||
993.999 -2331.14 -53.6903,75,crouch,5.30212 82.2434 0,,
|
||||
810.004 -2219.74 -60.9311,75,crouch,2.36328 29.0641 0,,
|
||||
1447.63 -2393.97 -10.6604,63,crouch,3.74756 114.692 0,,
|
||||
1366.16 -1610.86 -51.5479,327,crouch,-0.570068 -79.3875 0,,
|
||||
999.072 -1898.43 -24.586,65 74,crouch,8.23547 139.916 0,,
|
||||
808.762 -1051.95 -63.875,339 126,stand,14.9701 -36.2002 0,,
|
||||
1051.58 -1227.56 -59.875,337 126 345,stand,16.1786 -17.7212 0,,
|
||||
1256.09 -1219.23 -135.875,344 336 338 345 348 349,stand,4.78577 120.756 0,,
|
||||
1040.93 -1032.05 -135.583,339 337,stand,-0.223999 144.063 0,,
|
||||
808.73 -859.246 -135.875,335 340 338 346 347 350,stand,-0.394287 143.717 0,,
|
||||
1002.72 -721.342 -67.875,339 125 350,stand,8.23547 0.582018 0,,
|
||||
1229.23 -842.252 7.625,342,crouch,6.51062 -128.749 0,,
|
||||
1305.15 -771.309 -67.875,341 125 343 352,stand,29.6478 123.854 0,,
|
||||
1390.05 -897.696 -67.875,342 344 351 352,stand,6.51062 -68.4835 0,,
|
||||
1408.21 -1005.12 -67.875,343 337 349,stand,15.3161 -133.753 0,,
|
||||
1204.5 -1382.55 -60.735,337 336 348,crouch,-0.570068 93.812 0,,
|
||||
619.993 -932.413 -60.7351,339 347,crouch,7.54334 21.6538 0,,
|
||||
669.056 -876.8 -127.875,339 350 346,crouch,-1.08643 5.93236 0,,
|
||||
1251.85 -1319.97 -127.875,349 337 345,crouch,-0.570068 111.78 0,,
|
||||
1361.52 -1168.32 -127.875,348 337 344,crouch,-1.77856 -171.211 0,,
|
||||
778.845 -727.381 -127.875,339 347 340,crouch,1.15479 -73.312 0,,
|
||||
1494.69 -721.495 -67.875,352 122 343 354,stand,21.0126 -142.207 0,,
|
||||
1383.9 -713.3 -67.875,353 351 342 125 343,stand,19.458 109.528 0,,
|
||||
1360.38 -599.668 -67.875,125 123 352,stand,20.1501 86.215 0,,
|
||||
1581.69 -459.143 -31.875,123 122 351,crouch,4.60999 -130.644 0,,
|
||||
2158.97 -602.043 -63.875,356 121,crouch,-0.394287 174.979 0,,
|
||||
2048.38 -744.998 -63.875,355 121,crouch,2.02271 109.193 0,,
|
||||
2179.03 -311.027 -63.875,358 359 119 363,stand,12.3828 52.5693 0,,
|
||||
2304.99 -119.824 -63.875,120 357 365,stand,10.1361 31.5085 0,,
|
||||
2085.07 -442.296 -47.875,357 119 60 121,stand,9.61973 26.669 0,,
|
||||
2353.04 -776.058 -45.875,57 59 361,stand,6.68091 153.248 0,,
|
||||
2544.57 -529.212 -45.875,360 62 60 364,stand,7.20276 51.8937 0,,
|
||||
2322.46 -373.859 -17.875,363 364,stand,20.1501 148.744 0,,
|
||||
2246.86 -324.166 -23.875,357 362,stand,45.188 147.359 0,,
|
||||
2417.13 -461.677 -17.875,362 60 61 361,stand,10.1361 23.3896 0,,
|
||||
2467.26 -80.4492 -50.8817,358,crouch,3.2312 -174.309 0,,
|
||||
2213.24 121.055 -63.875,120,crouch,2.19299 -125.964 0,,
|
||||
1830.37 407.013 -63.875,116,crouch,-0.570068 -136.84 0,,
|
||||
2212.24 372.178 -63.875,28 26 27,stand,4.09363 43.0826 0,,
|
||||
2626.23 530.494 -51.875,22 21,stand,1.84692 -39.4412 0,,
|
||||
2357.93 1232.96 -38.8593,272,crouch,1.67664 -11.6348 0,,
|
||||
667.46 1105.16 24.125,372,stand,17.2168 -158.72 0,,
|
||||
770.916 1003.51 24.125,113 371 114 234,stand,14.9701 -92.9281 0,,
|
||||
242.96 281.531 -63.875,96 197,crouch,3.74756 -175.696 0,,
|
||||
90.0308 -47.1886 -61.875,95,crouch,0.46814 20.0855 0,,
|
||||
890.054 244.899 -62.875,104 106,crouch,4.26392 136.288 0,,
|
||||
697.734 631.427 -63.6457,106 105,crouch,2.88513 -72.2766 0,,
|
||||
1120.39 302.549 -68.8729,378 106 107 115 117,stand,5.12634 -50.6939 0,,
|
||||
1180.45 120.281 -62.875,377 117,crouch,3.91785 96.5833 0,,
|
||||
591.031 -1705.07 -63.875,382 136 380 137 79,stand,23.3075 122.773 0,,
|
||||
573.133 -1540.21 -63.875,379 381,stand,21.5826 50.5982 0,,
|
||||
684.247 -1541.26 -63.9828,380 147 382 76 146,stand,16.4026 -20.5437 0,,
|
||||
703.695 -1695.7 -65.7267,147 379 381 137,stand,19.5117 -89.2632 0,,
|
||||
1555.62 1610.42 -63.875,385 384 245 262 18,stand,17.6111 -73.8988 0,,
|
||||
1616.19 1455.9 -60.5225,383 240 238 262 0,stand,20.8905 150.903 0,,
|
||||
1418.17 1609 -61.6436,244 383 240 245 386,stand,18.9954 135.534 0,,
|
||||
1312.56 1560.59 -63.875,243 385 244,stand,12.2607 168.844 0,,
|
||||
|
176
scriptdata/waypoints/mp_ad_bo2frost_wp.csv
Normal file
@@ -0,0 +1,176 @@
|
||||
175
|
||||
-3416.83 -1236.54 51.125,1 4 6 5,stand,24.3018 -98.1519 0,,
|
||||
-3461.66 -1537.32 52.6745,0 2,stand,20.9399 159.829 0,,
|
||||
-3629.55 -1584.39 53.1924,1 3 8,stand,20.2698 -170.607 0,,
|
||||
-3756.2 -1414.27 59.579,2 4 8,stand,20.8301 122.871 0,,
|
||||
-3607.26 -1352.41 60.6429,3 0 5,stand,18.1439 25.3344 0,,
|
||||
-3551.78 -905.875 51.125,4 6 7 0,stand,42.3303 -160.977 0,,
|
||||
-3475.03 -541.417 51.125,5 0 68 100 101 102,stand,29.2291 -103.64 0,,
|
||||
-3762.28 -862.208 59.9228,5 100,stand,27.8876 -9.71749 0,,
|
||||
-4458.44 -1499.65 51.125,3 2 9 10 98,stand,28.6731 60.0127 0,,
|
||||
-5083.33 -1439.92 57.7049,8 10 12 13,stand,31.0242 -2.69723 0,,
|
||||
-4957.13 -1613.55 53.1062,9 8 11,stand,21.3947 6.37198 0,,
|
||||
-5269.93 -1518 55.2063,10 12,stand,21.5045 59.2272 0,,
|
||||
-5450.73 -1317.73 52.5023,11 9 13,stand,15.2368 66.5057 0,,
|
||||
-5180.66 -850.092 51.125,12 9 14 16,stand,15.1215 48.0321 0,,
|
||||
-4737.84 -763.698 52.1217,13 15 20 22 98,stand,13.6658 97.531 0,,
|
||||
-4938.67 422.6 57.4269,14 21 22 23 28,stand,11.875 -94.2683 0,,
|
||||
-5229.66 -570.209 51.125,13 17 20,stand,18.5931 162.927 0,,
|
||||
-5470.23 -489.126 51.125,16 18,stand,28.5632 -9.75045 0,,
|
||||
-5397.95 -123.528 57.2053,17 19,stand,24.8663 15.5566 0,,
|
||||
-5073.1 -107.814 58.9003,18 20 21,stand,27.3273 27.0922 0,,
|
||||
-4968.64 -475.503 53.3553,19 14 16 22,stand,18.1482 -60.8973 0,,
|
||||
-4919.79 72.9784 56.2284,19 15 22,stand,21.5045 97.6409 0,,
|
||||
-4737.45 -234.89 51.8884,21 20 14 15,stand,26.4319 171.777 0,,
|
||||
-5445.31 649.981 51.125,15 24 27,stand,18.8184 -35.9968 0,,
|
||||
-5451.99 1393.02 51.125,23 25,stand,17.2528 -3.07626 0,,
|
||||
-4970.32 1424.46 51.125,24 26 29 30,stand,19.2633 -61.6444 0,,
|
||||
-4847.08 1040.09 51.125,25 27 28 29,stand,16.5771 -69.0327 0,,
|
||||
-4980.66 788.687 51.125,26 23 28,stand,24.1907 -140.927 0,,
|
||||
-4751.33 776.255 51.125,27 15 26 29,stand,22.735 -165.229 0,,
|
||||
-4695.05 1248.86 51.125,28 26 25 30,stand,20.4993 -120.212 0,,
|
||||
-4719.33 1540.71 51.125,29 25 31 92,stand,20.8344 -99.0418 0,,
|
||||
-4829.92 1773.7 59.625,30 32 34 94,stand,24.8663 -68.8075 0,,
|
||||
-4961.71 1778.19 67.125,31 33,stand,17.5879 -89.0772 0,,
|
||||
-4974.23 1619.78 67.125,32,stand,26.5472 -92.0985 0,,
|
||||
-4692.82 2098.53 54.0038,31 35 90 94,stand,22.5153 -111.363 0,,
|
||||
-5230.83 2428.44 51.125,34 36,stand,14.3414 37.3205 0,,
|
||||
-5001.51 2602.74 51.125,35 37,stand,15.3467 90.4009 0,,
|
||||
-5008.05 2983.01 51.125,36 38,stand,34.0509 25.8947 0,,
|
||||
-4771.16 2928.6 52.233,37 39 90,stand,13.1055 85.6988 0,,
|
||||
-4783.06 3277.91 52.1297,38 40 54 55,stand,20.8344 96.339 0,,
|
||||
-5321.24 3369.68 51.125,39 41,stand,16.4673 172.266 0,,
|
||||
-5261.33 4056.12 51.125,40 42 50,stand,16.0168 76.5142 0,,
|
||||
-4717.93 4157.46 55.4825,41 43,stand,15.1215 6.52579 0,,
|
||||
-4252.96 3829.55 51.125,42 44 51,stand,15.907 -39.8365 0,,
|
||||
-4401.54 3764.55 67.125,43 45 54,stand,20.7245 -170.041 0,,
|
||||
-4532.95 3752.32 107.125,44 46,stand,26.8823 -3.63107 0,,
|
||||
-4533.16 3593.13 107.125,45 47,stand,22.9602 -177.66 0,,
|
||||
-4936.77 3594.17 107.125,46 48,stand,24.5313 176.182 0,,
|
||||
-4945.81 3885.45 107.125,47 49,stand,25.4266 175.287 0,,
|
||||
-5079.37 3907.11 107.125,48 50,stand,34.386 173.941 0,,
|
||||
-5140.69 3907.27 100.125,49 41,stand,49.0527 171.815 0,,
|
||||
-3898.62 4103.32 51.125,43 52,stand,28.6731 -138.543 0,,
|
||||
-3547.76 4106.95 51.125,51 53 57,stand,20.7245 -78.5194 0,,
|
||||
-3463.9 3305.7 51.125,52 56 58,stand,17.6978 -83.3314 0,,
|
||||
-4135 3510.16 51.125,44 39 55 56,stand,21.2793 142.586 0,,
|
||||
-4567.59 3445.72 51.125,54 39,stand,55.5512 -126.26 0,,
|
||||
-3822.72 3332.53 59.9191,54 53 88 89 58,stand,24.6411 -27.1528 0,,
|
||||
-3361.08 4201.84 51.125,52 58,stand,22.1802 -93.5212 0,,
|
||||
-3348.1 3388.27 51.125,57 53 59 56,stand,23.6359 -91.2855 0,,
|
||||
-3350.62 2853.2 51.125,58 60 88,stand,20.9442 103.2 0,,
|
||||
-3363.75 2027.4 51.125,59 61 80 86,stand,21.1694 169.272 0,,
|
||||
-3364.28 1159.11 53.125,60 62 74 77 78,stand,21.5045 -169.898 0,,
|
||||
-3373.07 746.527 51.125,61 63 75,stand,24.1962 -169.678 0,,
|
||||
-3366.67 256.228 51.125,62 64 66 69 95,stand,20.7245 -179.643 0,,
|
||||
-3354.32 -160.563 51.125,63 65,stand,33.9355 161.653 0,,
|
||||
-3566.58 -104.433 59.625,64 66 67,stand,28.0029 17.979 0,,
|
||||
-3464.85 146.954 51.625,65 63,stand,23.6359 53.4759 0,,
|
||||
-3837.48 -187.636 51.125,65 68 95 96,stand,24.8663 -77.1735 0,,
|
||||
-3800.89 -323.71 51.125,67 6 100 101,stand,18.3679 -24.7633 0,,
|
||||
-3597.2 489.564 51.125,63 70 95,stand,19.2688 -65.3468 0,,
|
||||
-3792.22 664.64 51.125,69 71 75,stand,16.9122 131.155 0,,
|
||||
-4096 776.572 51.125,70 72 74 95,stand,21.6199 -161.318 0,,
|
||||
-4165.75 1165.59 51.125,71 73 74,stand,26.9922 -57.096 0,,
|
||||
-4115.33 1646.69 55.0313,72 76 81 91 93,stand,14.3414 -10.0251 0,,
|
||||
-3848.71 1073.68 51.125,72 71 61 75 77,stand,33.9355 -163.449 0,,
|
||||
-3656.74 862.225 53.125,74 62 70,stand,24.8663 17.633 0,,
|
||||
-3821.91 1441.03 51.125,73 77 78 81,stand,19.1534 -35.1893 0,,
|
||||
-3698.28 1191.34 53.125,76 74 61 78,stand,23.5205 102.101 0,,
|
||||
-3588.57 1360.82 51.125,77 61 76 79,stand,25.7617 149.397 0,,
|
||||
-3504.95 1569.18 51.125,78 80,stand,20.6091 70.4443 0,,
|
||||
-3523.91 1967.78 51.125,79 60 81 86,stand,16.8024 94.4109 0,,
|
||||
-3887.99 1904.07 62.6496,80 82 73 76 93,stand,16.9122 11.7992 0,,
|
||||
-3827.24 2422.85 51.125,81 83 85 86 87,stand,17.0276 87.6104 0,,
|
||||
-4017.36 2313.72 51.125,82 84 85,stand,18.5931 -102.579 0,,
|
||||
-4025.73 2114.13 115.625,83,stand,16.3574 -88.5828 0,,
|
||||
-4012.52 2481.76 51.125,83 82 86 88 90,stand,19.6039 -178.808 0,,
|
||||
-3542.92 2241.47 51.125,85 60 80 82,stand,23.0756 -48.4608 0,,
|
||||
-3514.99 2501.86 51.125,82 88,stand,17.5879 86.1108 0,,
|
||||
-3647.98 2907.17 51.125,87 59 56 89 85,stand,21.0596 30.5639 0,,
|
||||
-4112.17 3102.14 52.227,88 56,stand,16.4673 0.812902 0,,
|
||||
-4582.81 2475.8 51.125,85 34 38 94,stand,19.3787 107.424 0,,
|
||||
-4333.97 1614.99 57.2567,73 92,stand,28.338 11.552 0,,
|
||||
-4566.35 1665.13 53.9449,91 30 93,stand,21.6199 -24.137 0,,
|
||||
-4494.2 1784.27 55.0809,92 73 81 94,stand,43.6804 -111.489 0,,
|
||||
-4579.98 2009.18 51.2133,93 34 31 90,stand,28.0029 -159.038 0,,
|
||||
-4008.84 212.617 51.125,67 69 63 71,stand,20.274 -39.7761 0,,
|
||||
-4073.96 -384.188 51.125,67 97 100,stand,18.0328 -92.0106 0,,
|
||||
-4183.7 -747.138 54.3308,96 98,stand,15.0116 92.0544 0,,
|
||||
-4377.98 -778.141 51.125,97 14 8 99,stand,21.955 -24.2634 0,,
|
||||
-4193.18 -1026.82 55.2645,98 100,stand,24.8663 115.944 0,,
|
||||
-3943.41 -823.798 58.2732,99 96 7 68 6,stand,19.939 -147.299 0,,
|
||||
-3154.91 -318.377 65.3583,6 68 103,stand,21.3947 28.0645 0,,
|
||||
-3109.61 -560.739 65.0412,6 103,stand,29.9036 36.1285 0,,
|
||||
-2689.69 -418.67 62.9437,102 101 104 110 111,stand,10.6445 94.9218 0,,
|
||||
-2760.97 277.412 67.1326,103 105 106,stand,20.7245 -83.7763 0,,
|
||||
-2612.58 286.629 72.9868,104 106,stand,29.7937 167.289 0,,
|
||||
-2701.83 501.161 67.6068,105 104 107 109,stand,26.0968 -88.2642 0,,
|
||||
-2779.8 994.585 56.125,106 108,stand,21.3947 -56.684 0,,
|
||||
-1853.38 944.079 56.125,107 109,stand,17.1375 45.6646 0,,
|
||||
-2617.93 893.514 56.125,106 108,stand,31.6998 25.5431 0,,
|
||||
-2684.22 -1137.33 67.6103,103,stand,13.5559 -65.5775 0,,
|
||||
-2211.2 -391.745 60.125,103 112 152,stand,22.6251 -11.2611 0,,
|
||||
-1980 -410.739 60.2069,111 113 125 143 144,stand,17.8131 -93.0158 0,,
|
||||
-1986.07 -817.092 68.1038,112 114,stand,32.9303 -89.8792 0,,
|
||||
-1985.66 -1044.21 0.125,113 115,stand,32.7051 -88.1983 0,,
|
||||
-1935.85 -1163.38 0.638037,114 116 118,stand,28.6731 -47.884 0,,
|
||||
-1928.38 -1402.08 -13.375,115 117,stand,28.4479 9.00321 0,,
|
||||
-1797.34 -1428.87 -1.875,116 187,stand,39.4232 124.651 0,,
|
||||
-1369.92 -1146.08 8.75589,115 119 124,stand,12.8857 -179.022 0,,
|
||||
-1038.21 -1066.81 16.125,118 120 124,stand,37.6324 -173.568 0,,
|
||||
-773.435 -1192.46 16.125,119 121,stand,32.2546 -11.8598 0,,
|
||||
-594.94 -1186.67 56.125,120 122,stand,33.7103 0.681067 0,,
|
||||
-470.658 -1037.49 56.125,121 123,stand,37.4072 22.9668 0,,
|
||||
-305.932 -1034.33 52.6495,122 192 193,stand,21.0596 3.70231 0,,
|
||||
-1455.34 -815.954 0.428126,119 118 125,stand,29.6838 136.966 0,,
|
||||
-1469.08 -623.888 61.1766,124 112 126,stand,24.9762 7.54752 0,,
|
||||
-1257.92 -595.175 71.3112,125 127 141 142,stand,19.2688 105.463 0,,
|
||||
-901.162 -654.836 74.1503,126 128 140 141,stand,20.1642 -3.2795 0,,
|
||||
-583.45 -629.889 72.7136,127 129,stand,20.4993 72.7569 0,,
|
||||
-512.289 -526.342 70.2912,128 130 136,stand,39.0881 4.89432 0,,
|
||||
-415.846 -519.659 72.125,129 131 134,stand,33.2654 2.88383 0,,
|
||||
-198.362 -503.301 72.125,130 132 134,stand,33.8257 1.98844 0,,
|
||||
-103.689 -493.31 64.125,131 133,stand,21.0596 85.8691 0,,
|
||||
-98.6327 -303.125 64.125,132,stand,20.9442 -92.6368 0,,
|
||||
-208.196 -213.195 64.125,131 135 130,stand,29.7937 53.0254 0,,
|
||||
-140.743 -145.742 65.125,134 137 247 248,stand,38.6377 50.8941 0,,
|
||||
-645.269 -291.426 76.4215,129 137 140,stand,18.8184 -0.164881 0,,
|
||||
-376.367 46.7572 64.9173,136 135 138 248 249,stand,21.2848 -25.6971 0,,
|
||||
-633.719 114.764 65.5383,137 139 140,stand,23.5205 118.987 0,,
|
||||
-634.876 328.236 64.125,138 140 161 162,stand,20.6091 -141.685 0,,
|
||||
-826.924 -75.9411 76.8709,139 138 136 127,stand,21.5045 39.0234 0,,
|
||||
-1016.77 -311.698 81.1118,127 126 142,stand,19.1534 -79.9421 0,,
|
||||
-1347.46 -323.792 66.125,141 143 148 126,stand,22.29 100.541 0,,
|
||||
-1671.83 -340.245 67.4449,142 112 144,stand,20.3894 -171.887 0,,
|
||||
-1746.66 -141.667 72.7105,143 112 145 146,stand,21.8451 -40.4517 0,,
|
||||
-1640.1 313.718 64.4938,144 147 149 153,stand,18.2581 -37.7656 0,,
|
||||
-1518.29 168.763 68.3152,144 147 148,stand,19.1534 69.0765 0,,
|
||||
-1492.23 281.275 67.8448,146 145 153 149,stand,35.8417 18.2262 0,,
|
||||
-1374.68 -36.4196 76.6024,146 142,stand,30.799 130.968 0,,
|
||||
-1793.39 488.948 72.125,145 150 153 147,stand,29.1235 -122.547 0,,
|
||||
-1940.4 455.251 72.125,149 151,stand,23.3008 -83.1281 0,,
|
||||
-1883.22 193.01 70.125,150 152,stand,27.5525 -125.794 0,,
|
||||
-2139.52 -55.0246 70.125,151 111,stand,21.0596 -117.059 0,,
|
||||
-1128.43 516.874 64.9788,149 147 145 154 159,stand,18.7085 -1.37338 0,,
|
||||
-1136.55 841.394 65.7392,153 155,stand,20.6091 3.59244 0,,
|
||||
-935.813 866.03 63.0151,154 156,stand,35.7263 3.92753 0,,
|
||||
-792.761 870.947 -3.64785,155 157,stand,23.3008 0.345984 0,,
|
||||
-536.556 868.098 -6.12901,156 158,stand,25.3113 0.23612 0,,
|
||||
-532.224 1191.16 -5.96705,157 166 167,stand,15.7971 80.1946 0,,
|
||||
-958.455 494.202 64.125,153 160 161,stand,31.1395 -2.34017 0,,
|
||||
-732.805 645.426 64.125,159 161 162,stand,23.0756 -74.9049 0,,
|
||||
-763.177 451.079 64.125,160 139 159,stand,23.7457 -65.1655 0,,
|
||||
-427.411 646.672 64.125,139 160 163,stand,34.9463 16.5508 0,,
|
||||
-192.625 843.008 56.125,162 164,stand,27.7777 1.90604 0,,
|
||||
-152.875 846.537 26.625,163 165,stand,21.1694 174.507 0,,
|
||||
-118.887 974.022 -7.875,164 166,stand,20.274 -68.6921 0,,
|
||||
-148.132 1159.39 -7.875,165 158 167 174,stand,15.7971 -178.962 0,,
|
||||
-509.846 1477.88 0.939505,166 168 173 158,stand,25.3113 6.90482 0,,
|
||||
-564.376 1806.46 -7.87521,167 169 170,stand,13.2208 178.467 0,,
|
||||
-854.373 1811.05 -7.88981,168,stand,28.4479 -166.196 0,,
|
||||
-554.54 2031.73 -7.875,168 171 172,stand,27.6678 -10.2943 0,,
|
||||
-143.957 1994.77 28.125,170 175,stand,28.4479 172.771 0,,
|
||||
-545.141 2269.87 -7.875,170,stand,28.5632 10.6457 0,,
|
||||
-159.743 1470.48 28.125,167 174 253,stand,23.8556 176.374 0,,
|
||||
158.389 1117.8 -38.875,166 175 173 176 177 223 256,stand,14.3414 -88.9179 0,,
|
||||
|
331
scriptdata/waypoints/mp_aerodrome_wp.csv
Normal file
@@ -0,0 +1,331 @@
|
||||
330
|
||||
-2272.79 2377.29 43.125,141 142,stand,,,
|
||||
-2269.7 1807 43.125,141 145 103,stand,,,
|
||||
-2159.2 2389 238.125,105,stand,,,
|
||||
-2273.7 1553.5 373.625,279 280,stand,,,
|
||||
-1779.4 641.8 373.625,106,stand,,,
|
||||
-1778.9 -311.2 373.625,107,stand,,,
|
||||
-2284.1 -497.6 119.629,111,stand,,,
|
||||
-2289.8 622 119.629,113,stand,,,
|
||||
-1601.5 627.8 119.629,116,stand,,,
|
||||
-1589.4 -817.8 43.125,79 117,stand,,,
|
||||
-1470.9 -670.3 43.125,29,stand,,,
|
||||
-737.9 -1235.8 1.125,98,stand,,,
|
||||
-272.4 -1243.8 1.125,112,stand,,,
|
||||
220.8 -938.3 0.124997,68 177,stand,,,
|
||||
-358.9 1490.1 43.125,139 140 138,stand,,,
|
||||
347.2 1504.9 43.125,88,stand,,,
|
||||
1500.2 1564.4 49.625,118,stand,,,
|
||||
2313.7 1746.2 43.125,131,stand,,,
|
||||
2292.2 2394.1 43.125,131 123,stand,,,
|
||||
1469.5 -993.2 43.125,172 173,stand,,,
|
||||
908.2 -291.4 43.125,63 62 64,stand,,,
|
||||
507.4 -971.5 238.125,159,stand,,,
|
||||
-568.1 -967.2 238.125,157 156,stand,,,
|
||||
-142.8 1621 238.125,45,stand,,,
|
||||
118.8 1623.1 238.125,47 46,stand,,,
|
||||
2002.3 1623.6 373.625,309,stand,,,
|
||||
2151 1605.5 373.625,308 61,stand,,,
|
||||
1814.5 1068.2 373.625,310,stand,,,
|
||||
2298.1 -994.7 373.625,307,stand,,,
|
||||
-1260.36 -774.305 43.125,30 154 10 117,stand,,,
|
||||
-1097.11 -773.62 43.125,29 153 78,stand,,,
|
||||
-1002.14 -190.496 119.625,32 152 290,stand,,,
|
||||
-989.995 132.436 119.625,33 31 293,stand,,,
|
||||
-960.558 457.898 119.625,34 86 32,stand,,,
|
||||
-984.024 760.56 43.125,35 33 211,stand,,,
|
||||
-1201.08 1004.33 43.125,36 34 212,stand,,,
|
||||
-1307.5 1308.14 43.125,37 35 210,stand,,,
|
||||
-1389.4 1624.47 43.125,151 36 206,stand,,,
|
||||
-2219.03 2075.09 238.125,39 150,stand,,,
|
||||
-2062.39 2098.13 238.125,38 105 276,stand,,,
|
||||
-1419.19 2004.49 238.125,275 277,stand,,,
|
||||
-941.399 1895.63 238.125,274 275,stand,,,
|
||||
-472.584 1773.62 238.125,43 274,stand,,,
|
||||
-382.864 1636.26 238.125,42 44 269,stand,,,
|
||||
-279.901 1517.07 238.125,43 45 269,stand,,,
|
||||
-120.006 1498.3 238.125,44 46 23 272,stand,,,
|
||||
42.1171 1496.39 238.125,45 47 273 24,stand,,,
|
||||
207.118 1497.96 238.125,46 48 24,stand,,,
|
||||
325.947 1599.87 238.125,47 49 261,stand,,,
|
||||
412.789 1734.63 238.125,48 300,stand,,,
|
||||
1874.57 1921.82 56.0581,129 130,stand,,,
|
||||
1154.47 1360.55 43.125,52 127 197 203,stand,,,
|
||||
1118.58 1035.89 43.125,53 51 198 197,stand,,,
|
||||
1105.33 713.015 43.125,54 52 200,stand,,,
|
||||
1107.67 386.22 43.125,55 53 200,stand,,,
|
||||
1096.6 63.2378 43.125,56 62 54 202,stand,,,
|
||||
1135.79 -92.836 43.125,55 57 62,stand,,,
|
||||
1284.32 -160.809 43.125,56 58 175 63,stand,,,
|
||||
1433.85 -218.999 43.125,57 59 120 175,stand,,,
|
||||
1486.59 -366.88 47.125,58 120 304,stand,,,
|
||||
2229.68 1228.07 373.625,61 311 312,stand,,,
|
||||
2217.69 1388.76 373.625,60 308 26,stand,,,
|
||||
995.304 -126.223 43.125,63 55 56 202 20,stand,,,
|
||||
971.592 -285.632 43.125,62 64 20 57,stand,,,
|
||||
944.403 -444.424 43.125,63 65 176 20,stand,,,
|
||||
894.151 -598.546 43.125,64 66,stand,,,
|
||||
829.014 -749.007 43.125,65 67 124,stand,,,
|
||||
680.273 -782.148 2.47777,66 68 177 185,stand,,,
|
||||
395.244 -671.043 0.124999,67 13 178,stand,,,
|
||||
272.709 -201.067 0.124999,178 70 186,stand,,,
|
||||
215.827 120.624 0.124999,69 179,stand,,,
|
||||
62.9499 554.8 0.124999,72 179 190,stand,,,
|
||||
-99.9819 555.098 0.124999,71 73 190,stand,,,
|
||||
-217.861 449.087 0.124999,72 74 223,stand,,,
|
||||
-265.839 294.859 0.124999,73 75 222,stand,,,
|
||||
-320.373 -27.2839 0.124999,76 74,stand,,,
|
||||
-340.976 -349.77 0.124999,77 75,stand,,,
|
||||
-403.6 -666.605 0.124999,221 76 112,stand,,,
|
||||
-995.252 -883.614 43.125,30 220,stand,,,
|
||||
-1600.1 -538.849 119.629,80 111 9,stand,,,
|
||||
-1608.87 -377.689 119.629,79 81,stand,,,
|
||||
-1618 -216.207 119.629,80 82,stand,,,
|
||||
-1625.11 -54.2566 119.629,81 83,stand,,,
|
||||
-1588.91 104.32 119.629,82 84 115 116,stand,,,
|
||||
-1443.28 162.16 119.625,83 85 293,stand,,,
|
||||
-1289.96 203.464 119.625,84 86,stand,,,
|
||||
-1185.24 327.353 119.625,85 33 293,stand,,,
|
||||
200.099 930.44 43.125,135 189,stand,,,
|
||||
419.05 1490.57 43.125,15 134 136 191 301,stand,,,
|
||||
556.073 1944.35 43.125,90 134,stand,,,
|
||||
839.844 2097.01 43.125,91 89,stand,,,
|
||||
1160.73 2093.12 43.125,92 90,stand,,,
|
||||
1467.31 1981.6 43.125,130 133 128 91,stand,,,
|
||||
695.418 1276.06 43.125,168 191 203 197 301,stand,,,
|
||||
690.134 78.415 238.125,166 167,stand,,,
|
||||
111.135 -868.234 238.125,158 159,stand,,,
|
||||
-377.374 -869.956 238.125,156 158,stand,,,
|
||||
-841.141 -983.634 246.625,155 157,stand,,,
|
||||
-701.567 -1080.75 1.125,11 221,stand,,,
|
||||
-1554.27 2291.83 43.125,100 143 144,stand,,,
|
||||
-1231.05 2236.72 43.125,101 99,stand,,,
|
||||
-922.672 2139.71 43.125,102 100,stand,,,
|
||||
-659.001 1955.19 43.125,140 101,stand,,,
|
||||
-2036.64 1812.64 43.125,104 1 145,stand,,,
|
||||
-1874.9 1811.79 43.125,103 151,stand,,,
|
||||
-2053.63 2306.65 238.125,2 39 110 276,stand,,,
|
||||
-1638.58 530.476 373.625,4 282 286,stand,,,
|
||||
-1624.29 -280.124 373.625,108 5 285,stand,,,
|
||||
-1619.32 -441.519 373.625,107 288,stand,,,
|
||||
-2287.47 2256.47 300.125,110 281,stand,,,
|
||||
-2140.65 2302.93 268.125,109 105,stand,,,
|
||||
-1970.85 -520.438 119.629,6 79,stand,,,
|
||||
-286.882 -1073.78 1.125,12 77 221,stand,,,
|
||||
-2163.47 477.811 119.629,7 114,stand,,,
|
||||
-1851.69 466.611 119.629,113 115,stand,,,
|
||||
-1845.69 135.913 119.629,114 83,stand,,,
|
||||
-1603.94 323.635 119.629,83 8,stand,,,
|
||||
-1526.22 -889.845 45.125,9 154 29,stand,,,
|
||||
1500.13 1165.09 49.625,126 16,stand,,,
|
||||
1487.03 515.407 49.625,125 126,stand,,,
|
||||
1492.61 -132.261 43.0366,58 59 125,stand,,,
|
||||
2027.98 1842.96 43.125,122 132,stand,,,
|
||||
1821.21 1820.24 43.125,121 130,stand,,,
|
||||
1927.81 2242.93 43.125,18 132 133,stand,,,
|
||||
1196.79 -848.509 43.125,66 172 173,stand,,,
|
||||
1487.58 211.693 49.625,120 119,stand,,,
|
||||
1490.46 820.517 49.625,118 119,stand,,,
|
||||
1245.07 1628.9 43.125,128 51 203,stand,,,
|
||||
1471.79 1754.92 43.125,127 130 92,stand,,,
|
||||
2108.72 1964.05 231.248,50 294,stand,,,
|
||||
1672.31 1884.38 43.125,128 50 122 92 133,stand,,,
|
||||
2310.05 2004.55 43.125,17 18 132,stand,,,
|
||||
2103.53 2098.04 43.125,123 131 121,stand,,,
|
||||
1747.74 2040.59 43.125,123 130 92,stand,,,
|
||||
466.528 1731.94 43.125,88 89 301,stand,,,
|
||||
393.759 1004.08 43.125,136 87 188 196,stand,,,
|
||||
402.616 1235.5 43.125,135 88 191 196,stand,,,
|
||||
-266.972 929.065 43.125,138 189 190 213 207,stand,,,
|
||||
-402.023 1145.74 43.125,137 139 14 207 213,stand,,,
|
||||
-466.307 1475.26 43.125,138 14 140 204 207,stand,,,
|
||||
-519.388 1710 43.125,139 102 14,stand,,,
|
||||
-2276.43 2099 43.125,1 0 142 144,stand,,,
|
||||
-2077.61 2257.28 43.125,0 143 141 144 145,stand,,,
|
||||
-1817.95 2282.21 43.125,142 99,stand,,,
|
||||
-1843.88 2079.08 43.125,141 142 145 99 146,stand,,,
|
||||
-2074.58 1969.28 43.125,144 1 103 142,stand,,,
|
||||
-1715.73 1885.1 43.125,144 147 151,stand,,,
|
||||
-1855.82 1909.33 49.3721,146 148,stand,,,
|
||||
-1967.73 1929.59 133.115,147 149,stand,,,
|
||||
-2121.32 1956.33 247.904,148 150,stand,,,
|
||||
-2243.29 1985.27 238.125,149 38,stand,,,
|
||||
-1577.53 1808.94 43.125,146 104 37 206,stand,,,
|
||||
-957.808 -415.41 119.625,31 153 290,stand,,,
|
||||
-953.142 -609.387 43.944,152 30 220,stand,,,
|
||||
-1246.36 -978.119 43.125,117 29 155,stand,,,
|
||||
-1012.8 -980.679 132.983,97 154,stand,,,
|
||||
-597.596 -867.107 238.125,157 22 96 238,stand,,,
|
||||
-709.148 -954.444 238.125,156 97 22,stand,,,
|
||||
-156.139 -873.501 238.125,96 95,stand,,,
|
||||
463.703 -861.637 238.125,95 21 163 164 249,stand,,,
|
||||
1142.89 -965.808 43.625,161 172,stand,,,
|
||||
1021.73 -958.147 124.562,160 162,stand,,,
|
||||
851.708 -964.215 246.625,161 163,stand,,,
|
||||
703.205 -958.858 238.125,162 159 164,stand,,,
|
||||
619.929 -684.648 238.125,159 163 165 250,stand,,,
|
||||
663.605 -506.391 238.125,164 166 250,stand,,,
|
||||
684.607 -239.332 238.125,165 94,stand,,,
|
||||
661.018 385.336 238.125,94 171 256,stand,,,
|
||||
692.509 1142.97 50.0296,93 169,stand,,,
|
||||
692.635 1015.57 143.836,168 170,stand,,,
|
||||
694.698 854.35 248.625,169 171,stand,,,
|
||||
687.803 709.384 238.125,170 167 195 194 256 257,stand,,,
|
||||
1292.94 -971.102 43.125,160 124 19,stand,,,
|
||||
1455.61 -779.193 43.125,19 124 174,stand,,,
|
||||
1444.41 -566.55 43.125,173 175,stand,,,
|
||||
1337.58 -480.839 43.125,58 174 176 57,stand,,,
|
||||
1167 -483.425 43.125,175 64,stand,,,
|
||||
454.862 -869.759 0.125001,13 67,stand,,,
|
||||
331.434 -439.307 0.125001,69 68,stand,,,
|
||||
187.752 473.814 0.125001,70 71 187 188,stand,,,
|
||||
765.149 955.692 43.125,181 196 197 198,stand,,,
|
||||
654.27 779.427 43.125,180 182 187 188 196,stand,,,
|
||||
644.305 454.151 0.125001,181 183 187,stand,,,
|
||||
647.042 110.63 0.125001,182 184,stand,,,
|
||||
647.767 -145.197 0.125001,183 185,stand,,,
|
||||
651.38 -459.915 0.125001,184 67,stand,,,
|
||||
373.547 169.049 0.124999,69 187,stand,,,
|
||||
447.512 473.219 0.124999,186 181 182 179 188,stand,,,
|
||||
287.462 710.202 43.125,135 179 181 187 189 196,stand,,,
|
||||
40.7004 872.035 43.125,188 137 87 190,stand,,,
|
||||
-33.1181 706.769 43.125,189 72 137 71 223,stand,,,
|
||||
613.532 1266.89 43.125,136 93 192 88,stand,,,
|
||||
605.535 1145.02 48.5131,191 193,stand,,,
|
||||
606.692 1005.36 151.36,192 194,stand,,,
|
||||
605.302 782.771 238.125,193 195 171,stand,,,
|
||||
540.75 701.972 238.125,194 171,stand,,,
|
||||
565.753 972.775 43.125,135 180 181 136 188,stand,,,
|
||||
943.759 1143.94 43.125,180 51 198 203 52 93,stand,,,
|
||||
905.533 937.76 43.125,52 180 199 197,stand,,,
|
||||
939.309 737.271 43.125,198 200,stand,,,
|
||||
1000.43 568.227 43.125,199 201 53 54,stand,,,
|
||||
954.585 405.179 43.125,200 202,stand,,,
|
||||
991.22 158.337 43.125,201 62 55,stand,,,
|
||||
954.436 1433.1 43.125,93 127 197 51 301,stand,,,
|
||||
-729.187 1640.24 43.125,139 205 208,stand,,,
|
||||
-1006.97 1702.24 43.125,204 206,stand,,,
|
||||
-1234.28 1764.47 43.125,205 151 37,stand,,,
|
||||
-586.336 1283.54 43.125,138 208 137 224 139,stand,,,
|
||||
-677.766 1282.02 43.125,207 209 204 227,stand,,,
|
||||
-784.688 1282.24 43.125,208 210 211,stand,,,
|
||||
-1026.85 1297.91 43.125,209 36 211,stand,,,
|
||||
-832.773 965.024 43.125,209 34 212 213 210 214,stand,,,
|
||||
-1008.51 985.239 43.125,211 35,stand,,,
|
||||
-529.323 942.735 43.125,211 137 138 214 223,stand,,,
|
||||
-651.976 733.221 43.125,211 213 215 222,stand,,,
|
||||
-654.663 524.084 0.125,214 216 222,stand,,,
|
||||
-653.617 220.574 0.125,215 217,stand,,,
|
||||
-653.409 -33.9281 0.125,216 218,stand,,,
|
||||
-652.967 -293.412 0.125,217 219,stand,,,
|
||||
-651.756 -574.935 0.125,218 221,stand,,,
|
||||
-809.702 -812.57 43.125,78 153 221,stand,,,
|
||||
-610.211 -865.483 0.125001,220 98 219 77 112,stand,,,
|
||||
-409.344 486.843 0.125001,74 214 215 223,stand,,,
|
||||
-281.85 707.45 43.125,73 213 190 222,stand,,,
|
||||
-592.815 1141.19 50.9682,225 207,stand,,,
|
||||
-592.626 1011.02 146.824,224 226,stand,,,
|
||||
-593.612 859.598 248.625,225 231,stand,,,
|
||||
-681.308 1140.92 51.1662,208 228,stand,,,
|
||||
-679.176 1018.04 141.654,227 229,stand,,,
|
||||
-680.307 855.581 248.625,228 230,stand,,,
|
||||
-681.888 718.662 238.125,229 231 232 231,stand,,,
|
||||
-599.942 730.098 238.125,230 226 230 267,stand,,,
|
||||
-634.298 495.263 238.125,230 233 234,stand,,,
|
||||
-650.337 348.531 238.125,232 234 235,stand,,,
|
||||
-494.013 392.696 238.125,233 232 263,stand,,,
|
||||
-656.319 87.2892 238.125,233 236,stand,,,
|
||||
-662.552 -158.875 238.125,235 237,stand,,,
|
||||
-660.337 -394.876 238.125,236 238,stand,,,
|
||||
-603.561 -571.657 238.125,237 156 239,stand,,,
|
||||
-279.236 -561.245 238.125,238 240 246 247,stand,,,
|
||||
-127.701 -354.672 238.125,239 241,stand,,,
|
||||
-118.834 -24.4089 238.125,240 242,stand,,,
|
||||
-125.837 206.705 238.125,241 243,stand,,,
|
||||
-110.907 432.052 238.125,242 244 254 263 265,stand,,,
|
||||
-270.72 251.244 238.125,243 245 263,stand,,,
|
||||
-257.435 8.45348 238.125,244 246,stand,,,
|
||||
-264.49 -267.244 238.125,245 239,stand,,,
|
||||
-71.8749 -555.731 238.125,239 248,stand,,,
|
||||
98.0126 -544.163 238.125,247 249 251,stand,,,
|
||||
299.437 -538.294 238.125,248 250 251 159,stand,,,
|
||||
468.968 -552.551 238.125,249 164 165,stand,,,
|
||||
117.121 -342.493 238.125,248 252 249,stand,,,
|
||||
115.919 -91.3139 238.125,251 253,stand,,,
|
||||
104.708 151.459 238.125,252 254,stand,,,
|
||||
136.101 422.673 238.125,253 255 262 243 264,stand,,,
|
||||
298.079 398.43 238.125,254 256,stand,,,
|
||||
494.732 395.436 238.125,255 167 171,stand,,,
|
||||
438.519 700.078 238.125,171 258 262,stand,,,
|
||||
224.954 706.705 238.125,257 259 264,stand,,,
|
||||
224.501 937.708 238.125,258 260,stand,,,
|
||||
230.578 1183.01 238.125,259 261 273,stand,,,
|
||||
351.525 1359.18 238.125,260 48,stand,,,
|
||||
296.17 567.151 238.125,257 254,stand,,,
|
||||
-280.841 409.577 238.125,243 234 244 267,stand,,,
|
||||
74.2714 676.602 238.125,254 258 265,stand,,,
|
||||
-117.482 672.204 238.125,264 266 243,stand,,,
|
||||
-243.971 728.058 238.125,265 267 270,stand,,,
|
||||
-382.954 679.634 238.125,266 231 263,stand,,,
|
||||
-380.739 1298.09 238.125,269 271,stand,,,
|
||||
-376.243 1436.99 238.125,268 44 43,stand,,,
|
||||
-247.337 927.411 238.125,266 271,stand,,,
|
||||
-245.419 1202.63 238.125,270 268 272,stand,,,
|
||||
-54.6856 1293.77 238.125,271 45 273,stand,,,
|
||||
97.1746 1302.69 238.125,272 260 46,stand,,,
|
||||
-700.152 1832.18 238.125,41 42,stand,,,
|
||||
-1186.28 1948.36 238.125,40 41,stand,,,
|
||||
-1851.06 2065.89 238.125,39 277 105,stand,,,
|
||||
-1631.17 2035.08 238.125,276 40,stand,,,
|
||||
-1624.59 1534.72 373.625,279 284,stand,,,
|
||||
-1929.98 1548.82 373.625,278 3,stand,,,
|
||||
-2286.77 1754.12 369.828,3 281,stand,,,
|
||||
-2293.51 2000.34 334.941,280 109,stand,,,
|
||||
-1593.15 699.592 373.625,106 283,stand,,,
|
||||
-1590.34 939.453 373.625,282 284,stand,,,
|
||||
-1593.53 1228.42 373.625,283 278,stand,,,
|
||||
-1661.17 -52.5904 373.625,107 286,stand,,,
|
||||
-1671.04 227.535 373.625,285 106,stand,,,
|
||||
-1507.88 -570.983 119.727,288 289 291,climb,13.4021 176.907 0,,
|
||||
-1521.12 -571.264 376.625,287 108,climb,84.7198 -178.792 0,,
|
||||
-1325.85 -476.622 119.625,287 290 291,stand,,,
|
||||
-1131.54 -421.024 119.625,289 152 31,stand,,,
|
||||
-1405.45 -311.812 119.625,289 287 292,stand,,,
|
||||
-1369.7 -117.449 119.625,291 293,stand,,,
|
||||
-1226.29 74.8146 119.625,292 84 86 32,stand,,,
|
||||
2286.51 1991.46 238.125,129 295,stand,,,
|
||||
2216.32 2111.58 238.125,294 296,stand,,,
|
||||
1924 2063.95 238.125,295 297,stand,,,
|
||||
1612 2012.32 238.125,296 298,stand,,,
|
||||
1315.28 1947.86 238.125,297 299,stand,,,
|
||||
1016.66 1888.25 238.125,298 300,stand,,,
|
||||
718.781 1814.81 238.125,299 49,stand,,,
|
||||
603.977 1500.05 43.125,88 203 134 93,stand,,,
|
||||
1480.29 -798.042 245.625,303 306,stand,,,
|
||||
1480.3 -648.38 242.134,302 304,stand,,,
|
||||
1482.12 -496.756 130.484,303 59,stand,,,
|
||||
1938.71 -824.395 332.184,306 307,stand,,,
|
||||
1683.35 -819.417 278.115,305 302,stand,,,
|
||||
2154.01 -818.331 373.625,305 28 318 322,stand,,,
|
||||
2129.86 1537.04 374.625,309 61 26,stand,,,
|
||||
2031.51 1533.86 373.625,308 310 25,stand,,,
|
||||
1937.46 1232.97 373.625,309 311 27,stand,,,
|
||||
2107.4 1150.56 374.625,310 60 312,stand,,,
|
||||
2232.34 1100.1 373.625,311 60 313,stand,,,
|
||||
2236.42 831.84 373.625,312 314,stand,,,
|
||||
2235.51 554.252 373.625,313 315,stand,,,
|
||||
2231.72 274.203 373.625,314 316 319,stand,,,
|
||||
2228.14 24.8256 373.625,315 317 319,stand,,,
|
||||
2209.36 -228.828 373.625,316 318 321 324,stand,,,
|
||||
2189.67 -514.385 373.625,317 307 322,stand,,,
|
||||
2060.77 162.741 373.625,315 316 320 328,stand,,,
|
||||
1901.64 22.1256 373.625,319 321 327 328,stand,,,
|
||||
1990.66 -191.59 373.625,320 317 324 327,stand,,,
|
||||
2092.36 -679.469 373.625,307 318 323,stand,,,
|
||||
1899.39 -608.955 373.625,322 324 325,stand,,,
|
||||
1934.59 -364.863 373.625,323 321 326 317 327,stand,,,
|
||||
1655.48 -583.159 373.625,323 326,stand,,,
|
||||
1704.63 -297.836 373.625,325 327 324 329,stand,,,
|
||||
1785.3 -195.044 373.625,326 320 321 329 324,stand,,,
|
||||
1645.13 165.201 373.625,319 320 329,stand,,,
|
||||
1633.01 -80.7879 373.625,328 327 326,stand,,,
|
||||
|
293
scriptdata/waypoints/mp_afghan_wp.csv
Normal file
@@ -0,0 +1,293 @@
|
||||
292
|
||||
-496.312 -732.865 -142.346,1 194,stand,,,
|
||||
-17.2528 -459.032 -53.1686,0 2 5 217,stand,,,
|
||||
427.623 -326.794 -22.5228,1 3 66 217 226,stand,,,
|
||||
420.225 -271.977 -13.8064,2 4,stand,,,
|
||||
383.669 93.1845 -5.28357,3 5 65 193,stand,,,
|
||||
30.5647 -0.0282056 -1.18442,4 1 101,stand,,,
|
||||
-481.41 243.585 71.5882,7 101,stand,,,
|
||||
-576.958 803.125 187.082,6 103 152 196 199 261 274,stand,,,
|
||||
-1210.9 1152.94 81.5377,9 10 102 103 151,stand,,,
|
||||
-1286.62 874.244 65.5222,8 228,stand,,,
|
||||
-1248.34 1651.74 56.7686,8 151,stand,,,
|
||||
-444.158 2090.19 64.125,13 149 158,stand,,,
|
||||
-73.2721 1520.26 196.912,83 82 145 143 146 213 231,stand,,,
|
||||
-148.298 2242.25 174.192,11 14,stand,,,
|
||||
55.9953 2213.98 188.874,13 15 162,stand,,,
|
||||
169.483 2627.81 202.973,14 16 162 236,stand,,,
|
||||
436.097 2503.9 242.337,15 17 108 160 263,stand,,,
|
||||
587.116 1940.12 151.758,16 18,stand,,,
|
||||
572.231 1664.76 144.832,17 81 82 141 142 211 235,stand,,,
|
||||
570.426 3209.61 224.125,20 100 108,stand,,,
|
||||
32.0897 3206.73 104.125,19 21,stand,,,
|
||||
-4.1521 3020.94 40.125,20 22 237,stand,,,
|
||||
-442.777 2861.53 -23.875,21 23,stand,,,
|
||||
-486.986 2558.32 -55.875,22 158 159,stand,,,
|
||||
919.876 3203.52 243.923,25 33 100,stand,,,
|
||||
950.717 3486.24 236.32,24 26 38 100 34 163 165 240,stand,,,
|
||||
958.611 3808.82 256.276,25 27,stand,,,
|
||||
1478.71 3996.01 263.489,26 28 168 37 38 241,stand,,,
|
||||
1970.95 4118.43 251.691,27 166 167 168 169,stand,,,
|
||||
2122.99 3659.42 215.041,30 37 169 170 177 242,stand,,,
|
||||
2086.8 3262.31 250.264,29 31 36 170 173 171 268,stand,,,
|
||||
1879.36 2855.37 312.356,30 32 99 172 173 264 267 277 276,stand,,,
|
||||
1469.65 2916.41 264.774,31 33 36 171 172 264,stand,,,
|
||||
1127.98 3047.84 263.683,32 24 34 164 239,stand,,,
|
||||
1300.23 3305.06 261.784,33 35 38 25 165 164,stand,,,
|
||||
1337.66 3237.1 261.556,34 36,stand,,,
|
||||
1644.63 3240.44 257.477,35 32 30 37 171 174,stand,,,
|
||||
1679.16 3605.4 225.505,36 29 38 27,stand,,,
|
||||
1276.88 3615.43 239.576,37 34 25 164 165 27,stand,,,
|
||||
2864.6 3056.73 118.861,97 178 245 278,stand,,,
|
||||
3494.3 3196.57 135.081,41 98,stand,,,
|
||||
3494.53 2819.69 128.125,40 42 97 280 279 281 282 283 284,stand,,,
|
||||
3935.81 2871.96 128.125,41 43 126,stand,,,
|
||||
3971.5 2543.27 -13.4301,42 44 125 126,stand,,,
|
||||
3408.04 2471.49 -39.6766,43 45 46 123 124,stand,,,
|
||||
2828.55 2464.86 3.20407,44 77 78 97 127,stand,,,
|
||||
3482.35 1921.72 42.5354,44 122 123 124 181,stand,,,
|
||||
3611.34 1513.02 82.1061,182 183 185,stand,,,
|
||||
2949.5 1203.68 64.0708,49 50 106 188 189 270,stand,,,
|
||||
2494.24 1271.95 25.4285,48 76 87 88,stand,,,
|
||||
3060.2 834.908 74.0837,48 52 189 269,stand,,,
|
||||
2708.69 824.855 200.125,189 209 221 286 287,stand,,,
|
||||
3112.49 425.318 79.9015,50 55 89 105,stand,,,
|
||||
3362.68 -7.56945 142.391,54 55 89 119 120 121 190 272 271,stand,,,
|
||||
3365.63 266.065 144.125,53 192 222 289,stand,,,
|
||||
3637.05 395.554 76.6413,53 52 56 61 62 105 121,stand,,,
|
||||
3671.49 837.357 78.2406,55 62 59 104,stand,,,
|
||||
3565.97 1248.22 93.4757,58 104 106 184,stand,,,
|
||||
3935.86 1144.14 119.745,57 59,stand,,,
|
||||
3931.06 956.327 87.653,58 60 56 62,stand,,,
|
||||
4364.57 836.858 72.2672,59 61,stand,,,
|
||||
4210.86 328.576 76.3363,60 55,stand,,,
|
||||
4020.58 641.397 75.3822,56 55 59,stand,,,
|
||||
1219.72 -292.936 39.3015,64 66 110 112 273,stand,,,
|
||||
1116.2 39.6321 -20.555,63 65 67 68 110 138 257 258,stand,,,
|
||||
726.623 -38.2303 22.2781,64 4 66 225,stand,,,
|
||||
669.221 -432.278 21.5103,65 2 63 218,stand,,,
|
||||
1629.67 227.23 -20.1615,64 71 72 110 138,stand,,,
|
||||
1390.18 518.06 18.268,64 69 138 256,stand,,,
|
||||
1493.13 785.232 42.7987,68 84 85 153 156 256,stand,,,
|
||||
1705.42 716.213 44.7554,137 156 248,stand,,,
|
||||
2018.5 585.112 -4.0642,67 72 87 137,stand,,,
|
||||
2195.53 375.576 43.8192,67 71 88,stand,,,
|
||||
1846.05 1042.09 48.0116,84 86 87 94 153 154 155 157,stand,,,
|
||||
2041.24 1575.02 -11.8253,75 76 86 93 96,stand,,,
|
||||
2005.11 1909.44 -12.9515,74,stand,,,
|
||||
2382.4 1670.16 19.921,74 49 77 96,stand,,,
|
||||
2551.85 2186.3 0.124998,76 45 95 128 251 252,stand,,,
|
||||
2341.71 2494.09 -4.98104,45 79 127 128 129 253,stand,,,
|
||||
1856.14 2360.8 0.354582,78 93 132 246 254 255,stand,,,
|
||||
1305.32 1771.3 74.6347,92 93 134 133,stand,,,
|
||||
498.107 1331.73 136.327,18 82 83 92 141 214 233,stand,,,
|
||||
246.105 1603.02 179.242,18 81 12 142 144 145 234,stand,,,
|
||||
124.631 1263.14 167.17,81 12 145 213,stand,,,
|
||||
1406.26 1182.69 56.4975,73 69 94 109 139 153 85,stand,,,
|
||||
1044.19 914.706 167.246,69 92 139 84,stand,,,
|
||||
1988.82 1222.99 59.4681,74 73,stand,10.7062 -107.655 0,,
|
||||
2129.75 746.84 26.5527,71 73 49,stand,10.8765 58.4528 0,,
|
||||
2402.57 496.043 65.1585,72 49,stand,5.35034 81.9305 0,,
|
||||
3050.62 50.8044 130.07,52 53 90 191 260 288,stand,11.5686 175.902 0,,
|
||||
2735.46 74.8598 134.197,89 91 118 260,stand,17.4408 -153.182 0,,
|
||||
2467.36 -86.7349 123.809,90 107 117 118,stand,13.4692 -175.111 0,,
|
||||
1088.25 1472.42 111.156,85 80 81 109 139 140 141,stand,13.2935 177.649 0,,
|
||||
1692.81 1745.13 -5.74618,79 74 80 94 109 255,stand,0.516357 175.933 0,,
|
||||
1806.41 1332.19 109.839,84 73 93 109,stand,16.5784 177.664 0,,
|
||||
2235.18 2075.6 11.7167,77 96 129,stand,5.35034 -112.897 0,,
|
||||
2189.02 1773.37 44.4605,95 76 74,stand,26.4166 72.8979 0,,
|
||||
2890.11 2844.62 123.835,39 45 41 127,stand,19.682 97.0899 0,,
|
||||
3394.15 3611.84 128.125,40 179,stand,10.5304 -76.2524 0,,
|
||||
1910.67 2663.17 380.514,31,crouch,13.2935 -80.7403 0,,
|
||||
733.339 3155.82 228.219,19 24 25 108 163,stand,12.085 40.4828 0,,
|
||||
-215.782 35.8419 9.61632,6 5 227,stand,7.59705 143.621 0,,
|
||||
-742.36 1550.71 179.766,8 148 150 151 198,stand,19.5117 -35.2258 0,,
|
||||
-1043.1 1016.45 139.229,8 7 152 199 261,stand,1.72485 -32.6275 0,,
|
||||
3657.77 1024.37 87.0326,56 57,stand,17.7869 -87.8119 0,,
|
||||
3384.57 513.747 69.5176,55 52 106,stand,10.5304 -73.656 0,,
|
||||
3327.3 1095.54 67.7583,105 48 57,stand,16.2323 -79.1601 0,,
|
||||
2011.49 -21.9876 136.125,91 114 113 116 117 203,stand,14.6777 -177.321 0,,
|
||||
562.528 2678.22 251.56,19 16 100,stand,6.73462 77.7155 0,,
|
||||
1516.07 1501.29 45.9654,84 93 92 94 139,stand,5.00977 -152.999 0,,
|
||||
1350.18 -84.7698 43.0637,64 63 67 112,stand,29.0094 114.451 0,,
|
||||
1735.41 -161.942 136.125,112 113 115 207 208 224 259,stand,24.1754 -176.484 0,,
|
||||
1426.11 -192.619 107.624,111 63 110 259,stand,7.25098 4.81261 0,,
|
||||
1751.83 -15.582 136.125,107 111 115 116 205 291,stand,25.2081 -69.6087 0,,
|
||||
2106.9 -217.494 136.125,107 117 201 200,stand,24.516 -97.0636 0,,
|
||||
1824.18 -104.599 136.125,111 113 204,stand,19.682 147.602 0,,
|
||||
1848 115.719 136.125,113 107 206 290,stand,20.0281 90.6268 0,,
|
||||
2265.75 -96.5292 136.125,114 107 91 202 223,stand,12.9474 22.605 0,,
|
||||
2565.56 89.399 129.964,91 90,stand,25.5542 -84.9676 0,,
|
||||
3512.96 -151.743 172.459,120 53,stand,18.6493 58.1732 0,,
|
||||
3623.35 -23.4116 173.918,119 53 121,stand,20.2039 145.542 0,,
|
||||
3588.76 105.862 143.301,55 120 53,stand,24.3457 62.8369 0,,
|
||||
3549.96 1725.93 61.2797,46 181 182,stand,16.9189 -133.829 0,,
|
||||
3307.77 2283.55 -18.106,44 46 220,stand,20.0281 98.3997 0,,
|
||||
3553.45 2302.26 -8.7671,44 46 219,stand,24.8621 94.6039 0,,
|
||||
4199.43 2507.02 -15.9713,43,stand,5.87219 157.457 0,,
|
||||
4065.76 2887.46 134.676,42 43,stand,18.8196 178.523 0,,
|
||||
2660 2628.37 38.9734,45 97 78,stand,22.2748 -97.3932 0,,
|
||||
2447.94 2336.96 11.7742,77 78,stand,17.0947 -58.8861 0,,
|
||||
2061.24 2215.43 51.2774,130 95 78,stand,15.3699 -96.5198 0,,
|
||||
1997.87 1849.99 184.26,129 131,stand,36.0846 88.5669 0,,
|
||||
1965.56 1834.05 169.619,130 132,stand,34.0137 80.459 0,,
|
||||
1915.48 2189.45 33.0319,79 131,stand,39.1937 96.6913 0,,
|
||||
1349.98 1931.86 69.2725,80 134,stand,15.3699 -178.544 0,,
|
||||
1054.55 1790.01 144.401,80 133 140,stand,21.9287 -77.5354 0,,
|
||||
1642.29 578.183 108.18,136 249 250,stand,46.1041 42.9901 0,,
|
||||
1718 624.189 90.98,137 135,stand,52.663 72.1698 0,,
|
||||
1754.25 705.454 46.7966,70 71 136 155,stand,53.0573 -20.5493 0,,
|
||||
1398.18 266.103 6.98703,67 68 64 257 258,stand,23.0151 -35.3918 0,,
|
||||
1255.92 1264.36 77.4309,84 92 85 109,stand,26.2946 -38.6768 0,,
|
||||
1106.03 1627.73 126.806,134 92,stand,19.5599 96.8671 0,,
|
||||
759.256 1491.34 139.249,92 81 18 210,stand,17.3132 -157.812 0,,
|
||||
367.904 1769.02 184.59,143 18 82 144,stand,15.5884 179.391 0,,
|
||||
-39.3028 1722.47 199.899,142 144 12 212 232,stand,21.6309 -78.9032 0,,
|
||||
156.416 1688.5 200.626,143 82 142,stand,17.8351 148.668 0,,
|
||||
100.289 1470.12 190.037,83 82 12,stand,22.6691 -103.249 0,,
|
||||
-321.965 1492.63 202.855,12 148 147 215 216,stand,15.072 -18.808 0,,
|
||||
-456.335 1358.51 190.123,146 150 198 195 197 229,stand,26.2946 63.3698 0,,
|
||||
-450.16 1647.65 202.27,146 102 149 150 230 262,stand,25.4321 -40.7477 0,,
|
||||
-440.137 1922.09 200.121,11 148 262,stand,35.6165 87.5452 0,,
|
||||
-552.728 1528.97 192.566,148 147 102 198,stand,34.408 -178.192 0,,
|
||||
-1098.32 1434.29 116.283,8 102 10,stand,15.072 -156.78 0,,
|
||||
-935.576 775.961 198.805,103 7,stand,28.0194 116.192 0,,
|
||||
1602.74 1015.01 48.2733,69 73 84,stand,11.9147 -83.7854 0,,
|
||||
1694.01 816.332 46.8733,156 73 157,stand,42.8192 -115.393 0,,
|
||||
1765.05 770.69 49.0457,137 73 157,stand,46.1041 -113.492 0,,
|
||||
1660.73 723.339 42.8147,70 69 154,stand,42.6489 71.0779 0,,
|
||||
1765.79 873.643 51.8182,154 155 73 247,stand,40.4559 -149.753 0,,
|
||||
-511.246 2394.3 -39.875,23 11,stand,31.991 85.2448 0,,
|
||||
-219.57 2595.87 -55.875,23 238,stand,23.8776 -168.907 0,,
|
||||
102.395 2909.7 147.51,16,stand,60.484 138.43 0,,
|
||||
-280.874 2537.36 133.956,162,stand,44.5978 -178.059 0,,
|
||||
-16.2528 2528.1 168.101,161 15 14,stand,15.072 -15.758 0,,
|
||||
777.09 3315.36 240.176,25 100,stand,20.2521 41.3873 0,,
|
||||
1105.7 3252.12 260.837,33 38 165 34,stand,16.9727 -96.0516 0,,
|
||||
1154.41 3461.85 248.586,164 25 38 34,stand,12.4847 -124.188 0,,
|
||||
1871.16 4284.87 251.876,28,stand,12.309 -48.7335 0,,
|
||||
2052.8 4299.58 252.589,28 244,stand,22.8394 88.3649 0,,
|
||||
1889.28 3897.18 258.856,28 27 169,stand,15.7642 -124.006 0,,
|
||||
2018.79 3901.57 257.872,168 29 28 243,stand,15.4181 -50.4529 0,,
|
||||
2005.52 3471.6 243.19,30 29,stand,19.7357 -79.638 0,,
|
||||
1798.08 3154.23 265.779,36 32 172 30 268,stand,13.3472 -161.656 0,,
|
||||
1706.83 2982.44 268.45,171 31 173 32,stand,11.4465 13.4271 0,,
|
||||
1907.78 3017.62 275.316,30 172 31,stand,24.5697 45.7159 0,,
|
||||
1887.89 3426.54 246.346,36,crouch,11.6168 -139.376 0,,
|
||||
2632.21 3778.26 144.372,177 176,stand,17.6593 -1.76695 0,,
|
||||
2912.03 3583.09 120.211,178 175 179,stand,16.7969 -159.926 0,,
|
||||
2422.07 3616.12 149.054,178 29 175,stand,7.64526 -176.675 0,,
|
||||
2717.89 3520.79 129.39,177 176 39,stand,24.0533 143.275 0,,
|
||||
3152.9 3634.6 120.303,98 176,stand,18.0054 -14.5441 0,,
|
||||
3358.52 1619.01 43.9856,184 181 183 187,stand,35.744 28.6212 0,,
|
||||
3452.15 1719.12 50.0274,180 122 46,stand,36.9525 -12.8192 0,,
|
||||
3543.11 1563.61 59.3213,122 47 183 186,stand,27.9712 -177.197 0,,
|
||||
3439.01 1529.3 66.1882,182 180 47 184 285,stand,15.0238 -144.045 0,,
|
||||
3361.5 1422.18 64.5308,180 57 183 188,stand,24.516 -168.221 0,,
|
||||
3621.86 1446.29 93.4431,47,prone,8.98132 131.1 0,,
|
||||
3739.37 1725.46 91.6423,182,prone,3.97156 -147.92 0,,
|
||||
3252.99 1683.14 41.1005,180,prone,2.07092 -29.8168 0,,
|
||||
3174.3 1450.07 62.3616,48 184,stand,16.5784 -143.437 0,,
|
||||
2886.01 818.538 152.125,51 50 48,stand,13.1232 161.829 0,,
|
||||
3296.03 136.892 144.125,53,prone,-2.2467 -68.0353 0,,
|
||||
3201.91 148.846 141.796,89,crouch,9.15161 178.361 0,,
|
||||
3373.81 333.934 144.125,54,crouch,13.1232 88.5748 0,,
|
||||
393.99 353.067 32.125,4,crouch,8.80554 -91.6779 0,,
|
||||
-291.526 -821.179 -105.728,0,crouch,-1.72485 55.2533 0,,
|
||||
-450.763 1187.04 188.601,196 147 198,stand,28.3173 -115.156 0,,
|
||||
-553.606 1058.1 191.931,197 7 195,stand,24.516 123.11 0,,
|
||||
-588.29 1183.12 203.095,198 196 147 199,stand,25.5542 82.016 0,,
|
||||
-562.297 1337.05 190.373,147 197 195 150 102,stand,23.9996 106.021 0,,
|
||||
-714.619 1058.51 217.285,197 103 7 274,stand,23.9996 15.2081 0,,
|
||||
2030.02 -263.336 136.125,114,crouch,9.19983 35.1345 0,,
|
||||
2132.88 -294.573 136.125,114,crouch,10.2325 105.579 0,,
|
||||
2249.49 51.4548 136.125,117,crouch,11.6168 -129.924 0,,
|
||||
1971.3 76.1531 136.125,107,crouch,10.0623 -58.4415 0,,
|
||||
1850.41 -243.343 136.125,115,crouch,8.50769 88.8357 0,,
|
||||
1612.33 -89.9019 136.125,113,crouch,9.5459 124.058 0,,
|
||||
1894.04 130.907 136.125,116,crouch,20.7684 -125.782 0,,
|
||||
1611.13 -252.875 136.125,111,crouch,10.5786 55.8657 0,,
|
||||
1767.99 -282.875 136.125,111,crouch,12.4792 99.8934 0,,
|
||||
2737.68 964.813 200.125,51,crouch,10.0623 -99.5194 0,,
|
||||
782.446 1243.75 141.863,141,crouch,5.74463 90.9396 0,,
|
||||
749.848 1719.51 142.12,18,crouch,9.71619 -107.622 0,,
|
||||
-95.2411 1765.25 205.537,143,crouch,11.095 -30.9592 0,,
|
||||
-3.95726 1249.4 189.49,83 12,crouch,6.78284 49.6749 0,,
|
||||
471.461 1151.73 157.6,81,prone,0.218506 104.233 0,,
|
||||
-172.848 1391.13 204.125,146,crouch,10.5786 137.56 0,,
|
||||
-180.949 1616.88 204.125,146,crouch,10.0623 -121.607 0,,
|
||||
187.424 -717.3 28.6264,1 2 218,crouch,6.04248 74.5331 0,,
|
||||
507.637 -524.684 0.763947,66 217,stand,11.9147 -2.1295 0,,
|
||||
3475.17 2289.08 -23.0365,124,claymore,7.82105 117.834 0,,
|
||||
3267.01 2363.19 -27.2467,123,claymore,17.3132 61.7157 0,,
|
||||
2756.19 878.06 200.125,51,claymore,13.8635 -69.8621 0,,
|
||||
3372.65 225.005 144.125,54,claymore,10.0623 -91.0931 0,,
|
||||
2318.37 -117.813 136.125,117,claymore,16.7969 31.4923 0,,
|
||||
1647.88 -129.836 136.125,111,claymore,15.4181 -154.633 0,,
|
||||
631.694 -30.2527 -5.88102,65,claymore,3.84949 -20.3082 0,,
|
||||
488.056 -401.959 -3.73999,2,crouch,-1.50085 11.8048 0,,
|
||||
-219.364 94.9132 14.2371,101,claymore,-2.53906 160.296 0,,
|
||||
-1316.45 780.186 62.9556,9,crouch,6.78284 75.8496 0,,
|
||||
-446.06 1430.48 194.533,147,claymore,9.54589 -107.693 0,,
|
||||
-444.026 1576.56 203.295,148,claymore,9.02954 91.7358 0,,
|
||||
-14.0886 1433.53 190.131,12,claymore,8.85375 149.744 0,,
|
||||
-31.3223 1663.37 200.125,143,claymore,12.4847 -115.291 0,,
|
||||
344.886 1486.19 180.127,81,claymore,19.5599 -48.1366 0,,
|
||||
326.277 1512.95 181.317,82,claymore,15.7587 131.259 0,,
|
||||
553.585 1783.28 145.007,18,claymore,16.6266 61.507 0,,
|
||||
213.864 2608.73 203.782,15,claymore,3.32764 -14.1339 0,,
|
||||
-8.61835 3075.34 40.125,21,claymore,29.4037 -153.303 0,,
|
||||
-167.125 2576.8 -55.875,159,crouch,4.19006 173.54 0,,
|
||||
1076.91 3111.34 266.999,33,claymore,13.5175 147.118 0,,
|
||||
1004.7 3455.39 236.244,25,claymore,8.50769 -145.371 0,,
|
||||
1396.24 3914.17 251.65,27,claymore,8.3374 -156.077 0,,
|
||||
2136.64 3558.53 213.349,29,claymore,13.5175 13.6505 0,,
|
||||
2001.81 3862.6 255.907,169,claymore,54.6118 -23.1372 0,,
|
||||
2033.14 4427.43 252.125,167,crouch,3.15735 -101.184 0,,
|
||||
2830.97 3020.79 120.018,39,claymore,11.4465 87.8851 0,,
|
||||
1948.29 2440.28 9.22887,79,claymore,-1.50635 101.014 0,,
|
||||
1748.17 833.242 49.9044,157,claymore,10.238 67.1704 0,,
|
||||
1710.17 739.174 45.5919,70,claymore,31.6449 -109.638 0,,
|
||||
1603.92 581.356 106.436,135,crouch,11.6168 -132.94 0,,
|
||||
1678.63 558.569 109.391,135,crouch,8.3374 -74.2346 0,,
|
||||
2586.12 2127.43 0.125,77,grenade,-31.0803 -124.574 0,,
|
||||
2428.99 2151.85 0.124998,77,grenade,-29.1797 -157.725 0,,
|
||||
2168.73 2368.03 4.0746,78,grenade,-51.1084 135.45 0,,
|
||||
1862.79 2276.1 1.54328,79,grenade,-53.3551 81.2329 0,,
|
||||
1702.58 1952.9 -4.62086,79 93,grenade,-31.4264 -149.101 0,,
|
||||
1411.48 795.692 36.1009,69 68,grenade,-28.1415 129.227 0,,
|
||||
1361.08 133.656 -7.30795,138 64,grenade,-24.6918 38.7488 0,,
|
||||
1323.55 315.162 -1.11714,138 64,grenade,-38.3313 36.6779 0,,
|
||||
1469.05 -187.614 122.121,112 111,grenade,-42.8192 3.87268 0,,
|
||||
2776.1 30.4765 145.343,90 89,grenade,-37.2931 -177.764 0,,
|
||||
-848.754 910.477 163.034,103 7,grenade,-22.6208 -52.2345 0,,
|
||||
-443.162 1843.65 200.125,149 148,grenade,-26.7627 40.6494 0,,
|
||||
319.355 2516.99 244.166,16,grenade,-24.6918 -137.357 0,,
|
||||
1702.31 2783.91 313.044,31 32 265 266 275,stand,38.8531 -15.1172 0,,
|
||||
1810.83 2774.46 338.065,264,grenade,-24.8621 -66.0553 0,,
|
||||
1763.73 2709.52 353.203,264,grenade,-10.7062 -22.3682 0,,
|
||||
1963.71 2803.39 344.858,31,grenade,-12.6013 -106.633 0,,
|
||||
1949.84 3271.99 250.595,30 171,grenade,-29.1797 18.3801 0,,
|
||||
3094.52 993.385 64.1289,270 50,grenade,-49.8999 -146.865 0,,
|
||||
3073.13 1047.59 64.125,48 269,grenade,-52.1466 -169.656 0,,
|
||||
3293.02 -77.3962 138.517,53,grenade,-38.5016 93.1421 0,,
|
||||
3408.12 -97.798 149.874,53,grenade,-29.35 81.9196 0,,
|
||||
1274.5 -164.038 47.4525,63,javelin,1.3623 79.6564 0,1559.54 1350.5 81.4397,
|
||||
-686.368 747.146 220.29,7 199,javelin,11.8817 -54.1791 0,152.563 -512.872 -35.7789,
|
||||
1876.98 2659.02 374.743,264,javelin,14.9908 -67.511 0,2430.68 1231.43 19.5088,
|
||||
1947.81 2684.54 383.757,31,javelin,14.3756 -112.692 0,1389.67 1362.26 74.3719,
|
||||
1930.47 2715.33 377.396,31,javelin,8.42651 -105.309 0,1096.53 -224.926 -0.120511,
|
||||
2898.73 3044.99 125.084,39,javelin,3.47717 -107.095 0,2173.33 707.685 57.1169,
|
||||
3447.99 2849.19 128.125,41,javelin,2.97729 -90.4395 0,3438.98 478.621 69.5023,
|
||||
3539.33 2840.86 128.662,41,javelin,5.9491 -95.235 0,3404.82 1523.4 63.9357,
|
||||
3641.07 2865.21 128.125,41,javelin,1.01624 -101.591 0,3054.65 48.226 130.67,
|
||||
3574.3 2792.06 129.901,41,crouch,3.70239 -99.7064 0,,
|
||||
3383.54 2823.6 130.228,41,crouch,0.939331 -90.3845 0,,
|
||||
3280.37 2846.08 128.654,41,crouch,4.91089 -146.157 0,,
|
||||
3409.55 1478.23 66.7579,183,javelin,3.1311 -159.587 0,1906.89 930.793 40.6238,
|
||||
2648.19 823.72 200.125,51,javelin,4.98779 159.972 0,1071.87 1397.33 112.877,
|
||||
2667.32 883.77 200.125,51,javelin,8.65173 -151.721 0,1047.63 11.8432 -19.1357,
|
||||
3127.59 164.801 130.299,89,javelin,0.131836 79.0906 0,3669.21 2947.04 164.284,
|
||||
3436.84 297.479 144.125,54,javelin,1.4502 87.3962 0,3548.82 2760 141.719,
|
||||
1832.21 144.153 136.125,116,javelin,7.22351 61.4136 0,2494.56 1343.97 22.4178,
|
||||
1647.08 -27.2065 136.125,113,javelin,5.95459 178.281 0,-203.137 12.1259 10.8132,
|
||||
|
563
scriptdata/waypoints/mp_after_tchernobyl_wp.csv
Normal file
@@ -0,0 +1,563 @@
|
||||
562
|
||||
-396 -956 93,305 306,stand,,,
|
||||
1753 1386 68,241 246,stand,,,
|
||||
-1562 -67 64,465 466,stand,,,
|
||||
1411 -1931 79,121 122,stand,,,
|
||||
-2004 -754 93,117 440 441,stand,,,
|
||||
-1917 -182 88,485,stand,,,
|
||||
852 2463 179,7,stand,,,
|
||||
982 2463 179,6 8,stand,,,
|
||||
1147 2463 179,7 9,stand,,,
|
||||
1325 2480 181,8 10,stand,,,
|
||||
1480 2472 117,9 11,stand,,,
|
||||
1499 2513 117,10 12,stand,,,
|
||||
1501 2635 64,11 13,stand,,,
|
||||
1574 2741 64,14 12,stand,,,
|
||||
1837 2753 64,13 15 236,stand,,,
|
||||
2006 2785 64,14 16,stand,,,
|
||||
2174 2819 64,15 17,stand,,,
|
||||
2344 2828 64,16 18,stand,,,
|
||||
2494 2749 64,17 19,stand,,,
|
||||
2610 2622 64,18 20,stand,,,
|
||||
2712 2484 64,19 21,stand,,,
|
||||
2770 2323 64,20 22,stand,,,
|
||||
2786 2152 64,21 23,stand,,,
|
||||
2783 2052 76,22 24,stand,,,
|
||||
2765 1977 76,23 25,stand,,,
|
||||
2578 1897 76,24 26,stand,,,
|
||||
2514 1888 76,25 27,stand,,,
|
||||
2454 1884 81,26 28,stand,,,
|
||||
2390 1868 64,27 29,stand,,,
|
||||
2239 1799 64,28 30 237,stand,,,
|
||||
2229 1628 64,29 31,stand,,,
|
||||
2218 1457 64,30 32,stand,,,
|
||||
2205 1287 64,31 33,stand,,,
|
||||
2193 1116 65,32 34,stand,,,
|
||||
2181 945 67,33 35,stand,,,
|
||||
2174 774 68,34 36,stand,,,
|
||||
2179 602 68,35 37,stand,,,
|
||||
2236 448 68,36 38,stand,,,
|
||||
2296 288 72,37 39,stand,,,
|
||||
2341 122 72,38 40,stand,,,
|
||||
2373 -45 72,39 41,stand,,,
|
||||
2424 -207 64,40 42,stand,,,
|
||||
2457 -375 64,41 43,stand,,,
|
||||
2446 -546 64,42 44 269,stand,,,
|
||||
2379 -700 72,43 45,stand,,,
|
||||
2281 -832 72,44 46,stand,,,
|
||||
2265 -1001 70,45 47,stand,,,
|
||||
2255 -1171 68,46 48,stand,,,
|
||||
2249 -1340 68,47 49,stand,,,
|
||||
2245 -1510 68,48 50,stand,,,
|
||||
2227 -1665 73,49 51,stand,,,
|
||||
2269 -1806 68,50 52,stand,,,
|
||||
2424 -1871 64,51 53,stand,,,
|
||||
2583 -1936 64,52 54,stand,,,
|
||||
2681 -2073 64,53 55,stand,,,
|
||||
2619 -2229 64,54 56,stand,,,
|
||||
2484 -2332 64,55 57,stand,,,
|
||||
2316 -2315 72,56 58,stand,,,
|
||||
2201 -2448 70,57 60,stand,,,
|
||||
2024 -2319 33,60 61,stand,,,
|
||||
2040 -2319 73,59 58,stand,,,
|
||||
1982 -2260 33,62 59,stand,,,
|
||||
1718 -2263 33,61 63 298,stand,,,
|
||||
1564 -2267 86,62 64,stand,,,
|
||||
1505 -2266 72,63 65,stand,,,
|
||||
1372 -2313 72,64 66,stand,,,
|
||||
1181 -2369 72,65 67,stand,,,
|
||||
1010 -2376 72,66 68 118,stand,,,
|
||||
838 -2377 72,67 69,stand,,,
|
||||
667 -2373 73,68 70,stand,,,
|
||||
562 -2369 73,69 71,stand,,,
|
||||
457 -2368 73,70 72,stand,,,
|
||||
352 -2372 73,71 73,stand,,,
|
||||
248 -2377 73,72 74,stand,,,
|
||||
144 -2387 73,73 75,stand,,,
|
||||
39 -2400 73,74 76,stand,,,
|
||||
-63 -2415 73,75 77,stand,,,
|
||||
-167 -2429 73,76 78,stand,,,
|
||||
-227 -2432 73,77 79,stand,,,
|
||||
-286 -2364 73,78 80,stand,,,
|
||||
-350 -2368 73,79 81,stand,,,
|
||||
-454 -2381 73,80 82,stand,,,
|
||||
-559 -2393 73,81 83,stand,,,
|
||||
-651 -2420 73,82 88 89,stand,,,
|
||||
-779 -2358 62,85 89,stand,,,
|
||||
-862 -2181 63,84 86,stand,,,
|
||||
-962 -2044 63,85 87 215,stand,,,
|
||||
-1107 -2024 63,86 90,stand,,,
|
||||
-699 -2462 63,83 89,stand,,,
|
||||
-724 -2377 63,88 84 83,stand,,,
|
||||
-1232 -2068 63,91 87,stand,,,
|
||||
-1483 -2142 63,90 92,stand,,,
|
||||
-1586 -2269 63,91 93,stand,,,
|
||||
-1627 -2429 63,92 94,stand,,,
|
||||
-1722 -2474 63,93 95,stand,,,
|
||||
-1824 -2496 63,94 96,stand,,,
|
||||
-1929 -2495 63,95 97,stand,,,
|
||||
-2031 -2472 63,96 98,stand,,,
|
||||
-2113 -2405 63,97 99,stand,,,
|
||||
-2164 -2315 63,98 100,stand,,,
|
||||
-2197 -2215 63,99 101,stand,,,
|
||||
-2211 -2111 63,100 102,stand,,,
|
||||
-2220 -2007 63,101 103,stand,,,
|
||||
-2228 -1902 63,102 104,stand,,,
|
||||
-2238 -1799 66,103 105,stand,,,
|
||||
-2250 -1695 67,104 106,stand,,,
|
||||
-2271 -1592 64,105 107,stand,,,
|
||||
-2325 -1502 64,106 108,stand,,,
|
||||
-2366 -1406 64,107 109,stand,,,
|
||||
-2381 -1304 63,108 110,stand,,,
|
||||
-2383 -1198 63,109 111 195,stand,,,
|
||||
-2384 -1093 63,110 112,stand,,,
|
||||
-2385 -989 66,111 113,stand,,,
|
||||
-2386 -884 66,112 114,stand,,,
|
||||
-2386 -785 91,113 115,stand,,,
|
||||
-2347 -709 88,114 116,stand,,,
|
||||
-2229 -674 93,115 117,stand,,,
|
||||
-2146 -691 103,116 4,stand,,,
|
||||
1075 -2174 72,67 119,stand,,,
|
||||
1119 -2035 72,118 120,stand,,,
|
||||
1099 -1893 72,119 121 124 270,stand,,,
|
||||
1283 -1909 79,120 3,stand,,,
|
||||
1454 -1769 79,3 123,stand,,,
|
||||
1488 -1626 53,122 281,stand,,,
|
||||
855 -1867 72,120 125,stand,,,
|
||||
827 -2064 72,124 126,stand,,,
|
||||
823 -2209 125,125 127,stand,,,
|
||||
682 -2211 187,126 128,stand,,,
|
||||
511 -2220 216,127 129,stand,,,
|
||||
511 -2118 176,128 130,stand,,,
|
||||
519 -1946 248,129 131,stand,,,
|
||||
423 -1789 248,130 132,stand,,,
|
||||
116 -1789 248,131 133,stand,,,
|
||||
94 -1967 248,132 134,stand,,,
|
||||
93 -2162 183,133 135,stand,,,
|
||||
66 -2244 204,134 136,stand,,,
|
||||
-314 -2252 210,135 141,stand,,,
|
||||
-185 -1868 81,138 142 212,stand,,,
|
||||
-192 -1885 112,137 139,stand,,,
|
||||
-197 -1920 110,138 140,stand,,,
|
||||
-263 -2145 194,139 141,stand,,,
|
||||
-282 -2178 183,140 136,stand,,,
|
||||
-27 -1823 63,137 143 556,stand,,,
|
||||
193 -1818 71,142 144,stand,,,
|
||||
440 -1781 68,143 145,stand,,,
|
||||
564 -1755 75,144 146 147,stand,,,
|
||||
605 -2060 71,145,stand,,,
|
||||
642 -1662 83,145 148,stand,,,
|
||||
595 -1482 87,147 149,stand,,,
|
||||
566 -1341 87,150 148,stand,,,
|
||||
556 -1277 87,149 151,stand,,,
|
||||
539 -1109 77,150 152,stand,,,
|
||||
532 -939 68,151 153,stand,,,
|
||||
530 -767 68,152 154 315,stand,,,
|
||||
534 -596 68,153 155 297,stand,,,
|
||||
540 -424 64,154 156,stand,,,
|
||||
549 -254 64,155 157 316,stand,,,
|
||||
558 -83 64,156 158,stand,,,
|
||||
562 88 64,157 159 210 262,stand,,,
|
||||
552 259 64,158 160,stand,,,
|
||||
503 423 64,159 161,stand,,,
|
||||
445 585 64,160 162 216,stand,,,
|
||||
353 726 64,161 163,stand,,,
|
||||
212 823 64,162 164,stand,,,
|
||||
82 936 64,163 165 545,stand,,,
|
||||
-44 1052 62,164 166,stand,,,
|
||||
-169 1169 61,165 167 334,stand,,,
|
||||
-259 1312 61,166 168,stand,,,
|
||||
-267 1483 61,167 169,stand,,,
|
||||
-271 1645 72,168 170 527,stand,,,
|
||||
-464 1668 72,169 171,stand,,,
|
||||
-635 1668 72,170 172,stand,,,
|
||||
-806 1668 72,171 173 328,stand,,,
|
||||
-976 1668 66,172 174,stand,,,
|
||||
-1141 1651 68,173 175 355 361,stand,,,
|
||||
-1149 1452 63,174 176,stand,,,
|
||||
-1140 1280 63,175 177 337,stand,,,
|
||||
-1126 1110 63,176 178,stand,,,
|
||||
-1103 940 68,177 179,stand,,,
|
||||
-1079 770 68,178 180,stand,,,
|
||||
-1053 600 68,179 181,stand,,,
|
||||
-1036 430 68,180 182 470 555,stand,,,
|
||||
-1077 264 65,181 183,stand,,,
|
||||
-1145 105 64,182 184,stand,,,
|
||||
-1228 -43 64,183 185,stand,,,
|
||||
-1311 -194 64,184 186 211,stand,,,
|
||||
-1388 -347 64,185 187 464,stand,,,
|
||||
-1428 -514 64,186 500,stand,,,
|
||||
-1490 -851 64,189 500,stand,,,
|
||||
-1486 -1017 63,188 190 196,stand,,,
|
||||
-1437 -1153 64,189 191,stand,,,
|
||||
-1619 -1232 63,190 192,stand,,,
|
||||
-1790 -1222 63,191 193,stand,,,
|
||||
-1960 -1196 63,192 194 444,stand,,,
|
||||
-2131 -1184 63,193 195,stand,,,
|
||||
-2227 -1186 63,194 110,stand,,,
|
||||
-1336 -1024 64,197 189,stand,,,
|
||||
-1139 -980 64,196 198 546,stand,,,
|
||||
-979 -918 64,197 199 303,stand,,,
|
||||
-954 -726 64,198 200,stand,,,
|
||||
-963 -555 64,199 201,stand,,,
|
||||
-965 -389 64,200 202 211,stand,,,
|
||||
-849 -265 64,201 203 552,stand,,,
|
||||
-732 -141 64,202 204,stand,,,
|
||||
-615 -16 64,203 205,stand,,,
|
||||
-497 103 64,204 206 554,stand,,,
|
||||
-296 111 64,205 207,stand,,,
|
||||
-125 111 64,206 208,stand,,,
|
||||
46 108 64,207 209 321,stand,,,
|
||||
217 101 66,208 210,stand,,,
|
||||
388 90 64,209 158,stand,,,
|
||||
-1133 -279 64,201 185,stand,,,
|
||||
-252 -1843 91,137 213,stand,,,
|
||||
-374 -1922 63,212 214,stand,,,
|
||||
-611 -1862 63,213 215 551,stand,,,
|
||||
-812 -1935 63,214 86,stand,,,
|
||||
541 645 64,217 161,stand,,,
|
||||
605 658 64,216 218,stand,,,
|
||||
773 692 65,217 219,stand,,,
|
||||
914 779 65,218 220,stand,,,
|
||||
946 949 65,219 221,stand,,,
|
||||
974 1118 66,220 222,stand,,,
|
||||
1003 1287 66,221 223 535,stand,,,
|
||||
1031 1456 66,222 224,stand,,,
|
||||
1052 1626 66,223 225 521,stand,,,
|
||||
1073 1797 65,224 226,stand,,,
|
||||
1081 1901 64,225 227,stand,,,
|
||||
1081 2006 64,226 228,stand,,,
|
||||
1081 2110 64,227 229,stand,,,
|
||||
1082 2213 64,228 230 338,stand,,,
|
||||
1275 2219 64,229 231,stand,,,
|
||||
1444 2193 64,230 232,stand,,,
|
||||
1612 2164 64,231 233,stand,,,
|
||||
1780 2133 64,232 234 238 244,stand,,,
|
||||
1861 2330 64,233 235,stand,,,
|
||||
1847 2500 64,234 236,stand,,,
|
||||
1836 2630 64,235 14,stand,,,
|
||||
2143 1898 64,239 29,stand,,,
|
||||
1874 2088 64,239 233,stand,,,
|
||||
2036 1969 67,238 237,stand,,,
|
||||
1701 1622 68,241 243,stand,,,
|
||||
1763 1518 68,240 242 243 1,stand,,,
|
||||
1836 1632 68,241 243,stand,,,
|
||||
1766 1631 68,242 240 241 245,stand,,,
|
||||
1735 1996 64,233 245,stand,,,
|
||||
1768 1791 68,244 243,stand,,,
|
||||
1757 1142 68,1 247,stand,,,
|
||||
1738 921 68,246 248,stand,,,
|
||||
1753 657 69,247 250,stand,,,
|
||||
1844 613 69,250,stand,,,
|
||||
1757 613 69,249 251 248 252,stand,,,
|
||||
1638 619 69,250,stand,,,
|
||||
1767 556 69,253 250,stand,,,
|
||||
1795 296 69,252 254,stand,,,
|
||||
1780 124 69,253 264,stand,,,
|
||||
1640 -145 64,256 263,stand,,,
|
||||
1472 -112 64,255 257,stand,,,
|
||||
1309 -88 64,256 258 280,stand,,,
|
||||
1255 122 64,257 259 528,stand,,,
|
||||
1086 123 72,258 260,stand,,,
|
||||
919 94 65,259 261,stand,,,
|
||||
748 85 64,260 262,stand,,,
|
||||
676 87 64,261 158,stand,,,
|
||||
1774 -147 64,255 264 265 289,stand,,,
|
||||
1784 7 69,263 254,stand,,,
|
||||
1909 -157 64,266 263,stand,,,
|
||||
2042 -337 73,265 267,stand,,,
|
||||
2102 -474 68,266 268,stand,,,
|
||||
2258 -530 68,267 269,stand,,,
|
||||
2356 -536 72,268 43,stand,,,
|
||||
1090 -1789 72,271 120,stand,,,
|
||||
1204 -1557 65,270 272,stand,,,
|
||||
1305 -1420 51,271 273 281,stand,,,
|
||||
1324 -1251 51,272 274,stand,,,
|
||||
1325 -1082 64,273 275,stand,,,
|
||||
1324 -911 64,274 276 293,stand,,,
|
||||
1319 -739 62,275 277 292,stand,,,
|
||||
1306 -568 64,276 278,stand,,,
|
||||
1294 -398 64,277 279,stand,,,
|
||||
1295 -226 64,278 280,stand,,,
|
||||
1297 -191 64,279 257,stand,,,
|
||||
1423 -1415 51,282 123 272,stand,,,
|
||||
1623 -1414 35,281 283 302,stand,,,
|
||||
1715 -1279 32,282 284,stand,,,
|
||||
1714 -1085 -3,283 285,stand,,,
|
||||
1713 -914 -3,284 286,stand,,,
|
||||
1715 -749 -2,285 287 291,stand,,,
|
||||
1736 -580 -2,286 288,stand,,,
|
||||
1755 -413 10,287 290,stand,,,
|
||||
1768 -216 64,263 290,stand,,,
|
||||
1767 -319 64,288 289,stand,,,
|
||||
1545 -778 -2,286 292,stand,,,
|
||||
1448 -760 72,291 276,stand,,,
|
||||
1229 -922 64,294 275,stand,,,
|
||||
973 -913 65,293 295,stand,,,
|
||||
867 -778 65,294 296,stand,,,
|
||||
737 -680 64,295 297,stand,,,
|
||||
599 -622 58,296 154,stand,,,
|
||||
1725 -2154 33,299 62,stand,,,
|
||||
1733 -1893 33,298 300,stand,,,
|
||||
1710 -1724 33,299 301,stand,,,
|
||||
1666 -1558 34,300 302,stand,,,
|
||||
1647 -1497 34,301 282,stand,,,
|
||||
-796 -983 64,198 304,stand,,,
|
||||
-637 -1038 64,303 305,stand,,,
|
||||
-612 -1035 93,304 0,stand,,,
|
||||
-365 -864 93,0 307,stand,,,
|
||||
-297 -865 93,306 309,stand,,,
|
||||
-298 -777 64,309 310,stand,,,
|
||||
-298 -796 93,308 307,stand,,,
|
||||
-136 -795 64,308 311 558,stand,,,
|
||||
-12 -795 43,310 312,stand,,,
|
||||
10 -795 68,311 313,stand,,,
|
||||
102 -795 14,312 314,stand,,,
|
||||
298 -795 14,313 315,stand,,,
|
||||
445 -796 14,314 153,stand,,,
|
||||
399 -311 64,156 317,stand,,,
|
||||
246 -290 64,316 318,stand,,,
|
||||
181 -290 76,317 319 322,stand,,,
|
||||
-36 -306 76,318 320,stand,,,
|
||||
-37 -157 76,319 321,stand,,,
|
||||
28 -84 76,320 208,stand,,,
|
||||
165 -390 84,318 323,stand,,,
|
||||
-85 -375 196,322 324,stand,,,
|
||||
-150 -403 196,323 325 327,stand,,,
|
||||
-159 -106 196,324 326,stand,,,
|
||||
-324 -106 196,325 327,stand,,,
|
||||
-288 -320 196,326 324,stand,,,
|
||||
-800 1601 62,172 329,stand,,,
|
||||
-820 1364 70,328 330 335,stand,,,
|
||||
-666 1325 70,329 331,stand,,,
|
||||
-524 1320 62,330 332,stand,,,
|
||||
-509 1155 63,331 333,stand,,,
|
||||
-426 1127 62,332 334,stand,,,
|
||||
-300 1111 63,333 166,stand,,,
|
||||
-799 1255 70,329 336,stand,,,
|
||||
-876 1265 78,335 337,stand,,,
|
||||
-921 1270 68,336 176,stand,,,
|
||||
953 2219 64,339 229,stand,,,
|
||||
691 2243 64,338 340,stand,,,
|
||||
532 2282 64,339 341,stand,,,
|
||||
377 2355 64,340 342 362,stand,,,
|
||||
206 2360 64,341 343,stand,,,
|
||||
34 2355 64,342 344,stand,,,
|
||||
-132 2388 64,343 345,stand,,,
|
||||
-300 2415 64,344 346 520,stand,,,
|
||||
-471 2406 64,345 347,stand,,,
|
||||
-642 2397 64,346 348,stand,,,
|
||||
-812 2404 64,347 349,stand,,,
|
||||
-976 2453 64,348 350 356,stand,,,
|
||||
-1147 2453 64,349 376 378,stand,,,
|
||||
-1408 2278 64,352 377,stand,,,
|
||||
-1372 2110 63,351 353,stand,,,
|
||||
-1339 1941 63,352 354,stand,,,
|
||||
-1316 1772 65,353 355,stand,,,
|
||||
-1300 1601 63,354 174 398,stand,,,
|
||||
-951 2207 64,349 357,stand,,,
|
||||
-944 2177 89,356 358,stand,,,
|
||||
-1165 2087 88,357 359,stand,,,
|
||||
-1163 1930 88,358 360,stand,,,
|
||||
-1148 1764 88,359 361,stand,,,
|
||||
-1147 1708 72,360 174,stand,,,
|
||||
387 2443 64,363 341,stand,,,
|
||||
422 2702 64,362 364,stand,,,
|
||||
319 2831 64,363 365,stand,,,
|
||||
149 2845 64,364 366,stand,,,
|
||||
-22 2855 64,365 367,stand,,,
|
||||
-193 2859 64,366 368 520,stand,,,
|
||||
-363 2856 72,367 369,stand,,,
|
||||
-467 2860 72,368 370,stand,,,
|
||||
-572 2864 72,369 371,stand,,,
|
||||
-676 2867 72,370 372,stand,,,
|
||||
-779 2858 64,371 373,stand,,,
|
||||
-878 2845 64,372 374,stand,,,
|
||||
-973 2758 64,373 375,stand,,,
|
||||
-1088 2631 64,374 376,stand,,,
|
||||
-1134 2522 64,375 350,stand,,,
|
||||
-1460 2399 64,378 351 387,stand,,,
|
||||
-1284 2431 64,377 350,stand,,,
|
||||
-2744 2138 -126,380,stand,,,
|
||||
-2854 2196 -126,379 381,stand,,,
|
||||
-2851 2390 -61,380 382,stand,,,
|
||||
-2720 2391 -8,381 383,stand,,,
|
||||
-2710 2219 49,382 384 385,stand,,,
|
||||
-2865 2225 96,383,stand,,,
|
||||
-2599 2208 51,383 386,stand,,,
|
||||
-2521 2178 88,385 396,stand,,,
|
||||
-1629 2394 64,377 388,stand,,,
|
||||
-1649 2394 88,387 389,stand,,,
|
||||
-1694 2356 88,388 390 404,stand,,,
|
||||
-1883 2355 88,389 391,stand,,,
|
||||
-1999 2355 96,390 392,stand,,,
|
||||
-2104 2408 96,391 393,stand,,,
|
||||
-2219 2377 96,392 394,stand,,,
|
||||
-2323 2351 88,393 395,stand,,,
|
||||
-2486 2384 88,394 396,stand,,,
|
||||
-2470 2191 88,395 397 386,stand,,,
|
||||
-2492 1984 88,396 409,stand,,,
|
||||
-1489 1594 65,355 399 479,stand,,,
|
||||
-1564 1751 67,398 400,stand,,,
|
||||
-1629 1753 67,399 401,stand,,,
|
||||
-1651 1753 88,400 402,stand,,,
|
||||
-1827 1821 88,401 403,stand,,,
|
||||
-1813 2032 88,402 405 406,stand,,,
|
||||
-1703 2263 88,389 405,stand,,,
|
||||
-1712 2135 88,404 403,stand,,,
|
||||
-2041 2077 88,403 407,stand,,,
|
||||
-2245 2073 90,406 408,stand,,,
|
||||
-2322 1888 88,407 409,stand,,,
|
||||
-2507 1876 88,408 397 417,stand,,,
|
||||
-2578 1808 88,411 417,stand,,,
|
||||
-2583 1808 290,410 412,stand,,,
|
||||
-2575 1750 289,411 413,stand,,,
|
||||
-2579 1518 289,412 414,stand,,,
|
||||
-2517 1517 289,413 415,stand,,,
|
||||
-2521 1479 293,414 416,stand,,,
|
||||
-2521 1278 219,415 426 516,stand,,,
|
||||
-2515 1810 88,409 410 418,stand,,,
|
||||
-2516 1607 88,417 419,stand,,,
|
||||
-2514 1395 88,418 420,stand,,,
|
||||
-2274 1394 88,419 421,stand,,,
|
||||
-2137 1420 88,420 422 457,stand,,,
|
||||
-1972 1430 88,421 423,stand,,,
|
||||
-1872 1432 107,422 424,stand,,,
|
||||
-1697 1436 171,423 425,stand,,,
|
||||
-1696 1282 219,424 508,stand,,,
|
||||
-2519 1200 219,427 416,stand,,,
|
||||
-2552 936 219,426 449,stand,,,
|
||||
-2564 592 219,429 450,stand,,,
|
||||
-2560 420 219,428 430,stand,,,
|
||||
-2553 249 219,429 431,stand,,,
|
||||
-2543 78 219,430 432,stand,,,
|
||||
-2534 -91 219,431 433 507,stand,,,
|
||||
-2526 -262 219,432 434,stand,,,
|
||||
-2550 -416 221,433 435,stand,,,
|
||||
-2549 -545 171,434 436,stand,,,
|
||||
-2293 -542 88,435 437,stand,,,
|
||||
-1985 -512 88,436 438 448 486,stand,,,
|
||||
-1989 -568 88,437 439,stand,,,
|
||||
-1989 -584 135,438 440,stand,,,
|
||||
-1998 -617 93,439 4,stand,,,
|
||||
-1948 -795 93,4 442,stand,,,
|
||||
-1945 -890 88,441 443 445,stand,,,
|
||||
-1949 -1037 88,442 444,stand,,,
|
||||
-1958 -1118 63,443 193,stand,,,
|
||||
-1727 -901 93,442 446,stand,,,
|
||||
-1752 -750 93,445 447,stand,,,
|
||||
-1725 -566 88,446 448,stand,,,
|
||||
-1821 -525 88,447 437,stand,,,
|
||||
-2526 839 219,427 450 451,stand,,,
|
||||
-2562 732 219,449 428,stand,,,
|
||||
-2365 833 142,449 452,stand,,,
|
||||
-2362 999 88,451 453 481,stand,,,
|
||||
-2491 1015 88,452 454,stand,,,
|
||||
-2497 1138 88,453 455,stand,,,
|
||||
-2407 1229 88,454 456,stand,,,
|
||||
-2269 1270 88,455 457,stand,,,
|
||||
-2156 1270 88,456 421 458 480,stand,,,
|
||||
-2010 1262 96,457 459,stand,,,
|
||||
-1787 1149 96,458 460,stand,,,
|
||||
-1782 973 88,459 461,stand,,,
|
||||
-1788 718 88,460 462 474 484,stand,,,
|
||||
-1795 500 88,461 463,stand,,,
|
||||
-1809 334 88,462 469 489,stand,,,
|
||||
-1588 -356 64,186 465,stand,,,
|
||||
-1585 -233 64,464 2,stand,,,
|
||||
-1554 93 64,2 467,stand,,,
|
||||
-1536 204 88,466 468,stand,,,
|
||||
-1491 337 88,467 469 472,stand,,,
|
||||
-1658 337 88,468 463,stand,,,
|
||||
-1211 489 68,181 471,stand,,,
|
||||
-1235 489 91,470 472,stand,,,
|
||||
-1417 538 88,471 468 473,stand,,,
|
||||
-1499 710 88,472 474 475,stand,,,
|
||||
-1662 711 88,473 461,stand,,,
|
||||
-1537 824 88,473 476,stand,,,
|
||||
-1572 880 91,475 477,stand,,,
|
||||
-1589 1086 76,476 478,stand,,,
|
||||
-1592 1333 76,477 479,stand,,,
|
||||
-1613 1544 63,478 398,stand,,,
|
||||
-2168 1082 88,457 481,stand,,,
|
||||
-2243 1005 88,480 452 482,stand,,,
|
||||
-2252 819 88,481 483,stand,,,
|
||||
-2219 719 88,482 484,stand,,,
|
||||
-1998 720 88,483 461,stand,,,
|
||||
-2006 -191 88,5 486 487,stand,,,
|
||||
-1997 -376 88,485 437,stand,,,
|
||||
-2011 20 88,485 488,stand,,,
|
||||
-2033 212 88,487 489 490,stand,,,
|
||||
-2018 340 88,488 463,stand,,,
|
||||
-1938 214 88,488 491,stand,,,
|
||||
-1776 206 148,490 492,stand,,,
|
||||
-1776 43 219,491 505,stand,,,
|
||||
-1954 -589 256,494 501,stand,,,
|
||||
-1952 -650 247,493 495,stand,,,
|
||||
-1772 -649 247,494 496,stand,,,
|
||||
-1553 -623 247,495 497,stand,,,
|
||||
-1546 -481 184,496 498,stand,,,
|
||||
-1620 -488 184,497 499,stand,,,
|
||||
-1610 -746 64,498 500,stand,,,
|
||||
-1478 -747 64,499 187 188,stand,,,
|
||||
-1951 -486 219,493 502,stand,,,
|
||||
-1721 -505 219,501 503,stand,,,
|
||||
-1730 -258 219,502 504,stand,,,
|
||||
-1694 -49 219,503 505 515,stand,,,
|
||||
-1787 -65 219,504 492 506,stand,,,
|
||||
-1996 -51 219,505 507,stand,,,
|
||||
-2289 -79 219,506 432,stand,,,
|
||||
-1699 1164 219,509 425 519,stand,,,
|
||||
-1698 961 219,508 510,stand,,,
|
||||
-1698 791 219,509 511,stand,,,
|
||||
-1698 620 219,510 512,stand,,,
|
||||
-1698 449 219,511 513,stand,,,
|
||||
-1698 277 219,512 514,stand,,,
|
||||
-1698 107 219,513 515,stand,,,
|
||||
-1698 70 219,514 504,stand,,,
|
||||
-2421 1244 219,416 517,stand,,,
|
||||
-2298 1227 219,516 518,stand,,,
|
||||
-2110 1213 219,517 519,stand,,,
|
||||
-1897 1174 219,518 508,stand,,,
|
||||
-242 2625 64,367 345,stand,,,
|
||||
936 1654 66,522 224,stand,,,
|
||||
671 1665 72,521 523 536,stand,,,
|
||||
500 1665 72,522 524,stand,,,
|
||||
329 1664 72,523 525,stand,,,
|
||||
158 1666 72,524 526,stand,,,
|
||||
-12 1676 72,525 527,stand,,,
|
||||
-178 1659 72,526 169,stand,,,
|
||||
1289 238 64,529 258,stand,,,
|
||||
1290 440 64,528 530,stand,,,
|
||||
1292 611 64,529 531,stand,,,
|
||||
1294 782 64,530 532,stand,,,
|
||||
1298 954 64,531 533,stand,,,
|
||||
1266 1115 66,532 534,stand,,,
|
||||
1306 1254 66,533 535,stand,,,
|
||||
1122 1284 66,534 222,stand,,,
|
||||
641 1533 29,522 537,stand,,,
|
||||
587 1445 46,536 538,stand,,,
|
||||
573 1392 64,537 539,stand,,,
|
||||
549 1343 64,538 540,stand,,,
|
||||
549 1294 79,539 541,stand,,,
|
||||
553 1107 79,540 542,stand,,,
|
||||
546 1034 88,541 543,stand,,,
|
||||
361 1087 79,542 544,stand,,,
|
||||
298 1119 79,543 545,stand,,,
|
||||
224 1132 64,544 164,stand,,,
|
||||
-1196 -1198 64,197 547,stand,,,
|
||||
-1195 -1309 75,546 548,stand,,,
|
||||
-1157 -1386 63,547 549,stand,,,
|
||||
-930 -1414 63,548 550,stand,,,
|
||||
-655 -1414 63,549 551 561,stand,,,
|
||||
-644 -1658 64,550 214,stand,,,
|
||||
-905 -49 64,202 553,stand,,,
|
||||
-828 55 69,552 554,stand,,,
|
||||
-654 250 64,553 205 555,stand,,,
|
||||
-823 377 68,554 181,stand,,,
|
||||
-33 -1635 64,142 557,stand,,,
|
||||
-39 -1464 79,556 559,stand,,,
|
||||
-118 -992 64,310 559,stand,,,
|
||||
-119 -1357 64,557 560 558,stand,,,
|
||||
-121 -1146 64,559,stand,,,
|
||||
-385 -1384 64,550,stand,,,
|
||||
|
687
scriptdata/waypoints/mp_agx_cz_wp.csv
Normal file
@@ -0,0 +1,687 @@
|
||||
686
|
||||
-3554 -1837 0,317 318,stand,,,
|
||||
-788 1072 221,133 590,stand,,,
|
||||
3450 -2184 7,233 234,stand,,,
|
||||
3548 1361 0,220 221,stand,,,
|
||||
-2107 -4020 -66,282,stand,,,
|
||||
-2819 1392 0,315 588,stand,,,
|
||||
1912 -767 -276,26 27 657,stand,,,
|
||||
-878 -1049 -190,627 629,stand,,,
|
||||
1255 760 -266,170 171,stand,,,
|
||||
525 -70 -229,635 636,stand,,,
|
||||
-1670 -1837 -296,11 55,stand,,,
|
||||
-1406 -1835 -301,10 12,stand,,,
|
||||
-1235 -1811 -299,11 13,stand,,,
|
||||
-1065 -1793 -296,12 14,stand,,,
|
||||
-894 -1786 -294,13 15,stand,,,
|
||||
-723 -1787 -298,14 16,stand,,,
|
||||
-552 -1794 -305,15 17,stand,,,
|
||||
-381 -1801 -305,16 18,stand,,,
|
||||
-210 -1808 -305,17 19,stand,,,
|
||||
-42 -1794 -307,18 20,stand,,,
|
||||
53 -1855 -293,21 19,stand,,,
|
||||
115 -1865 -314,20 22,stand,,,
|
||||
161 -1873 -312,21 23,stand,,,
|
||||
238 -1829 -297,24 22 50,stand,,,
|
||||
304 -1819 -307,23 25,stand,,,
|
||||
384 -1819 -305,24 31,stand,,,
|
||||
1916 -924 -279,6 49,stand,,,
|
||||
1880 -760 -273,6 28,climb,,,
|
||||
1872 -762 -137,27 29,climb,,,
|
||||
1831 -761 -136,28 30,stand,,,
|
||||
1772 -768 -99,29 191,stand,,,
|
||||
506 -1815 -305,32 25,stand,,,
|
||||
540 -1811 -306,31 33,stand,,,
|
||||
644 -1799 -306,32 34,stand,,,
|
||||
748 -1787 -307,33 35,stand,,,
|
||||
849 -1762 -304,34 36,stand,,,
|
||||
950 -1732 -297,35 37,stand,,,
|
||||
1050 -1701 -292,36 38,stand,,,
|
||||
1150 -1671 -292,37 39,stand,,,
|
||||
1247 -1642 -291,38 40,stand,,,
|
||||
1350 -1610 -286,39 41,stand,,,
|
||||
1449 -1579 -285,40 42,stand,,,
|
||||
1549 -1547 -283,41 43,stand,,,
|
||||
1646 -1509 -278,42 44,stand,,,
|
||||
1737 -1460 -283,43 45,stand,,,
|
||||
1818 -1392 -283,44 46,stand,,,
|
||||
1879 -1308 -283,45 47,stand,,,
|
||||
1911 -1208 -279,46 48,stand,,,
|
||||
1916 -1104 -277,47 49,stand,,,
|
||||
1921 -1007 -278,48 26,stand,,,
|
||||
169 -1702 -298,23 51,stand,,,
|
||||
106 -1465 -262,50 52,stand,,,
|
||||
64 -1248 -200,53 51,stand,,,
|
||||
52 -1146 -171,52 54,stand,,,
|
||||
51 -1096 -214,53 190,stand,,,
|
||||
-1741 -1798 -309,10 56 62,stand,,,
|
||||
-1787 -1798 -309,55 57,climb,,,
|
||||
-1790 -1798 -150,56 58,climb,,,
|
||||
-1837 -1797 -143,57 59,stand,,,
|
||||
-1873 -1856 -144,58 60,climb,,,
|
||||
-1879 -1855 0,59 61,climb,,,
|
||||
-1898 -1793 0,60 279,stand,,,
|
||||
-1734 -1695 -296,55 63,stand,,,
|
||||
-1715 -1521 -293,64 64 62,stand,,,
|
||||
-1785 -1395 -308,63 63 68,stand,,,
|
||||
-1832 -1252 -296,66 68,stand,,,
|
||||
-1787 -1048 -306,67 65,stand,,,
|
||||
-1751 -1025 -279,66 69,stand,,,
|
||||
-1824 -1337 -299,64 65,stand,,,
|
||||
-1712 -978 -292,67 70,stand,,,
|
||||
-1771 -769 -307,69 71,stand,,,
|
||||
-1777 -458 -306,70 72,stand,,,
|
||||
-1799 -173 -298,71 73,stand,,,
|
||||
-1844 -117 -313,72 74,stand,,,
|
||||
-1827 -6 -312,73 75,stand,,,
|
||||
-1724 -22 -313,74 76,stand,,,
|
||||
-1666 -53 -298,75 77,stand,,,
|
||||
-1444 -45 -304,76 78,stand,,,
|
||||
-1272 -22 -295,77 79,stand,,,
|
||||
-1044 -129 -298,78 80,stand,,,
|
||||
-970 -143 -291,79 81,stand,,,
|
||||
-958 -69 -306,80 82,stand,,,
|
||||
-900 -18 -293,81 83,stand,,,
|
||||
-735 -99 -302,82 84 631,stand,,,
|
||||
-758 -300 -292,83 85,stand,,,
|
||||
-760 -400 -257,84 86,stand,,,
|
||||
-764 -502 -240,85 87 628,stand,,,
|
||||
-882 -501 -227,86 88,stand,,,
|
||||
-881 -393 -245,87 89,stand,,,
|
||||
-877 -243 -153,88 90,stand,,,
|
||||
-894 -211 -153,89 91,stand,,,
|
||||
-909 -211 -123,90 92,stand,,,
|
||||
-1004 -206 -123,91 93 96,stand,,,
|
||||
-992 -302 -123,92 94,climb,,,
|
||||
-990 -313 2,93 95,climb,,,
|
||||
-1015 -378 2,94 108,stand,,,
|
||||
-960 -4 -123,92 97,stand,,,
|
||||
-994 112 -123,96 98,climb,,,
|
||||
-994 116 2,97 99,climb,,,
|
||||
-992 163 2,98 107,stand,,,
|
||||
-59 -62 96,102 109,stand,,,
|
||||
-291 -89 16,102 103,climb,,,
|
||||
-268 -89 99,100 101,climb,,,
|
||||
-431 -93 13,101 104,stand,,,
|
||||
-730 -94 12,103 105,stand,,,
|
||||
-1065 -92 19,106 104,stand,,,
|
||||
-1127 -92 2,105 107 108,stand,,,
|
||||
-1117 152 2,106 99 450,stand,,,
|
||||
-1131 -367 2,106 95 350,stand,,,
|
||||
-2 71 99,100 110,stand,,,
|
||||
-45 217 96,109 111,stand,,,
|
||||
-42 336 96,110 112,stand,,,
|
||||
127 450 101,111 113,stand,,,
|
||||
133 513 101,114 112,stand,,,
|
||||
47 527 99,113 115,stand,,,
|
||||
47 656 101,114 116 120,stand,,,
|
||||
-45 647 101,117 115 118,stand,,,
|
||||
-46 507 96,116,stand,,,
|
||||
-199 652 96,116 119,stand,,,
|
||||
-198 780 96,118 592,stand,,,
|
||||
39 755 101,115 121 160,stand,,,
|
||||
-8 822 99,120 122,stand,,,
|
||||
-73 825 82,121 123,stand,,,
|
||||
-115 841 99,122 124 592,stand,,,
|
||||
-153 847 96,123 125,stand,,,
|
||||
-169 847 125,124 126,stand,,,
|
||||
-202 847 150,125 127,stand,,,
|
||||
-235 847 177,126 128,stand,,,
|
||||
-260 847 221,127 129 137,stand,,,
|
||||
-453 847 218,128 130,stand,,,
|
||||
-516 794 221,129 131,stand,,,
|
||||
-597 787 218,130 132 591,stand,,,
|
||||
-570 957 218,133 131,stand,,,
|
||||
-649 1090 221,132 1,stand,,,
|
||||
-110 356 218,135,stand,,,
|
||||
-225 563 218,134 136,stand,,,
|
||||
-205 723 223,135 137,stand,,,
|
||||
-264 766 223,136 128,stand,,,
|
||||
621 950 -150,139 149,climb,,,
|
||||
621 953 -8,140 138,climb,,,
|
||||
624 1017 -8,139 141,stand,,,
|
||||
620 1149 -14,140 142,stand,,,
|
||||
553 1193 -8,141 143 497,stand,,,
|
||||
396 1195 -14,142 144,stand,,,
|
||||
278 1194 -94,143 145,stand,,,
|
||||
197 1147 -93,144 146,stand,,,
|
||||
410 1111 -94,145 148,stand,,,
|
||||
417 1032 -246,148 485,climb,,,
|
||||
417 1042 -93,147 146,climb,,,
|
||||
620 763 -198,138 150,stand,,,
|
||||
612 608 -224,149 151,stand,,,
|
||||
615 543 -252,152 150 677,stand,,,
|
||||
394 529 -251,151 153,stand,,,
|
||||
250 506 -259,152 154,stand,,,
|
||||
129 512 -260,153 155 490,stand,,,
|
||||
132 589 -220,154 156 161,stand,,,
|
||||
132 597 -179,155 157,climb,,,
|
||||
132 600 70,156 158,climb,,,
|
||||
134 649 70,157 159,stand,,,
|
||||
134 665 99,158 160,stand,,,
|
||||
133 759 101,159 120,stand,,,
|
||||
165 579 -237,155 162,stand,,,
|
||||
165 626 -220,161 163,stand,,,
|
||||
118 755 -220,162 164,stand,,,
|
||||
117 808 -246,163 165 483,stand,,,
|
||||
165 807 -246,164 166,stand,,,
|
||||
190 806 -220,165 167,stand,,,
|
||||
259 806 -224,168 166,stand,,,
|
||||
559 797 -287,167 169,stand,,,
|
||||
990 793 -290,168 170,stand,,,
|
||||
1102 795 -281,169 8 669,stand,,,
|
||||
1360 770 -256,8 172,climb,,,
|
||||
1376 770 -118,171 173,climb,,,
|
||||
1429 761 -124,172 174 203,stand,,,
|
||||
1436 673 -126,175 173,stand,,,
|
||||
1435 473 -124,174 176,stand,,,
|
||||
1434 302 -120,175 642,stand,,,
|
||||
1435 -38 -101,178 194 642,stand,,,
|
||||
1439 -210 -103,177 179,stand,,,
|
||||
1445 -379 -112,178 180,stand,,,
|
||||
1451 -548 -105,179 181,stand,,,
|
||||
1459 -720 -102,180 182,stand,,,
|
||||
1467 -892 -100,181 183 193,stand,,,
|
||||
1255 -962 -101,182 184,stand,,,
|
||||
1085 -965 -101,183 185 626,stand,,,
|
||||
886 -963 -101,184 186,stand,,,
|
||||
717 -973 -116,185 187,stand,,,
|
||||
548 -996 -129,186 188,stand,,,
|
||||
380 -999 -163,187 189,stand,,,
|
||||
216 -997 -207,188 190 645,stand,,,
|
||||
55 -995 -214,189 54 630,stand,,,
|
||||
1710 -765 -98,30 192,stand,,,
|
||||
1699 -892 -86,193 191,stand,,,
|
||||
1546 -882 -95,192 182,stand,,,
|
||||
1627 -88 -114,177 195,stand,,,
|
||||
1744 -90 -119,194 196,climb,,,
|
||||
1748 -90 33,195 197,climb,,,
|
||||
1794 -89 33,196 198,stand,,,
|
||||
1820 -93 3,197 199,stand,,,
|
||||
1889 -51 3,198 200,stand,,,
|
||||
1937 -50 25,199 201,stand,,,
|
||||
1981 -50 25,202 200,stand,,,
|
||||
2009 -52 7,201 512,stand,,,
|
||||
1430 920 -115,173 204,stand,,,
|
||||
1630 951 -107,203 205 503,stand,,,
|
||||
1634 843 -120,204 206,stand,,,
|
||||
1875 845 -119,207 205,stand,,,
|
||||
1875 934 -115,206 208,climb,,,
|
||||
1875 939 3,207 209,climb,,,
|
||||
1942 939 3,208 210,stand,,,
|
||||
1942 779 3,209 211,stand,,,
|
||||
2025 771 7,210 511 512 552,stand,,,
|
||||
2195 1481 0,213 508,stand,,,
|
||||
2451 1493 0,212 214,stand,,,
|
||||
2621 1510 0,213 215,stand,,,
|
||||
2792 1527 0,214 216 577,stand,,,
|
||||
2962 1544 0,215 217,stand,,,
|
||||
3132 1559 0,216 218,stand,,,
|
||||
3305 1561 0,217 219,stand,,,
|
||||
3453 1508 0,218 220,stand,,,
|
||||
3480 1462 0,219 3,stand,,,
|
||||
3680 1278 0,222 3,stand,,,
|
||||
3811 1064 0,221 223,stand,,,
|
||||
3788 894 0,222 224,stand,,,
|
||||
3762 724 0,223 225,stand,,,
|
||||
3750 553 0,224 226,stand,,,
|
||||
3739 382 0,225 227,stand,,,
|
||||
3726 211 0,226 228,stand,,,
|
||||
3711 41 0,227 551,stand,,,
|
||||
3716 -1631 0,230 673,stand,,,
|
||||
3719 -1803 0,229 231,stand,,,
|
||||
3736 -1974 0,230 232,stand,,,
|
||||
3705 -2140 7,231 233,stand,,,
|
||||
3567 -2187 7,232 2,stand,,,
|
||||
3126 -2168 7,2 235,stand,,,
|
||||
3128 -2027 0,234 236,stand,,,
|
||||
2938 -2036 0,237 235,stand,,,
|
||||
2736 -2036 0,236 238,stand,,,
|
||||
2568 -2038 0,237 239 523 613,stand,,,
|
||||
2487 -2218 7,238 240,stand,,,
|
||||
2487 -2387 0,239 241 612,stand,,,
|
||||
2488 -2558 0,240 242,stand,,,
|
||||
2490 -2720 -11,241 243,stand,,,
|
||||
2490 -2888 -41,242 244,stand,,,
|
||||
2490 -3058 -60,243 245,stand,,,
|
||||
2490 -3228 -60,244 246,stand,,,
|
||||
2425 -3352 -60,245 247,stand,,,
|
||||
2254 -3353 -60,246 248,stand,,,
|
||||
2082 -3354 -60,247 249,stand,,,
|
||||
1912 -3355 -60,248 603 604,stand,,,
|
||||
184 -3513 -62,251,stand,,,
|
||||
187 -3316 -66,250 252,stand,,,
|
||||
223 -3015 -40,253 251 270,stand,,,
|
||||
257 -2626 0,252 254,stand,,,
|
||||
314 -2289 0,253 578 581,stand,,,
|
||||
-860 -2765 159,256,stand,,,
|
||||
-1004 -2777 159,255 257,stand,,,
|
||||
-1036 -2978 159,258 256,stand,,,
|
||||
-1026 -3125 159,257 259,stand,,,
|
||||
-1033 -3442 159,258 260,stand,,,
|
||||
-1023 -3726 159,259 261,stand,,,
|
||||
-844 -3758 159,260 262,stand,,,
|
||||
-852 -3661 159,261 263,stand,,,
|
||||
-825 -3237 30,262 264,stand,,,
|
||||
-850 -3062 30,263 269,stand,,,
|
||||
-780 -2271 0,266 583 584,stand,,,
|
||||
-768 -2359 30,265 267,stand,,,
|
||||
-758 -2514 31,266 268,stand,,,
|
||||
-766 -2663 30,267 277,stand,,,
|
||||
-607 -3067 30,264 278,stand,,,
|
||||
-126 -2994 -31,252 271,stand,,,
|
||||
-302 -2990 -37,272 270,stand,,,
|
||||
-302 -2896 -31,271 273,stand,,,
|
||||
-302 -2743 30,272 274,stand,,,
|
||||
-327 -2695 30,275 273,stand,,,
|
||||
-389 -2720 30,274 276,stand,,,
|
||||
-403 -2874 30,275 278,stand,,,
|
||||
-618 -2775 30,278 268,stand,,,
|
||||
-611 -2872 30,277 276 269,stand,,,
|
||||
-1777 -1742 0,61 280,stand,,,
|
||||
-1777 -1660 7,281 279 346,stand,,,
|
||||
-2029 -1651 2,280 294 335,stand,,,
|
||||
-1906 -3984 -66,283 4,stand,,,
|
||||
-1911 -3856 -66,284 282,stand,,,
|
||||
-1920 -3594 -66,283 285,stand,,,
|
||||
-1951 -3425 -60,284 286 334,stand,,,
|
||||
-1967 -3255 -53,285 287,stand,,,
|
||||
-1978 -3084 -44,286 288,stand,,,
|
||||
-1977 -2914 -30,287 289,stand,,,
|
||||
-1977 -2743 -19,288 290,stand,,,
|
||||
-1987 -2578 -9,289 291,stand,,,
|
||||
-1994 -2423 -4,290 292,stand,,,
|
||||
-1997 -2252 0,291 293,stand,,,
|
||||
-2064 -2097 0,292 294 587,stand,,,
|
||||
-2143 -1943 0,293 295 281,stand,,,
|
||||
-2296 -1877 0,294 296,stand,,,
|
||||
-2466 -1854 0,295 297,stand,,,
|
||||
-2637 -1842 0,296 298,stand,,,
|
||||
-2807 -1824 0,297 316,stand,,,
|
||||
-2966 -1531 1,300 316,stand,,,
|
||||
-2944 -1361 2,299 301,stand,,,
|
||||
-2940 -1190 2,300 302,stand,,,
|
||||
-2940 -1018 2,301 303,stand,,,
|
||||
-2946 -847 2,302 304 364,stand,,,
|
||||
-2958 -675 2,303 305,stand,,,
|
||||
-2967 -504 2,304 306,stand,,,
|
||||
-2968 -333 1,305 307 366,stand,,,
|
||||
-2957 -161 1,306 308,stand,,,
|
||||
-2946 9 1,307 309,stand,,,
|
||||
-2934 179 1,308 310,stand,,,
|
||||
-2922 350 1,309 311,stand,,,
|
||||
-2911 520 1,310 312,stand,,,
|
||||
-2899 691 1,311 425,stand,,,
|
||||
-2955 1019 1,314 425,stand,,,
|
||||
-2960 1184 0,313 315,stand,,,
|
||||
-2899 1270 0,314 5,stand,,,
|
||||
-2981 -1811 0,298 299 317,stand,,,
|
||||
-3361 -1814 0,316 0,stand,,,
|
||||
-3526 -2003 0,319 0,stand,,,
|
||||
-3464 -2255 0,318 320,stand,,,
|
||||
-3424 -2422 0,319 321,stand,,,
|
||||
-3425 -2593 0,320 322,stand,,,
|
||||
-3498 -2748 0,321 323,stand,,,
|
||||
-3532 -2917 0,322 324,stand,,,
|
||||
-3554 -3087 0,323 325,stand,,,
|
||||
-3495 -3245 0,324 326,stand,,,
|
||||
-3394 -3384 0,325 327,stand,,,
|
||||
-3248 -3460 2,326 328,stand,,,
|
||||
-3082 -3417 0,327 329,stand,,,
|
||||
-2912 -3406 0,328 330,stand,,,
|
||||
-2739 -3401 0,329 331,stand,,,
|
||||
-2568 -3412 0,330 332,stand,,,
|
||||
-2518 -3433 0,331 333,stand,,,
|
||||
-2380 -3418 -66,332 334,stand,,,
|
||||
-2112 -3420 -61,333 285,stand,,,
|
||||
-2031 -1427 27,336 281,stand,,,
|
||||
-2023 -1261 28,337 335,stand,,,
|
||||
-1999 -998 28,336 338,stand,,,
|
||||
-1990 -828 28,337 339,stand,,,
|
||||
-1987 -656 28,338 340 365,stand,,,
|
||||
-1791 -713 32,339 341,stand,,,
|
||||
-1691 -663 32,340 342,stand,,,
|
||||
-1663 -525 32,341 343,stand,,,
|
||||
-1527 -548 32,342 347,stand,,,
|
||||
-1525 -1393 32,345 360,stand,,,
|
||||
-1516 -1492 32,344 346,stand,,,
|
||||
-1514 -1593 7,345 280,stand,,,
|
||||
-1338 -543 32,343 348 351,stand,,,
|
||||
-1247 -542 32,347 349 376,stand,,,
|
||||
-1149 -539 2,348 350,stand,,,
|
||||
-1141 -454 2,349 108,stand,,,
|
||||
-1345 -682 32,352 347,stand,,,
|
||||
-1345 -747 32,351 353,stand,,,
|
||||
-1345 -851 32,352 354,stand,,,
|
||||
-1346 -956 32,353 355,stand,,,
|
||||
-1346 -1060 32,354 356,stand,,,
|
||||
-1346 -1165 32,355 357,stand,,,
|
||||
-1346 -1270 32,356 358,stand,,,
|
||||
-1346 -1373 32,357 359,stand,,,
|
||||
-1407 -1389 32,358 360,stand,,,
|
||||
-1441 -1389 32,359 344,stand,,,
|
||||
-2495 -565 32,362 365,stand,,,
|
||||
-2607 -551 32,363 361,stand,,,
|
||||
-2730 -800 32,362 364,stand,,,
|
||||
-2850 -823 2,363 303,stand,,,
|
||||
-2212 -544 32,339 361,stand,,,
|
||||
-2849 -333 0,367 306,stand,,,
|
||||
-2828 -332 84,366 368,stand,,,
|
||||
-2782 -333 32,367 369,stand,,,
|
||||
-2534 -299 32,368 370,stand,,,
|
||||
-2528 -366 32,369 371,stand,,,
|
||||
-2281 -353 32,370 375,stand,,,
|
||||
-2206 40 32,373 387 390,stand,,,
|
||||
-2222 44 69,374 372,stand,,,
|
||||
-2253 48 32,373 375 449,stand,,,
|
||||
-2279 -141 32,371 374,stand,,,
|
||||
-1254 -443 42,348 377,stand,,,
|
||||
-1254 -426 85,376 378,stand,,,
|
||||
-1254 -378 32,377 379,stand,,,
|
||||
-1274 -317 32,378 380,stand,,,
|
||||
-1457 -315 32,379 381,stand,,,
|
||||
-1530 -361 32,382 380,stand,,,
|
||||
-1718 -366 32,381 383,stand,,,
|
||||
-1724 -164 32,382 384,stand,,,
|
||||
-1750 57 32,383 385 444,stand,,,
|
||||
-1770 55 69,384 386,stand,,,
|
||||
-1803 49 32,385 389 396,stand,,,
|
||||
-2111 12 32,372 388,stand,,,
|
||||
-2010 67 32,389 387 446,stand,,,
|
||||
-1894 7 32,388 386,stand,,,
|
||||
-2176 191 78,372 391,stand,,,
|
||||
-2112 232 78,390 392,stand,,,
|
||||
-2047 232 114,393 391,stand,,,
|
||||
-2005 219 114,392 394 397,stand,,,
|
||||
-1952 229 114,393 395,stand,,,
|
||||
-1888 255 78,394 396,stand,,,
|
||||
-1845 187 78,395 386,stand,,,
|
||||
-2004 261 114,393 398,stand,,,
|
||||
-2013 337 147,397 399,stand,,,
|
||||
-2009 375 155,398 400,stand,,,
|
||||
-1984 471 155,399 402 401,stand,,,
|
||||
-2207 475 155,400,stand,,,
|
||||
-1984 582 155,400 409 403,stand,,,
|
||||
-2192 610 155,404 402,stand,,,
|
||||
-2182 863 155,403 405,stand,,,
|
||||
-1975 849 155,404 406,stand,,,
|
||||
-1807 840 155,405 407,stand,,,
|
||||
-1804 725 155,406 408,stand,,,
|
||||
-1818 601 155,407 409 410,stand,,,
|
||||
-1958 632 155,408 402,stand,,,
|
||||
-1685 611 155,408 411 412,stand,,,
|
||||
-1480 665 155,410 412,stand,,,
|
||||
-1584 904 155,411 413 410,stand,,,
|
||||
-1583 930 186,412 414,stand,,,
|
||||
-1584 951 127,413 420,stand,,,
|
||||
-1546 1380 0,416 438 462,climb,,,
|
||||
-1550 1376 81,415 417,climb,,,
|
||||
-1551 1250 80,418 416,stand,,,
|
||||
-1544 1172 80,417 419,stand,,,
|
||||
-1544 1139 80,420 418,stand,,,
|
||||
-1544 1123 127,419 414,stand,,,
|
||||
-2176 1270 0,422 589,stand,,,
|
||||
-1867 1162 0,421 423,stand,,,
|
||||
-1764 1142 0,424 422,stand,,,
|
||||
-1690 1280 0,423 437 438,stand,,,
|
||||
-2888 821 1,313 312 426,stand,,,
|
||||
-2664 821 1,425 427,stand,,,
|
||||
-2440 823 0,426 428,stand,,,
|
||||
-2408 644 0,427 429,stand,,,
|
||||
-2184 647 0,428 430,stand,,,
|
||||
-2077 770 0,429 431,stand,,,
|
||||
-1952 756 0,430 432 439,stand,,,
|
||||
-1888 797 0,431 433,stand,,,
|
||||
-1900 926 0,434 432,stand,,,
|
||||
-1872 991 0,433 435,stand,,,
|
||||
-1708 1038 0,434 436,stand,,,
|
||||
-1703 1137 0,435 437,stand,,,
|
||||
-1617 1234 0,436 424,stand,,,
|
||||
-1653 1425 0,424 415,stand,,,
|
||||
-1948 609 0,431 440,stand,,,
|
||||
-1988 512 0,439 441,stand,,,
|
||||
-1888 469 0,442 440,stand,,,
|
||||
-1890 340 0,441 443 445,stand,,,
|
||||
-1786 334 32,442 444,stand,,,
|
||||
-1719 334 32,443 384,stand,,,
|
||||
-2006 325 0,442 446 447,stand,,,
|
||||
-2007 173 0,445 388,stand,,,
|
||||
-2133 329 0,445 448,stand,,,
|
||||
-2213 327 32,447 449,stand,,,
|
||||
-2280 336 32,448 374,stand,,,
|
||||
-1113 283 2,107 451,stand,,,
|
||||
-1018 326 2,450 452,stand,,,
|
||||
-1027 478 2,451 453,stand,,,
|
||||
-1013 555 -14,452 454,stand,,,
|
||||
-970 762 -14,453 455 467,stand,,,
|
||||
-959 811 -14,454 456,stand,,,
|
||||
-1031 853 -14,457 455,stand,,,
|
||||
-1030 888 2,456 458,stand,,,
|
||||
-1029 940 -14,457 459,stand,,,
|
||||
-1077 1056 -7,458 460,stand,,,
|
||||
-1183 1209 -9,459 461,stand,,,
|
||||
-1176 1386 -10,460 462 463,stand,,,
|
||||
-1394 1406 -5,415 461,stand,,,
|
||||
-937 1382 -7,461 464,stand,,,
|
||||
-896 1375 7,463 465,stand,,,
|
||||
-772 1366 -6,464 466 470,stand,,,
|
||||
-487 1357 -7,465 471,stand,,,
|
||||
-806 755 -14,454 468,stand,,,
|
||||
-729 860 -14,469 467,stand,,,
|
||||
-711 1058 -14,468 470,stand,,,
|
||||
-763 1206 -14,465 469,stand,,,
|
||||
-490 1218 -14,466 472,stand,,,
|
||||
-515 1100 -93,473 471,stand,,,
|
||||
-448 1040 -93,472 474,stand,,,
|
||||
-368 1121 -93,475 473,stand,,,
|
||||
-368 1231 -165,474 476,stand,,,
|
||||
-442 1275 -164,477 475,stand,,,
|
||||
-516 1231 -165,476 478,stand,,,
|
||||
-499 1093 -246,477 479,stand,,,
|
||||
-476 988 -246,478 480,stand,,,
|
||||
-377 853 -246,479 481 486,stand,,,
|
||||
-170 885 -246,480 482,stand,,,
|
||||
1 945 -246,483 481,stand,,,
|
||||
126 944 -246,482 164 484 491,stand,,,
|
||||
278 951 -246,483 485,stand,,,
|
||||
409 939 -246,147 484,stand,,,
|
||||
-377 790 -246,480 487,stand,,,
|
||||
-377 738 -223,486 488,stand,,,
|
||||
-365 631 -232,487 489,stand,,,
|
||||
-371 499 -243,488 490 679,stand,,,
|
||||
-121 506 -266,489 154,stand,,,
|
||||
136 1060 -246,483 492,stand,,,
|
||||
153 1208 -220,491 493,stand,,,
|
||||
152 1230 -246,492 494,stand,,,
|
||||
136 1267 -246,493 495,climb,,,
|
||||
136 1271 -14,494 496,climb,,,
|
||||
146 1353 -8,495 498,stand,,,
|
||||
565 1351 -8,142 498,stand,,,
|
||||
412 1345 -10,496 497 499,stand,,,
|
||||
391 1492 0,498 500,stand,,,
|
||||
421 1671 7,501 499,stand,,,
|
||||
675 1643 7,500 502,stand,,,
|
||||
1022 1639 7,501 507,stand,,,
|
||||
1625 1171 -58,204 504,stand,,,
|
||||
1603 1394 -1,503 505 509,stand,,,
|
||||
1377 1420 0,504 506,stand,,,
|
||||
1225 1444 0,505 507,stand,,,
|
||||
1231 1652 7,502 506,stand,,,
|
||||
2047 1439 7,510 510 511 212,stand,,,
|
||||
1759 1427 3,504 510,stand,,,
|
||||
1943 1445 0,508 508 509,stand,,,
|
||||
2019 1050 7,508 211,stand,,,
|
||||
2015 381 7,211 202,stand,,,
|
||||
3059 -291 7,514 516,stand,,,
|
||||
3029 -518 7,513 515,stand,,,
|
||||
2996 -516 51,514 521,stand,,,
|
||||
2825 -320 7,513 517,stand,,,
|
||||
2825 -383 7,518 516,stand,,,
|
||||
2825 -399 51,517 519,stand,,,
|
||||
2825 -440 51,518 520,stand,,,
|
||||
2826 -454 7,519 538,stand,,,
|
||||
2963 -517 51,515 522,stand,,,
|
||||
2950 -517 7,521 538,stand,,,
|
||||
2603 -1776 0,238 524,stand,,,
|
||||
2619 -1552 7,525 523 539,stand,,,
|
||||
2880 -1556 7,524 526 676,stand,,,
|
||||
2866 -1430 7,525 527,stand,,,
|
||||
2859 -1368 39,526 528,stand,,,
|
||||
2849 -1136 39,527 529,stand,,,
|
||||
2826 -1078 39,528 530,stand,,,
|
||||
2806 -1001 7,529 531,stand,,,
|
||||
2812 -714 7,530 532 538,stand,,,
|
||||
2719 -714 9,533 531,stand,,,
|
||||
2666 -721 31,532 534,stand,,,
|
||||
2588 -735 31,533 535 546,stand,,,
|
||||
2482 -736 39,536 534,stand,,,
|
||||
2439 -729 39,535 537,stand,,,
|
||||
2383 -726 7,536 540 541,stand,,,
|
||||
2826 -524 7,531 520 522,stand,,,
|
||||
2386 -1501 7,524 540,stand,,,
|
||||
2362 -1085 7,539 537,stand,,,
|
||||
2343 -449 7,537 542,stand,,,
|
||||
2393 -150 7,541 543,stand,,,
|
||||
2583 -170 7,542 544 547,stand,,,
|
||||
2583 -270 7,543 545,stand,,,
|
||||
2583 -329 31,544 546,stand,,,
|
||||
2583 -560 31,545 534,stand,,,
|
||||
2868 -157 7,543 548,stand,,,
|
||||
3102 -159 7,547 549,stand,,,
|
||||
3259 -157 7,548 550,stand,,,
|
||||
3310 47 7,551 549 574,stand,,,
|
||||
3514 46 7,550 228,stand,,,
|
||||
2078 679 7,211 553,stand,,,
|
||||
2255 627 0,552 554,stand,,,
|
||||
2443 624 7,553 555,stand,,,
|
||||
2588 652 7,554 556,stand,,,
|
||||
2726 633 7,555 557 572 575,stand,,,
|
||||
2735 487 7,556 558,stand,,,
|
||||
2735 471 43,557 559,stand,,,
|
||||
2737 452 7,558 560,stand,,,
|
||||
2745 337 7,559 561,stand,,,
|
||||
2595 327 7,562 560,stand,,,
|
||||
2594 236 7,561 563,stand,,,
|
||||
2620 111 79,564 562,stand,,,
|
||||
2773 88 159,563 565,stand,,,
|
||||
2829 89 159,564 566,stand,,,
|
||||
2820 167 167,565 567,stand,,,
|
||||
2822 264 167,568 571 566,stand,,,
|
||||
2653 299 167,567 569 601,stand,,,
|
||||
2625 437 167,570 571 568,stand,,,
|
||||
2494 437 167,569 601,stand,,,
|
||||
2831 422 167,569 567,stand,,,
|
||||
2985 639 7,556 573,stand,,,
|
||||
3206 651 7,572 574,stand,,,
|
||||
3259 377 7,573 550,stand,,,
|
||||
2723 896 7,556 576,stand,,,
|
||||
2803 1105 7,577 575,stand,,,
|
||||
2803 1353 7,576 215,stand,,,
|
||||
523 -2289 0,254 579,stand,,,
|
||||
783 -2121 0,580 578,stand,,,
|
||||
823 -1904 0,579 622 623,stand,,,
|
||||
151 -2280 0,254 582,stand,,,
|
||||
-195 -2256 7,583 581,stand,,,
|
||||
-516 -2245 0,582 265,stand,,,
|
||||
-1017 -2246 0,265 585,stand,,,
|
||||
-1250 -2180 7,584 586,stand,,,
|
||||
-1525 -2152 0,587 585,stand,,,
|
||||
-1842 -2110 0,586 293,stand,,,
|
||||
-2588 1346 0,5 589,stand,,,
|
||||
-2378 1307 0,588 421,stand,,,
|
||||
-801 851 218,1 591,stand,,,
|
||||
-665 793 218,590 131,stand,,,
|
||||
-143 769 99,123 119,stand,,,
|
||||
2503 231 167,594 600,stand,,,
|
||||
2502 9 167,593 595,stand,,,
|
||||
2500 -203 167,594 596,climb,,,
|
||||
2500 -221 287,597 595,climb,,,
|
||||
2497 -440 287,596 598,stand,,,
|
||||
2491 -745 287,597 599,stand,,,
|
||||
2609 -745 287,598,stand,,,
|
||||
2506 247 203,593 601,stand,,,
|
||||
2502 270 167,600 570 568,stand,,,
|
||||
1818 -3691 -60,603,stand,,,
|
||||
1906 -3676 -60,602 249,stand,,,
|
||||
1937 -3038 -55,249 605,stand,,,
|
||||
1758 -3028 -55,606 604,stand,,,
|
||||
1538 -3029 0,605 607,stand,,,
|
||||
1403 -3027 0,606 608,stand,,,
|
||||
1429 -2736 0,609 607,stand,,,
|
||||
1687 -2635 0,608 610,stand,,,
|
||||
1779 -2484 0,609 611,stand,,,
|
||||
2081 -2445 0,610 612,stand,,,
|
||||
2206 -2450 0,240 611,stand,,,
|
||||
2436 -2046 0,614 238,stand,,,
|
||||
2219 -2010 0,613 615,stand,,,
|
||||
2050 -1983 0,614 616,stand,,,
|
||||
1882 -1957 0,615 617,stand,,,
|
||||
1712 -1933 0,616 618,stand,,,
|
||||
1541 -1918 0,617 619,stand,,,
|
||||
1371 -1906 0,618 620,stand,,,
|
||||
1201 -1895 0,619 621,stand,,,
|
||||
1029 -1895 0,620 622,stand,,,
|
||||
967 -1899 0,621 580,stand,,,
|
||||
900 -1635 7,580 624,stand,,,
|
||||
1028 -1387 -9,623 625,stand,,,
|
||||
1076 -1176 -50,624 626,stand,,,
|
||||
1082 -1085 -82,625 184,stand,,,
|
||||
-809 -818 -217,7 628,stand,,,
|
||||
-778 -638 -223,627 86,stand,,,
|
||||
-584 -1038 -203,7 630,stand,,,
|
||||
-254 -1008 -218,629 190,stand,,,
|
||||
-411 -73 -302,83 632 681,stand,,,
|
||||
-201 -5 -294,631 633,stand,,,
|
||||
51 -7 -267,632 634,stand,,,
|
||||
246 -33 -242,633 635,stand,,,
|
||||
381 -47 -241,634 9 685,stand,,,
|
||||
753 -71 -223,9 637,stand,,,
|
||||
955 -45 -214,636 638,stand,,,
|
||||
1185 -41 -208,637 644 656,stand,,,
|
||||
1372 98 -240,640 643,climb,,,
|
||||
1377 98 -67,639 641,climb,,,
|
||||
1415 99 -103,640 642,stand,,,
|
||||
1475 97 -113,641 176 177,stand,,,
|
||||
1207 119 -222,639 644 670,stand,,,
|
||||
1195 62 -208,643 638,stand,,,
|
||||
176 -835 -205,189 646,stand,,,
|
||||
160 -631 -222,645 647 682,stand,,,
|
||||
334 -642 -217,646 648,stand,,,
|
||||
497 -696 -216,647 649,stand,,,
|
||||
748 -680 -223,650 648,stand,,,
|
||||
919 -671 -145,649 651,stand,,,
|
||||
1042 -673 -146,650 652,stand,,,
|
||||
1139 -687 -165,651 653,stand,,,
|
||||
1232 -704 -199,652 654,stand,,,
|
||||
1355 -724 -210,653 655,stand,,,
|
||||
1303 -454 -213,654 656,stand,,,
|
||||
1229 -196 -210,655 638,stand,,,
|
||||
1929 -642 -269,658 6,stand,,,
|
||||
1919 -377 -274,657 659,stand,,,
|
||||
1875 -211 -278,658 660,stand,,,
|
||||
1802 -57 -279,659 661,stand,,,
|
||||
1788 113 -276,660 662,stand,,,
|
||||
1701 251 -279,661 663,stand,,,
|
||||
1530 272 -278,662 664,stand,,,
|
||||
1360 275 -273,663 665,stand,,,
|
||||
1191 310 -276,664 666,stand,,,
|
||||
1135 322 -278,665 667 672,stand,,,
|
||||
1135 449 -277,666 668 678,stand,,,
|
||||
1136 578 -258,667 669,stand,,,
|
||||
1126 679 -274,668 170,stand,,,
|
||||
1164 160 -229,643 671,stand,,,
|
||||
1163 186 -204,670 672,stand,,,
|
||||
1163 201 -275,671 666,stand,,,
|
||||
3705 -1497 7,229 674,stand,,,
|
||||
3522 -1517 7,673 675,stand,,,
|
||||
3316 -1526 7,676 674,stand,,,
|
||||
3087 -1541 7,675 525,stand,,,
|
||||
819 512 -282,151 678,stand,,,
|
||||
1002 474 -285,677 667,stand,,,
|
||||
-383 455 -275,489,stand,,,
|
||||
-383 386 -292,681,stand,,,
|
||||
-386 196 -300,680 631,stand,,,
|
||||
258 -503 -260,646 683,stand,,,
|
||||
331 -398 -294,684 682,stand,,,
|
||||
365 -236 -295,683 685,stand,,,
|
||||
373 -134 -271,684 635,stand,,,
|
||||
|
529
scriptdata/waypoints/mp_agx_nightmare_wp.csv
Normal file
@@ -0,0 +1,529 @@
|
||||
528
|
||||
4001 1666 31,70 71,stand,,,
|
||||
272 -2187 41,144 132,stand,,,
|
||||
-976 2048 34,16 17,stand,,,
|
||||
-1144 -1111 33,121 122 123,stand,,,
|
||||
2014 -2044 36,157 158 165 167,stand,,,
|
||||
517 -540 25,315 332,stand,,,
|
||||
608 2936 31,7 30 57,climb,,,
|
||||
608 2927 238,8 6,climb,,,
|
||||
608 2568 236,7 9,stand,,,
|
||||
599 2291 238,8 10,stand,,,
|
||||
284 2292 236,9 11,stand,,,
|
||||
-56 2303 236,10 12,stand,,,
|
||||
-61 2588 238,11 14,stand,,,
|
||||
-56 2936 26,14 23 57,climb,,,
|
||||
-56 2930 238,13 12,climb,,,
|
||||
-1272 2483 31,16,stand,,,
|
||||
-1120 2242 38,15 2,stand,,,
|
||||
-671 2217 27,2 18 108,stand,,,
|
||||
-377 2366 23,17 19 20 99,stand,,,
|
||||
-237 2462 30,18 20 22,stand,,,
|
||||
-141 2347 28,19 21 18,stand,,,
|
||||
-39 2265 22,20 24 102,stand,,,
|
||||
-188 2841 37,19 23,stand,,,
|
||||
-116 2948 27,22 13,stand,,,
|
||||
180 2282 28,21 25,stand,,,
|
||||
492 2278 31,26 24 272,stand,,,
|
||||
696 2239 26,25 27 41,stand,,,
|
||||
736 2376 31,26 28,stand,,,
|
||||
737 2673 32,27 29,stand,,,
|
||||
766 2914 31,30 28 56,stand,,,
|
||||
641 2970 31,29 6,stand,,,
|
||||
1313 2164 33,32 42 43,stand,,,
|
||||
1310 2161 83,31 33,stand,,,
|
||||
1310 2113 83,32 34,stand,,,
|
||||
1310 2112 134,33 35,stand,,,
|
||||
1310 2061 134,34 36,stand,,,
|
||||
1310 2038 200,35 37,stand,,,
|
||||
1309 2012 162,36 38,stand,,,
|
||||
1308 1957 150,37 39,stand,,,
|
||||
1310 1926 162,38 40,stand,,,
|
||||
1310 1904 124,39 235 242,stand,,,
|
||||
976 2205 30,26 42,stand,,,
|
||||
1217 2209 31,41 31,stand,,,
|
||||
1528 2216 31,31 44 58,stand,,,
|
||||
1560 2600 29,43 45,stand,,,
|
||||
1551 2995 30,46 44 56,stand,,,
|
||||
1656 2957 30,45 47 55,climb,,,
|
||||
1656 2947 238,46 48,climb,,,
|
||||
1663 2588 238,47 49,stand,,,
|
||||
1664 2312 238,48 50,stand,,,
|
||||
2003 2315 236,49 51,stand,,,
|
||||
2320 2319 236,50 52,stand,,,
|
||||
2320 2600 236,51 54,stand,,,
|
||||
2321 2955 31,54 55 61,climb,,,
|
||||
2321 2951 238,53 52,climb,,,
|
||||
1957 2991 36,53 46,stand,,,
|
||||
1115 2938 31,45 29,stand,,,
|
||||
213 2959 30,6 13,stand,,,
|
||||
1987 2272 29,43 59,stand,,,
|
||||
2467 2298 24,58 60 97,stand,,,
|
||||
2401 2523 27,59 61,stand,,,
|
||||
2455 2956 31,53 60 62,stand,,,
|
||||
2977 2953 31,61 63,stand,,,
|
||||
3637 2881 31,62 64,stand,,,
|
||||
3993 2674 31,63 72,stand,,,
|
||||
3954 2310 28,71 72 73,stand,,,
|
||||
3320 2255 31,67 73,stand,,,
|
||||
3333 1977 31,66 68 74,stand,,,
|
||||
3329 1568 31,69 69 67 88,stand,,,
|
||||
3595 1615 31,68 68 70 74 82,stand,,,
|
||||
3807 1654 31,0 69,stand,,,
|
||||
4025 1963 31,0 65 74,stand,,,
|
||||
4003 2519 31,65 64,stand,,,
|
||||
3609 2294 31,65 66 74,stand,,,
|
||||
3603 1962 30,73 69 67 71,stand,,,
|
||||
3519 726 30,76 84 85,climb,,,
|
||||
3504 726 238,75 77,climb,,,
|
||||
3177 729 236,76 78,stand,,,
|
||||
2872 736 238,77 79,stand,,,
|
||||
2876 1048 236,78 80,stand,,,
|
||||
2893 1387 236,79 81,stand,,,
|
||||
3213 1387 236,80 83,stand,,,
|
||||
3519 1393 30,83 69,climb,,,
|
||||
3510 1393 238,82 81,climb,,,
|
||||
3737 865 31,75,stand,,,
|
||||
3531 624 31,75 86,stand,,,
|
||||
3177 644 31,85 87,stand,,,
|
||||
2899 653 29,86 98,stand,,,
|
||||
3101 1507 31,68 89,stand,,,
|
||||
2829 1377 31,88 90,stand,,,
|
||||
2831 1352 61,89 91,stand,,,
|
||||
2831 1324 30,90 92 98,stand,,,
|
||||
2604 1314 30,91 93,stand,,,
|
||||
2318 1302 35,92 94 241,stand,,,
|
||||
2447 1521 28,93 95,stand,,,
|
||||
2679 1862 28,96 94,stand,,,
|
||||
2523 2042 28,95 97,stand,,,
|
||||
2494 2156 29,59 96,stand,,,
|
||||
2845 940 28,91 87,stand,,,
|
||||
-486 2057 24,18 100 108,stand,,,
|
||||
-372 1948 33,99 103 106,stand,,,
|
||||
-211 2106 51,102 104,stand,,,
|
||||
-137 2174 34,101 21,stand,,,
|
||||
-329 1980 36,100 104,stand,,,
|
||||
-283 2023 41,103 101 105,stand,,,
|
||||
-202 1954 35,104 274,stand,,,
|
||||
-361 1604 32,107 100,stand,,,
|
||||
-405 1024 31,106 109,stand,,,
|
||||
-569 2150 23,99 17,stand,,,
|
||||
-845 1009 30,107 110,stand,,,
|
||||
-1350 1025 32,109 111,stand,,,
|
||||
-1340 526 32,110 112,stand,,,
|
||||
-1407 105 32,113 111,stand,,,
|
||||
-1396 -139 35,112 114 119,stand,,,
|
||||
-1249 -89 32,113 115,stand,,,
|
||||
-1246 -185 32,114 117 119,stand,,,
|
||||
-1161 -179 43,117 118,stand,,,
|
||||
-1196 -178 31,115 116,stand,,,
|
||||
-1110 -180 32,116 419,stand,,,
|
||||
-1399 -310 33,115 113 120,stand,,,
|
||||
-1373 -600 29,119 121,stand,,,
|
||||
-1377 -852 30,122 120 3,stand,,,
|
||||
-1008 -833 30,121 3 364,stand,,,
|
||||
-944 -1256 35,3 124,stand,,,
|
||||
-726 -1433 36,123 125,stand,,,
|
||||
-556 -1429 35,124 126 437,stand,,,
|
||||
-529 -1822 35,125 127 172,stand,,,
|
||||
-529 -1971 35,126 128,stand,,,
|
||||
-515 -2102 36,127 129,stand,,,
|
||||
-297 -2619 39,128 130 133,stand,,,
|
||||
-68 -2627 39,129 131 133,stand,,,
|
||||
-31 -2376 41,132 130,stand,,,
|
||||
33 -2254 41,131 1 146,stand,,,
|
||||
-69 -2799 39,130 129 134,stand,,,
|
||||
246 -2792 39,133 138,stand,,,
|
||||
1104 -2792 39,136 137,stand,,,
|
||||
1414 -2768 39,135 152,stand,,,
|
||||
774 -2791 39,135 138 140,stand,,,
|
||||
533 -2796 39,137 134 139,stand,,,
|
||||
544 -2486 39,140 138 143,stand,,,
|
||||
708 -2481 39,139 137 141,stand,,,
|
||||
869 -2353 41,140 142 143,stand,,,
|
||||
939 -2237 41,141 147 505,stand,,,
|
||||
502 -2162 37,139 144 141 169,stand,,,
|
||||
359 -2280 41,143 1 146,stand,,,
|
||||
141 -2668 41,146,stand,,,
|
||||
217 -2505 41,145 132 144,stand,,,
|
||||
1010 -2415 41,142 148,stand,,,
|
||||
1061 -2617 41,147 149,stand,,,
|
||||
1205 -2504 41,148 150,stand,,,
|
||||
1209 -2252 41,149 151 503,stand,,,
|
||||
1308 -2248 41,150 153,stand,,,
|
||||
1402 -2464 39,153 136 154,stand,,,
|
||||
1413 -2135 37,151 152 161 168,stand,,,
|
||||
1639 -2558 39,152 155,stand,,,
|
||||
1762 -2501 41,156 154 166,stand,,,
|
||||
2066 -2591 39,155 157 167,stand,,,
|
||||
2388 -2241 38,156 4 162,stand,,,
|
||||
1746 -1890 41,4 159 166 192,stand,,,
|
||||
1461 -1760 35,160 158 192,stand,,,
|
||||
1390 -1857 35,159 161 503,stand,,,
|
||||
1397 -1950 36,160 153,stand,,,
|
||||
2458 -2022 35,157 163,stand,,,
|
||||
2382 -1891 35,162 164,stand,,,
|
||||
2192 -1790 35,163 165,stand,,,
|
||||
2047 -1785 35,164 4 173,stand,,,
|
||||
1768 -2188 41,158 155 167 168 192,stand,,,
|
||||
2021 -2322 37,156 4 166,stand,,,
|
||||
1459 -2140 40,166 153 192,stand,,,
|
||||
485 -1941 41,143 170,stand,,,
|
||||
463 -1699 35,171 169 445 506,stand,,,
|
||||
214 -1734 41,170 172,stand,,,
|
||||
-267 -1827 35,171 126,stand,,,
|
||||
1861 -1460 41,165 174,stand,,,
|
||||
1876 -1298 35,173 175,stand,,,
|
||||
2112 -1307 35,174 176 182,stand,,,
|
||||
2596 -1290 38,175 181,stand,,,
|
||||
3295 -1247 38,178 181 183,stand,,,
|
||||
3299 -1103 38,177 179 190,stand,,,
|
||||
3023 -1075 38,178 180,stand,,,
|
||||
2374 -1087 34,179 182 193,stand,,,
|
||||
3017 -1257 38,176 177,stand,,,
|
||||
2100 -1070 33,175 180,stand,,,
|
||||
3292 -1312 38,184 177,climb,,,
|
||||
3292 -1330 277,183 185,climb,,,
|
||||
3115 -1321 277,184 189,stand,,,
|
||||
2614 -826 277,187,stand,,,
|
||||
2597 -1052 276,186 188,stand,,,
|
||||
2929 -1048 276,187 189,stand,,,
|
||||
3126 -1028 277,188 185 191,stand,,,
|
||||
3293 -1050 38,178 191,climb,,,
|
||||
3293 -1044 277,190 189,climb,,,
|
||||
1590 -1987 35,158 168 166 159,stand,,,
|
||||
2414 -804 34,180 194,stand,,,
|
||||
2137 -573 26,195 193,stand,,,
|
||||
2108 -269 24,194 196 208,stand,,,
|
||||
1759 -300 24,195 197 198,stand,,,
|
||||
1597 -414 20,196 198 522,stand,,,
|
||||
1567 -239 30,197 196 199,climb,,,
|
||||
1559 -241 361,198 200,climb,,,
|
||||
1491 -254 358,199 201,stand,,,
|
||||
1499 -84 358,200 202 475,stand,,,
|
||||
1657 79 356,201 203 207,stand,,,
|
||||
1923 70 356,202 204,stand,,,
|
||||
2345 66 356,203,stand,,,
|
||||
1639 355 192,206 502,climb,,,
|
||||
1639 337 360,205 207,climb,,,
|
||||
1643 259 356,206 202,stand,,,
|
||||
2270 -263 32,195 209,stand,,,
|
||||
2703 -310 32,208 210,stand,,,
|
||||
2747 94 32,209 211,stand,,,
|
||||
2454 83 32,210 212,stand,,,
|
||||
2290 22 32,211 213,stand,,,
|
||||
1804 17 32,212 214,stand,,,
|
||||
1789 166 32,213 215,stand,,,
|
||||
1639 291 32,214 216 496,stand,,,
|
||||
1738 290 32,215 217,stand,,,
|
||||
1948 303 144,216 218,stand,,,
|
||||
1995 262 144,217 219,stand,,,
|
||||
1983 164 194,218 220,stand,,,
|
||||
1977 43 194,219 221 409,stand,,,
|
||||
2472 56 194,220,stand,,,
|
||||
1691 647 32,223 225 495,stand,,,
|
||||
1605 647 43,222 224,stand,,,
|
||||
1463 650 26,223 251 252,stand,,,
|
||||
1740 784 32,222 226,stand,,,
|
||||
1864 793 32,225 227,stand,,,
|
||||
1872 1052 36,226 228,stand,,,
|
||||
2035 1111 37,229 227,stand,,,
|
||||
2053 1183 29,228 230 240,stand,,,
|
||||
2045 1362 112,229 231,stand,,,
|
||||
2042 1594 112,230 232 238,stand,,,
|
||||
2053 1866 112,231 233,stand,,,
|
||||
1642 1851 112,232 234,stand,,,
|
||||
1611 1854 124,233 235,stand,,,
|
||||
1443 1846 124,234 236 40,stand,,,
|
||||
1425 1590 124,235 237 247 248,stand,,,
|
||||
1630 1597 126,236 238,stand,,,
|
||||
1662 1601 112,237 231,stand,,,
|
||||
2119 1188 63,240 241,stand,,,
|
||||
2090 1187 37,239 229,stand,,,
|
||||
2141 1190 28,239 93,stand,,,
|
||||
1219 1868 124,40 243,stand,,,
|
||||
1159 1847 150,242 244,stand,,,
|
||||
1094 1847 150,243 245,stand,,,
|
||||
1092 1604 150,244 246 507,stand,,,
|
||||
1159 1599 150,245 247,stand,,,
|
||||
1216 1599 124,246 236,stand,,,
|
||||
1406 1484 124,236 249,stand,,,
|
||||
1403 1260 27,248 250,stand,,,
|
||||
1417 1089 25,249 251 253,stand,,,
|
||||
1437 850 28,250 224 296,stand,,,
|
||||
1391 406 32,224 323,stand,,,
|
||||
1055 1119 28,250 254,stand,,,
|
||||
773 1167 25,253 255,stand,,,
|
||||
635 1236 29,254 256,stand,,,
|
||||
435 1298 72,255 257,stand,,,
|
||||
329 1293 75,256 258,stand,,,
|
||||
221 1309 67,257 259,stand,,,
|
||||
131 1302 93,258 261 264 275,stand,,,
|
||||
-54 1267 157,261 262,stand,,,
|
||||
-30 1267 106,259 260,stand,,,
|
||||
-83 1114 201,263 260,stand,,,
|
||||
-184 1090 194,262 293,stand,,,
|
||||
131 1404 86,259 265,stand,,,
|
||||
135 1463 73,264 266,stand,,,
|
||||
144 1542 43,265 267,stand,,,
|
||||
160 1616 43,266 268,stand,,,
|
||||
182 1731 31,267 269 273,stand,,,
|
||||
431 1736 31,268 270,stand,,,
|
||||
435 1946 31,269 271,stand,,,
|
||||
531 1956 31,270 272,stand,,,
|
||||
518 2046 32,271 25,stand,,,
|
||||
149 1955 31,268 274,stand,,,
|
||||
-88 1951 31,273 105,stand,,,
|
||||
116 1226 94,259 276,stand,,,
|
||||
112 1119 64,275 277,stand,,,
|
||||
107 1015 35,276 278,stand,,,
|
||||
69 824 32,277 279 486,stand,,,
|
||||
175 827 34,278 280,stand,,,
|
||||
257 825 44,279 281,stand,,,
|
||||
311 826 34,280 282,stand,,,
|
||||
353 748 32,281 283,stand,,,
|
||||
328 587 32,282 284 289,stand,,,
|
||||
470 593 35,283 285,stand,,,
|
||||
443 513 36,284 286,stand,,,
|
||||
512 514 41,285 287 303,stand,,,
|
||||
515 464 42,286 288,stand,,,
|
||||
533 368 31,287 305 330 333,stand,,,
|
||||
208 597 32,283 290,stand,,,
|
||||
110 597 32,289 291 490,stand,,,
|
||||
-126 602 194,290 292,stand,,,
|
||||
-214 591 194,291 293 294 402,stand,,,
|
||||
-215 846 194,292 263,stand,,,
|
||||
-542 612 194,292 295,stand,,,
|
||||
-670 614 194,294 345,stand,,,
|
||||
1266 851 32,251 297,stand,,,
|
||||
1191 855 32,296 298,stand,,,
|
||||
1126 826 32,297 299,stand,,,
|
||||
929 838 32,298 300,stand,,,
|
||||
943 653 32,299 301,stand,,,
|
||||
896 548 32,300 302 304,stand,,,
|
||||
751 528 35,301 303,stand,,,
|
||||
614 512 36,302 286,stand,,,
|
||||
899 358 32,301 305 306,stand,,,
|
||||
679 361 30,304 288,stand,,,
|
||||
918 228 39,304 307,stand,,,
|
||||
927 79 40,306 308 325 328,stand,,,
|
||||
927 -53 37,307 309,stand,,,
|
||||
915 -223 32,308 310 326,stand,,,
|
||||
939 -416 34,309 311 317,stand,,,
|
||||
941 -571 32,310 312,stand,,,
|
||||
870 -647 37,311 313,stand,,,
|
||||
870 -777 46,312 314 463,stand,,,
|
||||
725 -769 29,313 315,stand,,,
|
||||
557 -731 26,314 5 316 447,stand,,,
|
||||
546 -847 26,315 446,stand,,,
|
||||
1041 -413 33,310 318,stand,,,
|
||||
1220 -353 35,317 319,stand,,,
|
||||
1249 -232 40,318 320 327,stand,,,
|
||||
1290 -128 33,319 321,stand,,,
|
||||
1354 26 33,320 322,stand,,,
|
||||
1374 172 32,321 323 324,stand,,,
|
||||
1383 316 44,322 252,stand,,,
|
||||
1165 173 32,322 325,stand,,,
|
||||
1033 112 32,324 307,stand,,,
|
||||
1082 -207 41,309 327,stand,,,
|
||||
1164 -197 37,326 319,stand,,,
|
||||
717 44 34,329 307,stand,,,
|
||||
549 32 32,328 330 331,stand,,,
|
||||
542 212 31,329 288,stand,,,
|
||||
540 -125 33,329 332 493,stand,,,
|
||||
525 -339 28,331 5,stand,,,
|
||||
262 285 19,288 334,stand,,,
|
||||
4 318 21,333 335,stand,,,
|
||||
-203 274 24,334 336 491,stand,,,
|
||||
-305 248 62,335 337,stand,,,
|
||||
-385 255 75,338 336,stand,,,
|
||||
-493 279 146,337 339,stand,,,
|
||||
-559 289 169,340 338,stand,,,
|
||||
-598 296 172,339 341,stand,,,
|
||||
-666 303 194,340 342,stand,,,
|
||||
-727 304 198,341 343,stand,,,
|
||||
-806 315 196,342 344 346,stand,,,
|
||||
-816 448 196,343 345,stand,,,
|
||||
-813 549 205,344 295,stand,,,
|
||||
-806 115 196,343 347,stand,,,
|
||||
-830 -118 194,346 348,stand,,,
|
||||
-811 -292 194,347 349 425,stand,,,
|
||||
-611 -250 199,348 350,stand,,,
|
||||
-612 -302 194,349 351,stand,,,
|
||||
-630 -371 242,350 352,stand,,,
|
||||
-606 -421 242,351 353,stand,,,
|
||||
-519 -424 302,352 354,stand,,,
|
||||
-465 -392 302,353 355,stand,,,
|
||||
-475 -321 356,354 356,stand,,,
|
||||
-479 -270 356,355 357,stand,,,
|
||||
-533 -279 356,356 358,stand,,,
|
||||
-540 -334 356,359 357,stand,,,
|
||||
-611 -328 356,358 360,climb,,,
|
||||
-617 -328 560,359 361 362,climb,,,
|
||||
-623 -75 560,360 363,stand,,,
|
||||
-560 -436 560,360 363,stand,,,
|
||||
-503 -348 560,361 362,stand,,,
|
||||
-999 -658 32,122 365 422,stand,,,
|
||||
-1038 -674 32,364 366,stand,,,
|
||||
-1062 -674 84,365 367,stand,,,
|
||||
-1094 -654 84,366 368,stand,,,
|
||||
-1094 -636 108,367 369,stand,,,
|
||||
-1093 -589 117,368 370,stand,,,
|
||||
-1088 -560 140,369 371,stand,,,
|
||||
-1087 -527 140,370 372,stand,,,
|
||||
-1087 -504 194,371 373,stand,,,
|
||||
-964 -510 194,372 374 425,stand,,,
|
||||
-943 -642 194,373 375,stand,,,
|
||||
-985 -649 194,374 376 376 376,stand,,,
|
||||
-998 -640 220,375 375 375 377,stand,,,
|
||||
-1037 -658 271,378 376,stand,,,
|
||||
-1068 -662 272,377 379,stand,,,
|
||||
-1109 -666 297,378 380,stand,,,
|
||||
-1130 -675 358,379 381,stand,,,
|
||||
-1140 -719 358,380 382,stand,,,
|
||||
-916 -723 358,381 383,stand,,,
|
||||
-654 -709 362,382 384,stand,,,
|
||||
-661 -558 366,383 385,stand,,,
|
||||
-692 -456 397,384 386,stand,,,
|
||||
-684 -13 390,385 389 390,stand,,,
|
||||
-602 -28 29,388 491,climb,,,
|
||||
-608 -28 358,387 389,climb,,,
|
||||
-650 -17 358,388 386,stand,,,
|
||||
-780 -23 468,386 391,stand,,,
|
||||
-839 35 461,392 390,stand,,,
|
||||
-918 151 467,391 393,stand,,,
|
||||
-777 305 468,392 394,stand,,,
|
||||
-719 380 420,393 395,stand,,,
|
||||
-639 434 358,394 396,stand,,,
|
||||
-405 430 358,395 397,stand,,,
|
||||
-196 430 358,396 398,stand,,,
|
||||
-178 806 358,397 399,stand,,,
|
||||
244 832 358,398 401,stand,,,
|
||||
464 837 194,401 408,climb,,,
|
||||
458 837 358,399 400,climb,,,
|
||||
-225 513 194,292 403,stand,,,
|
||||
126 511 194,402 404,stand,,,
|
||||
311 561 194,403 405,stand,,,
|
||||
560 510 194,404 406 418,stand,,,
|
||||
548 672 195,405 407,stand,,,
|
||||
547 719 195,406 408,stand,,,
|
||||
549 832 194,407 400,stand,,,
|
||||
1627 7 194,220 410,stand,,,
|
||||
1566 187 194,409 411,stand,,,
|
||||
1489 200 194,410 412 415,stand,,,
|
||||
1506 -198 194,411 413,stand,,,
|
||||
1165 -213 194,412 414 482,stand,,,
|
||||
1100 47 199,413 415,stand,,,
|
||||
1140 209 194,414 411 416,stand,,,
|
||||
1153 360 194,415 417,stand,,,
|
||||
965 457 194,418 416,stand,,,
|
||||
937 544 194,417 405,stand,,,
|
||||
-1017 -106 32,118 420,stand,,,
|
||||
-836 -106 32,419 421 441,stand,,,
|
||||
-805 -390 32,420 423,stand,,,
|
||||
-833 -540 32,364 423,stand,,,
|
||||
-786 -471 32,422 421 424,stand,,,
|
||||
-632 -454 32,423 440,stand,,,
|
||||
-812 -550 194,373 348 462,stand,,,
|
||||
-324 -526 194,427 461,stand,,,
|
||||
-308 -524 149,426 428,stand,,,
|
||||
-179 -526 104,427 429,stand,,,
|
||||
-53 -547 77,430 428,stand,,,
|
||||
53 -562 62,429 432,stand,,,
|
||||
169 -766 40,432 433,stand,,,
|
||||
119 -655 49,431 430,stand,,,
|
||||
30 -803 32,431 434,stand,,,
|
||||
-340 -884 32,433 435 438,stand,,,
|
||||
-301 -1016 30,434 436 527,stand,,,
|
||||
-295 -1153 41,435 437,stand,,,
|
||||
-392 -1251 35,436 125,stand,,,
|
||||
-406 -807 32,434 439,stand,,,
|
||||
-548 -789 32,438 440,stand,,,
|
||||
-601 -651 32,439 424,stand,,,
|
||||
-872 41 32,420 442,stand,,,
|
||||
-919 275 32,441 443,stand,,,
|
||||
-913 522 32,442 444,stand,,,
|
||||
-897 622 32,443 483,stand,,,
|
||||
494 -1460 41,170 446,stand,,,
|
||||
532 -1166 41,316 445,stand,,,
|
||||
322 -687 26,448 315 523,climb,,,
|
||||
325 -659 361,447 449,climb,,,
|
||||
319 -555 358,448 494,stand,,,
|
||||
663 -575 194,451 455 476,stand,,,
|
||||
663 -551 246,450 452,stand,,,
|
||||
663 -520 297,451 453,stand,,,
|
||||
665 -482 358,452 454,stand,,,
|
||||
559 -478 358,453 494,stand,,,
|
||||
555 -605 194,450 456,stand,,,
|
||||
406 -600 194,457 455,stand,,,
|
||||
170 -545 194,456 460,stand,,,
|
||||
-78 -817 194,459 459 460,stand,,,
|
||||
-366 -773 195,458 458 461,stand,,,
|
||||
166 -847 194,457 458,stand,,,
|
||||
-433 -548 194,459 426 462,stand,,,
|
||||
-662 -587 194,461 425,stand,,,
|
||||
826 -941 33,313 464 515,stand,,,
|
||||
908 -941 33,465 463,stand,,,
|
||||
980 -941 78,464 466,stand,,,
|
||||
1027 -940 78,465 467,stand,,,
|
||||
1117 -945 138,466 468,stand,,,
|
||||
1179 -928 138,467 469,stand,,,
|
||||
1162 -843 194,468 470,stand,,,
|
||||
1168 -677 194,469 471,stand,,,
|
||||
1147 -572 194,470 478 479,stand,,,
|
||||
1320 -524 199,473 479,stand,,,
|
||||
1321 -344 199,472 474,climb,,,
|
||||
1321 -332 358,473 475,climb,,,
|
||||
1350 -77 358,474 201,stand,,,
|
||||
768 -583 194,450 477,stand,,,
|
||||
902 -541 194,478 476,stand,,,
|
||||
976 -505 198,477 471,stand,,,
|
||||
1222 -521 194,472 471 480,stand,,,
|
||||
1213 -454 194,479 481,stand,,,
|
||||
1262 -408 194,482 480,stand,,,
|
||||
1163 -352 194,481 413,stand,,,
|
||||
-689 648 32,444 484,stand,,,
|
||||
-552 618 40,485 483,stand,,,
|
||||
-293 506 32,484 488 489,stand,,,
|
||||
-235 827 32,278 487,stand,,,
|
||||
-292 839 32,486 488,stand,,,
|
||||
-272 692 32,487 485,stand,,,
|
||||
-109 502 32,485 490,stand,,,
|
||||
115 506 32,290 489,stand,,,
|
||||
-217 1 28,387 335 492,stand,,,
|
||||
11 -217 22,491 493,stand,,,
|
||||
259 -177 23,492 331,stand,,,
|
||||
548 -552 358,454 449,stand,,,
|
||||
1653 489 32,496 222,stand,,,
|
||||
1636 362 32,495 215 497,stand,,,
|
||||
1740 356 32,496 498,stand,,,
|
||||
2039 344 192,497 499,stand,,,
|
||||
2093 368 192,498 500,stand,,,
|
||||
2094 417 192,499 501,stand,,,
|
||||
1867 411 192,502 500,stand,,,
|
||||
1777 418 192,501 205,stand,,,
|
||||
1201 -1833 41,160 150 504,stand,,,
|
||||
1036 -1797 37,503 505 506,stand,,,
|
||||
994 -2037 41,142 504,stand,,,
|
||||
706 -1721 35,504 170,stand,,,
|
||||
948 1597 150,245 508,stand,,,
|
||||
860 1595 194,509 507,stand,,,
|
||||
682 1563 194,508 510,stand,,,
|
||||
392 1602 194,511 509,stand,,,
|
||||
199 1655 194,510 512,stand,,,
|
||||
200 1861 194,513 511,stand,,,
|
||||
99 1866 198,512 514,stand,,,
|
||||
-76 1859 194,513,stand,,,
|
||||
798 -1015 29,463 516,stand,,,
|
||||
929 -1024 31,517 515,stand,,,
|
||||
1052 -1032 26,516 518,stand,,,
|
||||
1081 -1034 60,517 519,stand,,,
|
||||
1107 -1039 26,518 520,stand,,,
|
||||
1316 -1015 31,519 521,stand,,,
|
||||
1438 -802 18,522 520,stand,,,
|
||||
1520 -595 22,521 197,stand,,,
|
||||
318 -1029 27,447 524,stand,,,
|
||||
203 -1030 26,523 525,stand,,,
|
||||
180 -1032 60,524 526,stand,,,
|
||||
148 -1035 26,525 527,stand,,,
|
||||
-122 -1049 26,526 435,stand,,,
|
||||
|
274
scriptdata/waypoints/mp_airfield_wp.csv
Normal file
@@ -0,0 +1,274 @@
|
||||
273
|
||||
980.4 5368.9 1.125,110,stand,,,
|
||||
1397.9 5037.6 1.125,109,stand,,,
|
||||
1397.9 5274.6 1.125,108,stand,,,
|
||||
2024.4 5577.6 1.125,105 106,stand,,,
|
||||
1093.1 5535.4 1.125,107,stand,,,
|
||||
1195.1 5545.4 144.125,91 95 97,stand,,,
|
||||
1437.4 5844.9 144.125,96,stand,,,
|
||||
989.4 5358.9 138.652,8 91,stand,,,
|
||||
1000.6 4836.1 145.125,7 90,stand,,,
|
||||
1258.45 4535.4 0.125,113,stand,,,
|
||||
1041.6 4042.1 1.125,114 115 123,stand,,,
|
||||
614.6 4375.1 -18.8293,122,stand,,,
|
||||
816.4 4271.9 -37.5383,123,stand,,,
|
||||
412.4 3111.9 24.6354,125 129,stand,,,
|
||||
519.1 2672.4 -5.80521,130,stand,,,
|
||||
55.1782 2293.02 -41.3382,139,stand,,,
|
||||
-29.9242 1768.27 -1.4332,142 149,stand,,,
|
||||
-394.751 1946.72 -41.897,141,stand,,,
|
||||
558.988 1051.84 4.125,146 147,stand,,,
|
||||
1169.33 740.564 -32.377,162,stand,,,
|
||||
1436.24 752.906 -40.875,162 163,stand,,,
|
||||
1747.6 785.243 -40.875,164 22,stand,,,
|
||||
1875.61 781.696 -40.875,21 165,stand,,,
|
||||
2179.28 748.981 -40.875,165,stand,,,
|
||||
2523.86 647.262 -35.5333,28,stand,,,
|
||||
2050.8 1048.11 -19.401,159 26,stand,,,
|
||||
1958.79 997.402 -21.5329,25 158,stand,,,
|
||||
1464.5 1000.41 -36.4782,155 156 158,stand,,,
|
||||
2653.87 802.656 -43.7592,165 24 166,stand,,,
|
||||
4347.66 2477.02 -64.3975,189,stand,,,
|
||||
3664.84 3535.13 -82.6672,205 195,stand,,,
|
||||
3308.17 3258.63 -139.902,206,stand,,,
|
||||
3957.01 3735.65 -0.621231,203 204 214,stand,,,
|
||||
2914.73 2912.34 8.5134,197 198,stand,,,
|
||||
3486.82 3525.27 -96.0977,205 195 206,stand,,,
|
||||
4278 3976.35 0.125,215,stand,,,
|
||||
3515 4259.35 5.20117,215 216 217 218,stand,,,
|
||||
3301 4873.65 21.5678,218 221 53,stand,,,
|
||||
2447.3 4367.8 -125.941,209 210,stand,,,
|
||||
2523.84 4580.21 -70.6141,40 210 212,stand,,,
|
||||
2523.79 4786.84 -66.6474,212 39 210,stand,,,
|
||||
1860.7 4597.2 -58.1745,211 237,stand,,,
|
||||
2534.2 5133.3 -11.9398,213 228,stand,,,
|
||||
2419.75 5724.22 0.125,82 227 226 263,stand,,,
|
||||
2014.17 5169.96 -15.7728,241 213,stand,,,
|
||||
1570.2 4037.7 14.1268,46 118,stand,,,
|
||||
1454.2 3862.7 1.125,116 45 117,stand,,,
|
||||
1767.3 3439.2 -20.3359,137 138,stand,,,
|
||||
1279.46 3359.33 -17.874,136,stand,,,
|
||||
896.445 2680.06 15.3544,132 133,stand,,,
|
||||
1988.71 1927.34 8.12502,247 242,stand,,,
|
||||
2168.66 2112.91 8.12498,245 243 244 246,stand,,,
|
||||
2531.34 2814.09 8.66902,244 245 256 257 258 267,stand,,,
|
||||
3501.94 5070.54 13.5963,220 55 37,stand,,,
|
||||
3045.46 5175.28 8.09908,221 222,stand,,,
|
||||
3438.06 5174.46 6.11911,53 77 223,stand,,,
|
||||
3162.46 1736.05 -58.875,168 178 183,stand,,,
|
||||
3635.54 2277.95 -25.875,186 191,stand,,,
|
||||
3369.8 775.6 -45.7763,172 173,stand,,,
|
||||
3432.46 1520.05 -61.8532,170 185,stand,,,
|
||||
3813.54 1918.45 -58.3673,185,stand,,,
|
||||
4107.66 2919.02 -82.437,192 83,stand,,,
|
||||
3067.66 660.134 -31.0627,176,stand,,,
|
||||
-34.8519 2548.4 -15.649,127,stand,,,
|
||||
179.982 3239.18 5.73125,126 65 128,stand,,,
|
||||
108.018 2968.82 12.8978,64 127 129,stand,,,
|
||||
1614.2 5081.7 21.625,240,stand,,,
|
||||
505.553 3556.64 23.7466,124 125,stand,,,
|
||||
2281.96 5363.83 -11.2566,73 228 213,stand,,,
|
||||
1860.7 4209.2 -26.496,235,stand,,,
|
||||
1476.7 4283.2 0.65947,236,stand,,,
|
||||
2028.7 3867.2 -20.6621,259 260,stand,,,
|
||||
1953.68 4987.92 -25.1398,239 238 240,stand,,,
|
||||
2145.91 5342.63 -9.89146,241 68 213,stand,,,
|
||||
2744.7 5739.2 8.09908,226,stand,,,
|
||||
3092.7 5665.2 8.09908,78 224 226,stand,,,
|
||||
3095.42 4766.22 31.196,229 230,stand,,,
|
||||
3423.7 5421.22 8.33926,55 78,stand,,,
|
||||
3340.61 5483.56 8.44145,77 75 223,stand,,,
|
||||
2788.61 5341.56 9.48747,224 225 226 228,stand,,,
|
||||
2909.72 5096.02 3.22113,225 229,stand,,,
|
||||
3126.13 4226.09 14.647,217 231,stand,,,
|
||||
2294.8 5567.2 0.125031,43 228 263,stand,,,
|
||||
4034.57 3220.97 -45.5214,61 203,stand,,,
|
||||
3742.57 3220.97 -83.2063,193 194 195,stand,,,
|
||||
4338.25 4559.17 2.5323,219 215,stand,,,
|
||||
710.017 1253.94 -3.52074,153 154,stand,,,
|
||||
1137.28 4771.82 0.125,88 112 111 113,stand,,,
|
||||
1300.06 4815.61 64.3487,87 89,stand,,,
|
||||
1319.47 5006.79 145.125,88 90,stand,,,
|
||||
1199 5106 145.125,89 91 8,stand,,,
|
||||
1188.8 5385.05 145.125,7 90 5,stand,,,
|
||||
1306.48 5901.56 1.125,93 103,stand,,,
|
||||
1069.95 5917.26 145.125,92 94,stand,,,
|
||||
994.157 5894.58 144.125,93 95,stand,,,
|
||||
1004.89 5778.74 144.125,94 5 96,stand,,,
|
||||
1378.69 5792.99 144.125,95 6 97,stand,,,
|
||||
1426.6 5620.68 144.125,5 96 98 99,stand,,,
|
||||
1821.69 5686.96 144.125,97 271,stand,,,
|
||||
1430.7 5275.01 145.125,97 100,stand,,,
|
||||
1547.1 4993.69 145.125,99 101,stand,,,
|
||||
1551.79 4821.35 67.125,100 102,stand,,,
|
||||
1551.18 4651.22 3.29113,101 236 237,stand,,,
|
||||
1369.82 5793.41 1.125,92 104 107,stand,,,
|
||||
1825.41 5751.78 1.125,103 105 106,stand,,,
|
||||
2095.91 5748.66 1.125,104 3 227,stand,,,
|
||||
1806.38 5559.67 1.125,3 104 107 241,stand,,,
|
||||
1356.22 5536.69 1.125,108 103 106 4,stand,,,
|
||||
1269.53 5290.88 1.125,107 2 110,stand,,,
|
||||
1156.99 5053.09 1.125,1 110 111,stand,,,
|
||||
1111.72 5261.51 1.125,108 109 0,stand,,,
|
||||
1137.44 4898.1 1.125,109 112 87,stand,,,
|
||||
914.821 4870.09 2.125,111 87 113 120,stand,,,
|
||||
1117.5 4614.6 0.125,87 9 112 114 272,stand,,,
|
||||
1158.01 4293.13 0.616439,113 10 115,stand,,,
|
||||
1273.2 4131.97 5.97757,10 114 116,stand,,,
|
||||
1315.3 3861.91 1.125,115 46,stand,,,
|
||||
1686.15 3856.41 1.125,46 118 119,stand,,,
|
||||
1734.6 4048.11 3.125,117 45 260,stand,,,
|
||||
1870.12 3828.35 -1.42953,117 138,stand,,,
|
||||
659.82 4952.56 -11.1444,112 121,stand,,,
|
||||
537.861 4827.46 -9.05033,120 272,stand,,,
|
||||
547.095 4437.54 -22.5357,11 124 272,stand,,,
|
||||
814.428 4057.53 -15.317,12 10 124,stand,,,
|
||||
618.516 4021.85 -24.5928,122 123 67 126,stand,,,
|
||||
359.933 3255.51 29.6959,67 13,stand,,,
|
||||
214.957 3827.3 -1.94677,64 124,stand,,,
|
||||
5.98867 2756.87 -9.66659,65 128 63,stand,,,
|
||||
194.677 2728.41 -8.99392,127 129 130 64 131,stand,,,
|
||||
410.161 2960.84 14.9062,13 128 130 65,stand,,,
|
||||
464.249 2815.27 3.39408,129 128 14 132,stand,,,
|
||||
152.254 2458.4 -48.5496,128 139,stand,,,
|
||||
777.325 2698.07 10.97,130 49 133,stand,,,
|
||||
999.577 2851.41 10.3556,132 49 134,stand,,,
|
||||
1152.33 3102.06 -4.50571,133 135 136,stand,,,
|
||||
1510.68 3147.2 -16.873,134 136 253,stand,,,
|
||||
1358.72 3377.32 -19.9661,135 48 134 137,stand,,,
|
||||
1579.43 3589.5 -25.9254,136 47 138,stand,,,
|
||||
1867.22 3640.94 -24.2079,137 47 119 259 255,stand,,,
|
||||
145.653 2237.67 -60.2358,131 15 140 150,stand,,,
|
||||
-172.277 2091.92 -49.3788,139 141,stand,,,
|
||||
-399.894 1767.34 -37.9549,140 17 142,stand,,,
|
||||
-319.822 1640.77 -9.10043,141 16 143,stand,,,
|
||||
-148.637 1524.46 4.125,142 144,stand,,,
|
||||
-97.174 1381.47 4.125,143 145,stand,,,
|
||||
302.664 1223.24 4.125,144 146,stand,,,
|
||||
484.782 1022.56 4.125,145 18,stand,,,
|
||||
633.84 1080.25 4.50948,18 148,stand,,,
|
||||
802.432 1014.9 -11.5126,147 154,stand,,,
|
||||
312.673 1888.56 -8.67075,16 150 153,stand,,,
|
||||
334.338 2201.93 -64.3689,149 139 151,stand,,,
|
||||
619.701 2032.83 -52.2398,150 152,stand,,,
|
||||
843.231 1882.62 0.644908,151 153 252,stand,,,
|
||||
692.749 1526.57 1.38735,152 86 149,stand,,,
|
||||
1025.55 1148.95 -35.0464,86 148 155 157,stand,,,
|
||||
1217.39 981.455 -42.6811,154 27 162,stand,,,
|
||||
1642.76 1315.37 -16.1957,27 157 159,stand,,,
|
||||
1196.73 1328.41 -31.1898,156 154,stand,,,
|
||||
1835.1 1046.48 -17.4021,27 159 26,stand,,,
|
||||
2100.4 1289.18 -1.08141,158 160 161 156 25,stand,,,
|
||||
2278.46 1278.55 -14.1803,159 161 167,stand,,,
|
||||
2110.22 1437.62 4.62359,160 159 266,stand,,,
|
||||
1239.87 870.626 -35.276,155 19 20,stand,,,
|
||||
1496.16 699.385 -40.875,20 164,stand,,,
|
||||
1615.77 828.512 -40.875,163 21,stand,,,
|
||||
2201.34 821.239 -40.875,22 23 28,stand,,,
|
||||
2652.61 1220.85 -48.4174,28 167 168 169,stand,,,
|
||||
2463.87 1298.43 -40.1077,166 160,stand,,,
|
||||
2995.45 1565.5 -51.8321,166 169 177 56,stand,,,
|
||||
2867 1136.5 -51.2409,166 168 176 177,stand,,,
|
||||
3334.99 1437.16 -59.8851,59 171,stand,,,
|
||||
3429.95 1310.51 -53.3905,170 172,stand,,,
|
||||
3320.79 1121.6 -55.6304,171 58 177,stand,,,
|
||||
3194.29 216.627 -61.1517,58 174 175,stand,,,
|
||||
3182.5 -125.628 -59.8325,173,stand,,,
|
||||
2904.43 474.776 -47.6924,173 176,stand,,,
|
||||
2891.27 795 -49.4219,175 169 62,stand,,,
|
||||
3110.77 1267.88 -56.52,172 168 169,stand,,,
|
||||
2982.84 1745.22 -65.875,56 179 183,stand,,,
|
||||
2819.56 1580.63 15.6226,178 180,stand,,,
|
||||
2670.41 1456.69 102.125,179 181 264,stand,,,
|
||||
2474.91 1680.64 102.125,180 182 264,stand,,,
|
||||
2587.58 1869.72 102.125,181,stand,,,
|
||||
3245.97 1977.07 -65.875,56 184 202 178,stand,,,
|
||||
3509.59 2115.65 -65.875,183 185 186,stand,,,
|
||||
3723.76 1876.9 -60.2053,184 59 60 187,stand,,,
|
||||
3597.05 2211.64 -65.875,184 57,stand,,,
|
||||
3912.13 2123.12 -42.2855,185 188,stand,,,
|
||||
4039.18 2352.72 -31.6607,187 189 190,stand,,,
|
||||
4166.49 2616.7 -72.1067,188 29 192,stand,,,
|
||||
3829.38 2537.62 -40.2412,188 191 192 196 199,stand,,,
|
||||
3774.19 2397.83 -25.875,57 190,stand,,,
|
||||
4050.56 2852.07 -85.666,190 189 61 193,stand,,,
|
||||
3812.03 3149.2 -84.1774,192 84 194,stand,,,
|
||||
3654.2 2985.76 -59.6045,84 193 196,stand,,,
|
||||
3598.51 3388.12 -75.317,84 30 34,stand,,,
|
||||
3553.06 2868.49 -45.9804,194 190 197 199,stand,,,
|
||||
3213.6 2933.52 -42.2015,196 33,stand,,,
|
||||
2904.95 2552.25 -18.705,33 200 201 202,stand,,,
|
||||
3482.78 2668.83 -53.4433,196 190 200,stand,,,
|
||||
3193.33 2341.28 -43.8545,199 198 201 202,stand,,,
|
||||
2839.35 2031.3 -52.933,198 200 202 267,stand,,,
|
||||
3056.91 2018.24 -60.8275,200 183 201 198,stand,,,
|
||||
3849.56 3557.09 -29.1291,83 32 204,stand,,,
|
||||
3719.2 3857.25 -26.5034,203 32 205 216,stand,,,
|
||||
3642.68 3652.09 -82.3431,204 30 34,stand,,,
|
||||
3198.33 3293.22 -137.584,34 31 207,stand,,,
|
||||
3012.52 3638.76 -161.263,206 208,stand,,,
|
||||
2524.82 3668.51 -164.602,207 209,stand,,,
|
||||
2504.86 4153.26 -124.279,208 38,stand,,,
|
||||
2373.31 4610.73 -84.5851,38 211 212 39 40,stand,,,
|
||||
2022.87 4632.91 -83.2308,210 41,stand,,,
|
||||
2356.81 4777.29 -68.2321,210 213 40 39,stand,,,
|
||||
2338.4 5086.86 -13.3918,212 44 239 42 228 68 73,stand,,,
|
||||
4052.68 3926.12 10.5646,32 215,stand,,,
|
||||
4208.62 4121.31 0.0563379,214 35 36 219 85,stand,,,
|
||||
3597.46 4007.94 10.89,36 204 217,stand,,,
|
||||
3139.22 3994.01 19.1864,216 36 81 231 262,stand,,,
|
||||
3446.54 4725.7 8.58963,36 37 220,stand,,,
|
||||
4071.27 4564.22 0.053106,215 85 220,stand,,,
|
||||
3734.41 4967.74 18.5949,219 218 53,stand,,,
|
||||
3196.11 5044.3 8.125,37 54 222 229,stand,,,
|
||||
3085.98 5273.11 8.81895,221 54 223 224,stand,,,
|
||||
3190.01 5371.38 8.54634,55 222 78 224,stand,,,
|
||||
2950.41 5510.66 14.2022,223 75 222 79 226 228,stand,,,
|
||||
2773.76 5216.72 -9.60368,79 228 80,stand,,,
|
||||
2670.84 5619.69 7.0766,75 224 79 43 74 228 263,stand,,,
|
||||
2261.95 5738.98 0.124997,105 43 263,stand,,,
|
||||
2528.53 5430.18 -4.8089,82 225 79 68 226 213 42 224,stand,,,
|
||||
3029.34 4939.98 6.43654,80 221 76 230,stand,,,
|
||||
2893.47 4613.63 25.1799,76 229 231,stand,,,
|
||||
2868.12 4298.96 16.2905,230 81 217 232 262,stand,,,
|
||||
2504.22 4244.7 3.14948,231 233 261,stand,,,
|
||||
2426.25 4434.69 -5.24118,232 234,stand,,,
|
||||
2095.58 4204.93 -31.135,233 235 260 261,stand,,,
|
||||
1899.02 4266.95 -30.7073,234 69 236 237,stand,,,
|
||||
1515.16 4369.47 6.4042,235 102 70,stand,,,
|
||||
1684.37 4603.87 -15.3605,235 41 102 238,stand,,,
|
||||
1693.94 4811.12 4.03013,237 239 72 240,stand,,,
|
||||
1999.89 4856.79 -27.8953,238 72 213,stand,,,
|
||||
1718.12 5117.53 8.125,238 72 66 241,stand,,,
|
||||
1870.58 5353.5 -14.5038,240 106 73 44,stand,,,
|
||||
2213.61 1717.83 8.053,243 50 266,stand,,,
|
||||
2397.56 1821.82 10.6475,242 244 51 267,stand,,,
|
||||
2407.84 2274.05 8.37,243 52 245 51 267,stand,,,
|
||||
1952.21 2594.8 8.125,52 244 51 253 246 254 257,stand,,,
|
||||
1759.15 2184.99 8.0497,51 247 248 249 245 254,stand,,,
|
||||
1735.5 1900.3 5.54879,246 50 248,stand,,,
|
||||
1380.29 1925.99 6.1768,247 246 252,stand,,,
|
||||
1477.66 2314.01 8.125,246 250 252 254,stand,,,
|
||||
1321.97 2757.91 8.03426,249 251 253,stand,,,
|
||||
1027.41 2474.56 10.3401,250 252,stand,,,
|
||||
1027.05 1983.74 8.10666,251 152 248 249,stand,,,
|
||||
1688.16 2983.16 2.09176,250 135 245 254 255 256,stand,,,
|
||||
1760.49 2571.59 8.125,249 253 245 246,stand,,,
|
||||
2008.54 3312.33 -1.89128,253 256 138 259 258,stand,,,
|
||||
2353.63 3137.49 8.0991,255 52 253 257 258 259,stand,,,
|
||||
2170.7 2809.62 7.42107,256 245 52,stand,,,
|
||||
2542.27 3627.1 10.8491,256 52 259 255 262,stand,,,
|
||||
2128.63 3713.21 -28.7972,258 138 255 256 71 260 261,stand,,,
|
||||
2100.23 4039.22 -36.9883,118 259 71 234 261,stand,,,
|
||||
2426.87 4006.57 -6.33362,260 234 232 259 262,stand,,,
|
||||
2775.43 3839.21 10.2946,261 258 217 231,stand,,,
|
||||
2275.67 5665.61 0.113302,82 227 43 226 270,stand,,,
|
||||
2481.13 1492.54 102.162,180 181 269,stand,,,
|
||||
2225.97 1492.82 40.125,266 268,stand,,,
|
||||
2150.45 1550.97 0.575926,265 161 242,stand,,,
|
||||
2649.89 2144.9 -23.4952,243 52 201 244,stand,,,
|
||||
2317.39 1428.39 37.4499,269 265,climb,0.98877 44.9565 0,,
|
||||
2335.08 1446.78 102.125,264 268,climb,0.98877 44.7588 0,,
|
||||
2224.63 5664.35 0.00472823,263 271,climb,1.80725 179.517 0,,
|
||||
2199.87 5664.32 155.125,270 98,climb,-1.02722 -179.686 0,,
|
||||
545.476 4591.71 -16.2166,113 122 121,stand,,,
|
||||
|
239
scriptdata/waypoints/mp_airstrike_v1_wp.csv
Normal file
@@ -0,0 +1,239 @@
|
||||
238
|
||||
1080 186 228.125,1 128,stand,,,
|
||||
1148 186 228.125,2 0,stand,,,
|
||||
1220 186 228.125,3 1,stand,,,
|
||||
1288 186 228.125,4 126 2,stand,,,
|
||||
1352 186 228.125,126 3,stand,,,
|
||||
1464 182 228.125,125,stand,,,
|
||||
1610 164 228.125,7 129,stand,,,
|
||||
1610 80 228.125,129 6,stand,,,
|
||||
1594 -104 228.125,123,stand,,,
|
||||
1464 -170 228.125,123,stand,,,
|
||||
1380 -196 228.125,122 121,stand,,,
|
||||
926 -160 228.125,12 120,stand,,,
|
||||
926 -96 228.125,13 11 119,stand,,,
|
||||
926 -24 228.125,118 119 12,stand,,,
|
||||
768 -170 228.125,112,stand,,,
|
||||
600 -178 228.125,110 111,stand,,,
|
||||
-256 -162 228.125,91,stand,,,
|
||||
-256 170 228.125,94 90,stand,,,
|
||||
-848 178 228.125,77,stand,,,
|
||||
-848 -186 228.125,75,stand,,,
|
||||
-1184 -178 228.125,59,stand,,,
|
||||
-1466 -98 228.125,53 57,stand,,,
|
||||
-1466 102 228.125,55 62 65,stand,,,
|
||||
-1722 44 327.125,63 24 183,stand,,,
|
||||
-1722 -40 327.125,23 64 184,stand,,,
|
||||
-1136 146 384.125,194,stand,,,
|
||||
-1136 -146 384.125,192,stand,,,
|
||||
-970 -128 384.125,200,stand,,,
|
||||
-978 128 384.125,201,stand,,,
|
||||
-622 120 384.125,201,stand,,,
|
||||
-606 -128 384.125,200,stand,,,
|
||||
-448 -154 384.125,199 202,stand,,,
|
||||
-448 154 384.125,199,stand,,,
|
||||
-264 146 384.125,205 206,stand,,,
|
||||
-256 -146 384.125,203 210,stand,,,
|
||||
452 -134 384.125,212 213 214,stand,,,
|
||||
460 134 384.125,211 212 215,stand,,,
|
||||
800 110 384.125,222 220,stand,,,
|
||||
804 -106 384.125,221 220,stand,,,
|
||||
1648 -138 384.125,230,stand,,,
|
||||
1648 138 384.125,228,stand,,,
|
||||
1268 94 77.125,42,stand,,,
|
||||
1200 94 77.125,41 132,stand,,,
|
||||
948 82 80.125,133,stand,,,
|
||||
712 82 80.125,141,stand,,,
|
||||
456 78 80.125,144,stand,,,
|
||||
196 82 80.125,146,stand,,,
|
||||
-116 114 77.125,155 156,stand,,,
|
||||
-576 114 77.125,167 169,stand,,,
|
||||
-580 -118 77.125,161 162 168,stand,,,
|
||||
-204.5 -117 77.125,160 154,stand,,,
|
||||
-1722 -136 77.125,175 181,stand,,,
|
||||
-1714 128 77.125,177 180,stand,,,
|
||||
-1476.05 -37.939 228.125,55 21 54,stand,,,
|
||||
-1538.11 -39.8356 228.125,64 53,stand,,,
|
||||
-1476.02 37.6647 228.125,22 53 56,stand,,,
|
||||
-1536.43 39.746 228.125,55 63,stand,,,
|
||||
-1347.49 -101.381 228.125,21 58,stand,,,
|
||||
-1251.43 -102.989 228.125,57 59,stand,,,
|
||||
-1189.09 -103.006 228.125,58 60 20 69,stand,,,
|
||||
-1195.48 1.39587 228.125,59 61,stand,,,
|
||||
-1195.62 105.178 228.125,60 62 68 74,stand,,,
|
||||
-1325.08 102.451 228.125,61 22,stand,,,
|
||||
-1646.81 41.4065 327.125,56 23,stand,,,
|
||||
-1658.42 -42.275 327.125,24 54,stand,,,
|
||||
-1526.96 115.233 228.125,22 66,stand,,,
|
||||
-1606.09 122.585 228.125,65 67,stand,,,
|
||||
-1609.81 187.875 228.125,66 179,stand,,,
|
||||
-1185.45 207.299 228.125,61,stand,,,
|
||||
-1078.98 -110.47 228.125,59 70,stand,,,
|
||||
-969.96 -119.16 228.125,69 71,stand,,,
|
||||
-927.234 -127.129 228.125,70 72 75,stand,,,
|
||||
-927.25 0.151193 228.125,71 73,stand,,,
|
||||
-928.37 133.073 228.125,72 74 77,stand,,,
|
||||
-1023.93 108.597 228.125,73 61,stand,,,
|
||||
-829.004 -125.432 228.125,71 76 19,stand,,,
|
||||
-830.858 -22.8497 228.125,75 80 78,stand,,,
|
||||
-850.744 130.443 228.125,73 18 78,stand,,,
|
||||
-848.236 47.0259 228.125,77 79 76,stand,,,
|
||||
-729.054 36.5119 228.125,78 82 80,stand,,,
|
||||
-697.613 -49.981 228.125,76 81 79,stand,,,
|
||||
-653.984 -127.567 228.125,80 87,stand,,,
|
||||
-664.315 120.247 228.125,79 83,stand,,,
|
||||
-566.161 124.458 228.125,82 84,stand,,,
|
||||
-447.479 138.337 228.125,83 85 89,stand,,,
|
||||
-452.053 -3.45271 228.125,84 86,stand,,,
|
||||
-455.717 -141.36 228.125,85 87 88,stand,,,
|
||||
-563.599 -131.403 228.125,86 81,stand,,,
|
||||
-314.167 -140.303 228.125,86 91 92,stand,,,
|
||||
-328.706 132.627 228.125,84 90 94,stand,,,
|
||||
-278.941 63.0795 228.125,89 91 17,stand,,,
|
||||
-275.206 -68.2671 228.125,90 88 16,stand,,,
|
||||
-203.979 -142.565 228.125,88 93,stand,,,
|
||||
-83.1709 -137.577 228.125,92 105 106,stand,,,
|
||||
-218.78 138.002 228.125,89 95 17,stand,,,
|
||||
-109.068 156.147 228.125,94 96 105,stand,,,
|
||||
-20.9597 199.091 228.125,95 97,stand,,,
|
||||
185.71 199.316 228.125,96 98,stand,,,
|
||||
446.695 183.49 228.125,97 99,stand,,,
|
||||
521.94 130.57 228.125,98 100 115,stand,,,
|
||||
417.726 43.4236 228.125,99 101 109,stand,,,
|
||||
346.575 103.052 228.125,100 102,stand,,,
|
||||
221.852 112.218 228.125,101 103,stand,,,
|
||||
106.524 106.969 228.125,102 104,stand,,,
|
||||
-22.6151 58.612 228.125,103 105,stand,,,
|
||||
-97.4534 -26.3506 228.125,104 95 93 106,stand,,,
|
||||
66.8463 -136.892 228.125,93 107 105,stand,,,
|
||||
277.025 -136.954 228.125,106 108 109,stand,,,
|
||||
439.073 -134.37 228.125,107 109 110,stand,,,
|
||||
400.266 -57.7996 228.125,108 100 107,stand,,,
|
||||
544.849 -139.274 228.125,108 15 111 113,stand,,,
|
||||
661.262 -137.769 228.125,110 112 113 15,stand,,,
|
||||
764.052 -137.836 228.125,111 14 117,stand,,,
|
||||
605.588 -102.543 228.125,111 110 114,stand,,,
|
||||
606.443 13.1148 228.125,113 115,stand,,,
|
||||
612.12 124.544 228.125,114 99 116,stand,,,
|
||||
768.165 115.631 228.125,117 115 118,stand,,,
|
||||
769.16 10.7738 228.125,116 112,stand,,,
|
||||
934.314 120.401 228.125,116 119 13 128,stand,,,
|
||||
1004.91 0.719166 228.125,118 13 12 236,stand,,,
|
||||
1113.21 -151.697 228.125,11 121,stand,,,
|
||||
1320.91 -153.507 228.125,120 122 10,stand,,,
|
||||
1356.91 -102.754 228.125,121 123 127 10,stand,,,
|
||||
1478.26 -101.065 228.125,122 8 9 124,stand,,,
|
||||
1465.53 12.3989 228.125,123 125,stand,,,
|
||||
1470.46 109.186 228.125,124 5 126 129,stand,,,
|
||||
1336.87 103.516 228.125,125 127 4 3,stand,,,
|
||||
1349.13 -2.03993 228.125,126 122 130,stand,,,
|
||||
1014.35 140.05 228.125,0 118,stand,,,
|
||||
1543.52 106.432 228.125,125 7 6,stand,,,
|
||||
1289.04 18.2878 228.125,131 127,climb,-5.26367 1.12915 0,,
|
||||
1249.98 19.3369 77.125,130 132,climb,-5.69763 1.12915 0,,
|
||||
1172.07 33.708 77.125,133 131 42 136,stand,,,
|
||||
947.584 33.2077 77.125,134 43 132 141,stand,,,
|
||||
945.979 -51.6709 80.125,135 133,stand,,,
|
||||
946.651 -136.015 77.125,134 137 139,stand,,,
|
||||
1214.62 -49.3428 77.125,132 137,stand,,,
|
||||
1211.92 -135.629 77.125,136 138 135,stand,,,
|
||||
1298.4 -134.18 77.125,137,stand,,,
|
||||
802.75 -125.245 77.125,135 140,stand,,,
|
||||
705.331 -125.143 77.125,139 141 142,stand,,,
|
||||
708.825 33.0721 77.125,140 44 133 144,stand,,,
|
||||
446.064 -125.253 77.125,140 143 148,stand,,,
|
||||
447.093 -53.024 80.125,142 144,stand,,,
|
||||
446.442 27.6235 77.125,143 45 141 145,stand,,,
|
||||
307.93 36.0836 80.125,144 146,stand,,,
|
||||
183.808 31.49 77.125,145 147 46 149,stand,,,
|
||||
190.333 -40.6984 80.125,146 148,stand,,,
|
||||
196.41 -135.961 77.125,147 142 153,stand,,,
|
||||
57.2716 30.9661 77.125,146 150,stand,,,
|
||||
-32.6488 32.5756 77.125,149 151,stand,,,
|
||||
-38.9411 -44.746 77.125,150 152,stand,,,
|
||||
-38.0068 -134.629 77.125,151 153 154,stand,,,
|
||||
63.7455 -133.886 77.125,152 148,stand,,,
|
||||
-131.78 -125.874 77.125,152 155 50 160,stand,,,
|
||||
-151.888 9.38902 77.125,154 47,stand,,,
|
||||
-235.686 89.5072 77.125,47 157,stand,,,
|
||||
-290.407 88.5475 77.125,156 158 169,stand,,,
|
||||
-286.426 3.33275 77.125,157 159,stand,,,
|
||||
-299.255 -85.1882 77.125,158 160 161,stand,,,
|
||||
-212.826 -79.6524 77.125,159 50 154,stand,,,
|
||||
-470.471 -96.1916 77.125,159 49,stand,,,
|
||||
-765.674 -133.3 77.125,49 163,stand,,,
|
||||
-884.967 -122.958 77.125,162 164 170,stand,,,
|
||||
-877.023 -1.63194 77.125,163 165,stand,,,
|
||||
-877.718 135.563 77.125,164 166 174,stand,,,
|
||||
-754.298 137.265 77.125,165 167,stand,,,
|
||||
-671.467 127.936 77.125,166 168 48,stand,,,
|
||||
-672.368 -7.35158 77.125,167 49,stand,,,
|
||||
-476.143 88.6737 77.125,48 157,stand,,,
|
||||
-1016.81 -123.183 77.125,163 171,stand,,,
|
||||
-1230.82 -115.363 79.125,170 172 175,stand,,,
|
||||
-1230.27 -5.79983 77.125,171 173,stand,,,
|
||||
-1230.38 113.142 79.125,172 174 176,stand,,,
|
||||
-1057.54 122.957 77.125,173 165,stand,,,
|
||||
-1504.26 -113.061 79.125,171 176 51,stand,,,
|
||||
-1492.32 98.7208 79.125,175 177 173,stand,,,
|
||||
-1606.99 94.5166 79.125,176 52 178,stand,,,
|
||||
-1571.93 160.969 77.125,179 177,climb,10.0952 90.9753 0,,
|
||||
-1571.41 186.222 228.125,178 67,climb,-40.7605 88.0804 0,,
|
||||
-1772.26 5.09111 77.125,52 181,stand,,,
|
||||
-1763.25 -74.3467 77.125,180 51,stand,,,
|
||||
-1671.89 147.14 328.125,183 187,stand,,,
|
||||
-1743.7 118.402 328.125,182 23,stand,,,
|
||||
-1744.81 -142.308 328.125,24 185,stand,,,
|
||||
-1661.74 -150.408 328.125,184 186,stand,,,
|
||||
-1578.06 -149.476 384.125,185 190,stand,,,
|
||||
-1580.71 149.555 384.125,182 188,stand,,,
|
||||
-1457.35 109.237 384.125,187 189 195,stand,,,
|
||||
-1462.83 -0.636584 384.125,188 190,stand,,,
|
||||
-1468.26 -103.793 384.125,189 186 191,stand,,,
|
||||
-1298.31 -107.195 384.125,190 192,stand,,,
|
||||
-1137.26 -102.767 384.125,191 26 193,stand,,,
|
||||
-1108.49 7.34749 384.125,192 194 196,stand,,,
|
||||
-1140.84 105.277 384.125,193 25 195,stand,,,
|
||||
-1283.51 105.344 384.125,194 188,stand,,,
|
||||
-918.516 -2.36845 384.125,193 197,stand,,,
|
||||
-799.492 -2.29565 384.125,196 198 200 201,stand,,,
|
||||
-545.974 4.41246 384.125,197 199,stand,,,
|
||||
-449.807 6.77302 384.125,198 31 32,stand,,,
|
||||
-796.842 -130.96 384.125,197 27 30,stand,,,
|
||||
-798.464 133.545 384.125,197 29 28,stand,,,
|
||||
-398.18 -139.556 384.125,31 203,stand,,,
|
||||
-297.205 -139.536 384.125,202 34 204,stand,,,
|
||||
-287.933 15.7105 384.125,203 205,stand,,,
|
||||
-302.107 143.175 384.125,204 33,stand,,,
|
||||
-185.051 141.118 384.125,33 207,stand,,,
|
||||
142.759 145.034 384.125,206 208 211,stand,,,
|
||||
144.163 -3.08491 384.125,207 209,stand,,,
|
||||
141.831 -164.211 384.125,208 210 213,stand,,,
|
||||
-142.385 -140.352 384.125,209 34,stand,,,
|
||||
341.81 162.171 384.125,207 36,stand,,,
|
||||
430.465 10.5321 384.125,36 35,stand,,,
|
||||
313.522 -165.562 384.125,35 209,stand,,,
|
||||
487.789 -110.762 384.125,35 219,stand,,,
|
||||
493.715 104.836 384.125,36 216,stand,,,
|
||||
599.258 110.461 384.125,215 217,stand,,,
|
||||
688.943 75.1191 384.125,216 218,stand,,,
|
||||
703.295 -6.28412 384.125,217 219 220,stand,,,
|
||||
613.004 -104.77 384.125,218 214,stand,,,
|
||||
917.625 -2.73018 384.125,218 221 222 37 38,stand,,,
|
||||
921.401 -167.61 384.125,220 38 235,stand,,,
|
||||
951.99 166.043 384.125,220 37 223,stand,,,
|
||||
1172.36 170.689 384.125,222 224,stand,,,
|
||||
1323.38 151.565 384.125,223 225,stand,,,
|
||||
1354.23 105.796 384.125,224 226 237,stand,,,
|
||||
1467.2 104.362 384.125,225 227,stand,,,
|
||||
1591.76 104.304 384.125,226 228,stand,,,
|
||||
1648.83 94.6061 384.125,227 229 40,stand,,,
|
||||
1655.47 -14.7471 384.125,228 230,stand,,,
|
||||
1653.53 -96.1225 384.125,229 231 39,stand,,,
|
||||
1578.91 -105.027 384.125,230 232,stand,,,
|
||||
1465.34 -101.162 384.125,231 233,stand,,,
|
||||
1354.92 -108.381 384.125,232 234 237,stand,,,
|
||||
1299.25 -161.244 384.125,233 235,stand,,,
|
||||
1114.25 -164.074 384.125,234 221,stand,,,
|
||||
1246.24 -0.510042 384.125,119 237,stand,,,
|
||||
1333.21 -2.96714 384.125,236 225 233,stand,,,
|
||||
|
273
scriptdata/waypoints/mp_al_jabal_wp.csv
Normal file
@@ -0,0 +1,273 @@
|
||||
272
|
||||
-1021 -1644 1534,1 2,stand,,,
|
||||
-945 -1564 1528,0 7 5 2 3,stand,,,
|
||||
-1161 -1570 1557,0 3 11 1 8,stand,,,
|
||||
-1059 -1348 1528,2 4 8 1 5,stand,,,
|
||||
-912 -1143 1528,3 5 15 16 19 264,stand,,,
|
||||
-946 -1319 1528,4 6 1 3,stand,,,
|
||||
-618 -1254 1517,5 7 46 254 262,stand,,,
|
||||
-569 -1575 1516,6 1 227 228 262,stand,,,
|
||||
-1306 -1228 1568,3 9 14 2,stand,,,
|
||||
-1331 -778 1605,8 10 14,stand,,,
|
||||
-1497 -367 1638,9 52,stand,,,
|
||||
-1377 -1486 1568,12 2 14,stand,,,
|
||||
-1501 -1378 1568,11 13 14,stand,,,
|
||||
-1829 -1459 1660,12 83 84 86,stand,,,
|
||||
-1394 -1137 1568,12 9 8 11,stand,,,
|
||||
-760 -1128 1528,4 20 264,stand,,,
|
||||
-1189 -1114 1528,4 17,stand,,,
|
||||
-1223 -925 1528,16 18,stand,,,
|
||||
-1112 -810 1528,17 19 265,stand,,,
|
||||
-1005 -944 1528,18 4,stand,,,
|
||||
-768 -819 1640,15 21 266,stand,,,
|
||||
-1031 -830 1640,20 22,stand,,,
|
||||
-1024 -709 1640,21 23,stand,,,
|
||||
-1172 -686 1640,22 24,stand,,,
|
||||
-1160 -479 1640,23 25,stand,,,
|
||||
-1164 -288 1640,24 26 38,stand,,,
|
||||
-1163 -46 1640,25 27,stand,,,
|
||||
-920 -10 1640,26 28,stand,,,
|
||||
-916 -306 1768,27 29,stand,,,
|
||||
-1041 -300 1768,28 30 32,stand,,,
|
||||
-1016 -1 1768,29 31,stand,,,
|
||||
-893 -15 1768,30,stand,,,
|
||||
-1040 -429 1752,29 33 268,stand,,,
|
||||
-1048 -661 1752,32 34 268,stand,,,
|
||||
-1048 -813 1752,33 35,stand,,,
|
||||
-1168 -826 1752,34 36 37,stand,,,
|
||||
-1213 -1118 1752,35 37,stand,,,
|
||||
-1256 -875 1793,36 35 70,climb,,,
|
||||
-998 -305 1640,25 39,stand,,,
|
||||
-998 -18 1520,38 40 41,stand,,,
|
||||
-754 -59 1520,39 45 49,stand,,,
|
||||
-1161 -51 1520,39 42,stand,,,
|
||||
-1159 -220 1523,41 43,stand,,,
|
||||
-1405 -211 1522,42 44,stand,,,
|
||||
-1308 -52 1520,43,stand,,,
|
||||
-713 -378 1520,40 48 253 255,stand,,,
|
||||
-592 -719 1518,6 47 254 255,stand,,,
|
||||
-817 -712 1519,46 48,stand,,,
|
||||
-816 -381 1519,47 45,stand,,,
|
||||
-773 179 1520,40 50 244 246,stand,,,
|
||||
-1201 260 1582,49 51,stand,,,
|
||||
-1499 98 1663,50 52,stand,,,
|
||||
-1521 -148 1664,51 10 54,stand,,,
|
||||
-1678 -231 1664,54 55,stand,,,
|
||||
-1660 -140 1664,53 52,stand,,,
|
||||
-1759 -267 1664,53 56 91,stand,,,
|
||||
-1772 -381 1664,55 57,stand,,,
|
||||
-1740 -626 1664,56 58 71,stand,,,
|
||||
-1679 -553 1664,57 59,stand,,,
|
||||
-1668 -355 1736,58 60,stand,,,
|
||||
-1597 -349 1736,59 61,stand,,,
|
||||
-1601 -540 1808,60 62 68,stand,,,
|
||||
-1763 -526 1808,61 63,stand,,,
|
||||
-1777 -390 1808,62 64,stand,,,
|
||||
-1790 -258 1808,63 65 67,stand,,,
|
||||
-1625 -219 1808,64 66,stand,,,
|
||||
-1678 -126 1808,65 67,stand,,,
|
||||
-1922 -155 1808,66 64,stand,,,
|
||||
-1626 -933 1808,61 69,stand,,,
|
||||
-1484 -939 1784,68 70,stand,,,
|
||||
-1429 -892 1818,69 37,climb,,,
|
||||
-1740 -869 1664,57 72,stand,,,
|
||||
-1966 -858 1658,71 73 85,stand,,,
|
||||
-1977 -769 1658,72 74 90,stand,,,
|
||||
-2103 -795 1664,73 75 78,stand,,,
|
||||
-2298 -802 1664,74 76,stand,,,
|
||||
-2300 -1153 1664,75 77 79,stand,,,
|
||||
-2130 -1154 1664,76 78 85,stand,,,
|
||||
-2112 -964 1664,77 74,stand,,,
|
||||
-2315 -1327 1664,76 80,stand,,,
|
||||
-2298 -1488 1664,79 81 86,stand,,,
|
||||
-2343 -1671 1664,80 82 87 88,stand,,,
|
||||
-2134 -1799 1664,81 83 89,stand,,,
|
||||
-1893 -1730 1659,82 13 84,stand,,,
|
||||
-1935 -1302 1659,13 85 83,stand,,,
|
||||
-1962 -1135 1659,84 72 77,stand,,,
|
||||
-2145 -1488 1664,80 13,stand,,,
|
||||
-2547 -1668 1650,81 89 88,stand,,,
|
||||
-2667 -1776 1639,81 89 87,stand,,,
|
||||
-2692 -1679 1639,82 87 88,stand,,,
|
||||
-1924 -563 1659,73 91,stand,,,
|
||||
-1957 -243 1662,90 55 92,stand,,,
|
||||
-1902 -87 1666,91 93,stand,,,
|
||||
-1904 242 1664,92 94 105,stand,,,
|
||||
-2227 273 1664,93 95,stand,,,
|
||||
-2252 374 1664,94 96,stand,,,
|
||||
-2248 517 1589,97 95 98,stand,,,
|
||||
-2217 693 1583,96,stand,,,
|
||||
-2099 435 1580,96 99 269,stand,,,
|
||||
-1989 708 1578,98 100 269,stand,,,
|
||||
-1796 694 1572,99 101 270,stand,,,
|
||||
-1725 515 1571,100 102 104 270,stand,,,
|
||||
-1421 590 1552,101 103,stand,,,
|
||||
-1194 672 1554,102 108 245 271,stand,,,
|
||||
-1590 368 1578,101 105 106,stand,,,
|
||||
-1560 253 1598,104 93,stand,,,
|
||||
-1793 373 1664,104 107,stand,,,
|
||||
-1957 340 1664,106,stand,,,
|
||||
-1130 1012 1551,103 109,stand,,,
|
||||
-1281 1191 1534,108 110 112 271,stand,,,
|
||||
-1536 1565 1537,109 111 112 118,stand,,,
|
||||
-1565 1243 1536,110 112,stand,,,
|
||||
-1428 1126 1540,111 109 110 113,stand,,,
|
||||
-1446 961 1560,112 114 116,stand,,,
|
||||
-1456 791 1577,113 115,stand,,,
|
||||
-1622 788 1655,114,stand,,,
|
||||
-1644 961 1561,117 113,stand,,,
|
||||
-1726 844 1570,116,stand,,,
|
||||
-1282 1436 1516,110 119 127 248,stand,,,
|
||||
-1302 1832 1518,118 120 243,stand,,,
|
||||
-1317 2137 1516,119 121,stand,,,
|
||||
-1320 2265 1516,120 122,stand,,,
|
||||
-1484 2269 1517,121 123,stand,,,
|
||||
-1307 2394 1518,122 124,stand,,,
|
||||
-1078 2373 1514,123 125,stand,,,
|
||||
-858 2261 1490,124 126 156,stand,,,
|
||||
-1050 1976 1512,125 127,stand,,,
|
||||
-1095 1798 1518,126 118 128,stand,,,
|
||||
-925 1780 1502,127 131 130 129 131 259 260,stand,,,
|
||||
-793 1497 1500,130 128 259,stand,,,
|
||||
-772 1731 1486,129 128 131 157,stand,,,
|
||||
-763 1977 1480,128 130 132 128 260,stand,,,
|
||||
-603 2009 1477,131 133,stand,,,
|
||||
-482 1909 1473,132 134,stand,,,
|
||||
-260 2030 1482,133 135,stand,,,
|
||||
-52 1947 1482,134 136,stand,,,
|
||||
-32 2185 1482,135 137,stand,,,
|
||||
46 2093 1482,136 138,stand,,,
|
||||
40 1939 1482,137 139,stand,,,
|
||||
157 1945 1482,138 140 163,stand,,,
|
||||
162 2166 1414,139 141,stand,,,
|
||||
404 2157 1410,140 142 168,stand,,,
|
||||
481 2141 1448,141 143 167,stand,,,
|
||||
521 1957 1448,142 144 167,stand,,,
|
||||
580 1876 1448,143 145,stand,,,
|
||||
569 1657 1520,144 146,stand,,,
|
||||
688 1656 1520,145 147,stand,,,
|
||||
696 1936 1520,146 148,stand,,,
|
||||
953 1945 1520,147 149,stand,,,
|
||||
1118 1931 1517,148 150 175,stand,,,
|
||||
1121 2082 1516,149 151,stand,,,
|
||||
862 2209 1520,150 152,stand,,,
|
||||
551 2316 1492,151 153,stand,,,
|
||||
259 2343 1474,152 154,stand,,,
|
||||
-30 2341 1468,153 155,stand,,,
|
||||
-272 2346 1491,154 156,stand,,,
|
||||
-525 2266 1477,155 125,stand,,,
|
||||
-605 1701 1492,130 158,stand,,,
|
||||
-450 1685 1492,157 159,stand,,,
|
||||
-269 1614 1492,158 160,stand,,,
|
||||
-262 1788 1492,159 161,stand,,,
|
||||
-83 1734 1492,160 162 164,stand,,,
|
||||
139 1559 1482,161 163,stand,,,
|
||||
176 1696 1482,162 139 168,stand,,,
|
||||
-11 1560 1492,161,stand,,,
|
||||
535 1193 1448,166 169,stand,,,
|
||||
466 1585 1448,165 167 173,stand,,,
|
||||
472 1860 1448,166 143 168 142,stand,,,
|
||||
320 1730 1403,167 163 141 173 170,stand,,,
|
||||
384 1322 1407,165 170 173,stand,,,
|
||||
304 1205 1405,169 171 168 174,stand,,,
|
||||
311 1156 1406,170 172,stand,,,
|
||||
328 966 1405,171 234,stand,,,
|
||||
422 1554 1414,169 166 168,crouch,,,
|
||||
97 1275 1470,170,stand,,,
|
||||
1202 1599 1520,149 176,stand,,,
|
||||
1108 1345 1520,175 177 178,stand,,,
|
||||
832 1037 1520,176 178 189 241,stand,,,
|
||||
1032 1147 1520,176 179 177,stand,,,
|
||||
1478 1107 1538,178 180,stand,,,
|
||||
1398 848 1536,179 181,stand,,,
|
||||
1307 726 1536,180 182,stand,,,
|
||||
1268 527 1536,181 183,stand,,,
|
||||
1155 518 1529,182 184 190,stand,,,
|
||||
1155 335 1528,183 185 190 191 258,stand,,,
|
||||
1316 322 1532,184 186 188,stand,,,
|
||||
1303 21 1532,185 187 191 192,stand,,,
|
||||
1559 -29 1532,186 188 195,stand,,,
|
||||
1532 276 1532,187 185,stand,,,
|
||||
910 969 1520,177 190,stand,,,
|
||||
886 567 1519,189 184 183,stand,,,
|
||||
1155 181 1528,186 184 192 258,stand,,,
|
||||
1084 -78 1530,193 186 191 258,stand,,,
|
||||
837 -285 1520,192 194 207,stand,,,
|
||||
615 -300 1509,193 208 220,stand,,,
|
||||
1589 -208 1533,187 196,stand,,,
|
||||
1598 -455 1536,195 197,stand,,,
|
||||
1546 -779 1531,196 198,stand,,,
|
||||
1184 -801 1534,197 199 206,stand,,,
|
||||
1173 -1049 1529,198 200,stand,,,
|
||||
1164 -1237 1529,199 201,stand,,,
|
||||
986 -1287 1520,200 202 257,stand,,,
|
||||
989 -1449 1517,201 203 223,stand,,,
|
||||
1247 -1426 1525,202 204,stand,,,
|
||||
1178 -1826 1488,203 205,stand,,,
|
||||
936 -2165 1473,204 229,stand,,,
|
||||
1077 -733 1530,198 207 257,stand,,,
|
||||
1046 -475 1528,206 193,stand,,,
|
||||
222 -325 1493,194 209 219,stand,,,
|
||||
51 -168 1474,208 210 211,stand,,,
|
||||
108 3 1465,209 230 252,stand,,,
|
||||
-111 -77 1474,209 212 250 252 253,stand,,,
|
||||
-156 -390 1473,211 213,stand,,,
|
||||
-161 -755 1477,212 214 263,stand,,,
|
||||
-129 -1058 1479,213 215,stand,,,
|
||||
-116 -1404 1478,214 216 217 261,stand,,,
|
||||
251 -1667 1485,215 217 222 223,stand,,,
|
||||
186 -1435 1494,216 215 218,stand,,,
|
||||
178 -1209 1492,217 219,stand,,,
|
||||
134 -800 1484,218 208,stand,,,
|
||||
471 -653 1498,194 221,stand,,,
|
||||
491 -1002 1506,220 222,stand,,,
|
||||
512 -1479 1502,221 216 223,stand,,,
|
||||
746 -1548 1511,222 202 224 216,stand,,,
|
||||
780 -1736 1520,223 225,crouch,,,
|
||||
658 -1896 1520,224 226,crouch,,,
|
||||
307 -1974 1514,225 227 229,crouch,,,
|
||||
-248 -1956 1520,226 7 228,stand,,,
|
||||
-547 -1951 1516,7 227,stand,,,
|
||||
756 -2168 1495,205 226,crouch,,,
|
||||
356 33 1480,210 231 252 251,stand,,,
|
||||
654 85 1488,230 232 251,stand,,,
|
||||
682 398 1475,231 233 251,stand,,,
|
||||
726 811 1465,232 234 251,stand,,,
|
||||
378 765 1421,233 172 235 251,stand,,,
|
||||
84 732 1441,234 236 252,stand,,,
|
||||
-238 662 1467,235 237 252,stand,,,
|
||||
-423 626 1514,236 238 244 238 245 249 250 256,stand,,,
|
||||
-449 965 1520,237 239 242 237 245 249,stand,,,
|
||||
-141 996 1517,238 240,stand,,,
|
||||
285 1027 1519,239 241,stand,,,
|
||||
579 982 1520,240 177,stand,,,
|
||||
-711 1286 1517,238 243,stand,,,
|
||||
-977 1461 1520,242 119,stand,,,
|
||||
-612 195 1520,237 49 253 246,stand,,,
|
||||
-937 780 1559,103 246 237 238 256,stand,,,
|
||||
-856 426 1539,245 247 49 256 244,stand,,,
|
||||
-1186 373 1554,246,stand,,,
|
||||
-1029 1256 1518,118 249,stand,,,
|
||||
-818 1055 1527,248 238 237,stand,,,
|
||||
-283 329 1485,237 211 252,stand,,,
|
||||
421 460 1462,252 234 233 232 231 230,stand,,,
|
||||
65 288 1464,251 210 211 250 235 236 230,stand,,,
|
||||
-330 -77 1514,211 244 45 255,stand,,,
|
||||
-429 -948 1520,6 46 263,stand,,,
|
||||
-444 -375 1520,253 45 46,stand,,,
|
||||
-712 559 1528,246 245 237,stand,,,
|
||||
856 -932 1520,201 206,stand,,,
|
||||
878 181 1520,191 184 192,stand,,,
|
||||
-917 1563 1507,128 129,stand,,,
|
||||
-942 1954 1497,131 128,stand,,,
|
||||
-234 -1409 1551,215 262,crouch,,,
|
||||
-301 -1405 1515,261 6 7,stand,,,
|
||||
-284 -815 1552,254 213,crouch,,,
|
||||
-831 -1083 1528,4 265 15,stand,,,
|
||||
-829 -832 1528,264 18,stand,,,
|
||||
-837 -904 1640,20 267,stand,,,
|
||||
-835 -1032 1640,266,stand,,,
|
||||
-1188 -666 1752,33 32,stand,,,
|
||||
-1975 381 1588,98 99,stand,,,
|
||||
-1794 410 1593,101 100,stand,,,
|
||||
-1057 538 1552,103 109,stand,,,
|
||||
|
314
scriptdata/waypoints/mp_al_jierz_wp.csv
Normal file
@@ -0,0 +1,314 @@
|
||||
313
|
||||
2945 -1466 164,1 2,stand,,,
|
||||
3057 -1473 164,0 3 273,stand,,,
|
||||
2712 -1456 164,0,crouch,,,
|
||||
3042 -1607 160,1 4 22,stand,,,
|
||||
3033 -1737 160,3 5 22,stand,,,
|
||||
2824 -1739 160,4 6 22,stand,,,
|
||||
2595 -1736 160,5 7 23,stand,,,
|
||||
2493 -1744 160,6 8 23 213,stand,,,
|
||||
2445 -1888 160,7 9 212 213,stand,,,
|
||||
2492 -2133 160,8 10,stand,,,
|
||||
2478 -2414 160,9 11,stand,,,
|
||||
2363 -2418 160,10 12 212,stand,,,
|
||||
2270 -2456 160,11 13,stand,,,
|
||||
2084 -2446 160,12 14 207 200 210,stand,,,
|
||||
2072 -2803 160,13 15 210,stand,,,
|
||||
1657 -2811 160,14 16 173 210 200 189,stand,,,
|
||||
1454 -2812 160,15 17 189 199,stand,,,
|
||||
1205 -2823 208,16 18 162,stand,,,
|
||||
1027 -2830 184,17 19 190,stand,,,
|
||||
900 -2813 208,18 20,stand,,,
|
||||
902 -2591 208,19 21 148,stand,,,
|
||||
904 -2234 208,20 144,stand,,,
|
||||
2957 -1638 160,23 3 4 5,stand,,,
|
||||
2553 -1597 160,22 6 7 24 213 214,stand,,,
|
||||
2523 -1222 160,23 25 230 214 215 229,stand,,,
|
||||
2783 -1064 160,24 26 230 271 275,stand,,,
|
||||
3032 -970 160,25 27 274 275 266,stand,,,
|
||||
2986 -695 160,26 28 266 264 263 278,stand,,,
|
||||
2633 -528 160,27 29 262 263 276 277 289,stand,,,
|
||||
2571 -193 160,28 30 285,stand,,,
|
||||
2484 247 160,29 31,stand,,,
|
||||
2223 243 159,30 32,stand,,,
|
||||
2000 175 154,31 33,stand,,,
|
||||
1713 229 148,32 34 57,stand,,,
|
||||
1529 237 144,33 35,stand,,,
|
||||
1112 237 16,34 36 37 38,stand,,,
|
||||
827 233 16,35 37,stand,,,
|
||||
902 118 16,36 35 43 44 41,stand,,,
|
||||
1106 126 16,35 39 40,stand,,,
|
||||
1605 133 16,38,stand,,,
|
||||
1137 -49 16,38 41,stand,,,
|
||||
1013 -105 16,40 42 43 37,stand,,,
|
||||
1014 -482 16,41 49 50 53 64,stand,,,
|
||||
917 -89 16,37 44 41 48,stand,,,
|
||||
856 -62 16,37 45 43,stand,,,
|
||||
821 -131 16,44 46,stand,,,
|
||||
843 -240 16,45 47 52 48,stand,,,
|
||||
585 -242 16,46 87,stand,,,
|
||||
899 -290 16,43 49 46,stand,,,
|
||||
920 -474 16,48 42 52 66 64,stand,,,
|
||||
1368 -537 16,42 51,stand,,,
|
||||
1624 -458 16,50,stand,,,
|
||||
831 -483 16,46 49 64,stand,,,
|
||||
1087 -628 16,42 54 58 66,stand,,,
|
||||
1568 -638 145,53 55 233 234,stand,,,
|
||||
1813 -630 150,54 56 232 233 301,stand,,,
|
||||
1698 -330 148,55 57 301,stand,,,
|
||||
1709 -83 169,56 33,stand,,,
|
||||
1131 -796 31,53 59 66,stand,,,
|
||||
1008 -890 16,58 60,climb,,,
|
||||
1008 -890 235,59 61,climb,,,
|
||||
1008 -956 236,60 62,stand,,,
|
||||
1030 -1146 236,61 63,stand,,,
|
||||
988 -1381 236,62,crouch,,,
|
||||
840 -741 16,52 65 66 49 42 67 108,stand,,,
|
||||
851 -979 16,64 66 108 107 106,stand,,,
|
||||
966 -693 16,49 64 53 58 65,stand,,,
|
||||
571 -738 16,64 68 108,stand,,,
|
||||
415 -719 16,67 69 76 75 84 83,stand,,,
|
||||
435 -594 16,68 70 75 76 85,stand,,,
|
||||
441 -302 16,69 71,stand,,,
|
||||
370 -8 16,70 72 73,stand,,,
|
||||
215 -72 16,71 73 74,stand,,,
|
||||
205 -306 16,72 74 71 77,stand,,,
|
||||
271 -304 16,73 75 72,stand,,,
|
||||
278 -516 16,74 76 69 68,stand,,,
|
||||
218 -792 16,75 69 81 82 68 84 83,stand,,,
|
||||
177 -556 152,78 80 73,crouch,,,
|
||||
152 -553 230,77 79,crouch,,,
|
||||
61 -447 192,78,stand,,,
|
||||
198 -707 192,77 302,stand,,,
|
||||
-77 -827 16,76 82 83,stand,,,
|
||||
-108 -1015 16,81 83 76,stand,,,
|
||||
170 -1035 16,82 84 81 68 97 76,stand,,,
|
||||
422 -1037 16,83 68 76 103 106,stand,,,
|
||||
550 -590 32,69 86 90,stand,,,
|
||||
633 -464 32,85 87 89,stand,,,
|
||||
592 -375 32,86 47 88,stand,,,
|
||||
720 -363 32,87,stand,,,
|
||||
757 -661 32,86 90 91,stand,,,
|
||||
627 -652 32,89 85,stand,,,
|
||||
774 -401 168,89 92 96 93,stand,,,
|
||||
671 -327 168,91 93 96,stand,,,
|
||||
552 -479 168,92 94 96 91,stand,,,
|
||||
588 -657 168,93 95 96,stand,,,
|
||||
711 -621 168,94 96,stand,,,
|
||||
676 -496 168,95 92 91 94 93,stand,,,
|
||||
185 -1149 32,83 98 104 105,stand,,,
|
||||
299 -1304 32,97 99 105 104,stand,,,
|
||||
281 -1481 32,98 100 312,stand,,,
|
||||
349 -1586 32,99 101 312,stand,,,
|
||||
368 -1582 60,100 102,crouch,,,
|
||||
405 -1582 16,101 103 134 136 145,stand,,,
|
||||
418 -1366 16,102 84 136,stand,,,
|
||||
23 -1144 32,97 105 98,stand,,,
|
||||
21 -1306 32,104 97 98,stand,,,
|
||||
602 -1101 16,84 107 108 65,stand,,,
|
||||
754 -1315 16,106 65 109,stand,,,
|
||||
690 -946 16,106 67 65 64,stand,,,
|
||||
836 -1450 16,107 110 114 145 259,stand,,,
|
||||
913 -1672 16,109 111 114 259,stand,,,
|
||||
1267 -1677 46,110 112 245 261,stand,,,
|
||||
1472 -1712 68,111 113,stand,,,
|
||||
1801 -1698 105,112 198 260,stand,,,
|
||||
806 -1708 16,110 115 136 109 137 145,stand,,,
|
||||
716 -1923 16,114 116 135 136 145,stand,,,
|
||||
693 -2099 16,115 117 135 145,stand,,,
|
||||
565 -2146 16,116 118 126,stand,,,
|
||||
544 -2268 16,117 119 126 146,stand,,,
|
||||
521 -2421 16,118 120 124,stand,,,
|
||||
501 -2624 16,119 121 122,stand,,,
|
||||
468 -2835 16,120 147,stand,,,
|
||||
789 -2602 16,120 123,stand,,,
|
||||
830 -2488 16,122 124,stand,,,
|
||||
824 -2417 16,123 119 125,stand,,,
|
||||
711 -2280 16,124,stand,,,
|
||||
475 -2104 16,118 127 117 135,stand,,,
|
||||
419 -2029 16,126 128 134,stand,,,
|
||||
234 -2067 20,127 129,stand,,,
|
||||
98 -2057 20,128 130,stand,,,
|
||||
92 -1929 20,129 131,stand,,,
|
||||
305 -1941 156,130 132,stand,,,
|
||||
198 -2049 156,131 133,stand,,,
|
||||
376 -2050 156,132 306,stand,,,
|
||||
405 -1865 16,127 102 135 145,stand,,,
|
||||
583 -1974 16,136 115 126 116 134 145,stand,,,
|
||||
583 -1694 16,135 114 102 103 115 145,stand,,,
|
||||
801 -1878 16,138 114 145,stand,,,
|
||||
801 -1910 77,137 139,stand,,,
|
||||
797 -1994 102,138 140,stand,,,
|
||||
789 -2077 122,139 141,stand,,,
|
||||
855 -2075 209,140 142,crouch,,,
|
||||
913 -2067 160,141 143 193 192,stand,,,
|
||||
911 -2160 160,142 144,stand,,,
|
||||
906 -2179 240,143 21,stand,,,
|
||||
644 -1845 16,137 115 135 114 109 134 136 102 116,stand,,,
|
||||
424 -2289 16,118,stand,,,
|
||||
821 -2838 136,121 148,stand,,,
|
||||
803 -2580 208,147 20 149,stand,,,
|
||||
632 -2563 208,148 150 152 155 158,stand,,,
|
||||
676 -2416 208,149 151,stand,,,
|
||||
816 -2229 208,150,stand,,,
|
||||
590 -2367 208,149 153,stand,,,
|
||||
557 -2251 208,152 154,stand,,,
|
||||
425 -2243 208,153,stand,,,
|
||||
598 -2621 208,149 156,stand,,,
|
||||
601 -2719 208,155 157,stand,,,
|
||||
710 -2671 208,156,stand,,,
|
||||
532 -2551 208,149 159 161,stand,,,
|
||||
517 -2692 208,158 160,stand,,,
|
||||
411 -2679 208,159,stand,,,
|
||||
447 -2532 208,158,stand,,,
|
||||
1198 -2937 208,17 163 165 175 188,stand,,,
|
||||
1196 -3117 208,162 164,stand,,,
|
||||
1203 -3265 208,163 165,stand,,,
|
||||
1200 -3421 224,164 166 162 174,stand,,,
|
||||
1215 -3620 224,165 167 168 169,stand,,,
|
||||
1223 -3806 240,166,stand,,,
|
||||
1096 -3668 224,166,stand,,,
|
||||
1335 -3689 224,166 170,stand,,,
|
||||
1446 -3707 217,169 171,crouch,,,
|
||||
1487 -3526 207,170 172,stand,,,
|
||||
1489 -3331 204,171 173,stand,,,
|
||||
1582 -3091 186,172 15,stand,,,
|
||||
1090 -3481 224,165,stand,,,
|
||||
1471 -2948 192,162 176,stand,,,
|
||||
1437 -3052 192,175 177,stand,,,
|
||||
1311 -3052 256,176 178,stand,,,
|
||||
1316 -2967 336,177 179,stand,,,
|
||||
1209 -2984 339,178 180 185,climb,,,
|
||||
1212 -2984 473,179 181,climb,,,
|
||||
1210 -3036 500,180 182 184,stand,,,
|
||||
1130 -2970 500,181 183,stand,,,
|
||||
1194 -2902 500,182 184,stand,,,
|
||||
1268 -2972 500,183 181,stand,,,
|
||||
1074 -2967 336,179 186,stand,,,
|
||||
1088 -3059 256,185 187,stand,,,
|
||||
940 -3048 192,186 188,stand,,,
|
||||
956 -2940 192,187 162,stand,,,
|
||||
1425 -2590 160,199 200 16 15 206 205,stand,,,
|
||||
1022 -2657 160,191 18 199,stand,,,
|
||||
1072 -2350 160,192 190 205 199,stand,,,
|
||||
1063 -2084 160,142 191 204 194,stand,,,
|
||||
902 -1795 160,194 142,stand,,,
|
||||
1176 -1821 160,195 193 192,stand,,,
|
||||
1514 -1820 160,196 194 203 204,stand,,,
|
||||
1824 -1841 160,197 195 202 211,stand,,,
|
||||
2029 -1813 160,198 196 209 211,stand,,,
|
||||
2179 -1678 160,113 197 209 213,stand,,,
|
||||
1237 -2615 160,190 189 16 191,stand,,,
|
||||
1732 -2575 160,189 201 13 210 15 206,stand,,,
|
||||
1808 -2373 160,200 202 206 207,stand,,,
|
||||
1808 -2072 160,201 203 196 211 208,stand,,,
|
||||
1608 -2064 160,202 204 206 195,stand,,,
|
||||
1313 -2072 160,203 205 195 192,stand,,,
|
||||
1316 -2329 160,204 206 189 191,stand,,,
|
||||
1618 -2358 160,205 201 203 189 200,stand,,,
|
||||
2081 -2320 160,201 208 13 212,stand,,,
|
||||
2113 -2102 160,207 209 211 202 212,stand,,,
|
||||
2186 -1920 160,208 197 211 212 198 213,stand,,,
|
||||
1903 -2694 160,15 13 200 14,stand,,,
|
||||
1986 -1959 160,196 208 202 197 209,stand,,,
|
||||
2323 -2139 160,208 11 8 207 209,stand,,,
|
||||
2358 -1702 160,209 214 8 23 7 198,stand,,,
|
||||
2345 -1456 160,213 215 24 23 260,stand,,,
|
||||
2336 -1248 160,214 216 229 230 24,stand,,,
|
||||
2202 -1217 160,215 217 231,stand,,,
|
||||
2162 -1183 160,218 216 219,stand,,,
|
||||
1973 -1166 160,217 220 222,stand,,,
|
||||
2119 -1073 160,217,stand,,,
|
||||
1964 -1323 160,218 221,stand,,,
|
||||
1826 -1321 160,220,stand,,,
|
||||
1996 -1088 160,218 223,stand,,,
|
||||
1948 -1062 160,222 224,stand,,,
|
||||
1825 -1064 160,223 225 226,stand,,,
|
||||
1856 -1199 160,224,stand,,,
|
||||
1833 -932 151,224 227 232,stand,,,
|
||||
2032 -932 155,226 228,stand,,,
|
||||
2329 -938 160,227 229,stand,,,
|
||||
2335 -1051 160,228 230 215 24,stand,,,
|
||||
2523 -1050 160,229 25 24 215,stand,,,
|
||||
2217 -1350 160,216,stand,,,
|
||||
1825 -747 150,226 233 55,stand,,,
|
||||
1694 -765 148,232 54 55 242,stand,,,
|
||||
1564 -730 145,54 235 239,stand,,,
|
||||
1564 -752 202,234 236,stand,,,
|
||||
1564 -786 288,235 237,stand,,,
|
||||
1601 -946 288,236 238,stand,,,
|
||||
1526 -1267 288,237,crouch,,,
|
||||
1432 -732 155,234 240 241,stand,,,
|
||||
1377 -829 155,239 241,stand,,,
|
||||
1278 -832 155,240 239,stand,,,
|
||||
1704 -958 148,233 243,stand,,,
|
||||
1708 -1352 88,242 244,stand,,,
|
||||
1555 -1376 88,243 245 246,stand,,,
|
||||
1547 -1477 88,244 111 260 261,stand,,,
|
||||
1540 -1132 36,244 247 248,stand,,,
|
||||
1537 -879 36,246,stand,,,
|
||||
1407 -1119 36,246 249,stand,,,
|
||||
1249 -1105 36,248 250 252,stand,,,
|
||||
1110 -1016 36,249 251,stand,,,
|
||||
979 -1109 36,250,stand,,,
|
||||
1238 -1259 36,249 253 256 254,stand,,,
|
||||
1435 -1212 36,252 254,stand,,,
|
||||
1405 -1348 36,253 255 252,stand,,,
|
||||
1181 -1369 36,254 256,stand,,,
|
||||
1135 -1237 36,255 252 257,stand,,,
|
||||
1045 -1211 36,256 258,stand,,,
|
||||
1015 -1359 36,257 259,crouch,,,
|
||||
1010 -1472 21,258 110 109 261,crouch,,,
|
||||
1827 -1495 109,245 214 113,stand,,,
|
||||
1219 -1469 41,259 245 111,stand,,,
|
||||
2713 -664 160,28 263 277 289,stand,,,
|
||||
3016 -549 160,262 264 27 266 267 28,stand,,,
|
||||
3150 -558 160,263 265 266 27,stand,,,
|
||||
3288 -552 160,264,stand,,,
|
||||
3116 -712 160,267 27 26 264 263,stand,,,
|
||||
3220 -718 160,266 268 263,stand,,,
|
||||
3263 -719 208,267 269 270,stand,,,
|
||||
3303 -746 256,268 270,stand,,,
|
||||
3319 -681 256,269 268,stand,,,
|
||||
2888 -1158 160,272 274 25,stand,,,
|
||||
2876 -1303 164,271 273,stand,,,
|
||||
3045 -1308 164,272 1,stand,,,
|
||||
3080 -1176 160,26 271 275,stand,,,
|
||||
2970 -1100 160,25 26 274,stand,,,
|
||||
2376 -602 160,277 28,stand,,,
|
||||
2505 -639 160,276 262 28,stand,,,
|
||||
2911 -739 193,27 279,stand,,,
|
||||
2925 -803 222,278 280,stand,,,
|
||||
2922 -863 255,279 281,stand,,,
|
||||
2920 -927 286,280 282,stand,,,
|
||||
2898 -963 300,281 283,stand,,,
|
||||
2884 -966 332,282 284,stand,,,
|
||||
2695 -969 300,283,stand,,,
|
||||
2652 -38 160,29 286,stand,,,
|
||||
2703 -37 196,285 287 290,stand,,,
|
||||
2705 -248 196,286 288,stand,,,
|
||||
2782 -314 196,287 289,stand,,,
|
||||
2739 -468 196,288 28 262,stand,,,
|
||||
2772 -34 207,286 291,climb,,,
|
||||
2772 -34 410,290 292,climb,,,
|
||||
2862 -33 416,291 293 295,stand,,,
|
||||
2896 -244 416,292 294 297,stand,,,
|
||||
3116 -264 416,293,stand,,,
|
||||
3259 -64 416,292 296,stand,,,
|
||||
3248 -441 416,295 297,stand,,,
|
||||
3003 -442 416,293 296 298,stand,,,
|
||||
2841 -483 416,297 299,climb,,,
|
||||
2801 -619 338,298 300,climb,,,
|
||||
2737 -656 300,299,stand,,,
|
||||
1837 -482 151,56 55,stand,,,
|
||||
233 -789 228,80 303,climb,,,
|
||||
236 -1016 206,302 304 305,climb,,,
|
||||
61 -1047 168,303 305,stand,,,
|
||||
263 -1065 168,304 303,stand,,,
|
||||
418 -2015 195,133 307,climb,,,
|
||||
416 -1825 195,306 308,climb,,,
|
||||
386 -1787 156,307 309,stand,,,
|
||||
425 -1740 195,308 310,climb,,,
|
||||
364 -1599 206,309 311,climb,,,
|
||||
306 -1526 168,310,stand,,,
|
||||
229 -1596 32,100 99,stand,,,
|
||||
|
230
scriptdata/waypoints/mp_alpha_wp.csv
Normal file
@@ -0,0 +1,230 @@
|
||||
229
|
||||
580.842 -290.41 -7.875,1 3 111 205 204 206,stand,,,
|
||||
510.395 87.7001 -5.22173,0 2 7 110 112,stand,,,
|
||||
37.974 -148.441 -7.875,1 6 100 110,stand,,,
|
||||
135.299 -406.476 -7.875,4 0 93 111 201 204,stand,,,
|
||||
44.7471 -347.241 -7.875,3 201 207,stand,,,
|
||||
-330.09 -338.334 0.124998,6 93 208,stand,,,
|
||||
-410.348 -238.772 -3.875,2 5 83 95 100 198 208 209,stand,,,
|
||||
507.121 762.037 -4.30096,1 8 9 113 178,stand,,,
|
||||
507.177 1111.87 -7.89037,7 10 113 122 13,stand,,,
|
||||
404.903 807.351 0.123831,7,crouch,0.811768 -46.214 0,,
|
||||
582.869 1218.48 6.1216,8 11 14,stand,,,
|
||||
580.656 1537.22 24.125,10 12 14 192,stand,,,
|
||||
199.241 1543.27 0.124998,11 13 15 117,stand,,,
|
||||
398.347 1357.46 0.0207972,14 12 119 8 192 202,stand,,,
|
||||
595.516 1357.82 24.1192,10 13 11 192,stand,,,
|
||||
86.1118 1759.09 -5.07339,12 16 18 117 126 159 202,stand,,,
|
||||
-217.562 1765.47 0.125,15 17 114 120 126,stand,,,
|
||||
-215.645 2033.07 0.125,16 18 19 21 158,stand,,,
|
||||
89.6189 2174.56 -7.875,19 15 17 22 158 160 159,stand,,,
|
||||
-164.669 2425.84 0.12499,18 17 20 158 160,stand,,,
|
||||
-424.003 2419.74 136.125,19 24,stand,,,
|
||||
-368.875 1941.13 2.74665,17,crouch,5.43152 37.5732 0,,
|
||||
-368.875 2344.88 1.53427,18,crouch,6.00281 -43.9233 0,,
|
||||
-508.712 1788.74 136.125,24 35 162 164,stand,,,
|
||||
-512.045 2424.73 136.125,23 20 25 55,stand,,,
|
||||
-1030.69 2368.79 136.125,24 27 26 170,stand,,,
|
||||
-1370.11 2512.25 130.123,25 27 28 31 32 168,stand,,,
|
||||
-1354.4 2354.83 136.125,25 26 28,stand,,,
|
||||
-1554.92 2629.91 122.445,26 27 29 74 168 169,stand,,,
|
||||
-2152.2 2623.82 143.419,30 28 31,stand,,,
|
||||
-2321.88 2652.88 141.778,29,crouch,2.73438 -23.9337 0,,
|
||||
-2158.18 2458.9 138.125,29 32 26,stand,,,
|
||||
-1889.44 2220.07 138.125,31 26 33 169,stand,,,
|
||||
-1896.96 1828.97 136.125,32 34 60 193,stand,,,
|
||||
-2157.24 1818.72 136.125,33 60 56,stand,,,
|
||||
-861.988 1834.31 136.125,23 54 163 164 224 225 226 223,stand,,,
|
||||
-865.199 1635.26 136.125,37 171 174 175 225,stand,,,
|
||||
-869.848 1188.48 136.125,36 38 39 174,stand,,,
|
||||
-930.875 1101.62 136.125,37,crouch,73.2721 42.2809 0,,
|
||||
-812.324 1048.29 136.125,37 40 176,stand,,,
|
||||
-876.105 735.497 136.125,42 41 39 172 173,stand,,,
|
||||
-930.875 1020.38 136.125,40,crouch,1.38857 -82.4689 0,,
|
||||
-865.835 430.781 136.125,40 43 53 173,stand,,,
|
||||
-979.045 436.036 136.125,42 44 45,stand,,,
|
||||
-1131.92 329.126 136.125,43 45 46 48 49 52,stand,,,
|
||||
-1271.39 488.875 136.125,43 44 46 49,climb,22.3395 89.9451 0,,
|
||||
-1291.08 122.933 136.125,47 45 44 49,stand,,,
|
||||
-1534.2 121.44 64.125,46 78,stand,,,
|
||||
-1095.4 -51.3875 136.125,44 87 88,stand,,,
|
||||
-993.526 324.289 136.125,50 44 46 45,stand,,,
|
||||
-807.637 327.986 64.125,51 49,stand,,,
|
||||
-821.273 71.4037 4.125,50 96 185,stand,,,
|
||||
-997.125 33.127 136.125,44,crouch,1.58081 122.399 0,,
|
||||
-799.125 488.875 136.125,42,crouch,1.96533 -156.313 0,,
|
||||
-1000.88 1894.88 140.125,35,crouch,1.96533 -59.2603 0,,
|
||||
-612.875 1941.12 136.125,24,crouch,3.50342 64.3414 0,,
|
||||
-2133.88 1325.13 136.125,34,climb,7.73316 -90.3845 0,,
|
||||
-2298.38 1214.31 0.124997,58,stand,,,
|
||||
-2000.87 1215.36 0.124997,59 57 151 61,stand,,,
|
||||
-1992.89 1505.35 0.124999,58 60 146 145 152 154,stand,,,
|
||||
-1985.7 1829.81 136.125,59 33 34,stand,,,
|
||||
-2001.5 1087.04 8.125,62 69 58,stand,,,
|
||||
-1916.5 1076.04 8.125,61 63,stand,,,
|
||||
-1942.58 859.638 8.125,62 68 64,stand,,,
|
||||
-1950.14 549.638 8.125,65 63,stand,,,
|
||||
-2208.63 511.262 8.125,66 64 70 195 196,stand,,,
|
||||
-2206.29 668.171 8.125,67 65,stand,,,
|
||||
-2257.33 817.06 8.125,68 66,stand,,,
|
||||
-2158.61 890.204 8.125,63 69 67,stand,,,
|
||||
-2124.73 1003.23 8.125,68 61 195 196,stand,,,
|
||||
-2203.45 371.376 0.124999,65 71,stand,,,
|
||||
-1727.77 360.644 -3.91935,70 72 79 155 210,stand,,,
|
||||
-1700.93 651.836 -5.17558,71 73 75 77 148 155 210,stand,,,
|
||||
-1576.91 2020.93 0.124998,72 74 138,stand,,,
|
||||
-1565.3 2284.87 128.387,73 28 169,stand,,,
|
||||
-1390.32 634.927 -4.38113,72 77 212 211 217 219,stand,,,
|
||||
-630.476 636.297 -6.25872,116 115 131 132 203 215 216,stand,,,
|
||||
-1527.63 637.934 -5.25531,75 72 148 211 219,stand,,,
|
||||
-1536.07 280.334 4.125,47 187 188,stand,,,
|
||||
-1711.14 -62.5587 -4.56443,71 80 85 86,stand,,,
|
||||
-1688.75 -252.473 -4.38015,79 81 83 85 86 194,stand,,,
|
||||
-1697.86 -417.869 0.125002,80 82 194,stand,,,
|
||||
-1165.23 -392.7 0.124869,81 83,stand,,,
|
||||
-994.418 -264.1 -4.0327,82 84 80 6 95,stand,,,
|
||||
-1179.4 -159.905 0.125,83 85 94,stand,,,
|
||||
-1576.31 -158.845 0.124836,79 84 86 80,stand,,,
|
||||
-1528 -52.8429 0.125001,79 85 80 87,stand,,,
|
||||
-1288.2 -48.173 136.125,86 48,stand,,,
|
||||
-852.405 -60.7202 136.125,48 89,stand,,,
|
||||
-845.755 -569.459 136.125,88 90,stand,,,
|
||||
-718.668 -571.274 136.125,89 91,stand,,,
|
||||
-485.177 -550.822 0.125001,90 92 198,stand,,,
|
||||
-423.759 -550.889 0.125001,91 93 199,stand,,,
|
||||
-201.107 -527.765 0.124998,92 3 5 199 201 208,stand,,,
|
||||
-975.125 -135.125 0.124998,84,crouch,4.86023 -141.564 0,,
|
||||
-651.148 -247.149 -4.10398,6 83 96 197 209,stand,,,
|
||||
-644.618 76.5126 -4.05429,95 51 97 116 209,stand,,,
|
||||
-246.334 81.7848 0.125,96 98 99 101 184,stand,,,
|
||||
-241.005 277.993 0.125,97 99 102,stand,,,
|
||||
-117.048 -27.1643 0.125,100 98 97,stand,,,
|
||||
-118.989 -153.531 -7.76728,2 6 99,stand,,,
|
||||
-15.3719 488.875 0.125,97,crouch,4.0802 -123.184 0,,
|
||||
-235.678 468.537 80.125,98 103,stand,,,
|
||||
-40.4174 472.891 168.125,102 104,stand,,,
|
||||
159.926 464.818 168.125,103 105,stand,,,
|
||||
162.144 776.665 168.125,104 106 179,stand,,,
|
||||
347.563 776.388 88.125,105 107,stand,,,
|
||||
339.46 592.42 8.125,106 109,stand,,,
|
||||
135.125 796.875 8.125,109,crouch,3.11892 -66.8628 0,,
|
||||
243.955 588.07 8.125,107 108 110,stand,,,
|
||||
253.645 279.851 0.124997,109 1 2 112,stand,,,
|
||||
210.609 -269.857 -7.875,3 0 112 201,stand,,,
|
||||
310.846 76.2669 -0.468149,110 111 1,stand,,,
|
||||
507.233 1056.83 -6.09544,8 7 114 177,stand,,,
|
||||
-207.519 1070.49 -7.875,113 115 16 118 120 123 130,stand,,,
|
||||
-172.986 566.962 0.125002,76 114,stand,,,
|
||||
-639.95 546.584 -4.73487,96 76 131 203 215,stand,,,
|
||||
3.20539 1494.39 -7.875,12 15 118 121,stand,,,
|
||||
-82.2322 1170.12 -7.875,114 119 117 120 121 123 202,stand,,,
|
||||
179.658 1279.6 -7.875,118 13 121,climb,1.43799 20.4456 0,,
|
||||
-240.759 1369.38 -7.875,16 118 114 121 123 124,stand,,,
|
||||
-29.4747 1348.93 -7.875,117 118 120 119 122 124,stand,,,
|
||||
174.667 1218.98 -7.875,8 121,climb,5.46997 148.656 0,,
|
||||
-486.285 1345.36 -7.875,120 118 114 124 129 202,stand,,,
|
||||
-661.719 1533.92 -7.87657,125 123 120 121 127 133,stand,,,
|
||||
-386.351 1626.8 0.125001,124 126,stand,,,
|
||||
-195.578 1637.83 -0.0353167,125 15 16,stand,,,
|
||||
-678.82 1300.69 -7.87509,124 128,stand,,,
|
||||
-748.021 1206.49 0.125,127 132 191 216,stand,,,
|
||||
-540.756 980.286 -7.875,123 130 132 191,stand,,,
|
||||
-327.493 951.065 -7.875,129 114 131 202,stand,,,
|
||||
-384.002 701.729 -7.875,130 116 76 203,stand,,,
|
||||
-665.957 894.713 -7.875,76 129 128 191 216,stand,,,
|
||||
-1095.73 1543.74 -4.68423,124 135 134 136,stand,,,
|
||||
-1404.46 1444.64 0.124998,133 142 153,stand,,,
|
||||
-1078.76 1989.8 -0.817665,133 156,stand,,,
|
||||
-1423.05 1669.96 0.124997,133 137 141 152,stand,,,
|
||||
-1436.21 1818.65 0.124997,138 136 167,stand,,,
|
||||
-1571.98 1818.92 0.124997,73 137 139 141,stand,,,
|
||||
-1711.57 1831.78 0.124997,140 138 166,stand,,,
|
||||
-1715.01 1683.4 0.124997,141 139 151,stand,,,
|
||||
-1568.33 1670.43 0.124997,136 140 138 146,stand,,,
|
||||
-1405.73 1082.67 0.124998,143 134 149,stand,,,
|
||||
-1541.35 1071.82 -7.875,142 145 146 147 154,stand,,,
|
||||
-1405.33 1329.67 0.125001,145,stand,,,
|
||||
-1537.89 1317.71 -7.46631,144 143 59 146 154,stand,,,
|
||||
-1683.88 1296.61 -7.875,141 143 59 153 145 147 148 154,stand,,,
|
||||
-1543.23 959.94 -7.875,143 148 149 146 154,stand,,,
|
||||
-1538.74 843.132 -2.21851,77 72 147 150 146,stand,,,
|
||||
-1398.48 955.502 0.124998,150 142 147,stand,,,
|
||||
-1399.73 840.267 0.124998,148 149 219,stand,,,
|
||||
-1850.17 1610.7 0.124998,58 140 152,stand,,,
|
||||
-1715.54 1509.65 -7.875,153 59 151 136,stand,,,
|
||||
-1653.52 1396.03 -7.875,134 146 152,stand,,,
|
||||
-1819.43 1076.8 0.314156,155 59 146 143 147 145,stand,,,
|
||||
-1798.95 707.128 -5.875,72 71 154,stand,,,
|
||||
-715.95 2006.56 -0.903272,135 157,stand,,,
|
||||
-707.711 2130.94 -1.441,156 158,stand,,,
|
||||
-253.823 2146.47 0.124998,157 17 19 18 160 159,stand,,,
|
||||
81.0801 2045.54 -7.87516,158 160 15 18 161,stand,,,
|
||||
-36.5829 2207.91 -7.87516,158 19 18 159,stand,,,
|
||||
343.587 2166.1 0.124976,159,crouch,-0.155029 164.377 0,,
|
||||
-409.125 1894.88 136.125,23,crouch,0.811768 -138.345 0,,
|
||||
-617.181 1894.88 136.125,35,crouch,2.35535 -156.357 0,,
|
||||
-687.371 1807.82 136.125,23 35 165 226,stand,,,
|
||||
-711.202 1688.98 141.424,164,stand,,,
|
||||
-1760.88 1888.38 0.125,139,crouch,5.61829 -53.1299 0,,
|
||||
-1375.12 1888.38 0.125,137,crouch,4.0802 -130.968 0,,
|
||||
-1322.91 2772.52 114.125,26 28,stand,,,
|
||||
-1648.58 2344.19 129.351,32 74 28,stand,,,
|
||||
-971.911 2462.48 136.125,25,claymore,57.1332 -69.0491 0,,
|
||||
-930.875 1648.88 140.125,36,claymore,59.0503 -33.7061 0,,
|
||||
-914.463 529.65 136.125,40,claymore,76.546 34.6893 0,,
|
||||
-860.484 565.831 136.125,42 40,grenade,-11.1029 89.22 0,,
|
||||
-876.345 1543.39 136.125,36 37,grenade,-10.7239 -90.0879 0,,
|
||||
-806.945 1318.63 136.125,36,crouch,0.427246 99.4153 0,,
|
||||
-803.125 1242.38 136.125,39,crouch,-1.11084 -95.2844 0,,
|
||||
613.095 1051.78 0.125,113,claymore,60.1984 157.077 0,,
|
||||
616.875 812.875 0.124998,7,claymore,52.3267 -138.928 0,,
|
||||
40.7946 762.873 170.125,105 180 181 182 183,stand,,,
|
||||
-102.86 944.85 168.125,179 181,climb,12.7374 177.38 0,,
|
||||
-55.4459 998.875 168.125,180 179,climb,4.94265 88.1982 0,,
|
||||
96.875 703.125 168.125,179,crouch,2.82778 124.03 0,,
|
||||
96.875 738.177 170.125,179,claymore,85 96.8939 0,,
|
||||
-471.5 140.724 0.125002,97,claymore,80.578 -63.457 0,,
|
||||
-1064.4 122.378 4.125,51 186 188,stand,,,
|
||||
-1063.28 436.159 4.125,187 185 189 190,stand,,,
|
||||
-1535.08 412.502 4.125,78 186 189,stand,,,
|
||||
-1252.4 195.121 4.125,189 185 78,stand,,,
|
||||
-1257.67 396.059 4.125,188 187 186,stand,,,
|
||||
-967.125 475.875 4.125,186,crouch,2.15759 -155.292 0,,
|
||||
-656.499 1108.28 -7.875,128 129 132,grenade,-36.1957 -126.497 0.065918,,
|
||||
522.522 1359.99 24.1091,14 13 11,javelin,,-1919.87 1666.24 68.061,
|
||||
-1666.45 1841.83 136.125,33 220 221,javelin,,-1759.84 -459.875 89.376,
|
||||
-1769.91 -436.393 0.120675,81 80,javelin,,-1530.45 2190.54 120.185,
|
||||
-2070.43 615.057 8.125,65 69,stand,,,
|
||||
-2067.7 810.03 8.125,65 69,stand,,,
|
||||
-748.875 -480.875 0.124999,95 199,crouch,,,
|
||||
-420.614 -367.436 0.124998,91 6 199,stand,,,
|
||||
-492.12 -435.367 0.124997,92 198 197 93,stand,,,
|
||||
55.125 -648.875 -7.875,201,crouch,1.77307 67.1082 0,,
|
||||
31.3617 -536.284 0.125001,200 4 3 111 93,climb,7.91992 -27.2919 0,,
|
||||
-88.8865 1224.78 -7.875,13 118 15 130 123,grenade,-39.552 -79.8395 0,,
|
||||
-359.662 659.253 -7.875,131 76 116,grenade,-35.2948 36.0388 0,,
|
||||
672.953 -547.994 -5.875,3 205 0,stand,,,
|
||||
893.316 -395.439 -3.40501,204 0 206,stand,,,
|
||||
802.756 -97.033 0.124998,205 0,stand,,,
|
||||
-104.776 -369.721 0.124998,4 208,stand,,,
|
||||
-184.538 -370.838 0.124998,207 93 5 6,stand,,,
|
||||
-557.505 -107.323 0.124998,6 96 95,stand,,,
|
||||
-1644.03 552.922 1.17258,71 211 72,stand,,,
|
||||
-1529.39 548.953 1.2745,210 77 212 75 217,stand,,,
|
||||
-1392.24 567.747 0.119862,211 75 213 217,stand,,,
|
||||
-1108.73 581.122 -3.76446,212 214 218 217,stand,,,
|
||||
-977.586 533.523 1.20466,213,crouch,11.1237 157.972 0,,
|
||||
-724.953 636.437 -4.41191,76 116 216 217 218,stand,,,
|
||||
-721.528 820.937 0.124999,128 132 215 76,stand,,,
|
||||
-1017.69 683.356 -5.4151,215 213 75 212 211 218 219,stand,,,
|
||||
-1004.09 600.777 -5.43228,215 213 217,stand,,,
|
||||
-1400.25 729.863 0.125001,75 150 217 77,stand,,,
|
||||
-1630.6 1751.36 136.125,193,crouch,13.8208 -90.6317 0,,
|
||||
-1566.93 1808.92 136.125,193 222 227 223,stand,,,
|
||||
-1283.03 1872.13 136.125,221 223,stand,,,
|
||||
-1052.08 1820.51 136.125,222 224 35 227 221,stand,,,
|
||||
-919.483 1794.18 136.125,223 35 225,stand,,,
|
||||
-862.773 1724.51 136.125,36 224 35 226,stand,,,
|
||||
-787.93 1788.37 137.2,225 164 35,stand,,,
|
||||
-1277.14 1792.71 136.125,223 221 228,stand,,,
|
||||
-1308.6 1751.13 136.125,227,crouch,20.6488 -118.152 0,,
|
||||
|
173
scriptdata/waypoints/mp_anchorage_wp.csv
Normal file
@@ -0,0 +1,173 @@
|
||||
172
|
||||
-832 -1934 16,1 9,stand,,,
|
||||
-816 -1655 16,0 2 9 6,stand,,,
|
||||
-698 -1402 16,1 3 4 5,stand,,,
|
||||
-628 -1214 16,2 4 162,stand,,,
|
||||
-780 -1219 16,3 2,stand,,,
|
||||
-563 -1493 16,6 2 12,stand,,,
|
||||
-839 -1551 16,5 7 1,stand,,,
|
||||
-660 -1712 16,6 8 9 10 17,stand,,,
|
||||
-605 -1947 16,7 9 17 18 28 28,stand,,,
|
||||
-722 -1796 16,8 0 7 1 17 27,stand,,,
|
||||
-641 -1617 48,7 11,stand,,,
|
||||
-634 -1564 64,10,stand,,,
|
||||
-523 -1484 66,5 13,crouch,,,
|
||||
-496 -1481 16,12 14 24 23 162,stand,,,
|
||||
-373 -1748 16,13 15 21 23,stand,,,
|
||||
-496 -1827 16,14 16 22 21 23,stand,,,
|
||||
-516 -1827 66,15 17,crouch,,,
|
||||
-543 -1827 16,16 8 7 9,stand,,,
|
||||
-723 -2064 16,8 19 20,stand,,,
|
||||
-912 -2058 16,18,stand,,,
|
||||
-445 -2116 16,18 21 26 29 36,stand,,,
|
||||
-385 -1938 16,20 22 15 14 26,stand,,,
|
||||
-484 -1915 16,21 15,stand,,,
|
||||
-353 -1468 16,14 24 13 15 162,stand,,,
|
||||
-234 -1344 16,23 25 13 161 162,stand,,,
|
||||
-46 -1257 16,24 151 152 148,stand,,,
|
||||
-302 -2223 16,21 20 36 29,stand,,,
|
||||
-676 -1958 16,9 28,stand,,,
|
||||
-622 -2056 16,27 8 8,stand,,,
|
||||
-430 -2336 16,20 30 26 36,stand,,,
|
||||
-110 -2343 16,29 31 36,stand,,,
|
||||
163 -2323 16,30 32,stand,,,
|
||||
285 -2223 16,31 33 35,stand,,,
|
||||
571 -2174 16,32 34,stand,,,
|
||||
600 -1978 16,33 35 42 48,stand,,,
|
||||
435 -1968 16,34 32 37,stand,,,
|
||||
-301 -2324 16,26 30 20 29,stand,,,
|
||||
378 -1678 16,35 38,stand,,,
|
||||
367 -1526 16,37 39 150,stand,,,
|
||||
468 -1496 16,38 40 42 150,stand,,,
|
||||
571 -1434 16,39 41 43,stand,,,
|
||||
599 -1661 16,40,stand,,,
|
||||
531 -1730 20,39 34,stand,,,
|
||||
945 -1434 16,40 44 146,stand,,,
|
||||
1105 -1434 16,43 45 46 49,stand,,,
|
||||
1074 -1737 16,44 46,stand,,,
|
||||
1159 -1716 16,44 47 45 49,stand,,,
|
||||
1114 -1992 16,46 48,stand,,,
|
||||
902 -1969 16,47 34,stand,,,
|
||||
1182 -1217 16,50 51 44 46 55,stand,,,
|
||||
1048 -1201 16,49 51 55,stand,,,
|
||||
1132 -977 16,50 52 49 55 77 171,stand,,,
|
||||
1333 -1132 16,51 53 55 171,stand,,,
|
||||
1585 -1148 16,52 54,stand,,,
|
||||
1972 -1163 16,53 56 62,stand,,,
|
||||
1192 -1096 16,50 52 49 51 171,stand,,,
|
||||
2051 -901 32,54 57,stand,,,
|
||||
1832 -888 32,56 58 62,stand,,,
|
||||
2102 -696 32,57 59 62,stand,,,
|
||||
2105 -438 32,58 60 61,stand,,,
|
||||
1879 -412 32,59 61 62 66 67,stand,,,
|
||||
1942 -554 32,60 62 63 59,stand,,,
|
||||
1906 -761 32,61 58 57 54 60,stand,,,
|
||||
1634 -570 32,61 64 66,stand,,,
|
||||
1383 -555 32,63 65,stand,,,
|
||||
1250 -451 32,64 66 75 71 76,stand,,,
|
||||
1564 -471 16,65 60 63,stand,,,
|
||||
1888 -240 32,60 68 83 85,stand,,,
|
||||
1764 -79 32,67 69 83 84,stand,,,
|
||||
1594 -158 32,68 70 78 84 85,stand,,,
|
||||
1281 -183 32,69 71 74 75 85 84,stand,,,
|
||||
1298 -295 32,70 72 76 74 65,stand,,,
|
||||
1349 -294 64,71 73,stand,,,
|
||||
1445 -299 94,72,stand,,,
|
||||
1323 -83 32,70 71,stand,,,
|
||||
1225 -347 32,70 65 76,stand,,,
|
||||
1114 -517 32,71 77 75 65 86 143,stand,,,
|
||||
1164 -748 32,76 51,stand,,,
|
||||
1627 -37 32,69 79,stand,,,
|
||||
1689 -14 64,78 80,stand,,,
|
||||
1806 -7 94,79 81,stand,,,
|
||||
1952 -4 104,80 82,stand,,,
|
||||
1917 -61 72,81 83,stand,,,
|
||||
1879 -120 32,82 67 68 84,stand,,,
|
||||
1678 -214 32,83 69 68 70,stand,,,
|
||||
1515 -86 32,70 69 67,stand,,,
|
||||
1089 -293 32,76 87 141 170,stand,,,
|
||||
1084 67 32,86 88 89,stand,,,
|
||||
1156 212 32,87 170,stand,,,
|
||||
984 79 32,87 90 92 93 91,stand,,,
|
||||
971 252 32,89 91 92,stand,,,
|
||||
774 238 32,90 92 93 89 94,stand,,,
|
||||
780 70 32,91 89 90,stand,,,
|
||||
561 152 32,89 91 94 97 138,stand,,,
|
||||
356 227 16,91 95 93 97 121,stand,,,
|
||||
120 228 16,94 96 108 109 125,stand,,,
|
||||
-134 155 16,95 98 108 125,stand,,,
|
||||
363 60 16,93 94 121,stand,,,
|
||||
-255 -52 16,96 99 102 117 116 127 124 108,stand,,,
|
||||
-420 43 16,98 100 101,stand,,,
|
||||
-515 214 16,99 101,stand,,,
|
||||
-581 77 16,100 99,stand,,,
|
||||
-306 48 40,98 103,stand,,,
|
||||
-323 81 71,102 104 105,stand,,,
|
||||
-374 181 102,103,stand,,,
|
||||
-286 150 78,103 106,stand,,,
|
||||
-351 254 64,105 107,stand,,,
|
||||
-262 212 40,106 108,stand,,,
|
||||
-194 256 16,107 96 95 98 109,stand,,,
|
||||
94 147 16,95 110 108,stand,,,
|
||||
86 119 78,109 111 113,stand,,,
|
||||
176 54 102,110 112 120,stand,,,
|
||||
253 118 78,111,stand,,,
|
||||
48 12 64,110 114 119 120 126,stand,,,
|
||||
-38 30 78,113 115,stand,,,
|
||||
-92 -13 64,114 116,stand,,,
|
||||
-159 -67 40,115 117 98,stand,,,
|
||||
-177 -149 16,116 98 118 124,stand,,,
|
||||
20 -61 16,117 119 124 123,stand,,,
|
||||
28 -34 40,118 113,stand,,,
|
||||
107 -36 72,113 111,stand,,,
|
||||
268 -32 16,97 122 123 94,stand,,,
|
||||
341 -285 16,121 123 133 136,stand,,,
|
||||
158 -182 16,124 122 118 121,stand,,,
|
||||
-30 -129 16,123 117 118 98,stand,,,
|
||||
3 98 16,96 126 95,stand,,,
|
||||
11 61 40,113 125,stand,,,
|
||||
-240 -251 16,98 128 129,stand,,,
|
||||
-255 -398 16,127 129,stand,,,
|
||||
-340 -586 16,128 127 130,stand,,,
|
||||
-327 -739 16,131 129 155 169,stand,,,
|
||||
-114 -773 16,130 132 154 163 169,stand,,,
|
||||
195 -814 16,131 133 168 134 169,stand,,,
|
||||
341 -591 16,132 122 135 134,stand,,,
|
||||
250 -536 16,135 133 168 132,stand,,,
|
||||
499 -560 16,134 136 164 167 133,stand,,,
|
||||
480 -344 16,135 122 137 142 167,stand,,,
|
||||
462 -195 16,136 138 142,stand,,,
|
||||
536 -17 16,137 93 139,stand,,,
|
||||
706 -50 16,138 140,stand,,,
|
||||
925 -80 16,139 141,stand,,,
|
||||
943 -286 16,140 86 142 143,stand,,,
|
||||
695 -292 16,141 137 136 167,stand,,,
|
||||
925 -546 16,141 76 144,stand,,,
|
||||
886 -754 16,143 145 166,stand,,,
|
||||
940 -853 16,144 146,stand,,,
|
||||
936 -1139 16,145 43 147,stand,,,
|
||||
685 -1152 16,146 148,stand,,,
|
||||
350 -1134 16,147 149 153 168 151 25,stand,,,
|
||||
306 -1267 16,148 150 151,stand,,,
|
||||
332 -1387 16,149 39 38 151,stand,,,
|
||||
142 -1253 16,150 25 149 153 148 168,stand,,,
|
||||
-25 -1381 48,25,stand,,,
|
||||
113 -1093 16,148 151 154,stand,,,
|
||||
-151 -1055 16,153 131 163,stand,,,
|
||||
-334 -801 40,130 156,stand,,,
|
||||
-335 -837 64,155 157,stand,,,
|
||||
-342 -923 78,156 158,stand,,,
|
||||
-348 -980 16,157 159,stand,,,
|
||||
-392 -1057 16,158 160 162,stand,,,
|
||||
-727 -1058 16,159 161,stand,,,
|
||||
-513 -1011 16,160 24 162,stand,,,
|
||||
-378 -1252 16,159 3 24 161 13 23 163,stand,,,
|
||||
-272 -1056 16,162 154 131,stand,,,
|
||||
463 -719 16,135 165 166,stand,,,
|
||||
463 -850 16,164,stand,,,
|
||||
715 -724 16,164 144 167,stand,,,
|
||||
622 -511 16,142 166 136 135,stand,,,
|
||||
339 -865 16,134 148 132 151,stand,,,
|
||||
56 -694 16,132 131 130,stand,,,
|
||||
1059 -88 32,86 88,stand,,,
|
||||
1275 -948 16,52 51 55,stand,,,
|
||||
|
179
scriptdata/waypoints/mp_anchorhead_wp.csv
Normal file
@@ -0,0 +1,179 @@
|
||||
178
|
||||
1207.24 -15.0222 1.9482,138 142 137 136,stand,,,
|
||||
563 545.019 10.7684,145,stand,,,
|
||||
-299 1027 28.125,156,stand,,,
|
||||
-71 1903 176.125,94,stand,,,
|
||||
310 2060 36.5992,89 90,stand,,,
|
||||
774 2655.84 41.2123,77 78,stand,,,
|
||||
1346.9 636.324 -1.875,128 127,stand,,,
|
||||
505 1593.16 4.125,162,stand,,,
|
||||
437 1000.16 119.125,51 48,stand,,,
|
||||
1211.1 2455.14 68.2348,80 78,stand,,,
|
||||
1474.61 1023.98 60.6625,174,stand,,,
|
||||
2533 859.157 63.7431,120 129 121,stand,,,
|
||||
1177 1697.84 161.125,167,stand,,,
|
||||
1435.99 2178.54 80.125,108,stand,,,
|
||||
1903.79 1784.21 64.125,170 171 172,stand,,,
|
||||
2903 1155.26 182.125,21,stand,,,
|
||||
286.637 627.494 4.83812,145 146,stand,,,
|
||||
198.007 1683.63 18.0609,91 90 92,stand,,,
|
||||
2406.3 465.591 39.6428,129 130 125,stand,,,
|
||||
2877.02 2041 49.2119,110 109,stand,,,
|
||||
1236.06 3361.86 161.125,71,stand,,,
|
||||
2699.14 1155.97 182.125,15 22,stand,,,
|
||||
2696.72 854.333 182.125,21 23,stand,,,
|
||||
2619.32 854.392 182.125,22 24,stand,,,
|
||||
2619.28 952.388 182.125,23 25,stand,,,
|
||||
2616.62 1115.66 57.7599,24 119 120 26,stand,,,
|
||||
2359.13 1238.87 63.7136,27 121 117 114 119 120 25,climb,5.15259 178.632 0,,
|
||||
2317.13 1238.9 269.125,26 29,climb,0.12085 178.923 0,,
|
||||
2091.97 1128.62 264.125,29 30,stand,,,
|
||||
2122 1156.69 256.125,28 27,stand,,,
|
||||
2092.07 947.811 198.125,31 28,stand,,,
|
||||
2267.97 809.652 198.125,30,stand,,,
|
||||
1808.47 685.439 152.125,33 133,climb,7.92542 7.70691 0,,
|
||||
1835.26 690.564 224.125,32 34,climb,14.8798 12.2003 0,,
|
||||
1944.82 682.487 216.125,33,stand,,,
|
||||
1570.73 599.311 159.221,36 133,stand,,,
|
||||
1378.22 597.912 198.125,35 37 44,stand,,,
|
||||
1248.49 608.546 198.125,36 38 44,stand,,,
|
||||
1114.08 509.803 198.492,37 39,stand,,,
|
||||
905.643 510.145 218.125,38 43,stand,,,
|
||||
743.093 632.125 119.125,41 45 46,climb,6.76636 -89.0717 0,,
|
||||
743.111 598.549 151.125,40 42,climb,0.773315 -90.8075 0,,
|
||||
794.875 515.604 171.125,41 43,climb,5.60181 -2.5708 0,,
|
||||
826.374 512.164 215.31,39 42,climb,-0.407715 -0.362549 0,,
|
||||
1135.02 1070.65 198.125,36 37,stand,,,
|
||||
400.173 657.625 119.125,40 51,stand,,,
|
||||
762.874 770.665 119.125,40 47 50,stand,,,
|
||||
771.819 1214.35 119.125,46 48,stand,,,
|
||||
410.565 1206.76 119.125,47 8 51,stand,,,
|
||||
849.125 769.535 -0.535602,50 152,climb,0.646973 179.438 0,,
|
||||
807.178 771.679 164.125,46 49,climb,0.388794 -179.694 0,,
|
||||
401.294 929.18 119.125,45 8 48 53,stand,,,
|
||||
314.875 932.187 10.0114,53 157,climb,1.40503 -0.512695 0,,
|
||||
355.332 932.123 164.125,52 51,climb,-1.81396 -1.99585 0,,
|
||||
1106.79 1738.44 161.125,55 167,climb,0.718384 -177.151 0,,
|
||||
876.624 1789.44 148.125,54 56,stand,,,
|
||||
596.321 1717.89 148.125,55 57 58,stand,,,
|
||||
310.677 1587.98 148.125,56 58,stand,,,
|
||||
306.792 1820.66 148.125,57 56,stand,,,
|
||||
1165.12 2318.24 68.0018,60 80,climb,2.5531 -30.1721 0,,
|
||||
1206.58 2294.1 237.125,59 65 61,climb,0.0866699 -29.7381 0,,
|
||||
1355.44 2172.35 224.125,62 65 60,climb,5.89294 -120.441 0,,
|
||||
1344.67 2153.83 264.125,61 63,climb,5.32166 -120.441 0,,
|
||||
1251.91 1990.52 264.125,62 64,stand,,,
|
||||
1080.93 2161.26 264.125,63,stand,,,
|
||||
1491.71 2428.25 224.125,61 66 60,climb,0.570068 61.7999 0,,
|
||||
1509.67 2462.29 264.125,65 67,climb,0.696411 62.0801 0,,
|
||||
1494.5 2688.59 264.125,66,stand,,,
|
||||
1135.15 3527.98 193.125,69,stand,,,
|
||||
1334.45 3570.19 193.125,68 70 71,stand,,,
|
||||
1418.54 3458.77 161.125,69 71 74,stand,,,
|
||||
1358.97 3449.43 161.125,70 20 69 72,stand,,,
|
||||
1447.65 3280.99 161.125,71 73,stand,,,
|
||||
1241.78 3176.15 161.125,72,stand,,,
|
||||
1535.01 3242.48 51.9187,70 75 76,stand,,,
|
||||
1567.68 2890.27 48.6968,74 76 95,stand,,,
|
||||
1187.13 3017.2 46.1108,75 74 77,stand,,,
|
||||
919.396 2906.52 50.6405,76 5 78,stand,,,
|
||||
866.005 2629.44 44.5494,5 77 79 80 9,stand,,,
|
||||
823.466 2080.86 30.7624,78 85 81 80,stand,,,
|
||||
1101.4 2361.36 55.8167,78 59 9 81 79,stand,,,
|
||||
926.236 2029.82 47.3166,80 84 85 79,stand,,,
|
||||
1277.06 1804.3 45.7233,83 166 164 168,climb,8.65051 130.909 0,,
|
||||
1257.77 1828.75 102.814,82 84,climb,8.65051 131.294 0,,
|
||||
1123.88 1921.99 60.6101,83 81 85,stand,,,
|
||||
731.105 1977.44 29.516,79 81 84 88 89,stand,,,
|
||||
637.18 2422.69 189.125,87,stand,,,
|
||||
729.917 2405.01 189.125,86 88,stand,,,
|
||||
730.053 2256.27 157.125,87 85,stand,,,
|
||||
339.069 1980.4 36.788,85 4 90,stand,,,
|
||||
160.422 1881.09 28.5496,4 89 91 17,stand,,,
|
||||
144.88 1489.76 2.86114,90 17 92 161 155 158 163 157,stand,,,
|
||||
34.3571 1505.5 24.3363,91 93 17 160 157,stand,,,
|
||||
29.7833 1751.51 144.125,92 94,stand,,,
|
||||
29.8497 1900.58 176.125,93 3,stand,,,
|
||||
1878.09 2629.11 48.3514,75 97 103 106 105 107,stand,,,
|
||||
2456.1 2500.63 68.6238,97 98 100,stand,,,
|
||||
2260.72 2825.36 69.5769,96 95,stand,,,
|
||||
2585.76 2286.9 69.9728,96 99,stand,,,
|
||||
2281.1 2100.97 56.9184,98 102 104 105,stand,,,
|
||||
2375.92 2448.29 69.3508,96 101 102,stand,,,
|
||||
2152.86 2596.75 69.8974,100 103,stand,,,
|
||||
2240.29 2207.08 62.5551,100 99 103 105,stand,,,
|
||||
2041.34 2534.31 60.7928,101 102 95 105 106 107,stand,,,
|
||||
2380.01 1800.99 42.2775,99 105 109 115 116,stand,,,
|
||||
2036.6 2242.13 44.7978,104 106 107 99 102 103 95,stand,,,
|
||||
1601.5 2196.37 45.4078,105 95 107 103 108 168,stand,,,
|
||||
1656.45 1975.29 51.2014,105 106 103 95 168 169,stand,,,
|
||||
1479.82 2265.26 80.125,106 13,stand,,,
|
||||
2653.09 1935.31 51.5685,104 110 19,stand,,,
|
||||
2781.12 1759.45 42.8833,19 109 111 112 113,stand,,,
|
||||
2828.84 1394.98 62.8164,110 113 112 114,stand,,,
|
||||
2910.24 1687.04 45.845,110 113 111,stand,,,
|
||||
2910.05 1535.44 47.2294,112 111 110,stand,,,
|
||||
2622.02 1340.53 56.6745,111 115 119 117 26,stand,,,
|
||||
2560.42 1594.64 45.4045,114 104 116 117 119,stand,,,
|
||||
2381.28 1659.22 47.8286,104 115 118,stand,,,
|
||||
2447.95 1422.72 46.6897,115 118 26 114 120 121,stand,,,
|
||||
2304.51 1496.73 47.9972,117 116 119 120 173 177,stand,,,
|
||||
2557.2 1219.34 52.0414,114 25 26 120 121 118 115,stand,,,
|
||||
2516.72 1114.69 56.8542,25 121 119 118 26 117 129 11,stand,,,
|
||||
2382.37 1057.77 58.8931,120 26 119 117 122 129 11,stand,,,
|
||||
2022.83 1063.29 72.4977,121 123,stand,,,
|
||||
1976.33 932.5 63.6089,122 124 125,stand,,,
|
||||
1661.89 878.73 -8.3855,123 126,stand,,,
|
||||
2017.24 710.478 40.0691,123 130 129 18,stand,,,
|
||||
1488.55 851.819 3.63127,124 127 135,stand,,,
|
||||
1340.76 873.757 -1.875,126 128 6,stand,,,
|
||||
1226.41 664.395 -1.875,127 6 151 152,stand,,,
|
||||
2429.63 714.129 59.0478,121 120 11 18 125 130,stand,,,
|
||||
2053.32 449.178 16.0606,18 125 129 134 131,stand,,,
|
||||
1734.65 470.767 -2.54028,132 134 130 135,climb,-2.40721 96.2805 0,,
|
||||
1731.94 489.996 173.125,131 133,climb,4.44826 96.8518 0,,
|
||||
1687.42 643.918 152.125,132 32 35,stand,,,
|
||||
1706.52 284.043 -16.8364,130 131 135 142 137,stand,,,
|
||||
1484.94 341.136 -17.4366,126 131 134 136 142 137,stand,,,
|
||||
1023.66 320.54 -11.5889,135 137 142 0 143 151,stand,,,
|
||||
1010.3 81.5049 -9.08122,136 138 0 135 142 134 143 150 144,stand,,,
|
||||
1012.66 -3.50003 0.505508,137 141 0 142,stand,,,
|
||||
664.439 -7.92436 158.125,140 141,stand,,,
|
||||
661.747 -121.589 158.125,139,stand,,,
|
||||
809.989 -7.31124 126.125,139 138,stand,,,
|
||||
1255.05 80.6416 -7.8346,0 134 135 138 137 136,stand,,,
|
||||
919.977 211.644 -12.5448,136 137 144 150,stand,,,
|
||||
559.991 209.849 -13.6253,143 145 147 150 137,stand,,,
|
||||
440.473 501.895 -13.6547,144 1 16 146,stand,,,
|
||||
83.7446 570.36 -11.0108,145 16 147 148 154,stand,,,
|
||||
202.154 281.017 -13.6664,144 146 149,stand,,,
|
||||
-163.959 395.987 -12.5629,146 149 154,stand,,,
|
||||
39.7767 135.724 -14.6843,148 147 150,stand,,,
|
||||
401.988 77.5335 -12.8754,149 144 143 137,stand,,,
|
||||
1026.23 608.498 -13.7872,136 128 152,stand,,,
|
||||
977.908 757.726 -19.3365,128 151 49 153,stand,,,
|
||||
953.227 1307.69 -25.676,152 163 164 165,stand,,,
|
||||
-158.516 858.632 -10.117,146 148 155,stand,,,
|
||||
-158.638 1121.23 -7.5848,154 156 157 159 160 158 91,stand,,,
|
||||
-310.519 1126.03 28.125,155 2,stand,,,
|
||||
167.033 1068.51 -3.72009,155 52 158 92 159 91,stand,,,
|
||||
254.939 1318.66 -1.82762,157 163 155 91 161 160,stand,,,
|
||||
-139.032 1423.3 8.45575,155 160 157,stand,,,
|
||||
-45.9139 1423.69 3.52525,159 92 155 158,stand,,,
|
||||
415.583 1460.65 -4.54481,91 162 163 158,stand,,,
|
||||
417.702 1585.86 4.125,161 7,stand,,,
|
||||
574.392 1356.79 -18.6237,158 161 91 153 164,stand,,,
|
||||
1149.52 1463.89 -21.0401,153 163 166 165 167 82,stand,,,
|
||||
1446.11 1346.78 10.9934,153 166 164 176 177,stand,,,
|
||||
1304.44 1677.44 22.5522,164 165 167 82 168,stand,,,
|
||||
1156.04 1741.12 37.2034,54 164 166 12,climb,-0.336304 -179.059 0,,
|
||||
1548.33 1901.56 44.5657,166 82 106 107 169 172,stand,,,
|
||||
1710.07 1835.74 65.2351,107 170 172 168,stand,,,
|
||||
1833.85 1899.23 64.125,169 14 171,stand,,,
|
||||
1975.7 1913.6 64.125,14 170,stand,,,
|
||||
1784.38 1672.21 65.1471,14 169 168 177,stand,,,
|
||||
2044.24 1430.97 53.5785,118 176 175 177,stand,,,
|
||||
1448.14 1167.75 52.5892,10 175,stand,,,
|
||||
1953.6 1321.61 65.6767,174 176 173,stand,,,
|
||||
1926.84 1397.94 56.6616,175 165 177 173,stand,,,
|
||||
1864.25 1492.17 59.9328,165 172 176 173 118,stand,,,
|
||||
|
385
scriptdata/waypoints/mp_ancient_ultimate_wp.csv
Normal file
@@ -0,0 +1,385 @@
|
||||
384
|
||||
1097 971 21,1 25 26,stand,,,
|
||||
1083 662 16,0 2 63 68,stand,,,
|
||||
1298 643 16,1 3 63 68,stand,,,
|
||||
1579 633 20,2 4 63,stand,,,
|
||||
1853 638 16,3 5 16 67,stand,,,
|
||||
1963 649 19,4 6 67,stand,,,
|
||||
1997 957 112,5 7 364,stand,,,
|
||||
2018 1130 112,6 8 9,stand,,,
|
||||
1982 1316 112,7 20,stand,,,
|
||||
2139 1151 112,7 10,stand,,,
|
||||
2341 1134 112,9 11,stand,,,
|
||||
2480 1124 112,10 12 14,stand,,,
|
||||
2490 940 112,11 13,stand,,,
|
||||
2488 647 24,12 245 59 246 252,stand,,,
|
||||
2484 1313 112,11 15,stand,,,
|
||||
2495 1604 16,14 241 242 269,stand,,,
|
||||
1879 938 24,4 17 28,stand,,,
|
||||
1882 1138 17,16 18,stand,,,
|
||||
1870 1422 16,17 19 20 30,stand,,,
|
||||
1859 1700 16,18 21 20 22 48,stand,,,
|
||||
2008 1582 16,18 8 21 19,stand,,,
|
||||
1977 1812 16,20 19 48,stand,,,
|
||||
1540 1708 16,19 23 48 47,stand,,,
|
||||
1129 1727 16,22 24 47 48,stand,,,
|
||||
1092 1419 16,23 25 32,stand,,,
|
||||
1092 1311 16,24 0 49,stand,,,
|
||||
1221 931 22,0 27 34 35,stand,,,
|
||||
1478 888 18,26 28 36 35 43,stand,,,
|
||||
1731 942 22,27 29 37 16 36,stand,,,
|
||||
1778 1189 17,28 30,stand,,,
|
||||
1760 1423 16,29 31 18 38 45,stand,,,
|
||||
1504 1458 16,30 32 39 38,stand,,,
|
||||
1235 1418 16,31 33 40 24 39,stand,,,
|
||||
1224 1295 16,32 34 41,stand,,,
|
||||
1212 1110 16,33 26,stand,,,
|
||||
1201 774 16,26 36 27,stand,,,
|
||||
1448 750 19,35 37 28 27,stand,,,
|
||||
1758 771 20,36 28,stand,,,
|
||||
1758 1599 16,30 39 31,stand,,,
|
||||
1496 1599 16,38 40 32 31,stand,,,
|
||||
1226 1598 16,39 32,stand,,,
|
||||
1326 1247 16,33 42 46,stand,,,
|
||||
1377 1100 17,41 43,stand,,,
|
||||
1498 1013 17,42 27 44,stand,,,
|
||||
1624 1122 22,43 45,stand,,,
|
||||
1649 1284 16,30 44 46,stand,,,
|
||||
1485 1339 16,45 41,stand,,,
|
||||
1114 1816 16,23 48 22,stand,,,
|
||||
1513 1821 16,47 22 21 19 23 53,stand,,,
|
||||
941 1315 16,25 50 66 83,stand,,,
|
||||
950 1561 16,49 51 82,stand,,,
|
||||
944 1917 22,50 52 82 87 371,stand,,,
|
||||
1267 1933 21,51 53 372,stand,,,
|
||||
1509 1927 16,52 54 168 48,stand,,,
|
||||
1840 1926 16,53 55 171,stand,,,
|
||||
2064 1923 16,54 56,stand,,,
|
||||
2114 1690 16,55 57 242 241,stand,,,
|
||||
2169 1329 16,56 58 243 242,stand,,,
|
||||
2150 985 22,57 59 244 245 362,stand,,,
|
||||
2137 618 23,58 60 245 13 354,stand,,,
|
||||
2072 420 25,59 61 347,stand,,,
|
||||
1710 437 22,60 62 347,stand,,,
|
||||
1513 392 20,61 63,stand,,,
|
||||
1286 424 20,62 64 2 1 3 358 359,stand,,,
|
||||
993 449 21,63 65 69 70 359,stand,,,
|
||||
969 688 16,64 66 69,stand,,,
|
||||
964 982 23,65 49 84 70,stand,,,
|
||||
1990 556 21,5 4,stand,,,
|
||||
1082 559 18,1 2,stand,,,
|
||||
712 460 19,64 70 73 65 359 360,stand,,,
|
||||
673 811 23,69 71 84 64 66,stand,,,
|
||||
530 850 28,70 72 74 84,stand,,,
|
||||
395 860 22,71 73 81 84 99,stand,,,
|
||||
385 498 18,72 69 99 100 360 360,stand,,,
|
||||
553 716 17,71 75,stand,,,
|
||||
552 552 22,74,stand,,,
|
||||
-460 949 33,77 97 105,stand,,,
|
||||
-573 802 22,76 78 102 103 105,stand,,,
|
||||
-636 514 23,77 79,stand,,,
|
||||
-686 403 38,80 78 101 338,stand,,,
|
||||
-1002 399 19,79 116,stand,,,
|
||||
347 1212 20,72 82 84 83,stand,,,
|
||||
696 1664 16,81 50 51 83 87,stand,,,
|
||||
678 1325 16,84 82 81 49 86,stand,,,
|
||||
566 1030 16,72 81 70 83 66 71 85,stand,,,
|
||||
181 1124 16,84 86 98 88 89 99 104,stand,,,
|
||||
204 1513 16,85 87 83 88 89 98 369,stand,,,
|
||||
528 1808 20,86 51 82 369,stand,,,
|
||||
-82 1585 16,86 89 96 85 370,stand,,,
|
||||
-167 1317 16,88 90 91 98 86 85,stand,,,
|
||||
-380 1167 16,89 91 97 98 104 106,stand,,,
|
||||
-342 1342 16,89 92 96 90 93,stand,,,
|
||||
-598 1387 16,91 93 96,stand,,,
|
||||
-600 1632 16,92 94 91,stand,,,
|
||||
-601 1854 41,93 95 96,stand,,,
|
||||
-936 1847 18,94 162,stand,,,
|
||||
-368 1614 16,88 91 94 92 370,stand,,,
|
||||
-374 954 27,90 76 103 98,stand,,,
|
||||
-50 1104 16,85 89 90 104 86 97,stand,,,
|
||||
94 733 16,85 72 73 100 103 104,stand,,,
|
||||
-135 509 16,99 101 103 102 73 361,stand,,,
|
||||
-398 327 33,100 79 102 338,stand,,,
|
||||
-403 572 16,101 77 100 103,stand,,,
|
||||
-252 761 16,77 100 99 97 104 102,stand,,,
|
||||
-113 942 16,103 90 99 98 85,stand,,,
|
||||
-619 930 28,77 76,stand,,,
|
||||
-683 1143 489,90 107 110 381,stand,,,
|
||||
-716 1290 489,106 108,crouch,,,
|
||||
-1064 1295 489,107 109 115,crouch,,,
|
||||
-1068 1020 489,108 110 115,crouch,,,
|
||||
-733 1006 489,109 106,crouch,,,
|
||||
-815 1071 489,112 381,crouch,,,
|
||||
-881 1137 494,111 113 382 381,stand,,,
|
||||
-930 1150 528,112 114,stand,,,
|
||||
-989 1150 489,113,stand,,,
|
||||
-1040 1166 489,108 109,stand,,,
|
||||
-993 133 17,80 117 339 342,stand,,,
|
||||
-791 -659 99,116 118 340 342,stand,,,
|
||||
-652 -813 98,117 119,stand,,,
|
||||
-161 -798 45,118 120 341,stand,,,
|
||||
427 -781 70,119 121 333,stand,,,
|
||||
896 -766 178,120 122 332 333,stand,,,
|
||||
1360 -782 200,121 123 331 343,stand,,,
|
||||
1893 -834 34,122 124 343,stand,,,
|
||||
2339 -825 145,123 125 330,stand,,,
|
||||
2818 -771 133,124 126 329,stand,,,
|
||||
3298 -760 210,125 127 328,stand,,,
|
||||
3769 -801 39,126 128,stand,,,
|
||||
4322 -805 45,127 129,stand,,,
|
||||
4926 -795 48,128 130 325,stand,,,
|
||||
5312 -731 100,129 131,stand,,,
|
||||
5400 -635 152,130 132,stand,,,
|
||||
5718 -494 224,131 133,stand,,,
|
||||
5876 -165 27,132 134 315,stand,,,
|
||||
5876 110 42,133 135 316,stand,,,
|
||||
5861 418 160,134 136 227,stand,,,
|
||||
5875 706 182,135 137 226 227,stand,,,
|
||||
5725 812 165,136 138 226 139,stand,,,
|
||||
5774 926 111,137 139,stand,,,
|
||||
5629 1018 62,138 140 216 218 137,stand,,,
|
||||
5867 1299 16,139 141 218,stand,,,
|
||||
5853 1695 117,140 142 228,stand,,,
|
||||
5876 1964 45,141 143 231,stand,,,
|
||||
5876 2235 26,142 144 231,stand,,,
|
||||
5839 2553 153,143 145 232,stand,,,
|
||||
5820 2833 136,144 146,stand,,,
|
||||
5583 2913 109,145 147,stand,,,
|
||||
5208 2917 68,146 148,stand,,,
|
||||
4810 2911 32,147 149,stand,,,
|
||||
4327 2871 22,148 150 235,stand,,,
|
||||
3794 2875 18,149 151 176 236,stand,,,
|
||||
3399 2876 123,150 152 236,stand,,,
|
||||
2961 2913 146,151 153 237,stand,,,
|
||||
2442 2917 80,152 154 238,stand,,,
|
||||
1865 2917 55,153 155 170 239,stand,,,
|
||||
1403 2910 132,154 156 169,stand,,,
|
||||
872 2917 116,155 157 373,stand,,,
|
||||
313 2908 194,156 158 166,stand,,,
|
||||
-206 2910 140,157 159 163,stand,,,
|
||||
-510 2853 132,158 160 165,stand,,,
|
||||
-873 2883 83,159 161,stand,,,
|
||||
-875 2573 107,160 162 165,stand,,,
|
||||
-872 2206 67,161 95 165,stand,,,
|
||||
-67 2700 137,158 164,stand,,,
|
||||
-27 2314 46,163 365 368,stand,,,
|
||||
-525 2421 179,159 161 162 365,stand,,,
|
||||
496 2612 224,157 368 371 373,stand,,,
|
||||
1440 2571 116,168 169 170 373,stand,,,
|
||||
1513 2201 16,167 53 171 372 374,stand,,,
|
||||
1314 2810 141,167 155 373,stand,,,
|
||||
1599 2812 116,167 154,stand,,,
|
||||
1945 2162 16,168 172 374 54,stand,,,
|
||||
2361 2137 21,171 173 240 241 274,stand,,,
|
||||
2833 2203 16,172 174 240,stand,,,
|
||||
3414 2277 138,173 175 236 237,stand,,,
|
||||
3789 2240 114,174 176,stand,,,
|
||||
3807 2540 29,175 150 177,stand,,,
|
||||
4001 2435 79,176 178 235,stand,,,
|
||||
4059 2208 84,177 179,stand,,,
|
||||
4151 1832 18,178 180 283 284 285,stand,,,
|
||||
4319 1818 16,179 181 205 234 284,stand,,,
|
||||
4891 1811 16,180 182 220 229,stand,,,
|
||||
4922 1506 16,181 183 217 219 220,stand,,,
|
||||
4925 1090 26,182 184 216 221,stand,,,
|
||||
4936 458 23,183 185 223 224,stand,,,
|
||||
4730 410 33,184 186 324,stand,,,
|
||||
4416 441 20,185 187 187 324 289 355,stand,,,
|
||||
4422 609 20,186 188 189 190 288 186,stand,,,
|
||||
4753 519 20,187 189,stand,,,
|
||||
4771 648 20,188 187,stand,,,
|
||||
4447 930 20,187 194 203 287,stand,,,
|
||||
4730 868 20,192 193,stand,,,
|
||||
4757 749 20,191 193 194,stand,,,
|
||||
4624 754 20,192 194 191,stand,,,
|
||||
4528 919 20,193 192 190 195 196 198,stand,,,
|
||||
4595 1071 20,194 196 197,stand,,,
|
||||
4759 1088 20,195 197 194,stand,,,
|
||||
4765 971 20,196 195,stand,,,
|
||||
4833 930 238,194 199,stand,,,
|
||||
4820 1311 247,198 200,stand,,,
|
||||
4829 1560 265,199 201,stand,,,
|
||||
4759 1609 286,200 202,stand,,,
|
||||
4599 1698 286,201,stand,,,
|
||||
4465 1222 20,190 204 215 214 287 286,stand,,,
|
||||
4449 1491 20,203 205 212 215 286 285,stand,,,
|
||||
4418 1669 20,204 206 180 285,stand,,,
|
||||
4651 1655 20,205 207 212,stand,,,
|
||||
4775 1615 20,206 208,stand,,,
|
||||
4769 1706 20,207 209,stand,,,
|
||||
4521 1717 142,208 210,stand,,,
|
||||
4567 1637 142,209 211,stand,,,
|
||||
4769 1681 142,210,stand,,,
|
||||
4624 1502 20,206 213 204 215,stand,,,
|
||||
4770 1511 20,212 214 215,stand,,,
|
||||
4777 1197 20,213 215 203,stand,,,
|
||||
4665 1321 20,214 203 212 204 213,stand,,,
|
||||
5248 1096 16,183 139 218 219 221,stand,,,
|
||||
5346 1541 25,182 218 219 220 228,stand,,,
|
||||
5541 1304 16,217 139 140 216 228,stand,,,
|
||||
5177 1338 16,216 182 217 220,stand,,,
|
||||
5170 1701 16,181 217 219 182 228 230,stand,,,
|
||||
5232 797 38,216 222 226 223 183,stand,,,
|
||||
5309 588 56,221 223 225 226,stand,,,
|
||||
5060 577 16,222 184 221,stand,,,
|
||||
5162 288 16,184 225 314 316 356,stand,,,
|
||||
5328 413 16,224 222,stand,,,
|
||||
5625 645 176,222 137 136 227 221,stand,,,
|
||||
5702 483 198,226 135 136,stand,,,
|
||||
5599 1756 121,217 141 220 218 230,stand,,,
|
||||
4969 1935 16,230 181,stand,,,
|
||||
5381 1906 52,229 231 220 228,stand,,,
|
||||
5663 2113 19,230 142 143,stand,,,
|
||||
5227 2567 229,144 233,stand,,,
|
||||
4650 2495 198,232 234,stand,,,
|
||||
4620 1977 16,233 180,stand,,,
|
||||
4235 2632 129,177 149,stand,,,
|
||||
3464 2605 124,150 174 151 237,stand,,,
|
||||
3020 2580 119,236 238 152 174 240,stand,,,
|
||||
2429 2633 150,237 239 153,stand,,,
|
||||
1944 2594 102,238 154 374,stand,,,
|
||||
2774 2428 36,237 173 172,stand,,,
|
||||
2363 1812 16,172 15 242 56 274,stand,,,
|
||||
2359 1593 16,241 15 243 57 56,stand,,,
|
||||
2327 1253 16,242 244 57,stand,,,
|
||||
2281 1060 22,243 245 58,stand,,,
|
||||
2356 748 20,244 13 58 59,stand,,,
|
||||
2596 706 16,13 247 252,stand,,,
|
||||
2606 1035 22,246 248 270 271 265,stand,,,
|
||||
2756 985 19,247 249 250 271 265,stand,,,
|
||||
2749 709 16,248,stand,,,
|
||||
2885 956 16,248 251 253 265 272 378,stand,,,
|
||||
2881 594 16,250 252 253,stand,,,
|
||||
2599 557 17,251 13 246 354,stand,,,
|
||||
3098 600 16,251 254 259 250,stand,,,
|
||||
3251 495 16,253 255 353,stand,,,
|
||||
3590 542 19,254 256 302 303 352,stand,,,
|
||||
3572 908 21,255 257 294 305,stand,,,
|
||||
3366 916 18,256 258 260 304 305,stand,,,
|
||||
3376 720 22,257 259 261 264 262 263,stand,,,
|
||||
3183 709 16,258 260 253,stand,,,
|
||||
3196 912 20,259 257 304,stand,,,
|
||||
3460 630 17,258 262 264,stand,,,
|
||||
3323 621 16,261 263 258,stand,,,
|
||||
3287 800 30,262 264 258,stand,,,
|
||||
3462 811 18,263 261 258,stand,,,
|
||||
2885 1142 16,250 266 271 248 247 377 377,stand,,,
|
||||
2878 1343 16,265 267 270 273 271 268 277 376,stand,,,
|
||||
2878 1636 16,266 268,stand,,,
|
||||
2796 1645 16,267 269 266 270 275,stand,,,
|
||||
2647 1623 16,268 15 270 274,stand,,,
|
||||
2604 1359 16,269 247 266 271 268,stand,,,
|
||||
2732 1219 16,247 265 270 248 266 273,stand,,,
|
||||
3144 1076 16,250 273 304 375,stand,,,
|
||||
3091 1295 16,272 266 277 306 271,stand,,,
|
||||
2581 1856 16,269 241 172 275,stand,,,
|
||||
2787 1757 16,274 268 276,stand,,,
|
||||
2998 1719 16,275 277 313,stand,,,
|
||||
3026 1401 16,276 266 273 278 313,stand,,,
|
||||
3313 1402 16,277 279 307,stand,,,
|
||||
3350 1490 16,278 280 310 311,stand,,,
|
||||
3361 1663 16,279 281 313,stand,,,
|
||||
3635 1663 16,280 282 284 309 312,stand,,,
|
||||
3829 1914 39,281 283,stand,,,
|
||||
4029 1904 31,282 179,stand,,,
|
||||
4050 1669 16,281 179 180 285 312,stand,,,
|
||||
4196 1585 16,284 286 204 205 179 290 312,stand,,,
|
||||
4202 1289 16,285 287 203 204 290,stand,,,
|
||||
4168 1027 16,286 288 190 203 295 290,stand,,,
|
||||
4137 700 16,287 289 187 295,stand,,,
|
||||
4128 491 16,288 303 302 355 186,stand,,,
|
||||
4005 1358 16,285 291 295 286 287 312,stand,,,
|
||||
3857 1378 16,290 292 296 312,stand,,,
|
||||
3714 1354 16,291 293 308 309,stand,,,
|
||||
3690 1140 17,292 294 296 308 305,stand,,,
|
||||
3662 894 24,293 295 256 302,stand,,,
|
||||
4000 873 25,294 290 287 288,stand,,,
|
||||
3847 1143 17,291 293 297,stand,,,
|
||||
3845 1005 27,296 298,stand,,,
|
||||
3905 1027 21,297 299,stand,,,
|
||||
3915 1248 144,298 300,stand,,,
|
||||
3822 1183 144,299 301,stand,,,
|
||||
3879 1006 144,300,stand,,,
|
||||
3712 690 16,294 255 303 289,stand,,,
|
||||
3824 532 16,255 302 289 352,stand,,,
|
||||
3228 1017 16,260 272 257 306,stand,,,
|
||||
3483 1077 21,306 256 293 257 307,stand,,,
|
||||
3274 1191 16,305 307 273 304,stand,,,
|
||||
3367 1260 16,306 308 278 305,stand,,,
|
||||
3614 1261 16,307 309 293 292,stand,,,
|
||||
3656 1464 16,308 281 292 312,stand,,,
|
||||
3516 1538 16,279 311,stand,,,
|
||||
3514 1380 16,310 279,stand,,,
|
||||
3878 1525 16,291 290 281 284 285 309,stand,,,
|
||||
3178 1584 16,280 276 277,stand,,,
|
||||
5328 175 18,224 315 316 356,stand,,,
|
||||
5420 -156 26,314 133 317,stand,,,
|
||||
5645 244 43,314 224 134,stand,,,
|
||||
5019 -234 41,315 318 322 323 357,stand,,,
|
||||
4676 -373 94,317 319 323 325,stand,,,
|
||||
4548 -257 32,318 320,stand,,,
|
||||
4470 -361 108,319 321 325,stand,,,
|
||||
4371 -200 25,320 322 324 351 355,stand,,,
|
||||
4658 -109 15,321 317 323 324 357,stand,,,
|
||||
4750 -222 18,318 322 357 317,stand,,,
|
||||
4602 193 62,322 186 185 321 355 356,stand,,,
|
||||
4768 -547 130,318 129 320 326,stand,,,
|
||||
4233 -561 208,325 327,stand,,,
|
||||
3765 -576 191,326 328 350,stand,,,
|
||||
3019 -589 211,327 126 329,stand,,,
|
||||
2479 -649 184,328 125 330 343 348,stand,,,
|
||||
1876 -437 133,329 331 124 343 348,stand,,,
|
||||
1390 -484 135,330 332 122 343 346,stand,,,
|
||||
655 -506 113,331 333 121,stand,,,
|
||||
329 -543 102,332 334 120 121 344,stand,,,
|
||||
229 -493 118,333 335 336 341,stand,,,
|
||||
235 -304 89,334 336 341,stand,,,
|
||||
7 -308 131,335 337 334 341,stand,,,
|
||||
-110 -183 66,336 338 342 344 361,stand,,,
|
||||
-520 151 31,337 79 339 101 342 361,stand,,,
|
||||
-790 216 72,116 338,stand,,,
|
||||
-543 -566 184,117 341 342,crouch,,,
|
||||
-97 -514 163,340 336 334 335 119,stand,,,
|
||||
-700 -83 15,338 116 340 117 337,stand,,,
|
||||
1723 -672 98,122 331 123 330 329,crouch,,,
|
||||
405 -121 17,337 333 345 360 361,stand,,,
|
||||
799 8 15,344 346 359,stand,,,
|
||||
1516 -141 60,345 347 331 358,stand,,,
|
||||
1972 136 29,346 348 60 61 358,stand,,,
|
||||
2351 -207 27,347 349 354 329 330,stand,,,
|
||||
2772 14 16,348 350 353 354,stand,,,
|
||||
3405 -152 16,349 351 353 327,stand,,,
|
||||
3859 21 17,350 321 352 355,stand,,,
|
||||
3702 221 30,351 303 255 353,stand,,,
|
||||
3302 225 43,352 350 254 349,stand,,,
|
||||
2422 263 29,349 252 59 348,stand,,,
|
||||
4251 211 34,351 289 186 321 324,stand,,,
|
||||
4947 170 39,324 224 314 357,stand,,,
|
||||
4890 -61 15,356 323 317 322,stand,,,
|
||||
1359 174 64,347 63 346,crouch,,,
|
||||
1010 260 35,63 345 64 69,stand,,,
|
||||
429 226 16,73 69 344 73,stand,,,
|
||||
-13 159 32,344 100 337 338,stand,,,
|
||||
2063 1040 20,58 363,stand,,,
|
||||
2048 967 77,362 364,stand,,,
|
||||
2045 902 112,363 6,stand,,,
|
||||
-165 2472 93,164 366 165 368,stand,,,
|
||||
-166 2190 68,365 367 370,stand,,,
|
||||
132 2180 72,366 368 369,stand,,,
|
||||
56 2439 90,367 164 365 166,stand,,,
|
||||
190 1875 21,367 87 370 86,stand,,,
|
||||
-146 1831 23,366 369 88 96,stand,,,
|
||||
944 2379 111,166 372 373 51,stand,,,
|
||||
1213 2137 39,371 52 168,stand,,,
|
||||
992 2669 180,169 167 166 156 371,stand,,,
|
||||
1826 2356 33,239 171 168,stand,,,
|
||||
3034 1119 48,272 379,stand,,,
|
||||
2971 1195 45,266 379,stand,,,
|
||||
2906 1122 47,265 265 379,stand,,,
|
||||
2958 1057 48,250 379,stand,,,
|
||||
2980 1112 -61,376 377 378 375 380,stand,,,
|
||||
2962 1112 -415,379 383,stand,,,
|
||||
-817 1153 489,106 382 112 111 383,stand,,,
|
||||
-813 1225 489,381 112,stand,,,
|
||||
-1072 1162 -153,381 380,stand,,,
|
||||
|
385
scriptdata/waypoints/mp_ancient_wp.csv
Normal file
@@ -0,0 +1,385 @@
|
||||
384
|
||||
1097 971 21,1 25 26,stand,,,
|
||||
1083 662 16,0 2 63 68,stand,,,
|
||||
1298 643 16,1 3 63 68,stand,,,
|
||||
1579 633 20,2 4 63,stand,,,
|
||||
1853 638 16,3 5 16 67,stand,,,
|
||||
1963 649 19,4 6 67,stand,,,
|
||||
1997 957 112,5 7 364,stand,,,
|
||||
2018 1130 112,6 8 9,stand,,,
|
||||
1982 1316 112,7 20,stand,,,
|
||||
2139 1151 112,7 10,stand,,,
|
||||
2341 1134 112,9 11,stand,,,
|
||||
2480 1124 112,10 12 14,stand,,,
|
||||
2490 940 112,11 13,stand,,,
|
||||
2488 647 24,12 245 59 246 252,stand,,,
|
||||
2484 1313 112,11 15,stand,,,
|
||||
2495 1604 16,14 241 242 269,stand,,,
|
||||
1879 938 24,4 17 28,stand,,,
|
||||
1882 1138 17,16 18,stand,,,
|
||||
1870 1422 16,17 19 20 30,stand,,,
|
||||
1859 1700 16,18 21 20 22 48,stand,,,
|
||||
2008 1582 16,18 8 21 19,stand,,,
|
||||
1977 1812 16,20 19 48,stand,,,
|
||||
1540 1708 16,19 23 48 47,stand,,,
|
||||
1129 1727 16,22 24 47 48,stand,,,
|
||||
1092 1419 16,23 25 32,stand,,,
|
||||
1092 1311 16,24 0 49,stand,,,
|
||||
1221 931 22,0 27 34 35,stand,,,
|
||||
1478 888 18,26 28 36 35 43,stand,,,
|
||||
1731 942 22,27 29 37 16 36,stand,,,
|
||||
1778 1189 17,28 30,stand,,,
|
||||
1760 1423 16,29 31 18 38 45,stand,,,
|
||||
1504 1458 16,30 32 39 38,stand,,,
|
||||
1235 1418 16,31 33 40 24 39,stand,,,
|
||||
1224 1295 16,32 34 41,stand,,,
|
||||
1212 1110 16,33 26,stand,,,
|
||||
1201 774 16,26 36 27,stand,,,
|
||||
1448 750 19,35 37 28 27,stand,,,
|
||||
1758 771 20,36 28,stand,,,
|
||||
1758 1599 16,30 39 31,stand,,,
|
||||
1496 1599 16,38 40 32 31,stand,,,
|
||||
1226 1598 16,39 32,stand,,,
|
||||
1326 1247 16,33 42 46,stand,,,
|
||||
1377 1100 17,41 43,stand,,,
|
||||
1498 1013 17,42 27 44,stand,,,
|
||||
1624 1122 22,43 45,stand,,,
|
||||
1649 1284 16,30 44 46,stand,,,
|
||||
1485 1339 16,45 41,stand,,,
|
||||
1114 1816 16,23 48 22,stand,,,
|
||||
1513 1821 16,47 22 21 19 23 53,stand,,,
|
||||
941 1315 16,25 50 66 83,stand,,,
|
||||
950 1561 16,49 51 82,stand,,,
|
||||
944 1917 22,50 52 82 87 371,stand,,,
|
||||
1267 1933 21,51 53 372,stand,,,
|
||||
1509 1927 16,52 54 168 48,stand,,,
|
||||
1840 1926 16,53 55 171,stand,,,
|
||||
2064 1923 16,54 56,stand,,,
|
||||
2114 1690 16,55 57 242 241,stand,,,
|
||||
2169 1329 16,56 58 243 242,stand,,,
|
||||
2150 985 22,57 59 244 245 362,stand,,,
|
||||
2137 618 23,58 60 245 13 354,stand,,,
|
||||
2072 420 25,59 61 347,stand,,,
|
||||
1710 437 22,60 62 347,stand,,,
|
||||
1513 392 20,61 63,stand,,,
|
||||
1286 424 20,62 64 2 1 3 358 359,stand,,,
|
||||
993 449 21,63 65 69 70 359,stand,,,
|
||||
969 688 16,64 66 69,stand,,,
|
||||
964 982 23,65 49 84 70,stand,,,
|
||||
1990 556 21,5 4,stand,,,
|
||||
1082 559 18,1 2,stand,,,
|
||||
712 460 19,64 70 73 65 359 360,stand,,,
|
||||
673 811 23,69 71 84 64 66,stand,,,
|
||||
530 850 28,70 72 74 84,stand,,,
|
||||
395 860 22,71 73 81 84 99,stand,,,
|
||||
385 498 18,72 69 99 100 360 360,stand,,,
|
||||
553 716 17,71 75,stand,,,
|
||||
552 552 22,74,stand,,,
|
||||
-460 949 33,77 97 105,stand,,,
|
||||
-573 802 22,76 78 102 103 105,stand,,,
|
||||
-636 514 23,77 79,stand,,,
|
||||
-686 403 38,80 78 101 338,stand,,,
|
||||
-1002 399 19,79 116,stand,,,
|
||||
347 1212 20,72 82 84 83,stand,,,
|
||||
696 1664 16,81 50 51 83 87,stand,,,
|
||||
678 1325 16,84 82 81 49 86,stand,,,
|
||||
566 1030 16,72 81 70 83 66 71 85,stand,,,
|
||||
181 1124 16,84 86 98 88 89 99 104,stand,,,
|
||||
204 1513 16,85 87 83 88 89 98 369,stand,,,
|
||||
528 1808 20,86 51 82 369,stand,,,
|
||||
-82 1585 16,86 89 96 85 370,stand,,,
|
||||
-167 1317 16,88 90 91 98 86 85,stand,,,
|
||||
-380 1167 16,89 91 97 98 104 106,stand,,,
|
||||
-342 1342 16,89 92 96 90 93,stand,,,
|
||||
-598 1387 16,91 93 96,stand,,,
|
||||
-600 1632 16,92 94 91,stand,,,
|
||||
-601 1854 41,93 95 96,stand,,,
|
||||
-936 1847 18,94 162,stand,,,
|
||||
-368 1614 16,88 91 94 92 370,stand,,,
|
||||
-374 954 27,90 76 103 98,stand,,,
|
||||
-50 1104 16,85 89 90 104 86 97,stand,,,
|
||||
94 733 16,85 72 73 100 103 104,stand,,,
|
||||
-135 509 16,99 101 103 102 73 361,stand,,,
|
||||
-398 327 33,100 79 102 338,stand,,,
|
||||
-403 572 16,101 77 100 103,stand,,,
|
||||
-252 761 16,77 100 99 97 104 102,stand,,,
|
||||
-113 942 16,103 90 99 98 85,stand,,,
|
||||
-619 930 28,77 76,stand,,,
|
||||
-683 1143 489,90 107 110 381,stand,,,
|
||||
-716 1290 489,106 108,crouch,,,
|
||||
-1064 1295 489,107 109 115,crouch,,,
|
||||
-1068 1020 489,108 110 115,crouch,,,
|
||||
-733 1006 489,109 106,crouch,,,
|
||||
-815 1071 489,112 381,crouch,,,
|
||||
-881 1137 494,111 113 382 381,stand,,,
|
||||
-930 1150 528,112 114,stand,,,
|
||||
-989 1150 489,113,stand,,,
|
||||
-1040 1166 489,108 109,stand,,,
|
||||
-993 133 17,80 117 339 342,stand,,,
|
||||
-791 -659 99,116 118 340 342,stand,,,
|
||||
-652 -813 98,117 119,stand,,,
|
||||
-161 -798 45,118 120 341,stand,,,
|
||||
427 -781 70,119 121 333,stand,,,
|
||||
896 -766 178,120 122 332 333,stand,,,
|
||||
1360 -782 200,121 123 331 343,stand,,,
|
||||
1893 -834 34,122 124 343,stand,,,
|
||||
2339 -825 145,123 125 330,stand,,,
|
||||
2818 -771 133,124 126 329,stand,,,
|
||||
3298 -760 210,125 127 328,stand,,,
|
||||
3769 -801 39,126 128,stand,,,
|
||||
4322 -805 45,127 129,stand,,,
|
||||
4926 -795 48,128 130 325,stand,,,
|
||||
5312 -731 100,129 131,stand,,,
|
||||
5400 -635 152,130 132,stand,,,
|
||||
5718 -494 224,131 133,stand,,,
|
||||
5876 -165 27,132 134 315,stand,,,
|
||||
5876 110 42,133 135 316,stand,,,
|
||||
5861 418 160,134 136 227,stand,,,
|
||||
5875 706 182,135 137 226 227,stand,,,
|
||||
5725 812 165,136 138 226 139,stand,,,
|
||||
5774 926 111,137 139,stand,,,
|
||||
5629 1018 62,138 140 216 218 137,stand,,,
|
||||
5867 1299 16,139 141 218,stand,,,
|
||||
5853 1695 117,140 142 228,stand,,,
|
||||
5876 1964 45,141 143 231,stand,,,
|
||||
5876 2235 26,142 144 231,stand,,,
|
||||
5839 2553 153,143 145 232,stand,,,
|
||||
5820 2833 136,144 146,stand,,,
|
||||
5583 2913 109,145 147,stand,,,
|
||||
5208 2917 68,146 148,stand,,,
|
||||
4810 2911 32,147 149,stand,,,
|
||||
4327 2871 22,148 150 235,stand,,,
|
||||
3794 2875 18,149 151 176 236,stand,,,
|
||||
3399 2876 123,150 152 236,stand,,,
|
||||
2961 2913 146,151 153 237,stand,,,
|
||||
2442 2917 80,152 154 238,stand,,,
|
||||
1865 2917 55,153 155 170 239,stand,,,
|
||||
1403 2910 132,154 156 169,stand,,,
|
||||
872 2917 116,155 157 373,stand,,,
|
||||
313 2908 194,156 158 166,stand,,,
|
||||
-206 2910 140,157 159 163,stand,,,
|
||||
-510 2853 132,158 160 165,stand,,,
|
||||
-873 2883 83,159 161,stand,,,
|
||||
-875 2573 107,160 162 165,stand,,,
|
||||
-872 2206 67,161 95 165,stand,,,
|
||||
-67 2700 137,158 164,stand,,,
|
||||
-27 2314 46,163 365 368,stand,,,
|
||||
-525 2421 179,159 161 162 365,stand,,,
|
||||
496 2612 224,157 368 371 373,stand,,,
|
||||
1440 2571 116,168 169 170 373,stand,,,
|
||||
1513 2201 16,167 53 171 372 374,stand,,,
|
||||
1314 2810 141,167 155 373,stand,,,
|
||||
1599 2812 116,167 154,stand,,,
|
||||
1945 2162 16,168 172 374 54,stand,,,
|
||||
2361 2137 21,171 173 240 241 274,stand,,,
|
||||
2833 2203 16,172 174 240,stand,,,
|
||||
3414 2277 138,173 175 236 237,stand,,,
|
||||
3789 2240 114,174 176,stand,,,
|
||||
3807 2540 29,175 150 177,stand,,,
|
||||
4001 2435 79,176 178 235,stand,,,
|
||||
4059 2208 84,177 179,stand,,,
|
||||
4151 1832 18,178 180 283 284 285,stand,,,
|
||||
4319 1818 16,179 181 205 234 284,stand,,,
|
||||
4891 1811 16,180 182 220 229,stand,,,
|
||||
4922 1506 16,181 183 217 219 220,stand,,,
|
||||
4925 1090 26,182 184 216 221,stand,,,
|
||||
4936 458 23,183 185 223 224,stand,,,
|
||||
4730 410 33,184 186 324,stand,,,
|
||||
4416 441 20,185 187 187 324 289 355,stand,,,
|
||||
4422 609 20,186 188 189 190 288 186,stand,,,
|
||||
4753 519 20,187 189,stand,,,
|
||||
4771 648 20,188 187,stand,,,
|
||||
4447 930 20,187 194 203 287,stand,,,
|
||||
4730 868 20,192 193,stand,,,
|
||||
4757 749 20,191 193 194,stand,,,
|
||||
4624 754 20,192 194 191,stand,,,
|
||||
4528 919 20,193 192 190 195 196 198,stand,,,
|
||||
4595 1071 20,194 196 197,stand,,,
|
||||
4759 1088 20,195 197 194,stand,,,
|
||||
4765 971 20,196 195,stand,,,
|
||||
4833 930 238,194 199,stand,,,
|
||||
4820 1311 247,198 200,stand,,,
|
||||
4829 1560 265,199 201,stand,,,
|
||||
4759 1609 286,200 202,stand,,,
|
||||
4599 1698 286,201,stand,,,
|
||||
4465 1222 20,190 204 215 214 287 286,stand,,,
|
||||
4449 1491 20,203 205 212 215 286 285,stand,,,
|
||||
4418 1669 20,204 206 180 285,stand,,,
|
||||
4651 1655 20,205 207 212,stand,,,
|
||||
4775 1615 20,206 208,stand,,,
|
||||
4769 1706 20,207 209,stand,,,
|
||||
4521 1717 142,208 210,stand,,,
|
||||
4567 1637 142,209 211,stand,,,
|
||||
4769 1681 142,210,stand,,,
|
||||
4624 1502 20,206 213 204 215,stand,,,
|
||||
4770 1511 20,212 214 215,stand,,,
|
||||
4777 1197 20,213 215 203,stand,,,
|
||||
4665 1321 20,214 203 212 204 213,stand,,,
|
||||
5248 1096 16,183 139 218 219 221,stand,,,
|
||||
5346 1541 25,182 218 219 220 228,stand,,,
|
||||
5541 1304 16,217 139 140 216 228,stand,,,
|
||||
5177 1338 16,216 182 217 220,stand,,,
|
||||
5170 1701 16,181 217 219 182 228 230,stand,,,
|
||||
5232 797 38,216 222 226 223 183,stand,,,
|
||||
5309 588 56,221 223 225 226,stand,,,
|
||||
5060 577 16,222 184 221,stand,,,
|
||||
5162 288 16,184 225 314 316 356,stand,,,
|
||||
5328 413 16,224 222,stand,,,
|
||||
5625 645 176,222 137 136 227 221,stand,,,
|
||||
5702 483 198,226 135 136,stand,,,
|
||||
5599 1756 121,217 141 220 218 230,stand,,,
|
||||
4969 1935 16,230 181,stand,,,
|
||||
5381 1906 52,229 231 220 228,stand,,,
|
||||
5663 2113 19,230 142 143,stand,,,
|
||||
5227 2567 229,144 233,stand,,,
|
||||
4650 2495 198,232 234,stand,,,
|
||||
4620 1977 16,233 180,stand,,,
|
||||
4235 2632 129,177 149,stand,,,
|
||||
3464 2605 124,150 174 151 237,stand,,,
|
||||
3020 2580 119,236 238 152 174 240,stand,,,
|
||||
2429 2633 150,237 239 153,stand,,,
|
||||
1944 2594 102,238 154 374,stand,,,
|
||||
2774 2428 36,237 173 172,stand,,,
|
||||
2363 1812 16,172 15 242 56 274,stand,,,
|
||||
2359 1593 16,241 15 243 57 56,stand,,,
|
||||
2327 1253 16,242 244 57,stand,,,
|
||||
2281 1060 22,243 245 58,stand,,,
|
||||
2356 748 20,244 13 58 59,stand,,,
|
||||
2596 706 16,13 247 252,stand,,,
|
||||
2606 1035 22,246 248 270 271 265,stand,,,
|
||||
2756 985 19,247 249 250 271 265,stand,,,
|
||||
2749 709 16,248,stand,,,
|
||||
2885 956 16,248 251 253 265 272 378,stand,,,
|
||||
2881 594 16,250 252 253,stand,,,
|
||||
2599 557 17,251 13 246 354,stand,,,
|
||||
3098 600 16,251 254 259 250,stand,,,
|
||||
3251 495 16,253 255 353,stand,,,
|
||||
3590 542 19,254 256 302 303 352,stand,,,
|
||||
3572 908 21,255 257 294 305,stand,,,
|
||||
3366 916 18,256 258 260 304 305,stand,,,
|
||||
3376 720 22,257 259 261 264 262 263,stand,,,
|
||||
3183 709 16,258 260 253,stand,,,
|
||||
3196 912 20,259 257 304,stand,,,
|
||||
3460 630 17,258 262 264,stand,,,
|
||||
3323 621 16,261 263 258,stand,,,
|
||||
3287 800 30,262 264 258,stand,,,
|
||||
3462 811 18,263 261 258,stand,,,
|
||||
2885 1142 16,250 266 271 248 247 377 377,stand,,,
|
||||
2878 1343 16,265 267 270 273 271 268 277 376,stand,,,
|
||||
2878 1636 16,266 268,stand,,,
|
||||
2796 1645 16,267 269 266 270 275,stand,,,
|
||||
2647 1623 16,268 15 270 274,stand,,,
|
||||
2604 1359 16,269 247 266 271 268,stand,,,
|
||||
2732 1219 16,247 265 270 248 266 273,stand,,,
|
||||
3144 1076 16,250 273 304 375,stand,,,
|
||||
3091 1295 16,272 266 277 306 271,stand,,,
|
||||
2581 1856 16,269 241 172 275,stand,,,
|
||||
2787 1757 16,274 268 276,stand,,,
|
||||
2998 1719 16,275 277 313,stand,,,
|
||||
3026 1401 16,276 266 273 278 313,stand,,,
|
||||
3313 1402 16,277 279 307,stand,,,
|
||||
3350 1490 16,278 280 310 311,stand,,,
|
||||
3361 1663 16,279 281 313,stand,,,
|
||||
3635 1663 16,280 282 284 309 312,stand,,,
|
||||
3829 1914 39,281 283,stand,,,
|
||||
4029 1904 31,282 179,stand,,,
|
||||
4050 1669 16,281 179 180 285 312,stand,,,
|
||||
4196 1585 16,284 286 204 205 179 290 312,stand,,,
|
||||
4202 1289 16,285 287 203 204 290,stand,,,
|
||||
4168 1027 16,286 288 190 203 295 290,stand,,,
|
||||
4137 700 16,287 289 187 295,stand,,,
|
||||
4128 491 16,288 303 302 355 186,stand,,,
|
||||
4005 1358 16,285 291 295 286 287 312,stand,,,
|
||||
3857 1378 16,290 292 296 312,stand,,,
|
||||
3714 1354 16,291 293 308 309,stand,,,
|
||||
3690 1140 17,292 294 296 308 305,stand,,,
|
||||
3662 894 24,293 295 256 302,stand,,,
|
||||
4000 873 25,294 290 287 288,stand,,,
|
||||
3847 1143 17,291 293 297,stand,,,
|
||||
3845 1005 27,296 298,stand,,,
|
||||
3905 1027 21,297 299,stand,,,
|
||||
3915 1248 144,298 300,stand,,,
|
||||
3822 1183 144,299 301,stand,,,
|
||||
3879 1006 144,300,stand,,,
|
||||
3712 690 16,294 255 303 289,stand,,,
|
||||
3824 532 16,255 302 289 352,stand,,,
|
||||
3228 1017 16,260 272 257 306,stand,,,
|
||||
3483 1077 21,306 256 293 257 307,stand,,,
|
||||
3274 1191 16,305 307 273 304,stand,,,
|
||||
3367 1260 16,306 308 278 305,stand,,,
|
||||
3614 1261 16,307 309 293 292,stand,,,
|
||||
3656 1464 16,308 281 292 312,stand,,,
|
||||
3516 1538 16,279 311,stand,,,
|
||||
3514 1380 16,310 279,stand,,,
|
||||
3878 1525 16,291 290 281 284 285 309,stand,,,
|
||||
3178 1584 16,280 276 277,stand,,,
|
||||
5328 175 18,224 315 316 356,stand,,,
|
||||
5420 -156 26,314 133 317,stand,,,
|
||||
5645 244 43,314 224 134,stand,,,
|
||||
5019 -234 41,315 318 322 323 357,stand,,,
|
||||
4676 -373 94,317 319 323 325,stand,,,
|
||||
4548 -257 32,318 320,stand,,,
|
||||
4470 -361 108,319 321 325,stand,,,
|
||||
4371 -200 25,320 322 324 351 355,stand,,,
|
||||
4658 -109 15,321 317 323 324 357,stand,,,
|
||||
4750 -222 18,318 322 357 317,stand,,,
|
||||
4602 193 62,322 186 185 321 355 356,stand,,,
|
||||
4768 -547 130,318 129 320 326,stand,,,
|
||||
4233 -561 208,325 327,stand,,,
|
||||
3765 -576 191,326 328 350,stand,,,
|
||||
3019 -589 211,327 126 329,stand,,,
|
||||
2479 -649 184,328 125 330 343 348,stand,,,
|
||||
1876 -437 133,329 331 124 343 348,stand,,,
|
||||
1390 -484 135,330 332 122 343 346,stand,,,
|
||||
655 -506 113,331 333 121,stand,,,
|
||||
329 -543 102,332 334 120 121 344,stand,,,
|
||||
229 -493 118,333 335 336 341,stand,,,
|
||||
235 -304 89,334 336 341,stand,,,
|
||||
7 -308 131,335 337 334 341,stand,,,
|
||||
-110 -183 66,336 338 342 344 361,stand,,,
|
||||
-520 151 31,337 79 339 101 342 361,stand,,,
|
||||
-790 216 72,116 338,stand,,,
|
||||
-543 -566 184,117 341 342,crouch,,,
|
||||
-97 -514 163,340 336 334 335 119,stand,,,
|
||||
-700 -83 15,338 116 340 117 337,stand,,,
|
||||
1723 -672 98,122 331 123 330 329,crouch,,,
|
||||
405 -121 17,337 333 345 360 361,stand,,,
|
||||
799 8 15,344 346 359,stand,,,
|
||||
1516 -141 60,345 347 331 358,stand,,,
|
||||
1972 136 29,346 348 60 61 358,stand,,,
|
||||
2351 -207 27,347 349 354 329 330,stand,,,
|
||||
2772 14 16,348 350 353 354,stand,,,
|
||||
3405 -152 16,349 351 353 327,stand,,,
|
||||
3859 21 17,350 321 352 355,stand,,,
|
||||
3702 221 30,351 303 255 353,stand,,,
|
||||
3302 225 43,352 350 254 349,stand,,,
|
||||
2422 263 29,349 252 59 348,stand,,,
|
||||
4251 211 34,351 289 186 321 324,stand,,,
|
||||
4947 170 39,324 224 314 357,stand,,,
|
||||
4890 -61 15,356 323 317 322,stand,,,
|
||||
1359 174 64,347 63 346,crouch,,,
|
||||
1010 260 35,63 345 64 69,stand,,,
|
||||
429 226 16,73 69 344 73,stand,,,
|
||||
-13 159 32,344 100 337 338,stand,,,
|
||||
2063 1040 20,58 363,stand,,,
|
||||
2048 967 77,362 364,stand,,,
|
||||
2045 902 112,363 6,stand,,,
|
||||
-165 2472 93,164 366 165 368,stand,,,
|
||||
-166 2190 68,365 367 370,stand,,,
|
||||
132 2180 72,366 368 369,stand,,,
|
||||
56 2439 90,367 164 365 166,stand,,,
|
||||
190 1875 21,367 87 370 86,stand,,,
|
||||
-146 1831 23,366 369 88 96,stand,,,
|
||||
944 2379 111,166 372 373 51,stand,,,
|
||||
1213 2137 39,371 52 168,stand,,,
|
||||
992 2669 180,169 167 166 156 371,stand,,,
|
||||
1826 2356 33,239 171 168,stand,,,
|
||||
3034 1119 48,272 379,stand,,,
|
||||
2971 1195 45,266 379,stand,,,
|
||||
2906 1122 47,265 265 379,stand,,,
|
||||
2958 1057 48,250 379,stand,,,
|
||||
2980 1112 -61,376 377 378 375 380,stand,,,
|
||||
2962 1112 -415,379 383,stand,,,
|
||||
-817 1153 489,106 382 112 111 383,stand,,,
|
||||
-813 1225 489,381 112,stand,,,
|
||||
-1072 1162 -153,381 380,stand,,,
|
||||
|
508
scriptdata/waypoints/mp_aosta_valley_wp.csv
Normal file
@@ -0,0 +1,508 @@
|
||||
507
|
||||
800 -416 30,1 32 28 47,stand,,,
|
||||
1110 -157 15,0 2 47,stand,,,
|
||||
1221 100 5,1 3 7,stand,,,
|
||||
1206 537 -148,2 4 7 87 366,stand,,,
|
||||
1257 723 -167,3 5 87 352,stand,,,
|
||||
1341 824 -167,4 6,stand,,,
|
||||
1343 859 -127,5 286,stand,,,
|
||||
1027 198 1,3 8 47 2,stand,,,
|
||||
644 183 9,7 9 23 28 371,stand,,,
|
||||
386 115 8,8 10 33 374,stand,,,
|
||||
243 -81 9,9 11 33 29 46 374,stand,,,
|
||||
-83 -76 8,10 12 45 13,stand,,,
|
||||
-75 107 8,11 13 36 57 374 384,stand,,,
|
||||
-453 232 -9,12 14 36 384 11,stand,,,
|
||||
-439 609 -47,13 15 38 84 39,stand,,,
|
||||
-282 598 -47,14 16 84,stand,,,
|
||||
-291 417 16,15 17,stand,,,
|
||||
-183 417 16,16 18 48 386,stand,,,
|
||||
-43 362 16,17 19 20 386,stand,,,
|
||||
-37 458 16,18 20 134 151,stand,,,
|
||||
175 341 20,19 18 21,stand,,,
|
||||
345 337 16,22 20,stand,,,
|
||||
482 359 16,21 23,stand,,,
|
||||
618 315 7,22 24 8 153 371,stand,,,
|
||||
750 420 4,23 25,stand,,,
|
||||
811 416 8,24 26 27 58,stand,,,
|
||||
964 356 8,25 27,stand,,,
|
||||
943 519 18,26 25,stand,,,
|
||||
619 -119 13,8 29 0 33 47,stand,,,
|
||||
284 -361 26,28 30 33 31 34 46 10,stand,,,
|
||||
-29 -758 26,29 31 35 46,stand,,,
|
||||
371 -790 24,30 32 29 34,stand,,,
|
||||
661 -595 9,31 0 34,stand,,,
|
||||
379 -137 15,28 9 10 29,stand,,,
|
||||
455 -552 27,32 29 31,stand,,,
|
||||
-306 -417 17,30 36 45,stand,,,
|
||||
-549 -69 15,35 37 13 45 12,stand,,,
|
||||
-796 350 8,36 38,stand,,,
|
||||
-722 576 -47,37 39 14,stand,,,
|
||||
-768 756 -47,38 40 14,stand,,,
|
||||
-771 935 -119,39 41,stand,,,
|
||||
-762 1138 -191,40 42 44 43,stand,,,
|
||||
-757 1306 -219,41 43 44 441,stand,,,
|
||||
-455 1378 -217,42 44 41 163 179 241,stand,,,
|
||||
-514 1127 -189,41 43 42 423,stand,,,
|
||||
-171 -247 24,36 11 35 46,stand,,,
|
||||
-41 -414 10,30 45 29 10,stand,,,
|
||||
884 -121 34,28 7 1 0,stand,,,
|
||||
-222 292 16,17 49,climb,,,
|
||||
-216 300 -111,48 50,climb,,,
|
||||
-101 377 -111,49 51,stand,,,
|
||||
100 374 -111,50 52 53,stand,,,
|
||||
408 377 -111,51 81,stand,,,
|
||||
100 196 -111,51 54,stand,,,
|
||||
207 208 -108,53 55,climb,,,
|
||||
207 212 16,54 56,climb,,,
|
||||
151 228 16,55 57,stand,,,
|
||||
128 68 16,56 12,stand,,,
|
||||
791 311 8,25 59,climb,,,
|
||||
799 309 -118,58 61,climb,,,
|
||||
925 494 -127,61 86,stand,,,
|
||||
911 339 -127,59 60 62,crouch,,,
|
||||
907 175 -139,61 63,crouch,,,
|
||||
821 8 -134,62 64,stand,,,
|
||||
283 -9 -315,63 65,stand,,,
|
||||
-110 24 -398,64 66,stand,,,
|
||||
-137 431 -431,65 67 72,stand,,,
|
||||
-4 452 -431,66 68,stand,,,
|
||||
-4 695 -431,67 116,stand,,,
|
||||
-248 926 -446,70 71 116,stand,,,
|
||||
-498 925 -431,69,stand,,,
|
||||
-254 715 -445,69 72 74 75,stand,,,
|
||||
-302 409 -434,71 66 73,stand,,,
|
||||
-535 405 -431,72,stand,,,
|
||||
-478 547 -431,71 75,stand,,,
|
||||
-473 772 -431,74 71 76,stand,,,
|
||||
-605 796 -431,75 77,stand,,,
|
||||
-601 565 -333,76 78,stand,,,
|
||||
-191 565 -175,77 79 88,stand,,,
|
||||
115 573 -158,78 80,stand,,,
|
||||
274 546 -167,79 81 82,stand,,,
|
||||
416 538 -111,80 52,stand,,,
|
||||
362 715 -167,80 83 85 129 363,stand,,,
|
||||
-69 693 -47,82 84,stand,,,
|
||||
-359 695 -47,83 15 14 112,stand,,,
|
||||
659 627 -169,82 86 363 365,stand,,,
|
||||
940 726 -168,85 60 87 365,stand,,,
|
||||
1111 706 -169,86 4 3 352 409,stand,,,
|
||||
-184 801 -167,78 89 90 114,stand,,,
|
||||
-316 840 -167,88 115,stand,,,
|
||||
-41 846 -167,88 91,stand,,,
|
||||
167 897 -167,90 92,stand,,,
|
||||
288 848 -166,91 93,climb,,,
|
||||
296 848 -47,92 94,climb,,,
|
||||
259 904 -47,93 95 97 98,stand,,,
|
||||
117 978 -47,94 96,stand,,,
|
||||
-63 874 -47,95 97,stand,,,
|
||||
123 810 -47,96 94,stand,,,
|
||||
-37 902 88,94 99 161 422,stand,,,
|
||||
-85 897 88,98 100,crouch,,,
|
||||
-182 899 95,99 101,crouch,,,
|
||||
-178 1028 88,100 102 109,stand,,,
|
||||
-294 1106 88,101 103,stand,,,
|
||||
-289 1296 88,102 104,climb,,,
|
||||
-289 1306 216,103 105,climb,,,
|
||||
-223 1241 216,104 106 432,stand,,,
|
||||
-250 1098 216,105 107 434,stand,,,
|
||||
-251 885 216,106 108,stand,,,
|
||||
-555 899 216,107,stand,,,
|
||||
-178 1277 -47,101 110,stand,,,
|
||||
-302 1160 -47,109 111,stand,,,
|
||||
-292 1003 -47,110 112 114,stand,,,
|
||||
-341 873 -47,111 84 113,stand,,,
|
||||
-536 894 -47,112,stand,,,
|
||||
-173 1009 -47,111 88,stand,,,
|
||||
-315 980 -158,89,stand,,,
|
||||
21 933 -431,68 69 117,crouch,,,
|
||||
166 943 -435,116 118,crouch,,,
|
||||
449 945 -431,117 119 121,crouch,,,
|
||||
611 912 -431,118 120 121,stand,,,
|
||||
610 809 -431,119 122,stand,,,
|
||||
530 1102 -435,119 118,stand,,,
|
||||
442 816 -319,120 123,stand,,,
|
||||
557 898 -312,122 124,stand,,,
|
||||
580 1078 -319,123 125,stand,,,
|
||||
485 1097 -319,124 126,stand,,,
|
||||
507 1186 -319,125 127,stand,,,
|
||||
726 1196 -391,126 128 300 302 301,stand,,,
|
||||
717 938 -343,127,stand,,,
|
||||
363 1084 -330,82 130 486,stand,,,
|
||||
262 1081 -340,129 131,stand,,,
|
||||
66 1145 -349,130 132,stand,,,
|
||||
87 1407 -372,131 133,stand,,,
|
||||
129 1580 -409,132 306 242,stand,,,
|
||||
216 469 152,19 146,stand,,,
|
||||
216 351 152,136 144 146,stand,,,
|
||||
449 375 152,135 137,stand,,,
|
||||
302 471 152,136 138,stand,,,
|
||||
287 421 153,137 139,climb,,,
|
||||
281 421 280,138 140,climb,,,
|
||||
177 393 280,139 141 143 395,crouch,,,
|
||||
41 385 280,140 142 383,crouch,,,
|
||||
-187 379 280,141 383,stand,,,
|
||||
379 351 280,140 395,crouch,,,
|
||||
128 187 152,135 145 147 378,stand,,,
|
||||
20 390 152,144 146 148 150,stand,,,
|
||||
223 414 152,145 134 135,stand,,,
|
||||
130 36 152,144,stand,,,
|
||||
-194 402 152,145 149,stand,,,
|
||||
-182 308 152,148,stand,,,
|
||||
-25 286 152,145,stand,,,
|
||||
-32 554 16,19 152,stand,,,
|
||||
164 541 16,151,stand,,,
|
||||
610 436 0,23 154,stand,,,
|
||||
541 698 -6,153 155,crouch,,,
|
||||
523 836 -31,154 156 157,crouch,,,
|
||||
475 891 -31,155 158,stand,,,
|
||||
567 1074 -31,155,stand,,,
|
||||
482 1090 -167,156 159,stand,,,
|
||||
558 1098 -167,158 160,stand,,,
|
||||
513 858 -167,159,stand,,,
|
||||
-3 943 90,98 162,crouch,,,
|
||||
240 927 88,161 440,crouch,,,
|
||||
-466 1557 -279,43 164,stand,,,
|
||||
-547 1575 -279,165 168 163,stand,,,
|
||||
-704 1634 -279,164 166 167,stand,,,
|
||||
-842 1623 -279,165 237,stand,,,
|
||||
-744 1486 -272,165 168 169,stand,,,
|
||||
-593 1492 -279,167 164,stand,,,
|
||||
-806 1447 -266,167 170,climb,,,
|
||||
-806 1438 -127,169 171,climb,,,
|
||||
-678 1500 -127,170 172 173,stand,,,
|
||||
-807 1591 -127,171,stand,,,
|
||||
-553 1509 -127,171 174 178,stand,,,
|
||||
-539 1586 -127,173 175,stand,,,
|
||||
-747 1595 8,174 176,crouch,,,
|
||||
-798 1512 8,175 177,crouch,,,
|
||||
-540 1522 8,176,stand,,,
|
||||
-475 1505 -127,173,stand,,,
|
||||
-110 1438 -183,43 180 241 182,stand,,,
|
||||
3 1099 -88,179 181 419,stand,,,
|
||||
246 1203 -183,180 182,stand,,,
|
||||
263 1490 -245,181 183 179,stand,,,
|
||||
319 1483 -200,182 184,crouch,,,
|
||||
360 1490 -239,183 185,stand,,,
|
||||
444 1594 -231,184 186 500,stand,,,
|
||||
457 1453 -239,185 187,stand,,,
|
||||
520 1431 -247,186 188,climb,,,
|
||||
521 1439 -383,187 189,climb,,,
|
||||
528 1471 -391,188 190 192 193,stand,,,
|
||||
385 1462 -391,189 191 303,stand,,,
|
||||
344 1543 -391,192 190,stand,,,
|
||||
466 1629 -391,191 189 193 305,stand,,,
|
||||
544 1533 -391,192 189 194,climb,,,
|
||||
536 1534 -513,193 195,climb,,,
|
||||
470 1470 -526,194 196,stand,,,
|
||||
839 1513 -531,195 197,stand,,,
|
||||
992 1616 -543,196 198,stand,,,
|
||||
990 1772 -513,197 199,crouch,,,
|
||||
988 1834 -535,198 200 204,stand,,,
|
||||
1206 1973 -535,199 201 205,stand,,,
|
||||
1218 2110 -535,200 202 203,stand,,,
|
||||
1083 2104 -535,201 203 220,stand,,,
|
||||
1146 2239 -535,202 201,stand,,,
|
||||
821 1932 -535,199,stand,,,
|
||||
1112 1993 -535,200 206,stand,,,
|
||||
880 2000 -391,205 207,stand,,,
|
||||
845 1931 -391,206 208 216,stand,,,
|
||||
1122 1925 -391,207 209 217,stand,,,
|
||||
1171 1819 -391,208 210 212 216,stand,,,
|
||||
1171 1798 -352,211 209,crouch,,,
|
||||
1170 1747 -422,210 282 283 299 481,stand,,,
|
||||
1236 1896 -377,209 213,climb,,,
|
||||
1236 1906 -255,212 214,climb,,,
|
||||
1099 1922 -255,213 215 478 485,stand,,,
|
||||
835 1925 -255,214 478,stand,,,
|
||||
852 1825 -391,207 209,stand,,,
|
||||
1135 2006 -391,208 218,crouch,,,
|
||||
1137 2066 -391,217 219,crouch,,,
|
||||
1157 2258 -391,218 480,stand,,,
|
||||
985 2131 -540,202 221,stand,,,
|
||||
867 2185 -540,220 222 280 467 471,stand,,,
|
||||
932 2393 -588,221 223 254 265 471,stand,,,
|
||||
1184 2398 -567,222 224,stand,,,
|
||||
1010 2808 -575,223 225 265 276,stand,,,
|
||||
704 3184 -567,224 226 276 275,stand,,,
|
||||
359 3491 -565,225 227 275 274,stand,,,
|
||||
-5 3599 -560,226 228 274,stand,,,
|
||||
-269 3394 -574,227 273 229 274,stand,,,
|
||||
-486 3077 -558,230 273 228 272,stand,,,
|
||||
-632 2636 -579,229 271 272,stand,,,
|
||||
-758 2272 -575,232 270 271,stand,,,
|
||||
-765 1920 -531,231 233 270,stand,,,
|
||||
-719 1709 -397,232 234 238,stand,,,
|
||||
-708 1567 -391,233 235 236,stand,,,
|
||||
-566 1552 -399,234 236,stand,,,
|
||||
-729 1452 -391,235 237 234,stand,,,
|
||||
-847 1449 -391,236 166,stand,,,
|
||||
-465 1709 -476,233 239 242 243 244,stand,,,
|
||||
-469 1570 -425,238 240,stand,,,
|
||||
-309 1573 -375,239 241,climb,,,
|
||||
-308 1552 -239,240 43 179,climb,,,
|
||||
-264 1654 -490,238 243 133,stand,,,
|
||||
-270 1761 -513,242 244 318 238,stand,,,
|
||||
-290 1932 -559,243 245 270 238,stand,,,
|
||||
-246 2190 -646,244 246 502,stand,,,
|
||||
-290 2354 -616,245 247,stand,,,
|
||||
-252 2626 -695,246 248,stand,,,
|
||||
145 2676 -705,247 249,stand,,,
|
||||
515 2372 -707,248 250,stand,,,
|
||||
722 2403 -695,249 251,stand,,,
|
||||
736 2335 -687,250 252,climb,,,
|
||||
736 2331 -567,251 253,climb,,,
|
||||
664 2337 -567,252 254,stand,,,
|
||||
765 2401 -567,253 222 255,stand,,,
|
||||
577 2434 -567,256 254 257,crouch,,,
|
||||
454 2439 -567,255 266 279 342,crouch,,,
|
||||
566 2528 -550,255 258,climb,,,
|
||||
566 2534 -431,257 259,climb,,,
|
||||
670 2503 -431,258 260 264 505,stand,,,
|
||||
543 2432 -414,259 261 264,climb,,,
|
||||
535 2433 -295,260 262,climb,,,
|
||||
545 2372 -295,261 263 466,stand,,,
|
||||
732 2437 -295,262 466 470,stand,,,
|
||||
724 2361 -431,259 260,stand,,,
|
||||
889 2616 -579,222 266 276 224,stand,,,
|
||||
493 2654 -575,265 267 278 277 276 256 342 462,stand,,,
|
||||
179 2608 -567,266 268 277 278 342,stand,,,
|
||||
-275 2651 -573,267 269 272 272 273,stand,,,
|
||||
-408 2454 -575,268 270 271 272,stand,,,
|
||||
-492 2114 -575,269 244 231 232,stand,,,
|
||||
-587 2473 -575,230 269 231,stand,,,
|
||||
-404 2816 -565,273 229 268 230 269 268,stand,,,
|
||||
-171 3008 -554,272 274 228 229 277 268,stand,,,
|
||||
116 3169 -555,273 275 226 227 277 278 228,stand,,,
|
||||
541 2998 -563,274 276 225 226 278,stand,,,
|
||||
778 2833 -557,275 265 224 225 266,stand,,,
|
||||
49 2866 -574,278 274 273 267 266,stand,,,
|
||||
423 2831 -575,277 275 266 267 274,stand,,,
|
||||
487 2188 -466,256 280 343 344,stand,,,
|
||||
696 2120 -487,279 221 281 343 467,stand,,,
|
||||
709 1754 -405,280 282 304 305 343,stand,,,
|
||||
957 1707 -416,281 211 299 304,stand,,,
|
||||
1347 1714 -411,211 284 299 481,stand,,,
|
||||
1344 1410 -333,283 285 287 299,stand,,,
|
||||
1371 1138 -255,284 286 345,stand,,,
|
||||
1348 902 -195,285 6,stand,,,
|
||||
1115 1386 -329,284 288 298 299,stand,,,
|
||||
1114 1339 -272,287 289,crouch,,,
|
||||
1114 1282 -311,288 290,stand,,,
|
||||
1215 1157 -311,289 291 296,stand,,,
|
||||
1216 976 -301,290 292 293,stand,,,
|
||||
1141 1033 -311,291 412,stand,,,
|
||||
995 924 -311,291 294 295,stand,,,
|
||||
989 785 -295,293,stand,,,
|
||||
852 984 -311,293,stand,,,
|
||||
1069 1146 -311,290 297,stand,,,
|
||||
992 1161 -322,296 298 300,stand,,,
|
||||
941 1381 -361,297 287 300 301 358,stand,,,
|
||||
1092 1559 -404,287 211 283 284 282,stand,,,
|
||||
880 1188 -365,297 127 298,stand,,,
|
||||
741 1422 -391,298 302 127 304,stand,,,
|
||||
604 1346 -391,301 303 127 486,stand,,,
|
||||
345 1382 -391,190 302 486,stand,,,
|
||||
657 1600 -391,301 282 281,stand,,,
|
||||
480 1734 -396,281 192 306,stand,,,
|
||||
268 1743 -408,305 133 307 487,stand,,,
|
||||
199 1906 -434,306 308 343 444,stand,,,
|
||||
235 2105 -431,307 309 506,stand,,,
|
||||
107 2258 -431,308 310,climb,,,
|
||||
111 2258 -554,309 311,climb,,,
|
||||
112 2137 -559,310 312,stand,,,
|
||||
-66 2146 -559,311 313 504,stand,,,
|
||||
-57 1981 -559,312 314,stand,,,
|
||||
-40 1871 -559,313 315,stand,,,
|
||||
25 1831 -552,314 316,climb,,,
|
||||
25 1821 -431,315 317,climb,,,
|
||||
-95 1857 -431,316 318 319 336,stand,,,
|
||||
-98 1756 -431,243 317,stand,,,
|
||||
-125 2009 -431,317 320 322 336,stand,,,
|
||||
-225 2010 -431,319 321,stand,,,
|
||||
-226 2185 -431,320,stand,,,
|
||||
-155 2265 -295,319 323,stand,,,
|
||||
-85 2261 -295,322 324 333,stand,,,
|
||||
-25 2256 -295,323 325 332,stand,,,
|
||||
-38 2378 -295,324 326 327,stand,,,
|
||||
-72 2506 -295,325 327,stand,,,
|
||||
-103 2335 -293,328 325 326,climb,,,
|
||||
-103 2327 -167,327 329 454,climb,,,
|
||||
-70 2231 -167,328 330 331,stand,,,
|
||||
-56 1935 -167,329 449,stand,,,
|
||||
-51 2477 -167,329,stand,,,
|
||||
146 2177 -295,324 333 457,stand,,,
|
||||
-78 2089 -295,332 323 334 335,stand,,,
|
||||
-82 1868 -295,333,stand,,,
|
||||
21 2032 -295,333,stand,,,
|
||||
-43 2081 -431,319 317 337,stand,,,
|
||||
0 2252 -424,336 338,stand,,,
|
||||
-20 2442 -431,337 339,stand,,,
|
||||
-30 2597 -431,338 340,stand,,,
|
||||
114 2594 -479,339 341,stand,,,
|
||||
103 2423 -486,340 342,stand,,,
|
||||
280 2430 -508,341 256 267 266 344 458,stand,,,
|
||||
382 2000 -435,279 307 281 280 344,stand,,,
|
||||
352 2294 -444,342 279 343,stand,,,
|
||||
1327 1117 -244,285 346,climb,,,
|
||||
1323 1117 -175,345 347,climb,,,
|
||||
1218 1240 -90,346 348,stand,,,
|
||||
1141 1083 -11,347 349 354 361,stand,,,
|
||||
932 956 106,348 350 353 361,stand,,,
|
||||
917 813 -34,349 355 401,stand,,,
|
||||
1258 789 -39,352 353 401,climb,,,
|
||||
1257 784 -166,351 4 87,climb,,,
|
||||
1162 915 67,351 349 354,stand,,,
|
||||
1182 958 106,353 348,stand,,,
|
||||
765 822 -25,350 356,climb,,,
|
||||
670 824 -30,355 357 365,stand,,,
|
||||
565 959 74,356 362,stand,,,
|
||||
976 1323 -336,298 359,climb,,,
|
||||
985 1323 -175,358 416,stand,,,
|
||||
1023 1135 -135,361 416,climb,,,
|
||||
1024 1110 -38,360 348 349 410,climb,,,
|
||||
490 823 74,357 364,stand,,,
|
||||
408 728 -163,82 364 85,climb,,,
|
||||
406 772 -9,363 362,climb,,,
|
||||
710 826 -168,85 86 356,climb,,,
|
||||
1071 532 -129,3 367,climb,,,
|
||||
1058 532 136,366 370 400,climb,,,
|
||||
1044 318 139,369 400,stand,,,
|
||||
926 429 257,368 370 373,stand,,,
|
||||
947 541 236,369 367,stand,,,
|
||||
720 295 20,23 372 8,climb,,,
|
||||
728 295 136,371 373 396,climb,,,
|
||||
836 336 229,372 369,stand,,,
|
||||
303 27 20,9 375 10 12,climb,,,
|
||||
293 27 144,374 376 379,stand,,,
|
||||
278 162 145,375 377,stand,,,
|
||||
258 162 179,376 378,crouch,,,
|
||||
197 167 152,377 144,crouch,,,
|
||||
174 106 249,375 380,stand,,,
|
||||
103 237 277,379 381 389 390,stand,,,
|
||||
-111 233 273,380 382,stand,,,
|
||||
-110 253 307,381 383,crouch,,,
|
||||
-106 295 280,382 142 141,crouch,,,
|
||||
-95 236 7,385 12 13 387,stand,,,
|
||||
-95 252 55,384 386,crouch,,,
|
||||
-97 307 16,385 18 17,stand,,,
|
||||
-47 226 12,384 388,climb,,,
|
||||
-36 226 144,387 389,climb,,,
|
||||
53 170 221,388 380,stand,,,
|
||||
292 339 380,380 391,stand,,,
|
||||
228 432 376,390 392,stand,,,
|
||||
222 535 272,391 393,stand,,,
|
||||
299 532 275,392 394,stand,,,
|
||||
299 514 307,393 395,crouch,,,
|
||||
307 459 280,394 143 140,crouch,,,
|
||||
742 414 135,372 397,stand,,,
|
||||
765 414 171,396 398,crouch,,,
|
||||
895 415 144,397 399,crouch,,,
|
||||
1009 467 171,398 400,crouch,,,
|
||||
1052 464 136,399 367 368,stand,,,
|
||||
1035 806 -40,351 402 350,stand,,,
|
||||
1034 829 -4,401 403,crouch,,,
|
||||
1041 929 -31,402 404,stand,,,
|
||||
889 999 -31,403 411,stand,,,
|
||||
1236 950 -31,406,climb,,,
|
||||
1240 936 -163,405 407,climb,,,
|
||||
1169 875 -167,406 408 412 413,stand,,,
|
||||
1171 843 -128,407 409,crouch,,,
|
||||
1163 793 -169,408 87,stand,,,
|
||||
895 1110 -38,361 411,stand,,,
|
||||
893 1090 -4,410 404,crouch,,,
|
||||
877 1033 -167,407 292,stand,,,
|
||||
1137 1013 -167,407 414,crouch,,,
|
||||
1134 1129 -167,413 415 418,crouch,,,
|
||||
1154 1282 -167,414 418,stand,,,
|
||||
998 1248 -176,360 359 417,stand,,,
|
||||
1021 1239 -140,416 418,crouch,,,
|
||||
1085 1244 -167,417 415 414,stand,,,
|
||||
100 1071 -114,180 420,climb,,,
|
||||
100 1067 80,419 421 435,climb,,,
|
||||
-38 1045 82,420 422,stand,,,
|
||||
-38 1022 115,421 98,crouch,,,
|
||||
-536 1071 -157,44 424,climb,,,
|
||||
-536 1065 208,423 425,climb,,,
|
||||
-446 1021 235,424 426 437,stand,,,
|
||||
-448 896 354,425 427,stand,,,
|
||||
-439 757 221,426 428,stand,,,
|
||||
-344 748 212,427 429,stand,,,
|
||||
-120 753 218,428 430 436,stand,,,
|
||||
-107 1053 212,429 431 433 436,stand,,,
|
||||
-104 1256 208,430 432,stand,,,
|
||||
-126 1256 243,431 105,crouch,,,
|
||||
-125 1050 243,430 434,crouch,,,
|
||||
-180 1058 216,433 106,stand,,,
|
||||
-31 903 226,420 436 438,crouch,,,
|
||||
-143 882 247,435 430 429 437,crouch,,,
|
||||
-278 944 337,425 436,crouch,,,
|
||||
48 758 95,435 439,stand,,,
|
||||
238 733 78,438 440,stand,,,
|
||||
239 772 115,439 162,crouch,,,
|
||||
-826 1360 -209,42 442,climb,,,
|
||||
-826 1371 0,441 443,climb,,,
|
||||
-839 1526 146,442,stand,,,
|
||||
93 2000 -435,307 445,climb,,,
|
||||
93 2004 -303,444 446,climb,,,
|
||||
217 2169 -157,445 447 455 459,stand,,,
|
||||
76 2172 -164,446 448 450 461,stand,,,
|
||||
86 1936 -173,449 447,crouch,,,
|
||||
66 1936 -140,448 330,crouch,,,
|
||||
-50 2173 -29,447 451,crouch,,,
|
||||
-212 2251 -172,450 452,crouch,,,
|
||||
-211 2354 -170,451 453,crouch,,,
|
||||
-194 2353 -140,452 454,crouch,,,
|
||||
-135 2335 -167,453 328,crouch,,,
|
||||
248 2320 -296,446 456 459,crouch,,,
|
||||
150 2327 -303,455 457 460,crouch,,,
|
||||
151 2306 -268,456 332,crouch,,,
|
||||
293 2351 -442,342 459,climb,,,
|
||||
293 2343 -303,458 446 455,stand,,,
|
||||
111 2324 -280,456 461,climb,,,
|
||||
101 2324 -175,460 447,crouch,,,
|
||||
547 2607 -559,266 463,climb,,,
|
||||
546 2604 -303,462 464,climb,,,
|
||||
673 2579 -298,463 465,stand,,,
|
||||
672 2550 -268,464 466,crouch,,,
|
||||
659 2467 -295,465 263 262,stand,,,
|
||||
785 2256 -549,221 468 280,climb,,,
|
||||
785 2265 -303,467 469,stand,,,
|
||||
723 2276 -303,468 470,stand,,,
|
||||
723 2320 -268,469 263,crouch,,,
|
||||
976 2286 -542,221 472 222,climb,,,
|
||||
980 2286 -399,471 473,climb,,,
|
||||
992 2204 -400,472 474 479,stand,,,
|
||||
1026 2095 -362,473 475,climb,,,
|
||||
1026 2089 -263,474 476,climb,,,
|
||||
891 2070 -261,475 477,stand,,,
|
||||
891 2050 -228,476 478,crouch,,,
|
||||
894 1953 -255,477 215 214 485,crouch,,,
|
||||
1021 2209 -364,473 480,crouch,,,
|
||||
1085 2201 -391,479 219,crouch,,,
|
||||
1259 1744 -417,283 482 211,climb,,,
|
||||
1260 1765 -263,481 483,climb,,,
|
||||
1030 1766 -264,482 484,stand,,,
|
||||
1030 1789 -228,483 485,crouch,,,
|
||||
1033 1869 -255,484 214 478,crouch,,,
|
||||
357 1213 -380,303 302 129 495,stand,,,
|
||||
332 1711 -383,306 488,climb,,,
|
||||
332 1705 -111,487 489,stand,,,
|
||||
407 1694 -112,488 490,stand,,,
|
||||
407 1662 -76,489 491,crouch,,,
|
||||
413 1540 -103,490 492,crouch,,,
|
||||
461 1464 -103,491 493 501,stand,,,
|
||||
457 1411 -76,492 494,crouch,,,
|
||||
463 1377 -112,493 499,crouch,,,
|
||||
419 1272 -372,486 496,climb,,,
|
||||
419 1281 -239,495 497,climb,,,
|
||||
485 1319 -215,496 498,stand,,,
|
||||
522 1360 -170,497 499,climb,,,
|
||||
522 1365 -111,498 494,climb,,,
|
||||
536 1586 -232,185 501,climb,,,
|
||||
539 1586 -103,500 492,climb,,,
|
||||
-221 2466 -559,245 503,stand,,,
|
||||
-59 2470 -559,502 504,stand,,,
|
||||
-56 2285 -567,503 312,stand,,,
|
||||
672 2602 -431,259,stand,,,
|
||||
268 2207 -431,308,stand,,,
|
||||
|
555
scriptdata/waypoints/mp_apesgorod_wp.csv
Normal file
@@ -0,0 +1,555 @@
|
||||
554
|
||||
-7221 5127 -296,1 62 69 63 60,stand,,,
|
||||
-7332 5318 -249,0 2,stand,,,
|
||||
-7388 5457 -249,1 3,stand,,,
|
||||
-7426 5588 -249,2 4 7,stand,,,
|
||||
-7536 5823 -249,3 5 6 92,stand,,,
|
||||
-7546 6000 -240,4 6,stand,,,
|
||||
-7678 5933 -240,5 4,stand,,,
|
||||
-7369 5591 -247,3 8,climb,,,
|
||||
-7366 5593 -91,7 9,climb,,,
|
||||
-7397 5523 -66,8 10,stand,,,
|
||||
-7370 5477 -66,9 11,climb,,,
|
||||
-7372 5472 102,10,climb,,,
|
||||
-7644 4394 -297,13 55,stand,,,
|
||||
-7602 4526 -300,12 14 59 78,stand,,,
|
||||
-7822 4596 -294,13 15,stand,,,
|
||||
-7749 4818 -292,14 16,stand,,,
|
||||
-7931 5140 -288,15 17 69,stand,,,
|
||||
-8019 5482 -283,16 18 68,stand,,,
|
||||
-7985 5727 -290,17 19 67,stand,,,
|
||||
-8094 6005 -286,18 20 66 67,stand,,,
|
||||
-8223 6019 -284,19 21,stand,,,
|
||||
-8095 6438 -321,20 22,stand,,,
|
||||
-7721 6619 -403,21 23,stand,,,
|
||||
-7206 6613 -439,22 24 27,stand,,,
|
||||
-6837 6355 -439,23 25 75,stand,,,
|
||||
-6646 6558 -463,24 26 31 75,stand,,,
|
||||
-6642 6945 -459,25 37,stand,,,
|
||||
-6872 6555 -359,23 28,stand,,,
|
||||
-6825 6794 -230,27 29,stand,,,
|
||||
-6644 6704 -234,28 30,crouch,,,
|
||||
-6435 6717 -271,29 31,stand,,,
|
||||
-6285 6331 -400,30 25 32 75,stand,,,
|
||||
-6298 6029 -435,31 33 74,stand,,,
|
||||
-6226 5661 -439,32 34,stand,,,
|
||||
-6091 5244 -450,33 35,stand,,,
|
||||
-6113 4871 -459,34 36 48 124,stand,,,
|
||||
-6324 4686 -460,35 50 52 72 98,stand,,,
|
||||
-6422 6930 -464,26 38 39,stand,,,
|
||||
-6410 7349 -446,37,stand,,,
|
||||
-6216 6587 -467,37 40,stand,,,
|
||||
-5595 6197 -518,39 41,stand,,,
|
||||
-5231 5556 -508,40 42 152,stand,,,
|
||||
-5427 5416 -529,41 43,stand,,,
|
||||
-5676 4962 -627,42 44,stand,,,
|
||||
-5795 4805 -607,43 45,climb,,,
|
||||
-5799 4808 -480,44 46,climb,,,
|
||||
-5904 4729 -462,45 47 49,stand,,,
|
||||
-5842 4872 -457,46 48,stand,,,
|
||||
-5931 4957 -457,47 35 123 124,stand,,,
|
||||
-5757 4562 -462,46 121 122 125,stand,,,
|
||||
-6634 4597 -404,36 51 70 52 56,stand,,,
|
||||
-6747 4880 -340,50 70,stand,,,
|
||||
-6450 4372 -447,36 53 50,stand,,,
|
||||
-6684 4065 -444,52 54 82 85,stand,,,
|
||||
-6904 4226 -377,53 55 56 82,stand,,,
|
||||
-7286 4339 -444,54 12 83,stand,,,
|
||||
-6947 4375 -305,54 57 50,stand,,,
|
||||
-6960 4394 -252,56 58,stand,,,
|
||||
-7002 4474 -299,57 59 61,stand,,,
|
||||
-7206 4433 -298,58 60 13,stand,,,
|
||||
-7293 4687 -293,59 0 62 78,stand,,,
|
||||
-6913 4656 -297,58 62 71,stand,,,
|
||||
-7011 4963 -302,61 0 63 60,stand,,,
|
||||
-7018 5321 -292,62 64 77 0,stand,,,
|
||||
-7121 5726 -297,63 65 97,stand,,,
|
||||
-7294 6069 -298,64 66 97,stand,,,
|
||||
-7736 6178 -297,65 67 19,stand,,,
|
||||
-7857 5900 -292,66 68 18 19,stand,,,
|
||||
-7771 5548 -292,67 69 17,stand,,,
|
||||
-7609 5225 -295,0 68 78 16,stand,,,
|
||||
-6853 4656 -303,51 71 50,stand,,,
|
||||
-6875 4656 -251,70 61,stand,,,
|
||||
-6461 4957 -464,36 73,stand,,,
|
||||
-6535 5350 -467,72 74 76,stand,,,
|
||||
-6576 5778 -464,73 32 75,stand,,,
|
||||
-6689 6181 -461,74 24 25 31,stand,,,
|
||||
-6864 5324 -307,73 77 95,stand,,,
|
||||
-6902 5323 -249,76 63,stand,,,
|
||||
-7537 4891 -294,60 69 13,stand,,,
|
||||
-7743 4271 -462,80 83 88 84,stand,,,
|
||||
-7640 4169 -478,79 81 83 84,stand,,,
|
||||
-7306 3786 -416,80 82 84,stand,,,
|
||||
-7094 3968 -460,81 83 53 85 54,stand,,,
|
||||
-7299 4248 -450,82 55 80 79,stand,,,
|
||||
-7647 3945 -439,80 81 79,stand,,,
|
||||
-6451 3831 -445,53 86 82,stand,,,
|
||||
-6282 3750 -456,85 87,stand,,,
|
||||
-6083 3769 -454,86 104 105 106,stand,,,
|
||||
-7732 4698 -477,79 89,stand,,,
|
||||
-7842 5195 -466,88 90,stand,,,
|
||||
-7738 5648 -435,89 91 93,stand,,,
|
||||
-7659 5811 -426,90 92,climb,,,
|
||||
-7659 5811 -270,91 4,climb,,,
|
||||
-7655 5894 -438,90 94,stand,,,
|
||||
-7517 6130 -451,93,stand,,,
|
||||
-6854 5980 -302,76 96,stand,,,
|
||||
-6880 5979 -248,95 97,stand,,,
|
||||
-6950 5982 -299,96 64 65,stand,,,
|
||||
-6138 4424 -463,36 99 120,stand,,,
|
||||
-6238 4279 -461,98 100 104,stand,,,
|
||||
-6339 4136 -457,99 101 102,stand,,,
|
||||
-6120 3991 -458,100 103,stand,,,
|
||||
-6335 3987 -457,100,stand,,,
|
||||
-6201 3893 -456,101,stand,,,
|
||||
-5895 4036 -458,99 87 105 175,stand,,,
|
||||
-5838 3736 -461,87 106 104 175,stand,,,
|
||||
-5588 3330 -448,105 107 87,stand,,,
|
||||
-5364 3072 -386,106 108 174,stand,,,
|
||||
-5200 3482 -463,107 109,stand,,,
|
||||
-5233 3162 -461,108 110 114 115,stand,,,
|
||||
-5052 3150 -428,109 111 112,stand,,,
|
||||
-5003 3508 -430,110,stand,,,
|
||||
-4928 3193 -430,110 113,stand,,,
|
||||
-4694 3243 -430,112 114,stand,,,
|
||||
-4674 3445 -462,113 109 118 119 419,stand,,,
|
||||
-5137 2963 -463,109 116,stand,,,
|
||||
-4907 2913 -462,115 117,stand,,,
|
||||
-4571 2955 -463,116 118,stand,,,
|
||||
-4487 3348 -459,117 114 119,stand,,,
|
||||
-4469 3556 -458,118 159 114 160 163 419 422,stand,,,
|
||||
-5750 4269 -462,98 121 158,stand,,,
|
||||
-5656 4417 -461,120 49 124 126 125,stand,,,
|
||||
-5604 4796 -453,49 123 125,stand,,,
|
||||
-5850 5016 -428,122 48,stand,,,
|
||||
-6106 4673 -458,48 121 35,stand,,,
|
||||
-5405 4565 -440,49 122 126 121,stand,,,
|
||||
-5397 4228 -426,125 121 127,stand,,,
|
||||
-5237 4172 -413,126 128 136,stand,,,
|
||||
-5051 4081 -412,127 129 134 158,stand,,,
|
||||
-4980 4298 -388,128 130,stand,,,
|
||||
-4806 4244 -388,129 131 133,stand,,,
|
||||
-4771 4357 -388,130 132,stand,,,
|
||||
-4618 4289 -388,131,stand,,,
|
||||
-4834 4111 -388,130,stand,,,
|
||||
-4621 3936 -403,128 135 137,stand,,,
|
||||
-4436 4349 -404,134 136,stand,,,
|
||||
-5067 4580 -415,135 127,stand,,,
|
||||
-4322 3961 -395,134 138 423,stand,,,
|
||||
-4221 4134 -380,137 139,stand,,,
|
||||
-4161 4345 -372,138 140,stand,,,
|
||||
-4013 4328 -372,139 141 424,stand,,,
|
||||
-3979 4543 -347,140 142,stand,,,
|
||||
-3704 4525 -340,141 143 146,stand,,,
|
||||
-3393 4744 -206,142 144,stand,,,
|
||||
-3059 4761 -177,143 145,stand,,,
|
||||
-2503 4594 -207,144 203,stand,,,
|
||||
-3792 4411 -371,142 147 153,stand,,,
|
||||
-4117 4428 -490,146 148,stand,,,
|
||||
-4089 4641 -490,147 149,stand,,,
|
||||
-4027 4906 -497,148 150 152,stand,,,
|
||||
-3771 4915 -496,149 151,stand,,,
|
||||
-3604 4780 -487,150,stand,,,
|
||||
-4704 5002 -486,149 41,stand,,,
|
||||
-3785 4293 -424,146 154,stand,,,
|
||||
-3491 4272 -431,153 155 425,stand,,,
|
||||
-3275 4240 -437,154 156 200,stand,,,
|
||||
-3105 3914 -482,155 157 425 426,stand,,,
|
||||
-3165 3624 -479,156 162 192,stand,,,
|
||||
-5256 3899 -464,128 120 159 419,stand,,,
|
||||
-4743 3816 -458,119 158 419,stand,,,
|
||||
-4115 3290 -424,119 161 163,stand,,,
|
||||
-4001 3410 -428,160 162 421,crouch,,,
|
||||
-3438 3370 -425,161 157 192 425,crouch,,,
|
||||
-4260 3144 -413,160 119 164 167,stand,,,
|
||||
-4131 2787 -372,163 165 167 176,stand,,,
|
||||
-4127 2313 -357,164 166 167 188,stand,,,
|
||||
-3777 2124 -340,165,stand,,,
|
||||
-4322 2709 -378,165 168 163 164,stand,,,
|
||||
-4464 2602 -360,167 169,stand,,,
|
||||
-4568 2308 -334,168 170,stand,,,
|
||||
-4962 2369 -347,169 171 173 174,stand,,,
|
||||
-4949 2512 -361,170 172 174,stand,,,
|
||||
-4709 2506 -364,171 173,stand,,,
|
||||
-4685 2711 -362,172 170,stand,,,
|
||||
-5156 2685 -362,171 107 170,stand,,,
|
||||
-5561 3773 -456,104 105,stand,,,
|
||||
-3872 2624 -371,164 177 188,stand,,,
|
||||
-3630 2760 -367,176 178 184 186,stand,,,
|
||||
-3621 2992 -355,177 179 181 183,stand,,,
|
||||
-3814 2988 -355,178 180,stand,,,
|
||||
-3816 3135 -355,179,stand,,,
|
||||
-3427 2996 -355,178 182,stand,,,
|
||||
-3422 3157 -355,181,stand,,,
|
||||
-3639 3146 -355,178,stand,,,
|
||||
-3919 2817 -359,177 185,stand,,,
|
||||
-4013 2973 -355,184,stand,,,
|
||||
-3312 2826 -369,177 187,stand,,,
|
||||
-3268 3139 -360,186,stand,,,
|
||||
-4009 2376 -368,165 189 176,stand,,,
|
||||
-3692 2358 -370,188 190,stand,,,
|
||||
-3289 2495 -364,189 191,stand,,,
|
||||
-2962 2496 -346,190 488 503 507,stand,,,
|
||||
-3071 3373 -423,162 193 199 157 507,stand,,,
|
||||
-2656 3447 -315,192 194 202,stand,,,
|
||||
-2329 3463 -228,193 195 196 197,stand,,,
|
||||
-2160 4022 -179,194 196 203 204 527,stand,,,
|
||||
-2111 3661 -186,195 194,stand,,,
|
||||
-2419 3047 -229,194 198 199 504 506,stand,,,
|
||||
-2017 3047 -161,197 227 485 228,stand,,,
|
||||
-2822 3069 -339,197 192 507 506,stand,,,
|
||||
-2911 4222 -363,155 201,stand,,,
|
||||
-2489 4136 -243,200 202 527,stand,,,
|
||||
-2535 3831 -266,201 193,stand,,,
|
||||
-2277 4367 -182,145 195 204 206 527,stand,,,
|
||||
-1863 4175 -154,195 205 203,stand,,,
|
||||
-1567 4163 -156,204 213 214,stand,,,
|
||||
-2081 4613 -149,203 207,stand,,,
|
||||
-1542 4752 -147,206 208 209,stand,,,
|
||||
-1218 4743 -157,207 209 210,stand,,,
|
||||
-1370 5124 -128,208 207,stand,,,
|
||||
-1097 4575 -130,211 208 213,stand,,,
|
||||
-765 4614 -131,210 212,stand,,,
|
||||
-262 4554 -129,211 234,stand,,,
|
||||
-1125 4269 -130,210 205 224,stand,,,
|
||||
-1518 3868 -158,205 215 231,stand,,,
|
||||
-1504 3527 -152,214 216 227,stand,,,
|
||||
-1254 3281 -150,215 217 230,stand,,,
|
||||
-1245 3750 -97,216 218 231,stand,,,
|
||||
-1045 3751 -97,217 219 223,stand,,,
|
||||
-932 3557 -97,218 220 222,stand,,,
|
||||
-959 3339 -97,219 221,stand,,,
|
||||
-1104 3326 -97,220,stand,,,
|
||||
-1122 3568 -97,219,stand,,,
|
||||
-1022 4030 -97,218 224 225,stand,,,
|
||||
-1134 4081 -97,223 213,stand,,,
|
||||
-931 4116 -97,223 226,stand,,,
|
||||
-744 4093 -144,225 232 233,stand,,,
|
||||
-1772 3315 -146,215 198 228,stand,,,
|
||||
-1567 2997 -151,229 227 230 198,stand,,,
|
||||
-1224 2642 -149,228 230 358 471,stand,,,
|
||||
-1228 2957 -150,229 216 228,stand,,,
|
||||
-1313 3771 -149,214 217,stand,,,
|
||||
-541 3805 -156,226 233 238 247,stand,,,
|
||||
-460 4366 -144,232 234 248 226,stand,,,
|
||||
-268 4369 -150,233 212 235,stand,,,
|
||||
11 4359 -153,234 236 249,stand,,,
|
||||
26 4135 -161,235 237 240,stand,,,
|
||||
23 3861 -159,236 238 239,stand,,,
|
||||
-232 3820 -157,237 232 239 240,stand,,,
|
||||
50 3450 -161,238 237 241 245,stand,,,
|
||||
-178 4081 -157,236 238,stand,,,
|
||||
-151 3385 -161,239 242,stand,,,
|
||||
-202 3387 -173,241 243,climb,,,
|
||||
-190 3387 -260,242 244,climb,,,
|
||||
-305 3447 -260,243,stand,,,
|
||||
65 3182 -160,239 246 394 415 414 413,stand,,,
|
||||
-396 3184 -161,245 247,stand,,,
|
||||
-527 3362 -155,246 232 359,stand,,,
|
||||
-940 4238 -138,233,stand,,,
|
||||
253 4313 -158,235 250,stand,,,
|
||||
254 4042 -155,249 251 258,stand,,,
|
||||
301 3719 -157,250 252 398,stand,,,
|
||||
362 3625 -154,251 253,stand,,,
|
||||
350 3512 -159,252 254,stand,,,
|
||||
260 3385 -158,253 257,stand,,,
|
||||
392 3371 -244,256 538,climb,,,
|
||||
392 3371 -187,255 257,climb,,,
|
||||
367 3311 -158,256 254,stand,,,
|
||||
350 4048 -109,250 259 263,stand,,,
|
||||
444 4304 -116,258 260,stand,,,
|
||||
800 4310 -115,259 261 401,stand,,,
|
||||
1223 4302 -119,260 262,stand,,,
|
||||
1423 4299 -120,261 270,stand,,,
|
||||
393 4093 -105,258 264,climb,,,
|
||||
393 4093 103,263 265,climb,,,
|
||||
566 4093 131,264 266,crouch,,,
|
||||
1038 4091 131,265 267,crouch,,,
|
||||
1424 4095 131,266 269,crouch,,,
|
||||
1610 4092 -106,269 284,climb,,,
|
||||
1610 4092 110,268 267,climb,,,
|
||||
1403 4370 -147,262 271,crouch,,,
|
||||
1691 4375 -151,270 272,stand,,,
|
||||
1821 4345 -154,271 273 275,stand,,,
|
||||
1814 4538 -149,272 274,stand,,,
|
||||
1961 4507 -149,273,stand,,,
|
||||
2076 4373 -157,272 276 283,stand,,,
|
||||
2248 4627 -153,275 277,stand,,,
|
||||
2538 4750 -174,276 278 280,stand,,,
|
||||
2842 4935 -174,277 279,stand,,,
|
||||
2856 4644 -167,278,stand,,,
|
||||
2710 4365 -177,277 281,stand,,,
|
||||
2706 4296 -130,280 282,stand,,,
|
||||
2692 4111 -130,281 289 291,stand,,,
|
||||
1973 4090 -161,275 284 285,stand,,,
|
||||
1699 4085 -161,283 268 404,stand,,,
|
||||
1945 3777 -161,283 286 404,stand,,,
|
||||
2220 3707 -162,285 287 405,stand,,,
|
||||
2262 4055 -162,286 288,stand,,,
|
||||
2260 4259 -130,287 289,stand,,,
|
||||
2482 4231 -129,288 282 290,stand,,,
|
||||
2466 3876 -130,289 291,stand,,,
|
||||
2700 3837 -130,290 282 292,stand,,,
|
||||
2721 3596 -130,291 293 310 312,stand,,,
|
||||
2862 3711 -130,292 294,stand,,,
|
||||
2855 4107 45,293 295,stand,,,
|
||||
2734 4084 45,294 296 298,stand,,,
|
||||
2394 4114 45,295 297,stand,,,
|
||||
2418 3884 45,296 298,stand,,,
|
||||
2737 3767 45,297 295 299,stand,,,
|
||||
2760 3492 45,298 300,stand,,,
|
||||
2759 3281 45,299 301,stand,,,
|
||||
2811 2967 45,300 302 305,stand,,,
|
||||
2625 2848 45,301 303 304 305 306,stand,,,
|
||||
2399 2862 45,302 305,stand,,,
|
||||
2375 2683 45,302 553,stand,,,
|
||||
2754 2660 45,302 301 303,stand,,,
|
||||
2617 3136 -67,302 307 311 308,stand,,,
|
||||
2377 3103 -130,306 308 311 315,stand,,,
|
||||
2380 3283 -130,307 309 311 406 306,stand,,,
|
||||
2401 3503 -130,308 310 311 405,stand,,,
|
||||
2505 3623 -130,309 292 311,stand,,,
|
||||
2526 3370 -130,306 309 310 308 307,stand,,,
|
||||
2732 3257 -130,292 313,stand,,,
|
||||
2786 2968 -130,312 314,stand,,,
|
||||
2719 2819 -130,313 315,stand,,,
|
||||
2395 2773 -130,314 307 316,stand,,,
|
||||
2180 2786 -162,315 317 318,stand,,,
|
||||
2186 2989 -162,316,stand,,,
|
||||
2176 2577 -160,316 319 387,stand,,,
|
||||
2125 2212 -175,318 320 387,stand,,,
|
||||
1979 1979 -167,319 321 388,stand,,,
|
||||
1982 1736 -155,320 322,stand,,,
|
||||
1419 1785 -165,321 323 365 388,stand,,,
|
||||
1334 1362 -156,322 324 366 461,stand,,,
|
||||
1204 1060 -166,323 325 461,stand,,,
|
||||
820 1109 -160,324 326,stand,,,
|
||||
514 1042 -162,325 327 348 465,stand,,,
|
||||
603 1153 -127,326 328 333,stand,,,
|
||||
450 1287 -129,327 329 333,stand,,,
|
||||
221 1442 -129,328 330 332,stand,,,
|
||||
4 1514 -129,329 331 332,stand,,,
|
||||
-191 1296 -129,330 350,stand,,,
|
||||
82 1284 -129,330 329,stand,,,
|
||||
668 1395 -129,328 327 334,stand,,,
|
||||
941 1378 -129,333 335,stand,,,
|
||||
933 1170 -52,334 336,stand,,,
|
||||
706 1188 43,335 346 347,stand,,,
|
||||
820 1285 43,338 346,stand,,,
|
||||
809 1448 43,337 339 370,stand,,,
|
||||
595 1414 43,338 340,stand,,,
|
||||
367 1444 43,339 341 345,stand,,,
|
||||
96 1428 43,340 342,stand,,,
|
||||
-188 1492 43,341 343,stand,,,
|
||||
-228 1262 43,342 344,stand,,,
|
||||
69 1236 43,343 345,stand,,,
|
||||
368 1276 43,344 340 347,stand,,,
|
||||
713 1279 43,337 336 347,stand,,,
|
||||
608 1246 43,336 345 346,stand,,,
|
||||
123 1091 -158,326 349,stand,,,
|
||||
-370 1108 -160,348 350,stand,,,
|
||||
-404 1326 -160,349 331 351 352,stand,,,
|
||||
-388 1662 -160,350 352 355 363 362,stand,,,
|
||||
-562 1661 -160,351 353 350 355,stand,,,
|
||||
-754 1656 -159,352 354,stand,,,
|
||||
-749 1914 -148,353,stand,,,
|
||||
-630 2084 -150,352 356 351 362 361 360 525,stand,,,
|
||||
-1078 2142 -155,355 357,stand,,,
|
||||
-1086 2288 -153,356 358 525,stand,,,
|
||||
-1066 2647 -156,357 229 359 360 416 418,stand,,,
|
||||
-779 3162 -155,358 247 418,stand,,,
|
||||
-730 2558 -158,358 361 416 416 355,stand,,,
|
||||
-507 2245 -156,360 362 355,stand,,,
|
||||
-436 2098 -151,361 355 371 351,stand,,,
|
||||
10 1663 -166,364 371 351,stand,,,
|
||||
621 1695 -161,363 365,stand,,,
|
||||
1087 1656 -166,364 322,stand,,,
|
||||
1125 1400 -143,323 367,climb,,,
|
||||
1125 1400 -71,366 368,climb,,,
|
||||
1125 1466 -48,367 369,stand,,,
|
||||
1042 1391 -12,368 370,stand,,,
|
||||
1001 1424 80,338 369,crouch,,,
|
||||
-252 2182 -149,362 372 417 363,stand,,,
|
||||
-120 2375 -170,371 373 417,stand,,,
|
||||
252 2256 -201,372 374,stand,,,
|
||||
252 2558 -201,373 375 414,stand,,,
|
||||
473 2525 -201,374 376,stand,,,
|
||||
463 2295 -201,375 377,stand,,,
|
||||
738 2299 -201,376 378 379,stand,,,
|
||||
768 2556 -201,377 389,stand,,,
|
||||
1016 2259 -192,377 380,stand,,,
|
||||
1251 2334 -201,379 381,stand,,,
|
||||
1248 2556 -201,380 382 393,stand,,,
|
||||
1530 2552 -201,381 383,stand,,,
|
||||
1552 2265 -201,382 384,stand,,,
|
||||
1694 2280 -149,383 385 388,stand,,,
|
||||
1754 2568 -149,384 386,stand,,,
|
||||
1865 2430 -197,385 387,stand,,,
|
||||
2090 2410 -177,386 318 319,stand,,,
|
||||
1767 2039 -162,384 320 322,stand,,,
|
||||
763 2650 -149,378 390 412,stand,,,
|
||||
948 2647 -103,389 391,stand,,,
|
||||
1108 2634 -103,390 392 393,stand,,,
|
||||
1135 2456 -93,391 524,stand,,,
|
||||
1238 2649 -149,391 381,stand,,,
|
||||
482 3219 -158,245 395 396,stand,,,
|
||||
518 3486 -158,394,crouch,,,
|
||||
734 3165 -162,394 397 402 410 413,stand,,,
|
||||
796 3309 -157,396 398 399 410,stand,,,
|
||||
667 3748 -158,397 251 399,stand,,,
|
||||
1018 3685 -157,398 397 400,stand,,,
|
||||
887 3859 -118,399 401,stand,,,
|
||||
788 4098 -63,400 260,stand,,,
|
||||
1047 3346 -157,396 403,stand,,,
|
||||
1355 3744 -163,402 404,stand,,,
|
||||
1762 3719 -166,403 284 285,stand,,,
|
||||
2223 3482 -160,286 309 406,stand,,,
|
||||
2225 3266 -162,405 308 407 549,stand,,,
|
||||
1976 3109 -163,406 408,stand,,,
|
||||
1645 3182 -168,407 409 542,stand,,,
|
||||
1264 3148 -163,408 410,stand,,,
|
||||
903 3004 -165,409 411 412 396 397 413,stand,,,
|
||||
1028 2807 -162,410,stand,,,
|
||||
700 2820 -165,410 389 413,stand,,,
|
||||
680 3003 -164,414 396 412 410 245,stand,,,
|
||||
232 2790 -154,413 415 245 374,stand,,,
|
||||
-119 2817 -158,414 416 417 245,stand,,,
|
||||
-564 2749 -158,415 360 360 358 417,stand,,,
|
||||
-272 2560 -149,416 415 371 372,stand,,,
|
||||
-1077 3161 -149,359 358,stand,,,
|
||||
-4660 3633 -465,114 159 119 158,stand,,,
|
||||
-3645 3750 -458,421 425,stand,,,
|
||||
-3942 3671 -473,420 161 422,stand,,,
|
||||
-4237 3646 -452,119 421 423,stand,,,
|
||||
-4180 3942 -437,422 137 424,stand,,,
|
||||
-4018 4211 -431,423 140,stand,,,
|
||||
-3527 3770 -515,156 420 162 154,stand,,,
|
||||
-2584 3940 -464,156 427,stand,,,
|
||||
-2239 3991 -457,426 428,stand,,,
|
||||
-2244 3558 -447,427 429,stand,,,
|
||||
-2035 3524 -418,428 430,stand,,,
|
||||
-1766 3559 -392,429 431 528,stand,,,
|
||||
-1832 3095 -401,430 432,stand,,,
|
||||
-1984 2851 -412,431 433,stand,,,
|
||||
-2149 2679 -421,432 434,stand,,,
|
||||
-2374 2405 -433,433 435,stand,,,
|
||||
-2393 1785 -471,434 436 490 493,stand,,,
|
||||
-2399 1425 -514,435 437 490 493,stand,,,
|
||||
-2386 885 -501,436 438 500,stand,,,
|
||||
-2317 568 -490,437 439 445 500,stand,,,
|
||||
-2263 301 -488,438 440,stand,,,
|
||||
-2151 268 -502,439 441,stand,,,
|
||||
-2013 250 -488,440 442 447,stand,,,
|
||||
-2015 487 -486,441 443,stand,,,
|
||||
-2161 425 -483,442,stand,,,
|
||||
-1674 503 -475,446 448,stand,,,
|
||||
-1973 550 -490,438 446 500,stand,,,
|
||||
-1825 533 -485,445 447 444 494,stand,,,
|
||||
-1883 283 -488,446 441,stand,,,
|
||||
-1415 456 -470,444 449,stand,,,
|
||||
-1101 429 -465,448 450,stand,,,
|
||||
-654 518 -467,449 451,stand,,,
|
||||
-607 762 -439,450 452 466,stand,,,
|
||||
-261 807 -462,451 453,stand,,,
|
||||
63 791 -460,452 454 508,stand,,,
|
||||
280 838 -461,453 455,stand,,,
|
||||
602 816 -463,454 456 462,stand,,,
|
||||
1006 782 -438,455 457,stand,,,
|
||||
1367 829 -373,456 458,stand,,,
|
||||
1434 1033 -282,457 459,stand,,,
|
||||
1416 1082 -219,458 460,climb,,,
|
||||
1406 1091 -113,459 461,climb,,,
|
||||
1334 1148 -160,460 323 324,stand,,,
|
||||
599 921 -464,455 463,stand,,,
|
||||
300 922 -281,462 464,stand,,,
|
||||
311 806 -281,463 465,stand,,,
|
||||
531 800 -160,464 326,stand,,,
|
||||
-760 893 -355,451 467,stand,,,
|
||||
-944 1134 -214,466 468 472,stand,,,
|
||||
-1059 1296 -183,469 467 472 477,stand,,,
|
||||
-1097 1638 -174,468 470,stand,,,
|
||||
-1210 2041 -158,469 471 482,stand,,,
|
||||
-1220 2415 -151,470 229,stand,,,
|
||||
-1090 963 -162,467 473 468,stand,,,
|
||||
-1089 714 -162,472 474,stand,,,
|
||||
-1163 716 -104,473 475 476,stand,,,
|
||||
-1261 728 -162,474 478,stand,,,
|
||||
-1162 847 -104,474,stand,,,
|
||||
-1332 1147 -165,468 478 479,stand,,,
|
||||
-1265 906 -164,475 477,stand,,,
|
||||
-1378 1135 -215,477 480,stand,,,
|
||||
-1503 1512 -217,479 481 496,stand,,,
|
||||
-1565 2006 -220,480 482 483 497 502,stand,,,
|
||||
-1475 2045 -167,481 470,stand,,,
|
||||
-1849 2199 -233,481 484 497 502,stand,,,
|
||||
-2188 2392 -237,483 485 486 487 505,stand,,,
|
||||
-2049 2759 -189,484 486 505 198,stand,,,
|
||||
-1876 2565 -168,485 484,stand,,,
|
||||
-2278 2316 -247,484 488 491 492 498,stand,,,
|
||||
-2725 2328 -307,487 191 489,stand,,,
|
||||
-2669 1972 -377,488 490 491,stand,,,
|
||||
-2730 1712 -431,489 436 435,stand,,,
|
||||
-2415 2155 -311,489 487 492,stand,,,
|
||||
-2167 1916 -349,491 493 487 498,stand,,,
|
||||
-2165 1550 -453,492 435 436 499,stand,,,
|
||||
-1833 779 -453,446 495,stand,,,
|
||||
-1845 1281 -371,494 496 501,stand,,,
|
||||
-1819 1727 -265,495 497 498 501 480,stand,,,
|
||||
-1748 1994 -237,496 483 481 502,stand,,,
|
||||
-2062 2078 -260,496 487 492,stand,,,
|
||||
-2097 1180 -445,493 500 501,stand,,,
|
||||
-2098 905 -456,499 445 437 438,stand,,,
|
||||
-1946 1377 -349,499 495 496,stand,,,
|
||||
-1623 2280 -220,483 481 497,stand,,,
|
||||
-2676 2493 -294,191 504,stand,,,
|
||||
-2434 2707 -238,503 505 197 506,stand,,,
|
||||
-2232 2569 -223,504 484 485,stand,,,
|
||||
-2651 2891 -286,504 507 197 199,stand,,,
|
||||
-2984 2908 -375,506 199 192 191,stand,,,
|
||||
66 1184 -450,453 509,stand,,,
|
||||
103 1319 -449,508 510,stand,,,
|
||||
226 1458 -449,509 511,crouch,,,
|
||||
377 1503 -449,510 512,crouch,,,
|
||||
483 1524 -457,511 513,crouch,,,
|
||||
670 1526 -457,512 514 515,stand,,,
|
||||
642 1183 -440,513,stand,,,
|
||||
710 1803 -457,513 516,stand,,,
|
||||
908 2180 -442,515 517,stand,,,
|
||||
1048 2382 -427,516 518,stand,,,
|
||||
954 2542 -401,517 519 541,stand,,,
|
||||
1049 2573 -382,518 520,climb,,,
|
||||
1049 2582 -200,519 521,climb,,,
|
||||
1014 2565 -201,520 522,stand,,,
|
||||
1039 2445 -201,521 523,stand,,,
|
||||
1064 2380 -196,522 524,climb,,,
|
||||
1064 2377 -114,523 392,climb,,,
|
||||
-923 2265 -156,357 526 355,stand,,,
|
||||
-925 2462 -149,525,stand,,,
|
||||
-2269 4187 -188,201 195 203,stand,,,
|
||||
-1494 3583 -417,430 529,stand,,,
|
||||
-1264 3415 -451,528 530,stand,,,
|
||||
-1294 3102 -457,529 531,stand,,,
|
||||
-750 3093 -434,530 532,stand,,,
|
||||
-339 2864 -401,531 533,stand,,,
|
||||
-133 2814 -360,532 534,stand,,,
|
||||
-115 2998 -361,533 535,stand,,,
|
||||
285 2958 -315,534 536 539,stand,,,
|
||||
263 3207 -298,535 537,stand,,,
|
||||
269 3417 -288,536 538,stand,,,
|
||||
391 3547 -287,537 255,stand,,,
|
||||
321 2634 -369,535 540,stand,,,
|
||||
717 2580 -410,539 541,stand,,,
|
||||
969 2682 -400,540 518,stand,,,
|
||||
1475 3140 -166,408 543,climb,,,
|
||||
1475 3136 -81,542 544,climb,,,
|
||||
1479 3098 -165,543 545 548,climb,,,
|
||||
1744 3052 -169,544 546,stand,,,
|
||||
1728 2778 -175,545 547,stand,,,
|
||||
1418 2785 -170,546 548,stand,,,
|
||||
1423 3017 -167,547 544,stand,,,
|
||||
2242 3108 -149,406 550,climb,,,
|
||||
2242 3108 12,549 551,stand,,,
|
||||
2190 2853 17,550 552,stand,,,
|
||||
2287 2708 42,551 553,stand,,,
|
||||
2314 2704 83,304 552,crouch,,,
|
||||
|
267
scriptdata/waypoints/mp_arbor_day_wp.csv
Normal file
@@ -0,0 +1,267 @@
|
||||
266
|
||||
81 -935 2,1 3 4,stand,,,
|
||||
258 -962 2,0 2 8,stand,,,
|
||||
251 -814 2,1 3,stand,,,
|
||||
47 -723 2,2 0 10,stand,,,
|
||||
33 -910 13,0 5,climb,,,
|
||||
33 -907 180,4 6,climb,,,
|
||||
60 -873 186,5 7,stand,,,
|
||||
218 -854 186,6,crouch,,,
|
||||
374 -970 2,1 9 116,stand,,,
|
||||
369 -606 2,8 10 122 123,stand,,,
|
||||
63 -603 2,9 3 11,stand,,,
|
||||
101 -423 0,10 12 123,stand,,,
|
||||
197 -237 0,11 13 24 124,stand,,,
|
||||
67 -20 0,12 14 25,stand,,,
|
||||
47 120 0,13 15 20,stand,,,
|
||||
-220 507 0,14 16,stand,,,
|
||||
-220 876 1,15 17,stand,,,
|
||||
-216 1147 1,16 18,stand,,,
|
||||
-214 1268 0,17 19,stand,,,
|
||||
62 1261 0,18 35 36 252,stand,,,
|
||||
183 339 4,14 21 23,stand,,,
|
||||
305 191 4,20 22,stand,,,
|
||||
401 87 4,21 64,stand,,,
|
||||
265 470 4,20 262,stand,,,
|
||||
290 -187 0,12 25 124 132,stand,,,
|
||||
281 -31 -27,24 26 132 13,crouch,,,
|
||||
276 277 -74,25 27,crouch,,,
|
||||
347 399 -74,26 28,crouch,,,
|
||||
334 777 -75,27 29 35 62,crouch,,,
|
||||
497 1023 0,28 30 61 256,crouch,,,
|
||||
436 1285 0,29 31 67 35 68 253 256,crouch,,,
|
||||
316 1528 -15,30 32 36 68 253,crouch,,,
|
||||
450 1707 0,31 33 52 54 69,crouch,,,
|
||||
582 1828 -1,32 34 39 66,crouch,,,
|
||||
778 1954 -14,33 53 65,crouch,,,
|
||||
85 1056 -23,19 28 30 252,stand,,,
|
||||
136 1528 -2,19 37 31,stand,,,
|
||||
78 1736 0,36 38 39,stand,,,
|
||||
94 1975 0,37 39 52,stand,,,
|
||||
504 1976 0,38 40 37 53 33 65 52,stand,,,
|
||||
609 2075 0,39 41,stand,,,
|
||||
887 2258 0,40 42,stand,,,
|
||||
1209 2258 0,41 43,stand,,,
|
||||
1562 2258 0,42 44,stand,,,
|
||||
1653 2252 0,43 45,stand,,,
|
||||
1641 1984 -7,44 46 73 241,stand,,,
|
||||
1419 1936 0,45 47 70 241 243,stand,,,
|
||||
1180 1721 -21,46 48 56 71 244,stand,,,
|
||||
1235 1360 0,47 49 58 57 258,stand,,,
|
||||
1514 1169 0,48 50 191 249,stand,,,
|
||||
1400 1113 0,49 51 185,stand,,,
|
||||
1262 972 0,50 177,stand,,,
|
||||
300 1759 -9,32 38 39,stand,,,
|
||||
687 2020 -4,39 34,stand,,,
|
||||
681 1537 -6,65 66 32 67 69,stand,,,
|
||||
880 1762 -3,56 65 72,stand,,,
|
||||
1045 1641 -15,57 55 66 47 71 244,stand,,,
|
||||
1095 1466 -5,48 56 255,stand,,,
|
||||
1028 1272 -14,59 48 255,stand,,,
|
||||
865 1183 -15,60 58 255 257 260,stand,,,
|
||||
709 1036 0,61 59 158 257 256,stand,,,
|
||||
582 890 -2,62 29 60,stand,,,
|
||||
556 669 -15,63 28 61,stand,,,
|
||||
601 491 -5,64 62 159 152 146 174 263,stand,,,
|
||||
581 196 -2,22 63 131 174,stand,,,
|
||||
741 1856 -15,55 34 54 71 39,stand,,,
|
||||
834 1541 -5,54 56 254 33 255,stand,,,
|
||||
601 1365 -1,54 30 253 254 256 257,stand,,,
|
||||
451 1492 0,30 31 69,stand,,,
|
||||
511 1557 -1,68 54 32,stand,,,
|
||||
1202 1924 -2,46 71 72 243,stand,,,
|
||||
1057 1861 -5,70 56 65 47,stand,,,
|
||||
1037 2021 0,70 55,stand,,,
|
||||
1807 1934 -15,74 205 45 230 241,stand,,,
|
||||
2009 1942 0,73 75 206 204 230 231,stand,,,
|
||||
2289 1990 5,74 76,stand,,,
|
||||
2458 1913 0,75 77 206,stand,,,
|
||||
2667 1915 7,76 78 232 207,stand,,,
|
||||
2847 1905 2,77 79,stand,,,
|
||||
2854 1786 0,78 80,stand,,,
|
||||
2913 1600 8,79 81 234,stand,,,
|
||||
2939 1340 0,80 82 235 212,stand,,,
|
||||
2972 1035 0,81 83,stand,,,
|
||||
2994 884 0,82 84 217,stand,,,
|
||||
3011 641 3,83 85,stand,,,
|
||||
2967 475 2,84 86 88,stand,,,
|
||||
2835 279 2,85 87 216,stand,,,
|
||||
2653 308 2,86 88,stand,,,
|
||||
2652 557 1,87 89 89 216 85,stand,,,
|
||||
2488 612 0,88 90 214 88,stand,,,
|
||||
2311 651 0,89 91 215,stand,,,
|
||||
2213 694 1,90 92 215,stand,,,
|
||||
2087 585 0,91 93,stand,,,
|
||||
1966 551 0,92 94 182,stand,,,
|
||||
1990 508 0,93 95 100 247 261,stand,,,
|
||||
2393 491 -2,94 96 98 97,stand,,,
|
||||
2510 381 -2,95 97 98,stand,,,
|
||||
2484 237 -2,96 98 95,stand,,,
|
||||
2359 226 -2,97 99 95 96,stand,,,
|
||||
2162 256 -2,98 100,stand,,,
|
||||
1988 330 0,99 94 101 140 261,stand,,,
|
||||
2020 143 0,100 102,stand,,,
|
||||
1995 -25 0,101 103 139,stand,,,
|
||||
1991 -256 0,102 104 135 137,stand,,,
|
||||
1994 -466 0,103 105 135,stand,,,
|
||||
1986 -655 0,104 106,stand,,,
|
||||
1829 -697 -3,105 107 110 134,stand,,,
|
||||
1767 -838 -18,106 108 110 121 147,stand,,,
|
||||
1685 -939 -9,107 111 121,stand,,,
|
||||
1977 -953 0,110,stand,,,
|
||||
1864 -840 -10,109 107 106,stand,,,
|
||||
1468 -949 0,108 112 147 149,stand,,,
|
||||
1255 -954 0,111 113 126 149,stand,,,
|
||||
1035 -972 0,112 114 165 126,stand,,,
|
||||
899 -977 0,113 115 125,stand,,,
|
||||
741 -980 -5,114 116 166,stand,,,
|
||||
545 -913 0,115 117 8 122 166,stand,,,
|
||||
546 -1261 0,116 118,stand,,,
|
||||
814 -1250 0,117 119,stand,,,
|
||||
1260 -1257 0,118 120,stand,,,
|
||||
1327 -1240 0,119 121,stand,,,
|
||||
1742 -960 -8,120 108 107,stand,,,
|
||||
531 -646 0,116 9 124 169,stand,,,
|
||||
304 -475 -15,9 11 124,stand,,,
|
||||
456 -380 0,123 24 122 170 12,stand,,,
|
||||
825 -831 -10,114 165 166,stand,,,
|
||||
1153 -793 0,112 127 149 113,stand,,,
|
||||
1199 -641 0,126 128 149 150 165 167,stand,,,
|
||||
1324 -390 -18,127 129 133 150 151 167 265,stand,,,
|
||||
1140 -273 0,128 130 162 173 161,stand,,,
|
||||
864 -255 -5,129 131 168 170 161 160 173,stand,,,
|
||||
637 -68 -8,130 64 132 160 174,stand,,,
|
||||
478 -87 0,131 25 24,stand,,,
|
||||
1564 -485 -9,128 134 150 135 136,stand,,,
|
||||
1662 -636 -2,133 135 147 150 106,stand,,,
|
||||
1749 -446 -7,134 104 103 136 133,stand,,,
|
||||
1646 -278 -1,135 137 133 172,stand,,,
|
||||
1767 -179 -15,136 138 103 139 172,stand,,,
|
||||
1645 77 -8,137 139 164 142 163 172,stand,,,
|
||||
1800 95 -16,138 102 137 140,stand,,,
|
||||
1874 259 -2,139 141 100,stand,,,
|
||||
1668 342 0,140 142 178 248,stand,,,
|
||||
1523 282 0,141 143 164 138,stand,,,
|
||||
1335 255 0,142 144 164 171 162 178,stand,,,
|
||||
1091 191 -2,143 145 161 171 162 154 160,stand,,,
|
||||
878 152 -3,144 146 174 160,stand,,,
|
||||
860 327 0,145 152 63 154,stand,,,
|
||||
1592 -745 0,134 111 107 148,stand,,,
|
||||
1441 -706 0,147 149 150,stand,,,
|
||||
1340 -779 0,148 127 111 112 126,stand,,,
|
||||
1360 -564 -19,148 128 127 133 173 134,stand,,,
|
||||
1365 -174 0,128 162 163,stand,,,
|
||||
884 473 0,153 146 154 63 264,stand,,,
|
||||
905 646 0,152 264,stand,,,
|
||||
1029 407 0,152 155 171 144 146,stand,,,
|
||||
1074 572 0,154 156 175 171,stand,,,
|
||||
1085 768 0,155 157 176,stand,,,
|
||||
949 874 -11,156 158 259 260,stand,,,
|
||||
777 846 -15,157 159 60,stand,,,
|
||||
660 635 -8,158 63,stand,,,
|
||||
822 -8 0,131 161 145 130 144,stand,,,
|
||||
979 -104 0,160 162 130 144 129,stand,,,
|
||||
1216 -30 -1,161 151 129 144 143,stand,,,
|
||||
1529 -100 -2,151 164 138 172 265,stand,,,
|
||||
1464 70 -5,163 143 142 138,stand,,,
|
||||
939 -742 0,125 127 113,stand,,,
|
||||
722 -853 -15,116 125 169 115,stand,,,
|
||||
1013 -521 0,127 168 173 128,stand,,,
|
||||
856 -545 0,167 169 170 130,stand,,,
|
||||
663 -740 -7,168 166 122,stand,,,
|
||||
667 -386 -6,168 124 130,stand,,,
|
||||
1215 339 0,144 154 143 175 155,stand,,,
|
||||
1600 -105 -3,163 136 137 138,stand,,,
|
||||
1046 -373 0,129 167 130 150,stand,,,
|
||||
716 181 -15,64 145 63 131,stand,,,
|
||||
1261 544 -16,171 176 155 178,stand,,,
|
||||
1205 742 -6,175 177 156 183,stand,,,
|
||||
1309 852 0,176 51,stand,,,
|
||||
1441 490 -8,175 143 141 179 183,stand,,,
|
||||
1609 667 -14,180 182 178 184 248,stand,,,
|
||||
1757 857 -15,179 181 186 184 192,stand,,,
|
||||
1915 826 -1,180 182 192 196,stand,,,
|
||||
1799 678 0,181 93 179 247,stand,,,
|
||||
1407 685 -8,178 184 176,stand,,,
|
||||
1571 785 0,183 185 179 180,stand,,,
|
||||
1548 972 0,184 50 186 191,stand,,,
|
||||
1705 949 -9,185 187 180,stand,,,
|
||||
1766 1025 0,186 188 192,stand,,,
|
||||
1890 1189 -5,187 189 195 198,stand,,,
|
||||
1779 1293 -11,188 190 198 249,stand,,,
|
||||
1706 1169 -15,189 191,stand,,,
|
||||
1602 1134 0,190 185 49,stand,,,
|
||||
1911 962 0,181 187 193 195 180,stand,,,
|
||||
2128 934 0,192 194 197,stand,,,
|
||||
2113 1066 0,193 195 223,stand,,,
|
||||
1995 1019 0,194 192 188,stand,,,
|
||||
1983 754 0,181 197 261,stand,,,
|
||||
2129 731 0,196 193,stand,,,
|
||||
1903 1338 0,188 199 189,stand,,,
|
||||
1986 1423 0,198 200 225 229,stand,,,
|
||||
1893 1457 0,199 201 203,stand,,,
|
||||
1772 1408 0,200 202 246 250,stand,,,
|
||||
1534 1486 0,201 245 242 246 250,stand,,,
|
||||
1909 1584 0,200 204 229 246,stand,,,
|
||||
2032 1703 0,203 205 229 74 231,stand,,,
|
||||
1852 1766 -6,204 73 246,stand,,,
|
||||
2207 1840 8,74 207 76 231,stand,,,
|
||||
2376 1737 1,206 208 228 231 77 232,stand,,,
|
||||
2444 1598 3,207 209 233,stand,,,
|
||||
2501 1381 0,208 210 227 238,stand,,,
|
||||
2607 1275 0,209 211 237,stand,,,
|
||||
2626 1151 0,210 212,stand,,,
|
||||
2786 1067 -17,211 213 217 81 237,stand,,,
|
||||
2673 888 -9,212 214 218 219,stand,,,
|
||||
2528 767 0,213 89 215 218,stand,,,
|
||||
2420 735 0,214 90 91,stand,,,
|
||||
2767 392 -15,86 88,stand,,,
|
||||
2873 828 -8,212 83 218,stand,,,
|
||||
2790 732 -16,217 213 214,stand,,,
|
||||
2555 909 0,213 220 240,stand,,,
|
||||
2341 905 -11,219 221,stand,,,
|
||||
2317 1030 -4,220 222 240,stand,,,
|
||||
2299 1130 0,221 223,stand,,,
|
||||
2171 1156 4,222 194 224 239,stand,,,
|
||||
2076 1252 6,223 225 239,stand,,,
|
||||
2115 1438 0,224 226 199 229,stand,,,
|
||||
2288 1388 -2,225 227 228,stand,,,
|
||||
2408 1348 7,226 209,stand,,,
|
||||
2311 1535 -3,226 207 229,stand,,,
|
||||
2051 1562 0,225 203 204 228 199,stand,,,
|
||||
1914 2017 0,73 74,stand,,,
|
||||
2131 1748 6,207 204 74 206,stand,,,
|
||||
2656 1782 8,233 77 207,stand,,,
|
||||
2591 1621 -8,232 234 208,stand,,,
|
||||
2768 1566 0,233 80 235 236,stand,,,
|
||||
2839 1428 0,234 81,stand,,,
|
||||
2693 1464 0,234 237,stand,,,
|
||||
2738 1292 -8,236 210 212,stand,,,
|
||||
2444 1202 0,209 239 240,stand,,,
|
||||
2259 1269 2,238 223 224,stand,,,
|
||||
2453 1088 0,221 238 219,stand,,,
|
||||
1671 1801 -6,73 45 46 242 246,stand,,,
|
||||
1482 1728 0,241 243 202,stand,,,
|
||||
1397 1788 -11,242 244 70 46,stand,,,
|
||||
1283 1626 -18,243 56 245 47,stand,,,
|
||||
1428 1465 -6,244 202 251,stand,,,
|
||||
1777 1593 -4,241 205 203 201 202 250,stand,,,
|
||||
1790 517 -7,182 94 261,stand,,,
|
||||
1745 433 -3,141 179,stand,,,
|
||||
1584 1275 0,189 49 250,stand,,,
|
||||
1609 1411 0,249 201 246 202 251,stand,,,
|
||||
1507 1325 0,250 245,stand,,,
|
||||
187 1310 0,19 253 35,stand,,,
|
||||
338 1370 0,252 31 30 67,stand,,,
|
||||
834 1415 -5,67 66 255,stand,,,
|
||||
951 1382 -15,57 58 66 254 59,stand,,,
|
||||
585 1190 -2,67 29 60 257 30,stand,,,
|
||||
727 1241 -15,60 59 67 256,stand,,,
|
||||
1225 1199 0,48 259,stand,,,
|
||||
1156 1015 0,258 157 260,stand,,,
|
||||
1013 1085 -15,259 157 59,stand,,,
|
||||
1899 480 0,196 100 247 94,stand,,,
|
||||
341 576 4,23 263,stand,,,
|
||||
456 555 4,262 63,stand,,,
|
||||
814 659 0,153 152,stand,,,
|
||||
1489 -313 -4,128 163,stand,,,
|
||||
|
267
scriptdata/waypoints/mp_arbor_wp.csv
Normal file
@@ -0,0 +1,267 @@
|
||||
266
|
||||
81 -935 2,1 3 4,stand,,,
|
||||
258 -962 2,0 2 8,stand,,,
|
||||
251 -814 2,1 3,stand,,,
|
||||
47 -723 2,2 0 10,stand,,,
|
||||
33 -910 13,0 5,climb,,,
|
||||
33 -907 180,4 6,climb,,,
|
||||
60 -873 186,5 7,stand,,,
|
||||
218 -854 186,6,crouch,,,
|
||||
374 -970 2,1 9 116,stand,,,
|
||||
369 -606 2,8 10 122 123,stand,,,
|
||||
63 -603 2,9 3 11,stand,,,
|
||||
101 -423 0,10 12 123,stand,,,
|
||||
197 -237 0,11 13 24 124,stand,,,
|
||||
67 -20 0,12 14 25,stand,,,
|
||||
47 120 0,13 15 20,stand,,,
|
||||
-220 507 0,14 16,stand,,,
|
||||
-220 876 1,15 17,stand,,,
|
||||
-216 1147 1,16 18,stand,,,
|
||||
-214 1268 0,17 19,stand,,,
|
||||
62 1261 0,18 35 36 252,stand,,,
|
||||
183 339 4,14 21 23,stand,,,
|
||||
305 191 4,20 22,stand,,,
|
||||
401 87 4,21 64,stand,,,
|
||||
265 470 4,20 262,stand,,,
|
||||
290 -187 0,12 25 124 132,stand,,,
|
||||
281 -31 -27,24 26 132 13,crouch,,,
|
||||
276 277 -74,25 27,crouch,,,
|
||||
347 399 -74,26 28,crouch,,,
|
||||
334 777 -75,27 29 35 62,crouch,,,
|
||||
497 1023 0,28 30 61 256,crouch,,,
|
||||
436 1285 0,29 31 67 35 68 253 256,crouch,,,
|
||||
316 1528 -15,30 32 36 68 253,crouch,,,
|
||||
450 1707 0,31 33 52 54 69,crouch,,,
|
||||
582 1828 -1,32 34 39 66,crouch,,,
|
||||
778 1954 -14,33 53 65,crouch,,,
|
||||
85 1056 -23,19 28 30 252,stand,,,
|
||||
136 1528 -2,19 37 31,stand,,,
|
||||
78 1736 0,36 38 39,stand,,,
|
||||
94 1975 0,37 39 52,stand,,,
|
||||
504 1976 0,38 40 37 53 33 65 52,stand,,,
|
||||
609 2075 0,39 41,stand,,,
|
||||
887 2258 0,40 42,stand,,,
|
||||
1209 2258 0,41 43,stand,,,
|
||||
1562 2258 0,42 44,stand,,,
|
||||
1653 2252 0,43 45,stand,,,
|
||||
1641 1984 -7,44 46 73 241,stand,,,
|
||||
1419 1936 0,45 47 70 241 243,stand,,,
|
||||
1180 1721 -21,46 48 56 71 244,stand,,,
|
||||
1235 1360 0,47 49 58 57 258,stand,,,
|
||||
1514 1169 0,48 50 191 249,stand,,,
|
||||
1400 1113 0,49 51 185,stand,,,
|
||||
1262 972 0,50 177,stand,,,
|
||||
300 1759 -9,32 38 39,stand,,,
|
||||
687 2020 -4,39 34,stand,,,
|
||||
681 1537 -6,65 66 32 67 69,stand,,,
|
||||
880 1762 -3,56 65 72,stand,,,
|
||||
1045 1641 -15,57 55 66 47 71 244,stand,,,
|
||||
1095 1466 -5,48 56 255,stand,,,
|
||||
1028 1272 -14,59 48 255,stand,,,
|
||||
865 1183 -15,60 58 255 257 260,stand,,,
|
||||
709 1036 0,61 59 158 257 256,stand,,,
|
||||
582 890 -2,62 29 60,stand,,,
|
||||
556 669 -15,63 28 61,stand,,,
|
||||
601 491 -5,64 62 159 152 146 174 263,stand,,,
|
||||
581 196 -2,22 63 131 174,stand,,,
|
||||
741 1856 -15,55 34 54 71 39,stand,,,
|
||||
834 1541 -5,54 56 254 33 255,stand,,,
|
||||
601 1365 -1,54 30 253 254 256 257,stand,,,
|
||||
451 1492 0,30 31 69,stand,,,
|
||||
511 1557 -1,68 54 32,stand,,,
|
||||
1202 1924 -2,46 71 72 243,stand,,,
|
||||
1057 1861 -5,70 56 65 47,stand,,,
|
||||
1037 2021 0,70 55,stand,,,
|
||||
1807 1934 -15,74 205 45 230 241,stand,,,
|
||||
2009 1942 0,73 75 206 204 230 231,stand,,,
|
||||
2289 1990 5,74 76,stand,,,
|
||||
2458 1913 0,75 77 206,stand,,,
|
||||
2667 1915 7,76 78 232 207,stand,,,
|
||||
2847 1905 2,77 79,stand,,,
|
||||
2854 1786 0,78 80,stand,,,
|
||||
2913 1600 8,79 81 234,stand,,,
|
||||
2939 1340 0,80 82 235 212,stand,,,
|
||||
2972 1035 0,81 83,stand,,,
|
||||
2994 884 0,82 84 217,stand,,,
|
||||
3011 641 3,83 85,stand,,,
|
||||
2967 475 2,84 86 88,stand,,,
|
||||
2835 279 2,85 87 216,stand,,,
|
||||
2653 308 2,86 88,stand,,,
|
||||
2652 557 1,87 89 89 216 85,stand,,,
|
||||
2488 612 0,88 90 214 88,stand,,,
|
||||
2311 651 0,89 91 215,stand,,,
|
||||
2213 694 1,90 92 215,stand,,,
|
||||
2087 585 0,91 93,stand,,,
|
||||
1966 551 0,92 94 182,stand,,,
|
||||
1990 508 0,93 95 100 247 261,stand,,,
|
||||
2393 491 -2,94 96 98 97,stand,,,
|
||||
2510 381 -2,95 97 98,stand,,,
|
||||
2484 237 -2,96 98 95,stand,,,
|
||||
2359 226 -2,97 99 95 96,stand,,,
|
||||
2162 256 -2,98 100,stand,,,
|
||||
1988 330 0,99 94 101 140 261,stand,,,
|
||||
2020 143 0,100 102,stand,,,
|
||||
1995 -25 0,101 103 139,stand,,,
|
||||
1991 -256 0,102 104 135 137,stand,,,
|
||||
1994 -466 0,103 105 135,stand,,,
|
||||
1986 -655 0,104 106,stand,,,
|
||||
1829 -697 -3,105 107 110 134,stand,,,
|
||||
1767 -838 -18,106 108 110 121 147,stand,,,
|
||||
1685 -939 -9,107 111 121,stand,,,
|
||||
1977 -953 0,110,stand,,,
|
||||
1864 -840 -10,109 107 106,stand,,,
|
||||
1468 -949 0,108 112 147 149,stand,,,
|
||||
1255 -954 0,111 113 126 149,stand,,,
|
||||
1035 -972 0,112 114 165 126,stand,,,
|
||||
899 -977 0,113 115 125,stand,,,
|
||||
741 -980 -5,114 116 166,stand,,,
|
||||
545 -913 0,115 117 8 122 166,stand,,,
|
||||
546 -1261 0,116 118,stand,,,
|
||||
814 -1250 0,117 119,stand,,,
|
||||
1260 -1257 0,118 120,stand,,,
|
||||
1327 -1240 0,119 121,stand,,,
|
||||
1742 -960 -8,120 108 107,stand,,,
|
||||
531 -646 0,116 9 124 169,stand,,,
|
||||
304 -475 -15,9 11 124,stand,,,
|
||||
456 -380 0,123 24 122 170 12,stand,,,
|
||||
825 -831 -10,114 165 166,stand,,,
|
||||
1153 -793 0,112 127 149 113,stand,,,
|
||||
1199 -641 0,126 128 149 150 165 167,stand,,,
|
||||
1324 -390 -18,127 129 133 150 151 167 265,stand,,,
|
||||
1140 -273 0,128 130 162 173 161,stand,,,
|
||||
864 -255 -5,129 131 168 170 161 160 173,stand,,,
|
||||
637 -68 -8,130 64 132 160 174,stand,,,
|
||||
478 -87 0,131 25 24,stand,,,
|
||||
1564 -485 -9,128 134 150 135 136,stand,,,
|
||||
1662 -636 -2,133 135 147 150 106,stand,,,
|
||||
1749 -446 -7,134 104 103 136 133,stand,,,
|
||||
1646 -278 -1,135 137 133 172,stand,,,
|
||||
1767 -179 -15,136 138 103 139 172,stand,,,
|
||||
1645 77 -8,137 139 164 142 163 172,stand,,,
|
||||
1800 95 -16,138 102 137 140,stand,,,
|
||||
1874 259 -2,139 141 100,stand,,,
|
||||
1668 342 0,140 142 178 248,stand,,,
|
||||
1523 282 0,141 143 164 138,stand,,,
|
||||
1335 255 0,142 144 164 171 162 178,stand,,,
|
||||
1091 191 -2,143 145 161 171 162 154 160,stand,,,
|
||||
878 152 -3,144 146 174 160,stand,,,
|
||||
860 327 0,145 152 63 154,stand,,,
|
||||
1592 -745 0,134 111 107 148,stand,,,
|
||||
1441 -706 0,147 149 150,stand,,,
|
||||
1340 -779 0,148 127 111 112 126,stand,,,
|
||||
1360 -564 -19,148 128 127 133 173 134,stand,,,
|
||||
1365 -174 0,128 162 163,stand,,,
|
||||
884 473 0,153 146 154 63 264,stand,,,
|
||||
905 646 0,152 264,stand,,,
|
||||
1029 407 0,152 155 171 144 146,stand,,,
|
||||
1074 572 0,154 156 175 171,stand,,,
|
||||
1085 768 0,155 157 176,stand,,,
|
||||
949 874 -11,156 158 259 260,stand,,,
|
||||
777 846 -15,157 159 60,stand,,,
|
||||
660 635 -8,158 63,stand,,,
|
||||
822 -8 0,131 161 145 130 144,stand,,,
|
||||
979 -104 0,160 162 130 144 129,stand,,,
|
||||
1216 -30 -1,161 151 129 144 143,stand,,,
|
||||
1529 -100 -2,151 164 138 172 265,stand,,,
|
||||
1464 70 -5,163 143 142 138,stand,,,
|
||||
939 -742 0,125 127 113,stand,,,
|
||||
722 -853 -15,116 125 169 115,stand,,,
|
||||
1013 -521 0,127 168 173 128,stand,,,
|
||||
856 -545 0,167 169 170 130,stand,,,
|
||||
663 -740 -7,168 166 122,stand,,,
|
||||
667 -386 -6,168 124 130,stand,,,
|
||||
1215 339 0,144 154 143 175 155,stand,,,
|
||||
1600 -105 -3,163 136 137 138,stand,,,
|
||||
1046 -373 0,129 167 130 150,stand,,,
|
||||
716 181 -15,64 145 63 131,stand,,,
|
||||
1261 544 -16,171 176 155 178,stand,,,
|
||||
1205 742 -6,175 177 156 183,stand,,,
|
||||
1309 852 0,176 51,stand,,,
|
||||
1441 490 -8,175 143 141 179 183,stand,,,
|
||||
1609 667 -14,180 182 178 184 248,stand,,,
|
||||
1757 857 -15,179 181 186 184 192,stand,,,
|
||||
1915 826 -1,180 182 192 196,stand,,,
|
||||
1799 678 0,181 93 179 247,stand,,,
|
||||
1407 685 -8,178 184 176,stand,,,
|
||||
1571 785 0,183 185 179 180,stand,,,
|
||||
1548 972 0,184 50 186 191,stand,,,
|
||||
1705 949 -9,185 187 180,stand,,,
|
||||
1766 1025 0,186 188 192,stand,,,
|
||||
1890 1189 -5,187 189 195 198,stand,,,
|
||||
1779 1293 -11,188 190 198 249,stand,,,
|
||||
1706 1169 -15,189 191,stand,,,
|
||||
1602 1134 0,190 185 49,stand,,,
|
||||
1911 962 0,181 187 193 195 180,stand,,,
|
||||
2128 934 0,192 194 197,stand,,,
|
||||
2113 1066 0,193 195 223,stand,,,
|
||||
1995 1019 0,194 192 188,stand,,,
|
||||
1983 754 0,181 197 261,stand,,,
|
||||
2129 731 0,196 193,stand,,,
|
||||
1903 1338 0,188 199 189,stand,,,
|
||||
1986 1423 0,198 200 225 229,stand,,,
|
||||
1893 1457 0,199 201 203,stand,,,
|
||||
1772 1408 0,200 202 246 250,stand,,,
|
||||
1534 1486 0,201 245 242 246 250,stand,,,
|
||||
1909 1584 0,200 204 229 246,stand,,,
|
||||
2032 1703 0,203 205 229 74 231,stand,,,
|
||||
1852 1766 -6,204 73 246,stand,,,
|
||||
2207 1840 8,74 207 76 231,stand,,,
|
||||
2376 1737 1,206 208 228 231 77 232,stand,,,
|
||||
2444 1598 3,207 209 233,stand,,,
|
||||
2501 1381 0,208 210 227 238,stand,,,
|
||||
2607 1275 0,209 211 237,stand,,,
|
||||
2626 1151 0,210 212,stand,,,
|
||||
2786 1067 -17,211 213 217 81 237,stand,,,
|
||||
2673 888 -9,212 214 218 219,stand,,,
|
||||
2528 767 0,213 89 215 218,stand,,,
|
||||
2420 735 0,214 90 91,stand,,,
|
||||
2767 392 -15,86 88,stand,,,
|
||||
2873 828 -8,212 83 218,stand,,,
|
||||
2790 732 -16,217 213 214,stand,,,
|
||||
2555 909 0,213 220 240,stand,,,
|
||||
2341 905 -11,219 221,stand,,,
|
||||
2317 1030 -4,220 222 240,stand,,,
|
||||
2299 1130 0,221 223,stand,,,
|
||||
2171 1156 4,222 194 224 239,stand,,,
|
||||
2076 1252 6,223 225 239,stand,,,
|
||||
2115 1438 0,224 226 199 229,stand,,,
|
||||
2288 1388 -2,225 227 228,stand,,,
|
||||
2408 1348 7,226 209,stand,,,
|
||||
2311 1535 -3,226 207 229,stand,,,
|
||||
2051 1562 0,225 203 204 228 199,stand,,,
|
||||
1914 2017 0,73 74,stand,,,
|
||||
2131 1748 6,207 204 74 206,stand,,,
|
||||
2656 1782 8,233 77 207,stand,,,
|
||||
2591 1621 -8,232 234 208,stand,,,
|
||||
2768 1566 0,233 80 235 236,stand,,,
|
||||
2839 1428 0,234 81,stand,,,
|
||||
2693 1464 0,234 237,stand,,,
|
||||
2738 1292 -8,236 210 212,stand,,,
|
||||
2444 1202 0,209 239 240,stand,,,
|
||||
2259 1269 2,238 223 224,stand,,,
|
||||
2453 1088 0,221 238 219,stand,,,
|
||||
1671 1801 -6,73 45 46 242 246,stand,,,
|
||||
1482 1728 0,241 243 202,stand,,,
|
||||
1397 1788 -11,242 244 70 46,stand,,,
|
||||
1283 1626 -18,243 56 245 47,stand,,,
|
||||
1428 1465 -6,244 202 251,stand,,,
|
||||
1777 1593 -4,241 205 203 201 202 250,stand,,,
|
||||
1790 517 -7,182 94 261,stand,,,
|
||||
1745 433 -3,141 179,stand,,,
|
||||
1584 1275 0,189 49 250,stand,,,
|
||||
1609 1411 0,249 201 246 202 251,stand,,,
|
||||
1507 1325 0,250 245,stand,,,
|
||||
187 1310 0,19 253 35,stand,,,
|
||||
338 1370 0,252 31 30 67,stand,,,
|
||||
834 1415 -5,67 66 255,stand,,,
|
||||
951 1382 -15,57 58 66 254 59,stand,,,
|
||||
585 1190 -2,67 29 60 257 30,stand,,,
|
||||
727 1241 -15,60 59 67 256,stand,,,
|
||||
1225 1199 0,48 259,stand,,,
|
||||
1156 1015 0,258 157 260,stand,,,
|
||||
1013 1085 -15,259 157 59,stand,,,
|
||||
1899 480 0,196 100 247 94,stand,,,
|
||||
341 576 4,23 263,stand,,,
|
||||
456 555 4,262 63,stand,,,
|
||||
814 659 0,153 152,stand,,,
|
||||
1489 -313 -4,128 163,stand,,,
|
||||
|
439
scriptdata/waypoints/mp_ardennes_night_wp.csv
Normal file
@@ -0,0 +1,439 @@
|
||||
438
|
||||
4782 2941 110,1 177 175 178,stand,,,
|
||||
5093 2736 93,0 2 178 177 186,stand,,,
|
||||
5044 2400 103,1 3 186 178,stand,,,
|
||||
4656 2041 122,2 4 187 186 193,stand,,,
|
||||
4536 1649 112,3 5 188 187 196,stand,,,
|
||||
4193 1574 136,4 6 189 188 197,stand,,,
|
||||
3651 1483 109,5 7 197 198 199,stand,,,
|
||||
3551 1448 114,6 8 9,stand,,,
|
||||
3406 1479 116,7 9 198 166 204 201,stand,,,
|
||||
3488 1272 115,7 8 10 20 203 204,stand,,,
|
||||
3589 1028 112,9 11 20 19,stand,,,
|
||||
3693 704 163,10 12 18,stand,,,
|
||||
3823 312 150,11 13 17 18,stand,,,
|
||||
3978 79 115,12 14,stand,,,
|
||||
3973 -233 111,13 15,stand,,,
|
||||
3785 -398 109,14 16 22,stand,,,
|
||||
3752 -160 123,15 17 24,stand,,,
|
||||
3744 115 133,16 12 18 24,stand,,,
|
||||
3676 517 175,12 19 11 17,stand,,,
|
||||
3570 837 134,18 20 10,stand,,,
|
||||
3342 981 111,19 21 9 10 202,stand,,,
|
||||
3126 929 119,20 215 202,stand,,,
|
||||
3435 -577 120,15 23 25 26,stand,,,
|
||||
3387 -376 126,22 24 25,stand,,,
|
||||
3705 -76 124,23 17 16,stand,,,
|
||||
3119 -539 138,23 22 28 26,stand,,,
|
||||
2939 -605 135,22 27 25 28,stand,,,
|
||||
2567 -640 112,26 29 28 30 32,stand,,,
|
||||
2817 -535 136,25 29 27 26,stand,,,
|
||||
2572 -389 111,28 27 32 220,stand,,,
|
||||
2265 -597 120,27 31 33,stand,,,
|
||||
2165 -376 99,30 32 221 220 226 362,stand,,,
|
||||
2434 -436 112,31 29 27,stand,,,
|
||||
2145 -780 121,30 34,stand,,,
|
||||
1873 -876 112,33 35 362 342,stand,,,
|
||||
1579 -1002 111,34 36 342 362 372 376,stand,,,
|
||||
1314 -1356 102,35 37 376,stand,,,
|
||||
1061 -1618 111,36 38 47 392,stand,,,
|
||||
1030 -1877 70,37 39 47,stand,,,
|
||||
944 -1994 72,38 40,stand,,,
|
||||
575 -1984 91,39 41,stand,,,
|
||||
313 -1971 88,40 42,stand,,,
|
||||
255 -1894 108,41 43,climb,,,
|
||||
253 -1887 147,42 44,climb,,,
|
||||
229 -1701 171,43 45 46 387 389,stand,,,
|
||||
-290 -1698 111,44 48 387 386 396,stand,,,
|
||||
633 -1685 132,44 47 389 395,stand,,,
|
||||
958 -1641 111,46 38 37 392 395,stand,,,
|
||||
-650 -1569 111,45 49 386 387 418,stand,,,
|
||||
-995 -1493 124,50 48 418,stand,,,
|
||||
-1473 -1597 112,49 51 51 417 124,stand,,,
|
||||
-1874 -1527 110,50 52 124 50 417,stand,,,
|
||||
-2183 -1465 110,51 53 122 124 53 124 419,stand,,,
|
||||
-2402 -1173 117,52 54 52 122 419,stand,,,
|
||||
-2465 -926 127,55 102 53 122 125 419,stand,,,
|
||||
-2937 -1053 110,54 56 101,stand,,,
|
||||
-3349 -1008 111,55 57 101 102,stand,,,
|
||||
-3574 -711 110,56 58 101,stand,,,
|
||||
-3902 -574 124,57 59 100,stand,,,
|
||||
-4186 -293 127,58 60 100,stand,,,
|
||||
-4357 -156 110,59 61 81 99 82,stand,,,
|
||||
-4522 256 112,60 62 76 80 81 99,stand,,,
|
||||
-4466 618 111,61 63 76 76 80 77,stand,,,
|
||||
-4199 1169 115,62 64 72,stand,,,
|
||||
-3820 1490 111,63 65 72 71 435,stand,,,
|
||||
-3632 1673 111,64 66 71 67 437,stand,,,
|
||||
-3590 1935 183,65 67 71,stand,,,
|
||||
-3442 1852 166,66 68 71 65,stand,,,
|
||||
-3071 1763 128,67 69,stand,,,
|
||||
-2917 1598 113,68 70 92 127 304,stand,,,
|
||||
-3153 1560 118,69 71 90 91 92,stand,,,
|
||||
-3475 1578 111,70 67 66 65 90 64,stand,,,
|
||||
-3981 1156 111,73 75 64 63,stand,,,
|
||||
-3959 1125 146,74 72,stand,,,
|
||||
-3908 1062 111,73 79 107 435,stand,,,
|
||||
-4251 928 111,72 76,stand,,,
|
||||
-4605 664 111,75 61 62 62,stand,,,
|
||||
-4343 600 111,78 80 62,stand,,,
|
||||
-4219 615 110,77 79 108 112,stand,,,
|
||||
-4238 731 111,78 74,stand,,,
|
||||
-4395 419 111,77 62 81 61,stand,,,
|
||||
-4279 349 109,82 98 80 60 61 99 108,stand,,,
|
||||
-4023 142 107,81 83 99 108 60,stand,,,
|
||||
-3840 202 109,82 84,stand,,,
|
||||
-3422 -218 113,85 83 86 105,stand,,,
|
||||
-3253 0 108,84 96 86 97 88 105,stand,,,
|
||||
-3023 2 113,87 85 104 94 115 84 116 126 422,stand,,,
|
||||
-3126 218 115,86 88 94 96,stand,,,
|
||||
-3280 355 114,87 89 89 89 94 93 85,stand,,,
|
||||
-3376 446 117,88 109 114 88 88 93,stand,,,
|
||||
-3388 1428 114,70 91 437 71,stand,,,
|
||||
-3034 1155 191,70 92 93 90 113 95 436,stand,,,
|
||||
-2851 1156 224,69 91 70 95 93,stand,,,
|
||||
-3128 776 158,91 94 113 95 92 89 114 88,stand,,,
|
||||
-3027 408 149,95 87 86 93 115 126 88,stand,,,
|
||||
-2734 1036 265,94 92 93 305 311 91,stand,,,
|
||||
-3333 127 110,85 87 109,stand,,,
|
||||
-3617 274 110,85 109 98 111,stand,,,
|
||||
-3889 495 110,81 111 112 110 97 107 111,stand,,,
|
||||
-4067 3 110,81 60 82 61 100,stand,,,
|
||||
-3860 -265 127,101 59 58 99,stand,,,
|
||||
-3217 -612 111,100 102 57 56 55,stand,,,
|
||||
-2880 -682 111,101 54 103 121 56,stand,,,
|
||||
-2953 -451 112,104 102,stand,,,
|
||||
-2917 -280 115,103 105 106 86 116 126 422,stand,,,
|
||||
-3259 -370 125,104 84 85,stand,,,
|
||||
-2616 -522 119,104 117 125 116 422,stand,,,
|
||||
-3759 856 109,74 111 112 98 114 113 435,stand,,,
|
||||
-4171 456 110,78 81 82 112,stand,,,
|
||||
-3514 283 110,89 96 110 97,stand,,,
|
||||
-3668 465 110,111 98 109,stand,,,
|
||||
-3764 602 110,110 98 107 97 113 98 112,stand,,,
|
||||
-4045 571 110,107 78 108 98 111,stand,,,
|
||||
-3295 917 148,111 93 107 91 436,stand,,,
|
||||
-3550 746 114,89 107 93,stand,,,
|
||||
-2498 348 290,94 86 119 126 312 313,stand,,,
|
||||
-2530 -162 269,104 106 86 126 117 422,stand,,,
|
||||
-2344 -370 223,106 118 122 116 121 422,stand,,,
|
||||
-2107 -256 256,117 119 121 120 123,stand,,,
|
||||
-2058 231 286,118 115 120 312 315 314,stand,,,
|
||||
-1859 -14 228,119 118 123 315,stand,,,
|
||||
-2091 -494 177,118 122 102 123 125 413 117,stand,,,
|
||||
-2237 -850 135,121 54 117 52 124 125 416 413 53 419,stand,,,
|
||||
-1855 -297 201,121 120 118 414,stand,,,
|
||||
-1875 -1344 111,52 122 416 51 415 417 52 419 50,stand,,,
|
||||
-2545 -694 128,122 121 54 106,stand,,,
|
||||
-2613 117 228,115 116 86 94 104 422,stand,,,
|
||||
-2470 1689 110,69 128 300 302,stand,,,
|
||||
-2297 1952 111,127 129 300 299 301,stand,,,
|
||||
-2118 2443 112,128 130 289 298,stand,,,
|
||||
-1656 2582 111,129 131 289 291,stand,,,
|
||||
-1258 2627 112,130 132 288 287 289 291,stand,,,
|
||||
-981 2630 111,133 131 287 286 291 288,stand,,,
|
||||
-362 2944 111,132 134 149 276 286,stand,,,
|
||||
89 2949 113,133 135 149,stand,,,
|
||||
315 2909 121,134 147 149,stand,,,
|
||||
659 2874 124,137 147,stand,,,
|
||||
943 2779 112,136 138 146,stand,,,
|
||||
1209 2729 107,139 137,stand,,,
|
||||
1416 2609 130,138 140 143,stand,,,
|
||||
1635 2647 174,139 141,stand,,,
|
||||
1632 2415 190,140 142 421,stand,,,
|
||||
1581 2136 111,141 143 144 154 157 249,stand,,,
|
||||
1436 2539 183,142 139,stand,,,
|
||||
1229 2285 111,142 146 150 154,stand,,,
|
||||
885 2285 129,146 150 146 151 152,stand,,,
|
||||
942 2496 115,145 144 137 148 145 150,stand,,,
|
||||
484 2937 128,135 136 148,stand,,,
|
||||
456 2704 126,147 146 149 151,stand,,,
|
||||
94 2757 114,135 148 133 134 151 274 275,stand,,,
|
||||
1065 2334 111,145 144 146,stand,,,
|
||||
526 2375 116,148 149 145 152 273 274,stand,,,
|
||||
751 2200 131,145 153 151 273,stand,,,
|
||||
902 1918 111,152 154 253 272 433,stand,,,
|
||||
1277 1988 110,144 153 142 253 420 421,stand,,,
|
||||
2434 1962 149,156 158,stand,,,
|
||||
2241 1793 120,155 157 206 208,stand,,,
|
||||
1966 1913 112,156 142 208 248 249,stand,,,
|
||||
2599 1850 134,155 164 159 210,stand,,,
|
||||
2735 1970 139,160 164 158 210,stand,,,
|
||||
2837 2186 134,159 163 161 164,stand,,,
|
||||
2699 2468 120,162 163 160,stand,,,
|
||||
2985 2524 126,161 163,stand,,,
|
||||
3113 2384 128,162 160 161 165,stand,,,
|
||||
3047 1818 111,160 159 158 165 166 167 201 210,stand,,,
|
||||
3296 2245 138,164 163,stand,,,
|
||||
3261 1678 111,164 167 8 198 204 203 201,stand,,,
|
||||
3411 1838 110,166 168 184 164 198 199 195,stand,,,
|
||||
3512 2292 92,169 167 183 184,stand,,,
|
||||
3508 2603 108,168 170,stand,,,
|
||||
3739 2741 110,169 171 182 183 172 185,stand,,,
|
||||
3731 3038 111,170 172 182,stand,,,
|
||||
3888 3109 110,171 173 174 182 181 170,stand,,,
|
||||
3885 3348 110,172,stand,,,
|
||||
4276 3104 110,172 176 177 181 182 175,stand,,,
|
||||
4737 3099 110,176 177 0 181 174,stand,,,
|
||||
4490 3222 110,174 175 181,stand,,,
|
||||
4669 2778 109,0 178 175 181 1 174,stand,,,
|
||||
4734 2643 106,1 177 0 179 186 2,stand,,,
|
||||
4517 2440 110,178 187 180 186 193,stand,,,
|
||||
4389 2497 116,181 179 190,stand,,,
|
||||
4379 2768 110,180 177 174 182 172 176 175,stand,,,
|
||||
3978 2759 110,181 170 185 172 174 171,stand,,,
|
||||
3755 2499 117,170 168 184 185,stand,,,
|
||||
3696 2093 110,168 183 167 193 195 199 427,stand,,,
|
||||
3888 2560 110,183 182 170,stand,,,
|
||||
4637 2265 105,178 187 3 2 1 179 194 193,stand,,,
|
||||
4440 1969 114,186 188 4 179 200 3 193,stand,,,
|
||||
4290 1697 128,187 189 5 4 197,stand,,,
|
||||
4038 1772 138,188 5 195 196 197 194 199,stand,,,
|
||||
4150 2318 146,180 191,stand,,,
|
||||
3892 2246 149,190 192,stand,,,
|
||||
3871 2212 174,191 427,stand,,,
|
||||
4093 2210 111,184 194 179 187 3 186,stand,,,
|
||||
4151 2094 111,193 195 189 186,stand,,,
|
||||
3825 1929 111,194 184 189 199 167 200,stand,,,
|
||||
4265 1876 128,189 4 200,stand,,,
|
||||
3922 1679 135,188 6 199 5 189,stand,,,
|
||||
3470 1691 111,8 166 6 167 199,stand,,,
|
||||
3685 1735 111,6 167 195 198 197 189 184,stand,,,
|
||||
4289 1974 120,196 187 195,stand,,,
|
||||
3068 1615 111,164 204 205 166 8 216 204,stand,,,
|
||||
3191 1107 119,203 20 214 215 21,stand,,,
|
||||
3276 1189 112,202 166 9 204,stand,,,
|
||||
3011 1441 111,201 214 166 9 205 8 203 201 216,stand,,,
|
||||
2634 1575 111,201 206 207 204 216,stand,,,
|
||||
2324 1661 119,205 156 208 209 207,stand,,,
|
||||
2306 1470 113,205 209 208 206 211,stand,,,
|
||||
2157 1647 114,157 206 207 156 248,stand,,,
|
||||
2555 1739 138,206 210 207,stand,,,
|
||||
2625 1786 131,209 158 164 159,stand,,,
|
||||
2380 1214 114,207 213 212,stand,,,
|
||||
2588 1229 112,213 211 214 216 238,stand,,,
|
||||
2560 1001 91,212 211 217 237 238,stand,,,
|
||||
2861 1310 111,212 204 202 215 216,stand,,,
|
||||
3104 1134 120,214 21 202,stand,,,
|
||||
2796 1390 111,205 212 201 204 214 217,stand,,,
|
||||
2607 916 108,216 213 218,stand,,,
|
||||
2674 602 111,217 219 237 236,stand,,,
|
||||
2503 257 107,218 220 226 224 235,stand,,,
|
||||
2441 -120 111,221 31 29 219 226 233,stand,,,
|
||||
1902 -298 106,220 31 222 226 228 342 362,stand,,,
|
||||
1926 121 184,221 225 226 224 227,stand,,,
|
||||
1560 457 267,225 229 232,stand,,,
|
||||
2031 290 214,225 232 233 219 226 222 234 235,stand,,,
|
||||
1671 336 215,224 222 227 228 223 232,stand,,,
|
||||
2157 -57 140,222 220 221 228 233 31 219 224,stand,,,
|
||||
1431 103 194,225 228 230 343 222,stand,,,
|
||||
1629 -40 180,225 221 226 227 342 343,stand,,,
|
||||
1309 525 297,230 223 232 261 262 243,stand,,,
|
||||
1202 286 247,229 227 263 343 344,stand,,,
|
||||
1463 1119 398,232 243 242 251,stand,,,
|
||||
1544 672 274,231 224 242 223 243 229 262 261 225,stand,,,
|
||||
2249 104 150,224 226 234 220,stand,,,
|
||||
2160 517 215,224 235 239 233 237 240,stand,,,
|
||||
2419 373 124,224 234 236 219 239,stand,,,
|
||||
2623 580 111,235 237 218,stand,,,
|
||||
2506 838 110,236 213 238 218 234,stand,,,
|
||||
2437 972 89,239 212 237 247 213,stand,,,
|
||||
2155 771 189,238 235 234 244 247,stand,,,
|
||||
1878 790 278,234 241 244,stand,,,
|
||||
1790 1099 318,240 242 244 244 246,stand,,,
|
||||
1547 1060 387,241 243 231 232,stand,,,
|
||||
1361 929 371,231 242 260 232 229 262,stand,,,
|
||||
1916 1025 259,239 240 241 241 247 246,stand,,,
|
||||
1713 1518 347,246 248 250,stand,,,
|
||||
1922 1320 301,245 244 241 247,stand,,,
|
||||
2188 969 167,238 244 246 239,stand,,,
|
||||
1865 1658 248,245 208 157 249,stand,,,
|
||||
1628 1759 237,248 142 250 157,stand,,,
|
||||
1451 1656 311,245 249 253,stand,,,
|
||||
1176 1425 394,231 252 255,stand,,,
|
||||
1268 1593 340,251 254 255,stand,,,
|
||||
1162 1758 210,250 154 153 254 420,stand,,,
|
||||
1297 1644 301,253 252,stand,,,
|
||||
1000 1460 347,252 251 256 265,stand,,,
|
||||
841 1304 358,257 255 265 267,stand,,,
|
||||
771 1221 325,256 258 267,stand,,,
|
||||
828 1034 313,257 259 268 269 430,stand,,,
|
||||
1114 929 373,258 260 269,stand,,,
|
||||
1235 840 349,259 243 262,stand,,,
|
||||
1080 657 305,229 262 232 263 268 356,stand,,,
|
||||
1226 761 328,261 229 260 232 243,stand,,,
|
||||
1070 395 264,261 230 344,stand,,,
|
||||
853 1592 300,265,stand,,,
|
||||
942 1465 325,264 256 255 266,stand,,,
|
||||
569 1253 375,265 267,stand,,,
|
||||
714 1277 359,266 257 256,stand,,,
|
||||
721 787 260,258 269 261 355 430,stand,,,
|
||||
930 905 319,268 259 258 430,stand,,,
|
||||
386 1158 202,271 428 429,stand,,,
|
||||
329 1358 137,270 272 323 324 325 353 428 434,stand,,,
|
||||
661 1618 128,271 153 420 433,stand,,,
|
||||
497 2253 201,152 151 279,stand,,,
|
||||
281 2354 176,151 149 275 278 279,stand,,,
|
||||
-32 2372 217,149 276 277 274 281,stand,,,
|
||||
-249 2629 192,275 277 285 133 286,stand,,,
|
||||
-292 2278 247,276 275 281 282 283 285,stand,,,
|
||||
188 2153 244,274 279 281 281,stand,,,
|
||||
387 2069 243,278 274 273 431,stand,,,
|
||||
-42 1923 296,281 316 319 326 423 424,stand,,,
|
||||
-2 2157 261,278 278 280 277 275,stand,,,
|
||||
-505 1992 238,277 283 316 317 285 426,stand,,,
|
||||
-704 2215 226,282 284 277 294,stand,,,
|
||||
-1038 2062 129,283 294 292 317 293 338 337,stand,,,
|
||||
-573 2363 248,277 276 295 282 286,stand,,,
|
||||
-647 2654 117,276 132 133 287 285 295,stand,,,
|
||||
-985 2502 111,288 132 286 131 293 294,stand,,,
|
||||
-1113 2484 112,287 131 293 132,stand,,,
|
||||
-1700 2404 111,131 290 130 297 129 298,stand,,,
|
||||
-1578 2077 114,289 292 296 297 299 301,stand,,,
|
||||
-1430 2720 111,130 132 131,stand,,,
|
||||
-1225 2099 112,293 284 290 294 296 337,stand,,,
|
||||
-1086 2316 111,292 288 287 294 284,stand,,,
|
||||
-963 2240 135,293 287 284 283 295 292,stand,,,
|
||||
-710 2425 229,285 294 286,stand,,,
|
||||
-1709 1763 121,292 290 301 308,stand,,,
|
||||
-1514 2299 138,290 289,stand,,,
|
||||
-1949 2285 144,129 299 289 301,stand,,,
|
||||
-2081 2062 146,128 298 290 301,stand,,,
|
||||
-2161 1671 178,128 127 302 306,stand,,,
|
||||
-1886 1847 148,290 299 128 296 298 308,stand,,,
|
||||
-2468 1553 114,127 300 303 304,stand,,,
|
||||
-2491 1352 234,302 304,stand,,,
|
||||
-2713 1492 111,303 69 302,stand,,,
|
||||
-2307 1101 285,306 310 307 95 311 314,stand,,,
|
||||
-2055 1488 204,305 300 307 309 310,stand,,,
|
||||
-1901 1450 192,306 308 309 305,stand,,,
|
||||
-1838 1531 171,301 307 309 296,stand,,,
|
||||
-1896 1369 204,308 307 306 310,stand,,,
|
||||
-2077 1054 270,306 305 309 311 313 314 334 335,stand,,,
|
||||
-2340 950 297,95 305 310 313,stand,,,
|
||||
-2190 461 301,115 119 313 314 315,stand,,,
|
||||
-2277 691 309,310 311 115 312,stand,,,
|
||||
-2023 671 286,310 312 315 305 119 330,stand,,,
|
||||
-1926 364 289,119 314 120 407 312,stand,,,
|
||||
-342 1720 229,280 282 319 319 324 424 426 425,stand,,,
|
||||
-764 1843 213,282 318 284 341 426,stand,,,
|
||||
-644 1645 200,317 319 320 341 426 425,stand,,,
|
||||
-258 1551 240,316 318 322 280 323 316 324 424 425 426,stand,,,
|
||||
-784 1482 230,318 321 339 340 341 425,stand,,,
|
||||
-597 1166 183,322 320 327 332 339 351 352 354 350,stand,,,
|
||||
-288 1284 184,321 319 323 325 324 354,stand,,,
|
||||
-27 1195 183,319 271 322 324 354 423 428,stand,,,
|
||||
-110 1546 241,271 323 319 316 325 322,stand,,,
|
||||
215 1654 231,324 271 326 322 326,stand,,,
|
||||
144 1725 244,280 325 423 325,stand,,,
|
||||
-1038 876 230,321 328 333 350 339 332 351,stand,,,
|
||||
-1310 611 235,327 329 334 349 330 409,stand,,,
|
||||
-1516 510 242,328 330 331 349 349 409,stand,,,
|
||||
-1721 670 267,314 331 333 329 328,stand,,,
|
||||
-1571 956 362,330 333 334 329,stand,,,
|
||||
-1184 1164 376,321 339 327 333,stand,,,
|
||||
-1275 954 351,331 327 330 332,stand,,,
|
||||
-1688 1072 353,331 310 335 328,stand,,,
|
||||
-1676 1254 393,310 334 336,stand,,,
|
||||
-1483 1470 374,335 337,stand,,,
|
||||
-1261 1682 293,336 292 340 338 284,stand,,,
|
||||
-1035 1619 282,284 340 341 337,stand,,,
|
||||
-996 1278 319,320 332 321 340 327,stand,,,
|
||||
-1107 1551 339,339 320 341 338 337,stand,,,
|
||||
-886 1599 246,320 318 317 340 338,stand,,,
|
||||
1579 -479 110,221 343 35 34 228 372,stand,,,
|
||||
1143 -85 149,342 344 230 227 228,stand,,,
|
||||
772 197 213,343 345 356 263 230 361 371,stand,,,
|
||||
298 178 235,344 346 357 358 361 363 367,stand,,,
|
||||
-263 16 335,345 347 358 359 351 364 363 365 380,stand,,,
|
||||
-520 -4 332,346 348 380 365 411,stand,,,
|
||||
-945 320 276,347 349 350 351 406 411 410,stand,,,
|
||||
-1147 459 238,348 328 329 406 329 409,stand,,,
|
||||
-858 550 291,327 348 351 321,stand,,,
|
||||
-594 537 345,348 350 321 352 346 327,stand,,,
|
||||
-307 679 318,321 351 353 358,stand,,,
|
||||
30 795 258,352 354 355 271 360 357 428,stand,,,
|
||||
-10 1022 183,353 322 321 323 428,stand,,,
|
||||
431 666 243,353 268 356 357 360 429 428,stand,,,
|
||||
738 517 248,261 355 361 344,stand,,,
|
||||
222 475 278,355 345 358 360 353 361,stand,,,
|
||||
-136 391 339,345 346 359 357 360 352 363,stand,,,
|
||||
-373 326 407,346 358,stand,,,
|
||||
24 562 294,357 353 358 355,stand,,,
|
||||
364 320 236,357 356 344 345 367,stand,,,
|
||||
1920 -583 138,34 31 221 35,stand,,,
|
||||
90 -71 325,345 364 368 346 358,stand,,,
|
||||
-77 -296 371,365 363 367 368 379 346,stand,,,
|
||||
-222 -379 386,364 366 346 380 383 385 347,stand,,,
|
||||
-416 -558 392,365 380 383 385 398,stand,,,
|
||||
483 0 323,345 361 364 368 369,stand,,,
|
||||
417 -268 369,364 363 367 370 379,stand,,,
|
||||
615 -142 365,367 370,stand,,,
|
||||
654 -314 371,369 368 371 373,stand,,,
|
||||
977 -264 254,370 344 372 373,stand,,,
|
||||
1249 -572 232,342 35 371 373 375 376,stand,,,
|
||||
869 -523 339,372 370 374 375 371,stand,,,
|
||||
723 -773 369,373 375 377 376 394,stand,,,
|
||||
993 -878 332,374 372 376 373,stand,,,
|
||||
1070 -1110 257,36 35 372 375 374 392 394,stand,,,
|
||||
524 -892 356,374 378 381 382 393 394,stand,,,
|
||||
181 -590 377,377 379 381,stand,,,
|
||||
177 -351 375,378 368 364,stand,,,
|
||||
-521 -352 395,347 366 365 346 402 411,stand,,,
|
||||
335 -812 347,378 382 377,stand,,,
|
||||
166 -928 335,381 383 377 388 384 390 391,stand,,,
|
||||
-181 -891 355,382 365 366 384 385 388 391 396,stand,,,
|
||||
-331 -1127 292,383 385 388 382 396 397,stand,,,
|
||||
-393 -785 374,384 366 383 365 398 397 400,stand,,,
|
||||
-514 -1294 152,48 45 387 396 418 416,stand,,,
|
||||
-106 -1612 127,48 45 389 44 386 391 396,stand,,,
|
||||
208 -1285 254,384 382 383 390 391,stand,,,
|
||||
408 -1552 166,387 46 390 44 391 392 395,stand,,,
|
||||
536 -1237 270,388 389 393 382,stand,,,
|
||||
102 -1377 217,389 388 387 383 382,stand,,,
|
||||
938 -1383 181,389 47 37 376 394 395,stand,,,
|
||||
717 -1119 299,390 394 377,stand,,,
|
||||
882 -1031 326,392 393 377 376 374,stand,,,
|
||||
700 -1582 127,392 46 389 47,stand,,,
|
||||
-246 -1280 229,386 384 387 45 383,stand,,,
|
||||
-481 -991 335,384 385 399 400,stand,,,
|
||||
-581 -719 383,366 385 399 400 402,stand,,,
|
||||
-972 -798 334,397 398 400 401 404,stand,,,
|
||||
-637 -847 360,385 397 399 398 402,stand,,,
|
||||
-1052 -606 362,402 399 403 404,stand,,,
|
||||
-855 -504 397,401 398 400 380 411,stand,,,
|
||||
-1299 -379 334,401 405 408 404,stand,,,
|
||||
-1322 -655 256,401 403 412 413 399 414 408,stand,,,
|
||||
-1396 -96 386,403 406 407 408 409,stand,,,
|
||||
-1199 71 370,405 348 349 409 410,stand,,,
|
||||
-1625 95 320,405 315 408 414,stand,,,
|
||||
-1415 -230 335,407 403 405 404,stand,,,
|
||||
-1336 244 314,405 349 329 406 410 328,stand,,,
|
||||
-890 84 326,406 411 348 409,stand,,,
|
||||
-720 17 332,410 402 347 348 380,stand,,,
|
||||
-1462 -1003 129,404 415 417 418,stand,,,
|
||||
-1837 -754 209,404 414 121 416 122 415,stand,,,
|
||||
-1661 -291 244,404 407 123 413,stand,,,
|
||||
-1751 -1156 113,412 416 124 419 413,stand,,,
|
||||
-1966 -1038 117,415 413 122 124 386 419,stand,,,
|
||||
-1519 -1332 112,124 412 50 51 418,stand,,,
|
||||
-1039 -1134 111,49 412 386 48 417,stand,,,
|
||||
-2150 -1203 115,124 122 52 416 415 53 54,stand,,,
|
||||
977 1787 128,272 253 154,stand,,,
|
||||
1497 2449 160,154 141,stand,,,
|
||||
-2651 -284 206,117 104 116 126 106 86,stand,,,
|
||||
59 1675 245,326 424 323 280,stand,,,
|
||||
-99 1703 257,423 316 319 280,stand,,,
|
||||
-531 1576 208,320 319 426 316 318,stand,,,
|
||||
-475 1701 213,425 316 318 317 319 282,stand,,,
|
||||
3835 2190 138,184 192,stand,,,
|
||||
286 1002 220,270 355 271 353 354 323,stand,,,
|
||||
532 1000 259,355 430 270,stand,,,
|
||||
663 960 273,429 268 269 258,stand,,,
|
||||
465 1935 241,279 432 432 433 434,stand,,,
|
||||
325 1790 238,431 431,stand,,,
|
||||
629 1864 190,431 153 272,stand,,,
|
||||
405 1795 238,431 271,stand,,,
|
||||
-3755 1126 112,107 436 64 74,stand,,,
|
||||
-3472 1008 114,435 437 113 91,stand,,,
|
||||
-3465 1352 114,436 90 65,stand,,,
|
||||
|
445
scriptdata/waypoints/mp_ardennes_wp.csv
Normal file
@@ -0,0 +1,445 @@
|
||||
444
|
||||
5668 2885 143,1 176 174 177,stand,,,
|
||||
5979 2680 126,0 2 177 176 185,stand,,,
|
||||
5930 2344 136,1 3 185 177,stand,,,
|
||||
5542 1985 155,2 4 186 185 192,stand,,,
|
||||
5422 1593 145,3 5 187 186 195,stand,,,
|
||||
5079 1518 169,4 6 188 187 196,stand,,,
|
||||
4537 1427 142,5 7 196 197 198,stand,,,
|
||||
4437 1392 147,6 8 9,stand,,,
|
||||
4292 1423 149,7 9 197 165 203 200,stand,,,
|
||||
4374 1216 148,7 8 10 20 202 203,stand,,,
|
||||
4475 972 145,9 11 20 19,stand,,,
|
||||
4579 648 196,10 12 18,stand,,,
|
||||
4709 256 183,11 13 17 18,stand,,,
|
||||
4864 23 148,12 14,stand,,,
|
||||
4859 -289 144,13 15,stand,,,
|
||||
4671 -454 142,14 16 22,stand,,,
|
||||
4638 -216 156,15 17 24,stand,,,
|
||||
4630 59 166,16 12 18 24,stand,,,
|
||||
4562 461 208,12 19 11 17,stand,,,
|
||||
4456 781 167,18 20 10,stand,,,
|
||||
4228 925 144,19 21 9 10 201,stand,,,
|
||||
4012 873 152,20 214 201,stand,,,
|
||||
4321 -633 153,15 23 25 26,stand,,,
|
||||
4273 -432 159,22 24 25,stand,,,
|
||||
4591 -132 157,23 17 16,stand,,,
|
||||
4005 -595 171,23 22 28 26,stand,,,
|
||||
3825 -661 168,22 27 25 28,stand,,,
|
||||
3453 -696 145,26 29 28 30 32,stand,,,
|
||||
3703 -591 169,25 29 27 26,stand,,,
|
||||
3458 -445 144,28 27 32 219,stand,,,
|
||||
3151 -653 153,27 31 33,stand,,,
|
||||
3051 -432 132,30 32 220 219 225 360,stand,,,
|
||||
3320 -492 145,31 29 27,stand,,,
|
||||
3031 -836 154,30 34,stand,,,
|
||||
2759 -932 145,33 35 360 340,stand,,,
|
||||
2465 -1058 144,34 36 340 360 370 373,stand,,,
|
||||
2200 -1412 135,35 37 373,stand,,,
|
||||
1947 -1674 144,36 38 47 388,stand,,,
|
||||
1916 -1933 103,37 39 47,stand,,,
|
||||
1830 -2050 105,38 40,stand,,,
|
||||
1461 -2040 124,39 41,stand,,,
|
||||
1199 -2027 121,40 42,stand,,,
|
||||
1141 -1950 141,41 43,climb,,,
|
||||
1139 -1943 180,42 44,climb,,,
|
||||
1115 -1757 204,43 45 46 384 386 439,stand,,,
|
||||
596 -1754 144,44 48 384 383 391,stand,,,
|
||||
1519 -1741 165,44 47 386 390,stand,,,
|
||||
1844 -1697 144,46 38 37 388 390,stand,,,
|
||||
236 -1625 144,45 49 383 384 412,stand,,,
|
||||
-109 -1549 157,50 48 412,stand,,,
|
||||
-587 -1653 145,49 51 51 411 124,stand,,,
|
||||
-988 -1583 143,50 52 124 50 411,stand,,,
|
||||
-1297 -1521 143,51 53 122 124 53 124 413,stand,,,
|
||||
-1516 -1229 150,52 54 52 122 413,stand,,,
|
||||
-1579 -982 160,55 102 53 122 125 413,stand,,,
|
||||
-2051 -1109 143,54 56 101,stand,,,
|
||||
-2463 -1064 144,55 57 101 102,stand,,,
|
||||
-2688 -767 143,56 58 101,stand,,,
|
||||
-3016 -630 157,57 59 100,stand,,,
|
||||
-3300 -349 160,58 60 100,stand,,,
|
||||
-3471 -212 143,59 61 81 99 82,stand,,,
|
||||
-3636 200 145,60 62 76 80 81 99,stand,,,
|
||||
-3580 562 144,61 63 76 76 80 77,stand,,,
|
||||
-3313 1113 148,62 64 72,stand,,,
|
||||
-2934 1434 144,63 65 72 433,stand,,,
|
||||
-2746 1617 144,64 66 71 67 433 432,stand,,,
|
||||
-2704 1879 216,65 67 71,stand,,,
|
||||
-2556 1796 199,66 68 71 65,stand,,,
|
||||
-2185 1707 161,67 69,stand,,,
|
||||
-2031 1542 146,68 70 92 126 302,stand,,,
|
||||
-2267 1504 151,69 71 90 91 92,stand,,,
|
||||
-2589 1522 144,70 67 66 65 432,stand,,,
|
||||
-3095 1100 144,73 75 64 63 433,stand,,,
|
||||
-3073 1069 179,74 72,stand,,,
|
||||
-3022 1006 144,73 79 107 434,stand,,,
|
||||
-3365 872 144,72 76,stand,,,
|
||||
-3719 608 144,75 61 62 62,stand,,,
|
||||
-3457 544 144,78 80 62,stand,,,
|
||||
-3333 559 143,77 79 108 112,stand,,,
|
||||
-3352 675 144,78 74,stand,,,
|
||||
-3509 363 144,77 62 81 61,stand,,,
|
||||
-3393 293 142,82 98 80 60 61 99 108,stand,,,
|
||||
-3137 86 140,81 83 99 108 60,stand,,,
|
||||
-2954 146 142,82 84,stand,,,
|
||||
-2536 -274 146,85 83 86 105,stand,,,
|
||||
-2367 -56 141,84 96 86 97 88 105,stand,,,
|
||||
-2137 -54 146,87 85 104 94 84 116,stand,,,
|
||||
-2240 162 148,86 88 94 96 428 115,stand,,,
|
||||
-2394 299 147,87 89 89 89 94 93 85,stand,,,
|
||||
-2490 390 150,88 109 114 88 88 93,stand,,,
|
||||
-2502 1372 147,70 91 431,stand,,,
|
||||
-2148 1099 224,70 92 93 90 113 95 113 435,stand,,,
|
||||
-1965 1100 257,69 91 70 95 93 301,stand,,,
|
||||
-2242 720 191,91 94 113 95 92 89 114 88,stand,,,
|
||||
-2141 352 182,95 87 86 93 115 88 428,stand,,,
|
||||
-1848 980 298,94 92 93 303 309 91,stand,,,
|
||||
-2447 71 143,85 87 109,stand,,,
|
||||
-2731 218 143,85 109 98 111,stand,,,
|
||||
-3003 439 143,81 111 112 110 97 107 111,stand,,,
|
||||
-3181 -53 143,81 60 82 61 100,stand,,,
|
||||
-2974 -321 160,101 59 58 99,stand,,,
|
||||
-2331 -668 144,100 102 57 56 55,stand,,,
|
||||
-1994 -738 144,101 54 103 121 56,stand,,,
|
||||
-2067 -507 145,104 102,stand,,,
|
||||
-2031 -336 148,103 105 106 86 116 429,stand,,,
|
||||
-2373 -426 158,104 84 85,stand,,,
|
||||
-1730 -578 152,104 117 125,stand,,,
|
||||
-2873 800 142,74 111 112 98 114 113 434,stand,,,
|
||||
-3285 400 143,78 81 82 112,stand,,,
|
||||
-2628 227 143,89 96 110 97,stand,,,
|
||||
-2782 409 143,111 98 109,stand,,,
|
||||
-2878 546 143,110 98 107 97 113 98 112,stand,,,
|
||||
-3159 515 143,107 78 108 98 111,stand,,,
|
||||
-2409 861 181,111 93 107 91 91 435,stand,,,
|
||||
-2664 690 147,89 107 93,stand,,,
|
||||
-1612 292 323,94 119 310 311 428 87,stand,,,
|
||||
-1644 -218 302,104 86 117 429,stand,,,
|
||||
-1458 -426 256,106 118 122 116 121,stand,,,
|
||||
-1221 -312 289,117 119 121 120 123,stand,,,
|
||||
-1172 175 319,118 115 120 310 313 312,stand,,,
|
||||
-973 -70 261,119 118 123 313,stand,,,
|
||||
-1205 -550 210,118 122 102 123 125 117 442,stand,,,
|
||||
-1351 -906 168,121 54 117 52 124 125 410 53 413,stand,,,
|
||||
-969 -353 234,121 120 118 408,stand,,,
|
||||
-989 -1400 144,52 122 410 51 409 411 52 413 50,stand,,,
|
||||
-1659 -750 161,122 121 54 106,stand,,,
|
||||
-1584 1633 143,69 127 298 300,stand,,,
|
||||
-1411 1896 144,126 128 298 297 299,stand,,,
|
||||
-1232 2387 145,127 129 287 296,stand,,,
|
||||
-770 2526 144,128 130 287 289,stand,,,
|
||||
-372 2571 145,129 131 286 285 287 289,stand,,,
|
||||
-95 2574 144,132 130 285 284 289 286,stand,,,
|
||||
524 2888 144,131 133 148 273 284,stand,,,
|
||||
975 2893 146,132 134 148,stand,,,
|
||||
1201 2853 154,133 146 148,stand,,,
|
||||
1545 2818 157,136 146,stand,,,
|
||||
1829 2723 145,135 137 145,stand,,,
|
||||
2095 2673 140,138 136,stand,,,
|
||||
2302 2553 163,137 139 142,stand,,,
|
||||
2521 2591 207,138 140,stand,,,
|
||||
2518 2359 223,139 141 415,stand,,,
|
||||
2467 2080 144,140 142 143 153 156 247,stand,,,
|
||||
2322 2483 216,141 138,stand,,,
|
||||
2115 2229 144,141 145 149 153,stand,,,
|
||||
1771 2229 162,145 149 145 150 151,stand,,,
|
||||
1828 2440 148,144 143 136 147 144 149,stand,,,
|
||||
1370 2881 161,134 135 147,stand,,,
|
||||
1342 2648 159,146 145 148 150,stand,,,
|
||||
980 2701 147,134 147 132 133 150 271 272,stand,,,
|
||||
1951 2278 144,144 143 145,stand,,,
|
||||
1412 2319 149,147 148 144 151 270 271,stand,,,
|
||||
1637 2144 164,144 152 150 270 441,stand,,,
|
||||
1788 1862 144,151 153 251 269 440,stand,,,
|
||||
2163 1932 143,143 152 141 251 414 415,stand,,,
|
||||
3320 1906 182,155 157,stand,,,
|
||||
3127 1737 153,154 156 205 207,stand,,,
|
||||
2852 1857 145,155 141 207 246 247,stand,,,
|
||||
3485 1794 167,154 163 158 209,stand,,,
|
||||
3621 1914 172,159 163 157 209,stand,,,
|
||||
3723 2130 167,158 162 160 163,stand,,,
|
||||
3585 2412 153,161 162 159,stand,,,
|
||||
3871 2468 159,160 162,stand,,,
|
||||
3999 2328 161,161 159 160 164,stand,,,
|
||||
3933 1762 144,159 158 157 164 165 166 200 209,stand,,,
|
||||
4182 2189 171,163 162,stand,,,
|
||||
4147 1622 144,163 166 8 197 203 202 200,stand,,,
|
||||
4297 1782 143,165 167 183 163 197 198 194,stand,,,
|
||||
4398 2236 125,168 166 182 183,stand,,,
|
||||
4394 2547 141,167 169,stand,,,
|
||||
4625 2685 143,168 170 181 182 171 184,stand,,,
|
||||
4617 2982 144,169 171 181,stand,,,
|
||||
4774 3053 143,170 172 173 181 180 169,stand,,,
|
||||
4771 3292 143,171,stand,,,
|
||||
5162 3048 143,171 175 176 180 181 174,stand,,,
|
||||
5623 3043 143,175 176 0 180 173,stand,,,
|
||||
5376 3166 143,173 174 180,stand,,,
|
||||
5555 2722 142,0 177 174 180 1 173,stand,,,
|
||||
5620 2587 139,1 176 0 178 185 2,stand,,,
|
||||
5403 2384 143,177 186 179 185 192,stand,,,
|
||||
5275 2441 149,180 178 189,stand,,,
|
||||
5265 2712 143,179 176 173 181 171 175 174,stand,,,
|
||||
4864 2703 143,180 169 184 171 173 170,stand,,,
|
||||
4641 2443 150,169 167 183 184,stand,,,
|
||||
4582 2037 143,167 182 166 192 194 198 420,stand,,,
|
||||
4774 2504 143,182 181 169,stand,,,
|
||||
5523 2209 138,177 186 3 2 1 178 193 192,stand,,,
|
||||
5326 1913 147,185 187 4 178 199 3 192,stand,,,
|
||||
5176 1641 161,186 188 5 4 196,stand,,,
|
||||
4924 1716 171,187 5 194 195 196 193 198,stand,,,
|
||||
5036 2262 179,179 190,stand,,,
|
||||
4778 2190 182,189 191,stand,,,
|
||||
4757 2156 207,190 420,stand,,,
|
||||
4979 2154 144,183 193 178 186 3 185,stand,,,
|
||||
5037 2038 144,192 194 188 185,stand,,,
|
||||
4711 1873 144,193 183 188 198 166,stand,,,
|
||||
5151 1820 161,188 4 199,stand,,,
|
||||
4808 1623 168,187 6 198 5 188,stand,,,
|
||||
4356 1635 144,8 165 6 166 198,stand,,,
|
||||
4571 1679 144,6 166 194 197 196 188 183,stand,,,
|
||||
5175 1918 153,195 186,stand,,,
|
||||
3954 1559 144,163 203 204 165 8 215 203,stand,,,
|
||||
4077 1051 152,202 20 213 214 21,stand,,,
|
||||
4162 1133 145,201 165 9 203,stand,,,
|
||||
3897 1385 144,200 213 165 9 204 8 202 200 215,stand,,,
|
||||
3520 1519 144,200 205 206 203 215,stand,,,
|
||||
3210 1605 152,204 155 207 208 206,stand,,,
|
||||
3192 1414 146,204 208 207 205 210,stand,,,
|
||||
3043 1591 147,156 205 206 155 246,stand,,,
|
||||
3441 1683 171,205 209 206,stand,,,
|
||||
3511 1730 164,208 157 163 158,stand,,,
|
||||
3266 1158 147,206 212 211,stand,,,
|
||||
3474 1173 145,212 210 213 215 237,stand,,,
|
||||
3446 945 124,211 210 216 236 237,stand,,,
|
||||
3747 1254 144,211 203 201 214 215,stand,,,
|
||||
3990 1078 153,213 21 201,stand,,,
|
||||
3682 1334 144,204 211 200 203 213 216,stand,,,
|
||||
3493 860 141,215 212 217,stand,,,
|
||||
3560 546 144,216 218 236 235,stand,,,
|
||||
3389 201 140,217 219 225 223 234,stand,,,
|
||||
3327 -176 144,220 31 29 218 225 232,stand,,,
|
||||
2788 -354 139,219 31 221 225 227 340 360,stand,,,
|
||||
2812 65 217,220 224 225 223,stand,,,
|
||||
2446 401 300,224 228 231,stand,,,
|
||||
2917 234 247,224 231 232 218 225 221 233 234,stand,,,
|
||||
2557 280 248,223 221 226 227 222 231,stand,,,
|
||||
3043 -113 173,221 219 220 227 232 31 218 223,stand,,,
|
||||
2317 47 227,224 227 229 341,stand,,,
|
||||
2515 -96 213,224 220 225 226 340 341,stand,,,
|
||||
2195 469 330,229 222 231 259 260 242,stand,,,
|
||||
2088 230 280,228 226 261 341 342,stand,,,
|
||||
2349 1063 431,231 242 241 249,stand,,,
|
||||
2430 616 307,230 223 241 222 242 228 260 259 224,stand,,,
|
||||
3135 48 183,223 225 233 219,stand,,,
|
||||
3046 461 248,223 234 238 232 236 239,stand,,,
|
||||
3305 317 157,223 233 235 218 238,stand,,,
|
||||
3509 524 144,234 236 217,stand,,,
|
||||
3392 782 143,235 212 237 217 233,stand,,,
|
||||
3323 916 122,238 211 236 245 212,stand,,,
|
||||
3041 715 222,237 234 233 245,stand,,,
|
||||
2764 734 311,233 240,stand,,,
|
||||
2676 1043 351,239 241 244 421,stand,,,
|
||||
2433 1004 420,240 242 230 231,stand,,,
|
||||
2247 873 404,230 241 258 231 228 260,stand,,,
|
||||
2599 1462 380,244 246 248,stand,,,
|
||||
2808 1264 334,243 240 245 421,stand,,,
|
||||
3074 913 200,237 244 238 421,stand,,,
|
||||
2751 1602 281,243 207 156 247,stand,,,
|
||||
2514 1703 270,246 141 248 156,stand,,,
|
||||
2337 1600 344,243 247 251,stand,,,
|
||||
2062 1369 427,230 250 253,stand,,,
|
||||
2154 1537 373,249 252 253,stand,,,
|
||||
2048 1702 243,248 153 152 252 414,stand,,,
|
||||
2183 1588 334,251 250,stand,,,
|
||||
1886 1404 380,250 249 254 263,stand,,,
|
||||
1727 1248 391,255 253 263 265,stand,,,
|
||||
1657 1165 358,254 256 265,stand,,,
|
||||
1714 978 346,255 257 266 267 424,stand,,,
|
||||
2000 873 406,256 258 267,stand,,,
|
||||
2121 784 382,257 242 260,stand,,,
|
||||
1966 601 338,228 260 231 261 266 354,stand,,,
|
||||
2112 705 361,259 228 258 231 242,stand,,,
|
||||
1956 339 297,259 229 342,stand,,,
|
||||
1739 1536 333,263,stand,,,
|
||||
1828 1409 358,262 254 253 264,stand,,,
|
||||
1455 1197 408,263 265,stand,,,
|
||||
1600 1221 392,264 255 254,stand,,,
|
||||
1607 731 293,256 267 259 353 423 424,stand,,,
|
||||
1816 849 352,266 257 256,stand,,,
|
||||
1215 1302 170,269 321 322 323 351 422 425 277,stand,,,
|
||||
1547 1562 161,268 152 414 440,stand,,,
|
||||
1383 2197 234,151 150 276,stand,,,
|
||||
1167 2298 209,150 148 272 275 276,stand,,,
|
||||
854 2316 250,148 273 274 271 279,stand,,,
|
||||
637 2573 225,272 274 283 132 284,stand,,,
|
||||
594 2222 280,273 272 279 280 281 283,stand,,,
|
||||
1074 2097 277,271 276 279 279,stand,,,
|
||||
1273 2013 276,275 271 277 270 441,stand,,,
|
||||
1315 1832 274,276 324 323 268 441,stand,,,
|
||||
844 1867 329,279 314 317 324 416 417,stand,,,
|
||||
884 2101 294,275 275 278 274 272,stand,,,
|
||||
381 1936 271,274 281 314 315 283 419,stand,,,
|
||||
182 2159 259,280 282 274 292,stand,,,
|
||||
-152 2006 162,281 292 290 315 291 336,stand,,,
|
||||
313 2307 281,274 273 293 280,stand,,,
|
||||
239 2598 150,273 131 132 285,stand,,,
|
||||
-99 2446 144,286 131 284 130 291 292,stand,,,
|
||||
-227 2428 145,285 130 291 131,stand,,,
|
||||
-814 2348 144,130 288 129 295 128 296,stand,,,
|
||||
-692 2021 147,287 290 294 295 297 299,stand,,,
|
||||
-544 2664 144,129 131 130,stand,,,
|
||||
-339 2043 145,291 282 288 292 294 335,stand,,,
|
||||
-200 2260 144,290 286 285 292 282,stand,,,
|
||||
-77 2184 168,291 285 282 281 293 290,stand,,,
|
||||
176 2369 262,283 292,stand,,,
|
||||
-823 1707 154,290 288 299 306,stand,,,
|
||||
-628 2243 171,288 287,stand,,,
|
||||
-1063 2229 177,128 297 287 299,stand,,,
|
||||
-1195 2006 179,127 296 288 299,stand,,,
|
||||
-1275 1615 211,127 126 300 304,stand,,,
|
||||
-1000 1791 181,288 297 127 294 296 306,stand,,,
|
||||
-1582 1497 147,126 298 301 302,stand,,,
|
||||
-1605 1296 267,300 302 92 303,stand,,,
|
||||
-1827 1436 144,301 69 300,stand,,,
|
||||
-1421 1045 318,304 308 305 95 309 312 301,stand,,,
|
||||
-1169 1432 237,303 298 305 307 308,stand,,,
|
||||
-1015 1394 225,304 306 307 303,stand,,,
|
||||
-952 1475 204,299 305 307 294,stand,,,
|
||||
-1010 1313 237,306 305 304 308,stand,,,
|
||||
-1191 998 303,304 303 307 309 311 312 332 333,stand,,,
|
||||
-1454 894 330,95 303 308 311,stand,,,
|
||||
-1304 405 334,115 119 311 312 313,stand,,,
|
||||
-1391 635 342,308 309 115 310,stand,,,
|
||||
-1137 615 319,308 310 313 303 119 328,stand,,,
|
||||
-1040 308 322,119 312 120 402 310,stand,,,
|
||||
544 1664 262,278 280 317 317 322 417 419 418,stand,,,
|
||||
122 1787 246,280 316 282 339 419,stand,,,
|
||||
242 1589 233,315 317 318 339 419 418,stand,,,
|
||||
628 1495 273,314 316 320 278 321 314 322 417 418 419,stand,,,
|
||||
102 1426 263,316 319 337 338 339 418,stand,,,
|
||||
289 1110 216,320 318 325 330 337 349 350 352 430,stand,,,
|
||||
598 1228 217,319 317 321 323 322 352,stand,,,
|
||||
859 1139 216,317 268 320 322 352 416 422,stand,,,
|
||||
776 1490 274,268 321 317 314 323 320,stand,,,
|
||||
1101 1598 264,322 268 324 320 277,stand,,,
|
||||
1030 1669 277,278 323 416 277,stand,,,
|
||||
-152 820 263,319 326 331 348 337 330 349,stand,,,
|
||||
-424 555 268,325 327 347 328 404 427,stand,,,
|
||||
-630 454 275,326 328 347 347 404 427 402,stand,,,
|
||||
-835 614 300,312 329 331 327 326,stand,,,
|
||||
-685 900 395,328 331 332 427,stand,,,
|
||||
-298 1108 409,319 337 325 331,stand,,,
|
||||
-389 898 384,329 325 328 330,stand,,,
|
||||
-802 1016 386,329 308 333,stand,,,
|
||||
-790 1198 426,308 332 334,stand,,,
|
||||
-597 1414 407,333 335,stand,,,
|
||||
-375 1626 326,334 290 338 336,stand,,,
|
||||
-149 1563 315,282 338 339 335,stand,,,
|
||||
-110 1222 352,318 330 319 338 325,stand,,,
|
||||
-221 1495 372,337 318 339 336 335,stand,,,
|
||||
0 1543 279,318 316 315 338 336,stand,,,
|
||||
2465 -535 143,220 341 35 34 227 370,stand,,,
|
||||
2029 -141 182,340 342 229 226 227,stand,,,
|
||||
1658 141 246,341 343 354 261 229 359 369,stand,,,
|
||||
1184 122 268,342 344 355 356 359 361 365,stand,,,
|
||||
623 -40 368,343 345 356 357 349 362 361 363 377,stand,,,
|
||||
366 -60 365,344 346 377 363 406,stand,,,
|
||||
-59 264 309,345 347 348 349 401 406 405,stand,,,
|
||||
-261 403 271,346 326 327 401 327 404,stand,,,
|
||||
28 494 324,325 346 349 430,stand,,,
|
||||
292 481 378,346 348 319 350 344 325,stand,,,
|
||||
579 623 351,319 349 351 356,stand,,,
|
||||
916 739 291,350 352 353 268 358 355 422,stand,,,
|
||||
876 966 216,351 320 319 321 422,stand,,,
|
||||
1317 610 276,351 266 354 355 358 423,stand,,,
|
||||
1624 461 281,259 353 359 342,stand,,,
|
||||
1108 419 311,353 343 356 358 351 359,stand,,,
|
||||
750 335 372,343 344 357 355 358 350 361,stand,,,
|
||||
513 270 440,344 356,stand,,,
|
||||
910 506 327,355 351 356 353,stand,,,
|
||||
1250 264 269,355 354 342 343 365,stand,,,
|
||||
2806 -639 171,34 31 220 35,stand,,,
|
||||
976 -127 358,343 362 366 344 356,stand,,,
|
||||
809 -352 404,363 361 365 366 376 344,stand,,,
|
||||
664 -435 419,362 364 344 377 380 382 345,stand,,,
|
||||
470 -614 425,363 377 380 382 393,stand,,,
|
||||
1369 -56 356,343 359 362 366 367,stand,,,
|
||||
1303 -324 402,362 361 365 368 376,stand,,,
|
||||
1501 -198 398,365 368,stand,,,
|
||||
1540 -370 404,367 366 369 371,stand,,,
|
||||
1863 -320 287,368 342 370 371 372,stand,,,
|
||||
2135 -628 265,340 35 369 371 372 373,stand,,,
|
||||
1755 -579 372,370 368 372 369 436,stand,,,
|
||||
1879 -934 365,370 373 371 437 369,stand,,,
|
||||
1956 -1166 290,36 35 370 372 388 437,stand,,,
|
||||
1410 -948 389,375 378 379 389 436,stand,,,
|
||||
1067 -646 410,374 376 378,stand,,,
|
||||
1063 -407 408,375 366 362,stand,,,
|
||||
365 -408 428,345 364 363 344 397 406,stand,,,
|
||||
1221 -868 380,375 379 374,stand,,,
|
||||
1052 -984 368,378 380 374 385 381 387,stand,,,
|
||||
705 -947 388,379 363 364 381 382 391,stand,,,
|
||||
555 -1183 325,380 382 379 391 392,stand,,,
|
||||
493 -841 407,381 364 380 363 393 392 395,stand,,,
|
||||
372 -1350 185,48 45 384 391 412 410,stand,,,
|
||||
780 -1668 160,48 45 386 44 383 391 438 439,stand,,,
|
||||
1094 -1341 287,379 387,stand,,,
|
||||
1294 -1608 199,384 46 387 44 388 390 439,stand,,,
|
||||
1422 -1293 303,385 386 389 379,stand,,,
|
||||
1824 -1439 214,386 47 37 373 390 437,stand,,,
|
||||
1603 -1175 332,387 374 436 437,stand,,,
|
||||
1586 -1638 160,388 46 386 47,stand,,,
|
||||
640 -1336 262,383 381 384 45 380,stand,,,
|
||||
405 -1047 368,381 382 394 395,stand,,,
|
||||
305 -775 416,364 382 394 395 397,stand,,,
|
||||
-86 -854 367,392 393 395 396 399,stand,,,
|
||||
249 -903 393,382 392 394 393 397,stand,,,
|
||||
-166 -662 395,397 394 398 399,stand,,,
|
||||
31 -560 430,396 393 395 377 406,stand,,,
|
||||
-413 -435 367,396 400 403 399,stand,,,
|
||||
-436 -711 289,396 398 407 394 408 403 443,stand,,,
|
||||
-510 -152 419,398 401 402 403 404,stand,,,
|
||||
-313 15 403,400 346 347 404 405,stand,,,
|
||||
-739 39 353,400 313 403 408 327,stand,,,
|
||||
-529 -286 368,402 398 400 399,stand,,,
|
||||
-450 188 347,400 347 327 401 405 326,stand,,,
|
||||
-4 28 359,401 406 346 404,stand,,,
|
||||
166 -39 365,405 397 345 346 377,stand,,,
|
||||
-576 -1059 162,399 409 411 412,stand,,,
|
||||
-775 -347 277,399 402 123 442,stand,,,
|
||||
-865 -1212 146,407 410 124 413 443,stand,,,
|
||||
-1080 -1094 150,409 122 124 383 413,stand,,,
|
||||
-633 -1388 145,124 407 50 51 412,stand,,,
|
||||
-153 -1190 144,49 407 383 48 411,stand,,,
|
||||
-1264 -1259 148,124 122 52 410 409 53 54,stand,,,
|
||||
1863 1731 161,269 251 153,stand,,,
|
||||
2383 2393 193,153 140,stand,,,
|
||||
945 1619 278,324 417 321 278,stand,,,
|
||||
787 1647 290,416 314 317 278,stand,,,
|
||||
355 1520 241,318 317 419 314 316,stand,,,
|
||||
411 1645 246,418 314 316 315 317 280,stand,,,
|
||||
4739 2137 170,191 183,stand,,,
|
||||
2857 1120 309,244 245 240,stand,,,
|
||||
1124 875 266,423 425 351 268 352 321,stand,,,
|
||||
1338 738 281,422 266 426 353,stand,,,
|
||||
1600 877 306,266 256 426,stand,,,
|
||||
1358 1047 269,422 268 426 426,stand,,,
|
||||
1422 930 292,425 425 424 423,stand,,,
|
||||
-651 709 331,326 327 329,stand,,,
|
||||
-1739 124 270,87 94 115 429,stand,,,
|
||||
-1673 -58 298,428 104 116,stand,,,
|
||||
47 681 267,348 319,stand,,,
|
||||
-2613 1238 146,90 432 435,stand,,,
|
||||
-2624 1413 149,431 71 433 65,stand,,,
|
||||
-2850 1349 143,432 434 65 64 72,stand,,,
|
||||
-2829 1028 144,433 74 107 435,stand,,,
|
||||
-2584 983 146,431 434 91 113,stand,,,
|
||||
1597 -838 400,371 374 389,stand,,,
|
||||
1825 -1153 331,372 389 373 388,stand,,,
|
||||
1024 -1414 259,384 439,stand,,,
|
||||
1104 -1540 215,386 438 44 384,stand,,,
|
||||
1489 1810 230,269 152 441,stand,,,
|
||||
1353 1908 272,276 277 440 151,stand,,,
|
||||
-875 -657 231,443 408 121,stand,,,
|
||||
-806 -852 214,442 409 399,stand,,,
|
||||
|
329
scriptdata/waypoints/mp_area52_wp.csv
Normal file
@@ -0,0 +1,329 @@
|
||||
328
|
||||
-1255 250 -111,1 6 17,stand,,,
|
||||
-851 156 -111,0 2 5,stand,,,
|
||||
-589 174 -111,1 3,stand,,,
|
||||
-598 740 -111,2 4 5 159 160,stand,,,
|
||||
-894 802 -111,3 5 9 14 159,stand,,,
|
||||
-849 534 -111,4 1 6 3 159,stand,,,
|
||||
-1164 507 -111,5 7 0 16,stand,,,
|
||||
-1205 748 -111,6 8 17 16 95,stand,,,
|
||||
-1202 961 -111,7 9 14,stand,,,
|
||||
-985 1213 -111,8 10 11 4 14,stand,,,
|
||||
-1176 1468 -111,9 15,stand,,,
|
||||
-908 1399 -111,9 12 15 239,stand,,,
|
||||
-845 1566 -111,11 13,stand,,,
|
||||
-1199 1734 -111,12 239 279 282,stand,,,
|
||||
-835 1024 -111,4 9 8,stand,,,
|
||||
-1223 1295 -111,10 11,stand,,,
|
||||
-1482 771 -111,6 17 7 18 95,stand,,,
|
||||
-1406 493 -111,16 0 7,stand,,,
|
||||
-1787 807 -111,16 19 99 20 101,stand,,,
|
||||
-2228 768 -111,18 20 100,stand,,,
|
||||
-2234 1008 -111,19 21 101 18,stand,,,
|
||||
-2501 1042 -111,20 22 105 101,stand,,,
|
||||
-2874 1056 -111,21 23 26 105,stand,,,
|
||||
-3086 1088 -111,22 24,stand,,,
|
||||
-3060 1440 -111,23 25,stand,,,
|
||||
-2776 1426 -111,24 26 27,stand,,,
|
||||
-2876 1308 -111,25 22,stand,,,
|
||||
-2792 1614 -111,25 28 108,stand,,,
|
||||
-3019 1649 -111,27 29,stand,,,
|
||||
-2965 1887 -111,28 30 110 134,stand,,,
|
||||
-3021 2159 -111,29 31 111 134,stand,,,
|
||||
-3016 2670 -108,30 32 112,stand,,,
|
||||
-3013 3031 -111,31 33 121,stand,,,
|
||||
-3003 3444 -111,32 34,stand,,,
|
||||
-2565 3464 -111,33 35 120,stand,,,
|
||||
-2407 3648 -111,34 36 120 122,stand,,,
|
||||
-2127 3682 -111,35 37 122 38 118,stand,,,
|
||||
-1983 3797 -111,36 38 65,stand,,,
|
||||
-1814 3701 -111,37 39 122 36,stand,,,
|
||||
-1712 3505 -111,38 40 70 122,stand,,,
|
||||
-1503 3496 -111,39 41 273,stand,,,
|
||||
-1357 3517 -111,40 42,stand,,,
|
||||
-1279 3646 -111,41 43,stand,,,
|
||||
-922 3761 -111,42 44,stand,,,
|
||||
-714 3686 -111,43 45 48,stand,,,
|
||||
-478 3543 -111,44 48 326,stand,,,
|
||||
-4 3534 -111,47 136 186 190 191 326,stand,,,
|
||||
-167 3722 -111,46 48 326,stand,,,
|
||||
-473 3748 -111,47 44 45,stand,,,
|
||||
-1185 3903 -191,50 67,stand,,,
|
||||
-1214 4274 -191,49 51,stand,,,
|
||||
-1536 4241 -191,50 52 68,stand,,,
|
||||
-1722 4181 -191,51 66 68 69,stand,,,
|
||||
-2103 4260 -191,54 69,stand,,,
|
||||
-2259 4264 -191,53 55 62,stand,,,
|
||||
-2608 4278 -193,54 56,stand,,,
|
||||
-2636 4124 -193,55 57 62,stand,,,
|
||||
-2672 3994 -193,56 58 60,stand,,,
|
||||
-2670 3869 -193,57 59,stand,,,
|
||||
-2557 3857 -194,58 60 64,stand,,,
|
||||
-2547 4001 -193,59 57 61,stand,,,
|
||||
-2279 4005 -191,60 62 63 64,stand,,,
|
||||
-2291 4124 -191,61 56 54,stand,,,
|
||||
-2211 3939 -191,61 64 65,stand,,,
|
||||
-2324 3865 -193,63 59 61,stand,,,
|
||||
-1968 3925 -149,63 37 66,stand,,,
|
||||
-1737 3944 -191,65 52 67 68,stand,,,
|
||||
-1523 3930 -191,66 49 68,stand,,,
|
||||
-1575 4070 -191,67 51 52 66,stand,,,
|
||||
-1872 4196 -191,52 53,stand,,,
|
||||
-1628 3362 -111,39 71,stand,,,
|
||||
-1650 3112 -111,70 72 123 128,stand,,,
|
||||
-1370 3079 -111,71 73,stand,,,
|
||||
-1400 2907 -111,72 74 125 126,stand,,,
|
||||
-1316 2666 -108,73 75 126,stand,,,
|
||||
-1308 2428 -99,74 76 127,stand,,,
|
||||
-1315 2253 -101,75 77 127,stand,,,
|
||||
-1567 2236 -109,76 78 127,stand,,,
|
||||
-1832 2254 -111,77 79 127,stand,,,
|
||||
-1930 2359 -111,78 80 127 130 131,stand,,,
|
||||
-2071 2324 -111,79 81 132 129,stand,,,
|
||||
-2077 2233 -111,80 82 314,stand,,,
|
||||
-2319 2044 -111,81 83 133 132 108 284,stand,,,
|
||||
-2301 1844 -111,82 84 109 134 108 284,stand,,,
|
||||
-2258 1703 -111,83 85 103,stand,,,
|
||||
-2077 1639 -111,84 86,stand,,,
|
||||
-2038 1525 -111,85 87 102 107,stand,,,
|
||||
-1941 1527 -111,86 88 107 312,stand,,,
|
||||
-1777 1467 -120,87 89 106 107,stand,,,
|
||||
-1667 1462 -111,88 90 98,stand,,,
|
||||
-1646 1603 -108,89 91 96,stand,,,
|
||||
-1338 1577 -106,90 92 96,stand,,,
|
||||
-1366 1418 -111,91 93 96,stand,,,
|
||||
-1324 1233 -111,92 94 96,stand,,,
|
||||
-1430 1215 -101,93 95 96 99,stand,,,
|
||||
-1453 953 -109,94 16 7 99,stand,,,
|
||||
-1482 1416 -95,92 91 90 94 97 93,stand,,,
|
||||
-1565 1447 -102,96 98,crouch,,,
|
||||
-1637 1461 -107,97 89,crouch,,,
|
||||
-1661 1062 -98,94 95 100 18 106,stand,,,
|
||||
-1888 1087 -111,99 101 107 19,stand,,,
|
||||
-2148 1182 -111,100 102 104 20 107 21 18,stand,,,
|
||||
-2146 1537 -111,101 103 86,stand,,,
|
||||
-2371 1540 -105,102 104 84 108,stand,,,
|
||||
-2372 1314 -113,103 105 101,stand,,,
|
||||
-2567 1179 -111,104 21 22,stand,,,
|
||||
-1700 1278 -109,99 88 107,stand,,,
|
||||
-1926 1343 -111,86 100 101 87 88 106,stand,,,
|
||||
-2510 1683 -111,103 27 109 83 82,stand,,,
|
||||
-2570 1808 -111,108 83 110,stand,,,
|
||||
-2725 1904 -111,109 29 133,stand,,,
|
||||
-2851 2251 -111,30 112 132 134,stand,,,
|
||||
-2801 2602 -111,111 113 135 31,stand,,,
|
||||
-2673 2702 -105,112 114 121 135,stand,,,
|
||||
-2451 2690 -111,113 115 132 135 131,stand,,,
|
||||
-2197 2790 -111,114 116 118 131,stand,,,
|
||||
-2028 2877 -111,115 117 124 123 129,stand,,,
|
||||
-2018 3170 -111,116 118 122 123 124,stand,,,
|
||||
-2190 3222 -111,117 119 115 122 36,stand,,,
|
||||
-2393 3112 -111,118 120 121,stand,,,
|
||||
-2449 3320 -111,119 34 35,stand,,,
|
||||
-2675 3093 -111,119 113 32,stand,,,
|
||||
-2068 3417 -111,118 39 36 35 38 117,stand,,,
|
||||
-1849 3187 -111,117 71 124 116,stand,,,
|
||||
-1798 2977 -111,123 125 128 116 117,stand,,,
|
||||
-1572 2841 -103,124 126 73,stand,,,
|
||||
-1513 2629 -110,125 127 74 73 128,stand,,,
|
||||
-1668 2420 -110,126 77 78 79 75 76 128,stand,,,
|
||||
-1792 2727 -101,124 129 126 127 130 71,stand,,,
|
||||
-1969 2663 -111,116 128 130 131 80,stand,,,
|
||||
-1906 2523 -111,128 129 79 131,stand,,,
|
||||
-2189 2510 -99,130 132 114 115 79 129,stand,,,
|
||||
-2438 2343 -111,131 133 82 114 111 135 80,stand,,,
|
||||
-2565 2076 -111,132 134 110 82,stand,,,
|
||||
-2783 2095 -111,133 29 30 111 83,stand,,,
|
||||
-2636 2560 -111,112 132 113 114,stand,,,
|
||||
-4 3421 -111,46 137 191 266 265,stand,,,
|
||||
-3 3218 -111,136 138 191 190 192 205 266 265,stand,,,
|
||||
15 3007 -111,137 139 192 200 268,stand,,,
|
||||
-78 2892 -111,138 140 201 200,stand,,,
|
||||
-380 2872 -111,139 141 201,stand,,,
|
||||
-555 2887 -111,140 142,stand,,,
|
||||
-681 2722 -111,141 143,stand,,,
|
||||
-671 2527 -111,142 144 203,stand,,,
|
||||
-654 2281 -111,143 145,stand,,,
|
||||
-291 2269 -111,144 146 204,stand,,,
|
||||
-122 2371 -111,145 147 201 199 204,stand,,,
|
||||
86 2349 -111,146 148 316,stand,,,
|
||||
247 2360 -111,147 149 198,stand,,,
|
||||
340 2192 -111,148 150 223 197,stand,,,
|
||||
351 1948 -111,149 151 225 224,stand,,,
|
||||
348 1705 -111,150 152 226 225,stand,,,
|
||||
248 1535 -111,151 153 229 232 226,stand,,,
|
||||
0 1468 -107,152 154 232 233,stand,,,
|
||||
-227 1590 -111,153 155,stand,,,
|
||||
-448 1580 -108,154 156 234,stand,,,
|
||||
-681 1579 -111,155 157 234,stand,,,
|
||||
-675 1399 -111,156 158 234,stand,,,
|
||||
-677 1217 -111,157 159 237 235,stand,,,
|
||||
-620 861 -111,158 4 3 237 236 5,stand,,,
|
||||
-257 832 -111,3 161 236,stand,,,
|
||||
-48 851 -111,160 162,stand,,,
|
||||
-38 1039 -116,161 163 229 233 236 232,stand,,,
|
||||
291 1058 -111,162 164 231 232,stand,,,
|
||||
446 1255 -111,163 165 226 229 231,stand,,,
|
||||
679 1281 -112,164 166 226 230,stand,,,
|
||||
722 1028 -111,165 167,stand,,,
|
||||
1145 1019 -111,166 168,stand,,,
|
||||
1107 1311 -90,167 169 169 213 214 230,stand,,,
|
||||
1283 1311 -108,168 170 168 213,stand,,,
|
||||
1717 1291 -110,169 171,stand,,,
|
||||
1700 1570 -111,170 172 213,stand,,,
|
||||
1710 1778 -111,171 173,stand,,,
|
||||
1413 1787 -111,172 212 174 227,stand,,,
|
||||
1412 1829 -55,175 173,stand,,,
|
||||
1444 2014 -55,174 176,stand,,,
|
||||
1477 2227 -55,175 177 210,stand,,,
|
||||
1403 2418 -55,176 178,stand,,,
|
||||
1324 2460 -55,177 179,stand,,,
|
||||
1279 2469 -107,178 180 210 220 209,stand,,,
|
||||
1145 2664 -98,179 181 208 209,stand,,,
|
||||
1111 3128 -111,180 182 189 327,stand,,,
|
||||
1090 3442 -105,181 183 189,stand,,,
|
||||
779 3505 -111,182 184 188 187,stand,,,
|
||||
760 3771 -109,183 185,stand,,,
|
||||
465 3750 -104,184 186 187,stand,,,
|
||||
210 3749 -111,185 46 190,stand,,,
|
||||
565 3576 -107,185 188 183 190,stand,,,
|
||||
633 3299 -111,183 189 187 193 206,stand,,,
|
||||
874 3226 -109,188 181 182 206 327,stand,,,
|
||||
282 3502 -111,187 191 186 46 137,stand,,,
|
||||
273 3312 -111,190 137 136 46 205,stand,,,
|
||||
120 3052 -111,137 138 193 200 205,stand,,,
|
||||
494 3032 -111,192 188 194 206 207 195,stand,,,
|
||||
421 2805 -116,193 195 200 206 238 207,stand,,,
|
||||
606 2662 -116,194 196 238 207 193,stand,,,
|
||||
668 2459 -118,195 197 221 208 209 223,stand,,,
|
||||
461 2437 -108,196 198 223 149,stand,,,
|
||||
141 2459 -111,197 148 199,stand,,,
|
||||
23 2649 -111,198 200 146 201,stand,,,
|
||||
129 2843 -111,199 194 138 192 201 139,stand,,,
|
||||
-117 2735 -111,146 199 202 140 200 139,stand,,,
|
||||
-393 2714 -111,201 203,stand,,,
|
||||
-415 2527 -111,202 204 143,stand,,,
|
||||
-309 2477 -111,203 146 145,stand,,,
|
||||
134 3230 -111,192 191 137,stand,,,
|
||||
770 2976 -111,193 189 188 207 194 327,stand,,,
|
||||
711 2773 -111,206 208 195 194 193,stand,,,
|
||||
806 2579 -99,207 209 196 180 221,stand,,,
|
||||
1007 2493 -111,208 180 220 179 196,stand,,,
|
||||
1262 2239 -113,179 211 219 220 176,stand,,,
|
||||
1234 1969 -111,210 212,stand,,,
|
||||
1223 1770 -111,211 173 213,stand,,,
|
||||
1273 1565 -124,212 171 169 168 214,stand,,,
|
||||
1031 1485 -109,168 213 215 230,stand,,,
|
||||
836 1592 -111,214 216 226 225 227 228 230,stand,,,
|
||||
843 1865 -111,215 217 222 221 228 226,stand,,,
|
||||
1035 1853 -111,216 218,stand,,,
|
||||
1068 2014 -109,217 219,stand,,,
|
||||
1067 2194 -111,218 220 210,stand,,,
|
||||
1065 2323 -111,221 209 219 210 179,stand,,,
|
||||
866 2296 -112,220 222 216 196 208,stand,,,
|
||||
758 2078 -106,221 216 224 223,stand,,,
|
||||
578 2271 -109,196 197 149 224 222,stand,,,
|
||||
506 2038 -111,223 222 225 150,stand,,,
|
||||
517 1766 -111,224 226 151 226 150 215 228,stand,,,
|
||||
580 1547 -111,225 164 165 151 225 215 216 152,stand,,,
|
||||
1073 1700 -111,215 173,stand,,,
|
||||
727 1770 -111,225 216 215,stand,,,
|
||||
306 1332 -111,152 164 162,stand,,,
|
||||
839 1387 -128,165 215 214 168,stand,,,
|
||||
454 1037 -111,164 163,stand,,,
|
||||
55 1294 -118,153 163 233 162 152,stand,,,
|
||||
-196 1283 -117,162 153 232 234 236,stand,,,
|
||||
-453 1426 -113,233 157 156 155 235,stand,,,
|
||||
-463 1221 -104,234 236 237 158,stand,,,
|
||||
-261 1042 -111,235 162 160 233 237 159,stand,,,
|
||||
-542 1074 -120,236 159 158 235,stand,,,
|
||||
346 2634 -111,194 195,stand,,,
|
||||
-926 1740 -111,11 240 252 13,stand,,,
|
||||
-686 1877 -111,239 241 250 252,stand,,,
|
||||
-351 1866 -111,240 242 243 318,stand,,,
|
||||
-255 2075 -111,241 243,stand,,,
|
||||
-194 1780 -111,242 241 244,stand,,,
|
||||
-63 1736 -111,243 245 285,stand,,,
|
||||
-46 1849 -111,244 246 249,crouch,,,
|
||||
129 1892 -111,245 247,crouch,,,
|
||||
116 2085 -111,246 248,crouch,,,
|
||||
-100 2095 -111,247 249,crouch,,,
|
||||
-106 1943 -111,248 245,crouch,,,
|
||||
-579 2032 -111,240 251,stand,,,
|
||||
-543 2117 -111,250,stand,,,
|
||||
-899 2008 -111,253 278 240 239,stand,,,
|
||||
-1191 2267 -111,252 254 255,stand,,,
|
||||
-1171 2450 -111,253 255 278,stand,,,
|
||||
-989 2504 -111,254 256 257 276 253,stand,,,
|
||||
-819 2261 -111,255 257,stand,,,
|
||||
-796 2560 -111,256 258 276 255,stand,,,
|
||||
-795 2887 -111,257 259,stand,,,
|
||||
-1056 2882 -111,258 260 274 276,stand,,,
|
||||
-1060 3098 -111,259 261 269 271,stand,,,
|
||||
-855 3119 -111,260 262,stand,,,
|
||||
-556 3147 -111,261 263 267 268,stand,,,
|
||||
-721 3274 -111,262 264,stand,,,
|
||||
-677 3440 -111,263 265,stand,,,
|
||||
-265 3429 -111,264 266 136 137,stand,,,
|
||||
-271 3238 -111,265 267 137 136,stand,,,
|
||||
-464 3220 -111,266 262 268,stand,,,
|
||||
-487 3033 -111,262 138 267,stand,,,
|
||||
-1199 3277 -111,260 270 271 272,stand,,,
|
||||
-1160 3487 -111,269,stand,,,
|
||||
-1188 3038 -111,269 260,stand,,,
|
||||
-1359 3259 -111,269 273,stand,,,
|
||||
-1529 3307 -111,272 40,stand,,,
|
||||
-1189 2887 -111,259 275 276,stand,,,
|
||||
-1201 2630 -111,274 276,stand,,,
|
||||
-1051 2682 -111,275 259 274 257 255,stand,,,
|
||||
-1201 2100 -111,278 279 280,stand,,,
|
||||
-1095 2091 -111,277 254 252 279,stand,,,
|
||||
-1188 1898 -111,13 277 278,stand,,,
|
||||
-1366 2102 -111,277 281,stand,,,
|
||||
-1497 1953 -111,280 282 283,stand,,,
|
||||
-1374 1773 -111,281 13,stand,,,
|
||||
-1672 1912 -111,281 284,stand,,,
|
||||
-1945 1924 -111,283 82 83,stand,,,
|
||||
145 1722 -67,244 286,crouch,,,
|
||||
114 2135 56,285 287,crouch,,,
|
||||
-67 2134 56,286 288 289,crouch,,,
|
||||
-68 2233 52,287 317,crouch,,,
|
||||
-64 1760 152,287 290,crouch,,,
|
||||
-228 1773 152,289 291 294,crouch,,,
|
||||
-473 1749 152,290 292 294,stand,,,
|
||||
-513 2061 152,291 293 294 295,stand,,,
|
||||
-260 2075 152,292 294,stand,,,
|
||||
-324 1929 152,290 292 293 291,stand,,,
|
||||
-666 2060 152,292 296 297,stand,,,
|
||||
-734 1765 152,295 302,stand,,,
|
||||
-900 2068 152,295 298 302,stand,,,
|
||||
-1148 2086 152,297 299 301,stand,,,
|
||||
-1316 2095 152,298 300,stand,,,
|
||||
-1333 1775 152,299 301 303,stand,,,
|
||||
-1136 1759 152,300 302 298,stand,,,
|
||||
-912 1790 152,301 296 297,stand,,,
|
||||
-1504 1779 152,300 304 307 309 311,stand,,,
|
||||
-1543 2087 152,303 305 309 310,stand,,,
|
||||
-1739 2015 152,304 306 310,stand,,,
|
||||
-1948 2040 152,305 315,stand,,,
|
||||
-1739 1849 152,303 308 311,stand,,,
|
||||
-1952 1862 152,307 313,stand,,,
|
||||
-1615 1925 152,303 304,stand,,,
|
||||
-1797 2129 152,305 304,stand,,,
|
||||
-1791 1719 152,303 307,stand,,,
|
||||
-1953 1641 -108,87 313,climb,,,
|
||||
-1951 1650 152,308 312,climb,,,
|
||||
-1949 2209 -108,81 315,climb,,,
|
||||
-1949 2205 152,314 306,climb,,,
|
||||
51 2230 -103,147 317,climb,,,
|
||||
46 2230 57,316 288,climb,,,
|
||||
-426 1973 -87,241 319,stand,,,
|
||||
-451 2011 -39,318 320,stand,,,
|
||||
-504 1998 -25,319 321,stand,,,
|
||||
-515 1966 24,320 322 324,climb,,,
|
||||
-617 2052 -4,321 323,climb,,,
|
||||
-775 2101 -4,322,stand,,,
|
||||
-520 1804 -4,321 325,climb,,,
|
||||
-592 1747 -4,324,stand,,,
|
||||
-213 3541 -111,45 47 46,stand,,,
|
||||
902 3063 -108,206 181 189,stand,,,
|
||||
|
346
scriptdata/waypoints/mp_argel_wp.csv
Normal file
@@ -0,0 +1,346 @@
|
||||
345
|
||||
2801.37 -1905.95 24.125,1 12,undefined,,,
|
||||
2809.63 -2099.86 24.125,0 18 2,undefined,,,
|
||||
2803.87 -2482.17 24.125,3 17 1,undefined,,,
|
||||
2813.93 -2606.3 24.125,2 4,undefined,,,
|
||||
2675.08 -2601.74 24.125,3 5 17,undefined,,,
|
||||
2526.52 -2627.33 24.125,4 6 16,undefined,,,
|
||||
2405.95 -2617.2 24.125,5 7,undefined,,,
|
||||
2383.13 -2469.21 24.125,6 8 16,undefined,,,
|
||||
2425.39 -2357.34 24.125,7 9,undefined,,,
|
||||
2386.88 -2247.65 24.125,8 10 19,undefined,,,
|
||||
2387.42 -2086.06 24.125,9 11 15,undefined,,,
|
||||
2426.12 -1949.79 24.125,10 12,undefined,,,
|
||||
2551.78 -1959.35 24.125,11 0 13 18 15,undefined,,,
|
||||
2616.73 -1878.05 24.125,12 14,undefined,,,
|
||||
2610.08 -1822.22 16.125,13 51 52,undefined,,,
|
||||
2520.65 -2096.11 16.125,10 16 18 12,undefined,,,
|
||||
2529.57 -2455.3 16.125,15 17 7 5 18,undefined,,,
|
||||
2697.9 -2452.49 16.125,16 18 2 4,undefined,,,
|
||||
2700.73 -2088 16.125,17 15 1 12 16,undefined,,,
|
||||
2176.86 -2255.24 12.125,9 20 21 155,undefined,,,
|
||||
1980.01 -2254.6 -63.875,19 150 151 154 162,undefined,,,
|
||||
2117.48 -2154.95 8.125,19 22,undefined,,,
|
||||
2185.73 -1950 8.125,21 23 27,undefined,,,
|
||||
2068.82 -1903.24 16.125,22 24 27,undefined,,,
|
||||
2111.19 -1430.11 8.125,23 25 28 29,undefined,,,
|
||||
2372.97 -1439.39 8.125,24 26 28 45,undefined,,,
|
||||
2378.83 -1790.33 8.125,25 27 28,undefined,,,
|
||||
2209.79 -1798.58 8.125,26 22 23 28,undefined,,,
|
||||
2217.62 -1627.71 8.125,27 24 25 26,undefined,,,
|
||||
2112.77 -1377.33 36.125,24 30,undefined,,,
|
||||
2110.74 -1333.65 8.125,29 31 35,undefined,,,
|
||||
2290.05 -1348.69 8.125,30 32,undefined,,,
|
||||
2293.2 -1217.57 -55.875,31 33 39 40 41,undefined,,,
|
||||
2214.37 -1286.34 -55.875,32 34,undefined,,,
|
||||
2081.25 -1228.78 -55.875,33 35 36 40,undefined,,,
|
||||
2071.13 -1303.94 0.125,34 30,undefined,,,
|
||||
2087.2 -1047.13 -55.875,34 37 40,undefined,,,
|
||||
2378.68 -1062.95 -55.875,36 38 39 40,undefined,,,
|
||||
2465.43 -1094.16 -31.875,37 39 42,undefined,,,
|
||||
2385.48 -1144.35 -55.875,37 32 40 41 38,undefined,,,
|
||||
2199.85 -1120.2 -55.875,36 37 39 34 32,undefined,,,
|
||||
2424.89 -1246.85 -55.875,32 39,undefined,,,
|
||||
2542.64 -1071.32 -31.875,38 43 110,undefined,,,
|
||||
2518.27 -1356.39 -31.875,42 44 46,undefined,,,
|
||||
2429.54 -1359.36 -31.875,43 45,undefined,,,
|
||||
2397.7 -1304.02 -23.875,44 25,undefined,,,
|
||||
2511.72 -1517.96 -31.875,43 47 53 55,undefined,,,
|
||||
2763.27 -1473.24 -31.875,46 48 55 56,undefined,,,
|
||||
2778.87 -1705.24 -31.875,47 49 54 55,undefined,,,
|
||||
2627.19 -1773.62 -31.875,48 50 54,undefined,,,
|
||||
2467.28 -1764.72 16.125,49 51,undefined,,,
|
||||
2505.86 -1821.35 16.125,50 14,undefined,,,
|
||||
2805.51 -1827.23 16.125,14,undefined,,,
|
||||
2431.13 -1712.88 -31.875,46 54,undefined,,,
|
||||
2624.68 -1697.09 -31.875,53 49 48 55,undefined,,,
|
||||
2619.18 -1609.42 -31.875,54 46 48 47,undefined,,,
|
||||
2744.56 -1288.25 -31.875,47 57 69,undefined,,,
|
||||
2902.52 -1287.91 -37.875,56 58 60 62,undefined,,,
|
||||
2880.65 -1180.43 16.125,57 59 67,undefined,,,
|
||||
3011.05 -1163.85 16.125,58 60 67,undefined,,,
|
||||
3015.47 -1270.18 16.125,59 61 66 57,undefined,,,
|
||||
3024.93 -1419.26 16.125,60 62 65 68,undefined,,,
|
||||
2877.08 -1406.42 16.125,61 63 57,undefined,,,
|
||||
2882.01 -1810.46 16.125,62 64 68,undefined,,,
|
||||
3224.87 -1834.04 16.125,63 65 68,undefined,,,
|
||||
3218.33 -1537.29 16.125,64 66 61 68,undefined,,,
|
||||
3214.97 -1023.13 16.125,65 67 60,undefined,,,
|
||||
2922.53 -1041.71 20.125,66 59 58 107,undefined,,,
|
||||
3090.67 -1667.92 16.125,61 63 64 65,undefined,,,
|
||||
2666.73 -1293.12 -31.875,56 70,undefined,,,
|
||||
2666.93 -1151.13 -31.875,69 71,undefined,,,
|
||||
2788.34 -1167.43 40.125,70 72,undefined,,,
|
||||
2795.09 -1047.36 88.125,71 73,undefined,,,
|
||||
2651.13 -1051.63 184.125,72 74,undefined,,,
|
||||
2742.99 -1320.03 184.125,73 75,undefined,,,
|
||||
2657.62 -1428.4 184.125,74 76,undefined,,,
|
||||
2599.46 -1512.65 184.125,75 77,undefined,,,
|
||||
2558.15 -1295.98 184.125,76 78 102,undefined,,,
|
||||
2519.34 -1409.06 184.125,77 79,undefined,,,
|
||||
2435.66 -1648.43 184.125,78 80 88,undefined,,,
|
||||
2774.27 -1675.07 184.125,79 81 82,undefined,,,
|
||||
2768.11 -1441.13 184.125,80,undefined,,,
|
||||
2789.58 -1938.44 184.125,80 83 87 88,undefined,,,
|
||||
2976.88 -1954.65 184.125,82 84,undefined,,,
|
||||
2976.88 -2263.88 184.125,83 85 87,undefined,,,
|
||||
2969.34 -2594.83 184.125,84 86,undefined,,,
|
||||
2776.29 -2609.91 184.125,85 87 94 100,undefined,,,
|
||||
2779 -2255.05 184.125,86 82 84,undefined,,,
|
||||
2445.45 -1936.01 184.125,82 89 79 93,undefined,,,
|
||||
2253.59 -1917.47 184.125,88 90,undefined,,,
|
||||
2264.6 -2160.87 184.125,89 91,undefined,,,
|
||||
2214.03 -2235.58 200.125,90 92,undefined,,,
|
||||
2226.79 -2368.68 200.125,91 93 95,undefined,,,
|
||||
2457.96 -2363.05 192.125,92 94 88,undefined,,,
|
||||
2437.89 -2593.73 184.125,93 86 95 96,undefined,,,
|
||||
2238.96 -2584.69 200.125,94 92,undefined,,,
|
||||
2384.73 -2703.65 184.125,94 97 101,undefined,,,
|
||||
2383.13 -2896.88 184.125,96 98,undefined,,,
|
||||
2625.18 -2895.71 184.125,97 99 101,undefined,,,
|
||||
2832.88 -2896.88 184.125,98 100,undefined,,,
|
||||
2832.88 -2691.06 184.125,99 86 101,undefined,,,
|
||||
2625.88 -2696.29 184.125,100 98 96,undefined,,,
|
||||
2530.51 -1143.76 184.125,77 103,undefined,,,
|
||||
2283.88 -1140.43 192.125,102 104 105 106,undefined,,,
|
||||
2105.88 -1322.4 192.125,103 105 106,undefined,,,
|
||||
2089.02 -1054.02 192.125,104 103,undefined,,,
|
||||
2295.76 -1334.68 192.125,103 104,undefined,,,
|
||||
2937.03 -796.935 -23.875,67 108,undefined,,,
|
||||
2800.53 -791.625 -47.875,107 109 200,undefined,,,
|
||||
2794.63 -935.433 -47.875,108 110,undefined,,,
|
||||
2530.8 -917.732 -31.875,109 42,undefined,,,
|
||||
2687.24 -417.145 -47.875,112 199 202,undefined,,,
|
||||
2552.5 -401.315 -47.875,111 113,undefined,,,
|
||||
2540.36 -316.629 -47.875,112 114,undefined,,,
|
||||
2713.12 -323.147 -47.875,113 115,undefined,,,
|
||||
2539.61 -121.259 -47.875,114 117 116,undefined,,,
|
||||
2643.52 -87.1775 -47.875,117 115 118,undefined,,,
|
||||
2762.62 -156.728 -47.875,116 115,undefined,,,
|
||||
2624.14 38.2966 -63.875,116 119 122,undefined,,,
|
||||
2790.19 124.164 -63.875,118 120,undefined,,,
|
||||
2455.63 154.803 -63.875,119 121 122,undefined,,,
|
||||
2482.45 423.712 -63.875,120,undefined,,,
|
||||
2340.14 35.7755 -63.875,120 118 123,undefined,,,
|
||||
1944.43 44.5828 -63.875,122 124,undefined,,,
|
||||
1463.94 21.6773 -111.875,123 125 127 128,undefined,,,
|
||||
1448.36 344.553 -159.875,124 126,undefined,,,
|
||||
1461.84 638.566 -159.875,125 208 294 299,undefined,,,
|
||||
1417.58 -136.449 -63.875,124 128 129,undefined,,,
|
||||
1664.88 -113.547 -57.7566,127 124,undefined,,,
|
||||
1373.5 -370.348 -55.875,127 130 170,undefined,,,
|
||||
1732.55 -320.698 -63.875,129 131,undefined,,,
|
||||
1739.04 -609.563 -63.875,130 132,undefined,,,
|
||||
1754.53 -932.868 -63.875,131 133 169,undefined,,,
|
||||
1882.23 -932.547 -55.875,132 134 135,undefined,,,
|
||||
1969.13 -953.955 -55.875,133 135 136,undefined,,,
|
||||
1939.43 -799.125 -55.875,134 133,undefined,,,
|
||||
1968.27 -1100.36 -55.875,134 137 138 140,undefined,,,
|
||||
1766.59 -1075.75 -55.875,136 139 140,undefined,,,
|
||||
1973.21 -1336.1 -55.875,136 139 140 141,undefined,,,
|
||||
1751.13 -1336.88 -55.875,138 137 140,undefined,,,
|
||||
1873.4 -1209.57 -55.875,137 136 139 138,undefined,,,
|
||||
1975.34 -1425.83 -63.875,138 142 148 153,undefined,,,
|
||||
1697.65 -1449.34 -61.875,143 141,undefined,,,
|
||||
1697.54 -1558.13 -61.875,142 144 148,undefined,,,
|
||||
1697.21 -1681.73 -61.875,143 145 148,undefined,,,
|
||||
1696.91 -1806.93 -61.875,144 146 149,undefined,,,
|
||||
1694.03 -1922.61 -61.875,145 147 149,undefined,,,
|
||||
1680.89 -2035.39 -63.875,146 152 150 162,undefined,,,
|
||||
1911.96 -1648.81 -63.875,143 144 149 141 153,undefined,,,
|
||||
1920.65 -1850.7 -63.875,146 145 148 150 153,undefined,,,
|
||||
1944.91 -2045.87 -63.875,149 20 147 154 162,undefined,,,
|
||||
1698.2 -2331.26 -63.875,20 152 162,undefined,,,
|
||||
1618 -2155.48 -63.875,151 147 162 163,undefined,,,
|
||||
2028.98 -1729.54 -15.875,141 154 149 148,undefined,,,
|
||||
2032.87 -1986.89 -63.875,153 150 20,undefined,,,
|
||||
2114.26 -2364.71 8.125,19 156 161,undefined,,,
|
||||
2176.23 -2484.93 8.125,155 157,undefined,,,
|
||||
2192.87 -2626.83 8.125,156 158,undefined,,,
|
||||
1999.78 -2636.42 8.125,157 159 161,undefined,,,
|
||||
1647.44 -2637.79 8.125,158 160,undefined,,,
|
||||
1662.38 -2399.99 8.125,159 161,undefined,,,
|
||||
2002.03 -2414 8.125,160 158 155,undefined,,,
|
||||
1833.05 -2167.44 -63.875,20 151 152 150 147,undefined,,,
|
||||
1275.64 -2158.44 -63.875,152 164,undefined,,,
|
||||
1283.73 -1913.4 -63.875,163 165,undefined,,,
|
||||
1266.61 -1683.95 -63.875,164 166 216,undefined,,,
|
||||
1291.16 -1451.18 -63.875,165 167 213,undefined,,,
|
||||
1516.52 -1439.32 -63.875,166 168,undefined,,,
|
||||
1494.68 -1071.35 -63.875,167 169,undefined,,,
|
||||
1488.25 -939.429 -63.875,168 132,undefined,,,
|
||||
1259.09 -372.562 -47.875,129 171,undefined,,,
|
||||
1192.57 -404.348 -47.875,170 172,undefined,,,
|
||||
1206.4 -554.063 -47.875,171 173,undefined,,,
|
||||
921.432 -554.309 -47.875,172 174,undefined,,,
|
||||
782.55 -562.747 -63.875,173 175,undefined,,,
|
||||
782.623 -383.558 -63.875,174 176,undefined,,,
|
||||
778.152 -158.105 -127.875,175 177 178 198,undefined,,,
|
||||
740.917 -22.2896 -127.875,176 196 210,undefined,,,
|
||||
1100.91 -131.088 -127.875,176 179 197 198,undefined,,,
|
||||
1226.37 -132.71 -111.875,178 180,undefined,,,
|
||||
1207.72 302.461 72.125,179 181,undefined,,,
|
||||
1208.85 411.248 72.125,180 182,undefined,,,
|
||||
1187.76 539.974 72.125,181 183,undefined,,,
|
||||
1056.74 543.021 72.125,182 184 194 195,undefined,,,
|
||||
1042.54 40.3125 72.125,183 185 192 195,undefined,,,
|
||||
1040.93 -104.855 72.125,184 186 190 188,undefined,,,
|
||||
1253.63 -114.742 72.125,185 187,undefined,,,
|
||||
1207.13 -324.478 72.125,186 188,undefined,,,
|
||||
882.558 -328.874 72.125,187 189 190 185,undefined,,,
|
||||
727.125 -328.875 72.125,188 191,undefined,,,
|
||||
878.835 -89.5528 72.125,185 188 191,undefined,,,
|
||||
727.129 -88.3865 72.125,189 190 192,undefined,,,
|
||||
774.208 143.123 72.125,191 193 194 184 195,undefined,,,
|
||||
693.126 137.119 72.125,192,undefined,,,
|
||||
743.185 561.258 72.125,192 183 195,undefined,,,
|
||||
933.64 318.141 72.125,194 183 192 184,undefined,,,
|
||||
745.892 244.097 -127.875,177 197 198,undefined,,,
|
||||
1085 288.875 -127.875,196 178 198,undefined,,,
|
||||
926.669 49.9943 -127.875,178 196 176 197,undefined,,,
|
||||
2779.6 -417.814 -47.875,111,undefined,,,
|
||||
2628.6 -819.804 -47.875,108 201 205,undefined,,,
|
||||
2658.34 -654.079 -47.875,200 202 204 206,undefined,,,
|
||||
2659.88 -527.391 -47.875,201 111 203 207,undefined,,,
|
||||
2497.48 -518.87 -47.875,202,undefined,,,
|
||||
2529.32 -645.495 -47.875,201,undefined,,,
|
||||
2486.63 -814.137 -47.875,200,undefined,,,
|
||||
2789.52 -641.506 -47.875,201,undefined,,,
|
||||
2793.55 -540.16 -47.875,202,undefined,,,
|
||||
927.474 637.024 -159.875,126 209 300 299,undefined,,,
|
||||
656.462 634.612 -159.875,208 210 301 302 293 305,undefined,,,
|
||||
680.12 -27.0234 -140.727,209 177 211 306 305,undefined,,,
|
||||
670.498 -1182.92 -103.875,210 212 307 306,undefined,,,
|
||||
727.138 -1359.13 -101.572,211 213 217 219 221,undefined,,,
|
||||
1068.84 -1365.14 -63.0763,212 166 214 219,undefined,,,
|
||||
1063.89 -1234.65 -63.875,213 215,undefined,,,
|
||||
828.237 -1223.36 -35.8987,214,undefined,,,
|
||||
1130.28 -1635.01 -63.875,217 219 165,undefined,,,
|
||||
716.867 -1565.55 -102.65,216 218 212 219 220 221,undefined,,,
|
||||
698.157 -1837.96 -67.875,217,undefined,,,
|
||||
950.432 -1503.35 -77.1814,212 213 217 216,undefined,,,
|
||||
472.27 -1595.43 -103.875,217 221,undefined,,,
|
||||
463.219 -1360.1 -103.875,220 222 212 217 307,undefined,,,
|
||||
88.1589 -1377.92 -103.875,221 223 246 248,undefined,,,
|
||||
96.4103 -1462.24 -95.875,222 224 229 230,undefined,,,
|
||||
376.29 -1440.29 -95.875,223 225 230,undefined,,,
|
||||
352.16 -1767.88 -95.875,224 226 227 230,undefined,,,
|
||||
534.308 -1758.76 -95.875,225,undefined,,,
|
||||
153.642 -1774.57 -95.875,225 228,undefined,,,
|
||||
140.789 -1684.42 -95.875,227 229 230,undefined,,,
|
||||
46.6208 -1667.56 -95.875,228 223 231,undefined,,,
|
||||
222.462 -1586.13 -95.875,223 224 228 225,undefined,,,
|
||||
38.9895 -1894.59 -23.875,229 232,undefined,,,
|
||||
496.417 -1897.14 128.125,231 233 239,undefined,,,
|
||||
506.312 -1746.21 128.125,232 234 239,undefined,,,
|
||||
594.533 -1772.87 131.923,233 235,undefined,,,
|
||||
649.664 -1777.69 134.2,234 236,undefined,,,
|
||||
820.655 -1765.97 136.125,235 237,undefined,,,
|
||||
976.219 -1723.96 128.125,236 238,undefined,,,
|
||||
1134.58 -1746.45 128.125,237,undefined,,,
|
||||
369.774 -1763.37 128.125,233 240 244 232 245,undefined,,,
|
||||
383.607 -1452.84 128.125,239 241 245,undefined,,,
|
||||
207.091 -1455.54 128.125,240 242 243 245,undefined,,,
|
||||
203.726 -1397.13 129.125,241,undefined,,,
|
||||
40.0948 -1435.94 128.125,241 244 245,undefined,,,
|
||||
29.775 -1832.87 128.125,243 239 245,undefined,,,
|
||||
201.803 -1597.42 128.125,239 244 243 240 241,undefined,,,
|
||||
-162.173 -1388.19 -103.875,222 247,undefined,,,
|
||||
-195.793 -1221.82 -103.875,246 248 249,undefined,,,
|
||||
-7.7177 -1177.41 -103.875,247 222 307 323,undefined,,,
|
||||
-283.779 -1268.97 -103.875,247 250 251,undefined,,,
|
||||
-368.875 -1432.13 -103.875,249,undefined,,,
|
||||
-267.78 -1098.5 -103.875,249 252,undefined,,,
|
||||
-264.23 -876.053 -103.875,251 253 331 323,undefined,,,
|
||||
-534.466 -873.377 0.125,252 254 255,undefined,,,
|
||||
-655.592 -984.968 56.125,253 255 256,undefined,,,
|
||||
-688.804 -856.516 5.58481,254 253 258,undefined,,,
|
||||
-499.033 -1006.09 8.125,254 257,undefined,,,
|
||||
-311.274 -1007.27 8.125,256,undefined,,,
|
||||
-618.581 -695.725 0.125,255 259 271,undefined,,,
|
||||
-626.897 -414.221 96.125,258 260 264,undefined,,,
|
||||
-742.669 -415.279 96.125,259 261 262,undefined,,,
|
||||
-743.607 -597.877 96.125,260,undefined,,,
|
||||
-758.264 -153.503 96.125,260 263 264,undefined,,,
|
||||
-768.875 56.2826 96.125,262,undefined,,,
|
||||
-615.919 -170.281 96.125,259 262 265,undefined,,,
|
||||
-609.406 104.715 0.125,264 266 270,undefined,,,
|
||||
-664.432 186.617 0.125,265 267 269,undefined,,,
|
||||
-663.611 332.784 56.125,266 268 269 274,undefined,,,
|
||||
-526.163 340.342 0.125001,267 269 329,undefined,,,
|
||||
-508.612 220.712 0.125001,268 266 267 329,undefined,,,
|
||||
-471.281 96.7974 0.124999,265 271 273,undefined,,,
|
||||
-474.293 -673.935 0.124999,270 258 272,undefined,,,
|
||||
-382.281 -677.125 0.124999,271 273,undefined,,,
|
||||
-385.398 111.705 0.124999,270 272,undefined,,,
|
||||
-674.257 484.941 64.125,267 275 338,undefined,,,
|
||||
-604.684 534.83 64.125,274 276 338,undefined,,,
|
||||
-617.221 648.088 64.125,275 277 279 280,undefined,,,
|
||||
-679.86 918.622 64.125,276 278 280,undefined,,,
|
||||
-455.514 929.143 64.125,277 279 280,undefined,,,
|
||||
-479.728 663.176 64.125,278 276 280,undefined,,,
|
||||
-577.923 810.131 59.3906,276 277 278 279 281,undefined,,,
|
||||
-579.467 810.875 -159.868,280 282 283,undefined,,,
|
||||
-667.47 625.109 -159.875,281 283 285,undefined,,,
|
||||
-451.241 699.527 -159.875,282 284 281 286,undefined,,,
|
||||
-464.255 963.759 -159.875,283 285,undefined,,,
|
||||
-680.875 968.875 -159.875,284 282,undefined,,,
|
||||
-333.721 741.307 -159.875,283 287 288,undefined,,,
|
||||
-363.658 634.718 -159.875,286,undefined,,,
|
||||
-150.744 686.889 -159.875,286 289,undefined,,,
|
||||
-0.521624 766.811 -159.875,288 290,undefined,,,
|
||||
158.889 722.692 -159.875,289 291 292,undefined,,,
|
||||
170.323 540.587 -159.875,290 303 304,undefined,,,
|
||||
223.238 899.054 -159.875,290 293,undefined,,,
|
||||
476.776 918.886 -159.875,292 301 303 209,undefined,,,
|
||||
1661.45 867.073 -159.875,126 295 298,undefined,,,
|
||||
1818.18 872.356 -159.875,294 296 308,undefined,,,
|
||||
1924.82 903.368 -159.875,295 297,undefined,,,
|
||||
1937.32 1089.09 -159.875,296 298,undefined,,,
|
||||
1613.79 991.832 -159.875,297 294 299,undefined,,,
|
||||
1280.87 917.28 -159.875,298 300 208 126,undefined,,,
|
||||
967.133 882.593 -159.875,299 301 208,undefined,,,
|
||||
820.756 883.796 -159.875,300 293 209,undefined,,,
|
||||
427.197 508.124 -159.875,209 303 305,undefined,,,
|
||||
325.66 587.716 -159.875,302 291 293,undefined,,,
|
||||
15.1276 542.76 -159.875,291,undefined,,,
|
||||
433.808 156.764 -150.475,302 306 210 209,undefined,,,
|
||||
411.725 -460.535 -128.17,305 307 210 211,undefined,,,
|
||||
437.366 -1075.98 -103.875,306 211 248 221,undefined,,,
|
||||
1818.56 771.501 -151.875,295 309 313,undefined,,,
|
||||
1755.36 648.768 -151.875,308 310 312 313,undefined,,,
|
||||
1660.77 665.103 -151.875,309 311,undefined,,,
|
||||
1682.37 335.126 -151.875,310 312,undefined,,,
|
||||
1776.29 417.603 -151.875,311 309,undefined,,,
|
||||
1923.53 726.848 -151.875,309 308 314,undefined,,,
|
||||
1922.63 250.542 16.125,313 315,undefined,,,
|
||||
1674.68 262.22 80.125,314 316 317,undefined,,,
|
||||
1602.7 446.498 80.125,315 317,undefined,,,
|
||||
1687.74 513.836 80.125,316 315 321 318 322,undefined,,,
|
||||
1926.62 551.712 80.125,319 317 322,undefined,,,
|
||||
1933.98 792.577 80.125,318 320 322,undefined,,,
|
||||
1749.82 805.972 80.125,319 321 322,undefined,,,
|
||||
1623.75 699.29 80.125,320 317 322,undefined,,,
|
||||
1785.36 645.246 80.125,317 319 318 321 320,undefined,,,
|
||||
-125.791 -956.759 -103.875,248 324 252 332,undefined,,,
|
||||
316.142 -877.163 -103.875,323 325 336,undefined,,,
|
||||
334.753 -519.581 -103.875,324 326 333,undefined,,,
|
||||
336.781 -204.212 -103.875,325 327 334 335,undefined,,,
|
||||
286.916 239.211 -103.875,326 328 337,undefined,,,
|
||||
30.756 271.462 -103.875,327 329 334,undefined,,,
|
||||
-268.241 262.673 -103.875,328 269 268 330,undefined,,,
|
||||
-224.936 -184.946 -103.875,329 331 334,undefined,,,
|
||||
-203.58 -542.998 -103.875,330 252 333,undefined,,,
|
||||
-2.60353 -779.928 -103.875,323 333,undefined,,,
|
||||
25.8463 -512.194 -103.875,332 334 331 325 335 336,undefined,,,
|
||||
40.3274 -190.981 -103.875,333 326 330 328 335 337,undefined,,,
|
||||
184.281 -328.875 -70.1992,326 333 334,undefined,,,
|
||||
197.977 -724.465 -69.9963,324 333,undefined,,,
|
||||
231.902 -44.9574 -70.5363,334 327,undefined,,,
|
||||
-348.031 475.348 64.125,339 275 274,undefined,,,
|
||||
-85.3443 466.602 64.125,338 340,undefined,,,
|
||||
-101.437 562.875 64.125,339 341,undefined,,,
|
||||
-115.037 644.193 64.125,340 342 344,undefined,,,
|
||||
51.5048 623.394 64.125,341 343,undefined,,,
|
||||
69.4245 832.3 64.125,342 344,undefined,,,
|
||||
-151.729 832.004 64.125,343 341,undefined,,,
|
||||
|
257
scriptdata/waypoints/mp_arkona_wp.csv
Normal file
@@ -0,0 +1,257 @@
|
||||
256
|
||||
1654 1377 0,190,stand,,,
|
||||
2356 1085 44,155,stand,,,
|
||||
2551 -103 44,160,stand,,,
|
||||
1752 -915 53,177,stand,,,
|
||||
1562 -1458 44,170,stand,,,
|
||||
40 -915 136,229 230,stand,,,
|
||||
247 -584 136,227,stand,,,
|
||||
-777 132 0,88,stand,,,
|
||||
-861 -1469 12,20,stand,,,
|
||||
-2161 -1009 -22,100,stand,,,
|
||||
-2247 184 -12,111,stand,,,
|
||||
-1551 103 -22,86,stand,,,
|
||||
-1074 -442 -15,91,stand,,,
|
||||
-1599 -706 -50,90,stand,,,
|
||||
-1864 1804 1,116,stand,,,
|
||||
-1178 1825 3,218,stand,,,
|
||||
-33 1646 3,200,stand,,,
|
||||
1416 1701 7,195,stand,,,
|
||||
1529 168 44,180 184,stand,,,
|
||||
-1304 -1235 10,21 94 23,stand,,,
|
||||
-1019 -1469 10,8 21,stand,,,
|
||||
-987 -1283 10,20 22 19,stand,,,
|
||||
-783 -1292 14,21 248 254,stand,,,
|
||||
-1420 -1215 10,24 19,stand,,,
|
||||
-1680 -1183 10,23 25,stand,,,
|
||||
-1851 -1163 10,24 26,stand,,,
|
||||
-1956 -1010 10,25 27,stand,,,
|
||||
-1983 -853 -22,26 28 100,stand,,,
|
||||
-1989 -682 -22,27 29,stand,,,
|
||||
-1988 -512 -22,28 30,stand,,,
|
||||
-1987 -340 -22,29 110,stand,,,
|
||||
-1767 -62 -22,87 109 110,stand,,,
|
||||
-1742 278 -13,33 109,stand,,,
|
||||
-1718 447 0,32 34,stand,,,
|
||||
-1694 616 -3,33 35,stand,,,
|
||||
-1679 788 -4,34 36,stand,,,
|
||||
-1626 940 -4,35 37 112,stand,,,
|
||||
-1456 956 -4,36 38,stand,,,
|
||||
-1285 964 -4,37 39,stand,,,
|
||||
-1114 971 -4,38 40,stand,,,
|
||||
-954 1026 -4,39 41 201 222,stand,,,
|
||||
-825 1139 -4,40 42,stand,,,
|
||||
-660 1176 -4,41 43,stand,,,
|
||||
-513 1092 -4,42 44 255,stand,,,
|
||||
-371 997 -4,43 45,stand,,,
|
||||
-201 980 -4,44 46,stand,,,
|
||||
-30 971 -4,45 47 206,stand,,,
|
||||
141 969 -4,46 48,stand,,,
|
||||
312 974 -4,47 49 215,stand,,,
|
||||
484 976 -4,48 50,stand,,,
|
||||
653 948 -4,49 51 210 139,stand,,,
|
||||
819 909 -4,50 52,stand,,,
|
||||
971 848 -4,51 53,stand,,,
|
||||
1028 691 -4,52 54,stand,,,
|
||||
1064 523 -4,53 55 199,stand,,,
|
||||
1045 357 -4,54 56,stand,,,
|
||||
922 239 0,55 57,stand,,,
|
||||
847 89 0,56 58,stand,,,
|
||||
841 -82 0,57 59 214,stand,,,
|
||||
838 -253 0,58 60 179,stand,,,
|
||||
837 -424 0,59 61,stand,,,
|
||||
835 -596 0,60 62,stand,,,
|
||||
833 -768 0,61 63,stand,,,
|
||||
835 -930 33,62 64 174,stand,,,
|
||||
839 -1094 82,63 65,stand,,,
|
||||
836 -1264 99,64 66,stand,,,
|
||||
765 -1384 114,65 67 173,stand,,,
|
||||
598 -1367 136,66 68,stand,,,
|
||||
429 -1347 136,67 69 232 237,stand,,,
|
||||
407 -1543 122,68 70,stand,,,
|
||||
279 -1640 97,69 71,stand,,,
|
||||
107 -1637 88,70 72,stand,,,
|
||||
24 -1631 33,71 73,stand,,,
|
||||
-71 -1558 1,72 74 252,stand,,,
|
||||
-68 -1387 1,73 75,stand,,,
|
||||
-64 -1216 1,74 76 233,stand,,,
|
||||
-216 -1096 8,75 77,stand,,,
|
||||
-385 -1070 6,76 78,stand,,,
|
||||
-557 -1062 7,77 248,stand,,,
|
||||
-771 -852 10,80 249,stand,,,
|
||||
-831 -692 0,79 81,stand,,,
|
||||
-856 -522 0,80 89,stand,,,
|
||||
-899 -183 0,88 89,stand,,,
|
||||
-1088 57 0,84 88,stand,,,
|
||||
-1256 30 -22,83 85,stand,,,
|
||||
-1425 5 -22,84 86 99,stand,,,
|
||||
-1594 -18 -22,85 87 11,stand,,,
|
||||
-1637 -25 -22,86 31,stand,,,
|
||||
-924 76 0,82 83 7,stand,,,
|
||||
-874 -307 0,82 81 241,stand,,,
|
||||
-1526 -713 -50,13 96,stand,,,
|
||||
-1195 -437 -15,12 92,stand,,,
|
||||
-1199 -436 -50,91 97 95,stand,,,
|
||||
-1275 -888 -50,94 95,stand,,,
|
||||
-1300 -1014 12,93 19,stand,,,
|
||||
-1271 -652 -35,93 92 96,stand,,,
|
||||
-1379 -532 -35,97 90 95,stand,,,
|
||||
-1405 -310 -50,96 92 98,stand,,,
|
||||
-1406 -232 -50,99 97,stand,,,
|
||||
-1408 -102 4,98 85,stand,,,
|
||||
-2197 -854 -22,9 27,stand,,,
|
||||
-2203 -754 -22,102,stand,,,
|
||||
-2216 -495 -22,101 103,stand,,,
|
||||
-2216 -324 -22,102 104,stand,,,
|
||||
-2201 -153 -22,103 105 110,stand,,,
|
||||
-2176 17 -22,104 111,stand,,,
|
||||
-2075 200 -12,107 111,stand,,,
|
||||
-1972 193 -12,106 108,stand,,,
|
||||
-1867 186 -22,107 109,stand,,,
|
||||
-1760 187 -22,31 32 108,stand,,,
|
||||
-1979 -190 -22,30 31 104,stand,,,
|
||||
-2161 192 -12,105 10 106,stand,,,
|
||||
-1662 1027 -4,113 36,stand,,,
|
||||
-1686 1089 -4,112 114,stand,,,
|
||||
-1743 1250 -4,113 115,stand,,,
|
||||
-1775 1417 1,114 116,stand,,,
|
||||
-1741 1583 1,115 117 14,stand,,,
|
||||
-1561 1515 1,116 118 221,stand,,,
|
||||
-1397 1473 3,117 119,stand,,,
|
||||
-1292 1470 3,118 120,stand,,,
|
||||
-1188 1467 3,119 121,stand,,,
|
||||
-1126 1466 3,120 122 216 222,stand,,,
|
||||
-1022 1466 3,121 123,stand,,,
|
||||
-918 1465 3,122 124,stand,,,
|
||||
-813 1464 3,123 125,stand,,,
|
||||
-708 1463 3,124 126,stand,,,
|
||||
-605 1450 3,125 127,stand,,,
|
||||
-507 1411 3,126 128,stand,,,
|
||||
-416 1366 -4,127 129 255,stand,,,
|
||||
-316 1336 -4,128 130,stand,,,
|
||||
-211 1333 -4,129 131,stand,,,
|
||||
-106 1331 -4,130 132 200,stand,,,
|
||||
-1 1328 -4,131 133,stand,,,
|
||||
102 1326 -4,132 134,stand,,,
|
||||
206 1316 -4,133 135,stand,,,
|
||||
304 1281 -4,134 136,stand,,,
|
||||
404 1246 -4,135 137,stand,,,
|
||||
507 1228 -4,136 138,stand,,,
|
||||
611 1243 -4,137 139,stand,,,
|
||||
710 1280 -4,138 140 50,stand,,,
|
||||
803 1328 -4,139 141,stand,,,
|
||||
885 1394 -4,140 142,stand,,,
|
||||
961 1465 -4,141 143,stand,,,
|
||||
1040 1535 -4,142 144,stand,,,
|
||||
1173 1537 -4,143 145 195,stand,,,
|
||||
1335 1479 -4,144 146,stand,,,
|
||||
1434 1377 -4,145 147,stand,,,
|
||||
1434 1207 -4,146 148 188,stand,,,
|
||||
1349 1028 -4,147 149,stand,,,
|
||||
1305 836 -4,148 150,stand,,,
|
||||
1381 717 -4,149 151 199,stand,,,
|
||||
1551 737 0,150 152,stand,,,
|
||||
1718 757 14,151 153,stand,,,
|
||||
1883 774 42,152 154,stand,,,
|
||||
2054 790 43,153 155,stand,,,
|
||||
2224 806 44,154 156 1 194,stand,,,
|
||||
2289 594 44,155 157 198,stand,,,
|
||||
2359 439 44,156 158,stand,,,
|
||||
2448 291 44,157 159,stand,,,
|
||||
2485 125 44,158 160,stand,,,
|
||||
2412 -10 44,159 161 2,stand,,,
|
||||
2248 -19 44,160 162 187,stand,,,
|
||||
2214 -211 44,161 175,stand,,,
|
||||
1728 -326 44,164 175 181,stand,,,
|
||||
1581 -412 44,163 165,stand,,,
|
||||
1493 -556 44,164 166 178,stand,,,
|
||||
1494 -727 44,165 167 177,stand,,,
|
||||
1494 -898 44,166 168 174,stand,,,
|
||||
1491 -1070 44,167 169,stand,,,
|
||||
1478 -1241 44,168 170,stand,,,
|
||||
1454 -1410 44,169 171 4,stand,,,
|
||||
1254 -1410 44,170 172,stand,,,
|
||||
1083 -1406 47,171 173,stand,,,
|
||||
916 -1404 62,172 66,stand,,,
|
||||
1210 -975 44,63 167,stand,,,
|
||||
1978 -332 44,162 163 176 186,stand,,,
|
||||
1970 -555 53,175 177,stand,,,
|
||||
1736 -735 53,3 176 166,stand,,,
|
||||
1350 -396 44,165 179,stand,,,
|
||||
1062 -273 0,178 59,stand,,,
|
||||
1531 -76 44,18 181,stand,,,
|
||||
1720 -119 44,180 163 185,stand,,,
|
||||
1441 446 -4,183 199,stand,,,
|
||||
1465 446 45,182 196,stand,,,
|
||||
1740 318 44,18 185 196,stand,,,
|
||||
1730 86 44,184 181 186,stand,,,
|
||||
1936 73 44,187 185 197 175,stand,,,
|
||||
2154 70 44,186 161,stand,,,
|
||||
1590 1162 1,147 189,stand,,,
|
||||
1714 1133 0,188 190,stand,,,
|
||||
1764 1358 0,189 0 191,stand,,,
|
||||
1873 1129 0,190 192,stand,,,
|
||||
1994 1099 1,191 193,stand,,,
|
||||
2005 919 9,192 194,stand,,,
|
||||
2125 919 44,193 155,stand,,,
|
||||
1184 1691 -4,17 144,stand,,,
|
||||
1743 479 44,184 183 197,stand,,,
|
||||
1957 461 44,196 186 198,stand,,,
|
||||
2179 468 44,197 156,stand,,,
|
||||
1195 523 -4,182 54 150,stand,,,
|
||||
-39 1459 3,16 131,stand,,,
|
||||
-926 914 -4,202 40,stand,,,
|
||||
-786 723 -4,201 203,stand,,,
|
||||
-620 711 -11,202 204,stand,,,
|
||||
-450 683 -11,203 205,stand,,,
|
||||
-279 692 -11,204 206,stand,,,
|
||||
-108 708 -11,205 207 46 223,stand,,,
|
||||
62 716 -11,206 208,stand,,,
|
||||
233 716 -11,207 209,stand,,,
|
||||
403 693 -11,208 210,stand,,,
|
||||
561 640 -11,209 211 50,stand,,,
|
||||
592 472 -11,210 212,stand,,,
|
||||
597 301 -11,211 213,stand,,,
|
||||
591 132 0,212 247,stand,,,
|
||||
789 -43 0,58 247,stand,,,
|
||||
277 1148 -4,48,stand,,,
|
||||
-1129 1602 3,121 217 219,stand,,,
|
||||
-986 1739 3,216 218,stand,,,
|
||||
-983 1816 3,217 15,stand,,,
|
||||
-1332 1593 3,216 220,stand,,,
|
||||
-1345 1730 3,219 221,stand,,,
|
||||
-1573 1718 1,220 117,stand,,,
|
||||
-991 1270 -4,121 40,stand,,,
|
||||
-147 449 0,206 224,stand,,,
|
||||
-37 102 0,223 225 238 245,stand,,,
|
||||
-30 -259 134,224 226,stand,,,
|
||||
0 -564 134,225 227,stand,,,
|
||||
143 -583 136,226 6 228,stand,,,
|
||||
145 -696 136,227 229 231,stand,,,
|
||||
80 -857 136,228 5,stand,,,
|
||||
284 -951 136,5 231 232,stand,,,
|
||||
281 -812 136,230 228,stand,,,
|
||||
381 -1163 136,230 68,stand,,,
|
||||
15 -1211 9,75 234,stand,,,
|
||||
31 -1211 57,235 233 235,stand,,,
|
||||
72 -1212 78,234 234 236,stand,,,
|
||||
108 -1249 78,237 235,stand,,,
|
||||
131 -1249 136,236 68,stand,,,
|
||||
-237 53 0,224 239,stand,,,
|
||||
-194 -129 0,238 240,stand,,,
|
||||
-217 -313 0,239 241 242,stand,,,
|
||||
-527 -313 0,240 89,stand,,,
|
||||
-83 -399 0,240 243,stand,,,
|
||||
154 -315 0,242 244,stand,,,
|
||||
304 -59 0,243 245 246,stand,,,
|
||||
133 20 0,244 224,stand,,,
|
||||
479 -12 0,244 247,stand,,,
|
||||
586 13 0,214 213 246,stand,,,
|
||||
-695 -1116 2,22 78 249 250,stand,,,
|
||||
-711 -1004 14,248 79,stand,,,
|
||||
-583 -1231 8,248 251,stand,,,
|
||||
-476 -1426 8,250 252,stand,,,
|
||||
-383 -1556 1,251 73 253,stand,,,
|
||||
-516 -1644 1,252 254,stand,,,
|
||||
-641 -1449 1,253 22,stand,,,
|
||||
-486 1242 -4,43 128,stand,,,
|
||||
|
299
scriptdata/waypoints/mp_armshotel_wp.csv
Normal file
@@ -0,0 +1,299 @@
|
||||
298
|
||||
-115.713 -375.713 12.125,133 132,stand,,,
|
||||
115.713 375.713 12.125,247 245 246,stand,,,
|
||||
190.5 767.5 12.125,237 238,stand,,,
|
||||
462.5 1611.5 39.125,272 272,stand,,,
|
||||
-1093.71 -1093.71 -123.875,13 267,stand,,,
|
||||
1093.71 -1093.71 -123.875,265 265,stand,,,
|
||||
627.5 -630.5 12.125,117 117,stand,,,
|
||||
-1683 -1811 -121.875,8 10,stand,,,
|
||||
-1655.11 -1205.53 -123.875,7 9 10,stand,,,
|
||||
-1409.41 -1139.87 -123.875,8 11,stand,,,
|
||||
-1790.09 -1705.51 -121.875,7 8,stand,,,
|
||||
-1367.63 -821.08 -123.916,9 12,stand,,,
|
||||
-1256.48 -831.464 -123.892,11 268,stand,,,
|
||||
-1235.89 -1220.15 -123.892,14 4 267,stand,,,
|
||||
-1271.67 -1303.36 -123.875,13 15,stand,,,
|
||||
-1369.6 -1426.1 -59.875,14 16,stand,,,
|
||||
-1430.91 -1370.44 -59.875,15 17,stand,,,
|
||||
-1329.56 -1270.52 12.125,18 16,stand,,,
|
||||
-1232.66 -1245.34 12.125,17 19,stand,,,
|
||||
-1145.29 -1152.96 12.125,18 20 53,stand,,,
|
||||
-1143.5 -862.793 12.125,19 21 214,stand,,,
|
||||
-1149.09 -162.728 12.125,20 22 218,stand,,,
|
||||
-1162.56 12.6489 12.125,21 23 54,stand,,,
|
||||
-1146.62 166.655 12.125,24 22 224,stand,,,
|
||||
-1146.77 857.267 12.125,23 25 230,stand,,,
|
||||
-1168.31 1157.92 12.125,24 26 29,stand,,,
|
||||
-1258.3 1310.8 12.125,27 25,stand,,,
|
||||
-1376.55 1434.9 -59.875,26 28,stand,,,
|
||||
-1432.99 1375.7 -59.875,27 262,stand,,,
|
||||
-927.658 1160.3 12.125,30 25 30 160,stand,,,
|
||||
-857.153 1160.31 12.125,29 29 31 164,stand,,,
|
||||
-231.433 1158.77 12.125,32 32 30 152,stand,,,
|
||||
-169.517 1160.55 12.125,31 31 33 170,stand,,,
|
||||
10.7237 1145.29 12.125,34 32 236,stand,,,
|
||||
161.17 1145.81 12.125,33 35 176,stand,,,
|
||||
227.981 1150.76 12.125,34 36 297 297,stand,,,
|
||||
849.691 1150.81 12.125,35 37 182,stand,,,
|
||||
920.386 1143.57 12.125,36 38 99,stand,,,
|
||||
1155.66 1165.13 12.125,39 40 37 40,stand,,,
|
||||
1254.89 1258.5 12.125,38 252,stand,,,
|
||||
1140.46 862.522 12.125,38 38 41 73,stand,,,
|
||||
1162.33 170.87 12.125,42 42 40 84,stand,,,
|
||||
1149.72 -4.30344 12.125,41 41 43 70,stand,,,
|
||||
1140.3 -166.818 12.125,42 71 85,stand,,,
|
||||
1241.98 -1240.83 12.125,72 266,stand,,,
|
||||
920.848 -1156.47 12.125,46 46 72 115,stand,,,
|
||||
853.969 -1150.84 12.125,45 45 47 187,stand,,,
|
||||
232.52 -1151.93 12.125,48 48 46 119,stand,,,
|
||||
154.801 -1153.99 12.125,47 47 49 196,stand,,,
|
||||
-6.50854 -1142.58 12.125,50 48 67,stand,,,
|
||||
-167.845 -1154.56 12.125,49 51 198,stand,,,
|
||||
-228.029 -1151.23 12.125,52 50 52 278 278,stand,,,
|
||||
-859.056 -1163.11 12.125,51 51 53 208,stand,,,
|
||||
-920.921 -1151.66 12.125,19 52 137,stand,,,
|
||||
-920.038 1.84548 12.125,22 55 146,stand,,,
|
||||
-411.606 -0.492592 12.125,56 134 54,stand,,,
|
||||
-226.04 -4.9367 12.125,55 57,stand,,,
|
||||
-136.651 34.7221 12.125,56 58,stand,,,
|
||||
-69.932 19.0544 12.125,57 59,stand,,,
|
||||
0.418277 11.0592 12.125,60 61 58 62 64,stand,,,
|
||||
0.401714 72.875 12.125,59 61,stand,,,
|
||||
0.406356 111.125 12.125,59 60 250,stand,,,
|
||||
-1.55145 -72.8748 12.125,59 63,stand,,,
|
||||
0.411188 -123.224 12.125,62 66,stand,,,
|
||||
69.6386 -12.6526 12.125,59 65,stand,,,
|
||||
109.659 -25.2446 12.125,64 68,stand,,,
|
||||
2.83753 -438.793 12.125,63 67 67,stand,,,
|
||||
4.37743 -700.932 12.125,66 66 49 127,stand,,,
|
||||
229.443 -15.7134 12.125,65 69,stand,,,
|
||||
409.384 -0.523949 12.125,70 68 248,stand,,,
|
||||
920.999 5.96262 12.125,69 42 108,stand,,,
|
||||
1157.54 -855.519 12.125,43 72 94,stand,,,
|
||||
1160.34 -1154.33 12.125,71 44 45,stand,,,
|
||||
1266.69 856.22 12.125,40 75 74,stand,,,
|
||||
1416.91 754.143 12.125,75 73,stand,,,
|
||||
1438.97 649.391 12.125,74 73 76,stand,,,
|
||||
1672.14 655.676 12.125,75 289,stand,,,
|
||||
1433.28 380.181 12.125,81 81 291 84,stand,,,
|
||||
1690.98 280.08 12.125,79 82 80,stand,,,
|
||||
1688.94 52.3182 12.125,80 78 82,stand,,,
|
||||
1515.63 39.4117 12.125,79 82 78,stand,,,
|
||||
1430.93 283.668 12.125,77 82 84 77 83,stand,,,
|
||||
1534.87 279.747 12.125,80 81 78 79,stand,,,
|
||||
1345.85 49.533 12.125,84 85 81,stand,,,
|
||||
1258.72 155.675 12.125,81 41 83 77,stand,,,
|
||||
1340.42 -165.406 12.125,83 43 86,stand,,,
|
||||
1340.31 -281.88 12.125,85 87 89,stand,,,
|
||||
1506.3 -275.058 12.125,88 86 88,stand,,,
|
||||
1691.87 -49.1024 12.125,87 87,stand,,,
|
||||
1348.06 -372.455 12.125,86 90,stand,,,
|
||||
1663.67 -373.75 12.125,89 91,stand,,,
|
||||
1673.78 -649.846 12.125,90 92,stand,,,
|
||||
1447.47 -650.963 12.125,91 93,stand,,,
|
||||
1440.48 -736.088 12.125,92 94 95,stand,,,
|
||||
1249.76 -855.474 12.125,93 71,stand,,,
|
||||
1533.63 -745.054 12.125,93 98 97 96,stand,,,
|
||||
1514.84 -1000.13 12.125,97 98 95,stand,,,
|
||||
1701.22 -991.913 12.125,96 95 98,stand,,,
|
||||
1692.49 -788.314 12.125,95 97 96,stand,,,
|
||||
920.533 1034.51 12.125,37 100 101,stand,,,
|
||||
817.922 862.318 12.125,99 101 102,stand,,,
|
||||
716.453 867.978 12.125,100 242 99,stand,,,
|
||||
810.113 792.587 12.125,100 103 104,stand,,,
|
||||
797.684 614.656 12.125,104 102,stand,,,
|
||||
925.934 612.114 12.125,103 102 105,stand,,,
|
||||
917.186 529.261 12.125,106 104,stand,,,
|
||||
811.726 378.885 12.125,105 107,stand,,,
|
||||
809.37 287.975 12.125,106 109 108,stand,,,
|
||||
929.098 140.952 12.125,70 107 109,stand,,,
|
||||
717.084 282.352 12.125,107 108 110,stand,,,
|
||||
717.672 513.846 12.125,109 111 111,stand,,,
|
||||
613.54 519.171 12.125,110 110,stand,,,
|
||||
806.515 -866.26 12.125,113 116,stand,,,
|
||||
707.322 -864.979 12.125,112 114 117,stand,,,
|
||||
627.901 -961.005 12.125,113 115 118,stand,,,
|
||||
924.137 -1036.04 12.125,114 45 116,stand,,,
|
||||
1015.51 -874.575 12.125,115 112,stand,,,
|
||||
725.649 -635.632 12.125,113 6 6,stand,,,
|
||||
522.719 -946.7 12.125,114 125 119,stand,,,
|
||||
232.427 -1057.74 12.125,120 125 47 118,stand,,,
|
||||
344.05 -860.93 12.125,124 125 119,stand,,,
|
||||
102.98 -612.328 12.125,122 122 124 123,stand,,,
|
||||
83.8219 -718.144 16.125,121 121 124 123,stand,,,
|
||||
343.037 -713.227 12.125,124 124 121 122,stand,,,
|
||||
343 -613.394 12.125,123 120 123 122 121,stand,,,
|
||||
439.19 -865.842 12.125,120 118 119 293,stand,,,
|
||||
718.2 -518.102 12.125,292 292,stand,,,
|
||||
-112.436 -708.236 12.125,67 128,stand,,,
|
||||
-339.28 -786.909 12.125,127 129,stand,,,
|
||||
-346.353 -870.229 12.125,128 130 278,stand,,,
|
||||
-443.83 -872.145 12.125,129 278 279 279,stand,,,
|
||||
-442.785 -290.812 12.125,135 279,stand,,,
|
||||
-338.445 -357.246 12.125,0 133 276 277,stand,,,
|
||||
-121.507 -529.239 12.125,0 132 277,stand,,,
|
||||
-416.562 -111.821 12.125,135 55 276,stand,,,
|
||||
-520.384 -191.926 12.125,134 131,stand,,,
|
||||
-724.755 -870.359 12.125,138 280 137,stand,,,
|
||||
-931.928 -1061.15 12.125,53 138 136,stand,,,
|
||||
-810.537 -867.954 12.125,136 137 140,stand,,,
|
||||
-933.803 -619.764 12.125,140 141,stand,,,
|
||||
-813.815 -786.289 12.125,138 139,stand,,,
|
||||
-931.701 -532.167 12.125,139 281,stand,,,
|
||||
-808.201 -288.764 12.125,143 146 281,stand,,,
|
||||
-713.683 -293.33 12.125,144 142 146,stand,,,
|
||||
-720.12 -519.169 12.125,143 145 145,stand,,,
|
||||
-626.934 -512.798 12.125,144 144,stand,,,
|
||||
-939.431 -119.318 12.125,142 54 143,stand,,,
|
||||
-555.875 637.393 12.125,251 251,stand,,,
|
||||
-438.693 864.328 12.125,149 150 152 251,stand,,,
|
||||
-336.422 864.34 12.125,148 152 153 151,stand,,,
|
||||
-535.998 956.083 12.125,151 148 157 161,stand,,,
|
||||
-459.324 1023.35 12.125,150 152 149,stand,,,
|
||||
-220.333 1023.82 12.125,151 149 148 31,stand,,,
|
||||
-340.725 694.617 12.125,154 156 149,stand,,,
|
||||
-343.449 603.105 12.125,153 155,stand,,,
|
||||
-100.053 597.829 12.125,156 156 154,stand,,,
|
||||
-83.125 692.665 16.125,155 155 153,stand,,,
|
||||
-707.995 879.305 12.125,150 158 161 162,stand,,,
|
||||
-807.372 867.924 12.125,157 159 161,stand,,,
|
||||
-926.812 877.289 12.125,158 160,stand,,,
|
||||
-920.333 1022.79 12.125,161 159 29,stand,,,
|
||||
-721.161 1012.94 12.125,160 150 157 158,stand,,,
|
||||
-726.788 635.47 12.125,157 163 163,stand,,,
|
||||
-601.447 637.428 12.125,162 162,stand,,,
|
||||
-866.251 1274.67 12.125,30 166 165,stand,,,
|
||||
-657.324 1423.79 12.125,166 167 164,stand,,,
|
||||
-751.897 1425.1 12.125,164 165,stand,,,
|
||||
-665.858 1668.43 12.125,165 168,stand,,,
|
||||
-378.428 1666.74 12.125,167 169,stand,,,
|
||||
-372.112 1443.95 12.125,168 172,stand,,,
|
||||
-169.084 1266.25 12.125,171 32 172,stand,,,
|
||||
-61.0884 1353.78 12.125,172 170 173,stand,,,
|
||||
-286.92 1397.38 12.125,171 169 170,stand,,,
|
||||
38.0608 1350.29 12.125,171 174 176,stand,,,
|
||||
169.621 1406.06 12.125,175 173,stand,,,
|
||||
268.752 1429.33 12.125,174 176 177 270,stand,,,
|
||||
168.131 1270.08 12.125,34 173 175 270,stand,,,
|
||||
271.253 1521.58 12.125,175 178 179 273,stand,,,
|
||||
47.4872 1509.99 12.125,179 177,stand,,,
|
||||
77.6915 1676.68 12.125,178 177 273,stand,,,
|
||||
650.724 1670.14 12.125,181 272,stand,,,
|
||||
645.093 1455.25 12.125,180 183 182,stand,,,
|
||||
848.665 1256.73 12.125,183 36 181,stand,,,
|
||||
737.891 1418.03 12.125,181 182 184,stand,,,
|
||||
744.297 1547.75 12.125,183 186 185,stand,,,
|
||||
984.042 1682.27 12.125,186 184,stand,,,
|
||||
759.396 1689.56 12.125,184 185,stand,,,
|
||||
861.929 -1255.96 12.125,188 46,stand,,,
|
||||
743.592 -1438.85 12.125,189 187 192,stand,,,
|
||||
751.124 -1590.35 12.125,190 191 188,stand,,,
|
||||
962.73 -1695.72 12.125,189 191,stand,,,
|
||||
981.691 -1522.24 12.125,189 190,stand,,,
|
||||
652.864 -1427.82 12.125,188 193,stand,,,
|
||||
646.918 -1671.59 12.125,192 194,stand,,,
|
||||
372.035 -1671.77 12.125,195 193,stand,,,
|
||||
376.318 -1448.5 12.125,194 196 197,stand,,,
|
||||
159.2 -1259.72 12.125,48 197 195,stand,,,
|
||||
54.7858 -1338.18 12.125,196 198 199 195,stand,,,
|
||||
-172.56 -1323.53 12.125,197 199 199 50 200,stand,,,
|
||||
-274.637 -1424.44 12.125,198 198 200 197 201,stand,,,
|
||||
-368.709 -1429.43 12.125,199 282 198,stand,,,
|
||||
-271.279 -1536.82 12.125,199 204 203 202,stand,,,
|
||||
-276.118 -1685.43 12.125,203 203 201,stand,,,
|
||||
-75.5489 -1691 12.125,202 202 204 201,stand,,,
|
||||
-63.7691 -1525.26 12.125,201 203,stand,,,
|
||||
-649.251 -1671.28 12.125,206 283,stand,,,
|
||||
-658.555 -1448.03 12.125,205 209 209,stand,,,
|
||||
-573.832 -1276.16 12.125,208 209,stand,,,
|
||||
-859.141 -1250.87 12.125,207 209 52,stand,,,
|
||||
-743.155 -1437.71 12.125,206 207 208 206 210,stand,,,
|
||||
-736.719 -1518.34 12.125,209 213 211 212,stand,,,
|
||||
-727.226 -1684.95 12.125,212 210 213,stand,,,
|
||||
-977.758 -1695.39 12.125,211 213 210,stand,,,
|
||||
-968.401 -1571.35 12.125,210 211 212,stand,,,
|
||||
-1253.84 -853.017 12.125,20 215 295,stand,,,
|
||||
-1280.6 -541.024 12.125,214 295,stand,,,
|
||||
-1672 -370.235 12.125,217 286,stand,,,
|
||||
-1450.79 -371.854 12.125,216 219 218,stand,,,
|
||||
-1264.03 -168.829 12.125,217 21 288,stand,,,
|
||||
-1429.96 -283.082 12.125,217 220 288,stand,,,
|
||||
-1542.04 -296.37 12.125,219 221 221 223,stand,,,
|
||||
-1527.01 -41.1467 12.125,220 220 222,stand,,,
|
||||
-1686.7 -51.0387 12.125,223 221,stand,,,
|
||||
-1692.74 -284.197 12.125,222 220,stand,,,
|
||||
-1269.5 175.219 12.125,225 23 288,stand,,,
|
||||
-1358.92 322.417 12.125,224 226,stand,,,
|
||||
-1438.99 387.694 12.125,225 227,stand,,,
|
||||
-1672.05 368.136 12.125,226 228,stand,,,
|
||||
-1671.92 653.255 12.125,227 229,stand,,,
|
||||
-1453.08 642.653 12.125,228 231 230,stand,,,
|
||||
-1249.8 849.102 12.125,24 231 229,stand,,,
|
||||
-1442.93 743.854 12.125,229 230 232,stand,,,
|
||||
-1522.37 738.603 12.125,231 235 233 234,stand,,,
|
||||
-1525.27 973.864 12.125,234 232 235,stand,,,
|
||||
-1674.35 992.761 12.125,233 235 232,stand,,,
|
||||
-1683.55 787.645 12.125,232 233 234,stand,,,
|
||||
10.9148 694.006 12.125,33 237 250,stand,,,
|
||||
130.208 711.154 12.125,2 236 238,stand,,,
|
||||
322.098 718.974 12.125,237 239 2,stand,,,
|
||||
350.81 871.319 12.125,238 240 297,stand,,,
|
||||
440.755 872.01 12.125,239 241,stand,,,
|
||||
434.733 642.7 12.125,242 240 243,stand,,,
|
||||
706.99 627.425 12.125,241 101,stand,,,
|
||||
441.839 287.228 12.125,241 244 249,stand,,,
|
||||
330.525 280.375 12.125,243 247 248,stand,,,
|
||||
333.718 493.734 12.125,246 1 247,stand,,,
|
||||
96.3162 523.707 12.125,245 1 247,stand,,,
|
||||
333.399 352.878 12.125,1 246 245 244,stand,,,
|
||||
390.426 93.1514 12.125,249 69 244,stand,,,
|
||||
505.927 239.839 12.125,243 248,stand,,,
|
||||
12.2932 444.615 12.125,236 61,stand,,,
|
||||
-428.655 642.289 12.125,147 147 148,stand,,,
|
||||
1440.4 1382.1 -59.875,39 253,stand,,,
|
||||
1363.81 1426.4 -59.875,252 254,stand,,,
|
||||
1253.97 1300.57 -123.875,253 255,stand,,,
|
||||
1229.44 1180.65 -123.875,254 269,stand,,,
|
||||
1252.67 843.596 -123.875,257 269,stand,,,
|
||||
1370.55 848.063 -123.875,256 258,stand,,,
|
||||
1413.57 1166.8 -123.875,259 257,stand,,,
|
||||
1649.79 1208.53 -123.875,258 260 261,stand,,,
|
||||
1795.05 1744.52 -121.875,261 259,stand,,,
|
||||
1598.24 1770.19 -121.875,260 259,stand,,,
|
||||
-1290.78 1260.38 -123.875,28 275 275,stand,,,
|
||||
1376.18 -1446.3 -59.875,264 264 266,stand,,,
|
||||
1430.71 -1366.64 -59.875,263 263 265,stand,,,
|
||||
1266.8 -1252.15 -123.875,5 5 264,stand,,,
|
||||
1256.62 -1319.95 12.125,263 44,stand,,,
|
||||
-1190.2 -1093.5 -123.875,4 13 268,stand,,,
|
||||
-1190.97 -944.366 -123.875,267 12,stand,,,
|
||||
1132.45 1111.42 -123.875,256 255 274 274,stand,,,
|
||||
369.379 1429.17 12.125,175 176 271,stand,,,
|
||||
366.562 1669.71 12.125,270 272,stand,,,
|
||||
463.955 1668.12 12.125,271 180 3 3,stand,,,
|
||||
249.663 1670.06 12.125,177 179,stand,,,
|
||||
1076.39 1072.63 -123.875,269 269,stand,,,
|
||||
-1043.13 1065.91 -119.875,262 262,stand,,,
|
||||
-323.679 -257.044 12.125,132 134,stand,,,
|
||||
-320.884 -504.398 12.125,133 132,stand,,,
|
||||
-237.775 -1049.69 12.125,51 51 129 130,stand,,,
|
||||
-433.145 -640.161 12.125,130 130 280 131,stand,,,
|
||||
-720.594 -625.522 12.125,279 136,stand,,,
|
||||
-811.351 -365.07 12.125,142 141,stand,,,
|
||||
-369.029 -1663.55 12.125,200 283,stand,,,
|
||||
-466.037 -1665.68 12.125,282 284 284 205,stand,,,
|
||||
-465.446 -1615.13 12.125,283 283,stand,,,
|
||||
-1679.98 -642.657 12.125,286 296,stand,,,
|
||||
-1666.94 -463.183 12.125,287 287 285 216,stand,,,
|
||||
-1615.13 -464.429 12.125,286 286,stand,,,
|
||||
-1358.6 -43.723 12.125,224 219 218,stand,,,
|
||||
1669.78 464.496 12.125,290 290 76 291,stand,,,
|
||||
1619.25 457.624 12.125,289 289,stand,,,
|
||||
1668.79 367.821 12.125,289 77,stand,,,
|
||||
429.879 -508.446 12.125,126 126 293,stand,,,
|
||||
436.327 -639.3 12.125,292 294 294 125,stand,,,
|
||||
555.873 -643.571 12.125,293 293,stand,,,
|
||||
-1326.46 -729.726 12.125,296 215 214,stand,,,
|
||||
-1455.58 -649.832 12.125,295 285,stand,,,
|
||||
235.508 1026.61 12.125,35 35 239,stand,,,
|
||||
|
274
scriptdata/waypoints/mp_arrange_wp.csv
Normal file
@@ -0,0 +1,274 @@
|
||||
273
|
||||
5370 6806 -83.5607,8 9,stand,,,
|
||||
-1152 2290 80.125,72,stand,,,
|
||||
-1168 -72 72.125,67 68,stand,,,
|
||||
674 138 80.125,92 93,stand,,,
|
||||
1916 -1276 28.125,262,stand,,,
|
||||
6050 6062 -53.6115,160 159 142,stand,,,
|
||||
3919 5827 -71.1685,153 142,stand,,,
|
||||
4186 4413 -37.6973,144,stand,,,
|
||||
5485.57 6566.46 -80.8811,0 11,stand,,,
|
||||
5198.6 6920.05 -82.8638,0 10,stand,,,
|
||||
5016.52 6777.01 -80.1964,9 11,stand,,,
|
||||
5268.19 6272.28 -81.9699,10 8 12 142 159,stand,,,
|
||||
5239.07 5927.11 -82.2314,11 13 142 167 159,stand,,,
|
||||
5248 4775.34 -82.2066,12 14 141 167 173,stand,,,
|
||||
5173.84 4337.37 -83.2507,13 15 173,stand,,,
|
||||
5258.29 3027.3 -81.9424,14 16 139 180 211,stand,,,
|
||||
4573.09 1640.16 -82.1636,15 17 181 190 210 212,stand,,,
|
||||
2522.79 1402.41 -81.875,16 18 21 37 127 193 208 220 271,stand,,,
|
||||
2578.05 111.328 -82.0911,17 19 193 271,stand,,,
|
||||
2351.46 119.541 -80.3509,18 20,stand,,,
|
||||
2245.56 116.401 -7.875,19 110,stand,,,
|
||||
2544.95 3109.58 -81.875,17 22 23 37 220 270 271 208,stand,,,
|
||||
2509.03 4331.42 -83.1696,21 37 38 220 271 208 272,stand,,,
|
||||
1555.3 3070.58 -82.6454,21 24 128 129,stand,,,
|
||||
421.047 3308.15 -81.9881,23 25 39 129,stand,,,
|
||||
322.145 3137.78 -81.1662,24 26,stand,,,
|
||||
326.677 2917.03 80.125,25 27,stand,,,
|
||||
-48.194 2831.53 80.125,26 28 51,stand,,,
|
||||
429.349 2599.07 80.125,27 29 257,stand,,,
|
||||
324.347 2074.17 80.125,28 30 53 257,stand,,,
|
||||
-50.7702 1867.03 72.125,29 31 32 71 88 253 254,stand,,,
|
||||
-2.2014 1420.4 61.9722,30 32 65 70 77,stand,,,
|
||||
534.215 1427.16 61.561,31 33 57 30,stand,,,
|
||||
1943.47 1419.85 -70.5718,32 34 60 112,stand,,,
|
||||
2010.53 1718.67 -66.7959,33 35 59,stand,,,
|
||||
2250.36 1838.13 -71.875,34 36,stand,,,
|
||||
2294.95 2237.2 -71.875,35 37 130,stand,,,
|
||||
2486.41 2250.07 -83.523,36 22 17 21 220 208,stand,,,
|
||||
2114.46 4547.62 -71.875,22 40,stand,,,
|
||||
2082.3 3440.93 -71.875,40 24 129,stand,,,
|
||||
2139.82 4135.32 -71.875,38 39 41,stand,,,
|
||||
2087.13 4134.19 -71.875,40 42,climb,3.76831 179.89 0,,
|
||||
2051.12 4138.05 162.125,41 43,climb,16.8091 -178.66 0,,
|
||||
1983.13 4144.43 112.125,42 44,stand,,,
|
||||
1987.25 3701.67 112.125,43 45,stand,,,
|
||||
1647.54 3702.44 112.125,44 46,stand,,,
|
||||
1395.19 3701.49 -63.875,45 47 129,stand,,,
|
||||
1166.44 3702.67 112.125,46 48,stand,,,
|
||||
786.062 3713.36 112.125,47 49,stand,,,
|
||||
525.613 4029.38 96.125,48 50,stand,,,
|
||||
21.0417 3765.13 96.125,49 51,stand,,,
|
||||
4.75698 3576.36 80.125,50 27,stand,,,
|
||||
1102.99 2268.61 88.125,53 259 260,stand,,,
|
||||
843.125 2037.7 80.125,52 29 54 260,stand,,,
|
||||
1292.47 2038.4 80.125,53 55 58,stand,,,
|
||||
1309.15 1919.01 80.125,54 56,stand,,,
|
||||
1075.04 1924.79 20.9066,55 57,stand,,,
|
||||
528.296 1886.08 72.1221,56 32,stand,,,
|
||||
1990.41 2085.64 80.125,54 59,stand,,,
|
||||
2023.28 1947.37 80.125,58 34,stand,,,
|
||||
1926.31 964.24 -58.9004,33 61 91 112 127,stand,,,
|
||||
552.87 1041.26 69.8598,60 62 91,stand,,,
|
||||
356.73 926.104 72.125,61 63 64,stand,,,
|
||||
522.656 713.841 80.125,62 64 89,stand,,,
|
||||
233.491 698.186 63.9022,63 62 65 77,stand,,,
|
||||
50.1205 319.286 61.3437,64 31 66,stand,,,
|
||||
-222.662 -728.91 63.0906,65 67 94 106,stand,,,
|
||||
-1164.9 -668.227 64.125,66 2,stand,,,
|
||||
-922.381 -279.336 72.125,2 69,stand,,,
|
||||
-384.717 -210.944 72.125,68 70,stand,,,
|
||||
-321.923 1334.1 72.125,69 31,stand,,,
|
||||
-746.775 2078.46 80.125,30 72 73 253,stand,,,
|
||||
-1148.71 2042.37 80.125,71 1 253,stand,,,
|
||||
-874.155 1965.3 81.125,71 74,stand,,,
|
||||
-847.293 1599.13 80.125,73 75 88,stand,,,
|
||||
-885.426 1160.73 80.125,74 76,stand,,,
|
||||
-874.179 909.329 80.125,75 77 78,stand,,,
|
||||
-518.895 913.44 80.125,76 31 64,stand,,,
|
||||
-913.391 751.224 80.125,76 79,stand,,,
|
||||
-902.826 606.851 176.125,78 80,stand,,,
|
||||
-795.4 601.914 176.125,79 81,stand,,,
|
||||
-779.405 743.832 264.125,80 82,stand,,,
|
||||
-937.254 1079.05 264.125,81 83 85,stand,,,
|
||||
-939.297 1619.07 264.125,82 84,stand,,,
|
||||
-721.115 1624.84 264.125,83,stand,,,
|
||||
-624.682 1080.57 264.125,82 86,stand,,,
|
||||
-637.49 628.194 272.125,85 87,stand,,,
|
||||
-646.597 50.6029 264.125,86,stand,,,
|
||||
-521.069 1601.88 80.125,74 30,stand,,,
|
||||
771.407 620.982 80.125,63 90 92,stand,,,
|
||||
866.538 921.002 72.125,89 91,stand,,,
|
||||
868.075 972.649 40.3093,90 60 61,stand,,,
|
||||
585.126 252.004 80.125,89 3,stand,,,
|
||||
585.126 22.0463 80.125,3 94,stand,,,
|
||||
592.085 -29.9097 80.125,93 66 96 97,stand,,,
|
||||
432.354 115.267 72.125,96,stand,,,
|
||||
472.382 -197.752 72.125,95 94 102,stand,,,
|
||||
863.476 -39.8226 176.125,94 98,stand,,,
|
||||
861.296 183.859 264.125,97 99,stand,,,
|
||||
865.974 649.528 264.125,98 100 101,stand,,,
|
||||
598.74 668.761 264.125,99,stand,,,
|
||||
820.372 822.233 264.125,99,stand,,,
|
||||
1019.18 -212.741 72.125,96,stand,,,
|
||||
973.927 -690.253 80.125,104,stand,,,
|
||||
612.634 -792.854 72.125,103 105,stand,,,
|
||||
633.747 -1145.67 64.125,106 104 108,stand,,,
|
||||
216.33 -1112.21 62.8927,105 66,stand,,,
|
||||
1427.64 -1123.16 10.8156,108 109 262 263 266,stand,,,
|
||||
1279.23 -1126.35 80.125,105 107,stand,,,
|
||||
1504.46 -106.095 3.125,107 110 266,stand,,,
|
||||
1490.08 229.48 3.0163,109 111 113 20,stand,,,
|
||||
1481.9 892.5 8.125,110 112 126,stand,,,
|
||||
1471.43 1111.45 -16.2555,111 33 60,stand,,,
|
||||
1735 276.19 7.83952,110 114,stand,,,
|
||||
1730.33 553.587 240.125,113 115,stand,,,
|
||||
1867.38 639.537 240.125,114 116,stand,,,
|
||||
2136.3 607.637 240.125,115 117 118 121,stand,,,
|
||||
2167.76 905.498 240.125,116,stand,,,
|
||||
2051.12 772.754 240.125,116 119,stand,,,
|
||||
1839.5 797.935 240.125,118 120,stand,,,
|
||||
1848.2 925.015 240.125,119,stand,,,
|
||||
2268.21 568.086 240.125,116 122,stand,,,
|
||||
2244.16 416.634 152.125,121 123,stand,,,
|
||||
2143.98 412.878 152.125,122 124,stand,,,
|
||||
2153.14 590.456 64.125,123 125,stand,,,
|
||||
1707.91 804.494 64.125,124 126,stand,,,
|
||||
1572.35 818.889 5.62584,125 111,stand,,,
|
||||
2182.54 1165.7 -72.989,17 60,stand,,,
|
||||
1305.56 2801.76 -71.875,23 129 130,stand,,,
|
||||
1482.38 3464.76 -71.875,128 46 39 24 23,stand,,,
|
||||
2029.14 2720.95 -71.875,36 128 131,stand,,,
|
||||
2307.45 2717.13 112.125,130 132,stand,,,
|
||||
2897.24 2720.53 112.125,131 133,stand,,,
|
||||
3176.6 2721.51 -71.875,132 134 135 136 216 268,stand,,,
|
||||
3226.5 3558.73 -71.875,133 137 270,stand,,,
|
||||
4567.56 2757 -74.3555,133 211 136 268,stand,,,
|
||||
4014.54 2673.38 -71.875,133 137 135 216,stand,,,
|
||||
4001.32 3553.95 -71.875,136 138 134,stand,,,
|
||||
4347.25 3781.71 -71.875,137 139,stand,,,
|
||||
4850.48 3640.24 -71.875,138 15 140 211,stand,,,
|
||||
4845.23 4420.47 -71.875,139 141 143,stand,,,
|
||||
4867.25 5314.59 -71.875,140 142 13 149,stand,,,
|
||||
4780.57 5991.4 -71.875,141 11 12 6 158 5,stand,,,
|
||||
4560.52 4413.66 -71.875,140 144,stand,,,
|
||||
4413.95 4401.15 -41.5971,143 7 145,stand,,,
|
||||
4412.2 4542.18 0.125,144 146,stand,,,
|
||||
4409.69 4803.4 184.125,145 147,stand,,,
|
||||
4552.49 4812.52 184.125,148 146,stand,,,
|
||||
4556.86 4547.07 184.125,147,stand,,,
|
||||
4589.98 5301.36 -71.875,141 150,stand,,,
|
||||
4474.58 5310.44 -39.875,149 151,stand,,,
|
||||
4211.54 5316.4 -54.587,150 152,stand,,,
|
||||
4250.2 5400.92 -45.875,151 153,stand,,,
|
||||
4254.25 5744.07 -71.875,152 154 158 6,stand,,,
|
||||
4476.91 6384.93 -63.875,153 155 158,stand,,,
|
||||
4556.81 6550.79 -63.875,154 156,stand,,,
|
||||
3874.46 6509.24 -63.875,155 157,stand,,,
|
||||
3911.1 6116.86 -63.875,156 158,stand,,,
|
||||
4289.81 6113.67 -71.427,157 153 142 154,stand,,,
|
||||
5582.16 6064.12 -71.875,160 11 12 168 170 5,stand,,,
|
||||
5885.65 6009.64 -51.875,5 159 161,stand,,,
|
||||
5977.26 5679.52 -47.0806,160 166 167 172,stand,,,
|
||||
5902.61 5526.46 112.125,163,stand,,,
|
||||
6186.13 5535.58 112.125,162 164,stand,,,
|
||||
6180.63 5660.63 112.125,163 165,stand,,,
|
||||
6168.64 5883.4 -25.5913,164 166,stand,,,
|
||||
5882.11 5879.23 -52.8249,165 161,stand,,,
|
||||
5627.16 5678.53 -71.075,161 12 13 170 171,stand,,,
|
||||
5600.5 6423.73 120.125,159 169,stand,,,
|
||||
5077.11 6917.91 120.125,168,stand,,,
|
||||
5746.07 5913.84 -63.8478,167 159,stand,,,
|
||||
5660.89 5242.85 -71.875,167 172 173,stand,,,
|
||||
5942.85 5245.41 -69.7845,171 161,stand,,,
|
||||
5621.79 4807.92 -82.7182,171 174 14 13 176,stand,,,
|
||||
6186.4 4413.12 -71.875,173,stand,,,
|
||||
6031.93 3853.56 -63.875,176 177,stand,,,
|
||||
6044.98 4334.5 -63.875,175 173,stand,,,
|
||||
6209 3805.94 -63.875,175 178,stand,,,
|
||||
6175.87 3217.79 -63.875,177 179,stand,,,
|
||||
6099.24 3052.07 -63.875,178 180,stand,,,
|
||||
6094.1 2893.4 -71.875,179 15 181 226 250,stand,,,
|
||||
5522.02 2028.29 -71.875,180 16 234,stand,,,
|
||||
5143.2 1125.2 -71.875,183 211 234,stand,,,
|
||||
5073.47 966.073 -71.875,182 184 197,stand,,,
|
||||
5244.9 392.241 -68.9019,183 185,stand,,,
|
||||
4286.68 331.917 -71.875,184 186 194 206,stand,,,
|
||||
3989.17 404.556 -71.875,185 187 189,stand,,,
|
||||
3936.52 39.3683 -71.875,186 188,stand,,,
|
||||
3735.26 27.379 -71.875,187,stand,,,
|
||||
3997.08 809.055 -71.875,186 190 191 194,stand,,,
|
||||
3974.11 1057.28 -71.875,189 16 208 209,stand,,,
|
||||
3747.93 723.533 -63.875,189 192,stand,,,
|
||||
3364.37 505.567 -63.875,191 193,stand,,,
|
||||
2818.2 523.519 -80.799,192 17 18,stand,,,
|
||||
4325.31 812.13 -63.875,189 185 195,stand,,,
|
||||
4922.85 793.059 -63.875,194 196 197 198,stand,,,
|
||||
4846.32 1119.73 -71.875,195,stand,,,
|
||||
4963.86 957.196 -63.875,195 183,stand,,,
|
||||
4949.07 495.332 -63.875,195 199,stand,,,
|
||||
4691.06 526.447 120.125,198 200 205,stand,,,
|
||||
4747.32 933.154 120.125,199 205,stand,,,
|
||||
4223.02 778.057 120.125,202,stand,,,
|
||||
4473.44 599.349 120.125,201 203 207,stand,,,
|
||||
4587.79 719.629 120.125,202 204,stand,,,
|
||||
4618.61 717.747 162.125,203 205,stand,,,
|
||||
4710.09 738.792 120.125,204 200 199,stand,,,
|
||||
4490.75 422.874 -71.875,185 207,climb,6.47522 89.8114 0,,
|
||||
4482.66 478.427 120.125,206 202,climb,28.6401 93.717 0,,
|
||||
2778.07 1035.78 -82.0528,17 190 37 21 22,stand,,,
|
||||
3832.87 1844.49 -71.875,190 210 212,stand,,,
|
||||
4420.39 2018.32 -71.875,209 211 16 223,stand,,,
|
||||
4858.6 2591.2 -71.875,210 135 15 139 182,stand,,,
|
||||
4022.46 1943.19 -71.875,213 209 16 223,stand,,,
|
||||
4005.84 2047.2 -63.875,212 214,stand,,,
|
||||
3703.47 2074.4 -63.875,213 215,stand,,,
|
||||
3703.67 2349.24 120.125,214,stand,,,
|
||||
3562.31 2589.65 -63.875,217 136 133 268,stand,,,
|
||||
3543.37 2390.77 -63.875,216 218 219,stand,,,
|
||||
3315.32 1959.39 -63.875,217 221,stand,,,
|
||||
3170.5 2036.2 -63.875,217 220,stand,,,
|
||||
2865.1 2050.38 -69.6967,219 37 17 21 22 222,stand,,,
|
||||
3303.29 1753.64 -71.875,218 222 223,stand,,,
|
||||
3071.74 1741.25 -71.875,221 220,stand,,,
|
||||
3793.16 1727.13 -71.875,210 221 212,stand,,,
|
||||
5741.56 1634.03 -71.875,225 234,stand,,,
|
||||
6175.75 2246.13 -71.875,224 226 227 229,stand,,,
|
||||
6173.75 2537.47 -71.875,225 180,stand,,,
|
||||
6423.28 1929.94 -71.875,225 228 229,stand,,,
|
||||
7176.15 1687.73 -63.875,227 230 231 251,stand,,,
|
||||
6600.4 2177.5 -71.875,225 230 227,stand,,,
|
||||
6960.5 1899.64 -63.875,228 229,stand,,,
|
||||
6696.44 1060.11 -63.875,228 232,stand,,,
|
||||
6275.52 1409.58 -63.875,231 233,stand,,,
|
||||
5980.46 952.835 -71.875,232 234 235,stand,,,
|
||||
5534.7 1496.98 -71.875,224 181 182 233,stand,,,
|
||||
5900.82 791.405 16.125,233 236,stand,,,
|
||||
6049.03 647.455 104.125,235 237,stand,,,
|
||||
6482.41 473.514 104.125,236 238 239 240,stand,,,
|
||||
6606.28 732.652 104.125,237 240,stand,,,
|
||||
6823.64 1205.34 104.125,237 240 241,stand,,,
|
||||
7000.39 1449.35 104.125,239 238 237 244 245,stand,,,
|
||||
6499.21 1368.72 104.125,239 242 245 246,stand,,,
|
||||
5996.6 1653.01 104.125,241 243,stand,,,
|
||||
6053.65 1736.7 104.125,242 244,stand,,,
|
||||
6248.68 1881.59 104.125,243 240 245,stand,,,
|
||||
6651.87 1599.22 104.125,241 240 244 246,stand,,,
|
||||
6973.36 2227.81 104.125,245 241 247 251,stand,,,
|
||||
6786.96 2346.57 104.125,246 248,stand,,,
|
||||
6823.87 2430.14 148.125,247 249,climb,24.4379 -118.011 0,,
|
||||
6838.6 2451.93 -71.875,248 250,climb,9.02405 -119.308 0,,
|
||||
6880.73 2550.93 -71.875,249 180,stand,,,
|
||||
7281.86 1944.15 104.125,246 228,stand,,,
|
||||
-537.609 2255.05 96.125,253 261,stand,,,
|
||||
-555.138 2043.17 80.125,252 72 71 30,stand,,,
|
||||
128.465 2305.27 88.125,30 255 261,stand,,,
|
||||
246.93 2369.6 88.125,254 257,stand,,,
|
||||
534.498 2417.91 88.125,257 258,stand,,,
|
||||
423.491 2398.96 80.125,255 28 29 256,stand,,,
|
||||
685.232 2521.15 88.125,256 259,stand,,,
|
||||
1050.19 2510.6 88.125,258 52 260,stand,,,
|
||||
780.521 2158.68 88.125,259 53 52,stand,,,
|
||||
-288.935 2471.28 96.125,252 254,stand,,,
|
||||
1675.71 -1287.5 28.125,107 4,stand,,,
|
||||
1677.48 -1118.71 28.125,107 264,stand,,,
|
||||
1994.29 -1082.62 28.125,263 265,stand,,,
|
||||
1960.98 -366.784 28.125,264 266,stand,,,
|
||||
1518.97 -340.279 6.82046,265 109 107,stand,,,
|
||||
3750.57 2855.63 -3.87391,268 269,stand,,,
|
||||
3730.29 2797.24 -71.875,216 267 135 133,stand,,,
|
||||
3791.18 2930.51 -55.875,267,stand,,,
|
||||
3133.77 3745.25 -55.875,134 21 271,stand,,,
|
||||
2746.62 3707.69 -83.0358,270 22 21 17 18,stand,,,
|
||||
3108.43 4216.49 -71.875,22,stand,,,
|
||||
|
231
scriptdata/waypoints/mp_asylum_wp.csv
Normal file
@@ -0,0 +1,231 @@
|
||||
230
|
||||
-519.184 -782.6 194.125,26 84 85 204,stand,,,
|
||||
-403.569 -119.338 194.125,206,stand,,,
|
||||
-709.293 -246.198 194.125,125 13 206,stand,,,
|
||||
-1185.79 -137.394 197.125,4 13 126,stand,,,
|
||||
-1173.5 106.94 194.125,3 5 6,stand,,,
|
||||
-1296.33 118.23 202.908,4,stand,,,
|
||||
-1152.32 427.097 223.363,4 7 8,stand,,,
|
||||
-932.402 425.881 220.174,6 11 82,stand,,,
|
||||
-1140.46 674.699 221.674,6 9 211,stand,,,
|
||||
-1122.73 867.846 222.505,8 10 210,stand,,,
|
||||
-1068.89 980.29 210.608,9,stand,,,
|
||||
-932.843 73.0575 194.125,7 12 13,stand,,,
|
||||
-760.026 75.3998 199.685,11 81 180,stand,,,
|
||||
-940.216 -145.805 194.125,11 3 125 2,stand,,,
|
||||
-799.944 979.698 200.709,210,stand,,,
|
||||
-373.064 933.817 195.068,16 17 210,stand,,,
|
||||
-374.026 831.72 194.454,15,stand,,,
|
||||
-221.765 931.258 194.125,15 18 71,stand,,,
|
||||
-224.223 1078.5 194.125,17,stand,,,
|
||||
-769.557 653.743 195.49,79 82 210 211 80,stand,,,
|
||||
-403.115 -260.659 28.125,21,stand,,,
|
||||
-214.783 -260.564 24.8444,20 160 172 173 212,stand,,,
|
||||
-1384.9 -512.873 194.125,23 179 127,stand,,,
|
||||
-1378.94 -755.048 194.125,22 24,stand,,,
|
||||
-1021.25 -760.447 194.125,23 25 213,stand,,,
|
||||
-1022.17 -637.344 194.125,24 124 127 125,stand,,,
|
||||
-615.794 -781.649 194.125,0 27 213,stand,,,
|
||||
-742.264 -840.62 172.125,28 26 213,stand,,,
|
||||
-750.818 -1012.92 52.9675,27 29,stand,,,
|
||||
-753.745 -1093.15 49.4829,28 30 32 208,stand,,,
|
||||
-622.213 -1089.71 51.2114,31 29 208,stand,,,
|
||||
-616.064 -999.993 51.8001,30,stand,,,
|
||||
-889.084 -1081.61 47.9058,29 33,stand,,,
|
||||
-994.317 -1028.4 47.093,32 34,stand,,,
|
||||
-1317.53 -1060.47 30.9167,35 33 177 178,stand,,,
|
||||
-1317.37 -1271.65 36.125,34 36,stand,,,
|
||||
-1317.35 -1418.29 -51.0002,35 91,stand,,,
|
||||
1244.46 -613.626 32.125,193,stand,,,
|
||||
1378.12 -158.047 32.125,39 41 215,stand,,,
|
||||
1590.94 -148.24 32.125,38 40 184,stand,,,
|
||||
1598.49 171.112 32.125,39 41 183,stand,,,
|
||||
1381.14 192.799 32.125,40 38 42,stand,,,
|
||||
1154.61 216.045 42.9946,41 215 218,stand,,,
|
||||
1343.71 426.41 32.125,196,stand,,,
|
||||
736.899 310.116 28.1082,161 189,stand,,,
|
||||
659.869 35.2831 52.816,162 191 190,stand,,,
|
||||
1131.62 1882.74 152.594,47 64 145,stand,,,
|
||||
1023.79 1884.29 194.125,46 48,stand,,,
|
||||
972.851 1885.84 194.125,47 49 55,stand,,,
|
||||
719.98 1892.69 194.125,48 50 51 52,stand,,,
|
||||
800.807 1763.37 194.125,49,stand,,,
|
||||
712.79 1594.7 194.693,49 55 131,stand,,,
|
||||
276.81 1869.8 194.125,53 54 49 132,stand,,,
|
||||
65.486 1874.58 194.125,52 130 134 136 132,stand,,,
|
||||
248.854 1988.48 194.125,52,stand,,,
|
||||
966.639 1590.49 194.125,51 48 56,stand,,,
|
||||
964.166 1473.16 194.125,55 57,stand,,,
|
||||
771.065 1473.36 194.125,56 58,stand,,,
|
||||
655.989 1477.12 142.125,57 59,stand,,,
|
||||
655.018 1378.94 142.125,58 60,stand,,,
|
||||
790.583 1379 93.1365,59 61 63,stand,,,
|
||||
791.922 1281.67 94.3739,60 63,stand,,,
|
||||
512.29 1009.07 128.335,223,stand,,,
|
||||
1142.47 1358.36 92.2455,60 61 64,stand,,,
|
||||
1147.45 1518.5 105.89,63 46 144,stand,,,
|
||||
324.619 900.559 194.125,66 67 68,stand,,,
|
||||
253.756 909.605 200.215,65 67 71,stand,,,
|
||||
263.867 1053.31 194.125,66 65 133,stand,,,
|
||||
312.25 734.911 199.988,65 69 70,stand,,,
|
||||
309.132 585.625 209.196,68 72 73,stand,,,
|
||||
13.4105 730.846 194.747,68 71 76,stand,,,
|
||||
23.3261 931.145 194.125,70 66 17 128,stand,,,
|
||||
598.134 580.602 194.125,69 149 154,stand,,,
|
||||
209.366 504.743 194.125,69 74,stand,,,
|
||||
-151.791 512.691 194.125,73 75 77,stand,,,
|
||||
-154.027 604.348 194.125,74 76 78 227,stand,,,
|
||||
-153.64 736.04 194.125,75 70 78,stand,,,
|
||||
-261.685 566.838 194.125,74,stand,,,
|
||||
-263.662 641.977 194.125,75 76 79,stand,,,
|
||||
-550.572 647.558 194.536,78 19 80 210 82,stand,,,
|
||||
-605.08 420.107 192.373,79 82 83 19,stand,,,
|
||||
-719.859 199.124 216.053,12 82,stand,,,
|
||||
-713.551 428.702 201.405,7 81 80 19 79,stand,,,
|
||||
-467.831 300.005 132.475,80 160 171,stand,,,
|
||||
-544.147 -910.904 194.125,0,stand,,,
|
||||
-393.966 -829.978 192.387,0 86,stand,,,
|
||||
57.5433 -785.129 192.125,85 87,stand,,,
|
||||
308.882 -791.643 30.5736,86 117,stand,,,
|
||||
-1319.29 -1600.29 -52.7745,91 95 176,stand,,,
|
||||
-1019.5 -1232.67 -12.3842,90,stand,,,
|
||||
-1025.1 -1338.48 -11.875,89 97,stand,,,
|
||||
-1322.46 -1491.3 -52.7803,88 36 92 93 96,stand,,,
|
||||
-1407.48 -1522.59 -52.0357,91,stand,,,
|
||||
-1174.83 -1490.17 -50.4298,91 94 97,stand,,,
|
||||
-1168.69 -1390.91 -39.3854,93,stand,,,
|
||||
-1326.45 -1766.4 -48.8772,88 96,stand,,,
|
||||
-1026.66 -1748.88 -48.3942,98 99 95 91,stand,,,
|
||||
-1033.57 -1394.08 -32.0954,93 98 90 101,stand,,,
|
||||
-1035 -1533.51 -45.914,96 97 101,stand,,,
|
||||
-788.935 -1750.18 -46.3973,96 102 175,stand,,,
|
||||
-661.302 -1464.99 -49.9406,101 102 103 209,stand,,,
|
||||
-866.177 -1432.83 -49.8764,100 98 97,stand,,,
|
||||
-698.548 -1579.84 -49.6373,100 99 104,stand,,,
|
||||
-344.954 -1482.49 -50.3119,100 104 105,stand,,,
|
||||
-371.717 -1639.22 -50.2002,103 102 107,stand,,,
|
||||
-0.552557 -1448.06 -42.717,106 103 112 114,stand,,,
|
||||
10.5059 -1614.28 -46.6103,105 107 109 111,stand,,,
|
||||
-331.905 -1688.21 -50.4618,106 104 108,stand,,,
|
||||
-225.726 -1777.8 -33.9649,107,stand,,,
|
||||
224.394 -1528.77 -23.4656,106 110 112 167,stand,,,
|
||||
329.227 -1346.38 -8.56788,109 112 113 166,stand,,,
|
||||
131.262 -1792.13 -2.04921,106,stand,,,
|
||||
148.042 -1374.65 -21.6984,105 109 110 114,stand,,,
|
||||
440.22 -1169.61 14.3765,110 116 118 123,stand,,,
|
||||
132.486 -1147.91 -11.303,105 112 116,stand,,,
|
||||
134.092 -911.321 49.4483,116,stand,,,
|
||||
334.429 -1001.08 26.5169,117 114 115 113,stand,,,
|
||||
348.914 -791.595 29.8122,116 87 118,stand,,,
|
||||
536.599 -802.3 32.5316,113 117 119 122,stand,,,
|
||||
545.162 -635.908 31.4892,118 120,stand,,,
|
||||
489.183 -362.348 24.467,163 165 119,stand,,,
|
||||
909.738 -752.3 58.4706,122 192 214,stand,,,
|
||||
813.736 -865.135 43.802,121 118 123,stand,,,
|
||||
802.204 -1114.36 10.4652,113 122 174,stand,,,
|
||||
-897.858 -555.903 194.125,125 127 25 203,stand,,,
|
||||
-895.563 -244.962 194.125,124 2 13 126 25,stand,,,
|
||||
-1144.77 -249.851 194.125,125 3 127,stand,,,
|
||||
-1154.49 -515.646 194.125,126 124 25 22,stand,,,
|
||||
52.1313 1396.64 201.671,71 129 130,stand,,,
|
||||
-210.884 1394.39 194.125,128,stand,,,
|
||||
62.593 1607.01 194.125,128 132 53 135 137,stand,,,
|
||||
360.458 1612.14 197.387,51 132 133,stand,,,
|
||||
261.918 1621.24 204.778,131 133 130 52 53,stand,,,
|
||||
331.403 1310.97 194.125,131 132 67,stand,,,
|
||||
158.088 1934.94 194.125,53,stand,,,
|
||||
-215.813 1635.05 194.125,130,stand,,,
|
||||
-42.8488 1901.33 195.139,53,stand,,,
|
||||
-172.306 1860.85 204.49,130,stand,,,
|
||||
1828.76 1149.89 94.125,139 140 168,stand,,,
|
||||
1901.51 1146.18 94.125,138,stand,,,
|
||||
1832.15 1222.03 100.45,138 141,stand,,,
|
||||
1650.88 1244.49 98.0282,140 142 220,stand,,,
|
||||
1511.43 1518.54 115.538,141 143 146,stand,,,
|
||||
1370.82 1394.77 83.9473,142 144 147 221,stand,,,
|
||||
1268.39 1529.88 105.199,143 64 145,stand,,,
|
||||
1288.85 1853.29 157.738,144 46 146,stand,,,
|
||||
1699.69 1812.99 149.621,142 145 169 170,stand,,,
|
||||
1379.37 1080.83 32.5986,143 148 219 221 224,stand,,,
|
||||
1444.47 880.072 32.0871,147 195 219 224,stand,,,
|
||||
619.437 821.069 194.125,72 150 151,stand,,,
|
||||
489.701 878.597 194.125,149,stand,,,
|
||||
978.87 821.901 207.616,149 152 226,stand,,,
|
||||
1173.17 797.997 194.125,151 153 226,stand,,,
|
||||
1158.49 569.252 194.125,152 154 159,stand,,,
|
||||
941.425 569.354 194.125,153 155 72,stand,,,
|
||||
921.402 333.835 194.125,154 156,stand,,,
|
||||
728.038 328.994 194.125,155 157,stand,,,
|
||||
727.865 409.208 194.125,158 156,stand,,,
|
||||
-13.2736 406.787 194.125,157,stand,,,
|
||||
1167.5 396.183 194.125,153,stand,,,
|
||||
-68.064 25.2903 24.5273,21 83 171 212,stand,,,
|
||||
431.82 251.77 26.5775,44 162 171,stand,,,
|
||||
434.991 35.527 22.4732,161 45 163 212,stand,,,
|
||||
482.333 -214.723 25.8536,162 120 164 212,stand,,,
|
||||
738.98 -184.114 34.3709,163,stand,,,
|
||||
726.312 -385.439 35.8037,120,stand,,,
|
||||
468.038 -1493.43 2.31478,110,stand,,,
|
||||
310.887 -1704.59 -3.70223,109,stand,,,
|
||||
1872.32 1009.53 94.125,138 220,stand,,,
|
||||
1784.66 1916.66 152.717,146,stand,,,
|
||||
1843.63 1841.59 154.954,146,stand,,,
|
||||
-41.3339 136.878 24.125,161 160 83,stand,,,
|
||||
-92.5587 -401.828 32.9069,21,stand,,,
|
||||
-222.139 -390.493 30.0597,21,stand,,,
|
||||
933.788 -1300.18 25.1365,123,stand,,,
|
||||
-706.126 -1714.51 -45.875,99,stand,,,
|
||||
-1403.18 -1630.29 -54.8701,88,stand,,,
|
||||
-1491.45 -1103.28 18.2776,34,stand,,,
|
||||
-1491.67 -927.044 35.8379,34,stand,,,
|
||||
-1359.47 -394.965 194.125,22,stand,,,
|
||||
-749.085 -10.2128 194.125,12,stand,,,
|
||||
209.97 -632.793 194.125,202,stand,,,
|
||||
608.539 -543.345 194.125,201,stand,,,
|
||||
1678.39 166.555 32.125,40,stand,,,
|
||||
1688.03 -128.485 32.125,39,stand,,,
|
||||
437.618 603.665 32.125,186 229,stand,,,
|
||||
742.406 594.471 32.125,185 187 188,stand,,,
|
||||
931.418 653.236 34.3522,186 188 197 216,stand,,,
|
||||
929.748 473.885 35.7625,186 187 189 216,stand,,,
|
||||
906.074 315.078 32.125,188 190 44,stand,,,
|
||||
964.667 151.667 46.3863,189 191 45,stand,,,
|
||||
893.789 -40.6716 46.8617,190 45 214,stand,,,
|
||||
976.374 -540.201 32.125,121 193 214,stand,,,
|
||||
1103.38 -526.972 32.125,37 192 215,stand,,,
|
||||
1272.64 584.167 32.125,195 196 218 217 216,stand,,,
|
||||
1396.61 675.093 32.125,194 196 148 224,stand,,,
|
||||
1421.1 526.859 32.125,43 195 194,stand,,,
|
||||
946.049 851.05 32.125,198 187 217,stand,,,
|
||||
935.199 996.093 32.125,197 221 222,stand,,,
|
||||
-265.958 -577.338 194.125,200 204 205,stand,,,
|
||||
-57.6215 -594.291 206.974,202 199,stand,,,
|
||||
454.517 -539.804 194.125,182 202,stand,,,
|
||||
178.336 -556.494 194.125,201 200 181,stand,,,
|
||||
-656.895 -574.092 195.125,124 204,stand,,,
|
||||
-522.959 -653.413 194.125,203 199 205 0,stand,,,
|
||||
-365.681 -466.029 194.125,199 206 204,stand,,,
|
||||
-507.83 -274.742 194.125,1 205 2,stand,,,
|
||||
-690.097 -1237.13 19.4094,208 209,climb,21.1157 85.8453 0,,
|
||||
-691.24 -1207.35 66.125,207 29 30,climb,-4.9823 85.1861 0,,
|
||||
-719.406 -1334.44 -14.8506,207 100,stand,,,
|
||||
-764.769 840.962 215.867,79 19 211 14 9 15,stand,,,
|
||||
-921.191 667.054 213.35,19 8 210,stand,,,
|
||||
158.517 -228.815 22.5875,160 21 162 163,stand,,,
|
||||
-849.772 -767.68 194.125,27 26 24,stand,,,
|
||||
917.811 -304.909 32.125,191 192 121,stand,,,
|
||||
1165.14 -157.786 32.125,193 38 42,stand,,,
|
||||
1083.68 573.669 48.0797,188 187 217 218 194,stand,,,
|
||||
1172.08 720.929 32.125,197 216 194 218,stand,,,
|
||||
1153.28 436.77 44.2687,216 194 217 42,stand,,,
|
||||
1578.88 972.241 32.125,220 148 147,climb,1.26343 -1.9328 0,,
|
||||
1604.59 972.14 100.125,219 141 168,climb,0.741577 -2.14703 0,,
|
||||
1230.89 1053.43 32.125,147 143 198,stand,,,
|
||||
833.317 1035.39 32.125,223 198,climb,3.79578 176.721 0,,
|
||||
809.568 1035.38 100.125,222 62,climb,3.72986 -178.769 0,,
|
||||
1319.13 914.901 57.1393,225 147 195 148,climb,4.37256 178.671 0,,
|
||||
1295.29 914.359 232.125,226 224,climb,5.39978 -179.714 0,,
|
||||
1203.89 899.589 204.988,225 152 151,stand,,,
|
||||
-25.1636 603.043 192.125,75 228,stand,,,
|
||||
106.576 597.105 97.7133,227 229,stand,,,
|
||||
242.226 598.01 32.125,228 185,stand,,,
|
||||
|
317
scriptdata/waypoints/mp_athena_wp.csv
Normal file
@@ -0,0 +1,317 @@
|
||||
316
|
||||
1614 970 218,1 7 31 6 5,stand,,,
|
||||
1761 1062 221,0 2 6 7,stand,,,
|
||||
1762 1340 220,1 3,stand,,,
|
||||
1604 1343 216,2 4 6,stand,,,
|
||||
1386 1361 216,3 5,stand,,,
|
||||
1375 1021 216,4 6 0 37 36 40,stand,,,
|
||||
1547 1063 216,5 3 1 0,stand,,,
|
||||
1707 917 221,0 8 22 1,stand,,,
|
||||
1683 718 231,7 9,stand,,,
|
||||
1806 723 231,8 10 11,stand,,,
|
||||
1816 825 231,9,stand,,,
|
||||
1911 690 247,9 12 20,stand,,,
|
||||
1917 843 319,11 13,stand,,,
|
||||
1992 842 319,12 14,stand,,,
|
||||
1989 701 359,13 15,stand,,,
|
||||
1662 713 359,14 16,stand,,,
|
||||
1675 796 360,15 17,climb,,,
|
||||
1671 796 473,16 18,climb,,,
|
||||
1720 840 495,17 19,crouch,,,
|
||||
1859 761 495,18,crouch,,,
|
||||
2000 695 231,11 21,stand,,,
|
||||
1937 801 231,20,crouch,,,
|
||||
1873 967 223,7 23 27,stand,,,
|
||||
2088 946 223,22 24 29,stand,,,
|
||||
2404 974 221,23 25 43 46 47 66,stand,,,
|
||||
2390 1204 230,24 26,stand,,,
|
||||
2133 1196 230,25 27,stand,,,
|
||||
1874 1203 230,26 28 22,stand,,,
|
||||
1871 1327 230,27,stand,,,
|
||||
2074 627 220,23 30,stand,,,
|
||||
1588 625 217,29 31 32 33,stand,,,
|
||||
1581 885 217,30 0 37,stand,,,
|
||||
1399 764 216,30 33 36,stand,,,
|
||||
1362 626 225,32 34 30,climb,,,
|
||||
1362 626 396,33 35,climb,,,
|
||||
1315 572 420,34,crouch,,,
|
||||
1211 813 211,32 37 5 38 40 114,stand,,,
|
||||
1417 940 216,36 31 5,stand,,,
|
||||
1227 517 262,36 39 114,stand,,,
|
||||
1448 488 223,38 60 100 101,stand,,,
|
||||
1187 1056 209,5 41 42 36 159,stand,,,
|
||||
1221 1298 213,40 42,stand,,,
|
||||
985 1171 197,41 40 160 159,stand,,,
|
||||
2570 1112 222,24 44 45 46 48,stand,,,
|
||||
2408 1317 224,43 45,stand,,,
|
||||
2666 1325 240,44 43,stand,,,
|
||||
2671 863 209,43 47 64 24 66,stand,,,
|
||||
2525 702 210,46 48 24,stand,,,
|
||||
2413 743 218,47 49 43,stand,,,
|
||||
2390 743 279,48 50,stand,,,
|
||||
2361 743 235,49 51 67,stand,,,
|
||||
2343 743 280,50 52,stand,,,
|
||||
2297 737 334,51 53 54,stand,,,
|
||||
2176 768 334,52 54,stand,,,
|
||||
2224 652 334,53 52 55,stand,,,
|
||||
2233 554 327,54 56,stand,,,
|
||||
2233 394 249,55 57,stand,,,
|
||||
2238 294 237,56 58 61 102 103,stand,,,
|
||||
2123 314 238,57 59 103,stand,,,
|
||||
2043 481 218,58 60 101,stand,,,
|
||||
1754 469 230,59 39 101,stand,,,
|
||||
2434 422 224,57 62 102,stand,,,
|
||||
2799 471 228,61 63 68 102,stand,,,
|
||||
2808 643 226,62 64,stand,,,
|
||||
2836 871 223,63 46 65,stand,,,
|
||||
2822 1027 233,64,stand,,,
|
||||
2371 880 221,24 67 46,stand,,,
|
||||
2371 857 278,66 50,stand,,,
|
||||
2822 134 261,62 69 102,stand,,,
|
||||
2799 -246 239,68 70 96,stand,,,
|
||||
2789 -420 186,69 71 95,climb,,,
|
||||
2780 -579 239,70 72,climb,,,
|
||||
2707 -800 240,71 73,crouch,,,
|
||||
2701 -1051 225,72 74 75,crouch,,,
|
||||
2458 -1021 200,73,crouch,,,
|
||||
2746 -1164 192,73 76,stand,,,
|
||||
2748 -1186 146,75 77,climb,,,
|
||||
2746 -1247 112,76 78,climb,,,
|
||||
2745 -1288 73,77 79,stand,,,
|
||||
2728 -1493 67,78 80 87 85,stand,,,
|
||||
2714 -1787 48,79 81 88 87,stand,,,
|
||||
2740 -2015 49,80 82 88,stand,,,
|
||||
2464 -1911 -24,81 83 88,stand,,,
|
||||
2127 -1827 -30,82 84 189,stand,,,
|
||||
2123 -1582 -31,83 85 189 256 257 255,stand,,,
|
||||
2359 -1529 -31,84 86 87 89 79 257 304,stand,,,
|
||||
2339 -1717 -18,85,crouch,,,
|
||||
2554 -1582 -2,85 88 79 89 80,stand,,,
|
||||
2502 -1739 -15,87 82 80 81,stand,,,
|
||||
2409 -1352 -31,85 90 257 87,stand,,,
|
||||
2589 -1370 16,89 91,stand,,,
|
||||
2576 -1213 80,90 92,stand,,,
|
||||
2457 -1193 80,91 93,stand,,,
|
||||
2480 -1016 80,92 94,stand,,,
|
||||
2528 -902 64,93 95 139 138,stand,,,
|
||||
2487 -489 115,94 70 138 104 139,stand,,,
|
||||
2521 -142 256,97 97 69 104,stand,,,
|
||||
2403 -8 257,96 98 102 96,stand,,,
|
||||
2183 -43 257,97 99 101 102 103,stand,,,
|
||||
1804 10 257,98 100 101 103,stand,,,
|
||||
1311 230 259,99 39 101 111,stand,,,
|
||||
1747 255 281,60 39 99 100 98 59,stand,,,
|
||||
2516 193 238,98 61 62 97 68 57,stand,,,
|
||||
2115 160 260,57 98 58 99,stand,,,
|
||||
2434 -301 206,96 105 138 95,stand,,,
|
||||
2217 -170 222,104 106 138 136,stand,,,
|
||||
1841 -143 184,105 107 136 137,stand,,,
|
||||
1553 -179 147,106 108 136 135,stand,,,
|
||||
1333 -253 197,107 109 120 147,stand,,,
|
||||
1106 -139 243,108 110 115 131 120 121,stand,,,
|
||||
1218 4 274,109 111,stand,,,
|
||||
1239 126 251,110 112 100,stand,,,
|
||||
1027 345 232,111 113 115 116,stand,,,
|
||||
903 515 198,112 114 118 117 158,stand,,,
|
||||
1158 652 225,113 36 38,stand,,,
|
||||
951 81 238,112 109 116 129 131,stand,,,
|
||||
808 217 222,115 117 112,stand,,,
|
||||
806 360 211,116 118 113,stand,,,
|
||||
587 550 167,117 119 113 158 207,stand,,,
|
||||
303 543 113,118 133 157 206 207,stand,,,
|
||||
1171 -402 140,108 121 109 134 147,stand,,,
|
||||
896 -396 209,120 122 131 109 264,stand,,,
|
||||
787 -409 212,121 123 131 129 231,stand,,,
|
||||
697 -454 199,122 124 131 130 129 227,stand,,,
|
||||
490 -446 199,123 125 129 130,stand,,,
|
||||
186 -473 147,124 126 156 223,stand,,,
|
||||
27 -264 152,125 127 156 151 150,stand,,,
|
||||
178 -106 200,126 128,stand,,,
|
||||
375 40 229,127 129 130 133 132 148,stand,,,
|
||||
656 -93 238,128 115 124 130 131 122 132 123,stand,,,
|
||||
441 -213 258,124 128 129 123,stand,,,
|
||||
785 -217 251,123 122 121 129 115 109,stand,,,
|
||||
531 171 209,129 133 128,stand,,,
|
||||
416 339 207,132 119 128 148,stand,,,
|
||||
1396 -408 127,120 147 259,stand,,,
|
||||
1493 -368 80,136 107 147 266,stand,,,
|
||||
1787 -307 172,135 137 106 107 272 105,stand,,,
|
||||
2171 -349 164,136 138 140 106,stand,,,
|
||||
2402 -475 104,137 139 104 95 140 94 105,stand,,,
|
||||
2410 -840 80,138 95 94 278 281,stand,,,
|
||||
2182 -522 89,137 141 138,stand,,,
|
||||
2227 -604 100,140 142,climb,,,
|
||||
2227 -604 184,141 143,climb,,,
|
||||
2226 -637 213,142 144,crouch,,,
|
||||
2175 -753 213,143 145,crouch,,,
|
||||
2064 -697 253,144 146,crouch,,,
|
||||
1905 -512 284,145,crouch,,,
|
||||
1399 -359 113,135 134 108 120 266,stand,,,
|
||||
178 244 176,128 149 133,stand,,,
|
||||
-84 229 74,148 150 157 310,stand,,,
|
||||
-133 -67 71,149 151 126 309,stand,,,
|
||||
-282 -329 0,150 152 126 308,stand,,,
|
||||
-302 -506 -21,151 153 307,stand,,,
|
||||
-169 -787 -2,152 154 156 208 209,stand,,,
|
||||
-93 -1167 -37,153 155 197 208 213,crouch,,,
|
||||
-83 -1443 -31,154 191 192 196 197,crouch,,,
|
||||
-13 -538 93,153 125 126,stand,,,
|
||||
54 439 67,149 119 203 206,stand,,,
|
||||
829 755 146,118 159 113 207,stand,,,
|
||||
878 1005 179,158 40 42 207,stand,,,
|
||||
506 1183 192,42 161 207,stand,,,
|
||||
-22 1308 274,160 162 205,stand,,,
|
||||
-467 1300 370,161 163,crouch,,,
|
||||
-717 1340 436,162 164,crouch,,,
|
||||
-838 1231 382,163 165,crouch,,,
|
||||
-1015 997 376,164 166 200,crouch,,,
|
||||
-1033 715 365,165 167 315,crouch,,,
|
||||
-1041 272 353,166 168 314 315,crouch,,,
|
||||
-1008 32 354,167 169 199 314,crouch,,,
|
||||
-1041 -271 283,168 170 199,crouch,,,
|
||||
-1094 -497 247,169 171,crouch,,,
|
||||
-848 -723 196,170 172 198 313,crouch,,,
|
||||
-803 -991 133,171 173 313,crouch,,,
|
||||
-763 -1250 44,172 174 312,crouch,,,
|
||||
-684 -1491 -31,173 175 197 311 312,crouch,,,
|
||||
-637 -1771 -31,174 176 311,stand,,,
|
||||
-379 -1845 -33,175 177 196,stand,,,
|
||||
-166 -1910 -29,176 178 196,stand,,,
|
||||
130 -1826 -33,177 179 191 196,stand,,,
|
||||
251 -1764 -29,178 180,stand,,,
|
||||
282 -1764 4,179 181,stand,,,
|
||||
414 -1751 -31,180 182 192 193,stand,,,
|
||||
679 -1705 -29,181 183 193 192 194 192,stand,,,
|
||||
987 -1700 -33,182 184 185 186 195 194,stand,,,
|
||||
1273 -1735 -34,183 185 187 195,stand,,,
|
||||
1150 -1893 56,184 183 186,stand,,,
|
||||
983 -1956 81,183 185,stand,,,
|
||||
1530 -1696 -22,184 188 305 304,stand,,,
|
||||
1781 -1633 -21,187 189 190 304,stand,,,
|
||||
1946 -1757 -25,188 83 84,stand,,,
|
||||
1936 -1588 7,188,stand,,,
|
||||
117 -1633 -31,178 192 155 196,stand,,,
|
||||
326 -1472 -38,191 193 181 182 182 155,stand,,,
|
||||
630 -1475 -30,192 194 194 182 181 219,stand,,,
|
||||
864 -1501 -23,193 195 193 182 183,stand,,,
|
||||
1034 -1598 -34,194 184 183,stand,,,
|
||||
-266 -1597 -31,155 176 177 191 178 197,stand,,,
|
||||
-312 -1340 -38,196 174 154 208 155,stand,,,
|
||||
-857 -473 251,171 199,crouch,,,
|
||||
-899 -195 314,198 169 168,crouch,,,
|
||||
-781 897 271,165 201,stand,,,
|
||||
-606 941 207,200 202,stand,,,
|
||||
-443 681 109,201 203 204,stand,,,
|
||||
-239 518 45,157 202 310,stand,,,
|
||||
-89 822 100,202 205 206,stand,,,
|
||||
-63 1084 261,204 161,stand,,,
|
||||
79 780 77,204 119 207 157,stand,,,
|
||||
431 893 115,159 206 160 119 158 118,stand,,,
|
||||
-337 -1029 -55,154 153 197 306,stand,,,
|
||||
48 -907 15,153 210,stand,,,
|
||||
232 -1005 -5,209 211,stand,,,
|
||||
349 -1285 -35,210 212 219 229,stand,,,
|
||||
137 -1268 -30,211 213,crouch,,,
|
||||
104 -1141 -30,212 154 214,crouch,,,
|
||||
52 -1375 17,213 215,crouch,,,
|
||||
233 -1367 105,214 216,crouch,,,
|
||||
197 -1264 105,215 217,crouch,,,
|
||||
37 -1223 105,216 218,crouch,,,
|
||||
37 -1103 105,217,crouch,,,
|
||||
612 -1268 -28,211 220 193 229 250,stand,,,
|
||||
586 -1082 -27,219 221 229,stand,,,
|
||||
578 -888 80,220 222 224,stand,,,
|
||||
252 -891 80,221 223,stand,,,
|
||||
135 -766 80,222 125,stand,,,
|
||||
586 -704 152,221 225,stand,,,
|
||||
441 -708 192,224 226,stand,,,
|
||||
453 -588 192,225 227,stand,,,
|
||||
698 -589 194,226 123 228,stand,,,
|
||||
693 -744 192,227,stand,,,
|
||||
683 -1063 -6,219 230 211 220,stand,,,
|
||||
692 -840 79,229 231,stand,,,
|
||||
780 -857 95,230 122 232,stand,,,
|
||||
891 -829 135,231 233 239,stand,,,
|
||||
1073 -890 135,232 234,stand,,,
|
||||
1068 -972 111,233 235 237 245,stand,,,
|
||||
979 -981 111,234 236,stand,,,
|
||||
980 -1090 111,235,stand,,,
|
||||
1100 -1106 123,234 238,crouch,,,
|
||||
1241 -1113 131,237,crouch,,,
|
||||
961 -799 183,232 240,stand,,,
|
||||
1079 -790 221,239 241,stand,,,
|
||||
1109 -794 255,240 242,crouch,,,
|
||||
1282 -853 255,241 243,crouch,,,
|
||||
1278 -689 294,242 244,crouch,,,
|
||||
1000 -606 339,243,crouch,,,
|
||||
1258 -977 55,234 246,crouch,,,
|
||||
1391 -974 55,245 247 258,stand,,,
|
||||
1392 -1165 -27,246 248 254,stand,,,
|
||||
1424 -1324 -33,247 249 254 305,stand,,,
|
||||
1090 -1328 -47,248 250 251,stand,,,
|
||||
848 -1315 -18,249 219,stand,,,
|
||||
1098 -1188 -16,249 252 253,stand,,,
|
||||
1182 -1113 -16,251 253,stand,,,
|
||||
1293 -1162 -16,252 251,stand,,,
|
||||
1474 -1236 -26,248 255 304 247,stand,,,
|
||||
1769 -1243 -22,254 256 269 304 84,stand,,,
|
||||
2087 -1292 -30,255 257 292 304 84,stand,,,
|
||||
2294 -1290 -31,256 89 85 281 84,stand,,,
|
||||
1415 -753 80,246 259 267 266 270,stand,,,
|
||||
1395 -576 127,258 134 260,stand,,,
|
||||
1254 -570 135,259 261,stand,,,
|
||||
1270 -704 135,260 262,stand,,,
|
||||
1127 -702 208,261 263,stand,,,
|
||||
891 -638 208,262 264,stand,,,
|
||||
897 -530 207,263 121 265,stand,,,
|
||||
1080 -530 207,264,stand,,,
|
||||
1464 -690 80,135 267 258 147,stand,,,
|
||||
1617 -724 80,266 258 268 269,stand,,,
|
||||
1616 -514 130,267,stand,,,
|
||||
1769 -844 80,267 270 271 277 255,stand,,,
|
||||
1492 -810 80,269 258 293,stand,,,
|
||||
1783 -686 128,269 272 273,stand,,,
|
||||
1765 -508 160,271 136 276 301,stand,,,
|
||||
2074 -681 128,271 274,stand,,,
|
||||
2043 -510 160,273 275,stand,,,
|
||||
1916 -519 160,274 276,stand,,,
|
||||
1832 -518 192,272 275,crouch,,,
|
||||
1980 -844 80,269 278,stand,,,
|
||||
2157 -848 80,277 279 139 281,stand,,,
|
||||
2163 -712 85,278 280,stand,,,
|
||||
2296 -674 85,279,stand,,,
|
||||
2247 -966 66,139 257 282 278,stand,,,
|
||||
2059 -969 73,281 283,crouch,,,
|
||||
1930 -1016 71,282 284 291,crouch,,,
|
||||
1871 -996 71,283 285,crouch,,,
|
||||
1914 -964 76,284 286,climb,,,
|
||||
1914 -964 172,285 287,climb,,,
|
||||
2020 -966 199,286 288,crouch,,,
|
||||
2024 -1023 199,287 289,crouch,,,
|
||||
2024 -1047 151,288 290,crouch,,,
|
||||
2054 -1141 151,289,crouch,,,
|
||||
1948 -1115 23,283 292,crouch,,,
|
||||
2087 -1116 23,291 256,stand,,,
|
||||
1476 -1078 68,270 294,stand,,,
|
||||
1577 -1112 68,293 295 296,stand,,,
|
||||
1582 -957 68,294,stand,,,
|
||||
1619 -1157 68,294 297,stand,,,
|
||||
1707 -1157 100,296 298,stand,,,
|
||||
1727 -1154 138,297 299,stand,,,
|
||||
1733 -1124 188,298 300,crouch,,,
|
||||
1611 -949 196,299,crouch,,,
|
||||
1722 -521 192,272 302,stand,,,
|
||||
1698 -521 243,301 303,crouch,,,
|
||||
1598 -521 243,302,crouch,,,
|
||||
1801 -1437 -29,255 188 187 256 254 85,stand,,,
|
||||
1402 -1521 -47,187 248,stand,,,
|
||||
-416 -767 -63,208 307,stand,,,
|
||||
-447 -568 -52,306 308 152,stand,,,
|
||||
-563 -217 -34,307 309 151,stand,,,
|
||||
-478 144 22,308 310 150,stand,,,
|
||||
-293 367 38,309 203 149,stand,,,
|
||||
-887 -1767 -31,175 174 312,stand,,,
|
||||
-959 -1377 -9,311 173 174 313,stand,,,
|
||||
-953 -969 147,312 171 172,stand,,,
|
||||
-863 150 304,167 315 168,crouch,,,
|
||||
-843 482 308,166 314 167,crouch,,,
|
||||
|
215
scriptdata/waypoints/mp_atp_wp.csv
Normal file
@@ -0,0 +1,215 @@
|
||||
214
|
||||
1458 1808 -7,95 102,stand,,,
|
||||
1418 280 0,133,stand,,,
|
||||
1112 -1466 0,12 13,stand,,,
|
||||
-102 -1856 0,187,stand,,,
|
||||
-1208 -1722 0,198 199,stand,,,
|
||||
-1434 -144 24,59 60,stand,,,
|
||||
-1400 1506 5,14,stand,,,
|
||||
362 1784 4,83,stand,,,
|
||||
-862 576 4,10 9,stand,,,
|
||||
-923 674 4,8 10 67,stand,,,
|
||||
-1157 550 2,8 9 58 165,stand,,,
|
||||
1123 -1186 0,12 173,stand,,,
|
||||
1119 -1334 0,11 2 13,stand,,,
|
||||
1310 -1293 0,2 12 29,stand,,,
|
||||
-1381 1408 1,6 15,stand,,,
|
||||
-1210 1276 6,14 56 76,stand,,,
|
||||
-1028 -695 1,17 204 22,stand,,,
|
||||
-785 -696 2,18 16 20,stand,,,
|
||||
-653 -706 2,19 17,stand,,,
|
||||
-657 -907 0,18 42 200 203,stand,,,
|
||||
-783 -478 4,17 21 55,stand,,,
|
||||
-882 -477 4,22 20 23,stand,,,
|
||||
-1033 -477 0,21 16 206,stand,,,
|
||||
-860 -102 4,21 24,stand,,,
|
||||
-655 -120 136,23 25,stand,,,
|
||||
-620 -306 136,24 26,stand,,,
|
||||
-678 -609 136,25 27,stand,,,
|
||||
-895 -810 144,26 28,stand,,,
|
||||
-903 -851 0,27 203,stand,,,
|
||||
1382 -1178 3,30 13,stand,,,
|
||||
1371 -913 2,29 31,stand,,,
|
||||
1338 -746 0,30 147,stand,,,
|
||||
1139 -511 0,33 147,stand,,,
|
||||
970 -495 1,32 34,stand,,,
|
||||
799 -480 2,33 35 126 183,stand,,,
|
||||
632 -464 0,34 36 150,stand,,,
|
||||
488 -595 0,35 37 186,stand,,,
|
||||
364 -699 0,36 38,stand,,,
|
||||
233 -838 0,37 43 185,stand,,,
|
||||
-131 -896 0,40 43,stand,,,
|
||||
-300 -910 0,39 41,stand,,,
|
||||
-472 -917 0,40 42,stand,,,
|
||||
-528 -920 0,41 19,stand,,,
|
||||
96 -881 0,38 39 44,stand,,,
|
||||
91 -756 5,45 43,stand,,,
|
||||
91 -689 4,44 46,stand,,,
|
||||
91 -584 5,45 47,stand,,,
|
||||
91 -482 4,46 48 148,stand,,,
|
||||
32 -472 4,47 49,stand,,,
|
||||
-72 -475 4,48 50,stand,,,
|
||||
-176 -478 0,49 51,stand,,,
|
||||
-280 -480 2,50 52,stand,,,
|
||||
-385 -478 0,51 53,stand,,,
|
||||
-490 -476 1,52 54,stand,,,
|
||||
-593 -480 4,53 55,stand,,,
|
||||
-669 -485 4,54 20,stand,,,
|
||||
-1216 1187 4,15 61,stand,,,
|
||||
-1190 791 0,58 61,stand,,,
|
||||
-1178 634 0,57 10 208,stand,,,
|
||||
-1389 89 -3,5 207 213,stand,,,
|
||||
-1387 -329 0,5 206,stand,,,
|
||||
-1216 924 2,56 57 62,stand,,,
|
||||
-1052 930 8,61 65 67,stand,,,
|
||||
-506 1086 8,64 65,stand,,,
|
||||
-402 1179 0,63 78 151,stand,,,
|
||||
-777 1066 8,63 66 62 67,stand,,,
|
||||
-818 1183 8,65 68,stand,,,
|
||||
-917 803 8,9 65 62 152,stand,,,
|
||||
-981 1176 136,66 74,stand,,,
|
||||
-798 623 132,70 73 74,stand,,,
|
||||
-759 491 132,69 73,stand,,,
|
||||
-1044 428 1,72 164,stand,,,
|
||||
-1044 436 138,71 73,stand,,,
|
||||
-1039 492 132,72 70 69,stand,,,
|
||||
-802 804 136,68 69,stand,,,
|
||||
-833 1442 3,76 77 78,stand,,,
|
||||
-1054 1351 1,75 15,stand,,,
|
||||
-595 1578 4,75 78 81 82,stand,,,
|
||||
-485 1311 4,75 64 77,stand,,,
|
||||
-235 1727 4,80 82 83,stand,,,
|
||||
-478 1783 4,79 81,stand,,,
|
||||
-711 1852 3,80 77,stand,,,
|
||||
-430 1652 4,77 79,stand,,,
|
||||
102 1711 4,79 7 87,stand,,,
|
||||
-202 1501 8,85 87,stand,,,
|
||||
-193 1294 8,84 86,stand,,,
|
||||
-57 1294 8,85 88 89,stand,,,
|
||||
91 1503 8,83 84 89,stand,,,
|
||||
-58 1131 2,86 92 128,stand,,,
|
||||
141 1397 8,86 87 90,stand,,,
|
||||
229 1405 1,89 91 93,stand,,,
|
||||
308 1135 -2,90 92 127,stand,,,
|
||||
105 1133 -1,91 88,stand,,,
|
||||
572 1603 1,90 94,stand,,,
|
||||
714 1777 4,93 103 102,stand,,,
|
||||
1177 1687 -7,0 96 102 103,stand,,,
|
||||
1214 1644 -7,95 97 104,stand,,,
|
||||
1424 1626 144,96 98,stand,,,
|
||||
1383 1534 144,97 99,stand,,,
|
||||
1382 1401 144,98 100 101,stand,,,
|
||||
1382 1255 144,99 101,stand,,,
|
||||
1288 1263 144,100 99,stand,,,
|
||||
944 1839 -6,0 95 103 94,stand,,,
|
||||
923 1535 -8,95 102 94 104 113,stand,,,
|
||||
1211 1531 -4,96 105 103,stand,,,
|
||||
1373 1535 8,104 106,stand,,,
|
||||
1357 1412 8,105 107,stand,,,
|
||||
1231 1338 8,106 108,stand,,,
|
||||
1233 1144 8,107 109,stand,,,
|
||||
1445 1122 8,108 110,stand,,,
|
||||
1444 934 -11,109 111 112,stand,,,
|
||||
1318 751 0,110 112 132,stand,,,
|
||||
1062 938 -9,111 110 116,stand,,,
|
||||
910 1448 -11,114 103,stand,,,
|
||||
896 1248 -11,113 115,stand,,,
|
||||
877 1077 -9,114 116,stand,,,
|
||||
852 974 -5,117 115 112,stand,,,
|
||||
806 923 -7,116 118,stand,,,
|
||||
690 796 -7,117 119 131 127,stand,,,
|
||||
639 635 -7,118 120,stand,,,
|
||||
630 463 -7,119 121,stand,,,
|
||||
650 295 -7,120 122,stand,,,
|
||||
698 129 -7,121 123 154,stand,,,
|
||||
797 -42 -10,122 124,stand,,,
|
||||
849 -202 -24,123 125,stand,,,
|
||||
818 -359 0,124 126,stand,,,
|
||||
809 -390 1,125 34,stand,,,
|
||||
515 956 -7,91 118 131,stand,,,
|
||||
-85 990 -6,129 88 151,stand,,,
|
||||
-98 759 0,128 130,stand,,,
|
||||
136 758 -2,129 131,stand,,,
|
||||
416 752 1,130 118 127,stand,,,
|
||||
1276 528 0,111 133,stand,,,
|
||||
1275 297 0,132 1 135,stand,,,
|
||||
1459 110 0,135,stand,,,
|
||||
1273 148 0,134 133 136,stand,,,
|
||||
1281 -37 0,135 137,stand,,,
|
||||
1262 -348 0,136 138,stand,,,
|
||||
1159 -334 0,137 139,stand,,,
|
||||
1156 -286 0,138 140,stand,,,
|
||||
1193 -286 0,139 141,stand,,,
|
||||
1207 -287 123,140 142,stand,,,
|
||||
1281 -289 120,141 143 146,stand,,,
|
||||
1301 86 120,142 144,stand,,,
|
||||
1274 488 120,143,stand,,,
|
||||
1279 -406 0,146 147,stand,,,
|
||||
1280 -394 123,145 142,stand,,,
|
||||
1306 -524 0,32 31 145,stand,,,
|
||||
91 -294 4,47 149,stand,,,
|
||||
269 -297 4,148 150,stand,,,
|
||||
454 -302 0,149 35 172,stand,,,
|
||||
-310 950 -3,128 64 153 171,stand,,,
|
||||
-630 826 -1,67 153,stand,,,
|
||||
-501 873 -9,151 152,stand,,,
|
||||
495 81 -7,155 122,stand,,,
|
||||
297 -81 -7,154 156 172,stand,,,
|
||||
107 -121 -7,155 157,stand,,,
|
||||
-62 -127 -7,156 158,stand,,,
|
||||
-219 -58 -5,157 159,stand,,,
|
||||
-368 24 -7,158 160,stand,,,
|
||||
-516 111 -6,159 161 166,stand,,,
|
||||
-684 142 -7,160 162,stand,,,
|
||||
-854 168 -4,161 163 207,stand,,,
|
||||
-998 256 -3,162 164,stand,,,
|
||||
-1131 365 -1,163 165 71 211,stand,,,
|
||||
-1196 417 3,164 10 211,stand,,,
|
||||
-518 194 -7,167 160,stand,,,
|
||||
-507 260 -8,166 168,stand,,,
|
||||
-441 414 -7,167 169,stand,,,
|
||||
-337 546 -8,168 170,stand,,,
|
||||
-331 717 -6,169 171,stand,,,
|
||||
-316 842 -7,170 151,stand,,,
|
||||
485 -145 -5,150 155,stand,,,
|
||||
937 -1199 -5,11 174 180 181,stand,,,
|
||||
856 -1520 0,173 175,stand,,,
|
||||
543 -1531 0,174 176,stand,,,
|
||||
271 -1699 1,175 177,stand,,,
|
||||
-47 -1536 0,176 178 195,stand,,,
|
||||
6 -1731 8,177,stand,,,
|
||||
545 -1177 -1,180 184,stand,,,
|
||||
743 -1189 0,179 173,stand,,,
|
||||
902 -978 -1,173 182,stand,,,
|
||||
981 -851 5,181 183,stand,,,
|
||||
824 -639 4,182 34,stand,,,
|
||||
536 -999 0,179 185 186,stand,,,
|
||||
388 -1041 0,38 184,stand,,,
|
||||
567 -798 0,36 184,stand,,,
|
||||
-102 -1967 0,3 188,stand,,,
|
||||
-228 -1938 0,187 196 194,stand,,,
|
||||
-1412 -1305 0,190 205,stand,,,
|
||||
-1386 -1631 0,189 191 199,stand,,,
|
||||
-1406 -1883 0,190 192,stand,,,
|
||||
-1242 -1887 -2,191 193,stand,,,
|
||||
-950 -1920 2,192 194 198,stand,,,
|
||||
-626 -1910 -4,193 188 196,stand,,,
|
||||
-179 -1514 -2,177 196,stand,,,
|
||||
-420 -1583 0,195 188 194 197 202,stand,,,
|
||||
-702 -1635 0,196 198,stand,,,
|
||||
-924 -1665 -2,197 4 193,stand,,,
|
||||
-1263 -1638 -1,4 190,stand,,,
|
||||
-614 -1027 2,201 19,stand,,,
|
||||
-501 -1268 0,200 202,stand,,,
|
||||
-463 -1430 0,201 196,stand,,,
|
||||
-909 -985 0,28 19 204,stand,,,
|
||||
-1039 -1010 0,16 203 205,stand,,,
|
||||
-1183 -1224 0,189 204,stand,,,
|
||||
-1142 -346 1,60 22 207,stand,,,
|
||||
-1136 -44 -1,59 206 162,stand,,,
|
||||
-1418 614 6,58 209,stand,,,
|
||||
-1386 444 24,208 210,stand,,,
|
||||
-1409 244 -1,209 211 212,stand,,,
|
||||
-1303 287 -3,210 164 165,stand,,,
|
||||
-1514 217 -3,210 213,stand,,,
|
||||
-1497 89 -1,212 59,stand,,,
|
||||
|
548
scriptdata/waypoints/mp_ava_asylum_wp.csv
Normal file
@@ -0,0 +1,548 @@
|
||||
547
|
||||
558 -192 118,235 256 321 426,stand,,,
|
||||
1306 -364 146,236 237,stand,,,
|
||||
-242 -396 131,253 254,stand,,,
|
||||
-218 1762 381,241 242,stand,,,
|
||||
245 3318 393,67,stand,,,
|
||||
1028 2994 376,59,stand,,,
|
||||
1694 1277 141,203 259,stand,,,
|
||||
918 1116 390,307,stand,,,
|
||||
102 1120 391,312,stand,,,
|
||||
1071 253 168,272 273,stand,,,
|
||||
-70 219 168,127 128,stand,,,
|
||||
688 130 130,257,stand,,,
|
||||
336 114 128,258,stand,,,
|
||||
-138 2854 418,82,stand,,,
|
||||
-179 2516 385,84 89,stand,,,
|
||||
1152 3046 348,58,stand,,,
|
||||
1542 3022 344,48,stand,,,
|
||||
1774 2894 328,43,stand,,,
|
||||
2168 2876 328,50,stand,,,
|
||||
2630 2902 320,55,stand,,,
|
||||
2723 1130 149,161 162,stand,,,
|
||||
2933 884 146,162 163,stand,,,
|
||||
2487 924 118,528 529 543,stand,,,
|
||||
2697 678 123,532 528,stand,,,
|
||||
-146 1254 384,347,stand,,,
|
||||
1151 1233 384,373,stand,,,
|
||||
995 449 395,367,stand,,,
|
||||
1063 285 384,361 362,stand,,,
|
||||
33 477 384,355,stand,,,
|
||||
24 330 384,358,stand,,,
|
||||
628 802 584,327 328,stand,,,
|
||||
414 804 584,330 331,stand,,,
|
||||
809 906 289,290 291,stand,,,
|
||||
209 910 289,287 288,stand,,,
|
||||
377 -970 0,423,stand,,,
|
||||
1262 -1200 -180,406 407,stand,,,
|
||||
-339 -1146 -48,427 526,stand,,,
|
||||
-330 -1752 -195,432,stand,,,
|
||||
-75 -2131 -172,442,stand,,,
|
||||
410 -2462 -123,445 452,stand,,,
|
||||
748 -2789 -143,447 448,stand,,,
|
||||
1750 -2888 -141,474,stand,,,
|
||||
2219 -2662 -141,468,stand,,,
|
||||
1775 2924 328,44 17,stand,,,
|
||||
1743 2914 328,43 45,stand,,,
|
||||
1708 2835 328,44 46 47,stand,,,
|
||||
1728 2779 328,45 49,stand,,,
|
||||
1555 2859 312,45 48 172,stand,,,
|
||||
1546 2943 326,16 47,stand,,,
|
||||
1921 2789 328,46 50,stand,,,
|
||||
2170 2803 328,49 18 51,stand,,,
|
||||
2415 2802 328,50 52,stand,,,
|
||||
2418 2857 328,51 53,stand,,,
|
||||
2488 2851 328,52 54,stand,,,
|
||||
2544 2852 298,53 55,stand,,,
|
||||
2608 2839 309,54 19 56,stand,,,
|
||||
2561 2709 304,55 57,stand,,,
|
||||
2512 2652 305,56 153,stand,,,
|
||||
1246 2932 348,15 61,stand,,,
|
||||
1025 2930 357,5 60 62,stand,,,
|
||||
1022 2736 353,59 61,stand,,,
|
||||
1229 2699 328,58 60 212,stand,,,
|
||||
946 2932 365,59 63,stand,,,
|
||||
837 2959 385,64 62,stand,,,
|
||||
659 3020 396,63 65,stand,,,
|
||||
558 3091 413,64 66,stand,,,
|
||||
457 3163 407,65 67,stand,,,
|
||||
333 3250 392,66 4 68,stand,,,
|
||||
296 3189 408,67 69,stand,,,
|
||||
262 3149 402,68 70,stand,,,
|
||||
207 3105 402,69 71,stand,,,
|
||||
262 3051 408,70 72,stand,,,
|
||||
297 3030 400,71 73 77,stand,,,
|
||||
349 3093 400,72 74,stand,,,
|
||||
411 3059 402,73 75 122,stand,,,
|
||||
447 2947 400,74 76,stand,,,
|
||||
393 2885 400,75 77,stand,,,
|
||||
273 2936 400,76 72 78,stand,,,
|
||||
212 2802 408,77 79,stand,,,
|
||||
161 2762 403,78 80 85,stand,,,
|
||||
79 2761 402,79 81,stand,,,
|
||||
28 2804 405,80 82,stand,,,
|
||||
-23 2823 402,81 13 83,stand,,,
|
||||
-81 2751 408,82 84,stand,,,
|
||||
-122 2705 389,83 14,stand,,,
|
||||
270 2674 408,79 86,stand,,,
|
||||
355 2624 400,85 87,stand,,,
|
||||
468 2539 357,86 88,stand,,,
|
||||
580 2451 361,87 215,stand,,,
|
||||
-237 2495 384,14 90,stand,,,
|
||||
-232 2301 380,89 91,stand,,,
|
||||
-288 2135 383,90 92,stand,,,
|
||||
-113 2110 386,91 93,stand,,,
|
||||
-38 2080 386,92 94,stand,,,
|
||||
122 2128 384,93 95,stand,,,
|
||||
288 2190 390,94 96,stand,,,
|
||||
370 2199 379,95 97,stand,,,
|
||||
577 2191 376,96 215 216,stand,,,
|
||||
-47 676 157,99 123,stand,,,
|
||||
-46 848 157,98 100,stand,,,
|
||||
-44 1018 157,99 101,stand,,,
|
||||
-34 1189 160,100 102,stand,,,
|
||||
0 1289 159,101 103,stand,,,
|
||||
30 1387 158,102 104,stand,,,
|
||||
29 1492 162,103 105,stand,,,
|
||||
24 1597 161,104 106,stand,,,
|
||||
17 1702 158,105 107,stand,,,
|
||||
6 1804 159,106 108,stand,,,
|
||||
7 1909 159,107 109,stand,,,
|
||||
4 2014 158,108 110,stand,,,
|
||||
3 2119 160,109 111,stand,,,
|
||||
2 2222 160,110 112,stand,,,
|
||||
-2 2327 160,111 113,stand,,,
|
||||
-5 2432 162,112 114,stand,,,
|
||||
0 2537 160,113 115,stand,,,
|
||||
19 2638 161,114 116,stand,,,
|
||||
66 2732 162,115 117,stand,,,
|
||||
106 2774 164,116 118,stand,,,
|
||||
187 2845 164,117 119,stand,,,
|
||||
259 2879 170,118 120,stand,,,
|
||||
308 2932 180,119 121,stand,,,
|
||||
352 2994 174,120 122,climb,,,
|
||||
364 3011 398,121 74,climb,,,
|
||||
-46 522 160,98 124,stand,,,
|
||||
-48 407 167,123 125,stand,,,
|
||||
-56 358 168,124 126,stand,,,
|
||||
-104 347 168,125 127,stand,,,
|
||||
-104 255 168,10 126,stand,,,
|
||||
53 265 168,10 129,stand,,,
|
||||
157 286 168,128 130 276,stand,,,
|
||||
157 430 168,131 129,stand,,,
|
||||
162 705 32,130 132,stand,,,
|
||||
163 777 32,131 133,stand,,,
|
||||
257 770 32,132 134,stand,,,
|
||||
508 763 -95,133 135,stand,,,
|
||||
656 759 -99,134 136,stand,,,
|
||||
656 655 -107,137 135,stand,,,
|
||||
657 391 -103,136 138,stand,,,
|
||||
657 221 -104,137 139,stand,,,
|
||||
658 49 -106,138 140,stand,,,
|
||||
655 -118 -108,139 141,stand,,,
|
||||
652 -251 -103,140 151,stand,,,
|
||||
693 -553 -132,143 152,stand,,,
|
||||
745 -641 -147,142 144,stand,,,
|
||||
798 -730 -161,143 145,stand,,,
|
||||
849 -822 -168,144 146,stand,,,
|
||||
895 -917 -170,145 147,stand,,,
|
||||
937 -1006 -167,146 148,stand,,,
|
||||
960 -1079 -184,147 149,stand,,,
|
||||
965 -1127 -191,148 150,stand,,,
|
||||
965 -1164 -182,149 411,stand,,,
|
||||
632 -381 -103,141 152,stand,,,
|
||||
650 -459 -112,142 151,stand,,,
|
||||
2532 2527 302,154 57 168,stand,,,
|
||||
2634 2291 292,153 155,stand,,,
|
||||
2630 2127 288,154 156,stand,,,
|
||||
2627 1959 253,155 157,stand,,,
|
||||
2619 1793 212,156 158,stand,,,
|
||||
2608 1624 185,157 159,stand,,,
|
||||
2600 1455 178,158 160,stand,,,
|
||||
2596 1300 182,159 161 164,stand,,,
|
||||
2654 1217 160,160 20,stand,,,
|
||||
2830 997 146,20 21,stand,,,
|
||||
2992 767 146,21 527,stand,,,
|
||||
2389 1306 180,160 165 531,stand,,,
|
||||
2161 1296 167,164 166,stand,,,
|
||||
2046 1287 164,165 167,stand,,,
|
||||
1967 1281 144,166 203,stand,,,
|
||||
2345 2548 303,153 169,stand,,,
|
||||
2106 2534 297,168 170,stand,,,
|
||||
1886 2507 284,169 171,stand,,,
|
||||
1746 2398 255,170 209 210,stand,,,
|
||||
1554 2741 311,47 173,stand,,,
|
||||
1532 2607 281,172 174,stand,,,
|
||||
1495 2532 291,173 210 211,stand,,,
|
||||
946 -2444 -154,176 451,stand,,,
|
||||
995 -2185 -161,175 177,stand,,,
|
||||
1047 -2024 -177,176 178 416 459,stand,,,
|
||||
1202 -1957 -180,177 179,stand,,,
|
||||
1367 -1910 -173,178 180,stand,,,
|
||||
1521 -1836 -173,179 181,stand,,,
|
||||
1687 -1793 -173,180 182 490,stand,,,
|
||||
1854 -1761 -173,181 183,stand,,,
|
||||
2015 -1706 -164,182 184 460,stand,,,
|
||||
2083 -1555 -141,183 185,stand,,,
|
||||
2096 -1386 -118,184 186,stand,,,
|
||||
2134 -1222 -132,185 187 404,stand,,,
|
||||
2240 -1087 -141,186 188,stand,,,
|
||||
2350 -957 -139,187 189,stand,,,
|
||||
2452 -820 -125,188 190,stand,,,
|
||||
2511 -662 -104,189 191,stand,,,
|
||||
2559 -500 -72,190 192,stand,,,
|
||||
2608 -340 -41,191 193,stand,,,
|
||||
2618 -171 -30,192 194 538,stand,,,
|
||||
2550 -16 -28,193 195,stand,,,
|
||||
2449 121 -12,194 196,stand,,,
|
||||
2346 257 8,195 197,stand,,,
|
||||
2241 389 25,196 198,stand,,,
|
||||
2131 521 38,197 199,stand,,,
|
||||
2021 650 58,198 200,stand,,,
|
||||
1921 784 90,199 201,stand,,,
|
||||
1864 944 101,200 202,stand,,,
|
||||
1846 1114 120,201 203,stand,,,
|
||||
1849 1283 140,202 204 167 6,stand,,,
|
||||
1853 1454 150,203 205,stand,,,
|
||||
1858 1623 173,204 206,stand,,,
|
||||
1863 1793 195,205 207,stand,,,
|
||||
1869 1963 204,206 208,stand,,,
|
||||
1873 2132 227,207 209,stand,,,
|
||||
1821 2291 248,208 171,stand,,,
|
||||
1627 2468 262,171 174,stand,,,
|
||||
1425 2526 300,174 212,stand,,,
|
||||
1208 2502 318,211 61 213,stand,,,
|
||||
977 2492 336,212 214,stand,,,
|
||||
720 2486 358,213 215,stand,,,
|
||||
655 2375 364,214 88 97,stand,,,
|
||||
567 2058 379,97 217,stand,,,
|
||||
551 1850 379,216 218 239 320,stand,,,
|
||||
656 1856 378,219 217,stand,,,
|
||||
908 1788 381,218 220,stand,,,
|
||||
1060 1706 382,219 221,stand,,,
|
||||
1208 1623 383,220 222,stand,,,
|
||||
1265 1434 382,221 223,stand,,,
|
||||
1268 1265 378,222 224,stand,,,
|
||||
1252 1093 376,223 225,stand,,,
|
||||
1229 926 369,224 226,stand,,,
|
||||
1225 760 327,225 227,stand,,,
|
||||
1225 595 290,226 228,stand,,,
|
||||
1223 503 239,227 229,stand,,,
|
||||
1222 410 194,228 230,stand,,,
|
||||
1225 308 181,229 231 388,stand,,,
|
||||
1220 206 157,230 232,stand,,,
|
||||
1216 102 146,231 233,stand,,,
|
||||
1212 -2 140,232 236,stand,,,
|
||||
830 -209 121,235 238,stand,,,
|
||||
665 -189 116,234 0 257,stand,,,
|
||||
1237 -164 138,233 1,stand,,,
|
||||
1119 -360 135,1 238,stand,,,
|
||||
965 -256 125,237 234,stand,,,
|
||||
339 1827 384,217 240,stand,,,
|
||||
90 1801 387,239 241,stand,,,
|
||||
-68 1792 387,240 3,stand,,,
|
||||
-230 1596 387,243 3,stand,,,
|
||||
-240 1394 382,242 244,stand,,,
|
||||
-248 1224 381,243 245,stand,,,
|
||||
-254 1053 372,244 246,stand,,,
|
||||
-257 885 362,245 247,stand,,,
|
||||
-252 719 319,246 248,stand,,,
|
||||
-246 556 273,247 249,stand,,,
|
||||
-244 397 216,248 250,stand,,,
|
||||
-242 235 165,249 251,stand,,,
|
||||
-241 65 144,250 252,stand,,,
|
||||
-245 -104 135,251 253,stand,,,
|
||||
-250 -275 136,252 2,stand,,,
|
||||
-30 -319 114,2 255 521,stand,,,
|
||||
156 -249 116,254 256,stand,,,
|
||||
389 -191 114,0 255 258,stand,,,
|
||||
667 -20 125,11 235,stand,,,
|
||||
369 -45 124,12 256,stand,,,
|
||||
1678 1208 135,6 260,stand,,,
|
||||
1600 1221 168,259 261,stand,,,
|
||||
1489 1230 162,260 270,stand,,,
|
||||
1083 544 160,263 271,stand,,,
|
||||
1092 611 165,262 264,stand,,,
|
||||
1122 712 161,263 265,stand,,,
|
||||
1165 805 167,264 266,stand,,,
|
||||
1201 903 162,265 267,stand,,,
|
||||
1243 998 170,266 268,stand,,,
|
||||
1313 1077 172,267 269,stand,,,
|
||||
1392 1142 160,268 270,stand,,,
|
||||
1425 1171 161,269 261,stand,,,
|
||||
1066 425 165,272 262,stand,,,
|
||||
1068 329 168,271 9,stand,,,
|
||||
870 262 168,9 274,stand,,,
|
||||
718 280 168,273 275 283,stand,,,
|
||||
499 285 168,274 276 322,stand,,,
|
||||
314 298 168,275 129 277,stand,,,
|
||||
327 381 177,276 278,stand,,,
|
||||
350 486 201,277 279,stand,,,
|
||||
431 545 225,278 280,stand,,,
|
||||
514 547 225,279 281 284,stand,,,
|
||||
619 523 225,280 282 323,stand,,,
|
||||
681 466 201,281 283,stand,,,
|
||||
703 350 168,282 274,stand,,,
|
||||
520 616 225,280 285,stand,,,
|
||||
521 739 289,284 286,stand,,,
|
||||
517 818 289,285 287 290,stand,,,
|
||||
338 829 289,286 33,stand,,,
|
||||
160 835 289,33 289,stand,,,
|
||||
136 654 384,288 306,stand,,,
|
||||
712 827 289,286 32,stand,,,
|
||||
848 827 289,32 292,stand,,,
|
||||
855 652 384,291 293,stand,,,
|
||||
850 545 384,292 294 366,stand,,,
|
||||
855 377 384,293 295,stand,,,
|
||||
875 220 384,294 296 361,stand,,,
|
||||
871 121 384,295 297,stand,,,
|
||||
805 127 384,296 298,stand,,,
|
||||
784 129 408,297 299,stand,,,
|
||||
742 126 388,298 300,stand,,,
|
||||
512 139 455,299 301,stand,,,
|
||||
268 130 385,300 302,stand,,,
|
||||
239 135 408,301 303,stand,,,
|
||||
211 136 384,302 304,stand,,,
|
||||
126 146 384,303 305,stand,,,
|
||||
131 228 384,304 346 360,stand,,,
|
||||
126 546 384,289 346 355,stand,,,
|
||||
850 1121 380,7 308,stand,,,
|
||||
797 1121 369,307 309,stand,,,
|
||||
650 1194 353,308 310,stand,,,
|
||||
621 1220 365,309 311,stand,,,
|
||||
605 1235 344,310 317,stand,,,
|
||||
184 1125 385,8 313,stand,,,
|
||||
241 1150 376,312 314,stand,,,
|
||||
373 1213 355,315 313,stand,,,
|
||||
401 1227 365,314 316,stand,,,
|
||||
422 1242 344,315 317,stand,,,
|
||||
507 1243 344,316 311 318,stand,,,
|
||||
511 1424 344,317 319 345 376,stand,,,
|
||||
544 1567 344,318 320,stand,,,
|
||||
538 1650 384,319 217,stand,,,
|
||||
542 -75 120,0 322,stand,,,
|
||||
523 64 168,321 275,stand,,,
|
||||
623 601 227,281 324,climb,,,
|
||||
620 601 584,323 325,climb,,,
|
||||
514 604 584,324 326 331,stand,,,
|
||||
553 653 584,325 327,stand,,,
|
||||
626 702 584,326 30,stand,,,
|
||||
589 918 584,30 329,stand,,,
|
||||
509 969 586,328 330 332,stand,,,
|
||||
427 905 584,329 31,stand,,,
|
||||
442 691 584,31 325,stand,,,
|
||||
507 991 520,329 333 387,stand,,,
|
||||
346 994 520,332 334,stand,,,
|
||||
222 1012 520,333 335,stand,,,
|
||||
213 1236 520,334 336,stand,,,
|
||||
38 1213 520,335 337,stand,,,
|
||||
37 1356 520,336 338,stand,,,
|
||||
-39 1362 520,337 339,stand,,,
|
||||
-142 1343 448,338 340,stand,,,
|
||||
-168 1402 448,339 341,stand,,,
|
||||
-115 1446 448,340 342,stand,,,
|
||||
-32 1448 384,341 343,stand,,,
|
||||
108 1393 384,342 344 347,stand,,,
|
||||
206 1390 385,343 345,stand,,,
|
||||
288 1389 344,344 318,stand,,,
|
||||
122 405 384,305 306,stand,,,
|
||||
-26 1205 384,343 24 348,stand,,,
|
||||
-37 1123 384,347 349,stand,,,
|
||||
-59 1078 384,348 350,stand,,,
|
||||
-32 980 385,349 351,stand,,,
|
||||
-34 923 384,350 352,stand,,,
|
||||
-71 867 384,351 353,stand,,,
|
||||
-27 782 384,352 354,stand,,,
|
||||
-35 667 384,353 355,stand,,,
|
||||
-21 543 384,354 28 306,stand,,,
|
||||
65 114 584,357 359,stand,,,
|
||||
111 238 584,356 359,stand,,,
|
||||
30 296 384,359 29 360,climb,,,
|
||||
33 295 592,358 356 357,climb,,,
|
||||
-27 222 384,358 305,stand,,,
|
||||
1053 215 384,295 27,stand,,,
|
||||
993 302 384,27 363,climb,,,
|
||||
987 302 592,362 364 365,climb,,,
|
||||
912 210 584,363 365,stand,,,
|
||||
912 402 584,364 363,stand,,,
|
||||
1049 539 384,293 368 369,stand,,,
|
||||
1026 449 384,26 368,stand,,,
|
||||
1034 478 384,367 366,stand,,,
|
||||
1055 742 384,366 370,stand,,,
|
||||
1103 808 384,369 371,stand,,,
|
||||
1047 867 384,370 372,stand,,,
|
||||
1057 1074 384,371 373,stand,,,
|
||||
1057 1222 384,372 25 374,stand,,,
|
||||
936 1383 384,373 375 377,stand,,,
|
||||
807 1396 384,374 376,stand,,,
|
||||
726 1397 344,375 318,stand,,,
|
||||
1057 1429 384,374 378,stand,,,
|
||||
1145 1448 448,377 379,stand,,,
|
||||
1192 1397 448,378 380,stand,,,
|
||||
1162 1343 448,379 381,stand,,,
|
||||
1060 1353 520,380 382,stand,,,
|
||||
993 1359 520,381 383,stand,,,
|
||||
896 1237 520,382 384,stand,,,
|
||||
791 1240 520,383 385,stand,,,
|
||||
798 1107 520,384 386,stand,,,
|
||||
792 996 520,385 387,stand,,,
|
||||
637 997 520,386 332,stand,,,
|
||||
1340 272 162,230 389,stand,,,
|
||||
1438 276 164,388 390,stand,,,
|
||||
1429 117 160,389 391,stand,,,
|
||||
1432 31 120,390 392,stand,,,
|
||||
1401 -105 114,391 393,stand,,,
|
||||
1370 -177 120,392 394,stand,,,
|
||||
1437 -287 111,393 395,stand,,,
|
||||
1531 -308 94,394 396,stand,,,
|
||||
1633 -422 40,395 397,stand,,,
|
||||
1713 -523 -3,396 398,stand,,,
|
||||
1725 -666 -45,397 399,stand,,,
|
||||
1647 -800 -82,398 400,stand,,,
|
||||
1569 -887 -93,401 399,stand,,,
|
||||
1650 -1018 -138,400 402,stand,,,
|
||||
1719 -1163 -178,401 403 405,stand,,,
|
||||
1884 -1127 -158,402 404,stand,,,
|
||||
2030 -1192 -137,403 186,stand,,,
|
||||
1532 -1170 -170,402 406,stand,,,
|
||||
1421 -1181 -165,405 35,stand,,,
|
||||
1227 -1235 -182,35 408,stand,,,
|
||||
1177 -1286 -195,407 409,stand,,,
|
||||
1021 -1320 -195,408 410,stand,,,
|
||||
823 -1276 -195,409 411 412,stand,,,
|
||||
897 -1175 -183,410 150,stand,,,
|
||||
714 -1363 -195,410 413 441,stand,,,
|
||||
737 -1430 -184,412 414,stand,,,
|
||||
787 -1544 -184,413 415 417,stand,,,
|
||||
895 -1698 -184,414 416,stand,,,
|
||||
955 -1896 -188,415 177,stand,,,
|
||||
724 -1541 -186,414 418,stand,,,
|
||||
586 -1553 -119,417 419,stand,,,
|
||||
490 -1496 -119,418 420,stand,,,
|
||||
510 -1354 -47,419 421,stand,,,
|
||||
523 -1192 -47,420 422,stand,,,
|
||||
516 -1102 0,421 423,stand,,,
|
||||
509 -968 0,422 34 424,stand,,,
|
||||
514 -814 2,423 425,stand,,,
|
||||
530 -594 109,424 426,stand,,,
|
||||
549 -362 114,425 0,stand,,,
|
||||
-328 -1310 -132,36 428,stand,,,
|
||||
-288 -1387 -171,427 429,stand,,,
|
||||
-183 -1517 -183,428 430,stand,,,
|
||||
-164 -1620 -180,431 429,stand,,,
|
||||
-150 -1655 -195,430 432,stand,,,
|
||||
-130 -1738 -195,431 37 433 444,stand,,,
|
||||
90 -1609 -195,432 434,stand,,,
|
||||
126 -1602 -183,433 435,stand,,,
|
||||
180 -1568 -195,434 436,stand,,,
|
||||
294 -1454 -195,435 437,stand,,,
|
||||
347 -1381 -195,438 436,stand,,,
|
||||
371 -1299 -185,437 439,stand,,,
|
||||
467 -1252 -193,438 440,stand,,,
|
||||
580 -1260 -195,439 441,stand,,,
|
||||
654 -1273 -195,440 412,stand,,,
|
||||
-24 -1974 -174,38 443 454,stand,,,
|
||||
-43 -1843 -175,442 444,stand,,,
|
||||
-97 -1772 -189,443 432,stand,,,
|
||||
459 -2599 -117,39 446,stand,,,
|
||||
477 -2656 -117,445 447,stand,,,
|
||||
634 -2740 -140,446 40 450,stand,,,
|
||||
915 -2953 -139,40 449,stand,,,
|
||||
1134 -2930 -141,448 476,stand,,,
|
||||
786 -2601 -145,447 451,stand,,,
|
||||
885 -2508 -149,450 175,stand,,,
|
||||
383 -2304 -138,39 453,stand,,,
|
||||
311 -2141 -146,452 454 455,stand,,,
|
||||
121 -2060 -162,453 442,stand,,,
|
||||
480 -2155 -136,453 456,stand,,,
|
||||
574 -2139 -133,455 457,stand,,,
|
||||
742 -2112 -171,456 458,stand,,,
|
||||
894 -2080 -171,457 459,stand,,,
|
||||
964 -2055 -169,458 177,stand,,,
|
||||
2217 -1734 -155,183 461,stand,,,
|
||||
2285 -1832 -149,462 460,stand,,,
|
||||
2291 -1864 -127,461 463,stand,,,
|
||||
2304 -1898 -142,462 464,stand,,,
|
||||
2327 -1962 -142,465 463,stand,,,
|
||||
2411 -2176 -141,464 466,stand,,,
|
||||
2422 -2365 -128,465 467,stand,,,
|
||||
2398 -2535 -128,466 468 477,stand,,,
|
||||
2342 -2695 -141,467 469 42,stand,,,
|
||||
2342 -2892 -141,468 470,stand,,,
|
||||
2313 -3048 -137,469 471,stand,,,
|
||||
2120 -3048 -120,470 512,stand,,,
|
||||
1912 -3025 -121,473 512,stand,,,
|
||||
1853 -3019 -141,472 474,stand,,,
|
||||
1731 -2986 -141,473 475 41,stand,,,
|
||||
1579 -2914 -141,474 492,stand,,,
|
||||
1249 -2915 -141,449 492,stand,,,
|
||||
2318 -2528 -127,467 478,stand,,,
|
||||
2326 -2498 -127,477 479,stand,,,
|
||||
2335 -2271 26,478 480,stand,,,
|
||||
2344 -2013 26,479 481,stand,,,
|
||||
2118 -2003 26,482 480,stand,,,
|
||||
1969 -2004 26,481 483,stand,,,
|
||||
1859 -2014 26,482 484,stand,,,
|
||||
1858 -2159 26,483 485,stand,,,
|
||||
1862 -2303 26,484 486 505,stand,,,
|
||||
1764 -2300 26,485 487,stand,,,
|
||||
1779 -2242 26,488 486,stand,,,
|
||||
1776 -1999 -131,487 489,stand,,,
|
||||
1711 -1927 -130,488 491,stand,,,
|
||||
1698 -1845 -168,491 181,stand,,,
|
||||
1702 -1861 -127,490 489,stand,,,
|
||||
1493 -2917 -141,475 476 493,stand,,,
|
||||
1488 -2867 -141,492 494,stand,,,
|
||||
1488 -2824 -113,493 495,stand,,,
|
||||
1486 -2727 -108,494 496,stand,,,
|
||||
1499 -2622 -109,495 518,stand,,,
|
||||
1750 -2492 -109,498 518,stand,,,
|
||||
1993 -2483 -109,497 499 515,stand,,,
|
||||
1993 -2335 -109,498 500 516,stand,,,
|
||||
2041 -2350 -101,501 499,stand,,,
|
||||
2168 -2351 26,500 502,stand,,,
|
||||
2248 -2360 26,501 503,stand,,,
|
||||
2246 -2204 26,504 502,stand,,,
|
||||
1965 -2209 27,503 505,stand,,,
|
||||
1964 -2306 26,504 485 506,stand,,,
|
||||
1963 -2469 26,505 507 508 510,stand,,,
|
||||
2171 -2473 26,506,stand,,,
|
||||
1977 -2590 26,506 509,stand,,,
|
||||
1967 -2792 26,508,stand,,,
|
||||
1728 -2557 26,506 511,stand,,,
|
||||
1497 -2557 26,510,stand,,,
|
||||
1988 -3035 -119,513 472 471,stand,,,
|
||||
1993 -2983 -108,512 514,stand,,,
|
||||
1993 -2791 -109,515 513,stand,,,
|
||||
1993 -2597 -109,514 498,stand,,,
|
||||
2001 -2181 -109,499 517,stand,,,
|
||||
2110 -2181 -109,516,stand,,,
|
||||
1622 -2555 -109,497 496,stand,,,
|
||||
-50 -453 159,520 521,stand,,,
|
||||
-49 -487 112,519 522,stand,,,
|
||||
-51 -417 117,519 254,stand,,,
|
||||
-87 -672 73,520 523,stand,,,
|
||||
-98 -761 43,524 522,stand,,,
|
||||
-128 -893 -7,523 525,stand,,,
|
||||
-175 -979 -12,526 524,stand,,,
|
||||
-253 -1054 -22,525 36,stand,,,
|
||||
2854 633 121,163 533,stand,,,
|
||||
2601 793 120,22 23,stand,,,
|
||||
2388 1049 121,22 530,stand,,,
|
||||
2451 1135 137,531 529,stand,,,
|
||||
2415 1234 146,530 164,stand,,,
|
||||
2679 602 121,533 23 544,stand,,,
|
||||
2734 535 116,532 527 534,stand,,,
|
||||
2806 391 99,533 535,stand,,,
|
||||
2905 242 63,534 536,stand,,,
|
||||
3026 80 17,535 537,stand,,,
|
||||
2963 -77 -19,536 538,stand,,,
|
||||
2755 -136 -30,193 537,stand,,,
|
||||
2386 856 118,540 543,climb,,,
|
||||
2388 854 374,539 541,climb,,,
|
||||
2439 796 361,540 542,stand,,,
|
||||
2516 710 360,541 546,stand,,,
|
||||
2388 917 118,22 539,stand,,,
|
||||
2597 625 123,532 545,climb,,,
|
||||
2589 635 374,544 546,climb,,,
|
||||
2554 669 360,545 542,stand,,,
|
||||
|
299
scriptdata/waypoints/mp_ava_crossroads_wp.csv
Normal file
@@ -0,0 +1,299 @@
|
||||
298
|
||||
493 4048 375,1 15 16,stand,,,
|
||||
200 4178 375,0 2 15 16,stand,,,
|
||||
-152 4190 370,1 3 34 16,stand,,,
|
||||
-564 4183 372,2 4 34,stand,,,
|
||||
-912 4047 370,3 5,stand,,,
|
||||
-996 3706 365,4 6 36,stand,,,
|
||||
-798 3714 371,5 7 10,stand,,,
|
||||
-823 3560 366,6 8 35 201,stand,,,
|
||||
-831 3437 367,7 9,stand,,,
|
||||
-1065 3432 448,8 81,stand,,,
|
||||
-505 3796 365,6 11 34,stand,,,
|
||||
-336 3591 374,10 12,stand,,,
|
||||
-231 3387 367,11 13 21 20,stand,,,
|
||||
-215 2962 368,12 14 294 296,stand,,,
|
||||
-220 2601 368,13 23 93 290 296,stand,,,
|
||||
519 4193 380,0 1,stand,,,
|
||||
147 4001 383,0 17 20 2 1,stand,,,
|
||||
138 3503 432,16 18,stand,,,
|
||||
249 3522 438,17 19,stand,,,
|
||||
240 3804 438,18,stand,,,
|
||||
70 3656 374,16 21 12,stand,,,
|
||||
92 3294 374,20 22 12,stand,,,
|
||||
161 3041 367,21 23 33,stand,,,
|
||||
159 2428 374,22 24 14 94,stand,,,
|
||||
216 2180 369,23 25 293,stand,,,
|
||||
629 2152 367,24 26,stand,,,
|
||||
1118 2172 367,25 27 113,stand,,,
|
||||
1130 2549 367,26 28,stand,,,
|
||||
1137 2784 367,27 29,stand,,,
|
||||
923 2842 367,28 30 32 207,stand,,,
|
||||
931 2764 366,29 31,stand,,,
|
||||
541 2773 367,30,stand,,,
|
||||
905 3021 367,29 33,stand,,,
|
||||
596 3031 367,32 22,stand,,,
|
||||
-424 3991 371,10 2 3,stand,,,
|
||||
-1132 3515 366,7,stand,,,
|
||||
-1352 3673 368,5 37,stand,,,
|
||||
-1371 3409 364,36 38,stand,,,
|
||||
-1374 2955 326,37 39 41 40 43,stand,,,
|
||||
-1599 2939 328,38 40 41,stand,,,
|
||||
-1605 2655 327,39 41 38,stand,,,
|
||||
-1286 2681 319,40 38 39 42 91,stand,,,
|
||||
-884 2691 319,41 43 44,stand,,,
|
||||
-1066 2913 321,38 42 296,stand,,,
|
||||
-583 2650 366,42 45 296,stand,,,
|
||||
-582 2633 408,44 46,stand,,,
|
||||
-618 2572 374,45 47 93,stand,,,
|
||||
-816 2559 374,46 48,stand,,,
|
||||
-812 2302 378,47 49,stand,,,
|
||||
-484 2303 374,48 50 92,stand,,,
|
||||
-473 2152 373,49 51 69 208,stand,,,
|
||||
-472 1918 373,50 52,stand,,,
|
||||
-472 1888 426,51 53,stand,,,
|
||||
-471 1773 373,52 54 55,stand,,,
|
||||
-484 1536 373,53,stand,,,
|
||||
-342 1760 374,53 56 208,stand,,,
|
||||
-344 1287 373,55 57 130,stand,,,
|
||||
-452 1118 367,56 58 126 289,stand,,,
|
||||
-775 1068 367,57 59,stand,,,
|
||||
-1060 1111 367,58 60 152,stand,,,
|
||||
-1316 1112 374,59 61 255,stand,,,
|
||||
-1326 1391 374,60 62,stand,,,
|
||||
-1299 1588 363,61 63 65 66,stand,,,
|
||||
-1244 1843 363,62 64 66,stand,,,
|
||||
-1213 2143 364,63 67,stand,,,
|
||||
-1429 1707 367,62 66,stand,,,
|
||||
-1116 1665 387,65 62 63,stand,,,
|
||||
-1012 2113 374,64 68 71,stand,,,
|
||||
-850 2054 374,67 69,stand,,,
|
||||
-612 2159 374,68 50 70,stand,,,
|
||||
-559 1904 374,69,stand,,,
|
||||
-1028 1913 421,67 72,stand,,,
|
||||
-649 1933 564,71 73,stand,,,
|
||||
-673 2084 565,72 74,stand,,,
|
||||
-699 2323 544,73 75,stand,,,
|
||||
-832 2316 544,74 76,stand,,,
|
||||
-822 2518 544,75 77,stand,,,
|
||||
-987 2482 544,76 78 79 90,stand,,,
|
||||
-1076 2761 544,77 79 81,stand,,,
|
||||
-1110 2486 544,77 80 78,stand,,,
|
||||
-1220 2455 544,79,stand,,,
|
||||
-1073 3148 544,78 9 82,stand,,,
|
||||
-825 3148 615,81 83,stand,,,
|
||||
-818 3380 615,82 84,stand,,,
|
||||
-529 3360 717,83 88 89,stand,,,
|
||||
-515 3086 717,86 89,stand,,,
|
||||
-684 3092 717,85 87,stand,,,
|
||||
-690 3261 753,86 88,stand,,,
|
||||
-568 3276 717,87 84,stand,,,
|
||||
-441 3224 717,84 85,stand,,,
|
||||
-1036 2293 544,77 91,stand,,,
|
||||
-1312 2318 442,90 41,stand,,,
|
||||
-347 2361 374,49 93,stand,,,
|
||||
-345 2568 374,92 46 14,stand,,,
|
||||
399 2468 387,23 95,stand,,,
|
||||
334 2643 387,94 96,stand,,,
|
||||
335 2757 387,95 97 98,stand,,,
|
||||
383 2890 387,96,stand,,,
|
||||
460 2755 415,96 99,stand,,,
|
||||
453 2929 469,98 100,stand,,,
|
||||
289 2914 523,99 101,stand,,,
|
||||
269 2759 578,100 102,stand,,,
|
||||
455 2750 632,101 103,stand,,,
|
||||
459 2931 687,102 104,stand,,,
|
||||
293 2914 741,103 105,stand,,,
|
||||
286 2762 795,104 106,stand,,,
|
||||
458 2751 850,105 107,stand,,,
|
||||
452 2912 904,106 108,stand,,,
|
||||
295 2913 945,107 109,stand,,,
|
||||
300 2796 945,108 110,stand,,,
|
||||
402 2762 945,109,stand,,,
|
||||
1188 2018 326,112 113 127,stand,,,
|
||||
1176 1745 326,111 114 127,stand,,,
|
||||
1180 2050 407,111 26,stand,,,
|
||||
1173 1733 398,112 115 116,stand,,,
|
||||
1086 1606 366,114 116 118 191,stand,,,
|
||||
1188 1574 367,115 117 114,stand,,,
|
||||
1163 1191 367,116,stand,,,
|
||||
873 1516 366,115 119,stand,,,
|
||||
399 1488 369,118 120 122 210,stand,,,
|
||||
506 1440 394,119 121,stand,,,
|
||||
735 1434 469,120,stand,,,
|
||||
298 1424 369,119 123 130,crouch,,,
|
||||
291 981 369,122 124,stand,,,
|
||||
73 977 378,123 125,stand,,,
|
||||
34 1077 374,124 126 130,stand,,,
|
||||
-250 1054 366,125 57 131,stand,,,
|
||||
924 1850 320,112 111 128,stand,,,
|
||||
567 1878 324,127 129,stand,,,
|
||||
275 1885 362,128 208 292 293,stand,,,
|
||||
66 1407 375,122 125 209 56,stand,,,
|
||||
-206 643 399,126 132 212 211,crouch,,,
|
||||
-148 403 424,131 133 211 212 213,crouch,,,
|
||||
-249 216 452,132 134,stand,,,
|
||||
-272 -39 428,133 135 213 214,stand,,,
|
||||
-242 -573 366,134 136 216,stand,,,
|
||||
-348 -686 373,135 137 216 253,stand,,,
|
||||
-672 -635 367,136 138,stand,,,
|
||||
-1032 -619 367,137 139,stand,,,
|
||||
-1034 -816 367,138 140,stand,,,
|
||||
-1074 -809 414,139 141,stand,,,
|
||||
-1109 -805 357,140 142,stand,,,
|
||||
-1126 -802 298,141 143 144,stand,,,
|
||||
-1158 -487 233,142 144 173 145,stand,,,
|
||||
-1331 -752 321,142 143 145,stand,,,
|
||||
-1420 -504 278,144 146 143,stand,,,
|
||||
-1466 -150 189,145 147,stand,,,
|
||||
-1446 148 185,146 148 181,stand,,,
|
||||
-1349 571 206,147 149,stand,,,
|
||||
-1022 742 200,148 150,stand,,,
|
||||
-759 792 202,149 151,stand,,,
|
||||
-753 894 211,150 152 156 157,stand,,,
|
||||
-1081 907 306,151 59 156,stand,,,
|
||||
-347 920 360,154,stand,,,
|
||||
-791 921 356,153 155,stand,,,
|
||||
-993 921 358,154 156,stand,,,
|
||||
-999 905 306,155 152 151,stand,,,
|
||||
-471 884 211,151 158,stand,,,
|
||||
-297 773 211,157 159 175,stand,,,
|
||||
-6 750 211,158 160 176,stand,,,
|
||||
253 869 211,159 161,stand,,,
|
||||
591 837 211,160 162 183,stand,,,
|
||||
751 727 205,161 163 164,stand,,,
|
||||
988 770 231,162 164,stand,,,
|
||||
1008 482 197,163 165 162,stand,,,
|
||||
1122 196 174,164 166 182,stand,,,
|
||||
1009 -108 210,165 167,stand,,,
|
||||
900 -340 195,166 168,stand,,,
|
||||
561 -332 189,167 169 182,stand,,,
|
||||
587 -469 204,168 170 231,stand,,,
|
||||
244 -484 204,169 171,stand,,,
|
||||
-97 -351 190,170 172 177 178,stand,,,
|
||||
-467 -433 201,171 173 174 178,stand,,,
|
||||
-813 -458 202,172 143,stand,,,
|
||||
-510 -33 199,172 175 178 179 181,stand,,,
|
||||
-492 425 197,174 158 179,stand,,,
|
||||
200 393 195,159 177 180 182,stand,,,
|
||||
190 -89 193,176 171 180 182,stand,,,
|
||||
-303 -228 188,171 174 172,stand,,,
|
||||
-243 150 187,174 180 175,stand,,,
|
||||
5 233 188,179 176 177,stand,,,
|
||||
-995 90 183,174 147,stand,,,
|
||||
560 38 193,177 165 176 168,stand,,,
|
||||
596 975 224,161 184 189 187,stand,,,
|
||||
385 974 224,183 185,stand,,,
|
||||
374 1203 224,184 186,stand,,,
|
||||
455 1224 224,185 187 192,stand,,,
|
||||
614 1205 224,186 188 183 190,stand,,,
|
||||
873 1205 225,187 189 191,stand,,,
|
||||
873 952 228,188 183,stand,,,
|
||||
604 1329 236,187,stand,,,
|
||||
1055 1190 235,188 115,stand,,,
|
||||
456 1550 176,186 193,stand,,,
|
||||
-83 1562 177,192 194 195,stand,,,
|
||||
-232 1759 180,193 195,stand,,,
|
||||
-62 1940 179,194 196 204 193,stand,,,
|
||||
-204 2494 178,195 197 204 203,stand,,,
|
||||
-202 2781 170,196 198 202 203,stand,,,
|
||||
-101 3153 173,197 199 202,stand,,,
|
||||
-175 3528 170,198 200 201,stand,,,
|
||||
-131 3775 169,199,stand,,,
|
||||
-335 3534 183,199 7,stand,,,
|
||||
-73 2743 177,198 203 197,stand,,,
|
||||
-90 2483 177,202 204 196 197 205,stand,,,
|
||||
-216 2185 177,203 195 196,stand,,,
|
||||
132 2491 182,203 206,stand,,,
|
||||
140 2882 182,205 207,stand,,,
|
||||
488 2864 183,206 29,stand,,,
|
||||
-114 1870 369,129 55 50,stand,,,
|
||||
10 1609 375,210 130,stand,,,
|
||||
277 1632 369,209 119 292,stand,,,
|
||||
-339 425 428,132 131,stand,,,
|
||||
52 437 428,132 131,stand,,,
|
||||
18 -58 428,132 134,stand,,,
|
||||
-90 -359 381,134 215,stand,,,
|
||||
-56 -507 398,214 216,stand,,,
|
||||
-33 -656 366,215 217 135 136,stand,,,
|
||||
80 -652 373,216 218 232,stand,,,
|
||||
208 -659 374,217 219 225,stand,,,
|
||||
203 -911 421,218 220,stand,,,
|
||||
599 -914 571,219 221,stand,,,
|
||||
579 -667 571,220 222 224,stand,,,
|
||||
367 -710 571,221 223 224,stand,,,
|
||||
176 -799 571,222 224,stand,,,
|
||||
201 -572 571,223 222 221,stand,,,
|
||||
420 -645 374,218 226,stand,,,
|
||||
582 -751 374,225 227 229 230,stand,,,
|
||||
441 -821 374,226 228,stand,,,
|
||||
303 -807 374,227,stand,,,
|
||||
603 -903 374,226,stand,,,
|
||||
925 -787 374,226 231,stand,,,
|
||||
929 -478 326,230 169,stand,,,
|
||||
106 -975 372,217 233 254,stand,,,
|
||||
113 -1585 374,232 234 237 239 254,stand,,,
|
||||
383 -1642 365,233 235 236,stand,,,
|
||||
580 -1897 367,234 236,stand,,,
|
||||
538 -1593 376,234 235,stand,,,
|
||||
12 -1789 448,233 238,stand,,,
|
||||
-60 -1925 489,237,stand,,,
|
||||
8 -1628 374,233 240,stand,,,
|
||||
-185 -1982 374,239 241 246,stand,,,
|
||||
-184 -2161 374,240 242 243,stand,,,
|
||||
-61 -2333 374,241 243,stand,,,
|
||||
-254 -2231 374,242 241 244,stand,,,
|
||||
-466 -2144 368,243 245,stand,,,
|
||||
-685 -2030 377,244 246 250 251,stand,,,
|
||||
-570 -1771 377,245 247 248 251 240,stand,,,
|
||||
-430 -1550 375,246 248 252,stand,,,
|
||||
-751 -1647 374,247 249 250 246 251,stand,,,
|
||||
-913 -1556 374,248 250,stand,,,
|
||||
-914 -1793 377,249 245 251 248,stand,,,
|
||||
-729 -1808 377,245 250 246 248,stand,,,
|
||||
-413 -1356 368,247 253 254,stand,,,
|
||||
-413 -1084 369,252 136 254,stand,,,
|
||||
-132 -1200 370,232 253 252 233,stand,,,
|
||||
-1319 954 374,60 256,stand,,,
|
||||
-1431 964 374,255 257,stand,,,
|
||||
-1416 1421 530,256 258,stand,,,
|
||||
-1293 1401 530,257 259,stand,,,
|
||||
-1316 1107 530,258 260,stand,,,
|
||||
-1331 958 530,259 261,stand,,,
|
||||
-1422 962 530,260 262,stand,,,
|
||||
-1424 1421 680,261 263,stand,,,
|
||||
-1300 1408 680,262 264,stand,,,
|
||||
-1351 1204 680,263 265 266,stand,,,
|
||||
-1247 1106 680,264,stand,,,
|
||||
-1208 1211 680,264 267,stand,,,
|
||||
-1218 1430 755,266 268,stand,,,
|
||||
-1054 1420 782,267 269,stand,,,
|
||||
-1059 1182 782,268 270,stand,,,
|
||||
-926 1188 782,269 271 277,stand,,,
|
||||
-768 1187 782,270 272 275,stand,,,
|
||||
-592 1194 782,271 273 274,stand,,,
|
||||
-585 1303 782,272 274 279,stand,,,
|
||||
-465 1405 782,273 272,stand,,,
|
||||
-762 1029 782,271 276,stand,,,
|
||||
-623 1004 782,275,stand,,,
|
||||
-960 1009 782,270 278,stand,,,
|
||||
-1087 1000 782,277,stand,,,
|
||||
-969 1310 714,273 280,stand,,,
|
||||
-963 1403 714,279 281,stand,,,
|
||||
-570 1386 564,280 282,stand,,,
|
||||
-588 1275 564,281 283,stand,,,
|
||||
-834 1285 564,282 284,stand,,,
|
||||
-1049 1280 564,283 285,stand,,,
|
||||
-1033 1396 564,284 286,stand,,,
|
||||
-645 1392 415,285 287,stand,,,
|
||||
-649 1290 415,286 288 289,stand,,,
|
||||
-1039 1291 415,287,stand,,,
|
||||
-571 1288 415,287 57,stand,,,
|
||||
-223 2481 425,14 291,crouch,,,
|
||||
-223 2349 425,290,crouch,,,
|
||||
272 1719 406,129 210,stand,,,
|
||||
248 2044 406,129 24,stand,,,
|
||||
-325 3011 374,13 295,stand,,,
|
||||
-699 3008 374,294 297,stand,,,
|
||||
-500 2912 368,13 43 297 14 44,stand,,,
|
||||
-626 2981 408,296 295,stand,,,
|
||||
|
568
scriptdata/waypoints/mp_ava_tumbleweed_wp.csv
Normal file
@@ -0,0 +1,568 @@
|
||||
567
|
||||
2884 1216 152.125,518 518,stand,,,
|
||||
1042 254 207.669,492 492,stand,,,
|
||||
812 -168 319.125,396 409,stand,,,
|
||||
-54 -670 310.125,367 372,stand,,,
|
||||
-650 -510 488.125,388 388,stand,,,
|
||||
-592 -1662 446.125,346 346,stand,,,
|
||||
-838.787 -1791.21 493.421,107 105,stand,,,
|
||||
-2190.79 -2663.21 486.065,74 75 84,stand,,,
|
||||
-1152 -3876 495.998,21 21,stand,,,
|
||||
576 -3948 512.125,129 130,stand,,,
|
||||
1132 -3940 494.686,132 132,stand,,,
|
||||
2406 -3990 516.042,287,stand,,,
|
||||
2406 -2966 476.868,281 283 286,stand,,,
|
||||
2414 -2354 450.522,280 281,stand,,,
|
||||
2698 -1250 324.453,446 446,stand,,,
|
||||
3104 -544 337.506,454 454,stand,,,
|
||||
-2231.05 -3886.75 474.425,17 56,stand,,,
|
||||
-1692.12 -3901.94 502.388,16 18,stand,,,
|
||||
-1715.33 -3815.55 497.1,17 19 20 73,stand,,,
|
||||
-1654.7 -3558.68 492.853,18 21 20 39,stand,,,
|
||||
-1462.15 -3560.91 494.548,18 21 19 22 40 41,stand,,,
|
||||
-1149.15 -3767.35 484.016,20 19 22 8 8 23,stand,,,
|
||||
-1159.11 -3548.41 496.577,20 21 41 40 42,stand,,,
|
||||
-1026.11 -3747.88 512.125,21 24 28 28,stand,,,
|
||||
-1040.87 -3536.86 512.125,23 25,stand,,,
|
||||
-801.449 -3540.03 512.125,24 26 44,stand,,,
|
||||
-745.7 -3547.12 512.125,25 27,stand,,,
|
||||
-853.199 -3668.98 512.125,26 28 31,stand,,,
|
||||
-918.565 -3764.55 512.125,23 23 29 29 27 31,stand,,,
|
||||
-944.975 -3941.39 512.125,28 28,stand,,,
|
||||
-844.431 -3982.85 584.125,31 32,stand,,,
|
||||
-844.818 -3769.69 512.125,28 27 30,stand,,,
|
||||
-1020.55 -3957.58 648.125,30 33,stand,,,
|
||||
-1007.58 -3741.54 648.125,32 34 34 35,stand,,,
|
||||
-1078.88 -3739.13 650.125,33 33,stand,,,
|
||||
-1009.12 -3556.03 648.125,33 36 36 37,stand,,,
|
||||
-971.125 -3489.13 650.125,35 35,stand,,,
|
||||
-626.069 -3557.47 648.125,35 38 38,stand,,,
|
||||
-625.948 -3489.13 650.125,37 37,stand,,,
|
||||
-1585.14 -3229.51 491.637,19 40 40 50,stand,,,
|
||||
-1457.71 -3291.95 495.297,20 39 39 41 22 50 116 43,stand,,,
|
||||
-1255.25 -3337.95 491.699,20 22 40 42 43 116,stand,,,
|
||||
-1056.5 -3409.59 495.413,43 22 41 44,stand,,,
|
||||
-1057.85 -3196.27 495.479,42 41 49 110 116 113 40,stand,,,
|
||||
-795.585 -3416.91 486.301,25 42 45,stand,,,
|
||||
-421.176 -3438.37 494.562,44 46 49 119 120 121,stand,,,
|
||||
-414.919 -3567.76 500.319,45 47 119,stand,,,
|
||||
-370.357 -3879.23 513.489,46 48 48,stand,,,
|
||||
-465.225 -3931.92 494.185,47 47,stand,,,
|
||||
-468.027 -3200.99 495.116,45 43 111 118 117 120,stand,,,
|
||||
-1527.94 -3133.79 493.024,40 39 51 115,stand,,,
|
||||
-1630.93 -3034.44 494.844,50 52 77,stand,,,
|
||||
-1954.28 -3032.23 496.125,51 53,stand,,,
|
||||
-1946.52 -3176.44 496.125,52 54,stand,,,
|
||||
-2081.72 -3325.37 496.125,53 55,stand,,,
|
||||
-2085.49 -3690.59 496.125,54 56 57,stand,,,
|
||||
-2246.41 -3668.39 470.82,55 16,stand,,,
|
||||
-1947.8 -3662.2 496.125,55 58,stand,,,
|
||||
-1935.19 -3378.93 660.125,57 59 62 64,stand,,,
|
||||
-1879.3 -3310.4 660.125,58 60 61 61 60,stand,,,
|
||||
-1832.66 -3470.71 660.125,59 59,stand,,,
|
||||
-1817.13 -3295.91 660.125,59 59,stand,,,
|
||||
-2023 -3297.77 660.125,58 63 64 65,stand,,,
|
||||
-2129.4 -3189.5 660.125,62 64,stand,,,
|
||||
-1953.92 -3167.45 660.125,58 62 63 70,stand,,,
|
||||
-2107.63 -3515.5 660.125,62 66,stand,,,
|
||||
-2019.97 -3515.69 660.125,65 67,stand,,,
|
||||
-2034.94 -3646.9 660.125,68 66 68 72,stand,,,
|
||||
-1817.13 -3633.38 660.125,67 67,stand,,,
|
||||
-1823.13 -3055.14 660.125,70 71,stand,,,
|
||||
-1948.02 -3084.86 660.125,71 69 64,stand,,,
|
||||
-1866.02 -2975.13 660.125,70 69,stand,,,
|
||||
-2096.63 -3797.02 660.125,73 67,stand,,,
|
||||
-2043.33 -3800.72 660.125,72 18,stand,,,
|
||||
-2232.77 -3083.34 483.114,75 7,stand,,,
|
||||
-1973.33 -2836.42 495.232,74 76 7 77 84,stand,,,
|
||||
-1844.17 -2826.22 486.198,75 77 82 83,stand,,,
|
||||
-1620.51 -2966.96 498.461,51 78 76 82 75,stand,,,
|
||||
-1470.93 -2975.36 496.002,77 79,stand,,,
|
||||
-1446.46 -2845.67 496.889,80 78,stand,,,
|
||||
-1187.66 -2881.18 490.125,79 81,stand,,,
|
||||
-1115.8 -2778.44 485.124,80 82,stand,,,
|
||||
-1578.91 -2763.13 493.041,81 76 77,stand,,,
|
||||
-1848.82 -2692.34 504.125,76 84 85,stand,,,
|
||||
-1999.23 -2680.24 495.598,83 7 75,stand,,,
|
||||
-1693.61 -2693.51 504.125,83 86 89,stand,,,
|
||||
-1543.69 -2685.05 504.125,85 87,stand,,,
|
||||
-1426.5 -2643.91 504.125,88 86,stand,,,
|
||||
-1146.26 -2683.32 504.125,87 92 98,stand,,,
|
||||
-1692.84 -2365.45 504.125,85 90 96,stand,,,
|
||||
-1722.62 -2166.14 504.125,89 91,stand,,,
|
||||
-1148.62 -2214.76 504.125,90 92 104,stand,,,
|
||||
-1145.58 -2383.45 504.125,91 93 88 100,stand,,,
|
||||
-1319.32 -2377.54 504.125,94 94 96 92,stand,,,
|
||||
-1328.26 -2565.01 504.125,93 95 93,stand,,,
|
||||
-1484.82 -2480.91 504.125,94 96 97 97,stand,,,
|
||||
-1511.5 -2371.41 504.125,89 95 93,stand,,,
|
||||
-1547.29 -2589.67 504.125,95 95,stand,,,
|
||||
-1023.05 -2676.05 504.125,88 109 108,stand,,,
|
||||
-1001.57 -2541.8 504.125,100 100,stand,,,
|
||||
-999.964 -2437.76 504.125,92 99 99,stand,,,
|
||||
-895.948 -2452.82 481.64,102 103 104 108,stand,,,
|
||||
-739.898 -2405.13 486.828,101 106 103,stand,,,
|
||||
-738.41 -2544.99 485.957,101 102 334,stand,,,
|
||||
-885.974 -2210.45 504.125,91 101 105,stand,,,
|
||||
-890.188 -2021.61 478.513,104 6 106,stand,,,
|
||||
-738.028 -1978.16 473.032,105 107 102 324,stand,,,
|
||||
-567.492 -1958.02 446.125,6 106 323 324 325,stand,,,
|
||||
-896.759 -2667.59 484.515,101 98 112,stand,,,
|
||||
-1017.84 -2822.93 485.405,98 113,stand,,,
|
||||
-890.883 -3121.49 497.423,111 43 112 116 113,stand,,,
|
||||
-669.463 -3154.99 498.282,110 117 49 121,stand,,,
|
||||
-895.168 -2842.32 489.827,108 110 113,stand,,,
|
||||
-1028.22 -2913.96 497.192,109 43 114 112 110,stand,,,
|
||||
-1263.61 -2952.85 495.038,115 113,stand,,,
|
||||
-1370.97 -2997.28 494.421,114 116 50,stand,,,
|
||||
-1288.03 -3108.27 494.292,115 41 40 43 110,stand,,,
|
||||
-664.265 -3027.45 490.189,111 118 49,stand,,,
|
||||
-440.97 -2958.49 489.346,117 49 121,stand,,,
|
||||
-201.953 -3552.86 511.75,46 45 127 157,stand,,,
|
||||
-106.845 -3190.7 495.068,45 121 49 156,stand,,,
|
||||
-179.702 -3000.02 488.214,120 118 45 111 154 162 161 160,stand,,,
|
||||
-35.1261 -3699.44 512.202,127 123,climb,12.7759 2.36206 0,,
|
||||
3.95311 -3697.39 600.125,124 122,climb,10.9521 1.06567 0,,
|
||||
996.979 -3680.12 600.125,123 126,stand,,,
|
||||
995.959 -3741.13 512.188,126 131 130,climb,3.83301 93.2025 0,,
|
||||
995.004 -3719.21 605.125,125 124,climb,2.81128 89.4727 0,,
|
||||
-214.141 -3690.96 516.279,128 128 119 122,stand,,,
|
||||
-216.334 -3786.28 514.124,127 127 129 130,stand,,,
|
||||
357.64 -3725.15 512.125,128 9,stand,,,
|
||||
764.636 -3799.12 512.125,9 128 131 125,stand,,,
|
||||
987.78 -3828.95 512.125,125 130 132,stand,,,
|
||||
1119.6 -3819.83 488.125,10 10 131 133,stand,,,
|
||||
1263.09 -3824.46 488.383,132 134,stand,,,
|
||||
1274.01 -3528.71 488.125,135 135 133,stand,,,
|
||||
1431.03 -3531.33 486.453,134 136 134 138 237 241 236 233,stand,,,
|
||||
1419.15 -3974.93 493.925,135 137,stand,,,
|
||||
1837.2 -3973.33 506.481,136 236 287,stand,,,
|
||||
1423.45 -3304.94 492.592,135 139 140 234 233 241,stand,,,
|
||||
1093.95 -3105.46 482.21,138 140 206,stand,,,
|
||||
1067.59 -3330.46 487.167,138 139 141,stand,,,
|
||||
728.025 -3331.09 494.824,140 142 142 147 146 148,stand,,,
|
||||
721.551 -3549.42 496.154,143 141 146 141,stand,,,
|
||||
828.907 -3582.29 462.132,144 144 142 145 145,stand,,,
|
||||
832.846 -3464.34 462.252,143 143,stand,,,
|
||||
996.447 -3591.56 459.818,143 143,stand,,,
|
||||
417.874 -3571.76 505.414,142 147 141 148,stand,,,
|
||||
401.992 -3308.91 510.055,146 141 148 149,stand,,,
|
||||
240.635 -3554.85 499.68,146 147 157 141,stand,,,
|
||||
426.565 -2949.46 483.679,147 152 153 150,stand,,,
|
||||
482.599 -2962.51 484.766,151 151 149 158,stand,,,
|
||||
478.961 -3170.48 488.125,150 150 167,stand,,,
|
||||
347.92 -2713.21 475.372,149 153 158 159 161,stand,,,
|
||||
347.875 -2853.51 482.955,149 154 152,stand,,,
|
||||
318.258 -3007.58 483.635,153 155 121,stand,,,
|
||||
181.337 -3182.83 485.147,154 156 161 162,stand,,,
|
||||
-75.932 -3305.54 487.841,155 120 157,stand,,,
|
||||
-79.9034 -3558.37 510.599,119 156 148,stand,,,
|
||||
456.224 -2663.83 473.684,152 159 150,stand,,,
|
||||
464.024 -2301.23 422.056,158 152 160 160 166 242 163 165 164,stand,,,
|
||||
232.572 -2455.01 449.728,159 161 162 121 159 242 163 165 164,stand,,,
|
||||
218.69 -2710.81 485.659,152 160 155 121 163,stand,,,
|
||||
2.00942 -2613.93 466.01,160 121 155 163,stand,,,
|
||||
26.7802 -2305.53 420.918,162 160 159 242 164 161 165,stand,,,
|
||||
0.735457 -1782.52 332.664,242 163 160 159 322 361 362,stand,,,
|
||||
551.521 -1882.09 344.414,166 242 160 163 159 243 254,stand,,,
|
||||
558.977 -2310.01 421.558,165 159 173 173 216,stand,,,
|
||||
549.163 -3178.66 488.125,151 170 169 168,stand,,,
|
||||
551.139 -2819.96 488.125,169 172 170 167,stand,,,
|
||||
670.418 -2814.9 488.125,168 170 171 167 172 174,stand,,,
|
||||
654.406 -3175.7 488.125,167 169 168,stand,,,
|
||||
680.362 -2673.81 492.596,169 172,stand,,,
|
||||
568.065 -2654.74 488.125,171 168 169 173,stand,,,
|
||||
571.344 -2470.98 488.125,166 166 172,stand,,,
|
||||
848.013 -2828.77 488.125,169 175 178,stand,,,
|
||||
844.133 -2719.61 488.125,174 176,stand,,,
|
||||
951.541 -2719.1 488.125,177 175,stand,,,
|
||||
967.569 -2466.38 488.125,176 215,stand,,,
|
||||
856.669 -3013.89 488.125,174 179,stand,,,
|
||||
854.194 -3203.51 560.125,180 180 178,stand,,,
|
||||
654.494 -3198.98 616.125,179 181 179 183 185 184,stand,,,
|
||||
669.545 -3085.58 616.125,182 180 182,stand,,,
|
||||
781.515 -3090.01 616.125,181 181,stand,,,
|
||||
497.555 -3134.28 616.125,180 184 185 186,stand,,,
|
||||
483.837 -2877.96 616.125,183 180 185 188,stand,,,
|
||||
577.666 -2812.25 616.125,180 184 183 190,stand,,,
|
||||
399.625 -3135.3 616.125,183 187 187,stand,,,
|
||||
399.625 -3248.38 616.125,186 186,stand,,,
|
||||
399.625 -2877.48 616.125,184 189 189,stand,,,
|
||||
399.831 -2775.13 616.125,188 188,stand,,,
|
||||
534.046 -2414.03 616.125,185 191,stand,,,
|
||||
981.362 -2406.37 616.125,192 192 190 193,stand,,,
|
||||
832.508 -2600.87 616.125,191 191 194,climb,21.4661 -89.8627 0,,
|
||||
957.476 -2723.52 616.125,191 205,stand,,,
|
||||
833.499 -2623.96 762.125,192 195,climb,17.0551 -87.9401 0,,
|
||||
834.085 -2700.48 744.125,196 194 203,stand,,,
|
||||
973.922 -2916.46 744.125,195 197 203,stand,,,
|
||||
967.166 -3201.71 744.125,198 196 203,stand,,,
|
||||
758.021 -3237.17 744.125,197 203 199,stand,,,
|
||||
519.199 -3197.26 744.125,200 198 203,stand,,,
|
||||
522.998 -2815.02 744.125,199 201 203,stand,,,
|
||||
688.422 -2798.35 744.125,202 203 200 202,stand,,,
|
||||
690.261 -2658.46 744.125,201 201,stand,,,
|
||||
773.461 -3018.56 744.125,195 198 196 201 199 197 200,stand,,,
|
||||
1043.14 -2725.94 460.605,205 206 207,climb,-0.237427 -178.781 0,,
|
||||
1039.81 -2725.78 650.125,204 193,climb,0.443726 179.528 0,,
|
||||
1124.68 -3038.63 476.846,204 139 207 225,stand,,,
|
||||
1124.99 -2699.86 458.608,204 208 206 215,stand,,,
|
||||
1190.87 -2697.82 455.364,209 207,climb,15.3632 1.86218 0,,
|
||||
1198.16 -2697.82 682.125,208 210,climb,-0.578003 -1.86768 0,,
|
||||
1261.4 -2701.37 664.125,209 213 212 214,stand,,,
|
||||
1555.13 -3105.45 664.125,212 213 214 214,stand,,,
|
||||
1547.36 -2670.62 664.125,211 213 210,stand,,,
|
||||
1423.74 -2907.05 664.125,210 211 212 214,stand,,,
|
||||
1257.29 -3089.37 664.125,211 211 213 210,stand,,,
|
||||
1119.82 -2461.66 452.751,207 177 218 220,stand,,,
|
||||
604.875 -2310.92 421.702,166 217,stand,,,
|
||||
622.167 -2314.14 450.125,216 218,stand,,,
|
||||
1118.57 -2310.32 447.125,217 215 219,stand,,,
|
||||
1371.28 -2325.23 447.001,220 218,stand,,,
|
||||
1364.86 -2516.73 447.544,219 215 221,stand,,,
|
||||
1681.56 -2493.91 453.076,220 222 270 271 272,stand,,,
|
||||
1746.12 -2697.74 454.716,221 223 229 228 229 231,stand,,,
|
||||
1240.86 -2647.13 448.125,224 222,stand,,,
|
||||
1257.71 -2821.78 448.125,223,stand,,,
|
||||
1258.66 -3051.33 482.125,206 226,stand,,,
|
||||
1435.38 -3112.88 472.125,225 227,stand,,,
|
||||
1486.32 -3037.53 472.125,228 226,stand,,,
|
||||
1743.86 -3050.01 478.631,227 222 231 230 233,stand,,,
|
||||
1859.7 -2627.81 467.033,222 222,stand,,,
|
||||
1874.4 -3102.02 484.806,231 228 231 233 235,stand,,,
|
||||
1882.34 -2861.79 485.099,230 232 228 230 222,stand,,,
|
||||
1927.15 -2864.11 472.125,231 283 282,stand,,,
|
||||
1682.35 -3189.56 478.644,228 234 235 230 241 138 236 135,stand,,,
|
||||
1428.83 -3188.04 482.815,233 138,stand,,,
|
||||
1857.72 -3404.32 504.125,233 230 236 241 285,stand,,,
|
||||
1843.86 -3652.67 512.85,235 137 241 237 233 135,stand,,,
|
||||
1638.55 -3702.64 499.747,238 238 240 135 241 236,stand,,,
|
||||
1511.51 -3771.2 490.885,237 237 239,stand,,,
|
||||
1551.39 -3878.15 491.633,240 240 238,stand,,,
|
||||
1696.98 -3864.78 503.914,239 239 237,stand,,,
|
||||
1670.06 -3452.95 494.933,236 237 233 235 135 138,stand,,,
|
||||
264.124 -1796.83 335.663,160 165 164 159 163 254 361 362,stand,,,
|
||||
734.394 -1882.58 352.125,244 165 248 251 251 309 250,stand,,,
|
||||
660.501 -2042.21 354.125,243 292 309,stand,,,
|
||||
748.531 -2189.29 434.125,246 309,stand,,,
|
||||
653.887 -2201.88 434.125,247 245,stand,,,
|
||||
664.168 -1994.5 506.125,246 310 310 310 312,stand,,,
|
||||
958.439 -1898.7 352.125,249 250 243 253 261,stand,,,
|
||||
1112.57 -1813.38 354.125,248 259 258,stand,,,
|
||||
849.989 -1811.92 352.125,248 251 253 251 243,stand,,,
|
||||
647.154 -1737.38 352.125,250 243 243 250,stand,,,
|
||||
974.44 -1644.88 320.125,253 254 255,stand,,,
|
||||
971.945 -1678.71 354.125,252 250 248,stand,,,
|
||||
538.353 -1630.89 313.725,165 252 361 242 362 398,stand,,,
|
||||
1199.8 -1644.87 320.125,252 256 268 289,stand,,,
|
||||
1197.18 -1673.2 352.125,255 257 259,stand,,,
|
||||
1186.09 -1905.63 354.125,256 258,stand,,,
|
||||
1100.3 -1902.25 356.125,257 249 260,stand,,,
|
||||
1113.1 -1757.79 352.125,249 256,stand,,,
|
||||
1112.74 -2022.16 352.125,258 261 263,stand,,,
|
||||
974.41 -2012.64 352.125,248 260 262 309,stand,,,
|
||||
1011.47 -2105.26 352.125,261 263,stand,,,
|
||||
1111.92 -2110.9 352.125,260 262 264,stand,,,
|
||||
1477 -2100.33 334.081,263 265 267 268,stand,,,
|
||||
1461.26 -2329.78 337.162,264 266,stand,,,
|
||||
1559.04 -2333.5 327.279,267 265,stand,,,
|
||||
1560.92 -2088.53 323.457,266 264,stand,,,
|
||||
1474.32 -1630.63 320.125,264 255 269 291 289 401,stand,,,
|
||||
1744.7 -1655.13 321.233,268 270 272 273 291 290,stand,,,
|
||||
1689.55 -2059.38 371.26,221 269 271 272 273,stand,,,
|
||||
1857.11 -2473.59 450.888,221 272 270,stand,,,
|
||||
1871.41 -2067.65 372.043,273 271 274 221 270 269,stand,,,
|
||||
1871.72 -1648.92 320.737,272 270 269 290,stand,,,
|
||||
1975.49 -2059.59 388.418,275 272 278,stand,,,
|
||||
2185.49 -2066.27 426.066,274 276,stand,,,
|
||||
2180.89 -1761.69 432.125,277 275 426 277,stand,,,
|
||||
2191.53 -1573.9 432.125,276 276 427,stand,,,
|
||||
1974.29 -2280.6 472.125,274 279,stand,,,
|
||||
1974.61 -2446.41 436.717,278 282 280,stand,,,
|
||||
2154.59 -2341.66 441.567,13 279,stand,,,
|
||||
2416.79 -2756.38 435,13 12 282,stand,,,
|
||||
1955.12 -2733.24 436.392,279 232 283 281,stand,,,
|
||||
1952.91 -2950.28 480.026,232 282 12 284,stand,,,
|
||||
1963.97 -3287.23 481.593,283 285,stand,,,
|
||||
2059.14 -3432.01 482.44,235 284 286 288,stand,,,
|
||||
2406.14 -3438.85 509.642,285 12,stand,,,
|
||||
2017.44 -3975.75 480.125,11 137 288,stand,,,
|
||||
1945.45 -3615.76 503.384,287 285,stand,,,
|
||||
1296.89 -1474.68 318.361,255 268 401 399 403 291 444,stand,,,
|
||||
1870.16 -1369.79 319.167,273 291 420 421 401 402 269 444,stand,,,
|
||||
1621.13 -1446.39 321.788,269 290 268 289 402 401,stand,,,
|
||||
659.382 -2202.88 282.125,244 293,stand,,,
|
||||
751.526 -2198.73 282.125,294 292,stand,,,
|
||||
751.451 -1961.9 200.125,293 295 299 297 298,stand,,,
|
||||
652.942 -1955 200.125,296 300 294 300,stand,,,
|
||||
644.107 -2204.11 200.125,295 297,stand,,,
|
||||
933.274 -2179.88 200.125,298 296 294,stand,,,
|
||||
930.789 -1791.27 200.125,297 299 294 301,stand,,,
|
||||
774.385 -1747.57 200.125,298 294 300,stand,,,
|
||||
660.927 -1799.77 200.125,295 295 299,stand,,,
|
||||
1071.21 -1780.08 163.125,298 302,stand,,,
|
||||
1055.44 -1890.34 163.125,301 308,stand,,,
|
||||
1044.45 -2199.01 164.125,304 308 305,stand,,,
|
||||
1211.33 -2214.07 164.125,303 305 308,stand,,,
|
||||
1213.04 -2032.49 164.125,306 306 304 308 303,stand,,,
|
||||
1313.66 -2034.23 132.125,305 307 307 305,stand,,,
|
||||
1297.92 -2231.98 132.125,306 306,stand,,,
|
||||
1045.91 -2009.69 164.125,305 302 303 304,stand,,,
|
||||
736.376 -1995.18 354.125,244 243 261 245,stand,,,
|
||||
652.928 -1804 504.125,247 247 247 311,stand,,,
|
||||
838.613 -1806.95 504.125,312 312 310 312,stand,,,
|
||||
826.12 -2012.92 504.125,311 311 311 247 313 315,stand,,,
|
||||
824.62 -2207.13 504.125,312,stand,,,
|
||||
1104.53 -2212.92 504.125,315 315,stand,,,
|
||||
1106.24 -2020.91 504.125,314 312 314 317 319,stand,,,
|
||||
1108.71 -1932.87 482.125,317 318 318,stand,,,
|
||||
1108.62 -1962.16 506.125,316 315,stand,,,
|
||||
1103.41 -1720.37 482.125,316 316,stand,,,
|
||||
1400.87 -2033.96 504.125,315 320,stand,,,
|
||||
1306.27 -2174.23 504.125,319 321 321,stand,,,
|
||||
1183.93 -2172.22 504.125,320 320,stand,,,
|
||||
-238.645 -1770.53 444.29,164 323 325,stand,,,
|
||||
-352.186 -1773.05 446.125,322 107 325 340,stand,,,
|
||||
-429.198 -2092.68 446.125,106 107 325 330,stand,,,
|
||||
-355.507 -1936.35 446.125,324 323 326 327 107 322 326,stand,,,
|
||||
-99.125 -1942.74 446.125,325 325,stand,,,
|
||||
-104.056 -2056.09 446.125,325 328 328,stand,,,
|
||||
-83.7684 -2439.69 500.239,327 327,stand,,,
|
||||
-565.188 -2249.15 446.125,330 332 335,stand,,,
|
||||
-418.788 -2177.08 446.125,329 324 331 331 335,stand,,,
|
||||
-237.35 -2174.51 446.125,330 330 339 339,stand,,,
|
||||
-576.529 -2387.69 512.125,329 333,stand,,,
|
||||
-586.334 -2725.87 512.125,332 334,stand,,,
|
||||
-747.045 -2718.31 512.125,333 103,stand,,,
|
||||
-418.909 -2354.45 446.125,329 336 338 330,stand,,,
|
||||
-499.502 -2791.17 476.936,337 335,stand,,,
|
||||
-223.125 -2763.71 489.137,336 338,stand,,,
|
||||
-281.905 -2513.74 446.125,337 335,stand,,,
|
||||
-237.885 -2264.13 446.125,331 331,stand,,,
|
||||
-353.783 -1631.78 446.125,323 341 341 345,stand,,,
|
||||
-170.441 -1576.68 446.125,340 340 342,stand,,,
|
||||
-242.415 -1447.01 446.125,343 344 341,stand,,,
|
||||
-151.125 -1385.23 446.125,342 344,stand,,,
|
||||
-353.438 -1348.52 446.125,345 342 343,stand,,,
|
||||
-378.786 -1467.25 446.125,344 340,stand,,,
|
||||
-577.846 -1471.27 446.125,347 5 5 347 348,stand,,,
|
||||
-569.89 -1250.54 446.125,346 346,stand,,,
|
||||
-713.434 -1475.78 446.125,346 349 350,stand,,,
|
||||
-858.627 -1470.65 446.125,348 351,stand,,,
|
||||
-697.849 -1143.84 444.49,348 359 384,stand,,,
|
||||
-855.654 -1266.9 534.125,349 352,stand,,,
|
||||
-573.942 -1265.13 689.125,351 353 356,stand,,,
|
||||
-188.846 -1284.51 687.125,352 356,stand,,,
|
||||
-466.665 -1694.68 687.125,355 357 356,stand,,,
|
||||
-706.867 -1673.71 687.125,354 356,stand,,,
|
||||
-417.47 -1350.73 687.125,352 353 357 355 354,stand,,,
|
||||
-223.203 -1686.32 687.125,354 356 358 358,stand,,,
|
||||
-180.548 -1545.87 687.125,357 357,stand,,,
|
||||
-391.813 -1146.61 318.62,350 360,stand,,,
|
||||
-33.9261 -1167.62 320.221,359 361 366,stand,,,
|
||||
-27.6669 -1327.42 320.394,360 164 254 242 362 363,stand,,,
|
||||
383.107 -1371.41 322.782,361 254 242 164 363 363 399,stand,,,
|
||||
491.891 -1135.71 316.936,362 361 364 362 398 400 399,stand,,,
|
||||
482.457 -994.303 319.486,363 365 369 400,stand,,,
|
||||
247.393 -997.737 318.766,364 366 373,stand,,,
|
||||
-19.0092 -997.834 318.91,360 365 374,stand,,,
|
||||
-3.1528 -747.875 336.125,3 371 375,stand,,,
|
||||
383.387 -915.439 336.125,369 373,stand,,,
|
||||
498.602 -806.7 314.125,368 364 370 397,stand,,,
|
||||
372.343 -765.873 336.125,369 371,stand,,,
|
||||
255.463 -755.259 336.125,372 370 367,stand,,,
|
||||
254.732 -642.014 310.125,371 3 397,stand,,,
|
||||
248.943 -908.761 336.125,368 374 365,stand,,,
|
||||
-16.4899 -895.317 336.125,373 366 375,stand,,,
|
||||
-98.786 -842.967 336.125,374 367 376,stand,,,
|
||||
-174.847 -826.506 336.125,375 377 380,stand,,,
|
||||
-174.102 -944.875 360.125,376 378,stand,,,
|
||||
-614.761 -931.506 360.125,379 377,stand,,,
|
||||
-603.399 -719.125 360.125,378 380,stand,,,
|
||||
-172.008 -712.701 360.125,376 379 381,stand,,,
|
||||
-370.426 -651.29 360.125,380 382,stand,,,
|
||||
-699.258 -644.905 408.125,381 383,stand,,,
|
||||
-701.036 -830.143 448.125,382 384,stand,,,
|
||||
-706.54 -1014.4 448.125,350 383 385,stand,,,
|
||||
-417.017 -1025.63 448.125,384 386,stand,,,
|
||||
-196.937 -1029.35 488.125,387 387 385,stand,,,
|
||||
-184.508 -823.612 488.125,386 386 388 390,stand,,,
|
||||
-187.688 -499.276 488.125,387 4 389 4,stand,,,
|
||||
516.875 -503.232 482.125,388 390 395,stand,,,
|
||||
-93.8219 -822.443 488.125,387 391 389,stand,,,
|
||||
-90.2495 -933.183 488.125,392 390 392,stand,,,
|
||||
428.875 -923.157 488.125,391 391,stand,,,
|
||||
428.875 -727.125 488.125,394 394,stand,,,
|
||||
-96.8941 -728.591 488.125,393 393,stand,,,
|
||||
487.419 -166.438 314.125,389 396,stand,,,
|
||||
582.066 -302.905 314.125,395 397 2 409,stand,,,
|
||||
575.775 -610.586 314.125,396 372 369 400 406 409,stand,,,
|
||||
633.677 -1517.37 316.036,254 399 363 400,stand,,,
|
||||
810.218 -1241.55 314.985,400 398 362 363 403 401 289,stand,,,
|
||||
610.858 -1059.22 320.125,399 398 364 397 363,stand,,,
|
||||
1261.09 -1190.82 311.082,402 289 399 403 291 268 290 444,stand,,,
|
||||
1389.14 -982.547 310.486,401 291 404 290 444 481 482,stand,,,
|
||||
960.707 -1471.17 320.217,399 401 289,stand,,,
|
||||
1269.09 -876.09 328.125,402 405 407,stand,,,
|
||||
1352.41 -620.5 356.778,406 404,stand,,,
|
||||
1000.23 -593.813 328.125,405 407 397,stand,,,
|
||||
987.749 -866.125 333.885,406 404 408,stand,,,
|
||||
791.466 -890.576 328.994,407,stand,,,
|
||||
755.634 -309.346 318.632,397 2 396 410 411,stand,,,
|
||||
949.962 -452.528 319.125,409 420,stand,,,
|
||||
1049.48 -317.547 328.125,409 412 419,stand,,,
|
||||
1354.84 -341.038 328.125,413 411,stand,,,
|
||||
1360.87 -160.011 328.125,412 414 419,stand,,,
|
||||
1335.05 -70.1172 328.125,413 489,stand,,,
|
||||
899.079 -191.214 328.125,417 417,stand,,,
|
||||
903.104 149.103 328.125,417 417,stand,,,
|
||||
885.165 36.9144 328.125,416 415 416 415 418,stand,,,
|
||||
1031.04 39.543 328.125,417 419 419,stand,,,
|
||||
1073.71 -139.263 328.125,418 418 411 413,stand,,,
|
||||
1475.44 -445.978 229.903,410 290 482 486 484,stand,,,
|
||||
2104.76 -1383.95 322.55,422 423 290,stand,,,
|
||||
2096.27 -1266.9 320.896,421 446,stand,,,
|
||||
2307.06 -1383.06 432.125,421 424,stand,,,
|
||||
2317.14 -1483.72 432.125,425 425 423,stand,,,
|
||||
1976.47 -1461.71 432.125,424 426 424,stand,,,
|
||||
1990.48 -1758.98 432.125,276 425,stand,,,
|
||||
2443.13 -1580.22 496.125,277 428 439,stand,,,
|
||||
2794.98 -1592.94 512.125,427 429,stand,,,
|
||||
2798.42 -1301.9 512.125,428 430 430,stand,,,
|
||||
2893.95 -1207.88 512.125,429 429 431,stand,,,
|
||||
3070.29 -1204.08 512.125,432 430,stand,,,
|
||||
3072.14 -913.599 544.125,431 433,stand,,,
|
||||
2861.31 -899.97 544.125,432 434 438 438,stand,,,
|
||||
2859.48 -1019.56 544.125,435 433,stand,,,
|
||||
2723.88 -1021.85 544.125,434 436,stand,,,
|
||||
2743.44 -1116.47 544.125,435 437,stand,,,
|
||||
2979.77 -1095.84 417.125,436 452,stand,,,
|
||||
2919.17 -748.449 544.125,433 433,stand,,,
|
||||
2455.65 -1819.12 552.125,427 443,stand,,,
|
||||
2268.58 -1473.56 552.125,441 443,stand,,,
|
||||
1982.25 -1456.16 552.125,442 440,stand,,,
|
||||
1986.99 -1755.17 552.125,441 443,stand,,,
|
||||
2269.49 -1781.12 552.125,439 442 440,stand,,,
|
||||
1815.07 -1033.59 318.16,402 289 445 480 479 481 290 401,stand,,,
|
||||
2232.53 -1109.61 321.024,444 446 447 455 447 480,stand,,,
|
||||
2337.57 -1260.42 322.63,445 14 422 14 447,stand,,,
|
||||
2398.49 -1060.4 333.125,446 445 445 448,stand,,,
|
||||
2385.86 -826.897 335.125,449 449 455 456 455 477 447,stand,,,
|
||||
2486.24 -833.05 336.125,448 450 448 451 450,stand,,,
|
||||
2606.41 -978.277 336.125,449 449,stand,,,
|
||||
2526.95 -607.502 336.125,449 472,stand,,,
|
||||
2980.86 -922.133 336.125,437 453,stand,,,
|
||||
2882.6 -869.278 336.125,452 472,stand,,,
|
||||
3078.55 -463.92 329.27,15 15 471,stand,,,
|
||||
2285.92 -836.864 321.657,445 448 448 477,stand,,,
|
||||
2363.71 -472.572 314.188,448 462 473 477 470,stand,,,
|
||||
2844.34 -288.244 283.479,470 473 474 472 475,stand,,,
|
||||
2350.76 86.2041 266.199,459 468 467,stand,,,
|
||||
2393.59 -31.4496 272.592,458 460 469,stand,,,
|
||||
2509.7 -42.8784 266.174,461 459,stand,,,
|
||||
2491.48 -335.611 304.156,460 462 470,stand,,,
|
||||
2413.31 -390.51 309.677,463 456 461 478,stand,,,
|
||||
2351.18 -235.851 288.659,462 464 468,stand,,,
|
||||
2206.69 -284.456 287.819,465 463 465 469,stand,,,
|
||||
1997.49 -306.481 272.777,464 464 466 478,stand,,,
|
||||
2057.69 -29.268 269.647,467 469 465,stand,,,
|
||||
2051.69 101.19 264.588,466 458,stand,,,
|
||||
2326.53 -109.813 276.877,458 463,stand,,,
|
||||
2205.35 -26.1362 272.144,466 464 459,stand,,,
|
||||
2619.38 -320.904 292.887,461 457 473 475 474 456,stand,,,
|
||||
2936.17 -433.848 325.178,472 472 454 473 557,stand,,,
|
||||
2871.63 -606.833 336.125,471 451 453 471 473 457,stand,,,
|
||||
2728.9 -438.5 316.976,472 471 456 470 457 476,stand,,,
|
||||
2806.57 249.921 128.077,457 470 476 558 475 559,stand,,,
|
||||
2591.01 181.962 132.161,470 457 476 474 566,stand,,,
|
||||
2680.21 348.363 133.282,473 475 474 559 560 563,stand,,,
|
||||
2200.43 -634.085 315.233,456 448 455 479 478,stand,,,
|
||||
2008.26 -513.396 276.379,462 479 465 477 479 481 482,stand,,,
|
||||
2030.4 -716.897 296.686,477 478 478 480 444 481 481 487,stand,,,
|
||||
2050.99 -983.425 319.842,445 479 444 481,stand,,,
|
||||
1759.68 -767.223 280.725,402 479 444 478 479 480 482,stand,,,
|
||||
1670.83 -476.374 230.674,478 483 420 402 485 481 486,stand,,,
|
||||
1952.88 -345.868 233.575,482 484,stand,,,
|
||||
1942.8 -18.2336 159.481,483 485 420 485 490 494,stand,,,
|
||||
1710.38 -10.3264 156.086,486 484 482 484 487 490 564 566,stand,,,
|
||||
1565.49 -14.5101 146.749,485 420 482 487 490,stand,,,
|
||||
1502.23 179.032 138.913,488 490 486 479 485 491 564,stand,,,
|
||||
1356.43 153.096 200.125,487 489,stand,,,
|
||||
1351.1 79.04 239.974,414 488,stand,,,
|
||||
1876.72 292.946 133.282,487 485 484 562 564 565 566 486,stand,,,
|
||||
1534.18 437.2 136.206,487 494 565 492,stand,,,
|
||||
1221.48 272.378 188.062,1 1 491,stand,,,
|
||||
1440.31 862.174 144.125,494 495,stand,,,
|
||||
1368.18 473.705 151.182,493 491 484,stand,,,
|
||||
1556.52 843.951 152.125,493 496,stand,,,
|
||||
1558.64 1243.18 152.125,497 497 495,stand,,,
|
||||
1823.11 1231.24 152.125,496 499 509 496,stand,,,
|
||||
1798.81 744.477 152.125,509 510,stand,,,
|
||||
2035.53 1216.39 152.125,497 500 500 501,stand,,,
|
||||
2025.89 1000.02 152.125,499 499,stand,,,
|
||||
2265.24 1206.98 152.125,499 502 503 502,stand,,,
|
||||
2262.07 967.173 152.125,501 501,stand,,,
|
||||
2474.8 1212.16 152.125,501 504 505 504,stand,,,
|
||||
2517.09 968.202 152.125,503 503,stand,,,
|
||||
2678.47 1193.73 152.125,503 506,stand,,,
|
||||
2768.49 900.289 152.125,507 505 518 560,stand,,,
|
||||
2635.96 825.703 152.125,506 508,stand,,,
|
||||
1968.13 826.711 152.125,507 509,stand,,,
|
||||
1800.19 863.439 152.125,508 497 498,stand,,,
|
||||
1545.29 727.5 248.125,511 498,stand,,,
|
||||
1547.21 944.579 336.125,510 512,stand,,,
|
||||
1554.85 1117.71 336.125,513 513 511,stand,,,
|
||||
1661.01 1117.58 336.125,512 512 514,stand,,,
|
||||
1655.26 883.166 456.125,515 516 517 513,stand,,,
|
||||
1653.13 748.947 456.125,514 516,stand,,,
|
||||
1310.24 748.81 456.125,517 515 514,stand,,,
|
||||
1302.67 559.884 456.125,516 514,stand,,,
|
||||
2861.02 912.129 152.125,506 0 0 519,stand,,,
|
||||
3071.33 909.729 131.131,518 520 559,stand,,,
|
||||
3278.63 863.29 136.949,519 521 559,stand,,,
|
||||
3480.18 1057.76 128.452,522 520,stand,,,
|
||||
3487.13 1289.39 128.969,521 523,stand,,,
|
||||
3654.34 1311.87 132.126,524 522,stand,,,
|
||||
3784.07 1316.63 132.131,523 525,stand,,,
|
||||
3903.94 1328.15 192.125,524 526,stand,,,
|
||||
4016.47 986.206 192.125,525 527 542,stand,,,
|
||||
4088.36 719.615 192.125,526 528,stand,,,
|
||||
3993.59 610.763 192.125,529 529 529 527,stand,,,
|
||||
3995.08 505.902 192.125,528 528 528 530 531,stand,,,
|
||||
4126.7 548.947 192.125,529 545,stand,,,
|
||||
3916.9 187.878 192.125,532 529 543,stand,,,
|
||||
3665.65 209.763 131.843,533 531,stand,,,
|
||||
3298.93 242.165 131.45,532 558 559 559,stand,,,
|
||||
3777.35 219.578 342.125,535 546 547,stand,,,
|
||||
3825.08 438.02 342.125,536 539 534,stand,,,
|
||||
3978.14 437.006 342.125,535 537,stand,,,
|
||||
3981.53 1061 342.125,538 536,stand,,,
|
||||
3822.43 1067.43 342.125,537 539 540,stand,,,
|
||||
3764.1 738.076 342.125,535 538,stand,,,
|
||||
3867.55 1326.25 342.125,538 541,stand,,,
|
||||
4140 1313.63 342.125,540 542,stand,,,
|
||||
4108.85 954.369 192.125,526 541,stand,,,
|
||||
4010.02 171.964 192.125,531 544,stand,,,
|
||||
3983.55 32.7821 192.125,543 550,stand,,,
|
||||
4124.7 222.309 342.125,530 546,stand,,,
|
||||
4125.68 165.703 342.125,545 534,stand,,,
|
||||
3804.6 73.2817 384.125,534 548 552,stand,,,
|
||||
4056.65 70.9095 384.125,551 547,stand,,,
|
||||
3776.39 -81.2982 224.125,550 550 551,stand,,,
|
||||
3772.59 36.2758 192.125,549 544 549,stand,,,
|
||||
4031.09 -98.9373 360.125,549 548,stand,,,
|
||||
3643.61 83.6866 384.125,553 547,stand,,,
|
||||
3492.18 44.071 384.125,552 554,stand,,,
|
||||
3302.97 74.545 384.125,553 555 556,stand,,,
|
||||
2916.27 79.6015 384.125,554 557,stand,,,
|
||||
3283.85 -73.1812 384.125,557 554,stand,,,
|
||||
2940.2 -254.473 384.125,556 555 471,stand,,,
|
||||
3082.21 223.736 128.835,533 474 559,stand,,,
|
||||
3176.41 519.973 137.282,519 520 533 533 558 476 474 560 563,stand,,,
|
||||
2693.11 539.084 129.834,506 559 476 561 563,stand,,,
|
||||
2072.76 595.021 125.531,560 563 562 564,stand,,,
|
||||
1857.57 536.191 127.244,490 561 564 565,stand,,,
|
||||
2352.96 443.209 137.209,560 476 559 561 564,stand,,,
|
||||
2055.57 456.312 136.201,490 563 561 485 562 487 566,stand,,,
|
||||
1664.25 506.734 131.473,490 491 562,stand,,,
|
||||
1947.21 203.44 129.118,475 490 485 564,stand,,,
|
||||
|
156
scriptdata/waypoints/mp_aztec_wp.csv
Normal file
@@ -0,0 +1,156 @@
|
||||
155
|
||||
2624 160 -223.614,1 6 8 10,stand,,,
|
||||
2631.44 -198.249 -228.631,0 2 5 4 154,stand,,,
|
||||
3218.91 -187.626 -289.06,3 1 3 81 4,stand,,,
|
||||
3381.59 -180.124 -290.364,2 4 5 77 2 81 79,stand,,,
|
||||
3399.19 -325.154 -283.244,5 3 1 2,stand,,,
|
||||
2627.24 -368.875 -222.691,4 1 3 154,stand,,,
|
||||
2165.04 96.7734 -223.875,0 7 8 10,stand,,,
|
||||
1381.05 87.1254 -223.875,6 10 12 44 11,stand,,,
|
||||
2098.52 262.543 -223.875,0 6 9,stand,,,
|
||||
1898.27 259.152 -223.875,10 8,stand,,,
|
||||
1757.46 187.097 -223.875,9 7 0 11 12 6,stand,,,
|
||||
1317.44 284.749 -223.875,12 13 10 46 7 44,stand,,,
|
||||
1170.58 128.305 -223.875,11 7 46 10,stand,,,
|
||||
1293.13 -23.1943 -223.875,11 14,stand,,,
|
||||
1160.49 -112.614 -223.875,13 15 16 47 48,stand,,,
|
||||
1016.34 -370.268 -223.875,14 16 17 18,stand,,,
|
||||
1243.35 -402.045 -223.875,15 14 47 48,stand,,,
|
||||
689.256 -446.018 -223.875,15 18,stand,,,
|
||||
429.139 -347.147 -223.875,17 19 15 32,stand,,,
|
||||
-40.2026 -348.374 -223.875,18 20 21 23 31 32 30,stand,,,
|
||||
-55.1612 -23.1752 -219.497,19 21,stand,,,
|
||||
-347.46 -42.4227 -223.794,20 22 19 30 30 33 39,stand,,,
|
||||
-833.269 -17.1493 -223.875,21 29 25 26 28 36 37,stand,,,
|
||||
-226.743 -566.24 -223.875,19 31 56,stand,,,
|
||||
-366.258 -422.166 -225.549,25 30 31 28 27,stand,,,
|
||||
-645.39 -258.22 -231.038,26 22 24 30 28 29,stand,,,
|
||||
-690.278 -586.345 -207.875,27 25 28 22,stand,,,
|
||||
-1110.58 -550.306 -207.875,26 28 24,stand,,,
|
||||
-934.513 -309.124 -223.875,29 27 26 22 24 25,stand,,,
|
||||
-999.31 53.0634 -217.337,22 28 25 37 36,stand,,,
|
||||
-339.668 -260.499 -223.875,21 24 25 21 19 31,stand,,,
|
||||
-217.648 -384.953 -228.239,24 23 19 32 30,stand,,,
|
||||
150.252 -433.549 -223.875,18 31 19,stand,,,
|
||||
-380.838 312.168 -194.563,21 39 40,stand,,,
|
||||
-496.875 841.344 -189.702,39 40,stand,,,
|
||||
-677.028 641.237 -213.837,36 40 98 102 37 102 105,stand,,,
|
||||
-811.486 527.611 -223.875,37 22 29 35 37 37 102,stand,,,
|
||||
-968.216 522.864 -223.875,36 29 22 36 36 35 102,stand,,,
|
||||
-53.924 723.695 -191.875,39 41,stand,,,
|
||||
-236.002 734.516 -195.934,33 21 34 38,stand,,,
|
||||
-497.685 638.863 -191.875,33 34 35,stand,,,
|
||||
1009.74 695.222 -191.875,38 42,stand,,,
|
||||
1089.48 801.344 -191.875,41 43 45,stand,,,
|
||||
1349.98 846.459 -191.875,44 44 42 45,stand,,,
|
||||
1373.66 395.496 -223.753,43 43 46 7 11 95,stand,,,
|
||||
1286.6 604.55 -191.875,42 43 46,stand,,,
|
||||
1272.82 390.547 -223.808,45 12 11 44,stand,,,
|
||||
1126.75 -1335.87 -226.133,14 16 48 49 51,stand,,,
|
||||
1236.94 -1305.91 -232.802,16 47 14 51 52,stand,,,
|
||||
975.047 -1340.68 -225.751,47 50 52 51 68 50 67,stand,,,
|
||||
860.018 -1340.64 -223.673,49 53 54 51 67 49 68,stand,,,
|
||||
1000.36 -1596.06 -214.72,52 48 47 54 50 49 53,stand,,,
|
||||
1275.88 -1511.82 -223.875,51 48 49 53,stand,,,
|
||||
503.892 -1448.67 -230.297,50 54 55 51 52,stand,,,
|
||||
81.7378 -1488.45 -223.875,51 50 53 55 151,stand,,,
|
||||
295.733 -1323.22 -222.175,53 54,stand,,,
|
||||
252.222 -559.986 -519.657,23 57 58 59 62 61 60,stand,,,
|
||||
246.56 -1263.29 -513.271,56 58 59,stand,,,
|
||||
726.373 -1244.93 -526.711,57 59 56 62,stand,,,
|
||||
746.857 -452.76 -521.47,58 56 57 62 63 70 66,stand,,,
|
||||
177.269 119.936 -513.96,61 61 56 62,stand,,,
|
||||
401.471 250.426 -543.082,60 60 56 62 70 73 71 72,stand,,,
|
||||
462.12 -158.258 -548.669,59 56 61 58 60 70 73,stand,,,
|
||||
853.264 -410.821 -511.398,64 64 59 64 66 70,stand,,,
|
||||
986.527 -432.132 -511.875,63 63 63 65 69 70,stand,,,
|
||||
989.441 -529.948 -511.663,66 64 68 67,stand,,,
|
||||
848.132 -536.963 -511.793,65 63 67 68 59,stand,,,
|
||||
847.875 -914.914 -354.23,66 50 68 65 49,stand,,,
|
||||
992.902 -901.856 -351.975,67 49 65 66 50,stand,,,
|
||||
964.222 -111.648 -508.676,64 70,stand,,,
|
||||
783.759 -140.439 -514.331,69 59 63 62 61 64 73 71,stand,,,
|
||||
170.875 825.258 -512.438,72 74 61 73 70,stand,,,
|
||||
165.795 310.167 -511.875,71 61 75,stand,,,
|
||||
765.549 579.973 -533.97,70 61 62 75 76 88 71,stand,,,
|
||||
817.434 815.97 -534.127,71 75 88,stand,,,
|
||||
824.979 694.267 -532.313,72 73 74 88 93,stand,,,
|
||||
2123.05 573.231 -530.712,73 87 90 91 92 94 86,stand,,,
|
||||
3573.42 245.072 -287.875,3 81 78 79 82,stand,,,
|
||||
3474.31 449.4 -287.875,79 79 77 80 81 82,stand,,,
|
||||
3182.12 339.654 -287.875,78 78 81 80 3 77,stand,,,
|
||||
3150.57 97.459 -287.875,81 79 78,stand,,,
|
||||
3385.38 52.8228 -287.152,77 80 79 2 78 3,stand,,,
|
||||
3478.97 823.465 -299.875,78 83 77,stand,,,
|
||||
3471.03 1346.36 -396.678,82 84,stand,,,
|
||||
3225.05 1311.87 -383.875,83 85,stand,,,
|
||||
3236.78 705.686 -522.763,84 86 91,stand,,,
|
||||
2939.38 633.193 -536.586,85 87 91 96 97 76,stand,,,
|
||||
2736.76 545.429 -519.747,86 76 90 91,stand,,,
|
||||
1533.63 859.154 -522.593,74 73 75 89 90 93,stand,,,
|
||||
1978.86 979.455 -501.017,90 88,stand,,,
|
||||
2166.65 792.524 -542.234,89 76 88 87 91,stand,,,
|
||||
2737.19 779.591 -537.09,87 90 76 86 85 97 96,stand,,,
|
||||
1479.35 464.074 -506.305,93 93 76,stand,,,
|
||||
1509.1 692.504 -540.415,92 88 92 75,stand,,,
|
||||
2112.84 378.591 -515.793,76 95,stand,,,
|
||||
1764.04 374.762 -375.545,94 44,stand,,,
|
||||
3035.93 1355.98 -511.467,86 91 97,stand,,,
|
||||
2739.35 1381.39 -513.064,91 96 86,stand,,,
|
||||
-639.125 947.8 -209.505,35 105 102,stand,,,
|
||||
-1084.12 1075.05 -223.875,100 103 102 105 100 101 104,stand,,,
|
||||
-1269.87 1037.07 -223.875,99 101 103 99 102 106 107 120,stand,,,
|
||||
-1192.87 724.832 -223.875,102 100 99 105,stand,,,
|
||||
-884.728 706.746 -223.875,101 35 98 105 37 99 35 36 100,stand,,,
|
||||
-1013.23 1230.97 -223.875,99 100 104 105,stand,,,
|
||||
-653.266 1244.94 -211.121,103 99,stand,,,
|
||||
-893.025 954.241 -227.167,98 102 103 99 101 35,stand,,,
|
||||
-1579.1 1116.65 -351.875,100 108 107 120 121,stand,,,
|
||||
-1585.81 944.856 -351.875,100 110 106 120,stand,,,
|
||||
-1913.68 1055.68 -347.387,106 109 119 120 110 114 121,stand,,,
|
||||
-1992.61 -32.0941 -351.875,108 119 114 120 112 125 127 126,stand,,,
|
||||
-1616.3 854.283 -351.875,107 111 112 108,stand,,,
|
||||
-1311.13 831.38 -329.758,110 113,stand,,,
|
||||
-1704.41 642.246 -351.875,113 110 119 120 109,stand,,,
|
||||
-1323.61 700.448 -333.098,112 111,stand,,,
|
||||
-1771.27 -48.1053 -351.875,115 117 118 119 116 109 108 127,stand,,,
|
||||
-1551.13 -107.32 -345.329,114 116,stand,,,
|
||||
-1551.13 -335.265 -347.875,115 117 114,stand,,,
|
||||
-1776.87 -246.185 -351.875,114 116,stand,,,
|
||||
-1599 130.668 -351.875,114 119,stand,,,
|
||||
-1744.25 311.573 -351.875,112 118 114 109 108,stand,,,
|
||||
-1725.13 1040.1 -351.875,100 108 107 112 106 109,stand,,,
|
||||
-1576.74 1280.87 -345.553,106 122 123 108,stand,,,
|
||||
-1337.67 1268.27 -335.875,123 121,stand,,,
|
||||
-1366.96 1177.18 -343.277,122 121,stand,,,
|
||||
-2029.04 -729.447 -227.892,125 135 137 137 129 126,stand,,,
|
||||
-2003.5 -403.089 -223.875,124 109 127 135,stand,,,
|
||||
-1872.81 -409.22 -223.875,127 109 128 124 135,stand,,,
|
||||
-1858.56 -88.1115 -351.875,109 114 125 126,stand,,,
|
||||
-1560.75 -413.882 -215.875,126 129,stand,,,
|
||||
-1572.83 -628.337 -223.163,130 128 124,stand,,,
|
||||
-1565.62 -880.988 -221.302,129 131 136 135,stand,,,
|
||||
-1407.13 -890.988 -219.339,130 132,stand,,,
|
||||
-1407.95 -1079.09 -223.875,133 136 131 133 138 135 139 137,stand,,,
|
||||
-1453.07 -1306.05 -222.429,132 132 138 136,stand,,,
|
||||
-2016.66 -1275.85 -223.066,135 138,stand,,,
|
||||
-1819.01 -937.135 -231.2,134 124 132 126 137 136 130 125,stand,,,
|
||||
-1686.1 -1161.04 -223.992,130 132 138 133 137 135,stand,,,
|
||||
-2035.62 -965.966 -219.2,124 124 135 136 132,stand,,,
|
||||
-1703.05 -1305.34 -220.896,134 132 136 133,stand,,,
|
||||
-1305.62 -1223.68 -223.001,132 140 141,stand,,,
|
||||
-1206.68 -1289.66 -224.894,139 145 141 142 143,stand,,,
|
||||
-1258.48 -1179.49 -224.536,139 142 140 146,stand,,,
|
||||
-1243.81 -1028.11 -222.886,141 143 140 145,stand,,,
|
||||
-549.148 -1018.24 -222.239,142 144 145 145 145 140,stand,,,
|
||||
-407.975 -1220.97 -223.971,143 147 148,stand,,,
|
||||
-544.581 -1293.7 -223.875,143 140 143 143 142,stand,,,
|
||||
-638.629 -1132.71 -223.875,141 147,stand,,,
|
||||
-448.762 -1093.48 -223.552,146 144,stand,,,
|
||||
-326.717 -1219.94 -227.065,144 149 153 150 152 151,stand,,,
|
||||
-309.662 -1081.25 -224.979,148 150 151,stand,,,
|
||||
-32.1894 -1099.73 -221.52,151 149 148,stand,,,
|
||||
-40.609 -1305.78 -223.875,150 54 152 148 149 153,stand,,,
|
||||
-56.7641 -1488.97 -227.738,151 148 153,stand,,,
|
||||
-322.209 -1488.81 -223.292,148 152 151,stand,,,
|
||||
2468.64 -277.512 -221.044,1 5,stand,,,
|
||||
|
206
scriptdata/waypoints/mp_bacalao_wp.csv
Normal file
@@ -0,0 +1,206 @@
|
||||
205
|
||||
-1002 136 7.65485,136 137 141,stand,,,
|
||||
1467 -322 -35.4783,181 182,stand,,,
|
||||
1721 262 -7.73894,161,stand,,,
|
||||
860.082 -1875.57 77.0902,176,stand,,,
|
||||
3427.79 -1719.79 -50.3966,46 47 193,stand,,,
|
||||
4387 -1696 -47.875,48 50 51 21 192,stand,,,
|
||||
2848 301 -22.0211,144 145 158 159 200,stand,,,
|
||||
3213 -1024 -136.046,41 43,stand,,,
|
||||
915 2099 -61.4244,126,stand,,,
|
||||
3448.79 2450.79 -160.816,122 114 111 118 121,stand,,,
|
||||
4770.79 2416.79 -161.339,103 101 108 194,stand,,,
|
||||
5143.79 1879.79 -162.768,98 100 101 102 104,stand,,,
|
||||
5396.79 543.787 -185.449,63 86 88 89,stand,,,
|
||||
3062.79 2082.79 -160.326,121 123 124 198,stand,,,
|
||||
2221.79 2204.79 -154.715,123 125 25 124 153,stand,,,
|
||||
301.978 484.235 8.125,134 142 166,stand,,,
|
||||
-31.1988 -333.552 5.87286,139 17 179,stand,,,
|
||||
472.075 -482.67 17.0332,16 175 179,stand,,,
|
||||
1727.84 -1336.42 -26.6511,32 185,stand,,,
|
||||
2379.84 -1695.42 -41.3157,34 35,stand,,,
|
||||
2791.31 -1162.37 -111.195,36 37 42,stand,,,
|
||||
4429.52 -1240 -97.616,67 50 5,stand,,,
|
||||
5557.52 -1032 -129.372,59 60 58,stand,,,
|
||||
5072 -463.476 -173.449,61 65 79 80 81,stand,,,
|
||||
4157.01 -225.434 -140.779,68 69 40 155 203,stand,,,
|
||||
2827.61 1677.11 -159.875,124 148 199 14,stand,,,
|
||||
2589.51 1342.95 -86.1773,148 149,stand,,,
|
||||
2346.66 -318.129 -76.8973,159 37 41 160 187,stand,,,
|
||||
2250 -1029 -78.5475,29 38 39 189,stand,,,
|
||||
2311.03 -1298.79 -67.8355,28 30 33 34 36 39,stand,,,
|
||||
1976.8 -1404.42 -33.1726,29 31 32 35,stand,,,
|
||||
1705.72 -993.068 -6.875,30 185 188,stand,,,
|
||||
1786.61 -1171.76 -31.4661,18 30,stand,,,
|
||||
2773.43 -1929.52 -27.6616,29 34 47,stand,,,
|
||||
2474.84 -1615.17 -70.9887,29 33 19 36 191,stand,,,
|
||||
2166.74 -1511.6 -40.5342,30 19,stand,,,
|
||||
2539.17 -1319.68 -70.1888,29 37 20 34,stand,,,
|
||||
2661.85 -809.462 -98.6721,36 38 20 40 41 27 187 204,stand,,,
|
||||
2368.45 -856.56 -84.6875,28 37 40 187,stand,,,
|
||||
2353.54 -1135.98 -65.4806,28 29,stand,,,
|
||||
3826.11 -579.993 -144.119,38 37 41 69 24 68,stand,,,
|
||||
3221.52 -865.209 -140.615,37 40 7 27,stand,,,
|
||||
2865.01 -1476.21 -68.8728,20 43,stand,,,
|
||||
3167.36 -1341.35 -94.9798,42 7 190,stand,,,
|
||||
3483.69 -1093.91 -154.732,45,stand,,,
|
||||
3515.65 -1353.16 -95.3867,44 46,stand,,,
|
||||
3566.74 -1688.66 -49.4335,45 4 49,stand,,,
|
||||
3460.25 -1949.97 -47.7568,4 33 48,stand,,,
|
||||
4567.96 -1953.73 -47.875,47 5,stand,,,
|
||||
4173.79 -1648.95 -47.875,46 50,stand,,,
|
||||
4301.65 -1557.9 -55.8541,49 5 21,stand,,,
|
||||
4709.02 -1744.02 -57.9199,5 52,stand,,,
|
||||
4963.98 -1753.74 -116.814,51 53,stand,,,
|
||||
5105.42 -1883.27 -120.83,52 54,stand,,,
|
||||
5249.19 -1847.45 -118.66,53 55,stand,,,
|
||||
5465.44 -1781.3 -142.874,54 56 64,stand,,,
|
||||
5624.19 -1812.14 -132.985,55 57,stand,,,
|
||||
5658.14 -1640.98 -115.738,56 58,stand,,,
|
||||
5496.23 -1540.17 -125.699,57 59 22 64,stand,,,
|
||||
5516.73 -1217.86 -123.575,58 22,stand,,,
|
||||
5450.22 -771.371 -134.791,22 61,stand,,,
|
||||
5479.72 -464.718 -154.984,60 23 62 80,stand,,,
|
||||
5287.94 -45.2969 -186.636,61 63 80 81,stand,,,
|
||||
5391.2 176.059 -155.645,62 12 82,stand,,,
|
||||
5481.74 -1665.58 -64.7871,58 55,stand,,,
|
||||
4419.34 -443.367 -135.939,23 66 68,stand,,,
|
||||
4462.74 -769.701 -95.2859,65 67,stand,,,
|
||||
4485.65 -1073.99 -104.512,66 21,stand,,,
|
||||
4214.53 -528.143 -109.04,65 69 24 40,stand,,,
|
||||
4482.87 -133.431 -139.293,68 40 24 70 72 74 75,stand,,,
|
||||
4464.41 815.224 -175.995,69 72 74 94 97,stand,,,
|
||||
4725.59 600.688 -139.017,72 84,stand,,,
|
||||
4574.31 555.791 -147.968,71 69 70 74,stand,,,
|
||||
4756.7 281.419 -113.875,74,stand,,,
|
||||
4620.64 280.506 -146.16,73 72 69 70,stand,,,
|
||||
4692.78 -257.389 -138.89,69 76 79,stand,,,
|
||||
4701.09 -152.517 -107.875,75 77,stand,,,
|
||||
4714.44 55.6137 -107.875,76 78,stand,,,
|
||||
4874.47 16.3418 -107.875,77,stand,,,
|
||||
4945.23 -318.635 -139.73,75 23,stand,,,
|
||||
5288.1 -219.42 -197.875,61 23 62 81,stand,,,
|
||||
5085.95 2.42208 -152.257,62 23 80 82,stand,,,
|
||||
5063.12 206.48 -159.604,81 63 83 86,stand,,,
|
||||
4901.56 210.467 -141.128,82 84 85,stand,,,
|
||||
4880.2 621.246 -144.142,83 71 87,stand,,,
|
||||
4819.21 161.522 -138.976,83,stand,,,
|
||||
5173.14 350.318 -197.875,82 12 87,stand,,,
|
||||
4931.09 704.41 -158.089,86 84 88 94 93,stand,,,
|
||||
5401.83 950.016 -196.502,87 12 89 93,stand,,,
|
||||
5554.37 763.977 -171.375,12 88 90,stand,,,
|
||||
5735.52 808.61 -182.803,89 91 92,stand,,,
|
||||
5701.41 488.71 -162.974,90 92,stand,,,
|
||||
5717.89 1169.59 -172.497,91 90 93,stand,,,
|
||||
5365.27 1154.57 -197.875,92 88 94 87 98 99,stand,,,
|
||||
4788.44 1086.26 -194.283,93 70 95 87,stand,,,
|
||||
4601.82 1226.57 -165.962,94 96 97,stand,,,
|
||||
4303.89 1474.54 -180.613,95 101 118 152 154,stand,,,
|
||||
4322.7 1150.42 -148.3,95 70,stand,,,
|
||||
5265.2 1743.63 -158.875,93 99 11 102,stand,,,
|
||||
5266.47 1447.5 -193.924,93 98,stand,,,
|
||||
4876.54 1512.09 -159.875,11,stand,,,
|
||||
4529.78 2129.26 -164.074,11 96 10 118,stand,,,
|
||||
5370.06 2001.57 -159.917,11 98 103,stand,,,
|
||||
5350.78 2527.47 -165.294,102 10 194,stand,,,
|
||||
5067.16 2006.59 -164.159,11 105,stand,,,
|
||||
5071.7 2099.35 -135.875,104 106,stand,,,
|
||||
5090.59 2294.78 -135.875,105 107,stand,,,
|
||||
5251.61 2265.24 -135.875,106,stand,,,
|
||||
4664.18 2453.24 -159.102,10 109,stand,,,
|
||||
4554.01 2458.29 -134.875,108 110 112 113,stand,,,
|
||||
4128.81 2566.23 -134.875,109 111 112 113,stand,,,
|
||||
3973.9 2582.32 -163.359,110 114 122 9 196,stand,,,
|
||||
4360.82 2662.38 -134.875,109 110,stand,,,
|
||||
4308.34 2440.99 -134.875,109 110,stand,,,
|
||||
3642.81 2287.77 -159.875,111 115 122 9,stand,,,
|
||||
3641.34 2172.63 -131.875,114 116,stand,,,
|
||||
3629.57 1968.95 -131.875,115 117,stand,,,
|
||||
3502.5 1969.08 -131.875,116,stand,,,
|
||||
4172.11 2154.54 -160.803,101 96 119 122 9,stand,,,
|
||||
3652.25 1800.63 -159.875,118 120,stand,,,
|
||||
3319.8 1822.03 -159.575,119 121,stand,,,
|
||||
3264.55 2289.72 -162.958,120 13 9,stand,,,
|
||||
3733.71 2707 -163.148,9 111 114 118 196 197,stand,,,
|
||||
2196.68 1973.2 -161.108,13 14 124 125,stand,,,
|
||||
2975.8 1781.8 -159.875,13 25 123 152 199 14,stand,,,
|
||||
1929.19 1727.86 -137.389,123 126 150 151 14,stand,,,
|
||||
909.113 1795.07 -69.3293,125 127 128 150 8 151,stand,,,
|
||||
381.685 2190.28 -22.9256,126 129,stand,,,
|
||||
628.853 1757.67 -46.4575,126,stand,,,
|
||||
81.9188 2310.64 -1.70079,127 130 131,stand,,,
|
||||
-115.766 1846.58 7.87154,129 131 132,stand,,,
|
||||
127.752 2086.32 -14.5705,129 130,stand,,,
|
||||
-25.9956 1348.93 5.9401,130 133 134,stand,,,
|
||||
249.849 1683.86 -22.8844,132,stand,,,
|
||||
-94.0883 609.423 9.28933,132 135 141 15,stand,,,
|
||||
-466.665 423.547 8.125,134 136,stand,,,
|
||||
-696.342 234.426 8.125,135 0 137,stand,,,
|
||||
-625.848 56.8265 -16.0418,136 138 0,stand,,,
|
||||
-557.761 -120.852 -68.4196,137 139 140,stand,,,
|
||||
-366.639 -314.375 4.01453,138 16,stand,,,
|
||||
-371.689 -86.1565 -72.7751,138,stand,,,
|
||||
-1113.13 518.584 8.20996,0 134,stand,,,
|
||||
1019.68 578.762 28.7569,15 143 166,stand,,,
|
||||
1497.63 545.787 32.0663,142 144,stand,,,
|
||||
1893.73 426.694 37.1136,143 6,stand,,,
|
||||
2920.26 722.203 -25.5591,6 146,stand,,,
|
||||
2922.58 870.237 -34.569,145 147,stand,,,
|
||||
2914.89 1062.43 -59.5697,146 148,stand,,,
|
||||
2755.68 1383.35 -96.2071,147 25 26 199,stand,,,
|
||||
2135.52 1365.2 -97.251,26 150,stand,,,
|
||||
1715.92 1530.24 -117.396,149 125 126,stand,,,
|
||||
1248.1 2047.31 -84.2716,126 125,stand,,,
|
||||
3275.01 1486.73 -163.085,124 96 153 199,stand,,,
|
||||
3512.82 1572.59 -165.734,152 154 14,stand,,,
|
||||
4010.17 1424.22 -168.844,96 153,stand,,,
|
||||
3990.84 -61.4386 -123.596,24 156 203,stand,,,
|
||||
3725.15 -33.4079 -71.7328,155 157,stand,,,
|
||||
3625.19 200.248 -24.1369,156 158,stand,,,
|
||||
3360.94 247.151 -22.8803,157 6,stand,,,
|
||||
2429.42 -159.336 -24.6624,6 27,stand,,,
|
||||
2026.11 56.3473 -90.4984,27 161,stand,,,
|
||||
1620.61 92.0116 -76.6505,160 2 167,stand,,,
|
||||
1467.91 253.006 179.858,163,stand,,,
|
||||
1454.4 471.955 189.253,162 164,stand,,,
|
||||
1446.01 678.302 167.565,163 165,stand,,,
|
||||
1391.39 717.376 148.305,164 166,stand,,,
|
||||
786.909 690.822 22.7327,165 15 142,stand,,,
|
||||
1553.4 -216.032 -74.6479,161 168 182,stand,,,
|
||||
1313.34 -161.866 -85.2743,167 169,stand,,,
|
||||
1138.44 208.486 -79.3354,168 170,stand,,,
|
||||
730.88 190.281 -70.4833,169 171,stand,,,
|
||||
536.423 155.867 -80.6507,170 172,stand,,,
|
||||
443.182 -62.6748 -60.8661,171 173,stand,,,
|
||||
168.185 -0.674608 -74.1848,172 174,stand,,,
|
||||
-51.2758 -85.3593 -79.4711,173,stand,,,
|
||||
734.758 -1094.37 65.1459,17 176 177 178,stand,,,
|
||||
743.516 -1691.35 64.785,175 3 177,stand,,,
|
||||
942.49 -1351.09 74.597,175 176,stand,,,
|
||||
535.163 -1234.41 54.316,175,stand,,,
|
||||
498.299 -342.824 6.8181,16 17 180,stand,,,
|
||||
798.725 -41.0727 8.125,179 181,stand,,,
|
||||
1062.9 -179.238 -0.458562,180 1,stand,,,
|
||||
1644.63 -324.837 -32.9742,1 167 183 184,stand,,,
|
||||
1818.07 -643.36 -27.9539,182 186 188,stand,,,
|
||||
1500.15 -798.248 -24.6935,182 185,stand,,,
|
||||
1556.57 -1088.05 -25.7042,184 18 31,stand,,,
|
||||
1958.09 -653.07 -74.4908,183 187,stand,,,
|
||||
2178.22 -622.486 -43.8891,186 27 37 38,stand,,,
|
||||
1881.52 -839.485 -14.3448,183 31,stand,,,
|
||||
2046.11 -959.114 -66.3153,28,stand,,,
|
||||
3116.99 -1592.21 -84.0451,43,stand,,,
|
||||
2685.82 -1599.62 -39.7745,34,stand,,,
|
||||
4240.85 -1824.14 -47.875,5,stand,,,
|
||||
3702.36 -1841.35 -48.0403,4,stand,,,
|
||||
4866.51 2812.09 -163.125,103 10 195,stand,,,
|
||||
4555.18 2826.1 -159.93,194 196,stand,,,
|
||||
3971.73 2813.54 -159.955,195 122 111,stand,,,
|
||||
3486.38 2654.03 -164.386,122,stand,,,
|
||||
2959.59 2215.63 -162.964,13,stand,,,
|
||||
2967.01 1359.23 -91.5975,124 152 148 25,stand,,,
|
||||
2721.19 -105.639 -22.8132,201 6 204,stand,,,
|
||||
3039.07 -309.081 -43.8832,200 202,stand,,,
|
||||
3527.65 -246.096 -30.3087,201 203,stand,,,
|
||||
3881.78 -218.964 -52.4332,202 155 24,stand,,,
|
||||
2813.91 -455.848 -83.0979,200 37,stand,,,
|
||||
|
463
scriptdata/waypoints/mp_backlot_2_wp.csv
Normal file
@@ -0,0 +1,463 @@
|
||||
462
|
||||
1774 834 67,5 366,stand,,,
|
||||
1902 -345 74,2 84,stand,,,
|
||||
1892 -420 72,1 9 128,stand,,,
|
||||
1211 1284 64,4 20 126,stand,,,
|
||||
1249 1087 64,3 5 19 140,stand,,,
|
||||
1278 841 64,4 0 6 7,stand,,,
|
||||
1504 626 56,5 7 366 89,stand,,,
|
||||
1307 547 64,6 8 16 89 5,stand,,,
|
||||
1298 199 62,7 127 154,stand,,,
|
||||
1423 -403 64,10 11 14 2,stand,,,
|
||||
1240 -249 74,15 9 11 154,stand,,,
|
||||
1345 -595 64,10 9 12,stand,,,
|
||||
1291 -834 64,11 14 13 55 156,stand,,,
|
||||
1202 -1082 64,12 55 156 103,stand,,,
|
||||
1145 -567 64,9 12 458,stand,,,
|
||||
1090 -227 66,10 57 58 154,stand,,,
|
||||
1072 554 62,17 7 59,stand,,,
|
||||
941 766 59,60 24 16,stand,,,
|
||||
742 908 64,19 60 24 23,stand,,,
|
||||
892 1092 64,20 4 18 23,stand,,,
|
||||
900 1279 64,3 19 22 152,stand,,,
|
||||
784 1559 64,22 25,stand,,,
|
||||
790 1404 64,21 20 152,stand,,,
|
||||
599 1016 64,19 18 399,stand,,,
|
||||
579 778 54,17 18 61 175,stand,,,
|
||||
656 1559 40,21 90 399,stand,,,
|
||||
152 1951 64,27 350,stand,,,
|
||||
50 2079 64,28 26 146,stand,,,
|
||||
-138 2098 58,27 30 145 346,stand,,,
|
||||
-135 1442 61,32 113 346 151 398,stand,,,
|
||||
-261 1928 64,28 31 97 124 346,stand,,,
|
||||
-534 1609 64,30 32 95 97 96,stand,,,
|
||||
-367 1429 64,29 33 31,stand,,,
|
||||
-568 1133 64,32 93 117 200 200 93,stand,,,
|
||||
-699 796 64,35 117 197 200,stand,,,
|
||||
-893 744 64,36 34 197 199,stand,,,
|
||||
-1245 721 64,35 198 382,stand,,,
|
||||
-1264 424 64,38 198,stand,,,
|
||||
-938 290 69,74 39 37 199,stand,,,
|
||||
-736 293 69,40 38 199,stand,,,
|
||||
-617 228 67,39 411,stand,,,
|
||||
-498 -69 68,69 42 134 411 451,stand,,,
|
||||
-656 -144 71,41 73 455,stand,,,
|
||||
-715 -668 71,45 141 455,stand,,,
|
||||
-1150 -670 71,70 141 180 442,stand,,,
|
||||
-547 -901 71,46 43 120 455,stand,,,
|
||||
-366 -898 64,45 421,stand,,,
|
||||
-53 -1188 58,159 164 160 454,stand,,,
|
||||
-194 -1463 58,421 160 422,stand,,,
|
||||
23 -1879 82,408 422,stand,,,
|
||||
-466 -2351 64,118 376 423 424,stand,,,
|
||||
328 -2072 82,52 408,stand,,,
|
||||
675 -2068 64,53 51,stand,,,
|
||||
690 -1496 64,54 52 129 105,stand,,,
|
||||
704 -1227 64,53 445,stand,,,
|
||||
955 -1002 64,12 13 445 107 460,stand,,,
|
||||
559 -684 57,201 416 459,stand,,,
|
||||
954 -279 58,59 15 58 458,stand,,,
|
||||
830 -26 64,59 15 57 173 419 420,stand,,,
|
||||
1012 162 57,60 16 57 58,stand,,,
|
||||
855 619 64,17 18 59,stand,,,
|
||||
344 886 64,24 112,stand,,,
|
||||
236 556 69,67 110,stand,,,
|
||||
56 384 69,66 64,stand,,,
|
||||
72 254 60,65 63 176 451,stand,,,
|
||||
243 2 58,64 135 176 174 419 457,stand,,,
|
||||
-127 397 69,67 63,stand,,,
|
||||
-113 557 69,62 68 66,stand,,,
|
||||
-111 698 67,67 111 112 117,stand,,,
|
||||
-303 -20 84,41 134 176 451,stand,,,
|
||||
-1144 -602 106,44 182,stand,,,
|
||||
-1115 -146 106,72 182 184,stand,,,
|
||||
-892 -148 106,71 73 75 185 186,stand,,,
|
||||
-719 -144 108,72 42,stand,,,
|
||||
-929 233 106,75 38,stand,,,
|
||||
-951 100 106,76 74 83 130 72,stand,,,
|
||||
-1052 72 108,77 75 130 184,stand,,,
|
||||
-1238 81 188,78 76,stand,,,
|
||||
-1234 179 188,79 77,stand,,,
|
||||
-1063 171 260,80 78 415,stand,,,
|
||||
-1008 75 258,79 337 414 415,stand,,,
|
||||
-1107 -100 258,109 196 414,stand,,,
|
||||
-1088 -557 258,142 389 196,stand,,,
|
||||
-723 127 108,75 411,stand,,,
|
||||
1539 -320 240,1 384,stand,,,
|
||||
1593 -29 241,384 402,stand,,,
|
||||
1602 244 240,87 402,stand,,,
|
||||
1636 371 240,86 400 401,stand,,,
|
||||
1843 557 240,89 400,stand,,,
|
||||
1504 553 64,7 88 6,stand,,,
|
||||
653 1675 64,25 351,stand,,,
|
||||
-919 1537 80,92 94 122,stand,,,
|
||||
-928 1111 80,93 91 121,stand,,,
|
||||
-696 1095 80,33 92 33,stand,,,
|
||||
-787 1566 80,91 95,stand,,,
|
||||
-754 1716 80,94 31 97,stand,,,
|
||||
-736 1887 64,97 31 123,stand,,,
|
||||
-454 1879 64,96 30 31 124 345 95,stand,,,
|
||||
125 -451 58,116 168 454 453,stand,,,
|
||||
304 -271 68,100 168,stand,,,
|
||||
447 -292 68,101 99 416,stand,,,
|
||||
582 -297 126,102 100,stand,,,
|
||||
561 -485 204,101 417,stand,,,
|
||||
1064 -1299 72,104 106 13 107,stand,,,
|
||||
1117 -1476 72,105 103 157,stand,,,
|
||||
861 -1497 72,106 104 53,stand,,,
|
||||
878 -1294 72,105 103,stand,,,
|
||||
1210 -1231 72,108 103 55,stand,,,
|
||||
1219 -1418 208,107 390,stand,,,
|
||||
-1204 -139 258,81 142 195 196,stand,,,
|
||||
257 690 64,111 62 175,stand,,,
|
||||
47 716 64,110 68 112,stand,,,
|
||||
-33 876 59,111 61 68 148,stand,,,
|
||||
-23 1238 65,114 29 148 149,stand,,,
|
||||
177 1381 68,113 149 398,stand,,,
|
||||
-396 -536 64,116 167 455,stand,,,
|
||||
-286 -450 60,115 98 201,stand,,,
|
||||
-461 794 69,33 68 34,stand,,,
|
||||
-635 -2201 65,50 376,stand,,,
|
||||
-786 -1020 64,120,stand,,,
|
||||
-795 -941 64,119 45 180,stand,,,
|
||||
-774 1348 80,92,stand,,,
|
||||
-906 1714 80,91,stand,,,
|
||||
-729 2271 64,96,stand,,,
|
||||
-363 2077 64,97 30 345,stand,,,
|
||||
1278 1643 64,126,stand,,,
|
||||
1285 1414 64,125 3,stand,,,
|
||||
1463 171 59,8 153,stand,,,
|
||||
1845 -723 72,2 155,stand,,,
|
||||
503 -1483 68,53 359,stand,,,
|
||||
-1061 183 108,75 76 131,stand,,,
|
||||
-1249 165 36,130 132,stand,,,
|
||||
-1241 86 36,131 133,stand,,,
|
||||
-1065 72 -45,132 193 190,stand,,,
|
||||
-392 -329 66,41 69 135,stand,,,
|
||||
27 -312 72,65 134 176 177,stand,,,
|
||||
370 565 64,174 143,stand,,,
|
||||
780 562 64,143 420,stand,,,
|
||||
616 402 198,139 144,stand,,,
|
||||
457 263 198,138,stand,,,
|
||||
1475 1101 64,4 220,stand,,,
|
||||
-1064 -631 74,44 43 180 389,climb,,,
|
||||
-1238 -489 258,82 109,stand,,,
|
||||
638 543 67,137 144 136,climb,,,
|
||||
636 506 206,143 138,climb,,,
|
||||
-131 2415 59,28 202,stand,,,
|
||||
118 2436 64,27,stand,,,
|
||||
179 938 68,148 149,stand,,,
|
||||
-106 968 58,147 113 151 112,stand,,,
|
||||
179 1169 68,114 147 150 113,stand,,,
|
||||
132 1107 68,149 151,stand,,,
|
||||
-195 1117 58,150 148 29,stand,,,
|
||||
779 1221 64,22 20,stand,,,
|
||||
1467 22 57,127 154,stand,,,
|
||||
1229 -35 57,153 10 15 8,stand,,,
|
||||
1853 -927 82,128,stand,,,
|
||||
1362 -1112 66,12 13 358,stand,,,
|
||||
1210 -1562 72,104,stand,,,
|
||||
104 -925 70,159 461,stand,,,
|
||||
118 -1113 67,158 47 444,stand,,,
|
||||
-175 -1282 58,48 47 454,stand,,,
|
||||
-347 -1635 67,163 409,stand,,,
|
||||
-348 -2029 73,163,stand,,,
|
||||
-400 -1856 67,162 161 422,stand,,,
|
||||
-9 -1353 68,47 166,stand,,,
|
||||
-77 -2491 57,166 232 376 424,stand,,,
|
||||
-52 -2102 53,165 164 423,stand,,,
|
||||
-428 -773 62,115 454,stand,,,
|
||||
249 -468 68,98 99,stand,,,
|
||||
417 -552 236,170 417,stand,,,
|
||||
466 -595 244,169 171,climb,,,
|
||||
498 -568 396,170 425 426,climb,,,
|
||||
773 -319 64,173 452,stand,,,
|
||||
678 -160 60,172 58 419 457,stand,,,
|
||||
357 179 65,136 65 419 420,stand,,,
|
||||
467 675 64,110 24,stand,,,
|
||||
-13 -6 71,64 135 65 69,stand,,,
|
||||
172 -329 123,135 178,stand,,,
|
||||
170 -371 164,177 179,stand,,,
|
||||
178 -437 191,178 418,stand,,,
|
||||
-978 -844 70,181 44 141 120,stand,,,
|
||||
-971 -997 64,180 442,stand,,,
|
||||
-1220 -482 106,183 71 70,stand,,,
|
||||
-1223 -34 106,182 184,stand,,,
|
||||
-1083 -27 106,183 71 76,stand,,,
|
||||
-777 -326 106,72 186,stand,,,
|
||||
-945 -348 108,185 72 412,stand,,,
|
||||
-849 -250 -82,189 190 362 397,stand,,,
|
||||
-1081 -382 -81,189 396 397,stand,,,
|
||||
-967 -409 -82,188 187 413,stand,,,
|
||||
-842 -109 -45,187 194 133 191,stand,,,
|
||||
-1213 -81 -45,192 190,stand,,,
|
||||
-1195 191 -45,191 193,stand,,,
|
||||
-965 167 -45,192 194 133,stand,,,
|
||||
-771 99 -45,193 190,stand,,,
|
||||
-1222 1 258,109 414,stand,,,
|
||||
-1141 -222 260,109 81 82,stand,,,
|
||||
-820 943 64,34 35,stand,,,
|
||||
-1243 586 64,36 199 37,stand,,,
|
||||
-922 569 64,198 35 39 38,stand,,,
|
||||
-343 986 68,34 33 33,stand,,,
|
||||
299 -593 63,56 453 116,stand,,,
|
||||
-544 2337 72,203 204 145,stand,,,
|
||||
-592 2215 72,202 380,stand,,,
|
||||
-564 2516 72,202 367 374,stand,,,
|
||||
-75 2906 64,206 374,stand,,,
|
||||
176 2889 64,205 207,stand,,,
|
||||
691 2596 68,208 206 375,stand,,,
|
||||
696 2196 64,207 209 217,stand,,,
|
||||
708 1805 64,208 210,stand,,,
|
||||
1014 1803 204,209 211 430,stand,,,
|
||||
1016 1880 204,210 212,stand,,,
|
||||
752 1887 339,211 213,stand,,,
|
||||
750 1794 339,212 214 215,stand,,,
|
||||
748 1565 336,213 216,stand,,,
|
||||
1014 1798 477,213 381,stand,,,
|
||||
868 1569 336,214 365,stand,,,
|
||||
1195 1869 64,208 371 375,stand,,,
|
||||
1817 1080 64,219 372,stand,,,
|
||||
1772 1068 118,218 220,stand,,,
|
||||
1684 1076 64,219 140,stand,,,
|
||||
-1198 2232 64,367 449,stand,,,
|
||||
-1360 1208 64,223 449,stand,,,
|
||||
-1363 318 64,222 224,stand,,,
|
||||
-1380 -648 64,225 223,stand,,,
|
||||
-1458 -891 64,224 226,stand,,,
|
||||
-1368 -1145 64,225 227,stand,,,
|
||||
-1400 -2189 64,228 226,stand,,,
|
||||
-1243 -2150 64,227 229,stand,,,
|
||||
-845 -2206 64,228 393,stand,,,
|
||||
-330 -2665 64,231 393,stand,,,
|
||||
-35 -2629 64,230 232 233,stand,,,
|
||||
-35 -2605 112,231 165,stand,,,
|
||||
873 -2588 64,234 231 364,stand,,,
|
||||
927 -2506 64,233 235 394 395,stand,,,
|
||||
1228 -2176 72,236 245 234,stand,,,
|
||||
1362 -1940 72,235 237 243 244 245,stand,,,
|
||||
1148 -1666 72,236,stand,,,
|
||||
1536 -1032 184,239 275,stand,,,
|
||||
1500 -1339 188,238 240 358,stand,,,
|
||||
1493 -1549 168,239 241,stand,,,
|
||||
1473 -1605 152,240 242,climb,,,
|
||||
1501 -1650 73,243 241,climb,,,
|
||||
1516 -1853 72,242 236 245,stand,,,
|
||||
1116 -2016 72,236,stand,,,
|
||||
1491 -2197 72,243 246 235 236,stand,,,
|
||||
1757 -2219 72,245 247,stand,,,
|
||||
2033 -2215 64,246 364 369,stand,,,
|
||||
916 -1706 183,395,stand,,,
|
||||
-1235 -2091 64,250 255,stand,,,
|
||||
-1309 -1961 64,249 251,stand,,,
|
||||
-1288 -1712 64,250 256 427,stand,,,
|
||||
-794 -1173 64,253,stand,,,
|
||||
-808 -1538 64,254 257 252 427,stand,,,
|
||||
-780 -2079 64,253 255,stand,,,
|
||||
-928 -2091 64,254 249 256,stand,,,
|
||||
-1033 -1811 64,255 251 427,stand,,,
|
||||
-671 -1507 64,253 259 258,climb,,,
|
||||
-397 -1520 64,257 410,stand,,,
|
||||
-657 -1507 450,257 261,climb,,,
|
||||
-692 -1185 472,261 448,stand,,,
|
||||
-572 -1430 472,262 260 259,stand,,,
|
||||
-612 -1622 475,261 263,stand,,,
|
||||
-718 -1700 472,262 428,stand,,,
|
||||
1799 -173 305,384 265,stand,,,
|
||||
1799 -208 376,266 264 443,climb,,,
|
||||
1807 -86 376,265 267,climb,,,
|
||||
1726 -51 376,266 268,stand,,,
|
||||
1774 29 376,267 269,stand,,,
|
||||
1772 139 376,268 270 407,stand,,,
|
||||
1720 209 376,269 271,stand,,,
|
||||
1599 224 376,270 383,stand,,,
|
||||
2085 127 64,388 273,stand,,,
|
||||
2188 -455 64,272 431,stand,,,
|
||||
1725 -1040 141,275 276 431,stand,,,
|
||||
1649 -1012 237,274 238,stand,,,
|
||||
1726 -1189 144,274 277,stand,,,
|
||||
2157 -1184 144,276 278,stand,,,
|
||||
2160 -1386 144,277 368 387,stand,,,
|
||||
1890 -1658 144,280 387,stand,,,
|
||||
1622 -1663 281,279 281 285,stand,,,
|
||||
1612 -1552 280,280 282,stand,,,
|
||||
2155 -1565 280,283 281,stand,,,
|
||||
2155 -1469 280,282 284,stand,,,
|
||||
1902 -1428 280,283 386,stand,,,
|
||||
1604 -1747 281,280 286,stand,,,
|
||||
1884 -1741 416,285 287,stand,,,
|
||||
1897 -1649 416,286 288 292,stand,,,
|
||||
1892 -1551 416,287 289,stand,,,
|
||||
2166 -1560 416,288 290,stand,,,
|
||||
2158 -1465 416,289 291,stand,,,
|
||||
1883 -1418 416,290 385,stand,,,
|
||||
1610 -1659 552,287 293,stand,,,
|
||||
1604 -1761 552,292 294,stand,,,
|
||||
1892 -1746 552,293 432 295,stand,,,
|
||||
2177 -1524 552,432 294 296,stand,,,
|
||||
2259 -1546 573,297 295,climb,,,
|
||||
2256 -1546 70,296 298,climb,,,
|
||||
2274 -1241 64,299 297,stand,,,
|
||||
2285 -1196 49,298 300,climb,,,
|
||||
2285 -1173 -106,299 301,climb,,,
|
||||
2352 -1155 -115,300 302,stand,,,
|
||||
2326 -1380 -115,301 303,stand,,,
|
||||
1841 -1494 -104,304 302,stand,,,
|
||||
1204 -1256 -290,303 305,stand,,,
|
||||
431 -1230 -234,306 304,stand,,,
|
||||
104 -1174 -173,305 307,stand,,,
|
||||
-12 -1018 -118,306 308,stand,,,
|
||||
-126 -785 -125,307 309,stand,,,
|
||||
-109 -617 -121,308 450,stand,,,
|
||||
-94 -138 -162,311 450,stand,,,
|
||||
44 -91 -182,310 312,stand,,,
|
||||
661 -103 -247,313 311 357,stand,,,
|
||||
627 85 -225,312 314,stand,,,
|
||||
634 302 -183,313 315,stand,,,
|
||||
1245 300 -175,357 316 314,stand,,,
|
||||
1296 553 -175,315 317,stand,,,
|
||||
1997 557 -289,318 316,stand,,,
|
||||
1989 30 -289,319 317,stand,,,
|
||||
1903 114 -288,318 320,crouch,,,
|
||||
1857 417 -288,321 319,stand,,,
|
||||
1799 27 -288,322 320,stand,,,
|
||||
2150 26 -113,321 323,stand,,,
|
||||
2157 106 -113,322 324,stand,,,
|
||||
1817 110 64,323 326 325,stand,,,
|
||||
1750 -162 104,324,stand,,,
|
||||
1860 460 104,327 324,stand,,,
|
||||
1857 527 67,326 366,stand,,,
|
||||
-821 -371 -155,329 450,crouch,,,
|
||||
-816 -592 -155,328 361,crouch,,,
|
||||
-949 -511 409,363 370,stand,,,
|
||||
-940 174 410,332 338 343,stand,,,
|
||||
-1061 181 412,331 333 336,stand,,,
|
||||
-1072 67 412,332 334 338,stand,,,
|
||||
-1246 77 492,333 335,stand,,,
|
||||
-1238 188 492,334,stand,,,
|
||||
-1240 178 340,332 337,stand,,,
|
||||
-1250 79 340,336 80,stand,,,
|
||||
-883 109 410,331 333 343 370 392,stand,,,
|
||||
128 665 445,340 435,stand,,,
|
||||
-150 678 445,339 377 436,stand,,,
|
||||
-547 374 472,342 436,stand,,,
|
||||
-706 321 472,343 341,climb,,,
|
||||
-772 213 410,342 331 338 392,climb,,,
|
||||
173 653 309,379,stand,,,
|
||||
-555 2075 64,124 97,stand,,,
|
||||
-171 1793 58,28 30 29,stand,,,
|
||||
57 1417 79,398 439,climb,,,
|
||||
76 1288 260,349 433 439,stand,,,
|
||||
66 1109 260,348,stand,,,
|
||||
117 1749 64,26 398,stand,,,
|
||||
272 1656 232,352 90,stand,,,
|
||||
279 1843 232,351 353,stand,,,
|
||||
470 2046 232,352 354,stand,,,
|
||||
580 2072 232,353 355,stand,,,
|
||||
575 2291 232,354 356 441,stand,,,
|
||||
578 2503 232,355 440,stand,,,
|
||||
1206 -115 -177,312 315,stand,,,
|
||||
1347 -1231 160,239 156,stand,,,
|
||||
113 -1481 68,129,stand,,,
|
||||
168 -2341 163,394,stand,,,
|
||||
-820 -565 -81,329 362,stand,,,
|
||||
-812 -466 -82,361 187 413,stand,,,
|
||||
-1143 -451 418,330 391,stand,,,
|
||||
1861 -2560 72,247 233,stand,,,
|
||||
975 1305 336,216,stand,,,
|
||||
1913 609 64,327 6 0,stand,,,
|
||||
-792 2509 64,204 221 374,stand,,,
|
||||
1787 -1407 144,278,stand,,,
|
||||
2248 -1850 64,247,stand,,,
|
||||
-968 -133 410,330 338 391 392,stand,,,
|
||||
2082 1531 56,217 372,stand,,,
|
||||
1810 1354 64,218 371,stand,,,
|
||||
-495 2355 208,380,stand,,,
|
||||
-519 2786 56,204 205 367,stand,,,
|
||||
1623 2606 68,207 217,stand,,,
|
||||
-559 -2517 65,118 165 50,stand,,,
|
||||
-334 663 336,340 378,crouch,,,
|
||||
-176 712 349,377 437,crouch,,,
|
||||
170 388 309,344 438,stand,,,
|
||||
-340 2209 208,203 373,stand,,,
|
||||
991 1486 472,215,stand,,,
|
||||
-1148 1084 64,36,stand,,,
|
||||
1628 423 376,271,stand,,,
|
||||
1608 -170 249,84 85 264,stand,,,
|
||||
1703 -1221 416,291,stand,,,
|
||||
1697 -1236 280,284,stand,,,
|
||||
2142 -1659 144,279 278,stand,,,
|
||||
2183 709 64,272,stand,,,
|
||||
-1061 -631 243,141 82,climb,,,
|
||||
1138 -1508 208,108 446,stand,,,
|
||||
-1175 -179 410,370 363,stand,,,
|
||||
-792 -24 410,343 370 338,stand,,,
|
||||
-935 -2631 64,230 229,stand,,,
|
||||
553 -2390 137,360 234 395,stand,,,
|
||||
892 -2134 81,394 248 234,stand,,,
|
||||
-1095 -475 -113,188,stand,,,
|
||||
-1215 -313 -81,187 188,stand,,,
|
||||
181 1537 28,350 114 29 399 347,stand,,,
|
||||
573 1485 28,398 23 25,stand,,,
|
||||
1865 371 240,87 88,stand,,,
|
||||
1449 381 240,87,stand,,,
|
||||
1672 118 265,86 85,stand,,,
|
||||
1601 397 504,404,stand,,,
|
||||
1864 133 504,403 405,stand,,,
|
||||
1861 -280 376,404 406,stand,,,
|
||||
1921 -254 376,405 407,stand,,,
|
||||
1886 142 376,406 269,stand,,,
|
||||
200 -1983 74,51 49,stand,,,
|
||||
-345 -1544 112,161 410,stand,,,
|
||||
-342 -1508 64,409 258 421,stand,,,
|
||||
-639 123 69,83 40 41,stand,,,
|
||||
-960 -534 105,186,stand,,,
|
||||
-960 -513 -82,362 189,stand,,,
|
||||
-1060 -14 258,80 195 81,stand,,,
|
||||
-869 97 258,80 79,stand,,,
|
||||
484 -468 68,100 56,stand,,,
|
||||
392 -462 204,102 418 169,stand,,,
|
||||
207 -444 236,417 179,stand,,,
|
||||
541 -5 54,65 173 58 174 420 457,stand,,,
|
||||
767 156 66,137 174 58 419,stand,,,
|
||||
-347 -1400 64,46 410 48 456,stand,,,
|
||||
-121 -1867 58,48 49 163 423,stand,,,
|
||||
-211 -2257 59,166 422 50 424,stand,,,
|
||||
-196 -2409 58,423 165 50,stand,,,
|
||||
564 -416 396,171,stand,,,
|
||||
297 -390 396,171,stand,,,
|
||||
-1095 -1534 64,253 251 256,stand,,,
|
||||
-594 -1954 472,263,stand,,,
|
||||
-1265 -1257 480,448,stand,,,
|
||||
992 1356 200,210,stand,,,
|
||||
2194 -1022 64,274 273,stand,,,
|
||||
1867 -1302 552,294 295,stand,,,
|
||||
324 1257 260,348 434,stand,,,
|
||||
279 998 260,433,stand,,,
|
||||
288 453 445,339,stand,,,
|
||||
-369 521 472,341 340,stand,,,
|
||||
-49 723 309,378 438,stand,,,
|
||||
-63 457 309,437 379,stand,,,
|
||||
57 1409 304,348 347,climb,,,
|
||||
348 2453 232,356,stand,,,
|
||||
303 2235 232,355,stand,,,
|
||||
-1212 -849 64,181 44,stand,,,
|
||||
1799 -276 376,265,stand,,,
|
||||
503 -1091 72,445 159 461,stand,,,
|
||||
704 -1118 64,444 54 55 460,stand,,,
|
||||
860 -1496 208,390 447,stand,,,
|
||||
843 -1247 208,446,stand,,,
|
||||
-938 -1103 480,260 429,stand,,,
|
||||
-1168 1207 64,222 221,stand,,,
|
||||
-151 -366 -171,328 309 310,crouch,,,
|
||||
-357 181 114,41 64 69,stand,,,
|
||||
720 -471 64,172,stand,,,
|
||||
213 -762 59,201 454 98,stand,,,
|
||||
-64 -746 59,453 98 47 167 160,stand,,,
|
||||
-573 -503 64,42 115 43 45,stand,,,
|
||||
-476 -1294 64,421,stand,,,
|
||||
357 -136 60,419 173 65,stand,,,
|
||||
962 -583 58,14 57 459,stand,,,
|
||||
738 -736 58,458 460 56,stand,,,
|
||||
738 -929 67,459 445 55 461,stand,,,
|
||||
402 -927 66,460 158 444,stand,,,
|
||||
|
217
scriptdata/waypoints/mp_backlot_lt_wp.csv
Normal file
@@ -0,0 +1,217 @@
|
||||
216
|
||||
1902.2 -345.2 74.2,1 81,stand,,,
|
||||
1892.7 -420.4 72.1,0 8 121 121,stand,,,
|
||||
1211 1284.5 64.1,3 16 120 175 176 180 182,stand,,,
|
||||
1249.3 1087 64.1,2 4 15 147 149 182,stand,,,
|
||||
1278.6 841.6 64.1,3 5 6 148 149 87 188,stand,,,
|
||||
1504.4 626.5 56.3,4 6 187 187 188,stand,,,
|
||||
1307.5 547.1 64.1,4 5 7 87 148,stand,,,
|
||||
1298.3 199.6 62.2,6 9 12 174,stand,,,
|
||||
1423.3 -403.8 64.3,9 11 1 189,stand,,,
|
||||
1240.1 -249.7 74.1,7 12 8 11 189,stand,,,
|
||||
1291.3 -834.9 64.1,11 51 189 204 203,stand,,,
|
||||
1145.6 -567.9 64.1,53 9 8 10,stand,,,
|
||||
1090.9 -227.1 66.1,7 9 54 55 174,stand,,,
|
||||
941.3 766.4 59,57 14 19 148 150,stand,,,
|
||||
742.4 908 64.1,15 13 57 19 18,stand,,,
|
||||
892 1092.7 64.1,16 3 14 18 147,stand,,,
|
||||
900.4 1279.1 64.1,2 15 17 176,stand,,,
|
||||
790.1 1404.6 64.1,16 175 176,stand,,,
|
||||
599.6 1016.3 64.1,15 14 20 147,stand,,,
|
||||
579.3 778.9 54.1,13 14 107 150 151 215,stand,,,
|
||||
656.7 1559.3 40.1,18 21 178,stand,,,
|
||||
171.2 1473.1 29.4,22 26 20 111 23,stand,,,
|
||||
62.3 1776.6 64.1,23 21,stand,,,
|
||||
152.9 1951.5 64.1,24 22 21,stand,,,
|
||||
50.3 2079.6 64.3,25 23,stand,,,
|
||||
-138.8 2098.6 58.9,24 27 26 138 177 177,stand,,,
|
||||
-135.1 1442.5 61.5,21 64 25 110 138 140 141 109 139 156 157 142,stand,,,
|
||||
-261.7 1928.3 64.1,25 28 93 119 141,stand,,,
|
||||
-534.8 1609.1 64.1,27 91 93 92 139 140,stand,,,
|
||||
-699.9 796.6 64.1,30 114 159 208,stand,,,
|
||||
-893.7 744.7 64.1,29 31 32 159 165,stand,,,
|
||||
-938.2 290.5 69.6,71 32 30 164,stand,,,
|
||||
-736.6 293 69.2,31 30 202,stand,,,
|
||||
-498.7 -69.1 68.7,65 66 34 80 123 202,stand,,,
|
||||
-656.7 -144.3 71.4,33 70 162,stand,,,
|
||||
-715 -668.7 71.6,37 36 129 162,stand,,,
|
||||
-1150.5 -670 71.5,35 67 129 196 197,stand,,,
|
||||
-547.3 -901.3 71.7,35 137 162 196,stand,,,
|
||||
-53.5 -707.6 59.2,52 94 39 135 166,stand,,,
|
||||
-53.1 -1188.7 58,49 40 38 136 135 160,stand,,,
|
||||
-194.2 -1463.4 58.2,39 41 136 192,stand,,,
|
||||
-96.1 -1867.6 58.1,43 40 42 190,stand,,,
|
||||
23.2 -1879 82.6,45 41,stand,,,
|
||||
-124.2 -2183.1 57.2,44 41 115 133 134 136,stand,,,
|
||||
-466.2 -2351.1 64.1,43 115 134,stand,,,
|
||||
328.3 -2072.3 82.7,42 46,stand,,,
|
||||
675.3 -2068.7 64.1,47 45,stand,,,
|
||||
690.3 -1496.2 64.1,48 46 122 122,stand,,,
|
||||
704.6 -1227.8 64.1,47 49 50,stand,,,
|
||||
647.1 -1102.9 64.1,48 39 51 50 203,stand,,,
|
||||
743.5 -839.6 71.5,53 51 49 48 52,stand,,,
|
||||
955.1 -1002.1 64.1,10 49 50 161 101,stand,,,
|
||||
559.7 -684.5 57.3,53 50 38 97 201 201,stand,,,
|
||||
960.3 -644 58.4,54 52 11 50,stand,,,
|
||||
954 -279.4 58.1,56 12 53 55,stand,,,
|
||||
830 -26.2 64,56 12 54 127,stand,,,
|
||||
1012.1 162.2 57.9,57 54 55 148,stand,,,
|
||||
855.7 619.6 64.1,13 14 56,stand,,,
|
||||
236.2 556.6 69.1,63 107,stand,,,
|
||||
56.2 384.3 69.1,62 60,stand,,,
|
||||
72.2 254 60,61 65 59 124,stand,,,
|
||||
243.4 2.7 58.6,60 66 124 125,stand,,,
|
||||
-127.6 397.1 69.1,63 59,stand,,,
|
||||
-113.3 557.8 69.1,58 64 62,stand,,,
|
||||
-111.6 698.5 67.9,26 63 108 109 114 156 157 207,stand,,,
|
||||
-306.1 140.5 109.9,60 33 66,stand,,,
|
||||
-303.2 -20.2 84.1,33 61 123 65,stand,,,
|
||||
-1144.39 -602.416 106.125,68 36,stand,,,
|
||||
-1115.33 -146.884 106.125,73 69 67,stand,,,
|
||||
-892.921 -148.032 106.125,68 70 72,stand,,,
|
||||
-719.971 -144.678 108.125,69 34,stand,,,
|
||||
-929.286 233.201 106.125,72 31,stand,,,
|
||||
-951.375 100.378 106.125,73 71 80 69,stand,,,
|
||||
-1052.2 72.7632 108.125,74 72 68,stand,,,
|
||||
-1238.46 81.5104 188.125,75 73,stand,,,
|
||||
-1234.75 179.689 188.125,76 74,stand,,,
|
||||
-1063.61 171.457 260.125,77 75,stand,,,
|
||||
-1008.71 75.5739 258.125,78 76,stand,,,
|
||||
-1107.76 -100.745 258.125,79 77 106,stand,,,
|
||||
-1088.48 -557.626 258.125,78 130 131,stand,,,
|
||||
-723.206 127.335 108.125,72 33,stand,,,
|
||||
1539.88 -320.585 240.125,82 0,stand,,,
|
||||
1593.29 -29.2221 241.631,83 81,stand,,,
|
||||
1602.59 244.742 240.125,84 82,stand,,,
|
||||
1636.76 371.924 240.125,85 83,stand,,,
|
||||
1861.45 437.846 240.125,86 84,stand,,,
|
||||
1843.93 557.03 240.125,87 85,stand,,,
|
||||
1504.58 553.357 64.125,6 86 4,stand,,,
|
||||
-919.398 1537.7 80.125,90 117 117 91,stand,,,
|
||||
-696.488 1095.93 80.125,209 212,stand,,,
|
||||
-787.781 1566.87 80.125,88 91,stand,,,
|
||||
-754.274 1716.71 80.125,90 28 88,stand,,,
|
||||
-736.201 1887.87 64.125,93 28 118 119,stand,,,
|
||||
-454.293 1879.4 64.125,92 27 28 119 114,stand,,,
|
||||
125.395 -451.579 58.6958,38 95 113,stand,,,
|
||||
282.593 -447.87 68.125,96 94 199,stand,,,
|
||||
304.311 -271.206 68.125,95 167,stand,,,
|
||||
437.415 -443.822 68.125,52 167 200,stand,,,
|
||||
582.932 -297.811 126.125,99 167,stand,,,
|
||||
561.586 -485.701 204.125,100 98,stand,,,
|
||||
423.422 -470.754 204.125,99 172 173 169,stand,,,
|
||||
1164.82 -1203.64 72.125,103 102 51,stand,,,
|
||||
1064.12 -1299.76 72.125,103 105 101,stand,,,
|
||||
1117.59 -1476.49 72.125,104 102 101,stand,,,
|
||||
861.878 -1497.7 72.125,105 103,stand,,,
|
||||
878.58 -1294.38 72.125,104 102,stand,,,
|
||||
-1204.89 -139.4 258.125,78 131,stand,,,
|
||||
257.431 690.616 64.125,108 19 58 151 109 215,stand,,,
|
||||
47.2789 716.251 64.0938,107 64 109,stand,,,
|
||||
-33.8218 876.465 59.4834,108 110 64 26 114 139 107 156 158 151 215,stand,,,
|
||||
-23.3392 1238.14 65.3462,109 111 26 142 157,stand,,,
|
||||
177.704 1381.07 68.125,110 21 142,stand,,,
|
||||
-396.432 -536.617 64.125,113 162 135 166,stand,,,
|
||||
-286.916 -450.197 60.7946,112 94,stand,,,
|
||||
-461.366 794.809 69.9345,64 29 109 158 93 158 207 212,stand,,,
|
||||
-635.695 -2201.31 65.9311,44 43,stand,,,
|
||||
-1167.79 1007.58 64.125,165 163,stand,,,
|
||||
-906.889 1714.62 80.125,88 88,stand,,,
|
||||
-729.902 2271.71 64.125,92 214,stand,,,
|
||||
-363.234 2077.51 64.125,93 27 92 213,stand,,,
|
||||
1285.66 1414.64 64.125,2 181,stand,,,
|
||||
1845.14 -723.622 72.2463,1 1,stand,,,
|
||||
503.912 -1483.51 68.125,47 47,stand,,,
|
||||
-392.03 -329.834 66.0966,33 66 124,stand,,,
|
||||
27.3564 -312.028 72.5837,61 123 60,stand,,,
|
||||
371.422 5.76824 56.7981,61 126 127 205 206,stand,,,
|
||||
370.625 565.466 64.1037,125 132,stand,,,
|
||||
783.803 -17.2674 62.2281,125 55 128 206 205,stand,,,
|
||||
780.618 562.606 64.125,127 132,stand,,,
|
||||
-1064.81 -631.709 74.125,130 36 35,climb,6.68396 -10.9039 0,,
|
||||
-1064.64 -582.439 260.125,129 79,climb,79.5453 106.381 0,,
|
||||
-1238.46 -489.83 258.125,79 106,stand,,,
|
||||
638.057 543.126 67.132,128 126,stand,,,
|
||||
-148.163 -2419.56 58.125,43 134,stand,,,
|
||||
-272.481 -2389.98 64.125,43 44 133,stand,,,
|
||||
-103.116 -883.045 62.9328,136 38 39 112,stand,,,
|
||||
-146.87 -1088.83 58.1309,39 40 135 43,stand,,,
|
||||
-332.757 -900.24 64.125,37 195,stand,,,
|
||||
-222.691 1699.33 59.0393,139 26 139 25 141,stand,,,
|
||||
-238.494 1440.92 60.5323,138 28 140 138 26 109,stand,,,
|
||||
-418.209 1313.81 64.125,139 26 28 212,stand,,,
|
||||
-208.83 1854.36 58.4896,27 26 138,stand,,,
|
||||
179.056 1210.68 68.125,111 110 153 26,stand,,,
|
||||
257.762 2462.99 232.125,144 146,stand,,,
|
||||
558.633 2275.5 232.125,145 143 146,stand,,,
|
||||
564.294 1738.13 232.125,144 146,stand,,,
|
||||
332.565 1972.04 232.125,145 144 143,stand,,,
|
||||
995.288 1008.06 64.125,18 15 3 149,stand,,,
|
||||
1068.45 524.018 62.0798,6 4 56 13 150,stand,,,
|
||||
1221 1015.2 64.125,4 3 147,stand,,,
|
||||
1031.33 869.319 60.6064,13 148 19,stand,,,
|
||||
505.002 645.993 64.0883,19 107 109,stand,,,
|
||||
351.858 1080.72 68.125,153 154 154,stand,,,
|
||||
182.503 1088.15 68.125,142 152 155 157,stand,,,
|
||||
384.544 1319.95 68.125,152 152,stand,,,
|
||||
178.65 954.176 68.125,153 156,stand,,,
|
||||
-95.0029 963.899 57.9582,64 155 26 157 158 109,stand,,,
|
||||
-205.014 1126.73 58.125,64 156 26 153 110,stand,,,
|
||||
-255.342 791.681 64.1198,114 156 109 114,stand,,,
|
||||
-877.411 988.692 64.1227,29 30,stand,,,
|
||||
114.682 -1100.22 67.9487,39 161 198,stand,,,
|
||||
689.322 -926.044 66.9277,160 51 198,stand,,,
|
||||
-537.494 -506.438 64.0331,112 35 37 34,stand,,,
|
||||
-1266.47 692.564 64.125,164 165 116,stand,,,
|
||||
-1245.07 311.088 65.9556,163 31,stand,,,
|
||||
-1134.47 702.198 64.125,30 163 116,stand,,,
|
||||
-402.959 -786.678 62.2097,38 112,stand,,,
|
||||
453.024 -288.148 68.125,98 97 96 201,stand,,,
|
||||
317.492 -253.679 204.125,169 169 173,stand,,,
|
||||
249.802 -308.362 204.125,168 168 170 100,stand,,,
|
||||
227 -440.231 204.125,171 171 169,stand,,,
|
||||
280.614 -520.67 204.125,170 170 172,stand,,,
|
||||
327.542 -454.849 204.125,100 171,stand,,,
|
||||
429.582 -334.347 204.125,100 168,stand,,,
|
||||
1504.87 189.146 62.4586,7 12,stand,,,
|
||||
1038.47 1306.91 64.125,17 2,stand,,,
|
||||
763.151 1205.18 64.125,16 17 2,stand,,,
|
||||
-104.489 2345.12 58.9517,25 25,stand,,,
|
||||
659.577 1678.28 64.125,20 179 179,stand,,,
|
||||
200.125 1676.66 232.125,178 178,stand,,,
|
||||
1151.13 1651.6 64.125,181 2,stand,,,
|
||||
1335.2 1644.79 64.125,180 120,stand,,,
|
||||
1389.43 1081.65 64.1249,3 2 186 185,stand,,,
|
||||
1680.56 1124.77 64.1249,184 184 185,stand,,,
|
||||
1684.59 953.931 64.1249,183 183 186,stand,,,
|
||||
1524.77 1128.61 64.1249,186 186 182 183,stand,,,
|
||||
1539.98 969.676 64.1249,185 185 184 182,stand,,,
|
||||
1802.91 597.729 66.647,5 5 188,stand,,,
|
||||
1740.78 846.678 69.4623,4 5 187,stand,,,
|
||||
1350.61 -541.047 64.078,8 10 9,stand,,,
|
||||
-332.607 -1835.36 69.6616,41 191,stand,,,
|
||||
-346.267 -1559.13 66.9542,190 193 193,stand,,,
|
||||
-348.078 -1364.46 64.125,40 193 195,stand,,,
|
||||
-345.835 -1520.87 64.125,191 191 192 194,stand,,,
|
||||
-454.013 -1347.47 64.125,193 195,stand,,,
|
||||
-340.934 -1110.43 64.4362,192 194 137,stand,,,
|
||||
-787.385 -943.335 64.125,37 197 36,stand,,,
|
||||
-1140.05 -906.975 65.5018,196 36,stand,,,
|
||||
191.42 -898.919 66.6649,160 161,stand,,,
|
||||
274.418 -511.95 68.125,95 200,stand,,,
|
||||
419.699 -527.21 68.125,199 97,stand,,,
|
||||
533.977 -522.972 68.125,52 52 167,stand,,,
|
||||
-566.447 241.541 64.125,32 33,stand,,,
|
||||
1220.22 -1067.93 64.125,49 204 10,stand,,,
|
||||
1383.7 -1176.05 70.4125,203 10,stand,,,
|
||||
555.893 98.3434 60.0211,125 127 206,stand,,,
|
||||
541.712 -125.68 59.0012,125 127 205,stand,,,
|
||||
-291.379 667.276 69.2558,64 208 114,stand,,,
|
||||
-575.539 659.708 68.125,207 29,stand,,,
|
||||
-922.181 1154.92 80.125,210 89 211,stand,,,
|
||||
-764.502 1352.96 80.125,209 211,stand,,,
|
||||
-939.319 1367.29 80.125,210 209,stand,,,
|
||||
-564.987 1135.27 64.125,89 114 140,stand,,,
|
||||
-556.917 2101.67 64.1229,119 214,stand,,,
|
||||
-683.504 2124.24 64.1229,213 118,stand,,,
|
||||
312.504 818.635 53.2075,109 19 107,stand,,,
|
||||
|
217
scriptdata/waypoints/mp_backlot_night_wp.csv
Normal file
@@ -0,0 +1,217 @@
|
||||
216
|
||||
1902.2 -345.2 74.2,1 80,stand,,,
|
||||
1892.7 -420.4 72.1,0 8 115 115,stand,,,
|
||||
1211 1284.5 64.1,3 15 114 168 169 173 175,stand,,,
|
||||
1249.3 1087 64.1,2 4 14 140 142 175,stand,,,
|
||||
1278.6 841.6 64.1,3 5 6 141 142 86 181,stand,,,
|
||||
1504.4 626.5 56.3,4 6 180 180 181,stand,,,
|
||||
1307.5 547.1 64.1,4 5 7 86 141,stand,,,
|
||||
1298.3 199.6 62.2,6 9 12 167,stand,,,
|
||||
1423.3 -403.8 64.3,9 11 1 182,stand,,,
|
||||
1240.1 -249.7 74.1,7 12 8 11 182,stand,,,
|
||||
1291.3 -834.9 64.1,11 50 182 195 194,stand,,,
|
||||
1145.6 -567.9 64.1,52 9 8 10,stand,,,
|
||||
1090.9 -227.1 66.1,7 9 53 54 167,stand,,,
|
||||
742.4 908 64.1,14 56 18 17 200,stand,,,
|
||||
892 1092.7 64.1,15 3 13 17 140,stand,,,
|
||||
900.4 1279.1 64.1,2 14 16 169,stand,,,
|
||||
790.1 1404.6 64.1,15 168 169,stand,,,
|
||||
599.6 1016.3 64.1,14 13 19 140,stand,,,
|
||||
579.3 778.9 54.1,13 104 143 144 200 201,stand,,,
|
||||
656.7 1559.3 40.1,17 20 171,stand,,,
|
||||
171.2 1473.1 29.4,21 25 19 108 22,stand,,,
|
||||
62.3 1776.6 64.1,22 20,stand,,,
|
||||
152.9 1951.5 64.1,23 21 20,stand,,,
|
||||
50.3 2079.6 64.3,24 22,stand,,,
|
||||
-138.8 2098.6 58.9,23 26 25 131 170 170,stand,,,
|
||||
-135.1 1442.5 61.5,20 63 24 107 131 133 134 106 132 149 150 135,stand,,,
|
||||
-261.7 1928.3 64.1,24 27 134 202 203,stand,,,
|
||||
-534.8 1609.1 64.1,26 90 132 133 203,stand,,,
|
||||
-699.9 796.6 64.1,29 111 152 199,stand,,,
|
||||
-893.7 744.7 64.1,28 30 31 152 158,stand,,,
|
||||
-938.2 290.5 69.6,70 31 29 157,stand,,,
|
||||
-736.6 293 69.2,30 29 209,stand,,,
|
||||
-498.7 -69.1 68.7,64 65 33 79 117 209,stand,,,
|
||||
-656.7 -144.3 71.4,32 69 155,stand,,,
|
||||
-715 -668.7 71.6,36 35 122 155,stand,,,
|
||||
-1150.5 -670 71.5,34 66 122 189 190,stand,,,
|
||||
-547.3 -901.3 71.7,34 130 155 189,stand,,,
|
||||
-53.5 -707.6 59.2,51 91 38 128 159,stand,,,
|
||||
-53.1 -1188.7 58,48 39 37 129 128 153,stand,,,
|
||||
-194.2 -1463.4 58.2,38 40 129 185,stand,,,
|
||||
-96.1 -1867.6 58.1,42 39 41 183,stand,,,
|
||||
23.2 -1879 82.6,44 40,stand,,,
|
||||
-124.2 -2183.1 57.2,43 40 112 126 127 129,stand,,,
|
||||
-466.2 -2351.1 64.1,42 112 127,stand,,,
|
||||
328.3 -2072.3 82.7,41 45,stand,,,
|
||||
675.3 -2068.7 64.1,46 44,stand,,,
|
||||
690.3 -1496.2 64.1,47 45 116 116,stand,,,
|
||||
704.6 -1227.8 64.1,46 48 49,stand,,,
|
||||
647.1 -1102.9 64.1,47 38 50 49 194,stand,,,
|
||||
743.5 -839.6 71.5,52 50 48 47 51,stand,,,
|
||||
955.1 -1002.1 64.1,10 48 49 154 98,stand,,,
|
||||
559.7 -684.5 57.3,52 49 37 94 193 193,stand,,,
|
||||
960.3 -644 58.4,53 51 11 49,stand,,,
|
||||
954 -279.4 58.1,55 12 52 54,stand,,,
|
||||
830 -26.2 64,55 12 53 120,stand,,,
|
||||
1012.1 162.2 57.9,56 53 54 141,stand,,,
|
||||
855.7 619.6 64.1,13 55 200,stand,,,
|
||||
236.2 556.6 69.1,62 104,stand,,,
|
||||
56.2 384.3 69.1,61 59,stand,,,
|
||||
72.2 254 60,60 64 58 118,stand,,,
|
||||
243.4 2.7 58.6,59 65 118 210 197,stand,,,
|
||||
-127.6 397.1 69.1,62 58,stand,,,
|
||||
-113.3 557.8 69.1,57 63 61,stand,,,
|
||||
-111.6 698.5 67.9,25 62 105 106 111 149 150 198,stand,,,
|
||||
-306.1 140.5 109.9,59 32 65,stand,,,
|
||||
-303.2 -20.2 84.1,32 60 117 64,stand,,,
|
||||
-1144.39 -602.416 106.125,67 35,stand,,,
|
||||
-1115.33 -146.884 106.125,72 68 66,stand,,,
|
||||
-892.921 -148.032 106.125,67 69 71,stand,,,
|
||||
-719.971 -144.678 108.125,68 33,stand,,,
|
||||
-929.286 233.201 106.125,71 30,stand,,,
|
||||
-951.375 100.378 106.125,72 70 79 68,stand,,,
|
||||
-1052.2 72.7632 108.125,73 71 67,stand,,,
|
||||
-1238.46 81.5104 188.125,74 72,stand,,,
|
||||
-1234.75 179.689 188.125,75 73,stand,,,
|
||||
-1063.61 171.457 260.125,76 74,stand,,,
|
||||
-1008.71 75.5739 258.125,77 75,stand,,,
|
||||
-1107.76 -100.745 258.125,78 76 103,stand,,,
|
||||
-1088.48 -557.626 258.125,77 123 124,stand,,,
|
||||
-723.206 127.335 108.125,71 32,stand,,,
|
||||
1539.88 -320.585 240.125,81 0,stand,,,
|
||||
1593.29 -29.2221 241.631,82 80,stand,,,
|
||||
1602.59 244.742 240.125,83 81,stand,,,
|
||||
1636.76 371.924 240.125,84 82,stand,,,
|
||||
1861.45 437.846 240.125,85 83,stand,,,
|
||||
1843.93 557.03 240.125,86 84,stand,,,
|
||||
1504.58 553.357 64.125,6 85 4,stand,,,
|
||||
-919.398 1537.7 80.125,89 113 113 215,stand,,,
|
||||
-696.488 1095.93 80.125,133 206 207 214,stand,,,
|
||||
-787.781 1566.87 80.125,87 90,stand,,,
|
||||
-754.274 1716.71 80.125,89 27 203,stand,,,
|
||||
125.395 -451.579 58.6958,37 92 110,stand,,,
|
||||
282.593 -447.87 68.125,93 91 191,stand,,,
|
||||
304.311 -271.206 68.125,92 160,stand,,,
|
||||
437.415 -443.822 68.125,51 160 192,stand,,,
|
||||
582.932 -297.811 126.125,96 160,stand,,,
|
||||
561.586 -485.701 204.125,97 95,stand,,,
|
||||
423.422 -470.754 204.125,96 165 166 162,stand,,,
|
||||
1164.82 -1203.64 72.125,100 99 50,stand,,,
|
||||
1064.12 -1299.76 72.125,100 102 98,stand,,,
|
||||
1117.59 -1476.49 72.125,101 99 98,stand,,,
|
||||
861.878 -1497.7 72.125,102 100,stand,,,
|
||||
878.58 -1294.38 72.125,101 99,stand,,,
|
||||
-1204.89 -139.4 258.125,77 124,stand,,,
|
||||
257.431 690.616 64.125,105 18 57 144 106,stand,,,
|
||||
47.2789 716.251 64.0938,104 63 106,stand,,,
|
||||
-33.8218 876.465 59.4834,105 107 63 25 111 132 104 149 151 144 201,stand,,,
|
||||
-23.3392 1238.14 65.3462,106 108 25 135 150,stand,,,
|
||||
177.704 1381.07 68.125,107 20 135,stand,,,
|
||||
-396.432 -536.617 64.125,110 155 128 159,stand,,,
|
||||
-286.916 -450.197 60.7946,109 91,stand,,,
|
||||
-461.366 794.809 69.9345,63 28 106 151 151 198 206,stand,,,
|
||||
-635.695 -2201.31 65.9311,43 42,stand,,,
|
||||
-906.889 1714.62 80.125,87 87,stand,,,
|
||||
1285.66 1414.64 64.125,2 174,stand,,,
|
||||
1845.14 -723.622 72.2463,1 1,stand,,,
|
||||
503.912 -1483.51 68.125,46 46,stand,,,
|
||||
-392.03 -329.834 66.0966,32 65 118,stand,,,
|
||||
27.3564 -312.028 72.5837,60 117 59,stand,,,
|
||||
370.625 565.466 64.1037,125 196,stand,,,
|
||||
783.803 -17.2674 62.2281,54 121 197 196,stand,,,
|
||||
780.618 562.606 64.125,120 125,stand,,,
|
||||
-1064.81 -631.709 74.125,123 35 34,climb,6.68396 -10.9039 0,,
|
||||
-1064.64 -582.439 260.125,122 78,climb,79.5453 106.381 0,,
|
||||
-1238.46 -489.83 258.125,78 103,stand,,,
|
||||
638.057 543.126 67.132,121 119,stand,,,
|
||||
-148.163 -2419.56 58.125,42 127,stand,,,
|
||||
-272.481 -2389.98 64.125,42 43 126,stand,,,
|
||||
-103.116 -883.045 62.9328,129 37 38 109,stand,,,
|
||||
-146.87 -1088.83 58.1309,38 39 128 42,stand,,,
|
||||
-332.757 -900.24 64.125,36 188,stand,,,
|
||||
-222.691 1699.33 59.0393,132 25 132 24 134,stand,,,
|
||||
-238.494 1440.92 60.5323,131 27 133 131 25 106,stand,,,
|
||||
-418.209 1313.81 64.125,132 25 27 88 207 203,stand,,,
|
||||
-208.83 1854.36 58.4896,26 25 131,stand,,,
|
||||
179.056 1210.68 68.125,108 107 146 25,stand,,,
|
||||
257.762 2462.99 232.125,137 139,stand,,,
|
||||
558.633 2275.5 232.125,138 136 139,stand,,,
|
||||
564.294 1738.13 232.125,137 139,stand,,,
|
||||
332.565 1972.04 232.125,138 137 136,stand,,,
|
||||
995.288 1008.06 64.125,17 14 3 142,stand,,,
|
||||
1068.45 524.018 62.0798,6 4 55 143,stand,,,
|
||||
1221 1015.2 64.125,4 3 140 179,stand,,,
|
||||
1031.33 869.319 60.6064,141 18 200,stand,,,
|
||||
505.002 645.993 64.0883,18 104 106,stand,,,
|
||||
351.858 1080.72 68.125,146 147 147,stand,,,
|
||||
182.503 1088.15 68.125,135 145 148 150,stand,,,
|
||||
384.544 1319.95 68.125,145 145,stand,,,
|
||||
178.65 954.176 68.125,146 149,stand,,,
|
||||
-95.0029 963.899 57.9582,63 148 25 150 151 106,stand,,,
|
||||
-205.014 1126.73 58.125,63 149 25 146 107,stand,,,
|
||||
-255.342 791.681 64.1198,111 149 106 111 206 198,stand,,,
|
||||
-877.411 988.692 64.1227,28 29,stand,,,
|
||||
114.682 -1100.22 67.9487,38 154 208,stand,,,
|
||||
689.322 -926.044 66.9277,153 50 208,stand,,,
|
||||
-537.494 -506.438 64.0331,109 34 36 33,stand,,,
|
||||
-1266.47 692.564 64.125,157 158 211 211,stand,,,
|
||||
-1245.07 311.088 65.9556,156 30,stand,,,
|
||||
-1134.47 702.198 64.125,29 156 211,stand,,,
|
||||
-402.959 -786.678 62.2097,37 109,stand,,,
|
||||
453.024 -288.148 68.125,95 94 93 193,stand,,,
|
||||
317.492 -253.679 204.125,162 162 166,stand,,,
|
||||
249.802 -308.362 204.125,161 161 163 97,stand,,,
|
||||
227 -440.231 204.125,164 164 162,stand,,,
|
||||
280.614 -520.67 204.125,163 163 165,stand,,,
|
||||
327.542 -454.849 204.125,97 164,stand,,,
|
||||
429.582 -334.347 204.125,97 161,stand,,,
|
||||
1504.87 189.146 62.4586,7 12,stand,,,
|
||||
1038.47 1306.91 64.125,16 2,stand,,,
|
||||
763.151 1205.18 64.125,15 16 2,stand,,,
|
||||
-104.489 2345.12 58.9517,24 24,stand,,,
|
||||
659.577 1678.28 64.125,19 172 172,stand,,,
|
||||
200.125 1676.66 232.125,171 171,stand,,,
|
||||
1151.13 1651.6 64.125,174 2,stand,,,
|
||||
1335.2 1644.79 64.125,173 114,stand,,,
|
||||
1389.43 1081.65 64.1249,3 2 179 178,stand,,,
|
||||
1680.56 1124.77 64.1249,177 177 178,stand,,,
|
||||
1684.59 953.931 64.1249,176 176 179,stand,,,
|
||||
1524.77 1128.61 64.1249,179 179 175 176,stand,,,
|
||||
1539.98 969.676 64.1249,178 178 177 175 142,stand,,,
|
||||
1802.91 597.729 66.647,5 5 181,stand,,,
|
||||
1740.78 846.678 69.4623,4 5 180,stand,,,
|
||||
1350.61 -541.047 64.078,8 10 9,stand,,,
|
||||
-332.607 -1835.36 69.6616,40 184,stand,,,
|
||||
-346.267 -1559.13 66.9542,183 186 186,stand,,,
|
||||
-348.078 -1364.46 64.125,39 186 188,stand,,,
|
||||
-345.835 -1520.87 64.125,184 184 185 187,stand,,,
|
||||
-454.013 -1347.47 64.125,186 188,stand,,,
|
||||
-340.934 -1110.43 64.4362,185 187 130,stand,,,
|
||||
-787.385 -943.335 64.125,36 190 35,stand,,,
|
||||
-1140.05 -906.975 65.5018,189 35,stand,,,
|
||||
274.418 -511.95 68.125,92 192,stand,,,
|
||||
419.699 -527.21 68.125,191 94,stand,,,
|
||||
533.977 -522.972 68.125,51 51 160,stand,,,
|
||||
1220.22 -1067.93 64.125,48 195 10,stand,,,
|
||||
1383.7 -1176.05 70.4125,194 10,stand,,,
|
||||
555.893 98.3434 60.0211,120 197 119 210,stand,,,
|
||||
541.712 -125.68 59.0012,120 196 60,stand,,,
|
||||
-291.379 667.276 69.2558,63 199 111 151,stand,,,
|
||||
-575.539 659.708 68.125,198 28 206,stand,,,
|
||||
942.61 757.483 59.044,56 13 143 18,stand,,,
|
||||
301.175 808.569 55.3741,106 18,stand,,,
|
||||
-353.232 2080.35 64.125,26 204,stand,,,
|
||||
-545.069 1805.48 64.125,26 90 27 133 212,stand,,,
|
||||
-741 2147.81 64.125,205 205 202 212,stand,,,
|
||||
-726.151 2236.65 64.125,204 204,stand,,,
|
||||
-474.55 935.507 68.6845,88 207 111 151 199,stand,,,
|
||||
-616.116 1128.64 64.125,133 88 206,stand,,,
|
||||
132.032 -870.641 70.5651,154 153,stand,,,
|
||||
-609.276 191.3 66.1376,32 31,stand,,,
|
||||
361.832 169.439 64.9899,60 196,stand,,,
|
||||
-1172.9 991.497 56.6883,156 156 158,stand,,,
|
||||
-778.068 1940.23 64.125,204 203,stand,,,
|
||||
-766.295 1367.87 80.125,214 215,stand,,,
|
||||
-924.614 1105.15 80.125,213 88 215,stand,,,
|
||||
-916.393 1370.87 80.125,87 213 214,stand,,,
|
||||
|
179
scriptdata/waypoints/mp_backlot_snow_wp.csv
Normal file
@@ -0,0 +1,179 @@
|
||||
178
|
||||
1774.5 834.7 67.6,1 6,stand,,,
|
||||
1780.6 639.1 65.5,0 7,stand,,,
|
||||
1902.2 -345.2 74.2,3 97,stand,,,
|
||||
1892.7 -420.4 72.1,2 10 157,stand,,,
|
||||
1211.0 1284.5 64.1,5 21 154 155,stand,,,
|
||||
1249.3 1087.0 64.1,4 6 20 172,stand,,,
|
||||
1278.6 841.6 64.1,0 5 7 8,stand,,,
|
||||
1504.4 626.5 56.3,1 6 8,stand,,,
|
||||
1307.5 547.1 64.1,6 7 9 17 103,stand,,,
|
||||
1298.3 199.6 62.2,8 11 16 156,stand,,,
|
||||
1423.3 -403.8 64.3,3 11 12 15,stand,,,
|
||||
1240.1 -249.7 74.1,9 10 12 15 16,stand,,,
|
||||
1345.6 -595.8 64.0,10 11 13 15,stand,,,
|
||||
1291.3 -834.9 64.1,12 14 15 66,stand,,,
|
||||
1202.9 -1082.8 64.1,13 63 66 121,stand,,,
|
||||
1145.6 -567.9 64.1,10 11 12 13 68,stand,,,
|
||||
1090.9 -227.1 66.1,9 11 69 70,stand,,,
|
||||
1072.3 554.5 62.4,8 18 19 71,stand,,,
|
||||
941.3 766.4 59.0,17 19 25 72,stand,,,
|
||||
742.4 908.0 64.1,17 18 20 24 25 72,stand,,,
|
||||
892.0 1092.7 64.1,5 19 21 24,stand,,,
|
||||
900.4 1279.1 64.1,4 20 23,stand,,,
|
||||
784.6 1559.3 64.1,23 26,stand,,,
|
||||
790.1 1404.6 64.1,21 22,stand,,,
|
||||
599.6 1016.3 64.1,19 20 26,stand,,,
|
||||
579.3 778.9 54.1,18 19 73 136,stand,,,
|
||||
656.7 1559.3 40.1,22 24 27 104,stand,,,
|
||||
171.2 1473.1 29.4,26 28 32 140,stand,,,
|
||||
62.3 1776.6 64.1,27 29,stand,,,
|
||||
152.9 1951.5 64.1,28 30,stand,,,
|
||||
50.3 2079.6 64.3,29 31,stand,,,
|
||||
-138.8 2098.6 58.9,30 32 33,stand,,,
|
||||
-135.1 1442.5 61.5,27 31 35 80 139,stand,,,
|
||||
-261.7 1928.3 64.1,31 34 112 152,stand,,,
|
||||
-534.8 1609.1 64.1,33 35 110 111 112,stand,,,
|
||||
-367.2 1429.0 64.1,32 34 36,stand,,,
|
||||
-568.7 1133.7 64.1,35 108 143,stand,,,
|
||||
-699.9 796.6 64.1,38 143,stand,,,
|
||||
-893.7 744.7 64.1,37 39 41 42,stand,,,
|
||||
-1245.9 721.1 64.1,38 40 148,stand,,,
|
||||
-1264.0 424.0 64.1,39 41,stand,,,
|
||||
-938.2 290.5 69.6,38 40 42 87,stand,,,
|
||||
-736.6 293.0 69.2,38 41 43,stand,,,
|
||||
-617.5 228.0 67.0,42 44 96,stand,,,
|
||||
-498.7 -69.1 68.7,43 45 81 82 96 164,stand,,,
|
||||
-656.7 -144.3 71.4,44 46 86,stand,,,
|
||||
-534.0 -484.9 64.1,45 47 52 141,stand,,,
|
||||
-715.0 -668.7 71.6,46 48 49 173,stand,,,
|
||||
-1150.5 -670.0 71.5,47 83 147 173,stand,,,
|
||||
-547.3 -901.3 71.7,47 50 146,stand,,,
|
||||
-366.2 -898.1 64.1,49 134,stand,,,
|
||||
-53.5 -707.6 59.2,52 67 113,stand,,,
|
||||
-100.1 -863.3 63.4,46 51 53 54,stand,,,
|
||||
-53.1 -1188.7 58.0,52 54 63 64,stand,,,
|
||||
-194.2 -1463.4 58.2,52 53 55 134,stand,,,
|
||||
-96.1 -1867.6 58.1,54 56 57,stand,,,
|
||||
23.2 -1879.0 82.6,55 59,stand,,,
|
||||
-124.2 -2183.1 57.2,55 58,stand,,,
|
||||
-466.2 -2351.1 64.1,57 144,stand,,,
|
||||
328.3 -2072.3 82.7,56 60,stand,,,
|
||||
675.3 -2068.7 64.1,59 61,stand,,,
|
||||
690.3 -1496.2 64.1,60 62 158,stand,,,
|
||||
704.6 -1227.8 64.1,61 63 65,stand,,,
|
||||
647.1 -1102.9 64.1,14 53 62 65 66,stand,,,
|
||||
616.0 -939.4 65.8,53 65 66,stand,,,
|
||||
743.5 -839.6 71.5,62 63 64 66 67 68,stand,,,
|
||||
955.1 -1002.1 64.1,13 14 63 64 65,stand,,,
|
||||
559.7 -684.5 57.3,51 65 68 117,stand,,,
|
||||
960.3 -644.0 58.4,15 65 67 69,stand,,,
|
||||
954.0 -279.4 58.1,16 68 70 71,stand,,,
|
||||
830.0 -26.2 64.0,16 69 71 168,stand,,,
|
||||
1012.1 162.2 57.9,17 69 70 72,stand,,,
|
||||
855.7 619.6 64.1,18 19 71,stand,,,
|
||||
344.9 886.0 64.2,25 138,stand,,,
|
||||
236.2 556.6 69.1,79 136,stand,,,
|
||||
56.2 384.3 69.1,76 78,stand,,,
|
||||
72.2 254.0 60.0,75 77 81,stand,,,
|
||||
243.4 2.7 58.6,76 82 165 166,stand,,,
|
||||
-127.6 397.1 69.1,75 79,stand,,,
|
||||
-113.3 557.8 69.1,74 78 80,stand,,,
|
||||
-111.6 698.5 67.9,32 79 137 138 143,stand,,,
|
||||
-306.1 140.5 109.9,44 76,stand,,,
|
||||
-303.2 -20.2 84.1,44 77 164,stand,,,
|
||||
-1144.39 -602.416 106.125,48 84,stand,,,
|
||||
-1115.33 -146.884 106.125,83 85 89,stand,,,
|
||||
-892.921 -148.032 106.125,84 86 88,stand,,,
|
||||
-719.971 -144.678 108.125,45 85,stand,,,
|
||||
-929.286 233.201 106.125,41 88,stand,,,
|
||||
-951.375 100.378 106.125,85 87 89 96 159,stand,,,
|
||||
-1052.2 72.7632 108.125,84 88 90 159,stand,,,
|
||||
-1238.46 81.5104 188.125,89 91,stand,,,
|
||||
-1234.75 179.689 188.125,90 92,stand,,,
|
||||
-1063.61 171.457 260.125,91 93,stand,,,
|
||||
-1008.71 75.5739 258.125,92 94,stand,,,
|
||||
-1107.76 -100.745 258.125,93 95 132,stand,,,
|
||||
-1088.48 -557.626 258.125,94 174 175,stand,,,
|
||||
-723.206 127.335 108.125,43 44 88,stand,,,
|
||||
1539.88 -320.585 240.125,2 98,stand,,,
|
||||
1593.29 -29.2221 241.631,97 99,stand,,,
|
||||
1602.59 244.742 240.125,98 100,stand,,,
|
||||
1636.76 371.924 240.125,99 101,stand,,,
|
||||
1861.45 437.846 240.125,100 102,stand,,,
|
||||
1843.93 557.03 240.125,101 103,stand,,,
|
||||
1504.58 553.357 64.125,8 102,stand,,,
|
||||
653.17 1675.32 64.125,26 105,stand,,,
|
||||
338.784 1680.49 232.125,104 133,stand,,,
|
||||
-919.398 1537.7 80.125,107 109 150,stand,,,
|
||||
-928.311 1111.47 80.125,106 108 149,stand,,,
|
||||
-696.488 1095.93 80.125,36 107,stand,,,
|
||||
-787.781 1566.87 80.125,106 110,stand,,,
|
||||
-754.274 1716.71 80.125,34 109,stand,,,
|
||||
-736.201 1887.87 64.125,34 112 151 152,stand,,,
|
||||
-454.293 1879.4 64.125,33 34 111 152,stand,,,
|
||||
125.395 -451.579 58.6958,51 114 142,stand,,,
|
||||
282.593 -447.87 68.125,113 115,stand,,,
|
||||
304.311 -271.206 68.125,114 116,stand,,,
|
||||
447.128 -292.167 68.125,115 117 118,stand,,,
|
||||
437.415 -443.822 68.125,67 116,stand,,,
|
||||
582.932 -297.811 126.125,116 119,stand,,,
|
||||
561.586 -485.701 204.125,118 120,stand,,,
|
||||
423.422 -470.754 204.125,119 135,stand,,,
|
||||
1164.82 -1203.64 72.125,14 122 123 126,stand,,,
|
||||
1064.12 -1299.76 72.125,121 123 125,stand,,,
|
||||
1117.59 -1476.49 72.125,121 122 124,stand,,,
|
||||
861.878 -1497.7 72.125,123 125,stand,,,
|
||||
878.58 -1294.38 72.125,122 124,stand,,,
|
||||
1210.99 -1231.4 72.125,121 127,stand,,,
|
||||
1219.66 -1418.5 208.125,126 128,stand,,,
|
||||
1160.28 -1512.65 208.125,127 129,stand,,,
|
||||
942.009 -1504.82 208.125,128 130,stand,,,
|
||||
833.342 -1397.96 208.125,129 131,stand,,,
|
||||
970.478 -1207.91 208.125,130,stand,,,
|
||||
-1204.89 -139.4 258.125,94 175,stand,,,
|
||||
224.68 1655.62 232.125,105,stand,,,
|
||||
-343.994 -1356.73 64.126,50 54,stand,,,
|
||||
318.75 -353.28 204.125,120,stand,,,
|
||||
257.431 690.616 64.125,25 74 137,stand,,,
|
||||
47.2789 716.251 64.0938,80 136 138,stand,,,
|
||||
-33.8218 876.465 59.4834,73 80 137 139,stand,,,
|
||||
-23.3392 1238.14 65.3462,32 138 140,stand,,,
|
||||
177.704 1381.07 68.125,27 139,stand,,,
|
||||
-396.432 -536.617 64.125,46 142,stand,,,
|
||||
-286.916 -450.197 60.7946,113 141,stand,,,
|
||||
-461.366 794.809 69.9345,36 37 80,stand,,,
|
||||
-635.695 -2201.31 65.9311,58,stand,,,
|
||||
-786.044 -1020.43 64.125,146,stand,,,
|
||||
-795.404 -941.476 64.125,49 145 147 173,stand,,,
|
||||
-1189.17 -770.472 64.125,48 146,stand,,,
|
||||
-1167.79 1007.58 64.125,39,stand,,,
|
||||
-774.145 1348.36 80.125,107,stand,,,
|
||||
-906.889 1714.62 80.125,106,stand,,,
|
||||
-729.902 2271.71 64.125,111,stand,,,
|
||||
-363.234 2077.51 64.125,33 111 112,stand,,,
|
||||
1278.97 1643.56 64.125,154 155,stand,,,
|
||||
1158.6 1651.21 64.125,4 153,stand,,,
|
||||
1285.66 1414.64 64.125,4 153,stand,,,
|
||||
1463.2 171.678 59.8727,9,stand,,,
|
||||
1845.14 -723.622 72.2463,3,stand,,,
|
||||
503.912 -1483.51 68.125,61,stand,,,
|
||||
-1061.25 183.674 108.125,88 89 160,stand,,,
|
||||
-1249.4 165.919 36.125,159 161,stand,,,
|
||||
-1241.26 86.4991 36.125,160 162,stand,,,
|
||||
-1065.87 72.8512 -45.875,161 163,stand,,,
|
||||
-915.133 -96.6735 -45.875,162,stand,,,
|
||||
-392.03 -329.834 66.0966,44 82 165,stand,,,
|
||||
27.3564 -312.028 72.5837,77 164,stand,,,
|
||||
371.422 5.76824 56.7981,77 167 168,stand,,,
|
||||
370.625 565.466 64.1037,166 176,stand,,,
|
||||
783.803 -17.2674 62.2281,70 166 169,stand,,,
|
||||
780.618 562.606 64.125,168 176,stand,,,
|
||||
616.66 402.933 198.125,171 177,stand,,,
|
||||
457.82 263.535 198.125,170,stand,,,
|
||||
1475.9 1101.39 64.125,5,stand,,,
|
||||
-1064.81 -631.709 74.125,47 48 146 174,climb,6.68396 -10.9039 0.0,,
|
||||
-1064.64 -582.439 260.125,95 173,climb,79.5453 106.381 0.0,,
|
||||
-1238.46 -489.83 258.125,95 132,stand,,,
|
||||
638.057 543.126 67.132,167 169 177,climb,-34.8169 37.1942 0.0,,
|
||||
636.976 506.024 206.125,170 176,climb,63.3789 -95.1361 0.0,,
|
||||
|
179
scriptdata/waypoints/mp_backlot_wp.csv
Normal file
@@ -0,0 +1,179 @@
|
||||
178
|
||||
1774.5 834.7 67.6,1 6,stand,,,
|
||||
1780.6 639.1 65.5,7 0,stand,,,
|
||||
1902.2 -345.2 74.2,3 97,stand,,,
|
||||
1892.7 -420.4 72.1,2 10 157,stand,,,
|
||||
1211 1284.5 64.1,5 21 154 155,stand,,,
|
||||
1249.3 1087 64.1,4 6 20 172,stand,,,
|
||||
1278.6 841.6 64.1,5 0 7 8,stand,,,
|
||||
1504.4 626.5 56.3,1 6 8,stand,,,
|
||||
1307.5 547.1 64.1,6 7 9 17 103,stand,,,
|
||||
1298.3 199.6 62.2,8 11 16 156,stand,,,
|
||||
1423.3 -403.8 64.3,11 12 15 3,stand,,,
|
||||
1240.1 -249.7 74.1,9 16 10 12 15,stand,,,
|
||||
1345.6 -595.8 64,11 10 13 15,stand,,,
|
||||
1291.3 -834.9 64.1,12 15 14 66,stand,,,
|
||||
1202.9 -1082.8 64.1,13 66 63 121,stand,,,
|
||||
1145.6 -567.9 64.1,68 11 10 12 13,stand,,,
|
||||
1090.9 -227.1 66.1,9 11 69 70,stand,,,
|
||||
1072.3 554.5 62.4,18 8 71 19,stand,,,
|
||||
941.3 766.4 59,72 19 25 17,stand,,,
|
||||
742.4 908 64.1,20 18 17 72 25 24,stand,,,
|
||||
892 1092.7 64.1,21 5 19 24,stand,,,
|
||||
900.4 1279.1 64.1,4 20 23,stand,,,
|
||||
784.6 1559.3 64.1,23 26,stand,,,
|
||||
790.1 1404.6 64.1,22 21,stand,,,
|
||||
599.6 1016.3 64.1,20 19 26,stand,,,
|
||||
579.3 778.9 54.1,18 19 73 136,stand,,,
|
||||
656.7 1559.3 40.1,22 24 27 104,stand,,,
|
||||
171.2 1473.1 29.4,28 32 26 140,stand,,,
|
||||
62.3 1776.6 64.1,29 27,stand,,,
|
||||
152.9 1951.5 64.1,30 28,stand,,,
|
||||
50.3 2079.6 64.3,31 29,stand,,,
|
||||
-138.8 2098.6 58.9,30 33 32,stand,,,
|
||||
-135.1 1442.5 61.5,27 80 35 31 139,stand,,,
|
||||
-261.7 1928.3 64.1,31 34 112 152,stand,,,
|
||||
-534.8 1609.1 64.1,33 35 110 112 111,stand,,,
|
||||
-367.2 1429 64.1,32 36 34,stand,,,
|
||||
-568.7 1133.7 64.1,35 108 143,stand,,,
|
||||
-699.9 796.6 64.1,38 143,stand,,,
|
||||
-893.7 744.7 64.1,39 37 41 42,stand,,,
|
||||
-1245.9 721.1 64.1,40 38 148,stand,,,
|
||||
-1264 424 64.1,41 39,stand,,,
|
||||
-938.2 290.5 69.6,87 42 40 38,stand,,,
|
||||
-736.6 293 69.2,43 41 38,stand,,,
|
||||
-617.5 228 67,44 96 42,stand,,,
|
||||
-498.7 -69.1 68.7,43 81 82 45 96 164,stand,,,
|
||||
-656.7 -144.3 71.4,44 46 86,stand,,,
|
||||
-534 -484.9 64.1,52 45 47 141,stand,,,
|
||||
-715 -668.7 71.6,49 48 46 173,stand,,,
|
||||
-1150.5 -670 71.5,47 83 147 173,stand,,,
|
||||
-547.3 -901.3 71.7,50 47 146,stand,,,
|
||||
-366.2 -898.1 64.1,49 134,stand,,,
|
||||
-53.5 -707.6 59.2,67 52 113,stand,,,
|
||||
-100.1 -863.3 63.4,51 46 54 53,stand,,,
|
||||
-53.1 -1188.7 58,64 63 54 52,stand,,,
|
||||
-194.2 -1463.4 58.2,52 53 134 55,stand,,,
|
||||
-96.1 -1867.6 58.1,57 54 56,stand,,,
|
||||
23.2 -1879 82.6,59 55,stand,,,
|
||||
-124.2 -2183.1 57.2,58 55,stand,,,
|
||||
-466.2 -2351.1 64.1,57 144,stand,,,
|
||||
328.3 -2072.3 82.7,56 60,stand,,,
|
||||
675.3 -2068.7 64.1,61 59,stand,,,
|
||||
690.3 -1496.2 64.1,62 60 158,stand,,,
|
||||
704.6 -1227.8 64.1,61 63 65,stand,,,
|
||||
647.1 -1102.9 64.1,62 53 66 14 65,stand,,,
|
||||
616 -939.4 65.8,53 65 66,stand,,,
|
||||
743.5 -839.6 71.5,68 66 63 64 62 67,stand,,,
|
||||
955.1 -1002.1 64.1,13 14 63 64 65,stand,,,
|
||||
559.7 -684.5 57.3,68 65 51 117,stand,,,
|
||||
960.3 -644 58.4,69 67 15 65,stand,,,
|
||||
954 -279.4 58.1,71 16 68 70,stand,,,
|
||||
830 -26.2 64,71 16 69 168,stand,,,
|
||||
1012.1 162.2 57.9,72 17 69 70,stand,,,
|
||||
855.7 619.6 64.1,18 19 71,stand,,,
|
||||
344.9 886 64.2,25 138,stand,,,
|
||||
236.2 556.6 69.1,79 136,stand,,,
|
||||
56.2 384.3 69.1,78 76,stand,,,
|
||||
72.2 254 60,77 81 75,stand,,,
|
||||
243.4 2.7 58.6,76 82 165 166,stand,,,
|
||||
-127.6 397.1 69.1,79 75,stand,,,
|
||||
-113.3 557.8 69.1,74 80 78,stand,,,
|
||||
-111.6 698.5 67.9,32 79 137 138 143,stand,,,
|
||||
-306.1 140.5 109.9,76 44,stand,,,
|
||||
-303.2 -20.2 84.1,44 77 164,stand,,,
|
||||
-1144.39 -602.416 106.125,84 48,stand,,,
|
||||
-1115.33 -146.884 106.125,89 85 83,stand,,,
|
||||
-892.921 -148.032 106.125,84 86 88,stand,,,
|
||||
-719.971 -144.678 108.125,85 45,stand,,,
|
||||
-929.286 233.201 106.125,88 41,stand,,,
|
||||
-951.375 100.378 106.125,89 87 96 159 85,stand,,,
|
||||
-1052.2 72.7632 108.125,90 88 84 159,stand,,,
|
||||
-1238.46 81.5104 188.125,91 89,stand,,,
|
||||
-1234.75 179.689 188.125,92 90,stand,,,
|
||||
-1063.61 171.457 260.125,93 91,stand,,,
|
||||
-1008.71 75.5739 258.125,94 92,stand,,,
|
||||
-1107.76 -100.745 258.125,95 93 132,stand,,,
|
||||
-1088.48 -557.626 258.125,94 174 175,stand,,,
|
||||
-723.206 127.335 108.125,88 43 44,stand,,,
|
||||
1539.88 -320.585 240.125,98 2,stand,,,
|
||||
1593.29 -29.2221 241.631,99 97,stand,,,
|
||||
1602.59 244.742 240.125,100 98,stand,,,
|
||||
1636.76 371.924 240.125,101 99,stand,,,
|
||||
1861.45 437.846 240.125,102 100,stand,,,
|
||||
1843.93 557.03 240.125,103 101,stand,,,
|
||||
1504.58 553.357 64.125,8 102,stand,,,
|
||||
653.17 1675.32 64.125,26 105,stand,,,
|
||||
338.784 1680.49 232.125,104 133,stand,,,
|
||||
-919.398 1537.7 80.125,107 109 150,stand,,,
|
||||
-928.311 1111.47 80.125,108 106 149,stand,,,
|
||||
-696.488 1095.93 80.125,36 107,stand,,,
|
||||
-787.781 1566.87 80.125,106 110,stand,,,
|
||||
-754.274 1716.71 80.125,109 34,stand,,,
|
||||
-736.201 1887.87 64.125,112 34 151 152,stand,,,
|
||||
-454.293 1879.4 64.125,111 33 34 152,stand,,,
|
||||
125.395 -451.579 58.6958,51 114 142,stand,,,
|
||||
282.593 -447.87 68.125,115 113,stand,,,
|
||||
304.311 -271.206 68.125,116 114,stand,,,
|
||||
447.128 -292.167 68.125,118 115 117,stand,,,
|
||||
437.415 -443.822 68.125,67 116,stand,,,
|
||||
582.932 -297.811 126.125,119 116,stand,,,
|
||||
561.586 -485.701 204.125,120 118,stand,,,
|
||||
423.422 -470.754 204.125,119 135,stand,,,
|
||||
1164.82 -1203.64 72.125,123 14 126 122,stand,,,
|
||||
1064.12 -1299.76 72.125,123 125 121,stand,,,
|
||||
1117.59 -1476.49 72.125,124 122 121,stand,,,
|
||||
861.878 -1497.7 72.125,125 123,stand,,,
|
||||
878.58 -1294.38 72.125,124 122,stand,,,
|
||||
1210.99 -1231.4 72.125,121 127,stand,,,
|
||||
1219.66 -1418.5 208.125,128 126,stand,,,
|
||||
1160.28 -1512.65 208.125,129 127,stand,,,
|
||||
942.009 -1504.82 208.125,130 128,stand,,,
|
||||
833.342 -1397.96 208.125,129 131,stand,,,
|
||||
970.478 -1207.91 208.125,130,stand,,,
|
||||
-1204.89 -139.4 258.125,94 175,stand,,,
|
||||
224.68 1655.62 232.125,105,stand,,,
|
||||
-343.994 -1356.73 64.126,50 54,stand,,,
|
||||
318.75 -353.28 204.125,120,stand,,,
|
||||
257.431 690.616 64.125,137 25 74,stand,,,
|
||||
47.2789 716.251 64.0938,136 80 138,stand,,,
|
||||
-33.8218 876.465 59.4834,137 73 139 80,stand,,,
|
||||
-23.3392 1238.14 65.3462,138 140 32,stand,,,
|
||||
177.704 1381.07 68.125,139 27,stand,,,
|
||||
-396.432 -536.617 64.125,46 142,stand,,,
|
||||
-286.916 -450.197 60.7946,141 113,stand,,,
|
||||
-461.366 794.809 69.9345,36 80 37,stand,,,
|
||||
-635.695 -2201.31 65.9311,58,stand,,,
|
||||
-786.044 -1020.43 64.125,146,stand,,,
|
||||
-795.404 -941.476 64.125,145 49 147 173,stand,,,
|
||||
-1189.17 -770.472 64.125,146 48,stand,,,
|
||||
-1167.79 1007.58 64.125,39,stand,,,
|
||||
-774.145 1348.36 80.125,107,stand,,,
|
||||
-906.889 1714.62 80.125,106,stand,,,
|
||||
-729.902 2271.71 64.125,111,stand,,,
|
||||
-363.234 2077.51 64.125,112 33 111,stand,,,
|
||||
1278.97 1643.56 64.125,154 155,stand,,,
|
||||
1158.6 1651.21 64.125,153 4,stand,,,
|
||||
1285.66 1414.64 64.125,153 4,stand,,,
|
||||
1463.2 171.678 59.8727,9,stand,,,
|
||||
1845.14 -723.622 72.2463,3,stand,,,
|
||||
503.912 -1483.51 68.125,61,stand,,,
|
||||
-1061.25 183.674 108.125,88 89 160,stand,,,
|
||||
-1249.4 165.919 36.125,159 161,stand,,,
|
||||
-1241.26 86.4991 36.125,160 162,stand,,,
|
||||
-1065.87 72.8512 -45.875,161 163,stand,,,
|
||||
-915.133 -96.6735 -45.875,162,stand,,,
|
||||
-392.03 -329.834 66.0966,44 82 165,stand,,,
|
||||
27.3564 -312.028 72.5837,77 164,stand,,,
|
||||
371.422 5.76824 56.7981,77 167 168,stand,,,
|
||||
370.625 565.466 64.1037,166 176,stand,,,
|
||||
783.803 -17.2674 62.2281,166 70 169,stand,,,
|
||||
780.618 562.606 64.125,168 176,stand,,,
|
||||
616.66 402.933 198.125,171 177,stand,,,
|
||||
457.82 263.535 198.125,170,stand,,,
|
||||
1475.9 1101.39 64.125,5,stand,,,
|
||||
-1064.81 -631.709 74.125,174 48 47 146,climb,6.68396 -10.9039 0,,
|
||||
-1064.64 -582.439 260.125,173 95,climb,79.5453 106.381 0,,
|
||||
-1238.46 -489.83 258.125,95 132,stand,,,
|
||||
638.057 543.126 67.132,169 167 177,climb,-34.8169 37.1942 0,,
|
||||
636.976 506.024 206.125,176 170,climb,63.3789 -95.1361 0,,
|
||||
|