Compare commits
129 Commits
v2.0.0
...
dc03e0fbb3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dc03e0fbb3 | ||
|
|
24c1908c85 | ||
|
|
02761a1013 | ||
|
|
093dc9cd8c | ||
|
|
a3266c6de3 | ||
|
|
0ea6672804 | ||
|
|
b3967606f4 | ||
|
|
fcd130a132 | ||
|
|
f39a4d008c | ||
|
|
cff61ab690 | ||
|
|
f044af8aea | ||
|
|
1d464fca49 | ||
|
|
538269517a | ||
|
|
9efda21175 | ||
|
|
f536f2b65d | ||
|
|
7b52b462e4 | ||
|
|
9136ef2809 | ||
|
|
a8385f9010 | ||
|
|
541b0832e3 | ||
|
|
8acd9a282e | ||
|
|
cd1721b9f0 | ||
|
|
c342446e46 | ||
|
|
e181931ca2 | ||
|
|
ad74f6b93d | ||
|
|
249298b8f7 | ||
|
|
b2989d5610 | ||
|
|
4e8b5a1604 | ||
|
|
4c5dc51a46 | ||
|
|
5de583df89 | ||
|
|
5be2cf4b51 | ||
|
|
6315dffe34 | ||
|
|
9b36015636 | ||
|
|
9356aa2aff | ||
|
|
77b4081edc | ||
|
|
3287031fe7 | ||
|
|
26c533638e | ||
|
|
ccda0c6c37 | ||
|
|
386e87d063 | ||
|
|
dc58bf328a | ||
|
|
21949a47da | ||
|
|
521225e4ce | ||
|
|
6f954ebfba | ||
|
|
c6a21a075b | ||
|
|
250ee97e9d | ||
|
|
cf788c4308 | ||
|
|
abfa41e24d | ||
|
|
3339ff2656 | ||
|
|
a64a0cc810 | ||
|
|
9c20cf621b | ||
|
|
f667c96717 | ||
|
|
c2f86e7120 | ||
|
|
d3f2f192f0 | ||
|
|
762257ca8a | ||
|
|
e773996274 | ||
|
|
7eb6c7d246 | ||
|
|
15143dbb85 | ||
|
|
0f95ebacb8 | ||
|
|
2a20a834ec | ||
|
|
99dbe2cd87 | ||
|
|
090fc5f7a8 | ||
|
|
3258183b1c | ||
|
|
5021547734 | ||
|
|
a4e3fbb42b | ||
|
|
7c041900ff | ||
|
|
6ee4d2e2fd | ||
|
|
988d471fdb | ||
|
|
3711a8e8ad | ||
|
|
c3d3dc8323 | ||
|
|
b5fb8c7760 | ||
|
|
c366c041fb | ||
|
|
79592e6056 | ||
|
|
ca9dad8b79 | ||
|
|
5fe8aee7e2 | ||
|
|
fab64bc3ed | ||
|
|
feb573d43b | ||
|
|
d788ce7cb3 | ||
|
|
cae032eb9a | ||
|
|
d9a8ac04c4 | ||
|
|
e606af216c | ||
|
|
2972d4e497 | ||
|
|
ca0b0032eb | ||
|
|
6d9dbb262a | ||
|
|
a568042934 | ||
|
|
e3a65e892c | ||
|
|
30a9888067 | ||
|
|
4dcea05c2a | ||
|
|
168a2e621c | ||
|
|
c9f5b6cf33 | ||
|
|
3b7669dbd0 | ||
|
|
589fe63bc8 | ||
|
|
712f2c3a37 | ||
|
|
ab612e8ff6 | ||
|
|
a5b3ecc81b | ||
|
|
9c1f4552c2 | ||
|
|
91044ff842 | ||
|
|
e1326342d2 | ||
|
|
a6d663b67c | ||
|
|
e7bf74894d | ||
|
|
01dc7ea667 | ||
|
|
b1808c66ea | ||
|
|
d23fb6cd60 | ||
|
|
30285b8fc9 | ||
|
|
ab22dd37cb | ||
|
|
1745adbc78 | ||
|
|
36daf4ed6e | ||
|
|
a84133d928 | ||
|
|
8b73445e89 | ||
|
|
c4fc8c3b2f | ||
|
|
2adb5c8af8 | ||
|
|
afdc975a97 | ||
|
|
a0c3666653 | ||
|
|
f405c523b3 | ||
|
|
43701bd314 | ||
|
|
2f4323fb66 | ||
|
|
9feb4745d4 | ||
|
|
b0d1fbfb19 | ||
|
|
c7394f88e7 | ||
|
|
446ef8e987 | ||
|
|
b1357c8855 | ||
|
|
8e1c57c2a3 | ||
|
|
d0ec6974af | ||
|
|
18055a8f01 | ||
|
|
16594122ef | ||
|
|
c1e55c4c29 | ||
|
|
0c67e1f21e | ||
|
|
531cafb0ac | ||
|
|
e4d0d2cab5 | ||
|
|
4bee5b27da | ||
|
|
9c3a2d60d9 |
27
.astylerc
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
# try to mimic the original gsc provided
|
||||||
|
# mode=ghc
|
||||||
|
mode=c
|
||||||
|
style=allman
|
||||||
|
|
||||||
|
indent=force-tab=2
|
||||||
|
lineend=windows
|
||||||
|
|
||||||
|
pad-oper
|
||||||
|
pad-paren-in
|
||||||
|
pad-header
|
||||||
|
# pad-brackets-in
|
||||||
|
fill-empty-lines
|
||||||
|
squeeze-lines=2
|
||||||
|
squeeze-ws
|
||||||
|
break-one-line-headers
|
||||||
|
add-braces
|
||||||
|
remove-comment-prefix
|
||||||
|
|
||||||
|
break-blocks
|
||||||
|
|
||||||
|
indent-switches
|
||||||
|
indent-cases
|
||||||
|
indent-after-parens
|
||||||
|
indent-col1-comments
|
||||||
|
|
||||||
|
remove-comment-prefix
|
||||||
11
.editorconfig
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 2
|
||||||
|
charset = latin1
|
||||||
|
trim_trailing_whitespace = false
|
||||||
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
trim_trailing_whitespace = false
|
||||||
1
.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
*.gsx linguist-language=GSC
|
||||||
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 .
|
||||||
37
.gitignore
vendored
@@ -1,29 +1,8 @@
|
|||||||
# Ignore everything in repository root
|
*.zip
|
||||||
/*
|
*.log
|
||||||
|
*.stat
|
||||||
# Files to not ignore
|
logs/
|
||||||
!/.gitignore
|
demos/
|
||||||
!/botnames.txt
|
missingasset.csv
|
||||||
!/z_devserver.bat
|
q3config_server.cfg
|
||||||
!/z_serverdev.bat
|
qconsole.log.old
|
||||||
!/z_server.bat
|
|
||||||
!/z_client.bat
|
|
||||||
!/z_dev.bat
|
|
||||||
|
|
||||||
# Folder to not ignore
|
|
||||||
!/main_shared/
|
|
||||||
*.gsx
|
|
||||||
!/main_shared/maps/mp/gametypes/_callbacksetup.gsx
|
|
||||||
main_shared/maps/mp/gametypes/_globallogic.gsx
|
|
||||||
main_shared/maps/mp/gametypes/_hardpoints.gsx
|
|
||||||
!/README.md
|
|
||||||
|
|
||||||
!/main/
|
|
||||||
/main/*
|
|
||||||
!/main/server.cfg
|
|
||||||
!/main/botnames.txt
|
|
||||||
!/main/waypoints/
|
|
||||||
!/main/plugins/
|
|
||||||
/main/plugins/*
|
|
||||||
!/main/plugins/httpget.dll
|
|
||||||
!/main/plugins/httpget.so
|
|
||||||
|
|||||||
3
.gitmodules
vendored
@@ -1,3 +0,0 @@
|
|||||||
[submodule "main_shared/waypoints"]
|
|
||||||
path = main/waypoints
|
|
||||||
url = https://github.com/ineedbots/cod4x_waypoints
|
|
||||||
19
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"astyle.astylerc": "${workspaceRoot}/.astylerc",
|
||||||
|
"astyle.additional_languages": [
|
||||||
|
"gsc",
|
||||||
|
"gsx"
|
||||||
|
],
|
||||||
|
"[gsc]": {
|
||||||
|
"editor.defaultFormatter": "chiehyu.vscode-astyle",
|
||||||
|
},
|
||||||
|
"editor.quickSuggestions": {
|
||||||
|
"other": true,
|
||||||
|
"comments": true,
|
||||||
|
"strings": true
|
||||||
|
},
|
||||||
|
"vscode-codscript.use_builtin_completionItems": false,
|
||||||
|
"files.associations": {
|
||||||
|
"*.gsx": "gsc"
|
||||||
|
}
|
||||||
|
}
|
||||||
186
README.md
@@ -1,18 +1,18 @@
|
|||||||

|

|
||||||
|
|
||||||
# CoD4x Bot Warfare
|
# IW3 Bot Warfare
|
||||||
Bot Warfare is a GSC mod for the [CoD4x project](https://github.com/callofduty4x/CoD4x_Server).
|
Bot Warfare is a GSC mod for the [CoD4x project](https://github.com/callofduty4x/CoD4x_Server).
|
||||||
|
|
||||||
It aims to add playable AI to the multiplayer games of CoD4.
|
It aims to add playable AI to the multiplayer games of CoD4.
|
||||||
|
|
||||||
You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfare/downloads/cod4x-bot-warfare-latest) and the CoD4x.me post [here](https://cod4x.me/index.php?/forums/topic/3116-release-bot-warfare/).
|
You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfare/downloads/iw3-bot-warfare-latest).
|
||||||
|
|
||||||
## <span style="color:red">Important to public dedicated servers</span>
|
## <span style="color:red">Important to public dedicated servers</span>
|
||||||
The ```bots_main_firstIsHost``` DVAR is enabled by default!
|
The `bots_main_firstIsHost` DVAR is enabled by default!
|
||||||
|
|
||||||
This is so inexperienced users of the mod can access with menu without any configuration.
|
This is so inexperienced users of the mod can access with menu without any configuration.
|
||||||
|
|
||||||
Make sure to disable this DVAR by adding ```set bots_main_firstIsHost 0``` in your server config!
|
Make sure to disable this DVAR by adding `set bots_main_firstIsHost 0` in your server config!
|
||||||
|
|
||||||
## Contents
|
## Contents
|
||||||
- [Features](#Features)
|
- [Features](#Features)
|
||||||
@@ -22,7 +22,7 @@ Make sure to disable this DVAR by adding ```set bots_main_firstIsHost 0``` in yo
|
|||||||
- [Credits](#Credits)
|
- [Credits](#Credits)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- A Waypoint Editor for creating and modifying bot's waypoints of traversing the map. Have a look at [Using the Waypoint editor]().
|
- 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.
|
- A clean and nice menu, you can edit every bot DVAR within in-game.
|
||||||
|
|
||||||
@@ -57,17 +57,15 @@ Make sure to disable this DVAR by adding ```set bots_main_firstIsHost 0``` in yo
|
|||||||
- ... And pretty much everything you expect a Combat Training bot to have
|
- ... And pretty much everything you expect a Combat Training bot to have
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
Using CoD4x's extended functionality requires to use their Dedicated server, as explained [here](https://cod4x.me/index.php?/forums/topic/2047-add-cod4x-server-gsc-functions-to-the-client/).
|
You can easily setup a local LAN dedicated server for you to join and play on. Have a look at [Setting up a CoD4x server](https://github.com/callofduty4x/CoD4x_Server/wiki/Server-setup).
|
||||||
|
|
||||||
You can easily setup a local LAN dedicated server for you to join and play on. Have a look at [Setting up a CoD4x server]().
|
0. Make sure that [CoD4x server + client](https://cod4x.ovh/) is installed, updated and working properly.
|
||||||
|
- Download the [latest release](https://github.com/ineedbots/iw3_bot_warfare/releases) of Bot Warfare.
|
||||||
0. Make sure that [CoD4x server + client](https://cod4x.me/) is installed, updated and working properly.
|
|
||||||
- Download the [latest release](https://github.com/ineedbots/cod4x_bot_warfare/releases) of Bot Warfare.
|
|
||||||
1. Locate your CoD4x server install folder.
|
1. Locate your CoD4x server install folder.
|
||||||
2. Move the files/folders found in 'Add to root of CoD4x server' from the Bot Warfare release archive you downloaded to the root of your CoD4x server folder.
|
2. Move the files/folders found in `Add to root of CoD4x server` from the Bot Warfare release archive you downloaded to the root of your CoD4x server folder.
|
||||||
- The folder/file structure should follow as '.CoD4x server folder\main_shared\maps\mp\bots\_bot.gsc'.
|
- The folder/file structure should follow as `.CoD4x server folder\mods\mp_bots\z_svr_bots.iwd`.
|
||||||
3. The mod is now installed, now start your server, change the DVARs and start a map.
|
3. The mod is now installed. Now before you start your server, you will need to set the `fs_game` DVAR to `mods/mp_bots` as a commandline argument (`+set fs_game "mods/mp_bots"`).
|
||||||
4. Now start your CoD4x client and connect to your server ('connect 127.0.0.1' in the console most likely) and play!
|
4. Now start your CoD4x client and connect to your server (`connect 127.0.0.1` in the console most likely) and play!
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
@@ -79,94 +77,92 @@ You can easily setup a local LAN dedicated server for you to join and play on. H
|
|||||||
- Pressing the menu button again closes menus.
|
- Pressing the menu button again closes menus.
|
||||||
|
|
||||||
### DVARs
|
### DVARs
|
||||||
- bots_manage_add - an integer amount of bots to add to the game, resets to 0 once the bots have been added.
|
| Dvar | Description | Default Value |
|
||||||
- for example: 'bots_manage_add 10' will add 10 bots to the game.
|
|----------------------------------|---------------------------------------------------------------------------------------------|--------------:|
|
||||||
|
| bots_main | Enable this mod. | 1 |
|
||||||
|
| bots_main_firstIsHost | The first player to connect will be given host. | 1 |
|
||||||
|
| 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. | 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. | 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`. | 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_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. | 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_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_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 |
|
||||||
|
|
||||||
- bots_manage_fill - an integer amount of players/bots (depends on bots_manage_fill_mode) to retain on the server, it will automatically add bots to fill player space.
|
|
||||||
- for example: 'bots_manage_fill 10' will have the server retain 10 players in the server, if there are less than 10, it will add bots until that value is reached.
|
|
||||||
|
|
||||||
- bots_manage_fill_mode - a value to indicate if the server should consider only bots or players and bots when filling player space.
|
|
||||||
- 0 will consider both players and bots.
|
|
||||||
- 1 will only consider bots.
|
|
||||||
|
|
||||||
- bots_manage_fill_kick - a boolean value (0 or 1), whether or not if the server should kick bots if the amount of players/bots (depends on bots_manage_fill_mode) exceeds the value of bots_manage_fill.
|
|
||||||
|
|
||||||
- bots_manage_fill_spec - a boolean value (0 or 1), whether or not if the server should consider players who are on the spectator team when filling player space.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
- bots_team - a string, the value indicates what team the bots should join:
|
|
||||||
- 'autoassign' will have bots balance the teams
|
|
||||||
- 'allies' will have the bots join the allies team
|
|
||||||
- 'axis' will have the bots join the axis team
|
|
||||||
- 'custom' will have bots_team_amount bots on the axis team, the rest will be on the allies team
|
|
||||||
|
|
||||||
- bots_team_amount - an integer amount of bots to have on the axis team if bots_team is set to 'custom', the rest of the bots will be placed on the allies team.
|
|
||||||
- for example: there are 5 bots on the server and 'bots_team_amount 3', then 3 bots will be placed on the axis team, the other 2 will be placed on the allies team.
|
|
||||||
|
|
||||||
- bots_team_force - a boolean value (0 or 1), whether or not if the server should enforce periodically the bot's team instead of just a single team when the bot is added to the game.
|
|
||||||
- for example: 'bots_team_force 1' and 'bots_team autoassign' and the teams become to far unbalanced, then the server will change a bot's team to make it balanced again.
|
|
||||||
|
|
||||||
- bots_team_mode - a value to indicate if the server should consider only bots or players and bots when counting players on the teams.
|
|
||||||
- 0 will consider both players and bots.
|
|
||||||
- 1 will only consider bots.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
- bots_skill - value to indicate how difficult the bots should be.
|
|
||||||
- 0 will be mixed difficultly
|
|
||||||
- 1 will be the most easy
|
|
||||||
- 2-6 will be in between most easy and most hard
|
|
||||||
- 7 will be the most hard.
|
|
||||||
- 8 will be custom.
|
|
||||||
|
|
||||||
- bots_skill_axis_hard - an integer amount of hard bots on the axis team.
|
|
||||||
- bots_skill_axis_med - an integer amount of medium bots on the axis team.
|
|
||||||
- bots_skill_allies_hard - an integer amount of hard bots on the allies team.
|
|
||||||
- bots_skill_allies_med - an integer amount of medium bots on the allies team
|
|
||||||
- if bots_skill is 8 (custom). The remaining bots on the team will become easy bots
|
|
||||||
- for example: having 5 bots on the allies team, 'bots_skill_allies_hard 2' and 'bots_skill_allies_med 2' will have 2 hard bots, 2 medium bots, and 1 easy bot on the allies team.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
- bots_loadout_reasonable - a boolean value (0 or 1), whether or not if the bots should filter out bad create a class selections
|
|
||||||
|
|
||||||
- bots_loadout_allow_op - a boolean value (0 or 1), whether or not if the bots are allowed to use jug, marty, etc.
|
|
||||||
|
|
||||||
- bots_loadout_rank - an integer number, bots will be around this rank, -1 is average of all players in game, 0 is all random
|
|
||||||
|
|
||||||
- bots_play_move - a boolean value (0 or 1), whether or not if the bots will move
|
|
||||||
- bots_play_knife - a boolean value (0 or 1), whether or not if the bots will use the knife
|
|
||||||
- bots_play_fire - a boolean value (0 or 1), whether or not if the bots will fire their weapons
|
|
||||||
- bots_play_nade - a boolean value (0 or 1), whether or not if the bots will grenade
|
|
||||||
- bots_play_obj - a boolean value (0 or 1), whether or not if the bots will play the objective
|
|
||||||
- bots_play_camp - a boolean value (0 or 1), whether or not if the bots will camp
|
|
||||||
- bots_play_jumpdrop - a boolean value (0 or 1), whether or not if the bots will jump shot or drop shot
|
|
||||||
- bots_play_target_other - a boolean value (0 or 1), whether or not if the bots will target claymores, killstreaks, etc.
|
|
||||||
- bots_play_killstreak - a boolean value (0 or 1), whether or not if the bots will use killstreaks
|
|
||||||
- bots_play_ads - a boolean value (0 or 1), whether or not if the bots will ads
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
- bots_main - a boolean value (0 or 1), enables or disables the mod
|
|
||||||
|
|
||||||
- bots_main_firstIsHost - a boolean value (0 or 1), the first player to connect is considered a host
|
|
||||||
|
|
||||||
- bots_main_GUIDs - a list of GUIDs (comma seperated) of players who will be considered a host
|
|
||||||
|
|
||||||
- bots_main_waitForHostTime - a float value, how long in seconds to wait for the host player to connect before adding in bots
|
|
||||||
|
|
||||||
- bots_main_menu - a boolean value (0 or 1), enables or disables the menu
|
|
||||||
|
|
||||||
- bots_main_debug - a boolean value (0 or 1), enables or disables the waypoint editor
|
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
- v2.3.0 (not released yet)
|
||||||
|
- Smoothed bot aim at range
|
||||||
|
- Fixed bots_manage_fill_spec players being counted with bots_manage_fill_mode 1 (bot only)
|
||||||
|
|
||||||
|
- v2.2.0
|
||||||
|
- Fixed some chat related script runtime errors
|
||||||
|
- 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
|
||||||
|
- Improved bots mantling and stuck
|
||||||
|
- Fix some runtime errors
|
||||||
|
- Bots sprint more
|
||||||
|
- Improved bots sight on enemies
|
||||||
|
- 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
|
||||||
|
- Improved domination
|
||||||
|
- Bots use explosives more if they have it
|
||||||
|
- Bots aim slower when ads'ing
|
||||||
|
- Fixed bots holding breath
|
||||||
|
- 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
|
- v2.0.0
|
||||||
- Initial reboot release
|
- Initial reboot release
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
- CoD4x Team - https://github.com/callofduty4x/CoD4x_Server
|
- CoD4x Team - https://github.com/callofduty4x/CoD4x_Server
|
||||||
- INeedGames(me) - http://www.moddb.com/mods/bot-warfare
|
- INeedGames - http://www.moddb.com/mods/bot-warfare
|
||||||
- PeZBot team - http://www.moddb.com/mods/pezbot
|
- PeZBot team - http://www.moddb.com/mods/pezbot
|
||||||
- Ability
|
- Ability
|
||||||
- Salvation
|
- Salvation
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 655 KiB After Width: | Height: | Size: 655 KiB |
BIN
bw-assets/console-map.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
bw-assets/console.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
BIN
bw-assets/editor-addwp.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
bw-assets/editor-addwp2.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
bw-assets/editor-link.png
Normal file
|
After Width: | Height: | Size: 1.3 MiB |
BIN
bw-assets/editor.png
Normal file
|
After Width: | Height: | Size: 1.5 MiB |
BIN
bw-assets/saved.png
Normal file
|
After Width: | Height: | Size: 6.5 KiB |
94
bw-assets/wpedit.md
Normal file
@@ -0,0 +1,94 @@
|
|||||||
|
# IW3 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 CoD4 maps, this is the read for you.
|
||||||
|
|
||||||
|
## Contents
|
||||||
|
- [Setting up the Waypoint Editor](#Setting-up-the-Waypoint-Editor)
|
||||||
|
- [The Editor](#The-Editor)
|
||||||
|
|
||||||
|
## Setting up the Waypoint Editor
|
||||||
|
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 server with the Bot Warfare mod.
|
||||||
|
|
||||||
|
In the server console, type in `set bots_main_debug 1`.<br>
|
||||||
|

|
||||||
|
|
||||||
|
Now start a match with the map you want to edit with the `devmap <mapname>` command.<br>
|
||||||
|

|
||||||
|
|
||||||
|
It should be noted that waypoints load from the 'waypoints' folder (<fs_game>\scriptdata\waypoints) for a csv file.
|
||||||
|
|
||||||
|
If csv fails to load waypoints, then the bots will not know how to navigate the map.
|
||||||
|
|
||||||
|
Connect to the server with the CoD4x client, you'll be introduced to the Waypoint Editor.
|
||||||
|
|
||||||
|
## The Editor
|
||||||
|
<br>
|
||||||
|
This is the Waypoint Editor. You can view, edit and create the waypoint graph.
|
||||||
|
- Each red number you see in the world is a waypoint.
|
||||||
|
- The green string you see is the type of that waypoint.
|
||||||
|
- The green list of numbers are the waypoints linked to that waypoint.
|
||||||
|
- The pink lines show the links between the waypoints, a link defines that a bot can walk from A to B.
|
||||||
|
- The white lines show the 'angles' that a waypoint has, these are used for grenade, claymore and tube waypoints. It's used to tell the bot where to look at when grenading/claymoring, etc.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Pressing any of these buttons will initiate a command to the Waypoint Editor.
|
||||||
|
Each button has a secondary modifier button, and can be pressed shortly after pressing the primary button.
|
||||||
|
|
||||||
|
- SecondaryOffhand (stun) - Add Waypoint
|
||||||
|
- Press nothing - Make a waypoint of your stance
|
||||||
|
- ADS - Make a climb waypoint
|
||||||
|
- Attack + Use - Make a tube waypoint
|
||||||
|
- Attack - Make a grenade waypoint
|
||||||
|
- Use - Make a claymore waypoint
|
||||||
|
|
||||||
|
- Melee - Link Waypoint
|
||||||
|
- Press nothing - Link
|
||||||
|
- ADS - Unlink
|
||||||
|
|
||||||
|
- FragButton (grenade) - Delete Waypoint
|
||||||
|
- Press nothing - Delete Waypoint
|
||||||
|
- Attack - Delete all waypoints
|
||||||
|
- ADS - (Re)Load Waypoints
|
||||||
|
|
||||||
|
- UseButton + Attack - Save Waypoints
|
||||||
|
- Press nothing - Save waypoints
|
||||||
|
- ADS - Toggle autolink waypoints (links waypoints as you create them)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Okay, now that you know how to control the Editor, lets now go ahead and create some waypoints.
|
||||||
|
|
||||||
|
Here I added a waypoint.<br>
|
||||||
|

|
||||||
|
|
||||||
|
And I added a second waypoint.<br>
|
||||||
|

|
||||||
|
|
||||||
|
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:
|
||||||
|
- any stance ('stand', 'crouch', 'prone') - bots will have this stance upon reaching this waypoint
|
||||||
|
- grenade - bots will look at the angles you were looking at when you made the waypoint and throw a grenade from the waypoint
|
||||||
|
- tube - bots will look at the angles you were looking at when you made the waypoint and switch to a launcher and fire
|
||||||
|
- claymore - bots will look at the angles you were looking at when you made the waypoint and place a claymore or c4
|
||||||
|
- camp ('crouch' waypoint with only one linked waypoint) - bots will look at the angles you were looking at when you made the waypoint and camp
|
||||||
|
- climb - bots will look at the angles you were looking at when you made the waypoint and climb (use this for ladders and mantles)
|
||||||
|
|
||||||
|
Here I linked the two waypoints together.<br>
|
||||||
|

|
||||||
|
|
||||||
|
Linking waypoints are very important, it tells the bots that they can reach waypoint 1 from waypoint 0, and vice versa.
|
||||||
|
|
||||||
|
Now go and waypoint the whole map out. This may take awhile and can be pretty tedious.
|
||||||
|
|
||||||
|
Once you feel like you are done, press the Save buttons. This will generate a [CSV](https://en.wikipedia.org/wiki/Comma-separated_values) output to your waypoints folder!
|
||||||
|
|
||||||
|
That is it! The waypoints should load next time you start your game!
|
||||||
|
|
||||||
|
Your waypoints CSV file will be located at `<fs_game>\scriptdata\waypoints\<mapname>_wp.csv`. (main folder if fs_game is blank)<br>
|
||||||
|

|
||||||
202
main/server.cfg
@@ -1,202 +0,0 @@
|
|||||||
////////////////////////////////////////////////////////////
|
|
||||||
/// ///
|
|
||||||
/// ///
|
|
||||||
/// Call of Duty 4 X Standard Configuration ///
|
|
||||||
/// ///
|
|
||||||
/// Author: Daedalus, Created: 08.01.2017 ///
|
|
||||||
/// Provides a general starting point for your ///
|
|
||||||
/// CoD4X server configuration. Also contains ///
|
|
||||||
/// features only available on CoD4X 1.8+ servers ///
|
|
||||||
/// ///
|
|
||||||
////////////////////////////////////////////////////////////
|
|
||||||
|
|
||||||
|
|
||||||
// Meta Information, not required
|
|
||||||
sets _Admin "Admin"
|
|
||||||
sets _Email ""
|
|
||||||
sets _Website ""
|
|
||||||
sets _Location ""
|
|
||||||
sets _Maps ""
|
|
||||||
sets _Gametype ""
|
|
||||||
/////////////////////////////////
|
|
||||||
|
|
||||||
// Basics
|
|
||||||
set sv_hostname "^1Bot ^3War^5fare ^724/7 Shipment 10x"
|
|
||||||
set g_motd "" // Message of the day, which getting shown to every player on his 1st spawn
|
|
||||||
set dedicated "2" // 0 = Listen, 1 = LAN, 2 = Internet ( you probably want 2 )
|
|
||||||
set rcon_password "qazqaz" // password for remote access, leave empty to deactivate, min 8 characters
|
|
||||||
set g_password "" // join password, leave empty to deactivate
|
|
||||||
set sv_privateClients "" //Private Clients, number of slots that can only be changed with a password
|
|
||||||
set sv_privatePassword "" // the password to join private slots
|
|
||||||
set sv_authorizemode "-1" // cdkey validation
|
|
||||||
set sv_showasranked "1" // 0 = show modded server as not ranked, 1 = shows server as ranked altough it is modded
|
|
||||||
set sv_authtoken "12312321"
|
|
||||||
|
|
||||||
|
|
||||||
// Log File
|
|
||||||
set g_logsync "2" // 0=no log, 1=buffered, 2=continuous, 3=append
|
|
||||||
set logfile "1" // 0 = NO log, 1 = log file enabled
|
|
||||||
set g_log "games_mp.log" // Name of log file, default is games_mp.log
|
|
||||||
set sv_log_damage "1"
|
|
||||||
set sv_statusfile "serverstatus.xml" // writes an xml serverstatus to disc, leave empty to disable
|
|
||||||
|
|
||||||
// Networking
|
|
||||||
// set net_ip "0.0.0.0" // not necessary to be set
|
|
||||||
// set net_port 28960 // network port
|
|
||||||
// set sv_maxRate 25000
|
|
||||||
|
|
||||||
set sv_minPing "0" // minimal ping [ms] for a player to join the server
|
|
||||||
set sv_maxPing "0" // maximal ping [ms] for a player to join the server
|
|
||||||
set sv_timeout 40 // Seconds to keep a client on server without a new clientmessage
|
|
||||||
set sv_connectTimeout 90 // Seconds to wait for a client which is loading a map without a new clientmessage
|
|
||||||
set sv_zombieTime 2 // Seconds to keep a disconnected client on server to transmit the last message
|
|
||||||
set sv_reconnectlimit 5 // Seconds to disallow a prior connected client to reconnect to the server
|
|
||||||
|
|
||||||
// Floodprotection is enabled by default!
|
|
||||||
// sv_floodProtect, sv_maxRate,
|
|
||||||
|
|
||||||
|
|
||||||
// Variables you should not touch :)
|
|
||||||
// set sv_fps "20" //Server-FPS (do not change!)
|
|
||||||
// set sv_punkbuster "0" //Punkbuster, PB is not supported on CoD4x
|
|
||||||
// set sv_pure "1" //check IWD-data 0 = off, 1 = on
|
|
||||||
// set g_antilag "1" //0 = off, 1 = on // Anti lag checks for weapon hits
|
|
||||||
// set ModStats 1 // 1 = use player stats file for mods (normal behaviours), 0 = use player stats file of basegame (DANGEROUS!!! as it can overwrite your stats)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Variables I have no clue what they are doing :D
|
|
||||||
set sv_allowAnonymous "0" // Anonymous //0 = off 1 = on
|
|
||||||
|
|
||||||
|
|
||||||
//////////////////////
|
|
||||||
// Gameplay
|
|
||||||
|
|
||||||
// Maps
|
|
||||||
set sv_mapRotation "map mp_shipment" // maps that will be played automatically
|
|
||||||
// set sv_randomMapRotation 1 // 0 = sv_mapRotation is randomized, 1 = sequential order of sv_mapRotation
|
|
||||||
|
|
||||||
set g_deadChat "1" // dead can chat // 0 = off, 1 = on
|
|
||||||
set voice_deadChat "0" // dead can use voicechat //0 = off, 1 = on
|
|
||||||
set g_gravity "800" //Gravity //Standard 800
|
|
||||||
set sv_disableClientConsole "0" //deactivate console for clients //0 = no, 1 = yes
|
|
||||||
set scr_teambalance "0" //auto-teambalance //0 = no, 1 = yes
|
|
||||||
set scr_team_fftype "0" //friendly-fire //0 = off, 1 = on, //2 = reflect damage, 3 = shared damage
|
|
||||||
set scr_game_spectatetype "2" // spectator // 0 = off, 1 = only Team/player, 2 = free
|
|
||||||
set scr_hardcore 0 //Hardcore Mode //0 = off 1 = on
|
|
||||||
set scr_oldschool "0" //Oldschool Mode //0 = off, 1 = on
|
|
||||||
|
|
||||||
set g_friendlyPlayerCanBlock 0 // 1 = player collision between friendly players, 0 = collision between friendly players is disabled
|
|
||||||
set g_FFAPlayerCanBlock 1 // same for FFA (non team based) gamemode
|
|
||||||
|
|
||||||
// Less interesting Gameplay stuff
|
|
||||||
set scr_drawfriend "1" //show team mates //0 = off, 1 = on
|
|
||||||
set scr_enable_scoretext "1" //hit-message //0 = no, 1 = yes
|
|
||||||
set scr_game_allowkillcam "1" //Killcam //0 = no, 1 = yes // Allow to play killcam after you got killed
|
|
||||||
set scr_game_deathpointloss "0" //points-distraction when hit //0 = no, 1 = yes
|
|
||||||
set scr_game_suicidepointloss "0" //points-distraction suicide //0 = no, 1 = yes
|
|
||||||
set scr_game_matchstarttime "10" //time until match starts
|
|
||||||
set scr_game_playerwaittime "10" //respawn-delay
|
|
||||||
set scr_player_forcerespawn "1" //force respawn //0 = no, 1 = yes // forgot what -1 did but i believe it was different xD
|
|
||||||
set scr_player_healthregentime "5" //health regeneration (in seconds)
|
|
||||||
set scr_player_maxhealth "100" //Max health
|
|
||||||
set scr_player_sprinttime "4" //Sprint-time
|
|
||||||
set scr_game_onlyheadshots "0" //headshots only //0 = no, 1 = yes
|
|
||||||
set scr_teamKillPunishCount "3" //Teamkiller kick after x Teamkills
|
|
||||||
set scr_team_teamkillspawndelay "20" //teamkill spawn delay (in seconds)
|
|
||||||
set scr_team_teamkillpointloss "1" //pointloss after Teamkill //0 = no, 1 = yes
|
|
||||||
set scr_enable_hiticon "1" //Hit-Symbol //0 = off, 1 = on
|
|
||||||
|
|
||||||
//Game-Modes
|
|
||||||
//Death Match (dm)
|
|
||||||
set scr_dm_scorelimit "1000"
|
|
||||||
set scr_dm_timelimit "15"
|
|
||||||
set scr_dm_roundlimit "1"
|
|
||||||
set scr_dm_numlives "0"
|
|
||||||
set scr_dm_playerrespawndelay "3"
|
|
||||||
set scr_dm_waverespawndelay "0"
|
|
||||||
|
|
||||||
//Team Death Match (war)
|
|
||||||
set scr_war_scorelimit "2000"
|
|
||||||
set scr_war_timelimit "10"
|
|
||||||
set scr_war_roundlimit "1"
|
|
||||||
set scr_war_numlives "0"
|
|
||||||
set scr_war_playerrespawndelay "3"
|
|
||||||
set scr_war_waverespawndelay "0"
|
|
||||||
|
|
||||||
//Domination (dom)
|
|
||||||
set scr_dom_scorelimit "300"
|
|
||||||
set scr_dom_timelimit "0"
|
|
||||||
set scr_dom_numlives "0"
|
|
||||||
set scr_dom_playerrespawndelay "3"
|
|
||||||
set scr_dom_roundlimit "1"
|
|
||||||
set scr_dom_waverespawndelay "0"
|
|
||||||
|
|
||||||
//HQ (koth)
|
|
||||||
set scr_koth_scorelimit "250"
|
|
||||||
set scr_koth_timelimit "15"
|
|
||||||
set koth_kothmode "0" //Classic HQ-Mode 0 = off, 1 = on
|
|
||||||
set koth_capturetime "20"
|
|
||||||
set koth_spawntime "3" //0 = immediately, x = time in seconds
|
|
||||||
set scr_koth_numlives "0"
|
|
||||||
set scr_koth_playerrespawndelay "3"
|
|
||||||
set scr_koth_roundlimit "1"
|
|
||||||
set scr_koth_roundswitch "1"
|
|
||||||
set scr_koth_waverespawndelay "0"
|
|
||||||
set koth_autodestroytime "60"
|
|
||||||
set koth_delayPlayer "3"
|
|
||||||
set koth_destroytime "10"
|
|
||||||
set koth_spawnDelay "3"
|
|
||||||
|
|
||||||
//Sabotage (sab)
|
|
||||||
set scr_sab_scorelimit "2"
|
|
||||||
set scr_sab_timelimit "10"
|
|
||||||
set scr_sab_roundswitch "1"
|
|
||||||
set scr_sab_bombtimer "30"
|
|
||||||
set scr_sab_planttime "2.5"
|
|
||||||
set scr_sab_defusetime "5"
|
|
||||||
set scr_sab_hotpotato "0"
|
|
||||||
set scr_sab_numlives "0"
|
|
||||||
set scr_sab_playerrespawndelay "5"
|
|
||||||
set scr_sab_roundlimit "0"
|
|
||||||
set scr_sab_waverespawndelay "0"
|
|
||||||
|
|
||||||
//Search and destroy (sd)
|
|
||||||
set scr_sd_scorelimit "9"
|
|
||||||
set scr_sd_timelimit "2.5"
|
|
||||||
set scr_sd_roundswitch "4"
|
|
||||||
set scr_sd_bombtimer "45"
|
|
||||||
set scr_sd_planttime "5"
|
|
||||||
set scr_sd_defusetime "7"
|
|
||||||
set scr_sd_multibomb "0"
|
|
||||||
set scr_sd_numlives "1"
|
|
||||||
set scr_sd_playerrespawndelay "0"
|
|
||||||
set scr_sd_roundlimit "0"
|
|
||||||
set scr_sd_waverespawndelay "0"
|
|
||||||
|
|
||||||
set g_gametype "dom" // gamemode, one of [war, dm, sd, sab, koth]
|
|
||||||
|
|
||||||
// Amazing Stuff
|
|
||||||
//set sv_autodemorecord 1 // Records demos of players on the serverside, demos are stored in "demos" folder
|
|
||||||
//set sv_demoCompletedCmd "" // program to execute when a demo has been saved
|
|
||||||
//set sv_screenshotArrivedCmd "" // program to execute when a screenshot was taken
|
|
||||||
//set sv_legacyguidmode 0 // 1 = old 32 character guids are used, 0 = new cod4x guid format is used ( like steamids )
|
|
||||||
|
|
||||||
///////////////////////////
|
|
||||||
// Setup for custom maps when running a mod
|
|
||||||
seta sv_wwwDownload "1" // enable download redirection
|
|
||||||
seta sv_wwwBaseURL "http://rawcdn.githack.com/ineedbots/www_host/main/cod4x/" // defines url to download from
|
|
||||||
seta sv_wwwDlDisconnected "1" // disconnect clients while downloading
|
|
||||||
///////////////////////////
|
|
||||||
|
|
||||||
|
|
||||||
set sv_nosteamnames 1 // 1 = Use names from steam if steam is available
|
|
||||||
|
|
||||||
set bots_manage_add "12"
|
|
||||||
set bots_main_firstIsHost "0"
|
|
||||||
set bots_manage_fill "12"
|
|
||||||
set bots_manage_fill_kick "1"
|
|
||||||
set bots_team_force "1"
|
|
||||||
set bots_loadout_allow_op "0"
|
|
||||||
set bots_loadout_reasonable "1"
|
|
||||||
set bots_manage_fill_spec "0"
|
|
||||||
@@ -1,878 +0,0 @@
|
|||||||
#include common_scripts\utility;
|
|
||||||
#include maps\mp\_utility;
|
|
||||||
#include maps\mp\gametypes\_hud_util;
|
|
||||||
#include maps\mp\bots\_bot_utility;
|
|
||||||
|
|
||||||
/*
|
|
||||||
Initiates the whole bot scripts.
|
|
||||||
*/
|
|
||||||
init()
|
|
||||||
{
|
|
||||||
level.bw_VERSION = "2.0.0";
|
|
||||||
|
|
||||||
if(getDvar("bots_main") == "")
|
|
||||||
setDvar("bots_main", true);
|
|
||||||
|
|
||||||
if (!getDvarInt("bots_main"))
|
|
||||||
return;
|
|
||||||
|
|
||||||
thread load_waypoints();
|
|
||||||
cac_init_patch();
|
|
||||||
thread hook_callbacks();
|
|
||||||
|
|
||||||
if(getDvar("bots_main_GUIDs") == "")
|
|
||||||
setDvar("bots_main_GUIDs", "");//guids of players who will be given host powers, comma seperated
|
|
||||||
if(getDvar("bots_main_firstIsHost") == "")
|
|
||||||
setDvar("bots_main_firstIsHost", true);//first player to connect is a host
|
|
||||||
if(getDvar("bots_main_waitForHostTime") == "")
|
|
||||||
setDvar("bots_main_waitForHostTime", 10.0);//how long to wait to wait for the host player
|
|
||||||
|
|
||||||
if(getDvar("bots_manage_add") == "")
|
|
||||||
setDvar("bots_manage_add", 0);//amount of bots to add to the game
|
|
||||||
if(getDvar("bots_manage_fill") == "")
|
|
||||||
setDvar("bots_manage_fill", 0);//amount of bots to maintain
|
|
||||||
if(getDvar("bots_manage_fill_spec") == "")
|
|
||||||
setDvar("bots_manage_fill_spec", true);//to count for fill if player is on spec team
|
|
||||||
if(getDvar("bots_manage_fill_mode") == "")
|
|
||||||
setDvar("bots_manage_fill_mode", 0);//fill mode, 0 adds everyone, 1 just bots, 2 maintains at maps, 3 is 2 with 1
|
|
||||||
if(getDvar("bots_manage_fill_kick") == "")
|
|
||||||
setDvar("bots_manage_fill_kick", false);//kick bots if too many
|
|
||||||
|
|
||||||
if(getDvar("bots_team") == "")
|
|
||||||
setDvar("bots_team", "autoassign");//which team for bots to join
|
|
||||||
if(getDvar("bots_team_amount") == "")
|
|
||||||
setDvar("bots_team_amount", 0);//amount of bots on axis team
|
|
||||||
if(getDvar("bots_team_force") == "")
|
|
||||||
setDvar("bots_team_force", false);//force bots on team
|
|
||||||
if(getDvar("bots_team_mode") == "")
|
|
||||||
setDvar("bots_team_mode", 0);//counts just bots when 1
|
|
||||||
|
|
||||||
if(getDvar("bots_skill") == "")
|
|
||||||
setDvar("bots_skill", 0);//0 is random, 1 is easy 7 is hard, 8 is custom, 9 is completely random
|
|
||||||
if(getDvar("bots_skill_axis_hard") == "")
|
|
||||||
setDvar("bots_skill_axis_hard", 0);//amount of hard bots on axis team
|
|
||||||
if(getDvar("bots_skill_axis_med") == "")
|
|
||||||
setDvar("bots_skill_axis_med", 0);
|
|
||||||
if(getDvar("bots_skill_allies_hard") == "")
|
|
||||||
setDvar("bots_skill_allies_hard", 0);
|
|
||||||
if(getDvar("bots_skill_allies_med") == "")
|
|
||||||
setDvar("bots_skill_allies_med", 0);
|
|
||||||
|
|
||||||
if(getDvar("bots_loadout_reasonable") == "")//filter out the bad 'guns' and perks
|
|
||||||
setDvar("bots_loadout_reasonable", false);
|
|
||||||
if(getDvar("bots_loadout_allow_op") == "")//allows jug, marty and laststand
|
|
||||||
setDvar("bots_loadout_allow_op", true);
|
|
||||||
if(getDvar("bots_loadout_rank") == "")// what rank the bots should be around, -1 is around the players, 0 is all random
|
|
||||||
setDvar("bots_loadout_rank", -1);
|
|
||||||
if(getDvar("bots_loadout_prestige") == "")// what pretige the bots will be, -1 is the players, -2 is random
|
|
||||||
setDvar("bots_loadout_prestige", -1);
|
|
||||||
|
|
||||||
if(getDvar("bots_play_move") == "")//bots move
|
|
||||||
setDvar("bots_play_move", true);
|
|
||||||
if(getDvar("bots_play_knife") == "")//bots knife
|
|
||||||
setDvar("bots_play_knife", true);
|
|
||||||
if(getDvar("bots_play_fire") == "")//bots fire
|
|
||||||
setDvar("bots_play_fire", true);
|
|
||||||
if(getDvar("bots_play_nade") == "")//bots grenade
|
|
||||||
setDvar("bots_play_nade", true);
|
|
||||||
if(getDvar("bots_play_obj") == "")//bots play the obj
|
|
||||||
setDvar("bots_play_obj", true);
|
|
||||||
if(getDvar("bots_play_camp") == "")//bots camp and follow
|
|
||||||
setDvar("bots_play_camp", true);
|
|
||||||
if(getDvar("bots_play_jumpdrop") == "")//bots jump and dropshot
|
|
||||||
setDvar("bots_play_jumpdrop", true);
|
|
||||||
if(getDvar("bots_play_target_other") == "")//bot target non play ents (vehicles)
|
|
||||||
setDvar("bots_play_target_other", true);
|
|
||||||
if(getDvar("bots_play_killstreak") == "")//bot use killstreaks
|
|
||||||
setDvar("bots_play_killstreak", true);
|
|
||||||
if(getDvar("bots_play_ads") == "")//bot ads
|
|
||||||
setDvar("bots_play_ads", true);
|
|
||||||
|
|
||||||
if(!isDefined(game["botWarfare"]))
|
|
||||||
game["botWarfare"] = true;
|
|
||||||
|
|
||||||
level.defuseObject = undefined;
|
|
||||||
level.bots_smokeList = List();
|
|
||||||
level.tbl_PerkData[0]["reference_full"] = true;
|
|
||||||
for(h = 1; h < 6; h++)
|
|
||||||
for(i = 0; i < 3; i++)
|
|
||||||
level.default_perk["CLASS_CUSTOM"+h][i] = "specialty_null";
|
|
||||||
|
|
||||||
level.bots_minSprintDistance = 315;
|
|
||||||
level.bots_minSprintDistance *= level.bots_minSprintDistance;
|
|
||||||
level.bots_minGrenadeDistance = 256;
|
|
||||||
level.bots_minGrenadeDistance *= level.bots_minGrenadeDistance;
|
|
||||||
level.bots_maxGrenadeDistance = 1024;
|
|
||||||
level.bots_maxGrenadeDistance *= level.bots_maxGrenadeDistance;
|
|
||||||
level.bots_maxKnifeDistance = 80;
|
|
||||||
level.bots_maxKnifeDistance *= level.bots_maxKnifeDistance;
|
|
||||||
level.bots_goalDistance = 27.5;
|
|
||||||
level.bots_goalDistance *= level.bots_goalDistance;
|
|
||||||
level.bots_noADSDistance = 200;
|
|
||||||
level.bots_noADSDistance *= level.bots_noADSDistance;
|
|
||||||
level.bots_maxShotgunDistance = 500;
|
|
||||||
level.bots_maxShotgunDistance *= level.bots_maxShotgunDistance;
|
|
||||||
level.bots_listenDist = 100;
|
|
||||||
|
|
||||||
level.smokeRadius = 255;
|
|
||||||
|
|
||||||
level.bots = [];
|
|
||||||
|
|
||||||
level.bots_fullautoguns = [];
|
|
||||||
level.bots_fullautoguns["rpd"] = true;
|
|
||||||
level.bots_fullautoguns["m60e4"] = true;
|
|
||||||
level.bots_fullautoguns["saw"] = true;
|
|
||||||
level.bots_fullautoguns["ak74u"] = true;
|
|
||||||
level.bots_fullautoguns["mp5"] = true;
|
|
||||||
level.bots_fullautoguns["p90"] = true;
|
|
||||||
level.bots_fullautoguns["skorpion"] = true;
|
|
||||||
level.bots_fullautoguns["uzi"] = true;
|
|
||||||
level.bots_fullautoguns["g36c"] = true;
|
|
||||||
level.bots_fullautoguns["m4"] = true;
|
|
||||||
level.bots_fullautoguns["ak47"] = true;
|
|
||||||
level.bots_fullautoguns["mp44"] = true;
|
|
||||||
|
|
||||||
level thread fixGamemodes();
|
|
||||||
level thread onUAVAlliesUpdate();
|
|
||||||
level thread onUAVAxisUpdate();
|
|
||||||
level thread chopperWatch();
|
|
||||||
|
|
||||||
level thread onPlayerConnect();
|
|
||||||
level thread handleBots();
|
|
||||||
|
|
||||||
level thread maps\mp\bots\_bot_http::doVersionCheck();
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
Starts the threads for bots.
|
|
||||||
*/
|
|
||||||
handleBots()
|
|
||||||
{
|
|
||||||
level thread teamBots();
|
|
||||||
level thread diffBots();
|
|
||||||
level addBots();
|
|
||||||
|
|
||||||
while(!level.intermission)
|
|
||||||
wait 0.05;
|
|
||||||
|
|
||||||
setDvar("bots_manage_add", getBotArray().size);
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
The hook callback for when any player becomes damaged.
|
|
||||||
*/
|
|
||||||
onPlayerDamage(eInflictor, eAttacker, iDamage, iDFlags, sMeansOfDeath, sWeapon, vPoint, vDir, sHitLoc, timeOffset)
|
|
||||||
{
|
|
||||||
if(self is_bot())
|
|
||||||
{
|
|
||||||
self maps\mp\bots\_bot_internal::onDamage(eInflictor, eAttacker, iDamage, iDFlags, sMeansOfDeath, sWeapon, vPoint, vDir, sHitLoc, timeOffset);
|
|
||||||
self maps\mp\bots\_bot_script::onDamage(eInflictor, eAttacker, iDamage, iDFlags, sMeansOfDeath, sWeapon, vPoint, vDir, sHitLoc, timeOffset);
|
|
||||||
}
|
|
||||||
|
|
||||||
self [[level.prevCallbackPlayerDamage]](eInflictor, eAttacker, iDamage, iDFlags, sMeansOfDeath, sWeapon, vPoint, vDir, sHitLoc, timeOffset);
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
The hook callback when any player gets killed.
|
|
||||||
*/
|
|
||||||
onPlayerKilled(eInflictor, eAttacker, iDamage, sMeansOfDeath, sWeapon, vDir, sHitLoc, timeOffset, deathAnimDuration)
|
|
||||||
{
|
|
||||||
if(self is_bot())
|
|
||||||
{
|
|
||||||
self maps\mp\bots\_bot_internal::onKilled(eInflictor, eAttacker, iDamage, sMeansOfDeath, sWeapon, vDir, sHitLoc, timeOffset, deathAnimDuration);
|
|
||||||
self maps\mp\bots\_bot_script::onKilled(eInflictor, eAttacker, iDamage, sMeansOfDeath, sWeapon, vDir, sHitLoc, timeOffset, deathAnimDuration);
|
|
||||||
}
|
|
||||||
|
|
||||||
self [[level.prevCallbackPlayerKilled]](eInflictor, eAttacker, iDamage, sMeansOfDeath, sWeapon, vDir, sHitLoc, timeOffset, deathAnimDuration);
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
Starts the callbacks.
|
|
||||||
*/
|
|
||||||
hook_callbacks()
|
|
||||||
{
|
|
||||||
wait 0.05;
|
|
||||||
level.prevCallbackPlayerDamage = level.callbackPlayerDamage;
|
|
||||||
level.callbackPlayerDamage = ::onPlayerDamage;
|
|
||||||
|
|
||||||
level.prevCallbackPlayerKilled = level.callbackPlayerKilled;
|
|
||||||
level.callbackPlayerKilled = ::onPlayerKilled;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
Adds the level.radio object for koth. Cause the iw3 script doesn't have it.
|
|
||||||
*/
|
|
||||||
fixKoth()
|
|
||||||
{
|
|
||||||
level.radio = undefined;
|
|
||||||
|
|
||||||
for(;;)
|
|
||||||
{
|
|
||||||
wait 0.05;
|
|
||||||
|
|
||||||
if(!isDefined(level.radioObject))
|
|
||||||
{
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
for(i = level.radios.size - 1; i >= 0; i--)
|
|
||||||
{
|
|
||||||
if(level.radioObject != level.radios[i].gameobject)
|
|
||||||
continue;
|
|
||||||
|
|
||||||
level.radio = level.radios[i];
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
while(isDefined(level.radioObject) && level.radio.gameobject == level.radioObject)
|
|
||||||
wait 0.05;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
Fixes gamemodes when level starts.
|
|
||||||
*/
|
|
||||||
fixGamemodes()
|
|
||||||
{
|
|
||||||
for(i=0;i<19;i++)
|
|
||||||
{
|
|
||||||
if(isDefined(level.bombZones) && level.gametype == "sd")
|
|
||||||
{
|
|
||||||
for(i = 0; i < level.bombZones.size; i++)
|
|
||||||
level.bombZones[i].onUse = ::onUsePlantObjectFix;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
if(isDefined(level.radios) && level.gametype == "koth")
|
|
||||||
{
|
|
||||||
level thread fixKoth();
|
|
||||||
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
|
|
||||||
wait 0.05;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
Thread when any player connects. Starts the threads needed.
|
|
||||||
*/
|
|
||||||
onPlayerConnect()
|
|
||||||
{
|
|
||||||
for(;;)
|
|
||||||
{
|
|
||||||
level waittill("connected", player);
|
|
||||||
|
|
||||||
player thread onGrenadeFire();
|
|
||||||
player thread onWeaponFired();
|
|
||||||
player thread doPlayerModelFix();
|
|
||||||
|
|
||||||
player thread connected();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
Fixes bots perks showing up in killcams and prevents bots from being kicked from old iw3 gsc script.
|
|
||||||
*/
|
|
||||||
fixPerksAndScriptKick()
|
|
||||||
{
|
|
||||||
self endon("disconnect");
|
|
||||||
|
|
||||||
self waittill("spawned");
|
|
||||||
|
|
||||||
self.pers["isBot"] = undefined;
|
|
||||||
|
|
||||||
if(!level.gameEnded)
|
|
||||||
level waittill ( "game_ended" );
|
|
||||||
|
|
||||||
self.pers["isBot"] = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
When a bot disconnects.
|
|
||||||
*/
|
|
||||||
onDisconnect()
|
|
||||||
{
|
|
||||||
self waittill("disconnect");
|
|
||||||
|
|
||||||
level.bots = array_remove(level.bots, self);
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
Called when a player connects.
|
|
||||||
*/
|
|
||||||
connected()
|
|
||||||
{
|
|
||||||
self endon("disconnect");
|
|
||||||
|
|
||||||
if (!isDefined(self.pers["bot_host"]))
|
|
||||||
self thread doHostCheck();
|
|
||||||
|
|
||||||
if(!self is_bot())
|
|
||||||
return;
|
|
||||||
|
|
||||||
if (!isDefined(self.pers["isBot"]))
|
|
||||||
{
|
|
||||||
// fast restart...
|
|
||||||
self.pers["isBot"] = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!isDefined(self.pers["isBotWarfare"]))
|
|
||||||
{
|
|
||||||
self.pers["isBotWarfare"] = true;
|
|
||||||
self thread added();
|
|
||||||
}
|
|
||||||
|
|
||||||
self thread fixPerksAndScriptKick();
|
|
||||||
|
|
||||||
self thread maps\mp\bots\_bot_internal::connected();
|
|
||||||
self thread maps\mp\bots\_bot_script::connected();
|
|
||||||
|
|
||||||
level.bots[level.bots.size] = self;
|
|
||||||
self thread onDisconnect();
|
|
||||||
|
|
||||||
level notify("bot_connected", self);
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
When a bot gets added into the game.
|
|
||||||
*/
|
|
||||||
added()
|
|
||||||
{
|
|
||||||
self endon("disconnect");
|
|
||||||
|
|
||||||
self thread maps\mp\bots\_bot_internal::added();
|
|
||||||
self thread maps\mp\bots\_bot_script::added();
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
Adds a bot to the game.
|
|
||||||
*/
|
|
||||||
add_bot()
|
|
||||||
{
|
|
||||||
name = getABotName();
|
|
||||||
|
|
||||||
bot = undefined;
|
|
||||||
|
|
||||||
if (isDefined(name) && name.size >= 3)
|
|
||||||
bot = addtestclient(name);
|
|
||||||
else
|
|
||||||
bot = addtestclient();
|
|
||||||
|
|
||||||
if (isdefined(bot))
|
|
||||||
{
|
|
||||||
bot.pers["isBot"] = true;
|
|
||||||
bot.pers["isBotWarfare"] = true;
|
|
||||||
bot thread added();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
A server thread for monitoring all bot's difficulty levels for custom server settings.
|
|
||||||
*/
|
|
||||||
diffBots()
|
|
||||||
{
|
|
||||||
for(;;)
|
|
||||||
{
|
|
||||||
wait 1.5;
|
|
||||||
|
|
||||||
var_allies_hard = getDVarInt("bots_skill_allies_hard");
|
|
||||||
var_allies_med = getDVarInt("bots_skill_allies_med");
|
|
||||||
var_axis_hard = getDVarInt("bots_skill_axis_hard");
|
|
||||||
var_axis_med = getDVarInt("bots_skill_axis_med");
|
|
||||||
var_skill = getDvarInt("bots_skill");
|
|
||||||
|
|
||||||
allies_hard = 0;
|
|
||||||
allies_med = 0;
|
|
||||||
axis_hard = 0;
|
|
||||||
axis_med = 0;
|
|
||||||
|
|
||||||
if(var_skill == 8)
|
|
||||||
{
|
|
||||||
playercount = level.players.size;
|
|
||||||
for(i = 0; i < playercount; i++)
|
|
||||||
{
|
|
||||||
player = level.players[i];
|
|
||||||
|
|
||||||
if(!isDefined(player.pers["team"]))
|
|
||||||
continue;
|
|
||||||
|
|
||||||
if(!player is_bot())
|
|
||||||
continue;
|
|
||||||
|
|
||||||
if(player.pers["team"] == "axis")
|
|
||||||
{
|
|
||||||
if(axis_hard < var_axis_hard)
|
|
||||||
{
|
|
||||||
axis_hard++;
|
|
||||||
player.pers["bots"]["skill"]["base"] = 7;
|
|
||||||
}
|
|
||||||
else if(axis_med < var_axis_med)
|
|
||||||
{
|
|
||||||
axis_med++;
|
|
||||||
player.pers["bots"]["skill"]["base"] = 4;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
player.pers["bots"]["skill"]["base"] = 1;
|
|
||||||
}
|
|
||||||
else if(player.pers["team"] == "allies")
|
|
||||||
{
|
|
||||||
if(allies_hard < var_allies_hard)
|
|
||||||
{
|
|
||||||
allies_hard++;
|
|
||||||
player.pers["bots"]["skill"]["base"] = 7;
|
|
||||||
}
|
|
||||||
else if(allies_med < var_allies_med)
|
|
||||||
{
|
|
||||||
allies_med++;
|
|
||||||
player.pers["bots"]["skill"]["base"] = 4;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
player.pers["bots"]["skill"]["base"] = 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else if (var_skill != 0 && var_skill != 9)
|
|
||||||
{
|
|
||||||
playercount = level.players.size;
|
|
||||||
for(i = 0; i < playercount; i++)
|
|
||||||
{
|
|
||||||
player = level.players[i];
|
|
||||||
|
|
||||||
if(!player is_bot())
|
|
||||||
continue;
|
|
||||||
|
|
||||||
player.pers["bots"]["skill"]["base"] = var_skill;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
A server thread for monitoring all bot's teams for custom server settings.
|
|
||||||
*/
|
|
||||||
teamBots()
|
|
||||||
{
|
|
||||||
for(;;)
|
|
||||||
{
|
|
||||||
wait 1.5;
|
|
||||||
teamAmount = getDvarInt("bots_team_amount");
|
|
||||||
toTeam = getDvar("bots_team");
|
|
||||||
|
|
||||||
alliesbots = 0;
|
|
||||||
alliesplayers = 0;
|
|
||||||
axisbots = 0;
|
|
||||||
axisplayers = 0;
|
|
||||||
|
|
||||||
playercount = level.players.size;
|
|
||||||
for(i = 0; i < playercount; i++)
|
|
||||||
{
|
|
||||||
player = level.players[i];
|
|
||||||
|
|
||||||
if(!isDefined(player.pers["team"]))
|
|
||||||
continue;
|
|
||||||
|
|
||||||
if(player is_bot())
|
|
||||||
{
|
|
||||||
if(player.pers["team"] == "allies")
|
|
||||||
alliesbots++;
|
|
||||||
else if(player.pers["team"] == "axis")
|
|
||||||
axisbots++;
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
if(player.pers["team"] == "allies")
|
|
||||||
alliesplayers++;
|
|
||||||
else if(player.pers["team"] == "axis")
|
|
||||||
axisplayers++;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
allies = alliesbots;
|
|
||||||
axis = axisbots;
|
|
||||||
|
|
||||||
if(!getDvarInt("bots_team_mode"))
|
|
||||||
{
|
|
||||||
allies += alliesplayers;
|
|
||||||
axis += axisplayers;
|
|
||||||
}
|
|
||||||
|
|
||||||
if(toTeam != "custom")
|
|
||||||
{
|
|
||||||
if(getDvarInt("bots_team_force"))
|
|
||||||
{
|
|
||||||
if(toTeam == "autoassign")
|
|
||||||
{
|
|
||||||
if(abs(axis - allies) > 1)
|
|
||||||
{
|
|
||||||
toTeam = "axis";
|
|
||||||
if(axis > allies)
|
|
||||||
toTeam = "allies";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if(toTeam != "autoassign")
|
|
||||||
{
|
|
||||||
playercount = level.players.size;
|
|
||||||
for(i = 0; i < playercount; i++)
|
|
||||||
{
|
|
||||||
player = level.players[i];
|
|
||||||
|
|
||||||
if(!isDefined(player.pers["team"]))
|
|
||||||
continue;
|
|
||||||
|
|
||||||
if(!player is_bot())
|
|
||||||
continue;
|
|
||||||
|
|
||||||
if(player.pers["team"] == toTeam)
|
|
||||||
continue;
|
|
||||||
|
|
||||||
if (toTeam == "allies")
|
|
||||||
player thread [[level.allies]]();
|
|
||||||
else if (toTeam == "axis")
|
|
||||||
player thread [[level.axis]]();
|
|
||||||
else
|
|
||||||
player thread [[level.spectator]]();
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
playercount = level.players.size;
|
|
||||||
for(i = 0; i < playercount; i++)
|
|
||||||
{
|
|
||||||
player = level.players[i];
|
|
||||||
|
|
||||||
if(!isDefined(player.pers["team"]))
|
|
||||||
continue;
|
|
||||||
|
|
||||||
if(!player is_bot())
|
|
||||||
continue;
|
|
||||||
|
|
||||||
if(player.pers["team"] == "axis")
|
|
||||||
{
|
|
||||||
if(axis > teamAmount)
|
|
||||||
{
|
|
||||||
player thread [[level.allies]]();
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
if(axis < teamAmount)
|
|
||||||
{
|
|
||||||
player thread [[level.axis]]();
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
else if(player.pers["team"] != "allies")
|
|
||||||
{
|
|
||||||
player thread [[level.allies]]();
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
A server thread for monitoring all bot's in game. Will add and kick bots according to server settings.
|
|
||||||
*/
|
|
||||||
addBots()
|
|
||||||
{
|
|
||||||
level endon("game_ended");
|
|
||||||
|
|
||||||
bot_wait_for_host();
|
|
||||||
|
|
||||||
for(;;)
|
|
||||||
{
|
|
||||||
wait 1.5;
|
|
||||||
|
|
||||||
botsToAdd = GetDvarInt("bots_manage_add");
|
|
||||||
|
|
||||||
if(botsToAdd > 0)
|
|
||||||
{
|
|
||||||
SetDvar("bots_manage_add", 0);
|
|
||||||
|
|
||||||
if(botsToAdd > 64)
|
|
||||||
botsToAdd = 64;
|
|
||||||
|
|
||||||
for(; botsToAdd > 0; botsToAdd--)
|
|
||||||
{
|
|
||||||
level add_bot();
|
|
||||||
wait 0.25;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
fillMode = getDVarInt("bots_manage_fill_mode");
|
|
||||||
|
|
||||||
if(fillMode == 2 || fillMode == 3)
|
|
||||||
setDvar("bots_manage_fill", getGoodMapAmount());
|
|
||||||
|
|
||||||
fillAmount = getDvarInt("bots_manage_fill");
|
|
||||||
|
|
||||||
players = 0;
|
|
||||||
bots = 0;
|
|
||||||
spec = 0;
|
|
||||||
|
|
||||||
playercount = level.players.size;
|
|
||||||
for(i = 0; i < playercount; i++)
|
|
||||||
{
|
|
||||||
player = level.players[i];
|
|
||||||
|
|
||||||
if(player is_bot())
|
|
||||||
bots++;
|
|
||||||
else if(!isDefined(player.pers["team"]) || (player.pers["team"] != "axis" && player.pers["team"] != "allies"))
|
|
||||||
spec++;
|
|
||||||
else
|
|
||||||
players++;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!randomInt(999))
|
|
||||||
{
|
|
||||||
setDvar("testclients_doreload", true);
|
|
||||||
wait 0.1;
|
|
||||||
setDvar("testclients_doreload", false);
|
|
||||||
doExtraCheck();
|
|
||||||
}
|
|
||||||
|
|
||||||
if(fillMode == 4)
|
|
||||||
{
|
|
||||||
axisplayers = 0;
|
|
||||||
alliesplayers = 0;
|
|
||||||
|
|
||||||
playercount = level.players.size;
|
|
||||||
for(i = 0; i < playercount; i++)
|
|
||||||
{
|
|
||||||
player = level.players[i];
|
|
||||||
|
|
||||||
if(player is_bot())
|
|
||||||
continue;
|
|
||||||
|
|
||||||
if(!isDefined(player.pers["team"]))
|
|
||||||
continue;
|
|
||||||
|
|
||||||
if(player.pers["team"] == "axis")
|
|
||||||
axisplayers++;
|
|
||||||
else if(player.pers["team"] == "allies")
|
|
||||||
alliesplayers++;
|
|
||||||
}
|
|
||||||
|
|
||||||
result = fillAmount - abs(axisplayers - alliesplayers) + bots;
|
|
||||||
|
|
||||||
if (players == 0)
|
|
||||||
{
|
|
||||||
if(bots < fillAmount)
|
|
||||||
result = fillAmount-1;
|
|
||||||
else if (bots > fillAmount)
|
|
||||||
result = fillAmount+1;
|
|
||||||
else
|
|
||||||
result = fillAmount;
|
|
||||||
}
|
|
||||||
|
|
||||||
bots = result;
|
|
||||||
}
|
|
||||||
|
|
||||||
amount = bots;
|
|
||||||
if(fillMode == 0 || fillMode == 2)
|
|
||||||
amount += players;
|
|
||||||
if(getDVarInt("bots_manage_fill_spec"))
|
|
||||||
amount += spec;
|
|
||||||
|
|
||||||
if(amount < fillAmount)
|
|
||||||
setDvar("bots_manage_add", 1);
|
|
||||||
else if(amount > fillAmount && getDvarInt("bots_manage_fill_kick"))
|
|
||||||
{
|
|
||||||
RemoveTestClient(); //cod4x
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
A thread for ALL players, will monitor and grenades thrown.
|
|
||||||
*/
|
|
||||||
onGrenadeFire()
|
|
||||||
{
|
|
||||||
self endon("disconnect");
|
|
||||||
for(;;)
|
|
||||||
{
|
|
||||||
self waittill ( "grenade_fire", grenade, weaponName );
|
|
||||||
grenade.name = weaponName;
|
|
||||||
if(weaponName == "smoke_grenade_mp")
|
|
||||||
grenade thread AddToSmokeList();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
Adds a smoke grenade to the list of smokes in the game. Used to prevent bots from seeing through smoke.
|
|
||||||
*/
|
|
||||||
AddToSmokeList()
|
|
||||||
{
|
|
||||||
grenade = spawnstruct();
|
|
||||||
grenade.origin = self getOrigin();
|
|
||||||
grenade.state = "moving";
|
|
||||||
grenade.grenade = self;
|
|
||||||
|
|
||||||
grenade thread thinkSmoke();
|
|
||||||
|
|
||||||
level.bots_smokeList ListAdd(grenade);
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
The smoke grenade logic.
|
|
||||||
*/
|
|
||||||
thinkSmoke()
|
|
||||||
{
|
|
||||||
while(isDefined(self.grenade))
|
|
||||||
{
|
|
||||||
self.origin = self.grenade getOrigin();
|
|
||||||
self.state = "moving";
|
|
||||||
wait 0.05;
|
|
||||||
}
|
|
||||||
self.state = "smoking";
|
|
||||||
wait 11.5;
|
|
||||||
|
|
||||||
level.bots_smokeList ListRemove(self);
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
Watches for chopper. This is used to fix bots from targeting leaving or crashing helis because script is iw3 old and buggy.
|
|
||||||
*/
|
|
||||||
chopperWatch()
|
|
||||||
{
|
|
||||||
for(;;)
|
|
||||||
{
|
|
||||||
while(!isDefined(level.chopper))
|
|
||||||
wait 0.05;
|
|
||||||
|
|
||||||
chopper = level.chopper;
|
|
||||||
|
|
||||||
if (level.teamBased && getDvarInt("doubleHeli"))
|
|
||||||
{
|
|
||||||
chopper = level.chopper["allies"];
|
|
||||||
if (!isDefined(chopper))
|
|
||||||
chopper = level.chopper["axis"];
|
|
||||||
}
|
|
||||||
|
|
||||||
level.bot_chopper = true;
|
|
||||||
chopper watchChopper();
|
|
||||||
level.bot_chopper = false;
|
|
||||||
|
|
||||||
while(isDefined(level.chopper))
|
|
||||||
wait 0.05;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
Waits until the chopper is deleted, leaving or crashing.
|
|
||||||
*/
|
|
||||||
watchChopper()
|
|
||||||
{
|
|
||||||
self endon("death");
|
|
||||||
self endon("leaving");
|
|
||||||
self endon("crashing");
|
|
||||||
|
|
||||||
level waittill("helicopter gone");
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
Waits when the axis uav is called in.
|
|
||||||
*/
|
|
||||||
onUAVAxisUpdate()
|
|
||||||
{
|
|
||||||
for(;;)
|
|
||||||
{
|
|
||||||
level waittill( "radar_timer_kill_axis" );
|
|
||||||
level thread doUAVUpdate("axis");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
Waits when the allies uav is called in.
|
|
||||||
*/
|
|
||||||
onUAVAlliesUpdate()
|
|
||||||
{
|
|
||||||
for(;;)
|
|
||||||
{
|
|
||||||
level waittill( "radar_timer_kill_allies" );
|
|
||||||
level thread doUAVUpdate("allies");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
Updates the player's radar so bots can know when they have a uav up, because iw3 script is old.
|
|
||||||
*/
|
|
||||||
doUAVUpdate(team)
|
|
||||||
{
|
|
||||||
level endon("radar_timer_kill_" + team);
|
|
||||||
|
|
||||||
playercount = level.players.size;
|
|
||||||
|
|
||||||
for(i = 0; i < playercount; i++)
|
|
||||||
{
|
|
||||||
player = level.players[i];
|
|
||||||
|
|
||||||
if(!isDefined(player.team))
|
|
||||||
continue;
|
|
||||||
|
|
||||||
if(player.team == team)
|
|
||||||
{
|
|
||||||
player.bot_radar = true;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
wait level.radarViewTime;
|
|
||||||
|
|
||||||
playercount = level.players.size;
|
|
||||||
for(i = 0; i < playercount; i++)
|
|
||||||
{
|
|
||||||
player = level.players[i];
|
|
||||||
|
|
||||||
if(!isDefined(player.team))
|
|
||||||
continue;
|
|
||||||
|
|
||||||
if(player.team == team)
|
|
||||||
{
|
|
||||||
player.bot_radar = false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
Fixes a weird iw3 bug when for a frame the player doesn't have any bones when they first spawn in.
|
|
||||||
*/
|
|
||||||
doPlayerModelFix()
|
|
||||||
{
|
|
||||||
self endon("disconnect");
|
|
||||||
self waittill("spawned_player");
|
|
||||||
wait 0.05;
|
|
||||||
self.bot_model_fix = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
A thread for ALL players when they fire.
|
|
||||||
*/
|
|
||||||
onWeaponFired()
|
|
||||||
{
|
|
||||||
self endon("disconnect");
|
|
||||||
self.bots_firing = false;
|
|
||||||
for(;;)
|
|
||||||
{
|
|
||||||
self waittill( "weapon_fired" );
|
|
||||||
self thread doFiringThread();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
Lets bot's know that the player is firing.
|
|
||||||
*/
|
|
||||||
doFiringThread()
|
|
||||||
{
|
|
||||||
self endon("disconnect");
|
|
||||||
self endon("weapon_fired");
|
|
||||||
self.bots_firing = true;
|
|
||||||
wait 1;
|
|
||||||
self.bots_firing = false;
|
|
||||||
}
|
|
||||||
@@ -1,135 +0,0 @@
|
|||||||
/*
|
|
||||||
_bot_http
|
|
||||||
Author: INeedGames
|
|
||||||
Date: 12/16/2020
|
|
||||||
The HTTP module
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include maps\mp\bots\_bot_utility;
|
|
||||||
|
|
||||||
/*
|
|
||||||
Will attempt to retreive waypoints from the internet
|
|
||||||
*/
|
|
||||||
getRemoteWaypoints(mapname)
|
|
||||||
{
|
|
||||||
url = "https://raw.githubusercontent.com/ineedbots/cod4x_waypoints/master/" + mapname + "_wp.csv";
|
|
||||||
filename = "waypoints/" + mapname + "_wp.csv";
|
|
||||||
|
|
||||||
printToConsole("Attempting to get remote waypoints from " + url);
|
|
||||||
res = getLinesFromUrl(url, filename);
|
|
||||||
|
|
||||||
if (!res.lines.size)
|
|
||||||
return;
|
|
||||||
|
|
||||||
waypointCount = int(res.lines[0]);
|
|
||||||
|
|
||||||
waypoints = [];
|
|
||||||
printToConsole("Loading remote waypoints...");
|
|
||||||
|
|
||||||
for (i = 1; i <= waypointCount; i++)
|
|
||||||
{
|
|
||||||
tokens = tokenizeLine(res.lines[i], ",");
|
|
||||||
|
|
||||||
waypoint = parseTokensIntoWaypoint(tokens);
|
|
||||||
|
|
||||||
waypoints[i-1] = waypoint;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (waypoints.size)
|
|
||||||
{
|
|
||||||
level.waypoints = waypoints;
|
|
||||||
printToConsole("Loaded " + waypoints.size + " waypoints from remote.");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
Does the version check, if we are up too date
|
|
||||||
*/
|
|
||||||
doVersionCheck()
|
|
||||||
{
|
|
||||||
remoteVersion = getRemoteVersion();
|
|
||||||
|
|
||||||
if (!isDefined(remoteVersion))
|
|
||||||
{
|
|
||||||
printToConsole("Error getting remote version of Bot Warfare.");
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (level.bw_VERSION != remoteVersion)
|
|
||||||
{
|
|
||||||
printToConsole("There is a new version of Bot Warfare!");
|
|
||||||
printToConsole("You are on version " + level.bw_VERSION + " but " + remoteVersion + " is available!");
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
printToConsole("You are on the latest version of Bot Warfare!");
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
Returns the version of bot warfare found on the internet
|
|
||||||
*/
|
|
||||||
getRemoteVersion()
|
|
||||||
{
|
|
||||||
#if isSyscallDefined HTTPS_GetString
|
|
||||||
data = HTTPS_GetString( "https://raw.githubusercontent.com/ineedbots/cod4x_waypoints/master/version.txt" );
|
|
||||||
#else
|
|
||||||
data = undefined;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
if (!isDefined(data))
|
|
||||||
return undefined;
|
|
||||||
|
|
||||||
return strtok(data, "\n")[0];
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
Returns an array of each line from the response of the http url request
|
|
||||||
*/
|
|
||||||
getLinesFromUrl(url, filename)
|
|
||||||
{
|
|
||||||
result = spawnStruct();
|
|
||||||
result.lines = [];
|
|
||||||
|
|
||||||
#if isSyscallDefined HTTPS_GetString
|
|
||||||
data = HTTPS_GetString( url );
|
|
||||||
#else
|
|
||||||
data = undefined;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
if (!isDefined(data))
|
|
||||||
return result;
|
|
||||||
|
|
||||||
fd = FS_FOpen(filename, "write");
|
|
||||||
|
|
||||||
line = "";
|
|
||||||
for (i=0;i<data.size;i++)
|
|
||||||
{
|
|
||||||
c = data[i];
|
|
||||||
|
|
||||||
if (c == "\n")
|
|
||||||
{
|
|
||||||
result.lines[result.lines.size] = line;
|
|
||||||
|
|
||||||
if (fd > 0)
|
|
||||||
{
|
|
||||||
if (!FS_WriteLine(fd, line))
|
|
||||||
{
|
|
||||||
FS_FClose(fd);
|
|
||||||
fd = 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
line = "";
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
|
|
||||||
line += c;
|
|
||||||
}
|
|
||||||
result.lines[result.lines.size] = line;
|
|
||||||
|
|
||||||
if (fd > 0)
|
|
||||||
FS_FClose(fd);
|
|
||||||
|
|
||||||
return result;
|
|
||||||
}
|
|
||||||
@@ -1,645 +0,0 @@
|
|||||||
/*
|
|
||||||
_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);
|
|
||||||
|
|
||||||
if(getDvar("bots_main_debug_commandWait") == "")
|
|
||||||
setDvar("bots_main_debug_commandWait", 0.5);
|
|
||||||
|
|
||||||
if(getDvar("bots_main_debug_framerate") == "")
|
|
||||||
setDvar("bots_main_debug_framerate", 58);
|
|
||||||
|
|
||||||
if(getDvar("bots_main_debug_lineDuration") == "")
|
|
||||||
setDvar("bots_main_debug_lineDuration", 3);
|
|
||||||
|
|
||||||
if(getDvar("bots_main_debug_printDuration") == "")
|
|
||||||
setDvar("bots_main_debug_printDuration", 3);
|
|
||||||
|
|
||||||
if(getDvar("bots_main_debug_debugRate") == "")
|
|
||||||
setDvar("bots_main_debug_debugRate", 0.5);
|
|
||||||
|
|
||||||
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 beginDebug();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
beginDebug()
|
|
||||||
{
|
|
||||||
self endon("disconnect");
|
|
||||||
self endon("death");
|
|
||||||
|
|
||||||
level.wpToLink = -1;
|
|
||||||
level.autoLink = false;
|
|
||||||
self.closest = -1;
|
|
||||||
self.command = undefined;
|
|
||||||
|
|
||||||
self clearPerks();
|
|
||||||
self takeAllWeapons();
|
|
||||||
self.specialty = [];
|
|
||||||
self giveWeapon("m16_gl_mp");
|
|
||||||
self SetActionSlot( 3, "altMode" );
|
|
||||||
self giveWeapon("frag_grenade_mp");
|
|
||||||
self freezecontrols(false);
|
|
||||||
|
|
||||||
self thread debug();
|
|
||||||
self thread addWaypoints();
|
|
||||||
self thread linkWaypoints();
|
|
||||||
self thread deleteWaypoints();
|
|
||||||
self thread watchSaveWaypointsCommand();
|
|
||||||
self thread sayExtras();
|
|
||||||
|
|
||||||
self thread textScroll("^1SecondaryOffhand - ^2Add Waypoint; ^3MeleeButton - ^4Link Waypoint; ^5FragButton - ^6Delete Waypoint; ^7UseButton + AttackButton - ^8Save");
|
|
||||||
}
|
|
||||||
|
|
||||||
sayExtras()
|
|
||||||
{
|
|
||||||
self endon("disconnect");
|
|
||||||
self endon("death");
|
|
||||||
self iprintln("Making a crouch waypoint with only one link...");
|
|
||||||
self iprintln("Makes a camping waypoint.");
|
|
||||||
}
|
|
||||||
|
|
||||||
debug()
|
|
||||||
{
|
|
||||||
self endon("disconnect");
|
|
||||||
self endon("death");
|
|
||||||
|
|
||||||
self setClientDvar("com_maxfps", getDvarInt("bots_main_debug_framerate"));
|
|
||||||
|
|
||||||
for(;;)
|
|
||||||
{
|
|
||||||
wait getDvarFloat("bots_main_debug_debugRate");
|
|
||||||
|
|
||||||
if(isDefined(self.command))
|
|
||||||
continue;
|
|
||||||
|
|
||||||
closest = -1;
|
|
||||||
myEye = self getTagOrigin( "j_head" );
|
|
||||||
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 = 0; h < level.waypoints[i].childCount; h++)
|
|
||||||
line(wpOrg, level.waypoints[level.waypoints[i].children[h]].origin + (0, 0, 25), (1,0,1), 1, 1, getDvarInt("bots_main_debug_lineDuration"));
|
|
||||||
|
|
||||||
if(getConeDot(wpOrg, myEye, myAngles) > getDvarFloat("bots_main_debug_cone"))
|
|
||||||
print3d(wpOrg, i, (1,0,0), 2, 1, 6);
|
|
||||||
|
|
||||||
if (isDefined(level.waypoints[i].angles) && level.waypoints[i].type != "stand")
|
|
||||||
line(wpOrg, wpOrg + AnglesToForward(level.waypoints[i].angles) * 64, (1,1,1), 1, 1, getDvarInt("bots_main_debug_lineDuration"));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
self.closest = closest;
|
|
||||||
|
|
||||||
if(closest != -1)
|
|
||||||
{
|
|
||||||
stringChildren = "";
|
|
||||||
for(i = 0; i < level.waypoints[closest].childCount; i++)
|
|
||||||
{
|
|
||||||
if(i != 0)
|
|
||||||
stringChildren = stringChildren + "," + level.waypoints[closest].children[i];
|
|
||||||
else
|
|
||||||
stringChildren = stringChildren + level.waypoints[closest].children[i];
|
|
||||||
}
|
|
||||||
print3d(level.waypoints[closest].origin + (0, 0, 35), stringChildren, (0,1,0), 2, 1, getDvarInt("bots_main_debug_printDuration"));
|
|
||||||
|
|
||||||
print3d(level.waypoints[closest].origin + (0, 0, 15), level.waypoints[closest].type, (0,1,0), 2, 1, getDvarInt("bots_main_debug_printDuration"));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
AddWaypoints()
|
|
||||||
{
|
|
||||||
self endon("disconnect");
|
|
||||||
self endon("death");
|
|
||||||
for(;;)
|
|
||||||
{
|
|
||||||
while(!self SecondaryOffhandButtonPressed() || isDefined(self.command))
|
|
||||||
wait 0.05;
|
|
||||||
|
|
||||||
pos = self getOrigin();
|
|
||||||
self.command = true;
|
|
||||||
|
|
||||||
self iprintln("Adding a waypoint...");
|
|
||||||
self iprintln("ADS - climb; Attack + Use - tube");
|
|
||||||
self iprintln("Attack - grenade; Use - claymore");
|
|
||||||
self iprintln("Else(wait) - your stance");
|
|
||||||
|
|
||||||
wait getDvarFloat("bots_main_debug_commandWait");
|
|
||||||
|
|
||||||
self addWaypoint(pos);
|
|
||||||
|
|
||||||
self.command = undefined;
|
|
||||||
|
|
||||||
while(self SecondaryOffhandButtonPressed())
|
|
||||||
wait 0.05;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
linkWaypoints()
|
|
||||||
{
|
|
||||||
self endon("disconnect");
|
|
||||||
self endon("death");
|
|
||||||
for(;;)
|
|
||||||
{
|
|
||||||
while(!self MeleeButtonPressed() || isDefined(self.command))
|
|
||||||
wait 0.05;
|
|
||||||
|
|
||||||
self.command = true;
|
|
||||||
|
|
||||||
self iprintln("ADS - Unlink; Else(wait) - Link");
|
|
||||||
|
|
||||||
wait getDvarFloat("bots_main_debug_commandWait");
|
|
||||||
|
|
||||||
if(!self adsButtonPressed())
|
|
||||||
self LinkWaypoint(self.closest);
|
|
||||||
else
|
|
||||||
self UnLinkWaypoint(self.closest);
|
|
||||||
|
|
||||||
self.command = undefined;
|
|
||||||
|
|
||||||
while(self MeleeButtonPressed())
|
|
||||||
wait 0.05;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
deleteWaypoints()
|
|
||||||
{
|
|
||||||
self endon("disconnect");
|
|
||||||
self endon("death");
|
|
||||||
for(;;)
|
|
||||||
{
|
|
||||||
while(!self fragButtonPressed() || isDefined(self.command))
|
|
||||||
wait 0.05;
|
|
||||||
|
|
||||||
self.command = true;
|
|
||||||
|
|
||||||
self iprintln("Attack - DeleteAll; ADS - Load");
|
|
||||||
self iprintln("Else(wait) - Delete");
|
|
||||||
|
|
||||||
wait getDvarFloat("bots_main_debug_commandWait");
|
|
||||||
|
|
||||||
if(self attackButtonPressed())
|
|
||||||
self deleteAllWaypoints();
|
|
||||||
else if(self adsButtonPressed())
|
|
||||||
self LoadWaypoints();
|
|
||||||
else
|
|
||||||
self DeleteWaypoint(self.closest);
|
|
||||||
|
|
||||||
self.command = undefined;
|
|
||||||
|
|
||||||
while(self fragButtonPressed())
|
|
||||||
wait 0.05;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
watchSaveWaypointsCommand()
|
|
||||||
{
|
|
||||||
self endon("death");
|
|
||||||
self endon("disconnect");
|
|
||||||
|
|
||||||
for(;;)
|
|
||||||
{
|
|
||||||
while(!self useButtonPressed() || !self attackButtonPressed() || isDefined(self.command))
|
|
||||||
wait 0.05;
|
|
||||||
|
|
||||||
self.command = true;
|
|
||||||
|
|
||||||
self iprintln("ADS - Autolink; Else(wait) - Save");
|
|
||||||
|
|
||||||
wait getDvarFloat("bots_main_debug_commandWait");
|
|
||||||
|
|
||||||
if(!self adsButtonPressed())
|
|
||||||
{
|
|
||||||
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/*");
|
|
||||||
logprint("*/waypoints["+i+"].childCount = "+level.waypoints[i].childCount+";\n/*");
|
|
||||||
for(c = 0; c < level.waypoints[i].childCount; 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].childCount == 1) || level.waypoints[i].type == "climb" || level.waypoints[i].type == "grenade"))
|
|
||||||
logprint("*/waypoints["+i+"].angles = "+level.waypoints[i].angles+";\n/*");
|
|
||||||
}
|
|
||||||
logprint("*/return waypoints;\n}\n\n\n\n");
|
|
||||||
|
|
||||||
filename = "waypoints/" + getdvar("mapname") + "_wp.csv";
|
|
||||||
fd = FS_FOpen(filename, "write");
|
|
||||||
|
|
||||||
PrintLn("********* Start Bot Warfare WPDump *********");
|
|
||||||
PrintLn(level.waypointCount);
|
|
||||||
|
|
||||||
if (fd > 0)
|
|
||||||
{
|
|
||||||
if (!FS_WriteLine(fd, level.waypointCount+""))
|
|
||||||
{
|
|
||||||
FS_FClose(fd);
|
|
||||||
fd = 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
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.childCount; h++)
|
|
||||||
{
|
|
||||||
str += wp.children[h];
|
|
||||||
|
|
||||||
if (h < wp.childCount - 1)
|
|
||||||
str += " ";
|
|
||||||
}
|
|
||||||
str += "," + wp.type + ",";
|
|
||||||
|
|
||||||
if (isDefined(wp.angles))
|
|
||||||
str += wp.angles[0] + " " + wp.angles[1] + " " + wp.angles[2] + ",";
|
|
||||||
else
|
|
||||||
str += ",";
|
|
||||||
|
|
||||||
str += ",";
|
|
||||||
|
|
||||||
PrintLn(str);
|
|
||||||
|
|
||||||
if (fd > 0)
|
|
||||||
{
|
|
||||||
if (!FS_WriteLine(fd, str))
|
|
||||||
{
|
|
||||||
FS_FClose(fd);
|
|
||||||
fd = 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
PrintLn("\n\n\n\n\n\n");
|
|
||||||
|
|
||||||
self iprintln("Saved!!! to " + filename);
|
|
||||||
|
|
||||||
if (fd > 0)
|
|
||||||
FS_FClose(fd);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
self.command = undefined;
|
|
||||||
|
|
||||||
while(self useButtonPressed() && self attackButtonPressed())
|
|
||||||
wait 0.05;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
LoadWaypoints()
|
|
||||||
{
|
|
||||||
self DeleteAllWaypoints();
|
|
||||||
self iPrintlnBold("Loading WPS...");
|
|
||||||
load_waypoints();
|
|
||||||
|
|
||||||
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].childCount <= 0)
|
|
||||||
self iprintln("WARNING: waypoint "+i+" childCount is "+level.waypoints[i].childCount);
|
|
||||||
else
|
|
||||||
{
|
|
||||||
if (!isDefined(level.waypoints[i].children) || !isDefined(level.waypoints[i].children.size))
|
|
||||||
{
|
|
||||||
self iprintln("WARNING: waypoint "+i+" children is not defined");
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
if(level.waypoints[i].childCount != level.waypoints[i].children.size)
|
|
||||||
self iprintln("WARNING: waypoint "+i+" childCount is not "+level.waypoints[i].children.size);
|
|
||||||
|
|
||||||
for (h = 0; h < level.waypoints[i].childCount; 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(!isDefined(level.waypoints[i].angles) && (level.waypoints[i].type == "claymore" || level.waypoints[i].type == "tube" || (level.waypoints[i].type == "crouch" && level.waypoints[i].childCount == 1) || level.waypoints[i].type == "climb" || level.waypoints[i].type == "grenade"))
|
|
||||||
self iprintln("WARNING: waypoint "+i+" angles is undefined");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
DeleteAllWaypoints()
|
|
||||||
{
|
|
||||||
level.waypoints = [];
|
|
||||||
level.waypointCount = 0;
|
|
||||||
|
|
||||||
self iprintln("DelAllWps");
|
|
||||||
}
|
|
||||||
|
|
||||||
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 = 0; i < level.waypoints[nwp].childCount; i++)
|
|
||||||
{
|
|
||||||
child = level.waypoints[nwp].children[i];
|
|
||||||
|
|
||||||
level.waypoints[child].children = array_remove(level.waypoints[child].children, nwp);
|
|
||||||
|
|
||||||
level.waypoints[child].childCount = level.waypoints[child].children.size;
|
|
||||||
}
|
|
||||||
|
|
||||||
for(i = 0; i < level.waypointCount; i++)
|
|
||||||
{
|
|
||||||
for(h = 0; h < level.waypoints[i].childCount; 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(pos)
|
|
||||||
{
|
|
||||||
level.waypoints[level.waypointCount] = spawnstruct();
|
|
||||||
|
|
||||||
level.waypoints[level.waypointCount].origin = pos;
|
|
||||||
|
|
||||||
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 = [];
|
|
||||||
level.waypoints[level.waypointCount].childCount = 0;
|
|
||||||
|
|
||||||
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++;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
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);
|
|
||||||
|
|
||||||
level.waypoints[nwp].childCount = level.waypoints[nwp].children.size;
|
|
||||||
level.waypoints[level.wpToLink].childCount = level.waypoints[level.wpToLink].children.size;
|
|
||||||
|
|
||||||
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 = 0; i < level.waypoints[level.wpToLink].childCount; i++)
|
|
||||||
{
|
|
||||||
if(level.waypoints[level.wpToLink].children[i] == nwp)
|
|
||||||
{
|
|
||||||
weGood = false;
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
if(weGood)
|
|
||||||
{
|
|
||||||
for(i = 0; i < level.waypoints[nwp].childCount; i++)
|
|
||||||
{
|
|
||||||
if(level.waypoints[nwp].children[i] == 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].childcount] = nwp;
|
|
||||||
level.waypoints[level.wpToLink].childcount++;
|
|
||||||
level.waypoints[nwp].children[level.waypoints[nwp].childcount] = level.wpToLink;
|
|
||||||
level.waypoints[nwp].childcount++;
|
|
||||||
|
|
||||||
self iprintln("Waypoint " + nwp + " Linked to " + level.wpToLink);
|
|
||||||
level.wpToLink = -1;
|
|
||||||
}
|
|
||||||
|
|
||||||
destroyOnDeath(hud)
|
|
||||||
{
|
|
||||||
hud endon("death");
|
|
||||||
self waittill_either("death","disconnect");
|
|
||||||
hud notify("death");
|
|
||||||
hud destroy();
|
|
||||||
hud = undefined;
|
|
||||||
}
|
|
||||||
|
|
||||||
textScroll(string)
|
|
||||||
{
|
|
||||||
self endon("death");
|
|
||||||
self endon("disconnect");
|
|
||||||
//thanks ActionScript
|
|
||||||
|
|
||||||
back = createBar((0,0,0), 1000, 30);
|
|
||||||
back setPoint("CENTER", undefined, 0, 220);
|
|
||||||
self thread destroyOnDeath(back);
|
|
||||||
|
|
||||||
text = createFontString("default", 1.5);
|
|
||||||
text setText(string);
|
|
||||||
self thread destroyOnDeath(text);
|
|
||||||
|
|
||||||
for (;;)
|
|
||||||
{
|
|
||||||
text setPoint("CENTER", undefined, 1200, 220);
|
|
||||||
text setPoint("CENTER", undefined, -1200, 220, 20);
|
|
||||||
wait 20;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,845 +0,0 @@
|
|||||||
Killhouse()
|
|
||||||
{
|
|
||||||
waypoints = [];
|
|
||||||
waypoints[0] = spawnstruct();
|
|
||||||
waypoints[0].origin = (1181.56,148.431,28.125);
|
|
||||||
waypoints[0].type = "stand";
|
|
||||||
waypoints[0].childCount = 2;
|
|
||||||
waypoints[0].children[0] = 1;
|
|
||||||
waypoints[0].children[1] = 11;
|
|
||||||
waypoints[1] = spawnstruct();
|
|
||||||
waypoints[1].origin = (1094.79,153.256,80.125);
|
|
||||||
waypoints[1].type = "stand";
|
|
||||||
waypoints[1].childCount = 2;
|
|
||||||
waypoints[1].children[0] = 0;
|
|
||||||
waypoints[1].children[1] = 2;
|
|
||||||
waypoints[2] = spawnstruct();
|
|
||||||
waypoints[2].origin = (488.403,150.541,80.125);
|
|
||||||
waypoints[2].type = "stand";
|
|
||||||
waypoints[2].childCount = 2;
|
|
||||||
waypoints[2].children[0] = 1;
|
|
||||||
waypoints[2].children[1] = 3;
|
|
||||||
waypoints[3] = spawnstruct();
|
|
||||||
waypoints[3].origin = (391.899,153.36,28.125);
|
|
||||||
waypoints[3].type = "stand";
|
|
||||||
waypoints[3].childCount = 3;
|
|
||||||
waypoints[3].children[0] = 2;
|
|
||||||
waypoints[3].children[1] = 4;
|
|
||||||
waypoints[3].children[2] = 5;
|
|
||||||
waypoints[4] = spawnstruct();
|
|
||||||
waypoints[4].origin = (401.059,239.669,28.125);
|
|
||||||
waypoints[4].type = "stand";
|
|
||||||
waypoints[4].childCount = 6;
|
|
||||||
waypoints[4].children[0] = 3;
|
|
||||||
waypoints[4].children[1] = 5;
|
|
||||||
waypoints[4].children[2] = 13;
|
|
||||||
waypoints[4].children[3] = 6;
|
|
||||||
waypoints[4].children[4] = 8;
|
|
||||||
waypoints[4].children[5] = 86;
|
|
||||||
waypoints[5] = spawnstruct();
|
|
||||||
waypoints[5].origin = (124.215,210.283,28.125);
|
|
||||||
waypoints[5].type = "stand";
|
|
||||||
waypoints[5].childCount = 4;
|
|
||||||
waypoints[5].children[0] = 4;
|
|
||||||
waypoints[5].children[1] = 6;
|
|
||||||
waypoints[5].children[2] = 3;
|
|
||||||
waypoints[5].children[3] = 86;
|
|
||||||
waypoints[6] = spawnstruct();
|
|
||||||
waypoints[6].origin = (412.98,445.891,28.125);
|
|
||||||
waypoints[6].type = "stand";
|
|
||||||
waypoints[6].childCount = 8;
|
|
||||||
waypoints[6].children[0] = 7;
|
|
||||||
waypoints[6].children[1] = 4;
|
|
||||||
waypoints[6].children[2] = 5;
|
|
||||||
waypoints[6].children[3] = 13;
|
|
||||||
waypoints[6].children[4] = 68;
|
|
||||||
waypoints[6].children[5] = 67;
|
|
||||||
waypoints[6].children[6] = 69;
|
|
||||||
waypoints[6].children[7] = 86;
|
|
||||||
waypoints[7] = spawnstruct();
|
|
||||||
waypoints[7].origin = (546.57,448.066,28.125);
|
|
||||||
waypoints[7].type = "stand";
|
|
||||||
waypoints[7].childCount = 4;
|
|
||||||
waypoints[7].children[0] = 6;
|
|
||||||
waypoints[7].children[1] = 8;
|
|
||||||
waypoints[7].children[2] = 13;
|
|
||||||
waypoints[7].children[3] = 67;
|
|
||||||
waypoints[8] = spawnstruct();
|
|
||||||
waypoints[8].origin = (686.556,444.51,28.125);
|
|
||||||
waypoints[8].type = "stand";
|
|
||||||
waypoints[8].childCount = 5;
|
|
||||||
waypoints[8].children[0] = 7;
|
|
||||||
waypoints[8].children[1] = 9;
|
|
||||||
waypoints[8].children[2] = 13;
|
|
||||||
waypoints[8].children[3] = 14;
|
|
||||||
waypoints[8].children[4] = 4;
|
|
||||||
waypoints[9] = spawnstruct();
|
|
||||||
waypoints[9].origin = (836.351,440.111,28.125);
|
|
||||||
waypoints[9].type = "stand";
|
|
||||||
waypoints[9].childCount = 4;
|
|
||||||
waypoints[9].children[0] = 8;
|
|
||||||
waypoints[9].children[1] = 10;
|
|
||||||
waypoints[9].children[2] = 12;
|
|
||||||
waypoints[9].children[3] = 18;
|
|
||||||
waypoints[10] = spawnstruct();
|
|
||||||
waypoints[10].origin = (948.997,437.246,28.125);
|
|
||||||
waypoints[10].type = "stand";
|
|
||||||
waypoints[10].childCount = 6;
|
|
||||||
waypoints[10].children[0] = 9;
|
|
||||||
waypoints[10].children[1] = 12;
|
|
||||||
waypoints[10].children[2] = 11;
|
|
||||||
waypoints[10].children[3] = 18;
|
|
||||||
waypoints[10].children[4] = 24;
|
|
||||||
waypoints[10].children[5] = 88;
|
|
||||||
waypoints[11] = spawnstruct();
|
|
||||||
waypoints[11].origin = (1159.55,316.005,28.125);
|
|
||||||
waypoints[11].type = "stand";
|
|
||||||
waypoints[11].childCount = 4;
|
|
||||||
waypoints[11].children[0] = 0;
|
|
||||||
waypoints[11].children[1] = 12;
|
|
||||||
waypoints[11].children[2] = 10;
|
|
||||||
waypoints[11].children[3] = 88;
|
|
||||||
waypoints[12] = spawnstruct();
|
|
||||||
waypoints[12].origin = (890.993,266.089,28.125);
|
|
||||||
waypoints[12].type = "stand";
|
|
||||||
waypoints[12].childCount = 4;
|
|
||||||
waypoints[12].children[0] = 11;
|
|
||||||
waypoints[12].children[1] = 13;
|
|
||||||
waypoints[12].children[2] = 10;
|
|
||||||
waypoints[12].children[3] = 9;
|
|
||||||
waypoints[13] = spawnstruct();
|
|
||||||
waypoints[13].origin = (580.602,251.012,28.125);
|
|
||||||
waypoints[13].type = "stand";
|
|
||||||
waypoints[13].childCount = 5;
|
|
||||||
waypoints[13].children[0] = 4;
|
|
||||||
waypoints[13].children[1] = 12;
|
|
||||||
waypoints[13].children[2] = 7;
|
|
||||||
waypoints[13].children[3] = 6;
|
|
||||||
waypoints[13].children[4] = 8;
|
|
||||||
waypoints[14] = spawnstruct();
|
|
||||||
waypoints[14].origin = (724.843,589.895,28.125);
|
|
||||||
waypoints[14].type = "stand";
|
|
||||||
waypoints[14].childCount = 4;
|
|
||||||
waypoints[14].children[0] = 8;
|
|
||||||
waypoints[14].children[1] = 15;
|
|
||||||
waypoints[14].children[2] = 16;
|
|
||||||
waypoints[14].children[3] = 89;
|
|
||||||
waypoints[15] = spawnstruct();
|
|
||||||
waypoints[15].origin = (689.658,738.037,60.125);
|
|
||||||
waypoints[15].type = "stand";
|
|
||||||
waypoints[15].childCount = 2;
|
|
||||||
waypoints[15].children[0] = 14;
|
|
||||||
waypoints[15].children[1] = 17;
|
|
||||||
waypoints[16] = spawnstruct();
|
|
||||||
waypoints[16].origin = (782.19,740.27,60.125);
|
|
||||||
waypoints[16].type = "stand";
|
|
||||||
waypoints[16].childCount = 2;
|
|
||||||
waypoints[16].children[0] = 14;
|
|
||||||
waypoints[16].children[1] = 17;
|
|
||||||
waypoints[17] = spawnstruct();
|
|
||||||
waypoints[17].origin = (738.365,860.821,28.125);
|
|
||||||
waypoints[17].type = "stand";
|
|
||||||
waypoints[17].childCount = 4;
|
|
||||||
waypoints[17].children[0] = 16;
|
|
||||||
waypoints[17].children[1] = 15;
|
|
||||||
waypoints[17].children[2] = 25;
|
|
||||||
waypoints[17].children[3] = 66;
|
|
||||||
waypoints[18] = spawnstruct();
|
|
||||||
waypoints[18].origin = (892.884,503.932,50.125);
|
|
||||||
waypoints[18].type = "stand";
|
|
||||||
waypoints[18].childCount = 3;
|
|
||||||
waypoints[18].children[0] = 9;
|
|
||||||
waypoints[18].children[1] = 10;
|
|
||||||
waypoints[18].children[2] = 19;
|
|
||||||
waypoints[19] = spawnstruct();
|
|
||||||
waypoints[19].origin = (889.55,614.586,156.125);
|
|
||||||
waypoints[19].type = "stand";
|
|
||||||
waypoints[19].childCount = 2;
|
|
||||||
waypoints[19].children[0] = 18;
|
|
||||||
waypoints[19].children[1] = 20;
|
|
||||||
waypoints[20] = spawnstruct();
|
|
||||||
waypoints[20].origin = (821.734,700.728,156.125);
|
|
||||||
waypoints[20].type = "stand";
|
|
||||||
waypoints[20].childCount = 3;
|
|
||||||
waypoints[20].children[0] = 19;
|
|
||||||
waypoints[20].children[1] = 21;
|
|
||||||
waypoints[20].children[2] = 23;
|
|
||||||
waypoints[21] = spawnstruct();
|
|
||||||
waypoints[21].origin = (704.143,709.897,156.125);
|
|
||||||
waypoints[21].type = "stand";
|
|
||||||
waypoints[21].childCount = 2;
|
|
||||||
waypoints[21].children[0] = 20;
|
|
||||||
waypoints[21].children[1] = 22;
|
|
||||||
waypoints[22] = spawnstruct();
|
|
||||||
waypoints[22].origin = (660.627,556.142,156.125);
|
|
||||||
waypoints[22].type = "stand";
|
|
||||||
waypoints[22].childCount = 2;
|
|
||||||
waypoints[22].children[0] = 21;
|
|
||||||
waypoints[22].children[1] = 23;
|
|
||||||
waypoints[23] = spawnstruct();
|
|
||||||
waypoints[23].origin = (757.048,539.674,156.125);
|
|
||||||
waypoints[23].type = "stand";
|
|
||||||
waypoints[23].childCount = 2;
|
|
||||||
waypoints[23].children[0] = 22;
|
|
||||||
waypoints[23].children[1] = 20;
|
|
||||||
waypoints[24] = spawnstruct();
|
|
||||||
waypoints[24].origin = (1004.58,582.486,28.125);
|
|
||||||
waypoints[24].type = "stand";
|
|
||||||
waypoints[24].childCount = 4;
|
|
||||||
waypoints[24].children[0] = 10;
|
|
||||||
waypoints[24].children[1] = 25;
|
|
||||||
waypoints[24].children[2] = 101;
|
|
||||||
waypoints[24].children[3] = 103;
|
|
||||||
waypoints[25] = spawnstruct();
|
|
||||||
waypoints[25].origin = (1029.19,824.597,28.125);
|
|
||||||
waypoints[25].type = "stand";
|
|
||||||
waypoints[25].childCount = 5;
|
|
||||||
waypoints[25].children[0] = 17;
|
|
||||||
waypoints[25].children[1] = 26;
|
|
||||||
waypoints[25].children[2] = 27;
|
|
||||||
waypoints[25].children[3] = 24;
|
|
||||||
waypoints[25].children[4] = 103;
|
|
||||||
waypoints[26] = spawnstruct();
|
|
||||||
waypoints[26].origin = (952.182,1052.15,28.125);
|
|
||||||
waypoints[26].type = "stand";
|
|
||||||
waypoints[26].childCount = 5;
|
|
||||||
waypoints[26].children[0] = 25;
|
|
||||||
waypoints[26].children[1] = 27;
|
|
||||||
waypoints[26].children[2] = 28;
|
|
||||||
waypoints[26].children[3] = 29;
|
|
||||||
waypoints[26].children[4] = 73;
|
|
||||||
waypoints[27] = spawnstruct();
|
|
||||||
waypoints[27].origin = (1092.87,982.674,28.125);
|
|
||||||
waypoints[27].type = "stand";
|
|
||||||
waypoints[27].childCount = 5;
|
|
||||||
waypoints[27].children[0] = 25;
|
|
||||||
waypoints[27].children[1] = 26;
|
|
||||||
waypoints[27].children[2] = 28;
|
|
||||||
waypoints[27].children[3] = 90;
|
|
||||||
waypoints[27].children[4] = 103;
|
|
||||||
waypoints[28] = spawnstruct();
|
|
||||||
waypoints[28].origin = (1215.84,1133.62,28.125);
|
|
||||||
waypoints[28].type = "stand";
|
|
||||||
waypoints[28].childCount = 4;
|
|
||||||
waypoints[28].children[0] = 27;
|
|
||||||
waypoints[28].children[1] = 26;
|
|
||||||
waypoints[28].children[2] = 33;
|
|
||||||
waypoints[28].children[3] = 90;
|
|
||||||
waypoints[29] = spawnstruct();
|
|
||||||
waypoints[29].origin = (808.471,1142.11,28.125);
|
|
||||||
waypoints[29].type = "stand";
|
|
||||||
waypoints[29].childCount = 4;
|
|
||||||
waypoints[29].children[0] = 26;
|
|
||||||
waypoints[29].children[1] = 30;
|
|
||||||
waypoints[29].children[2] = 65;
|
|
||||||
waypoints[29].children[3] = 66;
|
|
||||||
waypoints[30] = spawnstruct();
|
|
||||||
waypoints[30].origin = (953.341,1289.21,28.125);
|
|
||||||
waypoints[30].type = "stand";
|
|
||||||
waypoints[30].childCount = 5;
|
|
||||||
waypoints[30].children[0] = 29;
|
|
||||||
waypoints[30].children[1] = 31;
|
|
||||||
waypoints[30].children[2] = 34;
|
|
||||||
waypoints[30].children[3] = 63;
|
|
||||||
waypoints[30].children[4] = 64;
|
|
||||||
waypoints[31] = spawnstruct();
|
|
||||||
waypoints[31].origin = (929.05,1665.76,28.125);
|
|
||||||
waypoints[31].type = "stand";
|
|
||||||
waypoints[31].childCount = 4;
|
|
||||||
waypoints[31].children[0] = 30;
|
|
||||||
waypoints[31].children[1] = 32;
|
|
||||||
waypoints[31].children[2] = 62;
|
|
||||||
waypoints[31].children[3] = 63;
|
|
||||||
waypoints[32] = spawnstruct();
|
|
||||||
waypoints[32].origin = (1029.84,1676.12,60.125);
|
|
||||||
waypoints[32].type = "stand";
|
|
||||||
waypoints[32].childCount = 2;
|
|
||||||
waypoints[32].children[0] = 31;
|
|
||||||
waypoints[32].children[1] = 84;
|
|
||||||
waypoints[33] = spawnstruct();
|
|
||||||
waypoints[33].origin = (1149.13,1318.31,28.125);
|
|
||||||
waypoints[33].type = "stand";
|
|
||||||
waypoints[33].childCount = 4;
|
|
||||||
waypoints[33].children[0] = 34;
|
|
||||||
waypoints[33].children[1] = 28;
|
|
||||||
waypoints[33].children[2] = 91;
|
|
||||||
waypoints[33].children[3] = 92;
|
|
||||||
waypoints[34] = spawnstruct();
|
|
||||||
waypoints[34].origin = (1044.88,1301.19,60.125);
|
|
||||||
waypoints[34].type = "stand";
|
|
||||||
waypoints[34].childCount = 2;
|
|
||||||
waypoints[34].children[0] = 33;
|
|
||||||
waypoints[34].children[1] = 30;
|
|
||||||
waypoints[35] = spawnstruct();
|
|
||||||
waypoints[35].origin = (1227.16,1921.76,28.125);
|
|
||||||
waypoints[35].type = "stand";
|
|
||||||
waypoints[35].childCount = 6;
|
|
||||||
waypoints[35].children[0] = 39;
|
|
||||||
waypoints[35].children[1] = 38;
|
|
||||||
waypoints[35].children[2] = 62;
|
|
||||||
waypoints[35].children[3] = 84;
|
|
||||||
waypoints[35].children[4] = 93;
|
|
||||||
waypoints[35].children[5] = 94;
|
|
||||||
waypoints[36] = spawnstruct();
|
|
||||||
waypoints[36].origin = (981.053,2281.89,28.125);
|
|
||||||
waypoints[36].type = "stand";
|
|
||||||
waypoints[36].childCount = 4;
|
|
||||||
waypoints[36].children[0] = 37;
|
|
||||||
waypoints[36].children[1] = 40;
|
|
||||||
waypoints[36].children[2] = 41;
|
|
||||||
waypoints[36].children[3] = 42;
|
|
||||||
waypoints[37] = spawnstruct();
|
|
||||||
waypoints[37].origin = (928.878,2123.83,60.125);
|
|
||||||
waypoints[37].type = "stand";
|
|
||||||
waypoints[37].childCount = 3;
|
|
||||||
waypoints[37].children[0] = 36;
|
|
||||||
waypoints[37].children[1] = 38;
|
|
||||||
waypoints[37].children[2] = 42;
|
|
||||||
waypoints[38] = spawnstruct();
|
|
||||||
waypoints[38].origin = (939.541,1963.59,28.125);
|
|
||||||
waypoints[38].type = "stand";
|
|
||||||
waypoints[38].childCount = 5;
|
|
||||||
waypoints[38].children[0] = 39;
|
|
||||||
waypoints[38].children[1] = 35;
|
|
||||||
waypoints[38].children[2] = 37;
|
|
||||||
waypoints[38].children[3] = 59;
|
|
||||||
waypoints[38].children[4] = 62;
|
|
||||||
waypoints[39] = spawnstruct();
|
|
||||||
waypoints[39].origin = (1076.47,2020.68,28.125);
|
|
||||||
waypoints[39].type = "stand";
|
|
||||||
waypoints[39].childCount = 3;
|
|
||||||
waypoints[39].children[0] = 35;
|
|
||||||
waypoints[39].children[1] = 38;
|
|
||||||
waypoints[39].children[2] = 40;
|
|
||||||
waypoints[40] = spawnstruct();
|
|
||||||
waypoints[40].origin = (1120.26,2201.66,28.125);
|
|
||||||
waypoints[40].type = "stand";
|
|
||||||
waypoints[40].childCount = 3;
|
|
||||||
waypoints[40].children[0] = 39;
|
|
||||||
waypoints[40].children[1] = 36;
|
|
||||||
waypoints[40].children[2] = 41;
|
|
||||||
waypoints[41] = spawnstruct();
|
|
||||||
waypoints[41].origin = (1186.71,2334.35,28.125);
|
|
||||||
waypoints[41].type = "stand";
|
|
||||||
waypoints[41].childCount = 4;
|
|
||||||
waypoints[41].children[0] = 40;
|
|
||||||
waypoints[41].children[1] = 36;
|
|
||||||
waypoints[41].children[2] = 42;
|
|
||||||
waypoints[41].children[3] = 96;
|
|
||||||
waypoints[42] = spawnstruct();
|
|
||||||
waypoints[42].origin = (794.13,2412.11,28.125);
|
|
||||||
waypoints[42].type = "stand";
|
|
||||||
waypoints[42].childCount = 9;
|
|
||||||
waypoints[42].children[0] = 36;
|
|
||||||
waypoints[42].children[1] = 37;
|
|
||||||
waypoints[42].children[2] = 41;
|
|
||||||
waypoints[42].children[3] = 43;
|
|
||||||
waypoints[42].children[4] = 45;
|
|
||||||
waypoints[42].children[5] = 44;
|
|
||||||
waypoints[42].children[6] = 46;
|
|
||||||
waypoints[42].children[7] = 47;
|
|
||||||
waypoints[42].children[8] = 48;
|
|
||||||
waypoints[43] = spawnstruct();
|
|
||||||
waypoints[43].origin = (1168.55,2471.78,28.125);
|
|
||||||
waypoints[43].type = "stand";
|
|
||||||
waypoints[43].childCount = 3;
|
|
||||||
waypoints[43].children[0] = 42;
|
|
||||||
waypoints[43].children[1] = 44;
|
|
||||||
waypoints[43].children[2] = 45;
|
|
||||||
waypoints[44] = spawnstruct();
|
|
||||||
waypoints[44].origin = (1188.65,2574.37,28.125);
|
|
||||||
waypoints[44].type = "stand";
|
|
||||||
waypoints[44].childCount = 3;
|
|
||||||
waypoints[44].children[0] = 43;
|
|
||||||
waypoints[44].children[1] = 45;
|
|
||||||
waypoints[44].children[2] = 42;
|
|
||||||
waypoints[45] = spawnstruct();
|
|
||||||
waypoints[45].origin = (871.363,2570.3,28.125);
|
|
||||||
waypoints[45].type = "stand";
|
|
||||||
waypoints[45].childCount = 4;
|
|
||||||
waypoints[45].children[0] = 44;
|
|
||||||
waypoints[45].children[1] = 42;
|
|
||||||
waypoints[45].children[2] = 43;
|
|
||||||
waypoints[45].children[3] = 48;
|
|
||||||
waypoints[46] = spawnstruct();
|
|
||||||
waypoints[46].origin = (710.182,2313.92,28.125);
|
|
||||||
waypoints[46].type = "stand";
|
|
||||||
waypoints[46].childCount = 4;
|
|
||||||
waypoints[46].children[0] = 42;
|
|
||||||
waypoints[46].children[1] = 47;
|
|
||||||
waypoints[46].children[2] = 60;
|
|
||||||
waypoints[46].children[3] = 61;
|
|
||||||
waypoints[47] = spawnstruct();
|
|
||||||
waypoints[47].origin = (639.393,2390.73,28.125);
|
|
||||||
waypoints[47].type = "stand";
|
|
||||||
waypoints[47].childCount = 5;
|
|
||||||
waypoints[47].children[0] = 46;
|
|
||||||
waypoints[47].children[1] = 42;
|
|
||||||
waypoints[47].children[2] = 48;
|
|
||||||
waypoints[47].children[3] = 49;
|
|
||||||
waypoints[47].children[4] = 50;
|
|
||||||
waypoints[48] = spawnstruct();
|
|
||||||
waypoints[48].origin = (604.445,2550.02,28.125);
|
|
||||||
waypoints[48].type = "stand";
|
|
||||||
waypoints[48].childCount = 5;
|
|
||||||
waypoints[48].children[0] = 45;
|
|
||||||
waypoints[48].children[1] = 47;
|
|
||||||
waypoints[48].children[2] = 42;
|
|
||||||
waypoints[48].children[3] = 50;
|
|
||||||
waypoints[48].children[4] = 51;
|
|
||||||
waypoints[49] = spawnstruct();
|
|
||||||
waypoints[49].origin = (553.371,2318.72,50.125);
|
|
||||||
waypoints[49].type = "stand";
|
|
||||||
waypoints[49].childCount = 3;
|
|
||||||
waypoints[49].children[0] = 47;
|
|
||||||
waypoints[49].children[1] = 50;
|
|
||||||
waypoints[49].children[2] = 106;
|
|
||||||
waypoints[50] = spawnstruct();
|
|
||||||
waypoints[50].origin = (456.722,2430.49,28.125);
|
|
||||||
waypoints[50].type = "stand";
|
|
||||||
waypoints[50].childCount = 8;
|
|
||||||
waypoints[50].children[0] = 49;
|
|
||||||
waypoints[50].children[1] = 48;
|
|
||||||
waypoints[50].children[2] = 47;
|
|
||||||
waypoints[50].children[3] = 51;
|
|
||||||
waypoints[50].children[4] = 52;
|
|
||||||
waypoints[50].children[5] = 54;
|
|
||||||
waypoints[50].children[6] = 53;
|
|
||||||
waypoints[50].children[7] = 97;
|
|
||||||
waypoints[51] = spawnstruct();
|
|
||||||
waypoints[51].origin = (259.984,2581.73,28.125);
|
|
||||||
waypoints[51].type = "stand";
|
|
||||||
waypoints[51].childCount = 3;
|
|
||||||
waypoints[51].children[0] = 48;
|
|
||||||
waypoints[51].children[1] = 50;
|
|
||||||
waypoints[51].children[2] = 98;
|
|
||||||
waypoints[52] = spawnstruct();
|
|
||||||
waypoints[52].origin = (394.979,2269.04,28.125);
|
|
||||||
waypoints[52].type = "stand";
|
|
||||||
waypoints[52].childCount = 3;
|
|
||||||
waypoints[52].children[0] = 50;
|
|
||||||
waypoints[52].children[1] = 57;
|
|
||||||
waypoints[52].children[2] = 53;
|
|
||||||
waypoints[53] = spawnstruct();
|
|
||||||
waypoints[53].origin = (291.176,2246.97,28.125);
|
|
||||||
waypoints[53].type = "stand";
|
|
||||||
waypoints[53].childCount = 5;
|
|
||||||
waypoints[53].children[0] = 50;
|
|
||||||
waypoints[53].children[1] = 55;
|
|
||||||
waypoints[53].children[2] = 52;
|
|
||||||
waypoints[53].children[3] = 54;
|
|
||||||
waypoints[53].children[4] = 85;
|
|
||||||
waypoints[54] = spawnstruct();
|
|
||||||
waypoints[54].origin = (98.4385,2222.46,28.125);
|
|
||||||
waypoints[54].type = "stand";
|
|
||||||
waypoints[54].childCount = 4;
|
|
||||||
waypoints[54].children[0] = 50;
|
|
||||||
waypoints[54].children[1] = 53;
|
|
||||||
waypoints[54].children[2] = 58;
|
|
||||||
waypoints[54].children[3] = 85;
|
|
||||||
waypoints[55] = spawnstruct();
|
|
||||||
waypoints[55].origin = (218.456,2011.41,28.125);
|
|
||||||
waypoints[55].type = "stand";
|
|
||||||
waypoints[55].childCount = 4;
|
|
||||||
waypoints[55].children[0] = 53;
|
|
||||||
waypoints[55].children[1] = 56;
|
|
||||||
waypoints[55].children[2] = 81;
|
|
||||||
waypoints[55].children[3] = 105;
|
|
||||||
waypoints[56] = spawnstruct();
|
|
||||||
waypoints[56].origin = (361.233,1982.66,28.125);
|
|
||||||
waypoints[56].type = "stand";
|
|
||||||
waypoints[56].childCount = 4;
|
|
||||||
waypoints[56].children[0] = 55;
|
|
||||||
waypoints[56].children[1] = 57;
|
|
||||||
waypoints[56].children[2] = 59;
|
|
||||||
waypoints[56].children[3] = 81;
|
|
||||||
waypoints[57] = spawnstruct();
|
|
||||||
waypoints[57].origin = (375.537,2073.62,60.125);
|
|
||||||
waypoints[57].type = "stand";
|
|
||||||
waypoints[57].childCount = 2;
|
|
||||||
waypoints[57].children[0] = 56;
|
|
||||||
waypoints[57].children[1] = 52;
|
|
||||||
waypoints[58] = spawnstruct();
|
|
||||||
waypoints[58].origin = (74.3311,2083.72,60.125);
|
|
||||||
waypoints[58].type = "stand";
|
|
||||||
waypoints[58].childCount = 2;
|
|
||||||
waypoints[58].children[0] = 54;
|
|
||||||
waypoints[58].children[1] = 105;
|
|
||||||
waypoints[59] = spawnstruct();
|
|
||||||
waypoints[59].origin = (662.975,1986.09,28.125);
|
|
||||||
waypoints[59].type = "stand";
|
|
||||||
waypoints[59].childCount = 6;
|
|
||||||
waypoints[59].children[0] = 56;
|
|
||||||
waypoints[59].children[1] = 38;
|
|
||||||
waypoints[59].children[2] = 60;
|
|
||||||
waypoints[59].children[3] = 61;
|
|
||||||
waypoints[59].children[4] = 62;
|
|
||||||
waypoints[59].children[5] = 81;
|
|
||||||
waypoints[60] = spawnstruct();
|
|
||||||
waypoints[60].origin = (635.091,2077.18,60.125);
|
|
||||||
waypoints[60].type = "stand";
|
|
||||||
waypoints[60].childCount = 2;
|
|
||||||
waypoints[60].children[0] = 59;
|
|
||||||
waypoints[60].children[1] = 46;
|
|
||||||
waypoints[61] = spawnstruct();
|
|
||||||
waypoints[61].origin = (722.706,2098.12,60.125);
|
|
||||||
waypoints[61].type = "stand";
|
|
||||||
waypoints[61].childCount = 2;
|
|
||||||
waypoints[61].children[0] = 46;
|
|
||||||
waypoints[61].children[1] = 59;
|
|
||||||
waypoints[62] = spawnstruct();
|
|
||||||
waypoints[62].origin = (846.771,1809.78,28.125);
|
|
||||||
waypoints[62].type = "stand";
|
|
||||||
waypoints[62].childCount = 5;
|
|
||||||
waypoints[62].children[0] = 38;
|
|
||||||
waypoints[62].children[1] = 59;
|
|
||||||
waypoints[62].children[2] = 31;
|
|
||||||
waypoints[62].children[3] = 35;
|
|
||||||
waypoints[62].children[4] = 63;
|
|
||||||
waypoints[63] = spawnstruct();
|
|
||||||
waypoints[63].origin = (761.789,1610.09,28.125);
|
|
||||||
waypoints[63].type = "stand";
|
|
||||||
waypoints[63].childCount = 5;
|
|
||||||
waypoints[63].children[0] = 62;
|
|
||||||
waypoints[63].children[1] = 31;
|
|
||||||
waypoints[63].children[2] = 30;
|
|
||||||
waypoints[63].children[3] = 64;
|
|
||||||
waypoints[63].children[4] = 80;
|
|
||||||
waypoints[64] = spawnstruct();
|
|
||||||
waypoints[64].origin = (749.754,1459.28,28.125);
|
|
||||||
waypoints[64].type = "stand";
|
|
||||||
waypoints[64].childCount = 6;
|
|
||||||
waypoints[64].children[0] = 63;
|
|
||||||
waypoints[64].children[1] = 65;
|
|
||||||
waypoints[64].children[2] = 78;
|
|
||||||
waypoints[64].children[3] = 80;
|
|
||||||
waypoints[64].children[4] = 30;
|
|
||||||
waypoints[64].children[5] = 109;
|
|
||||||
waypoints[65] = spawnstruct();
|
|
||||||
waypoints[65].origin = (691.641,1208.28,28.125);
|
|
||||||
waypoints[65].type = "stand";
|
|
||||||
waypoints[65].childCount = 5;
|
|
||||||
waypoints[65].children[0] = 64;
|
|
||||||
waypoints[65].children[1] = 29;
|
|
||||||
waypoints[65].children[2] = 66;
|
|
||||||
waypoints[65].children[3] = 78;
|
|
||||||
waypoints[65].children[4] = 73;
|
|
||||||
waypoints[66] = spawnstruct();
|
|
||||||
waypoints[66].origin = (650.532,877.419,28.125);
|
|
||||||
waypoints[66].type = "stand";
|
|
||||||
waypoints[66].childCount = 5;
|
|
||||||
waypoints[66].children[0] = 65;
|
|
||||||
waypoints[66].children[1] = 17;
|
|
||||||
waypoints[66].children[2] = 67;
|
|
||||||
waypoints[66].children[3] = 29;
|
|
||||||
waypoints[66].children[4] = 78;
|
|
||||||
waypoints[67] = spawnstruct();
|
|
||||||
waypoints[67].origin = (544.701,793.649,28.125);
|
|
||||||
waypoints[67].type = "stand";
|
|
||||||
waypoints[67].childCount = 6;
|
|
||||||
waypoints[67].children[0] = 66;
|
|
||||||
waypoints[67].children[1] = 7;
|
|
||||||
waypoints[67].children[2] = 6;
|
|
||||||
waypoints[67].children[3] = 68;
|
|
||||||
waypoints[67].children[4] = 72;
|
|
||||||
waypoints[67].children[5] = 73;
|
|
||||||
waypoints[68] = spawnstruct();
|
|
||||||
waypoints[68].origin = (335.603,653.458,28.125);
|
|
||||||
waypoints[68].type = "stand";
|
|
||||||
waypoints[68].childCount = 4;
|
|
||||||
waypoints[68].children[0] = 6;
|
|
||||||
waypoints[68].children[1] = 67;
|
|
||||||
waypoints[68].children[2] = 69;
|
|
||||||
waypoints[68].children[3] = 70;
|
|
||||||
waypoints[69] = spawnstruct();
|
|
||||||
waypoints[69].origin = (144.44,561.733,28.125);
|
|
||||||
waypoints[69].type = "stand";
|
|
||||||
waypoints[69].childCount = 3;
|
|
||||||
waypoints[69].children[0] = 68;
|
|
||||||
waypoints[69].children[1] = 70;
|
|
||||||
waypoints[69].children[2] = 6;
|
|
||||||
waypoints[70] = spawnstruct();
|
|
||||||
waypoints[70].origin = (232.662,709.075,28.125);
|
|
||||||
waypoints[70].type = "stand";
|
|
||||||
waypoints[70].childCount = 3;
|
|
||||||
waypoints[70].children[0] = 69;
|
|
||||||
waypoints[70].children[1] = 68;
|
|
||||||
waypoints[70].children[2] = 71;
|
|
||||||
waypoints[71] = spawnstruct();
|
|
||||||
waypoints[71].origin = (234.977,764.208,60.125);
|
|
||||||
waypoints[71].type = "stand";
|
|
||||||
waypoints[71].childCount = 2;
|
|
||||||
waypoints[71].children[0] = 70;
|
|
||||||
waypoints[71].children[1] = 72;
|
|
||||||
waypoints[72] = spawnstruct();
|
|
||||||
waypoints[72].origin = (218.863,847.94,28.125);
|
|
||||||
waypoints[72].type = "stand";
|
|
||||||
waypoints[72].childCount = 4;
|
|
||||||
waypoints[72].children[0] = 71;
|
|
||||||
waypoints[72].children[1] = 67;
|
|
||||||
waypoints[72].children[2] = 73;
|
|
||||||
waypoints[72].children[3] = 104;
|
|
||||||
waypoints[73] = spawnstruct();
|
|
||||||
waypoints[73].origin = (367.448,1003.93,28.125);
|
|
||||||
waypoints[73].type = "stand";
|
|
||||||
waypoints[73].childCount = 6;
|
|
||||||
waypoints[73].children[0] = 67;
|
|
||||||
waypoints[73].children[1] = 72;
|
|
||||||
waypoints[73].children[2] = 77;
|
|
||||||
waypoints[73].children[3] = 78;
|
|
||||||
waypoints[73].children[4] = 26;
|
|
||||||
waypoints[73].children[5] = 65;
|
|
||||||
waypoints[74] = spawnstruct();
|
|
||||||
waypoints[74].origin = (57.1662,1233.93,28.125);
|
|
||||||
waypoints[74].type = "stand";
|
|
||||||
waypoints[74].childCount = 3;
|
|
||||||
waypoints[74].children[0] = 75;
|
|
||||||
waypoints[74].children[1] = 76;
|
|
||||||
waypoints[74].children[2] = 104;
|
|
||||||
waypoints[75] = spawnstruct();
|
|
||||||
waypoints[75].origin = (49.9737,1440.71,28.125);
|
|
||||||
waypoints[75].type = "stand";
|
|
||||||
waypoints[75].childCount = 2;
|
|
||||||
waypoints[75].children[0] = 74;
|
|
||||||
waypoints[75].children[1] = 76;
|
|
||||||
waypoints[76] = spawnstruct();
|
|
||||||
waypoints[76].origin = (295.812,1487.62,28.125);
|
|
||||||
waypoints[76].type = "stand";
|
|
||||||
waypoints[76].childCount = 6;
|
|
||||||
waypoints[76].children[0] = 74;
|
|
||||||
waypoints[76].children[1] = 75;
|
|
||||||
waypoints[76].children[2] = 78;
|
|
||||||
waypoints[76].children[3] = 79;
|
|
||||||
waypoints[76].children[4] = 81;
|
|
||||||
waypoints[76].children[5] = 82;
|
|
||||||
waypoints[77] = spawnstruct();
|
|
||||||
waypoints[77].origin = (238.297,1201.9,28.125);
|
|
||||||
waypoints[77].type = "stand";
|
|
||||||
waypoints[77].childCount = 1;
|
|
||||||
waypoints[77].children[0] = 73;
|
|
||||||
waypoints[78] = spawnstruct();
|
|
||||||
waypoints[78].origin = (579.117,1227.48,28.125);
|
|
||||||
waypoints[78].type = "stand";
|
|
||||||
waypoints[78].childCount = 6;
|
|
||||||
waypoints[78].children[0] = 73;
|
|
||||||
waypoints[78].children[1] = 76;
|
|
||||||
waypoints[78].children[2] = 65;
|
|
||||||
waypoints[78].children[3] = 66;
|
|
||||||
waypoints[78].children[4] = 64;
|
|
||||||
waypoints[78].children[5] = 79;
|
|
||||||
waypoints[79] = spawnstruct();
|
|
||||||
waypoints[79].origin = (498.169,1561.09,28.125);
|
|
||||||
waypoints[79].type = "stand";
|
|
||||||
waypoints[79].childCount = 3;
|
|
||||||
waypoints[79].children[0] = 76;
|
|
||||||
waypoints[79].children[1] = 78;
|
|
||||||
waypoints[79].children[2] = 80;
|
|
||||||
waypoints[80] = spawnstruct();
|
|
||||||
waypoints[80].origin = (550.791,1741.92,28.125);
|
|
||||||
waypoints[80].type = "stand";
|
|
||||||
waypoints[80].childCount = 4;
|
|
||||||
waypoints[80].children[0] = 79;
|
|
||||||
waypoints[80].children[1] = 81;
|
|
||||||
waypoints[80].children[2] = 63;
|
|
||||||
waypoints[80].children[3] = 64;
|
|
||||||
waypoints[81] = spawnstruct();
|
|
||||||
waypoints[81].origin = (429.149,1830.74,28.125);
|
|
||||||
waypoints[81].type = "stand";
|
|
||||||
waypoints[81].childCount = 6;
|
|
||||||
waypoints[81].children[0] = 80;
|
|
||||||
waypoints[81].children[1] = 76;
|
|
||||||
waypoints[81].children[2] = 82;
|
|
||||||
waypoints[81].children[3] = 55;
|
|
||||||
waypoints[81].children[4] = 56;
|
|
||||||
waypoints[81].children[5] = 59;
|
|
||||||
waypoints[82] = spawnstruct();
|
|
||||||
waypoints[82].origin = (221.076,1709.51,28.125);
|
|
||||||
waypoints[82].type = "stand";
|
|
||||||
waypoints[82].childCount = 3;
|
|
||||||
waypoints[82].children[0] = 81;
|
|
||||||
waypoints[82].children[1] = 83;
|
|
||||||
waypoints[82].children[2] = 76;
|
|
||||||
waypoints[83] = spawnstruct();
|
|
||||||
waypoints[83].origin = (83.9234,1695.33,28.125);
|
|
||||||
waypoints[83].type = "stand";
|
|
||||||
waypoints[83].childCount = 2;
|
|
||||||
waypoints[83].children[0] = 82;
|
|
||||||
waypoints[83].children[1] = 105;
|
|
||||||
waypoints[84] = spawnstruct();
|
|
||||||
waypoints[84].origin = (1174.9,1663.86,28.125);
|
|
||||||
waypoints[84].type = "stand";
|
|
||||||
waypoints[84].childCount = 3;
|
|
||||||
waypoints[84].children[0] = 35;
|
|
||||||
waypoints[84].children[1] = 32;
|
|
||||||
waypoints[84].children[2] = 100;
|
|
||||||
waypoints[85] = spawnstruct();
|
|
||||||
waypoints[85].origin = (70.0231,2366.4,28.125);
|
|
||||||
waypoints[85].type = "stand";
|
|
||||||
waypoints[85].childCount = 2;
|
|
||||||
waypoints[85].children[0] = 54;
|
|
||||||
waypoints[85].children[1] = 53;
|
|
||||||
waypoints[86] = spawnstruct();
|
|
||||||
waypoints[86].origin = (52.4273,446.677,28.125);
|
|
||||||
waypoints[86].type = "stand";
|
|
||||||
waypoints[86].childCount = 3;
|
|
||||||
waypoints[86].children[0] = 5;
|
|
||||||
waypoints[86].children[1] = 6;
|
|
||||||
waypoints[86].children[2] = 4;
|
|
||||||
waypoints[87] = spawnstruct();
|
|
||||||
waypoints[87].origin = (1275,455.869,28.125);
|
|
||||||
waypoints[87].type = "stand";
|
|
||||||
waypoints[87].childCount = 1;
|
|
||||||
waypoints[87].children[0] = 88;
|
|
||||||
waypoints[88] = spawnstruct();
|
|
||||||
waypoints[88].origin = (1151.95,470.155,28.125);
|
|
||||||
waypoints[88].type = "stand";
|
|
||||||
waypoints[88].childCount = 3;
|
|
||||||
waypoints[88].children[0] = 87;
|
|
||||||
waypoints[88].children[1] = 11;
|
|
||||||
waypoints[88].children[2] = 10;
|
|
||||||
waypoints[89] = spawnstruct();
|
|
||||||
waypoints[89].origin = (876.306,679.683,28.125);
|
|
||||||
waypoints[89].type = "stand";
|
|
||||||
waypoints[89].childCount = 1;
|
|
||||||
waypoints[89].children[0] = 14;
|
|
||||||
waypoints[90] = spawnstruct();
|
|
||||||
waypoints[90].origin = (1293.84,913.475,28.125);
|
|
||||||
waypoints[90].type = "stand";
|
|
||||||
waypoints[90].childCount = 2;
|
|
||||||
waypoints[90].children[0] = 28;
|
|
||||||
waypoints[90].children[1] = 27;
|
|
||||||
waypoints[91] = spawnstruct();
|
|
||||||
waypoints[91].origin = (1238.44,1457.36,28.125);
|
|
||||||
waypoints[91].type = "stand";
|
|
||||||
waypoints[91].childCount = 2;
|
|
||||||
waypoints[91].children[0] = 33;
|
|
||||||
waypoints[91].children[1] = 92;
|
|
||||||
waypoints[92] = spawnstruct();
|
|
||||||
waypoints[92].origin = (1135.87,1453.89,28.125);
|
|
||||||
waypoints[92].type = "stand";
|
|
||||||
waypoints[92].childCount = 3;
|
|
||||||
waypoints[92].children[0] = 33;
|
|
||||||
waypoints[92].children[1] = 91;
|
|
||||||
waypoints[92].children[2] = 100;
|
|
||||||
waypoints[93] = spawnstruct();
|
|
||||||
waypoints[93].origin = (1289.65,2119.4,28.125);
|
|
||||||
waypoints[93].type = "stand";
|
|
||||||
waypoints[93].childCount = 2;
|
|
||||||
waypoints[93].children[0] = 94;
|
|
||||||
waypoints[93].children[1] = 35;
|
|
||||||
waypoints[94] = spawnstruct();
|
|
||||||
waypoints[94].origin = (1224.96,2095.72,28.125);
|
|
||||||
waypoints[94].type = "stand";
|
|
||||||
waypoints[94].childCount = 3;
|
|
||||||
waypoints[94].children[0] = 93;
|
|
||||||
waypoints[94].children[1] = 35;
|
|
||||||
waypoints[94].children[2] = 95;
|
|
||||||
waypoints[95] = spawnstruct();
|
|
||||||
waypoints[95].origin = (1241.72,2149.57,60.125);
|
|
||||||
waypoints[95].type = "stand";
|
|
||||||
waypoints[95].childCount = 2;
|
|
||||||
waypoints[95].children[0] = 94;
|
|
||||||
waypoints[95].children[1] = 96;
|
|
||||||
waypoints[96] = spawnstruct();
|
|
||||||
waypoints[96].origin = (1226.45,2209.46,28.125);
|
|
||||||
waypoints[96].type = "stand";
|
|
||||||
waypoints[96].childCount = 2;
|
|
||||||
waypoints[96].children[0] = 95;
|
|
||||||
waypoints[96].children[1] = 41;
|
|
||||||
waypoints[97] = spawnstruct();
|
|
||||||
waypoints[97].origin = (27.9452,2471.29,28.125);
|
|
||||||
waypoints[97].type = "stand";
|
|
||||||
waypoints[97].childCount = 2;
|
|
||||||
waypoints[97].children[0] = 98;
|
|
||||||
waypoints[97].children[1] = 50;
|
|
||||||
waypoints[98] = spawnstruct();
|
|
||||||
waypoints[98].origin = (42.7472,2574.31,28.125);
|
|
||||||
waypoints[98].type = "stand";
|
|
||||||
waypoints[98].childCount = 2;
|
|
||||||
waypoints[98].children[0] = 97;
|
|
||||||
waypoints[98].children[1] = 51;
|
|
||||||
waypoints[99] = spawnstruct();
|
|
||||||
waypoints[99].origin = (1213.21,1534.44,28.125);
|
|
||||||
waypoints[99].type = "stand";
|
|
||||||
waypoints[99].childCount = 1;
|
|
||||||
waypoints[99].children[0] = 100;
|
|
||||||
waypoints[100] = spawnstruct();
|
|
||||||
waypoints[100].origin = (1141.68,1513.85,28.125);
|
|
||||||
waypoints[100].type = "stand";
|
|
||||||
waypoints[100].childCount = 3;
|
|
||||||
waypoints[100].children[0] = 99;
|
|
||||||
waypoints[100].children[1] = 92;
|
|
||||||
waypoints[100].children[2] = 84;
|
|
||||||
waypoints[101] = spawnstruct();
|
|
||||||
waypoints[101].origin = (1272.17,557.036,28.125);
|
|
||||||
waypoints[101].type = "stand";
|
|
||||||
waypoints[101].childCount = 3;
|
|
||||||
waypoints[101].children[0] = 102;
|
|
||||||
waypoints[101].children[1] = 24;
|
|
||||||
waypoints[101].children[2] = 103;
|
|
||||||
waypoints[102] = spawnstruct();
|
|
||||||
waypoints[102].origin = (1280.78,828.297,28.125);
|
|
||||||
waypoints[102].type = "stand";
|
|
||||||
waypoints[102].childCount = 2;
|
|
||||||
waypoints[102].children[0] = 101;
|
|
||||||
waypoints[102].children[1] = 103;
|
|
||||||
waypoints[103] = spawnstruct();
|
|
||||||
waypoints[103].origin = (1124.55,800.407,28.125);
|
|
||||||
waypoints[103].type = "stand";
|
|
||||||
waypoints[103].childCount = 5;
|
|
||||||
waypoints[103].children[0] = 25;
|
|
||||||
waypoints[103].children[1] = 102;
|
|
||||||
waypoints[103].children[2] = 101;
|
|
||||||
waypoints[103].children[3] = 24;
|
|
||||||
waypoints[103].children[4] = 27;
|
|
||||||
waypoints[104] = spawnstruct();
|
|
||||||
waypoints[104].origin = (64.1468,828.055,28.125);
|
|
||||||
waypoints[104].type = "stand";
|
|
||||||
waypoints[104].childCount = 2;
|
|
||||||
waypoints[104].children[0] = 72;
|
|
||||||
waypoints[104].children[1] = 74;
|
|
||||||
waypoints[105] = spawnstruct();
|
|
||||||
waypoints[105].origin = (71.0671,2040.7,28.125);
|
|
||||||
waypoints[105].type = "stand";
|
|
||||||
waypoints[105].childCount = 3;
|
|
||||||
waypoints[105].children[0] = 58;
|
|
||||||
waypoints[105].children[1] = 83;
|
|
||||||
waypoints[105].children[2] = 55;
|
|
||||||
waypoints[106] = spawnstruct();
|
|
||||||
waypoints[106].origin = (544.506,2130.72,156.125);
|
|
||||||
waypoints[106].type = "stand";
|
|
||||||
waypoints[106].childCount = 3;
|
|
||||||
waypoints[106].children[0] = 49;
|
|
||||||
waypoints[106].children[1] = 107;
|
|
||||||
waypoints[106].children[2] = 108;
|
|
||||||
waypoints[107] = spawnstruct();
|
|
||||||
waypoints[107].origin = (755.036,2119.37,156.125);
|
|
||||||
waypoints[107].type = "stand";
|
|
||||||
waypoints[107].childCount = 2;
|
|
||||||
waypoints[107].children[0] = 106;
|
|
||||||
waypoints[107].children[1] = 108;
|
|
||||||
waypoints[108] = spawnstruct();
|
|
||||||
waypoints[108].origin = (736.684,2279.45,156.125);
|
|
||||||
waypoints[108].type = "stand";
|
|
||||||
waypoints[108].childCount = 2;
|
|
||||||
waypoints[108].children[0] = 107;
|
|
||||||
waypoints[108].children[1] = 106;
|
|
||||||
waypoints[109] = spawnstruct();
|
|
||||||
waypoints[109].origin = (719.125,1442.05,28.125);
|
|
||||||
waypoints[109].type = "stand";
|
|
||||||
waypoints[109].childCount = 2;
|
|
||||||
waypoints[109].children[0] = 64;
|
|
||||||
waypoints[109].children[1] = 110;
|
|
||||||
waypoints[110] = spawnstruct();
|
|
||||||
waypoints[110].origin = (701.565,1440.57,260.125);
|
|
||||||
waypoints[110].type = "stand";
|
|
||||||
waypoints[110].childCount = 2;
|
|
||||||
waypoints[110].children[0] = 109;
|
|
||||||
waypoints[110].children[1] = 111;
|
|
||||||
waypoints[111] = spawnstruct();
|
|
||||||
waypoints[111].origin = (590.653,1439.15,260.125);
|
|
||||||
waypoints[111].type = "stand";
|
|
||||||
waypoints[111].childCount = 1;
|
|
||||||
waypoints[111].children[0] = 110;
|
|
||||||
return waypoints;
|
|
||||||
}
|
|
||||||
@@ -1,529 +0,0 @@
|
|||||||
Shipment()
|
|
||||||
{
|
|
||||||
/* 16:52 */waypoints = [];
|
|
||||||
/* 16:52 */waypoints[0] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[0].origin = (-1.7, 406.3, 192);
|
|
||||||
/* 16:52 */waypoints[0].type = "stand";
|
|
||||||
/* 16:52 */waypoints[0].childCount = 5;
|
|
||||||
/* 16:52 */waypoints[0].children[0] = 6;
|
|
||||||
/* 16:52 */waypoints[0].children[1] = 19;
|
|
||||||
/* 16:52 */waypoints[0].children[2] = 3;
|
|
||||||
/* 16:52 */waypoints[0].children[3] = 27;
|
|
||||||
/* 16:52 */waypoints[0].children[4] = 57;
|
|
||||||
/* 16:52 */waypoints[1] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[1].origin = (-686, 278.79, 202.6);
|
|
||||||
/* 16:52 */waypoints[1].type = "stand";
|
|
||||||
/* 16:52 */waypoints[1].childCount = 3;
|
|
||||||
/* 16:52 */waypoints[1].children[0] = 3;
|
|
||||||
/* 16:52 */waypoints[1].children[1] = 2;
|
|
||||||
/* 16:52 */waypoints[1].children[2] = 28;
|
|
||||||
/* 16:52 */waypoints[2] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[2].origin = (-669, 706.1, 193);
|
|
||||||
/* 16:52 */waypoints[2].type = "stand";
|
|
||||||
/* 16:52 */waypoints[2].childCount = 4;
|
|
||||||
/* 16:52 */waypoints[2].children[0] = 1;
|
|
||||||
/* 16:52 */waypoints[2].children[1] = 4;
|
|
||||||
/* 16:52 */waypoints[2].children[2] = 49;
|
|
||||||
/* 16:52 */waypoints[2].children[3] = 50;
|
|
||||||
/* 16:52 */waypoints[3] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[3].origin = (-442.2, 384.5, 194.2);
|
|
||||||
/* 16:52 */waypoints[3].type = "stand";
|
|
||||||
/* 16:52 */waypoints[3].childCount = 6;
|
|
||||||
/* 16:52 */waypoints[3].children[0] = 1;
|
|
||||||
/* 16:52 */waypoints[3].children[1] = 4;
|
|
||||||
/* 16:52 */waypoints[3].children[2] = 0;
|
|
||||||
/* 16:52 */waypoints[3].children[3] = 16;
|
|
||||||
/* 16:52 */waypoints[3].children[4] = 27;
|
|
||||||
/* 16:52 */waypoints[3].children[5] = 28;
|
|
||||||
/* 16:52 */waypoints[4] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[4].origin = (-127.28, 730.6, 193.6);
|
|
||||||
/* 16:52 */waypoints[4].type = "stand";
|
|
||||||
/* 16:52 */waypoints[4].childCount = 3;
|
|
||||||
/* 16:52 */waypoints[4].children[0] = 3;
|
|
||||||
/* 16:52 */waypoints[4].children[1] = 2;
|
|
||||||
/* 16:52 */waypoints[4].children[2] = 32;
|
|
||||||
/* 16:52 */waypoints[5] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[5].origin = (208.3, 586.4, 197.1);
|
|
||||||
/* 16:52 */waypoints[5].type = "stand";
|
|
||||||
/* 16:52 */waypoints[5].childCount = 4;
|
|
||||||
/* 16:52 */waypoints[5].children[0] = 6;
|
|
||||||
/* 16:52 */waypoints[5].children[1] = 4;
|
|
||||||
/* 16:52 */waypoints[5].children[2] = 35;
|
|
||||||
/* 16:52 */waypoints[5].children[3] = 71;
|
|
||||||
/* 16:52 */waypoints[6] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[6].origin = (450.1, 385.7, 192);
|
|
||||||
/* 16:52 */waypoints[6].type = "stand";
|
|
||||||
/* 16:52 */waypoints[6].childCount = 5;
|
|
||||||
/* 16:52 */waypoints[6].children[0] = 7;
|
|
||||||
/* 16:52 */waypoints[6].children[1] = 0;
|
|
||||||
/* 16:52 */waypoints[6].children[2] = 5;
|
|
||||||
/* 16:52 */waypoints[6].children[3] = 20;
|
|
||||||
/* 16:52 */waypoints[6].children[4] = 25;
|
|
||||||
/* 16:52 */waypoints[7] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[7].origin = (401.8, 57.6, 192);
|
|
||||||
/* 16:52 */waypoints[7].type = "stand";
|
|
||||||
/* 16:52 */waypoints[7].childCount = 6;
|
|
||||||
/* 16:52 */waypoints[7].children[0] = 6;
|
|
||||||
/* 16:52 */waypoints[7].children[1] = 18;
|
|
||||||
/* 16:52 */waypoints[7].children[2] = 8;
|
|
||||||
/* 16:52 */waypoints[7].children[3] = 21;
|
|
||||||
/* 16:52 */waypoints[7].children[4] = 63;
|
|
||||||
/* 16:52 */waypoints[7].children[5] = 64;
|
|
||||||
/* 16:52 */waypoints[8] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[8].origin = (455.4, -314, 193.2);
|
|
||||||
/* 16:52 */waypoints[8].type = "stand";
|
|
||||||
/* 16:52 */waypoints[8].childCount = 5;
|
|
||||||
/* 16:52 */waypoints[8].children[0] = 7;
|
|
||||||
/* 16:52 */waypoints[8].children[1] = 17;
|
|
||||||
/* 16:52 */waypoints[8].children[2] = 9;
|
|
||||||
/* 16:52 */waypoints[8].children[3] = 21;
|
|
||||||
/* 16:52 */waypoints[8].children[4] = 22;
|
|
||||||
/* 16:52 */waypoints[9] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[9].origin = (175.7, -495.7, 192.6);
|
|
||||||
/* 16:52 */waypoints[9].type = "stand";
|
|
||||||
/* 16:52 */waypoints[9].childCount = 5;
|
|
||||||
/* 16:52 */waypoints[9].children[0] = 8;
|
|
||||||
/* 16:52 */waypoints[9].children[1] = 10;
|
|
||||||
/* 16:52 */waypoints[9].children[2] = 24;
|
|
||||||
/* 16:52 */waypoints[9].children[3] = 34;
|
|
||||||
/* 16:52 */waypoints[9].children[4] = 41;
|
|
||||||
/* 16:52 */waypoints[10] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[10].origin = (-190.9, -591.4, 195.8);
|
|
||||||
/* 16:52 */waypoints[10].type = "stand";
|
|
||||||
/* 16:52 */waypoints[10].childCount = 4;
|
|
||||||
/* 16:52 */waypoints[10].children[0] = 13;
|
|
||||||
/* 16:52 */waypoints[10].children[1] = 11;
|
|
||||||
/* 16:52 */waypoints[10].children[2] = 9;
|
|
||||||
/* 16:52 */waypoints[10].children[3] = 36;
|
|
||||||
/* 16:52 */waypoints[11] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[11].origin = (-556, -576.4, 191);
|
|
||||||
/* 16:52 */waypoints[11].type = "stand";
|
|
||||||
/* 16:52 */waypoints[11].childCount = 4;
|
|
||||||
/* 16:52 */waypoints[11].children[0] = 10;
|
|
||||||
/* 16:52 */waypoints[11].children[1] = 13;
|
|
||||||
/* 16:52 */waypoints[11].children[2] = 12;
|
|
||||||
/* 16:52 */waypoints[11].children[3] = 67;
|
|
||||||
/* 16:52 */waypoints[12] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[12].origin = (-704.1, -302.7, 192.5);
|
|
||||||
/* 16:52 */waypoints[12].type = "stand";
|
|
||||||
/* 16:52 */waypoints[12].childCount = 3;
|
|
||||||
/* 16:52 */waypoints[12].children[0] = 11;
|
|
||||||
/* 16:52 */waypoints[12].children[1] = 14;
|
|
||||||
/* 16:52 */waypoints[12].children[2] = 68;
|
|
||||||
/* 16:52 */waypoints[13] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[13].origin = (-342.8, -318, 197.7);
|
|
||||||
/* 16:52 */waypoints[13].type = "stand";
|
|
||||||
/* 16:52 */waypoints[13].childCount = 4;
|
|
||||||
/* 16:52 */waypoints[13].children[0] = 17;
|
|
||||||
/* 16:52 */waypoints[13].children[1] = 10;
|
|
||||||
/* 16:52 */waypoints[13].children[2] = 11;
|
|
||||||
/* 16:52 */waypoints[13].children[3] = 15;
|
|
||||||
/* 16:52 */waypoints[14] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[14].origin = (-600.6, -110.9, 195.1);
|
|
||||||
/* 16:52 */waypoints[14].type = "stand";
|
|
||||||
/* 16:52 */waypoints[14].childCount = 4;
|
|
||||||
/* 16:52 */waypoints[14].children[0] = 15;
|
|
||||||
/* 16:52 */waypoints[14].children[1] = 12;
|
|
||||||
/* 16:52 */waypoints[14].children[2] = 30;
|
|
||||||
/* 16:52 */waypoints[14].children[3] = 45;
|
|
||||||
/* 16:52 */waypoints[15] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[15].origin = (-476.7, -108.5, 192);
|
|
||||||
/* 16:52 */waypoints[15].type = "stand";
|
|
||||||
/* 16:52 */waypoints[15].childCount = 5;
|
|
||||||
/* 16:52 */waypoints[15].children[0] = 13;
|
|
||||||
/* 16:52 */waypoints[15].children[1] = 14;
|
|
||||||
/* 16:52 */waypoints[15].children[2] = 16;
|
|
||||||
/* 16:52 */waypoints[15].children[3] = 46;
|
|
||||||
/* 16:52 */waypoints[15].children[4] = 48;
|
|
||||||
/* 16:52 */waypoints[16] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[16].origin = (-453.6, 68.1, 192);
|
|
||||||
/* 16:52 */waypoints[16].type = "stand";
|
|
||||||
/* 16:52 */waypoints[16].childCount = 4;
|
|
||||||
/* 16:52 */waypoints[16].children[0] = 3;
|
|
||||||
/* 16:52 */waypoints[16].children[1] = 18;
|
|
||||||
/* 16:52 */waypoints[16].children[2] = 15;
|
|
||||||
/* 16:52 */waypoints[16].children[3] = 28;
|
|
||||||
/* 16:52 */waypoints[17] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[17].origin = (-3.1, -299.5, 192.7);
|
|
||||||
/* 16:52 */waypoints[17].type = "stand";
|
|
||||||
/* 16:52 */waypoints[17].childCount = 4;
|
|
||||||
/* 16:52 */waypoints[17].children[0] = 18;
|
|
||||||
/* 16:52 */waypoints[17].children[1] = 8;
|
|
||||||
/* 16:52 */waypoints[17].children[2] = 13;
|
|
||||||
/* 16:52 */waypoints[17].children[3] = 42;
|
|
||||||
/* 16:52 */waypoints[18] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[18].origin = (2.67, 73.4, 192);
|
|
||||||
/* 16:52 */waypoints[18].type = "stand";
|
|
||||||
/* 16:52 */waypoints[18].childCount = 5;
|
|
||||||
/* 16:52 */waypoints[18].children[0] = 19;
|
|
||||||
/* 16:52 */waypoints[18].children[1] = 7;
|
|
||||||
/* 16:52 */waypoints[18].children[2] = 17;
|
|
||||||
/* 16:52 */waypoints[18].children[3] = 16;
|
|
||||||
/* 16:52 */waypoints[18].children[4] = 69;
|
|
||||||
/* 16:52 */waypoints[19] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[19].origin = (1.2, 186.5, 193.4);
|
|
||||||
/* 16:52 */waypoints[19].type = "stand";
|
|
||||||
/* 16:52 */waypoints[19].childCount = 3;
|
|
||||||
/* 16:52 */waypoints[19].children[0] = 0;
|
|
||||||
/* 16:52 */waypoints[19].children[1] = 18;
|
|
||||||
/* 16:52 */waypoints[19].children[2] = 31;
|
|
||||||
/* 16:52 */waypoints[20] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[20].origin = (689.9, 268.9, 192);
|
|
||||||
/* 16:52 */waypoints[20].type = "stand";
|
|
||||||
/* 16:52 */waypoints[20].childCount = 4;
|
|
||||||
/* 16:52 */waypoints[20].children[0] = 6;
|
|
||||||
/* 16:52 */waypoints[20].children[1] = 26;
|
|
||||||
/* 16:52 */waypoints[20].children[2] = 29;
|
|
||||||
/* 16:52 */waypoints[20].children[3] = 62;
|
|
||||||
/* 16:52 */waypoints[21] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[21].origin = (518.984, -73.7115, 192.077);
|
|
||||||
/* 16:52 */waypoints[21].type = "stand";
|
|
||||||
/* 16:52 */waypoints[21].childCount = 3;
|
|
||||||
/* 16:52 */waypoints[21].children[0] = 7;
|
|
||||||
/* 16:52 */waypoints[21].children[1] = 8;
|
|
||||||
/* 16:52 */waypoints[21].children[2] = 33;
|
|
||||||
/* 16:52 */waypoints[22] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[22].origin = (666.767, -411.292, 193.342);
|
|
||||||
/* 16:52 */waypoints[22].type = "stand";
|
|
||||||
/* 16:52 */waypoints[22].childCount = 5;
|
|
||||||
/* 16:52 */waypoints[22].children[0] = 23;
|
|
||||||
/* 16:52 */waypoints[22].children[1] = 8;
|
|
||||||
/* 16:52 */waypoints[22].children[2] = 33;
|
|
||||||
/* 16:52 */waypoints[22].children[3] = 66;
|
|
||||||
/* 16:52 */waypoints[22].children[4] = 74;
|
|
||||||
/* 16:52 */waypoints[23] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[23].origin = (641.034, -594.69, 193.007);
|
|
||||||
/* 16:52 */waypoints[23].type = "stand";
|
|
||||||
/* 16:52 */waypoints[23].childCount = 3;
|
|
||||||
/* 16:52 */waypoints[23].children[0] = 24;
|
|
||||||
/* 16:52 */waypoints[23].children[1] = 22;
|
|
||||||
/* 16:52 */waypoints[23].children[2] = 65;
|
|
||||||
/* 16:52 */waypoints[24] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[24].origin = (314.922, -568.756, 195.837);
|
|
||||||
/* 16:52 */waypoints[24].type = "stand";
|
|
||||||
/* 16:52 */waypoints[24].childCount = 2;
|
|
||||||
/* 16:52 */waypoints[24].children[0] = 23;
|
|
||||||
/* 16:52 */waypoints[24].children[1] = 9;
|
|
||||||
/* 16:52 */waypoints[25] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[25].origin = (511.787, 726.464, 192.077);
|
|
||||||
/* 16:52 */waypoints[25].type = "stand";
|
|
||||||
/* 16:52 */waypoints[25].childCount = 4;
|
|
||||||
/* 16:52 */waypoints[25].children[0] = 6;
|
|
||||||
/* 16:52 */waypoints[25].children[1] = 26;
|
|
||||||
/* 16:52 */waypoints[25].children[2] = 35;
|
|
||||||
/* 16:52 */waypoints[25].children[3] = 55;
|
|
||||||
/* 16:52 */waypoints[26] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[26].origin = (660.866, 688.142, 192.077);
|
|
||||||
/* 16:52 */waypoints[26].type = "stand";
|
|
||||||
/* 16:52 */waypoints[26].childCount = 3;
|
|
||||||
/* 16:52 */waypoints[26].children[0] = 25;
|
|
||||||
/* 16:52 */waypoints[26].children[1] = 20;
|
|
||||||
/* 16:52 */waypoints[26].children[2] = 56;
|
|
||||||
/* 16:52 */waypoints[27] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[27].origin = (-185.714, 460.091, 192.077);
|
|
||||||
/* 16:52 */waypoints[27].type = "stand";
|
|
||||||
/* 16:52 */waypoints[27].childCount = 3;
|
|
||||||
/* 16:52 */waypoints[27].children[0] = 0;
|
|
||||||
/* 16:52 */waypoints[27].children[1] = 3;
|
|
||||||
/* 16:52 */waypoints[27].children[2] = 32;
|
|
||||||
/* 16:52 */waypoints[28] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[28].origin = (-530.823, 242.686, 192.326);
|
|
||||||
/* 16:52 */waypoints[28].type = "stand";
|
|
||||||
/* 16:52 */waypoints[28].childCount = 4;
|
|
||||||
/* 16:52 */waypoints[28].children[0] = 1;
|
|
||||||
/* 16:52 */waypoints[28].children[1] = 3;
|
|
||||||
/* 16:52 */waypoints[28].children[2] = 16;
|
|
||||||
/* 16:52 */waypoints[28].children[3] = 47;
|
|
||||||
return shipment2(waypoints);}
|
|
||||||
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));}
|
|
||||||
shipment2(waypoints){
|
|
||||||
/* 16:52 */waypoints[29] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[29].origin = (711.228, 25.2176, 201.125);
|
|
||||||
/* 16:52 */waypoints[29].type = "stand";
|
|
||||||
/* 16:52 */waypoints[29].childCount = 3;
|
|
||||||
/* 16:52 */waypoints[29].children[0] = 20;
|
|
||||||
/* 16:52 */waypoints[29].children[1] = 60;
|
|
||||||
/* 16:52 */waypoints[29].children[2] = 61;
|
|
||||||
/* 16:52 */waypoints[30] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[30].origin = (-639.7, 137.441, 201.125);
|
|
||||||
/* 16:52 */waypoints[30].type = "stand";
|
|
||||||
/* 16:52 */waypoints[30].childCount = 3;
|
|
||||||
/* 16:52 */waypoints[30].children[0] = 14;
|
|
||||||
/* 16:52 */waypoints[30].children[1] = 43;
|
|
||||||
/* 16:52 */waypoints[30].children[2] = 44;
|
|
||||||
/* 16:52 */waypoints[31] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[31].origin = (257.357, 148.73, 201.125);
|
|
||||||
/* 16:52 */waypoints[31].type = "stand";
|
|
||||||
/* 16:52 */waypoints[31].childCount = 3;
|
|
||||||
/* 16:52 */waypoints[31].children[0] = 19;
|
|
||||||
/* 16:52 */waypoints[31].children[1] = 58;
|
|
||||||
/* 16:52 */waypoints[31].children[2] = 59;
|
|
||||||
/* 16:52 */waypoints[32] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[32].origin = (-156.114, 617.657, 194.681);
|
|
||||||
/* 16:52 */waypoints[32].type = "stand";
|
|
||||||
/* 16:52 */waypoints[32].childCount = 3;
|
|
||||||
/* 16:52 */waypoints[32].children[0] = 4;
|
|
||||||
/* 16:52 */waypoints[32].children[1] = 27;
|
|
||||||
/* 16:52 */waypoints[32].children[2] = 51;
|
|
||||||
/* 16:52 */waypoints[33] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[33].origin = (656.389, -108.257, 192.558);
|
|
||||||
/* 16:52 */waypoints[33].type = "stand";
|
|
||||||
/* 16:52 */waypoints[33].childCount = 3;
|
|
||||||
/* 16:52 */waypoints[33].children[0] = 21;
|
|
||||||
/* 16:52 */waypoints[33].children[1] = 22;
|
|
||||||
/* 16:52 */waypoints[33].children[2] = 70;
|
|
||||||
/* 16:52 */waypoints[34] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[34].origin = (172.465, -598.946, 193.226);
|
|
||||||
/* 16:52 */waypoints[34].type = "stand";
|
|
||||||
/* 16:52 */waypoints[34].childCount = 2;
|
|
||||||
/* 16:52 */waypoints[34].children[0] = 9;
|
|
||||||
/* 16:52 */waypoints[34].children[1] = 39;
|
|
||||||
/* 16:52 */waypoints[35] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[35].origin = (252.991, 749.713, 197.697);
|
|
||||||
/* 16:52 */waypoints[35].type = "stand";
|
|
||||||
/* 16:52 */waypoints[35].childCount = 3;
|
|
||||||
/* 16:52 */waypoints[35].children[0] = 5;
|
|
||||||
/* 16:52 */waypoints[35].children[1] = 25;
|
|
||||||
/* 16:52 */waypoints[35].children[2] = 53;
|
|
||||||
/* 16:52 */waypoints[36] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[36].origin = (-172.052, -492.845, 193.207);
|
|
||||||
/* 16:52 */waypoints[36].type = "stand";
|
|
||||||
/* 16:52 */waypoints[36].childCount = 4;
|
|
||||||
/* 16:52 */waypoints[36].children[0] = 10;
|
|
||||||
/* 16:52 */waypoints[36].children[1] = 37;
|
|
||||||
/* 16:52 */waypoints[36].children[2] = 72;
|
|
||||||
/* 16:52 */waypoints[36].children[3] = 73;
|
|
||||||
/* 16:52 */waypoints[37] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[37].origin = (-75.1382, -499.556, 200.125);
|
|
||||||
/* 16:52 */waypoints[37].type = "claymore";
|
|
||||||
/* 16:52 */waypoints[37].childCount = 2;
|
|
||||||
/* 16:52 */waypoints[37].children[0] = 38;
|
|
||||||
/* 16:52 */waypoints[37].children[1] = 36;
|
|
||||||
/* 16:52 */waypoints[37].angles = (19.1876, -179.715, 0);
|
|
||||||
/* 16:52 */waypoints[38] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[38].origin = (-19.3432, -481.441, 192.077);
|
|
||||||
/* 16:52 */waypoints[38].type = "crouch";
|
|
||||||
/* 16:52 */waypoints[38].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[38].children[0] = 37;
|
|
||||||
/* 16:52 */waypoints[38].angles = (-4.79004, -174.92, 0);
|
|
||||||
/* 16:52 */waypoints[39] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[39].origin = (85.0988, -587.341, 200.125);
|
|
||||||
/* 16:52 */waypoints[39].type = "claymore";
|
|
||||||
/* 16:52 */waypoints[39].childCount = 2;
|
|
||||||
/* 16:52 */waypoints[39].children[0] = 34;
|
|
||||||
/* 16:52 */waypoints[39].children[1] = 40;
|
|
||||||
/* 16:52 */waypoints[39].angles = (17.4408, -11.9539, 0);
|
|
||||||
/* 16:52 */waypoints[40] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[40].origin = (21.301, -610.073, 193.908);
|
|
||||||
/* 16:52 */waypoints[40].type = "crouch";
|
|
||||||
/* 16:52 */waypoints[40].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[40].children[0] = 39;
|
|
||||||
/* 16:52 */waypoints[40].angles = (11.8817, -1.04992, 0);
|
|
||||||
/* 16:52 */waypoints[41] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[41].origin = (149.762, -425.9, 195.321);
|
|
||||||
/* 16:52 */waypoints[41].type = "claymore";
|
|
||||||
/* 16:52 */waypoints[41].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[41].children[0] = 9;
|
|
||||||
/* 16:52 */waypoints[41].angles = (19.7314, -77.0918, 0);
|
|
||||||
/* 16:52 */waypoints[42] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[42].origin = (100.958, -233.485, 192.153);
|
|
||||||
/* 16:52 */waypoints[42].type = "claymore";
|
|
||||||
/* 16:52 */waypoints[42].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[42].children[0] = 17;
|
|
||||||
/* 16:52 */waypoints[42].angles = (22.1265, -171.712, 0);
|
|
||||||
/* 16:52 */waypoints[43] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[43].origin = (-578.338, 184.612, 201.125);
|
|
||||||
/* 16:52 */waypoints[43].type = "crouch";
|
|
||||||
/* 16:52 */waypoints[43].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[43].children[0] = 30;
|
|
||||||
/* 16:52 */waypoints[43].angles = (6.54236, -102.382, 0);
|
|
||||||
/* 16:52 */waypoints[44] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[44].origin = (-593.435, 90.8891, 201.125);
|
|
||||||
/* 16:52 */waypoints[44].type = "claymore";
|
|
||||||
/* 16:52 */waypoints[44].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[44].children[0] = 30;
|
|
||||||
/* 16:52 */waypoints[44].angles = (8.28369, -105.546, 0);
|
|
||||||
/* 16:52 */waypoints[45] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[45].origin = (-723.435, -72.0006, 197.942);
|
|
||||||
/* 16:52 */waypoints[45].type = "claymore";
|
|
||||||
/* 16:52 */waypoints[45].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[45].children[0] = 14;
|
|
||||||
/* 16:52 */waypoints[45].angles = (14.3866, -30.9822, 0);
|
|
||||||
/* 16:52 */waypoints[46] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[46].origin = (-359.868, -62.7571, 192.077);
|
|
||||||
/* 16:52 */waypoints[46].type = "claymore";
|
|
||||||
/* 16:52 */waypoints[46].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[46].children[0] = 15;
|
|
||||||
/* 16:52 */waypoints[46].angles = (12.3157, 99.9364, 0);
|
|
||||||
/* 16:52 */waypoints[47] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[47].origin = (-338.009, 262.396, 192.344);
|
|
||||||
/* 16:52 */waypoints[47].type = "crouch";
|
|
||||||
/* 16:52 */waypoints[47].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[47].children[0] = 28;
|
|
||||||
/* 16:52 */waypoints[47].angles = (5.44922, -97.5868, 0);
|
|
||||||
/* 16:52 */waypoints[48] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[48].origin = (-337.125, -170.544, 192.077);
|
|
||||||
/* 16:52 */waypoints[48].type = "crouch";
|
|
||||||
/* 16:52 */waypoints[48].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[48].children[0] = 15;
|
|
||||||
/* 16:52 */waypoints[48].angles = (3.0542, 122.013, 0);
|
|
||||||
/* 16:52 */waypoints[49] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[49].origin = (-718.728, 650.445, 192.845);
|
|
||||||
/* 16:52 */waypoints[49].type = "grenade";
|
|
||||||
/* 16:52 */waypoints[49].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[49].children[0] = 2;
|
|
||||||
/* 16:52 */waypoints[49].angles = (-26.2628, -10.8662, 0);
|
|
||||||
/* 16:52 */waypoints[50] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[50].origin = (-645.978, 649.306, 193.743);
|
|
||||||
/* 16:52 */waypoints[50].type = "grenade";
|
|
||||||
/* 16:52 */waypoints[50].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[50].children[0] = 2;
|
|
||||||
/* 16:52 */waypoints[50].angles = (-28.3337, -79.6461, 0);
|
|
||||||
/* 16:52 */waypoints[51] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[51].origin = (-75.5292, 597.058, 193.565);
|
|
||||||
/* 16:52 */waypoints[51].type = "claymore";
|
|
||||||
/* 16:52 */waypoints[51].childCount = 2;
|
|
||||||
/* 16:52 */waypoints[51].children[0] = 32;
|
|
||||||
/* 16:52 */waypoints[51].children[1] = 52;
|
|
||||||
/* 16:52 */waypoints[51].angles = (20.929, 154.231, 0);
|
|
||||||
/* 16:52 */waypoints[52] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[52].origin = (0.635334, 602.359, 192.064);
|
|
||||||
/* 16:52 */waypoints[52].type = "crouch";
|
|
||||||
/* 16:52 */waypoints[52].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[52].children[0] = 51;
|
|
||||||
/* 16:52 */waypoints[52].angles = (12.865, 169.381, 0);
|
|
||||||
/* 16:52 */waypoints[53] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[53].origin = (151.737, 729.937, 195.165);
|
|
||||||
/* 16:52 */waypoints[53].type = "claymore";
|
|
||||||
/* 16:52 */waypoints[53].childCount = 2;
|
|
||||||
/* 16:52 */waypoints[53].children[0] = 35;
|
|
||||||
/* 16:52 */waypoints[53].children[1] = 54;
|
|
||||||
/* 16:52 */waypoints[53].angles = (4.36157, -33.4816, 0);
|
|
||||||
/* 16:52 */waypoints[54] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[54].origin = (24.0866, 748.693, 192.077);
|
|
||||||
/* 16:52 */waypoints[54].type = "crouch";
|
|
||||||
/* 16:52 */waypoints[54].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[54].children[0] = 53;
|
|
||||||
/* 16:52 */waypoints[54].angles = (4.57581, -15.2772, 0);
|
|
||||||
/* 16:52 */waypoints[55] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[55].origin = (586.358, 730.315, 192.077);
|
|
||||||
/* 16:52 */waypoints[55].type = "grenade";
|
|
||||||
/* 16:52 */waypoints[55].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[55].children[0] = 25;
|
|
||||||
/* 16:52 */waypoints[55].angles = (-29.6466, -100.52, 0);
|
|
||||||
/* 16:52 */waypoints[56] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[56].origin = (662.354, 635.756, 192.077);
|
|
||||||
/* 16:52 */waypoints[56].type = "grenade";
|
|
||||||
/* 16:52 */waypoints[56].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[56].children[0] = 26;
|
|
||||||
/* 16:52 */waypoints[56].angles = (-21.4673, -168.976, 0);
|
|
||||||
/* 16:52 */waypoints[57] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[57].origin = (117.159, 353.125, 192.077);
|
|
||||||
/* 16:52 */waypoints[57].type = "claymore";
|
|
||||||
/* 16:52 */waypoints[57].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[57].children[0] = 0;
|
|
||||||
/* 16:52 */waypoints[57].angles = (18.0945, 157.45, 0);
|
|
||||||
/* 16:52 */waypoints[58] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[58].origin = (269.892, 206.875, 201.125);
|
|
||||||
/* 16:52 */waypoints[58].type = "crouch";
|
|
||||||
/* 16:52 */waypoints[58].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[58].children[0] = 31;
|
|
||||||
/* 16:52 */waypoints[58].angles = (9.70093, -168.273, 0);
|
|
||||||
/* 16:52 */waypoints[59] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[59].origin = (165.952, 157.587, 201.125);
|
|
||||||
/* 16:52 */waypoints[59].type = "claymore";
|
|
||||||
/* 16:52 */waypoints[59].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[59].children[0] = 31;
|
|
||||||
/* 16:52 */waypoints[59].angles = (18.6383, 163.168, 0);
|
|
||||||
/* 16:52 */waypoints[60] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[60].origin = (659.141, 31.3728, 201.125);
|
|
||||||
/* 16:52 */waypoints[60].type = "crouch";
|
|
||||||
/* 16:52 */waypoints[60].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[60].children[0] = 29;
|
|
||||||
/* 16:52 */waypoints[60].angles = (10.7941, 82.0177, 0);
|
|
||||||
/* 16:52 */waypoints[61] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[61].origin = (668.763, 91.6303, 201.125);
|
|
||||||
/* 16:52 */waypoints[61].type = "claymore";
|
|
||||||
/* 16:52 */waypoints[61].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[61].children[0] = 29;
|
|
||||||
/* 16:52 */waypoints[61].angles = (10.6842, 77.3265, 0);
|
|
||||||
/* 16:52 */waypoints[62] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[62].origin = (581.503, 241.125, 192.077);
|
|
||||||
/* 16:52 */waypoints[62].type = "claymore";
|
|
||||||
/* 16:52 */waypoints[62].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[62].children[0] = 20;
|
|
||||||
/* 16:52 */waypoints[62].angles = (14.1724, 159.081, 0);
|
|
||||||
/* 16:52 */waypoints[63] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[63].origin = (337.125, 164.429, 192.077);
|
|
||||||
/* 16:52 */waypoints[63].type = "claymore";
|
|
||||||
/* 16:52 */waypoints[63].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[63].children[0] = 7;
|
|
||||||
/* 16:52 */waypoints[63].angles = (22.3462, -67.4897, 0);
|
|
||||||
/* 16:52 */waypoints[64] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[64].origin = (337.125, 297.275, 192.077);
|
|
||||||
/* 16:52 */waypoints[64].type = "crouch";
|
|
||||||
/* 16:52 */waypoints[64].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[64].children[0] = 7;
|
|
||||||
/* 16:52 */waypoints[64].angles = (6.21277, -48.3571, 0);
|
|
||||||
/* 16:52 */waypoints[65] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[65].origin = (625.427, -520.984, 192.406);
|
|
||||||
/* 16:52 */waypoints[65].type = "grenade";
|
|
||||||
/* 16:52 */waypoints[65].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[65].children[0] = 23;
|
|
||||||
/* 16:52 */waypoints[65].angles = (-22.6703, 170.419, 0);
|
|
||||||
/* 16:52 */waypoints[66] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[66].origin = (666.143, -518.976, 192.354);
|
|
||||||
/* 16:52 */waypoints[66].type = "grenade";
|
|
||||||
/* 16:52 */waypoints[66].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[66].children[0] = 22;
|
|
||||||
/* 16:52 */waypoints[66].angles = (-21.5771, 106.325, 0);
|
|
||||||
/* 16:52 */waypoints[67] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[67].origin = (-645.523, -571.162, 191.226);
|
|
||||||
/* 16:52 */waypoints[67].type = "grenade";
|
|
||||||
/* 16:52 */waypoints[67].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[67].children[0] = 11;
|
|
||||||
/* 16:52 */waypoints[67].angles = (-25.719, 75.9148, 0);
|
|
||||||
/* 16:52 */waypoints[68] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[68].origin = (-670.623, -499.898, 187.333);
|
|
||||||
/* 16:52 */waypoints[68].type = "grenade";
|
|
||||||
/* 16:52 */waypoints[68].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[68].children[0] = 12;
|
|
||||||
/* 16:52 */waypoints[68].angles = (-30.3003, 4.29492, 0);
|
|
||||||
/* 16:52 */waypoints[69] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[69].origin = (46.875, -43.8446, 192.077);
|
|
||||||
/* 16:52 */waypoints[69].type = "claymore";
|
|
||||||
/* 16:52 */waypoints[69].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[69].children[0] = 18;
|
|
||||||
/* 16:52 */waypoints[69].angles = (17.3309, 111.011, 0);
|
|
||||||
/* 16:52 */waypoints[70] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[70].origin = (599.348, -68.9672, 192.077);
|
|
||||||
/* 16:52 */waypoints[70].type = "claymore";
|
|
||||||
/* 16:52 */waypoints[70].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[70].children[0] = 33;
|
|
||||||
/* 16:52 */waypoints[70].angles = (18.2043, -177.424, 0);
|
|
||||||
/* 16:52 */waypoints[71] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[71].origin = (158.899, 529.62, 192.854);
|
|
||||||
/* 16:52 */waypoints[71].type = "claymore";
|
|
||||||
/* 16:52 */waypoints[71].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[71].children[0] = 5;
|
|
||||||
/* 16:52 */waypoints[71].angles = (22.9999, -98.4437, 0);
|
|
||||||
/* 16:52 */waypoints[72] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[72].origin = (-166.163, -437.371, 192.589);
|
|
||||||
/* 16:52 */waypoints[72].type = "claymore";
|
|
||||||
/* 16:52 */waypoints[72].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[72].children[0] = 36;
|
|
||||||
/* 16:52 */waypoints[72].angles = (22.489, 106.451, 0);
|
|
||||||
/* 16:52 */waypoints[73] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[73].origin = (-208.732, -457.476, 194.149);
|
|
||||||
/* 16:52 */waypoints[73].type = "claymore";
|
|
||||||
/* 16:52 */waypoints[73].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[73].children[0] = 36;
|
|
||||||
/* 16:52 */waypoints[73].angles = (18.7811, -90.6324, 0);
|
|
||||||
/* 16:52 */waypoints[74] = spawnstruct();
|
|
||||||
/* 16:52 */waypoints[74].origin = (706.721, -470.317, 192.339);
|
|
||||||
/* 16:52 */waypoints[74].type = "grenade";
|
|
||||||
/* 16:52 */waypoints[74].childCount = 1;
|
|
||||||
/* 16:52 */waypoints[74].children[0] = 22;
|
|
||||||
/* 16:52 */waypoints[74].angles = (-21.0004, 149.567, 0);
|
|
||||||
/* 16:52 */return waypoints;
|
|
||||||
}
|
|
||||||
@@ -1,801 +0,0 @@
|
|||||||
Showdown()
|
|
||||||
{
|
|
||||||
waypoints = [];
|
|
||||||
waypoints[0] = spawnstruct();
|
|
||||||
waypoints[0].origin = (505.812,-424.956,16.125);
|
|
||||||
waypoints[0].type = "stand";
|
|
||||||
waypoints[0].childCount = 2;
|
|
||||||
waypoints[0].children[0] = 1;
|
|
||||||
waypoints[0].children[1] = 85;
|
|
||||||
waypoints[1] = spawnstruct();
|
|
||||||
waypoints[1].origin = (537.303,-474.454,16.125);
|
|
||||||
waypoints[1].type = "stand";
|
|
||||||
waypoints[1].childCount = 3;
|
|
||||||
waypoints[1].children[0] = 0;
|
|
||||||
waypoints[1].children[1] = 56;
|
|
||||||
waypoints[1].children[2] = 85;
|
|
||||||
waypoints[2] = spawnstruct();
|
|
||||||
waypoints[2].origin = (291.322,-1833.98,16.125);
|
|
||||||
waypoints[2].type = "stand";
|
|
||||||
waypoints[2].childCount = 2;
|
|
||||||
waypoints[2].children[0] = 3;
|
|
||||||
waypoints[2].children[1] = 5;
|
|
||||||
waypoints[3] = spawnstruct();
|
|
||||||
waypoints[3].origin = (-39.6545,-1811.7,16.125);
|
|
||||||
waypoints[3].type = "stand";
|
|
||||||
waypoints[3].childCount = 4;
|
|
||||||
waypoints[3].children[0] = 4;
|
|
||||||
waypoints[3].children[1] = 2;
|
|
||||||
waypoints[3].children[2] = 78;
|
|
||||||
waypoints[3].children[3] = 5;
|
|
||||||
waypoints[4] = spawnstruct();
|
|
||||||
waypoints[4].origin = (-195.803,-1842.09,16.125);
|
|
||||||
waypoints[4].type = "stand";
|
|
||||||
waypoints[4].childCount = 3;
|
|
||||||
waypoints[4].children[0] = 3;
|
|
||||||
waypoints[4].children[1] = 78;
|
|
||||||
waypoints[4].children[2] = 111;
|
|
||||||
waypoints[5] = spawnstruct();
|
|
||||||
waypoints[5].origin = (115.975,-1711.53,16.125);
|
|
||||||
waypoints[5].type = "stand";
|
|
||||||
waypoints[5].childCount = 5;
|
|
||||||
waypoints[5].children[0] = 2;
|
|
||||||
waypoints[5].children[1] = 6;
|
|
||||||
waypoints[5].children[2] = 78;
|
|
||||||
waypoints[5].children[3] = 79;
|
|
||||||
waypoints[5].children[4] = 3;
|
|
||||||
waypoints[6] = spawnstruct();
|
|
||||||
waypoints[6].origin = (270.51,-1502.5,16.125);
|
|
||||||
waypoints[6].type = "stand";
|
|
||||||
waypoints[6].childCount = 3;
|
|
||||||
waypoints[6].children[0] = 5;
|
|
||||||
waypoints[6].children[1] = 7;
|
|
||||||
waypoints[6].children[2] = 79;
|
|
||||||
waypoints[7] = spawnstruct();
|
|
||||||
waypoints[7].origin = (523.467,-1317.58,16.125);
|
|
||||||
waypoints[7].type = "stand";
|
|
||||||
waypoints[7].childCount = 4;
|
|
||||||
waypoints[7].children[0] = 6;
|
|
||||||
waypoints[7].children[1] = 8;
|
|
||||||
waypoints[7].children[2] = 80;
|
|
||||||
waypoints[7].children[3] = 79;
|
|
||||||
waypoints[8] = spawnstruct();
|
|
||||||
waypoints[8].origin = (664.768,-955.798,18.5377);
|
|
||||||
waypoints[8].type = "stand";
|
|
||||||
waypoints[8].childCount = 3;
|
|
||||||
waypoints[8].children[0] = 7;
|
|
||||||
waypoints[8].children[1] = 9;
|
|
||||||
waypoints[8].children[2] = 81;
|
|
||||||
waypoints[9] = spawnstruct();
|
|
||||||
waypoints[9].origin = (990.06,-608.595,16.0857);
|
|
||||||
waypoints[9].type = "stand";
|
|
||||||
waypoints[9].childCount = 3;
|
|
||||||
waypoints[9].children[0] = 8;
|
|
||||||
waypoints[9].children[1] = 10;
|
|
||||||
waypoints[9].children[2] = 81;
|
|
||||||
waypoints[10] = spawnstruct();
|
|
||||||
waypoints[10].origin = (993.031,-313.964,16.0698);
|
|
||||||
waypoints[10].type = "stand";
|
|
||||||
waypoints[10].childCount = 3;
|
|
||||||
waypoints[10].children[0] = 9;
|
|
||||||
waypoints[10].children[1] = 11;
|
|
||||||
waypoints[10].children[2] = 12;
|
|
||||||
waypoints[11] = spawnstruct();
|
|
||||||
waypoints[11].origin = (734.615,-241.958,16.125);
|
|
||||||
waypoints[11].type = "stand";
|
|
||||||
waypoints[11].childCount = 5;
|
|
||||||
waypoints[11].children[0] = 10;
|
|
||||||
waypoints[11].children[1] = 12;
|
|
||||||
waypoints[11].children[2] = 13;
|
|
||||||
waypoints[11].children[3] = 98;
|
|
||||||
waypoints[11].children[4] = 103;
|
|
||||||
waypoints[12] = spawnstruct();
|
|
||||||
waypoints[12].origin = (968.686,-111.77,16.125);
|
|
||||||
waypoints[12].type = "stand";
|
|
||||||
waypoints[12].childCount = 3;
|
|
||||||
waypoints[12].children[0] = 11;
|
|
||||||
waypoints[12].children[1] = 10;
|
|
||||||
waypoints[12].children[2] = 102;
|
|
||||||
waypoints[13] = spawnstruct();
|
|
||||||
waypoints[13].origin = (670.691,151.523,16.125);
|
|
||||||
waypoints[13].type = "stand";
|
|
||||||
waypoints[13].childCount = 2;
|
|
||||||
waypoints[13].children[0] = 11;
|
|
||||||
waypoints[13].children[1] = 14;
|
|
||||||
waypoints[14] = spawnstruct();
|
|
||||||
waypoints[14].origin = (616.155,160.129,48.125);
|
|
||||||
waypoints[14].type = "stand";
|
|
||||||
waypoints[14].childCount = 2;
|
|
||||||
waypoints[14].children[0] = 13;
|
|
||||||
waypoints[14].children[1] = 15;
|
|
||||||
waypoints[15] = spawnstruct();
|
|
||||||
waypoints[15].origin = (546.602,158.084,0.124999);
|
|
||||||
waypoints[15].type = "stand";
|
|
||||||
waypoints[15].childCount = 4;
|
|
||||||
waypoints[15].children[0] = 14;
|
|
||||||
waypoints[15].children[1] = 16;
|
|
||||||
waypoints[15].children[2] = 96;
|
|
||||||
waypoints[15].children[3] = 97;
|
|
||||||
waypoints[16] = spawnstruct();
|
|
||||||
waypoints[16].origin = (387.278,376.577,0.124999);
|
|
||||||
waypoints[16].type = "stand";
|
|
||||||
waypoints[16].childCount = 2;
|
|
||||||
waypoints[16].children[0] = 15;
|
|
||||||
waypoints[16].children[1] = 17;
|
|
||||||
waypoints[17] = spawnstruct();
|
|
||||||
waypoints[17].origin = (-20.6483,442.87,16.125);
|
|
||||||
waypoints[17].type = "stand";
|
|
||||||
waypoints[17].childCount = 5;
|
|
||||||
waypoints[17].children[0] = 16;
|
|
||||||
waypoints[17].children[1] = 18;
|
|
||||||
waypoints[17].children[2] = 94;
|
|
||||||
waypoints[17].children[3] = 95;
|
|
||||||
waypoints[17].children[4] = 99;
|
|
||||||
waypoints[18] = spawnstruct();
|
|
||||||
waypoints[18].origin = (-276.216,434.67,0.125);
|
|
||||||
waypoints[18].type = "stand";
|
|
||||||
waypoints[18].childCount = 2;
|
|
||||||
waypoints[18].children[0] = 17;
|
|
||||||
waypoints[18].children[1] = 92;
|
|
||||||
waypoints[19] = spawnstruct();
|
|
||||||
waypoints[19].origin = (-746.266,385.411,88.125);
|
|
||||||
waypoints[19].type = "stand";
|
|
||||||
waypoints[19].childCount = 2;
|
|
||||||
waypoints[19].children[0] = 20;
|
|
||||||
waypoints[19].children[1] = 92;
|
|
||||||
waypoints[20] = spawnstruct();
|
|
||||||
waypoints[20].origin = (-758.784,562.358,192.125);
|
|
||||||
waypoints[20].type = "stand";
|
|
||||||
waypoints[20].childCount = 2;
|
|
||||||
waypoints[20].children[0] = 19;
|
|
||||||
waypoints[20].children[1] = 21;
|
|
||||||
waypoints[21] = spawnstruct();
|
|
||||||
waypoints[21].origin = (-663.918,567.227,192.125);
|
|
||||||
waypoints[21].type = "stand";
|
|
||||||
waypoints[21].childCount = 3;
|
|
||||||
waypoints[21].children[0] = 20;
|
|
||||||
waypoints[21].children[1] = 64;
|
|
||||||
waypoints[21].children[2] = 65;
|
|
||||||
waypoints[22] = spawnstruct();
|
|
||||||
waypoints[22].origin = (-517.21,252.793,0.124999);
|
|
||||||
waypoints[22].type = "stand";
|
|
||||||
waypoints[22].childCount = 4;
|
|
||||||
waypoints[22].children[0] = 23;
|
|
||||||
waypoints[22].children[1] = 91;
|
|
||||||
waypoints[22].children[2] = 92;
|
|
||||||
waypoints[22].children[3] = 94;
|
|
||||||
waypoints[23] = spawnstruct();
|
|
||||||
waypoints[23].origin = (-596.15,163.247,16.125);
|
|
||||||
waypoints[23].type = "stand";
|
|
||||||
waypoints[23].childCount = 4;
|
|
||||||
waypoints[23].children[0] = 22;
|
|
||||||
waypoints[23].children[1] = 24;
|
|
||||||
waypoints[23].children[2] = 91;
|
|
||||||
waypoints[23].children[3] = 93;
|
|
||||||
waypoints[24] = spawnstruct();
|
|
||||||
waypoints[24].origin = (-712.372,173.44,16.125);
|
|
||||||
waypoints[24].type = "stand";
|
|
||||||
waypoints[24].childCount = 3;
|
|
||||||
waypoints[24].children[0] = 25;
|
|
||||||
waypoints[24].children[1] = 23;
|
|
||||||
waypoints[24].children[2] = 88;
|
|
||||||
waypoints[25] = spawnstruct();
|
|
||||||
waypoints[25].origin = (-861.793,160.81,16.125);
|
|
||||||
waypoints[25].type = "stand";
|
|
||||||
waypoints[25].childCount = 3;
|
|
||||||
waypoints[25].children[0] = 24;
|
|
||||||
waypoints[25].children[1] = 26;
|
|
||||||
waypoints[25].children[2] = 101;
|
|
||||||
waypoints[26] = spawnstruct();
|
|
||||||
waypoints[26].origin = (-954.657,415.26,16.125);
|
|
||||||
waypoints[26].type = "stand";
|
|
||||||
waypoints[26].childCount = 2;
|
|
||||||
waypoints[26].children[0] = 25;
|
|
||||||
waypoints[26].children[1] = 27;
|
|
||||||
waypoints[27] = spawnstruct();
|
|
||||||
waypoints[27].origin = (-930.48,795.119,12.8512);
|
|
||||||
waypoints[27].type = "stand";
|
|
||||||
waypoints[27].childCount = 3;
|
|
||||||
waypoints[27].children[0] = 26;
|
|
||||||
waypoints[27].children[1] = 28;
|
|
||||||
waypoints[27].children[2] = 29;
|
|
||||||
waypoints[28] = spawnstruct();
|
|
||||||
waypoints[28].origin = (-730.137,871.643,11.2345);
|
|
||||||
waypoints[28].type = "stand";
|
|
||||||
waypoints[28].childCount = 2;
|
|
||||||
waypoints[28].children[0] = 27;
|
|
||||||
waypoints[28].children[1] = 31;
|
|
||||||
waypoints[29] = spawnstruct();
|
|
||||||
waypoints[29].origin = (-962.211,1196.61,5.24434);
|
|
||||||
waypoints[29].type = "stand";
|
|
||||||
waypoints[29].childCount = 2;
|
|
||||||
waypoints[29].children[0] = 27;
|
|
||||||
waypoints[29].children[1] = 30;
|
|
||||||
waypoints[30] = spawnstruct();
|
|
||||||
waypoints[30].origin = (-567.276,1271.91,4.05508);
|
|
||||||
waypoints[30].type = "stand";
|
|
||||||
waypoints[30].childCount = 3;
|
|
||||||
waypoints[30].children[0] = 29;
|
|
||||||
waypoints[30].children[1] = 31;
|
|
||||||
waypoints[30].children[2] = 32;
|
|
||||||
waypoints[31] = spawnstruct();
|
|
||||||
waypoints[31].origin = (-586.158,1045.79,7.32107);
|
|
||||||
waypoints[31].type = "stand";
|
|
||||||
waypoints[31].childCount = 2;
|
|
||||||
waypoints[31].children[0] = 30;
|
|
||||||
waypoints[31].children[1] = 28;
|
|
||||||
waypoints[32] = spawnstruct();
|
|
||||||
waypoints[32].origin = (-338.954,1316.85,-2.03107);
|
|
||||||
waypoints[32].type = "stand";
|
|
||||||
waypoints[32].childCount = 4;
|
|
||||||
waypoints[32].children[0] = 30;
|
|
||||||
waypoints[32].children[1] = 33;
|
|
||||||
waypoints[32].children[2] = 37;
|
|
||||||
waypoints[32].children[3] = 39;
|
|
||||||
waypoints[33] = spawnstruct();
|
|
||||||
waypoints[33].origin = (-281.942,1707.41,-1.875);
|
|
||||||
waypoints[33].type = "stand";
|
|
||||||
waypoints[33].childCount = 3;
|
|
||||||
waypoints[33].children[0] = 32;
|
|
||||||
waypoints[33].children[1] = 34;
|
|
||||||
waypoints[33].children[2] = 37;
|
|
||||||
waypoints[34] = spawnstruct();
|
|
||||||
waypoints[34].origin = (-6.74152,1920.84,-1.875);
|
|
||||||
waypoints[34].type = "stand";
|
|
||||||
waypoints[34].childCount = 3;
|
|
||||||
waypoints[34].children[0] = 33;
|
|
||||||
waypoints[34].children[1] = 35;
|
|
||||||
waypoints[34].children[2] = 38;
|
|
||||||
waypoints[35] = spawnstruct();
|
|
||||||
waypoints[35].origin = (323.083,1735.21,-3.87158);
|
|
||||||
waypoints[35].type = "stand";
|
|
||||||
waypoints[35].childCount = 4;
|
|
||||||
waypoints[35].children[0] = 34;
|
|
||||||
waypoints[35].children[1] = 36;
|
|
||||||
waypoints[35].children[2] = 38;
|
|
||||||
waypoints[35].children[3] = 104;
|
|
||||||
waypoints[36] = spawnstruct();
|
|
||||||
waypoints[36].origin = (382.238,1504.54,0.815162);
|
|
||||||
waypoints[36].type = "stand";
|
|
||||||
waypoints[36].childCount = 5;
|
|
||||||
waypoints[36].children[0] = 35;
|
|
||||||
waypoints[36].children[1] = 37;
|
|
||||||
waypoints[36].children[2] = 40;
|
|
||||||
waypoints[36].children[3] = 39;
|
|
||||||
waypoints[36].children[4] = 104;
|
|
||||||
waypoints[37] = spawnstruct();
|
|
||||||
waypoints[37].origin = (-26.8239,1469.4,18.1746);
|
|
||||||
waypoints[37].type = "stand";
|
|
||||||
waypoints[37].childCount = 5;
|
|
||||||
waypoints[37].children[0] = 36;
|
|
||||||
waypoints[37].children[1] = 33;
|
|
||||||
waypoints[37].children[2] = 38;
|
|
||||||
waypoints[37].children[3] = 32;
|
|
||||||
waypoints[37].children[4] = 39;
|
|
||||||
waypoints[38] = spawnstruct();
|
|
||||||
waypoints[38].origin = (116.04,1701.08,-1.875);
|
|
||||||
waypoints[38].type = "stand";
|
|
||||||
waypoints[38].childCount = 3;
|
|
||||||
waypoints[38].children[0] = 35;
|
|
||||||
waypoints[38].children[1] = 34;
|
|
||||||
waypoints[38].children[2] = 37;
|
|
||||||
waypoints[39] = spawnstruct();
|
|
||||||
waypoints[39].origin = (-8.94893,1299.2,8.125);
|
|
||||||
waypoints[39].type = "stand";
|
|
||||||
waypoints[39].childCount = 5;
|
|
||||||
waypoints[39].children[0] = 32;
|
|
||||||
waypoints[39].children[1] = 37;
|
|
||||||
waypoints[39].children[2] = 40;
|
|
||||||
waypoints[39].children[3] = 100;
|
|
||||||
waypoints[39].children[4] = 36;
|
|
||||||
waypoints[40] = spawnstruct();
|
|
||||||
waypoints[40].origin = (455.403,1263.83,0.80736);
|
|
||||||
waypoints[40].type = "stand";
|
|
||||||
waypoints[40].childCount = 4;
|
|
||||||
waypoints[40].children[0] = 39;
|
|
||||||
waypoints[40].children[1] = 36;
|
|
||||||
waypoints[40].children[2] = 41;
|
|
||||||
waypoints[40].children[3] = 42;
|
|
||||||
waypoints[41] = spawnstruct();
|
|
||||||
waypoints[41].origin = (597.815,952.998,0.125);
|
|
||||||
waypoints[41].type = "stand";
|
|
||||||
waypoints[41].childCount = 4;
|
|
||||||
waypoints[41].children[0] = 40;
|
|
||||||
waypoints[41].children[1] = 42;
|
|
||||||
waypoints[41].children[2] = 45;
|
|
||||||
waypoints[41].children[3] = 114;
|
|
||||||
waypoints[42] = spawnstruct();
|
|
||||||
waypoints[42].origin = (695.654,1285.26,0.633609);
|
|
||||||
waypoints[42].type = "stand";
|
|
||||||
waypoints[42].childCount = 5;
|
|
||||||
waypoints[42].children[0] = 40;
|
|
||||||
waypoints[42].children[1] = 41;
|
|
||||||
waypoints[42].children[2] = 43;
|
|
||||||
waypoints[42].children[3] = 105;
|
|
||||||
waypoints[42].children[4] = 106;
|
|
||||||
waypoints[43] = spawnstruct();
|
|
||||||
waypoints[43].origin = (1049.08,1175.52,0.125001);
|
|
||||||
waypoints[43].type = "stand";
|
|
||||||
waypoints[43].childCount = 3;
|
|
||||||
waypoints[43].children[0] = 42;
|
|
||||||
waypoints[43].children[1] = 44;
|
|
||||||
waypoints[43].children[2] = 106;
|
|
||||||
waypoints[44] = spawnstruct();
|
|
||||||
waypoints[44].origin = (1051.53,832.954,0.125001);
|
|
||||||
waypoints[44].type = "stand";
|
|
||||||
waypoints[44].childCount = 3;
|
|
||||||
waypoints[44].children[0] = 43;
|
|
||||||
waypoints[44].children[1] = 45;
|
|
||||||
waypoints[44].children[2] = 46;
|
|
||||||
waypoints[45] = spawnstruct();
|
|
||||||
waypoints[45].origin = (860.215,748.093,4.01932);
|
|
||||||
waypoints[45].type = "stand";
|
|
||||||
waypoints[45].childCount = 5;
|
|
||||||
waypoints[45].children[0] = 44;
|
|
||||||
waypoints[45].children[1] = 41;
|
|
||||||
waypoints[45].children[2] = 46;
|
|
||||||
waypoints[45].children[3] = 107;
|
|
||||||
waypoints[45].children[4] = 114;
|
|
||||||
waypoints[46] = spawnstruct();
|
|
||||||
waypoints[46].origin = (1115.09,663.253,16.125);
|
|
||||||
waypoints[46].type = "stand";
|
|
||||||
waypoints[46].childCount = 3;
|
|
||||||
waypoints[46].children[0] = 45;
|
|
||||||
waypoints[46].children[1] = 44;
|
|
||||||
waypoints[46].children[2] = 47;
|
|
||||||
waypoints[47] = spawnstruct();
|
|
||||||
waypoints[47].origin = (1119.5,467.566,184.125);
|
|
||||||
waypoints[47].type = "stand";
|
|
||||||
waypoints[47].childCount = 2;
|
|
||||||
waypoints[47].children[0] = 46;
|
|
||||||
waypoints[47].children[1] = 48;
|
|
||||||
waypoints[48] = spawnstruct();
|
|
||||||
waypoints[48].origin = (1054.24,383.648,184.125);
|
|
||||||
waypoints[48].type = "stand";
|
|
||||||
waypoints[48].childCount = 2;
|
|
||||||
waypoints[48].children[0] = 47;
|
|
||||||
waypoints[48].children[1] = 49;
|
|
||||||
waypoints[49] = spawnstruct();
|
|
||||||
waypoints[49].origin = (731.372,385.949,192.125);
|
|
||||||
waypoints[49].type = "stand";
|
|
||||||
waypoints[49].childCount = 3;
|
|
||||||
waypoints[49].children[0] = 48;
|
|
||||||
waypoints[49].children[1] = 50;
|
|
||||||
waypoints[49].children[2] = 51;
|
|
||||||
waypoints[50] = spawnstruct();
|
|
||||||
waypoints[50].origin = (645.881,551.47,192.125);
|
|
||||||
waypoints[50].type = "stand";
|
|
||||||
waypoints[50].childCount = 2;
|
|
||||||
waypoints[50].children[0] = 49;
|
|
||||||
waypoints[50].children[1] = 68;
|
|
||||||
waypoints[51] = spawnstruct();
|
|
||||||
waypoints[51].origin = (662.071,238.161,192.125);
|
|
||||||
waypoints[51].type = "stand";
|
|
||||||
waypoints[51].childCount = 2;
|
|
||||||
waypoints[51].children[0] = 49;
|
|
||||||
waypoints[51].children[1] = 52;
|
|
||||||
waypoints[52] = spawnstruct();
|
|
||||||
waypoints[52].origin = (660.251,-104.482,192.125);
|
|
||||||
waypoints[52].type = "stand";
|
|
||||||
waypoints[52].childCount = 3;
|
|
||||||
waypoints[52].children[0] = 51;
|
|
||||||
waypoints[52].children[1] = 54;
|
|
||||||
waypoints[52].children[2] = 53;
|
|
||||||
waypoints[53] = spawnstruct();
|
|
||||||
waypoints[53].origin = (735.331,-312.701,192.125);
|
|
||||||
waypoints[53].type = "stand";
|
|
||||||
waypoints[53].childCount = 3;
|
|
||||||
waypoints[53].children[0] = 54;
|
|
||||||
waypoints[53].children[1] = 52;
|
|
||||||
waypoints[53].children[2] = 55;
|
|
||||||
waypoints[54] = spawnstruct();
|
|
||||||
waypoints[54].origin = (646.806,-331.588,192.125);
|
|
||||||
waypoints[54].type = "stand";
|
|
||||||
waypoints[54].childCount = 3;
|
|
||||||
waypoints[54].children[0] = 52;
|
|
||||||
waypoints[54].children[1] = 53;
|
|
||||||
waypoints[54].children[2] = 57;
|
|
||||||
waypoints[55] = spawnstruct();
|
|
||||||
waypoints[55].origin = (759.845,-493.82,104.125);
|
|
||||||
waypoints[55].type = "stand";
|
|
||||||
waypoints[55].childCount = 2;
|
|
||||||
waypoints[55].children[0] = 53;
|
|
||||||
waypoints[55].children[1] = 56;
|
|
||||||
waypoints[56] = spawnstruct();
|
|
||||||
waypoints[56].origin = (675.205,-486.376,104.125);
|
|
||||||
waypoints[56].type = "stand";
|
|
||||||
waypoints[56].childCount = 2;
|
|
||||||
waypoints[56].children[0] = 55;
|
|
||||||
waypoints[56].children[1] = 1;
|
|
||||||
waypoints[57] = spawnstruct();
|
|
||||||
waypoints[57].origin = (626.279,-422.316,192.125);
|
|
||||||
waypoints[57].type = "stand";
|
|
||||||
waypoints[57].childCount = 2;
|
|
||||||
waypoints[57].children[0] = 54;
|
|
||||||
waypoints[57].children[1] = 58;
|
|
||||||
waypoints[58] = spawnstruct();
|
|
||||||
waypoints[58].origin = (366.824,-424.195,192.125);
|
|
||||||
waypoints[58].type = "stand";
|
|
||||||
waypoints[58].childCount = 2;
|
|
||||||
waypoints[58].children[0] = 59;
|
|
||||||
waypoints[58].children[1] = 57;
|
|
||||||
waypoints[59] = spawnstruct();
|
|
||||||
waypoints[59].origin = (-2.34399,-423.791,192.125);
|
|
||||||
waypoints[59].type = "stand";
|
|
||||||
waypoints[59].childCount = 2;
|
|
||||||
waypoints[59].children[0] = 60;
|
|
||||||
waypoints[59].children[1] = 58;
|
|
||||||
waypoints[60] = spawnstruct();
|
|
||||||
waypoints[60].origin = (-323.755,-417.004,192.125);
|
|
||||||
waypoints[60].type = "stand";
|
|
||||||
waypoints[60].childCount = 2;
|
|
||||||
waypoints[60].children[0] = 61;
|
|
||||||
waypoints[60].children[1] = 59;
|
|
||||||
waypoints[61] = spawnstruct();
|
|
||||||
waypoints[61].origin = (-702.528,-403.513,192.125);
|
|
||||||
waypoints[61].type = "stand";
|
|
||||||
waypoints[61].childCount = 2;
|
|
||||||
waypoints[61].children[0] = 60;
|
|
||||||
waypoints[61].children[1] = 62;
|
|
||||||
waypoints[62] = spawnstruct();
|
|
||||||
waypoints[62].origin = (-738.813,-298.498,192.125);
|
|
||||||
waypoints[62].type = "stand";
|
|
||||||
waypoints[62].childCount = 3;
|
|
||||||
waypoints[62].children[0] = 61;
|
|
||||||
waypoints[62].children[1] = 63;
|
|
||||||
waypoints[62].children[2] = 69;
|
|
||||||
waypoints[63] = spawnstruct();
|
|
||||||
waypoints[63].origin = (-670.498,1.26415,192.125);
|
|
||||||
waypoints[63].type = "stand";
|
|
||||||
waypoints[63].childCount = 2;
|
|
||||||
waypoints[63].children[0] = 62;
|
|
||||||
waypoints[63].children[1] = 64;
|
|
||||||
waypoints[64] = spawnstruct();
|
|
||||||
waypoints[64].origin = (-668.283,381.161,192.125);
|
|
||||||
waypoints[64].type = "stand";
|
|
||||||
waypoints[64].childCount = 2;
|
|
||||||
waypoints[64].children[0] = 63;
|
|
||||||
waypoints[64].children[1] = 21;
|
|
||||||
waypoints[65] = spawnstruct();
|
|
||||||
waypoints[65].origin = (-490.793,571.524,192.125);
|
|
||||||
waypoints[65].type = "stand";
|
|
||||||
waypoints[65].childCount = 2;
|
|
||||||
waypoints[65].children[0] = 21;
|
|
||||||
waypoints[65].children[1] = 66;
|
|
||||||
waypoints[66] = spawnstruct();
|
|
||||||
waypoints[66].origin = (-301.784,566.147,192.125);
|
|
||||||
waypoints[66].type = "stand";
|
|
||||||
waypoints[66].childCount = 2;
|
|
||||||
waypoints[66].children[0] = 65;
|
|
||||||
waypoints[66].children[1] = 67;
|
|
||||||
waypoints[67] = spawnstruct();
|
|
||||||
waypoints[67].origin = (14.7346,573.208,192.125);
|
|
||||||
waypoints[67].type = "stand";
|
|
||||||
waypoints[67].childCount = 2;
|
|
||||||
waypoints[67].children[0] = 66;
|
|
||||||
waypoints[67].children[1] = 68;
|
|
||||||
waypoints[68] = spawnstruct();
|
|
||||||
waypoints[68].origin = (305.039,571.19,192.125);
|
|
||||||
waypoints[68].type = "stand";
|
|
||||||
waypoints[68].childCount = 2;
|
|
||||||
waypoints[68].children[0] = 67;
|
|
||||||
waypoints[68].children[1] = 50;
|
|
||||||
waypoints[69] = spawnstruct();
|
|
||||||
waypoints[69].origin = (-865.677,-291.469,184.125);
|
|
||||||
waypoints[69].type = "stand";
|
|
||||||
waypoints[69].childCount = 2;
|
|
||||||
waypoints[69].children[0] = 62;
|
|
||||||
waypoints[69].children[1] = 70;
|
|
||||||
waypoints[70] = spawnstruct();
|
|
||||||
waypoints[70].origin = (-1125.46,-321.898,184.125);
|
|
||||||
waypoints[70].type = "stand";
|
|
||||||
waypoints[70].childCount = 2;
|
|
||||||
waypoints[70].children[0] = 69;
|
|
||||||
waypoints[70].children[1] = 71;
|
|
||||||
waypoints[71] = spawnstruct();
|
|
||||||
waypoints[71].origin = (-1106.26,-571.049,16.125);
|
|
||||||
waypoints[71].type = "stand";
|
|
||||||
waypoints[71].childCount = 4;
|
|
||||||
waypoints[71].children[0] = 70;
|
|
||||||
waypoints[71].children[1] = 72;
|
|
||||||
waypoints[71].children[2] = 75;
|
|
||||||
waypoints[71].children[3] = 110;
|
|
||||||
waypoints[72] = spawnstruct();
|
|
||||||
waypoints[72].origin = (-659.469,-730.962,16.125);
|
|
||||||
waypoints[72].type = "stand";
|
|
||||||
waypoints[72].childCount = 4;
|
|
||||||
waypoints[72].children[0] = 71;
|
|
||||||
waypoints[72].children[1] = 108;
|
|
||||||
waypoints[72].children[2] = 109;
|
|
||||||
waypoints[72].children[3] = 110;
|
|
||||||
waypoints[73] = spawnstruct();
|
|
||||||
waypoints[73].origin = (-646.755,-1255.77,16.125);
|
|
||||||
waypoints[73].type = "stand";
|
|
||||||
waypoints[73].childCount = 3;
|
|
||||||
waypoints[73].children[0] = 74;
|
|
||||||
waypoints[73].children[1] = 76;
|
|
||||||
waypoints[73].children[2] = 109;
|
|
||||||
waypoints[74] = spawnstruct();
|
|
||||||
waypoints[74].origin = (-876.086,-1248.7,16.125);
|
|
||||||
waypoints[74].type = "stand";
|
|
||||||
waypoints[74].childCount = 2;
|
|
||||||
waypoints[74].children[0] = 73;
|
|
||||||
waypoints[74].children[1] = 75;
|
|
||||||
waypoints[75] = spawnstruct();
|
|
||||||
waypoints[75].origin = (-965.944,-952.733,16.125);
|
|
||||||
waypoints[75].type = "stand";
|
|
||||||
waypoints[75].childCount = 2;
|
|
||||||
waypoints[75].children[0] = 74;
|
|
||||||
waypoints[75].children[1] = 71;
|
|
||||||
waypoints[76] = spawnstruct();
|
|
||||||
waypoints[76].origin = (-353.091,-1333.87,16.125);
|
|
||||||
waypoints[76].type = "stand";
|
|
||||||
waypoints[76].childCount = 3;
|
|
||||||
waypoints[76].children[0] = 73;
|
|
||||||
waypoints[76].children[1] = 77;
|
|
||||||
waypoints[76].children[2] = 79;
|
|
||||||
waypoints[77] = spawnstruct();
|
|
||||||
waypoints[77].origin = (-320.427,-1501.57,16.125);
|
|
||||||
waypoints[77].type = "stand";
|
|
||||||
waypoints[77].childCount = 2;
|
|
||||||
waypoints[77].children[0] = 76;
|
|
||||||
waypoints[77].children[1] = 78;
|
|
||||||
waypoints[78] = spawnstruct();
|
|
||||||
waypoints[78].origin = (-145.803,-1646.58,16.125);
|
|
||||||
waypoints[78].type = "stand";
|
|
||||||
waypoints[78].childCount = 5;
|
|
||||||
waypoints[78].children[0] = 77;
|
|
||||||
waypoints[78].children[1] = 4;
|
|
||||||
waypoints[78].children[2] = 3;
|
|
||||||
waypoints[78].children[3] = 5;
|
|
||||||
waypoints[78].children[4] = 79;
|
|
||||||
waypoints[79] = spawnstruct();
|
|
||||||
waypoints[79].origin = (-9.68692,-1389.69,17.0544);
|
|
||||||
waypoints[79].type = "stand";
|
|
||||||
waypoints[79].childCount = 6;
|
|
||||||
waypoints[79].children[0] = 5;
|
|
||||||
waypoints[79].children[1] = 78;
|
|
||||||
waypoints[79].children[2] = 76;
|
|
||||||
waypoints[79].children[3] = 6;
|
|
||||||
waypoints[79].children[4] = 7;
|
|
||||||
waypoints[79].children[5] = 82;
|
|
||||||
waypoints[80] = spawnstruct();
|
|
||||||
waypoints[80].origin = (945.134,-1299.76,16.125);
|
|
||||||
waypoints[80].type = "stand";
|
|
||||||
waypoints[80].childCount = 2;
|
|
||||||
waypoints[80].children[0] = 7;
|
|
||||||
waypoints[80].children[1] = 81;
|
|
||||||
waypoints[81] = spawnstruct();
|
|
||||||
waypoints[81].origin = (964.397,-912.064,16.2567);
|
|
||||||
waypoints[81].type = "stand";
|
|
||||||
waypoints[81].childCount = 3;
|
|
||||||
waypoints[81].children[0] = 80;
|
|
||||||
waypoints[81].children[1] = 9;
|
|
||||||
waypoints[81].children[2] = 8;
|
|
||||||
waypoints[82] = spawnstruct();
|
|
||||||
waypoints[82].origin = (24.8224,-1003.39,16.0088);
|
|
||||||
waypoints[82].type = "stand";
|
|
||||||
waypoints[82].childCount = 2;
|
|
||||||
waypoints[82].children[0] = 79;
|
|
||||||
waypoints[82].children[1] = 83;
|
|
||||||
waypoints[83] = spawnstruct();
|
|
||||||
waypoints[83].origin = (-34.5625,-682.197,16.0088);
|
|
||||||
waypoints[83].type = "stand";
|
|
||||||
waypoints[83].childCount = 2;
|
|
||||||
waypoints[83].children[0] = 82;
|
|
||||||
waypoints[83].children[1] = 84;
|
|
||||||
waypoints[84] = spawnstruct();
|
|
||||||
waypoints[84].origin = (25.6259,-447.97,16.0088);
|
|
||||||
waypoints[84].type = "stand";
|
|
||||||
waypoints[84].childCount = 5;
|
|
||||||
waypoints[84].children[0] = 83;
|
|
||||||
waypoints[84].children[1] = 85;
|
|
||||||
waypoints[84].children[2] = 86;
|
|
||||||
waypoints[84].children[3] = 89;
|
|
||||||
waypoints[84].children[4] = 90;
|
|
||||||
waypoints[85] = spawnstruct();
|
|
||||||
waypoints[85].origin = (318.792,-442.476,16.0088);
|
|
||||||
waypoints[85].type = "stand";
|
|
||||||
waypoints[85].childCount = 3;
|
|
||||||
waypoints[85].children[0] = 84;
|
|
||||||
waypoints[85].children[1] = 0;
|
|
||||||
waypoints[85].children[2] = 1;
|
|
||||||
waypoints[86] = spawnstruct();
|
|
||||||
waypoints[86].origin = (-218.847,-438.109,16.0088);
|
|
||||||
waypoints[86].type = "stand";
|
|
||||||
waypoints[86].childCount = 2;
|
|
||||||
waypoints[86].children[0] = 84;
|
|
||||||
waypoints[86].children[1] = 87;
|
|
||||||
waypoints[87] = spawnstruct();
|
|
||||||
waypoints[87].origin = (-693.322,-423.187,16.0088);
|
|
||||||
waypoints[87].type = "stand";
|
|
||||||
waypoints[87].childCount = 2;
|
|
||||||
waypoints[87].children[0] = 86;
|
|
||||||
waypoints[87].children[1] = 88;
|
|
||||||
waypoints[88] = spawnstruct();
|
|
||||||
waypoints[88].origin = (-708.497,-72.4109,16.0088);
|
|
||||||
waypoints[88].type = "stand";
|
|
||||||
waypoints[88].childCount = 2;
|
|
||||||
waypoints[88].children[0] = 87;
|
|
||||||
waypoints[88].children[1] = 24;
|
|
||||||
waypoints[89] = spawnstruct();
|
|
||||||
waypoints[89].origin = (-130.83,-223.262,0.125);
|
|
||||||
waypoints[89].type = "stand";
|
|
||||||
waypoints[89].childCount = 4;
|
|
||||||
waypoints[89].children[0] = 84;
|
|
||||||
waypoints[89].children[1] = 90;
|
|
||||||
waypoints[89].children[2] = 91;
|
|
||||||
waypoints[89].children[3] = 93;
|
|
||||||
waypoints[90] = spawnstruct();
|
|
||||||
waypoints[90].origin = (129.025,-178.039,0.125);
|
|
||||||
waypoints[90].type = "stand";
|
|
||||||
waypoints[90].childCount = 6;
|
|
||||||
waypoints[90].children[0] = 84;
|
|
||||||
waypoints[90].children[1] = 89;
|
|
||||||
waypoints[90].children[2] = 96;
|
|
||||||
waypoints[90].children[3] = 97;
|
|
||||||
waypoints[90].children[4] = 98;
|
|
||||||
waypoints[90].children[5] = 93;
|
|
||||||
waypoints[91] = spawnstruct();
|
|
||||||
waypoints[91].origin = (-496.043,-77.612,0.125);
|
|
||||||
waypoints[91].type = "stand";
|
|
||||||
waypoints[91].childCount = 4;
|
|
||||||
waypoints[91].children[0] = 89;
|
|
||||||
waypoints[91].children[1] = 23;
|
|
||||||
waypoints[91].children[2] = 22;
|
|
||||||
waypoints[91].children[3] = 93;
|
|
||||||
waypoints[92] = spawnstruct();
|
|
||||||
waypoints[92].origin = (-534.335,388.236,7.64728);
|
|
||||||
waypoints[92].type = "stand";
|
|
||||||
waypoints[92].childCount = 4;
|
|
||||||
waypoints[92].children[0] = 22;
|
|
||||||
waypoints[92].children[1] = 18;
|
|
||||||
waypoints[92].children[2] = 19;
|
|
||||||
waypoints[92].children[3] = 94;
|
|
||||||
waypoints[93] = spawnstruct();
|
|
||||||
waypoints[93].origin = (-199.832,96.0957,0.124999);
|
|
||||||
waypoints[93].type = "stand";
|
|
||||||
waypoints[93].childCount = 6;
|
|
||||||
waypoints[93].children[0] = 89;
|
|
||||||
waypoints[93].children[1] = 91;
|
|
||||||
waypoints[93].children[2] = 94;
|
|
||||||
waypoints[93].children[3] = 90;
|
|
||||||
waypoints[93].children[4] = 95;
|
|
||||||
waypoints[93].children[5] = 23;
|
|
||||||
waypoints[94] = spawnstruct();
|
|
||||||
waypoints[94].origin = (-122.751,283.863,0.124999);
|
|
||||||
waypoints[94].type = "stand";
|
|
||||||
waypoints[94].childCount = 5;
|
|
||||||
waypoints[94].children[0] = 93;
|
|
||||||
waypoints[94].children[1] = 17;
|
|
||||||
waypoints[94].children[2] = 92;
|
|
||||||
waypoints[94].children[3] = 22;
|
|
||||||
waypoints[94].children[4] = 95;
|
|
||||||
waypoints[95] = spawnstruct();
|
|
||||||
waypoints[95].origin = (104.783,261.223,0.125);
|
|
||||||
waypoints[95].type = "stand";
|
|
||||||
waypoints[95].childCount = 4;
|
|
||||||
waypoints[95].children[0] = 17;
|
|
||||||
waypoints[95].children[1] = 96;
|
|
||||||
waypoints[95].children[2] = 93;
|
|
||||||
waypoints[95].children[3] = 94;
|
|
||||||
waypoints[96] = spawnstruct();
|
|
||||||
waypoints[96].origin = (186.481,28.8222,0.125);
|
|
||||||
waypoints[96].type = "stand";
|
|
||||||
waypoints[96].childCount = 4;
|
|
||||||
waypoints[96].children[0] = 95;
|
|
||||||
waypoints[96].children[1] = 90;
|
|
||||||
waypoints[96].children[2] = 15;
|
|
||||||
waypoints[96].children[3] = 97;
|
|
||||||
waypoints[97] = spawnstruct();
|
|
||||||
waypoints[97].origin = (452.621,-79.9207,0.125);
|
|
||||||
waypoints[97].type = "stand";
|
|
||||||
waypoints[97].childCount = 4;
|
|
||||||
waypoints[97].children[0] = 15;
|
|
||||||
waypoints[97].children[1] = 90;
|
|
||||||
waypoints[97].children[2] = 98;
|
|
||||||
waypoints[97].children[3] = 96;
|
|
||||||
waypoints[98] = spawnstruct();
|
|
||||||
waypoints[98].origin = (538.879,-249.726,0.125);
|
|
||||||
waypoints[98].type = "stand";
|
|
||||||
waypoints[98].childCount = 3;
|
|
||||||
waypoints[98].children[0] = 97;
|
|
||||||
waypoints[98].children[1] = 11;
|
|
||||||
waypoints[98].children[2] = 90;
|
|
||||||
waypoints[99] = spawnstruct();
|
|
||||||
waypoints[99].origin = (-32.1886,797.337,16.125);
|
|
||||||
waypoints[99].type = "stand";
|
|
||||||
waypoints[99].childCount = 2;
|
|
||||||
waypoints[99].children[0] = 17;
|
|
||||||
waypoints[99].children[1] = 100;
|
|
||||||
waypoints[100] = spawnstruct();
|
|
||||||
waypoints[100].origin = (24.8883,1097.62,16.125);
|
|
||||||
waypoints[100].type = "stand";
|
|
||||||
waypoints[100].childCount = 2;
|
|
||||||
waypoints[100].children[0] = 99;
|
|
||||||
waypoints[100].children[1] = 39;
|
|
||||||
waypoints[101] = spawnstruct();
|
|
||||||
waypoints[101].origin = (-942.212,-139.769,16.125);
|
|
||||||
waypoints[101].type = "stand";
|
|
||||||
waypoints[101].childCount = 1;
|
|
||||||
waypoints[101].children[0] = 25;
|
|
||||||
waypoints[102] = spawnstruct();
|
|
||||||
waypoints[102].origin = (961.552,255.482,15.3501);
|
|
||||||
waypoints[102].type = "stand";
|
|
||||||
waypoints[102].childCount = 1;
|
|
||||||
waypoints[102].children[0] = 12;
|
|
||||||
waypoints[103] = spawnstruct();
|
|
||||||
waypoints[103].origin = (655.375,-317.287,16.125);
|
|
||||||
waypoints[103].type = "stand";
|
|
||||||
waypoints[103].childCount = 1;
|
|
||||||
waypoints[103].children[0] = 11;
|
|
||||||
waypoints[104] = spawnstruct();
|
|
||||||
waypoints[104].origin = (431.222,1608.22,3.50296);
|
|
||||||
waypoints[104].type = "stand";
|
|
||||||
waypoints[104].childCount = 2;
|
|
||||||
waypoints[104].children[0] = 35;
|
|
||||||
waypoints[104].children[1] = 36;
|
|
||||||
waypoints[105] = spawnstruct();
|
|
||||||
waypoints[105].origin = (962.756,1433.83,0.748573);
|
|
||||||
waypoints[105].type = "stand";
|
|
||||||
waypoints[105].childCount = 2;
|
|
||||||
waypoints[105].children[0] = 42;
|
|
||||||
waypoints[105].children[1] = 106;
|
|
||||||
waypoints[106] = spawnstruct();
|
|
||||||
waypoints[106].origin = (897.747,1288.22,0.400695);
|
|
||||||
waypoints[106].type = "stand";
|
|
||||||
waypoints[106].childCount = 3;
|
|
||||||
waypoints[106].children[0] = 105;
|
|
||||||
waypoints[106].children[1] = 42;
|
|
||||||
waypoints[106].children[2] = 43;
|
|
||||||
waypoints[107] = spawnstruct();
|
|
||||||
waypoints[107].origin = (749.668,687.343,11.8986);
|
|
||||||
waypoints[107].type = "stand";
|
|
||||||
waypoints[107].childCount = 2;
|
|
||||||
waypoints[107].children[0] = 45;
|
|
||||||
waypoints[107].children[1] = 114;
|
|
||||||
waypoints[108] = spawnstruct();
|
|
||||||
waypoints[108].origin = (-500.519,-952.662,16.125);
|
|
||||||
waypoints[108].type = "stand";
|
|
||||||
waypoints[108].childCount = 2;
|
|
||||||
waypoints[108].children[0] = 72;
|
|
||||||
waypoints[108].children[1] = 109;
|
|
||||||
waypoints[109] = spawnstruct();
|
|
||||||
waypoints[109].origin = (-634.56,-1027.6,16.125);
|
|
||||||
waypoints[109].type = "stand";
|
|
||||||
waypoints[109].childCount = 3;
|
|
||||||
waypoints[109].children[0] = 73;
|
|
||||||
waypoints[109].children[1] = 108;
|
|
||||||
waypoints[109].children[2] = 72;
|
|
||||||
waypoints[110] = spawnstruct();
|
|
||||||
waypoints[110].origin = (-612.432,-586.304,16.125);
|
|
||||||
waypoints[110].type = "stand";
|
|
||||||
waypoints[110].childCount = 2;
|
|
||||||
waypoints[110].children[0] = 72;
|
|
||||||
waypoints[110].children[1] = 71;
|
|
||||||
waypoints[111] = spawnstruct();
|
|
||||||
waypoints[111].origin = (-349.851,-1829.05,16.125);
|
|
||||||
waypoints[111].type = "stand";
|
|
||||||
waypoints[111].childCount = 1;
|
|
||||||
waypoints[111].children[0] = 4;
|
|
||||||
waypoints[112] = spawnstruct();
|
|
||||||
waypoints[112].origin = (375.916,807.075,104.125);
|
|
||||||
waypoints[112].type = "stand";
|
|
||||||
waypoints[112].childCount = 1;
|
|
||||||
waypoints[112].children[0] = 113;
|
|
||||||
waypoints[113] = spawnstruct();
|
|
||||||
waypoints[113].origin = (447.038,801.978,100.352);
|
|
||||||
waypoints[113].type = "stand";
|
|
||||||
waypoints[113].childCount = 2;
|
|
||||||
waypoints[113].children[0] = 112;
|
|
||||||
waypoints[113].children[1] = 114;
|
|
||||||
waypoints[114] = spawnstruct();
|
|
||||||
waypoints[114].origin = (651.898,799.593,0.124998);
|
|
||||||
waypoints[114].type = "stand";
|
|
||||||
waypoints[114].childCount = 4;
|
|
||||||
waypoints[114].children[0] = 113;
|
|
||||||
waypoints[114].children[1] = 41;
|
|
||||||
waypoints[114].children[2] = 107;
|
|
||||||
waypoints[114].children[3] = 45;
|
|
||||||
return waypoints;
|
|
||||||
}
|
|
||||||
@@ -1,142 +0,0 @@
|
|||||||
// Callback Setup
|
|
||||||
// This script provides the hooks from code into script for the gametype callback functions.
|
|
||||||
|
|
||||||
//=============================================================================
|
|
||||||
// Code Callback functions
|
|
||||||
|
|
||||||
/*================
|
|
||||||
Called by code after the level's main script function has run.
|
|
||||||
================*/
|
|
||||||
CodeCallback_StartGameType()
|
|
||||||
{
|
|
||||||
// If the gametype has not beed started, run the startup
|
|
||||||
if(!isDefined(level.gametypestarted) || !level.gametypestarted)
|
|
||||||
{
|
|
||||||
[[level.callbackStartGameType]]();
|
|
||||||
|
|
||||||
level.gametypestarted = true; // so we know that the gametype has been started up
|
|
||||||
|
|
||||||
level thread maps\mp\bots\_bot::init();
|
|
||||||
level thread maps\mp\bots\_menu::init();
|
|
||||||
level thread maps\mp\bots\_wp_editor::init();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/*================
|
|
||||||
Called when a player begins connecting to the server.
|
|
||||||
Called again for every map change or tournement restart.
|
|
||||||
|
|
||||||
Return undefined if the client should be allowed, otherwise return
|
|
||||||
a string with the reason for denial.
|
|
||||||
|
|
||||||
Otherwise, the client will be sent the current gamestate
|
|
||||||
and will eventually get to ClientBegin.
|
|
||||||
|
|
||||||
firstTime will be qtrue the very first time a client connects
|
|
||||||
to the server machine, but qfalse on map changes and tournement
|
|
||||||
restarts.
|
|
||||||
================*/
|
|
||||||
CodeCallback_PlayerConnect()
|
|
||||||
{
|
|
||||||
self endon("disconnect");
|
|
||||||
[[level.callbackPlayerConnect]]();
|
|
||||||
}
|
|
||||||
|
|
||||||
/*================
|
|
||||||
Called when a player drops from the server.
|
|
||||||
Will not be called between levels.
|
|
||||||
self is the player that is disconnecting.
|
|
||||||
================*/
|
|
||||||
CodeCallback_PlayerDisconnect()
|
|
||||||
{
|
|
||||||
self notify("disconnect");
|
|
||||||
[[level.callbackPlayerDisconnect]]();
|
|
||||||
}
|
|
||||||
|
|
||||||
/*================
|
|
||||||
Called when a player has taken damage.
|
|
||||||
self is the player that took damage.
|
|
||||||
================*/
|
|
||||||
CodeCallback_PlayerDamage(eInflictor, eAttacker, iDamage, iDFlags, sMeansOfDeath, sWeapon, vPoint, vDir, sHitLoc, timeOffset)
|
|
||||||
{
|
|
||||||
self endon("disconnect");
|
|
||||||
[[level.callbackPlayerDamage]](eInflictor, eAttacker, iDamage, iDFlags, sMeansOfDeath, sWeapon, vPoint, vDir, sHitLoc, timeOffset);
|
|
||||||
}
|
|
||||||
|
|
||||||
/*================
|
|
||||||
Called when a player has been killed.
|
|
||||||
self is the player that was killed.
|
|
||||||
================*/
|
|
||||||
CodeCallback_PlayerKilled(eInflictor, eAttacker, iDamage, sMeansOfDeath, sWeapon, vDir, sHitLoc, timeOffset, deathAnimDuration)
|
|
||||||
{
|
|
||||||
self endon("disconnect");
|
|
||||||
[[level.callbackPlayerKilled]](eInflictor, eAttacker, iDamage, sMeansOfDeath, sWeapon, vDir, sHitLoc, timeOffset, deathAnimDuration);
|
|
||||||
}
|
|
||||||
|
|
||||||
/*================
|
|
||||||
Called when a player has been killed, but has last stand perk.
|
|
||||||
self is the player that was killed.
|
|
||||||
================*/
|
|
||||||
CodeCallback_PlayerLastStand(eInflictor, eAttacker, iDamage, sMeansOfDeath, sWeapon, vDir, sHitLoc, timeOffset, deathAnimDuration )
|
|
||||||
{
|
|
||||||
self endon("disconnect");
|
|
||||||
[[level.callbackPlayerLastStand]](eInflictor, eAttacker, iDamage, sMeansOfDeath, sWeapon, vDir, sHitLoc, timeOffset, deathAnimDuration );
|
|
||||||
}
|
|
||||||
|
|
||||||
//=============================================================================
|
|
||||||
|
|
||||||
/*================
|
|
||||||
Setup any misc callbacks stuff like defines and default callbacks
|
|
||||||
================*/
|
|
||||||
SetupCallbacks()
|
|
||||||
{
|
|
||||||
SetDefaultCallbacks();
|
|
||||||
|
|
||||||
// Set defined for damage flags used in the playerDamage callback
|
|
||||||
level.iDFLAGS_RADIUS = 1;
|
|
||||||
level.iDFLAGS_NO_ARMOR = 2;
|
|
||||||
level.iDFLAGS_NO_KNOCKBACK = 4;
|
|
||||||
level.iDFLAGS_PENETRATION = 8;
|
|
||||||
level.iDFLAGS_NO_TEAM_PROTECTION = 16;
|
|
||||||
level.iDFLAGS_NO_PROTECTION = 32;
|
|
||||||
level.iDFLAGS_PASSTHRU = 64;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*================
|
|
||||||
Called from the gametype script to store off the default callback functions.
|
|
||||||
This allows the callbacks to be overridden by level script, but not lost.
|
|
||||||
================*/
|
|
||||||
SetDefaultCallbacks()
|
|
||||||
{
|
|
||||||
level.callbackStartGameType = maps\mp\gametypes\_globallogic::Callback_StartGameType;
|
|
||||||
level.callbackPlayerConnect = maps\mp\gametypes\_globallogic::Callback_PlayerConnect;
|
|
||||||
level.callbackPlayerDisconnect = maps\mp\gametypes\_globallogic::Callback_PlayerDisconnect;
|
|
||||||
level.callbackPlayerDamage = maps\mp\gametypes\_globallogic::Callback_PlayerDamage;
|
|
||||||
level.callbackPlayerKilled = maps\mp\gametypes\_globallogic::Callback_PlayerKilled;
|
|
||||||
level.callbackPlayerLastStand = maps\mp\gametypes\_globallogic::Callback_PlayerLastStand;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*================
|
|
||||||
Called when a gametype is not supported.
|
|
||||||
================*/
|
|
||||||
AbortLevel()
|
|
||||||
{
|
|
||||||
println("Aborting level - gametype is not supported");
|
|
||||||
|
|
||||||
level.callbackStartGameType = ::callbackVoid;
|
|
||||||
level.callbackPlayerConnect = ::callbackVoid;
|
|
||||||
level.callbackPlayerDisconnect = ::callbackVoid;
|
|
||||||
level.callbackPlayerDamage = ::callbackVoid;
|
|
||||||
level.callbackPlayerKilled = ::callbackVoid;
|
|
||||||
level.callbackPlayerLastStand = ::callbackVoid;
|
|
||||||
|
|
||||||
setdvar("g_gametype", "dm");
|
|
||||||
|
|
||||||
exitLevel(false);
|
|
||||||
}
|
|
||||||
|
|
||||||
/*================
|
|
||||||
================*/
|
|
||||||
callbackVoid()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
1296
maps/mp/bots/_bot.gsc
Normal file
2301
maps/mp/bots/_bot_chat.gsc
Normal file
2864
maps/mp/bots/_bot_internal.gsc
Normal file
5024
maps/mp/bots/_bot_script.gsc
Normal file
3266
maps/mp/bots/_bot_utility.gsc
Normal file
1320
maps/mp/bots/_menu.gsc
Normal file
740
maps/mp/bots/_wp_editor.gsc
Normal file
@@ -0,0 +1,740 @@
|
|||||||
|
/*
|
||||||
|
_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 );
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( getdvar( "bots_main_debug_commandWait" ) == "" )
|
||||||
|
{
|
||||||
|
setdvar( "bots_main_debug_commandWait", 0.5 );
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( getdvar( "bots_main_debug_framerate" ) == "" )
|
||||||
|
{
|
||||||
|
setdvar( "bots_main_debug_framerate", 58 );
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( getdvar( "bots_main_debug_lineDuration" ) == "" )
|
||||||
|
{
|
||||||
|
setdvar( "bots_main_debug_lineDuration", 3 );
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( getdvar( "bots_main_debug_printDuration" ) == "" )
|
||||||
|
{
|
||||||
|
setdvar( "bots_main_debug_printDuration", 3 );
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( getdvar( "bots_main_debug_debugRate" ) == "" )
|
||||||
|
{
|
||||||
|
setdvar( "bots_main_debug_debugRate", 0.5 );
|
||||||
|
}
|
||||||
|
|
||||||
|
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 beginDebug();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
beginDebug()
|
||||||
|
{
|
||||||
|
self endon( "disconnect" );
|
||||||
|
self endon( "death" );
|
||||||
|
|
||||||
|
level.wptolink = -1;
|
||||||
|
level.autolink = false;
|
||||||
|
self.closest = -1;
|
||||||
|
self.command = undefined;
|
||||||
|
|
||||||
|
self clearperks();
|
||||||
|
self takeallweapons();
|
||||||
|
self.specialty = [];
|
||||||
|
self giveweapon( "m16_gl_mp" );
|
||||||
|
self setactionslot( 3, "altMode" );
|
||||||
|
self giveweapon( "frag_grenade_mp" );
|
||||||
|
self freezecontrols( false );
|
||||||
|
|
||||||
|
self thread debug();
|
||||||
|
self thread addWaypoints();
|
||||||
|
self thread linkWaypoints();
|
||||||
|
self thread deleteWaypoints();
|
||||||
|
self thread watchSaveWaypointsCommand();
|
||||||
|
self thread sayExtras();
|
||||||
|
|
||||||
|
self thread textScroll( "^1SecondaryOffhand - ^2Add Waypoint; ^3MeleeButton - ^4Link Waypoint; ^5FragButton - ^6delete Waypoint; ^7UseButton + AttackButton - ^8Save" );
|
||||||
|
}
|
||||||
|
|
||||||
|
sayExtras()
|
||||||
|
{
|
||||||
|
self endon( "disconnect" );
|
||||||
|
self endon( "death" );
|
||||||
|
self iprintln( "Making a crouch waypoint with only one link..." );
|
||||||
|
self iprintln( "Makes a camping waypoint." );
|
||||||
|
}
|
||||||
|
|
||||||
|
debug()
|
||||||
|
{
|
||||||
|
self endon( "disconnect" );
|
||||||
|
self endon( "death" );
|
||||||
|
|
||||||
|
self setclientdvar( "com_maxfps", getdvarint( "bots_main_debug_framerate" ) );
|
||||||
|
|
||||||
|
for ( ;; )
|
||||||
|
{
|
||||||
|
wait getdvarfloat( "bots_main_debug_debugRate" );
|
||||||
|
|
||||||
|
if ( isdefined( self.command ) )
|
||||||
|
{
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
|
closest = -1;
|
||||||
|
myEye = self gettagorigin( "j_head" );
|
||||||
|
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 ), 1, 1, getdvarint( "bots_main_debug_lineDuration" ) );
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( getConeDot( wpOrg, myEye, myAngles ) > getdvarfloat( "bots_main_debug_cone" ) )
|
||||||
|
{
|
||||||
|
print3d( wpOrg, i, ( 1, 0, 0 ), 2, 1, 6 );
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( isdefined( level.waypoints[ i ].angles ) && level.waypoints[ i ].type != "stand" )
|
||||||
|
{
|
||||||
|
line( wpOrg, wpOrg + anglestoforward( level.waypoints[ i ].angles ) * 64, ( 1, 1, 1 ), 1, 1, getdvarint( "bots_main_debug_lineDuration" ) );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
self.closest = closest;
|
||||||
|
|
||||||
|
if ( closest != -1 )
|
||||||
|
{
|
||||||
|
stringChildren = "";
|
||||||
|
|
||||||
|
for ( i = 0; i < level.waypoints[ closest ].children.size; i++ )
|
||||||
|
{
|
||||||
|
if ( i != 0 )
|
||||||
|
{
|
||||||
|
stringChildren = stringChildren + "," + level.waypoints[ closest ].children[ i ];
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
stringChildren = stringChildren + level.waypoints[ closest ].children[ i ];
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
print3d( level.waypoints[ closest ].origin + ( 0, 0, 35 ), stringChildren, ( 0, 1, 0 ), 2, 1, getdvarint( "bots_main_debug_printDuration" ) );
|
||||||
|
|
||||||
|
print3d( level.waypoints[ closest ].origin + ( 0, 0, 15 ), level.waypoints[ closest ].type, ( 0, 1, 0 ), 2, 1, getdvarint( "bots_main_debug_printDuration" ) );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
addWaypoints()
|
||||||
|
{
|
||||||
|
self endon( "disconnect" );
|
||||||
|
self endon( "death" );
|
||||||
|
|
||||||
|
for ( ;; )
|
||||||
|
{
|
||||||
|
while ( !self secondaryoffhandbuttonpressed() || isdefined( self.command ) )
|
||||||
|
{
|
||||||
|
wait 0.05;
|
||||||
|
}
|
||||||
|
|
||||||
|
pos = self getorigin();
|
||||||
|
self.command = true;
|
||||||
|
|
||||||
|
self iprintln( "Adding a waypoint..." );
|
||||||
|
self iprintln( "ADS - climb; Attack + Use - tube" );
|
||||||
|
self iprintln( "Attack - grenade; Use - claymore" );
|
||||||
|
self iprintln( "Else(wait) - your stance" );
|
||||||
|
|
||||||
|
wait getdvarfloat( "bots_main_debug_commandWait" );
|
||||||
|
|
||||||
|
self addWaypoint( pos );
|
||||||
|
|
||||||
|
self.command = undefined;
|
||||||
|
|
||||||
|
while ( self secondaryoffhandbuttonpressed() )
|
||||||
|
{
|
||||||
|
wait 0.05;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
linkWaypoints()
|
||||||
|
{
|
||||||
|
self endon( "disconnect" );
|
||||||
|
self endon( "death" );
|
||||||
|
|
||||||
|
for ( ;; )
|
||||||
|
{
|
||||||
|
while ( !self meleebuttonpressed() || isdefined( self.command ) )
|
||||||
|
{
|
||||||
|
wait 0.05;
|
||||||
|
}
|
||||||
|
|
||||||
|
self.command = true;
|
||||||
|
|
||||||
|
self iprintln( "ADS - unlink; Else(wait) - Link" );
|
||||||
|
|
||||||
|
wait getdvarfloat( "bots_main_debug_commandWait" );
|
||||||
|
|
||||||
|
if ( !self adsbuttonpressed() )
|
||||||
|
{
|
||||||
|
self LinkWaypoint( self.closest );
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
self UnLinkWaypoint( self.closest );
|
||||||
|
}
|
||||||
|
|
||||||
|
self.command = undefined;
|
||||||
|
|
||||||
|
while ( self meleebuttonpressed() )
|
||||||
|
{
|
||||||
|
wait 0.05;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
deleteWaypoints()
|
||||||
|
{
|
||||||
|
self endon( "disconnect" );
|
||||||
|
self endon( "death" );
|
||||||
|
|
||||||
|
for ( ;; )
|
||||||
|
{
|
||||||
|
while ( !self fragbuttonpressed() || isdefined( self.command ) )
|
||||||
|
{
|
||||||
|
wait 0.05;
|
||||||
|
}
|
||||||
|
|
||||||
|
self.command = true;
|
||||||
|
|
||||||
|
self iprintln( "Attack - deleteAll; ADS - Load" );
|
||||||
|
self iprintln( "Else(wait) - delete" );
|
||||||
|
|
||||||
|
wait getdvarfloat( "bots_main_debug_commandWait" );
|
||||||
|
|
||||||
|
if ( self attackbuttonpressed() )
|
||||||
|
{
|
||||||
|
self deleteAllWaypoints();
|
||||||
|
}
|
||||||
|
else if ( self adsbuttonpressed() )
|
||||||
|
{
|
||||||
|
self LoadWaypoints();
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
self deleteWaypoint( self.closest );
|
||||||
|
}
|
||||||
|
|
||||||
|
self.command = undefined;
|
||||||
|
|
||||||
|
while ( self fragbuttonpressed() )
|
||||||
|
{
|
||||||
|
wait 0.05;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
watchSaveWaypointsCommand()
|
||||||
|
{
|
||||||
|
self endon( "death" );
|
||||||
|
self endon( "disconnect" );
|
||||||
|
|
||||||
|
for ( ;; )
|
||||||
|
{
|
||||||
|
while ( !self usebuttonpressed() || !self attackbuttonpressed() || isdefined( self.command ) )
|
||||||
|
{
|
||||||
|
wait 0.05;
|
||||||
|
}
|
||||||
|
|
||||||
|
self.command = true;
|
||||||
|
|
||||||
|
self iprintln( "ADS - Autolink; Else(wait) - Save" );
|
||||||
|
|
||||||
|
wait getdvarfloat( "bots_main_debug_commandWait" );
|
||||||
|
|
||||||
|
if ( !self adsbuttonpressed() )
|
||||||
|
{
|
||||||
|
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/*" );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
logprint( "*/return waypoints;\n}\n\n\n\n" );
|
||||||
|
|
||||||
|
filename = "waypoints/" + getdvar( "mapname" ) + "_wp.csv";
|
||||||
|
|
||||||
|
println( "********* Start Bot Warfare WPDump *********" );
|
||||||
|
println( level.waypointcount );
|
||||||
|
|
||||||
|
f = BotBuiltinFileOpen( filename, "write" );
|
||||||
|
|
||||||
|
if ( f > 0 )
|
||||||
|
{
|
||||||
|
BotBuiltinWriteLine( f, level.waypointcount );
|
||||||
|
}
|
||||||
|
|
||||||
|
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 += ",";
|
||||||
|
}
|
||||||
|
|
||||||
|
str += ",";
|
||||||
|
|
||||||
|
println( str );
|
||||||
|
|
||||||
|
if ( f > 0 )
|
||||||
|
{
|
||||||
|
BotBuiltinWriteLine( f, str );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( f > 0 )
|
||||||
|
{
|
||||||
|
BotBuiltinFileClose( f );
|
||||||
|
}
|
||||||
|
|
||||||
|
println( "\n\n\n\n\n\n" );
|
||||||
|
|
||||||
|
self iprintln( "Saved!!! to " + filename );
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
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.closest;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
self.command = undefined;
|
||||||
|
|
||||||
|
while ( self usebuttonpressed() && self attackbuttonpressed() )
|
||||||
|
{
|
||||||
|
wait 0.05;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
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 ( !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" );
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
deleteAllWaypoints()
|
||||||
|
{
|
||||||
|
level.waypoints = [];
|
||||||
|
level.waypointcount = 0;
|
||||||
|
|
||||||
|
self iprintln( "DelAllWps" );
|
||||||
|
}
|
||||||
|
|
||||||
|
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( pos )
|
||||||
|
{
|
||||||
|
level.waypoints[ level.waypointcount ] = spawnstruct();
|
||||||
|
|
||||||
|
level.waypoints[ level.waypointcount ].origin = pos;
|
||||||
|
|
||||||
|
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 = [];
|
||||||
|
|
||||||
|
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++;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
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-- )
|
||||||
|
{
|
||||||
|
if ( level.waypoints[ level.wptolink ].children[ i ] == nwp )
|
||||||
|
{
|
||||||
|
weGood = false;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
if ( weGood )
|
||||||
|
{
|
||||||
|
for ( i = level.waypoints[ nwp ].children.size - 1; i >= 0; i-- )
|
||||||
|
{
|
||||||
|
if ( level.waypoints[ nwp ].children[ i ] == 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;
|
||||||
|
}
|
||||||
|
|
||||||
|
destroyOnDeath( hud )
|
||||||
|
{
|
||||||
|
hud endon( "death" );
|
||||||
|
self waittill_either( "death", "disconnect" );
|
||||||
|
hud destroy();
|
||||||
|
}
|
||||||
|
|
||||||
|
textScroll( string )
|
||||||
|
{
|
||||||
|
self endon( "death" );
|
||||||
|
self endon( "disconnect" );
|
||||||
|
// thanks ActionScript
|
||||||
|
|
||||||
|
back = createbar( ( 0, 0, 0 ), 1000, 30 );
|
||||||
|
back setpoint( "CENTER", undefined, 0, 220 );
|
||||||
|
self thread destroyOnDeath( back );
|
||||||
|
|
||||||
|
text = createfontstring( "default", 1.5 );
|
||||||
|
text settext( string );
|
||||||
|
self thread destroyOnDeath( text );
|
||||||
|
|
||||||
|
for ( ;; )
|
||||||
|
{
|
||||||
|
text setpoint( "CENTER", undefined, 1200, 220 );
|
||||||
|
text setpoint( "CENTER", undefined, -1200, 220, 20 );
|
||||||
|
wait 20;
|
||||||
|
}
|
||||||
|
}
|
||||||
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 ) );
|
||||||
|
}
|
||||||
145
maps/mp/gametypes/_callbacksetup.gsx
Normal file
@@ -0,0 +1,145 @@
|
|||||||
|
// Callback Setup
|
||||||
|
// This script provides the hooks from code into script for the gametype callback functions.
|
||||||
|
// Cod4x bootstrapping custom scripts
|
||||||
|
|
||||||
|
//=============================================================================
|
||||||
|
// Code Callback functions
|
||||||
|
|
||||||
|
/*================
|
||||||
|
Called by code after the level's main script function has run.
|
||||||
|
================*/
|
||||||
|
CodeCallback_StartGameType()
|
||||||
|
{
|
||||||
|
// If the gametype has not beed started, run the startup
|
||||||
|
if ( !isDefined( level.gametypestarted ) || !level.gametypestarted )
|
||||||
|
{
|
||||||
|
[[level.callbackStartGameType]]();
|
||||||
|
|
||||||
|
level.gametypestarted = true; // so we know that the gametype has been started up
|
||||||
|
|
||||||
|
level thread scripts\mp\bots_adapter_cod4x::init();
|
||||||
|
level thread scripts\mp\bots_chat::init();
|
||||||
|
level thread scripts\mp\bots_menu::init();
|
||||||
|
level thread scripts\mp\bots_wp_editor::init();
|
||||||
|
level thread scripts\mp\bots::init();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/*================
|
||||||
|
Called when a player begins connecting to the server.
|
||||||
|
Called again for every map change or tournement restart.
|
||||||
|
|
||||||
|
Return undefined if the client should be allowed, otherwise return
|
||||||
|
a string with the reason for denial.
|
||||||
|
|
||||||
|
Otherwise, the client will be sent the current gamestate
|
||||||
|
and will eventually get to ClientBegin.
|
||||||
|
|
||||||
|
firstTime will be qtrue the very first time a client connects
|
||||||
|
to the server machine, but qfalse on map changes and tournement
|
||||||
|
restarts.
|
||||||
|
================*/
|
||||||
|
CodeCallback_PlayerConnect()
|
||||||
|
{
|
||||||
|
self endon( "disconnect" );
|
||||||
|
[[level.callbackPlayerConnect]]();
|
||||||
|
}
|
||||||
|
|
||||||
|
/*================
|
||||||
|
Called when a player drops from the server.
|
||||||
|
Will not be called between levels.
|
||||||
|
self is the player that is disconnecting.
|
||||||
|
================*/
|
||||||
|
CodeCallback_PlayerDisconnect()
|
||||||
|
{
|
||||||
|
self notify( "disconnect" );
|
||||||
|
[[level.callbackPlayerDisconnect]]();
|
||||||
|
}
|
||||||
|
|
||||||
|
/*================
|
||||||
|
Called when a player has taken damage.
|
||||||
|
self is the player that took damage.
|
||||||
|
================*/
|
||||||
|
CodeCallback_PlayerDamage( eInflictor, eAttacker, iDamage, iDFlags, sMeansOfDeath, sWeapon, vPoint, vDir, sHitLoc, timeOffset )
|
||||||
|
{
|
||||||
|
self endon( "disconnect" );
|
||||||
|
[[level.callbackPlayerDamage]]( eInflictor, eAttacker, iDamage, iDFlags, sMeansOfDeath, sWeapon, vPoint, vDir, sHitLoc, timeOffset );
|
||||||
|
}
|
||||||
|
|
||||||
|
/*================
|
||||||
|
Called when a player has been killed.
|
||||||
|
self is the player that was killed.
|
||||||
|
================*/
|
||||||
|
CodeCallback_PlayerKilled( eInflictor, eAttacker, iDamage, sMeansOfDeath, sWeapon, vDir, sHitLoc, timeOffset, deathAnimDuration )
|
||||||
|
{
|
||||||
|
self endon( "disconnect" );
|
||||||
|
[[level.callbackPlayerKilled]]( eInflictor, eAttacker, iDamage, sMeansOfDeath, sWeapon, vDir, sHitLoc, timeOffset, deathAnimDuration );
|
||||||
|
}
|
||||||
|
|
||||||
|
/*================
|
||||||
|
Called when a player has been killed, but has last stand perk.
|
||||||
|
self is the player that was killed.
|
||||||
|
================*/
|
||||||
|
CodeCallback_PlayerLastStand( eInflictor, eAttacker, iDamage, sMeansOfDeath, sWeapon, vDir, sHitLoc, timeOffset, deathAnimDuration )
|
||||||
|
{
|
||||||
|
self endon( "disconnect" );
|
||||||
|
[[level.callbackPlayerLastStand]]( eInflictor, eAttacker, iDamage, sMeansOfDeath, sWeapon, vDir, sHitLoc, timeOffset, deathAnimDuration );
|
||||||
|
}
|
||||||
|
|
||||||
|
//=============================================================================
|
||||||
|
|
||||||
|
/*================
|
||||||
|
Setup any misc callbacks stuff like defines and default callbacks
|
||||||
|
================*/
|
||||||
|
SetupCallbacks()
|
||||||
|
{
|
||||||
|
SetDefaultCallbacks();
|
||||||
|
|
||||||
|
// Set defined for damage flags used in the playerDamage callback
|
||||||
|
level.iDFLAGS_RADIUS = 1;
|
||||||
|
level.iDFLAGS_NO_ARMOR = 2;
|
||||||
|
level.iDFLAGS_NO_KNOCKBACK = 4;
|
||||||
|
level.iDFLAGS_PENETRATION = 8;
|
||||||
|
level.iDFLAGS_NO_TEAM_PROTECTION = 16;
|
||||||
|
level.iDFLAGS_NO_PROTECTION = 32;
|
||||||
|
level.iDFLAGS_PASSTHRU = 64;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*================
|
||||||
|
Called from the gametype script to store off the default callback functions.
|
||||||
|
This allows the callbacks to be overridden by level script, but not lost.
|
||||||
|
================*/
|
||||||
|
SetDefaultCallbacks()
|
||||||
|
{
|
||||||
|
level.callbackStartGameType = maps\mp\gametypes\_globallogic::Callback_StartGameType;
|
||||||
|
level.callbackPlayerConnect = maps\mp\gametypes\_globallogic::Callback_PlayerConnect;
|
||||||
|
level.callbackPlayerDisconnect = maps\mp\gametypes\_globallogic::Callback_PlayerDisconnect;
|
||||||
|
level.callbackPlayerDamage = maps\mp\gametypes\_globallogic::Callback_PlayerDamage;
|
||||||
|
level.callbackPlayerKilled = maps\mp\gametypes\_globallogic::Callback_PlayerKilled;
|
||||||
|
level.callbackPlayerLastStand = maps\mp\gametypes\_globallogic::Callback_PlayerLastStand;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*================
|
||||||
|
Called when a gametype is not supported.
|
||||||
|
================*/
|
||||||
|
AbortLevel()
|
||||||
|
{
|
||||||
|
println( "Aborting level - gametype is not supported" );
|
||||||
|
|
||||||
|
level.callbackStartGameType = ::callbackVoid;
|
||||||
|
level.callbackPlayerConnect = ::callbackVoid;
|
||||||
|
level.callbackPlayerDisconnect = ::callbackVoid;
|
||||||
|
level.callbackPlayerDamage = ::callbackVoid;
|
||||||
|
level.callbackPlayerKilled = ::callbackVoid;
|
||||||
|
level.callbackPlayerLastStand = ::callbackVoid;
|
||||||
|
|
||||||
|
setdvar( "g_gametype", "dm" );
|
||||||
|
|
||||||
|
exitLevel( false );
|
||||||
|
}
|
||||||
|
|
||||||
|
/*================
|
||||||
|
================*/
|
||||||
|
callbackVoid()
|
||||||
|
{
|
||||||
|
}
|
||||||
20
scriptdata/waypoints/README.md
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# IW3 Bot Warfare Waypoints
|
||||||
|
|
||||||
|
Welcome to the collection of waypoints for IW3 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
|
||||||
|
|
||||||
|
- Freddy & Metaljag
|
||||||
|
- CannerZ45
|
||||||
|
- JAK (BF2all)
|
||||||
|
- MikeTheGuy
|
||||||
|
- Botmancod
|
||||||
|
- Hugo HG
|
||||||
|
- Stendby
|
||||||
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,,,
|
||||||
|
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,,,
|
||||||
|
438
scriptdata/waypoints/mp_82ab_villa_wp.csv
Normal file
@@ -0,0 +1,438 @@
|
|||||||
|
437
|
||||||
|
6106 6080 -1358,1 418 419 420,stand,,,
|
||||||
|
6057 6952 -1418,0 2 436,stand,,,
|
||||||
|
5978 7446 -1571,1 3 4 165 436,stand,,,
|
||||||
|
5961 7537 -1564,2 4 5,stand,,,
|
||||||
|
6011 7621 -1564,3 5 2 139 324,stand,,,
|
||||||
|
5871 7556 -1564,4 3 6,stand,,,
|
||||||
|
5618 7558 -1564,5 7,stand,,,
|
||||||
|
5585 7655 -1564,6 8 12,stand,,,
|
||||||
|
5665 7805 -1564,7 9,stand,,,
|
||||||
|
5847 7956 -1564,8 10 11 13,stand,,,
|
||||||
|
5906 7785 -1564,9 11,stand,,,
|
||||||
|
5751 7843 -1564,10 12 9,stand,,,
|
||||||
|
5569 7854 -1564,11 7,stand,,,
|
||||||
|
5820 8209 -1564,9 14 20,stand,,,
|
||||||
|
5736 8245 -1564,13 15 16 20,stand,,,
|
||||||
|
5683 8215 -1564,14 299,stand,,,
|
||||||
|
5690 8277 -1564,14 17,stand,,,
|
||||||
|
5454 8227 -1402,16 18 298 18,stand,,,
|
||||||
|
5436 8175 -1402,17 19 17,stand,,,
|
||||||
|
5588 8128 -1402,18,stand,,,
|
||||||
|
5894 8244 -1564,14 21 22 13,stand,,,
|
||||||
|
6037 8082 -1564,20 22 24,stand,,,
|
||||||
|
5999 8234 -1564,20 23 21,stand,,,
|
||||||
|
6077 8335 -1564,22 319,stand,,,
|
||||||
|
6063 7941 -1564,27 21 324,stand,,,
|
||||||
|
6666 7988 -1564,26,stand,,,
|
||||||
|
6390 7980 -1564,25 27,stand,,,
|
||||||
|
6252 7972 -1564,26 24 29,stand,,,
|
||||||
|
6146 7717 -1564,29 139 324,stand,,,
|
||||||
|
6261 7783 -1564,28 27 325,stand,,,
|
||||||
|
6411 7691 -1398,31 139,stand,,,
|
||||||
|
6705 7767 -1398,30 32,stand,,,
|
||||||
|
6833 7693 -1398,33 31,stand,,,
|
||||||
|
6903 7357 -1390,32 34 36 48,stand,,,
|
||||||
|
6710 7253 -1390,33 48,stand,,,
|
||||||
|
7196 7415 -1390,36 38,stand,,,
|
||||||
|
7110 7399 -1390,35 33 37,stand,,,
|
||||||
|
7153 7287 -1390,36,stand,,,
|
||||||
|
7218 7261 -1390,35 39,stand,,,
|
||||||
|
7078 7160 -1390,38 48 49 45 435,stand,,,
|
||||||
|
7442 6855 -1390,41 42 47,stand,,,
|
||||||
|
7307 6688 -1390,40,stand,,,
|
||||||
|
7542 7036 -1390,40 43,stand,,,
|
||||||
|
7440 7102 -1390,44 47 42,stand,,,
|
||||||
|
7335 7185 -1390,43 49,stand,,,
|
||||||
|
7024 6915 -1390,46 49 39 50 435,stand,,,
|
||||||
|
7178 6835 -1390,45 47,stand,,,
|
||||||
|
7325 6979 -1390,46 43 40 49,stand,,,
|
||||||
|
7013 7254 -1390,34 39 33,stand,,,
|
||||||
|
7204 7075 -1390,39 47 44 45,stand,,,
|
||||||
|
6950 6839 -1390,45 51 82,stand,,,
|
||||||
|
6647 7025 -1390,50 52,stand,,,
|
||||||
|
6590 6975 -1390,51 53,stand,,,
|
||||||
|
6558 6872 -1390,52 57 58 54,stand,,,
|
||||||
|
6489 6809 -1390,55 56 57 53 59,stand,,,
|
||||||
|
6316 6577 -1390,54 56 60 61 62,stand,,,
|
||||||
|
6268 6784 -1390,55 54 59,stand,,,
|
||||||
|
6489 6938 -1390,54 53 138,stand,,,
|
||||||
|
6671 6854 -1390,53,stand,,,
|
||||||
|
6509 6665 -1390,54 56,stand,,,
|
||||||
|
6229 6512 -1390,55,stand,,,
|
||||||
|
6620 6336 -1390,55 62 64 76 65 77 86,stand,,,
|
||||||
|
6422 6319 -1390,61 63 55,stand,,,
|
||||||
|
6277 6302 -1390,62,stand,,,
|
||||||
|
6837 6279 -1390,61 90,stand,,,
|
||||||
|
6845 6200 -1390,66 76 61,stand,,,
|
||||||
|
7009 6225 -1390,65 67,stand,,,
|
||||||
|
7108 6301 -1390,66 68,stand,,,
|
||||||
|
7158 6272 -1390,69 67,stand,,,
|
||||||
|
7176 6206 -1390,68 70,stand,,,
|
||||||
|
7208 6004 -1390,71 75 69,stand,,,
|
||||||
|
7249 5830 -1390,70 72,stand,,,
|
||||||
|
7204 5740 -1390,71 73,stand,,,
|
||||||
|
7013 5696 -1390,72 74 122,stand,,,
|
||||||
|
6991 5862 -1390,73 75,stand,,,
|
||||||
|
7033 5932 -1390,74 70,stand,,,
|
||||||
|
6671 6167 -1390,65 61,stand,,,
|
||||||
|
6698 6434 -1390,61 79 78 86,stand,,,
|
||||||
|
6781 6566 -1390,79 77 80,stand,,,
|
||||||
|
6650 6528 -1390,78 77,stand,,,
|
||||||
|
6845 6651 -1390,81 89 78,stand,,,
|
||||||
|
6953 6679 -1390,80 83 84 89,stand,,,
|
||||||
|
6951 6799 -1390,50 83 88,stand,,,
|
||||||
|
7047 6694 -1390,82 81,stand,,,
|
||||||
|
7099 6543 -1390,81 85,stand,,,
|
||||||
|
7080 6462 -1390,84 86 87 88,stand,,,
|
||||||
|
6793 6396 -1390,85 61 77 87,stand,,,
|
||||||
|
6908 6540 -1390,86 85,stand,,,
|
||||||
|
7248 6594 -1390,85 82,stand,,,
|
||||||
|
6805 6761 -1390,81 80,stand,,,
|
||||||
|
7072 6329 -1226,64 91,stand,,,
|
||||||
|
7157 6222 -1226,90 92 103,stand,,,
|
||||||
|
7185 6102 -1226,91 93 103,stand,,,
|
||||||
|
7267 5723 -1226,92 94 99,stand,,,
|
||||||
|
7270 5631 -1226,93 95,stand,,,
|
||||||
|
7167 5572 -1226,94 96,stand,,,
|
||||||
|
7066 5553 -1226,97 98 95,stand,,,
|
||||||
|
6995 5545 -1226,96 98 103 110 104,stand,,,
|
||||||
|
7011 5603 -1226,97 96 100 99,stand,,,
|
||||||
|
7055 5653 -1226,93 100 98,stand,,,
|
||||||
|
6997 5676 -1226,99 98 101,stand,,,
|
||||||
|
6923 5979 -1226,100 102,stand,,,
|
||||||
|
7006 6110 -1226,101,stand,,,
|
||||||
|
7101 6123 -1226,91 92 97,stand,,,
|
||||||
|
6816 5508 -1226,105 97,stand,,,
|
||||||
|
6844 5374 -1226,104 106,stand,,,
|
||||||
|
6911 5240 -1226,107 105 109,stand,,,
|
||||||
|
6963 5091 -1226,106 108 111,stand,,,
|
||||||
|
7112 5086 -1226,107 113 115,stand,,,
|
||||||
|
6990 5326 -1226,106 110,stand,,,
|
||||||
|
6914 5479 -1226,109 97,stand,,,
|
||||||
|
6883 4926 -1226,107 112 114,stand,,,
|
||||||
|
6858 5102 -1226,111 113,stand,,,
|
||||||
|
7047 5142 -1226,108 112,stand,,,
|
||||||
|
7119 4963 -1226,111,stand,,,
|
||||||
|
7392 5139 -1390,108 116,stand,,,
|
||||||
|
7425 5100 -1390,115 117 136,stand,,,
|
||||||
|
7288 5016 -1390,116 118,stand,,,
|
||||||
|
6998 5089 -1390,117 119 120,stand,,,
|
||||||
|
6898 4943 -1390,118,stand,,,
|
||||||
|
6937 5456 -1390,118 121,stand,,,
|
||||||
|
7021 5554 -1390,120 122 123 131,stand,,,
|
||||||
|
6999 5643 -1390,121 73,stand,,,
|
||||||
|
6818 5441 -1390,121 124,stand,,,
|
||||||
|
6882 5289 -1390,123 125,stand,,,
|
||||||
|
7062 5150 -1390,124 126,stand,,,
|
||||||
|
7164 5182 -1390,125 127 131,stand,,,
|
||||||
|
7358 5196 -1390,126 128,stand,,,
|
||||||
|
7460 5300 -1390,127 129 136,stand,,,
|
||||||
|
7411 5561 -1390,128 130 132,stand,,,
|
||||||
|
7329 5597 -1390,131 129,stand,,,
|
||||||
|
7123 5557 -1390,130 126 121,stand,,,
|
||||||
|
7519 5646 -1390,133 129 134,stand,,,
|
||||||
|
7530 5748 -1390,132 137,stand,,,
|
||||||
|
7671 5583 -1390,132 135,stand,,,
|
||||||
|
7735 5406 -1390,134 136,stand,,,
|
||||||
|
7652 5152 -1390,135 116 128,stand,,,
|
||||||
|
7423 5805 -1390,133 326,stand,,,
|
||||||
|
6435 6970 -1390,57,stand,,,
|
||||||
|
6160 7660 -1564,28 30 4,stand,,,
|
||||||
|
4216 7547 -1648,141 167 163,stand,,,
|
||||||
|
4136 7532 -1612,140 142 143,stand,,,
|
||||||
|
4218 7367 -1612,141,stand,,,
|
||||||
|
3935 7517 -1612,141 144 158,stand,,,
|
||||||
|
3903 7599 -1564,143 145 147 153,stand,,,
|
||||||
|
3855 7729 -1564,144 146,stand,,,
|
||||||
|
3900 7794 -1564,145 152 154,stand,,,
|
||||||
|
4015 7656 -1564,144 148 154,stand,,,
|
||||||
|
4101 7657 -1564,147 149 150,stand,,,
|
||||||
|
4177 7695 -1564,148 150 155,stand,,,
|
||||||
|
4113 7748 -1564,149 151 148,stand,,,
|
||||||
|
4065 7811 -1564,150 154,stand,,,
|
||||||
|
3698 7755 -1564,146 153,stand,,,
|
||||||
|
3744 7641 -1564,152 144,stand,,,
|
||||||
|
3981 7806 -1564,146 147 151,stand,,,
|
||||||
|
4770 7837 -1564,149 156 157,stand,,,
|
||||||
|
4822 7890 -1564,155 157 186 185,stand,,,
|
||||||
|
4833 7808 -1564,156 162 155 434,climb,,,
|
||||||
|
3736 7490 -1612,143 159,climb,,,
|
||||||
|
3731 7489 -1564,158 160,climb,,,
|
||||||
|
3648 7481 -1616,159 161,climb,,,
|
||||||
|
3205 7634 -1681,160 168 221 429,stand,,,
|
||||||
|
5407 7964 -1564,157,stand,,,
|
||||||
|
4850 7773 -1615,164 140 434,climb,,,
|
||||||
|
5236 7601 -1636,163 165,stand,,,
|
||||||
|
5545 7375 -1564,164 2 166,stand,,,
|
||||||
|
4872 7354 -1639,165 167 418,stand,,,
|
||||||
|
4385 7475 -1647,140 166,stand,,,
|
||||||
|
3139 7890 -1687,161 169,stand,,,
|
||||||
|
3106 8058 -1687,168 170 222 206,stand,,,
|
||||||
|
3176 8157 -1687,169 171 206 212,stand,,,
|
||||||
|
3307 7888 -1624,170 172,stand,,,
|
||||||
|
3411 7905 -1624,171 173,stand,,,
|
||||||
|
3377 8185 -1564,172 174 201,stand,,,
|
||||||
|
3457 8225 -1564,173 189 202 204,stand,,,
|
||||||
|
3604 8055 -1546,176 189,stand,,,
|
||||||
|
3737 7859 -1564,175 177,stand,,,
|
||||||
|
4052 7907 -1564,176 178 180 273,stand,,,
|
||||||
|
4188 7924 -1564,177 179 180 181,stand,,,
|
||||||
|
4342 7999 -1564,178 181 277,stand,,,
|
||||||
|
4110 8016 -1564,178 177 188 273,stand,,,
|
||||||
|
4296 7899 -1564,178 182 179 183,stand,,,
|
||||||
|
4562 8010 -1564,181,stand,,,
|
||||||
|
4406 7863 -1564,184 181 188,stand,,,
|
||||||
|
4692 7910 -1564,183 185,stand,,,
|
||||||
|
4777 7932 -1564,184 186 156 187,stand,,,
|
||||||
|
4858 7976 -1564,185 156 305 306,stand,,,
|
||||||
|
4719 8084 -1564,185,stand,,,
|
||||||
|
4236 7826 -1564,183 180,stand,,,
|
||||||
|
3600 8235 -1564,174 175 190,stand,,,
|
||||||
|
3644 8284 -1564,189 191,stand,,,
|
||||||
|
3638 8399 -1564,190 192,stand,,,
|
||||||
|
3833 8522 -1564,191 193,stand,,,
|
||||||
|
3985 8536 -1564,192 194 273 275,stand,,,
|
||||||
|
4079 8701 -1564,193 195 196 275,stand,,,
|
||||||
|
4047 8795 -1564,194 196 198,stand,,,
|
||||||
|
4131 8717 -1564,195 197 194,stand,,,
|
||||||
|
4446 8418 -1564,196,stand,,,
|
||||||
|
3951 8830 -1564,195 199,stand,,,
|
||||||
|
3719 8675 -1564,198 200 205,stand,,,
|
||||||
|
3351 8503 -1564,199 201,stand,,,
|
||||||
|
3298 8436 -1564,200 173,stand,,,
|
||||||
|
3510 8093 -1564,174 203,stand,,,
|
||||||
|
3540 7850 -1564,202,stand,,,
|
||||||
|
3139 8357 -1564,174 205,stand,,,
|
||||||
|
3113 8543 -1564,199 204,stand,,,
|
||||||
|
3017 8237 -1687,170 207 272 169,stand,,,
|
||||||
|
2946 8558 -1687,206 213,stand,,,
|
||||||
|
1495 8205 -1831,209 258 268,stand,,,
|
||||||
|
1602 8210 -1831,208 210,stand,,,
|
||||||
|
1789 8211 -1685,209 214 241 271,stand,,,
|
||||||
|
2566 8103 -1687,212 222,stand,,,
|
||||||
|
3029 8124 -1687,211 170 241,stand,,,
|
||||||
|
2396 8854 -1682,207 214,stand,,,
|
||||||
|
1955 8839 -1687,213 210,stand,,,
|
||||||
|
70 8575 -1938,216 229 228 430,stand,,,
|
||||||
|
81 8146 -1938,215 217 227 432 431,stand,,,
|
||||||
|
424 7561 -1943,216 218 228 219,stand,,,
|
||||||
|
635 7406 -1943,217 219 433,stand,,,
|
||||||
|
965 7406 -1943,218 220 235 217,stand,,,
|
||||||
|
1504 7399 -1893,219 221,stand,,,
|
||||||
|
2535 7608 -1692,220 222 161,stand,,,
|
||||||
|
2494 7740 -1696,169 221 211 223,stand,,,
|
||||||
|
1435 7556 -1908,222 224,stand,,,
|
||||||
|
1166 7538 -1943,225 223 242,stand,,,
|
||||||
|
1092 7594 -1943,224 226 242,stand,,,
|
||||||
|
679 7606 -1943,225 227,stand,,,
|
||||||
|
591 7718 -1943,226 228 216 432,stand,,,
|
||||||
|
584 7882 -1943,227 229 215 230 217 433 432,stand,,,
|
||||||
|
440 8432 -1932,228 215 430 431,stand,,,
|
||||||
|
673 7883 -1935,228 231,stand,,,
|
||||||
|
818 7912 -1831,232 233 230 255,stand,,,
|
||||||
|
833 8287 -1831,231,stand,,,
|
||||||
|
814 7734 -1831,231 234,stand,,,
|
||||||
|
704 7738 -1831,233,stand,,,
|
||||||
|
1091 7245 -1943,219 236,stand,,,
|
||||||
|
907 7247 -1823,235 237,stand,,,
|
||||||
|
902 7313 -1823,236 238,stand,,,
|
||||||
|
1104 7297 -1687,237 239,stand,,,
|
||||||
|
1138 7759 -1687,238 240,stand,,,
|
||||||
|
1655 8030 -1687,239 241,stand,,,
|
||||||
|
2166 7909 -1687,240 212 210,stand,,,
|
||||||
|
1142 7627 -1943,224 225 243,stand,,,
|
||||||
|
1145 7781 -1831,242 244 245 254,stand,,,
|
||||||
|
1177 7899 -1831,243 249 248 254,stand,,,
|
||||||
|
1289 7816 -1831,243 246 246 251,stand,,,
|
||||||
|
1391 7916 -1831,245 245 247 250,stand,,,
|
||||||
|
1326 7984 -1831,248 250 246,stand,,,
|
||||||
|
1215 7980 -1831,247 249 244,stand,,,
|
||||||
|
1165 8097 -1831,248 244 257 258,stand,,,
|
||||||
|
1470 8023 -1831,247 246,stand,,,
|
||||||
|
1337 7752 -1831,245 252,stand,,,
|
||||||
|
1462 7748 -1831,251 253,stand,,,
|
||||||
|
1456 7882 -1831,252,stand,,,
|
||||||
|
989 7905 -1831,244 243 255,stand,,,
|
||||||
|
913 7902 -1831,254 231 256,stand,,,
|
||||||
|
917 8122 -1831,255 257 269,stand,,,
|
||||||
|
1108 8153 -1831,256 258 249,stand,,,
|
||||||
|
1265 8191 -1831,257 208 249 428,stand,,,
|
||||||
|
1319 8322 -1811,260 428,climb,,,
|
||||||
|
1315 8366 -1943,259 261 266,climb,,,
|
||||||
|
1444 8738 -1943,260 262 267,stand,,,
|
||||||
|
983 8759 -1943,261 263,stand,,,
|
||||||
|
982 8314 -1943,262 264,stand,,,
|
||||||
|
1143 8317 -1943,265 263,stand,,,
|
||||||
|
1204 8443 -1943,264 266,stand,,,
|
||||||
|
1309 8443 -1943,265 260 267,stand,,,
|
||||||
|
1447 8433 -1943,266 261,stand,,,
|
||||||
|
1379 8241 -1831,208 428,stand,,,
|
||||||
|
921 8830 -1831,256 270,stand,,,
|
||||||
|
1509 8822 -1814,269,stand,,,
|
||||||
|
2340 8358 -1680,210 272,stand,,,
|
||||||
|
2883 8399 -1687,271 206,stand,,,
|
||||||
|
4065 8129 -1564,193 180 275 177 274,stand,,,
|
||||||
|
4339 8391 -1564,275 273,stand,,,
|
||||||
|
4156 8458 -1564,274 194 273 193 276,stand,,,
|
||||||
|
3963 8740 -1564,275,stand,,,
|
||||||
|
4564 8046 -1402,179 278 279,stand,,,
|
||||||
|
4600 8010 -1402,277 279 280,stand,,,
|
||||||
|
4663 8076 -1402,277 278 281 282,stand,,,
|
||||||
|
4432 7958 -1402,278,stand,,,
|
||||||
|
4711 8114 -1402,279 282 283,stand,,,
|
||||||
|
4722 8079 -1402,281 279 297,stand,,,
|
||||||
|
4683 8249 -1402,281 284 285,stand,,,
|
||||||
|
4894 8249 -1402,283,stand,,,
|
||||||
|
4689 8320 -1402,283 286,stand,,,
|
||||||
|
4741 8402 -1402,285 287,stand,,,
|
||||||
|
4934 8433 -1402,288 289 286,stand,,,
|
||||||
|
5006 8368 -1402,287 289 292 293,stand,,,
|
||||||
|
5033 8455 -1402,288 290 287,stand,,,
|
||||||
|
5298 8492 -1402,289,stand,,,
|
||||||
|
4613 8365 -1402,,stand,,,
|
||||||
|
5014 8198 -1402,288,stand,,,
|
||||||
|
5117 8290 -1402,288 294 295,stand,,,
|
||||||
|
5280 8252 -1402,293 296 297,stand,,,
|
||||||
|
5297 8395 -1402,293,stand,,,
|
||||||
|
5338 8199 -1402,294 297 298,stand,,,
|
||||||
|
5296 8183 -1402,294 296 282,stand,,,
|
||||||
|
5403 8220 -1402,17 296,stand,,,
|
||||||
|
5389 8141 -1564,15 300 317,stand,,,
|
||||||
|
5291 8187 -1564,299 301 307,stand,,,
|
||||||
|
5229 8174 -1564,302 300 307,stand,,,
|
||||||
|
5134 8153 -1564,301 303 308,stand,,,
|
||||||
|
5037 8144 -1564,304 302 308,stand,,,
|
||||||
|
4983 8136 -1564,303 305 309,stand,,,
|
||||||
|
4929 8109 -1564,186 306 304 309,stand,,,
|
||||||
|
4826 8120 -1564,186 305,stand,,,
|
||||||
|
5249 8231 -1564,300 301 316,stand,,,
|
||||||
|
5128 7984 -1564,302 303,stand,,,
|
||||||
|
4930 8179 -1564,304 305 310 311,stand,,,
|
||||||
|
5015 8426 -1564,309 311 315,stand,,,
|
||||||
|
4889 8329 -1564,310 309 312,stand,,,
|
||||||
|
4822 8302 -1564,311 314 313,stand,,,
|
||||||
|
4601 8281 -1564,314 312 410,stand,,,
|
||||||
|
4716 8362 -1564,313 312,stand,,,
|
||||||
|
5094 8429 -1564,310 316 318,stand,,,
|
||||||
|
5245 8286 -1564,307 315 318,stand,,,
|
||||||
|
5340 8114 -1564,299,stand,,,
|
||||||
|
5206 8444 -1564,315 316,stand,,,
|
||||||
|
6183 8355 -1564,23 320 323,stand,,,
|
||||||
|
6269 8353 -1612,321 319,stand,,,
|
||||||
|
6347 8125 -1612,320 322,stand,,,
|
||||||
|
6641 8143 -1612,321,stand,,,
|
||||||
|
6183 8013 -1564,319,stand,,,
|
||||||
|
6091 7662 -1564,4 28 24,stand,,,
|
||||||
|
6345 7640 -1564,29,stand,,,
|
||||||
|
7285 5767 -1518,137 327,stand,,,
|
||||||
|
7262 5711 -1518,326 328,stand,,,
|
||||||
|
7308 5567 -1646,327 329,stand,,,
|
||||||
|
7328 5358 -1646,328 330 331,stand,,,
|
||||||
|
7357 5274 -1646,329 331 332 417,stand,,,
|
||||||
|
7270 5307 -1646,330 329 403,stand,,,
|
||||||
|
7734 4440 -1646,330 333 416,stand,,,
|
||||||
|
7823 4384 -1646,332 334,stand,,,
|
||||||
|
8125 4454 -1646,333 363 358 367 364,stand,,,
|
||||||
|
12210 4382 -1071,336 339,stand,,,
|
||||||
|
12199 3697 -1071,335 337,stand,,,
|
||||||
|
11721 3729 -1071,336 338,stand,,,
|
||||||
|
11662 4180 -1071,337 339 341,stand,,,
|
||||||
|
11723 4408 -1071,338 335,stand,,,
|
||||||
|
10607 4093 -1251,341 342,stand,,,
|
||||||
|
11433 4197 -1239,338 340,stand,,,
|
||||||
|
10414 4004 -1447,340 343,stand,,,
|
||||||
|
10398 3346 -1447,342 344,stand,,,
|
||||||
|
10169 3297 -1646,343 345,stand,,,
|
||||||
|
9631 3186 -1646,344 346 347,stand,,,
|
||||||
|
9396 3144 -1646,345 347 348,stand,,,
|
||||||
|
9459 3340 -1646,346 345 385,stand,,,
|
||||||
|
8434 2946 -1646,346 349,stand,,,
|
||||||
|
8316 3050 -1646,348 350,stand,,,
|
||||||
|
8131 3952 -1646,349 351,stand,,,
|
||||||
|
8208 3999 -1646,350 352 352 354 364,stand,,,
|
||||||
|
8111 4033 -1646,351 353 351,stand,,,
|
||||||
|
8073 4268 -1646,352,stand,,,
|
||||||
|
8317 3929 -1646,355 357 351 367,stand,,,
|
||||||
|
8322 3817 -1646,354 356,stand,,,
|
||||||
|
8758 3925 -1646,355 357,stand,,,
|
||||||
|
8716 4140 -1646,356 354 365,stand,,,
|
||||||
|
8530 4430 -1646,359 334 364 365,stand,,,
|
||||||
|
8566 4590 -1646,358 365 366 380,stand,,,
|
||||||
|
8521 4788 -1646,361 366,stand,,,
|
||||||
|
8334 4860 -1646,360 362,stand,,,
|
||||||
|
8170 4785 -1646,361 363,stand,,,
|
||||||
|
8135 4554 -1646,362 334 366,stand,,,
|
||||||
|
8360 4320 -1646,358 351 334,stand,,,
|
||||||
|
8656 4434 -1646,357 358 359 380,stand,,,
|
||||||
|
8528 4707 -1646,359 360 363,stand,,,
|
||||||
|
8380 3986 -1646,334 354 368,stand,,,
|
||||||
|
8900 4154 -1646,367 369 369,stand,,,
|
||||||
|
9028 4322 -1646,368 370 368,stand,,,
|
||||||
|
9167 4363 -1615,369 380 371,stand,,,
|
||||||
|
9257 4402 -1615,372 373 370 378 381,stand,,,
|
||||||
|
9461 4457 -1615,371 373 376 377,stand,,,
|
||||||
|
9675 4407 -1615,372 374 371 377,stand,,,
|
||||||
|
9721 4580 -1615,373 375,stand,,,
|
||||||
|
9608 4642 -1615,374 376,stand,,,
|
||||||
|
9505 4599 -1615,375 372,stand,,,
|
||||||
|
9498 4309 -1615,372 373,stand,,,
|
||||||
|
9213 4560 -1615,379 371 386,stand,,,
|
||||||
|
9126 4545 -1615,378 380,stand,,,
|
||||||
|
8856 4473 -1646,379 359 365 370,stand,,,
|
||||||
|
9330 4042 -1615,371 382,stand,,,
|
||||||
|
9344 3971 -1646,381 383,stand,,,
|
||||||
|
9398 3671 -1646,382 384,stand,,,
|
||||||
|
9416 3577 -1615,383 385,stand,,,
|
||||||
|
9447 3430 -1615,384 347,stand,,,
|
||||||
|
9171 4810 -1615,378 387,stand,,,
|
||||||
|
9160 4858 -1646,386 388,stand,,,
|
||||||
|
9090 5202 -1646,387 389,stand,,,
|
||||||
|
9077 5256 -1615,388 390,stand,,,
|
||||||
|
9031 5385 -1615,389 391 392,stand,,,
|
||||||
|
8902 5415 -1615,390 392 411,stand,,,
|
||||||
|
9006 5510 -1615,391 390 393,stand,,,
|
||||||
|
8992 5661 -1615,392 394,stand,,,
|
||||||
|
8949 5892 -1814,393 395,stand,,,
|
||||||
|
8675 7149 -1814,394 396,stand,,,
|
||||||
|
8512 7211 -1814,395 397,stand,,,
|
||||||
|
6643 6833 -1814,396 398 404,stand,,,
|
||||||
|
6419 6744 -1814,397 399 404,stand,,,
|
||||||
|
6384 6554 -1814,398 426 427,stand,,,
|
||||||
|
6597 5536 -1814,401 427,stand,,,
|
||||||
|
6623 5472 -1836,400 402,stand,,,
|
||||||
|
6906 5238 -1845,401 403,stand,,,
|
||||||
|
7155 5281 -1646,402 331,stand,,,
|
||||||
|
6552 6925 -1814,398 397 405,stand,,,
|
||||||
|
6343 8176 -1814,404 406,stand,,,
|
||||||
|
6198 8278 -1814,405 407,stand,,,
|
||||||
|
4554 7947 -1814,406 408,stand,,,
|
||||||
|
4495 7982 -1814,407 409,stand,,,
|
||||||
|
4475 8069 -1814,408 410,stand,,,
|
||||||
|
4446 8247 -1692,409 313,stand,,,
|
||||||
|
8826 5400 -1615,391 412,stand,,,
|
||||||
|
8741 5378 -1646,411 413,stand,,,
|
||||||
|
7658 5113 -1646,412 414,stand,,,
|
||||||
|
7623 5084 -1646,413 415,stand,,,
|
||||||
|
7672 4874 -1646,416 414 417,stand,,,
|
||||||
|
7641 4497 -1646,415 332,stand,,,
|
||||||
|
7518 4816 -1646,415 330,stand,,,
|
||||||
|
5808 6689 -1345,166 0 429,stand,,,
|
||||||
|
6644 4869 -1321,0,stand,,,
|
||||||
|
6255 5971 -1390,0 421,stand,,,
|
||||||
|
6478 6012 -1390,420 422,stand,,,
|
||||||
|
6637 6057 -1518,421 423,stand,,,
|
||||||
|
6641 6102 -1518,422 424,stand,,,
|
||||||
|
6562 6396 -1814,423 425,stand,,,
|
||||||
|
6538 6482 -1814,426 424,stand,,,
|
||||||
|
6424 6482 -1814,425 399 427,stand,,,
|
||||||
|
6410 6422 -1814,400 426 399,stand,,,
|
||||||
|
1318 8283 -1831,259 258 268,climb,,,
|
||||||
|
4199 7007 -1419,161 418,stand,,,
|
||||||
|
232 8447 -1943,229 431 215,stand,,,
|
||||||
|
227 8244 -1943,430 432 216 229,stand,,,
|
||||||
|
354 8025 -1943,431 433 228 216 227,stand,,,
|
||||||
|
367 7808 -1943,432 218 228,stand,,,
|
||||||
|
4831 7796 -1524,157 163,climb,,,
|
||||||
|
6924 7121 -1390,39 45,stand,,,
|
||||||
|
6271 7088 -1419,2 1,stand,,,
|
||||||
|
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,,,
|
||||||
|
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,,,
|
||||||
|
116
scriptdata/waypoints/mp_airstrike_v1_wp.csv
Normal file
@@ -0,0 +1,116 @@
|
|||||||
|
115
|
||||||
|
1080 186 228,62,stand,,,
|
||||||
|
1148 186 228,62,stand,,,
|
||||||
|
1220 186 228,62,stand,,,
|
||||||
|
1288 186 228,62,stand,,,
|
||||||
|
1352 186 228,62,stand,,,
|
||||||
|
1464 182 228,60,stand,,,
|
||||||
|
1594 -104 228,57 59,stand,,,
|
||||||
|
1380 -196 228,57,stand,,,
|
||||||
|
-256 170 228,77 70,stand,,,
|
||||||
|
-1184 -178 228,85,stand,,,
|
||||||
|
-1466 -98 228,85 86,stand,,,
|
||||||
|
-1466 102 228,83 87 92,stand,,,
|
||||||
|
-970 -128 384,114,stand,,,
|
||||||
|
-978 128 384,112,stand,,,
|
||||||
|
-622 120 384,112,stand,,,
|
||||||
|
-606 -128 384,114,stand,,,
|
||||||
|
1268 94 77,103,stand,,,
|
||||||
|
1200 94 77,103,stand,,,
|
||||||
|
948 82 80,105,stand,,,
|
||||||
|
712 82 80,106,stand,,,
|
||||||
|
456 78 80,107,stand,,,
|
||||||
|
196 82 80,108,stand,,,
|
||||||
|
-1706 157 328,23 24 26 88,stand,,,
|
||||||
|
-1682 45 327,22 24 87 88,stand,,,
|
||||||
|
-1723 -123 328,23 22 25 88,stand,,,
|
||||||
|
-1573 -158 384,24 28,stand,,,
|
||||||
|
-1564 154 384,22 27,stand,,,
|
||||||
|
-1427 106 384,26 30 28,stand,,,
|
||||||
|
-1425 -102 384,25 29 27,stand,,,
|
||||||
|
-1144 -102 384,28 30 31,stand,,,
|
||||||
|
-1137 104 384,27 29 31,stand,,,
|
||||||
|
-1119 8 384,29 30 32 113,stand,,,
|
||||||
|
-480 0 384,31 33 34 113,stand,,,
|
||||||
|
-451 145 384,34 32 36 37,stand,,,
|
||||||
|
-442 -145 384,33 32 35 38,stand,,,
|
||||||
|
-144 -131 384,34 38 40 39 43,stand,,,
|
||||||
|
-131 145 384,33 37 42 41 44,stand,,,
|
||||||
|
-287 133 384,36 33 38,stand,,,
|
||||||
|
-286 -119 384,37 35 34,stand,,,
|
||||||
|
404 -125 384,40 35 41 43,stand,,,
|
||||||
|
606 -114 384,39 35 45,stand,,,
|
||||||
|
418 132 384,42 36 39 44,stand,,,
|
||||||
|
601 101 384,41 36 45,stand,,,
|
||||||
|
142 -100 384,44 35 39,stand,,,
|
||||||
|
139 114 384,43 36 41,stand,,,
|
||||||
|
887 1 384,42 40 47 46,stand,,,
|
||||||
|
845 -133 384,45 48,stand,,,
|
||||||
|
848 136 384,45 49,stand,,,
|
||||||
|
1333 -187 384,49 46 50 50 52,stand,,,
|
||||||
|
1332 185 384,48 47 50 51,stand,,,
|
||||||
|
1271 -3 384,48 49 48 52 51 55,stand,,,
|
||||||
|
1359 103 384,49 50 54,stand,,,
|
||||||
|
1363 -100 384,50 48 53,stand,,,
|
||||||
|
1647 -110 384,54 52,stand,,,
|
||||||
|
1645 100 384,53 51,stand,,,
|
||||||
|
973 -7 228,50 56 63,stand,,,
|
||||||
|
920 142 228,55 62 63 64 66,stand,,,
|
||||||
|
1365 -101 228,6 59 62 63 7 111,stand,,,
|
||||||
|
1462 -160 228,59,stand,,,
|
||||||
|
1458 -101 228,60 58 6 57,stand,,,
|
||||||
|
1466 110 228,59 5 61 62,stand,,,
|
||||||
|
1596 106 228,60 62,stand,,,
|
||||||
|
1363 115 228,56 60 61 57 4 3 2 1 0 64 111,stand,,,
|
||||||
|
945 -174 228,56 55 57,stand,,,
|
||||||
|
773 125 228,56 65 62 69,stand,,,
|
||||||
|
610 134 228,64 66 67,stand,,,
|
||||||
|
521 154 228,65 56 68 71,stand,,,
|
||||||
|
598 -143 228,65 68 69 70,stand,,,
|
||||||
|
333 -120 228,66 67 70 73,stand,,,
|
||||||
|
766 -142 228,67 64,stand,,,
|
||||||
|
-252 -140 228,68 73 67 74 8 79,stand,,,
|
||||||
|
-111 216 228,66 72 78,stand,,,
|
||||||
|
-97 70 228,71 73,stand,,,
|
||||||
|
-41 -117 228,70 72 68,stand,,,
|
||||||
|
-666 -126 228,70 75 76 79,stand,,,
|
||||||
|
-820 7 228,74 76 81 82,stand,,,
|
||||||
|
-650 108 228,75 74 77 80,stand,,,
|
||||||
|
-305 148 228,76 8 78 80,stand,,,
|
||||||
|
-172 135 228,77 71,stand,,,
|
||||||
|
-464 -122 228,80 74 70,stand,,,
|
||||||
|
-453 154 228,77 76 79,stand,,,
|
||||||
|
-841 -144 228,82 75 84,stand,,,
|
||||||
|
-854 146 228,81 75 83,stand,,,
|
||||||
|
-1032 103 228,82 11 92,stand,,,
|
||||||
|
-1031 -108 228,81 85,stand,,,
|
||||||
|
-1258 -105 228,84 10 9,stand,,,
|
||||||
|
-1499 -39 228,10 87 88,stand,,,
|
||||||
|
-1502 39 228,86 11 23,stand,,,
|
||||||
|
-1689 -40 327,24 23 22 86,stand,,,
|
||||||
|
-1577 85 77,90 95 96,stand,,,
|
||||||
|
-1573 161 77,89 91,climb,,,
|
||||||
|
-1610 174 228,90 92,climb,,,
|
||||||
|
-1610 108 228,91 11 83,stand,,,
|
||||||
|
-637 -135 77,94 96 98,stand,,,
|
||||||
|
-1752 -95 79,95 93,stand,,,
|
||||||
|
-1767 111 79,94 89,stand,,,
|
||||||
|
-620 136 77,93 89 97,stand,,,
|
||||||
|
-279 65 77,96 98 99,stand,,,
|
||||||
|
-278 -72 77,93 97 100,stand,,,
|
||||||
|
-135 118 77,97 100,stand,,,
|
||||||
|
-148 -118 77,98 99 101,stand,,,
|
||||||
|
-29 -138 77,100 102 109,stand,,,
|
||||||
|
1200 -113 77,101 103 109 110,stand,,,
|
||||||
|
1182 -15 77,102 104 17 16 110,stand,,,
|
||||||
|
1122 36 77,103 105 106 107 108,stand,,,
|
||||||
|
946 29 77,18 104 106,stand,,,
|
||||||
|
689 28 77,105 107 19 104 108,stand,,,
|
||||||
|
439 36 77,106 108 20 104,stand,,,
|
||||||
|
172 30 77,107 21 104 106 109,stand,,,
|
||||||
|
202 -126 77,108 101 102,stand,,,
|
||||||
|
1254 20 77,102 111 103,climb,,,
|
||||||
|
1296 21 228,110 62 57,climb,,,
|
||||||
|
-803 121 384,113 13 14,stand,,,
|
||||||
|
-803 29 384,112 114 31 32,stand,,,
|
||||||
|
-800 -100 384,113 15 12,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,,,
|
||||||
|
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,,,
|
||||||
|
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,,,
|
||||||
|
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,,,
|
||||||
|
236
scriptdata/waypoints/mp_asylum_wp.csv
Normal file
@@ -0,0 +1,236 @@
|
|||||||
|
235
|
||||||
|
-126 -778 13,192 193,stand,,,
|
||||||
|
933 -554 -25,2 169,stand,,,
|
||||||
|
831 -784 -38,168 1,stand,,,
|
||||||
|
-30 -682 -19,189 190,stand,,,
|
||||||
|
-604 3 106,139 138,stand,,,
|
||||||
|
172 -307 106,41 178,stand,,,
|
||||||
|
-336 -44 -22,121,stand,,,
|
||||||
|
-341 150 -22,121,stand,,,
|
||||||
|
757 94 -23,9 125,stand,,,
|
||||||
|
757 -70 -21,124 8,stand,,,
|
||||||
|
817 409 -24,11 88 90,stand,,,
|
||||||
|
817 217 -24,88 10,stand,,,
|
||||||
|
1123 -224 -24,84 86,stand,,,
|
||||||
|
1459 55 -24,80,stand,,,
|
||||||
|
1299 119 -24,80 81,stand,,,
|
||||||
|
1267 391 -23,78 79,stand,,,
|
||||||
|
1621 449 -24,79,stand,,,
|
||||||
|
889 1033 -24,71 40 99,stand,,,
|
||||||
|
369 921 7,97 100,stand,,,
|
||||||
|
65 745 7,103,stand,,,
|
||||||
|
-62 985 106,106 105 109,stand,,,
|
||||||
|
-1084 907 106,206 207 208,stand,,,
|
||||||
|
585 1393 37,68 67 70,stand,,,
|
||||||
|
1709 1249 38,46 49,stand,,,
|
||||||
|
1205 885 106,223 30,stand,,,
|
||||||
|
627 1015 106,217 218 219,stand,,,
|
||||||
|
-1191 -421 106,146 147,stand,,,
|
||||||
|
-1309 -612 11,156 157,stand,,,
|
||||||
|
-818 -655 13,155 156 196,stand,,,
|
||||||
|
955 851 106,223 217 224,stand,,,
|
||||||
|
1163 687 106,24 224,stand,,,
|
||||||
|
765 650 108,228 229,stand,,,
|
||||||
|
305 1129 106,214 215,stand,,,
|
||||||
|
899 1915 105,53 59,stand,,,
|
||||||
|
-266 745 106,110 42,stand,,,
|
||||||
|
-742 1021 106,129,stand,,,
|
||||||
|
-1036 359 106,133,stand,,,
|
||||||
|
-1071 -261 106,145 144,stand,,,
|
||||||
|
1478 1260 -24,48 75,stand,,,
|
||||||
|
1373 769 -24,74 75,stand,,,
|
||||||
|
1150 1028 -24,17 74,stand,,,
|
||||||
|
95 -292 106,142 5 178,stand,,,
|
||||||
|
-468 775 106,34 111 110,stand,,,
|
||||||
|
-130 649 -17,117 118,stand,,,
|
||||||
|
-628 559 106,112 127 111,stand,,,
|
||||||
|
1718 1909 72,46 50,stand,,,
|
||||||
|
1710 1597 63,45 23 49,stand,,,
|
||||||
|
1265 1585 36,48 49 52 57,stand,,,
|
||||||
|
1244 1299 -24,47 38 71,stand,,,
|
||||||
|
1516 1591 46,46 47 23,stand,,,
|
||||||
|
1536 1943 72,45 51,stand,,,
|
||||||
|
1400 1822 55,50 52,stand,,,
|
||||||
|
1278 1743 49,47 51 57,stand,,,
|
||||||
|
837 1718 105,54 33 60,stand,,,
|
||||||
|
819 1718 143,53 55,stand,,,
|
||||||
|
797 1720 106,54 56,stand,,,
|
||||||
|
535 1706 106,55 211,stand,,,
|
||||||
|
1077 1743 58,52 58 61 47,stand,,,
|
||||||
|
1022 1924 78,57 59,stand,,,
|
||||||
|
976 1927 105,58 33,stand,,,
|
||||||
|
911 1591 105,53 66,stand,,,
|
||||||
|
1082 1469 31,57 62,stand,,,
|
||||||
|
773 1483 33,61 63 67,stand,,,
|
||||||
|
697 1481 72,62 64,stand,,,
|
||||||
|
613 1567 72,63 65,stand,,,
|
||||||
|
664 1574 72,64 66,stand,,,
|
||||||
|
725 1590 105,65 60,stand,,,
|
||||||
|
776 1385 31,62 22 68,stand,,,
|
||||||
|
673 1312 36,22 67,stand,,,
|
||||||
|
497 1568 36,70,stand,,,
|
||||||
|
519 1443 38,69 22,stand,,,
|
||||||
|
930 1244 -24,48 72 73 17,stand,,,
|
||||||
|
806 1183 -24,71 73,stand,,,
|
||||||
|
810 1310 -24,72 71,stand,,,
|
||||||
|
1227 865 -24,40 39 75 77,stand,,,
|
||||||
|
1372 874 -24,39 74 38 76,stand,,,
|
||||||
|
1509 886 -24,75,stand,,,
|
||||||
|
1157 618 -24,74 78,stand,,,
|
||||||
|
1131 486 -24,77 15,stand,,,
|
||||||
|
1423 434 -23,15 16 80,stand,,,
|
||||||
|
1384 183 -23,79 13 14,stand,,,
|
||||||
|
1111 115 -24,14 83 84,stand,,,
|
||||||
|
1001 279 -3,83 89,stand,,,
|
||||||
|
1046 281 -24,82 81,stand,,,
|
||||||
|
1122 -85 -24,81 85 12,stand,,,
|
||||||
|
1198 -55 -24,84,stand,,,
|
||||||
|
885 -213 -24,12 87,stand,,,
|
||||||
|
915 13 -24,86 88,stand,,,
|
||||||
|
876 289 -24,87 89 11 10 90,stand,,,
|
||||||
|
958 279 -24,88 82,stand,,,
|
||||||
|
925 417 -24,88 10 91,stand,,,
|
||||||
|
905 585 -24,90 92 99,stand,,,
|
||||||
|
787 574 -27,91 93,stand,,,
|
||||||
|
778 663 -23,92 94,stand,,,
|
||||||
|
508 659 -14,93 95,stand,,,
|
||||||
|
391 695 -14,94 96 119,stand,,,
|
||||||
|
390 723 6,95 97,stand,,,
|
||||||
|
395 794 -24,96 98 18 100 101,stand,,,
|
||||||
|
722 810 -24,97 99,stand,,,
|
||||||
|
944 811 -24,98 17 91,stand,,,
|
||||||
|
446 890 -24,18 97,stand,,,
|
||||||
|
235 847 -24,97 102 104,stand,,,
|
||||||
|
233 754 -24,101 103,stand,,,
|
||||||
|
74 748 -24,102 19,stand,,,
|
||||||
|
3 850 106,101 105,stand,,,
|
||||||
|
-58 853 106,104 109 20 107,stand,,,
|
||||||
|
233 939 106,20 216 234,stand,,,
|
||||||
|
-53 757 106,108 105 233,stand,,,
|
||||||
|
-167 753 106,109 107,stand,,,
|
||||||
|
-162 846 106,108 105 20 110,stand,,,
|
||||||
|
-258 869 106,109 34 42,stand,,,
|
||||||
|
-646 756 106,42 112 44 128,stand,,,
|
||||||
|
-579 631 106,111 113 44,stand,,,
|
||||||
|
-556 630 126,112 114,stand,,,
|
||||||
|
-526 629 93,113 115,stand,,,
|
||||||
|
-435 610 59,114 116,stand,,,
|
||||||
|
-268 432 -18,115 117,stand,,,
|
||||||
|
-144 418 -23,116 43 120,stand,,,
|
||||||
|
149 655 -18,43 119,stand,,,
|
||||||
|
314 653 -18,118 95,stand,,,
|
||||||
|
-229 51 -24,117 121 122,stand,,,
|
||||||
|
-338 55 -22,120 7 6,stand,,,
|
||||||
|
57 34 -19,120 123,stand,,,
|
||||||
|
455 53 -17,122 124 125 126,stand,,,
|
||||||
|
645 -36 -11,123 9,stand,,,
|
||||||
|
651 87 -11,8 123,stand,,,
|
||||||
|
500 -351 -26,123 170 171 187,stand,,,
|
||||||
|
-645 274 106,44,stand,,,
|
||||||
|
-812 734 106,111 129 134 208,stand,,,
|
||||||
|
-817 1037 106,35 130 128,stand,,,
|
||||||
|
-855 1116 106,129,stand,,,
|
||||||
|
-1081 527 106,132 133 210,stand,,,
|
||||||
|
-1170 532 106,131,stand,,,
|
||||||
|
-1034 448 106,131 36,stand,,,
|
||||||
|
-771 483 106,128 135,stand,,,
|
||||||
|
-843 306 106,134 136 205,stand,,,
|
||||||
|
-806 188 106,135 137 197,stand,,,
|
||||||
|
-670 185 106,138 136,stand,,,
|
||||||
|
-662 77 106,137 139 139 197 4,stand,,,
|
||||||
|
-584 67 106,138 4 138 140,stand,,,
|
||||||
|
-401 36 106,139 141,stand,,,
|
||||||
|
-318 -35 106,140 142,stand,,,
|
||||||
|
-316 -241 106,141 143 41,stand,,,
|
||||||
|
-447 -244 106,142 177 204,stand,,,
|
||||||
|
-875 -262 106,37 147 204,stand,,,
|
||||||
|
-1058 -165 106,37 146 202 199,stand,,,
|
||||||
|
-1247 -200 106,145 26,stand,,,
|
||||||
|
-882 -428 106,26 144 148,stand,,,
|
||||||
|
-730 -425 106,147 149,stand,,,
|
||||||
|
-698 -421 94,148 150 152,stand,,,
|
||||||
|
-603 -427 94,149 151 152,stand,,,
|
||||||
|
-566 -423 106,150 177,stand,,,
|
||||||
|
-634 -532 94,150 149 153,stand,,,
|
||||||
|
-659 -701 6,152 154,stand,,,
|
||||||
|
-660 -771 9,153 155 194,stand,,,
|
||||||
|
-769 -769 13,154 28,stand,,,
|
||||||
|
-1088 -594 13,28 27,stand,,,
|
||||||
|
-1277 -774 8,27 158,stand,,,
|
||||||
|
-1225 -848 -11,159 160 157,stand,,,
|
||||||
|
-1057 -853 -21,158 160,stand,,,
|
||||||
|
-1149 -1118 -21,159 158 161,stand,,,
|
||||||
|
-874 -1187 -39,160 162,stand,,,
|
||||||
|
-695 -1192 -40,161 163,stand,,,
|
||||||
|
-468 -1129 -29,162 164,stand,,,
|
||||||
|
-344 -1111 -23,165 163 191,stand,,,
|
||||||
|
81 -1083 -21,164 166 190,stand,,,
|
||||||
|
369 -1071 -21,165 167,stand,,,
|
||||||
|
564 -899 -26,166 168,stand,,,
|
||||||
|
776 -884 -36,167 2 186,stand,,,
|
||||||
|
769 -547 -32,1 170 187,stand,,,
|
||||||
|
657 -356 -24,169 126,stand,,,
|
||||||
|
311 -349 -25,126 172,stand,,,
|
||||||
|
314 -450 -18,171 173 184,stand,,,
|
||||||
|
250 -438 -13,172 174,stand,,,
|
||||||
|
23 -457 107,173 175,stand,,,
|
||||||
|
-59 -467 106,174 176,stand,,,
|
||||||
|
-66 -539 106,175 177,stand,,,
|
||||||
|
-441 -455 106,176 151 143 183,stand,,,
|
||||||
|
151 -210 106,5 179 41,stand,,,
|
||||||
|
280 -214 106,180 182 178,stand,,,
|
||||||
|
287 -275 106,179 181,stand,,,
|
||||||
|
410 -217 106,180 182,stand,,,
|
||||||
|
348 -161 106,181 179,stand,,,
|
||||||
|
-496 -553 106,177,stand,,,
|
||||||
|
243 -581 -28,172 187 189,stand,,,
|
||||||
|
342 -772 -20,186 189,stand,,,
|
||||||
|
543 -766 -23,185 187 168,stand,,,
|
||||||
|
537 -590 -23,186 184 169 126,stand,,,
|
||||||
|
724 -965 -25,,stand,,,
|
||||||
|
196 -753 -28,185 184 3 190,stand,,,
|
||||||
|
63 -896 -23,3 189 165,stand,,,
|
||||||
|
-320 -1256 -19,164,stand,,,
|
||||||
|
-330 -769 5,0 193 194,stand,,,
|
||||||
|
-160 -705 15,192 0,stand,,,
|
||||||
|
-522 -769 6,192 195 154,stand,,,
|
||||||
|
-536 -662 8,194,stand,,,
|
||||||
|
-760 -584 13,28,stand,,,
|
||||||
|
-791 41 106,136 138 200 203,stand,,,
|
||||||
|
-1111 29 106,199,stand,,,
|
||||||
|
-1075 -92 106,198 200 145,stand,,,
|
||||||
|
-935 34 106,199 201 197,stand,,,
|
||||||
|
-909 139 106,200,stand,,,
|
||||||
|
-871 -179 106,145 203,stand,,,
|
||||||
|
-790 -178 106,202 197 204,stand,,,
|
||||||
|
-796 -258 106,203 144 143,stand,,,
|
||||||
|
-928 275 106,135,stand,,,
|
||||||
|
-971 952 106,21,stand,,,
|
||||||
|
-1160 947 106,21,stand,,,
|
||||||
|
-1034 737 106,21 209 210 128,stand,,,
|
||||||
|
-1018 614 106,208 210,stand,,,
|
||||||
|
-1079 618 106,209 131 208,stand,,,
|
||||||
|
363 1640 106,212 56 213,stand,,,
|
||||||
|
288 1654 106,211,stand,,,
|
||||||
|
342 1407 106,211 214,stand,,,
|
||||||
|
390 1231 106,32 213,stand,,,
|
||||||
|
365 1056 106,32 216,stand,,,
|
||||||
|
376 830 106,215 106 217 234,stand,,,
|
||||||
|
631 803 106,216 25 29,stand,,,
|
||||||
|
516 1007 106,25,stand,,,
|
||||||
|
909 1031 110,25 220,stand,,,
|
||||||
|
956 1025 126,219 221,stand,,,
|
||||||
|
994 1027 113,220 222,stand,,,
|
||||||
|
1154 1025 106,221 223,stand,,,
|
||||||
|
1148 859 106,29 24 222,stand,,,
|
||||||
|
878 672 106,30 29 225,stand,,,
|
||||||
|
861 593 106,224 226,stand,,,
|
||||||
|
842 593 144,225 227,stand,,,
|
||||||
|
820 598 111,226 228,stand,,,
|
||||||
|
766 586 108,227 31,stand,,,
|
||||||
|
274 672 108,31 230,stand,,,
|
||||||
|
72 645 108,229 231,stand,,,
|
||||||
|
75 687 108,230 232,stand,,,
|
||||||
|
73 720 144,231 233,stand,,,
|
||||||
|
72 739 106,232 234 107,stand,,,
|
||||||
|
233 747 106,233 106 216,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,,,
|
||||||
|