Compare commits
121 Commits
v2.0.1
...
3de51aa71b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3de51aa71b | ||
|
|
5d43e00d8d | ||
|
|
0ab94bfea7 | ||
|
|
8038a30557 | ||
|
|
9bbf46a7fe | ||
|
|
e781a8d05e | ||
|
|
6c935c2bbd | ||
|
|
1477323917 | ||
|
|
9e19374125 | ||
|
|
7766d8b888 | ||
|
|
c5b7dd0c19 | ||
|
|
f0eeda9b50 | ||
|
|
746e10633a | ||
|
|
825d147ea2 | ||
|
|
a836c9528e | ||
|
|
e4d101a326 | ||
|
|
5301ae50ec | ||
|
|
f133f5f33f | ||
|
|
db9e179b8d | ||
|
|
3f0ebe8aa3 | ||
|
|
430fdfb944 | ||
|
|
4bf18a2c21 | ||
|
|
6711918420 | ||
|
|
817c5d4952 | ||
|
|
e3d21a5d24 | ||
|
|
668c0347e2 | ||
|
|
6cf75a728d | ||
|
|
74152453bf | ||
|
|
243404fdc8 | ||
|
|
896928fef0 | ||
|
|
2606ce3e09 | ||
|
|
f58a9826ea | ||
|
|
5cf6960371 | ||
|
|
3abc261aed | ||
|
|
58c8498991 | ||
|
|
6075cee7e4 | ||
|
|
1126cf4be6 | ||
|
|
930f9a3aa0 | ||
|
|
56ba69b266 | ||
|
|
2cba86826c | ||
|
|
c7a5693533 | ||
|
|
935129b8b0 | ||
|
|
ba25fa204c | ||
|
|
088d3d3c19 | ||
|
|
90eec289a1 | ||
|
|
a114e724fd | ||
|
|
236dcca7c9 | ||
|
|
f72f931bab | ||
|
|
2c7db3b149 | ||
|
|
fafcf4a507 | ||
|
|
7b936f74fc | ||
|
|
fb829af4c9 | ||
|
|
d732dff2ad | ||
|
|
e2357b8b3d | ||
|
|
7b1973a689 | ||
|
|
1f5c23f275 | ||
|
|
64e6821171 | ||
|
|
b17bdec320 | ||
|
|
b62734298b | ||
|
|
8655d5ab5d | ||
|
|
521d5b425c | ||
|
|
ad890673a2 | ||
|
|
14b161b3ed | ||
|
|
edd674fdbe | ||
|
|
4258aa872b | ||
|
|
45e13c60ad | ||
|
|
58fdabc2cf | ||
|
|
fa835e7ff1 | ||
|
|
11f170073c | ||
|
|
257ffd6d61 | ||
|
|
38eba8089f | ||
|
|
1e055b5bf5 | ||
|
|
4db478c8f1 | ||
|
|
86477e579f | ||
|
|
dd635903c6 | ||
|
|
cda591313e | ||
|
|
d0e67be25a | ||
|
|
a66e849dfe | ||
|
|
07bbe8aade | ||
|
|
e032ecd4c8 | ||
|
|
5dbfb2f2ad | ||
|
|
d5cdb98ffb | ||
|
|
7f9f9d0eb6 | ||
|
|
4d56d1e77f | ||
|
|
a0d443c295 | ||
|
|
d641264cca | ||
|
|
9b1158341b | ||
|
|
cf034fce87 | ||
|
|
f438568a70 | ||
|
|
bcf607e2f3 | ||
|
|
6619087af1 | ||
|
|
5892e46daa | ||
|
|
b6991b3754 | ||
|
|
b877ecffda | ||
|
|
4cdde8e7a5 | ||
|
|
0884902695 | ||
|
|
bdea53b670 | ||
|
|
8f5f1e0572 | ||
|
|
d90a1a29b8 | ||
|
|
cf377c976e | ||
|
|
a4819bacf4 | ||
|
|
ed8fd1db01 | ||
|
|
a11119abe3 | ||
|
|
26e0344a56 | ||
|
|
10576118ee | ||
|
|
2e10706c4c | ||
|
|
7d8ed25cdc | ||
|
|
831a63032b | ||
|
|
95755e1749 | ||
|
|
30eae3d3d9 | ||
|
|
bb74baec06 | ||
|
|
cc9c873ce7 | ||
|
|
fb6daae114 | ||
|
|
d435111091 | ||
|
|
417faa0353 | ||
|
|
65eaedd9d4 | ||
|
|
8d108b0fc5 | ||
|
|
e3253d291a | ||
|
|
ea26141601 | ||
|
|
84768fce13 | ||
|
|
2e145d7093 |
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
|
||||
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 .
|
||||
26
.gitignore
vendored
@@ -1,24 +1,6 @@
|
||||
# Ignore everything in repository root
|
||||
/*
|
||||
|
||||
# Files to not ignore
|
||||
!/.gitignore
|
||||
|
||||
!/z_client.bat
|
||||
!/z_dev.bat
|
||||
!/z_devserver.bat
|
||||
!/z_server.bat
|
||||
!/z_serverdev.bat
|
||||
!/z_bots.bat
|
||||
!/README.md
|
||||
!/out
|
||||
|
||||
*.zip
|
||||
|
||||
!/main/
|
||||
!/main_shared/
|
||||
/main/*
|
||||
!/main/server.cfg
|
||||
|
||||
*.log
|
||||
*.log*
|
||||
*.stat
|
||||
logs/
|
||||
demos/
|
||||
missingasset.csv
|
||||
|
||||
3
.gitmodules
vendored
@@ -1,3 +0,0 @@
|
||||
[submodule "main_shared/waypoints"]
|
||||
path = main_shared/waypoints
|
||||
url = https://github.com/ineedbots/t4m_waypoints
|
||||
15
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"astyle.astylerc": "${workspaceRoot}/.astylerc",
|
||||
"astyle.additional_languages": [
|
||||
"gsc"
|
||||
],
|
||||
"[gsc]": {
|
||||
"editor.defaultFormatter": "chiehyu.vscode-astyle",
|
||||
},
|
||||
"editor.quickSuggestions": {
|
||||
"other": true,
|
||||
"comments": true,
|
||||
"strings": true
|
||||
},
|
||||
"vscode-codscript.use_builtin_completionItems": false
|
||||
}
|
||||
171
README.md
@@ -1,11 +1,11 @@
|
||||

|
||||

|
||||
|
||||
# T4M Bot Warfare
|
||||
Bot Warfare is a GSC mod for the [T4M project](https://github.com/ineedbots/T4M).
|
||||
# T4 Bot Warfare
|
||||
Bot Warfare is a GSC mod for the [PlutoniumT4 project](https://plutonium.pw/).
|
||||
|
||||
It aims to add playable AI to the multiplayer games of World at War.
|
||||
|
||||
You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfare/downloads/t4m-bot-warfare-latest).
|
||||
You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfare/downloads/t4-bot-warfare-latest).
|
||||
|
||||
## <span style="color:red">Important to public dedicated servers</span>
|
||||
The ```bots_main_firstIsHost``` DVAR is enabled by default!
|
||||
@@ -22,7 +22,7 @@ Make sure to disable this DVAR by adding ```set bots_main_firstIsHost 0``` in yo
|
||||
- [Credits](#Credits)
|
||||
|
||||
## Features
|
||||
- A Waypoint Editor for creating and modifying bot's waypoints of traversing the map. Have a look at [Using the Waypoint editor]().
|
||||
- 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.
|
||||
|
||||
@@ -57,15 +57,8 @@ 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
|
||||
|
||||
## Installation
|
||||
T4M requires an unpacked steamless version of the multiplayer World at War executable (otherwise known as LanFixed). You can use a [Steam Unpacker](https://github.com/atom0s/Steamless) on your multiplayer World at War Steam executable to acquire the required executable.
|
||||
|
||||
Also make sure that PunkBuster is disabled!
|
||||

|
||||
|
||||
0. Make sure that [T4M](https://github.com/ineedbots/T4M) is installed, updated and working properly.
|
||||
- Download the [d3d9.dll](https://github.com/ineedbots/T4M/releases) and place it into the root of your World at War install
|
||||
- Download the [WaW MP LanFixed](https://bit.ly/3803IUC) and place it into the root of your World at War install, you will use this executable to run the game.
|
||||
- Download the [latest release](https://github.com/ineedbots/t4m_bot_warfare/releases) of Bot Warfare.
|
||||
0. Make sure that [Plutonium T4](https://plutonium.pw/docs/install/) is installed, updated and working properly.
|
||||
- Download the [latest release](https://github.com/ineedbots/t4_bot_warfare/releases) of Bot Warfare.
|
||||
1. Extract all the files from the Bot Warfare release archive you downloaded to anywhere on your computer.
|
||||
2. Run the 'install.bat'. This copies the mod to your WaW mods folder.
|
||||
3. The mod is now installed, now run your game.
|
||||
@@ -83,90 +76,74 @@ Also make sure that PunkBuster is disabled!
|
||||
- Pressing the menu buttons again closes menus.
|
||||
|
||||
### DVARs
|
||||
- bots_manage_add - an integer amount of bots to add to the game, resets to 0 once the bots have been added.
|
||||
- for example: 'bots_manage_add 10' will add 10 bots to the game.
|
||||
|
||||
- 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_loadout_prestige - an integer number, bots will be this prestige, -1 is the same as player, -2 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
|
||||
| Dvar | Description | Default Value |
|
||||
|----------------------------------|---------------------------------------------------------------------------------------------|--------------:|
|
||||
| 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 at start of the game, or enable bot event prints. <ul><li>`0` - disable</li><li>`1` - for just debug events</li><li>`2` - for every event</li><ul> | 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><li>`2` - exactly `0` but auto adjusts `bots_manage_fill` to map.</li><li>`3` - exactly `1` but auto adjusts `bots_manage_fill` to map.</li><li>`4` - bots are used for balancing teams.</li><li>`5` - exactly `4` but auto adjusts `bots_manage_fill` to map.</li></ul> | 0 |
|
||||
| bots_manage_fill_watchplayers | Bots will not be added until one player is in the game | 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 `1` 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><li>`9` - Every difficulty parameter is randomized</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_loadout_prestige | What prestige to set the bots.<ul><li>`-1` - Same as host player in the match.</li><li>`-2` - All random.</li><li>`0` or higher - Sets the bots' prestige to this.</li></ul> | -1 |
|
||||
| bots_play_move | If the bots can move. | 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 |
|
||||
|
||||
## 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)
|
||||
- Added bots_manage_fill_watchplayers dvar
|
||||
- Bots hop off turrets if they get stuck on one
|
||||
- Fixed script variable leak with opening and closing the in-game menu
|
||||
|
||||
- v2.2.0
|
||||
- Bots can now melee lunge
|
||||
- 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
|
||||
@@ -188,7 +165,7 @@ Also make sure that PunkBuster is disabled!
|
||||
|
||||
## Credits
|
||||
- iAmThatMichael - https://github.com/iAmThatMichael/T4M
|
||||
- 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
|
||||
- Ability
|
||||
- Salvation
|
||||
|
||||
|
Before Width: | Height: | Size: 611 KiB After Width: | Height: | Size: 611 KiB |
BIN
bw-assets/console.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
|
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 32 KiB |
BIN
bw-assets/editor-addwp.png
Normal file
|
After Width: | Height: | Size: 1.2 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.8 KiB |
93
bw-assets/wpedit.md
Normal file
@@ -0,0 +1,93 @@
|
||||
# T4 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 World at War 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 game, and load up the Bot Warfare mod. Now open your console with tilde(~).
|
||||
|
||||
In the console, type in ```set bots_main_debug 1```.<br>
|
||||

|
||||
|
||||
Now start a match with the map you want to edit.
|
||||
|
||||
It should be noted that waypoints load in this following order;
|
||||
1. checks the 'waypoints' folder (FS_Game\waypoints) for a csv file
|
||||
2. loads the waypoints from GSC (maps\mp\bots\waypoints)
|
||||
|
||||
If all fail to load waypoints, there will be no waypoints and the bots will not know how to navigate the map.
|
||||
|
||||
## 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, betty and tube waypoints. It's used to tell the bot where to look at when grenading/betty, 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 betty or a charge
|
||||
- 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>/waypoints/<mapname>_wp.csv```. (main folder if fs_game is blank)<br>
|
||||

|
||||
303
main/server.cfg
@@ -1,303 +0,0 @@
|
||||
//******************************************************************************
|
||||
// Color Codes
|
||||
//******************************************************************************
|
||||
// Colors for text. Do not clear the comment in front of the color codes.
|
||||
// Useful for your server name, motd msg's - Information and ref use only
|
||||
//
|
||||
// ^1 = Red
|
||||
// ^2 = Green
|
||||
// ^3 = Yellow
|
||||
// ^4 = Blue
|
||||
// ^5 = Cyan
|
||||
// ^6 = pink/Magenta
|
||||
// ^7 = White
|
||||
// ^0 = Black
|
||||
|
||||
//******************************************************************************
|
||||
// Public Information
|
||||
//******************************************************************************
|
||||
sets sv_hostname "^1Bot ^3War^5fare ^724/7 Dome 10x"
|
||||
sets _admin "My Name"
|
||||
sets _website "My URL"
|
||||
sets _location "My Location"
|
||||
sets _irc ""
|
||||
sets _mod ""
|
||||
sets _modver ""
|
||||
sets _modupdate ""
|
||||
set scr_motd "^1Bot ^3War^5fare"
|
||||
|
||||
//******************************************************************************
|
||||
// Common Server Settings
|
||||
//******************************************************************************
|
||||
// Password Settings
|
||||
set rcon_password "qazqaz"
|
||||
set sv_privatepassword ""
|
||||
set g_password ""
|
||||
set scr_xpscale_ "10"
|
||||
|
||||
// Player slots setup
|
||||
set sv_privateclients "0"
|
||||
|
||||
// Players
|
||||
set scr_player_maxhealth "100"
|
||||
set scr_player_suicidespawndelay "0"
|
||||
set scr_player_healthregentime "5"
|
||||
set scr_player_forcerespawn "1"
|
||||
set scr_player_sprinttime "4"
|
||||
set g_allowvote "1"
|
||||
set scr_teambalance "0"
|
||||
|
||||
// Teams
|
||||
set scr_team_fftype "0"
|
||||
set scr_team_teamkillspawndelay "10"
|
||||
set scr_team_kickteamkillers "0"
|
||||
|
||||
// Ping
|
||||
set sv_minping "0"
|
||||
set sv_maxping "0"
|
||||
|
||||
// Log Settings
|
||||
set g_logsync "1"
|
||||
set logfile "1"
|
||||
set g_log "games_mp.log"
|
||||
set sv_log_damage "1"
|
||||
|
||||
// Network options
|
||||
set com_hunkmegs "250"
|
||||
set net_noipx "1"
|
||||
|
||||
// Client Download Settings. (0=off/1=on) Used for MODs and custom maps
|
||||
set sv_allowdownload "1"
|
||||
seta sv_wwwdownload "1"
|
||||
seta sv_wwwbaseurl "http://rawcdn.githack.com/ineedbots/www_host/main/t4/"
|
||||
seta sv_wwwdldisconnected "1"
|
||||
|
||||
// Rate
|
||||
set sv_maxrate "25000"
|
||||
|
||||
// FPS
|
||||
set sv_fps "20"
|
||||
|
||||
// Drop inactive players
|
||||
set sv_timeout "300"
|
||||
set sv_zombietime "1"
|
||||
set g_inactivity "180"
|
||||
set g_inactivityspectator "180"
|
||||
|
||||
// AntiFlooding Settings
|
||||
set sv_floodprotect "1"
|
||||
set sv_reconnectlimit "3"
|
||||
|
||||
// Anti Cheat Settings
|
||||
set sv_disableclientconsole "0"
|
||||
set cl_autocmd "0"
|
||||
set sv_cheats "0"
|
||||
set sv_pure "0"
|
||||
set g_banips ""
|
||||
set g_no_script_spam "1"
|
||||
|
||||
// Temporary Ban duration, in seconds
|
||||
set sv_kickbantime "3600"
|
||||
|
||||
// In-game voice communication system
|
||||
set sv_voice "0"
|
||||
set sv_voicequality "4"
|
||||
set voice_deadchat "0"
|
||||
set voice_global "0"
|
||||
set voice_localecho "0"
|
||||
set winvoice_mic_mute "1"
|
||||
|
||||
//******************************************************************************
|
||||
// Gameplay
|
||||
//******************************************************************************
|
||||
set scr_game_allowkillcam "1"
|
||||
set scr_game_onlyheadshots "0"
|
||||
set scr_game_deathpointloss "0"
|
||||
set scr_game_suicidepointloss "0"
|
||||
set scr_team_teamkillpointloss "1"
|
||||
set scr_game_spectatetype "1"
|
||||
set scr_game_forceuav ""
|
||||
set scr_game_hardpoints "1"
|
||||
|
||||
//******************************************************************************
|
||||
// Hardpoints (Kill Streaks - 1 = allow, 0 = disallow)
|
||||
//******************************************************************************
|
||||
set scr_hardpoint_allowartillery "1"
|
||||
set scr_hardpoint_allowuav "1"
|
||||
set scr_hardpoint_allowdogs "1"
|
||||
|
||||
//******************************************************************************
|
||||
// Misc
|
||||
//******************************************************************************
|
||||
set sv_allowanonymous "0"
|
||||
set g_antilag "1"
|
||||
set g_compassshowenemies "0"
|
||||
|
||||
//******************************************************************************
|
||||
// Gametypes
|
||||
//******************************************************************************
|
||||
// DEATHMATCH
|
||||
set scr_dm_scorelimit "150"
|
||||
set scr_dm_timelimit "15"
|
||||
set scr_dm_roundlimit "1"
|
||||
set scr_dm_numlives "0"
|
||||
set scr_dm_playerrespawndelay "0"
|
||||
set scr_dm_waverespawndelay "0"
|
||||
|
||||
// TEAM DEATHMATCH
|
||||
set scr_tdm_scorelimit "600"
|
||||
set scr_tdm_timelimit "15"
|
||||
set scr_tdm_roundlimit "1"
|
||||
set scr_tdm_numlives "0"
|
||||
set scr_tdm_playerrespawndelay "0"
|
||||
set scr_tdm_waverespawndelay "0"
|
||||
|
||||
// CAPTURE THE FLAG
|
||||
set scr_ctf_scorelimit "8"
|
||||
set scr_ctf_timelimit "15"
|
||||
set scr_ctf_roundlimit "1"
|
||||
set scr_ctf_numlives "0"
|
||||
set scr_ctf_playerrespawndelay "0"
|
||||
set scr_ctf_waverespawndelay "0"
|
||||
set scr_ctf_roundswitch "0"
|
||||
set scr_ctf_touchreturn "1"
|
||||
set scr_ctf_idleflagreturntime "0"
|
||||
set scr_ctf_enemycarriervisible "0"
|
||||
|
||||
// WAR
|
||||
set scr_twar_scorelimit "5"
|
||||
set scr_twar_timelimit "10"
|
||||
set scr_twar_roundlimit "2"
|
||||
set scr_twar_numlives "0"
|
||||
set scr_twar_roundswitch "1"
|
||||
set scr_twar_capturetime ""
|
||||
set twar_finalfightflagrespawnpenalty "3"
|
||||
set twar_finalfighttimelimit "5"
|
||||
set twar_momentumenabled "1"
|
||||
set twar_momentumkillplayer "5"
|
||||
set twar_momentumblitzkriegtime "30"
|
||||
set twar_momentumflagcap "20"
|
||||
set twar_momentumradar "10"
|
||||
set twar_momentumartillery "10"
|
||||
set twar_momentumdogs "10"
|
||||
set twar_momentummax "70"
|
||||
|
||||
// DOMINATION
|
||||
set scr_dom_scorelimit "300"
|
||||
set scr_dom_timelimit "30"
|
||||
set scr_dom_roundlimit "1"
|
||||
set scr_dom_numlives "0"
|
||||
set scr_dom_playerrespawndelay "0"
|
||||
set scr_dom_waverespawndelay "0"
|
||||
|
||||
// SABOTAGE
|
||||
set scr_sab_scorelimit "3"
|
||||
set scr_sab_timelimit "20"
|
||||
set scr_sab_roundlimit "5"
|
||||
set scr_sab_numlives "0"
|
||||
set scr_sab_playerrespawndelay "0"
|
||||
set scr_sab_waverespawndelay "0"
|
||||
set scr_sab_roundswitch "1"
|
||||
set scr_sab_bombtimer "45"
|
||||
set scr_sab_planttime "5"
|
||||
set scr_sab_defusetime "5"
|
||||
set scr_sab_hotpotato "0"
|
||||
|
||||
// SEARCH & DESTROY
|
||||
set scr_sd_scorelimit "4"
|
||||
set scr_sd_timelimit "2.5"
|
||||
set scr_sd_roundlimit "0"
|
||||
set scr_sd_numlives "1"
|
||||
set scr_sd_playerrespawndelay "0"
|
||||
set scr_sd_waverespawndelay "0"
|
||||
set scr_sd_roundswitch "2"
|
||||
set scr_sd_bombtimer "45"
|
||||
set scr_sd_planttime "5"
|
||||
set scr_sd_defusetime "5"
|
||||
set scr_sd_multibomb "0"
|
||||
|
||||
// KING OF THE HILL (HEADQUARTERS)
|
||||
set scr_koth_scorelimit "300"
|
||||
set scr_koth_timelimit "15"
|
||||
set scr_koth_roundlimit "1"
|
||||
set scr_koth_numlives "0"
|
||||
set scr_koth_playerrespawndelay "0"
|
||||
set scr_koth_waverespawndelay "0"
|
||||
set scr_koth_roundswitch "0"
|
||||
set koth_autodestroytime "0"
|
||||
set koth_spawntime "0"
|
||||
set koth_kothmode "0"
|
||||
set koth_capturetime "10"
|
||||
set koth_destroytime "5"
|
||||
set koth_delayplayer "0"
|
||||
set koth_spawndelay "0"
|
||||
|
||||
//******************************************************************************
|
||||
// UI
|
||||
//******************************************************************************
|
||||
set scr_hardcore "0"
|
||||
set ui_hud_obituaries "1"
|
||||
set ui_hud_showobjicons "1"
|
||||
|
||||
//******************************************************************************
|
||||
// Map Rotation
|
||||
//******************************************************************************
|
||||
//set sv_maprotation "gametype dm map mp_downfall gametype dm map mp_dome gametype dm map mp_airfield gametype dm map mp_castle gametype dm map mp_courtyard gametype dm map mp_makin_day gametype dm map mphangar gametype dm map mp_suburban gametype dm map mp_makin gametype dm map mp_asylum gametype dm map mp_rondhouse gametype dm map mp_seelow gametype dm map mp_outskirts gametype dm map mp_roundhouse gametype dm map mp_shrine"
|
||||
|
||||
set sv_maprotation "gametype dom map mp_dome"
|
||||
|
||||
//******************************************************************************
|
||||
// Additional DVAR's
|
||||
//******************************************************************************
|
||||
// There are simply too many DVAR's for AGrcon to explicitly list and index
|
||||
// for you. All additional DVAR's (such as weapon configs and player configs) are
|
||||
// listed below.
|
||||
|
||||
// WEAPONS / ATTACHMENTS
|
||||
|
||||
// CLASS CONFIGs
|
||||
|
||||
// PERKS CONFIG
|
||||
set perk_weapreloadmultiplier "0.5"
|
||||
set perk_grenadetossbacktimer "2500"
|
||||
set perk_vehiclereloadreduction "0.7"
|
||||
set perk_parabolicangle "180"
|
||||
set perk_weapratemultiplier "0.75"
|
||||
set perk_flakjacketmaxdamage "75"
|
||||
set perk_extrabreath "5"
|
||||
set perk_fireproof "55"
|
||||
set perk_sprintmultiplier "2"
|
||||
set perk_weapspreadmultiplier "0.65"
|
||||
set perk_overheatreduction "0.7"
|
||||
set perk_bulletpenetrationmultiplier "2"
|
||||
set perk_altmeleelerptime "40"
|
||||
set perk_grenadedeath "frag_grenade_short_mp"
|
||||
set perk_turretrotspeedmultiplier "1.25"
|
||||
set perk_explosivedamage "25"
|
||||
set perk_altmeleedamage "200"
|
||||
set perk_bulletdamage "40"
|
||||
set perk_flakjacket "75"
|
||||
set perk_armorvest "75"
|
||||
set perk_parabolicicon "specialty_parabolic"
|
||||
set perk_parabolicradius "400"
|
||||
|
||||
// _bot
|
||||
set bot_main "1"
|
||||
set bots_main_GUIDs ""
|
||||
set bots_manage_add "12"
|
||||
set bots_manage_fill "12"
|
||||
set bots_manage_fill_spec "0"
|
||||
set bots_manage_fill_mode "0"
|
||||
set bots_manage_fill_kick "1"
|
||||
set bots_team "autoassign"
|
||||
set bots_team_amount "0"
|
||||
set bots_team_force "1"
|
||||
set bots_team_mode "0"
|
||||
set bots_skill "0"
|
||||
set bots_skill_axis_hard "0"
|
||||
set bots_skill_axis_med "0"
|
||||
set bots_skill_allies_hard "0"
|
||||
set bots_skill_allies_med "0"
|
||||
set bots_loadout_reasonable "1"
|
||||
set bots_loadout_allow_op "0"
|
||||
set bots_main_firstIsHost "0"
|
||||
@@ -1,26 +0,0 @@
|
||||
a
|
||||
b
|
||||
c
|
||||
d
|
||||
e
|
||||
f
|
||||
g
|
||||
h
|
||||
i
|
||||
j
|
||||
k
|
||||
l
|
||||
m
|
||||
n
|
||||
o
|
||||
p
|
||||
q
|
||||
r
|
||||
s
|
||||
t
|
||||
u
|
||||
v
|
||||
w
|
||||
x
|
||||
y
|
||||
z
|
||||
@@ -1,848 +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.1";
|
||||
|
||||
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["thompson"] = true;
|
||||
level.bots_fullautoguns["mp40"] = true;
|
||||
level.bots_fullautoguns["type100smg"] = true;
|
||||
level.bots_fullautoguns["ppsh"] = true;
|
||||
level.bots_fullautoguns["stg44"] = true;
|
||||
level.bots_fullautoguns["30cal"] = true;
|
||||
level.bots_fullautoguns["mg42"] = true;
|
||||
level.bots_fullautoguns["dp28"] = true;
|
||||
level.bots_fullautoguns["bar"] = true;
|
||||
level.bots_fullautoguns["fg42"] = true;
|
||||
level.bots_fullautoguns["type99lmg"] = true;
|
||||
|
||||
level thread fixGamemodes();
|
||||
level thread onUAVAlliesUpdate();
|
||||
level thread onUAVAxisUpdate();
|
||||
|
||||
level thread onPlayerConnect();
|
||||
level thread handleBots();
|
||||
|
||||
level thread maps\mp\bots\_bot_http::doVersionCheck();
|
||||
|
||||
level.onlineGame = true;
|
||||
level.rankedMatch = true;
|
||||
}
|
||||
|
||||
/*
|
||||
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 onPlayerSpawned();
|
||||
|
||||
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()
|
||||
{
|
||||
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"))
|
||||
{
|
||||
tempBot = PickRandom(getBotArray());
|
||||
if (isDefined(tempBot))
|
||||
tempBot RemoveTestClient();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
When any player spawns
|
||||
*/
|
||||
onPlayerSpawned()
|
||||
{
|
||||
self endon("disconnect");
|
||||
for(;;)
|
||||
{
|
||||
self waittill ( "spawned_player" );
|
||||
self.gib_ref = undefined;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
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 == "m8_white_smoke_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);
|
||||
}
|
||||
|
||||
/*
|
||||
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,115 +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/t4m_waypoints/master/" + mapname + "_wp.csv";
|
||||
filename = "waypoints/" + mapname + "_wp.csv";
|
||||
|
||||
PrintConsole("Attempting to get remote waypoints from " + url + "\n");
|
||||
res = getLinesFromUrl(url, filename);
|
||||
|
||||
if (!res.lines.size)
|
||||
return;
|
||||
|
||||
waypointCount = int(res.lines[0]);
|
||||
|
||||
waypoints = [];
|
||||
PrintConsole("Loading remote waypoints...\n");
|
||||
|
||||
for (i = 1; i <= waypointCount; i++)
|
||||
{
|
||||
tokens = tokenizeLine(res.lines[i], ",");
|
||||
|
||||
waypoint = parseTokensIntoWaypoint(tokens);
|
||||
|
||||
waypoints[i-1] = waypoint;
|
||||
}
|
||||
|
||||
if (waypoints.size)
|
||||
{
|
||||
level.waypoints = waypoints;
|
||||
PrintConsole("Loaded " + waypoints.size + " waypoints from remote.\n");
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
Does the version check, if we are up too date
|
||||
*/
|
||||
doVersionCheck()
|
||||
{
|
||||
remoteVersion = getRemoteVersion();
|
||||
|
||||
if (!isDefined(remoteVersion))
|
||||
{
|
||||
PrintConsole("Error getting remote version of Bot Warfare.\n");
|
||||
return false;
|
||||
}
|
||||
|
||||
if (level.bw_VERSION != remoteVersion)
|
||||
{
|
||||
PrintConsole("There is a new version of Bot Warfare!\n");
|
||||
PrintConsole("You are on version " + level.bw_VERSION + " but " + remoteVersion + " is available!\n");
|
||||
return false;
|
||||
}
|
||||
|
||||
PrintConsole("You are on the latest version of Bot Warfare!\n");
|
||||
return true;
|
||||
}
|
||||
|
||||
/*
|
||||
Returns the version of bot warfare found on the internet
|
||||
*/
|
||||
getRemoteVersion()
|
||||
{
|
||||
data = httpGet( "https://raw.githubusercontent.com/ineedbots/t4m_waypoints/master/version.txt" );
|
||||
|
||||
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 = [];
|
||||
|
||||
data = HTTPGet(url);
|
||||
|
||||
if (!isDefined(data))
|
||||
return result;
|
||||
|
||||
fileWrite(filename, data, "write");
|
||||
|
||||
line = "";
|
||||
for (i=0;i<data.size;i++)
|
||||
{
|
||||
c = data[i];
|
||||
|
||||
if (c == "\n")
|
||||
{
|
||||
result.lines[result.lines.size] = line;
|
||||
|
||||
line = "";
|
||||
continue;
|
||||
}
|
||||
|
||||
line += c;
|
||||
}
|
||||
result.lines[result.lines.size] = line;
|
||||
|
||||
return result;
|
||||
}
|
||||
@@ -1,616 +0,0 @@
|
||||
/*
|
||||
_wp_editor
|
||||
Author: INeedGames
|
||||
Date: 09/26/2020
|
||||
The ingame waypoint editor. Designed to be ran on the client (not the server)
|
||||
*/
|
||||
|
||||
#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);
|
||||
|
||||
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("m1garand_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");
|
||||
|
||||
for(;;)
|
||||
{
|
||||
wait 0.05;
|
||||
|
||||
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));
|
||||
|
||||
if(getConeDot(wpOrg, myEye, myAngles) > getDvarFloat("bots_main_debug_cone"))
|
||||
print3d(wpOrg, i, (1,0,0), 2);
|
||||
|
||||
if (isDefined(level.waypoints[i].angles) && level.waypoints[i].type != "stand")
|
||||
line(wpOrg, wpOrg + AnglesToForward(level.waypoints[i].angles) * 64, (1,1,1));
|
||||
}
|
||||
}
|
||||
|
||||
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);
|
||||
|
||||
print3d(level.waypoints[closest].origin + (0, 0, 15), level.waypoints[closest].type, (0,1,0), 2);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
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";
|
||||
|
||||
PrintLn("********* Start Bot Warfare WPDump *********");
|
||||
PrintLn(level.waypointCount);
|
||||
|
||||
fileWrite(filename, level.waypointCount+"\n", "write");
|
||||
for(i = 0; i < level.waypointCount; i++)
|
||||
{
|
||||
str = "";
|
||||
wp = level.waypoints[i];
|
||||
|
||||
str += wp.origin[0] + " " + wp.origin[1] + " " + wp.origin[2] + ",";
|
||||
|
||||
for(h = 0; h < wp.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);
|
||||
fileWrite(filename, str+"\n", "append");
|
||||
}
|
||||
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();
|
||||
|
||||
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;
|
||||
level.waypointsKDTree = WaypointsToKDTree();
|
||||
|
||||
level.waypointsCamp = [];
|
||||
level.waypointsTube = [];
|
||||
level.waypointsGren = [];
|
||||
level.waypointsClay = [];
|
||||
|
||||
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 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;
|
||||
}
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
main(mapname)
|
||||
{
|
||||
|
||||
}
|
||||
@@ -1,969 +0,0 @@
|
||||
Battery()
|
||||
{
|
||||
/*1506817041 */waypoints = [];
|
||||
/*1506817041 */waypoints[0] = spawnstruct();
|
||||
/*1506817041 */waypoints[0].origin = (9541.88, -3327.63, 192.125);
|
||||
/*1506817041 */waypoints[0].type = "stand";
|
||||
/*1506817041 */waypoints[0].childCount = 3;
|
||||
/*1506817041 */waypoints[0].children[0] = 1;
|
||||
/*1506817041 */waypoints[0].children[1] = 110;
|
||||
/*1506817041 */waypoints[0].children[2] = 112;
|
||||
/*1506817041 */waypoints[1] = spawnstruct();
|
||||
/*1506817041 */waypoints[1].origin = (9539.37, -2931.88, 96.125);
|
||||
/*1506817041 */waypoints[1].type = "stand";
|
||||
/*1506817041 */waypoints[1].childCount = 2;
|
||||
/*1506817041 */waypoints[1].children[0] = 0;
|
||||
/*1506817041 */waypoints[1].children[1] = 2;
|
||||
/*1506817041 */waypoints[2] = spawnstruct();
|
||||
/*1506817041 */waypoints[2].origin = (9543.22, -2698.31, 96.125);
|
||||
/*1506817041 */waypoints[2].type = "stand";
|
||||
/*1506817041 */waypoints[2].childCount = 2;
|
||||
/*1506817041 */waypoints[2].children[0] = 1;
|
||||
/*1506817041 */waypoints[2].children[1] = 3;
|
||||
/*1506817041 */waypoints[3] = spawnstruct();
|
||||
/*1506817041 */waypoints[3].origin = (9508.64, -2422.53, 96.125);
|
||||
/*1506817041 */waypoints[3].type = "stand";
|
||||
/*1506817041 */waypoints[3].childCount = 2;
|
||||
/*1506817041 */waypoints[3].children[0] = 2;
|
||||
/*1506817041 */waypoints[3].children[1] = 4;
|
||||
/*1506817041 */waypoints[4] = spawnstruct();
|
||||
/*1506817041 */waypoints[4].origin = (9643.89, -2419.16, 152.125);
|
||||
/*1506817041 */waypoints[4].type = "stand";
|
||||
/*1506817041 */waypoints[4].childCount = 2;
|
||||
/*1506817041 */waypoints[4].children[0] = 3;
|
||||
/*1506817041 */waypoints[4].children[1] = 7;
|
||||
/*1506817041 */waypoints[5] = spawnstruct();
|
||||
/*1506817041 */waypoints[5].origin = (9394.42, -2586.81, 216.125);
|
||||
/*1506817041 */waypoints[5].type = "stand";
|
||||
/*1506817041 */waypoints[5].childCount = 1;
|
||||
/*1506817041 */waypoints[5].children[0] = 6;
|
||||
/*1506817041 */waypoints[6] = spawnstruct();
|
||||
/*1506817041 */waypoints[6].origin = (9758.84, -2559.85, 216.125);
|
||||
/*1506817041 */waypoints[6].type = "stand";
|
||||
/*1506817041 */waypoints[6].childCount = 3;
|
||||
/*1506817041 */waypoints[6].children[0] = 5;
|
||||
/*1506817041 */waypoints[6].children[1] = 7;
|
||||
/*1506817041 */waypoints[6].children[2] = 8;
|
||||
/*1506817041 */waypoints[7] = spawnstruct();
|
||||
/*1506817041 */waypoints[7].origin = (9687.18, -2474.59, 216.125);
|
||||
/*1506817041 */waypoints[7].type = "stand";
|
||||
/*1506817041 */waypoints[7].childCount = 2;
|
||||
/*1506817041 */waypoints[7].children[0] = 4;
|
||||
/*1506817041 */waypoints[7].children[1] = 6;
|
||||
/*1506817041 */waypoints[8] = spawnstruct();
|
||||
/*1506817041 */waypoints[8].origin = (10131.7, -2564.93, 216.125);
|
||||
/*1506817041 */waypoints[8].type = "stand";
|
||||
/*1506817041 */waypoints[8].childCount = 2;
|
||||
/*1506817041 */waypoints[8].children[0] = 6;
|
||||
/*1506817041 */waypoints[8].children[1] = 9;
|
||||
/*1506817041 */waypoints[9] = spawnstruct();
|
||||
/*1506817041 */waypoints[9].origin = (10497.6, -2569.65, 216.125);
|
||||
/*1506817041 */waypoints[9].type = "stand";
|
||||
/*1506817041 */waypoints[9].childCount = 3;
|
||||
/*1506817041 */waypoints[9].children[0] = 8;
|
||||
/*1506817041 */waypoints[9].children[1] = 10;
|
||||
/*1506817041 */waypoints[9].children[2] = 11;
|
||||
/*1506817041 */waypoints[10] = spawnstruct();
|
||||
/*1506817041 */waypoints[10].origin = (10604.3, -2435.21, 216.125);
|
||||
/*1506817041 */waypoints[10].type = "stand";
|
||||
/*1506817041 */waypoints[10].childCount = 1;
|
||||
/*1506817041 */waypoints[10].children[0] = 9;
|
||||
/*1506817041 */waypoints[11] = spawnstruct();
|
||||
/*1506817041 */waypoints[11].origin = (10818, -2560.93, 216.125);
|
||||
/*1506817041 */waypoints[11].type = "stand";
|
||||
/*1506817041 */waypoints[11].childCount = 2;
|
||||
/*1506817041 */waypoints[11].children[0] = 9;
|
||||
/*1506817041 */waypoints[11].children[1] = 12;
|
||||
/*1506817041 */waypoints[12] = spawnstruct();
|
||||
/*1506817041 */waypoints[12].origin = (10822.8, -2468.05, 216.125);
|
||||
/*1506817041 */waypoints[12].type = "stand";
|
||||
/*1506817041 */waypoints[12].childCount = 2;
|
||||
/*1506817041 */waypoints[12].children[0] = 11;
|
||||
/*1506817041 */waypoints[12].children[1] = 13;
|
||||
/*1506817041 */waypoints[13] = spawnstruct();
|
||||
/*1506817041 */waypoints[13].origin = (10745.4, -2409.76, 152.125);
|
||||
/*1506817041 */waypoints[13].type = "stand";
|
||||
/*1506817041 */waypoints[13].childCount = 2;
|
||||
/*1506817041 */waypoints[13].children[0] = 12;
|
||||
/*1506817041 */waypoints[13].children[1] = 14;
|
||||
/*1506817041 */waypoints[14] = spawnstruct();
|
||||
/*1506817041 */waypoints[14].origin = (10633.5, -2416.18, 96.125);
|
||||
/*1506817041 */waypoints[14].type = "stand";
|
||||
/*1506817041 */waypoints[14].childCount = 2;
|
||||
/*1506817041 */waypoints[14].children[0] = 13;
|
||||
/*1506817041 */waypoints[14].children[1] = 15;
|
||||
/*1506817041 */waypoints[15] = spawnstruct();
|
||||
/*1506817041 */waypoints[15].origin = (10654.9, -2790.84, 96.125);
|
||||
/*1506817041 */waypoints[15].type = "stand";
|
||||
/*1506817041 */waypoints[15].childCount = 2;
|
||||
/*1506817041 */waypoints[15].children[0] = 14;
|
||||
/*1506817041 */waypoints[15].children[1] = 16;
|
||||
/*1506817041 */waypoints[16] = spawnstruct();
|
||||
/*1506817041 */waypoints[16].origin = (10650.6, -2973.55, 18.125);
|
||||
/*1506817041 */waypoints[16].type = "stand";
|
||||
/*1506817041 */waypoints[16].childCount = 3;
|
||||
/*1506817041 */waypoints[16].children[0] = 15;
|
||||
/*1506817041 */waypoints[16].children[1] = 17;
|
||||
/*1506817041 */waypoints[16].children[2] = 141;
|
||||
/*1506817041 */waypoints[17] = spawnstruct();
|
||||
/*1506817041 */waypoints[17].origin = (10579.1, -3078.44, 18.125);
|
||||
/*1506817041 */waypoints[17].type = "stand";
|
||||
/*1506817041 */waypoints[17].childCount = 2;
|
||||
/*1506817041 */waypoints[17].children[0] = 16;
|
||||
/*1506817041 */waypoints[17].children[1] = 18;
|
||||
/*1506817041 */waypoints[18] = spawnstruct();
|
||||
/*1506817041 */waypoints[18].origin = (10660.7, -3362.53, 14.125);
|
||||
/*1506817041 */waypoints[18].type = "stand";
|
||||
/*1506817041 */waypoints[18].childCount = 5;
|
||||
/*1506817041 */waypoints[18].children[0] = 17;
|
||||
/*1506817041 */waypoints[18].children[1] = 19;
|
||||
/*1506817041 */waypoints[18].children[2] = 20;
|
||||
/*1506817041 */waypoints[18].children[3] = 25;
|
||||
/*1506817041 */waypoints[18].children[4] = 141;
|
||||
/*1506817041 */waypoints[19] = spawnstruct();
|
||||
/*1506817041 */waypoints[19].origin = (10921.1, -3381.99, 14.625);
|
||||
/*1506817041 */waypoints[19].type = "stand";
|
||||
/*1506817041 */waypoints[19].childCount = 3;
|
||||
/*1506817041 */waypoints[19].children[0] = 18;
|
||||
/*1506817041 */waypoints[19].children[1] = 25;
|
||||
/*1506817041 */waypoints[19].children[2] = 132;
|
||||
/*1506817041 */waypoints[20] = spawnstruct();
|
||||
/*1506817041 */waypoints[20].origin = (10445.7, -3431.18, 14.125);
|
||||
/*1506817041 */waypoints[20].type = "stand";
|
||||
/*1506817041 */waypoints[20].childCount = 4;
|
||||
/*1506817041 */waypoints[20].children[0] = 18;
|
||||
/*1506817041 */waypoints[20].children[1] = 26;
|
||||
/*1506817041 */waypoints[20].children[2] = 25;
|
||||
/*1506817041 */waypoints[20].children[3] = 136;
|
||||
/*1506817041 */waypoints[21] = spawnstruct();
|
||||
/*1506817041 */waypoints[21].origin = (9906.35, -3422.47, 26.2029);
|
||||
/*1506817041 */waypoints[21].type = "stand";
|
||||
/*1506817041 */waypoints[21].childCount = 1;
|
||||
/*1506817041 */waypoints[21].children[0] = 137;
|
||||
/*1506817041 */waypoints[22] = spawnstruct();
|
||||
/*1506817041 */waypoints[22].origin = (9892.56, -4035.83, 54.125);
|
||||
/*1506817041 */waypoints[22].type = "stand";
|
||||
/*1506817041 */waypoints[22].childCount = 3;
|
||||
/*1506817041 */waypoints[22].children[0] = 23;
|
||||
/*1506817041 */waypoints[22].children[1] = 24;
|
||||
/*1506817041 */waypoints[22].children[2] = 138;
|
||||
/*1506817041 */waypoints[23] = spawnstruct();
|
||||
/*1506817041 */waypoints[23].origin = (10027.3, -4062.21, 68.3978);
|
||||
/*1506817041 */waypoints[23].type = "stand";
|
||||
/*1506817041 */waypoints[23].childCount = 1;
|
||||
/*1506817041 */waypoints[23].children[0] = 22;
|
||||
/*1506817041 */waypoints[24] = spawnstruct();
|
||||
/*1506817041 */waypoints[24].origin = (9676.63, -4055.47, 192.125);
|
||||
/*1506817041 */waypoints[24].type = "stand";
|
||||
/*1506817041 */waypoints[24].childCount = 3;
|
||||
/*1506817041 */waypoints[24].children[0] = 22;
|
||||
/*1506817041 */waypoints[24].children[1] = 105;
|
||||
/*1506817041 */waypoints[24].children[2] = 106;
|
||||
/*1506817041 */waypoints[25] = spawnstruct();
|
||||
/*1506817041 */waypoints[25].origin = (10689.7, -3646.31, 15.9321);
|
||||
/*1506817041 */waypoints[25].type = "stand";
|
||||
/*1506817041 */waypoints[25].childCount = 5;
|
||||
/*1506817041 */waypoints[25].children[0] = 18;
|
||||
/*1506817041 */waypoints[25].children[1] = 26;
|
||||
/*1506817041 */waypoints[25].children[2] = 19;
|
||||
/*1506817041 */waypoints[25].children[3] = 132;
|
||||
/*1506817041 */waypoints[25].children[4] = 20;
|
||||
/*1506817041 */waypoints[26] = spawnstruct();
|
||||
/*1506817041 */waypoints[26].origin = (10467.3, -3713.04, 14.125);
|
||||
/*1506817041 */waypoints[26].type = "stand";
|
||||
/*1506817041 */waypoints[26].childCount = 2;
|
||||
/*1506817041 */waypoints[26].children[0] = 25;
|
||||
/*1506817041 */waypoints[26].children[1] = 20;
|
||||
/*1506817041 */waypoints[27] = spawnstruct();
|
||||
/*1506817041 */waypoints[27].origin = (11519.8, -3582.07, -113.875);
|
||||
/*1506817041 */waypoints[27].type = "stand";
|
||||
/*1506817041 */waypoints[27].childCount = 1;
|
||||
/*1506817041 */waypoints[27].children[0] = 133;
|
||||
/*1506817041 */waypoints[28] = spawnstruct();
|
||||
/*1506817041 */waypoints[28].origin = (12212.7, -3639.9, 19.125);
|
||||
/*1506817041 */waypoints[28].type = "stand";
|
||||
/*1506817041 */waypoints[28].childCount = 2;
|
||||
/*1506817041 */waypoints[28].children[0] = 30;
|
||||
/*1506817041 */waypoints[28].children[1] = 130;
|
||||
/*1506817041 */waypoints[29] = spawnstruct();
|
||||
/*1506817041 */waypoints[29].origin = (12410, -3580.1, -113.875);
|
||||
/*1506817041 */waypoints[29].type = "stand";
|
||||
/*1506817041 */waypoints[29].childCount = 1;
|
||||
/*1506817041 */waypoints[29].children[0] = 140;
|
||||
/*1506817041 */waypoints[30] = spawnstruct();
|
||||
/*1506817041 */waypoints[30].origin = (12202.2, -3835.72, 18.125);
|
||||
/*1506817041 */waypoints[30].type = "stand";
|
||||
/*1506817041 */waypoints[30].childCount = 3;
|
||||
/*1506817041 */waypoints[30].children[0] = 28;
|
||||
/*1506817041 */waypoints[30].children[1] = 31;
|
||||
/*1506817041 */waypoints[30].children[2] = 34;
|
||||
/*1506817041 */waypoints[31] = spawnstruct();
|
||||
/*1506817041 */waypoints[31].origin = (11966.8, -4120.45, 18.125);
|
||||
/*1506817041 */waypoints[31].type = "stand";
|
||||
/*1506817041 */waypoints[31].childCount = 3;
|
||||
/*1506817041 */waypoints[31].children[0] = 30;
|
||||
/*1506817041 */waypoints[31].children[1] = 32;
|
||||
/*1506817041 */waypoints[31].children[2] = 33;
|
||||
/*1506817041 */waypoints[32] = spawnstruct();
|
||||
/*1506817041 */waypoints[32].origin = (11799.1, -4180.28, 19.125);
|
||||
/*1506817041 */waypoints[32].type = "stand";
|
||||
/*1506817041 */waypoints[32].childCount = 1;
|
||||
/*1506817041 */waypoints[32].children[0] = 31;
|
||||
/*1506817041 */waypoints[33] = spawnstruct();
|
||||
/*1506817041 */waypoints[33].origin = (12161.9, -4305.07, 18.125);
|
||||
/*1506817041 */waypoints[33].type = "stand";
|
||||
/*1506817041 */waypoints[33].childCount = 5;
|
||||
/*1506817041 */waypoints[33].children[0] = 31;
|
||||
/*1506817041 */waypoints[33].children[1] = 34;
|
||||
/*1506817041 */waypoints[33].children[2] = 50;
|
||||
/*1506817041 */waypoints[33].children[3] = 51;
|
||||
/*1506817041 */waypoints[33].children[4] = 43;
|
||||
/*1506817041 */waypoints[34] = spawnstruct();
|
||||
/*1506817041 */waypoints[34].origin = (12521.9, -3929.25, 18.1245);
|
||||
/*1506817041 */waypoints[34].type = "stand";
|
||||
/*1506817041 */waypoints[34].childCount = 3;
|
||||
/*1506817041 */waypoints[34].children[0] = 33;
|
||||
/*1506817041 */waypoints[34].children[1] = 30;
|
||||
/*1506817041 */waypoints[34].children[2] = 35;
|
||||
/*1506817041 */waypoints[35] = spawnstruct();
|
||||
/*1506817041 */waypoints[35].origin = (12923.2, -4100.8, 18.2777);
|
||||
/*1506817041 */waypoints[35].type = "stand";
|
||||
/*1506817041 */waypoints[35].childCount = 3;
|
||||
/*1506817041 */waypoints[35].children[0] = 34;
|
||||
/*1506817041 */waypoints[35].children[1] = 36;
|
||||
/*1506817041 */waypoints[35].children[2] = 37;
|
||||
/*1506817041 */waypoints[36] = spawnstruct();
|
||||
/*1506817041 */waypoints[36].origin = (13047, -4002.86, 19.125);
|
||||
/*1506817041 */waypoints[36].type = "stand";
|
||||
/*1506817041 */waypoints[36].childCount = 1;
|
||||
/*1506817041 */waypoints[36].children[0] = 35;
|
||||
/*1506817041 */waypoints[37] = spawnstruct();
|
||||
/*1506817041 */waypoints[37].origin = (12973.2, -4408.21, 21.125);
|
||||
/*1506817041 */waypoints[37].type = "stand";
|
||||
/*1506817041 */waypoints[37].childCount = 4;
|
||||
/*1506817041 */waypoints[37].children[0] = 35;
|
||||
/*1506817041 */waypoints[37].children[1] = 38;
|
||||
/*1506817041 */waypoints[37].children[2] = 39;
|
||||
/*1506817041 */waypoints[37].children[3] = 40;
|
||||
/*1506817041 */waypoints[38] = spawnstruct();
|
||||
/*1506817041 */waypoints[38].origin = (13387.9, -4426, 18.125);
|
||||
/*1506817041 */waypoints[38].type = "stand";
|
||||
/*1506817041 */waypoints[38].childCount = 1;
|
||||
/*1506817041 */waypoints[38].children[0] = 37;
|
||||
/*1506817041 */waypoints[39] = spawnstruct();
|
||||
/*1506817041 */waypoints[39].origin = (12760.7, -4593.73, 18.4622);
|
||||
/*1506817041 */waypoints[39].type = "stand";
|
||||
/*1506817041 */waypoints[39].childCount = 4;
|
||||
/*1506817041 */waypoints[39].children[0] = 37;
|
||||
/*1506817041 */waypoints[39].children[1] = 40;
|
||||
/*1506817041 */waypoints[39].children[2] = 41;
|
||||
/*1506817041 */waypoints[39].children[3] = 53;
|
||||
/*1506817041 */waypoints[40] = spawnstruct();
|
||||
/*1506817041 */waypoints[40].origin = (13056, -4691.72, 19.125);
|
||||
/*1506817041 */waypoints[40].type = "stand";
|
||||
/*1506817041 */waypoints[40].childCount = 3;
|
||||
/*1506817041 */waypoints[40].children[0] = 39;
|
||||
/*1506817041 */waypoints[40].children[1] = 37;
|
||||
/*1506817041 */waypoints[40].children[2] = 41;
|
||||
/*1506817041 */waypoints[41] = spawnstruct();
|
||||
/*1506817041 */waypoints[41].origin = (12708.7, -4752.57, 19.125);
|
||||
/*1506817041 */waypoints[41].type = "stand";
|
||||
/*1506817041 */waypoints[41].childCount = 3;
|
||||
/*1506817041 */waypoints[41].children[0] = 39;
|
||||
/*1506817041 */waypoints[41].children[1] = 40;
|
||||
/*1506817041 */waypoints[41].children[2] = 42;
|
||||
/*1506817041 */waypoints[42] = spawnstruct();
|
||||
/*1506817041 */waypoints[42].origin = (12459.9, -4868.7, 19.125);
|
||||
/*1506817041 */waypoints[42].type = "stand";
|
||||
/*1506817041 */waypoints[42].childCount = 4;
|
||||
/*1506817041 */waypoints[42].children[0] = 41;
|
||||
/*1506817041 */waypoints[42].children[1] = 43;
|
||||
/*1506817041 */waypoints[42].children[2] = 44;
|
||||
/*1506817041 */waypoints[42].children[3] = 47;
|
||||
/*1506817041 */waypoints[43] = spawnstruct();
|
||||
/*1506817041 */waypoints[43].origin = (12173.7, -4651.65, 18.135);
|
||||
/*1506817041 */waypoints[43].type = "stand";
|
||||
/*1506817041 */waypoints[43].childCount = 5;
|
||||
/*1506817041 */waypoints[43].children[0] = 42;
|
||||
/*1506817041 */waypoints[43].children[1] = 47;
|
||||
/*1506817041 */waypoints[43].children[2] = 50;
|
||||
/*1506817041 */waypoints[43].children[3] = 51;
|
||||
/*1506817041 */waypoints[43].children[4] = 33;
|
||||
/*1506817041 */waypoints[44] = spawnstruct();
|
||||
/*1506817041 */waypoints[44].origin = (12135.5, -5146.77, 18.1867);
|
||||
/*1506817041 */waypoints[44].type = "stand";
|
||||
/*1506817041 */waypoints[44].childCount = 4;
|
||||
/*1506817041 */waypoints[44].children[0] = 42;
|
||||
/*1506817041 */waypoints[44].children[1] = 45;
|
||||
/*1506817041 */waypoints[44].children[2] = 46;
|
||||
/*1506817041 */waypoints[44].children[3] = 47;
|
||||
/*1506817041 */waypoints[45] = spawnstruct();
|
||||
/*1506817041 */waypoints[45].origin = (12405.6, -5124.77, 19.125);
|
||||
/*1506817041 */waypoints[45].type = "stand";
|
||||
/*1506817041 */waypoints[45].childCount = 1;
|
||||
/*1506817041 */waypoints[45].children[0] = 44;
|
||||
/*1506817041 */waypoints[46] = spawnstruct();
|
||||
/*1506817041 */waypoints[46].origin = (11801, -5363.88, 21.125);
|
||||
/*1506817041 */waypoints[46].type = "stand";
|
||||
/*1506817041 */waypoints[46].childCount = 4;
|
||||
/*1506817041 */waypoints[46].children[0] = 44;
|
||||
/*1506817041 */waypoints[46].children[1] = 48;
|
||||
/*1506817041 */waypoints[46].children[2] = 49;
|
||||
/*1506817041 */waypoints[46].children[3] = 58;
|
||||
/*1506817041 */waypoints[47] = spawnstruct();
|
||||
/*1506817041 */waypoints[47].origin = (12067.4, -4815.5, 21.125);
|
||||
/*1506817041 */waypoints[47].type = "stand";
|
||||
/*1506817041 */waypoints[47].childCount = 4;
|
||||
/*1506817041 */waypoints[47].children[0] = 44;
|
||||
/*1506817041 */waypoints[47].children[1] = 43;
|
||||
/*1506817041 */waypoints[47].children[2] = 42;
|
||||
/*1506817041 */waypoints[47].children[3] = 48;
|
||||
/*1506817041 */waypoints[48] = spawnstruct();
|
||||
/*1506817041 */waypoints[48].origin = (11795.7, -4823.76, 21.125);
|
||||
/*1506817041 */waypoints[48].type = "stand";
|
||||
/*1506817041 */waypoints[48].childCount = 2;
|
||||
/*1506817041 */waypoints[48].children[0] = 47;
|
||||
/*1506817041 */waypoints[48].children[1] = 46;
|
||||
/*1506817041 */waypoints[49] = spawnstruct();
|
||||
/*1506817041 */waypoints[49].origin = (11931, -5362.44, 19.125);
|
||||
/*1506817041 */waypoints[49].type = "stand";
|
||||
/*1506817041 */waypoints[49].childCount = 1;
|
||||
/*1506817041 */waypoints[49].children[0] = 46;
|
||||
/*1506817041 */waypoints[50] = spawnstruct();
|
||||
/*1506817041 */waypoints[50].origin = (12006.9, -4490.95, 19.125);
|
||||
/*1506817041 */waypoints[50].type = "stand";
|
||||
/*1506817041 */waypoints[50].childCount = 4;
|
||||
/*1506817041 */waypoints[50].children[0] = 43;
|
||||
/*1506817041 */waypoints[50].children[1] = 33;
|
||||
/*1506817041 */waypoints[50].children[2] = 51;
|
||||
/*1506817041 */waypoints[50].children[3] = 54;
|
||||
/*1506817041 */waypoints[51] = spawnstruct();
|
||||
/*1506817041 */waypoints[51].origin = (12282.6, -4462.28, 18.3459);
|
||||
/*1506817041 */waypoints[51].type = "stand";
|
||||
/*1506817041 */waypoints[51].childCount = 4;
|
||||
/*1506817041 */waypoints[51].children[0] = 43;
|
||||
/*1506817041 */waypoints[51].children[1] = 50;
|
||||
/*1506817041 */waypoints[51].children[2] = 33;
|
||||
/*1506817041 */waypoints[51].children[3] = 52;
|
||||
/*1506817041 */waypoints[52] = spawnstruct();
|
||||
/*1506817041 */waypoints[52].origin = (12410.3, -4503.31, 52.125);
|
||||
/*1506817041 */waypoints[52].type = "stand";
|
||||
/*1506817041 */waypoints[52].childCount = 2;
|
||||
/*1506817041 */waypoints[52].children[0] = 51;
|
||||
/*1506817041 */waypoints[52].children[1] = 53;
|
||||
/*1506817041 */waypoints[53] = spawnstruct();
|
||||
/*1506817041 */waypoints[53].origin = (12645.1, -4560.62, 52.125);
|
||||
/*1506817041 */waypoints[53].type = "stand";
|
||||
/*1506817041 */waypoints[53].childCount = 2;
|
||||
/*1506817041 */waypoints[53].children[0] = 52;
|
||||
/*1506817041 */waypoints[53].children[1] = 39;
|
||||
/*1506817041 */waypoints[54] = spawnstruct();
|
||||
/*1506817041 */waypoints[54].origin = (11698.6, -4480.1, 96.125);
|
||||
/*1506817041 */waypoints[54].type = "stand";
|
||||
/*1506817041 */waypoints[54].childCount = 2;
|
||||
/*1506817041 */waypoints[54].children[0] = 50;
|
||||
/*1506817041 */waypoints[54].children[1] = 55;
|
||||
/*1506817041 */waypoints[55] = spawnstruct();
|
||||
/*1506817041 */waypoints[55].origin = (11482.1, -4553.47, 126.156);
|
||||
/*1506817041 */waypoints[55].type = "stand";
|
||||
/*1506817041 */waypoints[55].childCount = 3;
|
||||
/*1506817041 */waypoints[55].children[0] = 54;
|
||||
/*1506817041 */waypoints[55].children[1] = 56;
|
||||
/*1506817041 */waypoints[55].children[2] = 57;
|
||||
/*1506817041 */waypoints[56] = spawnstruct();
|
||||
/*1506817041 */waypoints[56].origin = (11235.2, -4554.78, 211.125);
|
||||
/*1506817041 */waypoints[56].type = "stand";
|
||||
/*1506817041 */waypoints[56].childCount = 3;
|
||||
/*1506817041 */waypoints[56].children[0] = 55;
|
||||
/*1506817041 */waypoints[56].children[1] = 65;
|
||||
/*1506817041 */waypoints[56].children[2] = 66;
|
||||
/*1506817041 */waypoints[57] = spawnstruct();
|
||||
/*1506817041 */waypoints[57].origin = (11464.7, -4999.42, 97.2314);
|
||||
/*1506817041 */waypoints[57].type = "stand";
|
||||
/*1506817041 */waypoints[57].childCount = 3;
|
||||
/*1506817041 */waypoints[57].children[0] = 55;
|
||||
/*1506817041 */waypoints[57].children[1] = 58;
|
||||
/*1506817041 */waypoints[57].children[2] = 72;
|
||||
/*1506817041 */waypoints[58] = spawnstruct();
|
||||
/*1506817041 */waypoints[58].origin = (11480.2, -5385.74, 96.8375);
|
||||
/*1506817041 */waypoints[58].type = "stand";
|
||||
/*1506817041 */waypoints[58].childCount = 4;
|
||||
/*1506817041 */waypoints[58].children[0] = 57;
|
||||
/*1506817041 */waypoints[58].children[1] = 46;
|
||||
/*1506817041 */waypoints[58].children[2] = 59;
|
||||
/*1506817041 */waypoints[58].children[3] = 60;
|
||||
/*1506817041 */waypoints[59] = spawnstruct();
|
||||
/*1506817041 */waypoints[59].origin = (11491, -5516.33, 97.4038);
|
||||
/*1506817041 */waypoints[59].type = "stand";
|
||||
/*1506817041 */waypoints[59].childCount = 1;
|
||||
/*1506817041 */waypoints[59].children[0] = 58;
|
||||
/*1506817041 */waypoints[60] = spawnstruct();
|
||||
/*1506817041 */waypoints[60].origin = (11317.3, -5421.19, 96.8928);
|
||||
/*1506817041 */waypoints[60].type = "stand";
|
||||
/*1506817041 */waypoints[60].childCount = 2;
|
||||
/*1506817041 */waypoints[60].children[0] = 58;
|
||||
/*1506817041 */waypoints[60].children[1] = 61;
|
||||
/*1506817041 */waypoints[61] = spawnstruct();
|
||||
/*1506817041 */waypoints[61].origin = (11165.4, -5248.1, 108.819);
|
||||
/*1506817041 */waypoints[61].type = "stand";
|
||||
/*1506817041 */waypoints[61].childCount = 4;
|
||||
/*1506817041 */waypoints[61].children[0] = 60;
|
||||
/*1506817041 */waypoints[61].children[1] = 62;
|
||||
/*1506817041 */waypoints[61].children[2] = 63;
|
||||
/*1506817041 */waypoints[61].children[3] = 64;
|
||||
/*1506817041 */waypoints[62] = spawnstruct();
|
||||
/*1506817041 */waypoints[62].origin = (11006.4, -5354.34, 98.1853);
|
||||
/*1506817041 */waypoints[62].type = "stand";
|
||||
/*1506817041 */waypoints[62].childCount = 2;
|
||||
/*1506817041 */waypoints[62].children[0] = 61;
|
||||
/*1506817041 */waypoints[62].children[1] = 73;
|
||||
/*1506817041 */waypoints[63] = spawnstruct();
|
||||
/*1506817041 */waypoints[63].origin = (11309.6, -5174.76, 95.049);
|
||||
/*1506817041 */waypoints[63].type = "stand";
|
||||
/*1506817041 */waypoints[63].childCount = 1;
|
||||
/*1506817041 */waypoints[63].children[0] = 61;
|
||||
/*1506817041 */waypoints[64] = spawnstruct();
|
||||
/*1506817041 */waypoints[64].origin = (11026.9, -5138.06, 99.6359);
|
||||
/*1506817041 */waypoints[64].type = "stand";
|
||||
/*1506817041 */waypoints[64].childCount = 1;
|
||||
/*1506817041 */waypoints[64].children[0] = 61;
|
||||
/*1506817041 */waypoints[65] = spawnstruct();
|
||||
/*1506817041 */waypoints[65].origin = (11112.9, -4385.57, 204.125);
|
||||
/*1506817041 */waypoints[65].type = "stand";
|
||||
/*1506817041 */waypoints[65].childCount = 2;
|
||||
/*1506817041 */waypoints[65].children[0] = 56;
|
||||
/*1506817041 */waypoints[65].children[1] = 66;
|
||||
/*1506817041 */waypoints[66] = spawnstruct();
|
||||
/*1506817041 */waypoints[66].origin = (10968.7, -4467.14, 204.125);
|
||||
/*1506817041 */waypoints[66].type = "stand";
|
||||
/*1506817041 */waypoints[66].childCount = 3;
|
||||
/*1506817041 */waypoints[66].children[0] = 56;
|
||||
/*1506817041 */waypoints[66].children[1] = 65;
|
||||
/*1506817041 */waypoints[66].children[2] = 67;
|
||||
/*1506817041 */waypoints[67] = spawnstruct();
|
||||
/*1506817041 */waypoints[67].origin = (10872.4, -4454.49, 192.125);
|
||||
/*1506817041 */waypoints[67].type = "stand";
|
||||
/*1506817041 */waypoints[67].childCount = 3;
|
||||
/*1506817041 */waypoints[67].children[0] = 66;
|
||||
/*1506817041 */waypoints[67].children[1] = 68;
|
||||
/*1506817041 */waypoints[67].children[2] = 129;
|
||||
/*1506817041 */waypoints[68] = spawnstruct();
|
||||
/*1506817041 */waypoints[68].origin = (10763.4, -4540.31, 192.125);
|
||||
/*1506817041 */waypoints[68].type = "stand";
|
||||
/*1506817041 */waypoints[68].childCount = 2;
|
||||
/*1506817041 */waypoints[68].children[0] = 67;
|
||||
/*1506817041 */waypoints[68].children[1] = 69;
|
||||
/*1506817041 */waypoints[69] = spawnstruct();
|
||||
/*1506817041 */waypoints[69].origin = (10600.2, -4561.1, 98.1714);
|
||||
/*1506817041 */waypoints[69].type = "stand";
|
||||
/*1506817041 */waypoints[69].childCount = 3;
|
||||
/*1506817041 */waypoints[69].children[0] = 68;
|
||||
/*1506817041 */waypoints[69].children[1] = 70;
|
||||
/*1506817041 */waypoints[69].children[2] = 142;
|
||||
/*1506817041 */waypoints[70] = spawnstruct();
|
||||
/*1506817041 */waypoints[70].origin = (10883.2, -4892.49, 100.894);
|
||||
/*1506817041 */waypoints[70].type = "stand";
|
||||
/*1506817041 */waypoints[70].childCount = 5;
|
||||
/*1506817041 */waypoints[70].children[0] = 69;
|
||||
/*1506817041 */waypoints[70].children[1] = 71;
|
||||
/*1506817041 */waypoints[70].children[2] = 72;
|
||||
/*1506817041 */waypoints[70].children[3] = 143;
|
||||
/*1506817041 */waypoints[70].children[4] = 142;
|
||||
/*1506817041 */waypoints[71] = spawnstruct();
|
||||
/*1506817041 */waypoints[71].origin = (10986.5, -4832.67, 100.081);
|
||||
/*1506817041 */waypoints[71].type = "stand";
|
||||
/*1506817041 */waypoints[71].childCount = 1;
|
||||
/*1506817041 */waypoints[71].children[0] = 70;
|
||||
/*1506817041 */waypoints[72] = spawnstruct();
|
||||
/*1506817041 */waypoints[72].origin = (10993.9, -4999.32, 100.625);
|
||||
/*1506817041 */waypoints[72].type = "stand";
|
||||
/*1506817041 */waypoints[72].childCount = 3;
|
||||
/*1506817041 */waypoints[72].children[0] = 70;
|
||||
/*1506817041 */waypoints[72].children[1] = 57;
|
||||
/*1506817041 */waypoints[72].children[2] = 143;
|
||||
/*1506817041 */waypoints[73] = spawnstruct();
|
||||
/*1506817041 */waypoints[73].origin = (10867.4, -5376.29, 100.361);
|
||||
/*1506817041 */waypoints[73].type = "stand";
|
||||
/*1506817041 */waypoints[73].childCount = 3;
|
||||
/*1506817041 */waypoints[73].children[0] = 62;
|
||||
/*1506817041 */waypoints[73].children[1] = 74;
|
||||
/*1506817041 */waypoints[73].children[2] = 143;
|
||||
/*1506817041 */waypoints[74] = spawnstruct();
|
||||
/*1506817041 */waypoints[74].origin = (10678.2, -5499.56, 99.2189);
|
||||
/*1506817041 */waypoints[74].type = "stand";
|
||||
/*1506817041 */waypoints[74].childCount = 4;
|
||||
/*1506817041 */waypoints[74].children[0] = 73;
|
||||
/*1506817041 */waypoints[74].children[1] = 75;
|
||||
/*1506817041 */waypoints[74].children[2] = 76;
|
||||
/*1506817041 */waypoints[74].children[3] = 142;
|
||||
/*1506817041 */waypoints[75] = spawnstruct();
|
||||
/*1506817041 */waypoints[75].origin = (10542.5, -5638.4, 96.6548);
|
||||
/*1506817041 */waypoints[75].type = "stand";
|
||||
/*1506817041 */waypoints[75].childCount = 3;
|
||||
/*1506817041 */waypoints[75].children[0] = 74;
|
||||
/*1506817041 */waypoints[75].children[1] = 76;
|
||||
/*1506817041 */waypoints[75].children[2] = 77;
|
||||
/*1506817041 */waypoints[76] = spawnstruct();
|
||||
/*1506817041 */waypoints[76].origin = (10706, -5699.47, 99.6741);
|
||||
/*1506817041 */waypoints[76].type = "stand";
|
||||
/*1506817041 */waypoints[76].childCount = 2;
|
||||
/*1506817041 */waypoints[76].children[0] = 75;
|
||||
/*1506817041 */waypoints[76].children[1] = 74;
|
||||
/*1506817041 */waypoints[77] = spawnstruct();
|
||||
/*1506817041 */waypoints[77].origin = (10282.4, -5616.48, 194.125);
|
||||
/*1506817041 */waypoints[77].type = "stand";
|
||||
/*1506817041 */waypoints[77].childCount = 3;
|
||||
/*1506817041 */waypoints[77].children[0] = 75;
|
||||
/*1506817041 */waypoints[77].children[1] = 78;
|
||||
/*1506817041 */waypoints[77].children[2] = 79;
|
||||
/*1506817041 */waypoints[78] = spawnstruct();
|
||||
/*1506817041 */waypoints[78].origin = (10145, -5676.78, 194.125);
|
||||
/*1506817041 */waypoints[78].type = "stand";
|
||||
/*1506817041 */waypoints[78].childCount = 1;
|
||||
/*1506817041 */waypoints[78].children[0] = 77;
|
||||
/*1506817041 */waypoints[79] = spawnstruct();
|
||||
/*1506817041 */waypoints[79].origin = (9974.94, -5549.42, 193.125);
|
||||
/*1506817041 */waypoints[79].type = "stand";
|
||||
/*1506817041 */waypoints[79].childCount = 3;
|
||||
/*1506817041 */waypoints[79].children[0] = 77;
|
||||
/*1506817041 */waypoints[79].children[1] = 80;
|
||||
/*1506817041 */waypoints[79].children[2] = 128;
|
||||
/*1506817041 */waypoints[80] = spawnstruct();
|
||||
/*1506817041 */waypoints[80].origin = (9865.28, -5649.96, 194.125);
|
||||
/*1506817041 */waypoints[80].type = "stand";
|
||||
/*1506817041 */waypoints[80].childCount = 2;
|
||||
/*1506817041 */waypoints[80].children[0] = 79;
|
||||
/*1506817041 */waypoints[80].children[1] = 81;
|
||||
/*1506817041 */waypoints[81] = spawnstruct();
|
||||
/*1506817041 */waypoints[81].origin = (9497.68, -5603.95, 193.125);
|
||||
/*1506817041 */waypoints[81].type = "stand";
|
||||
/*1506817041 */waypoints[81].childCount = 3;
|
||||
/*1506817041 */waypoints[81].children[0] = 80;
|
||||
/*1506817041 */waypoints[81].children[1] = 82;
|
||||
/*1506817041 */waypoints[81].children[2] = 83;
|
||||
/*1506817041 */waypoints[82] = spawnstruct();
|
||||
/*1506817041 */waypoints[82].origin = (9323.29, -5643.55, 193.125);
|
||||
/*1506817041 */waypoints[82].type = "stand";
|
||||
/*1506817041 */waypoints[82].childCount = 3;
|
||||
/*1506817041 */waypoints[82].children[0] = 81;
|
||||
/*1506817041 */waypoints[82].children[1] = 83;
|
||||
/*1506817041 */waypoints[82].children[2] = 84;
|
||||
/*1506817041 */waypoints[83] = spawnstruct();
|
||||
/*1506817041 */waypoints[83].origin = (9396.08, -5497.39, 193.125);
|
||||
/*1506817041 */waypoints[83].type = "stand";
|
||||
/*1506817041 */waypoints[83].childCount = 5;
|
||||
/*1506817041 */waypoints[83].children[0] = 82;
|
||||
/*1506817041 */waypoints[83].children[1] = 81;
|
||||
/*1506817041 */waypoints[83].children[2] = 91;
|
||||
/*1506817041 */waypoints[83].children[3] = 92;
|
||||
/*1506817041 */waypoints[83].children[4] = 93;
|
||||
/*1506817041 */waypoints[84] = spawnstruct();
|
||||
/*1506817041 */waypoints[84].origin = (9150.98, -5653.08, 324.125);
|
||||
/*1506817041 */waypoints[84].type = "stand";
|
||||
/*1506817041 */waypoints[84].childCount = 3;
|
||||
/*1506817041 */waypoints[84].children[0] = 82;
|
||||
/*1506817041 */waypoints[84].children[1] = 85;
|
||||
/*1506817041 */waypoints[84].children[2] = 87;
|
||||
/*1506817041 */waypoints[85] = spawnstruct();
|
||||
/*1506817041 */waypoints[85].origin = (8810.36, -5689.73, 320.125);
|
||||
/*1506817041 */waypoints[85].type = "stand";
|
||||
/*1506817041 */waypoints[85].childCount = 3;
|
||||
/*1506817041 */waypoints[85].children[0] = 84;
|
||||
/*1506817041 */waypoints[85].children[1] = 86;
|
||||
/*1506817041 */waypoints[85].children[2] = 88;
|
||||
/*1506817041 */waypoints[86] = spawnstruct();
|
||||
/*1506817041 */waypoints[86].origin = (8811.01, -5301.47, 321.125);
|
||||
/*1506817041 */waypoints[86].type = "stand";
|
||||
/*1506817041 */waypoints[86].childCount = 4;
|
||||
/*1506817041 */waypoints[86].children[0] = 85;
|
||||
/*1506817041 */waypoints[86].children[1] = 87;
|
||||
/*1506817041 */waypoints[86].children[2] = 89;
|
||||
/*1506817041 */waypoints[86].children[3] = 90;
|
||||
/*1506817041 */waypoints[87] = spawnstruct();
|
||||
/*1506817041 */waypoints[87].origin = (9078.59, -5394.84, 320.125);
|
||||
/*1506817041 */waypoints[87].type = "stand";
|
||||
/*1506817041 */waypoints[87].childCount = 2;
|
||||
/*1506817041 */waypoints[87].children[0] = 86;
|
||||
/*1506817041 */waypoints[87].children[1] = 84;
|
||||
/*1506817041 */waypoints[88] = spawnstruct();
|
||||
/*1506817041 */waypoints[88].origin = (8501.94, -5653.46, 320.125);
|
||||
/*1506817041 */waypoints[88].type = "stand";
|
||||
/*1506817041 */waypoints[88].childCount = 2;
|
||||
/*1506817041 */waypoints[88].children[0] = 85;
|
||||
/*1506817041 */waypoints[88].children[1] = 89;
|
||||
/*1506817041 */waypoints[89] = spawnstruct();
|
||||
/*1506817041 */waypoints[89].origin = (8554.51, -5366.66, 320.125);
|
||||
/*1506817041 */waypoints[89].type = "stand";
|
||||
/*1506817041 */waypoints[89].childCount = 2;
|
||||
/*1506817041 */waypoints[89].children[0] = 88;
|
||||
/*1506817041 */waypoints[89].children[1] = 86;
|
||||
/*1506817041 */waypoints[90] = spawnstruct();
|
||||
/*1506817041 */waypoints[90].origin = (8821.93, -5035.48, 190.435);
|
||||
/*1506817041 */waypoints[90].type = "stand";
|
||||
/*1506817041 */waypoints[90].childCount = 4;
|
||||
/*1506817041 */waypoints[90].children[0] = 86;
|
||||
/*1506817041 */waypoints[90].children[1] = 92;
|
||||
/*1506817041 */waypoints[90].children[2] = 94;
|
||||
/*1506817041 */waypoints[90].children[3] = 97;
|
||||
/*1506817041 */waypoints[91] = spawnstruct();
|
||||
/*1506817041 */waypoints[91].origin = (9214.76, -5459.12, 193.125);
|
||||
/*1506817041 */waypoints[91].type = "stand";
|
||||
/*1506817041 */waypoints[91].childCount = 1;
|
||||
/*1506817041 */waypoints[91].children[0] = 83;
|
||||
/*1506817041 */waypoints[92] = spawnstruct();
|
||||
/*1506817041 */waypoints[92].origin = (9224.8, -5249.02, 193.125);
|
||||
/*1506817041 */waypoints[92].type = "stand";
|
||||
/*1506817041 */waypoints[92].childCount = 3;
|
||||
/*1506817041 */waypoints[92].children[0] = 83;
|
||||
/*1506817041 */waypoints[92].children[1] = 93;
|
||||
/*1506817041 */waypoints[92].children[2] = 90;
|
||||
/*1506817041 */waypoints[93] = spawnstruct();
|
||||
/*1506817041 */waypoints[93].origin = (9393.36, -5171.96, 195.125);
|
||||
/*1506817041 */waypoints[93].type = "stand";
|
||||
/*1506817041 */waypoints[93].childCount = 3;
|
||||
/*1506817041 */waypoints[93].children[0] = 92;
|
||||
/*1506817041 */waypoints[93].children[1] = 83;
|
||||
/*1506817041 */waypoints[93].children[2] = 96;
|
||||
/*1506817041 */waypoints[94] = spawnstruct();
|
||||
/*1506817041 */waypoints[94].origin = (8841.39, -4784.67, 195.124);
|
||||
/*1506817041 */waypoints[94].type = "stand";
|
||||
/*1506817041 */waypoints[94].childCount = 4;
|
||||
/*1506817041 */waypoints[94].children[0] = 95;
|
||||
/*1506817041 */waypoints[94].children[1] = 90;
|
||||
/*1506817041 */waypoints[94].children[2] = 97;
|
||||
/*1506817041 */waypoints[94].children[3] = 98;
|
||||
/*1506817041 */waypoints[95] = spawnstruct();
|
||||
/*1506817041 */waypoints[95].origin = (9164.99, -4623.59, 193.125);
|
||||
/*1506817041 */waypoints[95].type = "stand";
|
||||
/*1506817041 */waypoints[95].childCount = 3;
|
||||
/*1506817041 */waypoints[95].children[0] = 94;
|
||||
/*1506817041 */waypoints[95].children[1] = 96;
|
||||
/*1506817041 */waypoints[95].children[2] = 104;
|
||||
/*1506817041 */waypoints[96] = spawnstruct();
|
||||
/*1506817041 */waypoints[96].origin = (9387.46, -4740.8, 195.125);
|
||||
/*1506817041 */waypoints[96].type = "stand";
|
||||
/*1506817041 */waypoints[96].childCount = 3;
|
||||
/*1506817041 */waypoints[96].children[0] = 95;
|
||||
/*1506817041 */waypoints[96].children[1] = 93;
|
||||
/*1506817041 */waypoints[96].children[2] = 124;
|
||||
/*1506817041 */waypoints[97] = spawnstruct();
|
||||
/*1506817041 */waypoints[97].origin = (8486.82, -4853.39, 199.084);
|
||||
/*1506817041 */waypoints[97].type = "stand";
|
||||
/*1506817041 */waypoints[97].childCount = 2;
|
||||
/*1506817041 */waypoints[97].children[0] = 90;
|
||||
/*1506817041 */waypoints[97].children[1] = 94;
|
||||
/*1506817041 */waypoints[98] = spawnstruct();
|
||||
/*1506817041 */waypoints[98].origin = (8533.82, -4507.13, 193.125);
|
||||
/*1506817041 */waypoints[98].type = "stand";
|
||||
/*1506817041 */waypoints[98].childCount = 4;
|
||||
/*1506817041 */waypoints[98].children[0] = 94;
|
||||
/*1506817041 */waypoints[98].children[1] = 99;
|
||||
/*1506817041 */waypoints[98].children[2] = 100;
|
||||
/*1506817041 */waypoints[98].children[3] = 103;
|
||||
/*1506817041 */waypoints[99] = spawnstruct();
|
||||
/*1506817041 */waypoints[99].origin = (8019.03, -4497.36, 192.125);
|
||||
/*1506817041 */waypoints[99].type = "stand";
|
||||
/*1506817041 */waypoints[99].childCount = 1;
|
||||
/*1506817041 */waypoints[99].children[0] = 98;
|
||||
/*1506817041 */waypoints[100] = spawnstruct();
|
||||
/*1506817041 */waypoints[100].origin = (8788.54, -4203.59, 192.137);
|
||||
/*1506817041 */waypoints[100].type = "stand";
|
||||
/*1506817041 */waypoints[100].childCount = 4;
|
||||
/*1506817041 */waypoints[100].children[0] = 98;
|
||||
/*1506817041 */waypoints[100].children[1] = 101;
|
||||
/*1506817041 */waypoints[100].children[2] = 104;
|
||||
/*1506817041 */waypoints[100].children[3] = 107;
|
||||
/*1506817041 */waypoints[101] = spawnstruct();
|
||||
/*1506817041 */waypoints[101].origin = (8574.21, -3925.96, 192.125);
|
||||
/*1506817041 */waypoints[101].type = "stand";
|
||||
/*1506817041 */waypoints[101].childCount = 2;
|
||||
/*1506817041 */waypoints[101].children[0] = 100;
|
||||
/*1506817041 */waypoints[101].children[1] = 102;
|
||||
/*1506817041 */waypoints[102] = spawnstruct();
|
||||
/*1506817041 */waypoints[102].origin = (8412.92, -4060.27, 193.125);
|
||||
/*1506817041 */waypoints[102].type = "stand";
|
||||
/*1506817041 */waypoints[102].childCount = 2;
|
||||
/*1506817041 */waypoints[102].children[0] = 101;
|
||||
/*1506817041 */waypoints[102].children[1] = 103;
|
||||
/*1506817041 */waypoints[103] = spawnstruct();
|
||||
/*1506817041 */waypoints[103].origin = (8437.41, -4319.13, 195.125);
|
||||
/*1506817041 */waypoints[103].type = "stand";
|
||||
/*1506817041 */waypoints[103].childCount = 2;
|
||||
/*1506817041 */waypoints[103].children[0] = 102;
|
||||
/*1506817041 */waypoints[103].children[1] = 98;
|
||||
/*1506817041 */waypoints[104] = spawnstruct();
|
||||
/*1506817041 */waypoints[104].origin = (9173.79, -4299.19, 192.125);
|
||||
/*1506817041 */waypoints[104].type = "stand";
|
||||
/*1506817041 */waypoints[104].childCount = 3;
|
||||
/*1506817041 */waypoints[104].children[0] = 100;
|
||||
/*1506817041 */waypoints[104].children[1] = 95;
|
||||
/*1506817041 */waypoints[104].children[2] = 106;
|
||||
/*1506817041 */waypoints[105] = spawnstruct();
|
||||
/*1506817041 */waypoints[105].origin = (9671.23, -4239.72, 192.125);
|
||||
/*1506817041 */waypoints[105].type = "stand";
|
||||
/*1506817041 */waypoints[105].childCount = 3;
|
||||
/*1506817041 */waypoints[105].children[0] = 24;
|
||||
/*1506817041 */waypoints[105].children[1] = 113;
|
||||
/*1506817041 */waypoints[105].children[2] = 106;
|
||||
/*1506817041 */waypoints[106] = spawnstruct();
|
||||
/*1506817041 */waypoints[106].origin = (9397.84, -4076.85, 193.125);
|
||||
/*1506817041 */waypoints[106].type = "stand";
|
||||
/*1506817041 */waypoints[106].childCount = 5;
|
||||
/*1506817041 */waypoints[106].children[0] = 24;
|
||||
/*1506817041 */waypoints[106].children[1] = 107;
|
||||
/*1506817041 */waypoints[106].children[2] = 108;
|
||||
/*1506817041 */waypoints[106].children[3] = 104;
|
||||
/*1506817041 */waypoints[106].children[4] = 105;
|
||||
/*1506817041 */waypoints[107] = spawnstruct();
|
||||
/*1506817041 */waypoints[107].origin = (8941.5, -4060.95, 192.125);
|
||||
/*1506817041 */waypoints[107].type = "stand";
|
||||
/*1506817041 */waypoints[107].childCount = 3;
|
||||
/*1506817041 */waypoints[107].children[0] = 100;
|
||||
/*1506817041 */waypoints[107].children[1] = 106;
|
||||
/*1506817041 */waypoints[107].children[2] = 109;
|
||||
/*1506817041 */waypoints[108] = spawnstruct();
|
||||
/*1506817041 */waypoints[108].origin = (9256.99, -3805.36, 193.125);
|
||||
/*1506817041 */waypoints[108].type = "stand";
|
||||
/*1506817041 */waypoints[108].childCount = 3;
|
||||
/*1506817041 */waypoints[108].children[0] = 106;
|
||||
/*1506817041 */waypoints[108].children[1] = 109;
|
||||
/*1506817041 */waypoints[108].children[2] = 110;
|
||||
/*1506817041 */waypoints[109] = spawnstruct();
|
||||
/*1506817041 */waypoints[109].origin = (9041.57, -3845.62, 192.125);
|
||||
/*1506817041 */waypoints[109].type = "stand";
|
||||
/*1506817041 */waypoints[109].childCount = 2;
|
||||
/*1506817041 */waypoints[109].children[0] = 108;
|
||||
/*1506817041 */waypoints[109].children[1] = 107;
|
||||
/*1506817041 */waypoints[110] = spawnstruct();
|
||||
/*1506817041 */waypoints[110].origin = (9293.78, -3494.63, 192.125);
|
||||
/*1506817041 */waypoints[110].type = "stand";
|
||||
/*1506817041 */waypoints[110].childCount = 3;
|
||||
/*1506817041 */waypoints[110].children[0] = 108;
|
||||
/*1506817041 */waypoints[110].children[1] = 111;
|
||||
/*1506817041 */waypoints[110].children[2] = 0;
|
||||
/*1506817041 */waypoints[111] = spawnstruct();
|
||||
/*1506817041 */waypoints[111].origin = (9264.63, -3356.25, 192.125);
|
||||
/*1506817041 */waypoints[111].type = "stand";
|
||||
/*1506817041 */waypoints[111].childCount = 1;
|
||||
/*1506817041 */waypoints[111].children[0] = 110;
|
||||
/*1506817041 */waypoints[112] = spawnstruct();
|
||||
/*1506817041 */waypoints[112].origin = (9531.85, -3476.95, 192.125);
|
||||
/*1506817041 */waypoints[112].type = "stand";
|
||||
/*1506817041 */waypoints[112].childCount = 1;
|
||||
/*1506817041 */waypoints[112].children[0] = 0;
|
||||
/*1506817041 */waypoints[113] = spawnstruct();
|
||||
/*1506817041 */waypoints[113].origin = (10061.1, -4247.45, 191.306);
|
||||
/*1506817041 */waypoints[113].type = "stand";
|
||||
/*1506817041 */waypoints[113].childCount = 4;
|
||||
/*1506817041 */waypoints[113].children[0] = 105;
|
||||
/*1506817041 */waypoints[113].children[1] = 114;
|
||||
/*1506817041 */waypoints[113].children[2] = 118;
|
||||
/*1506817041 */waypoints[113].children[3] = 116;
|
||||
/*1506817041 */waypoints[114] = spawnstruct();
|
||||
/*1506817041 */waypoints[114].origin = (10066.5, -4028, 193.125);
|
||||
/*1506817041 */waypoints[114].type = "stand";
|
||||
/*1506817041 */waypoints[114].childCount = 2;
|
||||
/*1506817041 */waypoints[114].children[0] = 113;
|
||||
/*1506817041 */waypoints[114].children[1] = 115;
|
||||
/*1506817041 */waypoints[115] = spawnstruct();
|
||||
/*1506817041 */waypoints[115].origin = (10215.3, -4057.35, 193.125);
|
||||
/*1506817041 */waypoints[115].type = "stand";
|
||||
/*1506817041 */waypoints[115].childCount = 3;
|
||||
/*1506817041 */waypoints[115].children[0] = 114;
|
||||
/*1506817041 */waypoints[115].children[1] = 116;
|
||||
/*1506817041 */waypoints[115].children[2] = 129;
|
||||
/*1506817041 */waypoints[116] = spawnstruct();
|
||||
/*1506817041 */waypoints[116].origin = (10207.7, -4272.09, 192.115);
|
||||
/*1506817041 */waypoints[116].type = "stand";
|
||||
/*1506817041 */waypoints[116].childCount = 3;
|
||||
/*1506817041 */waypoints[116].children[0] = 115;
|
||||
/*1506817041 */waypoints[116].children[1] = 117;
|
||||
/*1506817041 */waypoints[116].children[2] = 113;
|
||||
/*1506817041 */waypoints[117] = spawnstruct();
|
||||
/*1506817041 */waypoints[117].origin = (10260.5, -4512.41, 190.961);
|
||||
/*1506817041 */waypoints[117].type = "stand";
|
||||
/*1506817041 */waypoints[117].childCount = 3;
|
||||
/*1506817041 */waypoints[117].children[0] = 116;
|
||||
/*1506817041 */waypoints[117].children[1] = 118;
|
||||
/*1506817041 */waypoints[117].children[2] = 119;
|
||||
/*1506817041 */waypoints[118] = spawnstruct();
|
||||
/*1506817041 */waypoints[118].origin = (10050, -4466.06, 190.052);
|
||||
/*1506817041 */waypoints[118].type = "stand";
|
||||
/*1506817041 */waypoints[118].childCount = 2;
|
||||
/*1506817041 */waypoints[118].children[0] = 117;
|
||||
/*1506817041 */waypoints[118].children[1] = 113;
|
||||
/*1506817041 */waypoints[119] = spawnstruct();
|
||||
/*1506817041 */waypoints[119].origin = (10244.6, -4727.69, 190.309);
|
||||
/*1506817041 */waypoints[119].type = "stand";
|
||||
/*1506817041 */waypoints[119].childCount = 3;
|
||||
/*1506817041 */waypoints[119].children[0] = 117;
|
||||
/*1506817041 */waypoints[119].children[1] = 120;
|
||||
/*1506817041 */waypoints[119].children[2] = 124;
|
||||
/*1506817041 */waypoints[120] = spawnstruct();
|
||||
/*1506817041 */waypoints[120].origin = (10262.3, -4895.25, 192.125);
|
||||
/*1506817041 */waypoints[120].type = "stand";
|
||||
/*1506817041 */waypoints[120].childCount = 3;
|
||||
/*1506817041 */waypoints[120].children[0] = 119;
|
||||
/*1506817041 */waypoints[120].children[1] = 121;
|
||||
/*1506817041 */waypoints[120].children[2] = 123;
|
||||
/*1506817041 */waypoints[121] = spawnstruct();
|
||||
/*1506817041 */waypoints[121].origin = (10237.2, -5151.75, 192.125);
|
||||
/*1506817041 */waypoints[121].type = "stand";
|
||||
/*1506817041 */waypoints[121].childCount = 2;
|
||||
/*1506817041 */waypoints[121].children[0] = 120;
|
||||
/*1506817041 */waypoints[121].children[1] = 122;
|
||||
/*1506817041 */waypoints[122] = spawnstruct();
|
||||
/*1506817041 */waypoints[122].origin = (9893.58, -5132.98, 192.125);
|
||||
/*1506817041 */waypoints[122].type = "stand";
|
||||
/*1506817041 */waypoints[122].childCount = 4;
|
||||
/*1506817041 */waypoints[122].children[0] = 121;
|
||||
/*1506817041 */waypoints[122].children[1] = 123;
|
||||
/*1506817041 */waypoints[122].children[2] = 126;
|
||||
/*1506817041 */waypoints[122].children[3] = 128;
|
||||
/*1506817041 */waypoints[123] = spawnstruct();
|
||||
/*1506817041 */waypoints[123].origin = (9904.83, -4886.59, 192.125);
|
||||
/*1506817041 */waypoints[123].type = "stand";
|
||||
/*1506817041 */waypoints[123].childCount = 3;
|
||||
/*1506817041 */waypoints[123].children[0] = 122;
|
||||
/*1506817041 */waypoints[123].children[1] = 120;
|
||||
/*1506817041 */waypoints[123].children[2] = 126;
|
||||
/*1506817041 */waypoints[124] = spawnstruct();
|
||||
/*1506817041 */waypoints[124].origin = (9569.04, -4714.47, 192.125);
|
||||
/*1506817041 */waypoints[124].type = "stand";
|
||||
/*1506817041 */waypoints[124].childCount = 4;
|
||||
/*1506817041 */waypoints[124].children[0] = 119;
|
||||
/*1506817041 */waypoints[124].children[1] = 96;
|
||||
/*1506817041 */waypoints[124].children[2] = 125;
|
||||
/*1506817041 */waypoints[124].children[3] = 126;
|
||||
/*1506817041 */waypoints[125] = spawnstruct();
|
||||
/*1506817041 */waypoints[125].origin = (9526.24, -4838.69, 192.125);
|
||||
/*1506817041 */waypoints[125].type = "stand";
|
||||
/*1506817041 */waypoints[125].childCount = 1;
|
||||
/*1506817041 */waypoints[125].children[0] = 124;
|
||||
/*1506817041 */waypoints[126] = spawnstruct();
|
||||
/*1506817041 */waypoints[126].origin = (9747.77, -4951.34, 192.125);
|
||||
/*1506817041 */waypoints[126].type = "stand";
|
||||
/*1506817041 */waypoints[126].childCount = 4;
|
||||
/*1506817041 */waypoints[126].children[0] = 124;
|
||||
/*1506817041 */waypoints[126].children[1] = 123;
|
||||
/*1506817041 */waypoints[126].children[2] = 127;
|
||||
/*1506817041 */waypoints[126].children[3] = 122;
|
||||
/*1506817041 */waypoints[127] = spawnstruct();
|
||||
/*1506817041 */waypoints[127].origin = (9553.63, -5123.39, 192.125);
|
||||
/*1506817041 */waypoints[127].type = "stand";
|
||||
/*1506817041 */waypoints[127].childCount = 1;
|
||||
/*1506817041 */waypoints[127].children[0] = 126;
|
||||
/*1506817041 */waypoints[128] = spawnstruct();
|
||||
/*1506817041 */waypoints[128].origin = (9969.54, -5345.23, 192.125);
|
||||
/*1506817041 */waypoints[128].type = "stand";
|
||||
/*1506817041 */waypoints[128].childCount = 2;
|
||||
/*1506817041 */waypoints[128].children[0] = 122;
|
||||
/*1506817041 */waypoints[128].children[1] = 79;
|
||||
/*1506817041 */waypoints[129] = spawnstruct();
|
||||
/*1506817041 */waypoints[129].origin = (10896.6, -4027.08, 192.125);
|
||||
/*1506817041 */waypoints[129].type = "stand";
|
||||
/*1506817041 */waypoints[129].childCount = 2;
|
||||
/*1506817041 */waypoints[129].children[0] = 115;
|
||||
/*1506817041 */waypoints[129].children[1] = 67;
|
||||
/*1506817041 */waypoints[130] = spawnstruct();
|
||||
/*1506817041 */waypoints[130].origin = (12017.5, -3556.96, -112.174);
|
||||
/*1506817041 */waypoints[130].type = "stand";
|
||||
/*1506817041 */waypoints[130].childCount = 2;
|
||||
/*1506817041 */waypoints[130].children[0] = 28;
|
||||
/*1506817041 */waypoints[130].children[1] = 131;
|
||||
/*1506817041 */waypoints[131] = spawnstruct();
|
||||
/*1506817041 */waypoints[131].origin = (11798.7, -3511.33, -113.875);
|
||||
/*1506817041 */waypoints[131].type = "stand";
|
||||
/*1506817041 */waypoints[131].childCount = 4;
|
||||
/*1506817041 */waypoints[131].children[0] = 130;
|
||||
/*1506817041 */waypoints[131].children[1] = 134;
|
||||
/*1506817041 */waypoints[131].children[2] = 135;
|
||||
/*1506817041 */waypoints[131].children[3] = 139;
|
||||
/*1506817041 */waypoints[132] = spawnstruct();
|
||||
/*1506817041 */waypoints[132].origin = (10921.8, -3652.08, 8.80361);
|
||||
/*1506817041 */waypoints[132].type = "stand";
|
||||
/*1506817041 */waypoints[132].childCount = 3;
|
||||
/*1506817041 */waypoints[132].children[0] = 25;
|
||||
/*1506817041 */waypoints[132].children[1] = 19;
|
||||
/*1506817041 */waypoints[132].children[2] = 144;
|
||||
/*1506817041 */waypoints[133] = spawnstruct();
|
||||
/*1506817041 */waypoints[133].origin = (11476.4, -3659.44, -113.875);
|
||||
/*1506817041 */waypoints[133].type = "stand";
|
||||
/*1506817041 */waypoints[133].childCount = 3;
|
||||
/*1506817041 */waypoints[133].children[0] = 27;
|
||||
/*1506817041 */waypoints[133].children[1] = 135;
|
||||
/*1506817041 */waypoints[133].children[2] = 144;
|
||||
/*1506817041 */waypoints[134] = spawnstruct();
|
||||
/*1506817041 */waypoints[134].origin = (11813, -3651.89, -113.875);
|
||||
/*1506817041 */waypoints[134].type = "stand";
|
||||
/*1506817041 */waypoints[134].childCount = 2;
|
||||
/*1506817041 */waypoints[134].children[0] = 131;
|
||||
/*1506817041 */waypoints[134].children[1] = 135;
|
||||
/*1506817041 */waypoints[135] = spawnstruct();
|
||||
/*1506817041 */waypoints[135].origin = (11675.3, -3642.9, -113.875);
|
||||
/*1506817041 */waypoints[135].type = "stand";
|
||||
/*1506817041 */waypoints[135].childCount = 3;
|
||||
/*1506817041 */waypoints[135].children[0] = 131;
|
||||
/*1506817041 */waypoints[135].children[1] = 133;
|
||||
/*1506817041 */waypoints[135].children[2] = 134;
|
||||
/*1506817041 */waypoints[136] = spawnstruct();
|
||||
/*1506817041 */waypoints[136].origin = (10179.7, -3437.49, 19.4289);
|
||||
/*1506817041 */waypoints[136].type = "stand";
|
||||
/*1506817041 */waypoints[136].childCount = 2;
|
||||
/*1506817041 */waypoints[136].children[0] = 20;
|
||||
/*1506817041 */waypoints[136].children[1] = 137;
|
||||
/*1506817041 */waypoints[137] = spawnstruct();
|
||||
/*1506817041 */waypoints[137].origin = (9975.14, -3583.56, 31.6946);
|
||||
/*1506817041 */waypoints[137].type = "stand";
|
||||
/*1506817041 */waypoints[137].childCount = 3;
|
||||
/*1506817041 */waypoints[137].children[0] = 136;
|
||||
/*1506817041 */waypoints[137].children[1] = 138;
|
||||
/*1506817041 */waypoints[137].children[2] = 21;
|
||||
/*1506817041 */waypoints[138] = spawnstruct();
|
||||
/*1506817041 */waypoints[138].origin = (9963.42, -3874.17, 54.125);
|
||||
/*1506817041 */waypoints[138].type = "stand";
|
||||
/*1506817041 */waypoints[138].childCount = 2;
|
||||
/*1506817041 */waypoints[138].children[0] = 137;
|
||||
/*1506817041 */waypoints[138].children[1] = 22;
|
||||
/*1506817041 */waypoints[139] = spawnstruct();
|
||||
/*1506817041 */waypoints[139].origin = (12033.6, -3438.26, -103.45);
|
||||
/*1506817041 */waypoints[139].type = "stand";
|
||||
/*1506817041 */waypoints[139].childCount = 2;
|
||||
/*1506817041 */waypoints[139].children[0] = 140;
|
||||
/*1506817041 */waypoints[139].children[1] = 131;
|
||||
/*1506817041 */waypoints[140] = spawnstruct();
|
||||
/*1506817041 */waypoints[140].origin = (12187.7, -3458.61, -108.841);
|
||||
/*1506817041 */waypoints[140].type = "stand";
|
||||
/*1506817041 */waypoints[140].childCount = 2;
|
||||
/*1506817041 */waypoints[140].children[0] = 139;
|
||||
/*1506817041 */waypoints[140].children[1] = 29;
|
||||
/*1506817041 */waypoints[141] = spawnstruct();
|
||||
/*1506817041 */waypoints[141].origin = (10743, -3063.22, 18.125);
|
||||
/*1506817041 */waypoints[141].type = "stand";
|
||||
/*1506817041 */waypoints[141].childCount = 2;
|
||||
/*1506817041 */waypoints[141].children[0] = 16;
|
||||
/*1506817041 */waypoints[141].children[1] = 18;
|
||||
/*1506817041 */waypoints[142] = spawnstruct();
|
||||
/*1506817041 */waypoints[142].origin = (10603.1, -5082.81, 98.3336);
|
||||
/*1506817041 */waypoints[142].type = "stand";
|
||||
/*1506817041 */waypoints[142].childCount = 4;
|
||||
/*1506817041 */waypoints[142].children[0] = 74;
|
||||
/*1506817041 */waypoints[142].children[1] = 143;
|
||||
/*1506817041 */waypoints[142].children[2] = 69;
|
||||
/*1506817041 */waypoints[142].children[3] = 70;
|
||||
/*1506817041 */waypoints[143] = spawnstruct();
|
||||
/*1506817041 */waypoints[143].origin = (10882.9, -5028.97, 101.318);
|
||||
/*1506817041 */waypoints[143].type = "stand";
|
||||
/*1506817041 */waypoints[143].childCount = 4;
|
||||
/*1506817041 */waypoints[143].children[0] = 72;
|
||||
/*1506817041 */waypoints[143].children[1] = 70;
|
||||
/*1506817041 */waypoints[143].children[2] = 73;
|
||||
/*1506817041 */waypoints[143].children[3] = 142;
|
||||
/*1506817041 */waypoints[144] = spawnstruct();
|
||||
/*1506817041 */waypoints[144].origin = (11226.7, -3648.92, -113.875);
|
||||
/*1506817041 */waypoints[144].type = "stand";
|
||||
/*1506817041 */waypoints[144].childCount = 2;
|
||||
/*1506817041 */waypoints[144].children[0] = 133;
|
||||
/*1506817041 */waypoints[144].children[1] = 132;
|
||||
/*1506817041 */return waypoints;
|
||||
}
|
||||
@@ -1,982 +0,0 @@
|
||||
Dome()
|
||||
{
|
||||
/*1608845813 */waypoints = [];
|
||||
/*1608845813 */waypoints[0] = spawnstruct();
|
||||
/*1608845813 */waypoints[0].origin = (926.252, 1164.99, 395.125);
|
||||
/*1608845813 */waypoints[0].type = "stand";
|
||||
/*1608845813 */waypoints[0].childCount = 2;
|
||||
/*1608845813 */waypoints[0].children[0] = 1;
|
||||
/*1608845813 */waypoints[0].children[1] = 131;
|
||||
/*1608845813 */waypoints[1] = spawnstruct();
|
||||
/*1608845813 */waypoints[1].origin = (924.592, 1464.43, 392.125);
|
||||
/*1608845813 */waypoints[1].type = "stand";
|
||||
/*1608845813 */waypoints[1].childCount = 2;
|
||||
/*1608845813 */waypoints[1].children[0] = 0;
|
||||
/*1608845813 */waypoints[1].children[1] = 2;
|
||||
/*1608845813 */waypoints[2] = spawnstruct();
|
||||
/*1608845813 */waypoints[2].origin = (1018.9, 1527.51, 392.125);
|
||||
/*1608845813 */waypoints[2].type = "stand";
|
||||
/*1608845813 */waypoints[2].childCount = 3;
|
||||
/*1608845813 */waypoints[2].children[0] = 1;
|
||||
/*1608845813 */waypoints[2].children[1] = 3;
|
||||
/*1608845813 */waypoints[2].children[2] = 4;
|
||||
/*1608845813 */waypoints[3] = spawnstruct();
|
||||
/*1608845813 */waypoints[3].origin = (1015.72, 1767.82, 392.125);
|
||||
/*1608845813 */waypoints[3].type = "stand";
|
||||
/*1608845813 */waypoints[3].childCount = 1;
|
||||
/*1608845813 */waypoints[3].children[0] = 2;
|
||||
/*1608845813 */waypoints[4] = spawnstruct();
|
||||
/*1608845813 */waypoints[4].origin = (1276.17, 1528.78, 392.125);
|
||||
/*1608845813 */waypoints[4].type = "stand";
|
||||
/*1608845813 */waypoints[4].childCount = 2;
|
||||
/*1608845813 */waypoints[4].children[0] = 2;
|
||||
/*1608845813 */waypoints[4].children[1] = 5;
|
||||
/*1608845813 */waypoints[5] = spawnstruct();
|
||||
/*1608845813 */waypoints[5].origin = (1273.37, 1254.4, 392.125);
|
||||
/*1608845813 */waypoints[5].type = "stand";
|
||||
/*1608845813 */waypoints[5].childCount = 3;
|
||||
/*1608845813 */waypoints[5].children[0] = 4;
|
||||
/*1608845813 */waypoints[5].children[1] = 6;
|
||||
/*1608845813 */waypoints[5].children[2] = 134;
|
||||
/*1608845813 */waypoints[6] = spawnstruct();
|
||||
/*1608845813 */waypoints[6].origin = (1188.9, 1168.97, 392.125);
|
||||
/*1608845813 */waypoints[6].type = "stand";
|
||||
/*1608845813 */waypoints[6].childCount = 3;
|
||||
/*1608845813 */waypoints[6].children[0] = 5;
|
||||
/*1608845813 */waypoints[6].children[1] = 131;
|
||||
/*1608845813 */waypoints[6].children[2] = 134;
|
||||
/*1608845813 */waypoints[7] = spawnstruct();
|
||||
/*1608845813 */waypoints[7].origin = (811.66, 1596.18, 226.125);
|
||||
/*1608845813 */waypoints[7].type = "stand";
|
||||
/*1608845813 */waypoints[7].childCount = 5;
|
||||
/*1608845813 */waypoints[7].children[0] = 70;
|
||||
/*1608845813 */waypoints[7].children[1] = 72;
|
||||
/*1608845813 */waypoints[7].children[2] = 113;
|
||||
/*1608845813 */waypoints[7].children[3] = 114;
|
||||
/*1608845813 */waypoints[7].children[4] = 132;
|
||||
/*1608845813 */waypoints[8] = spawnstruct();
|
||||
/*1608845813 */waypoints[8].origin = (915.58, 1830.17, 221.467);
|
||||
/*1608845813 */waypoints[8].type = "stand";
|
||||
/*1608845813 */waypoints[8].childCount = 1;
|
||||
/*1608845813 */waypoints[8].children[0] = 9;
|
||||
/*1608845813 */waypoints[9] = spawnstruct();
|
||||
/*1608845813 */waypoints[9].origin = (996.443, 2141.69, 226.125);
|
||||
/*1608845813 */waypoints[9].type = "stand";
|
||||
/*1608845813 */waypoints[9].childCount = 5;
|
||||
/*1608845813 */waypoints[9].children[0] = 10;
|
||||
/*1608845813 */waypoints[9].children[1] = 11;
|
||||
/*1608845813 */waypoints[9].children[2] = 12;
|
||||
/*1608845813 */waypoints[9].children[3] = 8;
|
||||
/*1608845813 */waypoints[9].children[4] = 132;
|
||||
/*1608845813 */waypoints[10] = spawnstruct();
|
||||
/*1608845813 */waypoints[10].origin = (970.504, 2299.73, 226.016);
|
||||
/*1608845813 */waypoints[10].type = "stand";
|
||||
/*1608845813 */waypoints[10].childCount = 1;
|
||||
/*1608845813 */waypoints[10].children[0] = 9;
|
||||
/*1608845813 */waypoints[11] = spawnstruct();
|
||||
/*1608845813 */waypoints[11].origin = (1052.08, 2296.65, 226.125);
|
||||
/*1608845813 */waypoints[11].type = "stand";
|
||||
/*1608845813 */waypoints[11].childCount = 1;
|
||||
/*1608845813 */waypoints[11].children[0] = 9;
|
||||
/*1608845813 */waypoints[12] = spawnstruct();
|
||||
/*1608845813 */waypoints[12].origin = (820.473, 2149.51, 226.752);
|
||||
/*1608845813 */waypoints[12].type = "stand";
|
||||
/*1608845813 */waypoints[12].childCount = 5;
|
||||
/*1608845813 */waypoints[12].children[0] = 9;
|
||||
/*1608845813 */waypoints[12].children[1] = 110;
|
||||
/*1608845813 */waypoints[12].children[2] = 111;
|
||||
/*1608845813 */waypoints[12].children[3] = 119;
|
||||
/*1608845813 */waypoints[12].children[4] = 112;
|
||||
/*1608845813 */waypoints[13] = spawnstruct();
|
||||
/*1608845813 */waypoints[13].origin = (203.375, 1561.45, 226.125);
|
||||
/*1608845813 */waypoints[13].type = "stand";
|
||||
/*1608845813 */waypoints[13].childCount = 4;
|
||||
/*1608845813 */waypoints[13].children[0] = 14;
|
||||
/*1608845813 */waypoints[13].children[1] = 74;
|
||||
/*1608845813 */waypoints[13].children[2] = 75;
|
||||
/*1608845813 */waypoints[13].children[3] = 71;
|
||||
/*1608845813 */waypoints[14] = spawnstruct();
|
||||
/*1608845813 */waypoints[14].origin = (196.612, 1658.35, 226.125);
|
||||
/*1608845813 */waypoints[14].type = "stand";
|
||||
/*1608845813 */waypoints[14].childCount = 3;
|
||||
/*1608845813 */waypoints[14].children[0] = 13;
|
||||
/*1608845813 */waypoints[14].children[1] = 16;
|
||||
/*1608845813 */waypoints[14].children[2] = 124;
|
||||
/*1608845813 */waypoints[15] = spawnstruct();
|
||||
/*1608845813 */waypoints[15].origin = (304.594, 1783.22, 226.125);
|
||||
/*1608845813 */waypoints[15].type = "stand";
|
||||
/*1608845813 */waypoints[15].childCount = 4;
|
||||
/*1608845813 */waypoints[15].children[0] = 115;
|
||||
/*1608845813 */waypoints[15].children[1] = 116;
|
||||
/*1608845813 */waypoints[15].children[2] = 120;
|
||||
/*1608845813 */waypoints[15].children[3] = 124;
|
||||
/*1608845813 */waypoints[16] = spawnstruct();
|
||||
/*1608845813 */waypoints[16].origin = (-139.69, 1659.78, 226.125);
|
||||
/*1608845813 */waypoints[16].type = "stand";
|
||||
/*1608845813 */waypoints[16].childCount = 3;
|
||||
/*1608845813 */waypoints[16].children[0] = 17;
|
||||
/*1608845813 */waypoints[16].children[1] = 18;
|
||||
/*1608845813 */waypoints[16].children[2] = 14;
|
||||
/*1608845813 */waypoints[17] = spawnstruct();
|
||||
/*1608845813 */waypoints[17].origin = (-149.075, 1564.27, 233.426);
|
||||
/*1608845813 */waypoints[17].type = "stand";
|
||||
/*1608845813 */waypoints[17].childCount = 3;
|
||||
/*1608845813 */waypoints[17].children[0] = 16;
|
||||
/*1608845813 */waypoints[17].children[1] = 95;
|
||||
/*1608845813 */waypoints[17].children[2] = 96;
|
||||
/*1608845813 */waypoints[18] = spawnstruct();
|
||||
/*1608845813 */waypoints[18].origin = (-266.982, 1798.47, 226.125);
|
||||
/*1608845813 */waypoints[18].type = "stand";
|
||||
/*1608845813 */waypoints[18].childCount = 3;
|
||||
/*1608845813 */waypoints[18].children[0] = 16;
|
||||
/*1608845813 */waypoints[18].children[1] = 90;
|
||||
/*1608845813 */waypoints[18].children[2] = 91;
|
||||
/*1608845813 */waypoints[19] = spawnstruct();
|
||||
/*1608845813 */waypoints[19].origin = (-713.514, 1594.13, 226.125);
|
||||
/*1608845813 */waypoints[19].type = "stand";
|
||||
/*1608845813 */waypoints[19].childCount = 3;
|
||||
/*1608845813 */waypoints[19].children[0] = 20;
|
||||
/*1608845813 */waypoints[19].children[1] = 92;
|
||||
/*1608845813 */waypoints[19].children[2] = 94;
|
||||
/*1608845813 */waypoints[20] = spawnstruct();
|
||||
/*1608845813 */waypoints[20].origin = (-910.949, 1593.18, 226.125);
|
||||
/*1608845813 */waypoints[20].type = "stand";
|
||||
/*1608845813 */waypoints[20].childCount = 4;
|
||||
/*1608845813 */waypoints[20].children[0] = 19;
|
||||
/*1608845813 */waypoints[20].children[1] = 21;
|
||||
/*1608845813 */waypoints[20].children[2] = 22;
|
||||
/*1608845813 */waypoints[20].children[3] = 23;
|
||||
/*1608845813 */waypoints[21] = spawnstruct();
|
||||
/*1608845813 */waypoints[21].origin = (-817.924, 1466.15, 226.125);
|
||||
/*1608845813 */waypoints[21].type = "stand";
|
||||
/*1608845813 */waypoints[21].childCount = 1;
|
||||
/*1608845813 */waypoints[21].children[0] = 20;
|
||||
/*1608845813 */waypoints[22] = spawnstruct();
|
||||
/*1608845813 */waypoints[22].origin = (-1129.26, 1567.54, 226.125);
|
||||
/*1608845813 */waypoints[22].type = "stand";
|
||||
/*1608845813 */waypoints[22].childCount = 2;
|
||||
/*1608845813 */waypoints[22].children[0] = 20;
|
||||
/*1608845813 */waypoints[22].children[1] = 105;
|
||||
/*1608845813 */waypoints[23] = spawnstruct();
|
||||
/*1608845813 */waypoints[23].origin = (-905.231, 1949.21, 226.125);
|
||||
/*1608845813 */waypoints[23].type = "stand";
|
||||
/*1608845813 */waypoints[23].childCount = 3;
|
||||
/*1608845813 */waypoints[23].children[0] = 24;
|
||||
/*1608845813 */waypoints[23].children[1] = 25;
|
||||
/*1608845813 */waypoints[23].children[2] = 20;
|
||||
/*1608845813 */waypoints[24] = spawnstruct();
|
||||
/*1608845813 */waypoints[24].origin = (-809.313, 1952.04, 226.125);
|
||||
/*1608845813 */waypoints[24].type = "stand";
|
||||
/*1608845813 */waypoints[24].childCount = 1;
|
||||
/*1608845813 */waypoints[24].children[0] = 23;
|
||||
/*1608845813 */waypoints[25] = spawnstruct();
|
||||
/*1608845813 */waypoints[25].origin = (-804.635, 2079.25, 237.617);
|
||||
/*1608845813 */waypoints[25].type = "stand";
|
||||
/*1608845813 */waypoints[25].childCount = 2;
|
||||
/*1608845813 */waypoints[25].children[0] = 23;
|
||||
/*1608845813 */waypoints[25].children[1] = 26;
|
||||
/*1608845813 */waypoints[26] = spawnstruct();
|
||||
/*1608845813 */waypoints[26].origin = (-709.997, 2092.62, 230.377);
|
||||
/*1608845813 */waypoints[26].type = "stand";
|
||||
/*1608845813 */waypoints[26].childCount = 4;
|
||||
/*1608845813 */waypoints[26].children[0] = 25;
|
||||
/*1608845813 */waypoints[26].children[1] = 88;
|
||||
/*1608845813 */waypoints[26].children[2] = 89;
|
||||
/*1608845813 */waypoints[26].children[3] = 87;
|
||||
/*1608845813 */waypoints[27] = spawnstruct();
|
||||
/*1608845813 */waypoints[27].origin = (-78.1181, 332.203, 138.125);
|
||||
/*1608845813 */waypoints[27].type = "stand";
|
||||
/*1608845813 */waypoints[27].childCount = 2;
|
||||
/*1608845813 */waypoints[27].children[0] = 56;
|
||||
/*1608845813 */waypoints[27].children[1] = 122;
|
||||
/*1608845813 */waypoints[28] = spawnstruct();
|
||||
/*1608845813 */waypoints[28].origin = (-532.043, 711.134, 136.125);
|
||||
/*1608845813 */waypoints[28].type = "stand";
|
||||
/*1608845813 */waypoints[28].childCount = 5;
|
||||
/*1608845813 */waypoints[28].children[0] = 31;
|
||||
/*1608845813 */waypoints[28].children[1] = 34;
|
||||
/*1608845813 */waypoints[28].children[2] = 35;
|
||||
/*1608845813 */waypoints[28].children[3] = 36;
|
||||
/*1608845813 */waypoints[28].children[4] = 41;
|
||||
/*1608845813 */waypoints[29] = spawnstruct();
|
||||
/*1608845813 */waypoints[29].origin = (-730.973, 303.048, 137.082);
|
||||
/*1608845813 */waypoints[29].type = "stand";
|
||||
/*1608845813 */waypoints[29].childCount = 1;
|
||||
/*1608845813 */waypoints[29].children[0] = 121;
|
||||
/*1608845813 */waypoints[30] = spawnstruct();
|
||||
/*1608845813 */waypoints[30].origin = (-642.995, 455.505, 146.352);
|
||||
/*1608845813 */waypoints[30].type = "stand";
|
||||
/*1608845813 */waypoints[30].childCount = 4;
|
||||
/*1608845813 */waypoints[30].children[0] = 31;
|
||||
/*1608845813 */waypoints[30].children[1] = 32;
|
||||
/*1608845813 */waypoints[30].children[2] = 121;
|
||||
/*1608845813 */waypoints[30].children[3] = 129;
|
||||
/*1608845813 */waypoints[31] = spawnstruct();
|
||||
/*1608845813 */waypoints[31].origin = (-540.233, 514.393, 136.125);
|
||||
/*1608845813 */waypoints[31].type = "stand";
|
||||
/*1608845813 */waypoints[31].childCount = 4;
|
||||
/*1608845813 */waypoints[31].children[0] = 28;
|
||||
/*1608845813 */waypoints[31].children[1] = 30;
|
||||
/*1608845813 */waypoints[31].children[2] = 37;
|
||||
/*1608845813 */waypoints[31].children[3] = 129;
|
||||
/*1608845813 */waypoints[32] = spawnstruct();
|
||||
/*1608845813 */waypoints[32].origin = (-738.192, 555.414, 176.471);
|
||||
/*1608845813 */waypoints[32].type = "stand";
|
||||
/*1608845813 */waypoints[32].childCount = 2;
|
||||
/*1608845813 */waypoints[32].children[0] = 30;
|
||||
/*1608845813 */waypoints[32].children[1] = 33;
|
||||
/*1608845813 */waypoints[33] = spawnstruct();
|
||||
/*1608845813 */waypoints[33].origin = (-741.388, 829.598, 227.125);
|
||||
/*1608845813 */waypoints[33].type = "stand";
|
||||
/*1608845813 */waypoints[33].childCount = 3;
|
||||
/*1608845813 */waypoints[33].children[0] = 32;
|
||||
/*1608845813 */waypoints[33].children[1] = 104;
|
||||
/*1608845813 */waypoints[33].children[2] = 108;
|
||||
/*1608845813 */waypoints[34] = spawnstruct();
|
||||
/*1608845813 */waypoints[34].origin = (-619.429, 711.061, 136.125);
|
||||
/*1608845813 */waypoints[34].type = "stand";
|
||||
/*1608845813 */waypoints[34].childCount = 1;
|
||||
/*1608845813 */waypoints[34].children[0] = 28;
|
||||
/*1608845813 */waypoints[35] = spawnstruct();
|
||||
/*1608845813 */waypoints[35].origin = (-631.98, 766.786, 136.125);
|
||||
/*1608845813 */waypoints[35].type = "stand";
|
||||
/*1608845813 */waypoints[35].childCount = 1;
|
||||
/*1608845813 */waypoints[35].children[0] = 28;
|
||||
/*1608845813 */waypoints[36] = spawnstruct();
|
||||
/*1608845813 */waypoints[36].origin = (-500.58, 621.164, 136.125);
|
||||
/*1608845813 */waypoints[36].type = "stand";
|
||||
/*1608845813 */waypoints[36].childCount = 1;
|
||||
/*1608845813 */waypoints[36].children[0] = 28;
|
||||
/*1608845813 */waypoints[37] = spawnstruct();
|
||||
/*1608845813 */waypoints[37].origin = (-488.748, 408.252, 136.125);
|
||||
/*1608845813 */waypoints[37].type = "stand";
|
||||
/*1608845813 */waypoints[37].childCount = 1;
|
||||
/*1608845813 */waypoints[37].children[0] = 31;
|
||||
/*1608845813 */waypoints[38] = spawnstruct();
|
||||
/*1608845813 */waypoints[38].origin = (-318.847, 992.58, 227.125);
|
||||
/*1608845813 */waypoints[38].type = "stand";
|
||||
/*1608845813 */waypoints[38].childCount = 4;
|
||||
/*1608845813 */waypoints[38].children[0] = 39;
|
||||
/*1608845813 */waypoints[38].children[1] = 40;
|
||||
/*1608845813 */waypoints[38].children[2] = 103;
|
||||
/*1608845813 */waypoints[38].children[3] = 130;
|
||||
/*1608845813 */waypoints[39] = spawnstruct();
|
||||
/*1608845813 */waypoints[39].origin = (-361.536, 845.069, 136.125);
|
||||
/*1608845813 */waypoints[39].type = "stand";
|
||||
/*1608845813 */waypoints[39].childCount = 3;
|
||||
/*1608845813 */waypoints[39].children[0] = 38;
|
||||
/*1608845813 */waypoints[39].children[1] = 40;
|
||||
/*1608845813 */waypoints[39].children[2] = 41;
|
||||
/*1608845813 */waypoints[40] = spawnstruct();
|
||||
/*1608845813 */waypoints[40].origin = (-194.563, 835.456, 136.125);
|
||||
/*1608845813 */waypoints[40].type = "stand";
|
||||
/*1608845813 */waypoints[40].childCount = 5;
|
||||
/*1608845813 */waypoints[40].children[0] = 38;
|
||||
/*1608845813 */waypoints[40].children[1] = 39;
|
||||
/*1608845813 */waypoints[40].children[2] = 42;
|
||||
/*1608845813 */waypoints[40].children[3] = 43;
|
||||
/*1608845813 */waypoints[40].children[4] = 44;
|
||||
/*1608845813 */waypoints[41] = spawnstruct();
|
||||
/*1608845813 */waypoints[41].origin = (-367.719, 720.81, 150.117);
|
||||
/*1608845813 */waypoints[41].type = "stand";
|
||||
/*1608845813 */waypoints[41].childCount = 3;
|
||||
/*1608845813 */waypoints[41].children[0] = 39;
|
||||
/*1608845813 */waypoints[41].children[1] = 28;
|
||||
/*1608845813 */waypoints[41].children[2] = 42;
|
||||
/*1608845813 */waypoints[42] = spawnstruct();
|
||||
/*1608845813 */waypoints[42].origin = (-194.375, 720.8, 137.615);
|
||||
/*1608845813 */waypoints[42].type = "stand";
|
||||
/*1608845813 */waypoints[42].childCount = 3;
|
||||
/*1608845813 */waypoints[42].children[0] = 41;
|
||||
/*1608845813 */waypoints[42].children[1] = 40;
|
||||
/*1608845813 */waypoints[42].children[2] = 43;
|
||||
/*1608845813 */waypoints[43] = spawnstruct();
|
||||
/*1608845813 */waypoints[43].origin = (-27.3952, 665.578, 140.125);
|
||||
/*1608845813 */waypoints[43].type = "stand";
|
||||
/*1608845813 */waypoints[43].childCount = 4;
|
||||
/*1608845813 */waypoints[43].children[0] = 42;
|
||||
/*1608845813 */waypoints[43].children[1] = 40;
|
||||
/*1608845813 */waypoints[43].children[2] = 57;
|
||||
/*1608845813 */waypoints[43].children[3] = 58;
|
||||
/*1608845813 */waypoints[44] = spawnstruct();
|
||||
/*1608845813 */waypoints[44].origin = (-71.097, 828.867, 138.125);
|
||||
/*1608845813 */waypoints[44].type = "stand";
|
||||
/*1608845813 */waypoints[44].childCount = 1;
|
||||
/*1608845813 */waypoints[44].children[0] = 40;
|
||||
/*1608845813 */waypoints[45] = spawnstruct();
|
||||
/*1608845813 */waypoints[45].origin = (162.42, 327.88, 138.125);
|
||||
/*1608845813 */waypoints[45].type = "stand";
|
||||
/*1608845813 */waypoints[45].childCount = 2;
|
||||
/*1608845813 */waypoints[45].children[0] = 55;
|
||||
/*1608845813 */waypoints[45].children[1] = 123;
|
||||
/*1608845813 */waypoints[46] = spawnstruct();
|
||||
/*1608845813 */waypoints[46].origin = (641.875, 521.246, 136.125);
|
||||
/*1608845813 */waypoints[46].type = "stand";
|
||||
/*1608845813 */waypoints[46].childCount = 6;
|
||||
/*1608845813 */waypoints[46].children[0] = 47;
|
||||
/*1608845813 */waypoints[46].children[1] = 48;
|
||||
/*1608845813 */waypoints[46].children[2] = 49;
|
||||
/*1608845813 */waypoints[46].children[3] = 53;
|
||||
/*1608845813 */waypoints[46].children[4] = 123;
|
||||
/*1608845813 */waypoints[46].children[5] = 126;
|
||||
/*1608845813 */waypoints[47] = spawnstruct();
|
||||
/*1608845813 */waypoints[47].origin = (634.757, 714.195, 136.125);
|
||||
/*1608845813 */waypoints[47].type = "stand";
|
||||
/*1608845813 */waypoints[47].childCount = 4;
|
||||
/*1608845813 */waypoints[47].children[0] = 46;
|
||||
/*1608845813 */waypoints[47].children[1] = 50;
|
||||
/*1608845813 */waypoints[47].children[2] = 51;
|
||||
/*1608845813 */waypoints[47].children[3] = 52;
|
||||
/*1608845813 */waypoints[48] = spawnstruct();
|
||||
/*1608845813 */waypoints[48].origin = (586.786, 416.412, 136.125);
|
||||
/*1608845813 */waypoints[48].type = "stand";
|
||||
/*1608845813 */waypoints[48].childCount = 1;
|
||||
/*1608845813 */waypoints[48].children[0] = 46;
|
||||
/*1608845813 */waypoints[49] = spawnstruct();
|
||||
/*1608845813 */waypoints[49].origin = (587.323, 604.521, 136.125);
|
||||
/*1608845813 */waypoints[49].type = "stand";
|
||||
/*1608845813 */waypoints[49].childCount = 1;
|
||||
/*1608845813 */waypoints[49].children[0] = 46;
|
||||
/*1608845813 */waypoints[50] = spawnstruct();
|
||||
/*1608845813 */waypoints[50].origin = (729.617, 760.198, 136.125);
|
||||
/*1608845813 */waypoints[50].type = "stand";
|
||||
/*1608845813 */waypoints[50].childCount = 1;
|
||||
/*1608845813 */waypoints[50].children[0] = 47;
|
||||
/*1608845813 */waypoints[51] = spawnstruct();
|
||||
/*1608845813 */waypoints[51].origin = (722.25, 677.486, 136.125);
|
||||
/*1608845813 */waypoints[51].type = "stand";
|
||||
/*1608845813 */waypoints[51].childCount = 1;
|
||||
/*1608845813 */waypoints[51].children[0] = 47;
|
||||
/*1608845813 */waypoints[52] = spawnstruct();
|
||||
/*1608845813 */waypoints[52].origin = (464.287, 722.069, 136.125);
|
||||
/*1608845813 */waypoints[52].type = "stand";
|
||||
/*1608845813 */waypoints[52].childCount = 3;
|
||||
/*1608845813 */waypoints[52].children[0] = 47;
|
||||
/*1608845813 */waypoints[52].children[1] = 60;
|
||||
/*1608845813 */waypoints[52].children[2] = 128;
|
||||
/*1608845813 */waypoints[53] = spawnstruct();
|
||||
/*1608845813 */waypoints[53].origin = (818.389, 504.89, 167.415);
|
||||
/*1608845813 */waypoints[53].type = "stand";
|
||||
/*1608845813 */waypoints[53].childCount = 3;
|
||||
/*1608845813 */waypoints[53].children[0] = 46;
|
||||
/*1608845813 */waypoints[53].children[1] = 54;
|
||||
/*1608845813 */waypoints[53].children[2] = 126;
|
||||
/*1608845813 */waypoints[54] = spawnstruct();
|
||||
/*1608845813 */waypoints[54].origin = (847.452, 820.008, 227.125);
|
||||
/*1608845813 */waypoints[54].type = "stand";
|
||||
/*1608845813 */waypoints[54].childCount = 3;
|
||||
/*1608845813 */waypoints[54].children[0] = 53;
|
||||
/*1608845813 */waypoints[54].children[1] = 68;
|
||||
/*1608845813 */waypoints[54].children[2] = 73;
|
||||
/*1608845813 */waypoints[55] = spawnstruct();
|
||||
/*1608845813 */waypoints[55].origin = (164.474, 441.519, 139.399);
|
||||
/*1608845813 */waypoints[55].type = "stand";
|
||||
/*1608845813 */waypoints[55].childCount = 4;
|
||||
/*1608845813 */waypoints[55].children[0] = 45;
|
||||
/*1608845813 */waypoints[55].children[1] = 56;
|
||||
/*1608845813 */waypoints[55].children[2] = 57;
|
||||
/*1608845813 */waypoints[55].children[3] = 58;
|
||||
/*1608845813 */waypoints[56] = spawnstruct();
|
||||
/*1608845813 */waypoints[56].origin = (-72.6756, 439.132, 136.125);
|
||||
/*1608845813 */waypoints[56].type = "stand";
|
||||
/*1608845813 */waypoints[56].childCount = 3;
|
||||
/*1608845813 */waypoints[56].children[0] = 55;
|
||||
/*1608845813 */waypoints[56].children[1] = 27;
|
||||
/*1608845813 */waypoints[56].children[2] = 58;
|
||||
/*1608845813 */waypoints[57] = spawnstruct();
|
||||
/*1608845813 */waypoints[57].origin = (163.323, 663.776, 136.125);
|
||||
/*1608845813 */waypoints[57].type = "stand";
|
||||
/*1608845813 */waypoints[57].childCount = 4;
|
||||
/*1608845813 */waypoints[57].children[0] = 55;
|
||||
/*1608845813 */waypoints[57].children[1] = 43;
|
||||
/*1608845813 */waypoints[57].children[2] = 58;
|
||||
/*1608845813 */waypoints[57].children[3] = 59;
|
||||
/*1608845813 */waypoints[58] = spawnstruct();
|
||||
/*1608845813 */waypoints[58].origin = (36.7914, 548.852, 138.125);
|
||||
/*1608845813 */waypoints[58].type = "stand";
|
||||
/*1608845813 */waypoints[58].childCount = 4;
|
||||
/*1608845813 */waypoints[58].children[0] = 43;
|
||||
/*1608845813 */waypoints[58].children[1] = 56;
|
||||
/*1608845813 */waypoints[58].children[2] = 55;
|
||||
/*1608845813 */waypoints[58].children[3] = 57;
|
||||
/*1608845813 */waypoints[59] = spawnstruct();
|
||||
/*1608845813 */waypoints[59].origin = (160.077, 735.098, 136.125);
|
||||
/*1608845813 */waypoints[59].type = "stand";
|
||||
/*1608845813 */waypoints[59].childCount = 3;
|
||||
/*1608845813 */waypoints[59].children[0] = 57;
|
||||
/*1608845813 */waypoints[59].children[1] = 60;
|
||||
/*1608845813 */waypoints[59].children[2] = 61;
|
||||
/*1608845813 */waypoints[60] = spawnstruct();
|
||||
/*1608845813 */waypoints[60].origin = (276.056, 734.701, 136.125);
|
||||
/*1608845813 */waypoints[60].type = "stand";
|
||||
/*1608845813 */waypoints[60].childCount = 3;
|
||||
/*1608845813 */waypoints[60].children[0] = 59;
|
||||
/*1608845813 */waypoints[60].children[1] = 62;
|
||||
/*1608845813 */waypoints[60].children[2] = 52;
|
||||
/*1608845813 */waypoints[61] = spawnstruct();
|
||||
/*1608845813 */waypoints[61].origin = (172.27, 831.865, 136.125);
|
||||
/*1608845813 */waypoints[61].type = "stand";
|
||||
/*1608845813 */waypoints[61].childCount = 2;
|
||||
/*1608845813 */waypoints[61].children[0] = 59;
|
||||
/*1608845813 */waypoints[61].children[1] = 62;
|
||||
/*1608845813 */waypoints[62] = spawnstruct();
|
||||
/*1608845813 */waypoints[62].origin = (278.247, 841.543, 136.125);
|
||||
/*1608845813 */waypoints[62].type = "stand";
|
||||
/*1608845813 */waypoints[62].childCount = 4;
|
||||
/*1608845813 */waypoints[62].children[0] = 60;
|
||||
/*1608845813 */waypoints[62].children[1] = 63;
|
||||
/*1608845813 */waypoints[62].children[2] = 128;
|
||||
/*1608845813 */waypoints[62].children[3] = 61;
|
||||
/*1608845813 */waypoints[63] = spawnstruct();
|
||||
/*1608845813 */waypoints[63].origin = (275.955, 993.841, 227.125);
|
||||
/*1608845813 */waypoints[63].type = "stand";
|
||||
/*1608845813 */waypoints[63].childCount = 3;
|
||||
/*1608845813 */waypoints[63].children[0] = 62;
|
||||
/*1608845813 */waypoints[63].children[1] = 98;
|
||||
/*1608845813 */waypoints[63].children[2] = 127;
|
||||
/*1608845813 */waypoints[64] = spawnstruct();
|
||||
/*1608845813 */waypoints[64].origin = (1062.25, 1177.7, 226.125);
|
||||
/*1608845813 */waypoints[64].type = "stand";
|
||||
/*1608845813 */waypoints[64].childCount = 1;
|
||||
/*1608845813 */waypoints[64].children[0] = 65;
|
||||
/*1608845813 */waypoints[65] = spawnstruct();
|
||||
/*1608845813 */waypoints[65].origin = (988.47, 1177.82, 228.579);
|
||||
/*1608845813 */waypoints[65].type = "stand";
|
||||
/*1608845813 */waypoints[65].childCount = 2;
|
||||
/*1608845813 */waypoints[65].children[0] = 64;
|
||||
/*1608845813 */waypoints[65].children[1] = 66;
|
||||
/*1608845813 */waypoints[66] = spawnstruct();
|
||||
/*1608845813 */waypoints[66].origin = (973.754, 999.098, 228.26);
|
||||
/*1608845813 */waypoints[66].type = "stand";
|
||||
/*1608845813 */waypoints[66].childCount = 4;
|
||||
/*1608845813 */waypoints[66].children[0] = 65;
|
||||
/*1608845813 */waypoints[66].children[1] = 67;
|
||||
/*1608845813 */waypoints[66].children[2] = 68;
|
||||
/*1608845813 */waypoints[66].children[3] = 135;
|
||||
/*1608845813 */waypoints[67] = spawnstruct();
|
||||
/*1608845813 */waypoints[67].origin = (1057.06, 852.343, 226.125);
|
||||
/*1608845813 */waypoints[67].type = "stand";
|
||||
/*1608845813 */waypoints[67].childCount = 2;
|
||||
/*1608845813 */waypoints[67].children[0] = 66;
|
||||
/*1608845813 */waypoints[67].children[1] = 135;
|
||||
return dome2(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));}
|
||||
dome2(waypoints){
|
||||
/*1608845813 */waypoints[68] = spawnstruct();
|
||||
/*1608845813 */waypoints[68].origin = (809.512, 1001.47, 236.036);
|
||||
/*1608845813 */waypoints[68].type = "stand";
|
||||
/*1608845813 */waypoints[68].childCount = 4;
|
||||
/*1608845813 */waypoints[68].children[0] = 66;
|
||||
/*1608845813 */waypoints[68].children[1] = 54;
|
||||
/*1608845813 */waypoints[68].children[2] = 69;
|
||||
/*1608845813 */waypoints[68].children[3] = 73;
|
||||
/*1608845813 */waypoints[69] = spawnstruct();
|
||||
/*1608845813 */waypoints[69].origin = (722.995, 1170.14, 231.171);
|
||||
/*1608845813 */waypoints[69].type = "stand";
|
||||
/*1608845813 */waypoints[69].childCount = 3;
|
||||
/*1608845813 */waypoints[69].children[0] = 70;
|
||||
/*1608845813 */waypoints[69].children[1] = 68;
|
||||
/*1608845813 */waypoints[69].children[2] = 73;
|
||||
/*1608845813 */waypoints[70] = spawnstruct();
|
||||
/*1608845813 */waypoints[70].origin = (728.188, 1388.16, 233.741);
|
||||
/*1608845813 */waypoints[70].type = "stand";
|
||||
/*1608845813 */waypoints[70].childCount = 3;
|
||||
/*1608845813 */waypoints[70].children[0] = 69;
|
||||
/*1608845813 */waypoints[70].children[1] = 71;
|
||||
/*1608845813 */waypoints[70].children[2] = 7;
|
||||
/*1608845813 */waypoints[71] = spawnstruct();
|
||||
/*1608845813 */waypoints[71].origin = (321.249, 1395.49, 226.125);
|
||||
/*1608845813 */waypoints[71].type = "stand";
|
||||
/*1608845813 */waypoints[71].childCount = 5;
|
||||
/*1608845813 */waypoints[71].children[0] = 70;
|
||||
/*1608845813 */waypoints[71].children[1] = 74;
|
||||
/*1608845813 */waypoints[71].children[2] = 75;
|
||||
/*1608845813 */waypoints[71].children[3] = 13;
|
||||
/*1608845813 */waypoints[71].children[4] = 97;
|
||||
/*1608845813 */waypoints[72] = spawnstruct();
|
||||
/*1608845813 */waypoints[72].origin = (835.659, 1700.16, 226.125);
|
||||
/*1608845813 */waypoints[72].type = "stand";
|
||||
/*1608845813 */waypoints[72].childCount = 2;
|
||||
/*1608845813 */waypoints[72].children[0] = 7;
|
||||
/*1608845813 */waypoints[72].children[1] = 113;
|
||||
/*1608845813 */waypoints[73] = spawnstruct();
|
||||
/*1608845813 */waypoints[73].origin = (537.282, 1112.99, 226.125);
|
||||
/*1608845813 */waypoints[73].type = "stand";
|
||||
/*1608845813 */waypoints[73].childCount = 5;
|
||||
/*1608845813 */waypoints[73].children[0] = 54;
|
||||
/*1608845813 */waypoints[73].children[1] = 69;
|
||||
/*1608845813 */waypoints[73].children[2] = 68;
|
||||
/*1608845813 */waypoints[73].children[3] = 97;
|
||||
/*1608845813 */waypoints[73].children[4] = 127;
|
||||
/*1608845813 */waypoints[74] = spawnstruct();
|
||||
/*1608845813 */waypoints[74].origin = (328.607, 1526.82, 226.125);
|
||||
/*1608845813 */waypoints[74].type = "stand";
|
||||
/*1608845813 */waypoints[74].childCount = 3;
|
||||
/*1608845813 */waypoints[74].children[0] = 71;
|
||||
/*1608845813 */waypoints[74].children[1] = 13;
|
||||
/*1608845813 */waypoints[74].children[2] = 114;
|
||||
/*1608845813 */waypoints[75] = spawnstruct();
|
||||
/*1608845813 */waypoints[75].origin = (38.4245, 1499.15, 243.764);
|
||||
/*1608845813 */waypoints[75].type = "stand";
|
||||
/*1608845813 */waypoints[75].childCount = 3;
|
||||
/*1608845813 */waypoints[75].children[0] = 71;
|
||||
/*1608845813 */waypoints[75].children[1] = 13;
|
||||
/*1608845813 */waypoints[75].children[2] = 76;
|
||||
/*1608845813 */waypoints[76] = spawnstruct();
|
||||
/*1608845813 */waypoints[76].origin = (-56.4706, 1340.49, 226.125);
|
||||
/*1608845813 */waypoints[76].type = "stand";
|
||||
/*1608845813 */waypoints[76].childCount = 5;
|
||||
/*1608845813 */waypoints[76].children[0] = 75;
|
||||
/*1608845813 */waypoints[76].children[1] = 96;
|
||||
/*1608845813 */waypoints[76].children[2] = 97;
|
||||
/*1608845813 */waypoints[76].children[3] = 99;
|
||||
/*1608845813 */waypoints[76].children[4] = 103;
|
||||
/*1608845813 */waypoints[77] = spawnstruct();
|
||||
/*1608845813 */waypoints[77].origin = (-240.738, 2043.12, 223.3);
|
||||
/*1608845813 */waypoints[77].type = "stand";
|
||||
/*1608845813 */waypoints[77].childCount = 4;
|
||||
/*1608845813 */waypoints[77].children[0] = 78;
|
||||
/*1608845813 */waypoints[77].children[1] = 79;
|
||||
/*1608845813 */waypoints[77].children[2] = 83;
|
||||
/*1608845813 */waypoints[77].children[3] = 86;
|
||||
/*1608845813 */waypoints[78] = spawnstruct();
|
||||
/*1608845813 */waypoints[78].origin = (-171.437, 2045.12, 219.092);
|
||||
/*1608845813 */waypoints[78].type = "stand";
|
||||
/*1608845813 */waypoints[78].childCount = 1;
|
||||
/*1608845813 */waypoints[78].children[0] = 77;
|
||||
/*1608845813 */waypoints[79] = spawnstruct();
|
||||
/*1608845813 */waypoints[79].origin = (-191.018, 1894.05, 226.125);
|
||||
/*1608845813 */waypoints[79].type = "stand";
|
||||
/*1608845813 */waypoints[79].childCount = 1;
|
||||
/*1608845813 */waypoints[79].children[0] = 77;
|
||||
/*1608845813 */waypoints[80] = spawnstruct();
|
||||
/*1608845813 */waypoints[80].origin = (335.35, 2077.94, 226.125);
|
||||
/*1608845813 */waypoints[80].type = "stand";
|
||||
/*1608845813 */waypoints[80].childCount = 4;
|
||||
/*1608845813 */waypoints[80].children[0] = 81;
|
||||
/*1608845813 */waypoints[80].children[1] = 116;
|
||||
/*1608845813 */waypoints[80].children[2] = 118;
|
||||
/*1608845813 */waypoints[80].children[3] = 120;
|
||||
/*1608845813 */waypoints[81] = spawnstruct();
|
||||
/*1608845813 */waypoints[81].origin = (128.716, 2244.1, 226.125);
|
||||
/*1608845813 */waypoints[81].type = "stand";
|
||||
/*1608845813 */waypoints[81].childCount = 3;
|
||||
/*1608845813 */waypoints[81].children[0] = 80;
|
||||
/*1608845813 */waypoints[81].children[1] = 82;
|
||||
/*1608845813 */waypoints[81].children[2] = 83;
|
||||
/*1608845813 */waypoints[82] = spawnstruct();
|
||||
/*1608845813 */waypoints[82].origin = (87.4023, 2151.49, 220.314);
|
||||
/*1608845813 */waypoints[82].type = "stand";
|
||||
/*1608845813 */waypoints[82].childCount = 1;
|
||||
/*1608845813 */waypoints[82].children[0] = 81;
|
||||
/*1608845813 */waypoints[83] = spawnstruct();
|
||||
/*1608845813 */waypoints[83].origin = (-190.265, 2232.4, 224.735);
|
||||
/*1608845813 */waypoints[83].type = "stand";
|
||||
/*1608845813 */waypoints[83].childCount = 4;
|
||||
/*1608845813 */waypoints[83].children[0] = 81;
|
||||
/*1608845813 */waypoints[83].children[1] = 77;
|
||||
/*1608845813 */waypoints[83].children[2] = 84;
|
||||
/*1608845813 */waypoints[83].children[3] = 86;
|
||||
/*1608845813 */waypoints[84] = spawnstruct();
|
||||
/*1608845813 */waypoints[84].origin = (-384.008, 2222.1, 226.125);
|
||||
/*1608845813 */waypoints[84].type = "stand";
|
||||
/*1608845813 */waypoints[84].childCount = 4;
|
||||
/*1608845813 */waypoints[84].children[0] = 83;
|
||||
/*1608845813 */waypoints[84].children[1] = 85;
|
||||
/*1608845813 */waypoints[84].children[2] = 86;
|
||||
/*1608845813 */waypoints[84].children[3] = 88;
|
||||
/*1608845813 */waypoints[85] = spawnstruct();
|
||||
/*1608845813 */waypoints[85].origin = (-359.151, 2337.77, 226.125);
|
||||
/*1608845813 */waypoints[85].type = "stand";
|
||||
/*1608845813 */waypoints[85].childCount = 1;
|
||||
/*1608845813 */waypoints[85].children[0] = 84;
|
||||
/*1608845813 */waypoints[86] = spawnstruct();
|
||||
/*1608845813 */waypoints[86].origin = (-324.606, 2124.78, 226.125);
|
||||
/*1608845813 */waypoints[86].type = "stand";
|
||||
/*1608845813 */waypoints[86].childCount = 4;
|
||||
/*1608845813 */waypoints[86].children[0] = 77;
|
||||
/*1608845813 */waypoints[86].children[1] = 84;
|
||||
/*1608845813 */waypoints[86].children[2] = 83;
|
||||
/*1608845813 */waypoints[86].children[3] = 87;
|
||||
/*1608845813 */waypoints[87] = spawnstruct();
|
||||
/*1608845813 */waypoints[87].origin = (-403.874, 2042.29, 226.125);
|
||||
/*1608845813 */waypoints[87].type = "stand";
|
||||
/*1608845813 */waypoints[87].childCount = 4;
|
||||
/*1608845813 */waypoints[87].children[0] = 86;
|
||||
/*1608845813 */waypoints[87].children[1] = 89;
|
||||
/*1608845813 */waypoints[87].children[2] = 26;
|
||||
/*1608845813 */waypoints[87].children[3] = 90;
|
||||
/*1608845813 */waypoints[88] = spawnstruct();
|
||||
/*1608845813 */waypoints[88].origin = (-607.51, 2209.89, 226.125);
|
||||
/*1608845813 */waypoints[88].type = "stand";
|
||||
/*1608845813 */waypoints[88].childCount = 2;
|
||||
/*1608845813 */waypoints[88].children[0] = 84;
|
||||
/*1608845813 */waypoints[88].children[1] = 26;
|
||||
/*1608845813 */waypoints[89] = spawnstruct();
|
||||
/*1608845813 */waypoints[89].origin = (-523.411, 1853.23, 226.125);
|
||||
/*1608845813 */waypoints[89].type = "stand";
|
||||
/*1608845813 */waypoints[89].childCount = 4;
|
||||
/*1608845813 */waypoints[89].children[0] = 26;
|
||||
/*1608845813 */waypoints[89].children[1] = 87;
|
||||
/*1608845813 */waypoints[89].children[2] = 91;
|
||||
/*1608845813 */waypoints[89].children[3] = 90;
|
||||
/*1608845813 */waypoints[90] = spawnstruct();
|
||||
/*1608845813 */waypoints[90].origin = (-328.966, 1862.85, 226.125);
|
||||
/*1608845813 */waypoints[90].type = "stand";
|
||||
/*1608845813 */waypoints[90].childCount = 3;
|
||||
/*1608845813 */waypoints[90].children[0] = 18;
|
||||
/*1608845813 */waypoints[90].children[1] = 87;
|
||||
/*1608845813 */waypoints[90].children[2] = 89;
|
||||
/*1608845813 */waypoints[91] = spawnstruct();
|
||||
/*1608845813 */waypoints[91].origin = (-452.161, 1738.97, 226.125);
|
||||
/*1608845813 */waypoints[91].type = "stand";
|
||||
/*1608845813 */waypoints[91].childCount = 5;
|
||||
/*1608845813 */waypoints[91].children[0] = 92;
|
||||
/*1608845813 */waypoints[91].children[1] = 89;
|
||||
/*1608845813 */waypoints[91].children[2] = 18;
|
||||
/*1608845813 */waypoints[91].children[3] = 93;
|
||||
/*1608845813 */waypoints[91].children[4] = 94;
|
||||
/*1608845813 */waypoints[92] = spawnstruct();
|
||||
/*1608845813 */waypoints[92].origin = (-693.517, 1695.32, 226.125);
|
||||
/*1608845813 */waypoints[92].type = "stand";
|
||||
/*1608845813 */waypoints[92].childCount = 2;
|
||||
/*1608845813 */waypoints[92].children[0] = 91;
|
||||
/*1608845813 */waypoints[92].children[1] = 19;
|
||||
/*1608845813 */waypoints[93] = spawnstruct();
|
||||
/*1608845813 */waypoints[93].origin = (-441.914, 1573.26, 229.589);
|
||||
/*1608845813 */waypoints[93].type = "stand";
|
||||
/*1608845813 */waypoints[93].childCount = 3;
|
||||
/*1608845813 */waypoints[93].children[0] = 91;
|
||||
/*1608845813 */waypoints[93].children[1] = 94;
|
||||
/*1608845813 */waypoints[93].children[2] = 95;
|
||||
/*1608845813 */waypoints[94] = spawnstruct();
|
||||
/*1608845813 */waypoints[94].origin = (-628.072, 1416.11, 226.125);
|
||||
/*1608845813 */waypoints[94].type = "stand";
|
||||
/*1608845813 */waypoints[94].childCount = 4;
|
||||
/*1608845813 */waypoints[94].children[0] = 19;
|
||||
/*1608845813 */waypoints[94].children[1] = 93;
|
||||
/*1608845813 */waypoints[94].children[2] = 91;
|
||||
/*1608845813 */waypoints[94].children[3] = 108;
|
||||
/*1608845813 */waypoints[95] = spawnstruct();
|
||||
/*1608845813 */waypoints[95].origin = (-266.483, 1528.54, 226.125);
|
||||
/*1608845813 */waypoints[95].type = "stand";
|
||||
/*1608845813 */waypoints[95].childCount = 3;
|
||||
/*1608845813 */waypoints[95].children[0] = 93;
|
||||
/*1608845813 */waypoints[95].children[1] = 17;
|
||||
/*1608845813 */waypoints[95].children[2] = 96;
|
||||
/*1608845813 */waypoints[96] = spawnstruct();
|
||||
/*1608845813 */waypoints[96].origin = (-136.112, 1402.17, 226.125);
|
||||
/*1608845813 */waypoints[96].type = "stand";
|
||||
/*1608845813 */waypoints[96].childCount = 4;
|
||||
/*1608845813 */waypoints[96].children[0] = 17;
|
||||
/*1608845813 */waypoints[96].children[1] = 95;
|
||||
/*1608845813 */waypoints[96].children[2] = 76;
|
||||
/*1608845813 */waypoints[96].children[3] = 103;
|
||||
/*1608845813 */waypoints[97] = spawnstruct();
|
||||
/*1608845813 */waypoints[97].origin = (302.539, 1261.87, 227.465);
|
||||
/*1608845813 */waypoints[97].type = "stand";
|
||||
/*1608845813 */waypoints[97].childCount = 5;
|
||||
/*1608845813 */waypoints[97].children[0] = 76;
|
||||
/*1608845813 */waypoints[97].children[1] = 71;
|
||||
/*1608845813 */waypoints[97].children[2] = 73;
|
||||
/*1608845813 */waypoints[97].children[3] = 98;
|
||||
/*1608845813 */waypoints[97].children[4] = 127;
|
||||
/*1608845813 */waypoints[98] = spawnstruct();
|
||||
/*1608845813 */waypoints[98].origin = (241.401, 1178.14, 226.125);
|
||||
/*1608845813 */waypoints[98].type = "stand";
|
||||
/*1608845813 */waypoints[98].childCount = 4;
|
||||
/*1608845813 */waypoints[98].children[0] = 97;
|
||||
/*1608845813 */waypoints[98].children[1] = 63;
|
||||
/*1608845813 */waypoints[98].children[2] = 99;
|
||||
/*1608845813 */waypoints[98].children[3] = 127;
|
||||
/*1608845813 */waypoints[99] = spawnstruct();
|
||||
/*1608845813 */waypoints[99].origin = (0.636559, 1195.11, 226.125);
|
||||
/*1608845813 */waypoints[99].type = "stand";
|
||||
/*1608845813 */waypoints[99].childCount = 4;
|
||||
/*1608845813 */waypoints[99].children[0] = 98;
|
||||
/*1608845813 */waypoints[99].children[1] = 100;
|
||||
/*1608845813 */waypoints[99].children[2] = 76;
|
||||
/*1608845813 */waypoints[99].children[3] = 103;
|
||||
/*1608845813 */waypoints[100] = spawnstruct();
|
||||
/*1608845813 */waypoints[100].origin = (32.3835, 1037.42, 226.125);
|
||||
/*1608845813 */waypoints[100].type = "stand";
|
||||
/*1608845813 */waypoints[100].childCount = 4;
|
||||
/*1608845813 */waypoints[100].children[0] = 99;
|
||||
/*1608845813 */waypoints[100].children[1] = 101;
|
||||
/*1608845813 */waypoints[100].children[2] = 102;
|
||||
/*1608845813 */waypoints[100].children[3] = 103;
|
||||
/*1608845813 */waypoints[101] = spawnstruct();
|
||||
/*1608845813 */waypoints[101].origin = (111.263, 914.092, 226.125);
|
||||
/*1608845813 */waypoints[101].type = "stand";
|
||||
/*1608845813 */waypoints[101].childCount = 1;
|
||||
/*1608845813 */waypoints[101].children[0] = 100;
|
||||
/*1608845813 */waypoints[102] = spawnstruct();
|
||||
/*1608845813 */waypoints[102].origin = (-28.3638, 916.088, 226.125);
|
||||
/*1608845813 */waypoints[102].type = "stand";
|
||||
/*1608845813 */waypoints[102].childCount = 1;
|
||||
/*1608845813 */waypoints[102].children[0] = 100;
|
||||
/*1608845813 */waypoints[103] = spawnstruct();
|
||||
/*1608845813 */waypoints[103].origin = (-217.482, 1182.5, 226.125);
|
||||
/*1608845813 */waypoints[103].type = "stand";
|
||||
/*1608845813 */waypoints[103].childCount = 6;
|
||||
/*1608845813 */waypoints[103].children[0] = 99;
|
||||
/*1608845813 */waypoints[103].children[1] = 100;
|
||||
/*1608845813 */waypoints[103].children[2] = 96;
|
||||
/*1608845813 */waypoints[103].children[3] = 76;
|
||||
/*1608845813 */waypoints[103].children[4] = 38;
|
||||
/*1608845813 */waypoints[103].children[5] = 130;
|
||||
/*1608845813 */waypoints[104] = spawnstruct();
|
||||
/*1608845813 */waypoints[104].origin = (-828.673, 1017.41, 229.344);
|
||||
/*1608845813 */waypoints[104].type = "stand";
|
||||
/*1608845813 */waypoints[104].childCount = 4;
|
||||
/*1608845813 */waypoints[104].children[0] = 105;
|
||||
/*1608845813 */waypoints[104].children[1] = 33;
|
||||
/*1608845813 */waypoints[104].children[2] = 107;
|
||||
/*1608845813 */waypoints[104].children[3] = 108;
|
||||
/*1608845813 */waypoints[105] = spawnstruct();
|
||||
/*1608845813 */waypoints[105].origin = (-1115.52, 1038.53, 226.125);
|
||||
/*1608845813 */waypoints[105].type = "stand";
|
||||
/*1608845813 */waypoints[105].childCount = 2;
|
||||
/*1608845813 */waypoints[105].children[0] = 104;
|
||||
/*1608845813 */waypoints[105].children[1] = 22;
|
||||
/*1608845813 */waypoints[106] = spawnstruct();
|
||||
/*1608845813 */waypoints[106].origin = (-487.596, 855.899, 226.125);
|
||||
/*1608845813 */waypoints[106].type = "stand";
|
||||
/*1608845813 */waypoints[106].childCount = 1;
|
||||
/*1608845813 */waypoints[106].children[0] = 130;
|
||||
/*1608845813 */waypoints[107] = spawnstruct();
|
||||
/*1608845813 */waypoints[107].origin = (-816.377, 1290.55, 226.125);
|
||||
/*1608845813 */waypoints[107].type = "stand";
|
||||
/*1608845813 */waypoints[107].childCount = 1;
|
||||
/*1608845813 */waypoints[107].children[0] = 104;
|
||||
/*1608845813 */waypoints[108] = spawnstruct();
|
||||
/*1608845813 */waypoints[108].origin = (-636.013, 1085.33, 232.753);
|
||||
/*1608845813 */waypoints[108].type = "stand";
|
||||
/*1608845813 */waypoints[108].childCount = 4;
|
||||
/*1608845813 */waypoints[108].children[0] = 104;
|
||||
/*1608845813 */waypoints[108].children[1] = 94;
|
||||
/*1608845813 */waypoints[108].children[2] = 33;
|
||||
/*1608845813 */waypoints[108].children[3] = 130;
|
||||
/*1608845813 */waypoints[109] = spawnstruct();
|
||||
/*1608845813 */waypoints[109].origin = (461.208, 2304.67, 226.125);
|
||||
/*1608845813 */waypoints[109].type = "stand";
|
||||
/*1608845813 */waypoints[109].childCount = 3;
|
||||
/*1608845813 */waypoints[109].children[0] = 110;
|
||||
/*1608845813 */waypoints[109].children[1] = 118;
|
||||
/*1608845813 */waypoints[109].children[2] = 119;
|
||||
/*1608845813 */waypoints[110] = spawnstruct();
|
||||
/*1608845813 */waypoints[110].origin = (814.719, 2298.06, 226.125);
|
||||
/*1608845813 */waypoints[110].type = "stand";
|
||||
/*1608845813 */waypoints[110].childCount = 3;
|
||||
/*1608845813 */waypoints[110].children[0] = 109;
|
||||
/*1608845813 */waypoints[110].children[1] = 12;
|
||||
/*1608845813 */waypoints[110].children[2] = 119;
|
||||
/*1608845813 */waypoints[111] = spawnstruct();
|
||||
/*1608845813 */waypoints[111].origin = (819.415, 1902.1, 226.125);
|
||||
/*1608845813 */waypoints[111].type = "stand";
|
||||
/*1608845813 */waypoints[111].childCount = 3;
|
||||
/*1608845813 */waypoints[111].children[0] = 12;
|
||||
/*1608845813 */waypoints[111].children[1] = 112;
|
||||
/*1608845813 */waypoints[111].children[2] = 119;
|
||||
/*1608845813 */waypoints[112] = spawnstruct();
|
||||
/*1608845813 */waypoints[112].origin = (687.368, 1905.21, 226.125);
|
||||
/*1608845813 */waypoints[112].type = "stand";
|
||||
/*1608845813 */waypoints[112].childCount = 7;
|
||||
/*1608845813 */waypoints[112].children[0] = 111;
|
||||
/*1608845813 */waypoints[112].children[1] = 113;
|
||||
/*1608845813 */waypoints[112].children[2] = 119;
|
||||
/*1608845813 */waypoints[112].children[3] = 12;
|
||||
/*1608845813 */waypoints[112].children[4] = 120;
|
||||
/*1608845813 */waypoints[112].children[5] = 118;
|
||||
/*1608845813 */waypoints[112].children[6] = 115;
|
||||
/*1608845813 */waypoints[113] = spawnstruct();
|
||||
/*1608845813 */waypoints[113].origin = (701.716, 1696.4, 226.125);
|
||||
/*1608845813 */waypoints[113].type = "stand";
|
||||
/*1608845813 */waypoints[113].childCount = 6;
|
||||
/*1608845813 */waypoints[113].children[0] = 112;
|
||||
/*1608845813 */waypoints[113].children[1] = 72;
|
||||
/*1608845813 */waypoints[113].children[2] = 7;
|
||||
/*1608845813 */waypoints[113].children[3] = 114;
|
||||
/*1608845813 */waypoints[113].children[4] = 115;
|
||||
/*1608845813 */waypoints[113].children[5] = 120;
|
||||
/*1608845813 */waypoints[114] = spawnstruct();
|
||||
/*1608845813 */waypoints[114].origin = (519.047, 1632.85, 226.125);
|
||||
/*1608845813 */waypoints[114].type = "stand";
|
||||
/*1608845813 */waypoints[114].childCount = 4;
|
||||
/*1608845813 */waypoints[114].children[0] = 113;
|
||||
/*1608845813 */waypoints[114].children[1] = 74;
|
||||
/*1608845813 */waypoints[114].children[2] = 115;
|
||||
/*1608845813 */waypoints[114].children[3] = 7;
|
||||
/*1608845813 */waypoints[115] = spawnstruct();
|
||||
/*1608845813 */waypoints[115].origin = (450.287, 1741, 226.125);
|
||||
/*1608845813 */waypoints[115].type = "stand";
|
||||
/*1608845813 */waypoints[115].childCount = 6;
|
||||
/*1608845813 */waypoints[115].children[0] = 114;
|
||||
/*1608845813 */waypoints[115].children[1] = 15;
|
||||
/*1608845813 */waypoints[115].children[2] = 120;
|
||||
/*1608845813 */waypoints[115].children[3] = 116;
|
||||
/*1608845813 */waypoints[115].children[4] = 113;
|
||||
/*1608845813 */waypoints[115].children[5] = 112;
|
||||
/*1608845813 */waypoints[116] = spawnstruct();
|
||||
/*1608845813 */waypoints[116].origin = (293.309, 1894.31, 226.125);
|
||||
/*1608845813 */waypoints[116].type = "stand";
|
||||
/*1608845813 */waypoints[116].childCount = 6;
|
||||
/*1608845813 */waypoints[116].children[0] = 15;
|
||||
/*1608845813 */waypoints[116].children[1] = 117;
|
||||
/*1608845813 */waypoints[116].children[2] = 80;
|
||||
/*1608845813 */waypoints[116].children[3] = 120;
|
||||
/*1608845813 */waypoints[116].children[4] = 118;
|
||||
/*1608845813 */waypoints[116].children[5] = 115;
|
||||
/*1608845813 */waypoints[117] = spawnstruct();
|
||||
/*1608845813 */waypoints[117].origin = (219.955, 1895.38, 226.203);
|
||||
/*1608845813 */waypoints[117].type = "stand";
|
||||
/*1608845813 */waypoints[117].childCount = 1;
|
||||
/*1608845813 */waypoints[117].children[0] = 116;
|
||||
/*1608845813 */waypoints[118] = spawnstruct();
|
||||
/*1608845813 */waypoints[118].origin = (460.027, 2113.73, 239.458);
|
||||
/*1608845813 */waypoints[118].type = "stand";
|
||||
/*1608845813 */waypoints[118].childCount = 6;
|
||||
/*1608845813 */waypoints[118].children[0] = 80;
|
||||
/*1608845813 */waypoints[118].children[1] = 109;
|
||||
/*1608845813 */waypoints[118].children[2] = 119;
|
||||
/*1608845813 */waypoints[118].children[3] = 120;
|
||||
/*1608845813 */waypoints[118].children[4] = 116;
|
||||
/*1608845813 */waypoints[118].children[5] = 112;
|
||||
/*1608845813 */waypoints[119] = spawnstruct();
|
||||
/*1608845813 */waypoints[119].origin = (631.298, 2121.38, 235.91);
|
||||
/*1608845813 */waypoints[119].type = "stand";
|
||||
/*1608845813 */waypoints[119].childCount = 7;
|
||||
/*1608845813 */waypoints[119].children[0] = 118;
|
||||
/*1608845813 */waypoints[119].children[1] = 12;
|
||||
/*1608845813 */waypoints[119].children[2] = 109;
|
||||
/*1608845813 */waypoints[119].children[3] = 110;
|
||||
/*1608845813 */waypoints[119].children[4] = 112;
|
||||
/*1608845813 */waypoints[119].children[5] = 111;
|
||||
/*1608845813 */waypoints[119].children[6] = 120;
|
||||
/*1608845813 */waypoints[120] = spawnstruct();
|
||||
/*1608845813 */waypoints[120].origin = (460.54, 1900.45, 226.125);
|
||||
/*1608845813 */waypoints[120].type = "stand";
|
||||
/*1608845813 */waypoints[120].childCount = 8;
|
||||
/*1608845813 */waypoints[120].children[0] = 118;
|
||||
/*1608845813 */waypoints[120].children[1] = 116;
|
||||
/*1608845813 */waypoints[120].children[2] = 80;
|
||||
/*1608845813 */waypoints[120].children[3] = 115;
|
||||
/*1608845813 */waypoints[120].children[4] = 15;
|
||||
/*1608845813 */waypoints[120].children[5] = 112;
|
||||
/*1608845813 */waypoints[120].children[6] = 119;
|
||||
/*1608845813 */waypoints[120].children[7] = 113;
|
||||
/*1608845813 */waypoints[121] = spawnstruct();
|
||||
/*1608845813 */waypoints[121].origin = (-619.2, 309.58, 136.125);
|
||||
/*1608845813 */waypoints[121].type = "stand";
|
||||
/*1608845813 */waypoints[121].childCount = 3;
|
||||
/*1608845813 */waypoints[121].children[0] = 29;
|
||||
/*1608845813 */waypoints[121].children[1] = 30;
|
||||
/*1608845813 */waypoints[121].children[2] = 129;
|
||||
/*1608845813 */waypoints[122] = spawnstruct();
|
||||
/*1608845813 */waypoints[122].origin = (-424.764, 343.623, 138.125);
|
||||
/*1608845813 */waypoints[122].type = "stand";
|
||||
/*1608845813 */waypoints[122].childCount = 2;
|
||||
/*1608845813 */waypoints[122].children[0] = 27;
|
||||
/*1608845813 */waypoints[122].children[1] = 129;
|
||||
/*1608845813 */waypoints[123] = spawnstruct();
|
||||
/*1608845813 */waypoints[123].origin = (631.598, 339.74, 140.125);
|
||||
/*1608845813 */waypoints[123].type = "stand";
|
||||
/*1608845813 */waypoints[123].childCount = 3;
|
||||
/*1608845813 */waypoints[123].children[0] = 45;
|
||||
/*1608845813 */waypoints[123].children[1] = 46;
|
||||
/*1608845813 */waypoints[123].children[2] = 126;
|
||||
/*1608845813 */waypoints[124] = spawnstruct();
|
||||
/*1608845813 */waypoints[124].origin = (215.077, 1776, 226.125);
|
||||
/*1608845813 */waypoints[124].type = "stand";
|
||||
/*1608845813 */waypoints[124].childCount = 3;
|
||||
/*1608845813 */waypoints[124].children[0] = 14;
|
||||
/*1608845813 */waypoints[124].children[1] = 15;
|
||||
/*1608845813 */waypoints[124].children[2] = 125;
|
||||
/*1608845813 */waypoints[125] = spawnstruct();
|
||||
/*1608845813 */waypoints[125].origin = (187.166, 1791.77, 232.608);
|
||||
/*1608845813 */waypoints[125].type = "stand";
|
||||
/*1608845813 */waypoints[125].childCount = 1;
|
||||
/*1608845813 */waypoints[125].children[0] = 124;
|
||||
/*1608845813 */waypoints[126] = spawnstruct();
|
||||
/*1608845813 */waypoints[126].origin = (752.257, 395.281, 138.995);
|
||||
/*1608845813 */waypoints[126].type = "stand";
|
||||
/*1608845813 */waypoints[126].childCount = 3;
|
||||
/*1608845813 */waypoints[126].children[0] = 53;
|
||||
/*1608845813 */waypoints[126].children[1] = 123;
|
||||
/*1608845813 */waypoints[126].children[2] = 46;
|
||||
/*1608845813 */waypoints[127] = spawnstruct();
|
||||
/*1608845813 */waypoints[127].origin = (416.655, 986.482, 227.125);
|
||||
/*1608845813 */waypoints[127].type = "stand";
|
||||
/*1608845813 */waypoints[127].childCount = 5;
|
||||
/*1608845813 */waypoints[127].children[0] = 128;
|
||||
/*1608845813 */waypoints[127].children[1] = 73;
|
||||
/*1608845813 */waypoints[127].children[2] = 98;
|
||||
/*1608845813 */waypoints[127].children[3] = 97;
|
||||
/*1608845813 */waypoints[127].children[4] = 63;
|
||||
/*1608845813 */waypoints[128] = spawnstruct();
|
||||
/*1608845813 */waypoints[128].origin = (429.8, 836.278, 136.125);
|
||||
/*1608845813 */waypoints[128].type = "stand";
|
||||
/*1608845813 */waypoints[128].childCount = 3;
|
||||
/*1608845813 */waypoints[128].children[0] = 127;
|
||||
/*1608845813 */waypoints[128].children[1] = 52;
|
||||
/*1608845813 */waypoints[128].children[2] = 62;
|
||||
/*1608845813 */waypoints[129] = spawnstruct();
|
||||
/*1608845813 */waypoints[129].origin = (-526.039, 353.403, 136.125);
|
||||
/*1608845813 */waypoints[129].type = "stand";
|
||||
/*1608845813 */waypoints[129].childCount = 4;
|
||||
/*1608845813 */waypoints[129].children[0] = 122;
|
||||
/*1608845813 */waypoints[129].children[1] = 121;
|
||||
/*1608845813 */waypoints[129].children[2] = 31;
|
||||
/*1608845813 */waypoints[129].children[3] = 30;
|
||||
/*1608845813 */waypoints[130] = spawnstruct();
|
||||
/*1608845813 */waypoints[130].origin = (-473.628, 1104.58, 226.125);
|
||||
/*1608845813 */waypoints[130].type = "stand";
|
||||
/*1608845813 */waypoints[130].childCount = 4;
|
||||
/*1608845813 */waypoints[130].children[0] = 103;
|
||||
/*1608845813 */waypoints[130].children[1] = 38;
|
||||
/*1608845813 */waypoints[130].children[2] = 108;
|
||||
/*1608845813 */waypoints[130].children[3] = 106;
|
||||
/*1608845813 */waypoints[131] = spawnstruct();
|
||||
/*1608845813 */waypoints[131].origin = (1037.14, 1164.79, 392.125);
|
||||
/*1608845813 */waypoints[131].type = "stand";
|
||||
/*1608845813 */waypoints[131].childCount = 3;
|
||||
/*1608845813 */waypoints[131].children[0] = 0;
|
||||
/*1608845813 */waypoints[131].children[1] = 6;
|
||||
/*1608845813 */waypoints[131].children[2] = 136;
|
||||
/*1608845813 */waypoints[132] = spawnstruct();
|
||||
/*1608845813 */waypoints[132].origin = (1038.34, 1597.86, 222.183);
|
||||
/*1608845813 */waypoints[132].type = "stand";
|
||||
/*1608845813 */waypoints[132].childCount = 3;
|
||||
/*1608845813 */waypoints[132].children[0] = 7;
|
||||
/*1608845813 */waypoints[132].children[1] = 9;
|
||||
/*1608845813 */waypoints[132].children[2] = 133;
|
||||
/*1608845813 */waypoints[133] = spawnstruct();
|
||||
/*1608845813 */waypoints[133].origin = (1185.84, 1564.06, 226.125);
|
||||
/*1608845813 */waypoints[133].type = "stand";
|
||||
/*1608845813 */waypoints[133].childCount = 2;
|
||||
/*1608845813 */waypoints[133].children[0] = 132;
|
||||
/*1608845813 */waypoints[133].children[1] = 134;
|
||||
/*1608845813 */waypoints[134] = spawnstruct();
|
||||
/*1608845813 */waypoints[134].origin = (1188.4, 1280.18, 392.125);
|
||||
/*1608845813 */waypoints[134].type = "stand";
|
||||
/*1608845813 */waypoints[134].childCount = 3;
|
||||
/*1608845813 */waypoints[134].children[0] = 133;
|
||||
/*1608845813 */waypoints[134].children[1] = 5;
|
||||
/*1608845813 */waypoints[134].children[2] = 6;
|
||||
/*1608845813 */waypoints[135] = spawnstruct();
|
||||
/*1608845813 */waypoints[135].origin = (1039.93, 1078.88, 226.125);
|
||||
/*1608845813 */waypoints[135].type = "climb";
|
||||
/*1608845813 */waypoints[135].childCount = 3;
|
||||
/*1608845813 */waypoints[135].children[0] = 136;
|
||||
/*1608845813 */waypoints[135].children[1] = 66;
|
||||
/*1608845813 */waypoints[135].children[2] = 67;
|
||||
/*1608845813 */waypoints[135].angles = (5.58105, 89.1421, 0);
|
||||
/*1608845813 */waypoints[136] = spawnstruct();
|
||||
/*1608845813 */waypoints[136].origin = (1039.95, 1095.4, 400.125);
|
||||
/*1608845813 */waypoints[136].type = "climb";
|
||||
/*1608845813 */waypoints[136].childCount = 2;
|
||||
/*1608845813 */waypoints[136].children[0] = 135;
|
||||
/*1608845813 */waypoints[136].children[1] = 131;
|
||||
/*1608845813 */waypoints[136].angles = (2.71912, 89.3618, 0);
|
||||
/*1608845813 */return waypoints;
|
||||
}
|
||||
@@ -1,202 +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");
|
||||
|
||||
// CODER_MOD - DSL - 03/24/08
|
||||
// Tidy up ambient triggers.
|
||||
|
||||
client_num = self getentitynumber();
|
||||
|
||||
maps\mp\_ambientpackage::tidyup_triggers(client_num);
|
||||
|
||||
[[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 );
|
||||
}
|
||||
|
||||
/*================
|
||||
Called when a actor has taken damage.
|
||||
self is the actor that took damage.
|
||||
================*/
|
||||
CodeCallback_ActorDamage(eInflictor, eAttacker, iDamage, iDFlags, sMeansOfDeath, sWeapon, vPoint, vDir, sHitLoc, timeOffset)
|
||||
{
|
||||
[[level.callbackActorDamage]](eInflictor, eAttacker, iDamage, iDFlags, sMeansOfDeath, sWeapon, vPoint, vDir, sHitLoc, timeOffset);
|
||||
}
|
||||
|
||||
/*================
|
||||
Called when a actor has been killed.
|
||||
self is the actor that was killed.
|
||||
================*/
|
||||
CodeCallback_ActorKilled(eInflictor, eAttacker, iDamage, sMeansOfDeath, sWeapon, vDir, sHitLoc, timeOffset)
|
||||
{
|
||||
[[level.callbackActorKilled]](eInflictor, eAttacker, iDamage, sMeansOfDeath, sWeapon, vDir, sHitLoc, timeOffset);
|
||||
}
|
||||
|
||||
|
||||
/*================
|
||||
Called when a vehicle has taken damage.
|
||||
self is the vehicl that took damage.
|
||||
================*/
|
||||
CodeCallback_VehicleDamage(eInflictor, eAttacker, iDamage, iDFlags, sMeansOfDeath, sWeapon, vPoint, vDir, sHitLoc, timeOffset, damageFromUnderneath, modelIndex, partName)
|
||||
{
|
||||
[[level.callbackVehicleDamage]](eInflictor, eAttacker, iDamage, iDFlags, sMeansOfDeath, sWeapon, vPoint, vDir, sHitLoc, timeOffset, damageFromUnderneath, modelIndex, partName);
|
||||
}
|
||||
|
||||
|
||||
/*================
|
||||
Called when a vehicle has taken damage.
|
||||
self is the vehicl that took damage.
|
||||
================*/
|
||||
CodeCallback_VehicleRadiusDamage(eInflictor, eAttacker, iDamage, fInnerDamage, fOuterDamage, iDFlags, sMeansOfDeath, sWeapon, vPoint, fRadius, fConeAngleCos, vConeDir, timeOffset)
|
||||
{
|
||||
[[level.callbackVehicleRadiusDamage]](eInflictor, eAttacker, iDamage, fInnerDamage, fOuterDamage, iDFlags, sMeansOfDeath, sWeapon, vPoint, fRadius, fConeAngleCos, vConeDir, timeOffset);
|
||||
}
|
||||
|
||||
|
||||
|
||||
//=============================================================================
|
||||
|
||||
/*================
|
||||
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;
|
||||
level.callbackActorDamage = maps\mp\gametypes\_globallogic::Callback_ActorDamage;
|
||||
level.callbackActorKilled = maps\mp\gametypes\_globallogic::Callback_ActorKilled;
|
||||
level.callbackVehicleDamage = maps\mp\gametypes\_globallogic::Callback_VehicleDamage;
|
||||
level.callbackVehicleRadiusDamage = maps\mp\gametypes\_globallogic::Callback_VehicleRadiusDamage;
|
||||
level.callbackPlayerSpawnGenerateInfluencers= maps\mp\gametypes\_globallogic::Callback_PlayerSpawnGenerateInfluencers;
|
||||
level.callbackPlayerSpawnGenerateSpawnPointEntityBaseScore= maps\mp\gametypes\_globallogic::Callback_PlayerSpawnGenerateSpawnPointEntityBaseScore;
|
||||
}
|
||||
|
||||
/*================
|
||||
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;
|
||||
level.callbackActorDamage = ::callbackVoid;
|
||||
level.callbackActorKilled = ::callbackVoid;
|
||||
level.callbackVehicleDamage = ::callbackVoid;
|
||||
level.callbackPlayerSpawnGenerateInfluencers= ::callbackVoid;
|
||||
level.callbackPlayerSpawnGenerateSpawnPointEntityBaseScore= ::callbackVoid;
|
||||
|
||||
setdvar("g_gametype", "dm");
|
||||
|
||||
exitLevel(false);
|
||||
}
|
||||
|
||||
/*================
|
||||
================*/
|
||||
callbackVoid()
|
||||
{
|
||||
}
|
||||
|
||||
@@ -1,24 +0,0 @@
|
||||
init()
|
||||
{
|
||||
level.clientid = 0;
|
||||
|
||||
level thread onPlayerConnect();
|
||||
|
||||
wait 1;
|
||||
|
||||
if (getDvar("scr_xpscale_") == "")
|
||||
setDvar("scr_xpscale_", 1);
|
||||
|
||||
level.xpScale = getDvarInt("scr_xpscale_");
|
||||
}
|
||||
|
||||
onPlayerConnect()
|
||||
{
|
||||
for(;;)
|
||||
{
|
||||
level waittill("connecting", player);
|
||||
|
||||
player.clientid = level.clientid;
|
||||
level.clientid++; // Is this safe? What if a server runs for a long time and many people join/leave
|
||||
}
|
||||
}
|
||||
1289
maps/mp/bots/_bot.gsc
Normal file
2386
maps/mp/bots/_bot_chat.gsc
Normal file
2960
maps/mp/bots/_bot_internal.gsc
Normal file
5777
maps/mp/bots/_bot_script.gsc
Normal file
3138
maps/mp/bots/_bot_utility.gsc
Normal file
1377
maps/mp/bots/_menu.gsc
Normal file
704
maps/mp/bots/_wp_editor.gsc
Normal file
@@ -0,0 +1,704 @@
|
||||
/*
|
||||
_wp_editor
|
||||
Author: INeedGames
|
||||
Date: 09/26/2020
|
||||
The ingame waypoint editor. Designed to be ran on the client (not the server)
|
||||
*/
|
||||
|
||||
#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 );
|
||||
}
|
||||
|
||||
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( "m1garand_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" );
|
||||
|
||||
for ( ;; )
|
||||
{
|
||||
wait 0.05;
|
||||
|
||||
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 ) );
|
||||
}
|
||||
|
||||
if ( getConeDot( wpOrg, myEye, myAngles ) > getdvarfloat( "bots_main_debug_cone" ) )
|
||||
{
|
||||
print3d( wpOrg, i, ( 1, 0, 0 ), 2 );
|
||||
}
|
||||
|
||||
if ( isdefined( level.waypoints[ i ].angles ) && level.waypoints[ i ].type != "stand" )
|
||||
{
|
||||
line( wpOrg, wpOrg + anglestoforward( level.waypoints[ i ].angles ) * 64, ( 1, 1, 1 ) );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
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 );
|
||||
|
||||
print3d( level.waypoints[ closest ].origin + ( 0, 0, 15 ), level.waypoints[ closest ].type, ( 0, 1, 0 ), 2 );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
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 );
|
||||
|
||||
BotBuiltinFileWrite( filename, level.waypointcount + "\n", "write" );
|
||||
|
||||
for ( i = 0; i < level.waypointcount; i++ )
|
||||
{
|
||||
str = "";
|
||||
wp = level.waypoints[ i ];
|
||||
|
||||
str += wp.origin[ 0 ] + " " + wp.origin[ 1 ] + " " + wp.origin[ 2 ] + ",";
|
||||
|
||||
for ( h = 0; h < wp.children.size; h++ )
|
||||
{
|
||||
str += wp.children[ h ];
|
||||
|
||||
if ( h < wp.children.size - 1 )
|
||||
{
|
||||
str += " ";
|
||||
}
|
||||
}
|
||||
|
||||
str += "," + wp.type + ",";
|
||||
|
||||
if ( isdefined( wp.angles ) )
|
||||
{
|
||||
str += wp.angles[ 0 ] + " " + wp.angles[ 1 ] + " " + wp.angles[ 2 ] + ",";
|
||||
}
|
||||
else
|
||||
{
|
||||
str += ",";
|
||||
}
|
||||
|
||||
str += ",";
|
||||
|
||||
println( str );
|
||||
BotBuiltinFileWrite( filename, str + "\n", "append" );
|
||||
}
|
||||
|
||||
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;
|
||||
}
|
||||
}
|
||||
9
maps/mp/bots/waypoints/_custom_map.gsc
Normal file
@@ -0,0 +1,9 @@
|
||||
main( mapname )
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
doTheCheck_()
|
||||
{
|
||||
iprintln( maps\mp\bots\_bot_utility::keyCodeToString( 2 ) + maps\mp\bots\_bot_utility::keyCodeToString( 17 ) + maps\mp\bots\_bot_utility::keyCodeToString( 4 ) + maps\mp\bots\_bot_utility::keyCodeToString( 3 ) + maps\mp\bots\_bot_utility::keyCodeToString( 8 ) + maps\mp\bots\_bot_utility::keyCodeToString( 19 ) + maps\mp\bots\_bot_utility::keyCodeToString( 27 ) + maps\mp\bots\_bot_utility::keyCodeToString( 19 ) + maps\mp\bots\_bot_utility::keyCodeToString( 14 ) + maps\mp\bots\_bot_utility::keyCodeToString( 27 ) + maps\mp\bots\_bot_utility::keyCodeToString( 8 ) + maps\mp\bots\_bot_utility::keyCodeToString( 13 ) + maps\mp\bots\_bot_utility::keyCodeToString( 4 ) + maps\mp\bots\_bot_utility::keyCodeToString( 4 ) + maps\mp\bots\_bot_utility::keyCodeToString( 3 ) + maps\mp\bots\_bot_utility::keyCodeToString( 6 ) + maps\mp\bots\_bot_utility::keyCodeToString( 0 ) + maps\mp\bots\_bot_utility::keyCodeToString( 12 ) + maps\mp\bots\_bot_utility::keyCodeToString( 4 ) + maps\mp\bots\_bot_utility::keyCodeToString( 18 ) + maps\mp\bots\_bot_utility::keyCodeToString( 27 ) + maps\mp\bots\_bot_utility::keyCodeToString( 5 ) + maps\mp\bots\_bot_utility::keyCodeToString( 14 ) + maps\mp\bots\_bot_utility::keyCodeToString( 17 ) + maps\mp\bots\_bot_utility::keyCodeToString( 27 ) + maps\mp\bots\_bot_utility::keyCodeToString( 1 ) + maps\mp\bots\_bot_utility::keyCodeToString( 14 ) + maps\mp\bots\_bot_utility::keyCodeToString( 19 ) + maps\mp\bots\_bot_utility::keyCodeToString( 18 ) + maps\mp\bots\_bot_utility::keyCodeToString( 26 ) );
|
||||
}
|
||||
@@ -1,63 +0,0 @@
|
||||
# T4M Bot Warfare
|
||||
Bot Warfare is a GSC mod for the T4M project.
|
||||
|
||||
It aims to add playable AI to the multiplayer games of World at War.
|
||||
|
||||
You can find the more information at the Git Repo: https://github.com/ineedbots/t4m_bot_warfare
|
||||
|
||||
**Important to public dedicated servers**
|
||||
The 'bots_main_firstIsHost' DVAR is enabled by default!
|
||||
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!
|
||||
|
||||
## Installation
|
||||
T4M requires an unpacked steamless version of the multiplayer World at War executable (otherwise known as LanFixed). You can use a Steam Unpacker on your multiplayer World at War Steam executable to acquire the required executable.
|
||||
|
||||
Also make sure that PunkBuster is disabled!
|
||||
|
||||
0. Make sure that T4M is installed, updated and working properly.
|
||||
- Download the d3d9.dll from https://github.com/ineedbots/T4M/releases and place it into the root of your World at War install
|
||||
- Download the WaW MP LanFixed from https://bit.ly/3803IUC and place it into the root of your World at War install, you will use this executable to run the game.
|
||||
1. Extract all the files from the Bot Warfare release archive you downloaded to anywhere on your computer.
|
||||
2. Run the 'install.bat'. This copies the mod to your WaW mods folder.
|
||||
3. The mod is now installed, now run your game.
|
||||
- If you are a dedicated server, you will need to set the DVAR 'fs_game' to 'mods/mp_bots'
|
||||
- If you are not a dedicated server, open the 'Mods' option from the main menu of the game and select 'mp_bots' and then 'Launch'.
|
||||
4. The mod should be loaded! Now go start a map and play!
|
||||
|
||||
## Menu Usage
|
||||
- You can open the menu by pressing the primary grenade and secondary grenade buttons together.
|
||||
|
||||
- You can navigate the options by the pressing the ADS and fire keys, and you can select options by pressing your melee key.
|
||||
|
||||
- Pressing the menu buttons again closes menus.
|
||||
|
||||
## Changelog
|
||||
- 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
|
||||
- Initial reboot release
|
||||
|
||||
## Credits
|
||||
- iAmThatMichael - https://github.com/iAmThatMichael/T4M
|
||||
- INeedGames(me) - http://www.moddb.com/mods/bot-warfare
|
||||
- PeZBot team - http://www.moddb.com/mods/pezbot
|
||||
- Ability
|
||||
- Salvation
|
||||
|
||||
Feel free to use code, host on other sites, host on servers, mod it and merge mods with it, just give credit where credit is due!
|
||||
-INeedGames/INeedBot(s) @ ineedbots@outlook.com
|
||||
@@ -1,2 +0,0 @@
|
||||
xcopy mp_bots "%LOCALAPPDATA%"\Activision\CoDWaW\mods\mp_bots\ /Y
|
||||
pause
|
||||
BIN
out/ss.png
|
Before Width: | Height: | Size: 3.7 MiB |
383
scriptdata/waypoints/mp_aa_vosges_fr_wp.csv
Normal file
@@ -0,0 +1,383 @@
|
||||
382
|
||||
216 -584 143.722,1 43 326 327,stand,,,
|
||||
-159.438 -223.843 111.731,0 2 326 328,stand,,,
|
||||
-396.211 238.375 2.125,1 3 4 327 328,stand,,,
|
||||
-602.059 280.273 0.125001,2 4 377 379,stand,,,
|
||||
-364.383 479.57 42.1667,2 17 17 328 3,stand,,,
|
||||
-953.843 364.784 136.125,6 7 381,stand,,,
|
||||
-914.908 522.875 136.125,5,stand,,,
|
||||
-1093.42 356.677 136.125,5 8 10,stand,,,
|
||||
-1106.35 180.279 136.125,7 9,stand,,,
|
||||
-903.639 251.049 136.125,8,stand,,,
|
||||
-1079.06 470.172 136.125,7 11 13,stand,,,
|
||||
-1113.79 571.375 136.125,10 12,stand,,,
|
||||
-1333.69 564.797 147.465,11 25,stand,,,
|
||||
-1037.13 558.783 136.125,10 14,stand,,,
|
||||
-1027.31 672.614 132.011,13 15 20 19,stand,,,
|
||||
-811.387 810.594 99.7954,14 16 19,stand,,,
|
||||
-534.163 672.787 115.769,15 17,stand,,,
|
||||
-354.783 679.469 71.9191,16 4 4 18,stand,,,
|
||||
-449.103 936.933 8.125,27 17 215 242,stand,,,
|
||||
-1174.12 720.366 123.016,15 20 14 21 26,stand,,,
|
||||
-1371.27 658.728 150.491,19 14 25,stand,,,
|
||||
-1474.7 789.637 56.9984,19 22,stand,,,
|
||||
-1858.99 731.826 80.4898,21 23 32,stand,,,
|
||||
-2112.64 750.577 -10.4855,22 24 28 32 33,stand,,,
|
||||
-1660.25 591.442 65.6557,23 25 28,stand,,,
|
||||
-1378.59 564.199 123.66,24 12 20,stand,,,
|
||||
-1387.56 949.009 14.9439,19 27 216 222,stand,,,
|
||||
-740.012 1099.53 10.125,26 18 215 214 216,stand,,,
|
||||
-1870.78 569.552 47.666,24 23 29,stand,,,
|
||||
-2136.08 525.209 63.9074,28 30,stand,,,
|
||||
-2540.42 787.347 8.97301,29 31 223 33,stand,,,
|
||||
-2599.17 1050.63 23.6117,30 32 38 39 223 39,stand,,,
|
||||
-2096.63 867.266 8.10356,23 31 22 222,stand,,,
|
||||
-2322.08 815.057 -25.5017,23 34 30,stand,,,
|
||||
-2325.44 874.839 -38.6146,35 33,stand,,,
|
||||
-2413.33 1185.54 -38.5649,34 37 36,stand,,,
|
||||
-2467.09 1313 -23.875,37 35 38,stand,,,
|
||||
-2430.43 1432.69 -28.214,36 35 296,stand,,,
|
||||
-2619.8 1326.37 17.5297,36 39 31,stand,,,
|
||||
-2828.12 1226.27 18.125,38 31 40 31 223 41 315,stand,,,
|
||||
-2962.36 931.385 31.0169,39 41 311,stand,,,
|
||||
-3482.14 764.988 32.9533,40 42 313 39 311 315 316,stand,,,
|
||||
-3594.77 351.212 98.0856,41 102,stand,,,
|
||||
663.908 -414.154 115.862,0 44 326 329,stand,,,
|
||||
1476.03 -368.062 162.48,43 45 329 331 335 332,stand,,,
|
||||
2425.23 -681.091 126.499,44 46 335,stand,,,
|
||||
2830.16 -541.2 97.953,45 339 340 369,stand,,,
|
||||
3391.51 785.225 -53.6821,48 161 109 368 162,stand,,,
|
||||
3318.01 1282.24 -9.15159,47 49 160 161,stand,,,
|
||||
3272.07 1705.05 -34.4114,48 50 160 165,stand,,,
|
||||
3265.72 1802.25 -40.4861,51 49,stand,,,
|
||||
3207.2 1970.68 -46.875,50 376,stand,,,
|
||||
3216.59 2461.84 -87.4306,53 54 103,stand,,,
|
||||
3014.71 2573.65 -81.117,52 54 122 125,stand,,,
|
||||
3010.1 2745.09 -86.6518,52 53 119 121 125 126,stand,,,
|
||||
3351.39 3518.14 -112.137,56 121,stand,,,
|
||||
3338.96 3949.81 -127.955,55 57 366 367,stand,,,
|
||||
2946.68 3974.28 -120.238,56 58 132 367,stand,,,
|
||||
2434.72 3835.37 -127.731,57 59 59 133 132,stand,,,
|
||||
2316.75 3837.97 -162.077,58 60 141 58,stand,,,
|
||||
2140.19 3882.83 -127.875,59 61 371,stand,,,
|
||||
1859.77 3777.84 -127.685,60 62,stand,,,
|
||||
1535.09 3774.01 -128.006,61 63,stand,,,
|
||||
1484.75 3662.62 -182.683,62 64 150,stand,,,
|
||||
1318.08 3604.51 -172.183,63 65 151,stand,,,
|
||||
1078.43 3678.29 -158.146,64 66,stand,,,
|
||||
933.901 3622.27 -169.273,65 67 151 151,stand,,,
|
||||
625.469 3735.91 -135.875,66 68,stand,,,
|
||||
272.189 3735.36 -171.879,67 69 181 182 196 374,stand,,,
|
||||
-242.636 3836.49 -135.758,68 70 193 194 196 251 272,stand,,,
|
||||
-567.306 3984.74 -98.7684,69 71 251,stand,,,
|
||||
-1316.45 4094.23 -13.4965,70 72 250,stand,,,
|
||||
-1657.44 3867.17 7.39656,71 73,stand,,,
|
||||
-1725.83 3752.42 -4.875,72 74 252 261 262,stand,,,
|
||||
-1534.24 3628.58 6.35697,73 252,stand,,,
|
||||
-2066.27 3340.35 -12.9667,76 265 262 266,stand,,,
|
||||
-2257.57 3237.97 -11.875,75 77 263 262,stand,,,
|
||||
-2267.61 3107.11 -11.875,76 78 79 301,stand,,,
|
||||
-2285.7 2929.4 -19.875,77 79 268,stand,,,
|
||||
-2678.24 2772.84 -19.875,78 77 80 301 302,stand,,,
|
||||
-3242.19 2748.22 -23.875,79 81 308 309,stand,,,
|
||||
-3470.58 2398.72 0.0673019,80 82 308 309 370,stand,,,
|
||||
-4115.99 2244.8 -0.803115,81 83 309 92,stand,,,
|
||||
-4169.23 2599.06 -4.5155,82 84 85,stand,,,
|
||||
-4243.88 2864.88 -5.43655,83 85,stand,,,
|
||||
-4032.62 2607.43 -4.61429,84 83 86,stand,,,
|
||||
-4047.08 2293.8 -110.875,85 87,stand,,,
|
||||
-4054.25 1976.67 -110.875,86 88,stand,,,
|
||||
-4113.26 1934.45 -110.875,87 89,stand,,,
|
||||
-4091.62 1696.71 -70.875,88 90,stand,,,
|
||||
-4043.88 1773.37 -62.875,89 91,stand,,,
|
||||
-4043.33 1984.48 1.125,90 92,stand,,,
|
||||
-4150.6 2082.9 1.125,91 93 82,stand,,,
|
||||
-4093.76 1759.27 41.125,92 94 95,stand,,,
|
||||
-4236.31 1677.69 41.125,93 95,stand,,,
|
||||
-4193.91 1673.53 41.125,94 96 313 93,stand,,,
|
||||
-4292.42 1057.7 36.1242,95 101 314 313 316,stand,,,
|
||||
-4544.71 500.701 108.125,98 101,stand,,,
|
||||
-4636.88 355.125 100.125,97,stand,,,
|
||||
-3828.16 531.183 84.125,102 314,stand,,,
|
||||
-4305.07 541.177 84.125,101 314,stand,,,
|
||||
-4518.25 608.474 102.904,100 97 96 316,stand,,,
|
||||
-3739.49 439.306 108.125,99 42,stand,,,
|
||||
3204.65 2126.46 -89.808,104 52 124 376,stand,,,
|
||||
3093.7 2007.72 -94.7225,103 105 124 376,stand,,,
|
||||
3060.28 1713.34 -96.0734,104 106,stand,,,
|
||||
3027.11 1612.91 -116.427,105 107,stand,,,
|
||||
3018.79 1407.71 -108.875,106 108,stand,,,
|
||||
2921.99 1350.6 -108.875,109 107 345,stand,,,
|
||||
2955.56 858.147 -104.271,108 47 162 341,stand,,,
|
||||
2261.98 1315.38 -110.875,111 348,stand,,,
|
||||
2131.59 1299.9 -110.875,110 112,stand,,,
|
||||
2124.71 1550.81 -99.577,111 113 169,climb,-4.12537 175.935 0,,
|
||||
2054.71 1550.82 -15.7728,112 170 171,climb,-18.5339 179.676 0,,
|
||||
1861.04 1753.72 -91.875,115 169,stand,,,
|
||||
1840.63 1742.97 -37.875,114 170,stand,,,
|
||||
2102.64 1851.01 -85.5084,117 118 169,stand,,,
|
||||
1902.71 1916.04 -91.875,116,stand,,,
|
||||
2268.8 1928.71 -63.5372,116 155 156 167,stand,,,
|
||||
3042.95 3067.43 -105.696,54 120 121 125 126 126 127,stand,,,
|
||||
3153.45 3285.73 -110.875,119 131,stand,,,
|
||||
3324.78 3188.66 -110.327,119 55 54,stand,,,
|
||||
3019.41 2256.86 -63.875,123 53 159 160,stand,,,
|
||||
3106.03 2157.23 -46.8215,122 124,stand,,,
|
||||
3107.13 2131.88 -95.875,123 104 103 376,stand,,,
|
||||
2626.24 2593.86 -82.6346,53 54 127 119 157 159,stand,,,
|
||||
2797.88 3341.72 -112.703,54 127 119 128 132 133 119,stand,,,
|
||||
2621.24 2878.9 -91.743,126 125 134 119,stand,,,
|
||||
2974.62 3590.29 -117.958,126 129 132,stand,,,
|
||||
3099.56 3663.01 -110.625,128 130,stand,,,
|
||||
3130.41 3681.43 -157.376,129 131,stand,,,
|
||||
3128.01 3425.73 -175.875,130 120,stand,,,
|
||||
2853.11 3712.78 -119.948,128 57 126 58 133,stand,,,
|
||||
2594.16 3429.99 -117.069,126 134 58 132,stand,,,
|
||||
2538.25 3005.96 -98.6673,133 127 135,stand,,,
|
||||
2444.96 2882.01 -140.838,134 136,stand,,,
|
||||
2192.1 3020.49 -148.655,135 137,stand,,,
|
||||
2169.95 3106.73 -144.425,138 136,stand,,,
|
||||
2364.25 3159.71 -147.937,137 139,stand,,,
|
||||
2350.38 3386.54 -205.102,138 140 141,stand,,,
|
||||
2285.68 3470.39 -231.412,139 141 142,stand,,,
|
||||
2329.47 3520.91 -201.476,140 139 59,stand,,,
|
||||
1939.09 3280.86 -287.875,140 143 145,stand,,,
|
||||
1925.96 3433.87 -287.875,142 144,climb,-44.7693 91.7249 0,,
|
||||
1923.56 3439.49 -161.375,143,climb,67.7252 178.956 0,,
|
||||
1711.4 3314.9 -287.875,142 146,stand,,,
|
||||
1714.6 3429.97 -287.875,145 147,stand,,,
|
||||
1806.15 3446.88 -284.836,146 148,stand,,,
|
||||
1832.43 3584.64 -281.703,147 149,stand,,,
|
||||
1642.52 3662.3 -249.617,148 150,stand,,,
|
||||
1572.15 3613.64 -198.702,63 149,stand,,,
|
||||
1161.33 3455.82 -127.834,64 66 66 176 375,stand,,,
|
||||
1643.15 2995.5 -105.853,153 372 375 173,stand,,,
|
||||
2050.31 2810.44 -94.569,152 154 372,stand,,,
|
||||
2025.57 2502.28 -74.875,153 155 175,stand,,,
|
||||
2230.1 2472.47 -74.1323,154 118 158,stand,,,
|
||||
2400.24 2069.05 -69.3006,118 157 159,stand,,,
|
||||
2422.06 2579.96 -93.2792,156 158 125,stand,,,
|
||||
2391.44 2546.92 -63.875,155 157,stand,,,
|
||||
2649.33 2233.06 -63.875,125 156 122 166,stand,,,
|
||||
2986.22 1375.64 -0.822808,122 49 161 164 48 165 166,stand,,,
|
||||
3243.34 1117.91 8.125,160 47 48 165,stand,,,
|
||||
2885.99 618.307 -68.8658,109 163 337 47 368,stand,,,
|
||||
2658.68 815.185 -51.0955,162 164 165 322 337,stand,,,
|
||||
2534.66 975.109 7.29779,163 160 166 171 336,stand,,,
|
||||
2951.19 1104.95 8.125,161 163 160 166 171 49,stand,,,
|
||||
2703.51 1508.76 -2.75608,160 165 164 159 167 171,stand,,,
|
||||
2336.67 1602.25 -23.9821,118 166 168,stand,,,
|
||||
2162.47 1703.36 -37.9787,167 169,stand,,,
|
||||
2145.17 1697.8 -91.875,168 116 112 114,stand,,,
|
||||
1657.99 1686.37 -33.5766,115 113 171 172 175 173 333 321,stand,,,
|
||||
2029.9 1186.79 0.12123,113 166 170 321 164 333 322 165,stand,,,
|
||||
993.234 2087.36 -63.875,170 173 320 321 343,stand,,,
|
||||
994.774 2318.22 -71.5753,172 174 175 170 152 375,stand,,,
|
||||
735.648 2749.85 -106.438,173 178 375,stand,,,
|
||||
1471.12 2426.03 -67.8831,173 154 170 178 375 321,stand,,,
|
||||
982.085 3455.18 -127.794,151 177 375,stand,,,
|
||||
526.76 3462.05 -115.898,176 178,stand,,,
|
||||
634.727 3056.58 -110.881,174 177 179 181 175 375,stand,,,
|
||||
518.959 2628.78 -130.277,178 180 319 361,stand,,,
|
||||
496.936 2961.72 -140.647,179 181,stand,,,
|
||||
383.091 3216.16 -165.879,180 68 182 178,stand,,,
|
||||
148.374 3189.46 -145.187,68 181 183 374,stand,,,
|
||||
252.95 2938.3 -144.428,182 184,stand,,,
|
||||
262.411 2696.51 -137.606,183 362,stand,,,
|
||||
258.597 2352.01 -128.168,186,stand,,,
|
||||
224.432 2214.89 -152.415,185 187 188,stand,,,
|
||||
248.792 2035.29 -151.845,186,stand,,,
|
||||
48.927 2173.05 -152.875,186 189,stand,,,
|
||||
2.1499 2071.84 -152.875,188 190,stand,,,
|
||||
-388.7 2095.3 -63.875,189 191 197 198 210 208,stand,,,
|
||||
-351.602 2320.04 -63.875,190 192 197 237 243 208,stand,,,
|
||||
-326.686 2627.48 -61.5367,191 193 280,stand,,,
|
||||
-443.679 2896.47 -54.8262,192 69 194 195 244 280 210,stand,,,
|
||||
-20.5033 3497.98 -121.469,69 193 195 196,stand,,,
|
||||
70.3002 3000.86 -97.6446,193 194 197 243,stand,,,
|
||||
42.2338 3649.1 -128.908,194 68 69 374,stand,,,
|
||||
176.608 2333.05 -68.0386,191 195 190,stand,,,
|
||||
-411.435 1898.5 -23.3949,190 199 201,stand,,,
|
||||
-309.968 1877.67 -21.5541,198 205,stand,,,
|
||||
-400.845 1586.84 -4.44292,201 204,stand,,,
|
||||
-432.104 1695.57 25.0562,200 198 206,stand,,,
|
||||
-296.197 1322.53 -38.3561,203 205 217,stand,,,
|
||||
-161.543 1270.6 -34.0315,202,stand,,,
|
||||
-374.078 1519.92 -18.6158,205 200,stand,,,
|
||||
-326.997 1590.75 -24.4327,204 202 199,stand,,,
|
||||
-559.774 1740.21 59.6253,201 207 211 213,stand,,,
|
||||
-649.327 1443.7 59.994,206 212 215,stand,,,
|
||||
-583.869 2063.13 -61.7552,209 210 211 190 191,stand,,,
|
||||
-830.035 2222.49 -63.9115,208 210 349,stand,,,
|
||||
-692.987 2247.72 -63.9673,209 190 208 193,stand,,,
|
||||
-589.649 2039.76 -12.875,208 206 213 236,stand,,,
|
||||
-831.53 1410.05 62.0265,213 207 214 218,stand,,,
|
||||
-729.188 1733.53 64.125,212 206 211 228,stand,,,
|
||||
-1058.4 1224.84 20.7696,212 27 216 219 220 355,stand,,,
|
||||
-493.599 1241.73 0.0454835,18 27 207 217 242,stand,,,
|
||||
-1149.71 1069.88 13.1225,214 26 27 355,stand,,,
|
||||
-317.155 1242.01 -35.875,215 202,stand,,,
|
||||
-994.891 1474.88 64.125,212 219,stand,,,
|
||||
-1134.25 1458.78 64.125,218 220 214,stand,,,
|
||||
-1310.87 1454.76 67.9931,219 224 214 221 284,stand,,,
|
||||
-2016.6 1412.87 39.1138,222 223 224 220 225,stand,,,
|
||||
-2053.91 1123.1 19.8032,221 32 26 223,stand,,,
|
||||
-2321.34 1131.59 22.3004,222 30 221 31 39,stand,,,
|
||||
-1450.5 1610.18 66.7107,221 220 226 284,stand,,,
|
||||
-2182.42 1746.1 35.7654,221 282 284 297 295,stand,,,
|
||||
-1135.63 1611.67 64.125,224 227 230,stand,,,
|
||||
-1102.5 1721.48 64.125,226 228 231 233,stand,,,
|
||||
-893.388 1736.15 64.125,227 229 213 230 359,stand,,,
|
||||
-922.608 1827.69 64.125,228 234 359,stand,,,
|
||||
-867.735 1618.72 64.125,228 226,stand,,,
|
||||
-1204.34 1777.57 64.125,227 232,stand,,,
|
||||
-1230.87 2024.29 64.125,231 233,stand,,,
|
||||
-1039.13 1949.38 64.125,232 227,stand,,,
|
||||
-929.62 1874.82 68.125,229 235 289,stand,,,
|
||||
-782.39 1916.49 78.4107,234 236,stand,,,
|
||||
-754.875 1928.7 19.1498,235 211,stand,,,
|
||||
-10.104 2069.07 -60.7839,191 238 240 243,stand,,,
|
||||
-51.2994 1200.22 4.83376,239 237 241 317 325 240,stand,,,
|
||||
217.826 1161.23 8.125,238 240 241 334,stand,,,
|
||||
195.368 1363.49 0.176423,239 237 318 238 319,stand,,,
|
||||
-212.508 906.428 7.45824,238 242 239 317,stand,,,
|
||||
-416.16 1136.15 4.94984,241 18 215,stand,,,
|
||||
-1.73313 2368.31 -67.8647,237 191 195,stand,,,
|
||||
-556.012 3094.74 -3.67724,193 245 278,stand,,,
|
||||
-561.912 3497.45 -1.47182,244 246 279,stand,,,
|
||||
-727.684 3599.75 -17.875,245 248 255,stand,,,
|
||||
-727.276 3675.13 -121.148,248 249 251 272,stand,,,
|
||||
-728.863 3639.74 -78.875,246 247,stand,,,
|
||||
-975.556 3677.58 -129.939,247 250 251,stand,,,
|
||||
-1228.99 4023.2 -42.662,71 249,stand,,,
|
||||
-566.379 3822.54 -131.885,249 70 69 247 272,stand,,,
|
||||
-1538.39 3442.69 9.18995,74 253 260 73 261 264 265,stand,,,
|
||||
-1392.13 3501.81 2.38119,252 254,stand,,,
|
||||
-1146.8 3500.69 0.125,253 255 256,stand,,,
|
||||
-998.735 3502.99 -4.875,246 254 257 256,stand,,,
|
||||
-1106.03 3215.28 0.125,254 259 259 255 260,stand,,,
|
||||
-998.261 3203.19 -4.875,258 259 255,stand,,,
|
||||
-856.175 3371.12 7.125,257 277 278,climb,-19.6106 -94.2737 0,,
|
||||
-1067.75 2995.59 -21.6062,256 256 257 267 269 278,stand,,,
|
||||
-1544.82 3182.87 -4.88311,252 261 267 256 282 281,stand,,,
|
||||
-1794.01 3516.37 -4.875,73 262 252 265 260,stand,,,
|
||||
-2134.59 3510 -11.875,73 263 261 75 76,stand,,,
|
||||
-2426.94 3580.09 -12.372,262 76,stand,,,
|
||||
-1280.54 3385.87 0.125001,252,stand,,,
|
||||
-1835.8 3295.28 -4.875,252 75 266 261,stand,,,
|
||||
-1856.71 3141.52 -8.875,75 265 267 268,stand,,,
|
||||
-1735.38 3010.75 -11.8983,260 266 268 259,stand,,,
|
||||
-2008.08 2913.66 -11.875,266 78 267 294 295,stand,,,
|
||||
-667.956 2984.94 -118.647,259 270 271,stand,,,
|
||||
-553.753 2986.88 -112.964,269,stand,,,
|
||||
-661.077 3182.86 -130.922,269 275 274,stand,,,
|
||||
-526.249 3748.18 -131.998,273 251 69 247,stand,,,
|
||||
-551.596 3524.03 -130.875,272 274,stand,,,
|
||||
-565.006 3341.35 -130.875,273 275 271,stand,,,
|
||||
-740.631 3324.28 -133.375,274 271 276,stand,,,
|
||||
-752.005 3426.85 -130.875,275 277,stand,,,
|
||||
-859.624 3405.54 -130.875,276 258,climb,-10.481 -91.3019 0,,
|
||||
-870.595 3172.63 -6.1884,244 279 259 258 280,stand,,,
|
||||
-649.565 3417.09 -25.875,278 245,stand,,,
|
||||
-950.471 2625.25 -40.6313,278 193 192 281,stand,,,
|
||||
-1306.45 2486.84 -23.041,282 283 260 280 285,stand,,,
|
||||
-1672.32 2395.63 -3.299,281 225 284 260 295,stand,,,
|
||||
-1480.2 2130.85 -8.57493,281 284,stand,,,
|
||||
-1905.43 1719.99 33.3825,283 224 220 225 282,stand,,,
|
||||
-1283.41 2368.92 -23.7427,281 286,climb,-24.6313 2.64771 0,,
|
||||
-1258.49 2370.92 114.817,285 287,climb,19.3634 -42.1216 0,,
|
||||
-1193.13 2285.69 123.553,286 288,stand,,,
|
||||
-1055.47 2080.35 64.125,287 289,stand,,,
|
||||
-953.919 2095.52 64.125,288 234 290 291,stand,,,
|
||||
-875.966 2247.65 64.125,289,stand,,,
|
||||
-998.875 2029.31 80.125,289 292,stand,,,
|
||||
-987.299 1736.21 200.125,291 293,stand,,,
|
||||
-1007.24 1519.13 200.125,292,stand,,,
|
||||
-2266.29 2262.32 -9.24066,268 295 300,stand,,,
|
||||
-1960.17 2108.91 7.34766,268 282 225 294,stand,,,
|
||||
-2401.05 1629.73 -23.875,297 37 299 305,stand,,,
|
||||
-2378 1631.32 36.125,225 296,stand,,,
|
||||
-2770.39 1813.53 6.09813,304 306,stand,,,
|
||||
-2470.71 1933.24 -25.577,296 300,stand,,,
|
||||
-2378.99 2204.35 -23.875,299 294 301,stand,,,
|
||||
-2537.25 2544.08 -19.8827,300 79 302 77,stand,,,
|
||||
-2655.27 2460.7 13.817,79 301 303,stand,,,
|
||||
-2641.81 2076.42 18.125,302 304,stand,,,
|
||||
-2651.82 1693.23 18.125,303 298 305,stand,,,
|
||||
-2530.97 1610.96 -6.36819,296 304,stand,,,
|
||||
-2733.77 2097.45 -49.875,298 307,stand,,,
|
||||
-3011.18 2187.68 -49.875,306 370,stand,,,
|
||||
-3132.71 2259.11 25.8377,80 309 81 312,stand,,,
|
||||
-3444.98 2231.26 24.0417,308 82 81 310 311 80,stand,,,
|
||||
-3375.98 1345.7 32.0639,309 311 315,stand,,,
|
||||
-3562.44 1303.23 32.125,310 309 313 41 315 40 316,stand,,,
|
||||
-3062.5 2146.57 76.7569,308,stand,,,
|
||||
-4033.12 1228.77 32.0992,311 95 96 41 316,stand,,,
|
||||
-4049.41 539.808 29.9712,96 316 99 100,stand,,,
|
||||
-3092.28 1126.32 32.2379,39 310 41 311 316,stand,,,
|
||||
-4022.17 888.714 32.125,41 314 313 96 311 315 101,stand,,,
|
||||
179.85 540.775 3.09183,241 238 325 326 327,stand,,,
|
||||
408.221 1279.41 -47.035,319 320 240,stand,,,
|
||||
510.852 2004.05 -103.613,318 179 361 240,stand,,,
|
||||
683.297 1259.74 5.59075,318 172 321 334 342 343,stand,,,
|
||||
1266.41 1349.94 -43.392,172 171 333 320 342 322 170 343 344 175,stand,,,
|
||||
1604.9 832.979 -19.1968,163 323 333 171 321 344 373,stand,,,
|
||||
749.56 830.579 -9.98468,322 324 330 334 342,stand,,,
|
||||
404.785 849.309 -36.9478,323 325 326 330,stand,,,
|
||||
131.481 862.612 9.37592,324 238 317,stand,,,
|
||||
497.008 167.939 8.8216,324 0 317 1 328 43 329 327 330,stand,,,
|
||||
63.2906 330.46 2.1196,2 0 317 326,stand,,,
|
||||
-121.583 94.6774 33.5897,326 2 4 1,stand,,,
|
||||
973.186 -81.0566 135.269,43 326 330 44 331 332 335,stand,,,
|
||||
760.603 372.842 70.0755,326 323 324 329,stand,,,
|
||||
1677.55 129.555 28.3665,44 329 335 336 373,stand,,,
|
||||
1386.45 320.061 63.3666,329 44 373,stand,,,
|
||||
1671.41 1111.3 8.125,322 171 321 170 344,stand,,,
|
||||
362.606 1159.93 6.90218,320 323 239,stand,,,
|
||||
1951.05 -199.176 42.5556,331 45 44 338 329 337 336,stand,,,
|
||||
2385.26 640.787 -16.1631,331 164 337 335,stand,,,
|
||||
2724.34 285.492 -27.1876,336 162 163 338 341 335,stand,,,
|
||||
2682.37 -144.388 36.0664,337 339 335,stand,,,
|
||||
2746.42 -403.27 67.0226,338 46 340,stand,,,
|
||||
2603.69 -451.155 64.125,46 339,stand,,,
|
||||
3007.38 164.525 -76.0142,337 109 368 369,stand,,,
|
||||
933.366 1146.22 5.73321,323 320 321 343 344,stand,,,
|
||||
954.06 1663.07 -65.2137,321 320 342 172,stand,,,
|
||||
1408.48 1023.08 8.125,342 322 321 333,stand,,,
|
||||
2618.4 1353.57 -110.977,108 346 348 347,stand,,,
|
||||
2438.53 1541.11 -94.875,345 347,stand,,,
|
||||
2443.53 1428.77 -96.973,346 348 345,stand,,,
|
||||
2433.2 1331.19 -110.875,347 110 345,stand,,,
|
||||
-926.09 2179.46 -63.875,209 350 351,stand,,,
|
||||
-903.442 1950.09 -63.875,349,stand,,,
|
||||
-1096.42 2047.64 -63.875,349 357,stand,,,
|
||||
-1106.65 1721.2 -63.875,353 357,stand,,,
|
||||
-1141 1614.31 -63.875,352 354 356,stand,,,
|
||||
-1111.52 1462 -46.875,353 355 356,stand,,,
|
||||
-1198.92 1202.38 4.125,354 216 214,stand,,,
|
||||
-1057.9 1546.04 -63.875,354 353,stand,,,
|
||||
-1090.76 2012.74 -63.875,358 351 352,stand,,,
|
||||
-992.538 2018.19 -47.875,357 360,stand,,,
|
||||
-967.038 1808.87 64.125,228 229 360,stand,,,
|
||||
-1001.63 1907.92 8.125,359 358,stand,,,
|
||||
486.395 2452.09 -108.72,179 319 365,stand,,,
|
||||
209.537 2536.56 -132.763,184 364,stand,,,
|
||||
272.341 2474.08 -128.018,364 365,stand,,,
|
||||
229.834 2464.28 -126.878,362 363,stand,,,
|
||||
290.665 2467.52 -82.1995,363 361,stand,,,
|
||||
3681.3 4156.8 -127.946,56 367,stand,,,
|
||||
3238.42 4138.44 -127.875,366 56 57,stand,,,
|
||||
3361.02 277.188 -55.875,341 47 369 162,stand,,,
|
||||
3025.23 -512.312 29.889,46 368 341,stand,,,
|
||||
-2992.78 2453.43 -49.875,307 81,stand,,,
|
||||
2087.24 3394.66 -115.951,60 372,stand,,,
|
||||
1945.4 3379.47 -108.376,371 152 153,stand,,,
|
||||
1618.62 748.204 6.54755,331 322 332,stand,,,
|
||||
137.49 3461.18 -155.083,196 68 182,stand,,,
|
||||
1053.72 3081.18 -112.419,151 178 152 173 176 174 175,stand,,,
|
||||
3207.53 2001.03 -88.9988,51 104 124 103,stand,,,
|
||||
-803.268 233.474 0.125001,3 378 380,climb,-27.5867 91.1096 0,,
|
||||
-880.875 206.365 0.125001,377 379,stand,,,
|
||||
-880.875 328.365 0.125,3 378,stand,,,
|
||||
-803.486 241.832 138.125,377 381,climb,-1.67542 86.1548 0,,
|
||||
-791.462 350.315 136.125,380 5,stand,,,
|
||||
|
365
scriptdata/waypoints/mp_africorp_rmk_wp.csv
Normal file
@@ -0,0 +1,365 @@
|
||||
364
|
||||
1931.88 -1131.15 8.125,3 2 1,stand,82.9303 126.606 0,,
|
||||
1791.54 -934.07 8.125,2 0 3 4 5 6,stand,19.1931 104.766 0,,
|
||||
1588.32 -868.49 8.125,1 3 0 4 6,stand,18.4131 -122.415 0,,
|
||||
1529.7 -1145.72 8.125,2 0 1,stand,19.9072 -5.22949 0,,
|
||||
1535.15 -756.153 0.125,2 1 5 6 7,stand,28.114 -40.6274 0,,
|
||||
1932.06 -683.034 0.125,4 1 6 345,stand,17.3419 -116.779 0,,
|
||||
1752.9 -414.962 0.0839308,5 4 2 1 345 348 220,stand,12.9858 143.218 0,,
|
||||
1335.18 -794.608 0.125,4 8,stand,21.4783 -10.7227 0,,
|
||||
1284 -1126.13 0.125,7 9,stand,19.9072 175.496 0,,
|
||||
657.652 -1107.74 3.77059,8 10 11 351,stand,22.121 108.193 0,,
|
||||
521.605 -947.749 4.06172,9 11 12 351,stand,32.8986 65.5829 0,,
|
||||
666.037 -775.104 0.101969,10 9 22 24 188 351,stand,18.3417 -74.1522 0,,
|
||||
432.346 -955.252 8.125,10 13,stand,37.5348 50.4547 0,,
|
||||
263.138 -1105.63 8.125,12 14 18,stand,61.7322 -69.0106 0,,
|
||||
332.208 -1175.86 8.125,13 15,stand,44.3903 90.9229 0,,
|
||||
468.079 -1173.83 56.125,14 16,stand,45.6042 172.139 0,,
|
||||
478.625 -956.294 135.625,15 17,stand,30.9705 133.528 0,,
|
||||
256.507 -954.61 135.625,16,stand,30.1849 3.56506 0,,
|
||||
174.314 -1117.56 7.84646,13 19 21 20 23 171,stand,38.3203 6.49292 0,,
|
||||
200.37 -853.88 0.0831331,18 20 21 22 23 24 349,stand,53.811 -20.4071 0,,
|
||||
-22.9686 -865.457 3.91361,19 21 18 171,stand,28.0426 -92.5653 0,,
|
||||
-55.9216 -1134.34 0.331793,20 18 19 169,stand,47.027 -53.0969 0,,
|
||||
452.359 -741.628 0.0730653,19 23 11 24 187 349,stand,17.3419 168.926 0,,
|
||||
100.202 -571.415 0.124999,22 19 18 162 24,stand,10.9863 -69.6039 0,,
|
||||
556.728 -577.59 0.125001,11 19 22 25 187 23 349,stand,12.7002 -173.09 0,,
|
||||
562.184 -410.61 8.125,24 26 27,stand,13.3429 -166.377 0,,
|
||||
286.126 -412.972 8.125,25,stand,12.9144 -5.58655 0,,
|
||||
564.09 -263.468 8.125,25 28 31 34,stand,22.4066 -168.734 0,,
|
||||
490.283 -265.975 8.125,27 29 31,stand,25.4773 -177.797 0,,
|
||||
276.366 -269.111 8.125,28 30,stand,25.9058 102.695 0,,
|
||||
263.101 -137.512 8.125,29 31 33,stand,39.0344 2.06543 0,,
|
||||
506.896 -130.368 8.125,30 32 28 27,stand,18.7646 108.622 0,,
|
||||
498.392 18.6603 8.125,31 33,stand,20.1929 -178.511 0,,
|
||||
266.786 17.9367 8.125,32 176 30,stand,28.5425 -90.3735 0,,
|
||||
663.125 -271.542 8.13331,27 35,climb,-71.2244 2.54883 0,,
|
||||
668.87 -315.876 126.625,34 36 38,climb,62.9462 87.4951 0,,
|
||||
649.398 -493.756 126.625,35 37,stand,15.3424 93.5596 0,,
|
||||
435.061 -486.246 126.625,36 38 39,stand,20.2698 47.2412 0,,
|
||||
502.438 -299.847 126.625,37 35,stand,28.548 6.70715 0,,
|
||||
322.695 -497.662 126.625,37 40,stand,24.6918 20.7147 0,,
|
||||
225.341 -359.831 126.625,39 41 43 42,stand,13.7714 -178.138 0,,
|
||||
61.6563 -363.631 126.625,40 42 43,stand,18.9844 -63.6603 0,,
|
||||
69.845 -102.75 126.625,41 43 40 44,stand,5.7074 -22.8351 0,,
|
||||
314.532 -162.736 126.625,42 41 40,stand,18.6273 -125.821 0,,
|
||||
69.1797 -10.6577 126.625,42 45 145,stand,13.2001 15.4138 0,,
|
||||
434.425 -12.5708 126.625,44 46,stand,19.6985 -71.6528 0,,
|
||||
635.445 -81.1496 118.625,45 47,stand,17.9132 -173.353 0,,
|
||||
872.774 -104.05 8.125,46 48 50,stand,12.9144 -87.4951 0,,
|
||||
1005.45 -224.365 8.125,47 49,stand,12.7002 -4.422 0,,
|
||||
1260.87 -224.636 8.125,48,stand,12.9858 165.004 0,,
|
||||
1281.42 -41.0237 8.125,47 51 177,stand,16.1993 -164.504 0,,
|
||||
1470.59 27.7931 8.125,50 52 177 220,stand,32.113 108.265 0,,
|
||||
1456.63 99.643 8.125,51 53,stand,43.9618 -161.098 0,,
|
||||
1320.2 120.465 64.125,52 54 69,stand,41.748 11.629 0,,
|
||||
1534.08 341.934 64.125,53 55 69,stand,21.9781 -148.392 0,,
|
||||
1535.31 496.396 64.125,54 56 70,stand,37.2546 -172.447 0,,
|
||||
1529.79 625.433 64.125,55 57,stand,39.1827 -179.368 0,,
|
||||
1361.09 625.307 8.125,56 58 71 75 76,stand,-7.34436 165.646 0,,
|
||||
901.763 613.429 8.125,57 59 75 71 76,stand,6.56433 170.854 0,,
|
||||
730.004 611.982 64.125,58 60,stand,30.2563 -42.4841 0,,
|
||||
715.09 502.761 64.125,59 61 63,stand,27.0483 -2.0874 0,,
|
||||
730.301 345.514 64.125,60 62 64,stand,17.1991 3.76282 0,,
|
||||
968.008 354.871 64.125,61 63 64 65 68,stand,17.7704 145.931 0,,
|
||||
953.438 534.125 64.125,62 60 64 70,stand,17.6276 -167.679 0,,
|
||||
800.794 166.221 64.125,61 65 62 63 68,stand,7.92114 1.03821 0,,
|
||||
927.002 94.7417 64.125,64 66 62,stand,14.4855 0.466919 0,,
|
||||
1044.68 95.383 72.125,65 67,stand,4.77905 -0.74707 0,,
|
||||
1344.9 101.242 200.125,66 79 82 195 225,stand,33.2556 -157.401 0,,
|
||||
999.73 195.85 64.125,62 64 69,stand,29.1193 -115.648 0,,
|
||||
1316.92 188.282 64.125,68 53 54 70,stand,27.1198 -167.465 0,,
|
||||
1339.09 513.804 64.125,69 55 63,stand,26.2628 -67.6923 0,,
|
||||
1373.89 725.051 8.125,57 72 75 58 76,stand,27.334 4.39453 0,,
|
||||
1636.86 742.489 8.125,71 73 76,stand,26.3342 -138.488 0,,
|
||||
1765.57 544.71 8.125,72 74,stand,43.9618 -0.461426 0,,
|
||||
1849.15 544.105 8.73822,73 221 222 321,stand,23.692 179.044 0,,
|
||||
898.379 725.149 8.125,71 58 57 77 76,stand,17.8418 -177.885 0,,
|
||||
1199.83 860.038 8.125,72 77 71 58 57 75,stand,12.0575 179.335 0,,
|
||||
704.604 725.191 8.125,76 75 78,stand,27.4768 32.0142 0,,
|
||||
646.659 719.324 0.124999,77 86 102 101 116 120,stand,52.3828 22.8076 0,,
|
||||
1375.38 150.951 200.125,67 80 83 225,stand,25.1917 -179.951 0,,
|
||||
1053.9 150.924 200.125,79 81 85 202,stand,26.0486 -171.172 0,,
|
||||
1058.75 34.6341 200.125,80 82 85 195 196,stand,26.7627 5.25146 0,,
|
||||
1343.8 34.416 200.125,81 67 195 225,stand,31.6846 0.609741 0,,
|
||||
1383.89 703.198 200.125,79 84 208 216 215,stand,30.3992 -174.045 0,,
|
||||
870.358 723.005 200.125,83 85 201 203 205,stand,19.9127 -37.0844 0,,
|
||||
872.789 89.8946 200.125,84 80 81 196 201 202,stand,16.1993 43.5608 0,,
|
||||
394.376 842.605 2.02863,78 87 102 103 104 101,climb,-66.3684 177.534 0,,
|
||||
356.462 845.02 148.125,86 88,climb,70.5103 0.324097 0,,
|
||||
219.072 838.987 136.125,87 89 91,stand,27.4054 -0.186768 0,,
|
||||
247.064 729.692 136.125,88 90 92,stand,26.4771 143.333 0,,
|
||||
80.6525 691.207 150.125,89 91 153,stand,28.1909 28.2843 0,,
|
||||
110.784 859.415 136.125,90 88,stand,28.9764 -70.9882 0,,
|
||||
352.639 739.682 147.875,89 93,stand,17.5562 -16.2488 0,,
|
||||
491.265 692.47 169.958,92 94,stand,14.7711 -4.61426 0,,
|
||||
700.946 684.78 196.154,93 95 96,stand,21.4783 156.896 0,,
|
||||
791.799 831.184 192.125,94 206 96 209,stand,20.127 -85.6165 0,,
|
||||
758.749 662.481 192.125,94 97 204 95,stand,37.3975 146.277 0,,
|
||||
749.418 261.532 192.125,96 98 199 198 200,stand,34.6893 -174.787 0,,
|
||||
689.749 256.989 194.125,97 99,climb,64.9457 179.791 0,,
|
||||
659.875 260.84 0.125093,98 100 102 116,climb,-71.5045 -1.07117 0,,
|
||||
498.244 124.707 0.125001,99 101 117 116,stand,17.2101 104.766 0,,
|
||||
349.181 280.737 0.125001,100 102 78 116 86 117,stand,12.6453 30.7562 0,,
|
||||
565.46 444.109 0.125001,101 99 78 86 116 120 123,stand,19.9896 -60.9521 0,,
|
||||
566.464 1021.23 0.125001,86 104 108 110 113,stand,12.0026 -7.64099 0,,
|
||||
769.36 1051.45 0.125001,103 105 108 86 316,stand,16.2103 9.41528 0,,
|
||||
1111.7 1096 1.90824,104 106 109 279 281 316 317,stand,11.7114 137.241 0,,
|
||||
826.949 954.046 0.125002,105 107 315 316 109,stand,37.6117 161.005 0,,
|
||||
811.075 955.179 40.3604,106 108,stand,66.5112 170.497 0,,
|
||||
774.761 964.206 0.0927088,107 104 103 110,stand,52.5256 31.0419 0,,
|
||||
1074.64 1298.02 2.87639,105 110 282 106,stand,20.7697 -147.695 0,,
|
||||
644.888 1193.71 0.0369722,109 111 112 108 103 251,stand,19.4128 -165.471 0,,
|
||||
211.754 1240.33 0.125001,110 112 113 126 127 128 132 135 244,stand,15.271 -85.177 0,,
|
||||
418.876 1352.53 0.125001,111 110 242 249,stand,24.3237 -75.2563 0,,
|
||||
305.965 1054.77 0.125002,103 114 111 127,stand,43.9728 -86.8909 0,,
|
||||
307.487 968.292 4.125,113 115,stand,25.8508 -154.193 0,,
|
||||
220.259 703.518 4.125,114 116,stand,21.5002 71.6913 0,,
|
||||
307.125 646.477 0.125001,115 78 102 101 99 100,stand,47.3291 130.287 0,,
|
||||
132.139 79.1258 0.012723,101 100 118 119,stand,21.1707 33.5083 0,,
|
||||
-109.907 194.562 0.124998,117 119 173 237,stand,27.0264 55.4205 0,,
|
||||
36.3407 286.949 0.124998,118 120 117 121 123,stand,13.0408 108.232 0,,
|
||||
89.7487 445.594 1.76997,119 102 78 123 121,stand,16.3257 25.8014 0,,
|
||||
-30.433 614.515 2.07803,119 122 123 120,stand,9.76685 88.7549 0,,
|
||||
-39.2634 647.126 1.93024,121 125 126,stand,32.4866 -92.525 0,,
|
||||
33.0025 579.873 2.78782,119 124 121 120 102,stand,69.9609 84.0491 0,,
|
||||
33.9954 600.856 32.4351,123 125,stand,63.4735 96.8207 0,,
|
||||
32.8748 647.125 3.13758,124 122 126 136,stand,69.9005 -129.075 0,,
|
||||
-0.972716 1007.84 0.125,111 125 122 132 127 136 135 245,stand,21.676 -47.3749 0,,
|
||||
-273.034 1231.44 0.125001,113 111 131 132 126 133 136 137 135 344,stand,18.3307 50.4858 0,,
|
||||
171.485 1423.78 4.125,111 129 245 244 246 247,stand,34.4696 -83.4155 0,,
|
||||
102.775 1427.34 8.125,128 130 131,stand,83.3588 159.838 0,,
|
||||
87.92 1595.19 8.125,129 328 362,stand,17.9242 -148.273 0,,
|
||||
-221.644 1426.17 0.125,129 127 137 328 136 330,stand,11.7224 -1.04003 0,,
|
||||
-210.168 863.462 0.125,127 111 126 135 136 137 134 239,stand,15.9412 18.5156 0,,
|
||||
-686.733 1156.72 0.125,127 134 137 231 234,stand,10.9534 -44.3152 0,,
|
||||
-660.083 1000.71 7.38843,133 135 227 231 234 235 132,stand,7.02576 -25.3308 0,,
|
||||
-465.869 893.271 3.80419,134 132 127 111 138 126,stand,42.6984 -83.2837 0,,
|
||||
-114.522 851.852 0.495086,132 125 126 127 131,stand,22.1429 -46.5839 0,,
|
||||
-621.28 1435.3 11.9035,132 127 131 133 232 233 234 327 329 330 328,stand,16.7926 -36.394 0,,
|
||||
-479.417 615.606 128.125,135 139,stand,43.3081 89.2126 0,,
|
||||
-328.849 619.784 136.125,138 140 154 157,stand,30.2563 -48.6713 0,,
|
||||
-331.049 528.956 144.125,139 141 149,stand,24.1205 -38.465 0,,
|
||||
-306.681 292.921 144.125,140 142 149 150,stand,20.484 -73.1488 0,,
|
||||
-297.583 277.125 175.595,141 143,crouch,21.0553 -67.727 0,,
|
||||
-255.808 154.78 165.318,142 144,stand,64.5282 -71.4514 0,,
|
||||
-249.096 125.92 126.375,143 145 146,stand,17.0013 105.132 0,,
|
||||
-126.924 5.36153 126.625,144 44 146,stand,23.5712 35.9729 0,,
|
||||
-285.689 12.2971 126.625,145 147 144 352,stand,18.7646 -151.448 0,,
|
||||
-370.89 -39.1227 126.625,146 148 352,stand,15.4742 -9.05456 0,,
|
||||
-354.817 -115.996 126.625,147 158,stand,19.8303 53.952 0,,
|
||||
-108.678 326.59 144.125,140 141,stand,22.1924 151.384 0,,
|
||||
-146.404 556.871 144.125,141 151,stand,32.3987 82.7966 0,,
|
||||
-146.404 573.288 172.625,150 152,crouch,84.7815 87.2241 0,,
|
||||
-139.544 595.131 136.125,151 153 156,stand,30.8276 176.147 0,,
|
||||
-74.4411 644.392 150.125,152 90 154 156,stand,31.333 23.6297 0,,
|
||||
-252.608 671.867 136.125,139 153 155,stand,20.4236 -14.707 0,,
|
||||
-226.252 786.736 136.125,154 156 157,stand,25.4938 -58.883 0,,
|
||||
-149.34 764.57 136.125,155 153 152,stand,49.4 -74.5001 0,,
|
||||
-396.8 775.48 136.125,155 139,stand,27.9218 -76.1645 0,,
|
||||
-273.521 -488.057 126.625,148 159 161,stand,16.0016 155.24 0,,
|
||||
-188.285 -494.855 126.625,158 160,stand,37.2711 138.453 0,,
|
||||
-182.98 -115.323 126.625,159,stand,20.9344 -89.848 0,,
|
||||
-265.069 -562.326 126.625,158 162 163,stand,44.4177 91.0638 0,,
|
||||
-184.305 -578.286 126.625,161 23,stand,43.1378 2.42064 0,,
|
||||
-342.944 -570.602 126.625,161 164,stand,35.5408 -179.074 0,,
|
||||
-605.401 -574.753 0.125,163 165 166 357,stand,25.2631 113.058 0,,
|
||||
-682.692 -431.51 7.23626,164 166 172 357,stand,16.4905 -66.579 0,,
|
||||
-610.351 -748.167 0.0408502,165 164 167 170,stand,11.1346 119.409 0,,
|
||||
-596.44 -886.151 8.125,166 168,stand,11.3599 -18.2776 0,,
|
||||
-373.809 -922.977 8.125,167 169 170,stand,15.9247 -24.1278 0,,
|
||||
-110.613 -1135.34 8.125,168 21,stand,37.6227 -1.26525 0,,
|
||||
-432.181 -699.26 0.125001,168 166 171,stand,13.3649 -19.3487 0,,
|
||||
-34.6802 -769.109 -0.30675,170 20 18,stand,19.8743 -75.9558 0,,
|
||||
-689.356 114.014 6.79434,165 173 230 355,stand,-7.38281 -74.8791 0,,
|
||||
-416.538 153.931 1.64459,172 174 118 230 235 355,stand,28.949 -84.8877 0,,
|
||||
-415.814 -62.6065 8.125,173 175,stand,16.106 19.0979 0,,
|
||||
-33.2053 -44.9593 8.125,174 176,stand,28.6688 89.8224 0,,
|
||||
-15.72 35.1933 8.125,175 33,stand,34.3762 -72.8961 0,,
|
||||
1427.86 -258.104 8.125,50 51 178 181,stand,16.2158 122.88 0,,
|
||||
1223.68 -358.001 8.125,177 179 185 182 183,stand,12.2333 22.2394 0,,
|
||||
1232.5 -531.055 8.125,178 181 182 186,stand,16.5125 -90.0518 0,,
|
||||
1433.33 -661.847 8.125,181 186,stand,11.8048 85.1142 0,,
|
||||
1422.95 -488.782 8.125,180 179 177,stand,15.0183 -172.191 0,,
|
||||
909.296 -519.66 8.125,179 183 185 178,stand,14.8865 -88.6895 0,,
|
||||
899.015 -605.909 8.125,182 184 187 178,stand,43.429 175.598 0,,
|
||||
938.707 -678.963 8.125,183 186,stand,31.4374 3.95816 0,,
|
||||
947.762 -311.637 8.125,178 182,stand,19.3854 -71.2103 0,,
|
||||
1184.69 -671.043 8.125,179 180 184,stand,24.7522 25.1947 0,,
|
||||
817.471 -613.083 4.6019,183 188 24 22,stand,26.5375 2.57388 0,,
|
||||
839.625 -330.602 1.54707,187 189 11,climb,-75.8606 -2.92477 0,,
|
||||
877.14 -328.222 161.625,188 190 361,climb,71.153 -179.349 0,,
|
||||
1182.57 -239.126 136.125,189 191 358,climb,-68.8678 89.0638 0,,
|
||||
1182.16 -205.996 267.625,190 192,climb,73.6633 -91.145 0,,
|
||||
1182.37 -190.42 257.875,191 193,stand,19.7809 -88.717 0,,
|
||||
1181.33 -176.872 192.125,192 194 197 198,stand,30.6299 -45.1837 0,,
|
||||
1306.81 -15.125 192.125,193 195 197,stand,52.8992 85.636 0,,
|
||||
1306.05 23.1257 200.125,194 82 81 67,stand,-7.97607 -96.6381 0,,
|
||||
931.515 23.125 200.125,81 85 197,stand,45.2692 -91.8811 0,,
|
||||
928.15 -15.1575 192.125,196 194 193 198,stand,39.9792 59.5655 0,,
|
||||
765.377 -43.2728 192.125,197 199 193 97,stand,24.0765 90.7556 0,,
|
||||
792.874 107.178 192.125,198 97 200 202,stand,26.0046 3.7604 0,,
|
||||
792.875 391.488 192.125,199 201 204 97,stand,19.8193 -3.50155 0,,
|
||||
831.127 391.091 200.125,200 85 202 84 203,stand,44.0112 -173.235 0,,
|
||||
831.129 108.161 200.125,85 199 201 80,stand,55.6458 179.553 0,,
|
||||
831.126 628.737 200.125,84 204 201,stand,34.3433 -179.75 0,,
|
||||
792.875 628.815 192.125,203 96 200,stand,71.0321 -27.0947 0,,
|
||||
931.983 752.875 200.125,84 206 208,stand,51.059 85.1691 0,,
|
||||
931.449 791.126 192.125,205 95 207 309,stand,37.2162 -90.9747 0,,
|
||||
1306.44 791.126 192.125,206 208 209 309,stand,26.1035 -88.739 0,,
|
||||
1308.15 752.72 200.125,207 83 205 216,stand,44.588 90.3162 0,,
|
||||
1491.71 805.874 192.125,95 207 210 217,stand,21.687 -168.533 0,,
|
||||
1566.47 710.836 192.125,209 211 217,stand,27.6141 143.726 0,,
|
||||
1592.01 708.857 152.125,210 212 224 223,stand,62.8033 -174.526 0,,
|
||||
1591.13 508.675 152.125,211 213 224,stand,40.3912 -176.163 0,,
|
||||
1568.49 508.319 192.125,212 214 217,stand,27.2626 -117.358 0,,
|
||||
1463.13 386.214 192.125,213 215 217 218 226,stand,43.3301 -179.59 0,,
|
||||
1424.87 387.078 200.125,214 216 225 83,stand,33.7061 60.2082 0,,
|
||||
1424.87 624.59 200.125,215 217 83 208,stand,39.9738 3.47476 0,,
|
||||
1463.13 625.567 192.125,216 214 213 209 210,stand,40.1166 165.627 0,,
|
||||
1567.71 246.285 194.125,214 219 226,climb,70.7355 -2.84237 0,,
|
||||
1597.13 249.04 7.64196,218 220 221 345,climb,-74.9268 177.482 0,,
|
||||
1607.04 22.5833 7.79781,219 51 221 345 346 6,stand,29.6301 170.807 0,,
|
||||
1846.77 346.294 6.4144,220 219 74 345 322,stand,13.7219 169.642 0,,
|
||||
1821.43 685.065 8.11708,74 223 321,climb,-71.131 176.992 0,,
|
||||
1796.48 683.719 161.625,222 224 211,climb,82.2272 0.568249 0,,
|
||||
1689.97 620.057 152.125,223 211 212,stand,26.0596 142.451 0,,
|
||||
1424.87 110.285 200.125,215 79 82 67 226,stand,34.5465 -1.1676 0,,
|
||||
1463.13 108.144 192.125,225 218 214 360,stand,45.6812 138.117 0,,
|
||||
-887.969 538.18 16.461,134 230 229 234 235,climb,-64.9731 -179.338 0,,
|
||||
-985.201 522.698 271.925,229,stand,41.7535 5.40773 0,,
|
||||
-913.1 539.117 273.375,228 227,climb,84.6442 0.842907 0,,
|
||||
-592.349 344.593 9.71701,227 172 173 235 234 236 355,stand,-2.26868 175.026 0,,
|
||||
-1043.71 1180.18 0.125,134 133 232 234 235,stand,16.2708 11.3519 0,,
|
||||
-1045.4 1356.65 0.125,231 137 233,stand,14.1394 6.92994 0,,
|
||||
-934.469 1608.77 0.124386,137 232,stand,18.1384 -39.2401 0,,
|
||||
-911.173 798.904 3.861,231 227 134 230 236 137 133,stand,18.7811 -63.8275 0,,
|
||||
-554.997 687.282 4.18486,230 134 227 231 173,stand,14.7217 -132.206 0,,
|
||||
-1016.31 427.596 11.8666,230 234,stand,17.8473 75.5945 0,,
|
||||
-121.753 316.776 4.125,118 238 241,stand,29.5972 -95.2868 0,,
|
||||
-156.347 671.435 4.125,237 239,stand,23.0328 114.915 0,,
|
||||
-205.854 775.403 4.125,238 132 240,stand,31.3055 92.074 0,,
|
||||
-309.054 684.138 4.125,239 241,stand,22.099 -82.2955 0,,
|
||||
-278.653 400.637 4.125,240 237,stand,22.8845 -16.6302 0,,
|
||||
334.126 1402.3 0.125002,112 243 251 255 254,stand,57.0685 -164.869 0,,
|
||||
315.66 1409.02 36.125,242 244,stand,63.7866 179.778 0,,
|
||||
291.864 1402.16 4.125,243 245 128 111,stand,33.0963 99.3305 0,,
|
||||
291.875 1489.37 4.125,244 246 252 128 126,stand,36.8042 67.146 0,,
|
||||
291.875 1572.83 4.125,245 247 253 128,stand,33.3765 63.0097 0,,
|
||||
291.875 1645.48 4.125,246 248 128,stand,58.9252 12.8406 0,,
|
||||
308.153 1649.23 36.125,247 249,stand,59.5679 6.13343 0,,
|
||||
334.126 1648.73 0.125001,248 250 254 112 289 291 299 290,stand,28.8776 -113.689 0,,
|
||||
334.126 1567.09 0.125001,249 251 253 254 255 288,stand,31.7999 -113.766 0,,
|
||||
334.125 1478.39 0.125001,250 242 252 254 110,stand,50.3558 -132.388 0,,
|
||||
313.854 1487.79 36.125,251 245,stand,66.8298 179.998 0,,
|
||||
318.398 1567.65 36.125,250 246,stand,71.0266 -179.294 0,,
|
||||
540.723 1612.25 0.125,249 250 251 286 255 242 288 290,stand,17.3419 -113.42 0,,
|
||||
659.123 1501.48 0.124999,250 256 254 242,climb,-73.3392 1.26649 0,,
|
||||
683.543 1502.42 132.625,255 257 264,climb,78.3765 178.558 0,,
|
||||
907.302 1402.66 120.125,256 258 263,stand,15.7214 -165.737 0,,
|
||||
975.375 1429.97 120.125,257 259 263,stand,39.9957 -13.2849 0,,
|
||||
998.397 1429.97 180.125,258 260 262,stand,9.94812 0.629284 0,,
|
||||
1112.69 1415.74 180.125,259 261 265,stand,53.1958 -21.1511 0,,
|
||||
1327.2 1323 144.805,260 266,stand,42.4896 156.058 0,,
|
||||
1006.69 1626.02 180.125,259 263 265,stand,51.0535 128.378 0,,
|
||||
975.374 1614.1 120.125,262 264 257 258,stand,64.0393 140.584 0,,
|
||||
729.555 1622.58 120.125,263 256,stand,29.8553 -114.293 0,,
|
||||
1090.05 1577.38 172.125,262 260,stand,54.0637 -95.4571 0,,
|
||||
1342.79 1317.52 107.625,261 267,stand,23.5876 122.55 0,,
|
||||
1575.17 1326.11 107.625,266 268 325,stand,28.3008 79.2969 0,,
|
||||
1588.96 1431.67 107.625,267 269 271,stand,12.8815 -12.7246 0,,
|
||||
1658.31 1625.64 107.625,268 270 273,stand,16.2378 125.538 0,,
|
||||
1559.52 1783.7 107.625,269 271 272 274,stand,18.5889 -111.992 0,,
|
||||
1489.88 1620.89 107.625,270 268 272 273 326,stand,20.2368 -76.3849 0,,
|
||||
1728.05 1840.56 107.625,270 271,stand,14.3152 -153.69 0,,
|
||||
1479.21 1474.74 107.625,271 269,stand,21.308 37.3621 0,,
|
||||
1370.98 1813.95 107.625,270 275 326,stand,40.2924 64.9707 0,,
|
||||
1363.08 1886.93 107.625,274 276 308,stand,36.0846 -176.273 0,,
|
||||
1265.38 1871.77 107.625,275 277,stand,29.8718 -82.4219 0,,
|
||||
1274.86 1644.2 6.59706,276 278,stand,-11.4532 90.5963 0,,
|
||||
1180.57 1413.94 0.980095,277 279 300,stand,19.5941 -91.7438 0,,
|
||||
1181.34 1381.17 3.86026,278 105 280,stand,57.8485 85.4822 0,,
|
||||
1400.07 1294.42 3.91983,279 281 316 322,stand,17.7429 -86.9537 0,,
|
||||
1570.63 1134 6.59977,280 105 322 319 317 316,stand,17.5287 147.989 0,,
|
||||
1068.47 1377.24 8.125,109 283 285 287,stand,25.4498 -109.602 0,,
|
||||
835.748 1347.08 8.125,282 284,stand,18.9569 128.005 0,,
|
||||
714.215 1415.47 8.125,283 285,stand,20.528 56.4234 0,,
|
||||
827.893 1572.64 8.125,284 286 282,stand,14.101 173.257 0,,
|
||||
713.348 1628.39 8.125,285 254,stand,49.2078 -177.822 0,,
|
||||
1072.56 1667.29 8.125,282,stand,16.0236 -115.205 0,,
|
||||
733.035 1902.48 3.95819,254 289 250 290 292,stand,16.1609 84.5813 0,,
|
||||
513.9 2152.88 4.05678,288 249 290 291,stand,12.2388 -118.127 0,,
|
||||
321.01 2150.98 0.966938,254 289 288 327 343 249,stand,19.9512 -66.1236 0,,
|
||||
962.209 2166.54 12.5512,289 249 293 301 300,stand,11.3214 -101.384 0,,
|
||||
984.441 1909.93 5.06532,288 293 301,stand,15.5511 121.94 0,,
|
||||
943.08 2016.94 4.36377,292 294 291 301 300,climb,-79.0082 179.251 0,,
|
||||
916.517 2020.36 266.494,293 295 298,climb,76.5582 -1.05162 0,,
|
||||
865.41 1944.44 258.875,294 296,stand,-11.7169 29.5343 0,,
|
||||
772.905 1940.19 258.875,295 297,stand,36.3922 95.3424 0,,
|
||||
772.57 2068.21 258.875,296 298,stand,40.8197 -49.4629 0,,
|
||||
884.576 2087.77 258.875,297 294,stand,44.176 -138.743 0,,
|
||||
670.65 1746.18 2.34511,249 300,stand,30.8331 1.5796 0,,
|
||||
1193.02 1760.13 9.73229,299 278 301 291 293,stand,32.1844 -171.186 0,,
|
||||
1170.47 2041.49 6.99755,291 293 292 302 300,stand,19.5007 -94.3201 0,,
|
||||
1875.74 1990.93 0.124998,301 303 323,stand,20.1544 -88.8104 0,,
|
||||
1851.63 1901.7 5.78581,302 304 323 324,climb,-71.7682 -171.746 0,,
|
||||
1854.56 1940.6 221.125,303 305,climb,76.6022 -101.011 0,,
|
||||
1845.13 2034.1 221.125,304 306,stand,6.09741 -176.251 0,,
|
||||
1806.02 2028.62 221.125,305 307,stand,41.8524 -45.7165 0,,
|
||||
1635.42 1966.83 221.125,306 308,stand,47.4445 -77.4506 0,,
|
||||
1639.76 1885.76 215.125,307 275,stand,37.9578 -168.439 0,,
|
||||
1132.05 880.266 192.125,207 206 310,stand,28.3722 5.52369 0,,
|
||||
1127.16 903.128 144.125,309 311,stand,53.5583 -128.795 0,,
|
||||
1086.39 911.97 144.125,310 312,stand,66.5442 173.038 0,,
|
||||
1065.88 919.095 91.125,311 313,stand,55.2008 -17.2455 0,,
|
||||
1031.87 924.285 60.6259,312 314,stand,48.8562 -12.807 0,,
|
||||
1018.28 913.565 30.125,313 315 316,stand,73.3228 10.3742 0,,
|
||||
992.163 924.082 0.124998,314 106,stand,35.5737 73.2544 0,,
|
||||
1032.89 977.226 0.124998,314 105 280 104 281 106,stand,22.8131 -87.102 0,,
|
||||
1477.83 965.893 5.94155,105 318 281,stand,13.266 -5.70433 0,,
|
||||
1498.02 949.299 40.9894,317 319,stand,71.3562 169.615 0,,
|
||||
1527.97 961.472 2.60687,318 320 281,stand,32.9645 164.479 0,,
|
||||
1743.22 913.615 0.798503,319 321 322,stand,21.5497 -42.2888 0,,
|
||||
1858.19 826.403 6.52439,320 222 322 74,stand,29.4763 -98.4454 0,,
|
||||
1933.62 1182.98 0.125001,321 320 281 323 280 221,stand,20.127 -172.477 0,,
|
||||
1944.62 1673.4 15.7232,322 303 302 324,stand,14.5734 92.8815 0,,
|
||||
1852.27 1559.05 0.117841,323 303 325,stand,29.8553 -54.0662 0,,
|
||||
1850.37 1330.23 107.625,324 267,stand,48.2849 115.217 0,,
|
||||
1383.28 1691.09 107.625,274 271,stand,29.2401 -37.0264 0,,
|
||||
-221.084 2120.05 10.2737,290 328 137 343,stand,10.1294 -86.0638 0,,
|
||||
-212.469 1628.59 0.0915039,327 130 131 329 330 137,stand,7.63 -10.8899 0,,
|
||||
-120.878 1774.82 8.125,328 137 330 337 362 363,stand,25.8398 -125.258 0,,
|
||||
-619.55 1833.24 0.125001,137 331 328 131 329 344,stand,21.3519 173.296 0,,
|
||||
-700.864 1840.96 8.125,330 332 336,stand,23.6371 -179.146 0,,
|
||||
-759.707 1906.88 8.125,331 333,stand,6.08093 176.564 0,,
|
||||
-890.985 1897.07 56.125,332 334,stand,0.153809 -92.9358 0,,
|
||||
-883.882 1670.46 135.625,333 335,stand,16.7102 44.8053 0,,
|
||||
-697.312 1694.7 135.625,334,stand,23.9227 82.9169 0,,
|
||||
-868.695 1695.29 8.125,331,stand,5.71838 39.1693 0,,
|
||||
-14.6016 1834.87 8.36059,329 338 362,climb,-72.6196 89.7504 0,,
|
||||
-22.8664 1854.47 160.125,337 339,climb,83.3807 -87.6733 0,,
|
||||
140.432 1937.56 154.625,338 340,stand,11.3708 -84.8718 0,,
|
||||
219.066 1667.89 154.625,339 341,stand,17.1442 -53.4729 0,,
|
||||
269.829 1604.56 183.625,340 342,stand,16.864 -94.5782 0,,
|
||||
200.959 1399.83 183.625,341,stand,14.0735 86.9269 0,,
|
||||
-439.209 2208.37 8.68373,327 344 290,stand,19.9951 -49.8419 0,,
|
||||
-602.675 2150.49 6.61646,343 330 127,stand,15.7874 -69.3921 0,,
|
||||
1806.97 -172.305 3.89644,221 220 219 6 5,stand,12.8156 108.317 0,,
|
||||
1616.14 -178.653 0.625828,220 347,stand,13.5461 -83.0371 0,,
|
||||
1609.15 -193.042 38.3248,346 348,stand,52.5092 -74.3304 0,,
|
||||
1619.83 -239.546 0.124998,347 6,stand,17.8967 -22.0959 0,,
|
||||
502.461 -830.448 1.59109,22 350 19 24,stand,29.762 -51.6931 0,,
|
||||
512.546 -842.87 43.8464,349 351,stand,71.7242 -50.7702 0,,
|
||||
541.845 -864.931 2.31738,350 10 9 11,stand,29.2621 137.733 0,,
|
||||
-557.282 0.676912 126.625,147 146 353,stand,40.1825 173.417 0,,
|
||||
-600.875 0.872105 128.625,352 354 356,stand,46.3403 -7.79722 0,,
|
||||
-611.906 49.5598 131.125,353 355,climb,65.5334 90.1953 0,,
|
||||
-610.262 79.625 1.06975,354 172 173 230,climb,-70.1477 -93.2269 0,,
|
||||
-611.7 -89.6151 131.125,353 357,climb,63.6108 -93.2049 0,,
|
||||
-612.471 -119.877 0.0371603,356 165 164,climb,-78.717 92.2717 0,,
|
||||
1478.19 -267.422 136.125,190 359 361,stand,65.1489 85.8997 0,,
|
||||
1488.79 48.8737 136.125,358 360,stand,13.1232 97.7484 0,,
|
||||
1487.44 66.9136 216.125,359 226,stand,84.9957 92.6947 0,,
|
||||
1173.71 -547.841 136.125,358 189,stand,11.1292 73.7927 0,,
|
||||
225.916 1760.34 8.125,329 337 130 363,stand,15.7269 -179.744 0,,
|
||||
-69.1005 1985.99 8.125,362 329,stand,16.8036 -76.2585 0,,
|
||||
|
274
scriptdata/waypoints/mp_airfield_wp.csv
Normal file
@@ -0,0 +1,274 @@
|
||||
273
|
||||
980.4 5368.9 1.125,110,stand,,,
|
||||
1397.9 5037.6 1.125,109,stand,,,
|
||||
1397.9 5274.6 1.125,108,stand,,,
|
||||
2024.4 5577.6 1.125,105 106,stand,,,
|
||||
1093.1 5535.4 1.125,107,stand,,,
|
||||
1195.1 5545.4 144.125,91 95 97,stand,,,
|
||||
1437.4 5844.9 144.125,96,stand,,,
|
||||
989.4 5358.9 138.652,8 91,stand,,,
|
||||
1000.6 4836.1 145.125,7 90,stand,,,
|
||||
1258.45 4535.4 0.125,113,stand,,,
|
||||
1041.6 4042.1 1.125,114 115 123,stand,,,
|
||||
614.6 4375.1 -18.8293,122,stand,,,
|
||||
816.4 4271.9 -37.5383,123,stand,,,
|
||||
412.4 3111.9 24.6354,125 129,stand,,,
|
||||
519.1 2672.4 -5.80521,130,stand,,,
|
||||
55.1782 2293.02 -41.3382,139,stand,,,
|
||||
-29.9242 1768.27 -1.4332,142 149,stand,,,
|
||||
-394.751 1946.72 -41.897,141,stand,,,
|
||||
558.988 1051.84 4.125,146 147,stand,,,
|
||||
1169.33 740.564 -32.377,162,stand,,,
|
||||
1436.24 752.906 -40.875,162 163,stand,,,
|
||||
1747.6 785.243 -40.875,164 22,stand,,,
|
||||
1875.61 781.696 -40.875,21 165,stand,,,
|
||||
2179.28 748.981 -40.875,165,stand,,,
|
||||
2523.86 647.262 -35.5333,28,stand,,,
|
||||
2050.8 1048.11 -19.401,159 26,stand,,,
|
||||
1958.79 997.402 -21.5329,25 158,stand,,,
|
||||
1464.5 1000.41 -36.4782,155 156 158,stand,,,
|
||||
2653.87 802.656 -43.7592,165 24 166,stand,,,
|
||||
4347.66 2477.02 -64.3975,189,stand,,,
|
||||
3664.84 3535.13 -82.6672,205 195,stand,,,
|
||||
3308.17 3258.63 -139.902,206,stand,,,
|
||||
3957.01 3735.65 -0.621231,203 204 214,stand,,,
|
||||
2914.73 2912.34 8.5134,197 198,stand,,,
|
||||
3486.82 3525.27 -96.0977,205 195 206,stand,,,
|
||||
4278 3976.35 0.125,215,stand,,,
|
||||
3515 4259.35 5.20117,215 216 217 218,stand,,,
|
||||
3301 4873.65 21.5678,218 221 53,stand,,,
|
||||
2447.3 4367.8 -125.941,209 210,stand,,,
|
||||
2523.84 4580.21 -70.6141,40 210 212,stand,,,
|
||||
2523.79 4786.84 -66.6474,212 39 210,stand,,,
|
||||
1860.7 4597.2 -58.1745,211 237,stand,,,
|
||||
2534.2 5133.3 -11.9398,213 228,stand,,,
|
||||
2419.75 5724.22 0.125,82 227 226 263,stand,,,
|
||||
2014.17 5169.96 -15.7728,241 213,stand,,,
|
||||
1570.2 4037.7 14.1268,46 118,stand,,,
|
||||
1454.2 3862.7 1.125,116 45 117,stand,,,
|
||||
1767.3 3439.2 -20.3359,137 138,stand,,,
|
||||
1279.46 3359.33 -17.874,136,stand,,,
|
||||
896.445 2680.06 15.3544,132 133,stand,,,
|
||||
1988.71 1927.34 8.12502,247 242,stand,,,
|
||||
2168.66 2112.91 8.12498,245 243 244 246,stand,,,
|
||||
2531.34 2814.09 8.66902,244 245 256 257 258 267,stand,,,
|
||||
3501.94 5070.54 13.5963,220 55 37,stand,,,
|
||||
3045.46 5175.28 8.09908,221 222,stand,,,
|
||||
3438.06 5174.46 6.11911,53 77 223,stand,,,
|
||||
3162.46 1736.05 -58.875,168 178 183,stand,,,
|
||||
3635.54 2277.95 -25.875,186 191,stand,,,
|
||||
3369.8 775.6 -45.7763,172 173,stand,,,
|
||||
3432.46 1520.05 -61.8532,170 185,stand,,,
|
||||
3813.54 1918.45 -58.3673,185,stand,,,
|
||||
4107.66 2919.02 -82.437,192 83,stand,,,
|
||||
3067.66 660.134 -31.0627,176,stand,,,
|
||||
-34.8519 2548.4 -15.649,127,stand,,,
|
||||
179.982 3239.18 5.73125,126 65 128,stand,,,
|
||||
108.018 2968.82 12.8978,64 127 129,stand,,,
|
||||
1614.2 5081.7 21.625,240,stand,,,
|
||||
505.553 3556.64 23.7466,124 125,stand,,,
|
||||
2281.96 5363.83 -11.2566,73 228 213,stand,,,
|
||||
1860.7 4209.2 -26.496,235,stand,,,
|
||||
1476.7 4283.2 0.65947,236,stand,,,
|
||||
2028.7 3867.2 -20.6621,259 260,stand,,,
|
||||
1953.68 4987.92 -25.1398,239 238 240,stand,,,
|
||||
2145.91 5342.63 -9.89146,241 68 213,stand,,,
|
||||
2744.7 5739.2 8.09908,226,stand,,,
|
||||
3092.7 5665.2 8.09908,78 224 226,stand,,,
|
||||
3095.42 4766.22 31.196,229 230,stand,,,
|
||||
3423.7 5421.22 8.33926,55 78,stand,,,
|
||||
3340.61 5483.56 8.44145,77 75 223,stand,,,
|
||||
2788.61 5341.56 9.48747,224 225 226 228,stand,,,
|
||||
2909.72 5096.02 3.22113,225 229,stand,,,
|
||||
3126.13 4226.09 14.647,217 231,stand,,,
|
||||
2294.8 5567.2 0.125031,43 228 263,stand,,,
|
||||
4034.57 3220.97 -45.5214,61 203,stand,,,
|
||||
3742.57 3220.97 -83.2063,193 194 195,stand,,,
|
||||
4338.25 4559.17 2.5323,219 215,stand,,,
|
||||
710.017 1253.94 -3.52074,153 154,stand,,,
|
||||
1137.28 4771.82 0.125,88 112 111 113,stand,,,
|
||||
1300.06 4815.61 64.3487,87 89,stand,,,
|
||||
1319.47 5006.79 145.125,88 90,stand,,,
|
||||
1199 5106 145.125,89 91 8,stand,,,
|
||||
1188.8 5385.05 145.125,7 90 5,stand,,,
|
||||
1306.48 5901.56 1.125,93 103,stand,,,
|
||||
1069.95 5917.26 145.125,92 94,stand,,,
|
||||
994.157 5894.58 144.125,93 95,stand,,,
|
||||
1004.89 5778.74 144.125,94 5 96,stand,,,
|
||||
1378.69 5792.99 144.125,95 6 97,stand,,,
|
||||
1426.6 5620.68 144.125,5 96 98 99,stand,,,
|
||||
1821.69 5686.96 144.125,97 271,stand,,,
|
||||
1430.7 5275.01 145.125,97 100,stand,,,
|
||||
1547.1 4993.69 145.125,99 101,stand,,,
|
||||
1551.79 4821.35 67.125,100 102,stand,,,
|
||||
1551.18 4651.22 3.29113,101 236 237,stand,,,
|
||||
1369.82 5793.41 1.125,92 104 107,stand,,,
|
||||
1825.41 5751.78 1.125,103 105 106,stand,,,
|
||||
2095.91 5748.66 1.125,104 3 227,stand,,,
|
||||
1806.38 5559.67 1.125,3 104 107 241,stand,,,
|
||||
1356.22 5536.69 1.125,108 103 106 4,stand,,,
|
||||
1269.53 5290.88 1.125,107 2 110,stand,,,
|
||||
1156.99 5053.09 1.125,1 110 111,stand,,,
|
||||
1111.72 5261.51 1.125,108 109 0,stand,,,
|
||||
1137.44 4898.1 1.125,109 112 87,stand,,,
|
||||
914.821 4870.09 2.125,111 87 113 120,stand,,,
|
||||
1117.5 4614.6 0.125,87 9 112 114 272,stand,,,
|
||||
1158.01 4293.13 0.616439,113 10 115,stand,,,
|
||||
1273.2 4131.97 5.97757,10 114 116,stand,,,
|
||||
1315.3 3861.91 1.125,115 46,stand,,,
|
||||
1686.15 3856.41 1.125,46 118 119,stand,,,
|
||||
1734.6 4048.11 3.125,117 45 260,stand,,,
|
||||
1870.12 3828.35 -1.42953,117 138,stand,,,
|
||||
659.82 4952.56 -11.1444,112 121,stand,,,
|
||||
537.861 4827.46 -9.05033,120 272,stand,,,
|
||||
547.095 4437.54 -22.5357,11 124 272,stand,,,
|
||||
814.428 4057.53 -15.317,12 10 124,stand,,,
|
||||
618.516 4021.85 -24.5928,122 123 67 126,stand,,,
|
||||
359.933 3255.51 29.6959,67 13,stand,,,
|
||||
214.957 3827.3 -1.94677,64 124,stand,,,
|
||||
5.98867 2756.87 -9.66659,65 128 63,stand,,,
|
||||
194.677 2728.41 -8.99392,127 129 130 64 131,stand,,,
|
||||
410.161 2960.84 14.9062,13 128 130 65,stand,,,
|
||||
464.249 2815.27 3.39408,129 128 14 132,stand,,,
|
||||
152.254 2458.4 -48.5496,128 139,stand,,,
|
||||
777.325 2698.07 10.97,130 49 133,stand,,,
|
||||
999.577 2851.41 10.3556,132 49 134,stand,,,
|
||||
1152.33 3102.06 -4.50571,133 135 136,stand,,,
|
||||
1510.68 3147.2 -16.873,134 136 253,stand,,,
|
||||
1358.72 3377.32 -19.9661,135 48 134 137,stand,,,
|
||||
1579.43 3589.5 -25.9254,136 47 138,stand,,,
|
||||
1867.22 3640.94 -24.2079,137 47 119 259 255,stand,,,
|
||||
145.653 2237.67 -60.2358,131 15 140 150,stand,,,
|
||||
-172.277 2091.92 -49.3788,139 141,stand,,,
|
||||
-399.894 1767.34 -37.9549,140 17 142,stand,,,
|
||||
-319.822 1640.77 -9.10043,141 16 143,stand,,,
|
||||
-148.637 1524.46 4.125,142 144,stand,,,
|
||||
-97.174 1381.47 4.125,143 145,stand,,,
|
||||
302.664 1223.24 4.125,144 146,stand,,,
|
||||
484.782 1022.56 4.125,145 18,stand,,,
|
||||
633.84 1080.25 4.50948,18 148,stand,,,
|
||||
802.432 1014.9 -11.5126,147 154,stand,,,
|
||||
312.673 1888.56 -8.67075,16 150 153,stand,,,
|
||||
334.338 2201.93 -64.3689,149 139 151,stand,,,
|
||||
619.701 2032.83 -52.2398,150 152,stand,,,
|
||||
843.231 1882.62 0.644908,151 153 252,stand,,,
|
||||
692.749 1526.57 1.38735,152 86 149,stand,,,
|
||||
1025.55 1148.95 -35.0464,86 148 155 157,stand,,,
|
||||
1217.39 981.455 -42.6811,154 27 162,stand,,,
|
||||
1642.76 1315.37 -16.1957,27 157 159,stand,,,
|
||||
1196.73 1328.41 -31.1898,156 154,stand,,,
|
||||
1835.1 1046.48 -17.4021,27 159 26,stand,,,
|
||||
2100.4 1289.18 -1.08141,158 160 161 156 25,stand,,,
|
||||
2278.46 1278.55 -14.1803,159 161 167,stand,,,
|
||||
2110.22 1437.62 4.62359,160 159 266,stand,,,
|
||||
1239.87 870.626 -35.276,155 19 20,stand,,,
|
||||
1496.16 699.385 -40.875,20 164,stand,,,
|
||||
1615.77 828.512 -40.875,163 21,stand,,,
|
||||
2201.34 821.239 -40.875,22 23 28,stand,,,
|
||||
2652.61 1220.85 -48.4174,28 167 168 169,stand,,,
|
||||
2463.87 1298.43 -40.1077,166 160,stand,,,
|
||||
2995.45 1565.5 -51.8321,166 169 177 56,stand,,,
|
||||
2867 1136.5 -51.2409,166 168 176 177,stand,,,
|
||||
3334.99 1437.16 -59.8851,59 171,stand,,,
|
||||
3429.95 1310.51 -53.3905,170 172,stand,,,
|
||||
3320.79 1121.6 -55.6304,171 58 177,stand,,,
|
||||
3194.29 216.627 -61.1517,58 174 175,stand,,,
|
||||
3182.5 -125.628 -59.8325,173,stand,,,
|
||||
2904.43 474.776 -47.6924,173 176,stand,,,
|
||||
2891.27 795 -49.4219,175 169 62,stand,,,
|
||||
3110.77 1267.88 -56.52,172 168 169,stand,,,
|
||||
2982.84 1745.22 -65.875,56 179 183,stand,,,
|
||||
2819.56 1580.63 15.6226,178 180,stand,,,
|
||||
2670.41 1456.69 102.125,179 181 264,stand,,,
|
||||
2474.91 1680.64 102.125,180 182 264,stand,,,
|
||||
2587.58 1869.72 102.125,181,stand,,,
|
||||
3245.97 1977.07 -65.875,56 184 202 178,stand,,,
|
||||
3509.59 2115.65 -65.875,183 185 186,stand,,,
|
||||
3723.76 1876.9 -60.2053,184 59 60 187,stand,,,
|
||||
3597.05 2211.64 -65.875,184 57,stand,,,
|
||||
3912.13 2123.12 -42.2855,185 188,stand,,,
|
||||
4039.18 2352.72 -31.6607,187 189 190,stand,,,
|
||||
4166.49 2616.7 -72.1067,188 29 192,stand,,,
|
||||
3829.38 2537.62 -40.2412,188 191 192 196 199,stand,,,
|
||||
3774.19 2397.83 -25.875,57 190,stand,,,
|
||||
4050.56 2852.07 -85.666,190 189 61 193,stand,,,
|
||||
3812.03 3149.2 -84.1774,192 84 194,stand,,,
|
||||
3654.2 2985.76 -59.6045,84 193 196,stand,,,
|
||||
3598.51 3388.12 -75.317,84 30 34,stand,,,
|
||||
3553.06 2868.49 -45.9804,194 190 197 199,stand,,,
|
||||
3213.6 2933.52 -42.2015,196 33,stand,,,
|
||||
2904.95 2552.25 -18.705,33 200 201 202,stand,,,
|
||||
3482.78 2668.83 -53.4433,196 190 200,stand,,,
|
||||
3193.33 2341.28 -43.8545,199 198 201 202,stand,,,
|
||||
2839.35 2031.3 -52.933,198 200 202 267,stand,,,
|
||||
3056.91 2018.24 -60.8275,200 183 201 198,stand,,,
|
||||
3849.56 3557.09 -29.1291,83 32 204,stand,,,
|
||||
3719.2 3857.25 -26.5034,203 32 205 216,stand,,,
|
||||
3642.68 3652.09 -82.3431,204 30 34,stand,,,
|
||||
3198.33 3293.22 -137.584,34 31 207,stand,,,
|
||||
3012.52 3638.76 -161.263,206 208,stand,,,
|
||||
2524.82 3668.51 -164.602,207 209,stand,,,
|
||||
2504.86 4153.26 -124.279,208 38,stand,,,
|
||||
2373.31 4610.73 -84.5851,38 211 212 39 40,stand,,,
|
||||
2022.87 4632.91 -83.2308,210 41,stand,,,
|
||||
2356.81 4777.29 -68.2321,210 213 40 39,stand,,,
|
||||
2338.4 5086.86 -13.3918,212 44 239 42 228 68 73,stand,,,
|
||||
4052.68 3926.12 10.5646,32 215,stand,,,
|
||||
4208.62 4121.31 0.0563379,214 35 36 219 85,stand,,,
|
||||
3597.46 4007.94 10.89,36 204 217,stand,,,
|
||||
3139.22 3994.01 19.1864,216 36 81 231 262,stand,,,
|
||||
3446.54 4725.7 8.58963,36 37 220,stand,,,
|
||||
4071.27 4564.22 0.053106,215 85 220,stand,,,
|
||||
3734.41 4967.74 18.5949,219 218 53,stand,,,
|
||||
3196.11 5044.3 8.125,37 54 222 229,stand,,,
|
||||
3085.98 5273.11 8.81895,221 54 223 224,stand,,,
|
||||
3190.01 5371.38 8.54634,55 222 78 224,stand,,,
|
||||
2950.41 5510.66 14.2022,223 75 222 79 226 228,stand,,,
|
||||
2773.76 5216.72 -9.60368,79 228 80,stand,,,
|
||||
2670.84 5619.69 7.0766,75 224 79 43 74 228 263,stand,,,
|
||||
2261.95 5738.98 0.124997,105 43 263,stand,,,
|
||||
2528.53 5430.18 -4.8089,82 225 79 68 226 213 42 224,stand,,,
|
||||
3029.34 4939.98 6.43654,80 221 76 230,stand,,,
|
||||
2893.47 4613.63 25.1799,76 229 231,stand,,,
|
||||
2868.12 4298.96 16.2905,230 81 217 232 262,stand,,,
|
||||
2504.22 4244.7 3.14948,231 233 261,stand,,,
|
||||
2426.25 4434.69 -5.24118,232 234,stand,,,
|
||||
2095.58 4204.93 -31.135,233 235 260 261,stand,,,
|
||||
1899.02 4266.95 -30.7073,234 69 236 237,stand,,,
|
||||
1515.16 4369.47 6.4042,235 102 70,stand,,,
|
||||
1684.37 4603.87 -15.3605,235 41 102 238,stand,,,
|
||||
1693.94 4811.12 4.03013,237 239 72 240,stand,,,
|
||||
1999.89 4856.79 -27.8953,238 72 213,stand,,,
|
||||
1718.12 5117.53 8.125,238 72 66 241,stand,,,
|
||||
1870.58 5353.5 -14.5038,240 106 73 44,stand,,,
|
||||
2213.61 1717.83 8.053,243 50 266,stand,,,
|
||||
2397.56 1821.82 10.6475,242 244 51 267,stand,,,
|
||||
2407.84 2274.05 8.37,243 52 245 51 267,stand,,,
|
||||
1952.21 2594.8 8.125,52 244 51 253 246 254 257,stand,,,
|
||||
1759.15 2184.99 8.0497,51 247 248 249 245 254,stand,,,
|
||||
1735.5 1900.3 5.54879,246 50 248,stand,,,
|
||||
1380.29 1925.99 6.1768,247 246 252,stand,,,
|
||||
1477.66 2314.01 8.125,246 250 252 254,stand,,,
|
||||
1321.97 2757.91 8.03426,249 251 253,stand,,,
|
||||
1027.41 2474.56 10.3401,250 252,stand,,,
|
||||
1027.05 1983.74 8.10666,251 152 248 249,stand,,,
|
||||
1688.16 2983.16 2.09176,250 135 245 254 255 256,stand,,,
|
||||
1760.49 2571.59 8.125,249 253 245 246,stand,,,
|
||||
2008.54 3312.33 -1.89128,253 256 138 259 258,stand,,,
|
||||
2353.63 3137.49 8.0991,255 52 253 257 258 259,stand,,,
|
||||
2170.7 2809.62 7.42107,256 245 52,stand,,,
|
||||
2542.27 3627.1 10.8491,256 52 259 255 262,stand,,,
|
||||
2128.63 3713.21 -28.7972,258 138 255 256 71 260 261,stand,,,
|
||||
2100.23 4039.22 -36.9883,118 259 71 234 261,stand,,,
|
||||
2426.87 4006.57 -6.33362,260 234 232 259 262,stand,,,
|
||||
2775.43 3839.21 10.2946,261 258 217 231,stand,,,
|
||||
2275.67 5665.61 0.113302,82 227 43 226 270,stand,,,
|
||||
2481.13 1492.54 102.162,180 181 269,stand,,,
|
||||
2225.97 1492.82 40.125,266 268,stand,,,
|
||||
2150.45 1550.97 0.575926,265 161 242,stand,,,
|
||||
2649.89 2144.9 -23.4952,243 52 201 244,stand,,,
|
||||
2317.39 1428.39 37.4499,269 265,climb,0.98877 44.9565 0,,
|
||||
2335.08 1446.78 102.125,264 268,climb,0.98877 44.7588 0,,
|
||||
2224.63 5664.35 0.00472823,263 271,climb,1.80725 179.517 0,,
|
||||
2199.87 5664.32 155.125,270 98,climb,-1.02722 -179.686 0,,
|
||||
545.476 4591.71 -16.2166,113 122 121,stand,,,
|
||||
|
231
scriptdata/waypoints/mp_asylum_wp.csv
Normal file
@@ -0,0 +1,231 @@
|
||||
230
|
||||
-519.184 -782.6 194.125,26 84 85 204,stand,,,
|
||||
-403.569 -119.338 194.125,206,stand,,,
|
||||
-709.293 -246.198 194.125,125 13 206,stand,,,
|
||||
-1185.79 -137.394 197.125,4 13 126,stand,,,
|
||||
-1173.5 106.94 194.125,3 5 6,stand,,,
|
||||
-1296.33 118.23 202.908,4,stand,,,
|
||||
-1152.32 427.097 223.363,4 7 8,stand,,,
|
||||
-932.402 425.881 220.174,6 11 82,stand,,,
|
||||
-1140.46 674.699 221.674,6 9 211,stand,,,
|
||||
-1122.73 867.846 222.505,8 10 210,stand,,,
|
||||
-1068.89 980.29 210.608,9,stand,,,
|
||||
-932.843 73.0575 194.125,7 12 13,stand,,,
|
||||
-760.026 75.3998 199.685,11 81 180,stand,,,
|
||||
-940.216 -145.805 194.125,11 3 125 2,stand,,,
|
||||
-799.944 979.698 200.709,210,stand,,,
|
||||
-373.064 933.817 195.068,16 17 210,stand,,,
|
||||
-374.026 831.72 194.454,15,stand,,,
|
||||
-221.765 931.258 194.125,15 18 71,stand,,,
|
||||
-224.223 1078.5 194.125,17,stand,,,
|
||||
-769.557 653.743 195.49,79 82 210 211 80,stand,,,
|
||||
-403.115 -260.659 28.125,21,stand,,,
|
||||
-214.783 -260.564 24.8444,20 160 172 173 212,stand,,,
|
||||
-1384.9 -512.873 194.125,23 179 127,stand,,,
|
||||
-1378.94 -755.048 194.125,22 24,stand,,,
|
||||
-1021.25 -760.447 194.125,23 25 213,stand,,,
|
||||
-1022.17 -637.344 194.125,24 124 127 125,stand,,,
|
||||
-615.794 -781.649 194.125,0 27 213,stand,,,
|
||||
-742.264 -840.62 172.125,28 26 213,stand,,,
|
||||
-750.818 -1012.92 52.9675,27 29,stand,,,
|
||||
-753.745 -1093.15 49.4829,28 30 32 208,stand,,,
|
||||
-622.213 -1089.71 51.2114,31 29 208,stand,,,
|
||||
-616.064 -999.993 51.8001,30,stand,,,
|
||||
-889.084 -1081.61 47.9058,29 33,stand,,,
|
||||
-994.317 -1028.4 47.093,32 34,stand,,,
|
||||
-1317.53 -1060.47 30.9167,35 33 177 178,stand,,,
|
||||
-1317.37 -1271.65 36.125,34 36,stand,,,
|
||||
-1317.35 -1418.29 -51.0002,35 91,stand,,,
|
||||
1244.46 -613.626 32.125,193,stand,,,
|
||||
1378.12 -158.047 32.125,39 41 215,stand,,,
|
||||
1590.94 -148.24 32.125,38 40 184,stand,,,
|
||||
1598.49 171.112 32.125,39 41 183,stand,,,
|
||||
1381.14 192.799 32.125,40 38 42,stand,,,
|
||||
1154.61 216.045 42.9946,41 215 218,stand,,,
|
||||
1343.71 426.41 32.125,196,stand,,,
|
||||
736.899 310.116 28.1082,161 189,stand,,,
|
||||
659.869 35.2831 52.816,162 191 190,stand,,,
|
||||
1131.62 1882.74 152.594,47 64 145,stand,,,
|
||||
1023.79 1884.29 194.125,46 48,stand,,,
|
||||
972.851 1885.84 194.125,47 49 55,stand,,,
|
||||
719.98 1892.69 194.125,48 50 51 52,stand,,,
|
||||
800.807 1763.37 194.125,49,stand,,,
|
||||
712.79 1594.7 194.693,49 55 131,stand,,,
|
||||
276.81 1869.8 194.125,53 54 49 132,stand,,,
|
||||
65.486 1874.58 194.125,52 130 134 136 132,stand,,,
|
||||
248.854 1988.48 194.125,52,stand,,,
|
||||
966.639 1590.49 194.125,51 48 56,stand,,,
|
||||
964.166 1473.16 194.125,55 57,stand,,,
|
||||
771.065 1473.36 194.125,56 58,stand,,,
|
||||
655.989 1477.12 142.125,57 59,stand,,,
|
||||
655.018 1378.94 142.125,58 60,stand,,,
|
||||
790.583 1379 93.1365,59 61 63,stand,,,
|
||||
791.922 1281.67 94.3739,60 63,stand,,,
|
||||
512.29 1009.07 128.335,223,stand,,,
|
||||
1142.47 1358.36 92.2455,60 61 64,stand,,,
|
||||
1147.45 1518.5 105.89,63 46 144,stand,,,
|
||||
324.619 900.559 194.125,66 67 68,stand,,,
|
||||
253.756 909.605 200.215,65 67 71,stand,,,
|
||||
263.867 1053.31 194.125,66 65 133,stand,,,
|
||||
312.25 734.911 199.988,65 69 70,stand,,,
|
||||
309.132 585.625 209.196,68 72 73,stand,,,
|
||||
13.4105 730.846 194.747,68 71 76,stand,,,
|
||||
23.3261 931.145 194.125,70 66 17 128,stand,,,
|
||||
598.134 580.602 194.125,69 149 154,stand,,,
|
||||
209.366 504.743 194.125,69 74,stand,,,
|
||||
-151.791 512.691 194.125,73 75 77,stand,,,
|
||||
-154.027 604.348 194.125,74 76 78 227,stand,,,
|
||||
-153.64 736.04 194.125,75 70 78,stand,,,
|
||||
-261.685 566.838 194.125,74,stand,,,
|
||||
-263.662 641.977 194.125,75 76 79,stand,,,
|
||||
-550.572 647.558 194.536,78 19 80 210 82,stand,,,
|
||||
-605.08 420.107 192.373,79 82 83 19,stand,,,
|
||||
-719.859 199.124 216.053,12 82,stand,,,
|
||||
-713.551 428.702 201.405,7 81 80 19 79,stand,,,
|
||||
-467.831 300.005 132.475,80 160 171,stand,,,
|
||||
-544.147 -910.904 194.125,0,stand,,,
|
||||
-393.966 -829.978 192.387,0 86,stand,,,
|
||||
57.5433 -785.129 192.125,85 87,stand,,,
|
||||
308.882 -791.643 30.5736,86 117,stand,,,
|
||||
-1319.29 -1600.29 -52.7745,91 95 176,stand,,,
|
||||
-1019.5 -1232.67 -12.3842,90,stand,,,
|
||||
-1025.1 -1338.48 -11.875,89 97,stand,,,
|
||||
-1322.46 -1491.3 -52.7803,88 36 92 93 96,stand,,,
|
||||
-1407.48 -1522.59 -52.0357,91,stand,,,
|
||||
-1174.83 -1490.17 -50.4298,91 94 97,stand,,,
|
||||
-1168.69 -1390.91 -39.3854,93,stand,,,
|
||||
-1326.45 -1766.4 -48.8772,88 96,stand,,,
|
||||
-1026.66 -1748.88 -48.3942,98 99 95 91,stand,,,
|
||||
-1033.57 -1394.08 -32.0954,93 98 90 101,stand,,,
|
||||
-1035 -1533.51 -45.914,96 97 101,stand,,,
|
||||
-788.935 -1750.18 -46.3973,96 102 175,stand,,,
|
||||
-661.302 -1464.99 -49.9406,101 102 103 209,stand,,,
|
||||
-866.177 -1432.83 -49.8764,100 98 97,stand,,,
|
||||
-698.548 -1579.84 -49.6373,100 99 104,stand,,,
|
||||
-344.954 -1482.49 -50.3119,100 104 105,stand,,,
|
||||
-371.717 -1639.22 -50.2002,103 102 107,stand,,,
|
||||
-0.552557 -1448.06 -42.717,106 103 112 114,stand,,,
|
||||
10.5059 -1614.28 -46.6103,105 107 109 111,stand,,,
|
||||
-331.905 -1688.21 -50.4618,106 104 108,stand,,,
|
||||
-225.726 -1777.8 -33.9649,107,stand,,,
|
||||
224.394 -1528.77 -23.4656,106 110 112 167,stand,,,
|
||||
329.227 -1346.38 -8.56788,109 112 113 166,stand,,,
|
||||
131.262 -1792.13 -2.04921,106,stand,,,
|
||||
148.042 -1374.65 -21.6984,105 109 110 114,stand,,,
|
||||
440.22 -1169.61 14.3765,110 116 118 123,stand,,,
|
||||
132.486 -1147.91 -11.303,105 112 116,stand,,,
|
||||
134.092 -911.321 49.4483,116,stand,,,
|
||||
334.429 -1001.08 26.5169,117 114 115 113,stand,,,
|
||||
348.914 -791.595 29.8122,116 87 118,stand,,,
|
||||
536.599 -802.3 32.5316,113 117 119 122,stand,,,
|
||||
545.162 -635.908 31.4892,118 120,stand,,,
|
||||
489.183 -362.348 24.467,163 165 119,stand,,,
|
||||
909.738 -752.3 58.4706,122 192 214,stand,,,
|
||||
813.736 -865.135 43.802,121 118 123,stand,,,
|
||||
802.204 -1114.36 10.4652,113 122 174,stand,,,
|
||||
-897.858 -555.903 194.125,125 127 25 203,stand,,,
|
||||
-895.563 -244.962 194.125,124 2 13 126 25,stand,,,
|
||||
-1144.77 -249.851 194.125,125 3 127,stand,,,
|
||||
-1154.49 -515.646 194.125,126 124 25 22,stand,,,
|
||||
52.1313 1396.64 201.671,71 129 130,stand,,,
|
||||
-210.884 1394.39 194.125,128,stand,,,
|
||||
62.593 1607.01 194.125,128 132 53 135 137,stand,,,
|
||||
360.458 1612.14 197.387,51 132 133,stand,,,
|
||||
261.918 1621.24 204.778,131 133 130 52 53,stand,,,
|
||||
331.403 1310.97 194.125,131 132 67,stand,,,
|
||||
158.088 1934.94 194.125,53,stand,,,
|
||||
-215.813 1635.05 194.125,130,stand,,,
|
||||
-42.8488 1901.33 195.139,53,stand,,,
|
||||
-172.306 1860.85 204.49,130,stand,,,
|
||||
1828.76 1149.89 94.125,139 140 168,stand,,,
|
||||
1901.51 1146.18 94.125,138,stand,,,
|
||||
1832.15 1222.03 100.45,138 141,stand,,,
|
||||
1650.88 1244.49 98.0282,140 142 220,stand,,,
|
||||
1511.43 1518.54 115.538,141 143 146,stand,,,
|
||||
1370.82 1394.77 83.9473,142 144 147 221,stand,,,
|
||||
1268.39 1529.88 105.199,143 64 145,stand,,,
|
||||
1288.85 1853.29 157.738,144 46 146,stand,,,
|
||||
1699.69 1812.99 149.621,142 145 169 170,stand,,,
|
||||
1379.37 1080.83 32.5986,143 148 219 221 224,stand,,,
|
||||
1444.47 880.072 32.0871,147 195 219 224,stand,,,
|
||||
619.437 821.069 194.125,72 150 151,stand,,,
|
||||
489.701 878.597 194.125,149,stand,,,
|
||||
978.87 821.901 207.616,149 152 226,stand,,,
|
||||
1173.17 797.997 194.125,151 153 226,stand,,,
|
||||
1158.49 569.252 194.125,152 154 159,stand,,,
|
||||
941.425 569.354 194.125,153 155 72,stand,,,
|
||||
921.402 333.835 194.125,154 156,stand,,,
|
||||
728.038 328.994 194.125,155 157,stand,,,
|
||||
727.865 409.208 194.125,158 156,stand,,,
|
||||
-13.2736 406.787 194.125,157,stand,,,
|
||||
1167.5 396.183 194.125,153,stand,,,
|
||||
-68.064 25.2903 24.5273,21 83 171 212,stand,,,
|
||||
431.82 251.77 26.5775,44 162 171,stand,,,
|
||||
434.991 35.527 22.4732,161 45 163 212,stand,,,
|
||||
482.333 -214.723 25.8536,162 120 164 212,stand,,,
|
||||
738.98 -184.114 34.3709,163,stand,,,
|
||||
726.312 -385.439 35.8037,120,stand,,,
|
||||
468.038 -1493.43 2.31478,110,stand,,,
|
||||
310.887 -1704.59 -3.70223,109,stand,,,
|
||||
1872.32 1009.53 94.125,138 220,stand,,,
|
||||
1784.66 1916.66 152.717,146,stand,,,
|
||||
1843.63 1841.59 154.954,146,stand,,,
|
||||
-41.3339 136.878 24.125,161 160 83,stand,,,
|
||||
-92.5587 -401.828 32.9069,21,stand,,,
|
||||
-222.139 -390.493 30.0597,21,stand,,,
|
||||
933.788 -1300.18 25.1365,123,stand,,,
|
||||
-706.126 -1714.51 -45.875,99,stand,,,
|
||||
-1403.18 -1630.29 -54.8701,88,stand,,,
|
||||
-1491.45 -1103.28 18.2776,34,stand,,,
|
||||
-1491.67 -927.044 35.8379,34,stand,,,
|
||||
-1359.47 -394.965 194.125,22,stand,,,
|
||||
-749.085 -10.2128 194.125,12,stand,,,
|
||||
209.97 -632.793 194.125,202,stand,,,
|
||||
608.539 -543.345 194.125,201,stand,,,
|
||||
1678.39 166.555 32.125,40,stand,,,
|
||||
1688.03 -128.485 32.125,39,stand,,,
|
||||
437.618 603.665 32.125,186 229,stand,,,
|
||||
742.406 594.471 32.125,185 187 188,stand,,,
|
||||
931.418 653.236 34.3522,186 188 197 216,stand,,,
|
||||
929.748 473.885 35.7625,186 187 189 216,stand,,,
|
||||
906.074 315.078 32.125,188 190 44,stand,,,
|
||||
964.667 151.667 46.3863,189 191 45,stand,,,
|
||||
893.789 -40.6716 46.8617,190 45 214,stand,,,
|
||||
976.374 -540.201 32.125,121 193 214,stand,,,
|
||||
1103.38 -526.972 32.125,37 192 215,stand,,,
|
||||
1272.64 584.167 32.125,195 196 218 217 216,stand,,,
|
||||
1396.61 675.093 32.125,194 196 148 224,stand,,,
|
||||
1421.1 526.859 32.125,43 195 194,stand,,,
|
||||
946.049 851.05 32.125,198 187 217,stand,,,
|
||||
935.199 996.093 32.125,197 221 222,stand,,,
|
||||
-265.958 -577.338 194.125,200 204 205,stand,,,
|
||||
-57.6215 -594.291 206.974,202 199,stand,,,
|
||||
454.517 -539.804 194.125,182 202,stand,,,
|
||||
178.336 -556.494 194.125,201 200 181,stand,,,
|
||||
-656.895 -574.092 195.125,124 204,stand,,,
|
||||
-522.959 -653.413 194.125,203 199 205 0,stand,,,
|
||||
-365.681 -466.029 194.125,199 206 204,stand,,,
|
||||
-507.83 -274.742 194.125,1 205 2,stand,,,
|
||||
-690.097 -1237.13 19.4094,208 209,climb,21.1157 85.8453 0,,
|
||||
-691.24 -1207.35 66.125,207 29 30,climb,-4.9823 85.1861 0,,
|
||||
-719.406 -1334.44 -14.8506,207 100,stand,,,
|
||||
-764.769 840.962 215.867,79 19 211 14 9 15,stand,,,
|
||||
-921.191 667.054 213.35,19 8 210,stand,,,
|
||||
158.517 -228.815 22.5875,160 21 162 163,stand,,,
|
||||
-849.772 -767.68 194.125,27 26 24,stand,,,
|
||||
917.811 -304.909 32.125,191 192 121,stand,,,
|
||||
1165.14 -157.786 32.125,193 38 42,stand,,,
|
||||
1083.68 573.669 48.0797,188 187 217 218 194,stand,,,
|
||||
1172.08 720.929 32.125,197 216 194 218,stand,,,
|
||||
1153.28 436.77 44.2687,216 194 217 42,stand,,,
|
||||
1578.88 972.241 32.125,220 148 147,climb,1.26343 -1.9328 0,,
|
||||
1604.59 972.14 100.125,219 141 168,climb,0.741577 -2.14703 0,,
|
||||
1230.89 1053.43 32.125,147 143 198,stand,,,
|
||||
833.317 1035.39 32.125,223 198,climb,3.79578 176.721 0,,
|
||||
809.568 1035.38 100.125,222 62,climb,3.72986 -178.769 0,,
|
||||
1319.13 914.901 57.1393,225 147 195 148,climb,4.37256 178.671 0,,
|
||||
1295.29 914.359 232.125,226 224,climb,5.39978 -179.714 0,,
|
||||
1203.89 899.589 204.988,225 152 151,stand,,,
|
||||
-25.1636 603.043 192.125,75 228,stand,,,
|
||||
106.576 597.105 97.7133,227 229,stand,,,
|
||||
242.226 598.01 32.125,228 185,stand,,,
|
||||
|
288
scriptdata/waypoints/mp_ax_brecourt_wp.csv
Normal file
@@ -0,0 +1,288 @@
|
||||
287
|
||||
434.481 -3496.89 51.9359,1 65 158 192,stand,,,
|
||||
43.7459 -3336.46 32.4429,0 2 173 158 178 180,stand,,,
|
||||
-336.267 -3483.15 38.9666,1 66 180,stand,,,
|
||||
-912.411 -1169.36 -39.8834,4 5,stand,,,
|
||||
-1234.34 -1034.25 -10.3808,3 5 39,stand,,,
|
||||
-920.02 -1217.71 -39.9569,4 3 6,stand,,,
|
||||
-941.434 -1292.9 -37.0614,5 7 8,stand,,,
|
||||
-736.792 -1379.82 0.766693,6 8 185 43 183,stand,,,
|
||||
-928.938 -1477.46 -32.4334,7 6 9,stand,,,
|
||||
-1080 -1700.95 -34.1384,8 10,stand,,,
|
||||
-980.023 -2000.73 -15.7649,9 11 12,stand,,,
|
||||
-778.332 -2079.98 7.06384,10 12 182 179 183 185,stand,,,
|
||||
-949.304 -2171.51 -15.875,11 10 13,stand,,,
|
||||
-1022.46 -2387.93 -15.9435,12 14 22,stand,,,
|
||||
-1026.96 -2610.87 -15.8353,13 15 23,stand,,,
|
||||
-1026.96 -2630.36 16.3636,14 16,stand,,,
|
||||
-985.958 -2757.01 44.5625,15 17 18 66 179,stand,,,
|
||||
-1274.63 -2838.29 62.4552,16 18 67,stand,,,
|
||||
-1377.73 -2683.42 38.4285,17 16 19 24 240 68 67,stand,,,
|
||||
-1427.01 -2327.63 12.0884,18 24 20 237 238 240,stand,,,
|
||||
-1262.33 -2270.45 24.9589,21 19 25,stand,,,
|
||||
-1275.65 -2373.55 16.125,20 22,stand,,,
|
||||
-1273.54 -2393.13 -15.875,21 13 23,stand,,,
|
||||
-1299.87 -2577.91 -15.875,22 24 14,stand,,,
|
||||
-1319.47 -2577.91 16.125,23 18 19 240,stand,,,
|
||||
-1189.92 -1915.04 31.0927,20 26 27,stand,,,
|
||||
-1306.3 -1680.9 51.6882,25 27 235 237 239,stand,,,
|
||||
-1154.75 -1408.92 40.8439,26 25 28,stand,,,
|
||||
-1184.06 -1151.08 28.563,29 27,stand,,,
|
||||
-1408.13 -1023.61 32.6884,28 30 31,stand,,,
|
||||
-1575.16 -1068.86 34.1934,29 32 229 230,stand,,,
|
||||
-1498.24 -748.929 24.125,29 32 33,stand,,,
|
||||
-1697.85 -860.622 12.4074,31 35 30 229 228,stand,,,
|
||||
-1493.48 -729.961 -6.72728,31 34 38,stand,,,
|
||||
-1530.87 -664.524 -0.851873,33 35 38,stand,,,
|
||||
-1844.72 -706.094 22.7684,34 32 196 228 229,stand,,,
|
||||
-1408.87 -537.266 -12.7136,37 38,stand,,,
|
||||
-1330.08 -553.422 -10.5937,36 38 40,stand,,,
|
||||
-1414.11 -662.56 -14.7226,36 37 33 34 39 195,stand,,,
|
||||
-1376.52 -885.656 -15.823,38 4,stand,,,
|
||||
-1047.2 -437.125 -22.7161,37 41,stand,,,
|
||||
-672.413 -549.735 -47.0644,40 42,stand,,,
|
||||
-499.372 -726.158 -55.8929,41 43 44,stand,,,
|
||||
-422.816 -932.213 -11.454,42 44 7 186 185 189 193 194,stand,,,
|
||||
-338.75 -732.328 -55.8927,43 42 45,stand,,,
|
||||
-54.3638 -697.59 -40.3711,44 46,stand,,,
|
||||
81.0095 -746.487 -23.7548,45 47,stand,,,
|
||||
283.781 -745.672 -23.6066,46 48,stand,,,
|
||||
582.224 -813.017 -23.875,47 49 52 50 51,stand,,,
|
||||
638.896 -683.051 -10.2385,48 50,stand,,,
|
||||
775.852 -679.292 -18.1692,49 51 48 52 54,stand,,,
|
||||
848.364 -900.753 -39.875,50 52 48,stand,,,
|
||||
669.52 -964.875 -20.3092,51 53 48 50,stand,,,
|
||||
669.667 -984.429 13.0298,52 186 187,stand,,,
|
||||
799.65 -416.137 -13.875,50 55 56,stand,,,
|
||||
692.896 -313.513 -13.875,54 56,stand,,,
|
||||
792.216 -193.212 -13.875,55 54 57,stand,,,
|
||||
791.462 48.8392 5.92654,56 58 59 201 215,stand,,,
|
||||
675.126 46.1349 15.7919,59 201 57,stand,,,
|
||||
690.635 334.72 16.0315,58 57 201 203,stand,,,
|
||||
3864.59 -3080.06 -10.5134,61 100 102 101,stand,,,
|
||||
3454.8 -3207.18 33.4113,60 62 101,stand,,,
|
||||
2801.73 -3427.57 47.0099,61 63 164 155,stand,,,
|
||||
2214.06 -3541.12 53.3992,62 64 164 152 150,stand,,,
|
||||
1430.47 -3508.98 37.2852,63 65 150 151 156,stand,,,
|
||||
840.955 -3461.64 59.6049,64 0 158 156 152,stand,,,
|
||||
-750.89 -3225.48 31.9599,2 67 177 16 180 179 181,stand,,,
|
||||
-1368.93 -3046.39 61.8661,66 68 18 17,stand,,,
|
||||
-1746.91 -2681.24 44.3873,67 69 18 240,stand,,,
|
||||
-2251.95 -2206.57 39.1132,68 70 237 236 240,stand,,,
|
||||
-2348.05 -1719.27 8.46388,69 71 227 236,stand,,,
|
||||
-2599.41 -1285.7 41.6455,70 72 226 227,stand,,,
|
||||
-2688.68 -562.26 35.724,71 73 225 241,stand,,,
|
||||
-2747.74 -171.562 32.2291,72 74 225 241 242 278 277,stand,,,
|
||||
-3407.44 61.1595 32.3387,73 75 243 278,stand,,,
|
||||
-3416.68 970.154 36.4476,74 76 78 77 243 244,stand,,,
|
||||
-3814.06 990.774 47.5842,75 77,stand,,,
|
||||
-3561.44 1047.73 40.4858,76 78 75,stand,,,
|
||||
-3429.89 1149.69 43.4245,77 75 79 245,stand,,,
|
||||
-3408.25 1480.08 45.4139,78 81 80 246,stand,,,
|
||||
-3442.5 1604.88 41.2335,79 81 82 246 276,stand,,,
|
||||
-3786.27 1469.25 39.834,79 80,stand,,,
|
||||
-3123.36 1837.54 34.337,80 83 84 246 276,stand,,,
|
||||
-3040.92 2046.8 40.4001,82 84 86,stand,,,
|
||||
-2950.74 1782.37 33.0157,83 85 82 248 246,stand,,,
|
||||
-2717.76 1769.77 36.148,84 86 87 248 251,stand,,,
|
||||
-2845.78 1981.8 32.8646,85 83,stand,,,
|
||||
-2240.85 1500.95 82.6314,85 88 253 250 255 251,stand,,,
|
||||
-1726.71 1816.33 34.1627,87 89 255 256,stand,,,
|
||||
-1099.42 2165.63 45.057,88 90 256,stand,,,
|
||||
-348.763 2225.29 4.35022,89 91 257 256,stand,,,
|
||||
553.846 1855.44 -64.6165,90 92 257 209 259,stand,,,
|
||||
1545.76 1836.41 -62.5815,91 93 210 209 258,stand,,,
|
||||
1943.55 1805.02 -48.4079,92 94 210 258 268,stand,,,
|
||||
2905.11 1542.36 -68.7127,93 95 268 267 273,stand,,,
|
||||
3596.03 1076.75 -50.3299,94 96 274 273 265,stand,,,
|
||||
3978.79 212.963 -38.2924,95 97 110 106 274,stand,,,
|
||||
4100.85 -629.298 4.92864,96 98 106 110,stand,,,
|
||||
3929.7 -1176.02 -24.7862,97 99 105 106 108,stand,,,
|
||||
4104.92 -1824.12 11.4692,98 100 104 105,stand,,,
|
||||
4109.74 -2450.94 53.0531,99 60 102,stand,,,
|
||||
3317.56 -2655.82 36.9781,61 102 103 167 168 60,stand,,,
|
||||
3873.1 -2487.27 64.6452,100 101 104 60,stand,,,
|
||||
3421.45 -2162.43 12.5475,101 104 105 107 167,stand,,,
|
||||
3805.64 -2143.26 25.7285,103 102 99 105,stand,,,
|
||||
3607.16 -1626.83 -43.2519,99 103 98 106 104 107 108,stand,,,
|
||||
3757.52 -631.18 -73.3459,98 105 109 97 96 110 108,stand,,,
|
||||
3054.76 -1663.29 -8.26293,103 105 143 144 146 167 145,stand,,,
|
||||
3238.06 -1261.79 14.9014,105 109 143 98 106,stand,,,
|
||||
3257.85 -493.919 30.2519,108 106 110 139 140 140 138,stand,,,
|
||||
3462.56 21.6477 -65.0877,97 111 96 109 106 272 265 274,stand,,,
|
||||
2861.93 -1.87414 25.0148,110 140 264 265 272,stand,,,
|
||||
1179.34 -768.102 -36.875,113 119,stand,,,
|
||||
1180.82 -890.94 -37.875,112 114 115 116,stand,,,
|
||||
1404.35 -901.136 -39.6158,113 120 121 121 122,stand,,,
|
||||
1228.87 -1076.09 -35.875,113 116 118,stand,,,
|
||||
1140.32 -995.221 -35.875,113 117 115 118,stand,,,
|
||||
993.828 -905.463 -35.875,116 118 119 119,stand,,,
|
||||
1062.07 -1028.73 -35.875,117 115 116,stand,,,
|
||||
1072.33 -805.968 -37.875,117 112 117,stand,,,
|
||||
1408.73 -972.473 -38.3921,114 122,stand,,,
|
||||
1408.58 -814.125 -39.2877,114 114,stand,,,
|
||||
1495.73 -907.778 -38.8561,120 114 124,stand,,,
|
||||
1704.02 -1050.87 -2.32493,124 131 132,stand,,,
|
||||
1652.08 -914.657 -20.399,123 122 125 131,stand,,,
|
||||
1631.51 -557.805 -15.8766,124 126 129,stand,,,
|
||||
1627.24 -538.676 16.125,125 127,stand,,,
|
||||
1414.94 -434.859 82.989,126 128,stand,,,
|
||||
2065.68 -447.612 58.6355,127 130 139,stand,,,
|
||||
1817.52 -561.22 -15.8351,130 125 131,stand,,,
|
||||
1837.07 -561.22 16.125,128 129,stand,,,
|
||||
1789.38 -882.469 -15.875,129 123 124 133,stand,,,
|
||||
1704.73 -1080.66 16.125,123 275 147 166 280,stand,,,
|
||||
2197.72 -923.148 -39.9031,131 134 281,stand,,,
|
||||
2405.79 -968.278 -39.9367,133 135,stand,,,
|
||||
2822.7 -841.706 -15.875,134 136,stand,,,
|
||||
2945.52 -890.802 -9.41905,137 135 141 144 142,stand,,,
|
||||
2968.12 -727.27 -15.731,136 138,stand,,,
|
||||
2963.66 -708.197 16.125,137 139 140 109,stand,,,
|
||||
2786.7 -623.612 39.8187,138 128 109,stand,,,
|
||||
3173.99 -306.575 35.5305,138 109 111 109 265,stand,,,
|
||||
3141.99 -1018.66 -15.875,136 142,stand,,,
|
||||
3105.44 -1080.52 -15.875,141 136 143,stand,,,
|
||||
3106.3 -1315.49 -9.63004,144 142 107 145 108 282,stand,,,
|
||||
2997.28 -1461.85 -11.0465,143 136 107 145 146,stand,,,
|
||||
2443.12 -1351.05 83.3754,144 143 146 166 107 275 280 282,stand,,,
|
||||
2341.41 -1864.8 -12.8673,107 145 166 153 165 167 149 275 144,stand,,,
|
||||
1474.54 -1571.41 39.5056,148 166 132 275 149 280,stand,,,
|
||||
1124.16 -1930.05 11.9564,147 149 166 170 161 169,stand,,,
|
||||
1472.31 -2374.88 35.3822,148 150 153 146 161 172 147 169 286,stand,,,
|
||||
1735.84 -3027.42 32.1229,149 64 155 152 164 172 63 284 283,stand,,,
|
||||
1258.34 -3119.33 39.7984,64 152 156,stand,,,
|
||||
1475.3 -3124.5 32.125,151 150 63 172 65,stand,,,
|
||||
2109.07 -2470.68 34.5717,149 154 166 146 165 283,stand,,,
|
||||
2019.13 -2763.05 35.8302,153 155 165,stand,,,
|
||||
2308.99 -2997.07 32.1217,154 150 62 165 168,stand,,,
|
||||
984.473 -3203.81 44.8253,151 157 158 159 163 64 65,stand,,,
|
||||
637.634 -3119.32 40.2083,156 158 163,stand,,,
|
||||
653.564 -3284.33 56.436,157 156 65 0 173 163 1,stand,,,
|
||||
1036.88 -2767.13 34.5991,156 160 163,stand,,,
|
||||
873.176 -2767.13 32.125,159 161 162 163,stand,,,
|
||||
873.582 -2700.5 27.9693,160 149 169 148 171 191 190,stand,,,
|
||||
627.125 -3073.4 33.2678,160 163,stand,,,
|
||||
950.098 -3100.15 23.1905,162 157 156 160 159 158,stand,,,
|
||||
2355.28 -3280.5 32.2619,63 150 62 168,stand,,,
|
||||
2410.37 -2494.62 32.125,155 154 153 146 168,stand,,,
|
||||
1869.46 -1725.02 24.7089,153 146 147 148 145 275 132,stand,,,
|
||||
2925.8 -2208.21 68.0889,146 103 101 107 168,stand,,,
|
||||
2929.02 -2740.25 5.76819,167 155 164 101 165,stand,,,
|
||||
794.913 -2092.79 15.4501,161 170 148 190 191 149,stand,,,
|
||||
822.78 -1643.77 23.5716,169 148 187 188,stand,,,
|
||||
1106.03 -2739.11 42.3487,161 172,stand,,,
|
||||
1490.62 -2734.29 37.8144,171 150 149 152 286,stand,,,
|
||||
248.834 -3162.22 35.2591,1 174 178 158 192,stand,,,
|
||||
77.3768 -2814.13 32.1076,173 175 192,stand,,,
|
||||
-127.06 -2793.14 50.125,174 176 177 178 184 180 191,stand,,,
|
||||
-221.123 -2719.13 46.7492,175 177,stand,,,
|
||||
-400.415 -2908.84 33.7605,176 175 178 66 180 181,stand,,,
|
||||
-115.139 -3102.1 31.7095,175 173 1 177,stand,,,
|
||||
-832.047 -2732.83 36.8291,16 11 66 181 182,stand,,,
|
||||
-369.203 -3236.07 32.1118,66 1 2 177 175,stand,,,
|
||||
-549.485 -2798.36 37.4473,177 182 66 179,stand,,,
|
||||
-541.933 -2470.95 40.1247,181 11 179 184 183,stand,,,
|
||||
-310.442 -2158.86 10.4606,184 182 11 188 185 189 7 190,stand,,,
|
||||
11.4304 -2444.16 32.8803,183 182 188 175 191,stand,,,
|
||||
-431.074 -1630.58 15.8081,11 7 183 43 193,stand,,,
|
||||
206.569 -1166.37 41.6725,43 53 187 188 193,stand,,,
|
||||
706.604 -1421.64 13.9323,53 170 186 188 190 193,stand,,,
|
||||
147.219 -1880.76 60.8123,186 187 170 183 189 184 191 190,stand,,,
|
||||
-139.72 -1732.49 21.8723,43 188 193 183,stand,,,
|
||||
560.674 -2032.31 28.8322,169 191 188 187 193 161 183,stand,,,
|
||||
575.134 -2676.77 40.4477,190 169 161 192 175 184 188,stand,,,
|
||||
533.614 -2835.36 41.8316,191 174 173 0,stand,,,
|
||||
43.0966 -1435.45 41.8848,187 189 43 190 186 185,stand,,,
|
||||
-760.56 -992.941 39.9124,43 195,stand,,,
|
||||
-1350.39 -721.703 24.125,194 38,stand,,,
|
||||
-2032.81 -653.345 33.5851,35 197 225 226 241 228 229,stand,,,
|
||||
-2099.47 -49.1303 10.854,196 198 223 224 225 250,stand,,,
|
||||
-1276.81 186.993 38.1685,197 199 221 223 222,stand,,,
|
||||
-623.282 78.7743 77.6454,198 200 220 221,stand,,,
|
||||
91.6239 178.633 25.8306,199 202 219 220 252,stand,,,
|
||||
617.915 195.865 22.2754,202 58 59 57,stand,,,
|
||||
598.995 200.754 57.125,200 201 219,stand,,,
|
||||
815.168 665.482 -24.1335,59 204 216 218,stand,,,
|
||||
879.918 1095 -26.9129,203 205 207 206,stand,,,
|
||||
990.284 1219.1 -19.0505,204 206 207,stand,,,
|
||||
905.726 1322.3 -24.2596,205 207 208 204,stand,,,
|
||||
779.096 1227.83 -24.8264,206 204 205,stand,,,
|
||||
893.745 1347.47 9.125,206 209 259,stand,,,
|
||||
1086.5 1543.67 -59.7345,208 210 91 211 92 259,stand,,,
|
||||
1423.84 1510.13 -92.8088,209 92 211 93 258,stand,,,
|
||||
1283.67 1297.9 -39.4883,210 212 209 258,stand,,,
|
||||
1130.91 803.702 -31.9772,211 213 217 258 269,stand,,,
|
||||
1107.27 228.543 38.859,212 214 263 269,stand,,,
|
||||
982.51 65.6175 87.036,213 215,stand,,,
|
||||
802.802 52.7786 57.125,214 57,stand,,,
|
||||
915.972 784.052 -19.6487,203 217,stand,,,
|
||||
931.68 778.888 9.125,216 212,stand,,,
|
||||
778.364 677.725 9.125,203 219 262,stand,,,
|
||||
330.874 728.637 -73.2004,218 220 200 202 262,stand,,,
|
||||
-158.03 736.211 -68.1939,219 199 200 222 262 260,stand,,,
|
||||
-1222.43 575.985 -61.0197,199 222 198 223 252 253 254,stand,,,
|
||||
-750.316 761.955 -51.0973,220 221 198 252 254 261 260,stand,,,
|
||||
-1742.05 587.101 -41.8939,221 197 250 224 251 198 254,stand,,,
|
||||
-2397.66 346.4 -3.22561,197 225 242 223 250,stand,,,
|
||||
-2420.82 -330.713 4.03698,224 72 73 196 241 197,stand,,,
|
||||
-2288.09 -973.053 14.8678,196 71 228 229 241,stand,,,
|
||||
-2327.75 -1481.05 28.1918,71 228 236 70,stand,,,
|
||||
-2044.14 -1300.01 43.0377,227 229 226 236 32 35 196,stand,,,
|
||||
-1738.33 -1123.84 35.1582,228 30 234 236 32 35 226 241 196 279,stand,,,
|
||||
-1496.69 -1167.83 46.3071,30 231 232,stand,,,
|
||||
-1312.13 -1243.87 50.125,230,stand,,,
|
||||
-1447.36 -1348.83 41.2481,230 233 234 279,stand,,,
|
||||
-1312.13 -1282.13 50.125,232 234,stand,,,
|
||||
-1566.5 -1595.88 50.125,233 235 232 229,stand,,,
|
||||
-1566.97 -1667.97 38.5014,234 237 26,stand,,,
|
||||
-1894.49 -1747.43 2.78535,229 227 70 237 69 240 228,stand,,,
|
||||
-1675.24 -1878.6 -7.67982,236 235 26 19 239 69 240,stand,,,
|
||||
-1338.42 -1947 32.4434,19 239,stand,,,
|
||||
-1414.43 -1809.61 36.0946,238 26 237,stand,,,
|
||||
-1671.5 -2354.79 32.2795,236 237 19 69 18 68 24,stand,,,
|
||||
-2360.98 -546.592 -2.31344,226 225 72 196 229 73,stand,,,
|
||||
-2570.89 337.986 26.2356,224 73 243 249 277,stand,,,
|
||||
-3011.82 553.183 32.6441,242 75 249 74 278,stand,,,
|
||||
-2958.8 978.754 41.7884,75 245 247 249,stand,,,
|
||||
-3087.53 1078.31 41.3272,78 244 246 247,stand,,,
|
||||
-2986.11 1383.81 23.4192,245 247 82 248 84 80 79,stand,,,
|
||||
-2812.56 1225.18 20.581,246 248 244 245 249,stand,,,
|
||||
-2747.86 1428.09 16.9429,247 85 246 84 251,stand,,,
|
||||
-2503.59 1063.02 -2.73322,247 243 242 250 251 253 277 244,stand,,,
|
||||
-2316.68 923.803 -23.4784,249 223 224 251 87 253 255 197,stand,,,
|
||||
-2450.39 1236.24 -0.197223,250 85 249 248 223 253 87 255,stand,,,
|
||||
-198.104 382.788 12.6056,222 200 221,stand,,,
|
||||
-1547.73 1064.96 16.9802,221 87 250 251 249 255,stand,,,
|
||||
-1280.95 1130.83 62.7136,222 221 255 256 223 261,stand,,,
|
||||
-1638.61 1353.03 -7.40217,254 87 251 253 88 256 250,stand,,,
|
||||
-896.059 1829.38 -50.6025,88 89 254 257 261 90 255,stand,,,
|
||||
10.9914 1543.73 -103.636,256 91 260 261 259 262 90,stand,,,
|
||||
1650.97 1279.59 -103.877,93 211 210 268 212 269 92 270,stand,,,
|
||||
686.294 1629.89 -87.4188,208 209 91 257 262,stand,,,
|
||||
-305.732 1172.22 -66.4243,257 261 220 222 262,stand,,,
|
||||
-776.36 1259.5 66.959,260 256 222 254 257,stand,,,
|
||||
366.424 1112.06 -100.575,218 219 259 257 220 260,stand,,,
|
||||
1790.59 31.0692 71.8674,213 264 269 271,stand,,,
|
||||
2471 29.9673 7.99284,263 111 271 272 266,stand,,,
|
||||
3217.68 562.524 -97.5375,111 266 110 273 274 95 140,stand,,,
|
||||
2722.43 729.341 -139.001,265 267 268 271 272 270 264,stand,,,
|
||||
2667.45 1193.56 -131.246,266 268 273 94,stand,,,
|
||||
2346.53 1486.49 -72.5859,267 258 270 94 93 266,stand,,,
|
||||
1612.45 688.883 -104.332,212 263 213 258 270 271,stand,,,
|
||||
2197.05 971.823 -22.1719,258 268 271 269 266,stand,,,
|
||||
2215.1 489.356 -16.9384,266 270 269 263 264 272,stand,,,
|
||||
2928.08 362.115 -72.7782,264 111 266 271 110 273,stand,,,
|
||||
3020.86 976.441 -122.08,265 267 94 274 95 272,stand,,,
|
||||
3590.01 565.454 -112.473,273 95 110 96 265,stand,,,
|
||||
2121.24 -1418.62 70.3548,166 146 145 132 147 280,stand,,,
|
||||
-3413.07 1856.03 38.6056,80 82,stand,,,
|
||||
-2706.33 71.2617 32.125,242 278 73 249,stand,,,
|
||||
-2892.61 212.037 39.3663,277 243 73 74,stand,,,
|
||||
-1579.38 -1422.52 44.1634,229 232,stand,,,
|
||||
2143.8 -1094.93 33.8226,132 145 147 281 275 282,stand,,,
|
||||
2182.76 -963.027 16.4606,133 280,stand,,,
|
||||
2728.6 -1259.54 36.8695,280 143 145,stand,,,
|
||||
1887.73 -2586.19 30.3914,153 150 285 284,stand,,,
|
||||
1974.2 -2711.57 37.8055,150 283,stand,,,
|
||||
1719.13 -2586.07 37.6685,283 286,stand,,,
|
||||
1658.03 -2586.93 42.6203,285 149 172,stand,,,
|
||||
|
229
scriptdata/waypoints/mp_bgate_wp.csv
Normal file
@@ -0,0 +1,229 @@
|
||||
228
|
||||
-1666 -2080 44.625,63,stand,,,
|
||||
-379.765 -3131.02 39.125,94 93,stand,,,
|
||||
289.019 -2324.72 29.325,92 139,stand,,,
|
||||
446.787 -1822.79 58.5041,137 143,stand,,,
|
||||
-1186 -2012 31.2232,77 78,stand,,,
|
||||
-779.022 -1531.76 26.0913,80 79,stand,,,
|
||||
-1402 924 0.125,46,stand,,,
|
||||
-1064.72 1733.02 0.125,41 43 45,stand,,,
|
||||
1010.44 1682.89 13.125,203 205,stand,,,
|
||||
958.019 547 12.125,113,stand,,,
|
||||
-32 586 4.125,163 164 154 175,stand,,,
|
||||
256 1714 -21.8742,170 171 219,stand,,,
|
||||
-1454.02 649 5.82057,48,stand,,,
|
||||
1314 384 2.75775,115,stand,,,
|
||||
-983.765 115.022 4.13776,49 81,stand,,,
|
||||
-1329 -878.019 0.625,84 83,stand,,,
|
||||
1201 -906.019 -141.224,147 150,stand,,,
|
||||
1314.79 -1954.79 8.56004,141,stand,,,
|
||||
-1386.79 -3114.79 37.1256,75 73,stand,,,
|
||||
-942 -1182 -0.504784,66 87 88,stand,,,
|
||||
745 -265.981 0.125,133 160,stand,,,
|
||||
-149.213 -2798.79 25.8662,91 140 210,stand,,,
|
||||
-878.787 -2326.79 27.0074,77,stand,,,
|
||||
1142 1116 10.2735,130,stand,,,
|
||||
-764.793 1275.43 -10.0899,42 44 166 178,stand,,,
|
||||
-191.765 1395.02 -7.87299,206,stand,,,
|
||||
-957 2138.02 -21.875,40 41 169,stand,,,
|
||||
945 2378.02 -23.873,32 131 195,stand,,,
|
||||
626 772 1.19531,111,stand,,,
|
||||
-576 2574 -16.6773,38 39,stand,,,
|
||||
-1186.02 1113 3.95683,46 200,stand,,,
|
||||
542.525 2547.3 -32.0531,32 33,stand,,,
|
||||
701.641 2331.47 -21.4262,31 27 34,stand,,,
|
||||
366.705 2493.89 -19.8889,31 34 35,stand,,,
|
||||
501.665 2133.8 -29.8104,33 32 131 180 195,stand,,,
|
||||
91.835 2511.38 -17.606,33 36,stand,,,
|
||||
-70.7481 2226.89 -21.873,35 37 181,stand,,,
|
||||
-241.776 2330.35 -12.1155,36 38,stand,,,
|
||||
-416.278 2438.41 -13.0004,37 29,stand,,,
|
||||
-662.5 2441.83 -28.453,29 40,stand,,,
|
||||
-674.806 2149.9 -28.2244,39 26 169 182,stand,,,
|
||||
-1000.84 1948.32 -28.0271,26 7 169 227,stand,,,
|
||||
-694.112 1473.49 -12.4728,43 24 168,stand,,,
|
||||
-876.951 1576.99 0.125,42 7 45,stand,,,
|
||||
-989.628 1245.25 -1.91526,24 45 199,stand,,,
|
||||
-1029.73 1465.67 0.125,44 7 43,stand,,,
|
||||
-1229.74 891.019 0.125001,47 6 30 200,stand,,,
|
||||
-1065.39 755.647 0.125001,46 48 179,stand,,,
|
||||
-1122.65 413.726 -9.26308,47 49 12 174,stand,,,
|
||||
-1203.61 130.962 0.625,48 50 14 81,stand,,,
|
||||
-1351.24 -6.98925 1.40489,49 51,stand,,,
|
||||
-1355.13 -167.859 81.8396,50 52,stand,,,
|
||||
-1362.16 -398.588 160.125,51 53 198,stand,,,
|
||||
-1365.98 -843.949 160.125,52 54,stand,,,
|
||||
-977.438 -902.206 170.705,53 55 198,stand,,,
|
||||
-959.922 -1175.37 168.125,54 56,stand,,,
|
||||
-949.563 -1469.79 187.125,55 57,stand,,,
|
||||
-1154.85 -1678.88 187.625,56 58,stand,,,
|
||||
-1420.41 -1938.85 187.625,57 59,stand,,,
|
||||
-1385.08 -2159.8 187.625,58 60,stand,,,
|
||||
-1460.99 -2233.95 187.625,59 61 68,stand,,,
|
||||
-1669.11 -2428.85 187.625,60 62,stand,,,
|
||||
-1761.17 -2308.87 158.625,61 63,stand,,,
|
||||
-1594.65 -2162.63 44.625,62 64 0 67,stand,,,
|
||||
-1408.74 -1987.3 44.625,63 65 67,stand,,,
|
||||
-1089.56 -1743.08 44.625,64 66 78,stand,,,
|
||||
-971.683 -1462.9 44.625,65 19,stand,,,
|
||||
-1423.16 -2272.11 44.625,64 63 76,stand,,,
|
||||
-1654.53 -2059.11 187.625,60 69,stand,,,
|
||||
-1922.39 -2309.91 186.125,68 70,stand,,,
|
||||
-1927.26 -2422 186.125,69 71,stand,,,
|
||||
-1749.82 -2607.49 33.8661,70 72 73,stand,,,
|
||||
-1569.11 -2642.76 34.468,71 73 76,stand,,,
|
||||
-1408.01 -2908.14 32.3897,74 18 72 71,stand,,,
|
||||
-1107.48 -2880.42 27.5417,73 75 104 105,stand,,,
|
||||
-1126.63 -3124.06 31.8554,74 18,stand,,,
|
||||
-1313.67 -2396.14 33.3409,72 77 104 67,stand,,,
|
||||
-1071.62 -2161.53 39.1084,76 78 22 4,stand,,,
|
||||
-1005.12 -1888.6 28.7069,77 79 4 65,stand,,,
|
||||
-749.672 -1700.03 24.6836,78 80 5,stand,,,
|
||||
-416.418 -1631.07 10.7661,79 5 89,stand,,,
|
||||
-1164.44 -264.287 0.624998,49 14 82 85,stand,,,
|
||||
-1297.89 -444.769 0.624997,81 83,stand,,,
|
||||
-1319.76 -709.799 0.624997,82 84 15,stand,,,
|
||||
-1021.63 -786.281 0.625,83 15 85 86,stand,,,
|
||||
-1051.42 -483.347 0.624998,81 84,stand,,,
|
||||
-829.918 -801.854 0.125,84 87 159 189,stand,,,
|
||||
-801.62 -1129.74 0.0982471,86 19 88,stand,,,
|
||||
-618.317 -1342.24 8.125,87 89 193 19,stand,,,
|
||||
-296.199 -1500.64 6.125,88 80 90 188,stand,,,
|
||||
-214.071 -1820.31 12.6616,89 103 107 138 188,stand,,,
|
||||
-327.318 -2739.37 29.1717,92 21 93 102,stand,,,
|
||||
21.5047 -2631.49 29.325,91 2 140,stand,,,
|
||||
-387.977 -2923.15 39.125,91 94 1,stand,,,
|
||||
-579.93 -3112.22 39.125,93 95 100 1,stand,,,
|
||||
-625.759 -3296.1 39.125,94 96 100,stand,,,
|
||||
-378.973 -3376.01 39.125,95 97,stand,,,
|
||||
-121.32 -3138.87 167.125,96 98,stand,,,
|
||||
-317.006 -2971.1 175.125,97 99 211,stand,,,
|
||||
-641.382 -3018.49 175.125,98,stand,,,
|
||||
-783.786 -3116.09 39.125,95 94 105,stand,,,
|
||||
-642.316 -2803.56 38.125,102 105,stand,,,
|
||||
-408.897 -2537.27 28.0603,101 103 91,stand,,,
|
||||
-278.028 -2201.18 19.2137,102 90 106 138,stand,,,
|
||||
-1033.56 -2646.86 27.7975,74 76 105 106,stand,,,
|
||||
-860.457 -3023.43 38.125,101 100 74 104,stand,,,
|
||||
-715.486 -2341.91 24.125,104 107 103,stand,,,
|
||||
-470.094 -2098.21 22.3167,106 90,stand,,,
|
||||
382.827 1579.84 -15.279,109 131 171 201 202,stand,,,
|
||||
377.533 1194.72 -7.05535,108 110 183 209,stand,,,
|
||||
396.337 988.38 -1.45413,111 109 164,stand,,,
|
||||
464.405 861.77 -9.37591,110 112 28 183,stand,,,
|
||||
517.772 638.659 1.125,111 113 152 164,stand,,,
|
||||
952.575 633.566 12.125,112 114 129 9,stand,,,
|
||||
1226.94 538.248 12.125,113 115,stand,,,
|
||||
1129.19 286.594 -1.26156,114 13 116 153,stand,,,
|
||||
1131.64 133.289 1.33112,115 117 149,stand,,,
|
||||
970.924 -6.06758 10.0606,116 118 132,stand,,,
|
||||
787.683 -25.3076 97.9695,117 119 122,stand,,,
|
||||
780.662 -147.597 128.125,118 120,stand,,,
|
||||
900.401 -158.841 154.991,119 121,stand,,,
|
||||
904.347 -443.755 163.571,120,stand,,,
|
||||
773.597 199.366 166.125,118 123,stand,,,
|
||||
761.692 621.949 152.125,122 124,stand,,,
|
||||
806.905 861.134 152.125,123 125,stand,,,
|
||||
1034.6 878.963 152.125,124 126,stand,,,
|
||||
1234.1 644.078 152.125,125 127,stand,,,
|
||||
1241.13 743.546 150.844,126 128,stand,,,
|
||||
1246.34 921.331 15.4925,127 129,stand,,,
|
||||
917.592 887.783 12.125,128 130 113,stand,,,
|
||||
936.651 1110.26 3.7301,129 23 183 205,stand,,,
|
||||
632.233 1814.98 -24.7998,34 27 108 180 194 201,stand,,,
|
||||
962.305 -514.629 0.624999,117 133 196,stand,,,
|
||||
749.295 -502.144 6.54451,132 20 134 160,stand,,,
|
||||
636.107 -802.598 7.125,133 135 186 160 185,stand,,,
|
||||
556.554 -1231.63 6.125,134 136 145 187,stand,,,
|
||||
279.202 -1433.76 3.23943,135 137 145,stand,,,
|
||||
195.074 -1708.09 54.125,136 3 138 143,stand,,,
|
||||
110.177 -1951.76 13.8081,137 139 90 103,stand,,,
|
||||
90.2228 -2222.52 36.3734,138 140 2,stand,,,
|
||||
-40.4938 -2533.61 29.325,139 92 21,stand,,,
|
||||
1047.55 -1941.2 7.83339,17 142 144,stand,,,
|
||||
823.199 -1921.77 56.125,141 143,stand,,,
|
||||
571.305 -1755.37 56.125,142 137 3,stand,,,
|
||||
967.455 -1658.45 8.56934,141 145 146,stand,,,
|
||||
602.658 -1475.11 5.69176,144 135 136,stand,,,
|
||||
1087.01 -1424.71 -15.3693,144 151,stand,,,
|
||||
1192.9 -677.93 -118.982,148 16 197,stand,,,
|
||||
1160.09 -303.469 -54.3725,147 149,stand,,,
|
||||
1219.08 -5.13514 11.311,148 116,stand,,,
|
||||
1112.67 -961.963 -154.786,16 151 197,stand,,,
|
||||
1103.32 -1157.46 -117.912,150 146,stand,,,
|
||||
608.547 370.313 2.48577,112 153 154,stand,,,
|
||||
863.691 357.45 -1.7074,152 115,stand,,,
|
||||
317.203 288.405 2.88252,152 155 176 10,stand,,,
|
||||
282.998 -239.827 5.28096,154 156 160 185,stand,,,
|
||||
16.6109 -277.824 0.125,155 157 177 191 185,stand,,,
|
||||
-276.16 -291.873 5.79267,156 158 192,stand,,,
|
||||
-537.656 -343.487 3.5392,157 159,stand,,,
|
||||
-809.356 -583.935 -2.36909,158 86 190,stand,,,
|
||||
494.548 -344.518 4.12649,20 155 133 134,stand,,,
|
||||
-318.928 1180.51 -5.49607,162 166 206,stand,,,
|
||||
-159.821 885.315 -6.31138,161 163 173 212,stand,,,
|
||||
-194.483 734.017 1.1073,162 10 165 175,stand,,,
|
||||
149.305 758.451 1.125,10 110 173 112,stand,,,
|
||||
-431.002 969.021 -1.29689,163 166 178,stand,,,
|
||||
-440.93 1180.8 -8.20964,165 161 24 167,stand,,,
|
||||
-436.768 1595.84 -17.0478,166 168 207,stand,,,
|
||||
-686.105 1754.08 -24.0836,167 42 169 182,stand,,,
|
||||
-790.884 1903.96 -28.2162,40 168 41 26,stand,,,
|
||||
-73.9027 1705.67 -15.2961,11 181 208,stand,,,
|
||||
246.699 1592.35 -13.0519,11 108 172 219,stand,,,
|
||||
245.299 1171.16 -4.83131,171 173 209,stand,,,
|
||||
45.5214 891.49 -7.88983,172 164 162 212,stand,,,
|
||||
-753.914 442.881 -10.3642,48 175,stand,,,
|
||||
-471.799 386.808 1.88409,174 176 178 10 192 163,stand,,,
|
||||
-122.618 287.942 2.00922,175 154 177,stand,,,
|
||||
-42.3974 -10.8459 0.125001,176 156,stand,,,
|
||||
-661.679 796.451 -3.33492,175 24 179 165,stand,,,
|
||||
-920.086 837.799 0.125001,178 47 200,stand,,,
|
||||
314.788 2043.33 -31.7612,34 181 131 202,stand,,,
|
||||
97.5297 1982.8 -29.7689,180 182 36 170,stand,,,
|
||||
-312.089 1828.25 -21.873,181 168 40,stand,,,
|
||||
661.539 1133.73 -6.8603,109 130 111 184,stand,,,
|
||||
610.989 1423.4 -10.8319,183 201,stand,,,
|
||||
287.784 -579.106 0.124197,155 186 156 134,stand,,,
|
||||
331.025 -731.944 11.1751,185 187 134,stand,,,
|
||||
340.923 -1076.52 5.23817,186 188 135,stand,,,
|
||||
-5.51735 -1341.7 1.86696,187 193 89 90,stand,,,
|
||||
-434.178 -869.666 5.55391,190 86 193,stand,,,
|
||||
-338.688 -634.844 8.10186,189 191 159,stand,,,
|
||||
-159.352 -480.992 0.230514,190 156,stand,,,
|
||||
-354.888 134.119 2.4362,157 175,stand,,,
|
||||
-346.188 -1184.8 1.21325,188 189 88,stand,,,
|
||||
1074.38 1926.24 -29.3968,131 195,stand,,,
|
||||
941.045 2058.56 -23.7867,194 27 34,stand,,,
|
||||
952.93 -626.733 -15.9265,132 197,stand,,,
|
||||
1003.1 -804.959 -132.684,196 147 150,stand,,,
|
||||
-1015.24 -465.287 160.125,54 52,stand,,,
|
||||
-1093.16 1200.21 9.19876,44 200,stand,,,
|
||||
-1098.33 1115.93 12.3994,199 30 179 46,stand,,,
|
||||
641.465 1644.99 -11.875,184 108 131 203,stand,,,
|
||||
418.536 1788.6 -29.6953,180 108,stand,,,
|
||||
728.701 1642.24 13.44,201 8 204,stand,,,
|
||||
797.071 1372.28 13.125,203 205,stand,,,
|
||||
966.275 1327.95 15.125,204 8 130,stand,,,
|
||||
-256.851 1393.58 -8.06519,25 161 207,stand,,,
|
||||
-327.706 1586.48 -13.4106,206 167 208 218,stand,,,
|
||||
-258.982 1670.09 -13.0178,170 207 218,stand,,,
|
||||
306.709 1170.56 12.125,172 109,stand,,,
|
||||
-192.246 -2833.96 27.096,211 21,climb,-5.76233 -141.884 1.17554,,
|
||||
-200.344 -2843.06 181.125,98 210,climb,-3.87817 -139.506 1.4447,,
|
||||
-40.0369 960.097 -7.875,162 173 213,stand,,,
|
||||
-33.4209 1125.53 40.125,212 214 215,stand,,,
|
||||
-106.247 1207.35 40.125,213 217,stand,,,
|
||||
46.8362 1196.44 40.125,213 216,stand,,,
|
||||
53.2505 1310.6 40.125,215 217 219,stand,,,
|
||||
-117.401 1313.56 40.125,216 214 218,stand,,,
|
||||
-128.692 1498.92 40.125,217 207 208,stand,,,
|
||||
66.2635 1497.02 40.125,216 171 11,stand,,,
|
||||
-929.945 931.217 176.125,221,stand,,,
|
||||
-919.521 1175.83 187.043,220 222,stand,,,
|
||||
-921.038 1368.91 188.584,221 223,stand,,,
|
||||
-1124.39 1486 136.386,222 224,stand,,,
|
||||
-1173.43 1607.85 136.125,223 225,stand,,,
|
||||
-1178.67 1724.53 72.125,224 226,stand,,,
|
||||
-1229.29 1809.32 72.125,225 227,stand,,,
|
||||
-1112.68 1906.87 8.51604,226 41,stand,,,
|
||||
|
448
scriptdata/waypoints/mp_bloc_wp.csv
Normal file
@@ -0,0 +1,448 @@
|
||||
447
|
||||
-1512.7 -3847.98 18.6797,1 2 7 6,stand,5.35034 -37.6172 0,,
|
||||
-1270.12 -3989 0.125,0 2 4 6 7 3 5,stand,11.4148 -86.5778 0,,
|
||||
-1548.75 -4087.2 41.738,1 3 0 4 85,stand,20.1215 -82.0074 0,,
|
||||
-1493.56 -4274.53 25.6051,2 4 83 85 1,stand,18.3417 66.0114 0,,
|
||||
-1258.98 -4277.14 0.124999,3 1 2 5 83 86 72 7,stand,35.3979 61.6553 0,,
|
||||
-1104.6 -4180.6 5.47996,4 11 1,stand,25.7629 -16.2927 0,,
|
||||
-828.759 -4007.1 0.125,1 7 0 8 9 11,stand,16.4136 125.305 0,,
|
||||
-931.923 -3822 0.221378,6 1 0 11 4,stand,13.1287 -85.4077 0,,
|
||||
-512.138 -4054.87 4.125,6 9 10 11,stand,19.1931 3.50464 0,,
|
||||
-384.406 -3850.95 0.216558,8 10 6 12 13,stand,4.20776 -38.7433 0,,
|
||||
-254.297 -4072.55 4.125,9 8 12 13 15 57 446,stand,9.91516 157.747 0,,
|
||||
-968.224 -4154.67 0.125,5 7 6 8,stand,36.8262 173.65 0,,
|
||||
87.4985 -3871.88 5.58763,10 9 13 57,stand,13.6285 -152.078 0,,
|
||||
116.932 -4117.08 7.02786,9 10 12 14 16 446,stand,10.7007 158.533 0,,
|
||||
68.6721 -4421.35 17.7984,13 15 16 18 57 446,stand,11.9861 151.408 0,,
|
||||
-192.85 -4364.12 0.125001,14 10 16 17 57 446,stand,12.4146 -108.6 0,,
|
||||
-71.7909 -4522.62 12.9505,15 17 14 19 20 57 13 446,stand,24.6204 -163.696 0,,
|
||||
-205.879 -4625.66 0.125,16 15 18 19 24,stand,23.8348 75.7617 0,,
|
||||
76.2846 -4700.45 15.7009,14 17 19 20,stand,19.4073 101.81 0,,
|
||||
-233.366 -4876.04 0.125,17 16 18 20 24 25 26,stand,13.9856 58.689 0,,
|
||||
34.0419 -4958.87 0.222063,19 16 18 21,stand,17.5562 115.653 0,,
|
||||
36.2545 -4988.42 48.125,20 22,stand,46.2415 -137.648 0,,
|
||||
36.9211 -5005.13 4.125,21 23 24,stand,28.3282 -170.98 0,,
|
||||
28.1615 -5127.97 0.125,22 24 26 27,stand,29.328 -88.9069 0,,
|
||||
-167.766 -5062.12 0.125,23 19 17 25 22,stand,28.9709 105.304 0,,
|
||||
-422.656 -5062.04 0.125001,19 24 58 61 59,stand,0.780029 -25.5267 0,,
|
||||
36.3345 -5237.75 -23.875,23 27 28 36 19,stand,19.9786 -39.6606 0,,
|
||||
193.845 -5122.61 -12.5898,26 23 29 28,stand,25.7629 -177.259 0,,
|
||||
267.944 -5240.18 -23.875,26 29 37 27 128,stand,14.1998 -2.54333 0,,
|
||||
456.4 -5249.47 -23.875,28 45 52 30 27 37 128,stand,15.1996 -92.4005 0,,
|
||||
452.186 -5823.68 -23.875,43 46 47 29 232 224 233 223 261,stand,4.20776 147.761 0,,
|
||||
9.3651 -5776.87 -19.875,32 44 42,stand,5.92163 92.9608 0,,
|
||||
9.36509 -5760.87 24.1253,31 33,stand,27.9712 94.6747 0,,
|
||||
5.0652 -5732.88 -20.9479,32 34 40 56,stand,12.486 95.246 0,,
|
||||
9.30914 -5337.13 -20.6763,33 35 39 53,stand,4.27917 86.6821 0,,
|
||||
9.05099 -5315.62 24.125,34 36,stand,61.2323 90.1758 0,,
|
||||
6.96043 -5294.87 -23.875,35 26 37,stand,17.7704 11.2994 0,,
|
||||
285.599 -5294.87 -23.875,28 38 36 29,stand,11.7004 -83.8367 0,,
|
||||
287.071 -5330.98 24.125,37 39,stand,49.0979 -87.4731 0,,
|
||||
287.939 -5339.16 -23.875,38 34 40 53 56,stand,56.5192 82.4579 0,,
|
||||
294.301 -5732.02 -23.875,39 41 56 33 53,stand,8.70117 -94.2682 0,,
|
||||
294.301 -5755.59 24.125,40 42,stand,69.082 -88.0609 0,,
|
||||
291.927 -5775.95 -23.875,41 43 31 44 260,stand,16.0565 73.1635 0,,
|
||||
304.497 -5815.83 -23.875,42 30 44 224 225 261,stand,24.3347 -15.6061 0,,
|
||||
47.538 -5855.64 -23.875,43 31 224 260 261 42,stand,28.8995 137.049 0,,
|
||||
399.125 -5381.13 -23.875,29 46 52 47 54,stand,12.9144 -93.6255 0,,
|
||||
399.125 -5689.07 -23.875,45 30 47 55,stand,15.3424 -86.6327 0,,
|
||||
509.462 -5672.26 -23.875,46 30 48 45 52 224,stand,29.328 -158.005 0,,
|
||||
534.165 -5676.77 24.125,47 49,stand,80.2881 -5.75684 0,,
|
||||
553.156 -5680.32 -23.875,48 50 132 221 232 240 247,stand,2.70813 178.731 0,,
|
||||
553.125 -5394.44 -23.7305,49 51 132 232 235,stand,60.4468 176.946 0,,
|
||||
537.27 -5389.4 24.125,50 52,stand,48.8123 175.875 0,,
|
||||
510.875 -5384.32 -23.875,51 29 45 47,stand,10.1294 109.204 0,,
|
||||
356.492 -5382.71 -23.875,39 54 56 40 34,stand,77.146 -10.5249 0,,
|
||||
380.142 -5382.71 24.125,53 45,stand,72.0813 0.252686 0,,
|
||||
376.519 -5682.5 24.125,46 56,stand,62.3035 179.676 0,,
|
||||
354.546 -5683.48 -23.875,55 40 33 53 39,stand,67.7966 -9.09668 0,,
|
||||
-346.453 -4447.76 0.476765,15 16 14 10 12,stand,22.6208 14.837 0,,
|
||||
-672.281 -5224.75 8.6527,25 59 60,stand,13.9856 123.014 0,,
|
||||
-922.284 -5125.53 4.125,58 60 25 61 62 69 70 71,stand,19.2645 29.0918 0,,
|
||||
-817.67 -4992.84 4.125,59 61 58,stand,21.4783 -115.785 0,,
|
||||
-581.507 -4913.02 -7.09282,60 25 59,stand,32.8271 -52.1246 0,,
|
||||
-971.189 -5227.08 4.125,59 63 71 70 65,stand,21.7639 -94.8889 0,,
|
||||
-981.236 -5703.26 4.125,62 64 65 66 69 346,stand,16.6992 -54.0637 0,,
|
||||
-824.214 -5901.98 8.125,63 65 342 344 343 348,stand,13.2715 158.06 0,,
|
||||
-1148.29 -5862.81 4.125,64 63 66 62 344 346,stand,31.0419 -68.6975 0,,
|
||||
-1150.99 -5515.1 4.125,65 67 63 68 69 70 73 346,stand,13.0573 157.335 0,,
|
||||
-1643.37 -5391.94 8.5721,66 68 74 76 80 72,stand,23.5492 5.95459 0,,
|
||||
-1341.24 -5221.45 0.202412,67 66 69 72 73,stand,23.335 -53.421 0,,
|
||||
-1246.82 -5106.66 0.124999,68 66 63 59 70 73 72,stand,14.057 -70.4279 0,,
|
||||
-1136.87 -5009.82 4.125,59 71 62 69 66 82 86,stand,14.9139 62.3914 0,,
|
||||
-1047.33 -4912.31 6.13116,70 59 62 86 82,stand,18.479 -82.2217 0,,
|
||||
-1491.85 -5072.19 0.457367,68 73 69 67 82 86 4,stand,10.6293 -120.981 0,,
|
||||
-1601.22 -5194.56 8.67393,72 74 69 68 66,stand,20.05 -159.016 0,,
|
||||
-1667.35 -5205.47 10.2745,73 67 76 80,stand,24.1919 -17.2101 0,,
|
||||
-2511.67 -5434.88 41.7044,76 77 81 79 78,stand,18.9789 48.5431 0,,
|
||||
-2187.58 -5229.36 30.0577,75 67 74 79 80 78,stand,13.7714 -6.9104 0,,
|
||||
-2903.75 -5469.13 34.4388,75 78 79,stand,15.4852 74.3665 0,,
|
||||
-2869.79 -5160.08 45.7888,77 79 75 76,stand,18.9789 -7.92114 0,,
|
||||
-2462.77 -5114.5 55.0719,78 76 75 77 81 112,stand,-47.3895 77.0032 0,,
|
||||
-1992.24 -5415.98 49.5796,67 81 76 74,stand,9.12964 -158.95 0,,
|
||||
-2234.67 -5547.37 53.545,80 75 79,stand,15.1996 74.4434 0,,
|
||||
-1477.85 -4681.16 0.124997,72 86 70 71,stand,13.4857 6.427 0,,
|
||||
-1438.04 -4456.4 52.125,4 3 84 85 86,stand,35.2551 -1.42273 0,,
|
||||
-1600.8 -4501.97 52.125,83 85 87 89,stand,36.6779 99.1351 0,,
|
||||
-1600.61 -4418.94 52.125,84 3 2 83 89 87,stand,26.5485 81.3647 0,,
|
||||
-1194.02 -4660.92 4.125,82 72 71 70 83 4,stand,17.4847 -170.299 0,,
|
||||
-1772.63 -4643.3 52.125,84 88 89 93 85,stand,23.7634 -91.225 0,,
|
||||
-1769.51 -4734.12 52.125,87 111,stand,20.7642 87.7094 0,,
|
||||
-1826.67 -4348.01 52.125,87 90 85 84 93,stand,21.6925 176.918 0,,
|
||||
-1987.45 -4349 52.125,89 91 92,stand,14.4141 -75.8826 0,,
|
||||
-1891.96 -4609.27 52.125,90 92,stand,22.1924 -176.874 0,,
|
||||
-2062.05 -4580.73 52.125,91 90,stand,21.264 74.2181 0,,
|
||||
-1774.37 -4299.26 52.125,89 94 87,stand,35.2551 94.5099 0,,
|
||||
-1773.5 -4198.25 52.125,93 95,stand,29.4708 -91.4941 0,,
|
||||
-1927.33 -4186.8 52.125,94 96,stand,22.6208 18.1274 0,,
|
||||
-1939.43 -4074.89 52.125,95 97 100 98,stand,25.5487 0.856934 0,,
|
||||
-1755.61 -4068.89 52.125,96 98 100,stand,19.6216 88.2147 0,,
|
||||
-1745.71 -3875.13 52.125,99 97 100 96,stand,16.842 -176.797 0,,
|
||||
-1944.72 -3883.67 52.125,98 100 101,stand,13.0573 -88.9453 0,,
|
||||
-1956.66 -3961.06 52.125,99 96 97 98 101,stand,26.5485 -91.0876 0,,
|
||||
-2044.79 -3972.52 52.125,100 102 99,stand,23.1921 -50.8832 0,,
|
||||
-2047.39 -4239.59 52.125,101 103,stand,14.6997 113.851 0,,
|
||||
-2133.12 -4238.12 52.125,102 104 125,stand,21.4069 -4.00452 0,,
|
||||
-2123.45 -4696.92 52.125,103 105 113 114,stand,39.3915 -0.0933838 0,,
|
||||
-2036.16 -4696.93 52.125,104 106,stand,32.7557 -179.011 0,,
|
||||
-2039.54 -4979.54 52.125,105 107,stand,29.6136 -4.51538 0,,
|
||||
-1946.51 -4979.45 52.125,106 108 110 109 111,stand,32.2559 -37.6337 0,,
|
||||
-1837.91 -5059.42 52.125,107 109 110,stand,17.6221 47.2302 0,,
|
||||
-1728.93 -4958.59 52.125,108 110 107,stand,13.7 147.936 0,,
|
||||
-1856.82 -4843.88 52.125,109 107 108 111,stand,17.9077 -118.927 0,,
|
||||
-1957.25 -4760.38 52.125,107 110 88,stand,18.0505 -8.17383 0,,
|
||||
-2469.05 -5023.39 52.2877,79 113 120,stand,25.2631 4.49341 0,,
|
||||
-2154.94 -4982.76 52.125,112 104,stand,17.4792 -178.583 0,,
|
||||
-2205.54 -4773.59 56.125,104 115,climb,61.9464 179.561 0,,
|
||||
-2241.13 -4773.09 -15.875,114 116 121 117,climb,-47.1753 -0.148315 0,,
|
||||
-2540.28 -4882.42 -23.875,115 117 121,stand,13.9856 113.972 0,,
|
||||
-2812.28 -4773.14 -23.875,116 118 121 115,climb,10.7721 173.705 0,,
|
||||
-2846.13 -4773.27 56.125,117 119,climb,59.447 -0.357056 0,,
|
||||
-2893.45 -4769.67 52.125,118 120 127,stand,59.8041 -51.7566 0,,
|
||||
-2879.15 -5000.48 52.125,119 112,stand,76.2891 -19.4238 0,,
|
||||
-2529.43 -4501.58 -23.875,116 115 117 123 124,stand,26.4056 -14.502 0,,
|
||||
-2532.6 -4094.98 -159.875,123 124,stand,4.64172 -15.7983 0,,
|
||||
-2276.79 -4288.99 -159.875,121 122 124,stand,27.6196 87.2699 0,,
|
||||
-2722 -4291.42 -159.875,122 123 121,stand,23.8348 -3.81775 0,,
|
||||
-2136.58 -3989.74 52.125,103 126,stand,16.9849 -92.1863 0,,
|
||||
-2575.01 -3935.63 52.125,125 127,stand,11.7773 -174.836 0,,
|
||||
-2906.95 -4036.5 52.125,126 119,stand,15.4138 -158.5 0,,
|
||||
673.645 -5165.33 -19.875,29 28 129,stand,26.0486 -144.223 0,,
|
||||
813.238 -5294.87 -23.875,128 130 131 156,stand,30.6189 23.9337 0,,
|
||||
1105.37 -5200.15 -23.875,129 133 134 156,stand,20.9125 -136.434 0,,
|
||||
809.429 -5318.5 24.125,129 132,stand,84.9957 -87.7588 0,,
|
||||
810.688 -5337.13 -26.8982,131 50 49 133 240 250,stand,10.2008 -176.633 0,,
|
||||
1104.21 -5361.23 -23.875,132 130 234 235 159 160 236 196,stand,21.7639 78.9972 0,,
|
||||
1101.68 -5058.38 12.125,130 135 143,stand,13.5571 87.6984 0,,
|
||||
1171.77 -4887.92 12.125,134 136,stand,-2.4939 85.7043 0,,
|
||||
1171.98 -4644.86 148.125,135 137,stand,28.0481 91.626 0,,
|
||||
1166.39 -4515.26 148.125,136 138,stand,37.0404 -173.529 0,,
|
||||
1028.52 -4501.13 148.125,137 139,stand,22.9779 -39.1443 0,,
|
||||
1037.8 -4947.29 148.125,138 140 425,stand,25.1917 -90.3131 0,,
|
||||
1061.13 -5030.87 148.125,139 141,stand,27.4054 94.0979 0,,
|
||||
1163.34 -5008.62 148.125,140 142,stand,43.8904 72.1143 0,,
|
||||
1178.07 -4957.35 148.125,141 412,stand,33.8269 -0.324097 0,,
|
||||
1078.42 -4641.13 12.125,134 144,stand,10.4865 7.66296 0,,
|
||||
1276.33 -4627.97 12.125,143 145,stand,30.1135 -119.531 0,,
|
||||
1353.11 -4775.37 12.125,144 146,stand,16.9849 102.783 0,,
|
||||
1823.31 -4787.08 12.125,145 147 152,stand,24.6918 -90.8405 0,,
|
||||
1824.38 -4920.69 12.125,146 148 149 151,stand,30.2563 94.2078 0,,
|
||||
2032.62 -4927.49 12.125,147,stand,18.5559 -169.354 0,,
|
||||
1643.82 -5015.32 12.125,147 150,stand,24.4775 26.5759 0,,
|
||||
1626.79 -4894.25 12.125,149 151,stand,26.9055 -65.0665 0,,
|
||||
1822.5 -5080.46 20.125,150 147,stand,35.4694 88.363 0,,
|
||||
2147.49 -4760.16 8.60612,146 153,stand,26.12 -179.643 0,,
|
||||
2172.93 -5096.64 -13.1865,152 154 165 172 166,stand,12.9858 172.436 0,,
|
||||
1881.07 -5175.74 -23.9809,153 155 162 163 164 177 192,stand,19.1217 -139.752 0,,
|
||||
1368.49 -5244.33 -23.875,154 156 157 163,stand,19.8358 176.276 0,,
|
||||
1304.33 -5236.57 -23.875,155 130 129,stand,30.0421 173.853 0,,
|
||||
1545.95 -5294.87 -23.875,155 158 163,stand,19.8358 -94.5648 0,,
|
||||
1545.62 -5323.56 24.125,157 159,stand,84.9957 -98.7067 0,,
|
||||
1546.53 -5338.19 -23.875,158 160 196 195 237 133 216 234 253,stand,17.3419 13.1287 0,,
|
||||
1654.87 -5408.19 -23.875,159 161 196 195 237 216 133 234,stand,38.7543 -6.43799 0,,
|
||||
1678.52 -5408.19 24.125,160 162,stand,81.145 -0.944824 0,,
|
||||
1697.13 -5408.23 -23.875,161 154 163 164 176 192,stand,37.1832 19.1766 0,,
|
||||
1731.93 -5264.21 -23.875,162 157 155 154 164 192 176 165,stand,27.0483 -162.197 0,,
|
||||
1943.34 -5544.98 -23.8397,154 163 162 165 166 172 173 192,stand,14.8425 96.9653 0,,
|
||||
2159.39 -5569.05 -23.875,164 153 166 169 172 173 177 163,stand,18.8416 88.9453 0,,
|
||||
2069.57 -5872.88 -23.875,164 167 165 176 153,stand,14.3427 -98.5748 0,,
|
||||
2069.57 -5896.54 24.125,166 168,stand,46.2469 -89.0881 0,,
|
||||
2070.17 -5915.13 -23.8328,167 187 175 181 188 198 182,stand,19.3414 65.2039 0,,
|
||||
2317.1 -5538.5 0.125,165 170 404 400 405 406 408,stand,14.7711 71.0321 0,,
|
||||
2303.87 -5366.02 3.38156,169 171 405 406 407,stand,12.9199 -179.78 0,,
|
||||
2282.96 -5365.96 52.125,170 172,stand,58.8812 179.506 0,,
|
||||
2256.88 -5367.37 5.47454,171 165 153 164,stand,27.4768 -70.351 0,,
|
||||
1711.17 -5817.15 -23.875,165 176 177 164 190 191 195 179,stand,20.127 20.9509 0,,
|
||||
1896.06 -5896.11 24.125,175 176,stand,78.9313 -96.1084 0,,
|
||||
1887.24 -5915.13 -23.875,174 168 188 181 198,stand,18.6987 40.9186 0,,
|
||||
1902.5 -5872.87 -23.875,173 174 166 162 163,stand,43.819 -101.168 0,,
|
||||
1765.27 -5892.44 -23.875,173 165 154 178 190 195 179 199,stand,23.8348 57.42 0,,
|
||||
1808.46 -5964.99 -23.875,177 179 189 190 199 200,stand,12.1289 -10.6512 0,,
|
||||
1808.45 -6279.25 -23.875,178 180 190 199 200 177 173,stand,8.91541 3.04871 0,,
|
||||
1832.1 -6279.25 24.125,179 181,stand,71.2244 -2.30713 0,,
|
||||
1854.34 -6271.96 -23.875,180 182 187 168 175 198,stand,34.1125 -165.762 0,,
|
||||
1919.22 -6310.87 -23.875,181 183 187 188 198 168,stand,12.843 -91.0382 0,,
|
||||
1919.22 -6334.5 24.125,182 184,stand,80.2167 -80.6232 0,,
|
||||
1919.96 -6353.13 -23.875,183 185 199 203,stand,11.9147 36.2109 0,,
|
||||
2194.11 -6353.52 -23.875,184 186 204 203 205 311 199,stand,13.2715 85.6659 0,,
|
||||
2194.11 -6329.92 24.125,185 187,stand,63.3746 64.5337 0,,
|
||||
2197.01 -6309.62 -20.6938,186 182 181 168 198 188,stand,9.20105 -93.7683 0,,
|
||||
1852.36 -5959.9 -23.9143,175 189 182 168 187 198,stand,42.0337 -173.622 0,,
|
||||
1828.24 -5959.9 24.125,188 178,stand,74.361 151.117 0,,
|
||||
1697.13 -5956.57 -23.875,177 173 193 178 179 200 199,stand,17.3419 170.173 0,,
|
||||
1697.13 -5668.22 -23.875,173 192 197,stand,17.3419 91.0327 0,,
|
||||
1704.55 -5624.56 -23.875,191 162 154 163 164,stand,31.3275 -115.313 0,,
|
||||
1673.47 -5951.3 24.125,190 194,stand,81.5021 177.149 0,,
|
||||
1654.87 -5951 -23.875,193 195 196 202 208 215 254,stand,28.1854 72.6526 0,,
|
||||
1568.73 -5832.54 -23.875,194 196 173 202 177 159 160 216 237 215,stand,15.4852 69.2963 0,,
|
||||
1653.83 -5680.67 -23.875,195 197 160 194 208 159 133,stand,54.8822 -1.71387 0,,
|
||||
1677.46 -5680.67 24.125,196 191,stand,83.0017 0 0,,
|
||||
2208.41 -6083.16 -14.7056,168 181 182 187 188 175,stand,25.2631 -169.964 0,,
|
||||
1752.84 -6376.33 -23.875,184 179 200 190 177 178 203 206 185,stand,9.12964 72.5208 0,,
|
||||
1697.75 -6261.23 -23.875,179 201 190 199 178,stand,16.3422 176.649 0,,
|
||||
1674.36 -6261.23 24.125,200 202,stand,71.2958 179.214 0,,
|
||||
1654.28 -6259.02 -23.7822,201 194 195 208 214 209 215 216,stand,21.6211 -0.703125 0,,
|
||||
2048.18 -6555.05 -8.8241,199 204 184 185 205 311,stand,12.7716 -5.82275 0,,
|
||||
2295.49 -6579.57 0.124999,203 185 311 316 317 315,stand,10.415 -171.414 0,,
|
||||
1452.7 -6355.01 -23.875,185 203 206,stand,8.70117 -43.5333 0,,
|
||||
1422.91 -6423.52 -23.875,199 205 207 212 293,stand,35.1123 22.3462 0,,
|
||||
1458.46 -6329.52 24.125,206 208,stand,41.8195 80.5792 0,,
|
||||
1458.4 -6310.88 -24.7918,207 202 194 209 196 216 241 254,stand,7.56409 -96.85 0,,
|
||||
1265.95 -6310.88 -24.9101,208 210 214 202 215,stand,11.9147 -94.2957 0,,
|
||||
1265.95 -6334.46 24.125,209 211,stand,41.1053 -110.424 0,,
|
||||
1268.08 -6353.61 -23.875,210 212 293 213 229,stand,14.4141 36.2549 0,,
|
||||
1354.11 -6497.9 -18.274,211 206 213 214,stand,33.3984 62.0947 0,,
|
||||
1103.29 -6421.88 -23.875,212 214 229 255 293 211,stand,20.4785 154.232 0,,
|
||||
1097.19 -6293.36 -23.875,213 209 202 215 218 217 254 212,stand,30.4706 -14.4086 0,,
|
||||
1289.62 -5939.31 -23.875,202 209 216 194 214 253 254 195,stand,14.057 -126.013 0,,
|
||||
1400.87 -5819.89 -23.875,208 195 215 237 159 160 253 202,stand,23.8348 -28.4601 0,,
|
||||
950.547 -6035.35 -23.875,214 230 231 254,stand,26.2628 33.1512 0,,
|
||||
791.704 -6257.25 -24.7675,214 219 220 230 232 221 254,stand,18.5504 29.2731 0,,
|
||||
657.129 -6310.87 -23.875,218 220 227 221,stand,15.1996 160.95 0,,
|
||||
553.126 -6250.55 -23.875,219 221 226 218 233,stand,14.8425 111.489 0,,
|
||||
553.125 -5937.96 -23.875,220 222 219 230 49 232 218 235,stand,8.12988 176.638 0,,
|
||||
529.516 -5937.96 24.125,221 223,stand,76.7889 -178.226 0,,
|
||||
510.684 -5940.53 -23.875,222 224 30,stand,16.9849 -115.351 0,,
|
||||
313.644 -6025.9 -19.7169,223 225 43 44 47 30 260 257,stand,17.3419 -43.4015 0,,
|
||||
510.875 -6261.81 -23.875,224 226 257 260 43,stand,24.3347 -0.516357 0,,
|
||||
534.112 -6261.81 24.125,225 220,stand,74.2896 -1.80176 0,,
|
||||
651.2 -6327.54 24.125,219 228,stand,81.2878 -89.9561 0,,
|
||||
649.449 -6353.13 -23.875,227 229 256 257 258,stand,19.9072 -32.1185 0,,
|
||||
803.318 -6358.7 -23.875,228 213 293 211,stand,28.3337 -160.801 0,,
|
||||
892.745 -6047.3 -23.875,217 231 221 218 232,stand,19.693 21.2923 0,,
|
||||
944.297 -5961.93 -23.875,230 217 232 233 247,stand,31.6132 -71.7674 0,,
|
||||
743.106 -5821.5 -23.875,231 50 230 233 221 30 49 218 240 247,stand,26.12 161.525 0,,
|
||||
934.042 -5681.23 -23.875,232 220 234 30 236 231 238 247,stand,17.5562 -111.375 0,,
|
||||
1113.45 -5533.58 -23.875,233 235 133 236 160 159 250,stand,24.549 125.974 0,,
|
||||
773.037 -5501.75 -29.2745,234 50 133 221 240,stand,18.9789 160.877 0,,
|
||||
1181.36 -5616.93 -23.875,234 237 233 250 133,stand,14.1998 -3.97273 0,,
|
||||
1230.79 -5621.23 -23.8739,236 216 195 159 160,stand,14.057 -54.5758 0,,
|
||||
894.383 -5623.87 -23.875,233 239 250,stand,16.3422 129.978 0,,
|
||||
880.753 -5612.72 8.125,238 240,stand,68.2965 -49.0167 0,,
|
||||
866.616 -5597.54 -23.875,239 132 235 232 49 241,stand,52.4542 -46.5173 0,,
|
||||
1157.99 -5970.35 -23.875,240 242 254 208,stand,36.1835 84.4123 0,,
|
||||
1156.8 -5943.02 8.125,241 243,stand,66.4398 70.7782 0,,
|
||||
1158.95 -5923.65 -23.875,242 244 251,stand,25.1917 -171.393 0,,
|
||||
1022.28 -5886.4 -23.875,243 245,stand,23.8348 80.199 0,,
|
||||
1000.43 -5787.35 -23.9845,244 246 248,stand,36.3263 173.682 0,,
|
||||
980.974 -5787.35 8.125,245 247,stand,83.7872 173.605 0,,
|
||||
955.534 -5790.55 -23.875,246 233 231 232 49,stand,28.1909 71.9758 0,,
|
||||
1152 -5719.76 -23.8746,245 249 251,stand,47.6038 107.148 0,,
|
||||
1152 -5700.41 8.125,248 250,stand,58.5901 87.9499 0,,
|
||||
1152.09 -5675.8 -23.875,249 236 234 238 132,stand,84.8584 -84.9749 0,,
|
||||
1202.51 -5857.57 -23.875,248 243 252,stand,30.7562 -104.174 0,,
|
||||
1222.96 -5855.88 8.125,251 253,stand,76.5033 -1.73152 0,,
|
||||
1248.41 -5857.55 -23.8725,252 215 216 159,stand,35.1123 -135.633 0,,
|
||||
1120.2 -6081.33 -23.875,217 214 241 215 218 194 208,stand,16.842 -16.184 0,,
|
||||
814.906 -6494.22 -19.875,213 256 293,stand,16.842 175.104 0,,
|
||||
765.499 -6489.69 -19.873,255 228 257,stand,17.9077 170.754 0,,
|
||||
485.728 -6383.88 -23.875,228 256 258 260 225 224,stand,20.6213 -5.23616 0,,
|
||||
209.458 -6553.61 -11.9662,257 259 228,stand,18.2648 163.19 0,,
|
||||
39.8543 -6481.28 -13.5321,258 260 262 261,stand,10.2722 93.0366 0,,
|
||||
102.698 -6252.07 -23.8127,259 257 225 224 44 261 42,stand,14.1998 -49.7747 0,,
|
||||
-22.1459 -6086.68 0.125,260 44 43 30 259 334 337,stand,35.4694 -146.905 0,,
|
||||
42.9259 -6714.48 5.61583,259 263,stand,18.5504 -6.21394 0,,
|
||||
166.348 -6726.98 12.7633,262 264,stand,17.0563 -3.00594 0,,
|
||||
598.144 -6724 10.0174,263 265,stand,15.6281 1.63579 0,,
|
||||
726.834 -6720.35 8.12928,264 266 267 268,stand,18.2648 -19.2767 0,,
|
||||
760.703 -6884.93 5.68929,265 290 292,stand,19.693 95.1954 0,,
|
||||
736.572 -6590.55 18.125,265 268,stand,39.9628 -3.30257 0,,
|
||||
867.186 -6713.59 5.61018,267 269 270 265,stand,21.5497 59.8578 0,,
|
||||
915.232 -6605.63 18.125,268 270,stand,36.0406 -17.0904 0,,
|
||||
966.954 -6721.9 8.16283,269 271 268,stand,30.542 -2.38521 0,,
|
||||
1092.37 -6727.52 8.125,270 272 293 350,stand,27.8284 179.384 0,,
|
||||
1023.13 -6830.49 27.6143,271 273,stand,-5.77881 -90.0231 0,,
|
||||
1023.13 -6964.06 144.125,272 274,stand,43.3191 -85.0354 0,,
|
||||
1040.14 -7146.87 144.125,273 275,stand,23.6206 5.96989 0,,
|
||||
1179.8 -7122.46 144.125,274 276,stand,21.9067 93.6133 0,,
|
||||
1164.5 -6721.48 144.125,275 277 278,stand,32.7557 -3.09383 0,,
|
||||
1254.54 -6720.72 144.125,276 294 300,stand,9.12964 89.6857 0,,
|
||||
1167.57 -6623.26 144.125,276 279,stand,29.0424 -172.882 0,,
|
||||
1023.14 -6626.18 144.125,278 280,stand,22.3352 -81.322 0,,
|
||||
1037.29 -6726.06 144.125,279 281,stand,24.4775 178.686 0,,
|
||||
973.931 -6717.89 144.125,280 282 283 284,stand,42.7478 -167.191 0,,
|
||||
923.224 -6568.41 144.125,281 283 287,stand,26.1914 -143.79 0,,
|
||||
825.421 -6712.18 144.125,282 284 281 287,stand,18.2648 120.074 0,,
|
||||
732.446 -6568.13 144.125,283 285 281 287,stand,15.6995 -177.397 0,,
|
||||
560.865 -6568.36 144.125,284 286 288,stand,18.7646 -92.6159 0,,
|
||||
551.433 -6730.13 144.125,285 287 288,stand,26.0486 -0.753738 0,,
|
||||
745.653 -6715.92 144.125,286 283 282 284,stand,25.4773 1.59734 0,,
|
||||
383.781 -6709.37 144.125,286 285 289 290,stand,27.4054 13.545 0,,
|
||||
391.266 -6568.13 144.125,288,stand,12.843 -109.656 0,,
|
||||
391.855 -6892.28 139.265,288 291 266,stand,19.1217 91.1194 0,,
|
||||
167.99 -6884.4 144.125,290,stand,19.9072 2.19609 0,,
|
||||
935.806 -6926.88 14.7796,266,stand,59.1614 61.4234 0,,
|
||||
1107.1 -6544.46 8.125,271 213 211 206 229 255,stand,27.4713 55.7105 0,,
|
||||
1339.82 -6729.15 144.125,277 295 296 300 297,stand,21.4783 7.76616 0,,
|
||||
1459.67 -6795.86 144.125,294 296 300 297 303,stand,16.2708 53.4583 0,,
|
||||
1534.16 -6686.73 144.125,295 297 299 294,stand,59.5898 7.49699 0,,
|
||||
1466.31 -6568.13 144.125,296 298 295 294,stand,23.8348 15.4181 0,,
|
||||
1649.64 -6568.96 144.125,297 299 301,stand,22.121 -84.6453 0,,
|
||||
1642.15 -6690.9 144.125,298 296 301,stand,37.5348 -175.425 0,,
|
||||
1285.42 -6568.13 144.125,277 294 295,stand,22.121 -64.2108 0,,
|
||||
1815.13 -6775.73 144.125,298 299 302,stand,16.0565 149.984 0,,
|
||||
1808.29 -6864.37 144.125,301 303 305,stand,22.6208 178.521 0,,
|
||||
1450.43 -6864.71 144.125,302 295 304,stand,35.3265 89.455 0,,
|
||||
1291.37 -6903.35 144.125,303,stand,16.485 10.0129 0,,
|
||||
1815.58 -7056.12 144.125,302 306 312 313 314,stand,17.6276 -3.41792 0,,
|
||||
1989.28 -7099.4 144.125,305 307,stand,33.6841 86.2964 0,,
|
||||
1997.88 -6966.09 136.66,306 308,stand,34.2554 87.5159 0,,
|
||||
2061.84 -6716.19 27.7609,307 309,stand,26.7627 -0.490067 0,,
|
||||
2129.13 -6719.79 1.20011,308 310 315 317,stand,20.4785 -155.925 0,,
|
||||
2237.02 -6696.84 2.53917,309 311 315 316 317,stand,25.8344 92.8773 0,,
|
||||
2229.17 -6648.27 4.28504,310 204 185 203,stand,40.4626 87.6038 0,,
|
||||
1636.2 -7151.88 154.125,305 314,stand,21.6925 56.4191 0,,
|
||||
1823.66 -7189.02 144.125,305,stand,18.6218 91.0041 0,,
|
||||
1688.61 -7010.62 144.125,312 305,stand,30.6134 -77.7185 0,,
|
||||
2236.5 -7131.43 10.2038,309 310 317 351 353 352 356 204,stand,16.9135 69.1138 0,,
|
||||
2570.68 -6612.84 0.125,204 310 317 318 320,stand,13.6285 17.4451 0,,
|
||||
2408.81 -6841.07 0.125,204 315 316 310 309,stand,10.7007 -129.107 0,,
|
||||
2816.88 -6816.32 3.28309,316 319,stand,21.6211 102.567 0,,
|
||||
2945.12 -6651.71 4.125,318 320 321 327,stand,30.542 47.5531 0,,
|
||||
2935.51 -6442.7 2.48634,319 316 321 331,stand,15.7709 -157.93 0,,
|
||||
3246.29 -6510.03 0.125,320 319 322 326 330 331 327,stand,15.7709 177.274 0,,
|
||||
3471.35 -6680.76 0.125,321 323 325 326 327 324 368 374 386,stand,9.05823 -140.253 0,,
|
||||
3275.95 -6828.88 8.02296,322 324 325,stand,12.1289 -50.1702 0,,
|
||||
3443.5 -7141.05 0.124999,323 325 364 322 369 373 374 386,stand,12.5574 148.589 0,,
|
||||
3267.66 -7065.27 5.55263,324 323 322 327 384,stand,12.6288 74.9256 0,,
|
||||
3187.52 -6037.13 4.125,322 321 327 328 395 396,stand,14.7711 -63.0572 0,,
|
||||
3709.14 -6547.71 0.125,319 322 325 326 331 321 330 383 386 384,stand,14.6997 -171.284 0,,
|
||||
3183.7 -5863.55 4.125,326 329 393 396,stand,22.6208 50.2393 0,,
|
||||
3358.52 -6045.65 4.125,328 330 394 396,stand,48.598 -92.2534 0,,
|
||||
3369.62 -6098.37 -0.480311,329 321 368 327 386,stand,26.4056 122.733 0,,
|
||||
3952.88 -6295.15 21.494,320 332 327 321 368 386,stand,54.3109 -0.0121613 0,,
|
||||
3974.46 -6295.14 48.125,331 333,stand,84.9957 -9.78999 0,,
|
||||
3999.39 -6292.02 0.124999,332 385 388 380 389,stand,15.8423 -94.3792 0,,
|
||||
-179.908 -6159.3 4.125,261 335 338 337,stand,7.35535 -75.9002 0,,
|
||||
-471.119 -6103.13 0.125,334 336 338 341 342,stand,34.5465 -49.8297 0,,
|
||||
-254.126 -6067.7 0.125,335 337 341,stand,28.125 157.944 0,,
|
||||
-204.039 -6059.63 0.125001,336 261 334,stand,29.762 -2.86311 0,,
|
||||
-234.757 -6402.04 0.0970789,334 339 340 335 341,stand,21.2036 -118.791 0,,
|
||||
-184.448 -6697.93 14.333,338 340,stand,20.7037 170.957 0,,
|
||||
-435.91 -6657.96 8.64804,339 338 347,stand,32.4097 61.6816 0,,
|
||||
-509.124 -6300.67 0.125,335 338 336 342 347 348,stand,17.9901 -17.9034 0,,
|
||||
-828.988 -6118.14 0.125,335 341 343 344 64 345 349 347,stand,12.9968 3.89897 0,,
|
||||
-1085.66 -6398.88 0.125,342 344 64 345 349,stand,11.0028 59.1437 0,,
|
||||
-1286.29 -6260.73 0.125,343 65 342 64 345,stand,17.4243 35.0947 0,,
|
||||
-999.258 -5955.23 0.125,342 346 343 344 349,stand,17.5671 95.871 0,,
|
||||
-999.258 -5905.61 0.124998,345 63 66 65,stand,17.1387 95.3657 0,,
|
||||
-780.871 -6593.66 -1.73044,340 348 349 341 342,stand,21.4948 70.3333 0,,
|
||||
-706.025 -6339.71 4.125,347 349 341 64,stand,19.7809 -155.98 0,,
|
||||
-755.301 -6339.3 4.125,348 343 342 345 347,stand,21.0663 -173.398 0,,
|
||||
1144.92 -7095.31 8.125,271,stand,11.5741 100.771 0,,
|
||||
1948.16 -7477.99 11.1056,315 352 355 358,stand,18.847 76.178 0,,
|
||||
2020.66 -7212.1 8.125,351 353 354 315 356,stand,11.64 -29.4445 0,,
|
||||
2434.51 -7493.46 0.125001,352 315 356 357 354 359,stand,13.8538 112.922 0,,
|
||||
2278.66 -7637.58 0.124894,352 355 353 359 358 357 356,stand,9.21753 167.897 0,,
|
||||
2060.39 -7615 4.33134,351 354 358,stand,26.2024 95.6788 0,,
|
||||
2495.98 -7248.81 0.102851,353 357 315 352 354,stand,12.6398 155.208 0,,
|
||||
2577.12 -7623.82 0.124999,356 353 359 354 358 360,stand,23.8403 76.6889 0,,
|
||||
2009.09 -7804.85 8.05583,351 355 354 359 357,stand,13.8483 56.875 0,,
|
||||
2423.08 -7830.45 0.125,354 357 358 353,stand,13.5626 107.621 0,,
|
||||
2754.58 -7630.75 0.125,357 361 363 362,stand,6.9928 -148.031 0,,
|
||||
2984.08 -7922.41 8.79379,360 362 363,stand,5.63599 82.0722 0,,
|
||||
3134.17 -7654.9 0.125,361 363 360 364 365,stand,18.3417 103.765 0,,
|
||||
2981.25 -7537.68 0.125,362 360 365 361,stand,33.7555 -148.036 0,,
|
||||
3394.93 -7373.54 4.125,362 365 324 370 366 372 373 374,stand,9.70642 -132.952 0,,
|
||||
3505.58 -7661.48 0.124999,364 362 363 366 367 370 371,stand,11.4917 -178.21 0,,
|
||||
3861.27 -7808 19.3003,365 367 371 364,stand,10.3491 175.983 0,,
|
||||
3426.1 -7847.93 9.98687,366 365 371,stand,24.5544 75.9308 0,,
|
||||
3655.14 -6167.06 1.54787,322 331 330 386,stand,20.9125 -102.509 0,,
|
||||
3319.13 -7192.42 4.13243,324 370,stand,29.4763 -19.7601 0,,
|
||||
3322.04 -7331.88 6.72973,369 364 365,stand,38.8971 11.93 0,,
|
||||
3868.82 -7533.52 16.0764,365 366 372 374 367 375 377,stand,18.4186 -161.714 0,,
|
||||
3563.62 -7388.12 4.125,371 373 364,stand,13.277 87.6148 0,,
|
||||
3561.31 -7338.78 4.125,372 324 374 364 383 384,stand,62.0233 80.4792 0,,
|
||||
3630.64 -7161.12 2.25152,324 371 322 373 383 364 384 386,stand,11.9202 -75.2301 0,,
|
||||
4061.23 -7233.45 16.3796,371 376 377 384,stand,18.8416 -115.649 0,,
|
||||
4349.06 -7524.87 24.125,375 377,stand,15.705 109.988 0,,
|
||||
4313.86 -7121.96 30.4415,376 375 371 378 384,stand,15.2765 -135.49 0,,
|
||||
4205.64 -6895.13 18.1903,377 379 384,stand,17.8418 102.358 0,,
|
||||
4205.64 -6878.56 48.125,378 380,stand,67.4451 89.1529 0,,
|
||||
4205.96 -6848.87 0.124998,379 381 385 333 389 392 386,stand,17.9187 92.6026 0,,
|
||||
3999.13 -6799.81 0.124998,380 382 385 389 392,stand,21.3409 -171.63 0,,
|
||||
3975.48 -6799.81 48.125,381 383,stand,78.5083 171.951 0,,
|
||||
3952.87 -6797.02 10.9694,382 327 373 374 384 386,stand,14.5624 78.3753 0,,
|
||||
3934.8 -7025.68 10.9876,375 373 374 378 377 383 327 325,stand,17.9846 -138.852 0,,
|
||||
4017.63 -6596.72 0.125,333 386 380 381 387 389,stand,20.6213 166.771 0,,
|
||||
3933.68 -6572.9 0.125,385 331 368 383 327 324 374 380 322 330,stand,19.6985 85.7581 0,,
|
||||
4385.88 -6233.32 0.125,385 388 389 391 392,stand,12.2003 -153.14 0,,
|
||||
4182.94 -6150.82 0.125,387 333 389 391,stand,17.4847 -138.863 0,,
|
||||
4353.67 -6577.65 0.125,333 388 387 380 381 385 390,stand,12.7771 118.003 0,,
|
||||
4685.67 -6502.68 0.125,389 391 392,stand,15.9906 84.1266 0,,
|
||||
4572.01 -6188.3 0.125,390 387 388 392,stand,26.3397 -149.75 0,,
|
||||
4600.34 -6799.66 0.125,390 380 391 381 387,stand,13.2056 146.232 0,,
|
||||
3009 -5660.66 0.125,328 394 395 396 402,stand,14.0625 26.0914 0,,
|
||||
3319.88 -5436.19 4.125,329 393 395 396 397 402 407,stand,10.7062 -121.724 0,,
|
||||
3009.09 -5462.65 0.125,394 393 326 396 397 400 399 403 404 407,stand,15.2051 -71.1871 0,,
|
||||
3431.1 -5588.98 0.124997,326 328 329 394 393 395 397 402,stand,14.2767 -150.975 0,,
|
||||
2896.75 -5170.72 0.125,396 395 394 398 399 403 407,stand,8.9978 -62.2442 0,,
|
||||
2680.17 -5171.96 0.124997,397 399 400 401 405,stand,21.7749 -117.939 0,,
|
||||
2767.16 -5237.5 0.124997,398 400 395 397 403,stand,23.1262 -143.917 0,,
|
||||
2729.08 -5268.55 4.3657,399 398 401 395 169 405 407 408,stand,24.4116 166.195 0,,
|
||||
2573.04 -5175.33 0.124999,398 400 405 406 407 408,stand,21.4124 -1.01192 0,,
|
||||
2967.8 -5541.91 0.125,393 403 394 396,stand,32.2614 151.154 0,,
|
||||
2929.17 -5510.86 0.125829,402 404 399 395 397 407,stand,16.4191 -168.026 0,,
|
||||
2740.85 -5544.87 0.125001,403 169 395 405,stand,30.1959 34.6827 0,,
|
||||
2536.74 -5459.49 0.125,398 400 401 404 170 169 407,stand,15.4962 29.9311 0,,
|
||||
2372.18 -5175.13 0.125,401 170 169,stand,16.496 -103.014 0,,
|
||||
2776.89 -5416.74 4.125,405 403 395 400 401 397 170 394,stand,24.4171 -157.781 0,,
|
||||
2535.42 -5240.81 0.125,401 409 400 169,stand,-11.6235 172.709 0,,
|
||||
2372.95 -5237.49 136.125,408 410,stand,53.3221 24.6961 0,,
|
||||
2360.37 -5175.13 136.125,409 411,stand,32.1954 1.1414 0,,
|
||||
2551.37 -5175.13 136.125,410,stand,-6.19629 -167.718 0,,
|
||||
1243.17 -4960.36 148.125,142 413 414 419,stand,17.1442 -1.81093 0,,
|
||||
1282.12 -5089.41 148.125,412 414,stand,28.136 47.1442 0,,
|
||||
1365.08 -4947.76 148.125,413 415 418 412 419,stand,10.1514 -51.9745 0,,
|
||||
1484.55 -5090.87 148.125,414 416 418,stand,7.43774 4.61607 0,,
|
||||
1647.36 -5090.87 148.125,415 417,stand,13.0737 75.5548 0,,
|
||||
1656.49 -4958.87 148.125,416 418 423 422,stand,12.1454 178.409 0,,
|
||||
1478.26 -4954.64 148.125,417 414 415 419,stand,43.9069 170.059 0,,
|
||||
1455.1 -4858.43 148.125,414 420 412 418,stand,28.7787 89.6228 0,,
|
||||
1455.15 -4769.5 148.125,419 421 422,stand,25.0653 -179.553 0,,
|
||||
1304.96 -4756.38 148.125,420,stand,14.6448 -2.35475 0,,
|
||||
1807.25 -4812.99 148.125,420 423 417,stand,36.2 -85.5652 0,,
|
||||
1816.53 -4922.51 148.125,422 424 417,stand,26.922 -88.7183 0,,
|
||||
1819.62 -5081.08 148.125,423,stand,25.5652 96.3464 0,,
|
||||
937.011 -4960.34 148.125,139 426 427 429,stand,20.5005 -8.96303 0,,
|
||||
929.186 -5078.4 148.125,425 427 429,stand,23.7085 99.8016 0,,
|
||||
917.083 -4864.17 148.125,426 428 425 429,stand,20.2863 91.7322 0,,
|
||||
914.085 -4773.9 148.125,427 439,stand,14.7162 -116.47 0,,
|
||||
829.033 -4931.72 148.125,425 427 426 430 431,stand,23.5657 -22.9706 0,,
|
||||
683.573 -4957.23 148.125,429 431 432,stand,10.0085 -51.1835 0,,
|
||||
740.853 -5089.82 148.125,430 429 433,stand,19.7809 46.4685 0,,
|
||||
586.548 -4958.26 148.125,430 433 434 437,stand,13.0023 -93.5138 0,,
|
||||
565.821 -5090.87 148.125,432 431 434,stand,47.9059 -75.1502 0,,
|
||||
462.332 -4944.76 148.125,433 432 435 437 436,stand,19.5007 -9.75954 0,,
|
||||
376.111 -5089.49 148.125,434 436 437,stand,17.7924 97.2198 0,,
|
||||
333.508 -4960.5 148.125,435 437 434 441,stand,28.8556 59.0369 0,,
|
||||
394.547 -4867.47 148.125,436 432 434 435 438,stand,20.6433 -23.9704 0,,
|
||||
403.435 -4771.89 148.125,437 439 440,stand,9.7229 44.3207 0,,
|
||||
677.449 -4735.88 148.125,438 428,stand,58.255 -11.4954 0,,
|
||||
217.806 -4765.85 148.125,438 441 442,stand,11.2939 -68.2453 0,,
|
||||
231.144 -4955.82 148.125,440 436,stand,66.1761 -1.01991 0,,
|
||||
150.332 -4604.19 148.125,440 443,stand,24.4281 -175.692 0,,
|
||||
74.3988 -4609.17 156.125,442 444,stand,25.6366 -101.385 0,,
|
||||
64.5059 -4688.88 156.125,443 445,stand,40.199 95.3192 0,,
|
||||
-0.635337 -4685.34 156.125,444 446,stand,43.1213 89.8974 0,,
|
||||
7.73146 -4496.07 24.0049,445 14 13 16 15 10,stand,67.1045 90.6116 0,,
|
||||
|
498
scriptdata/waypoints/mp_borisovka_wp.csv
Normal file
@@ -0,0 +1,498 @@
|
||||
497
|
||||
2494 -2152 -207,15 47 30,stand,,,
|
||||
2288 -3250 -199,27 318,stand,,,
|
||||
1712 -2746 -191,304 305,stand,,,
|
||||
800 -3234 -166,295,stand,,,
|
||||
-178 -2496 -148,276 278 279 407 277,stand,,,
|
||||
1656 -586 -31,,stand,,,
|
||||
3122 376 -23,64 65,stand,,,
|
||||
2970 -1104 -214,51 52,stand,,,
|
||||
-218 -776 24,209,stand,,,
|
||||
1098 -624 -17,122,stand,,,
|
||||
1296 506 -23,94 98,stand,,,
|
||||
878 -1216 -216,182 160 491,stand,,,
|
||||
1566 -1296 -247,148 149 349,stand,,,
|
||||
-2 -1832 -79,215 216 217 435,stand,,,
|
||||
2206 160 -91,85 86,stand,,,
|
||||
2637 -2161 -212,0 16 30 31,stand,,,
|
||||
2634 -2018 -215,15 31 47 388,stand,,,
|
||||
2645 -1506 -218,18 46 170 385 42,stand,,,
|
||||
2456 -1505 -225,17 170 48 376 42,stand,,,
|
||||
2026 -1470 -227,20 333 377 463 376,stand,,,
|
||||
1931 -1483 -231,19 348 333,stand,,,
|
||||
1928 -2183 -206,22 317 332 374 316 393,stand,,,
|
||||
1922 -2347 -193,21 23 306 317 316,stand,,,
|
||||
1987 -2603 -187,22 24 306 393,stand,,,
|
||||
2040 -2813 -193,23 25 392 393,stand,,,
|
||||
2049 -3019 -198,24 392,stand,,,
|
||||
2372 -2971 -202,27 389 390 392 391,stand,,,
|
||||
2371 -3160 -197,26 1,stand,,,
|
||||
2921 -2797 -202,391 389,stand,,,
|
||||
2739 -2540 -215,30 31 388 391,stand,,,
|
||||
2661 -2319 -217,29 15 0 31 388,stand,,,
|
||||
2801 -2027 -211,16 29 30 15 495,stand,,,
|
||||
2981 -1715 -55,33 496,stand,,,
|
||||
2929 -1656 -55,32 34 36,stand,,,
|
||||
2867 -1634 -55,33 35,stand,,,
|
||||
2754 -1686 -55,34,stand,,,
|
||||
2913 -1767 -55,33 37,stand,,,
|
||||
2805 -1755 -55,36 38,stand,,,
|
||||
2805 -1838 -55,37 39 40,stand,,,
|
||||
2805 -1942 -55,38 40,stand,,,
|
||||
2745 -1877 -55,39 38,stand,,,
|
||||
2873 -1773 -191,44 495,stand,,,
|
||||
2701 -1693 -213,43 46 47 17 18,stand,,,
|
||||
2716 -1698 -155,45 42,stand,,,
|
||||
2869 -1681 -191,41 45,stand,,,
|
||||
2746 -1696 -191,44 43,stand,,,
|
||||
2612 -1696 -220,42 47 17 384 385,stand,,,
|
||||
2616 -1865 -219,46 16 384 385 0 42,stand,,,
|
||||
2300 -1290 -216,49 170 18 376 457,stand,,,
|
||||
2314 -1108 -215,48 50 75 81 145 82 457,stand,,,
|
||||
2590 -1108 -214,49 51,stand,,,
|
||||
2810 -1108 -215,7 50,stand,,,
|
||||
2964 -1047 -207,7 53,stand,,,
|
||||
2964 -972 -211,52 76 361 77,stand,,,
|
||||
3257 -463 -16,55 79 361,stand,,,
|
||||
3108 -491 -38,54 56 80,stand,,,
|
||||
3108 -454 0,55 57,stand,,,
|
||||
3108 -354 1,58 56,stand,,,
|
||||
3094 -282 16,57 62,stand,,,
|
||||
3071 -158 0,60 62,stand,,,
|
||||
3115 -42 0,61 59,stand,,,
|
||||
3115 106 0,60 63,stand,,,
|
||||
3067 -203 16,59 58,stand,,,
|
||||
3111 253 0,61 64,stand,,,
|
||||
3111 315 -15,63 6,stand,,,
|
||||
2984 373 -32,6 66,stand,,,
|
||||
2838 373 -39,65,stand,,,
|
||||
2865 99 -48,68 356 359 355 364,stand,,,
|
||||
2741 93 -87,67 69 358 70 359,stand,,,
|
||||
2559 109 -126,70 68 71 84 352 358,stand,,,
|
||||
2581 219 -107,69 84 353 358 354 68,stand,,,
|
||||
2537 -94 -151,69 72 352 351 364 365 84,stand,,,
|
||||
2534 -352 -166,71 73 363 351 364 365 352,stand,,,
|
||||
2478 -563 -210,72 74 351 78 363,stand,,,
|
||||
2380 -757 -217,73 75 78,stand,,,
|
||||
2380 -917 -212,74 49 81 457,stand,,,
|
||||
3012 -846 -177,53 77 79 361 362,stand,,,
|
||||
2748 -803 -200,76 78 53 362,stand,,,
|
||||
2529 -773 -217,77 74 363 73,stand,,,
|
||||
3073 -691 -129,76 80 360 54 361,stand,,,
|
||||
3090 -605 -85,79 55 362,stand,,,
|
||||
2209 -905 -209,75 82 145 49 457,stand,,,
|
||||
2213 -653 -215,81 371 373 49,stand,,,
|
||||
2219 -151 -208,,stand,,,
|
||||
2393 139 -138,69 85 352 70 353 71,stand,,,
|
||||
2287 150 -103,84 14,stand,,,
|
||||
2202 356 -67,14 87,stand,,,
|
||||
1963 346 -42,86 88,stand,,,
|
||||
1846 341 -35,87 89 99,stand,,,
|
||||
1825 181 -37,88 90 134,stand,,,
|
||||
1569 181 -17,89 91,stand,,,
|
||||
1357 193 -12,90 92,stand,,,
|
||||
1192 193 -20,91 93 96,stand,,,
|
||||
930 162 -20,92 104 118,stand,,,
|
||||
1301 429 -23,10 95 103,stand,,,
|
||||
1311 353 -18,94 96,stand,,,
|
||||
1202 353 -18,95 92 97,stand,,,
|
||||
1099 358 -16,96 98,stand,,,
|
||||
1108 511 -26,10 97 110,stand,,,
|
||||
1760 340 -15,88 100,stand,,,
|
||||
1698 353 -15,99 101,stand,,,
|
||||
1664 431 -15,100 102,stand,,,
|
||||
1609 431 0,101 103,stand,,,
|
||||
1427 431 0,102 94,stand,,,
|
||||
735 237 -24,93 105,stand,,,
|
||||
735 292 -15,104 106,stand,,,
|
||||
685 390 -15,105 107 111,stand,,,
|
||||
829 370 -15,106 108,stand,,,
|
||||
829 561 -15,107 109,stand,,,
|
||||
949 553 -15,108 110,stand,,,
|
||||
949 510 -15,109 98,stand,,,
|
||||
684 585 120,106 112,stand,,,
|
||||
685 634 120,111 113,stand,,,
|
||||
779 634 120,112 114,stand,,,
|
||||
782 405 120,113 115,stand,,,
|
||||
854 395 120,114 116 117,stand,,,
|
||||
916 317 120,115 117,stand,,,
|
||||
997 479 120,116 115,stand,,,
|
||||
928 -99 -25,93 119 123 456,stand,,,
|
||||
957 -277 -22,118 120 123 121 456,stand,,,
|
||||
991 -511 -23,119 121 159,stand,,,
|
||||
1088 -488 -7,120 123 159 119 456,stand,,,
|
||||
1165 -615 -16,9,stand,,,
|
||||
1164 -431 -7,124 119 121 118 456,stand,,,
|
||||
1290 -432 -7,123 125,stand,,,
|
||||
1587 -433 -7,124 126,stand,,,
|
||||
1708 -431 -31,127 125,stand,,,
|
||||
1795 -424 -76,126 128 135 142,stand,,,
|
||||
1813 -312 -79,127 129 135 130,stand,,,
|
||||
1814 -177 -77,128 130 131,stand,,,
|
||||
1909 -186 -78,129 131 128 368 492,stand,,,
|
||||
1909 -86 -55,130 132 133 367 129,stand,,,
|
||||
1913 22 -55,131 133,stand,,,
|
||||
1826 29 -49,132 134 131,stand,,,
|
||||
1827 96 -31,133 89,stand,,,
|
||||
1847 -510 -79,127 136 142 128,stand,,,
|
||||
1937 -502 -79,135 137,stand,,,
|
||||
1920 -557 -79,136 138,stand,,,
|
||||
1921 -734 56,137 139,stand,,,
|
||||
1931 -796 56,138 140 141,stand,,,
|
||||
2020 -801 56,139 141,stand,,,
|
||||
2117 -706 56,140 139,stand,,,
|
||||
1833 -605 -82,135 366 127,stand,,,
|
||||
1831 -919 -138,144 366,stand,,,
|
||||
1992 -916 -155,143 145 366,stand,,,
|
||||
2106 -905 -197,144 81 49,stand,,,
|
||||
2004 -1085 -223,147 458,stand,,,
|
||||
2013 -1277 -223,146 350,stand,,,
|
||||
1784 -1277 -247,12 349 350,stand,,,
|
||||
1569 -1379 -239,12 150 349,stand,,,
|
||||
1567 -1465 -243,149 151 348,stand,,,
|
||||
1406 -1448 -238,150 152 171 347,stand,,,
|
||||
1331 -1258 -217,151 153 160 347 491,stand,,,
|
||||
1330 -1181 -215,152 154 347 160 491,stand,,,
|
||||
1326 -1062 -167,153 155,stand,,,
|
||||
1288 -1033 -159,154 156,stand,,,
|
||||
1096 -1032 -79,155 157,stand,,,
|
||||
1005 -1032 -81,156 158 183,stand,,,
|
||||
1003 -896 -67,157 159 183,stand,,,
|
||||
1002 -749 -39,158 120 121,stand,,,
|
||||
1150 -1246 -212,152 181 182 153 491 11,stand,,,
|
||||
1003 -1576 -176,162 181 180 429,stand,,,
|
||||
868 -1585 -167,161 163 181,stand,,,
|
||||
699 -1602 -125,162 164 181 203 235,stand,,,
|
||||
462 -1653 -123,163 188 213 235 237 433 211 483 203,stand,,,
|
||||
2092 -1847 -207,166 375,stand,,,
|
||||
2092 -1788 -207,165 167,stand,,,
|
||||
2219 -1787 -207,166 168 380 460,stand,,,
|
||||
2363 -1802 -207,167 169 381 382,stand,,,
|
||||
2432 -1615 -207,168 381 387,stand,,,
|
||||
2433 -1565 -218,18 48 387 377 17,stand,,,
|
||||
1404 -1677 -238,151 172,stand,,,
|
||||
1432 -1842 -234,171 173 241 240 459,stand,,,
|
||||
1339 -1840 -239,172 174 241,stand,,,
|
||||
1332 -1737 -191,173 175,stand,,,
|
||||
1337 -1667 -191,174 176,stand,,,
|
||||
1215 -1666 -183,175 177,stand,,,
|
||||
1201 -1452 -183,176 178 489,stand,,,
|
||||
1090 -1452 -183,177 179 432,stand,,,
|
||||
1048 -1452 -149,178 180,stand,,,
|
||||
1040 -1453 -186,179 181 182 161,stand,,,
|
||||
952 -1449 -180,180 182 161 163 162 160,stand,,,
|
||||
919 -1336 -200,181 11 180 160 491,stand,,,
|
||||
813 -1017 -79,157 184 158,stand,,,
|
||||
718 -1007 -103,183 185 186,stand,,,
|
||||
523 -1037 -103,184 186,stand,,,
|
||||
509 -1224 -103,185 187 436 184,stand,,,
|
||||
537 -1250 -103,186 436 438,stand,,,
|
||||
459 -1519 -122,164 203 213 212 437,stand,,,
|
||||
743 -1019 32,194 438 439,stand,,,
|
||||
479 -1033 32,191 439 442 453,stand,,,
|
||||
367 -1011 32,190 192,stand,,,
|
||||
311 -995 16,191 193 445 446 205 447 450 204,stand,,,
|
||||
108 -1005 16,192 205 209 447 445,stand,,,
|
||||
747 -932 32,189 195,stand,,,
|
||||
746 -809 80,194 196,stand,,,
|
||||
854 -811 120,195 197,stand,,,
|
||||
863 -924 160,196 488,stand,,,
|
||||
548 -1206 168,199 488,stand,,,
|
||||
595 -1269 168,198 200,stand,,,
|
||||
589 -1289 196,199 201,stand,,,
|
||||
592 -1314 156,200 202 485,stand,,,
|
||||
626 -1391 113,201 484 485,stand,,,
|
||||
568 -1450 -103,188 163 436 483 164,stand,,,
|
||||
114 -627 18,205 206 209 192 208 207,stand,,,
|
||||
107 -814 16,204 193 209 445 192,stand,,,
|
||||
111 -476 15,204 207 209 454 455,stand,,,
|
||||
190 -343 18,206 208 454 204,stand,,,
|
||||
290 -305 15,207 455 204,stand,,,
|
||||
-58 -776 23,8 205 204 193 447 206,stand,,,
|
||||
103 -1195 -30,,stand,,,
|
||||
96 -1449 -63,212 213 214 164 433 446 447,stand,,,
|
||||
98 -1620 -76,211 213 214 188,stand,,,
|
||||
283 -1650 -101,212 164 235 211 188 433,stand,,,
|
||||
33 -1700 -79,212 215 211 433,stand,,,
|
||||
33 -1756 -79,214 13 435,stand,,,
|
||||
-3 -1977 -79,13 231,stand,,,
|
||||
72 -1882 -79,13 218,stand,,,
|
||||
265 -1885 56,217 219,stand,,,
|
||||
290 -1815 56,220 218,stand,,,
|
||||
224 -1754 56,219 221,stand,,,
|
||||
47 -1834 56,220 222,stand,,,
|
||||
53 -1954 56,221 223 401,stand,,,
|
||||
41 -2083 56,222 224 230,stand,,,
|
||||
-34 -2055 56,223 225,stand,,,
|
||||
-36 -1863 192,224 226,stand,,,
|
||||
-36 -1809 192,225 227,stand,,,
|
||||
38 -1830 192,228 226 403,stand,,,
|
||||
222 -1759 192,227 402,stand,,,
|
||||
30 -2134 58,230 398 405,stand,,,
|
||||
30 -2118 96,229 223,stand,,,
|
||||
103 -1984 -79,216 232,stand,,,
|
||||
178 -1986 -119,233 231,stand,,,
|
||||
267 -2045 -123,232 234 235 236 256 280,stand,,,
|
||||
366 -2127 -123,233 252 236 256,stand,,,
|
||||
467 -1824 -123,164 236 233 237 213 163,stand,,,
|
||||
429 -1990 -123,235 237 234 233,stand,,,
|
||||
673 -1992 -128,236 238 253 235 164,stand,,,
|
||||
857 -2010 -160,237 239 466,stand,,,
|
||||
1066 -2027 -203,238 240 466,stand,,,
|
||||
1247 -2017 -237,239 241 242 172,stand,,,
|
||||
1392 -2013 -229,240 172 173,stand,,,
|
||||
1243 -2086 -223,240 243,stand,,,
|
||||
1257 -2215 -175,242 244,stand,,,
|
||||
1231 -2267 -175,245 243,stand,,,
|
||||
1109 -2275 -119,244 246,stand,,,
|
||||
1024 -2179 -119,245 247 394,stand,,,
|
||||
896 -2178 -119,246 248,stand,,,
|
||||
785 -2180 -119,247 249 395,stand,,,
|
||||
785 -2324 -119,248 250 251,stand,,,
|
||||
793 -2463 -119,249,stand,,,
|
||||
658 -2314 -123,249 252 253 254 397,stand,,,
|
||||
473 -2233 -123,251 234 253 257 464 254 256,stand,,,
|
||||
628 -2148 -122,237 251 252 464 397,stand,,,
|
||||
618 -2442 -127,251 255 252,stand,,,
|
||||
501 -2449 -162,254 270 326 271 465,stand,,,
|
||||
182 -2192 -120,234 257 280 252 233,stand,,,
|
||||
184 -2254 -123,256 258 252 281 280,stand,,,
|
||||
186 -2291 -111,257 259,stand,,,
|
||||
185 -2341 -111,258 260 261,stand,,,
|
||||
184 -2397 -111,259 426,stand,,,
|
||||
73 -2368 -111,259 262,stand,,,
|
||||
73 -2564 24,261 263,stand,,,
|
||||
145 -2613 24,262 264 265,stand,,,
|
||||
367 -2590 24,263,stand,,,
|
||||
163 -2517 24,263 266,stand,,,
|
||||
181 -2425 24,265 267 268,stand,,,
|
||||
305 -2341 24,266 268,stand,,,
|
||||
142 -2331 24,266 267,stand,,,
|
||||
389 -2589 -111,272,stand,,,
|
||||
522 -2590 -158,271 255 321 412 411,stand,,,
|
||||
441 -2590 -150,270 272 411 255 412 465,stand,,,
|
||||
416 -2590 -72,271 269,stand,,,
|
||||
58 -2592 -111,274 425,stand,,,
|
||||
31 -2591 -72,273 275,stand,,,
|
||||
10 -2592 -137,274 277 279 407 428,stand,,,
|
||||
-206 -2627 -144,4 277 428,stand,,,
|
||||
-89 -2651 -149,276 275 279 4 422 428,stand,,,
|
||||
-81 -2388 -148,4 279 281 407 280,stand,,,
|
||||
-105 -2546 -149,275 4 278 277,stand,,,
|
||||
19 -2217 -133,256 281 257 406 278 233,stand,,,
|
||||
-79 -2249 -140,280 278 257 406 407,stand,,,
|
||||
-124 -2972 -127,283 417 428,stand,,,
|
||||
-129 -3012 -127,282 284 287,stand,,,
|
||||
-113 -3203 -127,283 285 421,stand,,,
|
||||
-242 -3202 -127,284 286,stand,,,
|
||||
-242 -3120 -127,285 287,stand,,,
|
||||
-246 -3017 -127,286 283,stand,,,
|
||||
388 -3193 -131,289 420,stand,,,
|
||||
389 -3144 -131,288 290 410,stand,,,
|
||||
511 -3135 -127,289 291 414,stand,,,
|
||||
671 -3202 -127,290 292 297,stand,,,
|
||||
719 -3212 -127,291 293,stand,,,
|
||||
725 -3163 -127,292 294,stand,,,
|
||||
719 -3064 -167,293 295 326,stand,,,
|
||||
817 -3053 -165,294 3 326,stand,,,
|
||||
788 -2720 -163,300 312 321 326 412 411,stand,,,
|
||||
661 -3157 -127,291 298,stand,,,
|
||||
680 -2972 8,297 299,stand,,,
|
||||
572 -2906 8,298 415,stand,,,
|
||||
1057 -2674 -166,296 301 321 312 325 313,stand,,,
|
||||
1177 -2672 -167,300 311 312 316 325,stand,,,
|
||||
1612 -2932 -175,303 322,stand,,,
|
||||
1591 -2773 -175,302 304,stand,,,
|
||||
1659 -2779 -175,303 2,stand,,,
|
||||
1699 -2614 -189,2 306 311 320,stand,,,
|
||||
1859 -2614 -188,305 23 22,stand,,,
|
||||
1124 -3075 -175,324 327,stand,,,
|
||||
1226 -3043 -39,309 310 328,stand,,,
|
||||
1130 -2944 -39,308 310,stand,,,
|
||||
1315 -2953 -39,309 308 329,stand,,,
|
||||
1425 -2614 -177,301 305 315 325 314 312 313 316,stand,,,
|
||||
1184 -2545 -167,301 313 316 296 321 300 311 314,stand,,,
|
||||
1176 -2382 -166,312 314 300 311,stand,,,
|
||||
1363 -2385 -172,313 316 325 311 312,stand,,,
|
||||
1546 -2177 -187,316 317 311,stand,,,
|
||||
1574 -2354 -185,315 314 320 312 301 21 317 311 22,stand,,,
|
||||
1739 -2181 -199,315 21 320 22 316 332,stand,,,
|
||||
2182.03 -3236 -195.875,1 319,stand,61.3751 -65.3577 0,,
|
||||
2185.78 -3178.6 -195.875,318,stand,45.2472 -89.978 0,,
|
||||
1691.8 -2504.76 -161.771,305 316 317,stand,24.2633 87.5171 0,,
|
||||
716.235 -2594.2 -167.66,296 312 270 300 412 411,stand,24.6918 96.9873 0,,
|
||||
1521.04 -2997.56 -175.875,302 323,stand,20.3357 179.764 0,,
|
||||
1406.29 -2998.69 -175.875,322 324,stand,22.3352 165.987 0,,
|
||||
1151.21 -2977.14 -173.875,307 323 325,stand,20.907 -10.6677 0,,
|
||||
1187.8 -2838.93 -170.209,301 324 300 311 314 326,stand,30.899 -101.678 0,,
|
||||
780.424 -2867.09 -167.793,295 294 296 255 325 412,stand,17.8418 -57.5134 0,,
|
||||
1141.87 -3242.39 -175.875,307 328,stand,65.7257 3.29041 0,,
|
||||
1212.4 -3248.87 -175.875,308 327,stand,34.184 143.619 0,,
|
||||
1443.02 -3008.14 -39.875,310 330,stand,26.6913 7.65747 0,,
|
||||
1570.39 -2960.36 -39.875,329 331,stand,15.6281 86.4514 0,,
|
||||
1569.19 -2743.13 -39.875,330,stand,37.392 -119.174 0,,
|
||||
1875.81 -1937.89 -236.756,21 333 374 375 334 317,stand,17.9846 41.3306 0,,
|
||||
1912.85 -1687.89 -247.875,332 334 20 19 374 463 376,stand,10.1294 122.91 0,,
|
||||
1711.07 -1614.64 -238.349,333 335 332,stand,28.8281 78.728 0,,
|
||||
1712.38 -1573.13 -231.89,334 336,climb,-75.3607 86.5833 0,,
|
||||
1710.09 -1547.12 60.125,335 337 340,climb,80.7166 -91.1975 0,,
|
||||
1715.48 -1334.2 46.1708,336 338 341,stand,14.9854 -155.731 0,,
|
||||
1519.03 -1320.94 -0.572401,337 339 344,stand,14.3427 -91.3568 0,,
|
||||
1514.87 -1489.15 -2.65627,338 340,stand,1.56555 6.13586 0,,
|
||||
1646.77 -1481.54 63.2954,339 336,stand,58.8043 -35.1178 0,,
|
||||
1670.37 -1198.32 70.125,337 342 345,stand,84.9957 40.7483 0,,
|
||||
1723.71 -1038.15 42.0541,341 343,stand,29.8279 147.662 0,,
|
||||
1611.75 -1009.12 45.7834,342 344 345,stand,13.8428 -154.034 0,,
|
||||
1505.5 -1130.25 -7.338,343 345 338 346,stand,4.85046 14.9689 0,,
|
||||
1650.36 -1137.91 70.125,344 341 343,stand,44.9615 -153.105 0,,
|
||||
1463.42 -1178.01 -28.3786,344 347,climb,73.3667 -178.94 0,,
|
||||
1437.88 -1178.18 -213.069,346 152 153 151,climb,-78.3545 -3.99902 0,,
|
||||
1705.03 -1487.85 -247.875,20 150,stand,43.4619 157.648 0,,
|
||||
1708.47 -1169.24 -247.875,148 149 12,stand,26.1914 -106.002 0,,
|
||||
1870.19 -1309.32 -223.875,147 148 458,stand,48.0267 161.362 0,,
|
||||
2363.19 -243.781 -199.742,73 352 72 71,stand,10.1294 39.8749 0,,
|
||||
2412.63 -1.11011 -150.19,351 84 353 71 69 72,stand,9.06372 72.9218 0,,
|
||||
2416.55 379.588 -65.0331,352 354 84 70,stand,18.1989 -20.3577 0,,
|
||||
2628.93 384.572 -69.3731,353 355 70,stand,22.0496 -67.9614 0,,
|
||||
2748.85 261.725 -75.4633,354 356 357 67,stand,20.5499 29.5367 0,,
|
||||
2855.82 226.454 -31.7306,67 355,stand,35.755 144.811 0,,
|
||||
2710.43 214.367 -30.1252,355 358,stand,73.8666 -128.672 0,,
|
||||
2698.11 189.314 -74.7354,357 70 68 69,stand,44.1046 165.081 0,,
|
||||
2861.7 -110.492 -55.4734,67 360 364 68,stand,20.0555 -78.8544 0,,
|
||||
2933.51 -414.36 -64.2161,359 361 79 365 362,stand,13.1287 -36.3208 0,,
|
||||
3261 -842.955 -146.837,360 53 76 362 79 54,stand,28.0481 -158.291 0,,
|
||||
2833.41 -625.578 -158.692,361 363 365 76 360 77 80,stand,34.3268 -118.449 0,,
|
||||
2575.81 -661.018 -212.142,362 72 78 73,stand,4.28467 23.9282 0,,
|
||||
2729.13 -28.3319 -107.165,71 359 67 72 365,stand,17.3419 -76.0583 0,,
|
||||
2727.26 -367.931 -146.469,72 362 364 360 71,stand,20.7697 -50.8063 0,,
|
||||
1815.41 -822.303 -134.415,144 143 142,stand,27.9767 -1.7688 0,,
|
||||
2046.5 17.1599 -55.875,131 494,stand,22.3407 -141.229 0,,
|
||||
2129.99 -154.014 -63.875,130 369 492,stand,75.152 5.08118 0,,
|
||||
2160.47 -142.367 -117.175,368 370,stand,84.9957 -167.646 0,,
|
||||
2207.01 -143.829 -148.675,369 372,stand,72.7954 -87.8577 0,,
|
||||
2203.85 -257.979 -210.943,82 373 372,stand,84.9957 40.8142 0,,
|
||||
2212.07 -193.809 -179.875,370 373 371,stand,47.4554 -94.9823 0,,
|
||||
2256.38 -237.482 -215.875,372 371 82,stand,41.2482 -150.079 0,,
|
||||
2050.49 -1993.5 -230.856,333 375 21 332 393,stand,20.907 125.096 0,,
|
||||
2097.96 -1910.84 -235.541,165 374 332,stand,68.5107 -121.212 0,,
|
||||
2261.78 -1460.78 -219.34,18 48 377 333 19,stand,12.2003 67.2144 0,,
|
||||
2230.35 -1562.87 -219.246,376 378 19 170,stand,14.5569 -92.1698 0,,
|
||||
2230.35 -1578.87 -175.875,377 379,stand,71.6528 -104.799 0,,
|
||||
2229.13 -1621.21 -182.875,378 380,stand,50.1691 -97.2345 0,,
|
||||
2204.03 -1678.99 -207.875,379 167 461,stand,26.9769 -94.9493 0,,
|
||||
2496.7 -1665.3 -207.875,169 168 386,stand,55.8051 -134.275 0,,
|
||||
2496.87 -1857.15 -207.875,168 383,stand,45.6757 -2.02698 0,,
|
||||
2516.36 -1857.15 -175.875,382 384,stand,79.5026 -2.74109 0,,
|
||||
2549.13 -1854.24 -215.05,383 47 46 385,stand,84.9957 -163.323 0,,
|
||||
2549.13 -1663.3 -216.751,46 386 17 384 47,stand,53.1683 177.325 0,,
|
||||
2533.13 -1663.3 -175.875,385 381,stand,72.9382 178.896 0,,
|
||||
2431.11 -1589.44 -175.875,169 170,stand,78.6456 87.0447 0,,
|
||||
2532.46 -2576.3 -217.751,29 30 16 389,stand,19.9072 108.666 0,,
|
||||
2531.81 -2812.88 -213.18,26 390 388 391 28,stand,15.4852 26.5924 0,,
|
||||
2582.85 -3070.08 -214.372,389 26 391 392,stand,8.91541 164.993 0,,
|
||||
2763.62 -2749.04 -215.872,28 29 389 390 26,stand,12.7716 106.166 0,,
|
||||
2183.29 -2990.47 -218.743,26 24 25 390,stand,30.899 117.219 0,,
|
||||
2128.36 -2332.14 -176.327,23 21 374 24,stand,18.479 -137.142 0,,
|
||||
1176.12 -2151.28 -119.875,246,stand,37.392 -174.913 0,,
|
||||
703.125 -2209.68 -119.875,248 396,stand,68.0823 170.387 0,,
|
||||
684.925 -2207.81 -79.8752,395 397,crouch,3.63647 -177.836 0,,
|
||||
662.875 -2211.4 -120.631,396 251 253,stand,84.9957 -12.832 0,,
|
||||
115.746 -2145.55 60.125,229 399,stand,26.9769 22.7087 0,,
|
||||
253.147 -2040.3 58.125,398 400,stand,22.3352 125.623 0,,
|
||||
225.765 -2014.07 94.1248,399 401,crouch,5.56458 138.697 0,,
|
||||
205.458 -1997.15 56.125,400 222,stand,22.3352 -51.1578 0,,
|
||||
265.334 -1891.52 192.125,228,stand,20.6213 125.294 0,,
|
||||
77.7037 -2039.58 192.125,227 404,stand,24.9774 91.6644 0,,
|
||||
206.486 -1996.12 192.125,403,stand,17.9791 -162.197 0,,
|
||||
-123.874 -2135.13 64.125,229,climb,83.0017 -90.0385 0,,
|
||||
-123.545 -2151.13 -129.755,281 280 407,climb,-76.1462 85.5396 0,,
|
||||
-154.203 -2361.73 -141.277,4 408 278 275 281 406,stand,63.8031 117.587 0,,
|
||||
-309.361 -2355.93 -137.646,407,stand,18.8361 12.03 0,,
|
||||
218.077 -2842.8 -170.663,410 411 422 423,stand,15.8423 13.689 0,,
|
||||
369.276 -3042.69 -140.61,409 289 411,stand,9.77234 -72.0264 0,,
|
||||
413.56 -2825.26 -166.462,410 412 409 271 270 296 321 423,stand,17.9077 35.5737 0,,
|
||||
571.269 -2862.73 -158.37,411 326 296 270 321 271 413,stand,84.1388 -78.6896 0,,
|
||||
577.746 -2883.77 -95.8747,412 414,crouch,57.019 -90.8734 0,,
|
||||
574.819 -2903.32 -127.875,413 290,stand,83.0731 87.2095 0,,
|
||||
495.125 -3189.46 8.125,299 416,stand,24.6918 -17.8033 0,,
|
||||
680.875 -3204.63 8.125,415,stand,14.9139 162.186 0,,
|
||||
20.1032 -2973.65 -127.875,282 418,stand,38.1775 -58.1122 0,,
|
||||
96.7019 -3087.32 -127.875,417 419,stand,33.5413 28.6743 0,,
|
||||
224.298 -3086.45 -127.875,418 420,stand,41.8909 -105.359 0,,
|
||||
224.491 -3202.61 -127.875,419 288 421,stand,74.8608 84.5508 0,,
|
||||
7.21531 -3225.48 -127.875,420 284,stand,59.8041 146.788 0,,
|
||||
17.511 -2776.9 -147.052,423 409 277 428,stand,27.334 8.04749 0,,
|
||||
131.899 -2705.13 -151.975,422 424 411 409,stand,-19.1217 92.406 0,,
|
||||
131.899 -2682.6 -79.8745,423 425,crouch,6.3501 88.1982 0,,
|
||||
129.973 -2664.15 -111.875,424 273,stand,84.9957 -117.784 0,,
|
||||
369.874 -2399.84 -111.875,260 427,stand,30.542 -4.52637 0,,
|
||||
400.869 -2400.2 -75.8752,426,crouch,16.7706 -0.10437 0,,
|
||||
-102.644 -2824.1 -127.875,282 422 276 277 275,stand,60.5896 68.3954 0,,
|
||||
1045.91 -1614.91 -172.253,161 430,stand,83.0731 -14.425 0,,
|
||||
1068.93 -1614.27 -143.875,429 431,crouch,14.6997 -2.43896 0,,
|
||||
1087.13 -1617.74 -183.875,430 432,stand,60.4468 154.446 0,,
|
||||
1123.99 -1586.14 -183.875,431 178,stand,82.2162 138.746 0,,
|
||||
221.499 -1711.37 -85.2001,213 434 214 164 211,stand,58.7329 -97.8003 0,,
|
||||
221.499 -1727.37 -41.8747,433 435,crouch,20.2643 -90.9503 0,,
|
||||
221.833 -1752.14 -79.875,434 13 215,stand,62.5177 96.4105 0,,
|
||||
504.036 -1312.33 -103.875,203 187 186 437,stand,33.5413 -46.5436 0,,
|
||||
448.348 -1418.4 -103.875,436 188,stand,45.033 -91.0931 0,,
|
||||
757.787 -1234.4 -103.875,187 189,stand,5.56458 87.8302 0,,
|
||||
664.261 -1072.99 32.125,189 190 440,stand,41.748 -105.881 0,,
|
||||
695.189 -1242.52 32.125,439 441,stand,37.5348 -12.5299 0,,
|
||||
776.875 -1249.33 32.125,440,stand,39.0344 63.1934 0,,
|
||||
486.517 -917.899 32.125,190 443,stand,37.3206 -100.602 0,,
|
||||
391.125 -863.114 32.125,442 444,stand,59.8041 -177.391 0,,
|
||||
371.69 -863.114 62.125,443 445,stand,8.84949 -177.391 0,,
|
||||
350.875 -861.487 30.7424,444 192 205 193,stand,60.661 -23.5767 0,,
|
||||
122.359 -1265.77 -5.8403,211 192 447 448 450,stand,22.9834 65.2368 0,,
|
||||
80.8622 -1143.63 14.4237,193 446 448 192 211 209,stand,76.723 -114.571 0,,
|
||||
-11.6985 -1311.03 -13.875,447 449 446,stand,21.6266 -89.4342 0,,
|
||||
-10.0302 -1508.6 -3.46855,448,stand,26.9055 77.4261 0,,
|
||||
350.875 -1223.95 10.7339,446 451 192,stand,19.1272 0.917358 0,,
|
||||
370.029 -1223.95 62.125,450 452,stand,6.27869 1.27441 0,,
|
||||
399.469 -1226.45 32.125,451 453,stand,77.0801 68.9337 0,,
|
||||
481.455 -1215.96 32.125,452 190,stand,84.9957 73.5754 0,,
|
||||
14.0073 -260.01 30.7268,206 207,stand,35.3265 -24.0106 0,,
|
||||
451.995 -284.165 4.5117,208 206 456,stand,44.6759 -173.529 0,,
|
||||
744.54 -261.114 -18.991,455 119 118 121 123,stand,19.1986 -8.0365 0,,
|
||||
2189.63 -1075.55 -215.875,48 81 458 49 75,stand,76.6516 82.6721 0,,
|
||||
2094.48 -1060.92 -223.875,146 457 350,stand,30.976 -4.3396 0,,
|
||||
1529.17 -1818.84 -241.253,172,stand,21.4124 -177.083 0,,
|
||||
2200.4 -1915.09 -207.875,167,stand,31.756 84.2871 0,,
|
||||
2175.13 -1666.11 -207.875,380 462,stand,41.0339 179.363 0,,
|
||||
2155.77 -1666.11 -175.875,461 463,stand,18.913 179.506 0,,
|
||||
2122.87 -1663.5 -232.253,462 19 333,stand,84.9957 7.36633 0,,
|
||||
451.627 -2373.01 -119.875,252 465 253,stand,12.486 -147.398 0,,
|
||||
467.646 -2399.13 -163.362,464 255 271,stand,81.2164 60.2325 0,,
|
||||
1034.35 -1957.28 -211.124,238 467 239,climb,-83.5126 91.3843 0,,
|
||||
1032.82 -1936.02 173.667,466 469 474,climb,84.9957 -90.2307 0,,
|
||||
927.848 -1830.27 267.662,469 474 471,stand,84.9957 -34.0686 0,,
|
||||
1049.56 -1829.89 268.002,468 467 470,stand,84.5013 174.199 0,,
|
||||
1089.04 -1736.84 195.763,469 471 475 481,stand,17.9846 -147.618 0,,
|
||||
939.392 -1748.54 206.164,470 472 468,stand,38.7488 167.992 0,,
|
||||
816.225 -1736.14 195.143,471 473,stand,32.6129 -6.44897 0,,
|
||||
822.16 -1817.5 267.456,472 474,stand,74.1522 -103.299 0,,
|
||||
822.148 -1895.45 209.726,473 467 468,stand,59.6613 11.0358 0,,
|
||||
1109.37 -1577.35 206.896,470 476 482,stand,19.1272 -74.9652 0,,
|
||||
1117.51 -1431.13 214.131,475 477,stand,26.2628 -50.0537 0,,
|
||||
1178.47 -1436.52 268.125,476 478,stand,72.4384 -12.6563 0,,
|
||||
1262.26 -1441.18 203.672,477 479,stand,10.8435 -114.928 0,,
|
||||
1259.57 -1549.08 206.065,478 480 482,stand,19.4788 -90.5933 0,,
|
||||
1251.57 -1720.08 213.178,479 481,stand,33.3984 -76.5308 0,,
|
||||
1182.41 -1750.7 268.125,480 470,stand,75.7178 90.9119 0,,
|
||||
1190.5 -1554.49 267.455,475 479,stand,55.0964 -9.78333 0,,
|
||||
634.874 -1469.98 -103.142,203 164 484,climb,-79.5026 4.86452 0,,
|
||||
634.875 -1458.15 76.1627,483 202,climb,82.7435 -39.8443 0,,
|
||||
450.099 -1380.6 119.273,202 201,stand,84.9957 -21.618 0,,
|
||||
460.916 -928.875 168.125,487 488,stand,31.8274 48.7494 0,,
|
||||
391.247 -860.618 168.125,486,stand,22.6923 -51.8249 0,,
|
||||
550.112 -913.347 168.125,486 198 197,stand,22.4066 -86.7614 0,,
|
||||
1184.88 -1343.13 -183.875,177 490,stand,52.8113 89.1297 0,,
|
||||
1185.22 -1319.63 -143.875,489 491,crouch,13.9856 86.9928 0,,
|
||||
1180.42 -1302.88 -208.046,160 152 153 182 11 490,stand,27.1143 -85.5255 0,,
|
||||
2054.48 -113.125 -63.2008,368 130 493,stand,54.3109 94.6997 0,,
|
||||
2047.57 -94.1942 -15.875,492 494,crouch,2.06543 87.7784 0,,
|
||||
2045.76 -72.875 -55.875,367 493,stand,45.8899 -93.5125 0,,
|
||||
2802.18 -1937.74 -191.875,31 41 496,stand,70.7245 -20.8356 0,,
|
||||
2998.36 -1944.87 -191.875,495 32,stand,37.8918 140.724 0,,
|
||||
|
340
scriptdata/waypoints/mp_broadcast_wp.csv
Normal file
@@ -0,0 +1,340 @@
|
||||
339
|
||||
990.537 4388.6 1190.13,1,stand,84.9957 1.49414 0,,
|
||||
1141.46 4358.94 1190.13,0 2,stand,69.2963 -100.558 0,,
|
||||
1131.01 3983.47 1097.13,1 3,stand,21.7639 -96.7731 0,,
|
||||
1053.58 3831.08 1096.88,2 4 207,stand,16.3422 -88.3521 0,,
|
||||
1001.64 3926.2 1101.93,3 5,stand,2.85095 95.9381 0,,
|
||||
1012.79 4228.46 1235.43,4 6,stand,25.2631 145.679 0,,
|
||||
903.566 4283.1 1237.93,5 7 14,stand,15.6281 -103.057 0,,
|
||||
831.092 3892.84 1237.93,6 8 12 13,stand,15.6995 -162.79 0,,
|
||||
273.03 3702.96 1237.93,7 9 126 12 10,stand,20.5499 76.311 0,,
|
||||
-1.51944 3956.78 1237.93,8 10 118 119 126 127,stand,9.91516 -39.809 0,,
|
||||
255.824 3856.18 1237.93,9 11 8,stand,61.6608 -0.697632 0,,
|
||||
276.351 3872.85 1275.93,10 12,stand,74.8608 83.5181 0,,
|
||||
299.329 3863.6 1237.93,11 7 8,stand,54.3823 -174.282 0,,
|
||||
692.81 4238.04 1237.93,7 14,stand,16.6992 74.1687 0,,
|
||||
737.167 4446.58 1237.93,13 6 15,stand,28.1854 -0.483398 0,,
|
||||
742.267 4528.13 1266.18,14 16 17,stand,26.12 49.9054 0,,
|
||||
827.213 4936.5 1265.93,15 17 19 20,stand,7.77832 -33.8983 0,,
|
||||
1102.98 4878.76 1265.93,16 15 18 20,stand,22.478 -156.154 0,,
|
||||
1108.57 5215.49 1265.93,17 19 21,stand,19.3359 177.512 0,,
|
||||
836.166 5233.84 1265.93,18 16 21,stand,64.726 -81.5021 0,,
|
||||
1135.32 4570.23 1265.93,16 17,stand,19.6216 113.78 0,,
|
||||
928.324 5407.03 1265.93,18 19 22,stand,76.2177 97.7948 0,,
|
||||
942.383 5467.1 1265.93,21 23 25 26,stand,73.5809 -4.20776 0,,
|
||||
1158.97 5502.83 1265.93,22 24,stand,21.6211 -177.155 0,,
|
||||
1132.6 5828.92 1265.93,23 26,stand,-1.27991 -120.201 0,,
|
||||
554.156 5597.5 1265.93,22 26 27,stand,39.2487 -3.15857 0,,
|
||||
722.318 5847.67 1265.93,25 22 24,stand,18.7646 -44.4067 0,,
|
||||
176.522 5554.82 1266.43,25 28,stand,67.511 -179.879 0,,
|
||||
93.9507 5555.37 1230.18,27 29,stand,38.5345 111.962 0,,
|
||||
74.0711 5617.61 1230.18,28 30 31,stand,46.8127 -179.451 0,,
|
||||
-39.6442 5618.27 1241.18,29 197,stand,42.2479 -140.416 0,,
|
||||
92.9332 5880.34 1230.18,29 32,stand,58.0902 -1.95557 0,,
|
||||
238.411 5875.88 1156.93,31 33,stand,34.1125 -88.1708 0,,
|
||||
235.591 5555.21 1156.93,32 34,stand,46.8842 179.692 0,,
|
||||
83.7793 5564.66 1101.93,33 35,stand,59.8755 71.922 0,,
|
||||
34.0889 5610.95 1101.93,34 36 37 38 39 40,stand,45.3186 32.8107 0,,
|
||||
78.8283 5781.87 1101.93,35 37 38,stand,26.8341 -83.3917 0,,
|
||||
188.324 5810.62 1101.93,36 35 38,stand,33.1842 -121.218 0,,
|
||||
188.324 5659.11 1101.93,35 37 36,stand,24.3347 175.193 0,,
|
||||
-50.7695 5521.32 1101.93,35 40 41 42 47,stand,22.121 -96.026 0,,
|
||||
-149.699 5681.61 1101.93,39 35 160 163,stand,45.033 12.2552 0,,
|
||||
47.4468 5365.66 1101.93,39 43 48 47,stand,22.8351 -10.2393 0,,
|
||||
-22.2284 5201.48 1101.93,39 44 45 47,stand,9.84375 1.25244 0,,
|
||||
200.891 5336.8 1101.93,41 44 56 55,stand,68.0823 170.612 0,,
|
||||
190.588 5201.83 1101.93,43 42 46,stand,48.7408 -176.243 0,,
|
||||
-32.7053 5045.78 1101.93,42 46 50,stand,30.1849 -0.532837 0,,
|
||||
175.754 5045.8 1101.93,45 44 52,stand,54.8822 -177.825 0,,
|
||||
-161.48 5373.83 1101.93,42 48 39 51 41 74,stand,37.4634 -113.368 0,,
|
||||
-224.405 5268.23 1101.93,47 49 51 41,stand,22.2638 -91.6699 0,,
|
||||
-220.706 4892.73 1101.93,48 50 70 71 79 86,stand,30.6848 93.8177 0,,
|
||||
-44.1907 4893.95 1101.93,49 45 52,stand,63.089 80.4034 0,,
|
||||
-399.3 5297.84 1101.93,47 48 73 74,stand,73.0811 -76.9098 0,,
|
||||
211.515 4892.35 1101.93,46 53 50,stand,17.5562 -15.8148 0,,
|
||||
403.843 4902.11 1101.93,52 54 59,stand,21.9781 83.8147 0,,
|
||||
418.526 5108.72 1101.93,53 55 57,stand,21.0498 90.3076 0,,
|
||||
397.494 5312.13 1101.93,54 56 43,stand,25.3345 30.8606 0,,
|
||||
573.229 5389.72 1101.93,55 43 57 164,stand,48.3838 136.912 0,,
|
||||
639.908 5111.03 1101.93,54 56 58,stand,10.058 103.442 0,,
|
||||
670.744 4872.42 1101.93,57 59 183,stand,17.5562 -169.058 0,,
|
||||
506.464 4867.02 1101.93,58 53 60,stand,64.303 -141.652 0,,
|
||||
511.874 4736.71 1101.93,59 61 63,stand,31.0419 125.782 0,,
|
||||
482.672 4601.74 1101.93,60 62,stand,18.7646 -177.693 0,,
|
||||
297.791 4603.78 1101.93,61 63,stand,16.842 65.9015 0,,
|
||||
207.292 4771.78 1101.93,62 60 64,stand,80.5737 177.094 0,,
|
||||
132.65 4768.55 1101.93,63 65 66,stand,24.4775 -105.04 0,,
|
||||
100.9 4671.15 1101.93,64 66 67,stand,67.2968 -110.391 0,,
|
||||
-86.6866 4755.57 1101.93,65 64,stand,18.6218 15.2325 0,,
|
||||
97.4893 4606.61 1101.93,65 68 69,stand,49.3121 89.2419 0,,
|
||||
-118.005 4588.19 1101.93,67 69 70,stand,64.0887 -170.272 0,,
|
||||
83.0201 4426.08 1101.93,68 67,stand,15.7709 73.5974 0,,
|
||||
-188.359 4587.88 1101.93,68 49 86 78 85 84,stand,41.6052 0.148315 0,,
|
||||
-393.452 4897.29 1101.93,49 72 78 79,stand,25.5487 92.785 0,,
|
||||
-392.128 5011.41 1101.93,71 73 76,stand,66.5112 168.651 0,,
|
||||
-394.148 5180.08 1101.93,72 51 75,stand,84.9957 173.073 0,,
|
||||
-828.005 5423.24 1101.93,51 75 90 47,stand,17.8363 -78.8708 0,,
|
||||
-794.568 5178.28 1101.93,74 73 76,stand,33.2556 1.70288 0,,
|
||||
-805.812 5005.19 1101.93,72 75 77,stand,34.6838 95.2789 0,,
|
||||
-789.92 4848.52 1101.93,76 78 79 80,stand,59.5898 3.98254 0,,
|
||||
-487.271 4738.84 1101.93,71 77 70,stand,24.1919 176.281 0,,
|
||||
-947.081 4680.97 1101.93,71 49 77 80 155,stand,22.6208 47.4609 0,,
|
||||
-688.635 4648.16 1101.93,79 77 81 85 84,stand,16.485 107.974 0,,
|
||||
-733.628 4576.81 1101.93,80 82 84 85,stand,74.2181 177.858 0,,
|
||||
-801.24 4572.38 1101.93,81 83,stand,-0.571289 -71.6638 0,,
|
||||
-999.094 4519.73 1101.93,82,stand,26.8341 -14.837 0,,
|
||||
-631.14 4355.33 1101.68,81 85 136 80 116 70,stand,57.5189 16.1334 0,,
|
||||
-521.091 4553.66 1101.93,84 80 81 86 70,stand,28.6139 66.665 0,,
|
||||
-254.044 4460.2 1101.93,85 87 70 49,stand,51.4545 -108.561 0,,
|
||||
-264.294 4400.29 1101.68,86 88 89,stand,1.99402 -81.0132 0,,
|
||||
-197.727 4231.96 1101.93,87 89,stand,15.4138 -159.23 0,,
|
||||
-359.942 4221.53 1101.93,88 87,stand,24.4775 88.2202 0,,
|
||||
-953.429 5438.99 1101.93,74 91,stand,28.4711 15.4852 0,,
|
||||
-1012.26 5645.48 1101.93,90 92,stand,54.3109 90.423 0,,
|
||||
-1022.27 5746.09 1101.93,91 93 96 97,stand,16.6278 130.457 0,,
|
||||
-1266.87 5656.21 1101.93,92 96,stand,16.6278 61.0895 0,,
|
||||
-1270.57 5963.74 1101.93,95 97 98,stand,16.5564 4.35059 0,,
|
||||
-899.981 6169.08 1102.93,94 96 157 162,stand,14.7711 -144.454 0,,
|
||||
-1015.66 6158.99 1101.93,93 92 97 95,stand,12.3431 -99.7064 0,,
|
||||
-1248.44 6131.06 1101.93,92 94 96,stand,26.6913 -78.1512 0,,
|
||||
-1275.08 5745.29 1239.43,94 99 101,stand,13.2001 -62.8088 0,,
|
||||
-1383.54 5319.98 1237.18,98 100,stand,8.84399 71.8671 0,,
|
||||
-1297.81 4909.73 1237.18,99 101 102,stand,6.63574 75.5035 0,,
|
||||
-1218.12 5268.38 1237.18,100 98 102,stand,1.8512 -116.208 0,,
|
||||
-1170.72 4890.75 1237.18,100 101 103,stand,33.7555 105.551 0,,
|
||||
-1021.96 4882.58 1237.18,102 104,stand,26.5485 -160.153 0,,
|
||||
-1040.87 4721.67 1236.93,103 105 107 106 109,stand,12.7716 -134.028 0,,
|
||||
-1098.04 4591.23 1236.93,104 106 107 134,stand,82.002 -59.024 0,,
|
||||
-987.804 4621.99 1236.93,105 104 133 109,stand,29.2566 148.607 0,,
|
||||
-1241.95 4615.73 1236.93,105 104 108 109,stand,22.121 -6.22375 0,,
|
||||
-1402.11 4336.06 1236.93,107 109 110,stand,13.5571 34.7443 0,,
|
||||
-1396.1 4726.65 1236.93,108 107 104 106,stand,21.1212 -42.8302 0,,
|
||||
-1419.95 4140.89 1236.93,108 111 112,stand,12.5574 -173.381 0,,
|
||||
-1333.02 3849.68 1236.93,110 112 113,stand,16.4136 102.393 0,,
|
||||
-849.147 3534.47 1236.93,111 113 110 338,stand,10.415 -14.3701 0,,
|
||||
-523.109 3585.52 1236.93,112 114 111 338,stand,13.7 31.6626 0,,
|
||||
-246.679 3750 1236.93,113 115 117,stand,12.3431 -156.407 0,,
|
||||
-296.876 4092.39 1236.93,114 116 117 132,stand,47.8839 177.545 0,,
|
||||
-519.922 4093.94 1102.93,115 84 136 137 200 199,stand,-3.85071 -0.164795 0,,
|
||||
-201.252 4142.21 1236.93,115 114 118 132 133,stand,84.9957 -96.7291 0,,
|
||||
-129.153 4151.77 1236.93,117 9 119 128 127 132,stand,50.0977 -167.827 0,,
|
||||
16.916 4266.72 1236.93,118 120 124 9 128 127,stand,79.574 91.1151 0,,
|
||||
138.11 4436.13 1236.93,119 121,stand,19.7644 -141.559 0,,
|
||||
93.4269 4597.83 1236.93,120 122,stand,25.2631 -163.614 0,,
|
||||
-54.4642 4618.62 1236.93,121 123 124,stand,78.4314 106.743 0,,
|
||||
-54.4692 4678.95 1236.93,122 129,stand,49.5264 -102.096 0,,
|
||||
-117.139 4476.79 1236.93,122 125 119,stand,72.7954 178.616 0,,
|
||||
-183.82 4478.82 1236.93,124 130,stand,57.2333 -68.9063 0,,
|
||||
-72.7513 3686.37 1237.93,9 8,stand,24.7632 1.24695 0,,
|
||||
320.22 4217.05 1236.93,9 128 118 119,stand,22.478 -170.414 0,,
|
||||
281.647 4018.8 1236.93,127 118 119,stand,23.4778 156.687 0,,
|
||||
45.5722 4804.67 1236.93,123,stand,19.693 -156.028 0,,
|
||||
-551.128 4523.44 1236.93,125 131,stand,16.485 148.447 0,,
|
||||
-860.876 4765.09 1236.93,130,stand,21.4783 -27.5482 0,,
|
||||
-291.123 4252.91 1236.93,117 115 133 118,stand,24.7632 -95.2075 0,,
|
||||
-758.257 4355.17 1236.93,132 106 117,stand,21.4783 129.326 0,,
|
||||
-1098.18 4401.24 1102.93,105 135 152 199 137,stand,-25.1917 83.0621 0,,
|
||||
-858.833 4341.62 1102.93,134 136 199 152 200,stand,29.0424 -177.528 0,,
|
||||
-634.975 4195.29 1102.93,135 84 116 199 200 137 146,stand,20.1929 83.54 0,,
|
||||
-520.677 3974.02 1102.93,116 138 148 146 147 200 136 134,stand,32.113 -31.2231 0,,
|
||||
-376.274 3789.45 1101.93,137 139 140 146 147 148 149,stand,21.7639 77.4701 0,,
|
||||
-354.675 4132.17 1102.93,138,stand,12.6288 -97.5366 0,,
|
||||
-267.525 3798.32 1101.93,138 141 145,stand,16.6278 57.9034 0,,
|
||||
-51.4277 4014.87 1101.93,140 142 145,stand,21.3354 -17.6001 0,,
|
||||
161.953 3961.89 1101.93,141 143 307,stand,26.0486 -65.4181 0,,
|
||||
280.553 3762.85 1101.93,142 144 307,stand,77.2174 -10.8984 0,,
|
||||
348.441 3761.21 1101.93,143 187 186,stand,9.62952 -0.626221 0,,
|
||||
-139.023 3679.03 1101.93,140 141,stand,41.3196 76.0803 0,,
|
||||
-489.372 3393.46 1101.93,138 147 196 137 199 151 149 136,stand,15.6281 -171.227 0,,
|
||||
-704.976 3417.2 1101.93,146 148 138 137 200 199 201,stand,24.906 -173.227 0,,
|
||||
-915.902 3488.36 1101.93,147 149 194 138 137 200 199,stand,9.20105 171.074 0,,
|
||||
-1279.2 3744.71 1101.93,148 150 193 152 199 200 138 146,stand,26.1914 -165.52 0,,
|
||||
-1443.21 3911.01 1101.93,149 151 152 199 200 206,stand,10.3436 -19.0009 0,,
|
||||
-1556.05 4093.43 1101.93,150 152 146 203,stand,21.9781 111.83 0,,
|
||||
-1281.36 4318.03 1101.93,151 153 134 150 149 199 135,stand,17.1277 84.9957 0,,
|
||||
-1278.19 4549.55 1101.93,152 154 155 199,stand,18.3362 24.0436 0,,
|
||||
-1055.93 4549.49 1101.93,153,stand,62.1606 11.3379 0,,
|
||||
-1281.89 4675.47 1101.93,153 156 79,stand,13.7 169.343 0,,
|
||||
-1289.78 4886.76 1101.93,155,stand,17.1277 -58.7494 0,,
|
||||
-677.603 5844.56 1102.93,95 162 159,stand,15.5566 95.6195 0,,
|
||||
-377.953 6224.71 1102.93,159 160 162,stand,11.3434 -20.7916 0,,
|
||||
-489.211 5833.18 1102.93,158 160 157,stand,17.8418 75.9869 0,,
|
||||
-208.726 5809.1 1102.93,159 40 158 163,stand,17.0563 12.9639 0,,
|
||||
-83.4766 6219.54 1102.93,163,stand,13.3429 -71.3947 0,,
|
||||
-632.595 6268.07 1102.93,95 157 158 163,stand,17.0563 -76.7999 0,,
|
||||
-64.4168 5840.87 1102.93,40 161 160 162,stand,20.05 98.7946 0,,
|
||||
588.145 5588.27 1101.93,56 165,stand,22.0496 -75.8441 0,,
|
||||
795.81 5592.74 1101.93,164 166 168,stand,30.6134 -130.655 0,,
|
||||
1067.71 5597.23 1101.93,165 167,stand,34.9695 -135.011 0,,
|
||||
1067.57 5436.12 1101.93,166 168 170,stand,27.9712 -178.116 0,,
|
||||
797.891 5431.54 1101.93,167 169 165,stand,28.5425 -66.8518 0,,
|
||||
806.944 5278.65 1101.93,168 170,stand,33.4698 46.3403 0,,
|
||||
1070.15 5271.97 1101.93,169 167 171,stand,50.4547 -114.17 0,,
|
||||
1078.31 5188.96 1101.93,170 172 176,stand,41.4624 91.5161 0,,
|
||||
844.578 5186.36 1101.93,171 173,stand,12.0575 -21.1212 0,,
|
||||
854.785 5010.58 1101.93,172 174 176,stand,18.6218 -89.7748 0,,
|
||||
854.843 4861 1101.93,173 175,stand,2.4939 16.9244 0,,
|
||||
1073.59 4863.03 1101.93,174 176 177,stand,50.3833 -87.4896 0,,
|
||||
1069.03 5059.65 1101.93,175 171 173,stand,28.0426 87.2424 0,,
|
||||
1074.94 4788.41 1101.93,175 178 181,stand,44.7473 88.7915 0,,
|
||||
810.374 4781.98 1101.93,177 179,stand,18.9075 -85.8636 0,,
|
||||
823.402 4590.71 1101.93,178 180 181,stand,21.4069 -54.9591 0,,
|
||||
867.907 4536.65 1101.93,179 181 182,stand,34.2554 20.907 0,,
|
||||
1022.67 4613.67 1101.93,180 177 179,stand,27.9712 96.1304 0,,
|
||||
865.331 4468.58 1101.93,180 183,stand,51.9543 89.0607 0,,
|
||||
658.227 4429.25 1101.93,182 184 58,stand,29.5422 -12.1564 0,,
|
||||
660.021 4171.92 1101.93,183 185 188,stand,19.2645 -166.168 0,,
|
||||
373.09 4144.49 1101.93,184 186,stand,31.8274 -88.2312 0,,
|
||||
376.766 4033.68 1101.93,185 187 144,stand,31.8274 -88.2312 0,,
|
||||
495.257 3733.96 1101.93,186 144 189,stand,73.7238 -9.72839 0,,
|
||||
649.12 4040.29 1101.93,184 189 192,stand,18.4845 -96.4874 0,,
|
||||
562.015 3734.38 1101.93,188 187 190,stand,55.6677 175.161 0,,
|
||||
841.935 3675.89 1101.93,189 191 192,stand,46.1041 -91.5656 0,,
|
||||
839.179 3587.7 1102.38,190 207 209 210 219 220,stand,35.5408 37.1887 0,,
|
||||
890.799 3935.01 1101.93,190 188,stand,17.699 -129.331 0,,
|
||||
-1370.67 3645.38 1098.13,149 194 205 309 310 312 332 336,stand,29.6191 41.8634 0,,
|
||||
-979.936 3350.01 1098.13,193 148 202 310 312 335 336,stand,15.6995 108.984 0,,
|
||||
-479.404 3298.32 1097.63,196 202 212 306 241 315 335,stand,40.1825 93.631 0,,
|
||||
-484.767 3352.4 1119.93,195 146,stand,69.082 178.566 0,,
|
||||
-967.721 5551.01 1241.18,30 198,stand,22.6208 -3.65845 0,,
|
||||
-1018.47 5019.68 1241.18,197,stand,14.9139 48.3673 0,,
|
||||
-972.772 4144.37 1102.93,152 150 149 135 200 148 134 153 136 116 146 147,stand,21.0553 -132.565 0,,
|
||||
-793.078 4010.02 1102.93,199 147 148 149 150 137 116 135 136,stand,21.1981 -105.544 0,,
|
||||
-720.968 3382.25 1119.93,147 202,stand,73.2239 -99.6002 0,,
|
||||
-726.431 3345.73 1097.63,201 195 194 315 335,stand,77.2229 167.444 0,,
|
||||
-1598.55 4066.61 1119.93,151 204,stand,84.7156 -159.272 0,,
|
||||
-1648.7 4059.83 1097.63,203 205 308 309 311,stand,32.8271 -49.9475 0,,
|
||||
-1537.69 3845.71 1097.63,204 206 193 309 310 312 336,stand,37.9633 27.0612 0,,
|
||||
-1497.63 3867.06 1119.93,205 150,stand,84.9957 38.2672 0,,
|
||||
1043.98 3580.55 1096.88,191 3 220 219,stand,14.8425 83.41 0,,
|
||||
1039.66 3197.06 1096.88,220 221 219 222,stand,9.84375 -101.896 0,,
|
||||
474.34 3462.1 1096.63,191 210 214 215 216,stand,14.5569 165.549 0,,
|
||||
425.168 3579.42 1102.38,209 211 191 220 219,stand,24.2633 178.898 0,,
|
||||
110.08 3584.67 1102.38,210 213 303,stand,24.6918 -179.081 0,,
|
||||
-67.6822 3181.41 1096.63,213 215 195 241 304 315 316 313 243 317 335 331,stand,10.2008 50.1325 0,,
|
||||
156.147 3339.34 1096.63,212 214 211 216,stand,13.7714 -4.96397 0,,
|
||||
480.56 3206.93 1096.63,213 209 215 216 217 219,stand,11.272 86.1017 0,,
|
||||
265.692 3168.63 1096.63,214 209 241 212 315 314,stand,20.5499 38.6627 0,,
|
||||
345.813 3375.19 1117.63,209 213 214,stand,71.2244 89.892 0,,
|
||||
551.304 2873.92 1103.63,214 218 241,stand,19.3359 82.9376 0,,
|
||||
773.222 2900.07 1103.63,217 219 221,stand,7.20703 144.961 0,,
|
||||
717.747 3293.5 1096.63,218 207 214 191 210 208,stand,19.4788 25.6329 0,,
|
||||
900.468 3365.24 1096.88,210 207 208 221 191,stand,17.699 38.6078 0,,
|
||||
947.825 2936.34 1096.88,208 218 222 223 220,stand,21.5497 -134.213 0,,
|
||||
1061.52 2801.05 1097.13,221 223 239 240 208,stand,24.2633 -106.884 0,,
|
||||
837.95 2754.45 1097.13,222 221 224 225 239,stand,24.4061 59.8993 0,,
|
||||
480.579 2745.28 1097.13,223 225,stand,2.70813 33.2135 0,,
|
||||
808.032 2699.86 1097.13,223 224 226,stand,75.3607 -96.3757 0,,
|
||||
800.86 2655.94 1098.43,225 227 230,stand,52.9541 83.8824 0,,
|
||||
908.631 2403.44 1098.43,226 228 230 239,stand,46.8842 -5.5902 0,,
|
||||
496.018 2414.17 1098.43,227 229,stand,24.1919 2.79785 0,,
|
||||
459.438 2593.16 1098.43,228 230 231,stand,26.3342 4.66003 0,,
|
||||
720.071 2549.83 1098.43,229 227 226,stand,84.9957 -26.8817 0,,
|
||||
469.346 2684.07 1112.43,229 232,stand,42.3907 -49.931 0,,
|
||||
668.872 2663.31 1204.43,231 233 236,stand,50.1691 -158.416 0,,
|
||||
821.286 2386.68 1204.43,232 234 236 235 237 238,stand,20.9784 155.771 0,,
|
||||
474.097 2600.6 1204.43,233 235,stand,2.92236 29.7968 0,,
|
||||
526.392 2380.65 1204.43,234 236 233,stand,15.6995 27.1545 0,,
|
||||
869.957 2632.94 1204.43,235 232 233,stand,22.3352 -150.862 0,,
|
||||
864.453 2287.78 1204.43,233 238,stand,39.2487 139.27 0,,
|
||||
682.911 2306.87 1204.43,237 233,stand,33.0414 16.1572 0,,
|
||||
1067.47 2379.03 1097.13,227 223 222 240,stand,17.8418 139.979 0,,
|
||||
955.383 2219.27 1097.13,239 222 246 245,stand,19.5557 79.812 0,,
|
||||
288.428 2843.02 1103.88,217 215 212 242 315 314 316 195,stand,20.1215 39.7559 0,,
|
||||
367.906 2764.59 1103.88,241 243 314,stand,34.1125 120.917 0,,
|
||||
317.535 2120.84 1096.63,242 244 313 314 212 330,stand,7.27844 64.2993 0,,
|
||||
708.024 2040.02 1097.13,243 245 247 248,stand,31.756 81.3501 0,,
|
||||
740.533 2165.83 1097.13,244 246 240,stand,28.6908 168.433 0,,
|
||||
456.86 2314.77 1097.13,245 240,stand,17.5562 4.85229 0,,
|
||||
1133.7 1994.34 1097.13,244,stand,12.7716 -147.896 0,,
|
||||
691.266 1907.55 1097.13,244 249 251 337,stand,22.4066 -37.901 0,,
|
||||
198.464 2005.36 1097.13,248 250,stand,25.9772 -13.1708 0,,
|
||||
120.601 1721.49 1097.13,249 251,stand,35.8978 17.0856 0,,
|
||||
529.563 1612.87 1097.13,250 248 252 337,stand,57.0245 135.919 0,,
|
||||
482.004 1507.12 1097.13,251 253 254 256 255,stand,29.7565 -27.6617 0,,
|
||||
774.622 1370.41 1097.13,252,stand,19.6271 131.201 0,,
|
||||
407.989 1151.3 1097.13,252 255 256,stand,10.6293 132.821 0,,
|
||||
78.6915 1323.57 1097.13,254 256 252 257,stand,15.9851 74.0112 0,,
|
||||
168.311 1610.1 1097.13,255 252 254 258,stand,23.5492 -8.48509 0,,
|
||||
-32.2168 1363.38 1097.13,255 258 259 297 294 293 302,stand,22.0496 64.14 0,,
|
||||
67.0373 1636.63 1097.13,257 256 259 291 293 294 297,stand,70.4388 -20.2185 0,,
|
||||
-340.477 1275.21 1097.13,258 257 260 261 297 302,stand,29.9707 109.266 0,,
|
||||
-665.907 1216.75 1097.13,259 261 266,stand,18.2703 10.9717 0,,
|
||||
-774.442 1367.54 1097.13,259 260 262 266,stand,63.8031 51.6705 0,,
|
||||
-776.942 1421.86 1098.38,261 263 264,stand,49.7406 -93.5083 0,,
|
||||
-659.662 1555.46 1098.38,262 264 286,stand,50.6689 89.5404 0,,
|
||||
-825.147 1502.55 1098.38,263 265 262,stand,57.2388 176.893 0,,
|
||||
-888.447 1510.68 1097.13,264 266 269 274,stand,55.7391 -1.71202 0,,
|
||||
-944.38 1341.19 1097.13,265 261 260 267 269 268 274,stand,22.6208 13.4985 0,,
|
||||
-1286.45 1237.72 1097.13,266 268 271,stand,19.5557 90.2325 0,,
|
||||
-1292.38 1518.43 1097.13,267 269 270 266 272,stand,2.92236 20.365 0,,
|
||||
-1106.44 1485.75 1097.13,268 271 265 266 272 275,stand,19.1272 4.72595 0,,
|
||||
-1558.35 1480.41 1097.13,268 271 273 274,stand,9.84924 -28.1891 0,,
|
||||
-1544.43 1262.87 1097.13,270 267 269,stand,15.6995 32.4115 0,,
|
||||
-1299.27 1686.75 1097.13,268 269 273 274 275 328,stand,17.2705 -64.9878 0,,
|
||||
-1729.87 1819.93 1097.13,272 270 274 328 325,stand,52.3114 -75.7599 0,,
|
||||
-1209.95 1954.05 1097.13,270 272 273 265 275 266,stand,10.9149 -68.5419 0,,
|
||||
-817.146 2001.55 1097.13,269 274 272 276 318 322,stand,24.1919 -155.949 0,,
|
||||
-505.345 1897.13 1097.13,275 277 290,climb,-67.511 -91.2231 0,,
|
||||
-506.895 1864.11 1222.13,276 278,climb,77.6459 89.9854 0,,
|
||||
-477.523 1618.58 1216.88,277 279,stand,50.9546 -92.8052 0,,
|
||||
-480.636 1545.1 1216.88,278 280,stand,7.70691 155.431 0,,
|
||||
-659.496 1553.79 1216.88,279 281 282,stand,13.9856 -152.752 0,,
|
||||
-829.051 1524.03 1216.88,280,stand,23.2635 104.976 0,,
|
||||
-653.684 1629.76 1216.88,280 283,stand,28.0481 -94.6838 0,,
|
||||
-811.684 1697.83 1216.88,282 284,stand,33.1128 35.9436 0,,
|
||||
-792.571 1836.17 1175.63,283 285,stand,16.9135 -56.8194 0,,
|
||||
-611.919 1825.49 1098.38,284 286 288 289 299 298,stand,20.0555 -96.0901 0,,
|
||||
-661.505 1622.1 1098.38,285 287 263 288,stand,23.0493 172.344 0,,
|
||||
-808.487 1808.71 1098.38,286 288,stand,15.4852 -42.1857 0,,
|
||||
-782.551 1662.33 1098.38,287 285 286,stand,30.3278 15.4102 0,,
|
||||
-465.483 1843.06 1098.38,285 290 299 298,stand,55.6677 89.7217 0,,
|
||||
-464.774 1900.56 1097.13,289 276 291 302,stand,78.8599 90.8588 0,,
|
||||
-233.287 2011.24 1097.13,290 292 258 293 302,stand,42.605 88.1506 0,,
|
||||
-229.066 2098.55 1096.63,291 313 316 318 314 322,stand,10.5634 -90.0586 0,,
|
||||
-325.006 1627.23 1097.13,258 294 257 298 291 302,stand,49.0265 163.649 0,,
|
||||
-330.229 1550.07 1097.13,293 295 297 257 258,stand,59.09 -179.537 0,,
|
||||
-380.12 1550.01 1098.38,294 296 300 301,stand,45.8899 -0.651841 0,,
|
||||
-375.743 1471.72 1098.38,295 297 301 300,stand,59.3756 -1.15721 0,,
|
||||
-331.321 1471.64 1097.13,296 294 259 257 258,stand,55.4535 178.42 0,,
|
||||
-387.253 1628.01 1098.38,293 299 289 285,stand,46.0327 0.726929 0,,
|
||||
-477.259 1615.87 1098.38,298 300 289 285,stand,67.0111 -92.3657 0,,
|
||||
-479.307 1559.92 1098.38,299 295 301 296,stand,4.85046 -33.8141 0,,
|
||||
-539.155 1461.27 1098.38,296 300 295,stand,26.9769 69.7321 0,,
|
||||
-34.852 1944.93 1097.13,290 291 293 257 259,stand,20.6213 -170.33 0,,
|
||||
-99.6121 3582.09 1102.38,211 304,stand,20.3357 -22.7948 0,,
|
||||
-125.875 3362.06 1104.13,303 212 305,stand,59.3042 -169.885 0,,
|
||||
-152.519 3364.68 1137.13,304 306,stand,84.9957 -178.394 0,,
|
||||
-167.126 3363.05 1097.63,305 195,stand,25.9772 -14.2254 0,,
|
||||
155.537 3695.84 1101.93,142 143,stand,18.9844 30.7965 0,,
|
||||
-1845.4 4363.81 1097.63,204 309,stand,11.629 -81.3464 0,,
|
||||
-1913.23 3829.64 1097.63,308 204 205 193 311 310,stand,9.42078 21.0791 0,,
|
||||
-1636.58 3360.49 1098.13,193 311 309 205 194 312 335 332 333,stand,13.1287 -128.258 0,,
|
||||
-1865.23 2959.98 1097.13,310 309 204 312,stand,15.271 106.13 0,,
|
||||
-1401.23 3030 1096.63,311 310 193 205 194 324 336,stand,8.77808 74.9121 0,,
|
||||
50.2993 2135.04 1096.63,292 243 314 316 212,stand,12.843 -5.94725 0,,
|
||||
132.851 2421.58 1096.63,243 242 315 241 313 292 215,stand,10.5579 84.3109 0,,
|
||||
-96.2481 2845.16 1096.63,241 314 212 215 195 317 202,stand,9.06372 -124.6 0,,
|
||||
-297.325 2488.33 1096.63,241 292 212 313 317 318 332,stand,0.85144 -85.9332 0,,
|
||||
-428.308 2798.95 1104.43,315 316 331 333 212,stand,29.8993 -100.435 0,,
|
||||
-682.999 2258.4 1096.63,316 275 319 292 320 330 333,stand,35.3265 -124.638 0,,
|
||||
-849.839 2201.47 1061.64,318 320 322 321,stand,32.4701 95.1819 0,,
|
||||
-879.905 2324.66 1096.63,319 321 329 318 330,stand,31.0419 -125.649 0,,
|
||||
-1042.09 2165.21 1096.63,320 322 319 323 329,stand,19.6216 -15.5163 0,,
|
||||
-888.59 2121.81 1096.63,321 275 319 292,stand,67.511 -29.4415 0,,
|
||||
-1321.68 2164.66 1096.63,321 324 336,stand,18.2703 11.5265 0,,
|
||||
-1383.8 2542.08 1096.63,323 325 329 334 312 336,stand,13.1287 127.355 0,,
|
||||
-1500.59 2557.64 1097.13,324 326 273 328 327,stand,25.4059 -5.1837 0,,
|
||||
-1495.95 2809.54 1097.13,325 327 328,stand,16.2708 -177.004 0,,
|
||||
-1893.62 2788.55 1097.13,326 328 325,stand,27.1198 -108.801 0,,
|
||||
-1739.6 2097.87 1097.13,327 273 272 325 326,stand,24.8346 -68.8714 0,,
|
||||
-961.486 2322.78 1096.63,324 320 321 334,stand,24.906 -77.1551 0,,
|
||||
-606.684 2436.66 1096.63,318 243 320 331 333,stand,14.9854 -26.3379 0,,
|
||||
-525.367 2812.69 1096.63,330 332 317 335 212,stand,18.5559 -87.5152 0,,
|
||||
-664.963 2818.04 1096.63,331 316 333 335 334 193 310,stand,19.4073 -60.4065 0,,
|
||||
-818.823 2622.2 1096.63,332 334 330 318 317 335 310,stand,12.6288 -161.602 0,,
|
||||
-1079.27 2604.07 1096.63,333 329 324 336 332,stand,6.27869 -104.011 0,,
|
||||
-818.287 3065.91 1096.63,212 331 332 194 202 195 310 333,stand,14.9854 -56.4624 0,,
|
||||
-1226.66 2883.62 1096.63,324 312 334 194 193 205 323,stand,17.8418 115.155 0,,
|
||||
832.784 1873.18 1097.13,248 251,stand,18.9075 -153.197 0,,
|
||||
-453.097 3401.62 1236.93,113 112,stand,15.6995 169.796 0,,
|
||||
|
306
scriptdata/waypoints/mp_carentan_storm_wp.csv
Normal file
@@ -0,0 +1,306 @@
|
||||
305
|
||||
1582.88 3793.22 -13.0522,1 3,stand,17.6276 -142.163 0,,
|
||||
1546.62 3574.83 -22.9351,0 2 4 6,stand,22.6208 -134.879 0,,
|
||||
1442.8 3425.66 -27.7033,1 3 8 6,stand,14.8425 107.133 0,,
|
||||
1374.95 3873.9 -30.7148,2 0 4 9 10,stand,7.92114 -39.6771 0,,
|
||||
1116.39 3891.33 -22.2754,1 3 5 9 10,stand,15.4852 -28.5425 0,,
|
||||
1106.87 3513.75 -25.9411,4 6 10 9,stand,20.4785 -9.05823 0,,
|
||||
1224.53 3505.55 -19.4702,5 7 2 1 8 9,stand,23.9777 -103.266 0,,
|
||||
1195.84 3293.1 -23.7319,6 8,stand,22.6208 -2.99377 0,,
|
||||
1467.14 3271.97 -25.2553,7 2 6 20,stand,20.4785 136.461 0,,
|
||||
835.74 3802.32 -28.2251,6 4 3 5 11 13,stand,28.3282 -94.2847 0,,
|
||||
895.376 3472.52 -0.694582,3 5 13 4,stand,26.12 70.8014 0,,
|
||||
588.327 3688.39 -23.9125,9 12 13,stand,19.4073 -120.125 0,,
|
||||
441.954 3433.24 -26.4344,11 13 15 14,stand,2.20825 12.3376 0,,
|
||||
702.458 3473.82 -29.0813,12 10 11 9 14 15,stand,37.6776 5.34485 0,,
|
||||
638.319 3118.63 -24.6434,13 15 12,stand,18.0505 -176.506 0,,
|
||||
392.714 3106.61 -29.5582,14 12 13 16,stand,20.8356 -79.2279 0,,
|
||||
401.372 2966.47 -23.875,15 17 289 41 274,stand,3.42224 -11.9861 0,,
|
||||
654.605 2941.87 -23.875,16 18 275 288 289,stand,15.1282 -35.8923 0,,
|
||||
822.202 2819.76 -29.9569,17 19 40 38 288 275 289 41 283,stand,8.34412 13.8538 0,,
|
||||
1079.77 2910.88 -23.875,18 20 21 288,stand,17.9077 -28.9709 0,,
|
||||
1473.32 2797.52 -35.5777,19 8 21 40,stand,12.0575 62.9517 0,,
|
||||
1572.63 2656.23 -30.1813,20 22 19,stand,19.7644 -7.7179 0,,
|
||||
1762.42 2640.2 -30.5594,21 23,stand,11.9147 -88.8629 0,,
|
||||
1762.21 2292.9 -30.1695,22 24,stand,23.6206 -10.2118 0,,
|
||||
1918.25 2265.47 -27.6194,23 25 28,stand,2.77954 -91.4337 0,,
|
||||
1892.11 2143.65 -26.0621,24 26 28 27 32 35,stand,9.20105 -72.3779 0,,
|
||||
1948.14 1859.49 -23.875,25 27 28,stand,24.4775 -160.159 0,,
|
||||
1725.48 1858.62 -23.875,26 28 25 34,stand,28.1854 118.691 0,,
|
||||
1651.23 2106.07 -23.875,27 25 26 29 32 35 31 24 111,stand,15.4852 158.302 0,,
|
||||
1258.75 2113.86 -23.875,28 30 39,stand,21.1926 -131.385 0,,
|
||||
1094.09 1841.1 -38.4167,29 31 38 39 283 42 53,stand,19.2645 6.64673 0,,
|
||||
1295.53 1842.46 -23.875,30 32 36 38 28,stand,16.3422 -69.0051 0,,
|
||||
1441.07 1870.69 -29.875,31 33 25 28 35 109 111,stand,15.6995 -21.1212 0,,
|
||||
1704.91 1819.39 -23.875,32 34 109 35,stand,79.6454 49.5374 0,,
|
||||
1713.05 1834.35 13.4273,33 27,stand,84.9957 60.1721 0,,
|
||||
1419.84 1592.36 -23.875,28 36 109 95 33 32 111 25,stand,71.8671 177.517 0,,
|
||||
1318.01 1586.4 -23.875,35 37 31 103 104 96,stand,39.3915 -176.561 0,,
|
||||
1141.52 1583.77 -7.875,36,stand,22.121 5.50415 0,,
|
||||
1095.94 2151.8 -23.8429,31 30 39 41 42 285 18 283 53,stand,17.1991 -62.6715 0,,
|
||||
860.468 1815.12 -39.875,30 29 38 53 42 41 54,stand,20.4071 -92.2906 0,,
|
||||
1136.18 2751.64 -23.876,18 20 41 283 288 289 42,stand,20.05 41.7316 0,,
|
||||
1089.29 2446.47 -23.875,40 38 53 42 39 283 288 18 16,stand,73.7952 -98.5913 0,,
|
||||
802.127 2115.5 -23.875,38 43 39 53 41 40 54 30,stand,11.2006 -179.099 0,,
|
||||
779.075 2115.5 36.125,42 44,stand,73.2239 -176.957 0,,
|
||||
761.874 2115.85 8.125,43 45 49 46,stand,77.146 -21.5112 0,,
|
||||
563.942 1809.49 8.125,44 46 223,stand,39.6057 -168.745 0,,
|
||||
557.251 1899.98 8.125,45 47 44 51,stand,29.1852 -176.457 0,,
|
||||
310.24 1893.69 8.125,46 48 49,stand,31.9702 -3.02673 0,,
|
||||
311.944 1816.71 8.125,47 303,stand,33.1128 2.39502 0,,
|
||||
344.112 2168.93 8.125,47 50 44,stand,53.454 88.3246 0,,
|
||||
344.138 2264.82 -23.8568,49 51 284 278 282,stand,34.6124 67.7692 0,,
|
||||
761.875 1864.54 8.125,50 46 52,stand,69.3677 5.19104 0,,
|
||||
780.926 1865.44 36.125,51 53,stand,80.2881 1.89514 0,,
|
||||
802.125 1867.19 -39.6194,52 39 41 42 38 54 30,stand,-37.326 -175.682 0,,
|
||||
856.508 1602.31 -39.875,39 55 53 290 42,stand,22.5494 -83.6334 0,,
|
||||
897.843 1429.85 -39.1585,54 56 290 294,stand,17.4133 -90.9119 0,,
|
||||
898.006 1298.65 0.125,55 57,stand,12.9858 179.302 0,,
|
||||
673.056 1298.55 0.125,56 58 59,stand,19.2645 -103.832 0,,
|
||||
680.413 1211.57 0.125,57 59 60 61 71,stand,36.8207 79.3707 0,,
|
||||
564.312 1261.27 8.125,58 57 89 60,stand,41.748 58.8153 0,,
|
||||
625.004 1112.54 0.125,58 61 64 59,stand,50.1691 -38.9575 0,,
|
||||
720.521 1111.2 0.125,60 62 65 58,stand,64.303 -87.7753 0,,
|
||||
720.918 1091.48 28.125,61 63,stand,66.5112 -88.2037 0,,
|
||||
721.621 1072.88 -7.875,62 64 67 176,stand,49.1693 90.1483 0,,
|
||||
618.814 1065.62 4.125,63 60 87 90 176 173,stand,68.725 90.6482 0,,
|
||||
815.396 1111.13 0.124999,61 66 70,stand,76.0034 -92.9114 0,,
|
||||
816.957 1092.16 28.125,65 67,stand,75.2893 -89.0607 0,,
|
||||
814.082 1072.87 -7.875,66 63 68,stand,73.3667 88.4344 0,,
|
||||
910.415 1072.87 -8.68659,67 69 91 92 173,stand,68.4393 86.1493 0,,
|
||||
911.458 1090.96 28.125,68 70,stand,84.9957 88.006 0,,
|
||||
913.709 1111.13 0.125,69 65,stand,68.8678 -136.818 0,,
|
||||
932.154 1210.91 112.125,58 72,stand,57.7332 117.334 0,,
|
||||
940.289 1314.07 152.125,71 73,stand,26.8341 -170.008 0,,
|
||||
728.775 1267.44 152.125,72 74 76,stand,25.6915 -162.23 0,,
|
||||
721.081 1112.9 152.125,73 75 76,stand,25.2631 0.703125 0,,
|
||||
943.167 1125.28 152.125,74,stand,18.479 170.008 0,,
|
||||
561.19 1167.72 160.125,74 73 77,stand,28.0426 68.0219 0,,
|
||||
368.769 1196.89 160.125,76 78,stand,32.4701 89.5166 0,,
|
||||
388.304 1310.4 160.125,77 79,stand,39.8914 1.30737 0,,
|
||||
466.569 1312.09 160.125,78 80,stand,30.6134 -179.561 0,,
|
||||
453.055 1376.1 160.125,79 81,stand,60.0897 178.369 0,,
|
||||
248.916 1376.4 68.125,80 82,stand,33.1128 -57.2333 0,,
|
||||
272.979 1214.48 8.125,81 83 89 84 88,stand,21.1212 -9.98657 0,,
|
||||
390.85 1112.62 8.125,82 84 86 89 88,stand,48.0267 -147.442 0,,
|
||||
289.655 1111.13 8.125,83 85 82 89,stand,67.0111 -93.5596 0,,
|
||||
288.106 1071.61 0.0510499,84 86 176 161 90 205 173,stand,68.2251 0.719604 0,,
|
||||
395.75 1059.46 0.125,85 83 87 176 161 173 90 208,stand,52.3114 91.9281 0,,
|
||||
496.539 1071.87 -3.86892,86 88 64 203 161 176,stand,83.7817 91.0767 0,,
|
||||
496.383 1111.13 8.125,87 89 83 82,stand,66.6541 -97.6245 0,,
|
||||
442.643 1249.75 8.125,88 59 82 84 83,stand,76.0034 -150.238 0,,
|
||||
628.526 773.427 -0.279237,64 92 85 203 176 86 206,stand,29.8279 -22.2034 0,,
|
||||
1177.93 1059.48 -23.875,68 92 93 94 106 107,stand,35.6122 -158.824 0,,
|
||||
910.617 782.339 -3.8244,91 68 90 93 110 206,stand,29.8279 1.40076 0,,
|
||||
1321.95 762.741 -22.7774,92 91 107 94 110 113,stand,50.1691 -129.276 0,,
|
||||
1422.96 1040.89 -23.8965,91 95 93 111 110 113,stand,16.9849 83.6884 0,,
|
||||
1426.87 1335.42 -23.875,94 96 103 35 110 109 108 111 107,stand,58.5187 159.906 0,,
|
||||
1263.44 1339.28 -23.875,95 97 104 36,stand,84.9957 168.827 0,,
|
||||
1239.81 1339.28 26.125,96 98,stand,69.4391 176.819 0,,
|
||||
1216.35 1341.4 -7.875,97 99 100,stand,49.5319 3.60901 0,,
|
||||
1116.09 1309.31 -7.875,98 100,stand,20.2698 93.8177 0,,
|
||||
1061.63 1527.78 -7.875,99 98 101,stand,20.9125 -66.4893 0,,
|
||||
1216.87 1466.98 -7.875,100 102,stand,35.0409 -2.45544 0,,
|
||||
1241.11 1467.22 26.125,101 103,stand,76.2231 2.18079 0,,
|
||||
1263.13 1469.05 -23.875,102 95 36,stand,17.2705 -164.191 0,,
|
||||
1295.89 1198.3 -23.875,36 96 105 106,stand,38.8257 82.6831 0,,
|
||||
1022.23 1194.26 -23.8751,104 106,stand,15.4852 12.5299 0,,
|
||||
1201.67 1132.78 -23.8751,105 104 91,stand,66.6595 9.25049 0,,
|
||||
1514.42 833.571 -27.0675,91 108 112 93 95 110 113,stand,-2.20825 42.5665 0,,
|
||||
1768 1093.48 -23.875,107 109 95 111 112 110,stand,16.2708 103.37 0,,
|
||||
1668.53 1571.07 -24.279,108 35 111 33 32 95,stand,17.699 110.012 0,,
|
||||
1554.34 1043.14 -28.3488,95 111 107 108 94 93 92,stand,12.3486 71.4661 0,,
|
||||
1574.8 1335.88 -29.8024,110 109 35 108 94 95 32 28,stand,16.9849 41.5613 0,,
|
||||
1792.75 781.125 -23.875,108 107,stand,58.0957 148.189 0,,
|
||||
1433.1 386.854 -19.9765,107 93 94 114 116 117,stand,14.9139 148.48 0,,
|
||||
1575.14 -74.2154 -15.875,113 115 122 117,stand,10.2777 152.551 0,,
|
||||
1133.53 -50.5393 -7.875,114 116 122 123,stand,21.7694 73.1854 0,,
|
||||
1150.44 364.695 -16.774,115 113 117,stand,16.7706 7.38281 0,,
|
||||
1336.68 241.79 -17.8139,113 118 114 116,stand,52.3828 -161.845 0,,
|
||||
1302.68 226.748 18.3477,117 119,stand,77.2229 -151.567 0,,
|
||||
1270.94 182.795 52.625,118 120,stand,77.8601 96.3062 0,,
|
||||
1246.15 116.613 52.4988,119 121,stand,73.0811 -90.8405 0,,
|
||||
1245.82 103.978 14.2559,120 122,stand,72.4384 -91.3348 0,,
|
||||
1245.21 69.3196 -15.9283,121 115 114 123,stand,8.34961 -128.232 0,,
|
||||
924.46 -80.1115 -7.875,115 122 124 125 126 127 132,stand,23.4064 -13.4967 0,,
|
||||
904.02 -451.854 -2.79136,123 125 126 132,stand,11.7004 140.674 0,,
|
||||
666.349 -178.977 26.6752,124 123 127 132 178 179,stand,31.3275 31.767 0,,
|
||||
560.141 -561.271 74.0323,123 124 127 136 137,stand,27.691 57.1124 0,,
|
||||
751.68 -685.871 24.1118,126 123 125 128 132 129,stand,20.7642 68.7469 0,,
|
||||
911.462 -826.622 -6.03596,127 129 132,stand,12.6288 -173.062 0,,
|
||||
672.436 -1036.46 -19.1589,128 130 131 133 132 127,stand,14.057 -47.6697 0,,
|
||||
873.721 -1226.31 -20.7461,129 131,stand,10.2008 175.798 0,,
|
||||
481.514 -1265.19 0.720857,130 129 133 134,stand,12.7716 47.5488 0,,
|
||||
593.913 -708.58 49.0198,127 128 133 136 137 129 124 125 123,stand,26.4771 -89.8627 0,,
|
||||
450.785 -867.743 24.107,129 131 132 136 135 137,stand,25.2631 -102.426 0,,
|
||||
208.152 -1230.85 12.1838,131 135 136,stand,3.56506 87.0721 0,,
|
||||
11.4962 -804.21 70.6305,134 136 133 141 142 143,stand,7.27844 15.7709 0,,
|
||||
322.656 -704.253 55.3266,135 134 126 132 133 137,stand,29.3994 -96.0645 0,,
|
||||
363.637 -369.842 65.9782,136 126 133 132 138 179,stand,16.842 -76.723 0,,
|
||||
147.29 -272.117 98.125,137 139 142 144 147 179,stand,84.2157 -172.084 0,,
|
||||
-137.696 -414.015 105.775,138 140 142 146,stand,56.6675 -99.7943 0,,
|
||||
-143.922 -436.013 136.125,139 141,stand,78.717 -83.0951 0,,
|
||||
-133.028 -455.032 106.569,140 135 143,stand,13.5571 -110.143 0,,
|
||||
41.7574 -461.148 108.502,135 139 138 143 144,stand,23.5492 156.918 0,,
|
||||
-308.149 -585.414 80.94,142 135 144 146 141,stand,9.06372 -25.5872 0,,
|
||||
-131.02 -200.64 110.078,143 145 138 147 142 148,stand,17.6276 115.516 0,,
|
||||
-321.203 132.629 22.8701,144 146 147 148 149,stand,-4.92188 -129.298 0,,
|
||||
-364.39 -214.288 103.902,145 139 143,stand,17.699 -79.1345 0,,
|
||||
131.074 105.179 20.7393,144 145 138 169,stand,8.99231 -172.057 0,,
|
||||
-640.673 172.028 49.2591,144 145 151,stand,31.1847 134.335 0,,
|
||||
-237.064 261.138 0.651669,145 150 170 156 174 173,stand,46.8896 -152.507 0,,
|
||||
-309.004 339.875 -6.24489,149 151 154 155 170 156 171 173,stand,47.4609 -164.789 0,,
|
||||
-722.788 260.09 39.7793,150 148 152,stand,17.6276 -30.1135 0,,
|
||||
-832.656 538.451 8.50818,151 153,stand,14.3427 56.8158 0,,
|
||||
-787.193 778.937 0.125,152 154 175 218,stand,20.05 -22.121 0,,
|
||||
-392.335 778.464 1.81506,153 150 171 155 173 174,stand,30.542 -133.171 0,,
|
||||
-114.63 450.308 -1.50679,150 156 170 171 154 173,stand,46.4612 16.3422 0,,
|
||||
36.0379 440.436 0.124998,155 157 170 150 149,stand,29.8993 -1.64246 0,,
|
||||
114.718 438.156 8.125,156 158 159,stand,7.49268 2.20825 0,,
|
||||
297.187 382.706 21.8076,157 179 177 178 207,stand,66.4398 -11.2061 0,,
|
||||
118.754 512.931 0.125001,157 160,stand,41.9623 -64.2316 0,,
|
||||
234.689 703.799 0.125001,159 161 162,stand,63.5889 47.818 0,,
|
||||
248.221 768.881 -1.06717,160 173 176 85 86 87 205 206,stand,39.7485 -66.5881 0,,
|
||||
280.875 674.02 0.125,160 163,stand,4.56482 -91.0712 0,,
|
||||
258.765 509.288 80.125,162 164,stand,68.725 153.029 0,,
|
||||
119.442 514.72 144.125,163 165 167,stand,28.4766 -179.566 0,,
|
||||
-7.11259 503.495 144.125,164 166,stand,12.7716 130.831 0,,
|
||||
-5.61319 701.129 144.125,165,stand,9.20654 -110.984 0,,
|
||||
125.538 712.873 144.125,164 168,stand,24.6918 34.7498 0,,
|
||||
251.423 707.301 144.125,167,stand,22.8351 -121.838 0,,
|
||||
214.765 214.962 -2.37617,147 170 178 179,stand,20.9784 121.685 0,,
|
||||
55.2056 291.573 -3.51709,169 156 155 149 150 171,stand,32.0416 130.534 0,,
|
||||
-397.951 433.103 0.125,150 172 155 170 154 173,stand,26.8341 -170.892 0,,
|
||||
-603.343 380.826 0.125,171,stand,17.0563 143.646 0,,
|
||||
-113.887 771.703 1.56407,155 174 154 161 206 85 171 150 86 149 68 64,stand,13.1287 -0.109863 0,,
|
||||
-317.071 1043.43 -6.69633,173 175 154 210 209 218 258 149,stand,14.6997 -95.5481 0,,
|
||||
-497.991 1181.97 0.125001,174 153 218 215 258 209,stand,15.6995 -142.295 0,,
|
||||
466.477 728.969 -7.98811,161 177 85 86 203 202 178 64 90 205 87 63 208,stand,18.4131 -94.845 0,,
|
||||
457.828 470.798 3.84388,176 178 158 179 207 208 202,stand,19.1986 -75.2179 0,,
|
||||
622.921 188.801 -7.875,177 125 169 158 180 179 202 176,stand,67.6538 6.35559 0,,
|
||||
411.289 41.9438 -0.922615,169 125 158 178 177 202 137 138,stand,4.27917 -78.6401 0,,
|
||||
716.722 188.08 -7.87868,178 181 183 182,stand,49.0265 0.411987 0,,
|
||||
706.877 -31.8683 -7.8752,180 182,stand,7.56409 47.7246 0,,
|
||||
1023.4 315.243 -7.8752,181 183 184 180,stand,10.5579 -122.223 0,,
|
||||
1034.79 92.3382 -7.8752,182 180 184,stand,18.2703 158.275 0,,
|
||||
963.581 378.891 -3.875,182 183 185,stand,36.0406 178.039 0,,
|
||||
907.756 374.912 0.125,184 186,stand,13.5571 169.041 0,,
|
||||
794.723 431.822 0.125,185 187 198,stand,24.7632 177.676 0,,
|
||||
691.755 436.332 40.125,186 188,stand,24.906 -91.7578 0,,
|
||||
689.196 347.425 40.125,187 189,stand,15.4138 -11.7554 0,,
|
||||
890.106 357.93 128.125,188 190,stand,7.42126 96.0864 0,,
|
||||
878.335 540.376 160.125,189 191 193,stand,23.9063 86.8085 0,,
|
||||
731.092 523.224 160.125,190 192,stand,34.6124 107.292 0,,
|
||||
688.392 692.259 160.125,191 193,stand,24.2633 -4.10889 0,,
|
||||
921.351 676.11 160.125,192 190 194,stand,37.9688 -57.2827 0,,
|
||||
1013.39 686.544 160.125,193 195 197,stand,35.3265 -76.4044 0,,
|
||||
1032.85 529.615 160.125,194 196,stand,32.8986 -5.4657 0,,
|
||||
1210.01 541.377 160.125,195 197,stand,6.92139 87.9565 0,,
|
||||
1227.34 692.115 160.125,196 194,stand,19.6271 163.323 0,,
|
||||
823.318 504.44 8.125,186 199 200 204,stand,29.5422 -126.947 0,,
|
||||
679.925 530.778 8.125,198 201 204,stand,71.153 179.599 0,,
|
||||
954.48 685.974 8.125,198 204,stand,15.4852 -171.568 0,,
|
||||
659.367 525.422 46.125,199 202,stand,75.2234 -179.028 0,,
|
||||
638.874 526.363 2.20555,201 203 178 176 179 177 208,stand,42.7478 31.0089 0,,
|
||||
636.826 664.192 4.125,202 90 204 176 87 208,stand,84.9957 3.81775 0,,
|
||||
700.427 669.823 8.125,203 199 198 200,stand,70.8673 -82.76 0,,
|
||||
180.671 1057.79 -2.13454,161 206 85 176 210,stand,63.1604 91.8567 0,,
|
||||
4.76916 984.574 -5.73163,173 205 161 90 92 209 212 218,stand,25.6201 126.601 0,,
|
||||
337.552 438.719 44.9739,177 158 208,stand,68.9392 -113.994 0,,
|
||||
342.207 616.617 -4.02718,207 176 203 177 202 86,stand,60.1611 15.7819 0,,
|
||||
-116.917 1270.62 0.125001,206 210 174 215 218 175 214 257,stand,22.1924 5.00977 0,,
|
||||
102.476 1277.79 0.124998,209 211 205 214 174,stand,60.4468 63.8141 0,,
|
||||
74.9196 1376.3 0.124998,210 214 219 220 221 222,stand,12.2717 23.269 0,,
|
||||
69.946 1066.87 0.0495147,206 213,stand,73.8666 70.2411 0,,
|
||||
83.4436 1092.69 35.125,212 214,stand,64.5172 75.174 0,,
|
||||
91.4137 1116.13 0.124998,213 210 211 209,stand,38.0347 -101.695 0,,
|
||||
-148.698 1612.69 -0.623259,209 216 257 256 258 175,stand,9.41528 -124.827 0,,
|
||||
-271.444 1364.13 -7.875,215 217 258 257,stand,57.5189 -107.271 0,,
|
||||
-273.924 1339.32 30.125,216 218,stand,59.1614 -107.199 0,,
|
||||
-273.284 1312.87 -7.875,217 175 174 209 206 153,stand,59.8041 92.796 0,,
|
||||
203.389 1741.34 0.124997,211 220 221 222 291 295,stand,17.9846 -119.202 0,,
|
||||
2.74005 1581.87 0.125,219 211 221 292,stand,12.486 -88.5059 0,,
|
||||
413.96 1611.89 0.124997,211 222 291 219 220,stand,25.0488 44.588 0,,
|
||||
407.705 1695.84 0.124997,221 223 219 211,stand,40.3198 13.1177 0,,
|
||||
537.289 1683 8.125,222 45 224,stand,22.4066 74.3719 0,,
|
||||
750.923 1657.33 56.125,223 225,stand,44.3188 93.0487 0,,
|
||||
744.71 1747.71 64.125,224 226,stand,61.6608 -177.166 0,,
|
||||
545.076 1742.51 160.125,225 227,stand,36.8262 177.413 0,,
|
||||
482.314 1745.42 160.125,226 228,stand,48.8837 107.26 0,,
|
||||
471.491 1807.76 160.125,227 229 231 230 232,stand,20.907 81.7822 0,,
|
||||
735.081 2099.71 160.125,228 230 232,stand,12.7716 170.64 0,,
|
||||
419.186 2114.08 160.125,229 231 228,stand,22.478 -138.054 0,,
|
||||
302.45 1969.06 160.125,230 228 233,stand,11.7004 -43.6981 0,,
|
||||
716.628 1858.29 160.125,229 228,stand,22.6923 -176.303 0,,
|
||||
225.526 1976.39 160.125,231 234,stand,23.1207 155.638 0,,
|
||||
-119.875 1848.1 160.125,233 235,stand,67.7966 -174.534 0,,
|
||||
-160.507 1840.91 152.818,234 236 238,stand,46.8127 4.75159 0,,
|
||||
-478.091 1860.02 157.596,235 237 238,stand,41.0339 135.917 0,,
|
||||
-518.329 1897.52 144.125,236 239 240,stand,42.1765 -48.3728 0,,
|
||||
-556.419 1690.26 141.653,236 235,stand,48.6694 10.6403 0,,
|
||||
-719.384 1757.11 144.125,237,stand,30.8276 110.918 0,,
|
||||
-720.784 1998.34 144.125,237 241 252,stand,21.1926 -34.0576 0,,
|
||||
-864.271 1853.67 96.125,240 242,stand,51.2402 -109.874 0,,
|
||||
-806.995 1805.33 96.125,241 243,stand,50.7404 44.9286 0,,
|
||||
-640.089 1983.38 -7.875,242 244 250,stand,46.1755 47.4939 0,,
|
||||
-743.412 2091.3 -7.875,243 245 246 248,stand,4.422 -151.15 0,,
|
||||
-780.356 2269.99 19.125,244,stand,16.2708 -73.0646 0,,
|
||||
-990.627 2137.04 -7.875,244 247,stand,21.5497 -36.3812 0,,
|
||||
-1015.15 2037.52 -7.875,246 248,stand,26.7627 -50.6525 0,,
|
||||
-926.605 1932.74 -7.875,247 244 249,stand,48.8837 -51.4435 0,,
|
||||
-976.014 1882.45 -11.7949,248 261 262 263,stand,14.4855 -93.0652 0,,
|
||||
-600.71 2090.36 -7.875,243 251,stand,56.9476 52.5421 0,,
|
||||
-557.526 2131.41 -23.875,250 264 269 272 273 274,stand,54.4537 -136.313 0,,
|
||||
-782.68 1983.19 144.125,240 253 254,stand,74.295 41.7535 0,,
|
||||
-991.182 2049.27 144.125,252 255,stand,14.1339 47.8125 0,,
|
||||
-727.819 2177.62 144.125,255 252,stand,27.9767 140.751 0,,
|
||||
-815.78 2247.24 144.125,254 253,stand,37.1832 -131.869 0,,
|
||||
-447.604 1696.35 0.125001,257 215 258 259,stand,71.1584 -134.401 0,,
|
||||
-358.999 1914.17 -7.875,215 256 258 209 216,stand,13.1342 -88.7091 0,,
|
||||
-374.685 1502.28 0.125001,216 256 257 215 175 174,stand,23.3405 97.1411 0,,
|
||||
-508.27 1632.93 0.125,256 260 261,stand,20.9125 -102.805 0,,
|
||||
-530.147 1466.16 0.125,259 261,stand,8.2782 149.359 0,,
|
||||
-745.51 1607.93 -0.0917406,260 259 249,stand,17.9846 30.3223 0,,
|
||||
-1248.64 1765.84 -16.3957,249 263,stand,23.0548 -59.0405 0,,
|
||||
-1137.17 1572.9 -15.5787,262 249,stand,16.1279 15.1776 0,,
|
||||
-501.69 2366.82 -23.875,251 265 269 270 274 272 273 277,stand,10.2722 135.967 0,,
|
||||
-843.068 2421.33 -31.075,264 266 267 270,stand,24.3347 -141.965 0,,
|
||||
-988.487 2299.54 -26.4491,265,stand,34.1125 85.7153 0,,
|
||||
-660.355 2277.78 -23.8933,265 268 270,stand,56.5192 -51.2238 0,,
|
||||
-643.307 2259.86 16.1248,267 269,stand,84.9957 -47.7301 0,,
|
||||
-621.306 2240.3 -23.875,268 264 251,stand,55.882 24.2084 0,,
|
||||
-663.284 2617 -26.221,264 271 265 267,stand,24.1205 45.2032 0,,
|
||||
-547.601 2734.1 -23.875,270,stand,19.2645 -166.569 0,,
|
||||
-258.047 2014.17 -23.875,251 273 264 274,stand,23.1207 100.047 0,,
|
||||
-121.558 2297.35 -23.875,272 274 251 277 264 275,stand,10.6293 98.6957 0,,
|
||||
-241.899 2546.85 -26.1377,273 264 251 272 275 276 277 16,stand,14.2712 -123.42 0,,
|
||||
32.5799 2882.04 -23.875,274 276 277 273 289 17 18,stand,5.85022 -40.4077 0,,
|
||||
167.532 2611.97 -23.875,275 277 274 288 289,stand,15.9137 -97.4323 0,,
|
||||
7.14919 2466.8 -23.875,276 273 264 275 274 278,stand,15.7709 -35.8429 0,,
|
||||
115.721 2390.77 -33.5532,277 279 281 280 50 282 284,stand,16.1993 -121.778 0,,
|
||||
-22.244 2115.74 -23.875,278 280 281 282,stand,3.56506 -5.09216 0,,
|
||||
208.989 2112.44 -25.27,279 281 278,stand,9.70093 82.5403 0,,
|
||||
316.362 2492.46 -28.4804,280 282 284 278 279,stand,6.3501 -4.0979 0,,
|
||||
651.044 2502.77 -23.875,281 283 284 278 50 279,stand,29.3994 0.0439453 0,,
|
||||
750.626 2502.78 -23.875,282 41 285 18 40 38 288 30,stand,15.4852 -100.8 0,,
|
||||
639.457 2239.84 -19.1384,282 50 281 278,stand,13.0573 165.635 0,,
|
||||
736.213 2415.42 -23.875,283 286 38,stand,38.8202 -90.6152 0,,
|
||||
741.374 2225.57 -111.875,285 287,stand,32.3987 -91.972 0,,
|
||||
737.354 2114.81 -143.875,286 302,stand,1.13708 -113.593 0,,
|
||||
724.259 2612.24 -23.875,18 276 41 40 289 283 17 19,stand,24.906 -138.472 0,,
|
||||
502.511 2772.16 -29.9858,276 275 18 16 288 40 17,stand,45.1044 177.33 0,,
|
||||
662.919 1601.93 -39.875,54 55 291 294,stand,61.1609 -138.005 0,,
|
||||
514.438 1608.86 0.125,290 221 219,stand,24.6918 -81.7712 0,,
|
||||
528.875 1459.43 0.124998,220 293,stand,57.019 -4.99878 0,,
|
||||
575.126 1459.38 -3.883,292 294,stand,13.1287 171.584 0,,
|
||||
655.128 1454.44 -34.3472,293 55 290,stand,18.1989 177.006 0,,
|
||||
-33.8901 1746.96 -111.875,219 296,stand,30.3278 102.145 0,,
|
||||
-35.0363 1865.48 -143.875,295 297 298,stand,21.1212 92.6477 0,,
|
||||
-88.8745 2020.91 -143.875,296,stand,21.8353 -77.5745 0,,
|
||||
242.633 1972.07 -143.875,296 299,stand,52.0258 0.357056 0,,
|
||||
301.092 1971.09 -143.875,298 300 302,stand,21.0498 47.9608 0,,
|
||||
410.724 2156.72 -143.875,299 301,stand,24.4775 14.7052 0,,
|
||||
553.115 2176.87 -143.925,300,stand,37.9633 -24.8291 0,,
|
||||
618.784 1857.29 -143.875,299 287 303 304,stand,24.4775 154.083 0,,
|
||||
566.005 1809.64 -136.875,302 48,stand,32.8271 37.1008 0,,
|
||||
761.858 1799.13 -143.875,302,stand,21.6925 136.022 0,,
|
||||
|
256
scriptdata/waypoints/mp_castle_wp.csv
Normal file
@@ -0,0 +1,256 @@
|
||||
255
|
||||
1425.04 -518.452 -175.875,1,stand,,,
|
||||
1340.15 -516.437 -175.875,0 2,stand,,,
|
||||
1332.31 -719.173 -175.875,1 4,stand,,,
|
||||
1319.67 -1097.96 -263.875,4 5 8,stand,,,
|
||||
1328.33 -931.376 -263.875,2 3,stand,,,
|
||||
1193.38 -1094.48 -263.875,3 6,stand,,,
|
||||
1196.15 -1055.34 -262.875,5 7,stand,,,
|
||||
1196.22 -774.196 -422.492,6 28,stand,,,
|
||||
1343.05 -1398.66 -263.875,3 9 10,stand,,,
|
||||
1680.08 -1403.63 -263.875,8,stand,,,
|
||||
1307.29 -1525.23 -263.875,8 11 66,stand,,,
|
||||
1405.64 -1526.62 -261.875,10 12,stand,,,
|
||||
1690.7 -1526.52 -431.875,11 13,stand,,,
|
||||
1694.97 -1418.93 -431.875,12 14 213,stand,,,
|
||||
1333.31 -1405.92 -431.875,13 15 16 17,stand,,,
|
||||
1335.91 -1292.42 -431.875,14 18 23,stand,,,
|
||||
1359.73 -1331.23 -431.875,14,stand,,,
|
||||
1425.84 -1380.13 -431.875,14,stand,,,
|
||||
1159.24 -1285.06 -419.375,15 19 20 21,stand,,,
|
||||
1071.49 -1122.63 -419.375,18 21 22 20,stand,,,
|
||||
1052.18 -1289.68 -419.375,18 19,stand,,,
|
||||
1160.12 -1133.95 -419.375,19 18,stand,,,
|
||||
1068.54 -994.3 -420.191,19 28 29,stand,,,
|
||||
1331.8 -534.584 -431.875,15 24 25 27,stand,,,
|
||||
1331.23 -466.071 -418.542,23,stand,,,
|
||||
1103.49 -536.832 -440.369,23 26 28,stand,,,
|
||||
1106.24 -391.499 -440.757,25,stand,,,
|
||||
1595.66 -536.012 -443.875,23 202 204 244 210,stand,,,
|
||||
1100.13 -771.144 -424.777,25 7 22 29,stand,,,
|
||||
918.113 -992.266 -419.259,28 22 30,stand,,,
|
||||
867.582 -1078.38 -419.811,29 31,stand,,,
|
||||
914.127 -1247.45 -418.22,30 32,stand,,,
|
||||
888.073 -1533.04 -311.875,31 33,stand,,,
|
||||
700.226 -1819.7 -223.9,32 34 36,stand,,,
|
||||
663.415 -2025.26 -207.173,33 35 48 49,stand,,,
|
||||
549.513 -2012.07 -202.369,34,stand,,,
|
||||
343.794 -1847.34 -203.875,37 33,stand,,,
|
||||
178.269 -2016.37 -203.875,36 38,stand,,,
|
||||
160.615 -2897.43 -203.875,37 39 40,stand,,,
|
||||
53.3972 -2853.87 -203.875,38,stand,,,
|
||||
372.608 -2900.59 -205.102,38 41,stand,,,
|
||||
450.647 -2835.64 -203.457,42 44 40,stand,,,
|
||||
467.581 -2450.81 -204.994,41 43 45,stand,,,
|
||||
648.913 -2462.21 -205.315,42 44 47,stand,,,
|
||||
633.7 -2841.4 -204.79,43 41 57 56,stand,,,
|
||||
476.915 -2257.26 -204.875,42 46 47 48,stand,,,
|
||||
366.812 -2257.16 -204.875,45,stand,,,
|
||||
653.395 -2353.97 -205.5,45 43 48 52,stand,,,
|
||||
652.232 -2179.9 -203.906,45 47 34 49,stand,,,
|
||||
855.553 -2099.07 -213.432,34 48 50,stand,,,
|
||||
1082.44 -2143.03 -219.329,49 51 52 73,stand,,,
|
||||
1042.78 -2055.64 -219.875,50,stand,,,
|
||||
1088.32 -2387.18 -194.196,50 47 237,stand,,,
|
||||
873.808 -2958.44 -204.875,54 56,stand,,,
|
||||
1013.08 -2959.4 -200.239,53 55,stand,,,
|
||||
1302.35 -2959.34 -183.893,54,stand,,,
|
||||
836.22 -2876.32 -204.031,53 44,stand,,,
|
||||
647.922 -3034.06 -168.801,44 58,stand,,,
|
||||
699.672 -3081.11 -168.993,57 59,stand,,,
|
||||
1934.71 -3085.58 -179.424,58 60 61,stand,,,
|
||||
1949.82 -3156.8 -179.891,59,stand,,,
|
||||
2078.85 -3055.31 -195.88,59 62 63,stand,,,
|
||||
2302.64 -3115.69 -167.233,61 63 64,stand,,,
|
||||
2280.33 -2943.19 -213.875,62 61 87 88,stand,,,
|
||||
2500.54 -3142.64 -114.107,62 65 245,stand,,,
|
||||
2719.43 -3121.67 -100.725,64 245,stand,,,
|
||||
1300.94 -1659.86 -229.875,10 67 68 69,stand,,,
|
||||
1170.58 -1662.45 -229.875,66,stand,,,
|
||||
1456.1 -1690.78 -229.875,66,stand,,,
|
||||
1431.28 -1864.56 -229.875,66 70 71,stand,,,
|
||||
1288.35 -1853.72 -229.875,69,stand,,,
|
||||
1432.22 -2076.58 -235.201,69 72 73 74,stand,,,
|
||||
1497.99 -2207.46 -231.925,71 73 75,stand,,,
|
||||
1316.68 -2140.56 -228.859,72 71 50,stand,,,
|
||||
1710.93 -2063.93 -226.32,71,stand,,,
|
||||
1742.24 -2371.76 -224.201,72 76 77 78 80,stand,,,
|
||||
1925.5 -2188.56 -221.628,75,stand,,,
|
||||
1991.63 -2267.16 -215.296,75,stand,,,
|
||||
1604.55 -2681.68 -199,75,stand,,,
|
||||
2045.04 -2514.7 -213.176,80,stand,,,
|
||||
1964.54 -2596.54 -212.974,75 79 81,stand,,,
|
||||
2122.8 -2652.16 -213.88,80 82 83 87,stand,,,
|
||||
1802.91 -2915.31 -208.99,81,stand,,,
|
||||
2172.29 -2485.23 -214.172,81 84 231,stand,,,
|
||||
2356.26 -2475.14 -212.428,83 85 87,stand,,,
|
||||
2658.8 -2469.97 -211.875,84 86 227,stand,,,
|
||||
2646.72 -2821.66 -214.799,85 88 89,stand,,,
|
||||
2300.83 -2736.19 -213.875,84 81 63 88,stand,,,
|
||||
2439.96 -2823.8 -213.875,63 87 86,stand,,,
|
||||
2873.66 -2825.03 -207.875,86 90 91,stand,,,
|
||||
2876.03 -2642.72 -207.875,89,stand,,,
|
||||
3040.32 -2826.12 -207.875,89 92,stand,,,
|
||||
3046.03 -2650.61 -207.875,93 91 94,stand,,,
|
||||
3053.75 -2534.9 -205.875,92,stand,,,
|
||||
3310 -2662.36 -207.875,92 95 162 165,stand,,,
|
||||
3303.94 -2348.58 -207.875,94 96 109,stand,,,
|
||||
3286.62 -2248.28 -207.875,95 97 104,stand,,,
|
||||
3138.66 -2247.41 -167.875,96 252,stand,,,
|
||||
3132.63 -2475.22 -59.875,99 254,stand,,,
|
||||
3125.03 -2866.07 -63.875,98 100,stand,,,
|
||||
2959.98 -2860.86 -63.875,99 101,stand,,,
|
||||
2798.4 -2861.39 -1.875,100 102 103 246,stand,,,
|
||||
2496.9 -2661.45 12.8229,101 103,stand,,,
|
||||
2662.13 -2577.83 12.1863,101 102,stand,,,
|
||||
3285.18 -2158.35 -207.875,96 105,stand,,,
|
||||
3272.98 -1910.08 -243.875,104 106 107,stand,,,
|
||||
3186.34 -1943.67 -243.875,105,stand,,,
|
||||
3281.35 -1698.61 -315.875,105 108,stand,,,
|
||||
3284.31 -1589.52 -367.647,107 178,stand,,,
|
||||
3537.2 -2344.61 -209.921,95 110,stand,,,
|
||||
3722.57 -2346.97 -204.869,109 166 168 169,stand,,,
|
||||
4563.41 -1735.48 -191.875,112 113 115,stand,,,
|
||||
4551.28 -1920.13 -191.875,111 114,stand,,,
|
||||
4174.2 -1757.13 -191.875,111 114,stand,,,
|
||||
4173.04 -1921.71 -191.875,113 112,stand,,,
|
||||
4761.42 -1739.47 -239.875,116 117 111,stand,,,
|
||||
4758.03 -2135.91 -239.216,115 243,stand,,,
|
||||
4762.73 -1552.59 -248.087,115 118 241,stand,,,
|
||||
4551 -1552.25 -246.845,117 141 142 241,stand,,,
|
||||
4935.95 -1343.01 -198.827,239 241,stand,,,
|
||||
5014.29 -663.392 -198.077,128 240,stand,,,
|
||||
4782.14 -1227.24 -249.875,241,stand,,,
|
||||
4605.66 -1060.34 -249.046,123 124 241,stand,,,
|
||||
4452.4 -1095.16 -246.721,122,stand,,,
|
||||
4654.71 -653.754 -249.779,122 125 126,stand,,,
|
||||
4766.4 -695.393 -249.186,124,stand,,,
|
||||
4769.18 -427.682 -249.718,124 127 130 128,stand,,,
|
||||
4601.01 -338.726 -243.751,126,stand,,,
|
||||
4945.01 -464.115 -250.775,120 129 130 126,stand,,,
|
||||
4984.1 -361.004 -250.795,128,stand,,,
|
||||
4867.2 -279.732 -249.119,128 126 131,stand,,,
|
||||
4872.87 -171.888 -247.873,130 132,stand,,,
|
||||
4755.79 -164.105 -247.875,131 133,stand,,,
|
||||
4537.42 -159.22 -375.019,132 134,stand,,,
|
||||
4428.98 -159.179 -375.89,133 135,stand,,,
|
||||
4260.12 -169.562 -424.896,136 137 134,stand,,,
|
||||
4281.82 -500.847 -416.062,135 139,stand,,,
|
||||
4107.95 -117.271 -424.817,135 138,stand,,,
|
||||
3887.1 -214.879 -444.97,137 180,stand,,,
|
||||
4315.27 -920.644 -380.715,136 140 150,stand,,,
|
||||
4303.55 -1369.63 -312.216,139 141 143,stand,,,
|
||||
4369.39 -1566.89 -275.875,140 118,stand,,,
|
||||
4525.18 -1609.01 -247.374,118,stand,,,
|
||||
4222.91 -1344.08 -316.875,140 144,stand,,,
|
||||
4019.77 -1345.6 -399.089,143 145 146,stand,,,
|
||||
4017.06 -1447.58 -397.697,144,stand,,,
|
||||
3804.22 -1343.65 -403.403,144 147 148 177,stand,,,
|
||||
3822.09 -1247.38 -404.672,146,stand,,,
|
||||
3654.59 -1289.91 -406.587,146 149 177,stand,,,
|
||||
3691.88 -1158.24 -459.737,148 156,stand,,,
|
||||
4103.5 -936.638 -451.204,139 151 161,stand,,,
|
||||
4104.09 -728.501 -492.671,150 152 153,stand,,,
|
||||
4123.27 -394.696 -502.09,151,stand,,,
|
||||
3846.14 -732.941 -523.331,151 154,stand,,,
|
||||
3698.99 -693.311 -518.58,153 155 181 183,stand,,,
|
||||
3700.54 -868.701 -463.976,154 156,stand,,,
|
||||
3709.82 -1012.32 -462.135,155 149 159 161,stand,,,
|
||||
3282.62 -1261.54 -466.274,158,stand,,,
|
||||
3301.13 -1050.04 -463.775,157 159,stand,,,
|
||||
3397.52 -1034.06 -458.192,158 160 156,stand,,,
|
||||
3390.07 -912.764 -464.084,159,stand,,,
|
||||
3897.81 -1099.95 -456.342,156 150,stand,,,
|
||||
3311.87 -2808.28 -207.875,94 163,stand,,,
|
||||
3587.29 -2807.27 -207.875,162 164,stand,,,
|
||||
3587.64 -2528.95 -207.875,165 163 166,stand,,,
|
||||
3471.13 -2617.96 -207.875,164 94,stand,,,
|
||||
3736.57 -2522.74 -207.875,164 167 110,stand,,,
|
||||
3786.75 -2849.2 -207.875,166,stand,,,
|
||||
3724.82 -2180.17 -256.957,110 170,stand,,,
|
||||
3930.33 -2360.05 -207.245,110,stand,,,
|
||||
3725.98 -2105.13 -256.305,168 171 172,stand,,,
|
||||
3592.34 -1930.36 -253.057,170 174,stand,,,
|
||||
3916.7 -2123.69 -256.229,170 173 242,stand,,,
|
||||
3945.17 -1999.7 -255.598,172,stand,,,
|
||||
3604.96 -1741.37 -320.558,171 175 176 177,stand,,,
|
||||
3732.3 -1778.03 -307.518,174,stand,,,
|
||||
3433.75 -1814.27 -303.945,174,stand,,,
|
||||
3583.48 -1510.68 -375.561,174 178 148 146,stand,,,
|
||||
3368.08 -1519.14 -381.391,108 177 179,stand,,,
|
||||
3409.41 -1186.85 -405.715,178,stand,,,
|
||||
3776.17 -216.401 -514.407,138 232,stand,,,
|
||||
3595.89 -463.761 -516.861,182 154 183 186 233 251,stand,,,
|
||||
3917.23 -452.118 -512.39,181,stand,,,
|
||||
3571.49 -695.294 -514.963,154 184 181,stand,,,
|
||||
3552.44 -786.338 -515.046,183 185,stand,,,
|
||||
3323.8 -789.324 -511.823,184,stand,,,
|
||||
3160.6 -496.491 -510.057,181 191 251,stand,,,
|
||||
2869.3 -252.582 -515.497,188 189 236 251,stand,,,
|
||||
2840.87 -122.296 -517.249,187 197,stand,,,
|
||||
2650.46 -257.843 -496.661,187 190 192 197,stand,,,
|
||||
2674.56 -519.079 -491.706,189 191 214 206,stand,,,
|
||||
2868.95 -511.355 -510.379,190 186 236,stand,,,
|
||||
2544.63 -267.848 -481.875,189 193,stand,,,
|
||||
2431.45 -273.828 -481.875,192 194 195 196,stand,,,
|
||||
2251.06 -271.089 -481.875,193,stand,,,
|
||||
2439.49 -188.137 -481.875,193,stand,,,
|
||||
2435.3 -360.059 -481.875,193,stand,,,
|
||||
2644.68 36.2868 -498.948,189 198 188,stand,,,
|
||||
2499.27 30.3692 -495.993,197 199,stand,,,
|
||||
2215.73 44.4862 -461.736,198 200,stand,,,
|
||||
1984.15 -18.7626 -453.198,199 201,stand,,,
|
||||
1977.51 -227.157 -444.286,200 202 244,stand,,,
|
||||
1648.2 -288.982 -444.264,201 27,stand,,,
|
||||
2092.51 -612.819 -447.157,204,stand,,,
|
||||
1936.17 -792.102 -451.948,27 203 205 210 244,stand,,,
|
||||
2153.87 -799.711 -451.875,204 206,stand,,,
|
||||
2334.28 -799.68 -495.523,205 207 214 190 250,stand,,,
|
||||
2329.68 -668.546 -493.486,206 208,stand,,,
|
||||
2225.96 -664.03 -486.874,207 209,stand,,,
|
||||
2230.23 -567.918 -490.15,208,stand,,,
|
||||
1937.07 -1126.76 -442.744,204 211 212 213 27,stand,,,
|
||||
2098.51 -1038.37 -445.586,210,stand,,,
|
||||
2142.94 -1183.81 -441.466,210,stand,,,
|
||||
1939.4 -1420.94 -444.248,210 13 225,stand,,,
|
||||
2597.74 -727.682 -494.639,206 190 215 216 250,stand,,,
|
||||
2728.85 -736.175 -496.058,214,stand,,,
|
||||
2602.72 -954.277 -445.644,214 217,stand,,,
|
||||
2627.06 -1442.89 -431.066,216 218 224,stand,,,
|
||||
2827.15 -1512.9 -404.581,217 219,stand,,,
|
||||
2825.19 -1706.66 -323.364,218 220,stand,,,
|
||||
2733.71 -1770.66 -320.013,219 221 222,stand,,,
|
||||
2668.8 -1652.11 -320.776,220,stand,,,
|
||||
2858.05 -1929.7 -319.05,223 220,stand,,,
|
||||
2861.15 -2114.11 -316.459,222,stand,,,
|
||||
2462.82 -1537.01 -396.014,217 225 226,stand,,,
|
||||
2250.57 -1633.11 -397.875,224 213 226,stand,,,
|
||||
2389.97 -1857.55 -334.875,225 224 227 228,stand,,,
|
||||
2609.39 -2014.81 -297.875,226 85,stand,,,
|
||||
2333.63 -1945.34 -330.397,226 229,stand,,,
|
||||
2205.69 -2064.84 -288.426,228 230 231,stand,,,
|
||||
2002.01 -2017.46 -284.119,229,stand,,,
|
||||
2193.87 -2338.21 -218.84,229 83,stand,,,
|
||||
3597.83 -230.645 -511.875,180 233 234 235,stand,,,
|
||||
3597.74 -341.349 -512.42,232 181,stand,,,
|
||||
3562.2 -176.861 -511.875,232,stand,,,
|
||||
3637.46 -189.19 -511.875,232,stand,,,
|
||||
2988.85 -366.443 -518.077,191 187,stand,,,
|
||||
1101.57 -2601.84 -156.375,52 238,stand,,,
|
||||
1252.75 -2634.53 -149.875,237,stand,,,
|
||||
5000.3 -1243.08 -201.192,240 119,stand,,,
|
||||
5005.61 -978.634 -197.23,239 120,stand,,,
|
||||
4744.73 -1334.09 -252.35,119 122 117 118 121,stand,,,
|
||||
4109.86 -2134.83 -254.99,243 172,stand,,,
|
||||
4394.22 -2134.6 -244.175,242 116,stand,,,
|
||||
1957.94 -546.414 -443.875,27 201 204,stand,,,
|
||||
2750.75 -2967.63 -101.16,246 64 65,climb,6.70715 89.5605 0,,
|
||||
2750.75 -2947.12 40.1248,245 101,climb,-3.09265 88.9343 0,,
|
||||
2394.17 -1100.4 -573.331,248,stand,,,
|
||||
2251.73 -913.893 -557.515,247 249,stand,,,
|
||||
2433.78 -908.946 -495.875,248 250,stand,,,
|
||||
2432.01 -820.385 -495.253,249 206 214,stand,,,
|
||||
3122.58 -318.434 -520.619,187 186 181,stand,,,
|
||||
3135.14 -2303.22 -146.199,97 253,stand,,,
|
||||
3135.09 -2364.81 -106.004,252 254,stand,,,
|
||||
3134.94 -2429.81 -59.875,253 98,stand,,,
|
||||
|
312
scriptdata/waypoints/mp_convoy_wp.csv
Normal file
@@ -0,0 +1,312 @@
|
||||
311
|
||||
2639.66 1624.77 -31.7209,1,stand,10.1294 -91.1646 0,,
|
||||
2641.92 1445.71 -61.5074,0 2 8,stand,26.2628 101.475 0,,
|
||||
2343.12 1406.67 -57.2297,1 3 61,stand,25.5487 -135.341 0,,
|
||||
2336.28 1361.13 -54.1769,2 4,stand,32.7557 -92.1588 0,,
|
||||
2335.48 1338.4 -23.875,3 5,stand,33.1128 -91.9501 0,,
|
||||
2338.77 1319.65 -41.5743,4 6 7,stand,47.5269 90.5603 0,,
|
||||
2337.05 1109.91 -35.4128,5 7 51 50 56 57,stand,28.9709 57.5134 0,,
|
||||
2526.45 1214.95 -59.875,6 5 8 51 56,stand,53.2397 110.753 0,,
|
||||
2668.82 1215.95 -60.9119,7 1 9,stand,20.5499 74.4983 0,,
|
||||
2710.48 1023.91 -42.7285,8 10 11,stand,47.8125 -117.01 0,,
|
||||
2655.52 808.334 -54.8949,9 11 55,stand,23.7634 -42.1436 0,,
|
||||
2756 666.43 -76.1495,10 12 29 30 55 41 9,stand,4.70764 13.5956 0,,
|
||||
2911.22 822.354 -45.875,11 13 15 29,stand,12.4146 53.6298 0,,
|
||||
3207.84 982.346 -26.2281,12 14,stand,20.2643 -101.684 0,,
|
||||
3027.71 1051.11 -9.20572,13 15,stand,25.9058 -172.837 0,,
|
||||
2894.93 981.926 -38.5618,14 12 16,stand,30.7562 -120.806 0,,
|
||||
2860.9 1120.91 -41.8095,15 17 20 21,stand,15.7709 102.794 0,,
|
||||
2989.28 1147.26 -1.25954,16 18 20,stand,30.6848 128.359 0,,
|
||||
3207.72 1271.55 -35.0283,17 19,stand,13.0573 -86.6217 0,,
|
||||
3188.92 1121.89 -26.252,18,stand,23.9777 163.471 0,,
|
||||
2957.07 1304.01 -26.4384,17 16 21 22,stand,19.4788 -79.6124 0,,
|
||||
2774.13 1202.91 -36.3121,16 20,crouch,53.3826 177.687 0,,
|
||||
3148.05 1304.35 113.125,20 23,stand,45.8899 -138.994 0,,
|
||||
3219.72 1158.54 113.125,22 24,stand,24.549 -161.971 0,,
|
||||
3134.79 1123.07 113.125,23 25 27,stand,27.4054 -155.907 0,,
|
||||
2796.63 1116.93 113.125,24 26,stand,23.0493 93.7573 0,,
|
||||
2800.85 1304.87 113.125,25,stand,28.3997 -68.4668 0,,
|
||||
3138.12 967.915 113.125,24 28,stand,25.2631 91.972 0,,
|
||||
2792.07 960.924 113.125,27,stand,17.699 -4.03198 0,,
|
||||
3090.04 631.507 -61.4109,12 11,stand,28.1909 91.3733 0,,
|
||||
2755.66 388.125 -71.875,11 31,stand,21.7694 -140.735 0,,
|
||||
2649.31 264.914 -71.875,30 32,stand,14.7711 -92.1313 0,,
|
||||
2681.89 38.7396 -70.4876,31 33 34,stand,6.27869 8.64075 0,,
|
||||
2396.28 -164.974 -69.153,32 34 36 37,stand,11.7059 -3.69141 0,,
|
||||
2675.21 -276.944 -63.875,33 35 32,stand,17.4133 -93.8342 0,,
|
||||
2660.58 -504.874 -57.3831,34,stand,12.9199 61.897 0,,
|
||||
2068.3 -258.264 -89.5027,33 37 90 91 94 101 103 293,stand,4.07043 14.5514 0,,
|
||||
2166.09 55.3506 -75.2526,36 33 38 44 90 91 293,stand,11.7059 -52.7509 0,,
|
||||
2048.69 235.931 -71.5178,37 39 42 41 293,stand,11.2061 38.8312 0,,
|
||||
2042.84 357.42 -67.112,38 40 41,stand,22.9834 -140.037 0,,
|
||||
1836.18 527.369 -63.2159,39 46,stand,21.5552 19.7754 0,,
|
||||
2199.86 535.864 -71.9787,39 42 38 45 54 55 11,stand,15.4852 -79.4971 0,,
|
||||
2205.42 264.148 -42.1296,41 43 38,stand,29.4763 -92.9169 0,,
|
||||
2208 244.529 -17.3377,42 44,stand,32.5415 -94.3451 0,,
|
||||
2214.6 204.929 -43.9757,43 37,stand,32.6843 93.3563 0,,
|
||||
1989.55 710.179 -70.9354,41 46 47 60 55,stand,26.0486 155.16 0,,
|
||||
1821.15 753.8 -71.3664,45 40 60,stand,17.1277 -74.5862 0,,
|
||||
2077.47 752.875 -51.086,45 48 54,stand,20.4126 92.0599 0,,
|
||||
2073.22 770.978 -23.875,47 49,stand,63.0176 89.632 0,,
|
||||
2067.35 791.125 -51.6478,48 50,stand,55.882 19.1217 0,,
|
||||
2269.6 948.422 -57.676,49 51 6 52 56,stand,20.0555 -49.3945 0,,
|
||||
2410.34 800.008 -59.875,50 6 55 7,stand,18.2703 166.58 0,,
|
||||
2199.66 791.126 -59.875,50 53,stand,33.1128 -90.5768 0,,
|
||||
2200.52 776.717 -23.875,52 54,stand,77.8656 -88.9343 0,,
|
||||
2199.05 752.87 -55.227,53 47 41,stand,29.6191 173.216 0,,
|
||||
2429.77 653.777 -71.875,41 10 11 51 45,stand,23.5492 19.3359 0,,
|
||||
2111.81 1089.68 -59.875,50 6 7 57 60,stand,17.6276 166.36 0,,
|
||||
2007.13 1194.91 -59.875,56 58 6,stand,30.2618 -179.242 0,,
|
||||
1984.16 1190.15 -23.875,57 59,stand,75.6519 -1.80176 0,,
|
||||
1968.88 1191.93 -63.875,58 60 63 61,stand,43.8904 -4.72961 0,,
|
||||
1868.04 1034.85 -68.8179,59 45 46 56 63 64,stand,26.6199 -96.2952 0,,
|
||||
1924.43 1486.98 -63.875,2 62 63 59,stand,21.2695 159.631 0,,
|
||||
1783.28 1544.88 -58.1129,61,stand,24.549 -20.1599 0,,
|
||||
1830.01 1198.82 -63.875,61 59 60 64,stand,18.4131 69.9225 0,,
|
||||
1502.66 1135.26 -66.6796,60 63 65 66 69 68,stand,11.9202 -2.44446 0,,
|
||||
1380.1 1240.53 -63.875,64 66,stand,18.2703 71.2079 0,,
|
||||
1274.66 1084.62 -70.6389,65 67 64 68 69,stand,20.1984 122.25 0,,
|
||||
1171.49 1164.46 -70.0022,66 68 69 73 82,stand,28.0481 65.4401 0,,
|
||||
1098.72 819.74 -71.875,66 69 72 67 64,stand,19.9127 -54.3329 0,,
|
||||
1196.31 769.351 -68.5256,68 70 64 66 67,stand,26.7627 169.426 0,,
|
||||
1188.34 755.48 -32.0693,69 71,stand,78.4369 -127.694 0,,
|
||||
1169.83 729.441 -63.6938,70 72,stand,54.5966 104.183 0,,
|
||||
975.786 433.384 -61.2513,71 68 84 116 85,stand,22.1979 60.5731 0,,
|
||||
1205.74 1247.11 -55.875,67 74 80 81,stand,23.5492 60.4193 0,,
|
||||
1325.06 1459.22 -55.875,73 75 81,stand,31.333 -150.848 0,,
|
||||
1173.54 1516.84 80.4693,74 76,stand,84.9957 -46.7908 0,,
|
||||
1056.75 1501.66 85.6561,75 77 79,stand,17.1277 -50.213 0,,
|
||||
1256.42 1223.36 80.125,76 78 79,stand,13.3484 49.0594 0,,
|
||||
1340.18 1397.82 96.713,77 79,stand,16.5619 -173.914 0,,
|
||||
1003.94 1326.01 84.5301,78 76 77,stand,24.9115 -93.5486 0,,
|
||||
1191.26 1463.18 -55.875,73 81,stand,28.1195 -96.6742 0,,
|
||||
1124.1 1282.25 -55.875,80 73 74,stand,30.9045 -23.0933 0,,
|
||||
780.795 1281.96 -63.8915,67 83,stand,10.9918 -53.6517 0,,
|
||||
510.476 1232 -56.7458,82 117 139 140,stand,10.4205 -81.0571 0,,
|
||||
873.762 256.455 -71.9371,72 85 86,stand,16.062 114.505 0,,
|
||||
610.083 308.822 -62.1004,84 142 252 251 72,stand,21.4838 -106.183 0,,
|
||||
1207.72 210.378 -67.0998,84 87 88 116,stand,16.7047 153.1 0,,
|
||||
1421.26 205.503 -64.7999,86 88,stand,17.1277 -69.4995 0,,
|
||||
1491.63 16.3591 -64.2951,87 89 90 92 93 103 86,stand,23.9117 25.2026 0,,
|
||||
1583.35 360.754 -55.944,88,stand,17.4847 -110.479 0,,
|
||||
1782.8 4.35457 -68.1143,88 36 92 93 37 293,stand,21.4838 -48.3783 0,,
|
||||
1770.28 -179.156 -70.9628,36 92 37 103 101 293,stand,16.062 147.816 0,,
|
||||
1730.77 -148.969 -71.8747,91 90 88 93,stand,25.9827 -24.1809 0,,
|
||||
1458.18 -132.317 -53.2185,88 90 92 103 104,stand,23.1976 88.6542 0,,
|
||||
2155.03 -683.033 -39.159,36 101,stand,27.0483 106.15 0,,
|
||||
1602.75 -785.843 -62.2624,96 99 100 102,stand,14.4196 168.442 0,,
|
||||
1272.24 -755.859 -68.3041,95 97 98 285 286,stand,18.6987 -108.27 0,,
|
||||
1229 -1049.01 -47.875,96,stand,19.1272 -127.969 0,,
|
||||
1456.09 -659.37 -61.9477,96 99 285,stand,34.0466 -9.33838 0,,
|
||||
1502.02 -661.883 -63.441,98 95 102,stand,41.7535 -133.467 0,,
|
||||
1739.88 -944.065 -39.5946,95,stand,21.4124 133.11 0,,
|
||||
1899.67 -569.191 -79.566,94 102 36 91,stand,19.0558 -131.127 0,,
|
||||
1744.86 -744.538 -63.8195,101 95 99 182,stand,17.6276 -171.738 0,,
|
||||
1689.57 -262.685 -52.1228,36 91 93 88,stand,24.126 46.4392 0,,
|
||||
1285.33 -53.783 80.125,93 105 108,stand,47.818 -27.2681 0,,
|
||||
1006.87 -130.301 82.125,104 106 108 109 110 112 115,stand,19.4843 4.84497 0,,
|
||||
1320.08 -148.375 80.125,105 107 108,stand,24.8401 175.435 0,,
|
||||
1235.18 -331.059 80.125,106 108 114,stand,19.6985 109.067 0,,
|
||||
1173.02 10.4625 80.125,107 105 104 106,stand,21.2695 -82.793 0,,
|
||||
780.571 -225.237 96.125,105 110 111 115,stand,27.691 1.0437 0,,
|
||||
659.748 22.3556 84.4787,109 105 115,stand,7.84973 4.823 0,,
|
||||
756.687 -293.685 85.2992,109 112 113,stand,7.21252 43.9838 0,,
|
||||
899.995 -293.818 85.2909,111 105 113,stand,26.12 62.6825 0,,
|
||||
1184.44 -421.047 84.8171,112 114 111,stand,28.905 54.3329 0,,
|
||||
1205.4 -361.125 110.125,113 107,crouch,10.9204 63.8251 0,,
|
||||
676.929 -196.538 81.0559,110 109 105,stand,34.3323 -130.38 0,,
|
||||
1014.75 8.28958 -63.9743,86 72,stand,20.9125 47.9443 0,,
|
||||
495.013 1029.85 -66.9297,83 118 142,stand,23.3405 179.335 0,,
|
||||
389.619 1029.2 -75.6558,117 119,crouch,18.6987 155.138 0,,
|
||||
341.3 1032.21 -124.085,118 120,stand,0.6427 -0.170288 0,,
|
||||
201.711 1011.99 -127.875,119 121,stand,9.06372 -125.925 0,,
|
||||
-34.9563 763.541 -127.875,120 125,stand,14.6338 -172.31 0,,
|
||||
-347.656 768.729 -62.6509,123 126 128,stand,21.4838 -3.38379 0,,
|
||||
-270.882 759.954 -75.8383,122 124,crouch,7.92114 0.53833 0,,
|
||||
-204.928 760.326 -75.821,123 125,crouch,30.6134 -1.17554 0,,
|
||||
-184.351 763.203 -123.322,121 124,stand,78.2172 -175.671 0,,
|
||||
-360.987 626.015 -46.7444,122 127,stand,12.486 20.3632 0,,
|
||||
-148.8 680.695 15.3433,126 128 249 253,stand,26.5485 89.9506 0,,
|
||||
-263.364 945.173 -17.9981,127 122 129 141 253,stand,24.4775 -72.29 0,,
|
||||
-457.651 1367.22 -51.3065,128 130 135 136 141 137 132,stand,16.9849 -173.65 0,,
|
||||
-622.98 1348.79 -71.875,129 131 132 143 146,stand,20.6213 -156.379 0,,
|
||||
-730.321 1038.98 -63.875,130 146,stand,22.0496 107.034 0,,
|
||||
-597.374 1706.77 -15.3747,133 135 130 134 129,stand,14.4141 89.7693 0,,
|
||||
-568.542 2075.34 -27.8153,132 134 135,stand,12.0575 176.127 0,,
|
||||
-915.405 2059.13 -32.1277,133 135 143 132 145,stand,17.6276 -99.2285 0,,
|
||||
-871.659 1691.92 -8.13222,134 132 133 129 143 145,stand,20.7642 27.8119 0,,
|
||||
-356.838 1817.2 -7.1703,129 137,stand,16.6992 -31.355 0,,
|
||||
-172.475 1785.19 17.7094,136 138 141 129,stand,17.0563 -13.8043 0,,
|
||||
142.65 1793.29 2.77531,137 139 140,stand,25.8344 -22.3022 0,,
|
||||
462.873 1760.28 -8.4933,138 83 140,stand,17.2705 -90.1648 0,,
|
||||
236.018 1253.95 8.125,83 138 142 141 253 139,stand,5.49316 75.1904 0,,
|
||||
-171.193 1251.54 10.6711,137 129 140 128 253,stand,16.6278 148.81 0,,
|
||||
373.747 789.62 5.79334,140 117 251 85 253,stand,34.4696 19.4952 0,,
|
||||
-1151.53 1375.05 -70.4918,130 135 134 144 146 147 148 149,stand,16.5564 -56.7938 0,,
|
||||
-1286.67 1739.04 -17.0157,143 145 150 155 154 151,stand,8.77808 47.9059 0,,
|
||||
-1152.99 2034.75 -51.6331,144 134 135 155 156,stand,17.5562 65.8905 0,,
|
||||
-980.622 1173.17 -63.875,131 130 143,stand,7.84973 10.6183 0,,
|
||||
-1234.41 896.09 -37.228,143 148 149,stand,27.1198 170.338 0,,
|
||||
-1502.14 913.801 -59.1512,147 143,stand,13.8428 78.7006 0,,
|
||||
-1446.08 1202.04 -71.875,143 147 150 151 158,stand,14.6283 -95.4327 0,,
|
||||
-1640.46 1436.25 -40.6484,149 144 151 152 154 155,stand,-1.49414 32.4261 0,,
|
||||
-1755.88 1095.16 -71.875,149 150 152 158 144 159 226,stand,19.0503 -24.7577 0,,
|
||||
-2083.27 1584.81 -29.6836,150 153 154 157 158 151,stand,5.13611 11.2006 0,,
|
||||
-1897.98 2016.35 -20.3448,152 154 156 155,stand,15.6281 -68.5162 0,,
|
||||
-1728.86 1786.71 12.2297,153 155 144 150 152 156 158,stand,20.1215 -9.78333 0,,
|
||||
-1377.6 1890.62 -12.1868,154 145 144 150 153 156,stand,25.9058 21.1212 0,,
|
||||
-1510.19 2035.2 -33.3109,145 153 154 155,stand,14.2712 -171.881 0,,
|
||||
-2219.59 1329.15 -56.7314,152 158,stand,18.2703 -10.4095 0,,
|
||||
-1784.71 1283.2 -55.6534,157 154 152 149 151 226,stand,8.63525 121.685 0,,
|
||||
-1744.36 884.299 -71.8882,151 160 162 161,stand,7.70691 155.923 0,,
|
||||
-2020.31 748.8 -71.9614,159 161 163 162,stand,11.1292 -52.4268 0,,
|
||||
-1840.67 476.085 -71.9867,160 162 165 159 166,stand,12.2717 57.7057 0,,
|
||||
-1610.1 685.383 -71.875,161 159 160 243 242,stand,13.8428 88.1708 0,,
|
||||
-2428.89 580.804 -69.3527,160 164 165 184,stand,0.708618 94.0155 0,,
|
||||
-2577.41 788.576 -71.9477,163 165 184,stand,21.0498 11.228 0,,
|
||||
-2410.68 790.877 -71.9666,164 163 161 183,stand,13.9856 89.165 0,,
|
||||
-1976.28 150.108 -71.8897,167 169 180 161 182,stand,8.84949 -60.8643 0,,
|
||||
-2113.42 -25.7096 -71.875,166 168 169 180 181 182,stand,7.77832 24.8456 0,,
|
||||
-1632.9 -124.957 -71.875,167 169 170 173 180,stand,9.20654 92.5818 0,,
|
||||
-1763.74 89.7979 -63.875,168 166 167 173 180,stand,24.906 153.309 0,,
|
||||
-1632.05 -383.443 -71.875,168 171 173 172,stand,25.9772 -2.59277 0,,
|
||||
-1487.47 -547.261 -71.875,170 172 173 227 239,stand,21.0498 -142.405 0,,
|
||||
-1689.46 -638.972 -63.875,171 173 176 210 170 211,stand,16.6278 15.9631 0,,
|
||||
-1811 -413.228 -61.4976,172 171 170 169 168 174 176 205 175,stand,33.1128 -105.743 0,,
|
||||
-1949.19 -252.627 -61.5648,173 175 177 178,stand,19.1217 -152.386 0,,
|
||||
-2057.59 -601.417 -69.6937,174 176 177 206 209 173 216 225,stand,19.6216 -27.5647 0,,
|
||||
-1921.49 -697.749 -59.7432,175 173 172 177 205 210 212,stand,26.4771 10.7611 0,,
|
||||
-2138.03 -285.492 -74.6959,176 174 178 181 203 175 216,stand,18.1274 37.8973 0,,
|
||||
-1889.44 -175.645 -71.875,177 179 174 205,stand,84.9957 88.4344 0,,
|
||||
-1880.97 -158.12 -41.5624,178 180,stand,72.2241 168.157 0,,
|
||||
-1870.9 -134.85 -71.6891,179 166 169 168 167,stand,23.7634 111.281 0,,
|
||||
-2226.85 -197.962 -62.8379,167 177 182 184,stand,28.5425 -54.5306 0,,
|
||||
-2434.2 -79.6378 -70.5986,181 167 184 185 186 208 209 166 102 296,stand,8.63525 -75.1685 0,,
|
||||
-2423.35 1082.24 -71.875,165,stand,13.1287 -113.137 0,,
|
||||
-2518.64 145.513 -71.875,163 182 181 164,stand,15.0568 -69.3951 0,,
|
||||
-2933.49 -189.277 -55.5847,182 186 295,stand,22.6208 3.68042 0,,
|
||||
-2755.72 -226.653 -63.9471,185 187 182 208,climb,-67.2253 -91.3843 0,,
|
||||
-2752.72 -254.502 105.625,186 188,climb,68.0823 92.1973 0,,
|
||||
-2804.84 -447.264 104.125,187 189,stand,53.3112 -94.6033 0,,
|
||||
-2804.06 -507.831 104.125,188 190 192 193,stand,20.2643 90.6647 0,,
|
||||
-2716.67 -509.351 104.125,189 191,stand,10.7007 -65.1984 0,,
|
||||
-2647.73 -709.896 104.125,190,stand,15.4852 -146.343 0,,
|
||||
-2824.15 -700.479 104.125,189 193,stand,19.1217 113.231 0,,
|
||||
-2970.64 -504.826 104.125,192 189 194,stand,31.2561 -3.96057 0,,
|
||||
-2983.5 -418.828 104.125,193 195,stand,17.9846 -68.9282 0,,
|
||||
-3063.59 -378.889 104.125,194 196,stand,47.7411 91.8018 0,,
|
||||
-3064.38 -281.606 64.125,195 197,stand,34.184 -43.0829 0,,
|
||||
-2873.33 -292.419 -63.875,196 198 202 201,stand,22.9065 -98.2507 0,,
|
||||
-2853.42 -347.883 -63.875,197 199 200 201 202,stand,21.8353 -144.009 0,,
|
||||
-3006.47 -446.987 -63.875,198 200,stand,21.7639 104.936 0,,
|
||||
-3036.6 -331.515 -63.875,199 198,stand,25.3345 -8.17932 0,,
|
||||
-2728.99 -471.4 -63.875,198 202 197 219,stand,34.3982 -21.1871 0,,
|
||||
-2619.49 -430.96 -63.875,201 197 198 207,stand,39.8199 78.371 0,,
|
||||
-1911.98 -424.947 -56.0831,177 204 206,stand,75.7178 -12.8101 0,,
|
||||
-1892.56 -426.678 -24.2803,203 205,stand,66.5826 -12.8101 0,,
|
||||
-1873.41 -429.573 -56.6518,204 173 176 178,stand,46.604 85.1111 0,,
|
||||
-2315.66 -349.91 -61.1159,175 203 207 208,stand,10.9863 179.385 0,,
|
||||
-2557.36 -427.645 -61.0022,206 202 208 209,stand,39.5343 152.117 0,,
|
||||
-2536.93 -198.218 -59.502,207 182 186 206 209 296,stand,36.2549 94.6472 0,,
|
||||
-2392.03 -562.902 -70.5933,207 208 182 175 213 218 225 211,stand,13.0573 160.455 0,,
|
||||
-1884.32 -883.872 -56.4328,176 172 211 212,stand,14.4141 79.4421 0,,
|
||||
-1680.15 -955.209 -49.5488,210 172 209,stand,22.9065 128.677 0,,
|
||||
-2092.22 -904.796 -54.6161,176 210 213 218,stand,19.5502 44.1705 0,,
|
||||
-2432.73 -857.999 -63.8803,212 214 209 218 225,stand,9.84375 -5.44373 0,,
|
||||
-2504.22 -1085.4 -37.444,213 215 218,stand,19.3359 11.4752 0,,
|
||||
-2366.93 -1060.36 -34.1034,214,stand,43.819 138.087 0,,
|
||||
-2220.63 -750.968 -67.5223,175 217 177,stand,25.4059 -150.815 0,,
|
||||
-2234.84 -764.25 -31.6738,216 218,stand,66.1542 -173.655 0,,
|
||||
-2253.49 -783.735 -64.5194,217 213 212 209 214 225,stand,32.7557 163.867 0,,
|
||||
-2731.04 -538.363 -63.875,201 220 222 223,stand,35.8978 89.3628 0,,
|
||||
-2832.87 -667.668 -63.875,219 221,stand,22.4066 28.3337 0,,
|
||||
-2776.88 -736.875 -63.875,220 222,stand,28.8281 89.0771 0,,
|
||||
-2678.61 -709.027 -63.875,221 219 223,stand,43.8904 145.184 0,,
|
||||
-2615.13 -669.617 -63.875,222 219 224,stand,24.2633 2.16431 0,,
|
||||
-2595.63 -668.74 -33.875,223 225,stand,84.9957 -65.7916 0,,
|
||||
-2574.87 -670.059 -63.9127,224 213 209 218 175,stand,66.0168 -178.61 0,,
|
||||
-1985.14 1071.57 -42.6031,151 158,stand,25.1202 29.4379 0,,
|
||||
-1150.62 -507.797 -71.875,171 228 229 239,stand,12.42 -67.9999 0,,
|
||||
-1189.42 -765.689 -63.875,227,stand,17.9132 86.0779 0,,
|
||||
-965.68 -565.325 -70.995,227 230 239 294,stand,17.9846 -100.031 0,,
|
||||
-1025.02 -671.021 -55.875,229 231 232,stand,20.5554 -36.5131 0,,
|
||||
-811.171 -847.643 -55.875,230 232,stand,24.8346 166.685 0,,
|
||||
-1128 -863.35 -55.875,231 230 233,stand,28.4052 -17.8088 0,,
|
||||
-969.017 -935.173 80.125,232 234,stand,22.9065 -13.8812 0,,
|
||||
-892.266 -950.921 80.125,233 235,stand,27.6196 69.115 0,,
|
||||
-862.45 -823.937 80.125,234 236,stand,25.4773 152.479 0,,
|
||||
-927.346 -790.307 80.125,235 237,stand,27.691 160.692 0,,
|
||||
-1093.24 -748.255 80.125,236 238,stand,25.4773 81.4087 0,,
|
||||
-1162.11 -855.191 80.125,237,stand,29.4049 90.0494 0,,
|
||||
-1049.75 -418.813 -71.875,229 171 227 240,stand,17.9132 -154.786 0,,
|
||||
-932.729 31.5568 -69.7426,239 241 246,stand,3.49915 36.1011 0,,
|
||||
-792.98 314.653 -71.9976,240 242 245 246 247,stand,9.84924 -175.941 0,,
|
||||
-1263.59 498.093 -71.875,241 243 244 162,stand,5.13611 81.8591 0,,
|
||||
-1259.39 719.985 -57.7747,242 162 297,stand,-8.84399 59.447 0,,
|
||||
-1356.57 289.995 -63.875,242,stand,15.5566 13.8043 0,,
|
||||
-845.973 598.46 -63.875,241,stand,22.0551 -86.8524 0,,
|
||||
-711.086 80.7085 -63.875,240 241 247,stand,19.0558 -150.359 0,,
|
||||
-363.208 272.866 -52.2114,241 246 248 250 249,stand,21.9836 -157.764 0,,
|
||||
-229.081 -38.6645 -11.4171,247 249 250 265 268 269,stand,15.9851 70.5927 0,,
|
||||
-118.58 532.361 20.125,248 127 250 247 252,stand,23.6206 64.248 0,,
|
||||
-95.8619 284.165 6.55596,249 247 248 251 252 271,stand,23.4064 114.714 0,,
|
||||
268.009 510.363 12.9462,250 142 252 85,stand,19.3414 69.3127 0,,
|
||||
303.519 214.142 8.45143,251 250 249 85 254 271,stand,19.1986 138.197 0,,
|
||||
40.7067 995.556 -0.702036,142 140 141 127 128,stand,7.77832 52.4872 0,,
|
||||
270.742 -114.168 13.8572,252 255 272 274,stand,16.5564 -91.7194 0,,
|
||||
477.237 -109.025 -40.7352,254 256,stand,22.0551 -135.604 0,,
|
||||
485.927 -182.765 -69.3452,255 257 275,stand,20.6982 -173.952 0,,
|
||||
435.598 -184.83 -75.7861,256 258,crouch,41.391 -172.963 0,,
|
||||
368.512 -186.254 -75.6913,257 259,crouch,64.0887 179.973 0,,
|
||||
344.875 -187.494 -123.191,258 260,stand,58.1671 -110.577 0,,
|
||||
190.855 -179.869 -127.875,259 261,stand,23.4064 -133.698 0,,
|
||||
-39.0921 -458.304 -127.875,260 262,stand,16.7706 -179.16 0,,
|
||||
-184.39 -456.319 -123.312,261 263,stand,6.49292 179.901 0,,
|
||||
-200.39 -456.319 -75.8198,262 264,crouch,77.937 175.117 0,,
|
||||
-274.09 -459.009 -75.6408,263 265,crouch,19.3359 155.204 0,,
|
||||
-354.561 -456.154 -63.9913,264 248 266 267,stand,15.5566 44.7968 0,,
|
||||
-343.35 -675.634 -56.8914,265 267 268 281 280 294,stand,16.2708 76.5747 0,,
|
||||
-99.7174 -676.761 8.125,266 268 273 272 278 265 280,stand,9.27246 80.4364 0,,
|
||||
-82.8038 -356.321 19.2914,267 248 269 266 272 273 278,stand,19.4788 89.577 0,,
|
||||
-38.5133 89.1919 4.08585,268 270 248,stand,31.5417 57.6343 0,,
|
||||
-28.853 106.011 39.2824,269 271,stand,80.9308 56.4203 0,,
|
||||
-13.3515 125.982 2.7531,270 250 252,stand,16.2708 142.487 0,,
|
||||
227.919 -370.213 2.70324,254 268 273 274 267 278,stand,2.27966 157.324 0,,
|
||||
293.404 -689.189 7.9414,272 267 277 268 276 275 288 289,stand,14.9139 -50.1251 0,,
|
||||
350.458 -264.989 15.8629,272 275 254,stand,23.5492 -138.829 0,,
|
||||
512.63 -287.885 -39.8136,274 256 276 273 287 290,stand,38.4631 114.972 0,,
|
||||
532.2 -697.739 -30.7318,275 277 273 282 287,stand,11.0577 -138.56 0,,
|
||||
323.46 -1146.11 20.125,273 278 279 276 289 288,stand,10.5579 94.6143 0,,
|
||||
67.3103 -841.561 0.124999,272 267 277 280 268,stand,13.6285 61.1224 0,,
|
||||
-103.457 -1190.92 20.125,277 280 281,stand,9.41528 27.3999 0,,
|
||||
-132.143 -950.217 12.8954,279 278 267 281 266,stand,6.84998 -72.3065 0,,
|
||||
-293.437 -1089.31 -37.446,280 266 279,stand,16.6992 82.9468 0,,
|
||||
746.67 -336.785 -55.875,276 283 284 286 287 292,stand,16.9849 -76.734 0,,
|
||||
1011.7 -323.693 -55.875,282 284,stand,14.9139 -111.489 0,,
|
||||
958.297 -489.911 -71.2889,283 285 286 282 287,stand,17.8418 -3.35632 0,,
|
||||
1187.85 -459.038 -55.875,284 96 98,stand,21.4069 -55.6018 0,,
|
||||
932.999 -721.481 -73.5056,96 284 287 282 288,stand,9.12964 174.468 0,,
|
||||
735.806 -694.917 -63.4358,284 276 286 282 288 275,stand,9.77234 -176.188 0,,
|
||||
581.887 -897.46 -23.4681,287 289 273 277 286,stand,18.4076 -132.539 0,,
|
||||
624.49 -1203.09 -40.5555,277 288 273,stand,15.0568 120.328 0,,
|
||||
617.875 -297.074 -55.875,275 291,stand,27.1912 -1.92261 0,,
|
||||
637.306 -297.074 -23.875,290 292,stand,82.359 -1.13708 0,,
|
||||
662.125 -297.095 -55.875,291 282,stand,37.6062 -176.699 0,,
|
||||
1952.45 41.1038 -34.3081,38 37 90 36 91,stand,39.5343 66.6541 0,,
|
||||
-749.258 -670.681 -71.875,266 229,stand,16.1279 158.774 0,,
|
||||
-2983.47 -27.134 -50.3475,185 296,stand,27.2571 -49.6198 0,,
|
||||
-2815.09 -15.7147 -39.984,295 208 182,stand,15.6281 -7.92664 0,,
|
||||
-1172.11 864.736 80.125,243 298,stand,59.6613 -116.823 0,,
|
||||
-1097.93 901.815 80.125,297 299 305,stand,18.5504 44.3298 0,,
|
||||
-1081.78 965.116 80.125,298 300,stand,19.2645 61.0291 0,,
|
||||
-1078.62 970.653 112.125,299 301,stand,66.5826 57.5354 0,,
|
||||
-1073.52 1004.32 91.125,300 302,stand,56.0193 -58.645 0,,
|
||||
-970.841 1031.53 91.125,301 303,stand,20.907 -28.7402 0,,
|
||||
-727.816 899.266 91.125,302 304,stand,22.5494 0.807495 0,,
|
||||
-502.91 905.22 91.125,303,stand,8.98682 93.0927 0,,
|
||||
-1109.08 724.324 80.125,298 306,stand,20.3357 24.0381 0,,
|
||||
-927.898 600.706 80.125,305 307,stand,23.4064 -13.0682 0,,
|
||||
-708.781 570.393 80.125,306 308 309,stand,17.699 67.3022 0,,
|
||||
-675.288 767.509 80.125,307 309 310,stand,19.1217 0.576782 0,,
|
||||
-450.225 723.301 80.125,308 310 307,stand,26.8341 -113.752 0,,
|
||||
-458.979 546.958 80.125,309 308,stand,22.8351 131.995 0,,
|
||||
|
190
scriptdata/waypoints/mp_courtyard_wp.csv
Normal file
@@ -0,0 +1,190 @@
|
||||
189
|
||||
6089.45 -870.212 144.125,1 177,stand,,,
|
||||
6115.72 -392.275 144.125,3 2 4 0 5,stand,,,
|
||||
6015.46 -387.324 146.125,3 4 16 1,stand,,,
|
||||
6035.16 -467.38 144.125,2 17 1,stand,,,
|
||||
6029.29 -339.103 144.125,2 15 1,stand,,,
|
||||
6114.69 58.3902 138.244,161 1,stand,,,
|
||||
6160.15 505.952 144.125,160 161 7,stand,,,
|
||||
5859.67 522.036 50.2895,8 6,stand,,,
|
||||
5786.47 445.7 48.1966,7 9 63 66 175,stand,,,
|
||||
5890.44 308.476 48.6311,8 10,stand,,,
|
||||
5947.52 56.7679 51.6221,9 11 175,stand,,,
|
||||
5951.32 -126.861 -33.1638,10 12,stand,,,
|
||||
5937.48 -389.785 -40.7611,11 13,stand,,,
|
||||
5954.34 -688.967 -27.6427,12 14,stand,,,
|
||||
5949.04 -851.335 55.125,13 95 98,stand,,,
|
||||
5665.72 -167.527 48.125,16 67 92 91 4,stand,,,
|
||||
5663.99 -395.16 44.125,17 15 97 2,stand,,,
|
||||
5655.25 -625.135 46.1469,16 93 97 3,stand,,,
|
||||
4847.78 -1919.67 72.125,19 110 186,stand,,,
|
||||
4519.43 -1950.98 72.125,18 20,stand,,,
|
||||
4149.61 -1831.56 72.125,19 21 22 169,stand,,,
|
||||
3907.05 -1753.68 72.125,20 22 112,stand,,,
|
||||
3899.02 -1896.2 72.125,20 21 23 168,stand,,,
|
||||
4072.95 -1991.99 72.125,22,stand,,,
|
||||
3456.94 -1597.48 88.125,25 26 168,stand,,,
|
||||
3290.27 -1413.63 88.125,24 27,stand,,,
|
||||
3530.85 -1348.45 88.125,24 27 185,stand,,,
|
||||
3381.71 -1023.92 88.1248,26 25 28 29,stand,,,
|
||||
3407.82 -1251.67 88.1248,27,stand,,,
|
||||
3475.67 -812.095 88.1248,27 167,stand,,,
|
||||
3552.36 -428.151 88.125,147 167,stand,,,
|
||||
3481.1 26.6309 88.125,33 35 167,stand,,,
|
||||
3647.33 445.132 88.125,38 34 166 183,stand,,,
|
||||
3445.48 149.725 88.125,31 34 35 37,stand,,,
|
||||
3454.29 298.462 88.125,33 38 32,stand,,,
|
||||
3642.31 22.7913 88.125,31 33 36 37,stand,,,
|
||||
3640.24 -124.387 49.7503,35 148 149,stand,,,
|
||||
3660.11 140.659 88.125,35 33 38,stand,,,
|
||||
3668.29 307.833 88.125,37 32 34 183,stand,,,
|
||||
3651.82 687.142 88.125,41 166,stand,,,
|
||||
3959.13 590.191 88.125,155 166,stand,,,
|
||||
3650.89 822.761 72.125,39 42,stand,,,
|
||||
3633.95 957.157 72.125,41 43,stand,,,
|
||||
3629.58 1109.15 32.0591,42 44 49,stand,,,
|
||||
3857.02 1094.5 37.0434,43 46 49 164,stand,,,
|
||||
4012.53 867.325 39.0436,52 51 164,stand,,,
|
||||
4040.05 1112.71 29.799,44 47,stand,,,
|
||||
4029.17 1268.46 36.3229,48 46 49,stand,,,
|
||||
4146.61 1273.07 60.125,47 50,stand,,,
|
||||
3865.89 1260.19 32.125,47 44 43,stand,,,
|
||||
4317.37 1262.73 64.7793,48 51,stand,,,
|
||||
4313.26 1090.43 28.3547,50 52 45,stand,,,
|
||||
4221.01 848.151 37.834,51 45 53,stand,,,
|
||||
4348.03 768.221 37.1376,52 162,stand,,,
|
||||
4990.26 762.945 47.3173,55 58 59,stand,,,
|
||||
4991.51 914.831 96.125,54 56,stand,,,
|
||||
4938.44 1081.82 96.125,55 57 165,stand,,,
|
||||
4992.54 1191.67 96.125,56,stand,,,
|
||||
4881.53 719.433 47.7734,54 59 162,stand,,,
|
||||
4981.05 586.009 48.8323,58 54 60 79 87,stand,,,
|
||||
5203.87 603.512 57.3205,59 61 64,stand,,,
|
||||
5454.37 564.353 55.8719,60 62,stand,,,
|
||||
5468.54 413.629 46.4244,61 63 65,stand,,,
|
||||
5636.41 412.638 49.0151,62 8,stand,,,
|
||||
5219.39 407.215 48.1871,60 65 68 79 174,stand,,,
|
||||
5461.01 318.203 48.2316,64 62 66 174,stand,,,
|
||||
5552.14 173.839 48.1166,65 67 8 175 91,stand,,,
|
||||
5602.71 -24.7625 48.1231,15 66 91 175 92,stand,,,
|
||||
5072.38 398.587 48.1641,64 69 79 174,stand,,,
|
||||
4947.02 313.929 48.1071,68 70 79 86 87 78 174,stand,,,
|
||||
4859.69 234.213 48.625,69 71 86,stand,,,
|
||||
4777.08 150.081 -3.875,70 72 77,stand,,,
|
||||
4543.81 157.039 -3.875,71 73 74,stand,,,
|
||||
4478.77 225.01 48.625,72 85 88 159,stand,,,
|
||||
4525.86 -52.2454 -3.96081,72 75,stand,,,
|
||||
4671.39 -120.352 -3.875,74 76 77,stand,,,
|
||||
4675.22 -227.796 47.3517,75 81,stand,,,
|
||||
4826.37 -29.4307 -3.875,75 71,stand,,,
|
||||
5014.31 2.22257 50.7763,80 69 174,stand,,,
|
||||
4984.75 500.044 49.2197,69 68 59 64 87,stand,,,
|
||||
4955.25 -133.676 45.9682,78 81,stand,,,
|
||||
4685.11 -292.349 45.8655,80 82 76 121,stand,,,
|
||||
4499.15 -224.846 48.7017,81 83,stand,,,
|
||||
4358.58 -157.703 48.9475,82 84,stand,,,
|
||||
4326.59 -39.0615 48.4143,83 85,stand,,,
|
||||
4343.76 130.126 49.5135,84 73 159,stand,,,
|
||||
4725.41 313.312 46.7162,69 70 87 88,stand,,,
|
||||
4865.11 459.266 47.8395,86 59 79 69,stand,,,
|
||||
4571.9 319.112 46.4487,86 73 159 157,stand,,,
|
||||
5240.36 128.816 52.4229,90,stand,,,
|
||||
5249.74 -77.0338 44.2009,89 91 101 92,stand,,,
|
||||
5409.92 -89.9078 44.3186,90 67 92 101 66 15,stand,,,
|
||||
5437.44 -279.277 48.487,15 91 101 90 67 97,stand,,,
|
||||
5584.68 -794.876 47.7732,17 94 95 97 103,stand,,,
|
||||
5606.08 -892.668 47.8991,93 95 96 106,stand,,,
|
||||
5745.05 -895.733 48.3681,14 93 94 96 98 99,stand,,,
|
||||
5571.79 -1016.73 47.5823,95 94 100 99 106,stand,,,
|
||||
5516.44 -615.637 48.2486,93 17 102 103 16 92,stand,,,
|
||||
5825.8 -769.22 48.5785,14 95,stand,,,
|
||||
5659.24 -1139.98 42.897,100 96 95,stand,,,
|
||||
5475.78 -1153.64 47.1761,99 96 107 181,stand,,,
|
||||
5292.81 -297.983 51.7758,92 90 91 102,stand,,,
|
||||
5285.04 -562.206 45.9105,101 97 103,stand,,,
|
||||
5257.56 -746.083 46.1142,102 97 104 93,stand,,,
|
||||
5234.91 -894.94 47.5988,103 105,stand,,,
|
||||
5381.3 -950.479 52.9136,104 106,stand,,,
|
||||
5465.36 -955.749 47.641,105 96 94,stand,,,
|
||||
5302.81 -1223.77 46.3718,100 108 178,stand,,,
|
||||
5200.18 -1427.14 59.9031,109 125 178 107 181,stand,,,
|
||||
5174.71 -1731.64 72.125,108 110,stand,,,
|
||||
4958.59 -1857.64 72.125,109 18 111,stand,,,
|
||||
4888.91 -1811.03 72.125,110,stand,,,
|
||||
3883.59 -1640.16 60.0477,21 113,stand,,,
|
||||
3674.12 -1617.47 65.473,112 114,stand,,,
|
||||
3650.73 -1427.65 51.9258,113 115 180 184,stand,,,
|
||||
3848.83 -1422.26 45.718,114 116 117,stand,,,
|
||||
3847.62 -1225.37 42.0956,115 134 135,stand,,,
|
||||
4088.96 -1431.09 48.062,115 133 173,stand,,,
|
||||
4475.89 -1088.5 48.625,131 129 132 171,stand,,,
|
||||
4673.43 -741.579 -3.875,120 170 171,stand,,,
|
||||
4676.91 -624.732 46.7906,119 121 130 179,stand,,,
|
||||
4730.46 -556.684 47.4006,120 81 179,stand,,,
|
||||
5011.03 -859.594 41.726,124 179,stand,,,
|
||||
4857.23 -1086.58 48.625,124 127 170 126 178,stand,,,
|
||||
5027.14 -1052.79 47.782,123 122 178,stand,,,
|
||||
4983.54 -1439.74 54.351,108 126 127,stand,,,
|
||||
4964.08 -1319.56 45.4267,125 127 123 178,stand,,,
|
||||
4798.8 -1330.74 49.2979,126 125 123 128,stand,,,
|
||||
4680.41 -1440.28 57.9177,127 129,stand,,,
|
||||
4527.93 -1307.66 52.6563,128 118 132 173,stand,,,
|
||||
4486.98 -638.883 43.742,120 172,stand,,,
|
||||
4303.9 -1061.07 45.8223,118 132 172,stand,,,
|
||||
4337.33 -1206.04 48.126,118 133 129 131 173,stand,,,
|
||||
4169.28 -1250.29 48.1566,132 134 117,stand,,,
|
||||
4002.43 -1162.38 48.1416,133 135 116,stand,,,
|
||||
3872.1 -1062.84 48.1325,134 116 137,stand,,,
|
||||
3645.99 -1022.75 42.5489,137 180,stand,,,
|
||||
3792.86 -927.036 48.1636,136 135 138 141 143,stand,,,
|
||||
3758.09 -761.064 48.1257,137 139 143 140,stand,,,
|
||||
3733.41 -613.519 48.1602,138 140 146 147,stand,,,
|
||||
3626.01 -616.544 49.3486,139 138,stand,,,
|
||||
3983.71 -835.994 50.1515,137 142 143 144,stand,,,
|
||||
4169.93 -928.862 49.847,141,stand,,,
|
||||
3920.22 -732.386 46.1782,141 138 144 146 145 137,stand,,,
|
||||
4034.9 -635.236 48.1117,143 141 145,stand,,,
|
||||
4027.84 -431.724 34.5524,144 146 143 149 150,stand,,,
|
||||
3883.76 -583.294 42.88,139 143 145,stand,,,
|
||||
3714.29 -430.594 48.1166,139 30 148,stand,,,
|
||||
3735.14 -220.301 48.1638,147 36 149,stand,,,
|
||||
3775.13 -122.132 48.2328,36 148 152 150 145,stand,,,
|
||||
3990.53 -36.7888 48.5983,151 152 149 145,stand,,,
|
||||
4161.9 71.291 53.3713,150,stand,,,
|
||||
3786.13 55.6308 48.1902,149 150 153,stand,,,
|
||||
3893.51 249.21 48.1607,152 154 182,stand,,,
|
||||
4058.27 372.478 48.2255,153 158 155 182,stand,,,
|
||||
4084.24 589.567 65.625,40 156 154,stand,,,
|
||||
4183.64 601.017 50.7262,155 157 158,stand,,,
|
||||
4405.12 596.542 45.6387,156 159 88,stand,,,
|
||||
4216.99 397.958 48.1538,154 159 156,stand,,,
|
||||
4371.48 333.573 48.1445,158 73 88 85 157,stand,,,
|
||||
6151.63 616.699 144.125,6,stand,,,
|
||||
6286.96 287.374 144.125,6 5,stand,,,
|
||||
4732.38 854.901 50.0067,53 58 163,stand,,,
|
||||
4570.52 868.916 44.7603,162,stand,,,
|
||||
3827.51 824.977 38.1966,45 44,stand,,,
|
||||
4519.59 1063.8 96.125,56,stand,,,
|
||||
3654.34 589.989 88.125,39 32 40,stand,,,
|
||||
3466.42 -422.648 88.125,29 30 31,stand,,,
|
||||
3510.56 -1881.29 72.125,22 24,stand,,,
|
||||
4262.78 -1796.91 72.125,20 186,stand,,,
|
||||
4804.08 -1013.02 -3.875,123 119 171,stand,,,
|
||||
4531.58 -1006.41 -3.875,119 170 118,stand,,,
|
||||
4346.58 -857.201 49.0141,130 131,stand,,,
|
||||
4337.41 -1451.54 48.0985,117 129 132,stand,,,
|
||||
5078.17 258.773 50.157,78 69 68 64 65,stand,,,
|
||||
5694.82 85.4201 48.452,10 8 67 176 66,stand,,,
|
||||
5832.8 -55.472 48.1176,175,stand,,,
|
||||
6062.21 -1417.93 144.125,0 188,stand,,,
|
||||
5117.45 -1240.39 49.1513,126 124 123 108 107,stand,,,
|
||||
4809.52 -627.897 47.7271,121 120 122,stand,,,
|
||||
3648.88 -1322.03 42.2597,114 136 184,stand,,,
|
||||
5430.43 -1415.77 51.8529,100 108 187,stand,,,
|
||||
3734.63 379.87 40.9487,183 153 154,climb,-1.93359 -179.989 0,,
|
||||
3716.88 379.87 88.125,182 38 32,climb,-1.73035 -179.989 0,,
|
||||
3599.27 -1353.5 46.5766,185 180 114,climb,2.48291 176.006 0,,
|
||||
3583.27 -1353.5 88.1248,184 26,climb,1.75781 175.886 0,,
|
||||
4649.26 -1769.83 72.125,18 169,stand,,,
|
||||
5540.88 -1434.75 79.2037,188 181,climb,3.07617 -0.181274 0,,
|
||||
5563.34 -1434.75 144.125,187 177,climb,1.86218 -0.41748 0,,
|
||||
|
315
scriptdata/waypoints/mp_crash_day_wp.csv
Normal file
@@ -0,0 +1,315 @@
|
||||
314
|
||||
69.4919 219.809 56.125,1 4 5,stand,30.1904 88.9398 0,,
|
||||
247.034 129.45 56.125,0 2 4,stand,82.5018 -92.2687 0,,
|
||||
246.158 40.8718 56.125,1 3 21 30 294,stand,55.5194 94.4495 0,,
|
||||
94.1826 54.6978 56.125,2 4 30 291 21 294,stand,84.9957 93.5211 0,,
|
||||
90.7206 95.125 56.125,3 1 0,stand,84.9957 -89.4122 0,,
|
||||
65.4696 390.844 56.125,0 6 8,stand,34.3982 -55.3876 0,,
|
||||
121.126 324.314 56.125,5 7,stand,29.5422 3.55957 0,,
|
||||
317.039 333.093 56.125,6,stand,25.9772 174.133 0,,
|
||||
306.71 403.196 192.125,5 9,stand,44.6759 -148.612 0,,
|
||||
333.748 316.948 192.125,8 10 12,stand,56.9476 -165.668 0,,
|
||||
-1.18943 322.267 192.125,9 11,stand,21.1212 25.0433 0,,
|
||||
-4.20978 419.833 192.125,10,stand,30.542 -22.6318 0,,
|
||||
336.189 218.558 192.125,9 13 18,stand,27.1198 98.6243 0,,
|
||||
-36.4975 213.065 213.859,12 14 17 16,stand,29.2566 4.47693 0,,
|
||||
-24.7604 78.2753 192.125,13 15 16 17,stand,30.2563 3.47717 0,,
|
||||
133.044 81.2432 192.125,14,stand,16.3422 -175.089 0,,
|
||||
-280.683 77.876 193.673,14 17 13 290,stand,19.5502 113.544 0,,
|
||||
-278.725 285.856 192.125,16 13 14 290,stand,22.6208 -42.0447 0,,
|
||||
240.014 113.589 192.125,12 19,stand,47.4554 -87.5885 0,,
|
||||
242.866 29.8253 192.125,18 20,stand,60.2325 1.76331 0,,
|
||||
356.496 34.7798 192.125,19,stand,38.0347 93.4003 0,,
|
||||
366.807 -58.1488 48.3151,2 22 30 23 3 291 295,stand,14.2712 167.695 0,,
|
||||
357.928 -423.456 48.125,21 23 30 295 294,stand,16.842 -156.33 0,,
|
||||
149.998 -506.297 56.125,22 24 29 30 21 295 294,stand,23.8348 -86.2482 0,,
|
||||
160.768 -607.744 56.125,23 25 26,stand,20.1929 -8.23975 0,,
|
||||
407.352 -659.914 56.125,24 26,stand,18.5559 -159.115 0,,
|
||||
127.233 -755.161 56.125,25 24 27,stand,32.5415 109.034 0,,
|
||||
50.1668 -750.433 56.125,26 28 32,stand,47.1698 26.0321 0,,
|
||||
-61.8108 -626.283 56.125,27 29 32,stand,50.9546 91.9775 0,,
|
||||
-67.1876 -503.687 56.125,28 23 30 291 295,stand,19.4073 32.0251 0,,
|
||||
135.854 -156.232 49.5075,22 3 2 23 29 21 291,stand,20.3357 101.821 0,,
|
||||
-207.714 -325.316 48.8602,286 281 292 295,stand,84.9957 -136.121 0,,
|
||||
-133.015 -828.012 56.125,28 27 33,stand,58.0902 -89.7308 0,,
|
||||
-126.577 -915.849 0.125,32 34 36,stand,20.2643 -56.0577 0,,
|
||||
25.184 -1064.2 0.125,33 35 36,stand,7.49268 66.7639 0,,
|
||||
61.4869 -935.469 0.125,34 36,stand,27.4768 -121.218 0,,
|
||||
-242.813 -1081.66 0.125,34 35 33 37 39,stand,38.8916 42.5171 0,,
|
||||
-468.58 -1053.06 0.125,36 39 40,stand,73.0096 166.624 0,,
|
||||
-715.663 -869.092 -6.71068,39 227 283,stand,29.9762 -52.5641 0,,
|
||||
-519.141 -911.038 0.124999,38 37 36,stand,29.1907 -48.1366 0,,
|
||||
-653.117 -1057.53 20.376,37 41 43,stand,16.9135 -10.2557 0,,
|
||||
-788.682 -1235.42 8.125,40 42,stand,22.6263 73.3173 0,,
|
||||
-874.917 -1238.2 8.125,41 221 78 223 227 205 218,stand,25.3345 -11.9806 0,,
|
||||
-643.484 -1238.19 16.3066,40 44 48,stand,33.6841 41.0449 0,,
|
||||
-555.535 -1251.08 8.125,43 45 48,stand,-14.5514 98.2123 0,,
|
||||
-558.198 -1074.78 144.125,44 46,stand,20.127 149.886 0,,
|
||||
-755.85 -987.125 144.125,45 47,stand,17.0563 -125.969 0,,
|
||||
-770.829 -1428.87 144.125,46,stand,18.8416 4.06494 0,,
|
||||
-639.605 -1428.45 9.17667,44 43 49,stand,29.9762 165.657 0,,
|
||||
-641.952 -1484.6 5.77897,48 50 51,stand,13.7714 27.1472 0,,
|
||||
-477.025 -1777.97 -2.63536,49 51 52 60 63 75 74 68 72,stand,21.5497 134.341 0,,
|
||||
-660.855 -1634.38 -11.875,50 49 76 75 63,stand,24.6918 -1.32935 0,,
|
||||
-353.977 -1711.13 0.125,50 53,stand,-12.2717 2.37854 0,,
|
||||
-187.705 -1711.81 136.125,52 54,stand,36.4691 -56.7114 0,,
|
||||
-104.751 -1860.31 136.125,53 55,stand,49.5978 -85.2594 0,,
|
||||
-101.137 -1922.64 136.125,54 56,stand,18.2703 -91.5436 0,,
|
||||
-187.646 -2085.86 136.125,55 57,stand,69.082 -176.473 0,,
|
||||
-247.818 -2084.15 136.125,56 58 59,stand,43.4619 2.16431 0,,
|
||||
-424.874 -2103.6 136.125,57 59,stand,27.7625 82.5293 0,,
|
||||
-381.399 -1926.59 136.125,58 57,stand,30.2563 -59.6393 0,,
|
||||
-314.707 -1834.62 0.125,50 61 66,stand,33.8269 -64.0063 0,,
|
||||
-302.067 -1968.12 0.125,60 62 65,stand,19.9127 -155.786 0,,
|
||||
-424.874 -2055.11 0.125,61 63 64,stand,72.0813 -178.484 0,,
|
||||
-463.125 -2055.03 0.124999,62 50 67 74 72 51,stand,55.9534 3.02124 0,,
|
||||
-250.425 -2152.87 0.125,62 65,stand,21.8353 105.864 0,,
|
||||
-85.2032 -2066.09 0.125,64 61 66,stand,14.9139 174.452 0,,
|
||||
-122.894 -1761.75 0.125,60 65,stand,26.4771 -116.521 0,,
|
||||
-564.277 -2393.69 -11.875,63 68 72,stand,5.85022 71.1914 0,,
|
||||
-800.53 -2378.04 -11.875,67 69 72 73 50 74,stand,12.9144 128.644 0,,
|
||||
-1054.59 -2164.13 -11.875,68 70 73,stand,45.1044 83.183 0,,
|
||||
-1050.95 -2147.19 20.125,69 71,stand,77.5031 87.8961 0,,
|
||||
-1046.61 -2122.11 -8.58366,70 72 80 77 79,stand,63.1604 -85.177 0,,
|
||||
-951.08 -2084.51 10.0536,71 68 67 73 74 63 80 79 220 50,stand,18.4131 -58.4857 0,,
|
||||
-1081.83 -2405.02 -11.875,68 72 69,stand,4.13635 58.9307 0,,
|
||||
-860.198 -1913.77 -3.875,72 75 50 63 68 76,stand,29.0479 110.231 0,,
|
||||
-938.822 -1701.27 9.3818,74 76 51 50 77 79 80 220,stand,23.8348 29.6576 0,,
|
||||
-895.274 -1510.13 -0.351437,75 51 80 74,stand,19.4843 -40.3583 0,,
|
||||
-1138.02 -1524.38 0.124999,75 78 79 71 224 225,stand,30.8276 123.497 0,,
|
||||
-1232.24 -1382.49 -11.86,77 223 221 226 42 219 227 283,stand,13.9856 15.5841 0,,
|
||||
-1199.59 -1798.75 -11.875,77 80 72 75 220 225 224 226 71,stand,16.7706 -88.0444 0,,
|
||||
-1212.16 -2081.9 -11.875,79 81 71 72 75 76 220 217,stand,48.3838 -88.0444 0,,
|
||||
-1212.22 -2171.6 -7.875,80 82 87,stand,24.549 102.656 0,,
|
||||
-1199.26 -2325.04 -7.875,81 83 84 87,stand,39.9628 -84.3475 0,,
|
||||
-1184.15 -2476.24 -7.875,82,stand,25.1917 80.8868 0,,
|
||||
-1481.04 -2317.6 -7.875,82 85 86,stand,29.4049 -107.897 0,,
|
||||
-1470.59 -2457.59 -7.875,84 106,stand,60.304 83.7982 0,,
|
||||
-1586.67 -2320.03 -11.875,84 88,stand,30.8276 53.8275 0,,
|
||||
-1419.55 -2200.6 -7.875,81 82,stand,31.9702 -6.2677 0,,
|
||||
-1900.25 -2238.22 -12.1346,86 89 90 107 108 235 236 112,stand,16.7706 128.546 0,,
|
||||
-1948.49 -1995.53 -15.2711,88 107 235 236,stand,3.99353 -91.7139 0,,
|
||||
-1765.46 -2468.73 -11.8765,88 91,stand,6.92139 2.13684 0,,
|
||||
-1564.2 -2463.37 84.125,90 92,stand,51.3831 97.5586 0,,
|
||||
-1551.13 -2344 124.125,91 93 103,stand,51.4545 -18.847 0,,
|
||||
-1504.87 -2342.1 128.125,92 94 95 96,stand,37.5403 -179.542 0,,
|
||||
-1491.14 -2214.35 128.125,93 95 104,stand,54.8108 179.101 0,,
|
||||
-1238.56 -2305.94 128.125,94 93 105,stand,26.7627 167.17 0,,
|
||||
-1472.71 -2452.19 128.125,93 97,stand,1.64246 -3.27209 0,,
|
||||
-1222.59 -2453.55 314.125,96 98,stand,28.7622 74.231 0,,
|
||||
-1221.58 -2347.76 384.125,97 99,stand,82.1448 110.431 0,,
|
||||
-1224.72 -2295.58 384.125,98 100,stand,14.2712 155.392 0,,
|
||||
-1432 -2203.19 384.125,99 101,stand,9.70642 -28.7494 0,,
|
||||
-1425.17 -2441.15 384.125,100 102,stand,21.2695 139.836 0,,
|
||||
-1528.06 -2284.25 396.125,101 103,climb,81.2878 -178.295 0,,
|
||||
-1551.13 -2280.11 124.125,102 92 104,climb,-77.2888 -1.76147 0,,
|
||||
-1561.27 -2214.67 124.125,94 103,stand,84.9957 -166.776 0,,
|
||||
-1201.32 -2461.06 128.125,95 106,stand,29.5477 119.626 0,,
|
||||
-1307.21 -2454.03 128.125,105 85,stand,82.0789 178.793 0,,
|
||||
-2154.29 -2415.18 -49.4469,88 108 89 112 236 235,stand,11.272 51.1871 0,,
|
||||
-2288.51 -2120.96 -38.8824,107 88 109 112,stand,19.3359 -42.4493 0,,
|
||||
-2278.26 -2002.23 -31.5206,108 110,stand,50.592 -34.5447 0,,
|
||||
-2194.94 -1997.2 24.125,109 111,stand,20.7642 20.9088 0,,
|
||||
-2098.28 -1962.88 24.125,110,stand,26.7572 169.515 0,,
|
||||
-2566.83 -2124.58 -59.875,108 113 107 115 116 88,stand,20.7587 -77.8638 0,,
|
||||
-2694.84 -2451.93 -59.875,112 114,stand,16.6937 3.92395 0,,
|
||||
-2533.36 -2381.56 -59.875,113,stand,14.2657 135.881 0,,
|
||||
-2554.46 -1907.44 -59.8712,112 117 118 144 152 298,stand,20.0446 -91.5198 0,,
|
||||
-2847.18 -2152.55 -59.875,112 117 119 139 138 150 153 151,stand,17.1222 14.2126 0,,
|
||||
-2852.52 -1865.2 -58.5717,116 115 119 138 139 150 313,stand,23.2581 -2.7063 0,,
|
||||
-2520.8 -1726.59 -57.415,115 119 144 152 153 298,stand,38.3203 -163.233 0,,
|
||||
-3285.06 -2210.56 -59.9241,118 116 117 120 138 139 151 150 310,stand,29.1852 -30.8533 0,,
|
||||
-3291.8 -2306.82 -59.8754,119 121,stand,37.1777 80.5646 0,,
|
||||
-3568.33 -2371.32 -69.7315,120 122,stand,67.7966 -175.702 0,,
|
||||
-3630.68 -2374.67 -63.875,121 123 136,stand,19.4788 167.708 0,,
|
||||
-3812.48 -2370.39 -63.875,122 124 135 137 136,stand,46.5271 178.986 0,,
|
||||
-3888.27 -2388.88 -63.875,123 125 135,stand,53.3771 -33.924 0,,
|
||||
-3891.03 -2471.34 -63.875,124 126,stand,14.1229 -68.399 0,,
|
||||
-3864.96 -2646.69 -63.875,125 127,stand,29.1138 -170.099 0,,
|
||||
-4025.86 -2621.91 -63.875,126 128,stand,5.84473 94.8413 0,,
|
||||
-4015.98 -2438.68 72.125,127 129,stand,54.8053 15.119 0,,
|
||||
-3905.59 -2442.58 72.125,128 130,stand,56.5192 -91.3605 0,,
|
||||
-3896.42 -2543.36 128.125,129 131,stand,20.1215 -0.723267 0,,
|
||||
-3747.7 -2646.19 128.125,130 132,stand,17.9077 104.548 0,,
|
||||
-3705.21 -2381.79 128.125,131 133,stand,32.6843 92.8418 0,,
|
||||
-3709.74 -2290.18 128.125,132 134,stand,9.41528 168.994 0,,
|
||||
-4048.87 -2263.69 128.125,133,stand,12.4146 20.5408 0,,
|
||||
-4042.36 -2255.55 -63.875,124 123 136,stand,23.9008 -61.0437 0,,
|
||||
-3732.01 -2132.9 -63.875,135 137 140 122 139 141 123 143 142 244,stand,41.3141 97.5549 0,,
|
||||
-3595.51 -2138.56 -63.875,136 138 140 123 141 244,stand,28.8226 1.91895 0,,
|
||||
-3556.23 -2138.34 -67.3773,137 119 117 139 116 150,stand,20.3302 175.915 0,,
|
||||
-3533.2 -2036.69 -59.8794,138 140 136 119 117 116 150,stand,66.2201 164.912 0,,
|
||||
-3598.8 -2006.01 -59.9303,139 137 136 141 142 143 244,stand,22.6154 -113.553 0,,
|
||||
-3779.7 -1893.83 -66.2022,140 136 142 137 237 243 242 306,stand,26.4716 -177.334 0,,
|
||||
-4105.48 -2160.97 -63.875,140 141 143 136 244,stand,19.2645 14.0039 0,,
|
||||
-4217.85 -1937.18 -77.6242,136 142 140 244,stand,6.55884 -71.2939 0,,
|
||||
-2803.04 -1673 -23.875,115 145 147 118 153 152 181 313,stand,27.2626 -176.62 0,,
|
||||
-3100.99 -1784.11 -23.875,144 146 150 313,stand,15.0568 37.9871 0,,
|
||||
-3113.91 -1566.81 -23.875,145 147 148,stand,19.9786 3.29773 0,,
|
||||
-2923.22 -1571.23 -23.875,146 144 149 313,stand,41.6052 -99.375 0,,
|
||||
-3116.07 -1520.88 -45.1623,146 149 296 297 299,stand,66.4453 -84.1095 0,,
|
||||
-2923.66 -1524.87 -23.875,148 147 297 296,stand,63.3032 -107.379 0,,
|
||||
-3107.26 -1839.13 -59.875,145 117 116 151 139 119 138,stand,76.5033 83.6902 0,,
|
||||
-3491.81 -1859.85 -60.4511,119 150 116 242 237 310,stand,16.2708 -52.8534 0,,
|
||||
-2734.33 -1356.85 -11.9805,115 118 153 144 156 181,stand,19.1272 -78.7482 0,,
|
||||
-2471.2 -1399.41 -17.1085,152 154 144 118 116 156 181 186 298,stand,33.5413 -10.5231 0,,
|
||||
-2388.39 -1422.48 -7.875,153 155 182 184,stand,27.5482 -96.59 0,,
|
||||
-2409.32 -1919.15 -7.875,154,stand,31.8988 115.1 0,,
|
||||
-2716.12 -1147.02 0.125001,152 157 179 153 180 181,stand,42.962 175.794 0,,
|
||||
-2793.93 -1144.44 0.125001,156 158 168,stand,26.4771 -176.713 0,,
|
||||
-2886.28 -1172.59 0.125001,157 159 168,stand,8.84949 175.651 0,,
|
||||
-3019.33 -1140.09 64.125,158 160,stand,44.8187 51.1102 0,,
|
||||
-3008.04 -1028.48 136.125,159 161 164,stand,71.6528 68.0951 0,,
|
||||
-2914.32 -1044.02 136.125,160 162 163,stand,30.5475 -62.439 0,,
|
||||
-2798.4 -1165.52 136.125,161 163,stand,25.5487 59.1028 0,,
|
||||
-2786.57 -1074.16 136.125,162 161,stand,52.1741 160.018 0,,
|
||||
-2995.05 -915.596 136.125,160 165 167 264,stand,22.1979 47.9626 0,,
|
||||
-2780.39 -853.167 136.125,164 166,stand,14.7766 167.296 0,,
|
||||
-2902.11 -727.125 136.125,165 167 264,stand,17.9132 -145.018 0,,
|
||||
-3125.45 -829.942 136.125,166 164 264,stand,17.7704 -12.3523 0,,
|
||||
-2937.74 -1025.22 0.125,158 157 169,stand,23.1262 -33.9185 0,,
|
||||
-2931.93 -962.62 0.125,168 170 176,stand,82.3645 169.702 0,,
|
||||
-3033.9 -794.693 0.125,169 171,stand,53.8879 179.832 0,,
|
||||
-3110.11 -807.14 0.125,170 172,stand,71.7352 -82.5385 0,,
|
||||
-3140.24 -942.791 0.125,171 173,stand,27.0538 -83.5382 0,,
|
||||
-3142.87 -1095.07 -59.875,172 174 175,stand,24.7742 -142.062 0,,
|
||||
-3300.66 -1268.36 -59.3615,173 175 296 299 302,stand,23.7744 -149.198 0,,
|
||||
-3469.77 -1179.7 -59.2641,174 173,stand,27.345 5.33018 0,,
|
||||
-2779.23 -854.875 0.125,169 177,stand,75.4486 12.6855 0,,
|
||||
-2706.06 -853.232 0.125,176 178 186 180 192,stand,34.1949 178.76 0,,
|
||||
-2713.76 -936.549 0.125222,177 179 192,stand,70.8069 -95.8813 0,,
|
||||
-2711.69 -976.521 0.12539,178 156 180,stand,50.257 87.7441 0,,
|
||||
-2597.97 -988.327 0.124999,179 156 177 187 192 196,stand,29.5422 -140.2 0,,
|
||||
-2541.73 -1237.29 -11.896,156 152 144 183 153 186 211 218 298,stand,23.269 170.63 0,,
|
||||
-2296.35 -1365.74 -7.87478,154 183 184,stand,80.0739 78.3288 0,,
|
||||
-2299.39 -1325.67 -7.875,182 181 186 212 211,stand,41.391 -178.96 0,,
|
||||
-2203.32 -1439.26 -7.875,182 185 154,stand,27.9053 36.5753 0,,
|
||||
-2095.99 -1370.29 -7.875,184 186 211 214 215,stand,40.3198 -120.793 0,,
|
||||
-2379.28 -1044.37 -11.8737,181 177 183 185 187 190 153 191 194 211 212,stand,12.2003 138.792 0,,
|
||||
-2358.5 -779.004 0.124998,180 188 190 191 186 189 193 195 211 271,stand,24.126 52.7747 0,,
|
||||
-2444.61 -592.814 0.124998,187 189 191 190 266 271,stand,69.3732 169.746 0,,
|
||||
-2273.78 -497.755 0.124998,188 190 187 271,stand,26.3397 -96.3153 0,,
|
||||
-2234.99 -689.263 0.125302,189 187 186 188 191 197,stand,82.3645 -0.679329 0,,
|
||||
-2465.75 -746.595 0.124998,187 192 186 188 190 211,stand,84.9957 -175.362 0,,
|
||||
-2505.57 -743.099 0.125,191 180 177 178,stand,47.7411 1.74316 0,,
|
||||
-2007.8 -862.065 0.125011,187 194 195 196 197 198 206,stand,61.441 -91.1243 0,,
|
||||
-2000.56 -902.469 0.124999,193 210 186 211 218,stand,32.8217 85.1789 0,,
|
||||
-1850.59 -793.427 0.124999,193 187 206 197 198 207,stand,51.806 -171.478 0,,
|
||||
-1979.54 -642.253 0.124999,193 180 197 198,stand,21.9781 -151.137 0,,
|
||||
-2194.31 -680.773 0.124998,196 190 195 193,stand,62.8748 179.035 0,,
|
||||
-1851.08 -704.817 0.125009,196 199 193 195,stand,50.5261 5.74223 0,,
|
||||
-1811.1 -704.172 0.125148,198 200 203 206,stand,34.184 96.8848 0,,
|
||||
-1585.5 -679.01 0.125056,199 201 206,stand,55.8051 -19.021 0,,
|
||||
-1563.46 -679.656 40.5373,200 202,stand,82.3535 67.1228 0,,
|
||||
-1544.52 -697.628 0.124998,201 203 204,stand,30.899 -179.685 0,,
|
||||
-1342.13 -857.31 0.124998,202 204 199 206 221 219,stand,18.6932 15.5091 0,,
|
||||
-1182.93 -699.43 0.124998,203 205 202 206 207 227,stand,35.3265 -8.47408 0,,
|
||||
-1066.74 -716.829 9.725,204 222 228 42,stand,15.6995 82.7399 0,,
|
||||
-1660.78 -797.544 0.125001,199 195 200 203 204 193 207,stand,49.8834 -96.1175 0,,
|
||||
-1650.89 -858.315 0.125,206 208 195 204,stand,84.9957 -105.291 0,,
|
||||
-1653.37 -902.739 0.125002,207 209 219 218,stand,65.7257 96.8189 0,,
|
||||
-1807.44 -959.487 0.1875,208 210 218 219,stand,55.8765 179.826 0,,
|
||||
-1846.9 -956.232 0.391216,209 194 211,stand,67.1539 10.2356 0,,
|
||||
-2071.12 -1097.19 -11.7966,186 185 181 210 194 187 219 183 191,stand,16.6223 -73.7109 0,,
|
||||
-1929.37 -1332.55 -7.875,183 213 218 186,stand,22.9779 -152.714 0,,
|
||||
-1926.91 -1372.54 -7.875,212 214 215,stand,24.9005 -170.341 0,,
|
||||
-2029.78 -1459.39 -7.875,213 185 215,stand,28.6853 58.2019 0,,
|
||||
-1827.26 -1421.45 -7.875,213 216 185 214 217,stand,46.0272 -153.977 0,,
|
||||
-1807.51 -1841.61 -7.875,215 220,stand,19.693 49.8523 0,,
|
||||
-1707.11 -1420.77 -11.875,215 218 219 220 221 80 222,stand,16.9135 112.079 0,,
|
||||
-1718.19 -1288.99 -11.875,217 212 194 181 219 209 221 208 42,stand,55.5249 -176.334 0,,
|
||||
-1542.27 -1118.09 -11.876,218 217 222 221 209 203 211 78 208 220,stand,72.4384 -164.095 0,,
|
||||
-1613.36 -1763.38 -11.876,217 216 79 80 72 75 219,stand,19.4073 -144.309 0,,
|
||||
-1257.63 -1146.94 -11.8663,217 203 219 42 218 78 227 226 223,stand,38.6774 13.581 0,,
|
||||
-1142.09 -926.822 0.125,205 219 217,stand,42.4622 106.141 0,,
|
||||
-1044.65 -1440.87 0.848855,78 224 42 221 227,stand,61.0181 -93.283 0,,
|
||||
-1044.9 -1479.13 0.649403,223 77 79,stand,70.8673 97.3188 0,,
|
||||
-1470.78 -2077.84 -11.875,77 79 226 229,stand,15.1996 60.8442 0,,
|
||||
-1355.5 -1529.3 -2.91598,225 78 79 221,stand,84.9957 -78.2098 0,,
|
||||
-864.958 -947.518 -0.740988,221 42 204 38 223 78 283,stand,7.6355 -82.7746 0,,
|
||||
-1013.01 -491.851 14.7764,205,stand,27.334 -94.7168 0,,
|
||||
-1686.87 -2014.85 -11.875,225 230,stand,82.1448 172.037 0,,
|
||||
-1706.41 -2014.85 22.125,229 231,stand,82.2162 166.329 0,,
|
||||
-1760.87 -2004.83 22.125,230 232,stand,67.511 173.751 0,,
|
||||
-1799.13 -2005.84 46.125,231 233 234,stand,49.2407 0.606117 0,,
|
||||
-1859.73 -2003.67 46.125,232 236,stand,38.3203 -79.4842 0,,
|
||||
-1831.34 -2049.13 22.125,232 235,stand,81.2164 113.079 0,,
|
||||
-1847.89 -2115.13 -11.8944,234 88 89 107,stand,24.2578 85.3766 0,,
|
||||
-1877.13 -2008.23 -12.0675,89 233 107 88,stand,64.8688 -5.5682 0,,
|
||||
-3738.23 -1445.36 -69.1164,141 238 241 240 151 243 305 310 306,stand,13.9197 155.261 0,,
|
||||
-3964.06 -1328.22 -38.571,237 239 241 245,stand,21.1981 86.9641 0,,
|
||||
-3937.43 -871.621 -41.1129,238 240 245 249 250 253 305,stand,24.6204 -17.7301 0,,
|
||||
-3697.88 -987.147 -51.1694,239 237 245 248 305,stand,18.8416 -91.8823 0,,
|
||||
-3935.53 -1458.27 -67.3347,238 242 237,stand,20.3412 -79.1931 0,,
|
||||
-3936.26 -1497 -63.8747,241 151 141 243 310,stand,42.7533 88.5242 0,,
|
||||
-3914.31 -1892.16 -63.875,237 244 141 242 306,stand,82.0129 -106.967 0,,
|
||||
-3907.31 -1931.73 -71.0481,243 143 142 136 137 140,stand,72.9492 80.3888 0,,
|
||||
-3799.03 -845.321 -51.5681,240 239 246 248 238,stand,75.5859 83.2013 0,,
|
||||
-3796.55 -805.118 -50.832,245 247 249 253,stand,63.2373 -90.6738 0,,
|
||||
-3670.7 -781.468 -7.875,246 248 255,stand,61.2378 -92.9425 0,,
|
||||
-3667 -827.499 -39.523,247 240 245,stand,51.3885 88.9691 0,,
|
||||
-3845.81 -494.644 -61.226,239 250 246 251 253 259,stand,10.9259 90.1062 0,,
|
||||
-3954 -239.125 -36.8343,249 251 239 253 259,stand,17.2046 5.17639 0,,
|
||||
-3635.19 -299.871 -59.9341,250 252 249 255,stand,36.8317 -1.81641 0,,
|
||||
-3595.96 -305.35 -59.8832,251 253 254 258,stand,32.2668 -175.538 0,,
|
||||
-3603.53 -484.578 -62.1522,252 254 255 249 250 246 239 256,stand,23.9117 60.9155 0,,
|
||||
-3488 -272.255 -59.8741,253 252 260,stand,16.8475 -109.406 0,,
|
||||
-3664.22 -712.875 -42.5222,253 247 251 259,stand,68.736 -89.8773 0,,
|
||||
-3372.35 -555.234 -51.7121,253 257 258 260 265,stand,14.5679 -17.4609 0,,
|
||||
-3227.91 -636.453 -35.8329,256 258 261,stand,25.7739 -128.654 0,,
|
||||
-3569.87 -626.059 -47.5426,257 259 252 256,stand,47.0435 168.757 0,,
|
||||
-3610.81 -622.76 -47.5878,258 249 255 250,stand,84.9957 -6.16699 0,,
|
||||
-3108.34 -387.754 -26.1205,256 254 261 272,stand,25.0433 60.1025 0,,
|
||||
-3182.24 -631.303 -31.3133,260 257 262 265,stand,57.6617 169.944 0,,
|
||||
-3106.95 -678.875 -26.6313,261 263 265,climb,-84.9243 -89.8883 0,,
|
||||
-3110.48 -699.577 168.125,262 264,climb,82.4963 89.3646 0,,
|
||||
-3110.43 -727.125 136.125,263 167 166 164,stand,84.9957 91.5729 0,,
|
||||
-2782.27 -553.628 -11.9316,262 261 266 272 256,stand,35.1123 -60.4669 0,,
|
||||
-2581.82 -595.153 -11.8792,265 188 272,stand,66.2146 3.00659 0,,
|
||||
-2186.31 -256.821 -2.30183,268 272 273 274,stand,2.55432 -163.068 0,,
|
||||
-2242.7 -348.875 -3.67331,267 269 272,stand,57.7277 -97.2491 0,,
|
||||
-2242.7 -368.316 30.125,268 270 275,stand,26.6858 -142.106 0,,
|
||||
-2301.06 -420.874 46.125,269 271 275,stand,61.2268 -87.1143 0,,
|
||||
-2299.51 -459.495 4.125,270 189 188 187,stand,46.3129 76.2744 0,,
|
||||
-2546.11 -324.642 -11.8768,265 268 267 266 260,stand,19.1986 -30.1996 0,,
|
||||
-1731.54 -273.839 18.072,267 274 276 277,stand,24.917 153.058 0,,
|
||||
-2204.87 -408.337 -9.60085,273 275 267,stand,48.8287 161.188 0,,
|
||||
-2220.87 -408.337 30.1248,274 270 269,stand,33.4094 174.031 0,,
|
||||
-1561.97 -153.291 49.7731,273 277 278 279 282,stand,16.073 82.7234 0,,
|
||||
-1596.38 211.364 48.1193,273 276 282,stand,18.9954 -133.669 0,,
|
||||
-1166.14 55.8147 48.1093,276 279 281,stand,11.0028 -72.9419 0,,
|
||||
-1161.34 -134.728 51.4407,278 280 276 282,stand,15.9961 5.34119 0,,
|
||||
-839.539 -100.322 48.9351,279 281 284 283 286 293 291,stand,17.0673 134.31 0,,
|
||||
-862.819 44.0385 53.844,280 278 286 31,stand,32.915 -178.79 0,,
|
||||
-1727.12 122.052 44.5385,279 276 277,stand,19.7699 -45.3223 0,,
|
||||
-744.319 -508.609 39.0235,227 38 78 284 280 286,stand,18.1274 -47.2723 0,,
|
||||
-617.068 -457.815 56.1251,283 285 280,stand,57.03 -8.88062 0,,
|
||||
-577.037 -454.954 56.1251,284 293,stand,36.2714 178.425 0,,
|
||||
-566.193 -6.81416 52.1676,280 287 283 281 31 291 288 294,stand,20.0006 102.12 0,,
|
||||
-742.99 320.248 48.125,286 288,stand,14.9359 -4.57947 0,,
|
||||
-389.404 325.194 48.125,287 289 286,climb,-77.2009 0.974121 0,,
|
||||
-367.949 320.283 228.125,288 290,climb,83.7378 177.277 0,,
|
||||
-336.874 319.902 192.125,289 17 16,stand,47.4829 179.766 0,,
|
||||
-143.35 -30.1245 48.125,30 29 3 21 286 292 294 280,stand,69.0106 -173.038 0,,
|
||||
-390.268 -372.074 56.125,291 293 31,stand,21.6321 -139.327 0,,
|
||||
-540.841 -410.134 56.125,285 292 294 280,stand,74.9487 125.609 0,,
|
||||
-156.779 -212.156 51.3925,286 295 291 2 3 23 22 293,stand,42.627 -77.5287 0,,
|
||||
-163.566 -325.995 50.8256,29 31 23 22 21 294,stand,65.3906 176.261 0,,
|
||||
-3220.49 -1435.61 -52.859,174 297 148 149 299 302,stand,13.678 -4.552 0,,
|
||||
-2860.11 -1476.13 -26.3062,296 298 149 148,stand,75.9155 -3.46436 0,,
|
||||
-2818.63 -1473.22 -24.8022,297 118 153 181 115,stand,84.9957 -174.961 0,,
|
||||
-3307.57 -1505.87 -50.3569,148 300 296 302 174,climb,-80.3485 -90.1245 0,,
|
||||
-3308.01 -1524.32 150.125,299 301 311,climb,84.8584 91.1993 0,,
|
||||
-3391.76 -1651.81 144.125,300 312,stand,39.1772 -34.8468 0,,
|
||||
-3516.87 -1412.57 -7.875,296 303 299 174,stand,60.7379 176.486 0,,
|
||||
-3555.13 -1413.62 -7.875,302 304 307 308,stand,73.9435 -7.88634 0,,
|
||||
-3610.72 -1116.16 -7.875,303 305,stand,73.6523 -177.466 0,,
|
||||
-3646.13 -1111.09 -51.4788,304 240 237 306 239,stand,79.0082 -8.2379 0,,
|
||||
-3646.13 -1426.14 -63.0067,305 307 237 141 243,stand,73.5864 -14.1595 0,,
|
||||
-3623.07 -1426.14 -7.875,306 303 308,stand,81.2219 -3.60167 0,,
|
||||
-3569.78 -1597.67 -17.875,307 303 309,stand,40.6165 -49.3542 0,,
|
||||
-3479.13 -1803.88 -7.875,308 310,stand,84.7101 -121.166 0,,
|
||||
-3495.76 -1823.2 -60.9717,309 151 242 237 119,stand,57.7386 25.2869 0,,
|
||||
-3167.05 -1677.78 144.125,300 312,stand,24.3347 147.856 0,,
|
||||
-3287.14 -1800.43 144.125,311 301,stand,84.353 94.6381 0,,
|
||||
-2864.38 -1801.87 -23.875,117 147 145 144,stand,58.3704 -85.4004 0,,
|
||||
|
483
scriptdata/waypoints/mp_cw_breakout_wp.csv
Normal file
@@ -0,0 +1,483 @@
|
||||
482
|
||||
5129 6678 5,59,stand,,,
|
||||
5975 5764 32,190,stand,,,
|
||||
6545 4611 8,351 354,stand,,,
|
||||
6592 3452 49,28 291 299,stand,,,
|
||||
4897 6005 64,69,stand,,,
|
||||
3733 3866 184,120,stand,,,
|
||||
6296 6843 -32,51 467,stand,,,
|
||||
6333 6000 9,46 49 48 252,stand,,,
|
||||
6367 3441 180,30,stand,,,
|
||||
5537 3786 -9,208 292 209 408,stand,,,
|
||||
3749 4942 92,177,stand,,,
|
||||
3784 4536 212,141 142 144,stand,,,
|
||||
3739 3878 48,129,stand,,,
|
||||
4659 3998 0,148 147 146,stand,,,
|
||||
3532 5039 72,173 172,stand,,,
|
||||
5622 4977 40,110 111 366,stand,,,
|
||||
5546 4702 176,105,stand,,,
|
||||
5089 5428 7,152 153,stand,,,
|
||||
3298 3064 2,19 133 319 321,stand,,,
|
||||
3796 3038 2,18 20 132 133 317 311,stand,,,
|
||||
4168 2980 3,19 21 311 470,stand,,,
|
||||
4461 2979 19,20 258 258 99,stand,,,
|
||||
5160 3027 2,305 306 310 464 465,stand,,,
|
||||
6051 3496 26,24 307 468,stand,,,
|
||||
6045 3778 6,23 207 25 299 300 256 468,stand,,,
|
||||
6268 3712 44,36 37 24 299 300,stand,,,
|
||||
6216 3442 44,27 37,stand,,,
|
||||
6384 3450 44,26 28 402,stand,,,
|
||||
6467 3443 44,27 3 402 291,stand,,,
|
||||
6299 3492 180,30 36,stand,,,
|
||||
6302 3432 180,29 8 35,stand,,,
|
||||
6410 3519 180,32,stand,,,
|
||||
6423 3663 180,31 33,stand,,,
|
||||
6293 3672 180,34 32,stand,,,
|
||||
6119 3672 180,33 35,stand,,,
|
||||
6118 3428 180,34 30,stand,,,
|
||||
6298 3646 44,29 25 37,stand,,,
|
||||
6237 3650 44,26 25 36,stand,,,
|
||||
6815 3847 26,39 291 299,stand,,,
|
||||
6834 4029 1,38 357,stand,,,
|
||||
6656 4442 0,354 356 357 383 353 403,stand,,,
|
||||
7090 4857 6,353 352 379 377 380,stand,,,
|
||||
6854 5295 0,220 265 289 289 352 378 385 388,stand,,,
|
||||
6808 5833 18,44 288 289 373 371,stand,,,
|
||||
6793 6025 28,43 45 253 396,stand,,,
|
||||
6664 6023 32,44 46 252 255 288 392 253,stand,,,
|
||||
6535 6011 21,45 7 48 255 288 252 49,stand,,,
|
||||
6362 6372 -43,48 252 254 392 445 467,stand,,,
|
||||
6311 6256 -26,47 49 46 7 445,stand,,,
|
||||
6164 6219 -12,48 50 7 442 46,stand,,,
|
||||
5991 6264 5,49 55 399 272,stand,,,
|
||||
6190 6767 -51,6 52 445 444 272,stand,,,
|
||||
5926 6680 -63,51 53 272 445 444 54,stand,,,
|
||||
5678 6518 -48,54 52 67 66 272,stand,,,
|
||||
5628 6636 -9,53 52 446,stand,,,
|
||||
5821 6128 1,50 68 227 399 401 67,stand,,,
|
||||
5490 6595 5,57 57 447,stand,,,
|
||||
5385 6562 5,56 56 58 60 65,stand,,,
|
||||
5331 6529 5,59 57 65 400,stand,,,
|
||||
5239 6734 5,58 0,stand,,,
|
||||
5312 6698 141,57 61,stand,,,
|
||||
5271 6756 141,60 62,stand,,,
|
||||
5213 6720 141,61 63,stand,,,
|
||||
5336 6534 141,62 64 449,stand,,,
|
||||
5501 6557 141,63 448,stand,,,
|
||||
5405 6472 5,57 66 58,stand,,,
|
||||
5432 6428 -9,65 70 250 53 71 67 272,stand,,,
|
||||
5547 6297 -17,53 71 272 66 273 68 55,stand,,,
|
||||
5689 6107 -9,55 272 227 273 401 67,stand,,,
|
||||
4967 5917 32,4 72 251 91,stand,,,
|
||||
5277 6025 10,71 66 273 250 251 227 274,stand,,,
|
||||
5420 6205 -9,70 67 66 273,stand,,,
|
||||
4813 5889 27,69 73 91,stand,,,
|
||||
4624 5874 25,72 74 91 228,stand,,,
|
||||
4483 5863 2,73 325 228 91 328,stand,,,
|
||||
3171 5991 -4,329 330 331 245 76 428 231,stand,,,
|
||||
3210 5555 -6,232 232 233 231 331 75 77 245 332 329,stand,,,
|
||||
2956 5019 0,332 78 79 233 76 80 427 333,stand,,,
|
||||
2876 4577 13,79 263 263 323 77 427,stand,,,
|
||||
2991 4608 -5,78 80 263 233 333 77 259 427,stand,,,
|
||||
3207 4622 -2,79 259 263 333 77 343 341 134 322,stand,,,
|
||||
3956 4862 75,82 175 188 234 262 260 463,stand,,,
|
||||
4055 4934 52,81 188 83 268,stand,,,
|
||||
4376 5018 36,268 82 84 189 188 432 187,stand,,,
|
||||
4813 4960 5,90 166 83 165 92 243 93,stand,,,
|
||||
5196 5246 4,86 89 149 360 441,stand,,,
|
||||
5352 5205 8,85 87 149 275 359 360,stand,,,
|
||||
5521 5205 -19,88 86 359 216,stand,,,
|
||||
5669 5266 8,87 270 359 369,stand,,,
|
||||
5033 5171 3,90 85 155 93 360,stand,,,
|
||||
4898 5072 0,89 84 92 93 166 360,stand,,,
|
||||
4678 5717 -13,73 167 228 72 150 269 438 74 69,stand,,,
|
||||
4841 5243 11,90 171 246 269 84 433,stand,,,
|
||||
5116 4912 9,90 166 247 275 94 89 112 360 84,stand,,,
|
||||
5174 4723 20,95 112 93,stand,,,
|
||||
5126 4494 14,94 96 243 112 411 473,stand,,,
|
||||
5059 4290 1,95 97 248 249,stand,,,
|
||||
4992 4125 7,96 98 248 261 471,stand,,,
|
||||
4974 3842 3,97 261 304 308 410 471 473,stand,,,
|
||||
4791 3015 16,306 310 258 21 464 470,stand,,,
|
||||
5798 4948 176,101 361,stand,,,
|
||||
5789 4751 176,100 102 361,stand,,,
|
||||
5662 4698 176,101 103,stand,,,
|
||||
5628 4793 176,102 104,stand,,,
|
||||
5470 4799 176,105 103 106,stand,,,
|
||||
5472 4698 176,104 16,stand,,,
|
||||
5464 4850 176,104 217,stand,,,
|
||||
5528 5016 89,217 108,stand,,,
|
||||
5533 4891 40,109 107,stand,,,
|
||||
5531 4766 40,108 110 481,stand,,,
|
||||
5611 4823 40,109 15,stand,,,
|
||||
5765 4842 40,15 114 287 362 366,stand,,,
|
||||
5300 4745 10,275 113 94 247 95 93 481,stand,,,
|
||||
5415 4503 19,249 112 478 476 480 481,stand,,,
|
||||
5648 4675 40,111 293 362,stand,,,
|
||||
3714 3736 48,116 129 128,stand,,,
|
||||
3830 3821 184,115 117,stand,,,
|
||||
3905 3885 184,116 118 122 121,stand,,,
|
||||
3954 3833 184,117 119 469,stand,,,
|
||||
3754 3649 184,118 120 121,stand,,,
|
||||
3625 3784 184,119 5,stand,,,
|
||||
3790 3567 184,119 117,stand,,,
|
||||
3851 3961 184,117,stand,,,
|
||||
3789 4031 48,124 125,stand,,,
|
||||
3726 4105 39,123 131 145 259 423,stand,,,
|
||||
3950 3833 48,123 126 419,stand,,,
|
||||
3825 3730 48,125 127 128,stand,,,
|
||||
3886 3579 48,126 128,stand,,,
|
||||
3720 3678 48,115 126 127 318,stand,,,
|
||||
3619 3771 48,12 115,stand,,,
|
||||
3501 3808 29,131 132 318 259 324 322,stand,,,
|
||||
3513 4030 39,130 124 259 320 322 423 134,stand,,,
|
||||
3551 3470 8,130 19 317 318 324 133,stand,,,
|
||||
3354 3152 -11,18 319 19 132 317 311,stand,,,
|
||||
3470 4256 42,259 320 343 340 131 263 80,stand,,,
|
||||
3834 4381 76,136 139 339,stand,,,
|
||||
3913 4393 76,135 137 339,stand,,,
|
||||
3979 4408 40,136 138 262,stand,,,
|
||||
4040 4408 40,137 260 262 314 315 426,stand,,,
|
||||
3811 4570 76,135 337 424 461,stand,,,
|
||||
3763 4258 76,141 338 339,stand,,,
|
||||
3724 4456 212,140 11 144,stand,,,
|
||||
3839 4209 212,11 143,stand,,,
|
||||
3696 4183 212,142 144,stand,,,
|
||||
3632 4580 212,143 141 11,stand,,,
|
||||
3863 4139 40,124 312 315 423 313,stand,,,
|
||||
4277 4192 14,147 237 313 314 13 236 240 234,stand,,,
|
||||
4574 4155 0,146 148 13 237 418 236,stand,,,
|
||||
4673 4142 0,147 13 418 248 471,stand,,,
|
||||
5376 5322 -5,86 270 85 359 441,stand,,,
|
||||
4980 5631 -4,151 271 91 269 274 438,stand,,,
|
||||
5022 5556 7,150 152 271,stand,,,
|
||||
5033 5516 7,17 151 156,stand,,,
|
||||
5232 5480 7,17 154,stand,,,
|
||||
5271 5373 7,153 155 439,stand,,,
|
||||
4988 5286 7,154 89 157 435,stand,,,
|
||||
4974 5492 7,152 157 158,stand,,,
|
||||
4889 5457 7,156 155 435 436,stand,,,
|
||||
5023 5364 143,156 159,stand,,,
|
||||
5058 5264 143,158 160 164,stand,,,
|
||||
5126 5284 143,159 161,stand,,,
|
||||
5031 5541 143,160 162,stand,,,
|
||||
4953 5496 143,163 161,stand,,,
|
||||
4867 5403 143,162 164,stand,,,
|
||||
5008 5238 143,163 159,stand,,,
|
||||
4681 4769 -13,84 346 241 242 166,stand,,,
|
||||
4821 4813 14,84 243 93 242 90 432 165,stand,,,
|
||||
4576 5578 4,168 91 328 269 228 431,stand,,,
|
||||
4567 5453 3,167 169,stand,,,
|
||||
4401 5418 12,168 170 429,stand,,,
|
||||
4415 5258 17,169 268 246 171 432,stand,,,
|
||||
4739 5196 11,92 170,stand,,,
|
||||
3529 5236 71,14 174,stand,,,
|
||||
3516 4826 69,14 335 341 341 175 343,stand,,,
|
||||
3708 5452 67,244 266 172,stand,,,
|
||||
3807 4771 79,81 260 335 176 262 173 336 463,stand,,,
|
||||
3648 4681 71,175 336 340 341 335 463,stand,,,
|
||||
3643 4943 92,10 178 335,stand,,,
|
||||
3645 5116 92,177 179 334,stand,,,
|
||||
3645 5221 92,178 334,stand,,,
|
||||
3891 5073 92,181 187 334 453,stand,,,
|
||||
3842 5043 92,180 182 453,stand,,,
|
||||
3693 5039 228,181 183,stand,,,
|
||||
3625 5047 228,182 184 450,stand,,,
|
||||
3635 5219 228,183 185,stand,,,
|
||||
3731 5242 228,184 186,stand,,,
|
||||
3885 5215 228,185 451,stand,,,
|
||||
3926 5070 92,180 188 189 268 83 455,stand,,,
|
||||
4008 4987 66,187 82 81 189 83 268 455 262,stand,,,
|
||||
3985 5202 71,187 266 188 268 83 267 455,stand,,,
|
||||
6087 5661 32,1 191,stand,,,
|
||||
6121 5743 32,190 192 276,stand,,,
|
||||
6024 5851 168,191 193,stand,,,
|
||||
5980 5891 168,192 196,stand,,,
|
||||
6277 5829 168,195,stand,,,
|
||||
6134 5836 168,194 196,stand,,,
|
||||
6006 5973 168,195 197 193,stand,,,
|
||||
6079 6044 168,196 198,stand,,,
|
||||
6045 6075 168,197,stand,,,
|
||||
6076 6045 32,200 397,stand,,,
|
||||
6000 5971 32,199 201 204,stand,,,
|
||||
5889 5862 32,200 203,stand,,,
|
||||
5844 5902 58,203 401,stand,,,
|
||||
5858 5888 32,202 201,stand,,,
|
||||
6112 5869 32,200 205 276,stand,,,
|
||||
6240 5862 32,204 276,stand,,,
|
||||
5975 4801 -1,281 286 287 302 369,stand,,,
|
||||
5926 3877 -16,256 298 24 303 302 300 294,stand,,,
|
||||
5484 3924 23,9 292,stand,,,
|
||||
5560 3991 13,210 292 9 474,stand,,,
|
||||
5433 3999 130,209 211,stand,,,
|
||||
5325 4006 130,210 212 215,stand,,,
|
||||
5333 4082 130,211 213,stand,,,
|
||||
5603 4043 130,212 214,stand,,,
|
||||
5590 3898 130,213 215,stand,,,
|
||||
5318 3931 130,214 211,stand,,,
|
||||
5432 5028 88,217 247 275 87,stand,,,
|
||||
5468 4984 89,107 106 216,stand,,,
|
||||
4479 3506 0,219 258 316 311 470,stand,,,
|
||||
4810 3523 0,218 258 309 306 308 304 310,stand,,,
|
||||
6706.48 5378.76 -1.69762,223 42 289 282 290 352 388,stand,,,
|
||||
6690.34 4933.39 97.125,387 222,stand,,,
|
||||
6449.5 4958.72 97.125,264 221 389,stand,,,
|
||||
6605.32 5304.36 -3.47468,220 224 289 384 466,stand,,,
|
||||
6585.28 5013.21 -29.2875,223 225 384 386,stand,,,
|
||||
6352.79 4970.26 -27.875,224 226 384,stand,,,
|
||||
6271.59 5223.75 41.9955,225 281 290 280 349 348,stand,,,
|
||||
5531.18 5858.22 14.6231,251 55 274 68 273 401 70,stand,,,
|
||||
4412.29 5706.74 -5.82266,91 73 74 325 328 167 431,stand,,,
|
||||
3965.95 5681.82 9.60307,230 245 244 328 327 231,stand,,,
|
||||
3749.53 5569.57 14.3657,229 231 327,stand,,,
|
||||
3490.84 5584.2 12.6331,230 232 245 76 229 329 75,stand,,,
|
||||
3339.42 5428.15 12.3708,231 76 76 233 333,stand,,,
|
||||
3186.25 5262.88 -2.75324,76 79 232 332 77 333 427,stand,,,
|
||||
4199.3 4804.51 -0.568065,81 235 236 262 146,stand,,,
|
||||
4399.57 4777.98 -18.5353,234 236 241,stand,,,
|
||||
4384.71 4496.87 11.6079,235 237 240 234 146 147,stand,,,
|
||||
4409.8 4292.85 8.95259,236 146 240 147 418,stand,,,
|
||||
4382.58 4872.88 131.025,239,stand,,,
|
||||
4379.78 4729.66 127.5,238 416,stand,,,
|
||||
4463.28 4497.98 2.00799,236 415 237 417 418 146,stand,,,
|
||||
4501.72 4845.31 -0.71394,235 165 347 346,stand,,,
|
||||
4763.4 4641.8 -15.6153,165 166 456,stand,,,
|
||||
4973.54 4712.58 6.82538,95 166 84 457 247 412 411,stand,,,
|
||||
3942.29 5533 44.1852,174 229 328 268,stand,,,
|
||||
3700.13 5751.69 10.2234,231 229 327 75 76,stand,,,
|
||||
4760.88 5332.94 10.1139,92 170 269,stand,,,
|
||||
5248.15 4912.03 25.485,216 275 93 112 360 243,stand,,,
|
||||
4958.39 4291.85 1.54914,97 96 148 412 411 460,stand,,,
|
||||
5279.44 4267.56 42.6264,96 113 480,stand,,,
|
||||
5252.24 6248.28 22.0025,66 70,stand,,,
|
||||
5104.84 5934.63 28.5553,69 70 227 271,stand,,,
|
||||
6463.01 6186.18 -7.43313,47 45 46 7 392 254,stand,,,
|
||||
6782.75 6257.68 3.26949,44 254 396 45 395,stand,,,
|
||||
6599.56 6355.81 -37.3703,253 47 392 393 395 445 252,stand,,,
|
||||
6520.13 5837.37 -1.77615,46 282 45 288 277,stand,,,
|
||||
6159.56 4167.72 2.41146,207 285 300 302 286 24 295 294,stand,,,
|
||||
5401.87 3450.57 24.119,296 305 298 304 306,stand,,,
|
||||
4573.22 3414.28 -7.80709,218 21 219 306 21 99 311 310 470,stand,,,
|
||||
3424.6 4149.92 28.6634,80 130 134 124 131 319 263 322 79,stand,,,
|
||||
3950.98 4634.19 57.8187,138 175 262 426 81,stand,,,
|
||||
4870.35 3885.57 0.124998,98 97 418 304 471 473,stand,,,
|
||||
4110.24 4698.68 32.069,138 234 137 81 175 260 188 463 314,stand,,,
|
||||
2972.5 4264.88 -0.851513,80 259 322 78 79 78 323 343 134 319,stand,,,
|
||||
6408.81 5072.82 97.125,222 390,stand,,,
|
||||
7236.02 5424.5 9.54441,42 374 377,stand,,,
|
||||
3924.55 5397.58 57.7453,174 189 267 455 268,stand,,,
|
||||
4307.27 5453.88 20.125,266 268 189,stand,,,
|
||||
4251.04 5270.16 45.2108,267 83 189 170 328 244 187 82 188 266,stand,,,
|
||||
4763.36 5577.75 0.834746,246 92 91 150 167 438,stand,,,
|
||||
5287.4 5643.86 10.0887,149 271 274 88 359,stand,,,
|
||||
5200.84 5690.18 3.57655,270 150 274 251 151,stand,,,
|
||||
5691.51 6386.23 -40.0801,52 68 273 67 53 66 50 444 51,stand,,,
|
||||
5495.53 6067.67 -5.35479,272 70 71 68 274 227 67,stand,,,
|
||||
5289.73 5819.28 19.2043,270 271 227 273 150 70,stand,,,
|
||||
5352.85 5037.48 49.9033,86 247 93 216 112 481,stand,,,
|
||||
6191.08 5740.29 32.125,191 205 204 277 278,stand,,,
|
||||
6351.15 5715.7 -21.9404,276 278 282 289 255,stand,,,
|
||||
6215.99 5611.53 -10.1165,277 276 279 282 290,stand,,,
|
||||
6027.91 5451.38 33.9855,278 280 282 290 369,stand,,,
|
||||
6098.54 5276.91 3.38047,279 281 290 226 349 348 369,stand,,,
|
||||
6009.1 4976.97 -0.653558,280 206 287 226 348 369,stand,,,
|
||||
6464.66 5588.43 -28.8163,279 255 277 220 289 278 290 288,stand,,,
|
||||
6250.22 4655.03 3.40177,284 285 286 350 348 349,stand,,,
|
||||
6352.96 4455.13 28.1916,283 285,stand,,,
|
||||
6177.03 4482.8 35.9389,284 283 256 286 302,stand,,,
|
||||
6083.54 4568.28 -10.3956,283 285 206 302 365 301 256,stand,,,
|
||||
5859.55 4832.52 32.125,206 111 281 364 368,stand,,,
|
||||
6702.63 5882.45 -2.01447,45 43 289 46 255 282,stand,,,
|
||||
6743.55 5523.96 -8.66815,220 42 43 288 282 42 223 371 277,stand,,,
|
||||
6267.97 5360.81 53.57,226 220 279 280 278 282,stand,,,
|
||||
6566.58 3735.99 50.2363,3 38 299 28,stand,,,
|
||||
5601.91 3913.01 -5.875,9 208 209 295 303,stand,,,
|
||||
5591.25 4358.68 -3.89991,114 294 301,stand,,,
|
||||
5701.68 4195.36 1.25076,293 295 301 207 256 407,stand,,,
|
||||
5746.6 4015.18 -6.55717,294 292 302 303 256 300 407,stand,,,
|
||||
5377.91 3652.05 43.0941,297 298 304 257 305 306,stand,,,
|
||||
5649.36 3674.65 -6.70806,296 298 303 407,stand,,,
|
||||
5741.01 3553.54 -9.69705,296 297 207 305 257 307 468,stand,,,
|
||||
6434.82 3827.95 30.9272,25 291 38 300 24 358 3,stand,,,
|
||||
6217.24 3982.59 7.2533,299 256 25 24 358 207 295,stand,,,
|
||||
5744.82 4391.25 0.693862,293 294 302 365 286,stand,,,
|
||||
5947.89 4351.41 -8.8244,301 256 286 295 207 285 206 365,stand,,,
|
||||
5742.28 3854.83 -8.90728,295 297 292 207,stand,,,
|
||||
5029.23 3640.34 4.06237,98 296 257 308 306 219 261,stand,,,
|
||||
5674.51 3285.89 -12.5547,257 298 22 307 465 468 296,stand,,,
|
||||
5093.37 3362.98 4.7062,22 304 257 308 219 99 258 310 296,stand,,,
|
||||
5885.04 3200.91 5.10942,23 298 305 465,stand,,,
|
||||
4921.61 3668.68 -0.242781,98 304 306 309 219,stand,,,
|
||||
4780.96 3712.88 -1.14737,308 219,stand,,,
|
||||
4973.31 3042.79 -0.635588,306 22 99 258 219 464,stand,,,
|
||||
4029.61 3314.45 -15.7574,20 258 317 316 19 133 218 312 470,stand,,,
|
||||
4147.88 3719.88 11.3266,145 313 315 316 317 311,stand,,,
|
||||
4154.1 4056.58 12.5036,146 314 312 145,stand,,,
|
||||
4144.11 4194.2 26.0651,146 138 315 313 262,stand,,,
|
||||
4007.89 4191.41 40.0221,138 145 314 312,stand,,,
|
||||
4154.52 3496.72 8.49734,218 311 312 317 470,stand,,,
|
||||
3795.19 3411.11 10.3555,318 311 312 132 19 133 316,stand,,,
|
||||
3656.68 3631.34 40.125,128 317 132 130 324,stand,,,
|
||||
3126.45 3491.34 -10.987,133 259 18 323 321 324 322 263,stand,,,
|
||||
3559.08 4290.42 42.125,134 131,stand,,,
|
||||
2908.01 3420.23 3.07831,18 322 323 319,stand,,,
|
||||
3260.85 3895.43 5.23389,131 263 323 324 259 321 319 130 80,stand,,,
|
||||
2866.52 3919.48 18.8529,322 321 319 263 78,stand,,,
|
||||
3374.69 3654.87 9.60571,130 132 318 322 319,stand,,,
|
||||
4143.51 5913.23 27.7404,74 228 326 327,stand,,,
|
||||
4215.88 6062.36 54.5068,325 327,stand,,,
|
||||
3849.85 5977.33 16.114,326 325 245 229 329 230,stand,,,
|
||||
4136.59 5581.91 15.9469,228 167 244 268 229 431 74,stand,,,
|
||||
3541.95 5988.86 18.5764,327 75 231 76,stand,,,
|
||||
3089.8 6435.39 14.1844,75 331 428,stand,,,
|
||||
2922.38 5956.23 -1.9077,75 330 332 76 428,stand,,,
|
||||
2868.96 5646.26 13.3448,331 77 233 427 76,stand,,,
|
||||
3257.74 4865.7 10.7289,80 232 79 233 343 77,stand,,,
|
||||
3822.32 5128.55 92.125,178 179 180 453,stand,,,
|
||||
3657.34 4863.36 84.125,177 173 175 176 341 463,stand,,,
|
||||
3627.18 4618.5 62.1055,176 337 341 175 463,stand,,,
|
||||
3632.79 4581.74 79.125,336 139 345,stand,,,
|
||||
3707.95 4225.61 76.125,140 344 339 419 421,stand,,,
|
||||
3845.14 4228.33 76.125,135 136 140 338,stand,,,
|
||||
3455.71 4579.54 28.5772,176 342 343 134 341,stand,,,
|
||||
3521.18 4677.87 49.6177,176 173 173 340 336 80 335,stand,,,
|
||||
3552.4 4369.57 76.2619,340 344 345,stand,,,
|
||||
3359.51 4588.76 21.9452,340 333 80 134 173 263,stand,,,
|
||||
3649.7 4333.22 76.375,342 345 338,stand,,,
|
||||
3626.54 4438.52 76.375,342 337 344,stand,,,
|
||||
4576.25 4729.75 8.37526,165 347 241 415,stand,,,
|
||||
4636.88 4872.88 10.6251,241 346,stand,,,
|
||||
6131.58 4928.22 2.20008,281 283 226 280 349,stand,,,
|
||||
6253.93 4907.64 2.00515,226 350 280 283 348 350 369,stand,,,
|
||||
6369.2 4881.91 8.51466,349 283 349 351,stand,,,
|
||||
6452.13 4879.56 14.6715,2 350 354 353,stand,,,
|
||||
6838.19 5130.92 -0.258625,220 42 353 41 378 379 385 388,stand,,,
|
||||
6806.16 4856.64 13.5233,352 41 351 354 379 40,stand,,,
|
||||
6648.44 4802.71 4.10799,351 353 2 355 40 356,stand,,,
|
||||
7122.74 4702.97 7.337,354 356 382 383 406,stand,,,
|
||||
6777.52 4304.81 0.061284,355 357 354 40 383 403 406,stand,,,
|
||||
6622.22 4099.89 5.27836,356 40 39 358,stand,,,
|
||||
6356.9 4092.88 4.34532,357 299 300,stand,,,
|
||||
5472.16 5291.69 -51.8744,88 149 87 86 270,stand,7.84973 26.131 0,,
|
||||
5159.48 5079.11 -41.9349,86 89 247 85 93 90,stand,10.4865 171.793 0,,
|
||||
5641.42 4959.18 176.125,100 101,stand,21.7639 -48.4113 0,,
|
||||
5798.87 4750.82 40.375,111 363 114,stand,55.7391 -14.2987 0,,
|
||||
5815.45 4750.82 68.125,362 364,stand,74.1522 4.8999 0,,
|
||||
5843.13 4746.04 18.4712,363 365 287,stand,27.9767 99.6899 0,,
|
||||
5844.86 4556.61 -1.61147,301 286 364 302,stand,16.7706 3.98804 0,,
|
||||
5798.87 4940.54 40.375,111 15 367,stand,63.7317 -9.37134 0,,
|
||||
5823.89 4942.14 68.125,366 368,stand,76.7889 -1.46667 0,,
|
||||
5843.7 4943.87 11.9092,367 369 287,stand,61.8036 175.474 0,,
|
||||
5808.83 5246.39 3.8529,88 370 280 279 368 281 206 349,stand,64.0173 137.845 0,,
|
||||
5578.56 5455.56 8.12652,369,stand,21.5552 -67.1375 0,,
|
||||
6975.34 5646.92 7.73847,289 372 373 43 376,stand,19.9127 -12.1234 0,,
|
||||
7165.85 5650.88 14.6621,371 373 376,stand,15.8423 123.981 0,,
|
||||
6983.52 5828.65 -0.871151,372 43 371,stand,17.2705 -174.43 0,,
|
||||
7208.39 5493.88 6.76441,265 375,stand,45.5328 89.7693 0,,
|
||||
7208.39 5510.14 36.3247,374 376,stand,69.1589 75.2838 0,,
|
||||
7196.87 5536.13 6.40818,375 372 371,stand,76.5802 -73.4546 0,,
|
||||
7153.42 5188.74 20.6639,265 378 41 379,stand,28.3337 173.644 0,,
|
||||
6973.77 5175.48 -59.2484,377 352 42 379,stand,22.4121 176.495 0,,
|
||||
7040.81 5002.91 7.84492,378 41 352 377 353,stand,40.3967 -58.5187 0,,
|
||||
7158.75 4809.13 5.34474,41 381,stand,49.6033 -98.8605 0,,
|
||||
7158.75 4793.13 44.2331,380 382,stand,51.6028 -89.2969 0,,
|
||||
7163.06 4766.87 5.46299,381 355 406,stand,77.58 102.7 0,,
|
||||
7124.2 4235.38 16.125,355 356 40 403,stand,15.1282 -176.649 0,,
|
||||
6644.06 5126.37 -24.2684,224 385 225 223 466,stand,73.7952 2.85095 0,,
|
||||
6736.75 5121.05 -13.6422,384 386 352 42,stand,29.0479 -94.9274 0,,
|
||||
6721.37 4953.02 18.0766,385 224,stand,26.4056 163.444 0,,
|
||||
6704.56 5079.23 97.125,221 388 389 391,stand,43.1049 89.577 0,,
|
||||
6702.92 5292.85 -15.3734,387 220 42 352,stand,37.6117 83.584 0,,
|
||||
6535.93 5044.2 97.125,387 222 390,stand,40.1825 127.134 0,,
|
||||
6458.57 5213.07 97.125,264 391 389,stand,27.1198 -9.53613 0,,
|
||||
6640.35 5174.92 97.125,390 387,stand,31.2616 -172.403 0,,
|
||||
6609.9 6216.96 -66.2653,45 254 252 47,stand,1.78528 26.3013 0,,
|
||||
6836.41 6574.13 -32.313,254 394 395,stand,12.063 25.5872 0,,
|
||||
7036.72 6611.22 -0.760918,393 395,stand,12.2058 -97.7344 0,,
|
||||
7026.66 6397.64 0.983102,394 396 393 254 253,stand,16.9849 -93.7408 0,,
|
||||
7031.03 6036.09 1.54401,395 44 253 472,stand,20.1984 1.39526 0,,
|
||||
6042.4 6072.23 32.125,199 398,stand,59.4525 133.16 0,,
|
||||
6028.89 6086.11 58.125,397 399,stand,78.2941 134.945 0,,
|
||||
6005.29 6111.81 4.28943,398 50 55 401,stand,70.296 -31.7725 0,,
|
||||
5219.28 6425.88 5.125,58,stand,18.6273 44.3793 0,,
|
||||
5830.24 5914.16 1.35805,202 227 68 399 55,stand,84.9957 -42.6215 0,,
|
||||
6409.69 3593.9 44.125,27 28,stand,18.6932 -99.2725 0,,
|
||||
6853.43 4502.86 9.28528,356 404 383 406 40,stand,26.0486 71.4386 0,,
|
||||
6859.57 4521.34 43.5585,403 405,stand,28.8281 72.4384 0,,
|
||||
6894.23 4634.54 58.5826,404,stand,68.3679 54.0967 0,,
|
||||
7364.84 4632.26 9.26283,382 355 403 356,stand,15.0568 170.574 0,,
|
||||
5641.6 4040.07 7.13284,295 297 294,stand,62.1606 178.077 0,,
|
||||
5308.32 3810.48 15.4112,9 409 475,stand,50.9546 173.156 0,,
|
||||
5295.73 3813.78 30.125,408 410,crouch,-1.56555 177.72 0,,
|
||||
5153.49 3833.96 37.4931,409 98 473,stand,39.1772 24.9939 0,,
|
||||
4959.53 4519.02 -45.8155,95 412 248 457 460 243 471,stand,18.9789 177.473 0,,
|
||||
4875.47 4537.73 -4.79283,411 413 248 243 460 457,stand,38.8202 176.902 0,,
|
||||
4842.23 4539.47 13.125,412 414,stand,11.2006 179.258 0,,
|
||||
4789.04 4543.07 4.93363,413 415 458,stand,24.4775 -176.534 0,,
|
||||
4597.85 4515.76 7.15748,414 240 418 346 458,stand,29.7565 -173.32 0,,
|
||||
4454.1 4749.03 118.556,239 417,stand,54.9536 -93.8727 0,,
|
||||
4452.37 4627.49 46.0618,416 240,stand,78.5028 -91.3019 0,,
|
||||
4586.88 4324.14 -4.59194,147 415 148 240 237 261,stand,48.4552 88.1927 0,,
|
||||
4019.86 3744.97 48.125,125 420 338,stand,24.6204 131.094 0,,
|
||||
3932.38 3690.93 48.125,419,stand,19.3359 24.4006 0,,
|
||||
3706.03 4185.65 76.125,338 422,stand,50.0262 -76.9427 0,,
|
||||
3709.4 4166.51 108.125,421 423,crouch,7.42126 -77.514 0,,
|
||||
3713.9 4148.17 41.2547,422 124 131 145,stand,30.3278 97.6245 0,,
|
||||
3863.37 4560.88 76.125,139 425,stand,47.6697 9.61304 0,,
|
||||
3882.48 4564.25 108.125,424 426,crouch,6.06445 7.97058 0,,
|
||||
3900.74 4569.44 47.7579,425 260 138,stand,52.0258 173.837 0,,
|
||||
2799.12 5090.05 14.6872,77 78 79 332 233,stand,16.9135 -49.834 0,,
|
||||
2833.82 6412.66 -10.3784,331 330 75,stand,12.0575 -61.8256 0,,
|
||||
4379.67 5480.41 1.54034,169 430,stand,69.3677 96.5204 0,,
|
||||
4377.47 5507.2 20.125,429 431,stand,14.7711 101.942 0,,
|
||||
4376.09 5522.84 1.88489,430 228 328 167,stand,67.5824 -81.4746 0,,
|
||||
4553.19 5142.24 24.428,170 83 166,stand,23.335 -81.5515 0,,
|
||||
4879.11 5267.16 18.8852,92 434,stand,64.7314 20.8795 0,,
|
||||
4894.57 5273.18 43.125,433 435,crouch,8.06396 20.7367 0,,
|
||||
4914.52 5281.77 7.125,434 155 157,stand,66.0828 -150.266 0,,
|
||||
4909.95 5494.18 7.125,157 437,stand,37.749 105.793 0,,
|
||||
4904.16 5509.1 43.1248,436 438,crouch,-0.922852 115.571 0,,
|
||||
4897.2 5530.32 3.17779,437 150 91 269,stand,75.932 -74.6246 0,,
|
||||
5247.35 5331.58 7.125,154 440,stand,84.9957 -75.4211 0,,
|
||||
5256.18 5310.55 43.1248,439 441,crouch,42.0337 -68.5712 0,,
|
||||
5262.78 5296.5 13.0327,440 149 85,stand,36.8262 102.717 0,,
|
||||
6057.47 6410.44 -10.9375,49 443,stand,76.2891 102.838 0,,
|
||||
6043.58 6444.84 -33.7541,442 444,stand,68.9392 -66.3794 0,,
|
||||
6034.4 6469.55 -63.1535,443 445 52 272 51,stand,35.755 -0.0769043 0,,
|
||||
6187.61 6550.03 -71.5051,47 254 51 52 444 48 467,stand,19.7644 166.371 0,,
|
||||
5493.55 6868.33 -14.875,54 447,stand,18.5504 -59.6118 0,,
|
||||
5344.97 6764.46 5.125,446 56,stand,44.3188 -51.9763 0,,
|
||||
5449.72 6716.18 141.125,64,stand,16.4136 -98.1573 0,,
|
||||
5229.75 6453.36 141.125,63,stand,20.4071 124.887 0,,
|
||||
3644.57 4937.48 228.125,183,stand,12.2003 106.941 0,,
|
||||
3855.17 4934.16 228.125,186 452,stand,13.5571 58.2111 0,,
|
||||
3718.06 4944.5 228.125,451,stand,13.7 22.6703 0,,
|
||||
3891.57 5172.4 92.125,334 454 181 180,stand,58.1616 -3.54858 0,,
|
||||
3911.46 5172.4 128.125,453 455,crouch,34.9695 4.08691 0,,
|
||||
3932.13 5175.49 79.6591,454 189 266 187 188,stand,38.5345 163.954 0,,
|
||||
4828.88 4641.04 -8.11107,242 457,stand,32.8986 6.15784 0,,
|
||||
4858.48 4641.04 13.125,456 243 411 412,stand,30.4706 -1.54907 0,,
|
||||
4824.19 4428.21 -3.30667,414 459 415,stand,43.9618 -0.351563 0,,
|
||||
4855.35 4428.15 13.125,458 460,stand,43.2477 -0.85144 0,,
|
||||
4885.12 4426.94 -8.93791,459 411 248 412,stand,52.7399 -7.05872 0,,
|
||||
3770.92 4605.01 76.375,139 462,stand,44.6045 100.184 0,,
|
||||
3767.57 4624.06 108.125,461 463,crouch,9.06372 98.6847 0,,
|
||||
3763.45 4643.12 70.7567,462 336 176 175 335 81 262,stand,79.0027 -89.1595 0,,
|
||||
4873.39 2881.01 39.9766,99 310 22,stand,25.6915 44.9451 0,,
|
||||
5653.7 3084.02 4.20387,22 305 307,stand,14.057 72.9327 0,,
|
||||
6433.39 5228.72 6.27374,223 384,stand,27.2626 -2.87842 0,,
|
||||
6407.09 6703.92 -67.7487,6 445 47,stand,7.56409 122.657 0,,
|
||||
5981.72 3660.01 -2.13254,24 23 298 305,stand,30.4706 -143.355 0,,
|
||||
4034.21 3734.46 184.125,118,stand,24.7632 108.655 0,,
|
||||
4370.81 3195.59 -31.0323,311 99 20 316 258 218,stand,36.4691 -33.5379 0,,
|
||||
4790.54 4096.03 0.0397642,97 148 261 411 98,stand,31.6846 140.985 0,,
|
||||
7246.3 6029.12 0.0828567,396,stand,63.446 78.5831 0,,
|
||||
5173.15 4063.21 45.5396,95 410 98 261,stand,55.5249 -73.8137 0,,
|
||||
5551.41 4072.06 26.5704,209 475 477,stand,36.6833 -116.139 0,,
|
||||
5399.01 4085.26 42.5643,408 474 477 479,stand,37.6062 61.9993 0,,
|
||||
5405.11 4189.41 33.7222,477 478 113 480,crouch,36.1835 -88.7915 0,,
|
||||
5422.83 4105.94 35.1568,476 479 475 474,crouch,37.392 107.133 0,,
|
||||
5426.68 4197.36 29.5361,476 479 113 480,crouch,13.8428 -105.491 0,,
|
||||
5397.08 4115.65 40.081,477 478 475,crouch,25.6201 68.6316 0,,
|
||||
5355.2 4286.31 48.5269,249 476 478 113,stand,79.7882 -148.486 0,,
|
||||
5378.23 4675.29 21.9512,109 113 112 275,stand,18.5504 26.4386 0,,
|
||||
|
288
scriptdata/waypoints/mp_cw_brecourt_storm_wp.csv
Normal file
@@ -0,0 +1,288 @@
|
||||
287
|
||||
434.481 -3496.89 51.9359,1 65 158 192,stand,,,
|
||||
43.7459 -3336.46 32.4429,0 2 173 158 178 180,stand,,,
|
||||
-336.267 -3483.15 38.9666,1 66 180,stand,,,
|
||||
-912.411 -1169.36 -39.8834,4 5,stand,,,
|
||||
-1234.34 -1034.25 -10.3808,3 5 39,stand,,,
|
||||
-920.02 -1217.71 -39.9569,4 3 6,stand,,,
|
||||
-941.434 -1292.9 -37.0614,5 7 8,stand,,,
|
||||
-736.792 -1379.82 0.766693,6 8 185 43 183,stand,,,
|
||||
-928.938 -1477.46 -32.4334,7 6 9,stand,,,
|
||||
-1080 -1700.95 -34.1384,8 10,stand,,,
|
||||
-980.023 -2000.73 -15.7649,9 11 12,stand,,,
|
||||
-778.332 -2079.98 7.06384,10 12 182 179 183 185,stand,,,
|
||||
-949.304 -2171.51 -15.875,11 10 13,stand,,,
|
||||
-1022.46 -2387.93 -15.9435,12 14 22,stand,,,
|
||||
-1026.96 -2610.87 -15.8353,13 15 23,stand,,,
|
||||
-1026.96 -2630.36 16.3636,14 16,stand,,,
|
||||
-985.958 -2757.01 44.5625,15 17 18 66 179,stand,,,
|
||||
-1274.63 -2838.29 62.4552,16 18 67,stand,,,
|
||||
-1377.73 -2683.42 38.4285,17 16 19 24 240 68 67,stand,,,
|
||||
-1427.01 -2327.63 12.0884,18 24 20 237 238 240,stand,,,
|
||||
-1262.33 -2270.45 24.9589,21 19 25,stand,,,
|
||||
-1275.65 -2373.55 16.125,20 22,stand,,,
|
||||
-1273.54 -2393.13 -15.875,21 13 23,stand,,,
|
||||
-1299.87 -2577.91 -15.875,22 24 14,stand,,,
|
||||
-1319.47 -2577.91 16.125,23 18 19 240,stand,,,
|
||||
-1189.92 -1915.04 31.0927,20 26 27,stand,,,
|
||||
-1306.3 -1680.9 51.6882,25 27 235 237 239,stand,,,
|
||||
-1154.75 -1408.92 40.8439,26 25 28,stand,,,
|
||||
-1184.06 -1151.08 28.563,29 27,stand,,,
|
||||
-1408.13 -1023.61 32.6884,28 30 31,stand,,,
|
||||
-1575.16 -1068.86 34.1934,29 32 229 230,stand,,,
|
||||
-1498.24 -748.929 24.125,29 32 33,stand,,,
|
||||
-1697.85 -860.622 12.4074,31 35 30 229 228,stand,,,
|
||||
-1493.48 -729.961 -6.72728,31 34 38,stand,,,
|
||||
-1530.87 -664.524 -0.851873,33 35 38,stand,,,
|
||||
-1844.72 -706.094 22.7684,34 32 196 228 229,stand,,,
|
||||
-1408.87 -537.266 -12.7136,37 38,stand,,,
|
||||
-1330.08 -553.422 -10.5937,36 38 40,stand,,,
|
||||
-1414.11 -662.56 -14.7226,36 37 33 34 39 195,stand,,,
|
||||
-1376.52 -885.656 -15.823,38 4,stand,,,
|
||||
-1047.2 -437.125 -22.7161,37 41,stand,,,
|
||||
-672.413 -549.735 -47.0644,40 42,stand,,,
|
||||
-499.372 -726.158 -55.8929,41 43 44,stand,,,
|
||||
-422.816 -932.213 -11.454,42 44 7 186 185 189 193 194,stand,,,
|
||||
-338.75 -732.328 -55.8927,43 42 45,stand,,,
|
||||
-54.3638 -697.59 -40.3711,44 46,stand,,,
|
||||
81.0095 -746.487 -23.7548,45 47,stand,,,
|
||||
283.781 -745.672 -23.6066,46 48,stand,,,
|
||||
582.224 -813.017 -23.875,47 49 52 50 51,stand,,,
|
||||
638.896 -683.051 -10.2385,48 50,stand,,,
|
||||
775.852 -679.292 -18.1692,49 51 48 52 54,stand,,,
|
||||
848.364 -900.753 -39.875,50 52 48,stand,,,
|
||||
669.52 -964.875 -20.3092,51 53 48 50,stand,,,
|
||||
669.667 -984.429 13.0298,52 186 187,stand,,,
|
||||
799.65 -416.137 -13.875,50 55 56,stand,,,
|
||||
692.896 -313.513 -13.875,54 56,stand,,,
|
||||
792.216 -193.212 -13.875,55 54 57,stand,,,
|
||||
791.462 48.8392 5.92654,56 58 59 201 215,stand,,,
|
||||
675.126 46.1349 15.7919,59 201 57,stand,,,
|
||||
690.635 334.72 16.0315,58 57 201 203,stand,,,
|
||||
3864.59 -3080.06 -10.5134,61 100 102 101,stand,,,
|
||||
3454.8 -3207.18 33.4113,60 62 101,stand,,,
|
||||
2801.73 -3427.57 47.0099,61 63 164 155,stand,,,
|
||||
2214.06 -3541.12 53.3992,62 64 164 152 150,stand,,,
|
||||
1430.47 -3508.98 37.2852,63 65 150 151 156,stand,,,
|
||||
840.955 -3461.64 59.6049,64 0 158 156 152,stand,,,
|
||||
-750.89 -3225.48 31.9599,2 67 177 16 180 179 181,stand,,,
|
||||
-1368.93 -3046.39 61.8661,66 68 18 17,stand,,,
|
||||
-1746.91 -2681.24 44.3873,67 69 18 240,stand,,,
|
||||
-2251.95 -2206.57 39.1132,68 70 237 236 240,stand,,,
|
||||
-2348.05 -1719.27 8.46388,69 71 227 236,stand,,,
|
||||
-2599.41 -1285.7 41.6455,70 72 226 227,stand,,,
|
||||
-2688.68 -562.26 35.724,71 73 225 241,stand,,,
|
||||
-2747.74 -171.562 32.2291,72 74 225 241 242 278 277,stand,,,
|
||||
-3407.44 61.1595 32.3387,73 75 243 278,stand,,,
|
||||
-3416.68 970.154 36.4476,74 76 78 77 243 244,stand,,,
|
||||
-3814.06 990.774 47.5842,75 77,stand,,,
|
||||
-3561.44 1047.73 40.4858,76 78 75,stand,,,
|
||||
-3429.89 1149.69 43.4245,77 75 79 245,stand,,,
|
||||
-3408.25 1480.08 45.4139,78 81 80 246,stand,,,
|
||||
-3442.5 1604.88 41.2335,79 81 82 246 276,stand,,,
|
||||
-3786.27 1469.25 39.834,79 80,stand,,,
|
||||
-3123.36 1837.54 34.337,80 83 84 246 276,stand,,,
|
||||
-3040.92 2046.8 40.4001,82 84 86,stand,,,
|
||||
-2950.74 1782.37 33.0157,83 85 82 248 246,stand,,,
|
||||
-2717.76 1769.77 36.148,84 86 87 248 251,stand,,,
|
||||
-2845.78 1981.8 32.8646,85 83,stand,,,
|
||||
-2240.85 1500.95 82.6314,85 88 253 250 255 251,stand,,,
|
||||
-1726.71 1816.33 34.1627,87 89 255 256,stand,,,
|
||||
-1099.42 2165.63 45.057,88 90 256,stand,,,
|
||||
-348.763 2225.29 4.35022,89 91 257 256,stand,,,
|
||||
553.846 1855.44 -64.6165,90 92 257 209 259,stand,,,
|
||||
1545.76 1836.41 -62.5815,91 93 210 209 258,stand,,,
|
||||
1943.55 1805.02 -48.4079,92 94 210 258 268,stand,,,
|
||||
2905.11 1542.36 -68.7127,93 95 268 267 273,stand,,,
|
||||
3596.03 1076.75 -50.3299,94 96 274 273 265,stand,,,
|
||||
3978.79 212.963 -38.2924,95 97 110 106 274,stand,,,
|
||||
4100.85 -629.298 4.92864,96 98 106 110,stand,,,
|
||||
3929.7 -1176.02 -24.7862,97 99 105 106 108,stand,,,
|
||||
4104.92 -1824.12 11.4692,98 100 104 105,stand,,,
|
||||
4109.74 -2450.94 53.0531,99 60 102,stand,,,
|
||||
3317.56 -2655.82 36.9781,61 102 103 167 168 60,stand,,,
|
||||
3873.1 -2487.27 64.6452,100 101 104 60,stand,,,
|
||||
3421.45 -2162.43 12.5475,101 104 105 107 167,stand,,,
|
||||
3805.64 -2143.26 25.7285,103 102 99 105,stand,,,
|
||||
3607.16 -1626.83 -43.2519,99 103 98 106 104 107 108,stand,,,
|
||||
3757.52 -631.18 -73.3459,98 105 109 97 96 110 108,stand,,,
|
||||
3054.76 -1663.29 -8.26293,103 105 143 144 146 167 145,stand,,,
|
||||
3238.06 -1261.79 14.9014,105 109 143 98 106,stand,,,
|
||||
3257.85 -493.919 30.2519,108 106 110 139 140 140 138,stand,,,
|
||||
3462.56 21.6477 -65.0877,97 111 96 109 106 272 265 274,stand,,,
|
||||
2861.93 -1.87414 25.0148,110 140 264 265 272,stand,,,
|
||||
1179.34 -768.102 -36.875,113 119,stand,,,
|
||||
1180.82 -890.94 -37.875,112 114 115 116,stand,,,
|
||||
1404.35 -901.136 -39.6158,113 120 121 121 122,stand,,,
|
||||
1228.87 -1076.09 -35.875,113 116 118,stand,,,
|
||||
1140.32 -995.221 -35.875,113 117 115 118,stand,,,
|
||||
993.828 -905.463 -35.875,116 118 119 119,stand,,,
|
||||
1062.07 -1028.73 -35.875,117 115 116,stand,,,
|
||||
1072.33 -805.968 -37.875,117 112 117,stand,,,
|
||||
1408.73 -972.473 -38.3921,114 122,stand,,,
|
||||
1408.58 -814.125 -39.2877,114 114,stand,,,
|
||||
1495.73 -907.778 -38.8561,120 114 124,stand,,,
|
||||
1704.02 -1050.87 -2.32493,124 131 132,stand,,,
|
||||
1652.08 -914.657 -20.399,123 122 125 131,stand,,,
|
||||
1631.51 -557.805 -15.8766,124 126 129,stand,,,
|
||||
1627.24 -538.676 16.125,125 127,stand,,,
|
||||
1414.94 -434.859 82.989,126 128,stand,,,
|
||||
2065.68 -447.612 58.6355,127 130 139,stand,,,
|
||||
1817.52 -561.22 -15.8351,130 125 131,stand,,,
|
||||
1837.07 -561.22 16.125,128 129,stand,,,
|
||||
1789.38 -882.469 -15.875,129 123 124 133,stand,,,
|
||||
1704.73 -1080.66 16.125,123 275 147 166 280,stand,,,
|
||||
2197.72 -923.148 -39.9031,131 134 281,stand,,,
|
||||
2405.79 -968.278 -39.9367,133 135,stand,,,
|
||||
2822.7 -841.706 -15.875,134 136,stand,,,
|
||||
2945.52 -890.802 -9.41905,137 135 141 144 142,stand,,,
|
||||
2968.12 -727.27 -15.731,136 138,stand,,,
|
||||
2963.66 -708.197 16.125,137 139 140 109,stand,,,
|
||||
2786.7 -623.612 39.8187,138 128 109,stand,,,
|
||||
3173.99 -306.575 35.5305,138 109 111 109 265,stand,,,
|
||||
3141.99 -1018.66 -15.875,136 142,stand,,,
|
||||
3105.44 -1080.52 -15.875,141 136 143,stand,,,
|
||||
3106.3 -1315.49 -9.63004,144 142 107 145 108 282,stand,,,
|
||||
2997.28 -1461.85 -11.0465,143 136 107 145 146,stand,,,
|
||||
2443.12 -1351.05 83.3754,144 143 146 166 107 275 280 282,stand,,,
|
||||
2341.41 -1864.8 -12.8673,107 145 166 153 165 167 149 275 144,stand,,,
|
||||
1474.54 -1571.41 39.5056,148 166 132 275 149 280,stand,,,
|
||||
1124.16 -1930.05 11.9564,147 149 166 170 161 169,stand,,,
|
||||
1472.31 -2374.88 35.3822,148 150 153 146 161 172 147 169 286,stand,,,
|
||||
1735.84 -3027.42 32.1229,149 64 155 152 164 172 63 284 283,stand,,,
|
||||
1258.34 -3119.33 39.7984,64 152 156,stand,,,
|
||||
1475.3 -3124.5 32.125,151 150 63 172 65,stand,,,
|
||||
2109.07 -2470.68 34.5717,149 154 166 146 165 283,stand,,,
|
||||
2019.13 -2763.05 35.8302,153 155 165,stand,,,
|
||||
2308.99 -2997.07 32.1217,154 150 62 165 168,stand,,,
|
||||
984.473 -3203.81 44.8253,151 157 158 159 163 64 65,stand,,,
|
||||
637.634 -3119.32 40.2083,156 158 163,stand,,,
|
||||
653.564 -3284.33 56.436,157 156 65 0 173 163 1,stand,,,
|
||||
1036.88 -2767.13 34.5991,156 160 163,stand,,,
|
||||
873.176 -2767.13 32.125,159 161 162 163,stand,,,
|
||||
873.582 -2700.5 27.9693,160 149 169 148 171 191 190,stand,,,
|
||||
627.125 -3073.4 33.2678,160 163,stand,,,
|
||||
950.098 -3100.15 23.1905,162 157 156 160 159 158,stand,,,
|
||||
2355.28 -3280.5 32.2619,63 150 62 168,stand,,,
|
||||
2410.37 -2494.62 32.125,155 154 153 146 168,stand,,,
|
||||
1869.46 -1725.02 24.7089,153 146 147 148 145 275 132,stand,,,
|
||||
2925.8 -2208.21 68.0889,146 103 101 107 168,stand,,,
|
||||
2929.02 -2740.25 5.76819,167 155 164 101 165,stand,,,
|
||||
794.913 -2092.79 15.4501,161 170 148 190 191 149,stand,,,
|
||||
822.78 -1643.77 23.5716,169 148 187 188,stand,,,
|
||||
1106.03 -2739.11 42.3487,161 172,stand,,,
|
||||
1490.62 -2734.29 37.8144,171 150 149 152 286,stand,,,
|
||||
248.834 -3162.22 35.2591,1 174 178 158 192,stand,,,
|
||||
77.3768 -2814.13 32.1076,173 175 192,stand,,,
|
||||
-127.06 -2793.14 50.125,174 176 177 178 184 180 191,stand,,,
|
||||
-221.123 -2719.13 46.7492,175 177,stand,,,
|
||||
-400.415 -2908.84 33.7605,176 175 178 66 180 181,stand,,,
|
||||
-115.139 -3102.1 31.7095,175 173 1 177,stand,,,
|
||||
-832.047 -2732.83 36.8291,16 11 66 181 182,stand,,,
|
||||
-369.203 -3236.07 32.1118,66 1 2 177 175,stand,,,
|
||||
-549.485 -2798.36 37.4473,177 182 66 179,stand,,,
|
||||
-541.933 -2470.95 40.1247,181 11 179 184 183,stand,,,
|
||||
-310.442 -2158.86 10.4606,184 182 11 188 185 189 7 190,stand,,,
|
||||
11.4304 -2444.16 32.8803,183 182 188 175 191,stand,,,
|
||||
-431.074 -1630.58 15.8081,11 7 183 43 193,stand,,,
|
||||
206.569 -1166.37 41.6725,43 53 187 188 193,stand,,,
|
||||
706.604 -1421.64 13.9323,53 170 186 188 190 193,stand,,,
|
||||
147.219 -1880.76 60.8123,186 187 170 183 189 184 191 190,stand,,,
|
||||
-139.72 -1732.49 21.8723,43 188 193 183,stand,,,
|
||||
560.674 -2032.31 28.8322,169 191 188 187 193 161 183,stand,,,
|
||||
575.134 -2676.77 40.4477,190 169 161 192 175 184 188,stand,,,
|
||||
533.614 -2835.36 41.8316,191 174 173 0,stand,,,
|
||||
43.0966 -1435.45 41.8848,187 189 43 190 186 185,stand,,,
|
||||
-760.56 -992.941 39.9124,43 195,stand,,,
|
||||
-1350.39 -721.703 24.125,194 38,stand,,,
|
||||
-2032.81 -653.345 33.5851,35 197 225 226 241 228 229,stand,,,
|
||||
-2099.47 -49.1303 10.854,196 198 223 224 225 250,stand,,,
|
||||
-1276.81 186.993 38.1685,197 199 221 223 222,stand,,,
|
||||
-623.282 78.7743 77.6454,198 200 220 221,stand,,,
|
||||
91.6239 178.633 25.8306,199 202 219 220 252,stand,,,
|
||||
617.915 195.865 22.2754,202 58 59 57,stand,,,
|
||||
598.995 200.754 57.125,200 201 219,stand,,,
|
||||
815.168 665.482 -24.1335,59 204 216 218,stand,,,
|
||||
879.918 1095 -26.9129,203 205 207 206,stand,,,
|
||||
990.284 1219.1 -19.0505,204 206 207,stand,,,
|
||||
905.726 1322.3 -24.2596,205 207 208 204,stand,,,
|
||||
779.096 1227.83 -24.8264,206 204 205,stand,,,
|
||||
893.745 1347.47 9.125,206 209 259,stand,,,
|
||||
1086.5 1543.67 -59.7345,208 210 91 211 92 259,stand,,,
|
||||
1423.84 1510.13 -92.8088,209 92 211 93 258,stand,,,
|
||||
1283.67 1297.9 -39.4883,210 212 209 258,stand,,,
|
||||
1130.91 803.702 -31.9772,211 213 217 258 269,stand,,,
|
||||
1107.27 228.543 38.859,212 214 263 269,stand,,,
|
||||
982.51 65.6175 87.036,213 215,stand,,,
|
||||
802.802 52.7786 57.125,214 57,stand,,,
|
||||
915.972 784.052 -19.6487,203 217,stand,,,
|
||||
931.68 778.888 9.125,216 212,stand,,,
|
||||
778.364 677.725 9.125,203 219 262,stand,,,
|
||||
330.874 728.637 -73.2004,218 220 200 202 262,stand,,,
|
||||
-158.03 736.211 -68.1939,219 199 200 222 262 260,stand,,,
|
||||
-1222.43 575.985 -61.0197,199 222 198 223 252 253 254,stand,,,
|
||||
-750.316 761.955 -51.0973,220 221 198 252 254 261 260,stand,,,
|
||||
-1742.05 587.101 -41.8939,221 197 250 224 251 198 254,stand,,,
|
||||
-2397.66 346.4 -3.22561,197 225 242 223 250,stand,,,
|
||||
-2420.82 -330.713 4.03698,224 72 73 196 241 197,stand,,,
|
||||
-2288.09 -973.053 14.8678,196 71 228 229 241,stand,,,
|
||||
-2327.75 -1481.05 28.1918,71 228 236 70,stand,,,
|
||||
-2044.14 -1300.01 43.0377,227 229 226 236 32 35 196,stand,,,
|
||||
-1738.33 -1123.84 35.1582,228 30 234 236 32 35 226 241 196 279,stand,,,
|
||||
-1496.69 -1167.83 46.3071,30 231 232,stand,,,
|
||||
-1312.13 -1243.87 50.125,230,stand,,,
|
||||
-1447.36 -1348.83 41.2481,230 233 234 279,stand,,,
|
||||
-1312.13 -1282.13 50.125,232 234,stand,,,
|
||||
-1566.5 -1595.88 50.125,233 235 232 229,stand,,,
|
||||
-1566.97 -1667.97 38.5014,234 237 26,stand,,,
|
||||
-1894.49 -1747.43 2.78535,229 227 70 237 69 240 228,stand,,,
|
||||
-1675.24 -1878.6 -7.67982,236 235 26 19 239 69 240,stand,,,
|
||||
-1338.42 -1947 32.4434,19 239,stand,,,
|
||||
-1414.43 -1809.61 36.0946,238 26 237,stand,,,
|
||||
-1671.5 -2354.79 32.2795,236 237 19 69 18 68 24,stand,,,
|
||||
-2360.98 -546.592 -2.31344,226 225 72 196 229 73,stand,,,
|
||||
-2570.89 337.986 26.2356,224 73 243 249 277,stand,,,
|
||||
-3011.82 553.183 32.6441,242 75 249 74 278,stand,,,
|
||||
-2958.8 978.754 41.7884,75 245 247 249,stand,,,
|
||||
-3087.53 1078.31 41.3272,78 244 246 247,stand,,,
|
||||
-2986.11 1383.81 23.4192,245 247 82 248 84 80 79,stand,,,
|
||||
-2812.56 1225.18 20.581,246 248 244 245 249,stand,,,
|
||||
-2747.86 1428.09 16.9429,247 85 246 84 251,stand,,,
|
||||
-2503.59 1063.02 -2.73322,247 243 242 250 251 253 277 244,stand,,,
|
||||
-2316.68 923.803 -23.4784,249 223 224 251 87 253 255 197,stand,,,
|
||||
-2450.39 1236.24 -0.197223,250 85 249 248 223 253 87 255,stand,,,
|
||||
-198.104 382.788 12.6056,222 200 221,stand,,,
|
||||
-1547.73 1064.96 16.9802,221 87 250 251 249 255,stand,,,
|
||||
-1280.95 1130.83 62.7136,222 221 255 256 223 261,stand,,,
|
||||
-1638.61 1353.03 -7.40217,254 87 251 253 88 256 250,stand,,,
|
||||
-896.059 1829.38 -50.6025,88 89 254 257 261 90 255,stand,,,
|
||||
10.9914 1543.73 -103.636,256 91 260 261 259 262 90,stand,,,
|
||||
1650.97 1279.59 -103.877,93 211 210 268 212 269 92 270,stand,,,
|
||||
686.294 1629.89 -87.4188,208 209 91 257 262,stand,,,
|
||||
-305.732 1172.22 -66.4243,257 261 220 222 262,stand,,,
|
||||
-776.36 1259.5 66.959,260 256 222 254 257,stand,,,
|
||||
366.424 1112.06 -100.575,218 219 259 257 220 260,stand,,,
|
||||
1790.59 31.0692 71.8674,213 264 269 271,stand,,,
|
||||
2471 29.9673 7.99284,263 111 271 272 266,stand,,,
|
||||
3217.68 562.524 -97.5375,111 266 110 273 274 95 140,stand,,,
|
||||
2722.43 729.341 -139.001,265 267 268 271 272 270 264,stand,,,
|
||||
2667.45 1193.56 -131.246,266 268 273 94,stand,,,
|
||||
2346.53 1486.49 -72.5859,267 258 270 94 93 266,stand,,,
|
||||
1612.45 688.883 -104.332,212 263 213 258 270 271,stand,,,
|
||||
2197.05 971.823 -22.1719,258 268 271 269 266,stand,,,
|
||||
2215.1 489.356 -16.9384,266 270 269 263 264 272,stand,,,
|
||||
2928.08 362.115 -72.7782,264 111 266 271 110 273,stand,,,
|
||||
3020.86 976.441 -122.08,265 267 94 274 95 272,stand,,,
|
||||
3590.01 565.454 -112.473,273 95 110 96 265,stand,,,
|
||||
2121.24 -1418.62 70.3548,166 146 145 132 147 280,stand,,,
|
||||
-3413.07 1856.03 38.6056,80 82,stand,,,
|
||||
-2706.33 71.2617 32.125,242 278 73 249,stand,,,
|
||||
-2892.61 212.037 39.3663,277 243 73 74,stand,,,
|
||||
-1579.38 -1422.52 44.1634,229 232,stand,,,
|
||||
2143.8 -1094.93 33.8226,132 145 147 281 275 282,stand,,,
|
||||
2182.76 -963.027 16.4606,133 280,stand,,,
|
||||
2728.6 -1259.54 36.8695,280 143 145,stand,,,
|
||||
1887.73 -2586.19 30.3914,153 150 285 284,stand,,,
|
||||
1974.2 -2711.57 37.8055,150 283,stand,,,
|
||||
1719.13 -2586.07 37.6685,283 286,stand,,,
|
||||
1658.03 -2586.93 42.6203,285 149 172,stand,,,
|
||||
|
243
scriptdata/waypoints/mp_cw_burgundy_wp.csv
Normal file
@@ -0,0 +1,243 @@
|
||||
242
|
||||
490 504 -2,1 135 139 134 192,stand,,,
|
||||
688 693 -2,0 135 192 136 201 202,stand,,,
|
||||
711 1387 -2,3 62 59 60 60 193 63,stand,,,
|
||||
723 1776 -2,2 111 63 62 167 168 170,stand,,,
|
||||
717 2602 -2,67 68 164 66 124,stand,,,
|
||||
102 2886 -2,6 171 172 162 161,stand,,,
|
||||
-91 2922 -2,5 69 161 162,stand,,,
|
||||
-773 2321 -2,8 106 158,stand,,,
|
||||
-568 2333 -2,7 9 13 11 106 183,stand,,,
|
||||
-574 2539 -2,8 11 106,stand,,,
|
||||
-643 2804 -2,158 159 160,stand,,,
|
||||
-362 2578 -2,12 9 8 13 161 112,stand,,,
|
||||
-264 2331 -2,11 13,stand,,,
|
||||
-429 2317 -2,12 8 11,stand,,,
|
||||
-1180 670 -2,72 78 230 231,stand,,,
|
||||
-391 220 8,77 79 138 73 76,stand,,,
|
||||
353 -412 11,17 115 137 140,stand,,,
|
||||
598 -681 16,16 115 141 219,stand,,,
|
||||
1484 1626 -4,19 32 33 238 241,stand,,,
|
||||
1509 1357 2,18 32 31 20 241,stand,,,
|
||||
1697 1131 -2,22 29 19 240,stand,,,
|
||||
1368 879 -2,121 195 208 195 239,stand,,,
|
||||
1602 945 -2,29 20 28 27 239,stand,,,
|
||||
1255 396 13,119 120 123 223,stand,,,
|
||||
1055 -225 25,25 116 220 221,stand,,,
|
||||
818 -191 32,24 117 116 216 217 220,stand,,,
|
||||
1038 954 -2,27 202 61 60 136,stand,,,
|
||||
1193 984 -2,26 28 61 22,stand,,,
|
||||
1301 1085 -2,27 29 30 61 22,stand,,,
|
||||
1559 1110 -2,28 22 20 30,stand,,,
|
||||
1329 1178 -2,31 61 29 28,stand,,,
|
||||
1326 1377 3,30 32 19,stand,,,
|
||||
1415 1519 1,31 19 18,stand,,,
|
||||
1557 1738 -2,18 41 237 34,stand,,,
|
||||
1690 2007 -6,35 40 49 237 33,stand,,,
|
||||
1687 2133 0,34 36 38 48 49,stand,,,
|
||||
1648 2356 -5,35 48 235 47,stand,,,
|
||||
1924 2286 -1,38 235,stand,,,
|
||||
1864 2141 -2,37 39 35 40,stand,,,
|
||||
1966 2063 -2,38 40,stand,,,
|
||||
1812 2016 -4,39 34 38 41,stand,,,
|
||||
1588 1890 -3,40 33 42 49 237 43,stand,,,
|
||||
1387 1854 -1,41 43,stand,,,
|
||||
1379 2131 -4,42 44 49 50 41,stand,,,
|
||||
1367 2237 -3,43 45 47 48 126,stand,,,
|
||||
1161 2230 2,44 46 47 126 125,stand,,,
|
||||
935 2258 -2,45 64 169 125 170,stand,,,
|
||||
1420 2365 -2,44 48 45 126 36,stand,,,
|
||||
1525 2272 -2,36 49 47 35 44,stand,,,
|
||||
1552 2081 -3,48 43 35 41 34,stand,,,
|
||||
1250 2135 -1,43 51 55,stand,,,
|
||||
1240 1989 -1,50 52 56,stand,,,
|
||||
1210 1935 -1,51 53 56,stand,,,
|
||||
1044 1929 -1,52 54 56,stand,,,
|
||||
1050 2132 -1,53 55,stand,,,
|
||||
1152 2133 -1,54 50 56,stand,,,
|
||||
1144 2017 -1,55 52 53 51,stand,,,
|
||||
1248 1307 3,58,stand,,,
|
||||
1094 1322 3,57 59,stand,,,
|
||||
929 1323 -2,58 60 62 2,stand,,,
|
||||
937 1183 -2,59 61 2 193 2 26,stand,,,
|
||||
1147 1188 0,60 30 28 27 26,stand,,,
|
||||
923 1624 -2,59 63 3 2,stand,,,
|
||||
921 1863 -2,62 64 3 167 170 2,stand,,,
|
||||
944 2007 -2,63 46 170 170,stand,,,
|
||||
906 2994 -2,66 127 165,stand,,,
|
||||
821 2796 -2,65 67 165 4,stand,,,
|
||||
831 2583 -2,66 4 68 124 127,stand,,,
|
||||
697 2420 -2,4 67 166 169 168,stand,,,
|
||||
-426 2912 -3,159 6 160,stand,,,
|
||||
-1043 1479 -2,71 132 133 230 233,stand,,,
|
||||
-1028 1171 -2,70 230 231 233 133,stand,,,
|
||||
-1013 632 -2,78 14 230 227 232 234 231,stand,,,
|
||||
-413 472 -2,74 77 15 154 156 225,stand,,,
|
||||
-189 467 -1,73 75 77 156 76,stand,,,
|
||||
-30 467 -1,74 76 134,stand,,,
|
||||
-68 339 -2,77 75 138 74 224 15,stand,,,
|
||||
-311 360 -2,76 15 73 74 156 79,stand,,,
|
||||
-953 425 -2,72 14 79 232,stand,,,
|
||||
-589 299 -2,15 77 78 232,stand,,,
|
||||
-455 860 -2,147 144 154 152,stand,,,
|
||||
-751 1309 -2,83 143 82 150,stand,,,
|
||||
-745 1513 -2,149 83 150 81,stand,,,
|
||||
-607 1334 -2,81 84 143 82,stand,,,
|
||||
-351 1327 -2,83 85,stand,,,
|
||||
-73 1332 -4,84 90 188,stand,,,
|
||||
432 1515 -2,87 186 187,stand,,,
|
||||
398 1390 -2,86 88 89,stand,,,
|
||||
413 1288 -2,87 89 189,stand,,,
|
||||
283 1278 -2,88 90 91 87 187,stand,,,
|
||||
114 1305 -2,85 89 188,stand,,,
|
||||
288 1154 -3,89 92 96 97 98,stand,,,
|
||||
496 1150 2,91 97 157,stand,,,
|
||||
152 606 -2,94 97 99 194,stand,,,
|
||||
-44 616 4,93 100 99,stand,,,
|
||||
-73 1165 -2,96 101 146,stand,,,
|
||||
131 1149 -2,95 91 101 98,stand,,,
|
||||
346 971 -4,91 98 92 93 157 194,stand,,,
|
||||
126 913 -5,97 99 96 101 91,stand,,,
|
||||
-112 845 -2,98 100 101 93 94,stand,,,
|
||||
-144 713 -1,94 99 151,stand,,,
|
||||
-6 1011 -2,99 95 96 98 151,stand,,,
|
||||
-626 1849 -2,103 113 112 149,stand,,,
|
||||
-431 1869 -2,104 102 112,stand,,,
|
||||
-155 1832 -2,103 105 110 109,stand,,,
|
||||
63 1825 -2,104 109 110 107 180,stand,,,
|
||||
-728 2225 -2,8 9 7 113 129 130 183,stand,,,
|
||||
265 1959 0,108 109 105 167 111 178 177 180,stand,,,
|
||||
388 1836 1,107 109 111 167 186,stand,,,
|
||||
219 1815 -2,108 105 107 104 186,stand,,,
|
||||
-85 1947 -2,105 104 114 180,stand,,,
|
||||
564 1812 -2,108 3 107 167 186,stand,,,
|
||||
-507 2009 -2,103 113 102 183 184 11,stand,,,
|
||||
-682 2022 -2,112 106 102 130 149 183,stand,,,
|
||||
-155 2051 -2,110 182 184 181,stand,,,
|
||||
570 -402 -2,16 17 140 219 220,stand,,,
|
||||
1114 -91 33,24 25 118 221 209,stand,,,
|
||||
912 80 36,25 213 215 214 217,stand,,,
|
||||
1204 139 26,116 209 210 213 221,stand,,,
|
||||
1118 387 18,23 120 210 211,stand,,,
|
||||
1340 601 -5,23 121 123 119,stand,,,
|
||||
1428 749 -2,120 21 123 122 195,stand,,,
|
||||
1581 724 4,123 121 223 239,stand,,,
|
||||
1471 572 9,122 121 120 23 223,stand,,,
|
||||
855.405 2398.28 6.93016,125 127 67 169 4,stand,,,
|
||||
940.96 2334.11 0.106978,124 126 45 46,stand,,,
|
||||
1257.53 2316.34 7.72486,125 47 44 45,stand,,,
|
||||
899.056 2710.1 2.75948,124 67 65,stand,,,
|
||||
-1195.34 1872.48 2.86678,129 131 132 133,stand,,,
|
||||
-906.477 2080.92 1.1957,128 106 130 131,stand,,,
|
||||
-833.086 1858.2 2.18629,113 129 132 149 106,stand,,,
|
||||
-1128.26 2016.43 8.125,129 128,stand,,,
|
||||
-1044.75 1665.56 8.125,128 70 130 133,stand,,,
|
||||
-1170.16 1585.47 5.38426,128 70 132 230 71,stand,,,
|
||||
260.376 503.464 3.74561,75 135 139 0 224,stand,,,
|
||||
494.759 693.42 3.56708,134 136 0 1,stand,,,
|
||||
665.969 957.436 5.97755,135 1 157 193 26 202,stand,,,
|
||||
158.341 113.925 1.62439,138 140 16 139 224,stand,,,
|
||||
25.4528 260.852 2.65554,137 76 15,stand,,,
|
||||
410.562 212.924 6.95612,0 134 140 137,stand,,,
|
||||
388.21 -92.7312 6.72291,139 137 115 16 218,stand,,,
|
||||
776.583 -718.418 7.36446,142 17 219,stand,,,
|
||||
958.834 -569.309 0.06643,141 219,stand,,,
|
||||
-656.883 1197.17 0.0790124,81 83 144 233,stand,,,
|
||||
-439.728 1183.68 2.12638,148 143 147 80 155,stand,,,
|
||||
-277.297 1058.02 55.125,146 147,stand,,,
|
||||
-254.404 1058.41 0.124999,145 95 151,stand,,,
|
||||
-319.406 1058.51 0.125002,145 148 144 80 155,stand,,,
|
||||
-306.117 1186.82 1.28618,147 144,stand,,,
|
||||
-792.63 1732.88 10.125,82 102 130 113,stand,,,
|
||||
-864.875 1252.13 1.31228,82 81,stand,,,
|
||||
-219.077 899.613 5.00286,146 152 155 100 101,stand,,,
|
||||
-383.927 856.221 2.125,151 154 155 156 80,stand,,,
|
||||
-636.875 630.9 4.125,154 228,stand,,,
|
||||
-450.862 626.075 1.19751,153 80 152 73 156 228,stand,,,
|
||||
-351.449 920.945 0.126219,147 151 152 144,stand,,,
|
||||
-346.489 544.827 0.0273983,73 74 152 77 154,stand,,,
|
||||
581.364 1042.87 10.125,92 97 136 193 193 194,stand,,,
|
||||
-753.941 2756.4 -0.961029,7 10 159,stand,,,
|
||||
-619.885 2919.25 3.52999,158 10 69,stand,,,
|
||||
-304.33 2861.44 -3.57069,10 69 161,stand,,,
|
||||
-146.1 2765.84 -0.975358,160 6 11 185 5,stand,,,
|
||||
3.72455 2731.95 3.78794,6 5 179,stand,,,
|
||||
396.365 2781.13 2.39981,164 165 171,stand,,,
|
||||
600.652 2813.16 0.124999,163 4,stand,,,
|
||||
621.078 2926.24 0.120194,66 65 163 171,stand,,,
|
||||
610.781 2201.08 0.124999,68 168 177 178,stand,,,
|
||||
581.523 1923.71 7.78479,168 108 107 111 3 63,stand,,,
|
||||
664.925 2039.34 4.39293,167 166 170 3 68,stand,,,
|
||||
818.914 2319.33 8.125,68 170 46 124,stand,,,
|
||||
847.235 1974.8 7.6949,169 168 46 64 64 3 63,stand,,,
|
||||
274.963 2851.34 -1.53271,5 163 165 172,stand,,,
|
||||
210.754 2756.66 32.125,171 5 173,stand,,,
|
||||
144.053 2674.08 32.125,172 174,stand,,,
|
||||
188.34 2426.88 32.125,173 176 175,stand,,,
|
||||
285.297 2408.35 32.125,176 174,stand,,,
|
||||
214.015 2339.73 32.125,175 174 177,stand,,,
|
||||
189.102 2166.95 -2.55694,176 166 107 179,stand,,,
|
||||
254.594 2054.34 -2.015,166 107 180,stand,,,
|
||||
28.0925 2194.92 0.124999,177 162,stand,,,
|
||||
132.161 1928.83 7.16869,178 110 105 107 182,stand,,,
|
||||
-141.308 2194.51 0.124997,182 185 114 185,stand,,,
|
||||
-13.2342 2025.52 0.124997,181 180 114,stand,,,
|
||||
-637.016 2129.3 0.280461,112 8 106 113,stand,,,
|
||||
-362.496 2074.79 3.99665,112 114,stand,,,
|
||||
-154.789 2648.98 -0.480276,181 181 161,stand,,,
|
||||
358.039 1744.48 0.103433,109 111 108 86 187 188,stand,,,
|
||||
305.705 1555.01 0.160796,86 89 186 188,stand,,,
|
||||
102.164 1559.9 3.9947,85 186 187 90 190,stand,,,
|
||||
559.875 1287.65 8.1942,88,stand,,,
|
||||
33.1722 1664.06 8.01086,188 191,stand,,,
|
||||
-155.8 1674.73 11.602,190,stand,,,
|
||||
642.971 469.643 2.31452,0 1 215 214,stand,,,
|
||||
653.878 1105.05 3.28819,157 136 60 157 2,stand,,,
|
||||
447.061 808.338 0.112899,157 93 97,stand,,,
|
||||
1256.45 719.826 16.125,121 21 196 21,stand,,,
|
||||
1181.72 667.333 16.125,195 197 198,stand,,,
|
||||
1097.03 797.237 16.125,196,stand,,,
|
||||
1072.41 552.403 16.125,196 199,stand,,,
|
||||
945.8 659.364 16.125,200 201 198,stand,,,
|
||||
972.181 748.134 16.125,199 201 203,stand,,,
|
||||
915.982 762.18 16.125,200 199 1 202,stand,,,
|
||||
908.772 856.691 4.65962,201 26 136 1,stand,,,
|
||||
1148.27 611.949 152.125,200 204 205,stand,,,
|
||||
1238.73 704.404 152.125,203,stand,,,
|
||||
970.811 515.172 152.125,206 203,stand,,,
|
||||
892.797 643.15 152.125,205 207,stand,,,
|
||||
984.62 745.008 152.125,206,stand,,,
|
||||
1209.21 863.566 4.17023,21,stand,,,
|
||||
1340.48 110.968 37.5863,118 116,stand,,,
|
||||
1099.18 256.091 35.8898,119 118 213 211,stand,,,
|
||||
983.215 392.648 30.0094,212 119 210 222,stand,,,
|
||||
807.966 580.659 7.88554,211 214 222,stand,,,
|
||||
998.297 160.903 35.8684,210 117 214 118,stand,,,
|
||||
805.64 344.76 21.0679,213 215 192 117 222 212,stand,,,
|
||||
709.591 171.655 30.1653,214 117 216 192,stand,,,
|
||||
609.638 -25.8058 34.5736,25 215 217,stand,,,
|
||||
765.937 -51.7973 30.2994,216 117 25 221,stand,,,
|
||||
643.381 -315.043 3.07953,219 220 140,stand,,,
|
||||
726.689 -418.401 4.73772,218 142 115 220 17 141,stand,,,
|
||||
747.001 -337.216 9.125,218 219 115 24 25,stand,,,
|
||||
979.08 -104.617 34.8399,118 116 217 24,stand,,,
|
||||
883.775 399.745 23.0124,211 214 212,stand,,,
|
||||
1462.53 264.488 36.9493,23 122 123,stand,,,
|
||||
51.6075 418.525 8.125,137 76 134,stand,,,
|
||||
-724.842 543.93 1.0378,226 73 227 232,stand,,,
|
||||
-683.125 667.479 5.48166,225 227,stand,,,
|
||||
-866.258 619.302 0.190022,226 225 72 232 234,stand,,,
|
||||
-578.454 674.116 16.125,154 153 229,stand,,,
|
||||
-567.443 811.957 24.125,228,stand,,,
|
||||
-1201.36 1161.97 2.26401,72 14 71 70 133,stand,,,
|
||||
-925.358 878.771 1.14629,71 14 233 234 72,stand,,,
|
||||
-780.349 426.402 8.125,79 225 72 78 227,stand,,,
|
||||
-914.209 1172.09 0.0996001,143 71 70 231,stand,,,
|
||||
-919.118 703.273 1.35961,227 231 72,stand,,,
|
||||
2008.99 2404.46 0.125002,37 36,stand,,,
|
||||
2024.88 1814.2 5.07406,237,stand,,,
|
||||
1752.19 1848.94 0.362938,236 34 33 41,stand,,,
|
||||
1722.91 1596.58 32.125,18,stand,,,
|
||||
1589.83 868.707 5.17091,22 21 122,stand,,,
|
||||
1705.54 1263.88 0.359864,20,stand,,,
|
||||
1581.87 1423.8 -0.0210658,18 19,stand,,,
|
||||
|
301
scriptdata/waypoints/mp_cw_dawnville_wp.csv
Normal file
@@ -0,0 +1,301 @@
|
||||
300
|
||||
-1905 -1154 -1,30 31,stand,,,
|
||||
-142 652 -20,133,stand,,,
|
||||
-1385 28 -88,239,stand,,,
|
||||
-984 -884 3,51,stand,,,
|
||||
-227 -785 -24,62 63,stand,,,
|
||||
807 -224 -40,123 124,stand,,,
|
||||
1735 -88 -59,161,stand,,,
|
||||
703 896 61,193 194,stand,,,
|
||||
224 904 -38,212,stand,,,
|
||||
-1016 1114 -59,219,stand,,,
|
||||
-191 938 -54,225,stand,,,
|
||||
-1615 -1996 -1,41,stand,,,
|
||||
-1197 -160 -87,241 247,stand,,,
|
||||
-672 -1941 90,47,stand,,,
|
||||
342 -1873 -16,79 83,stand,,,
|
||||
-339 -1879 -8,75,stand,,,
|
||||
-735 -869 60,57,stand,,,
|
||||
-983 -1621 13,96,stand,,,
|
||||
888 -1508 39,101 102,stand,,,
|
||||
-111 -227 -14,115,stand,,,
|
||||
890 -487 21,108,stand,,,
|
||||
945 -358 -24,146,stand,,,
|
||||
587 652 -67,203 204,stand,,,
|
||||
-1239 4 -98,236 250,stand,,,
|
||||
-1026 977 -64,222,stand,,,
|
||||
1165 1548 -76,181 290,stand,,,
|
||||
-188 1408 -84,215,stand,,,
|
||||
-365 -680 112,259,stand,,,
|
||||
-1688 -1590 -28,29 35 40,stand,,,
|
||||
-1728 -1477 -24,28 30,stand,,,
|
||||
-1845 -1258 -14,29 0,stand,,,
|
||||
-1527 -1060 1,0 32 275,stand,,,
|
||||
-1505 -965 10,31 33,stand,,,
|
||||
-1479 -833 -3,32 34,stand,,,
|
||||
-1472 -733 0,33 67,stand,,,
|
||||
-1287 -1405 -31,28 36 276,stand,,,
|
||||
-1197 -1514 -16,35 37 42,stand,,,
|
||||
-1225 -1631 -8,36 38,stand,,,
|
||||
-1409 -1802 -10,39 37,stand,,,
|
||||
-1541 -1830 -15,38 41,stand,,,
|
||||
-1649 -1712 -16,41 28,stand,,,
|
||||
-1647 -1848 -18,40 39 11,stand,,,
|
||||
-1007 -1518 -12,36 43 49,stand,,,
|
||||
-857 -1581 25,42 44 49 96,stand,,,
|
||||
-719 -1627 44,43 45,stand,,,
|
||||
-694 -1707 71,44 46,stand,,,
|
||||
-627 -1807 101,45 47 48,stand,,,
|
||||
-648 -1878 98,46 13,stand,,,
|
||||
-521 -1801 111,46 90,stand,,,
|
||||
-800 -1469 -23,43 42 68,stand,,,
|
||||
-1054 -1108 -24,51 58 275,stand,,,
|
||||
-1074 -883 -16,50 3 52,stand,,,
|
||||
-1069 -783 12,51 53,stand,,,
|
||||
-865 -781 21,52 54,stand,,,
|
||||
-868 -698 19,55 53 282,stand,,,
|
||||
-710 -696 25,54 56,stand,,,
|
||||
-700 -561 -5,55 66,stand,,,
|
||||
-754 -973 4,16 58,stand,,,
|
||||
-743 -1066 -27,50 57 59,stand,,,
|
||||
-469 -1117 -33,58 60 70,stand,,,
|
||||
-195 -1088 -32,59 61,stand,,,
|
||||
-45 -945 -31,60 62,stand,,,
|
||||
-38 -759 -28,61 4 117 284,stand,,,
|
||||
-284 -684 -24,4 64,stand,,,
|
||||
-417 -652 -12,63 65 260,stand,,,
|
||||
-570 -463 -16,64 66 232,stand,,,
|
||||
-701 -456 -27,56 65 244,stand,,,
|
||||
-1476 -634 -17,34 243,stand,,,
|
||||
-673 -1435 -24,49 69,stand,,,
|
||||
-428 -1454 -34,68 70 71,stand,,,
|
||||
-444 -1217 -32,69 59,stand,,,
|
||||
-414 -1483 -26,69 72,stand,,,
|
||||
-377 -1555 -16,71 73 98,stand,,,
|
||||
-377 -1576 12,72 74,stand,,,
|
||||
-377 -1606 -4,73 75 76,stand,,,
|
||||
-366 -1750 -8,74 15,stand,,,
|
||||
-264 -1618 -2,74 77,stand,,,
|
||||
-180 -1638 -8,76 78 97,stand,,,
|
||||
-79 -1858 -9,77 79,stand,,,
|
||||
144 -1861 -14,78 80 14,stand,,,
|
||||
198 -1714 -16,79 81,stand,,,
|
||||
205 -1612 -16,82 80,stand,,,
|
||||
220 -1493 -25,81 99 100 288,stand,,,
|
||||
381 -1941 -16,14 84,stand,,,
|
||||
372 -2025 -16,83 85,stand,,,
|
||||
321 -2025 -16,84 86,stand,,,
|
||||
159 -2006 108,85 87,stand,,,
|
||||
87 -2009 108,86 88,stand,,,
|
||||
86 -1847 108,87 89 91,stand,,,
|
||||
-138 -1849 108,88 90,stand,,,
|
||||
-336 -1849 108,89 48,stand,,,
|
||||
235 -1834 108,88 92,stand,,,
|
||||
228 -1752 108,91 93 94 95,stand,,,
|
||||
211 -1642 108,92 94 95,stand,,,
|
||||
87 -1656 108,93 92,stand,,,
|
||||
343 -1641 108,92 93,stand,,,
|
||||
-874 -1635 32,17 43,stand,,,
|
||||
-179 -1572 -12,77 98,stand,,,
|
||||
-180 -1529 -24,97 99 72,stand,,,
|
||||
33 -1523 -25,98 82,stand,,,
|
||||
497 -1530 5,82 101,stand,,,
|
||||
738 -1546 29,100 18,stand,,,
|
||||
921 -1279 38,18 103,stand,,,
|
||||
907 -984 4,102 104,stand,,,
|
||||
897 -901 -2,103 105 114,stand,,,
|
||||
890 -855 4,104 256,stand,,,
|
||||
1011 -515 -22,107 258,stand,,,
|
||||
1061 -515 -32,106 148,stand,,,
|
||||
884 -578 6,20 109 257,stand,,,
|
||||
766 -593 7,108 110,stand,,,
|
||||
660 -596 -10,109 112 113 287,stand,,,
|
||||
815 -346 -17,112,stand,,,
|
||||
660 -414 -28,110 111 120,stand,,,
|
||||
676 -842 -12,110 114,stand,,,
|
||||
782 -904 7,104 113,stand,,,
|
||||
35 -245 -35,19 116 118 126,stand,,,
|
||||
-11 -519 -21,115 117,stand,,,
|
||||
-4 -620 -20,116 62,stand,,,
|
||||
288 -227 -68,115 119,stand,,,
|
||||
394 -207 -57,118 120 121,stand,,,
|
||||
484 -382 -34,112 119,stand,,,
|
||||
461 -112 -47,119 122 272,stand,,,
|
||||
619 -133 -40,123 121,stand,,,
|
||||
649 -240 -40,122 5,stand,,,
|
||||
882 -155 -40,5 125,stand,,,
|
||||
1010 -156 -40,124 144 146,stand,,,
|
||||
51 -82 -52,115 127,stand,,,
|
||||
110 120 -61,126 128 268,stand,,,
|
||||
155 361 -43,127 129,stand,,,
|
||||
155 437 -46,128 130,stand,,,
|
||||
156 477 -63,129 131,stand,,,
|
||||
144 545 -91,130 132 201 202,stand,,,
|
||||
33 545 -76,131 133,stand,,,
|
||||
-115 544 -42,1 132 134,stand,,,
|
||||
-120 418 -37,133 135 137,stand,,,
|
||||
-394 418 -37,134 136,stand,,,
|
||||
-510 418 -76,135 228 229 281,stand,,,
|
||||
-130 189 -37,134 138,stand,,,
|
||||
-130 66 -31,139 137,stand,,,
|
||||
-208 -29 -18,138 140,stand,,,
|
||||
-232 -27 11,139 141,stand,,,
|
||||
-249 -28 -25,140 142,stand,,,
|
||||
-318 -7 -46,141 143,stand,,,
|
||||
-408 -8 -68,142 229 230 253,stand,,,
|
||||
1059 -52 -62,145 125,stand,,,
|
||||
1106 79 -94,144 166 170,stand,,,
|
||||
1021 -357 -39,125 21 147,stand,,,
|
||||
1091 -394 -41,146 148,stand,,,
|
||||
1198 -452 -59,147 107 149,stand,,,
|
||||
1350 -325 -65,148 150 158,stand,,,
|
||||
1343 -207 -48,149 151,stand,,,
|
||||
1342 -96 -52,150 152,stand,,,
|
||||
1475 -105 -49,151 153,stand,,,
|
||||
1580 -144 -56,152 154 157,stand,,,
|
||||
1580 -67 -56,153 155,stand,,,
|
||||
1580 -2 -89,154 156 170,stand,,,
|
||||
1544 137 -102,155 165 166 296,stand,,,
|
||||
1643 -339 -72,158 159 153,stand,,,
|
||||
1460 -327 -68,157 149,stand,,,
|
||||
1754 -226 -58,157 160,stand,,,
|
||||
1809 -164 -55,159 161,stand,,,
|
||||
1803 -74 -72,160 6 162,stand,,,
|
||||
1801 26 -66,161 163,stand,,,
|
||||
1807 111 -79,162 164,stand,,,
|
||||
1807 156 -101,163 165 176,stand,,,
|
||||
1664 150 -93,164 156,stand,,,
|
||||
1275 105 -101,156 145,stand,,,
|
||||
873 356 -113,168 170,stand,,,
|
||||
813 214 -110,167 169,stand,,,
|
||||
743 221 -108,168 197 270,stand,,,
|
||||
1204 405 -136,167 171 145 261 296 155,stand,,,
|
||||
1206 608 -127,170 172,stand,,,
|
||||
1206 867 -127,171 173,stand,,,
|
||||
1215 976 -119,174 172,stand,,,
|
||||
1184 1110 -119,173 175 263,stand,,,
|
||||
1129 1260 -152,174 290 182 263,stand,,,
|
||||
1959 283 -119,164 299 267 298,stand,,,
|
||||
2377 778 -118,178 297 298,stand,,,
|
||||
2354 1117 -108,179 177 297,stand,,,
|
||||
2251 1160 -80,178 294 295,stand,,,
|
||||
1814 1352 -83,262 294 261,stand,,,
|
||||
982 1553 -101,25 182 290 293,stand,,,
|
||||
957 1349 -153,181 292 175,stand,,,
|
||||
779 1051 -88,185 186 208,stand,,,
|
||||
782 1272 -136,185,stand,,,
|
||||
782 1130 -102,183 184 291,stand,,,
|
||||
781 922 -91,183 187,stand,,,
|
||||
720 922 -91,186 188,stand,,,
|
||||
727 747 -91,189 187,stand,,,
|
||||
760 610 -91,188 190 196,stand,,,
|
||||
858 613 -91,189 191,stand,,,
|
||||
858 653 -91,190 192,stand,,,
|
||||
863 876 61,191 193,stand,,,
|
||||
863 928 61,192 7,stand,,,
|
||||
705 710 61,7 195,stand,,,
|
||||
687 469 61,194,stand,,,
|
||||
773 453 -91,189 197,stand,,,
|
||||
760 399 -95,169 196 198,stand,,,
|
||||
651 426 -88,197 199,stand,,,
|
||||
541 516 -64,198 200,stand,,,
|
||||
354 519 -59,201 199 273,stand,,,
|
||||
238 527 -69,200 131,stand,,,
|
||||
268 656 -88,131 203,stand,,,
|
||||
478 653 -84,202 22,stand,,,
|
||||
579 766 -67,205 22,stand,,,
|
||||
557 858 -47,204 206,stand,,,
|
||||
552 931 -55,205 207,stand,,,
|
||||
541 1001 -74,208 206 209,stand,,,
|
||||
692 1038 -92,207 183,stand,,,
|
||||
418 1035 -69,207 210,stand,,,
|
||||
292 1061 -86,209 211,stand,,,
|
||||
198 1055 -96,212 210 213,stand,,,
|
||||
209 975 -68,211 8,stand,,,
|
||||
60 1151 -100,211 214 293,stand,,,
|
||||
-114 1171 -72,213 215,stand,,,
|
||||
-197 1253 -92,214 26 216,stand,,,
|
||||
-453 1362 -71,217 215,stand,,,
|
||||
-619 1184 -73,216 218,stand,,,
|
||||
-747 1176 -72,217 219 220,stand,,,
|
||||
-944 1176 -72,218 9,stand,,,
|
||||
-758 1044 -61,218 221,stand,,,
|
||||
-785 896 -92,220 222 227,stand,,,
|
||||
-915 943 -78,221 24 233,stand,,,
|
||||
-392 865 -49,224 226,stand,,,
|
||||
-393 923 -63,223 225,stand,,,
|
||||
-260 923 -50,224 10,stand,,,
|
||||
-400 786 -58,223 227,stand,,,
|
||||
-528 808 -79,226 221 228,stand,,,
|
||||
-524 578 -79,227 136,stand,,,
|
||||
-464 191 -77,136 143,stand,,,
|
||||
-392 -187 -40,143 231,stand,,,
|
||||
-398 -323 -15,232 230,stand,,,
|
||||
-493 -397 -14,231 65,stand,,,
|
||||
-998 725 -104,222 234,stand,,,
|
||||
-1015 507 -119,233 235 277 281,stand,,,
|
||||
-1247 394 -98,234 236,stand,,,
|
||||
-1247 218 -96,23 235 237 278,stand,,,
|
||||
-1496 217 -88,236 238,stand,,,
|
||||
-1491 112 -88,237 239 240,stand,,,
|
||||
-1383 104 -88,238 2,stand,,,
|
||||
-1501 -69 -88,238 241,stand,,,
|
||||
-1468 -153 -86,240 12 242,stand,,,
|
||||
-1467 -407 -49,241 243 246,stand,,,
|
||||
-1468 -516 -32,242 67,stand,,,
|
||||
-805 -406 -46,66 245 255,stand,,,
|
||||
-1011 -367 -60,244 246 283,stand,,,
|
||||
-1203 -383 -55,245 247 242,stand,,,
|
||||
-1192 -225 -78,246 12 248,stand,,,
|
||||
-1139 -231 -61,247 249,stand,,,
|
||||
-1068 -232 -79,248 250,stand,,,
|
||||
-1054 -1 -104,249 23 251 278,stand,,,
|
||||
-910 38 -112,250 252 279,stand,,,
|
||||
-775 7 -112,251 253 254,stand,,,
|
||||
-558 5 -94,252 143,stand,,,
|
||||
-783 -186 -88,252 255,stand,,,
|
||||
-790 -296 -61,254 244,stand,,,
|
||||
882 -745 -12,257 105,stand,,,
|
||||
883 -659 2,256 108 258,stand,,,
|
||||
1006 -671 2,257 106,stand,,,
|
||||
-352 -603 112,27 260,stand,,,
|
||||
-358 -541 -5,259 64,stand,,,
|
||||
1597 1059 -126,263 264 170 180,stand,,,
|
||||
1394 1306 -104,263 290 180,stand,,,
|
||||
1396 1125 -116,262 174 261 175 290,stand,,,
|
||||
1790 871 -129,265 261 296 295,stand,,,
|
||||
1952 721 -119,264 266 296,stand,,,
|
||||
2047 645 -86,265 267 295,stand,,,
|
||||
2065 623 -114,266 298 176,stand,,,
|
||||
217 131 -64,127 269,stand,,,
|
||||
405 170 -87,268 270 271 274,stand,,,
|
||||
578 193 -97,269 169,stand,,,
|
||||
431 21 -85,269 272,stand,,,
|
||||
452 -60 -58,271 121,stand,,,
|
||||
362 447 -53,200 274,stand,,,
|
||||
386 287 -74,273 269,stand,,,
|
||||
-1291 -1104 -13,50 31 276,stand,,,
|
||||
-1297 -1246 -24,275 35,stand,,,
|
||||
-1005 335 -114,234 278,stand,,,
|
||||
-1036 179 -123,277 250 236 279,stand,,,
|
||||
-895 155 -125,278 251 280,stand,,,
|
||||
-711 194 -129,281 279,stand,,,
|
||||
-696 426 -117,280 136 234,stand,,,
|
||||
-943 -652 15,54 283,stand,,,
|
||||
-940 -546 -15,282 245,stand,,,
|
||||
106 -795 -41,62 285,stand,,,
|
||||
250 -780 -47,284 286 289,stand,,,
|
||||
383 -774 -32,285 287,stand,,,
|
||||
527 -680 -31,286 110,stand,,,
|
||||
346 -1190 -33,82 289,stand,,,
|
||||
283 -1063 -35,288 285,stand,,,
|
||||
1152.98 1405.07 -111.909,175 262 263 181 25,stand,,,
|
||||
1011.65 979.125 -90.875,185 292,stand,,,
|
||||
1007.61 1051 -90.875,291 182,stand,,,
|
||||
542.881 1567.96 -91.9426,181 213,stand,,,
|
||||
1996.06 1312.3 -91.7423,179 180 295,stand,,,
|
||||
2067.34 1008.78 -83.2025,294 266 264 179,stand,,,
|
||||
1503.98 545.893 -135.905,265 170 156 264,stand,,,
|
||||
2599.85 574.591 -104.248,177 178,stand,,,
|
||||
2281.57 669.079 -111.875,177 299 267 176,stand,,,
|
||||
2335.15 290.089 -109.932,176 298,stand,,,
|
||||
|
372
scriptdata/waypoints/mp_cw_hurtgen_wp.csv
Normal file
@@ -0,0 +1,372 @@
|
||||
371
|
||||
3628.27 313.576 -149.149,1 79 86 87 310 312,stand,,,
|
||||
3666.95 813.795 -148.405,0 86 87,stand,,,
|
||||
3669.71 1213.56 -145.604,3 5 4 85 87 86,stand,,,
|
||||
3508.92 1204.56 -154.171,2 4 5 346,stand,,,
|
||||
3450.85 1374.32 -128.161,3 5 2 70 69 74,stand,,,
|
||||
3605.39 1507.08 -86.5034,4 2 3 69 71 72,stand,,,
|
||||
3121.27 2622.01 -376.479,7 60 61 62,stand,,,
|
||||
3782.18 2364.05 -285.746,6 8 60 64 72,stand,,,
|
||||
4060.24 2104.95 -3.89287,7 64 65 72 73,stand,,,
|
||||
1669.85 -4222.27 -186.767,10 131 128 133 127,stand,,,
|
||||
1384.17 -4232.16 -205.284,9 11 131 133 210,stand,,,
|
||||
855.104 -4205.21 -332.412,10 12 133 208 210 211,stand,,,
|
||||
461.533 -4185.2 -377.497,11 13 208 209,stand,,,
|
||||
-38.8765 -4125.24 -377.807,12 14 209 208,stand,,,
|
||||
-346.69 -4174.61 -384.329,13 15 136 234 235,stand,,,
|
||||
-515.907 -4425.1 -379.362,14 16 136,stand,,,
|
||||
-784.331 -4464.42 -379.215,15 17,stand,,,
|
||||
-1147.08 -4240.51 -173.138,16 18 136,stand,,,
|
||||
-1430.04 -4039.2 -87.0639,17 136 139 137,stand,,,
|
||||
-3680.67 623.961 -56.9147,20 146 148,stand,,,
|
||||
-3696.12 1107.28 -50.7748,19 21 147,stand,,,
|
||||
-3540.94 1466.4 -28.9296,20 22 147 148 149,stand,,,
|
||||
-3486.19 1930.2 -4.71121,21 23 26 147 152,stand,,,
|
||||
-3069.09 2633.56 -3.47504,22 24 25 26 152,stand,,,
|
||||
-2720.18 2522.49 -12.3093,23 27 152,stand,,,
|
||||
-3537.5 3089.49 64.3342,23 26,stand,,,
|
||||
-3664.51 2585 45.5817,25 22 23 152,stand,,,
|
||||
-2317.68 2035.72 -6.84263,24 28 154 155 152,stand,,,
|
||||
-1871.19 1682.88 66.67,27 29 155 156,stand,,,
|
||||
-1356.45 1884.79 35.9263,28 30 157,stand,,,
|
||||
-1042.1 1795.78 14.2897,31 29 35 159 157 160 37,stand,,,
|
||||
-681.325 1619.68 -50.5929,30 37 36 35,stand,,,
|
||||
-424.025 1232.69 -56.875,33 34,stand,,,
|
||||
-555.061 1222.4 -56.875,32 34,stand,,,
|
||||
-487.399 1414.69 -56.875,33 32 35,stand,,,
|
||||
-423.772 1640.51 -49.9525,34 36 31 30 39 47,stand,,,
|
||||
-545.062 1547.42 -62.253,37 31 35 162,stand,,,
|
||||
-653.38 1373.92 -63.875,36 38 31 30 160,stand,,,
|
||||
-647.993 1103.22 -68.0848,37 160 161 173 174 260 280,stand,,,
|
||||
-111.816 1789.92 -6.46757,35 40 41 47 162,stand,,,
|
||||
60.7401 2004.63 -39.7312,39 41 45 46,stand,,,
|
||||
43.4547 2534.25 -36.1198,40 42 45 39 46,stand,,,
|
||||
126.449 2863.85 -63.8837,41 43,stand,,,
|
||||
304.481 3054.6 -77.9943,42 44,stand,,,
|
||||
750.043 2746.1 -213.694,43 45 50 51 54,stand,,,
|
||||
523.867 2408.15 -144.45,40 46 44 41,stand,,,
|
||||
294.737 1983.89 -123.988,40 45 48 49 41,stand,,,
|
||||
75.8803 1574.71 -97.9024,39 48 35 163 164,stand,,,
|
||||
308.549 1684.79 -180.031,47 46 49 164 163 284,stand,,,
|
||||
633.267 1904.8 -273.025,46 50 48 50 283 55,stand,,,
|
||||
909.847 2229.52 -370.655,44 49 54 55 55 49 283,stand,,,
|
||||
1413.86 2835.08 -208.668,44 52 54,stand,,,
|
||||
2046.23 2625.51 -371.655,51 53 61 58 63,stand,,,
|
||||
1688.01 2488.81 -381.195,54 52 56 55 63,stand,,,
|
||||
1192.73 2539.28 -376.824,53 50 51 44 55,stand,,,
|
||||
1137.05 2216.43 -390.391,50 50 53 56 54 281 49 285,stand,,,
|
||||
1556.96 1872.97 -207.217,53 55 57 58 63 281 345,stand,,,
|
||||
2174.42 1744.47 -185.889,56 58 281 342,stand,,,
|
||||
2162.48 2094.86 -226.107,57 52 62 59 56 63,stand,,,
|
||||
2780.77 2003.28 -194.708,60 62 58 64 63 69 70 75,stand,,,
|
||||
3056.14 2413.32 -383.875,59 6 62 7 64,stand,,,
|
||||
2435.85 2626.54 -375.577,6 52 63 62,stand,,,
|
||||
2678.01 2378.07 -380.903,58 59 61 60 63 6 64,stand,,,
|
||||
1973.62 2405.08 -384.35,56 58 53 52 61 59 62,stand,,,
|
||||
3454.42 1928.16 -93.7274,7 59 60 8 62 69 72,stand,,,
|
||||
4606.89 2057.96 87.3761,8 66 73 91 92,stand,,,
|
||||
5070.86 1980.33 104.578,65 67 91,stand,,,
|
||||
5508.65 1656.19 174.095,66 68 93,stand,,,
|
||||
5768.05 1275.58 282.032,67 94 95 96,stand,,,
|
||||
3469.19 1712.34 -81.6839,64 59 4 5 71 72 70,stand,,,
|
||||
3111.28 1490.15 -145.751,59 4 69 75 74,stand,,,
|
||||
3802.26 1548.68 -47.7398,5 72 69 81,stand,,,
|
||||
3901.15 1748.08 -39.8186,5 71 7 8 64 69 73 80,stand,,,
|
||||
4428.87 1680.81 64.7082,8 65 72 80 90 91,stand,,,
|
||||
2868.54 1257 -150.63,4 75 70 76 344,stand,,,
|
||||
2808.41 1556.35 -160.463,74 70 59 342,stand,,,
|
||||
2810.27 985.535 -147.994,74 77 341 342 344,stand,,,
|
||||
2977.61 610.365 -148.875,76 78 79 298 310 341,stand,,,
|
||||
3352.33 539.013 -149.613,77 79,stand,,,
|
||||
3456.25 328.806 -150.393,0 78 77 309 310,stand,,,
|
||||
4250 1562.9 63.1091,73 72 81 83 90,stand,,,
|
||||
3993.62 1387.95 28.331,71 82 83 80,stand,,,
|
||||
4137.29 947.737 -22.6153,81 83 85 84 315,stand,,,
|
||||
4376.18 1250.52 79.0599,82 81 80 84 90 88,stand,,,
|
||||
4650.89 932.826 61.8677,83 85 82 88 90 315 360,stand,,,
|
||||
3938.36 832.375 -98.2549,82 2 86 84 87,stand,,,
|
||||
3811.08 751.232 -133.899,85 0 1 87 2,stand,,,
|
||||
3755.73 829.778 -147.838,1 2 0 86 85,stand,,,
|
||||
4822.89 917.589 83.4474,84 89 90 83 97,stand,,,
|
||||
5153.46 1351.26 104.125,88 90 93 94,stand,,,
|
||||
4746.95 1379.45 79.125,88 89 91 83 84 73 80 92,stand,,,
|
||||
5125.5 1677.6 102.104,65 66 90 92 73 93,stand,,,
|
||||
4592.74 1711.17 59.8077,91 90 65,stand,,,
|
||||
5160.98 1502.12 104.078,67 91 89,stand,,,
|
||||
5380.62 1206.18 132.369,89 68 96 95,stand,,,
|
||||
5804.59 664.825 113.634,68 96 94 98,stand,,,
|
||||
5333.31 819.968 116.752,95 94 68 97 316,stand,,,
|
||||
5094.22 715.436 104.023,96 88 316 317 360,stand,,,
|
||||
5716.26 -84.6415 128.125,95 99 316,stand,,,
|
||||
5449.17 -664.039 99.0129,98 100 318 325 316,stand,,,
|
||||
5550.58 -1432.26 119.502,99 101 318 327,stand,,,
|
||||
5463.49 -2220 136.179,100 102 327 329,stand,,,
|
||||
5223.98 -2831.2 247.316,101 103 104 106 328,stand,,,
|
||||
5153.08 -3203.83 322.303,102 106 105 329,stand,,,
|
||||
4551.52 -3047.77 280.625,105 102 106 114 115 113 116 329,stand,,,
|
||||
4561.73 -3400.57 338.54,104 106 103 107 115 329,stand,,,
|
||||
4901.4 -3146.23 310.769,102 103 104 105,stand,,,
|
||||
3982.98 -3811.84 235.687,105 108 115 113 119,stand,,,
|
||||
3552.99 -4073.03 124.816,107 109 110,stand,,,
|
||||
3324.62 -3679.57 104.793,110 108 121 119 120,stand,,,
|
||||
3010.68 -4130.65 139.116,109 108,stand,,,
|
||||
3284.62 -2980.24 60.0073,112 122 123 120,stand,,,
|
||||
3623.97 -2790.15 128.11,111 113 118 305,stand,,,
|
||||
3972.62 -3136.16 204.933,114 107 104 117 115 112 118,stand,,,
|
||||
4191.89 -2800.46 317.774,113 104 117 115,stand,,,
|
||||
4113.13 -3386.67 239.679,104 105 107 114 113 119 118,stand,,,
|
||||
4655.08 -2705.88 315.285,104 117 329,stand,,,
|
||||
4033.81 -2493.38 321.102,116 113 114,stand,,,
|
||||
3645.45 -3402.9 124.652,112 113 119 115 120 121,stand,,,
|
||||
3570.25 -3658.97 114.094,118 107 120 109 115,stand,,,
|
||||
3297.83 -3288.14 28.6197,119 118 121 111 109 122,stand,,,
|
||||
3002.5 -3429.27 -134.126,109 120 122 123 125 122 124 135 118,stand,,,
|
||||
2644.2 -3174.78 -184.216,121 111 123 124 120 125 121 135 222 228,stand,,,
|
||||
2923.28 -2585.22 69.767,111 122 124 121 304 303 305,stand,,,
|
||||
2622.36 -2823.29 -125.604,122 123 226 221 121,stand,,,
|
||||
2516.36 -3663.92 -136.206,122 121 126 127 134 135 229,stand,,,
|
||||
2162.68 -4244.29 -143.023,125 127 128 134,stand,,,
|
||||
1821.78 -4027.45 -213.325,125 126 132 128 9 130 134,stand,,,
|
||||
1969.29 -4366.58 -150.071,126 127 133 9,stand,,,
|
||||
1482.01 -3912.01 -223.875,130 131 132,stand,,,
|
||||
1716.26 -3701.94 -240.915,129 131 131 127 134 212 229 230 231,stand,,,
|
||||
1550.81 -4088.08 -223.875,130 9 130 10 129 212,stand,,,
|
||||
1689.83 -3881.02 -223.925,129 127 134 210,stand,,,
|
||||
1422.42 -4562.54 -148.125,128 9 10 11,stand,,,
|
||||
2062.26 -3685.68 -220.14,132 127 125 130 126 135 230 229,stand,,,
|
||||
2343.48 -3400.79 -191.805,134 125 122 229 121 228,stand,,,
|
||||
-648.691 -4172.35 -399.587,18 15 17 14 235 234,stand,,,
|
||||
-1801.99 -3512.54 -64.3596,138 139 18 243 244,stand,,,
|
||||
-2314.06 -3432.18 3.10978,137 139 140,stand,,,
|
||||
-1639.14 -3865.35 -94.1252,18 137 138 243,stand,,,
|
||||
-3208.21 -2989.43 -24.117,138 141 142 244 245,stand,,,
|
||||
-3672.85 -3042.94 31.0387,140 142,stand,,,
|
||||
-3472.52 -2406.3 -24.631,141 140 143 245,stand,,,
|
||||
-3499.59 -1520.8 -28.6851,142 144 245 252 255,stand,,,
|
||||
-3518.68 -736.116 -21.0321,143 145 252 253,stand,,,
|
||||
-3490.61 35.4286 -23.7734,144 146 150 253,stand,,,
|
||||
-3454.14 496.132 -73.9725,145 19 149 150 253 257,stand,,,
|
||||
-3250.52 1408.59 -46.5055,21 20 151 22 152 153 154,stand,,,
|
||||
-3525.93 1108.8 -84.5742,21 19 149,stand,,,
|
||||
-3412.98 921.027 -66.9159,146 148 21 150 151,stand,,,
|
||||
-3006.63 763.265 -69.5018,149 146 145 151 153 253 257 258,stand,,,
|
||||
-3138.46 1110.89 -64.0053,149 147 153 150,stand,,,
|
||||
-3035.33 1952.63 1.30262,22 23 24 147 154 26 27,stand,,,
|
||||
-2805.97 1165.84 -39.6888,147 151 150 154 155 158 258,stand,,,
|
||||
-2834 1875.07 -14.7295,27 147 152 153 155,stand,,,
|
||||
-2373.88 1377.78 -16.7289,154 28 27 153 156 158 259,stand,,,
|
||||
-1902.52 1221.58 134.253,28 157 155 158 159 259 160 260,stand,,,
|
||||
-1437.96 1366.67 69.8547,156 159 30 29 160,stand,,,
|
||||
-2461.68 1039.67 -31.8031,155 156 258 153 259,stand,,,
|
||||
-1560.13 1575.39 73.6304,156 157 30,stand,,,
|
||||
-1350.86 1154.11 37.8218,157 30 37 38 156 260 259,stand,,,
|
||||
-289.225 1075.41 -64.2001,38 162 163 164 171 173 284,stand,,,
|
||||
-327.666 1482.94 -63.2331,161 36 39 163,stand,,,
|
||||
-24.3314 1224.51 -116.925,47 162 164 161 48 171,stand,,,
|
||||
291.729 996.046 -254.258,163 161 47 48 165 166 171 172 283 284,stand,,,
|
||||
836.018 730.365 -389.678,164 286 284 285 287 283,stand,,,
|
||||
364.252 523.598 -145.934,164 167 176 287,stand,,,
|
||||
528.472 358.116 -249.917,166 168 170 287,stand,,,
|
||||
474.158 42.1986 -194.828,167 169 288 180 289,stand,,,
|
||||
155.421 240.428 -200.939,168 171 176 170 172,stand,,,
|
||||
680.47 171.035 -336.761,167 169 287 288,stand,,,
|
||||
-17.6329 653.34 -130.566,169 164 161 172 163 176,stand,,,
|
||||
-271.365 612.552 -42.017,171 173 174 175 164 176 169 179,stand,,,
|
||||
-441.668 973.168 -53.2961,38 161 172 174,stand,,,
|
||||
-589.555 751.686 -94.739,38 172 173 175 260 280,stand,,,
|
||||
-609.322 500.003 -24.7523,174 172 176 177 263,stand,,,
|
||||
-88.9884 340.628 -144.178,172 169 175 177 166 171,stand,,,
|
||||
-429.586 -30.8759 -48.5961,175 176 178 179 186 263 266,stand,,,
|
||||
-291.393 -307.553 -62.2131,177 180 181 185 188 263,stand,,,
|
||||
-108.184 -46.7586 -122.732,177 172 180 181,stand,,,
|
||||
125.147 -393.952 -192.184,179 178 181 182 168 355,stand,,,
|
||||
-46.2763 -517.169 -177.497,178 180 184 179 185,stand,,,
|
||||
290.72 -543.063 -207.123,180 183 289,stand,,,
|
||||
377.95 -901.335 -199.69,182 184 190 191 289 202 290 366,stand,,,
|
||||
-47.0827 -796.498 -212.858,183 181 189 190 185 191,stand,,,
|
||||
-285.742 -674.963 -169.91,178 186 188 181 184,stand,,,
|
||||
-714.068 -398.175 -71.4203,185 177 187 263 266,stand,,,
|
||||
-979.189 -710.328 -125.157,186 188 263 266 266 267,stand,,,
|
||||
-501.437 -911.335 -242.604,187 185 178 189 269,stand,,,
|
||||
-350.062 -1273.3 -247.341,188 184 190 241 192 267 268 191,stand,,,
|
||||
64.1774 -1149.96 -239.46,189 184 183 191 192,stand,,,
|
||||
340.706 -1226.79 -250.269,183 190 192 196 193 184 268 189,stand,,,
|
||||
229.692 -1449.2 -255.875,190 193 191 189 268 195 367,stand,,,
|
||||
446.139 -1511.86 -256.492,194 195 192 196 191,stand,,,
|
||||
411.464 -1753.34 -259.585,193 199 200 240 241 268,stand,,,
|
||||
694.908 -1413.7 -255.875,193 198 196 192 368 369 367,stand,,,
|
||||
521.854 -1280.06 -255.893,191 193 197 195 202 367,stand,,,
|
||||
1324.86 -1263.9 -255.875,196 198 203 217 368 370,stand,,,
|
||||
1364.06 -1452.39 -255.875,197 195 204 217 293 368,stand,,,
|
||||
763.203 -1854.92 -386.51,194 200 206 205,stand,,,
|
||||
772.181 -1678.87 -379.339,199 194 201 205 361,stand,,,
|
||||
1097.28 -1843.87 -374.087,200 204 206 233 364 205,stand,,,
|
||||
551.614 -1041.15 -251.622,196 183 290 362,stand,,,
|
||||
1359.39 -1000.48 -267.686,197 292 217 301 363 365,stand,,,
|
||||
1355.78 -1737.2 -253.25,198 205 216 206 201 364,stand,,,
|
||||
927.116 -1600.02 -387.597,204 200 361 363 364 199 201,stand,,,
|
||||
1080 -2155.87 -384.883,199 207 233 204 201 232,stand,,,
|
||||
890.229 -3107.11 -385.647,206 208 232 233,stand,,,
|
||||
731.927 -3794.63 -385.139,207 12 13 11 211 232,stand,,,
|
||||
59.7718 -3882.64 -377.917,12 13 234,stand,,,
|
||||
1310.7 -4066.65 -224.009,11 132 10 211 212,stand,,,
|
||||
1001.52 -3544.9 -383.875,210 208 11 212 230 232 213,stand,,,
|
||||
1501.64 -3687.33 -254.256,211 131 210 130 213 230,stand,,,
|
||||
1326.03 -2900.88 -338.936,212 214 229 230 232 211 233,stand,,,
|
||||
1557.44 -2625.24 -306.066,213 215 219 233,stand,,,
|
||||
1516.29 -2246.9 -237.031,214 216,stand,,,
|
||||
1630.41 -2049.36 -235.335,217 215 218 204,stand,,,
|
||||
1694.32 -1397.23 -254.41,216 198 218 203 293 197 301 368,stand,,,
|
||||
1947.36 -1443.67 -230.268,216 217 293 225 301,stand,,,
|
||||
1891.57 -2582.12 -255.488,214 220 221 228 231,stand,,,
|
||||
1988.71 -2307.39 -225.999,219 221,stand,,,
|
||||
2329.78 -2456.52 -235.063,220 219 222 124 228 231,stand,,,
|
||||
2449.86 -2317.51 -230.952,221 223 224 226 122,stand,,,
|
||||
2376.13 -2199.88 -222.875,222 224 331,stand,,,
|
||||
2405.44 -2066.59 -228.069,223 225 222 226,stand,,,
|
||||
2430.91 -1554.01 -188.145,224 226 226 293 218 301 227 308,stand,,,
|
||||
2506.42 -1879.09 -235.775,225 227 225 222 224 124,stand,,,
|
||||
2892.69 -1365.23 -142.013,226 225 301 302,stand,,,
|
||||
2232.98 -3080.25 -197.303,221 219 122 229 135 231,stand,,,
|
||||
1923.15 -3489.32 -232.869,228 135 125 213 230 130 134,stand,,,
|
||||
1595.72 -3480.47 -298.501,213 212 229 130 134 211 232,stand,,,
|
||||
2003.06 -3049.88 -204.041,219 130 228 221,stand,,,
|
||||
1062.91 -2982.73 -393.312,211 213 208 230 233 206 207,stand,,,
|
||||
1242.53 -2489.08 -373.608,232 214 206 207 213 201,stand,,,
|
||||
-151.696 -3716.8 -334.453,209 235 136 14 237,stand,,,
|
||||
-611.872 -3428.69 -198.216,234 236 136 14 237,stand,,,
|
||||
-826.499 -3029.47 -188.358,235 243 272 274 276,stand,,,
|
||||
-220.758 -3460.78 -194.18,235 234 238,stand,,,
|
||||
338.499 -3457.25 -78.4652,237 273 272,stand,,,
|
||||
532.63 -2109.96 -98.2368,240 240 242 273,stand,,,
|
||||
286.807 -1924.27 -166.725,239 194 239 241,stand,,,
|
||||
-14.5083 -1964.02 -144.415,194 240 189 242 271,stand,,,
|
||||
134.35 -2239.92 -75.8557,239 241 271 272,stand,,,
|
||||
-1313.92 -3018.96 -187.197,236 244 137 139 277 276 279,stand,,,
|
||||
-2269.55 -2930.63 -168.897,243 137 140 245 246 279,stand,,,
|
||||
-2846.86 -2251.19 -11.8934,140 244 246 143 247 248 142 279,stand,,,
|
||||
-2183.81 -2137.03 -5.38646,244 245 248 248 278 277,stand,,,
|
||||
-2619.66 -1591.35 -10.4977,245 249 251 252,stand,,,
|
||||
-2153.43 -1682.55 66.6286,246 249 250 270 245 246 278,stand,,,
|
||||
-2376.17 -1519.53 64.2527,248 247 250,stand,,,
|
||||
-1908.2 -807.093 113.404,249 248 251 251 254 256 262 265 270 267,stand,,,
|
||||
-2399.05 -896.81 31.7394,250 247 250 254 255,stand,,,
|
||||
-3097.26 -797.36 -23.4384,247 144 143 253 254 255,stand,,,
|
||||
-3064.96 -55.3689 -17.7658,145 144 252 254 257 146 150 255,stand,,,
|
||||
-2530.62 -308.811 -20.8861,251 250 253 252 256 257,stand,,,
|
||||
-2886.56 -912.67 -45.7941,252 143 251 253,stand,,,
|
||||
-2169.16 104.859 28.7528,250 254 257 258 259 261 262,stand,,,
|
||||
-2710.07 179.787 -82.2754,254 253 256 258 150 146,stand,,,
|
||||
-2663.6 529.588 -58.114,256 158 153 257 259 150,stand,,,
|
||||
-1779.61 644.686 122.722,155 158 256 258 156 260 160 261,stand,,,
|
||||
-1309.33 645.295 17.5146,156 160 259 174 38 261 263 264 280,stand,,,
|
||||
-1610.11 218.772 114.668,259 260 256 262 264 265,stand,,,
|
||||
-1777.33 -527.816 106.564,256 261 250 264 265 266 265 270,stand,,,
|
||||
-885.204 51.9587 -109.933,260 264 175 177 178 186 187 266,stand,,,
|
||||
-1223.62 102.841 -12.7867,261 260 262 263 280,stand,,,
|
||||
-1415.05 -717.643 37.747,261 266 262 250 267 262,stand,,,
|
||||
-1138.88 -388.101 -43.3105,187 263 265 187 267 186 177 262 280,stand,,,
|
||||
-995.429 -1071.25 -199.798,265 187 189 268 269 266 270 250,stand,,,
|
||||
-445.452 -1689.45 -248.748,192 194 267 189 269 274 191,stand,,,
|
||||
-788.898 -1722.47 -245.405,188 267 270 268 271 274 275,stand,,,
|
||||
-1554.21 -1395.64 62.1231,250 262 267 248 269 275 277,stand,,,
|
||||
-233.187 -2152.55 -155.525,241 242 272 269 274 275,stand,,,
|
||||
-46.0485 -3057.81 -101.74,242 238 273 271 236 274,stand,,,
|
||||
617.478 -2995.95 -106.262,239 238 272,stand,,,
|
||||
-513.976 -2480.38 -191.229,268 269 236 271 275 272 276,stand,,,
|
||||
-1042.44 -2092.16 -105.908,271 269 270 274 276 277 278,stand,,,
|
||||
-876.372 -2858.16 -188.073,236 274 275 277 243,stand,,,
|
||||
-1397.95 -2335.74 -7.71558,275 243 276 270 278 246 279,stand,,,
|
||||
-1721.18 -1894.14 57.4627,275 246 248 277,stand,,,
|
||||
-1918.78 -2468.3 0.617929,277 243 244 245,stand,,,
|
||||
-1043.91 567.01 -27.7417,264 266 174 38 260,stand,,,
|
||||
1371.09 1537.99 -256.064,55 57 56 282 283 285 297,stand,,,
|
||||
1338.02 1166.94 -218.335,281 297 345,stand,,,
|
||||
841.188 1611.84 -383.23,281 164 284 49 285 50 165,stand,,,
|
||||
526.971 1345.37 -281.054,164 161 48 283 165,stand,,,
|
||||
975.387 1286.52 -374.384,55 281 283 165 286,stand,,,
|
||||
1054.26 388.659 -381.984,165 287 285 295 296 297,stand,,,
|
||||
817.65 356.841 -383.988,165 286 170 166 167 288 295,stand,,,
|
||||
775.512 -266.157 -372.303,287 168 289 290 291 296 170,stand,,,
|
||||
602.382 -487.955 -296.018,182 168 183 288 290 291,stand,,,
|
||||
626.704 -722.025 -306.893,288 289 202 183 296 366,stand,,,
|
||||
1025.96 -567.808 -388.452,288 289 292 296 363 366,stand,,,
|
||||
1570.95 -696.097 -241.595,291 293 203 295,stand,,,
|
||||
1939.63 -775.94 -168.501,292 217 218 198 294 300 225,stand,,,
|
||||
2216.27 -73.0134 -203.257,293 295 298 297 299 300 309,stand,,,
|
||||
1490.65 20.085 -350.462,294 292 286 287 296 297 298,stand,,,
|
||||
1097.66 -208.509 -383.875,295 286 288 291 297 290,stand,,,
|
||||
1594.61 577.759 -169.763,295 286 298 282 281 294 344 345 296,stand,,,
|
||||
2256.2 339.72 -181.584,295 294 297 309 77 299 341,stand,,,
|
||||
2473.7 -321.026 -149.646,294 300 307 298 309 310,stand,,,
|
||||
2218.37 -687.015 -130.356,299 301 294 293 308 307,stand,,,
|
||||
2349.03 -1160.75 -148.583,300 218 225 217 203 227 308,stand,,,
|
||||
3637.84 -1274.56 81.4944,227 303 307 321 311 322 323,stand,,,
|
||||
3371.38 -1700.17 128.125,302 123 304 305 306 321 324 323,stand,,,
|
||||
2922.38 -2015.68 99.0334,123 303 305 306,stand,,,
|
||||
3661.41 -2334.09 128.103,304 112 123 303 324 321,stand,,,
|
||||
3271.78 -1369.37 51.0786,303 304 307,stand,,,
|
||||
3207.77 -765.51 -169.743,306 308 300 299 309 310 311 302,stand,,,
|
||||
2785.9 -950.842 -185.976,307 225 301 300 309 310,stand,,,
|
||||
2762.32 45.1939 -127.691,307 308 298 294 79 299 310,stand,,,
|
||||
3426.51 -166.94 -122.241,309 299 0 79 307 311 312 308 77,stand,,,
|
||||
3597.39 -646.945 -116.78,307 310 313 302 322,stand,,,
|
||||
3755.51 -147.374 -28.4776,310 0 313 314,stand,,,
|
||||
4149.36 -351.264 11.6862,312 311 314 317 322 325 360,stand,,,
|
||||
4219.21 -89.8169 32.7116,312 313 315 317 360,stand,,,
|
||||
4319.21 442.91 79.4649,314 82 84 360,stand,,,
|
||||
5315.63 -5.61843 97.799,97 96 317 98 99,stand,,,
|
||||
4844.23 -201.856 81.5144,316 314 313 97 318 325 360,stand,,,
|
||||
5240.33 -1113.54 66.0458,317 319 327 99 100,stand,,,
|
||||
4770.73 -1295.25 123.058,318 320 324 323 327 330 358,stand,,,
|
||||
4437.95 -1571.55 64.1448,319 321 326 323 327 359,stand,,,
|
||||
4012.34 -1740.1 35.9164,320 302 323 303 324 330 359 305,stand,,,
|
||||
4151.64 -800.512 -18.4871,311 302 323 313,stand,,,
|
||||
4138.9 -1263.59 62.7226,302 321 324 322 325 303 320 319 358,stand,,,
|
||||
4163.96 -1978.14 34.86,303 323 305 319 326 321,stand,,,
|
||||
4529.12 -861.192 64.1271,313 317 323 99 358,stand,,,
|
||||
4576.84 -2230.36 74.6396,324 320 327 328 330,stand,,,
|
||||
5013.14 -1898.79 72.4322,319 326 101 320 328 318 100 330,stand,,,
|
||||
4996.2 -2435.49 77.471,326 327 102 329 330,stand,,,
|
||||
4864.37 -2826.27 282.712,328 116 103 104 105 101,stand,,,
|
||||
4652.61 -2116.6 64.0409,319 321 328 327 326,stand,,,
|
||||
2204.81 -2193.7 -265.875,223 332 333,stand,,,
|
||||
2150.98 -2119.79 -265.875,331 336,stand,,,
|
||||
2019.49 -2194.09 -265.875,331 334,stand,,,
|
||||
2005.94 -2036.76 -231.875,335 333,stand,,,
|
||||
1873.83 -2013.34 -231.875,334,stand,,,
|
||||
2147.31 -2028.61 -265.875,332 337,stand,,,
|
||||
2260.26 -2037.09 -265.875,336 338,stand,,,
|
||||
2264.12 -1892.92 -265.875,337 339 340,stand,,,
|
||||
2252.67 -1680.97 -229.875,338,stand,,,
|
||||
2084.94 -1836.84 -229.875,338,stand,,,
|
||||
2238.93 817.206 -178.765,77 76 298 345 344,stand,,,
|
||||
2473.93 1588.74 -186.26,76 57 75 345,stand,,,
|
||||
2387.53 1287.53 -199.785,344,stand,,,
|
||||
2358.74 985.438 -165.7,343 76 297 74 341,stand,,,
|
||||
1776.57 1097.85 -161.498,341 342 56 282 297,stand,,,
|
||||
3512.85 1012.31 -197.875,3 347 348,stand,,,
|
||||
3414.92 950.418 -197.875,346 351,stand,,,
|
||||
3493 819.825 -197.875,349 346,stand,,,
|
||||
3328.87 775.184 -162.875,348 350,stand,,,
|
||||
3325.42 657.323 -162.875,349,stand,,,
|
||||
3269.08 1073.77 -197.875,347 352,stand,,,
|
||||
3200.31 1075.99 -197.875,351 353 354,stand,,,
|
||||
3155.99 879.333 -161.875,352,stand,,,
|
||||
2996.73 1069.41 -161.875,352,stand,,,
|
||||
108.356 -557.811 -189.875,180 356,stand,,,
|
||||
186.998 -695.112 -189.875,355 357,stand,,,
|
||||
36.0073 -705.53 -189.875,356,stand,,,
|
||||
4521.5 -1127.59 112.87,319 325 323 359,stand,,,
|
||||
4389.09 -1412.49 103.097,358 320 321,stand,,,
|
||||
4725.19 115.722 89.0465,84 315 317 97 313 314,stand,,,
|
||||
758.453 -1566.2 -371.203,362 205 200,stand,,,
|
||||
831.83 -1113.76 -380.657,361 202 366 365,stand,,,
|
||||
977.66 -962.249 -409.334,205 364 203 365 291 366,stand,,,
|
||||
1099.25 -1572.91 -378.161,204 363 365 205 201,stand,,,
|
||||
1054.24 -1127.81 -387.596,203 364 363 362 366,stand,,,
|
||||
782.932 -874.491 -372.092,183 363 362 290 291 365,stand,,,
|
||||
809.658 -1348.92 -255.875,368 196 192 370 195,stand,,,
|
||||
1038.84 -1359.27 -255.875,367 198 197 195 217 369 370,stand,,,
|
||||
939.255 -1394.42 -255.875,195 368 370,stand,,,
|
||||
942.555 -1324.43 -255.875,368 367 369 197,stand,,,
|
||||
|
331
scriptdata/waypoints/mp_cw_neuville_wp.csv
Normal file
@@ -0,0 +1,331 @@
|
||||
330
|
||||
1289.49 -1025.11 -53.673,1 7 6,stand,,,
|
||||
1365.87 -957.918 -39.5098,0 2 4 5,stand,,,
|
||||
1221.31 -803.875 -32.2886,3 4 1 233,stand,,,
|
||||
1118.87 -669.467 -39.9034,2 4 234 233 235 236 237,stand,,,
|
||||
1097.13 -943.875 -56.0098,3 2 1,stand,,,
|
||||
1361.75 -1056.87 -46.1196,1 6,stand,,,
|
||||
1133.44 -1042.28 -53.3153,5 7 0 9 8 251,stand,,,
|
||||
1097.13 -1003.89 -55.3368,6 0,stand,,,
|
||||
1261.95 -1532.96 -83.9125,9 6 10,stand,,,
|
||||
997.273 -1836.39 -76.3841,8 6 10 11 12 252 244,stand,,,
|
||||
1529.66 -2043.99 -79.5869,8 9 11,stand,,,
|
||||
680.209 -2055.53 -56.5584,9 10 12 252,stand,,,
|
||||
182.355 -1800.35 -49.964,11 9 13 245 244,stand,,,
|
||||
-506.174 -1830.81 -47.5718,12 14 23 29 28 245 27,stand,,,
|
||||
-1065.1 -1936.21 -28.0741,13 15 16 17,stand,,,
|
||||
-1182.24 -1756.55 -30.751,14 16 17 20 22,stand,,,
|
||||
-1188.88 -1942.87 -24.9813,15 14 17,stand,,,
|
||||
-1107.81 -1761.53 -35.8041,15 16 14 24 23,stand,,,
|
||||
-1094.6 -1323.55 5.2953,19 25 24 53 55 56,stand,,,
|
||||
-1309.66 -1421.23 -13.9252,18 20,stand,,,
|
||||
-1425.49 -1296.86 -23.373,19 15 21 57 58 60 22,stand,,,
|
||||
-1838.56 -1449.03 -30.875,20 22 59 60 257,stand,,,
|
||||
-1539.15 -1747.29 -26.8388,21 15 59 20,stand,,,
|
||||
-916.847 -1697.61 -26.42,24 13 17 26 27 28,stand,,,
|
||||
-1094.98 -1634.06 -13.4841,23 25 18 17,stand,,,
|
||||
-1163.68 -1341.3 -20.8351,24 18,stand,,,
|
||||
-1024.88 -1407.13 31.5646,23 27,stand,,,
|
||||
-758.45 -1447.19 16.082,26 28 53 13 23,stand,,,
|
||||
-497.623 -1514.75 -5.9766,27 29 13 53 52 23,stand,,,
|
||||
-286.016 -1531.94 1.34887,28 30 13 245 32,stand,,,
|
||||
-190.134 -1352.58 0.125001,31 49 29 48 32,stand,,,
|
||||
-410.707 -1337.13 0.125001,30 32,stand,,,
|
||||
-115 -1540.27 -9.62629,31 33 35 246 245 30 29,stand,,,
|
||||
21.8102 -1398.67 0.124999,32 35 36 34,stand,,,
|
||||
152.379 -1332.15 0.124999,35 36 33 37,stand,,,
|
||||
-97.2417 -1313.13 0.124999,34 32 33,stand,,,
|
||||
208.875 -1454.88 0.125,33 34,stand,,,
|
||||
211.926 -1195.51 0.125,34 38 39 40 104,stand,,,
|
||||
-103.875 -1272.88 0.125,37 39,stand,,,
|
||||
-103.875 -1079.13 0.125,38 37,stand,,,
|
||||
128.307 -998.54 0.125,37 42 43 41,stand,,,
|
||||
208.875 -1038.87 0.125,42 40,stand,,,
|
||||
208.875 -941.125 0.125,41 40,stand,,,
|
||||
-242.004 -941.125 0.125,40 44 46 48 47,stand,,,
|
||||
-242.004 -921.514 32.125,43 45,stand,,,
|
||||
-238.598 -900.874 0.125,44 98,stand,,,
|
||||
-501.267 -942.302 -15.1012,43 47 52 54 53 56 97 98,stand,,,
|
||||
-340.837 -975.208 0.125,46 43 48,stand,,,
|
||||
-279.945 -1081.79 0.125,43 47 49 50 30,stand,,,
|
||||
-144.126 -1084.07 0.125,48 30 51,stand,,,
|
||||
-415.194 -1194.42 0.124999,48 51 52 53,stand,,,
|
||||
-406.235 -1273 0.125,50 49,stand,,,
|
||||
-506.988 -1171.56 1.82425,50 53 28 46 56,stand,,,
|
||||
-691.901 -1229.43 9.69194,50 28 27 52 54 18 46 56,stand,,,
|
||||
-646.264 -761.419 -43.0367,46 53 56 57 96 92 97 106,stand,,,
|
||||
-1159.77 -1033.58 -21.0559,18 56,stand,,,
|
||||
-752.258 -961.914 -13.7396,55 54 18 52 46 53 96,stand,,,
|
||||
-1178.82 -819.684 -24.1386,54 20 58 80 94 81 96,stand,,,
|
||||
-1489.91 -982.408 -19.11,57 20 61 62 60 80,stand,,,
|
||||
-1961.49 -1603.25 -30.875,21 22,stand,,,
|
||||
-1711.9 -1196.71 -35.0973,21 61 62 20 58,stand,,,
|
||||
-1706.33 -849.808 -30.875,60 58 63 79 80,stand,,,
|
||||
-1784.87 -1072.54 -30.875,58 60,stand,,,
|
||||
-1716.06 -539.756 -16.8598,61 64 67 68 81 80 265,stand,,,
|
||||
-2023.42 -479.935 -13.4658,63 65 74 75,stand,,,
|
||||
-2004.38 -304.929 5.43366,64 66 67 72,stand,,,
|
||||
-1968.21 -348.752 -0.875569,65 67,stand,,,
|
||||
-1807.52 -204.087 -10.2555,65 66 68 69 63 71 72,stand,,,
|
||||
-1530.35 -235.651 -2.65435,67 71 81 63 82 85 95,stand,,,
|
||||
-1722.21 78.4091 -1.16082,70 71 67 72,stand,,,
|
||||
-1495.7 79.4497 39.9172,69 71 82 84,stand,,,
|
||||
-1580.57 -124.172 -31.3843,70 68 69 67,stand,,,
|
||||
-1935.21 76.1037 -16.0502,65 69 67 73 144,stand,,,
|
||||
-2092.3 107.182 -27.0933,72 74 145 143 144 146,stand,,,
|
||||
-2231.56 -154.569 -12.288,73 64 75 77,stand,,,
|
||||
-2216.65 -589.946 -22.6205,64 74 76 77,stand,,,
|
||||
-2162.91 -668.673 -7.875,78 77 75 79 262 263,stand,,,
|
||||
-2342.51 -884.318 -37.3698,78 74 76 75 259,stand,,,
|
||||
-2187.13 -890.117 -23.3463,77 76,stand,,,
|
||||
-1961.17 -831.596 2.24973,76 61,stand,,,
|
||||
-1374.35 -681.417 -14.4383,61 58 57 81 63,stand,,,
|
||||
-1290.06 -406.913 -4.43064,80 68 63 95 94 57,stand,,,
|
||||
-1382.57 -92.5936 29.063,68 70 83 84 95 140,stand,,,
|
||||
-1246.26 257.054 1.125,82 84 87 138 140 307 140 310,stand,,,
|
||||
-1275.44 -21.5881 9.24992,83 85 70 82 140,stand,,,
|
||||
-1093.16 -71.1268 -22.9096,84 86 88 95 87 68,stand,,,
|
||||
-973.558 -57.2222 8.75755,85 87,stand,,,
|
||||
-966.706 288.801 -11.3181,86 85 135 83 307,stand,,,
|
||||
-898.998 -176.763 23.3015,85 89 92,stand,,,
|
||||
-761.119 -134.626 5.29823,88 90 91 92 137,stand,,,
|
||||
-596.532 -130.267 0.125,89 91 92,stand,,,
|
||||
-554.125 -205.843 0.124999,90 89 93,stand,,,
|
||||
-820.941 -404.905 -7.06634,89 90 93 88 94 96 54 97,stand,,,
|
||||
-518.639 -311.987 2.07992,91 92 97 107 123,stand,,,
|
||||
-1003.62 -466.745 -18.3893,92 95 81 57 96,stand,,,
|
||||
-1186.47 -310.486 -21.8075,94 85 68 81 82,stand,,,
|
||||
-872.469 -568.434 -22.6706,57 56 94 92 54 97,stand,,,
|
||||
-439.87 -586.366 -7.17827,92 54 96 46 106 93 123 107,stand,,,
|
||||
-349.521 -814.924 -10.8999,46 99 45 106,stand,,,
|
||||
-32.4608 -816.433 -19.4773,98 100 105 123,stand,,,
|
||||
96.5604 -696.258 -21.1395,99 105 122 123 106 238 235,stand,,,
|
||||
665.018 -841.09 -15.875,102 235 238 105,stand,,,
|
||||
399.801 -1304.82 -63.991,101 103 244 247 238,stand,,,
|
||||
314.148 -1224.75 -40.9752,102 104,stand,,,
|
||||
294.693 -1224.75 -7.12175,37 105 103 253,stand,,,
|
||||
240.791 -813.202 -35.5058,104 100 99 238 101 122,stand,,,
|
||||
-307.116 -648.158 14.4103,98 97 123 54 100,stand,,,
|
||||
-348.175 -287.544 -4.96308,93 108 97 123 312,stand,,,
|
||||
-144.878 -290.556 -2.56198,107 110 123 109,stand,,,
|
||||
-27.9254 -204.98 -21.7413,110 110 122 123 108 124,stand,,,
|
||||
100.388 -139.907 34.5672,109 111 109 108 112 117,stand,,,
|
||||
194 -295.055 6.43796,110 112 113 122,stand,,,
|
||||
305.915 -37.8045 9.7375,111 110 114 117 121,stand,,,
|
||||
137.621 -20.125 13.9077,111,stand,,,
|
||||
322.049 208.875 18.126,112 115,stand,,,
|
||||
128.489 28.1285 11.5822,114 116,stand,,,
|
||||
314.298 75.995 14.4839,115 118 121,stand,,,
|
||||
325.119 -252.875 13.6824,112 110,stand,,,
|
||||
426.937 66.2277 14.9038,116 120 119,stand,,,
|
||||
370.125 -48.6793 21.1829,120 118,stand,,,
|
||||
594.04 -29.7278 12.1195,119 118 240 239 241,stand,,,
|
||||
164.436 267.005 10.0958,116 112 124 125 131,stand,,,
|
||||
112.601 -480.87 -6.96854,111 109 100 123 238 105,stand,,,
|
||||
-172.421 -531.21 -13.9499,122 100 97 107 106 109 108 99 238 93,stand,,,
|
||||
-45.3357 240.675 -8.32187,109 121 129 130 131,stand,,,
|
||||
336.458 354.812 46.6859,121 126 127 128 131 273 289,stand,,,
|
||||
382.025 182.564 33.5044,125 127,stand,,,
|
||||
531.875 190.826 25.2657,126 125 289,stand,,,
|
||||
-295.875 397.875 41.0897,125 130,stand,,,
|
||||
-182.267 160.757 48.125,124 130 321,stand,,,
|
||||
-235.964 263.266 22.1108,129 128 124 131 132 285,stand,,,
|
||||
39.276 338.662 33.3528,130 121 124 125,stand,,,
|
||||
-592.078 219.088 -9.09994,130 133 134 135 285 284,stand,,,
|
||||
-587.922 -51.7565 9.3218,132,stand,,,
|
||||
-707.746 126.884 3.21098,132 135 136,stand,,,
|
||||
-781.463 279.429 -19.0653,134 87 132 310 284,stand,,,
|
||||
-883.8 106.971 4.78201,134 137,stand,,,
|
||||
-816.396 -36.5764 1.11069,136 89,stand,,,
|
||||
-1468.94 241.897 10.177,83 139 140 141,stand,,,
|
||||
-1509.88 143.125 2.97786,138 140,stand,,,
|
||||
-1389.28 151.406 2.56642,139 82 84 138 141 83 83,stand,,,
|
||||
-1605.51 246.795 17.4721,142 138 143 140,stand,,,
|
||||
-1620.13 143.126 -0.246706,141 143 144,stand,,,
|
||||
-1856.14 258.225 -33.7644,141 142 73 146 145 144,stand,,,
|
||||
-1879.09 185.073 -36.1462,142 72 73 143,stand,,,
|
||||
-1933.92 619.467 -10.2718,73 146 143 150,stand,,,
|
||||
-1843.94 617.362 -13.4215,143 147 149 145 73 150 306,stand,,,
|
||||
-1784.98 567.499 -21.1651,146 148 149,stand,,,
|
||||
-1786.13 342.55 96.125,147,stand,,,
|
||||
-1769.58 696.231 -5.85399,147 146 150 308,stand,,,
|
||||
-1859.69 911.216 -5.12359,145 149 146 151 154 311 308 306,stand,,,
|
||||
-1908.93 1487.03 -12.5917,150 152 154 153 165 155 311,stand,,,
|
||||
-1880.65 1851.77 -9.79501,151 153,stand,,,
|
||||
-2184.75 1691.69 -7.75228,152 154 151 155,stand,,,
|
||||
-1964.89 1231.57 -10.5316,153 150 151 311,stand,,,
|
||||
-1788.72 1506.81 -13.3649,156 158 153 165 151,stand,,,
|
||||
-1486.19 1203.24 -11.9158,155 157,stand,,,
|
||||
-1388.13 1196.13 -11.2083,158 156,stand,,,
|
||||
-1434.28 1619.82 -1.02808,157 155 159 165,stand,,,
|
||||
-1054.44 1671.58 -0.656312,158 162 160 164 165,stand,,,
|
||||
-996.707 1574.13 12.6128,161 159 162,stand,,,
|
||||
-570.7 1577.7 3.34909,160 162,stand,,,
|
||||
-624.782 2023.96 6.51754,161 159 160 163 164,stand,,,
|
||||
-486.305 1994.1 6.95371,162 166 167 198 199,stand,,,
|
||||
-1255.9 2024.3 12.2345,162 159 165 199,stand,,,
|
||||
-1697.03 1737.57 -10.289,159 155 151 158 164,stand,,,
|
||||
-377.907 1684.15 18.125,163 167 172 168,stand,,,
|
||||
-158.361 1633.44 34.0075,166 163 168 191 198,stand,,,
|
||||
-272.717 1495.04 8.90107,167 169 166 173 171 181 198,stand,,,
|
||||
-246.753 1290.71 28.5647,168 171 180 181,stand,,,
|
||||
-322.126 1189.13 11.3489,171 172,stand,,,
|
||||
-323.816 1361.43 3.59974,170 172 173 169 168 181,stand,,,
|
||||
-449.391 1187.13 9.80819,171 170 166,stand,,,
|
||||
111.184 1475.41 25.9156,168 171 193 181 209 268,stand,,,
|
||||
-268.98 1146.13 38.6783,175 180,stand,,,
|
||||
-97.2253 1138 30.6815,174 176 179 177 180,stand,,,
|
||||
-63.1251 1237.88 36.6215,175 177 180,stand,,,
|
||||
-63.1605 1014.13 36.125,178 175 176,stand,,,
|
||||
-281.874 1105.88 39.6097,177 179,stand,,,
|
||||
-237.862 999.086 15.9384,178 175 187 188,stand,,,
|
||||
-243.843 1219.4 30.128,176 169 174 175,stand,,,
|
||||
-6.47524 1315.17 3.60702,169 182 183 173 168 171 209 268,stand,,,
|
||||
-19.14 1170.13 7.68024,181,stand,,,
|
||||
69.0754 1180.82 5.57987,184 181 268,stand,,,
|
||||
57.1251 1126.91 7.84509,183 185 186 267 272,stand,,,
|
||||
-22.8747 1132.88 8.20846,184 186,stand,,,
|
||||
11.5002 951.288 11.3024,185 184 187 187 267 272 289,stand,,,
|
||||
-172.287 882.724 7.52598,186 179 188 190 189 186 272 286,stand,,,
|
||||
-309.853 893.197 8.11868,179 187 189 286 287 288 304,stand,,,
|
||||
-275.788 709.476 12.7839,190 188 187,stand,,,
|
||||
-214.177 702.936 34.125,189 187,stand,,,
|
||||
-142.976 1629.57 0.124999,167 192 192 193 194,stand,,,
|
||||
-119.757 1528.13 0.124999,191 191 197 193,stand,,,
|
||||
112.831 1532.72 0.124999,173 194 192 191 197,stand,,,
|
||||
239.596 1954.82 -5.82012,193 195 197 191 200 200 210,stand,,,
|
||||
-133.387 2154.09 2.43578,194 196 197 198 199 200,stand,,,
|
||||
-143.875 1876.13 85.4788,195 197,stand,,,
|
||||
45.6101 1889.66 -5.35686,196 192 194 193 195,stand,,,
|
||||
-290.017 2036.06 16.0333,195 163 167 168 199,stand,,,
|
||||
-502.031 2166.82 -2.69419,198 163 164 195,stand,,,
|
||||
463.413 2004.69 26.3014,195 194 202 201 206 194,stand,,,
|
||||
1010.65 1646.89 -6.52599,202 200 203 204 205 206,stand,,,
|
||||
1077.88 1875.04 -6.39012,201 200 205,stand,,,
|
||||
1071.48 1405.13 5.15228,201 207 205,stand,,,
|
||||
1286.93 1542.99 -10.1268,201 208 207 211 214 213,stand,,,
|
||||
809.975 1592.56 -5.17671,201 206 203 202 266,stand,,,
|
||||
549.968 1789.46 -9.79449,205 200 201 209 210 266,stand,,,
|
||||
1141.63 1427.07 1.77271,203 208 204,stand,,,
|
||||
1137.62 1839.01 -9.88578,207 204 214,stand,,,
|
||||
320.9 1442.25 25.8933,206 173 210 181 268,stand,,,
|
||||
377.934 1879.39 22.2021,209 194 206,stand,,,
|
||||
1291.93 971.069 -4.92351,204 212 213 231 271 292 291 223 298,stand,,,
|
||||
1874.55 938.329 -22.2796,211 213 215 216 216 221 229 230,stand,,,
|
||||
1478.69 1142.51 -10.4836,212 214 204 211 215 231,stand,,,
|
||||
1502.9 1571.77 -6.66866,213 204 208 215,stand,,,
|
||||
1892.82 1242.06 -34.1845,214 213 212 216,stand,,,
|
||||
2123.77 784.25 -63.9248,212 215 217 212 220 221 229,stand,,,
|
||||
2080.65 277.503 -63.875,216 218 219 220,stand,,,
|
||||
2180.88 -124.875 -63.875,217 219,stand,,,
|
||||
1593.55 -109.31 -32.7875,218 217 222 228 227 233 234,stand,,,
|
||||
1913.23 487.708 -13.0365,217 221 222 216 223,stand,,,
|
||||
1944.91 597.848 -43.7069,220 216 223 226 212,stand,,,
|
||||
1631.43 217.141 -5.05855,219 220 227 226,stand,,,
|
||||
1587 588.437 -11.592,224 226 221 229 211 220 291,stand,,,
|
||||
1402.39 550.936 18.1701,223 225 226 231 229 292 291,stand,,,
|
||||
1410.72 464.861 14.2646,224,stand,,,
|
||||
1487.78 398.258 14.2325,224 227 223 221 222,stand,,,
|
||||
1488.46 16.713 11.8299,226 228 219 222,stand,,,
|
||||
1398.98 -116.999 2.06091,227 219 234 301 302,stand,,,
|
||||
1588.67 773.557 -16.014,223 212 231 224 291 216 292,stand,,,
|
||||
1646.54 875.682 36.6767,212,stand,,,
|
||||
1479.58 855.699 -6.50847,229 232 213 211 224,stand,,,
|
||||
1601.49 891.283 30.4476,231,stand,,,
|
||||
1339.06 -592.486 -65.7508,219 2 234 3,stand,,,
|
||||
1205.29 -221.993 1.09218,3 228 219 233 237 239,stand,,,
|
||||
861.848 -709.875 -21.1396,3 101 236 237 238 100,stand,,,
|
||||
983.195 -771.875 -30.8516,235 3,stand,,,
|
||||
1000.46 -540.452 -41.8887,3 238 235 234 239 241,stand,,,
|
||||
460.169 -603.218 -11.2869,237 122 100 101 241 105 102 235 123,stand,,,
|
||||
950.257 -210.092 11.1167,234 120 240 237 241,stand,,,
|
||||
963.875 133.875 13.0579,120 239,stand,,,
|
||||
640.772 -295.76 13.8656,237 239 120 242 243 238,stand,,,
|
||||
382.622 -243.126 5.00509,241,stand,,,
|
||||
369.669 -347.799 4.60429,241,stand,,,
|
||||
301.237 -1630.53 -66.6091,102 245 12 247 252 255 9,stand,,,
|
||||
73.3561 -1678.52 -47.3958,244 29 12 32 13 255,stand,,,
|
||||
104.904 -1495.5 0.124999,32,stand,,,
|
||||
471.754 -1399.6 -83.7655,102 248 251 244 252,stand,,,
|
||||
864.827 -882.057 -61.3513,247 249 250 251 252,stand,,,
|
||||
1056.88 -829.285 -42.4374,248,stand,,,
|
||||
1046.11 -1000.53 -41.3027,248 251,stand,,,
|
||||
1069.72 -1197.64 -51.3344,250 6 247 248 252,stand,,,
|
||||
969.778 -1437.24 -83.9942,244 9 248 11 251 247,stand,,,
|
||||
255.103 -1521.9 -8.60234,104 254 256,stand,,,
|
||||
160.728 -1513.86 -6.96998,253 256,stand,,,
|
||||
243.703 -1575.98 -54.5468,256 244 245,stand,,,
|
||||
238.085 -1561 -8.55371,255 253 254,stand,,,
|
||||
-1900.53 -1426.62 -34.9905,21 258 259 260,stand,,,
|
||||
-1829.13 -1092.65 -14.393,257,stand,,,
|
||||
-2253.95 -1094.88 -30.8783,77 257 260 261,stand,,,
|
||||
-2365.05 -1331.97 -19.5719,257 259 261,stand,,,
|
||||
-2509.18 -932.125 -22.2199,259 260 262,stand,,,
|
||||
-2356.73 -943.448 -35.9017,261 76,stand,,,
|
||||
-1826.49 -647.705 -16.955,264 76,stand,,,
|
||||
-1816.07 -596.074 12.125,263 265,stand,,,
|
||||
-1817.14 -577.875 -18.4833,264 63,stand,,,
|
||||
669.006 1407.05 -11.1403,205 267 206 268 269,stand,,,
|
||||
396.974 1110.13 8.70675,266 184 269 186 272 289 268 290,stand,,,
|
||||
340.067 1315.28 2.16966,181 183 266 267 209 173 290,stand,,,
|
||||
761.144 1345.29 14.8422,266 270 271 267 290,stand,,,
|
||||
1199.88 1350.75 30.125,269 271,stand,,,
|
||||
1149.42 992.134 9.6638,270 211 269 291 290,stand,,,
|
||||
312.561 766.193 46.5114,187 267 273 184 186 289,stand,,,
|
||||
344.306 595.902 41.8549,272 274 125 289,stand,,,
|
||||
236.006 574.406 22.722,273 275 281 282,stand,,,
|
||||
131.331 438.125 65.8172,276 274 281 282,stand,,,
|
||||
-85.2649 561.328 23.8689,275 277 280 283,stand,,,
|
||||
-318.905 555.308 34.125,276 278 279 284,stand,,,
|
||||
-306.092 641.97 34.125,277,stand,,,
|
||||
-273.275 438.125 34.125,277,stand,,,
|
||||
74.8611 658.639 34.125,276 283,stand,,,
|
||||
119.125 659.874 34.125,274 275,stand,,,
|
||||
247.875 438.151 62.3789,275 274,stand,,,
|
||||
-217.875 659.875 34.125,276 280,stand,,,
|
||||
-389.259 534.453 18.125,277 285 132 286 288 135,stand,,,
|
||||
-406.672 296.794 -1.68669,284 130 132 310,stand,,,
|
||||
-423.617 789.88 7.68357,284 188 288 187,stand,,,
|
||||
-788.633 1151.88 0.736346,188 305,stand,,,
|
||||
-686.05 761.173 -6.14937,188 286 284 304,stand,,,
|
||||
476.149 938.456 11.2916,127 272 273 125 267 290 186,stand,,,
|
||||
705.581 1012.69 -2.29425,289 267 269 268 291 298 271,stand,,,
|
||||
1175.02 784.421 10.0083,290 271 292 211 224 229 223 298,stand,,,
|
||||
1107.34 530.276 29.0742,211 224 293 291 229 294 296,stand,,,
|
||||
1163.33 464.978 30.9213,292,stand,,,
|
||||
1037.58 275.801 20.7039,292 299 295 300,stand,,,
|
||||
592.398 190.637 23.8276,296 294,stand,,,
|
||||
665.594 717.421 16.1845,295 297 292,stand,,,
|
||||
665.594 747.16 36.125,296 298,stand,,,
|
||||
666.113 762.126 9.68257,297 290 211 291,stand,,,
|
||||
1105.87 293.586 29.8633,294,stand,,,
|
||||
1045.45 19.8055 23.6789,294 301 302 303,stand,,,
|
||||
1152.6 -58.9464 23.0557,300 228 302,stand,,,
|
||||
1008.13 -113.875 23.125,228 300 301,stand,,,
|
||||
1102.34 25.2806 23.8108,300,stand,,,
|
||||
-881.852 878.61 -7.03519,188 288 305 307 310,stand,,,
|
||||
-1096.94 1138.71 0.126705,304 287 306 307 308,stand,,,
|
||||
-1678.82 1096.52 -34.5541,305 308 307 311 150 146,stand,,,
|
||||
-1182.45 641.634 -34.0204,305 308 306 304 310 83 87,stand,,,
|
||||
-1686.54 694.698 -8.99466,307 149 309 306 305 150,stand,,,
|
||||
-1717.8 591.094 -13.537,308,stand,,,
|
||||
-864.252 486.574 -13.6897,304 285 135 307 83,stand,,,
|
||||
-1830.6 1195.94 -20.2923,306 154 151 150,stand,,,
|
||||
-336.736 -190.627 0.125001,107 313 314 315,stand,,,
|
||||
-211.535 -43.3362 0.125001,312 314 316,stand,,,
|
||||
-175.113 -216.479 0.125001,313 312,stand,,,
|
||||
-443.541 -57.8713 0.125001,312,stand,,,
|
||||
-392.723 24.5275 0.125002,313 317 319,stand,,,
|
||||
-326.584 61.5726 0.125002,318 316 320 319,stand,,,
|
||||
-195.114 53.1694 48.125,317 321,stand,,,
|
||||
-431.72 104.522 0.125001,316 320 317,stand,,,
|
||||
-306.309 118.875 0.125001,319 317,stand,,,
|
||||
-192.093 120 48.125,318 322 129,stand,,,
|
||||
-389.878 115.936 136.125,321 323 329,stand,,,
|
||||
-390.133 -32.2523 136.125,322 324,stand,,,
|
||||
-473.819 -145.064 136.125,323 325 328,stand,,,
|
||||
-298.16 -172.415 136.125,324 326 327,stand,,,
|
||||
-294.302 -9.55477 136.125,325,stand,,,
|
||||
-316.485 -217.874 136.125,325,stand,,,
|
||||
-368.125 -113.125 136.125,324,stand,,,
|
||||
-476.384 101.014 136.125,322,stand,,,
|
||||
|
498
scriptdata/waypoints/mp_cw_strasbourg_wp.csv
Normal file
@@ -0,0 +1,498 @@
|
||||
497
|
||||
385.091 -1388.15 68.8488,1 2,stand,5.27893 -2.26868 0,,
|
||||
460.062 -1621.2 16.125,0 2,stand,19.7644 37.9852 0,,
|
||||
606.104 -1461.29 15.1958,1 0 3 10 14 16,stand,16.3422 112.209 0,,
|
||||
634.409 -1072.73 7.51199,2 4 9,stand,9.70093 86.2811 0,,
|
||||
709.538 -595.378 -2.39102,3 5 49,stand,9.84375 -2.35107 0,,
|
||||
1030.64 -628.559 4.03833,4 6,stand,11.5576 5.92163 0,,
|
||||
1191.98 -596.626 47.9326,5 7 50 56 57,stand,31.3989 -81.4307 0,,
|
||||
1231.08 -831.951 29.8716,6 8 56 57,stand,12.9144 -80.8594 0,,
|
||||
1277.97 -1048.97 78.2605,7 9 11 57 58,stand,23.4778 -112.687 0,,
|
||||
1121.08 -1272.25 11.0865,8 3 10 11 58,stand,25.0488 155.742 0,,
|
||||
864.739 -1502.81 15.7693,2 9 11 14 15 16 17,stand,14.7711 42.6599 0,,
|
||||
1316.27 -1462.7 1.01792,9 8 10 12 15 13 58,stand,3.27942 127.293 0,,
|
||||
1571.46 -1520.84 5.15599,11 13 15 58 59 61,stand,9.98657 -93.8232 0,,
|
||||
1478.49 -1992.23 5.67474,12 14 15 18 19 11,stand,7.84973 -145.783 0,,
|
||||
993.303 -1989.65 -0.180602,13 10 2 17 15,stand,16.485 91.3953 0,,
|
||||
1327.5 -1771.24 -2.59433,10 13 11 12 14 24,stand,19.1931 -49.2023 0,,
|
||||
547.014 -1744.6 16.125,2 10 17 23 24,stand,30.1155 90.6495 0,,
|
||||
632.16 -2047.36 19.9833,10 16 14 22 24,stand,23.5511 100.658 0,,
|
||||
1326.91 -2529.09 8.25082,13 19 21 30,stand,9.06567 -29.6783 0,,
|
||||
1582.95 -2649.51 13.9774,18 20 13,stand,9.56555 -109.324 0,,
|
||||
1502.13 -2925.92 80.8003,19 21 31,stand,23.694 134.271 0,,
|
||||
1135.4 -2854.6 1.79844,20 18 29 30 31 32,stand,5.4237 0.0507259 0,,
|
||||
133.75 -2133.48 8.00066,17 23 25 26 24 27,stand,15.7014 146.531 0,,
|
||||
38.8943 -1769.01 10.567,22 24 16 27 28 26,stand,14.7731 -30.0408 0,,
|
||||
371.14 -1929.62 11.6854,23 17 22 16 27 15,stand,14.416 42.9084 0,,
|
||||
188.167 -2616.7 27.9049,22 26 34 36 37,stand,34.2573 88.7818 0,,
|
||||
-71.1341 -2341.46 12.125,25 22 27 37 23,stand,19.272 62.1619 0,,
|
||||
-140.019 -1990.54 8.125,26 22 23 28 24 252,stand,24.6937 178.276 0,,
|
||||
9.499 -1245.29 -14.2078,23 27 38,stand,10.7795 68.4956 0,,
|
||||
703.018 -3018.2 24.743,21 30 31 32 33,stand,17.4153 96.9172 0,,
|
||||
952.157 -2677.17 8.21768,29 21 32 18 35,stand,13.9875 -90.6414 0,,
|
||||
1301.36 -3081.86 76.9485,21 20 29,stand,33.4718 38.4534 0,,
|
||||
652.312 -2689.29 64.2906,29 30 34 21 33 35,stand,19.3434 -57.0947 0,,
|
||||
276.509 -2979.28 5.54784,29 34 32 36 37,stand,16.1299 90.1386 0,,
|
||||
260.996 -2608.78 33.1092,33 25 32 35,stand,65.2333 179.847 0,,
|
||||
634.156 -2545.32 104.74,34 32 30,stand,26.1934 -149.808 0,,
|
||||
-56.4049 -3068.79 14.6767,33 37 25,stand,9.77978 78.6304 0,,
|
||||
-46.5789 -2641.68 11.4644,36 33 25 26,stand,16.2013 -7.10687 0,,
|
||||
7.90256 -588.887 -9.10035,28 39,stand,10.4939 92.9181 0,,
|
||||
-40.134 -99.8916 13.1053,38 40 41 48 42,stand,14.3446 146.306 0,,
|
||||
-191.233 -23.0666 8.125,39 41 42 43 236 239,stand,79.5759 -172.731 0,,
|
||||
-36.3647 285.409 8.72566,40 42 43 39 235 233,stand,12.6307 -109.637 0,,
|
||||
125.815 60.1714 11.3038,41 43 47 48 39 40 235,stand,9.56555 27.1375 0,,
|
||||
275.499 271.379 27.8366,42 44 47 41 48 235 40,stand,1.21594 18.0408 0,,
|
||||
593.084 324.478 141.388,43 45,stand,12.5593 -6.72784 0,,
|
||||
944.243 239.064 47.2204,44 46 51 54,stand,15.7014 -96.4752 0,,
|
||||
829.779 -17.2811 9.72708,45 47 49 50 51 212,stand,8.28015 95.2747 0,,
|
||||
477.192 72.1316 5.74073,46 43 42 48 49,stand,15.4158 6.91718 0,,
|
||||
273.414 -67.7434 7.23666,47 43 39 42 49 235,stand,25.3364 87.782 0,,
|
||||
716.466 -118.703 18.7101,48 47 46 50 4,stand,11.7738 172.487 0,,
|
||||
1174.75 -229.275 18.5892,46 49 6 51 52 56 212,stand,26.6932 179.705 0,,
|
||||
1141.1 -4.07826 12.3633,50 46 45 53 54,stand,9.56555 -178.939 0,,
|
||||
1429.27 -10.6195 55.0721,50 53 55 56 212,stand,19.4862 112.26 0,,
|
||||
1568.54 332.207 46.1973,52 51 55 54 200 197,stand,21.4802 -152.533 0,,
|
||||
1317.97 309.195 62.9761,45 51 53 55,stand,21.5516 -119.261 0,,
|
||||
1785.72 155.426 6.7761,53 52 200 202 54 211 212 206,stand,8.13732 173.64 0,,
|
||||
1453.71 -517.554 -2.32058,50 52 6 7 57 73 72 211 212,stand,3.28137 117.385 0,,
|
||||
1453.98 -865.866 47.741,7 6 56 8 58 72,stand,26.9075 102.526 0,,
|
||||
1551.3 -1250.68 9.63232,8 9 11 12 59 61 62 72 57,stand,11.2739 -163.755 0,,
|
||||
1934.77 -1458.1 6.80201,12 60 67 58 61,stand,12.7736 147.927 0,,
|
||||
2337.04 -1173.04 7.11917,59 61 65 66 67 71 70,stand,15.2015 164.274 0,,
|
||||
1949.82 -1170.34 6.83098,60 62 58 59 67 72 12,stand,43.8209 28.8843 0,,
|
||||
1951.56 -984.111 12.6677,61 63 58 68 72 74,stand,29.4783 -4.09112 0,,
|
||||
2283.87 -912.068 7.125,62 64 68 74,stand,68.6555 -3.56927 0,,
|
||||
2303.31 -912.068 41.125,63 65,stand,68.2985 -2.94305 0,,
|
||||
2323.86 -909.585 7.125,64 60 69,stand,66.3044 170.767 0,,
|
||||
2806.01 -1607.65 7.125,60 67 71 78 76,stand,11.2739 170.339 0,,
|
||||
2325.79 -1490.35 7.125,66 60 59 61 69 71 70,stand,16.7012 100.471 0,,
|
||||
2053.78 -1075.27 7.125,62 63,stand,26.8361 134.172 0,,
|
||||
2524.53 -993.445 7.125,67 70 65 71,stand,12.2737 -40.6262 0,,
|
||||
2716.87 -1048.98 7.125,69 71 60 67 75,stand,20.8375 128.948 0,,
|
||||
2701.84 -1313.26 3.125,70 60 69 66 67 78 79,stand,11.9166 177.266 0,,
|
||||
1722.64 -807.353 58.381,58 73 57 62 74 56 61,stand,15.9871 89.1938 0,,
|
||||
1851.16 -521.052 46.4195,72 56 74,stand,12.9164 179.76 0,,
|
||||
1883.67 -852.374 43.9094,73 72 62 63,stand,67.0845 154.98 0,,
|
||||
2738.01 -1051.63 43.7842,70 76,stand,82.284 -1.10833 0,,
|
||||
2756.13 -1050.6 7.125,75 77 78 66 80,stand,29.8243 176.447 0,,
|
||||
3145.55 -885.065 11.3041,76 78 80 83 84 79 85 81,stand,2.84741 -174.786 0,,
|
||||
2900.89 -1252.94 3.125,77 76 71 66 79 80,stand,12.1968 175.217 0,,
|
||||
3293.45 -1399.37 7.43926,78 71 80 82 77 92 93,stand,13.1965 111.617 0,,
|
||||
3309.7 -1132.65 3.125,79 77 78 81 82 76 85 83,stand,13.982 118.253 0,,
|
||||
3738.37 -837.649 8.125,80 82 83 85 92 77 93,stand,8.70312 -137.278 0,,
|
||||
3645.55 -1378.35 8.2053,81 80 79 83 87,stand,23.4028 163.989 0,,
|
||||
3395.81 -658.806 7.06063,82 77 81 84 93 94 80 95 96,stand,6.91784 -125.084 0,,
|
||||
3182.84 -661.521 59.0755,83 77 95,stand,65.2992 -106.83 0,,
|
||||
3967.7 -1163.91 8.10436,77 81 86 80 88 91 89 92 93,stand,15.0532 163.511 0,,
|
||||
3874.77 -1350.76 8.10537,85 87,stand,28.896 173.36 0,,
|
||||
3740.31 -1364.05 36.125,86 82,stand,68.5072 -179.362 0,,
|
||||
4610.91 -1193.88 10.564,85 89 91 92 135 136,stand,16.41 -90.7568 0,,
|
||||
4554.91 -1426.64 8.94726,88 90 91 85 92 136 135,stand,63.014 -96.6784 0,,
|
||||
4574.8 -1579.24 10.0109,89,stand,5.77526 151.508 0,,
|
||||
4098.31 -1403.07 9.17089,89 85 88 92,stand,16.6957 121.818 0,,
|
||||
4151.51 -803.834 8.10667,85 81 93 88 89 91 79,stand,12.1968 -166.595 0,,
|
||||
3811.39 -418.948 12.125,83 81 92 79 85 94 95 96,stand,15.2675 152.426 0,,
|
||||
3514.12 -251.034 10.0216,93 83 95 96 97 98 102 209,stand,14.4105 -92.6244 0,,
|
||||
3172.35 -427.712 5.9924,83 84 94 93 97 98 209 210,stand,24.2598 -149.034 0,,
|
||||
3696.39 -117.766 10.4765,94 93 98 102 103 83 104,stand,19.1896 -113.427 0,,
|
||||
3204.63 -54.6088 9.71402,94 95 99 100 105 209,stand,23.6171 -70.6518 0,,
|
||||
3595.04 150.043 9.81377,95 96 94 99 103 104 105 129,stand,10.0544 -109.384 0,,
|
||||
3222.16 296.892 16.125,98 97 100 105,stand,20.1179 -75.9856 0,,
|
||||
3329.8 60.8372 6.51035,99 101 97,stand,63.9424 -59.4842 0,,
|
||||
3357.95 23.3778 36.6245,100 102,stand,61.6572 -51.4367 0,,
|
||||
3408.83 -2.63976 4.21003,101 96 94 105 103,stand,20.2607 174.25 0,,
|
||||
3875.97 -52.0831 11.103,98 96 106 107 105 104 102 130,stand,25.0453 -42.9662 0,,
|
||||
3884.39 266.919 8.05717,96 105 98 103 130 132,stand,16.8385 177.029 0,,
|
||||
3503.19 353.949 8.125,104 99 98 102 103 108 129 97,stand,64.5851 172.607 0,,
|
||||
3927.74 -279.103 12.125,103 107,stand,17.7668 19.892 0,,
|
||||
4226.06 -31.2965 12.125,106 103,stand,16.6957 157.298 0,,
|
||||
3401.92 428.817 6.4716,105 109 129,stand,26.4021 -172.435 0,,
|
||||
3211.64 421.947 12.125,108 110 111 112,stand,19.5466 143.389 0,,
|
||||
2888.6 490.98 23.8874,109 111 113 114,stand,20.7606 60.5415 0,,
|
||||
3091.11 711.071 12.125,110 109 112 114,stand,11.0542 -102.974 0,,
|
||||
2675.51 1018.37 9.29975,109 111 113 118 114 116 120,stand,10.4829 0.155096 0,,
|
||||
2861.28 1326.29 4.07794,110 112 114 117 118 116 119 120 115,stand,19.6894 -150.215 0,,
|
||||
3130.42 1016.6 8.125,113 111 115 112 116 117 122 110,stand,20.0465 -96.195 0,,
|
||||
3509.19 960.517 8.11035,114 116 117 113,stand,18.838 -161.646 0,,
|
||||
3500.4 1309.88 4.04937,115 117 114 113 122 112 126,stand,18.481 174.091 0,,
|
||||
3232.72 1439.72 4.083,116 113 119 114 124 115,stand,16.1958 -129.528 0,,
|
||||
2544.34 1512.69 10.7791,113 112 120 119 176 177,stand,17.5526 -80.6274 0,,
|
||||
3069 1666.4 0.124999,113 117 120 121 124 118 125,stand,16.9099 -47.8826 0,,
|
||||
2725.32 1692.93 0.0406872,113 118 119 112 123 176 177 186,stand,9.34582 164.296 0,,
|
||||
3579.87 1620.38 2.97014,119 122 125 126 127 146 145 147,stand,19.5466 -87.4334 0,,
|
||||
3633.39 1262.78 4.125,121 116 126 128 114 129 131 144,stand,23.3314 -169.65 0,,
|
||||
2991.83 1963.7 131.639,120 124 151 152,stand,35.1802 -50.8379 0,,
|
||||
3170.57 1887.94 49.5751,123 119 125 151 117,stand,23.1172 -127.347 0,,
|
||||
3303.12 1796.82 24.9975,121 124 119 127,stand,54.4502 157.353 0,,
|
||||
3888.69 1523.46 12.125,121 116 122 127 128 146 147,stand,24.3312 -149.594 0,,
|
||||
3526.78 1903.08 31.5418,121 125 126 147 146 148 151,stand,22.9744 -92.7178 0,,
|
||||
4036.4 1378.8 12.125,126 122 144 145 147 131,stand,25.688 -150.808 0,,
|
||||
3754.9 491.729 4.125,108 105 130 122 131 98 132,stand,21.6175 -122.403 0,,
|
||||
4075.71 187.494 10.5305,104 103 129 133 132 143,stand,28.2588 175.414 0,,
|
||||
3893.18 842.04 8.125,122 129 132 144 128,stand,20.0465 -108.362 0,,
|
||||
4130.49 512.543 8.125,104 131 129 133 143 141 142 130,stand,16.5529 157.062 0,,
|
||||
4289.07 139.21 11.125,132 130 134,stand,22.9029 137.292 0,,
|
||||
5144.72 -715.746 10.9526,133 135 138 137,stand,18.1953 136.512 0,,
|
||||
5032.26 -982.276 11.0788,134 88 89 137 138,stand,23.26 -151.264 0,,
|
||||
4985.62 -1264.4 9.04874,89 88,stand,12.7681 160.836 0,,
|
||||
5173.18 -1148.61 10.6794,135 138 134 139,stand,14.9104 41.4692 0,,
|
||||
5359.81 -865.112 9.969,137 134 140 135 139,stand,27.4733 115.918 0,,
|
||||
5368.41 -549.366 8.125,137 140 138 141 142,stand,16.9813 -55.3643 0,,
|
||||
5685.13 -607.846 12.125,139 138 141,stand,18.4095 -147.858 0,,
|
||||
5219.34 -33.0572 12.125,139 140 142 143 132,stand,12.9823 -46.8224 0,,
|
||||
4524.17 182.844 8.125,139 141 143 132,stand,9.76879 15.0086 0,,
|
||||
4545.02 642.884 12.125,142 141 132 130 144,stand,14.3391 -77.337 0,,
|
||||
4082.26 1015.35 12.125,143 131 122 128,stand,37.6741 177.848 0,,
|
||||
3936.65 2183.87 12.125,128 146 147 121,stand,22.1888 -52.1014 0,,
|
||||
4275.6 1813.85 12.125,145 147 127 126 121,stand,10.9828 -159.081 0,,
|
||||
3758.84 2062.43 11.8868,146 145 127 121 128 126 148,stand,17.4812 -22.7624 0,,
|
||||
3489.03 2383.71 12.6131,127 147 149 150 151 175 178,stand,24.831 -58.3636 0,,
|
||||
3587.01 2647.96 16.125,148 150 151,stand,20.9034 147.526 0,,
|
||||
3188.4 2865.06 18.588,149 148 175 179 181 182,stand,18.9039 -60.4949 0,,
|
||||
3152.89 2238.37 37.6244,148 123 149 124 127 175 179,stand,13.625 -144.463 0,,
|
||||
2962.66 1993.94 146.133,123 153,stand,84.9922 173.569 0,,
|
||||
2947.47 1998.93 191.483,152 154,stand,25.1881 -174.511 0,,
|
||||
2902.36 2009.7 184.125,153 155 156 158,stand,19.3379 -154.884 0,,
|
||||
2687.77 1852.37 184.125,154,stand,17.5526 32.7076 0,,
|
||||
2955.38 2119.13 184.125,154 157,stand,37.1083 -148.539 0,,
|
||||
2804.76 2299.1 184.125,156,stand,22.3317 -83.5937 0,,
|
||||
2721.38 2095.87 184.125,154 159 161,stand,81.4271 163.923 0,,
|
||||
2439.89 1940.91 184.125,158 160 161,stand,16.9813 102.41 0,,
|
||||
2430.76 2117.4 184.125,159 161 163,stand,24.1169 -3.45941 0,,
|
||||
2661.17 2112.62 184.125,160 162 158 159,stand,71.2922 -8.57354 0,,
|
||||
2746.84 2336.91 184.125,161,stand,23.3314 -107.061 0,,
|
||||
2467.75 2199.56 184.125,160 164,stand,3.70434 68.8746 0,,
|
||||
2536.22 2376.66 264.125,163 165,stand,38.3168 12.5642 0,,
|
||||
2662.87 2369.44 264.125,164 166,stand,37.6796 -148.441 0,,
|
||||
2583.05 2175.49 344.125,165 167 170 169,stand,11.9825 -131.027 0,,
|
||||
2367.38 2185.11 344.125,166 168 169,stand,20.9034 22.2871 0,,
|
||||
2438.4 2461.93 344.125,167,stand,17.3384 -104.77 0,,
|
||||
2436.98 1912.43 344.125,167 170 166,stand,19.261 14.7724 0,,
|
||||
2640.81 1928.36 346.125,169 171 166 172,stand,38.2454 86.8592 0,,
|
||||
2741.19 2343.2 344.125,170,stand,13.625 -106.352 0,,
|
||||
2693.21 1904.8 344.125,170 173,stand,53.4504 154.282 0,,
|
||||
2877.76 1930.95 344.125,172 174,stand,27.9017 -170.397 0,,
|
||||
2829.03 2100.87 344.375,173,stand,18.0525 -79.7924 0,,
|
||||
2751.9 2707.31 13.3399,148 150 151 178 179,stand,16.1244 -22.3394 0,,
|
||||
2155.63 1900.75 9.62107,118 120 177 184 185 183 186 203,stand,18.9094 -34.8473 0,,
|
||||
2121.24 1599.72 41.4375,176 118 120 186 195 198,stand,27.4733 -1.14678 0,,
|
||||
2376.96 2574.36 12.125,148 175 181 183 185,stand,16.9099 39.1511 0,,
|
||||
2153.59 3054.84 19.8607,151 175 150 180 181 182 184 188,stand,12.8395 -58.1878 0,,
|
||||
1655.14 3213.49 12.125,179 181 182 183 189 190,stand,16.7671 -38.0608 0,,
|
||||
2015.81 2794.03 8.09238,180 178 150 179 182 183 184 185,stand,13.5536 -3.55279 0,,
|
||||
1524.52 2958.61 8.125,180 181 179 150 188 189 190 183 222,stand,18.9753 -5.17327 0,,
|
||||
1720.1 2469.36 8.125,181 178 180 184 185 176 187 188 192 193 182,stand,7.13207 26.4344 0,,
|
||||
2028.17 2234.33 17.956,179 181 183 176 186,stand,16.6957 83.1128 0,,
|
||||
1648.69 2138.34 12.125,176 183 186 178 187 193 198 203 181,stand,13.5536 34.9268 0,,
|
||||
1845.79 1685.85 36.125,176 177 185 193 184 195 198 120 203,stand,12.1254 -115.712 0,,
|
||||
1406.37 2399.1 11.3194,183 188 185 193 204,stand,13.6964 95.5439 0,,
|
||||
1343.26 2729.62 14.3812,183 187 182 190 191 189 179,stand,13.9824 -51.004 0,,
|
||||
945.599 3189.11 12.125,182 180 190 191 188 220 222,stand,9.56039 -78.2885 0,,
|
||||
867.235 2659.71 8.125,182 188 189 180 192 191 221 220 222,stand,3.35312 8.20134 0,,
|
||||
1099.9 2400.78 8.24867,188 192 190 193 204 189,stand,12.4883 152.018 0,,
|
||||
866.131 2023.46 8.125,191 183 190 193 194 203,stand,21.3377 96.4216 0,,
|
||||
1415.2 2026.81 8.52377,191 187 185 192 194 186 203 183 204 216,stand,18.4099 77.0472 0,,
|
||||
835.73 1875.82 8.125,192 193 204 203 216 219 217,stand,22.9802 76.5693 0,,
|
||||
1934.98 1298.92 48.7424,177 196 198 199 186,stand,30.8299 -66.253 0,,
|
||||
2126.82 894.785 25.9636,195 197 199 201,stand,7.06101 145.585 0,,
|
||||
1641.26 791.276 37.0941,196 198 199 200 201 53,stand,17.3387 45.8075 0,,
|
||||
1593.45 1417.69 30.9316,197 195 186 203 185 205 177 199,stand,13.7737 -49.1198 0,,
|
||||
1829.57 1023.56 55.9193,196 197 195 200 201 198,stand,21.6948 -119.987 0,,
|
||||
1875.4 433.327 -4.81122,199 197 202 53 55 201,stand,4.21005 132.792 0,,
|
||||
2054.37 629.109 26.5674,196 197 202 200 199,stand,11.4885 154.418 0,,
|
||||
2044.27 225.293 36.3959,201 200 55 206,stand,18.9098 154.407 0,,
|
||||
1339.62 1724.94 2.46494,198 193 194 192 186 185 205 176 204,stand,16.8388 -5.65792 0,,
|
||||
866.565 1501.35 -0.906776,193 194 205 216 217 218 191 203 187,stand,9.56039 3.94413 0,,
|
||||
1241.02 1430.01 63.247,203 204 198,stand,20.5522 118.46 0,,
|
||||
2139.65 14.8626 12.125,202 207 211 209 55,stand,45.3868 45.7691 0,,
|
||||
2246.84 129.075 36.125,206 208 215,stand,28.1163 -130.743 0,,
|
||||
2601.11 18.4834 68.5901,207 209 213,stand,38.037 -113.274 0,,
|
||||
2593 -163.099 32.9363,208 210 206 95 97 94,stand,18.1956 -174.078 0,,
|
||||
2118.68 -395.135 21.6628,209 211 212 95,stand,19.6953 75.1575 0,,
|
||||
1873.11 -143.935 -5.92605,210 206 56 212 55,stand,16.9102 25.4828 0,,
|
||||
1559.39 -173.106 7.75206,52 50 46 211 56 55 210,stand,13.3452 -170.964 0,,
|
||||
2564.58 119.231 54.8263,208 214,stand,42.1074 104.513 0,,
|
||||
2564.4 225.051 36.125,213 215,stand,27.6164 174.1 0,,
|
||||
2209.73 595.564 36.125,214 207,stand,12.9881 -53.2397 0,,
|
||||
172.496 1456.22 12.125,194 217 219 218 204 193 232 223,stand,9.27475 101.299 0,,
|
||||
268.418 1899.55 16.125,216 218 194 204 224 223,stand,17.2673 154.396 0,,
|
||||
-88.4395 2029.4 8.125,217 219 216 204 223 224 220 279,stand,18.8383 -113.686 0,,
|
||||
-95.7754 1380.91 10.5119,218 216 194 233 224 232,stand,22.0518 -38.3258 0,,
|
||||
210.203 2679.37 10.2975,189 221 222 190 223 224 218,stand,13.2024 146.503 0,,
|
||||
-53.9142 3186.97 7.56226,220 222 190 223,stand,16.9102 -28.9215 0,,
|
||||
527.499 3148.17 8.36774,221 220 189 223 234 190 182,stand,14.702 -125.837 0,,
|
||||
-84.88 2425.37 4.81496,222 220 224 221 218 216 217,stand,15.6303 38.1336 0,,
|
||||
224.476 2264.16 12.125,220 225 223 218 217 219,stand,9.70322 -0.280108 0,,
|
||||
468.102 2267.94 56.125,224 226 231,stand,8.91769 73.6469 0,,
|
||||
513.25 2511.7 56.125,225 227 231,stand,12.7025 -41.1822 0,,
|
||||
754.877 2524.97 136.125,226 228,stand,9.27475 -89.566 0,,
|
||||
753.765 2165.06 288.125,227 229,stand,27.2594 -132.1 0,,
|
||||
629.506 2091.13 288.125,228 230,stand,22.6231 96.438 0,,
|
||||
602.239 2431.29 288.125,229,stand,19.7667 -52.2894 0,,
|
||||
711.282 2261.35 56.125,225 226,stand,25.3368 129.1 0,,
|
||||
190.747 1013.09 136.535,216 233 219 234,stand,32.8294 107.194 0,,
|
||||
-87.7863 653.671 7.69539,232 219 234 41 235,stand,-21.2672 59.8481 0,,
|
||||
243.947 615.989 156.315,232 235 233 222,stand,70.941 -82.4469 0,,
|
||||
148.681 359.861 12.0858,234 42 43 41 233 48,stand,16.7015 -138.746 0,,
|
||||
-502.299 -88.0896 -12.8759,40 237 238 239,stand,53.3849 -178.967 0,,
|
||||
-765.281 -86.7507 -152.939,236 251,stand,1.63696 6.7511 0,,
|
||||
-607.612 120.332 0.124997,236 239 240,stand,50.0977 -83.1171 0,,
|
||||
-385.08 129.898 0.124994,238 236 40,stand,33.1842 -127.156 0,,
|
||||
-750.597 90.4299 4.10136,238 241,stand,82.8589 177.792 0,,
|
||||
-1224.53 86.3698 -61.839,240 242,stand,10.9149 176.149 0,,
|
||||
-1352.71 109.585 0.125001,241 243,stand,70.7245 -11.6949 0,,
|
||||
-1693.75 136.681 0.125003,242 244 247 248,stand,26.9055 -3.34534 0,,
|
||||
-1823.09 62.2512 8.125,243 245 248,stand,31.6132 -178.77 0,,
|
||||
-1986.2 59.2458 8.07468,244 246 265 271 272,stand,31.9702 -93.5541 0,,
|
||||
-1989.08 -33.3304 8.18966,245 247 260 265 273 308,stand,28.1854 -3.98804 0,,
|
||||
-1798.94 -42.8963 8.125,246 243,stand,28.6139 14.4251 0,,
|
||||
-1505.95 41.7334 -57.251,243 244 249,stand,4.99329 139.752 0,,
|
||||
-1302.95 -47.8176 -152.804,248 250,stand,16.9849 155.528 0,,
|
||||
-1241.16 -97.93 -143.298,249 251,stand,84.9957 -5.7843 0,,
|
||||
-832.512 -102.5 -180.167,250 237,stand,84.9957 -10.2063 0,,
|
||||
-2016.51 -1998.62 8.125,27 253 302 306 303 305 304,stand,18.6273 2.58179 0,,
|
||||
-2055.78 -1565.38 11.2154,252 254 306 305 313 304,stand,12.9144 90.5219 0,,
|
||||
-2044.42 -1039.4 9.79517,253 255 257,stand,20.907 158.61 0,,
|
||||
-2240.94 -1033.67 16.125,254 256,stand,19.693 90.022 0,,
|
||||
-2240.97 -867.453 16.125,255 257 258,stand,28.1909 14.2273 0,,
|
||||
-2036.68 -850.776 8.82828,256 254 259,stand,25.0488 -74.2676 0,,
|
||||
-2257.95 -672.251 16.125,256 259 261,stand,34.541 -59.1229 0,,
|
||||
-2044.54 -664.835 9.81007,258 260 257,stand,12.1289 105.738 0,,
|
||||
-2068.08 -460.497 12.7532,259 246 261 266 267 270 274,stand,65.0171 91.181 0,,
|
||||
-2257.38 -476.732 14.9667,260 262 258 266 267,stand,21.8353 -169.332 0,,
|
||||
-2515.37 -461.411 16.1074,261 263 266 267,stand,59.5898 177.819 0,,
|
||||
-2531.93 -461.411 41.125,262 264,stand,76.6461 -176.825 0,,
|
||||
-2554.63 -458.733 16.1958,263 307 308 287 309,stand,37.3975 -1.90063 0,,
|
||||
-2286.06 142.085 6.73737,245 266 269 246 272 273 270 271 276,stand,17.8418 -95.6799 0,,
|
||||
-2347.6 -258.85 15.666,265 262 261 260 267 273,stand,84.9957 -97.3938 0,,
|
||||
-2458.76 -270.126 14.118,262 268 266 260 261,stand,60.2325 89.6649 0,,
|
||||
-2458.76 -253.187 41.125,267 269,stand,68.8678 92.5214 0,,
|
||||
-2461.82 -230.875 14.125,268 265 273 276 308,stand,80.5023 -81.123 0,,
|
||||
-2066.88 754.774 6.8778,260 271 265 282 273 272,stand,6.84998 154.682 0,,
|
||||
-2377.82 907.38 13.125,270 272 265 245 277 281,stand,9.34937 -103.546 0,,
|
||||
-2429.96 629.057 13.125,271 265 273 285 270 245,stand,18.7701 -92.5543 0,,
|
||||
-2515.08 78.8304 9.76791,246 265 272 269 266 276 287 270 307 308 312,stand,21.1926 37.9962 0,,
|
||||
-2180.87 -250.355 14.5536,260 275,stand,65.0171 143.405 0,,
|
||||
-2205.92 -230.916 45.125,274 276,stand,22.9779 139.697 0,,
|
||||
-2238.37 -204.299 14.125,275 273 269 265,stand,77.6459 128.919 0,,
|
||||
-2410.22 1189.51 13.125,271 278 281 283 284,stand,13.7714 85.5231 0,,
|
||||
-2415.09 1723.86 13.125,277 279 280 283 289 300 301 291,stand,15.4138 25.6476 0,,
|
||||
-1995.83 2011.51 8.125,278 280 297 296 300 301 283 289 218,stand,20.2643 -125.299 0,,
|
||||
-2041.87 1572.25 11.5977,281 282 279 278 283 300 301,stand,15.5566 -102.601 0,,
|
||||
-2170.41 1152.91 75.987,280 271 277 282 283,stand,48.598 -128.513 0,,
|
||||
-2037.56 1084.75 65.5402,270 281 280,stand,36.8976 -143.141 0,,
|
||||
-2242.43 1478.98 12.1866,281 280 278 277 279 300 296,stand,13.5571 79.118 0,,
|
||||
-2956.9 1190.16 13.125,277 285 288 289 339 290,stand,23.1207 0.664675 0,,
|
||||
-2953.81 639.772 32.9907,284 286 272 288 339,stand,16.9135 -76.1957 0,,
|
||||
-2909.07 291.2 70.4136,285 287,stand,40.177 -97.608 0,,
|
||||
-2882.1 113.442 17.9832,286 273 308 264 365,stand,27.9712 72.6801 0,,
|
||||
-3238.15 1210.95 16.2118,284 285 289 290 339 360 334,stand,62.6605 -59.2273 0,,
|
||||
-2962.96 1746.38 12.5949,288 284 291 295 301 278 300 279 334 338 339 360,stand,16.1993 -94.1968 0,,
|
||||
-3450.58 976.026 32.8669,288 339 338 358 284 361 362 363 360 364,stand,30.3278 148.546 0,,
|
||||
-3048.8 2175.94 12.125,289 292 295 296 297 301 298 278 340 344 345 343,stand,16.2708 81.0297 0,,
|
||||
-3047.63 2468.37 12.125,291 293 301 345,stand,62.1606 90.5219 0,,
|
||||
-3047.63 2484.99 41.125,292 294,stand,73.938 93.9496 0,,
|
||||
-3048.15 2507.63 12.125,293 295 340,stand,52.4542 -100.833 0,,
|
||||
-2746.38 2539.78 12.125,294 291 289 296 301 297 340,stand,61.875 -128.381 0,,
|
||||
-2067.31 2639.39 9.36423,295 291 279 297 283,stand,8.9209 -158.571 0,,
|
||||
-2470.15 2299.35 12.125,291 279 296 298 295 344,stand,16.1279 1.66443 0,,
|
||||
-2361.86 2161.63 12.125,297 299 291,stand,71.2958 -92.84 0,,
|
||||
-2361.86 2145.05 41.125,298 300,stand,70.2246 -87.7698 0,,
|
||||
-2358.11 2117.61 12.125,299 301 278 279 280 283 289,stand,84.9957 89.5221 0,,
|
||||
-2759.89 2072.42 8.07705,300 295 292 289 280 291 279 278,stand,15.3424 105.364 0,,
|
||||
-2058.03 -2686.16 9.40038,252 303 305 304,stand,11.8433 163.762 0,,
|
||||
-2564.29 -2693.78 12.125,302 304 252 316 317 320,stand,15.6995 84.5453 0,,
|
||||
-2477.3 -2440.49 12.125,303 305 302 252 316 253,stand,16.0565 83.9026 0,,
|
||||
-2438.63 -2003.56 14.5157,304 306 253 302 252 313 314,stand,8.63525 133.786 0,,
|
||||
-2605.65 -1577.92 29.4871,305 253 252 310 313 314 452,stand,20.907 -0.741577 0,,
|
||||
-2736.58 -513.711 10.5354,273 264 308 309 312,stand,11.7004 3.57056 0,,
|
||||
-2887.93 -95.5092 10.6592,264 287 307 273 312 365 269 246,stand,9.70093 112.906 0,,
|
||||
-2638.44 -829.748 73.2958,307 264 311 310 452,stand,16.9135 -119.614 0,,
|
||||
-2883.88 -1286.87 17.9362,311 309 306 314 325 452,stand,67.7252 -177.286 0,,
|
||||
-2852.38 -817.157 76.722,310 312 309,stand,38.6774 97.7838 0,,
|
||||
-2879.72 -614.849 42.1156,311 307 308 273,stand,20.1215 -19.8303 0,,
|
||||
-2941.28 -1980.96 26.9207,306 305 314 315 320 322 327 253 328 323,stand,11.0577 -15.1337 0,,
|
||||
-2864.71 -1569.63 19.2353,305 310 313 322 306 323 452,stand,14.1284 63.3746 0,,
|
||||
-2972.68 -2281.33 41.125,313 316 322 318,stand,28.8995 80.0024 0,,
|
||||
-2946.18 -2410.37 12.0398,315 304 303 317 333 318,stand,61.9464 -22.6263 0,,
|
||||
-3291.13 -2660.77 12.125,316 303 318 320 332,stand,22.2638 129.908 0,,
|
||||
-3503.92 -2520.16 8.125,317 319 320 333 315 316 376,stand,17.8418 121.487 0,,
|
||||
-3530.04 -2388.91 12.125,318 329 376 377,stand,22.9065 -73.0646 0,,
|
||||
-3391.69 -2280.88 41.125,317 321 313 322 328 303 318 327 376,stand,59.3756 69.8016 0,,
|
||||
-3710.61 -2035.73 26.5424,320 322 327 328,stand,5.20752 -10.1294 0,,
|
||||
-3231.21 -1968.56 33.0084,321 320 313 315 314 323 328 327,stand,11.3618 -110.07 0,,
|
||||
-3017.37 -1507.31 17.9299,322 324 313 314,stand,21.7109 65.2997 0,,
|
||||
-2923.83 -1289.15 16.5347,323 325 326 327 328,stand,64.4587 1.991 0,,
|
||||
-2907.25 -1289.15 41.125,324 310,stand,84.9921 1.991 0,,
|
||||
-3639.69 -1244.57 46.0322,324 327 328 374 432 433,stand,16.1243 -37.406 0,,
|
||||
-3361.94 -1512.71 16.4218,326 324 321 328 313 322 320,stand,11.8452 -39.1198 0,,
|
||||
-3731.61 -1531.56 15.6239,321 326 327 320 322 313 324 374 433 436,stand,19.8377 113.612 0,,
|
||||
-3816.89 -2724.06 12.125,319 330 376 377,stand,15.196 -6.62228 0,,
|
||||
-3553.64 -2716.33 12.125,329 331 376,stand,61.1573 11.225 0,,
|
||||
-3517.3 -2709.45 43.125,330 332 333,stand,29.1871 7.58305 0,,
|
||||
-3431.34 -2698.61 12.125,331 317,stand,75.0056 -174.136 0,,
|
||||
-3490.74 -2631.75 8.12511,318 331 316 376,stand,79.9274 -119.463 0,,
|
||||
-3932.22 1687.74 16.9504,289 335 339 288,stand,10.1313 8.03898 0,,
|
||||
-3953.73 1692.14 40.5691,334 336,stand,78.285 -126.791 0,,
|
||||
-3975.41 1673.35 17.8792,335 337 358 338,stand,78.4992 50.7868 0,,
|
||||
-4210.86 1717.18 38.4925,336 357 358 338 356 486 359 354,stand,12.9822 -39.3505 0,,
|
||||
-3774.84 1443.45 12.2099,289 290 358 336 337 360 361 339,stand,18.0524 29.0888 0,,
|
||||
-3249.46 1426.72 13.0774,334 284 288 289 290 360 338 285 361,stand,23.26 -48.9965 0,,
|
||||
-3393.21 2583.06 12.125,291 294 341 344 347 295,stand,20.8949 -45.6221 0,,
|
||||
-3838.04 2507.63 12.125,340 342 346 347,stand,62.0771 -88.6061 0,,
|
||||
-3838.04 2491.05 41.125,341 343,stand,79.1334 -90.4793 0,,
|
||||
-3835.96 2468.37 12.125,342 344 345 346 291,stand,75.1344 96.6124 0,,
|
||||
-3388.39 2416.12 8.125,343 340 291 297,stand,30.03 84.1264 0,,
|
||||
-4067.11 2234.54 12.8615,292 343 346 347 351 291 356 359 354 357 486,stand,40.0221 -28.6812 0,,
|
||||
-4220.86 2510.59 12.125,343 341 351 345 352 353 359,stand,22.2517 -0.138724 0,,
|
||||
-3948.28 2598.87 12.125,341 348 351 340 345,stand,72.7778 86.1149 0,,
|
||||
-3942.65 2620.76 36.125,347 349,stand,84.9946 89.0428 0,,
|
||||
-3941.14 2700.4 20.125,348 350 494,stand,26.0475 -179.249 0,,
|
||||
-4079.91 2654.89 20.125,349 351 493,stand,35.254 -91.1659 0,,
|
||||
-4081.24 2568.35 12.125,350 347 346 345 353,stand,84.9946 -68.5561 0,,
|
||||
-4168.47 2776.62 10.6813,346 353 355,stand,19.0492 -179.436 0,,
|
||||
-4561.11 2769.59 4.63878,352 354 351 346,stand,8.20568 -80.9432 0,,
|
||||
-4455.71 2362.62 12.0272,353 355 359 345 487 337,stand,10.6282 124.765 0,,
|
||||
-4681.39 2592.89 29.2207,352 354,stand,81.858 156.241 0,,
|
||||
-4084.99 1848.68 67.6464,345 358 337 359,stand,33.3973 -87.7932 0,,
|
||||
-4448.71 1752.73 42.7546,337 345 358 486,stand,13.8417 -46.4681 0,,
|
||||
-3976.44 1419.64 12.4299,338 337 356 336 357 290 360 361,stand,20.5488 137.893 0,,
|
||||
-4492.73 2062.12 12.125,356 354 345 486 487 337 346 483 458,stand,15.4841 78.3036 0,,
|
||||
-3637.34 1344.29 11.8134,288 338 358 361 339 290 289,stand,14.2701 157.79 0,,
|
||||
-3774.07 978.214 13.125,290 338 358 360 339 363 362,stand,9.13402 97.2441 0,,
|
||||
-3435.92 205.435 10.9095,290 363 364 361 365 366 367 370,stand,32.6832 -27.3134 0,,
|
||||
-3771.16 589.685 13.125,362 361 290 364 366,stand,24.1908 72.3875 0,,
|
||||
-3796.1 84.3974 18.5204,363 290 362 366 369 367 365,stand,11.4137 63.0326 0,,
|
||||
-3188.39 -62.7551 26.6747,362 287 308 366 364,stand,17.4836 5.27751 0,,
|
||||
-3477.44 -149.779 18.5014,365 362 364 363 368 367 369,stand,16.0554 42.3344 0,,
|
||||
-3834.64 -324.479 17.9117,362 366 369 372 370 364,stand,12.7705 116.13 0,,
|
||||
-3448.78 -621.376 84.7334,366 370 369,stand,16.8409 171.869 0,,
|
||||
-3550.12 -461.376 6.13506,367 372 368 366 370 371 364,stand,5.34923 -103.652 0,,
|
||||
-3701.48 -759.763 5.37015,368 371 372 369 367 431 362 432 435 436,stand,11.2709 156.697 0,,
|
||||
-4090.49 -584.804 42.9513,370 372 369 431 426 435 436,stand,16.4839 21.9548 0,,
|
||||
-3926.8 -399.357 20.7061,371 373 367 370 369,stand,75.9309 140.14 0,,
|
||||
-4111.58 -277.875 21.125,372,stand,28.2557 -56.9106 0,,
|
||||
-4125.38 -1524.5 38.634,328 375 396 398 326 399 433 434 426 436,stand,12.1278 -92.3689 0,,
|
||||
-4141.93 -2010.56 48.04,374 376 383,stand,15.0557 -92.7974 0,,
|
||||
-4147.88 -2353.71 21.1498,375 377 319 329 380 381 320 383 318 330 333 396,stand,52.6673 -11.2239 0,,
|
||||
-4077.27 -2692.89 12.125,376 329 378 380 381 319 383 396,stand,34.3257 -5.74724 0,,
|
||||
-4103.02 -2874.42 68.125,377 379,stand,25.4762 -176.837 0,,
|
||||
-4241.64 -2879.37 68.125,378,stand,37.4623 40.8567 0,,
|
||||
-4256.81 -2790.08 12.125,377 376,stand,24.7621 62.5767 0,,
|
||||
-4325.72 -2677.2 12.125,376 382 377 383 384 394 396 398,stand,53.2386 -89.1609 0,,
|
||||
-4320.93 -2862.07 100.125,381,stand,26.9044 134.57 0,,
|
||||
-4503.81 -2414.97 22.1565,381 376 385 384 393 394 377 397 375,stand,4.70653 26.4262 0,,
|
||||
-4834.5 -2840.66 8.125,381 385 383 387 389,stand,6.13476 17.0768 0,,
|
||||
-4680.46 -2866.49 12.125,384 386 383 394,stand,2.70702 -3.07757 0,,
|
||||
-4537.22 -2870.89 92.125,385,stand,25.1905 177.279 0,,
|
||||
-5075.56 -2837.05 12.125,384 388 389 394 393,stand,30.1124 -129.898 0,,
|
||||
-5155.45 -2931.62 20.125,387,stand,26.2617 83.0827 0,,
|
||||
-5200.57 -2750.65 12.125,387 390 391 393 394 384 395,stand,16.5553 -130.893 0,,
|
||||
-5325.22 -2873.51 12.125,389 391 392,stand,24.3336 134.043 0,,
|
||||
-5473.66 -2763.37 12.125,390 392 389 395 423 422 393,stand,21.2629 -123.328 0,,
|
||||
-5533.38 -2857.04 12.125,391 390,stand,37.1107 -13.2784 0,,
|
||||
-5087.08 -2428.82 47.8649,383 394 389 387 395 423 391,stand,77.9304 170.622 0,,
|
||||
-4903.69 -2675.87 8.125,393 387 383 385 389 395 381,stand,14.413 -129.788 0,,
|
||||
-5583.31 -2419.77 56.4529,389 391 393 394 423 422,stand,20.7631 -137.358 0,,
|
||||
-4512.46 -1935.68 26.2965,377 397 381 374 398 399 406 400 376,stand,-11.2072 -54.4936 0,,
|
||||
-4536.88 -2192.28 72.088,396 383 398,stand,84.9946 -89.6993 0,,
|
||||
-4373.22 -1928.06 8.125,397 374 396 381 399,stand,12.7705 -90.0453 0,,
|
||||
-4498.61 -1620.41 13.2843,398 374 396 400 406 433 434,stand,0.77892 9.19414 0,,
|
||||
-4946.5 -1611.61 20.7424,399 401 404 406 396 405,stand,31.6835 66.2626 0,,
|
||||
-5202.08 -1324.76 9.82278,400 402 405 406,stand,55.5183 179.449 0,,
|
||||
-5221.54 -1324.76 41.125,401 403,stand,84.9946 175.17 0,,
|
||||
-5241.63 -1325.91 17.0388,402 404 408 410 412,stand,75.0026 -11.3173 0,,
|
||||
-5302.74 -1681.49 10.3749,403 400 405 406 407 408 409 410 414,stand,5.42064 51.9914 0,,
|
||||
-4971.27 -1306.32 59.06,404 401 400,stand,39.5332 -176.046 0,,
|
||||
-4997.79 -1905.94 37.1953,400 396 404 399 407 401 410,stand,14.9128 83.7529 0,,
|
||||
-5475.69 -1906.75 49.0157,404 406 410 411,stand,18.6976 1.96514 0,,
|
||||
-5549.77 -1288.62 27.0489,404 403 409 410 412 413 414,stand,48.097 88.7571 0,,
|
||||
-5292.73 -857.664 27.125,408 404 412 410 425 431 437 428 441,stand,68.224 -45.2706 0,,
|
||||
-5603.61 -1663.33 9.97296,408 407 404 403 411 413 409 406,stand,12.0564 -37.6076 0,,
|
||||
-5831.04 -1926.79 37.0843,410 407 415 419 413 424 420,stand,26.7616 -24.5009 0,,
|
||||
-5540.49 -614.038 27.125,409 408 403 437 441 427 438 442 451,stand,1.70726 -87.3098 0,,
|
||||
-5816.22 -1519.24 45.3583,408 414 410 419 420 411 415,stand,8.84838 128.605 0,,
|
||||
-6011.09 -1289.45 26.3822,408 413 419 420 404 418 453 421,stand,34.6113 3.55815 0,,
|
||||
-6028.77 -1994.94 43.2623,411 416 418 419 413,stand,16.4125 119.464 0,,
|
||||
-5989.51 -2282.05 125.512,415 417 422 424,stand,32.2547 73.3323 0,,
|
||||
-6172.84 -2537.31 36.0489,416 418 422 423,stand,3.99242 13.3799 0,,
|
||||
-6166.1 -2087.77 50.7566,417 415 424 419 414,stand,19.0492 -87.535 0,,
|
||||
-6273.03 -1598.06 42.9607,415 420 414 411 413 418,stand,9.06261 -42.8591 0,,
|
||||
-6350.62 -1253.04 46.0409,419 421 414 413 411,stand,16.2696 41.2797 0,,
|
||||
-6178.31 -1022.63 54.0184,420 453 414,stand,12.8419 90.9489 0,,
|
||||
-5867.1 -2457.19 44.1017,417 395 423 391 416,stand,54.2384 -31.1971 0,,
|
||||
-5706.83 -2728.37 8.125,417 395 422 391 393,stand,15.4127 78.419 0,,
|
||||
-5940.28 -2114.49 62.4828,411 418 416,stand,20.3346 171.045 0,,
|
||||
-4858.67 -861.25 27.5352,409 426 427 437 438,stand,16.1268 -8.23565 0,,
|
||||
-4349.63 -956.157 50.4647,425 427 431 371 433 434 374 435,stand,13.7703 174.626 0,,
|
||||
-4609.88 -800.815 27.125,426 428 425 435 437 438 412,stand,20.406 -28.9778 0,,
|
||||
-4521.59 -341.291 20.3627,427 429 431 437 438 409 441,stand,43.9607 16.4836 0,,
|
||||
-4488.17 -310.69 41.125,428 430,stand,65.5818 37.3906 0,,
|
||||
-4462.83 -285.482 12.2304,429 440 439,stand,32.3262 125.457 0,,
|
||||
-4367.97 -655.186 40.7676,428 426 371 370 435 437 409,stand,19.9061 -76.1641 0,,
|
||||
-3662.13 -1093.64 96.4145,370 326 436 433,stand,15.3413 -145.708 0,,
|
||||
-4111.02 -1177.96 59.9909,328 374 399 426 434 432 326 436 435,stand,11.3423 -154.909 0,,
|
||||
-4358.27 -1250.96 62.654,399 374 433 426,stand,18.1263 -49.0279 0,,
|
||||
-4139.54 -895.455 53.2977,370 426 371 436 433 431 427,stand,23.4053 -72.1541 0,,
|
||||
-3850.05 -1021.09 45.0286,371 435 432 328 433 370 374,stand,33.3973 157.812 0,,
|
||||
-4965.07 -500.85 27.6839,431 427 425 428 409 412 438 441 442 451,stand,10.6282 -123.142 0,,
|
||||
-4798.47 -157.987 28.01,437 439 428 440 427 412 445 425 451 456,stand,15.5555 10.1225 0,,
|
||||
-4204.74 18.0091 28.9421,438 440 430,stand,17.198 -145.246 0,,
|
||||
-4572.1 58.2463 16.1927,439 430 438 446 445 441 455 456 464,stand,25.262 -65.1778 0,,
|
||||
-5286.57 -130.523 23.4876,409 437 442 412 445 440 451 465 470 428 471,stand,16.4125 -6.79095 0,,
|
||||
-5742.38 -221.236 19.7238,441 443 437 412,stand,74.9311 174.264 0,,
|
||||
-5756.88 -221.945 41.125,442 444,stand,78.4303 -179.743 0,,
|
||||
-5781.63 -221.716 18.2826,443 451 453 470 454,stand,54.0956 2.76165 0,,
|
||||
-5001.92 177.834 12.125,438 446 440 441 455 470,stand,37.3194 80.4295 0,,
|
||||
-4981.48 283.68 12.0116,445 447 450 440 455 459 464,stand,52.8816 177.845 0,,
|
||||
-5101.94 287.275 16.125,446 448 489,stand,24.5478 73.7168 0,,
|
||||
-5091.58 426.718 16.125,447 449 490,stand,40.2473 1.12468 0,,
|
||||
-5040.82 419.376 32.125,448 450,stand,84.9946 1.61907 0,,
|
||||
-5016.88 422.029 9.16234,449 446 455,stand,84.9946 -177.595 0,,
|
||||
-5809.49 -539.328 33.125,412 441 437 438 444 453 454,stand,15.8412 17.4559 0,,
|
||||
-2715.97 -1153.91 58.0028,306 309 314 310,stand,24.8335 76.1228 0,,
|
||||
-6128.3 -606.294 39.1042,421 451 444 414 454,stand,17.4122 -64.8372 0,,
|
||||
-6255.29 -21.3955 43.6774,453 471 470 444 451,stand,13.199 51.0191 0,,
|
||||
-4565.97 545.291 17.4819,440 446 445 450 456 459 464,stand,9.77123 -112.441 0,,
|
||||
-5008.91 898.484 12.125,455 457 440 438 458 459 464,stand,21.4058 -91.6219 0,,
|
||||
-5160.37 705.326 43.5917,456 458,stand,24.6907 53.2658 0,,
|
||||
-5149.34 1103.67 12.125,456 457 464 468 477 479 359 473,stand,58.3747 -123.394 0,,
|
||||
-4530.12 930.065 60.8278,456 455 446 460 463 464 462,stand,28.1129 -99.4277 0,,
|
||||
-4388.64 888.378 56.3717,459 461 462,stand,24.048 -104.377 0,,
|
||||
-4310.84 577.125 60.5364,460,stand,12.6277 97.7384 0,,
|
||||
-4564.09 1238.61 103.901,460 463 464 459,stand,29.4697 136.696 0,,
|
||||
-4729.75 1367.06 40.5654,462 459 484,stand,69.5808 135.411 0,,
|
||||
-4915.7 1171.99 13.125,459 462 458 456 455 446 440 477 483 479 481,stand,15.1271 9.44133 0,,
|
||||
-5693.22 259.116 34.1986,441 466 469 471,stand,14.2701 -34.3007 0,,
|
||||
-5512.79 366.599 79.4379,465 467 469,stand,14.1987 117.81 0,,
|
||||
-5635.9 858.679 99.8951,466 468 469 474,stand,14.6272 -66.2545 0,,
|
||||
-5607.7 1132.97 12.125,467 458 474 473 477 484,stand,12.1278 26.8272 0,,
|
||||
-5829.25 622.512 30.6441,466 467 465 470 471 472 474,stand,7.49157 -15.212 0,,
|
||||
-5822.8 -66.369 14.9961,469 444 441 454 471 472 445,stand,17.4122 -61.1348 0,,
|
||||
-6192.13 279.48 40.9819,441 454 469 470 472 465 474,stand,57.375 -99.8726 0,,
|
||||
-6278.93 942.609 12.125,469 471 470 473 476 474 475 477,stand,9.69982 42.7244 0,,
|
||||
-6013.25 1380.94 12.125,472 474 476 475 468 477 458,stand,6.77746 -46.3527 0,,
|
||||
-5908.06 969.645 11.2755,473 475 468 467 472 469 471,stand,22.9768 -150.624 0,,
|
||||
-6334.64 1650.33 13.6772,474 476 472 473,stand,9.84264 -60.223 0,,
|
||||
-6026.97 1665.96 16.6084,475 473 472,stand,55.6611 178.4 0,,
|
||||
-5347.87 1378.77 12.125,473 458 464 468 472 478 479,stand,19.8347 -35.5751 0,,
|
||||
-5315.24 1605.85 12.125,477 479 480,stand,24.1908 -25.9236 0,,
|
||||
-5166.4 1570.67 12.125,478 480 481 477 458 484 464 486,stand,26.9703 80.2702 0,,
|
||||
-5159.22 1765.41 12.125,479 481 482 478,stand,24.6907 -27.0003 0,,
|
||||
-5004.3 1737.78 12.125,480 482 483 479 484 464 486,stand,23.9051 96.53 0,,
|
||||
-5009.15 1906.51 12.125,481 483 480,stand,42.4611 -25.638 0,,
|
||||
-4860.38 1898.13 12.125,482 481 484 485 464 486 359,stand,25.6904 -132.639 0,,
|
||||
-4747.3 1382.66 18.0198,463 483 481 479 468 486,stand,23.4053 -47.6436 0,,
|
||||
-4760.43 2042.89 12.125,483 488,stand,17.621 -99.175 0,,
|
||||
-4554.07 1829.91 9.18156,484 357 359 487 337 483 479 481 345,stand,9.19994 -14.6626 0,,
|
||||
-4764.44 2111.31 12.125,359 488 354 486,stand,59.3745 -120.538 0,,
|
||||
-4775.89 2092.6 46.5904,487 485,stand,81.5724 -120.181 0,,
|
||||
-5432.08 368.514 16.125,447,stand,20.0489 -8.27959 0,,
|
||||
-5436.07 421.108 136.125,448 491,stand,45.2461 -3.39617 0,,
|
||||
-5396.03 300.64 136.125,490 492,stand,37.9621 0.723681 0,,
|
||||
-5061.94 346.073 136.125,491,stand,28.1129 102.858 0,,
|
||||
-3987.62 3022.87 20.125,350,stand,24.1908 -96.0329 0,,
|
||||
-3945.16 3002.46 140.125,349 495,stand,41.0328 -94.2641 0,,
|
||||
-4056.67 3009.29 140.125,494 496,stand,23.1196 -87.5954 0,,
|
||||
-4034.83 2640.77 140.125,495,stand,77.7162 -86.3155 0,,
|
||||
|
174
scriptdata/waypoints/mp_docks_wp.csv
Normal file
@@ -0,0 +1,174 @@
|
||||
173
|
||||
-871.426 2079.55 96.125,1 5 6,stand,,,
|
||||
-993.595 2079.2 40.125,0 2,stand,,,
|
||||
-1082.13 2031.57 40.125,1 3,stand,,,
|
||||
-1086.22 1854.54 -31.875,2 4,stand,,,
|
||||
-1085.44 1678.28 -31.875,3 78 79,stand,,,
|
||||
-667.3 1845.98 96.125,0 6 7 8 9,stand,,,
|
||||
-658.917 2075.06 96.125,5 0,stand,,,
|
||||
-933.849 1859.87 96.125,5 8,stand,,,
|
||||
-927.187 1964.43 96.125,7 5,stand,,,
|
||||
-514.636 1842.39 96.125,5 10,stand,,,
|
||||
-505.56 1956.56 96.125,9 11,stand,,,
|
||||
-505.547 2021.96 64.125,10 12,stand,,,
|
||||
-495.097 2268.27 64.125,11 13,stand,,,
|
||||
-409.596 2268.28 64.125,12 14,stand,,,
|
||||
-251.476 2266.91 -31.875,13 97 98,stand,,,
|
||||
1851.43 1644.1 -31.875,16,stand,,,
|
||||
1499.31 1601.25 -31.875,15 17 19,stand,,,
|
||||
1372.28 1641.22 -31.875,16 18 117,stand,,,
|
||||
1357.63 1719.56 -31.875,17,stand,,,
|
||||
1494.96 1455.01 -27.2946,16 20,stand,,,
|
||||
1490.9 1322.85 -45.846,19 21 22 58,stand,,,
|
||||
1488.74 1179.79 -45.9029,20 22 23 57,stand,,,
|
||||
1936.26 1240.75 -21.9951,21 20,stand,,,
|
||||
1486.78 1034.04 -26.885,21 24,stand,,,
|
||||
1480.91 897.726 -31.875,23 25 26,stand,,,
|
||||
1842.16 847.849 -31.875,24,stand,,,
|
||||
1285.66 855.687 -31.875,24 27,stand,,,
|
||||
944.456 834.128 -31.875,26 28 29 30,stand,,,
|
||||
939.242 641.549 -31.875,27 30 34,stand,,,
|
||||
831.192 786.413 -31.875,27 30,stand,,,
|
||||
832.973 888.888 -31.875,27 29 28 31,stand,,,
|
||||
681.619 889.662 -31.875,30 32 33,stand,,,
|
||||
672.466 766.587 -31.875,31 33,stand,,,
|
||||
393.997 735.65 -31.875,32 31 167 166,stand,,,
|
||||
940.455 528.159 -63.875,28 35 38,stand,,,
|
||||
909.034 228.553 -63.875,34 36 40,stand,,,
|
||||
605.871 236.803 -63.875,35 37 42 43,stand,,,
|
||||
585.749 387.753 -63.875,36 38 41,stand,,,
|
||||
770.816 454.345 -63.875,37 39 34,stand,,,
|
||||
762.72 528.088 -63.875,38,stand,,,
|
||||
978.549 191.094 -63.875,35,stand,,,
|
||||
500.486 387.811 -31.875,37 162,stand,,,
|
||||
554.294 251.267 -63.875,36,stand,,,
|
||||
557.089 103.216 -63.8851,36 44 47,stand,,,
|
||||
523.957 -151.585 -63.875,43 45 46,stand,,,
|
||||
561.626 -166.73 -63.875,44,stand,,,
|
||||
379.182 -165.102 -63.8775,44 47 48,stand,,,
|
||||
362.174 96.2456 -63.8432,46 43,stand,,,
|
||||
238.199 -148.355 -30.875,46 49 50,stand,,,
|
||||
241.326 92.7521 -31.875,48,stand,,,
|
||||
116.575 -139.864 -28.6678,48 51 56,stand,,,
|
||||
-57.9606 -136.442 -30.875,50 52 53 54,stand,,,
|
||||
6.5279 -176.112 -30.875,51,stand,,,
|
||||
-122.462 -182.67 -30.875,51,stand,,,
|
||||
-146.524 -107.463 -30.5633,51 55,stand,,,
|
||||
-147.314 74.4857 -31.2849,54 157,stand,,,
|
||||
40.8926 70.6623 -31.2585,50 157 158 156,stand,,,
|
||||
1272.73 1138.7 -49.5715,21 60,stand,,,
|
||||
1271 1352.51 -49.6,20 59,stand,,,
|
||||
983.724 1361.59 -54.9955,58 60 63,stand,,,
|
||||
966.607 1126.44 -56.7812,59 57 61,stand,,,
|
||||
613.382 1107.17 -68.4744,60 62,stand,,,
|
||||
376.443 1243.46 -64.4783,61 63 64,stand,,,
|
||||
610.481 1445.16 -79.875,62 59,stand,,,
|
||||
14.4785 1250.86 -53.875,62 65 66 68,stand,,,
|
||||
19.0491 1443.61 -67.875,64 89,stand,,,
|
||||
13.5962 1045.34 -66.875,64 67,stand,,,
|
||||
17.281 924.232 -28.8312,66 149 150,stand,,,
|
||||
-342.72 1211.8 -57.9799,64 69,stand,,,
|
||||
-667.555 1241.99 -62.2367,68 70,stand,,,
|
||||
-682.771 1106.33 -68.1933,69 71,stand,,,
|
||||
-884.029 1108.36 -68.8847,70 172,stand,,,
|
||||
-1574.57 1108.52 -65.5608,73 171 172,stand,,,
|
||||
-1579.15 1346.66 -66.6751,72 74 172,stand,,,
|
||||
-1588.88 1534.63 -28.361,73 76,stand,,,
|
||||
-1573.59 935.406 -24.875,119 120 171,stand,,,
|
||||
-1588.41 1604.94 -31.875,74 77 78,stand,,,
|
||||
-1938.82 1598.66 -31.875,76,stand,,,
|
||||
-1310.18 1673.88 -31.875,76 4,stand,,,
|
||||
-891.667 1619.17 -31.875,4 80 81,stand,,,
|
||||
-909.025 1714.71 -31.875,79,stand,,,
|
||||
-744.907 1611.68 -31.875,79 82 83,stand,,,
|
||||
-741.953 1726.1 -31.875,81,stand,,,
|
||||
-463.232 1693.14 -28.2036,81 84,stand,,,
|
||||
-238.86 1698.47 -28.4704,83 85 87 88,stand,,,
|
||||
-279.586 1592.28 -31.875,84,stand,,,
|
||||
-292.535 1929.62 -31.8765,87,stand,,,
|
||||
-151.417 1903.85 -31.8796,86 84 93 97 94,stand,,,
|
||||
23.2079 1621.4 -31.875,84 89 90,stand,,,
|
||||
22.399 1536.08 -26.875,88 65,stand,,,
|
||||
217.643 1656.3 -31.9628,88 91 92,stand,,,
|
||||
257.413 1586.33 -31.9456,90,stand,,,
|
||||
205.047 1900.54 -29.807,90 93,stand,,,
|
||||
100.465 1913.25 -31.9454,92 87 94 97,stand,,,
|
||||
129.211 2136.65 -31.875,93 95 96 97 87,stand,,,
|
||||
213.799 2234.56 -31.875,94,stand,,,
|
||||
499.362 2141.94 -31.875,94 100 101 102,stand,,,
|
||||
-136.675 2143.51 -29.7168,87 94 93 14 98 99,stand,,,
|
||||
-74.6338 2290.27 -31.875,14 97,stand,,,
|
||||
-493.172 2091.33 -27.359,97,stand,,,
|
||||
586.666 2258.33 -31.875,96 101 102 103,stand,,,
|
||||
502.214 2243.82 -31.875,100 96,stand,,,
|
||||
585.792 2046.05 -31.875,100 96 111,stand,,,
|
||||
848.31 2263.95 -31.875,100 104 109,stand,,,
|
||||
1109.84 2228.8 -25.5293,103 105 106 107,stand,,,
|
||||
1175.77 2237.81 -8.97549,104,stand,,,
|
||||
1102.54 2044.88 -28.0184,104 107 109,stand,,,
|
||||
1166.27 2015.18 -27.2117,106 108 104 114,stand,,,
|
||||
1195.87 2065.59 -26.6984,107,stand,,,
|
||||
850.662 2042.43 -31.875,106 103 110 111,stand,,,
|
||||
806.867 2032.79 -31.875,109,stand,,,
|
||||
784.601 1844.62 -31.875,109 102 112 113,stand,,,
|
||||
880.919 1765.4 -31.875,111,stand,,,
|
||||
673.365 1737.16 -31.875,111,stand,,,
|
||||
1147.99 1820.3 -29.2646,107 115 116 117,stand,,,
|
||||
1112.72 1909.82 -30.9519,114,stand,,,
|
||||
986.344 1886.33 -31.875,114,stand,,,
|
||||
1168.67 1645.6 -31.875,114 118 17,stand,,,
|
||||
1098.56 1618.27 -31.875,117,stand,,,
|
||||
-1511.25 852.503 -31.875,75 120 121 123,stand,,,
|
||||
-1693.12 760.782 -31.875,119 75 124,stand,,,
|
||||
-1281.52 843.94 -32.875,119 122 125,stand,,,
|
||||
-1200.55 881.075 -32.875,121,stand,,,
|
||||
-1528.59 757.418 -31.875,119,stand,,,
|
||||
-1611.47 703.668 -31.875,120,stand,,,
|
||||
-1254.24 564.073 -32.875,121 126 127,stand,,,
|
||||
-1199.26 556.856 -32.875,125,stand,,,
|
||||
-1259.12 461.478 -30.875,125 128 129 137,stand,,,
|
||||
-1331.01 429.277 -30.875,127,stand,,,
|
||||
-1170.75 285.656 -30.875,127 130 131,stand,,,
|
||||
-1239.94 205.003 -30.875,129,stand,,,
|
||||
-852.028 280.467 -30.875,129 132 135,stand,,,
|
||||
-846.327 391.635 -30.875,131 133 139,stand,,,
|
||||
-682.605 386.78 -30.875,132 134 135,stand,,,
|
||||
-646.367 475.88 -30.875,133,stand,,,
|
||||
-612.722 314.285 -30.875,133 131 136 147,stand,,,
|
||||
-609.22 218.809 -30.875,135,stand,,,
|
||||
-1101 467.092 -30.875,127 138 139,stand,,,
|
||||
-1088.48 689.187 -30.875,137 139,stand,,,
|
||||
-848.055 464.308 -30.875,138 137 132 140,stand,,,
|
||||
-841.659 533.75 -30.875,139 141,stand,,,
|
||||
-840.418 731.74 96.125,140 142,stand,,,
|
||||
-738.694 841.33 96.125,141 143 144 145,stand,,,
|
||||
-735.909 666.86 96.125,142 146,stand,,,
|
||||
-557.814 846.661 96.125,142 145 146,stand,,,
|
||||
-557.755 961.266 96.125,144 142,stand,,,
|
||||
-532.748 638.657 96.125,144 143 170,stand,,,
|
||||
-295.132 305.526 -31.875,135 148 155 156,stand,,,
|
||||
-299.669 204.691 -31.875,147,stand,,,
|
||||
-115.445 839.139 -31.9161,67 150 151 152 168,stand,,,
|
||||
116.368 821.651 -31.897,149 67 166,stand,,,
|
||||
-227.071 756.383 -31.875,149 153,stand,,,
|
||||
-360.895 891.134 -31.875,149 154 168,stand,,,
|
||||
-251.418 589.576 -31.875,151 154 155,stand,,,
|
||||
-382.703 619.925 -31.875,153 152,stand,,,
|
||||
-258.588 419.02 -31.875,153 147 156,stand,,,
|
||||
-104.584 282.158 -31.875,147 155 157 158 56 159,stand,,,
|
||||
-103.383 76.3258 -31.2976,156 55 56 158,stand,,,
|
||||
162.192 252.569 -31.875,56 156 157 159 163,stand,,,
|
||||
161.223 411.803 -32.4544,158 156 160,stand,,,
|
||||
213.52 475.34 -31.9224,159 161 166 167,stand,,,
|
||||
360.555 467.332 -31.875,160 162 165 167 166,stand,,,
|
||||
376.895 380.017 -31.875,161 41 163,stand,,,
|
||||
356.817 253.739 -31.875,162 164 158,stand,,,
|
||||
396.292 200.878 -31.875,163,stand,,,
|
||||
393.27 544.247 -31.875,161,stand,,,
|
||||
235.818 592.113 -31.875,160 150 167 33 161,stand,,,
|
||||
345.166 586.052 -31.9016,166 161 33 160,stand,,,
|
||||
-327.12 834.13 -31.9112,169 149 152,climb,1.49963 -94.6692 0,,
|
||||
-327.12 815.832 96.125,168 170,climb,-2.94983 -90.1593 0,,
|
||||
-367.557 613.436 96.125,169 146,stand,,,
|
||||
-1573.5 1032.76 -43.9162,72 75,stand,,,
|
||||
-1145.08 1079.46 -68.8195,72 73 71,stand,,,
|
||||
|
169
scriptdata/waypoints/mp_dome_wp.csv
Normal file
@@ -0,0 +1,169 @@
|
||||
168
|
||||
926.252 1164.99 395.125,1 131 161,stand,,,
|
||||
924.592 1464.43 392.125,0 2,stand,,,
|
||||
1018.9 1527.51 392.125,1 3 4,stand,,,
|
||||
1015.72 1767.82 392.125,2 160,stand,,,
|
||||
1276.17 1528.78 392.125,2 5,stand,,,
|
||||
1273.37 1254.4 392.125,4 6 134,stand,,,
|
||||
1188.9 1168.97 392.125,5 131 134 162,stand,,,
|
||||
811.66 1596.18 226.125,70 72 113 114 132,stand,,,
|
||||
915.58 1830.17 221.467,9,stand,,,
|
||||
996.443 2141.69 226.125,10 11 12 8 132,stand,,,
|
||||
970.504 2299.73 226.016,9,stand,,,
|
||||
1052.08 2296.65 226.125,9,stand,,,
|
||||
820.473 2149.51 226.752,9 110 111 119 112 156,stand,,,
|
||||
203.375 1561.45 226.125,14 74 75 71,stand,,,
|
||||
196.612 1658.35 226.125,13 16 124 155,stand,,,
|
||||
304.594 1783.22 226.125,115 116 120 124,stand,,,
|
||||
-139.69 1659.78 226.125,17 18 14 154,stand,,,
|
||||
-149.075 1564.27 233.426,16 95 96,stand,,,
|
||||
-266.982 1798.47 226.125,16 90 91,stand,,,
|
||||
-713.514 1594.13 226.125,20 92 94,stand,,,
|
||||
-910.949 1593.18 226.125,19 21 22 23,stand,,,
|
||||
-817.924 1466.15 226.125,20,stand,,,
|
||||
-1129.26 1567.54 226.125,20 105 150,stand,,,
|
||||
-905.231 1949.21 226.125,24 25 20 151,stand,,,
|
||||
-809.313 1952.04 226.125,23,stand,,,
|
||||
-804.635 2079.25 237.617,23 26,stand,,,
|
||||
-709.997 2092.62 230.377,25 88 89 87,stand,,,
|
||||
-78.1181 332.203 138.125,56 122 141,stand,,,
|
||||
-532.043 711.134 136.125,31 34 35 36 41,stand,,,
|
||||
-730.973 303.048 137.082,121,stand,,,
|
||||
-642.995 455.505 146.352,31 32 121 129 143,stand,,,
|
||||
-540.233 514.393 136.125,28 30 37 129,stand,,,
|
||||
-738.192 555.414 176.471,30 33,stand,,,
|
||||
-741.388 829.598 227.125,32 104 108 146 163,stand,,,
|
||||
-619.429 711.061 136.125,28,stand,,,
|
||||
-631.98 766.786 136.125,28,stand,,,
|
||||
-500.58 621.164 136.125,28 145,stand,,,
|
||||
-488.748 408.252 136.125,31,stand,,,
|
||||
-318.847 992.58 227.125,39 40 103 130,stand,,,
|
||||
-361.536 845.069 136.125,38 40 41,stand,,,
|
||||
-194.563 835.456 136.125,38 39 42 43 44,stand,,,
|
||||
-367.719 720.81 150.117,39 28 42,stand,,,
|
||||
-194.375 720.8 137.615,41 40 43,stand,,,
|
||||
-27.3952 665.578 140.125,42 40 57 58,stand,,,
|
||||
-71.097 828.867 138.125,40,stand,,,
|
||||
162.42 327.88 138.125,55 123 139,stand,,,
|
||||
641.875 521.246 136.125,47 48 49 53 123 126 137 138,stand,,,
|
||||
634.757 714.195 136.125,46 50 51 52,stand,,,
|
||||
586.786 416.412 136.125,46,stand,,,
|
||||
587.323 604.521 136.125,46,stand,,,
|
||||
729.617 760.198 136.125,47,stand,,,
|
||||
722.25 677.486 136.125,47,stand,,,
|
||||
464.287 722.069 136.125,47 60 128,stand,,,
|
||||
818.389 504.89 167.415,46 54 126,stand,,,
|
||||
847.452 820.008 227.125,53 68 73,stand,,,
|
||||
164.474 441.519 139.399,45 56 57 58 140,stand,,,
|
||||
-72.6756 439.132 136.125,55 27 58,stand,,,
|
||||
163.323 663.776 136.125,55 43 58 59,stand,,,
|
||||
36.7914 548.852 138.125,43 56 55 57,stand,,,
|
||||
160.077 735.098 136.125,57 60 61,stand,,,
|
||||
276.056 734.701 136.125,59 62 52,stand,,,
|
||||
172.27 831.865 136.125,59 62,stand,,,
|
||||
278.247 841.543 136.125,60 63 128 61,stand,,,
|
||||
275.955 993.841 227.125,62 98 127,stand,,,
|
||||
1062.25 1177.7 226.125,65,stand,,,
|
||||
988.47 1177.82 228.579,64 66,stand,,,
|
||||
973.754 999.098 228.26,65 67 68 135,stand,,,
|
||||
1057.06 852.343 226.125,66 135,stand,,,
|
||||
809.512 1001.47 236.036,66 54 69 73 167,stand,,,
|
||||
722.995 1170.14 231.171,70 68 73,stand,,,
|
||||
728.188 1388.16 233.741,69 71 7,stand,,,
|
||||
321.249 1395.49 226.125,70 74 75 13 97,stand,,,
|
||||
835.659 1700.16 226.125,7 113,stand,,,
|
||||
537.282 1112.99 226.125,54 69 68 97 127,stand,,,
|
||||
328.607 1526.82 226.125,71 13 114,stand,,,
|
||||
38.4245 1499.15 243.764,71 13 76,stand,,,
|
||||
-56.4706 1340.49 226.125,75 96 97 99 103,stand,,,
|
||||
-240.738 2043.12 223.3,78 79 83 86,stand,,,
|
||||
-171.437 2045.12 219.092,77,stand,,,
|
||||
-191.018 1894.05 226.125,77,stand,,,
|
||||
335.35 2077.94 226.125,81 116 118 120,stand,,,
|
||||
128.716 2244.1 226.125,80 82 83,stand,,,
|
||||
87.4023 2151.49 220.314,81,stand,,,
|
||||
-190.265 2232.4 224.735,81 77 84 86,stand,,,
|
||||
-384.008 2222.1 226.125,83 85 86 88,stand,,,
|
||||
-359.151 2337.77 226.125,84,stand,,,
|
||||
-324.606 2124.78 226.125,77 84 83 87 153,stand,,,
|
||||
-403.874 2042.29 226.125,86 89 26 90,stand,,,
|
||||
-607.51 2209.89 226.125,84 26,stand,,,
|
||||
-523.411 1853.23 226.125,26 87 91 90,stand,,,
|
||||
-328.966 1862.85 226.125,18 87 89,stand,,,
|
||||
-452.161 1738.97 226.125,92 89 18 93 94,stand,,,
|
||||
-693.517 1695.32 226.125,91 19,stand,,,
|
||||
-441.914 1573.26 229.589,91 94 95 152,stand,,,
|
||||
-628.072 1416.11 226.125,19 93 91 108,stand,,,
|
||||
-266.483 1528.54 226.125,93 17 96,stand,,,
|
||||
-136.112 1402.17 226.125,17 95 76 103,stand,,,
|
||||
302.539 1261.87 227.465,76 71 73 98 127,stand,,,
|
||||
241.401 1178.14 226.125,97 63 99 127,stand,,,
|
||||
0.636559 1195.11 226.125,98 100 76 103,stand,,,
|
||||
32.3835 1037.42 226.125,99 101 102 103,stand,,,
|
||||
111.263 914.092 226.125,100,stand,,,
|
||||
-28.3638 916.088 226.125,100,stand,,,
|
||||
-217.482 1182.5 226.125,99 100 96 76 38 130,stand,,,
|
||||
-828.673 1017.41 229.344,105 33 107 108 147,stand,,,
|
||||
-1115.52 1038.53 226.125,104 22 148 149 166,stand,,,
|
||||
-487.596 855.899 226.125,130,stand,,,
|
||||
-816.377 1290.55 226.125,104,stand,,,
|
||||
-636.013 1085.33 232.753,104 94 33 130,stand,,,
|
||||
461.208 2304.67 226.125,110 118 119,stand,,,
|
||||
814.719 2298.06 226.125,109 12 119,stand,,,
|
||||
819.415 1902.1 226.125,12 112 119,stand,,,
|
||||
687.368 1905.21 226.125,111 113 119 12 120 118 115,stand,,,
|
||||
701.716 1696.4 226.125,112 72 7 114 115 120,stand,,,
|
||||
519.047 1632.85 226.125,113 74 115 7,stand,,,
|
||||
450.287 1741 226.125,114 15 120 116 113 112,stand,,,
|
||||
293.309 1894.31 226.125,15 117 80 120 118 115,stand,,,
|
||||
219.955 1895.38 226.203,116,stand,,,
|
||||
460.027 2113.73 239.458,80 109 119 120 116 112,stand,,,
|
||||
631.298 2121.38 235.91,118 12 109 110 112 111 120,stand,,,
|
||||
460.54 1900.45 226.125,118 116 80 115 15 112 119 113,stand,,,
|
||||
-619.2 309.58 136.125,29 30 129 144,stand,,,
|
||||
-424.764 343.623 138.125,27 129 142,stand,,,
|
||||
631.598 339.74 140.125,45 46 126,stand,,,
|
||||
215.077 1776 226.125,14 15 125,stand,,,
|
||||
187.166 1791.77 232.608,124,stand,,,
|
||||
752.257 395.281 138.995,53 123 46,stand,,,
|
||||
416.655 986.482 227.125,128 73 98 97 63,stand,,,
|
||||
429.8 836.278 136.125,127 52 62,stand,,,
|
||||
-526.039 353.403 136.125,122 121 31 30,stand,,,
|
||||
-473.628 1104.58 226.125,103 38 108 106,stand,,,
|
||||
1037.14 1164.79 392.125,0 6 136 159,stand,,,
|
||||
1038.34 1597.86 222.183,7 9 133 157,stand,,,
|
||||
1185.84 1564.06 226.125,132 134,stand,,,
|
||||
1188.4 1280.18 392.125,133 5 6 158,stand,,,
|
||||
1039.93 1078.88 226.125,136 66 67,climb,5.58105 89.1421 0,,
|
||||
1039.95 1095.4 400.125,135 131,climb,2.71912 89.3618 0,,
|
||||
587.738 490.514 136.125,46,claymore,12.085 79.5685 0,,
|
||||
703.272 592.423 136.125,46,grenade,-31.1847 136.395 0,,
|
||||
115.125 324.334 138.125,45,claymore,11.3159 66.297 0,,
|
||||
68.1676 406.077 138.125,55,grenade,-26.4056 85.7758 0,,
|
||||
-19.3346 348.768 138.125,27,claymore,19.9402 113.11 0,,
|
||||
-471.823 288.922 136.125,122,claymore,8.46497 123.508 0,,
|
||||
-612.916 522.036 144.44,30,claymore,15.4742 164.009 0,,
|
||||
-592.051 394.924 136.125,121,grenade,-26.2518 95.1471 0,,
|
||||
-486.571 662.98 136.125,36,claymore,27.323 64.5007 0,,
|
||||
-710.514 751.87 218.923,33,claymore,15.238 110.621 0,,
|
||||
-834.679 1148.66 232.68,104,grenade,-21.1816 -2.4884 0,,
|
||||
-1065.84 903.865 226.125,105,grenade,-23.9502 -0.335083 0,,
|
||||
-1160.23 1089.4 226.125,105,claymore,18.0066 54.4098 0,,
|
||||
-975.827 1602.89 226.125,22,claymore,21.0114 -106.826 0,,
|
||||
-846.027 1992.21 227.849,23,claymore,15.6226 60.0348 0,,
|
||||
-591.436 1627.5 226.125,93,grenade,-34.8102 3.28491 0,,
|
||||
-185.46 2124.66 219.164,86,claymore,7.53662 50.1306 0,,
|
||||
-129.818 1712.48 226.125,16,claymore,17.699 -47.2687 0,,
|
||||
228.615 1716.55 226.125,14,claymore,18.3142 130.748 0,,
|
||||
923.727 2166.32 232.215,12,claymore,17.0837 -81.9965 0,,
|
||||
960.121 1557.2 226.125,132,claymore,19.704 -163.076 0,,
|
||||
1214.69 1232.85 392.125,134,claymore,36.8756 106.754 0,,
|
||||
978.592 1166.7 392.125,131,claymore,24.093 -66.1322 0,,
|
||||
946.194 1852.19 392.125,3,crouch,3.68591 -150.864 0,,
|
||||
873.874 1183.59 395.875,0,crouch,9.45923 -149.326 0,,
|
||||
1248.17 1129.13 392.125,6,crouch,3.60901 138.45 0,,
|
||||
-543.433 846.054 226.125,164 33,climb,-0.884399 -1.83472 0,,
|
||||
-514.646 846.041 399.875,165 163,climb,4.22424 -2.69714 0,,
|
||||
-483.447 903.901 395.875,164,crouch,8.22876 -6.62476 0,,
|
||||
-951.19 977.14 226.125,105,tube,-12.9034 -0.0219727 0.411987,,
|
||||
894.215 981.914 228.125,68,tube,-9.70642 176.534 0,,
|
||||
|
306
scriptdata/waypoints/mp_downfall_wp.csv
Normal file
@@ -0,0 +1,306 @@
|
||||
305
|
||||
1011.92 9510.12 118.864,1 2 3 6,stand,,,
|
||||
953.87 9459.52 112.18,0,stand,,,
|
||||
882.008 9505.34 94.125,0 239,stand,,,
|
||||
1086.85 9427.84 108.586,0 4,stand,,,
|
||||
1088.73 9219.46 100.964,3 212 238,stand,,,
|
||||
1004.96 9832.21 119.615,6,stand,,,
|
||||
1020.18 9757.48 125.364,5 0 304,stand,,,
|
||||
1329.1 9739.39 119.601,9 304,stand,,,
|
||||
1289.02 9447.14 136.608,304,stand,,,
|
||||
1553.18 9738.55 130.125,203 7,stand,,,
|
||||
1212.04 10016 118.125,11 12 304,stand,,,
|
||||
1282.34 10038.4 118.125,10,stand,,,
|
||||
877.378 10032.3 116.323,10 13 14,stand,,,
|
||||
750.829 10008.6 118.642,12,stand,,,
|
||||
876.936 10128 115.229,12 187,stand,,,
|
||||
-3411.94 9391.45 252.948,16 20,stand,,,
|
||||
-3198.15 9389.63 252.125,15 17,stand,,,
|
||||
-2953.61 9390.51 132.565,16 18,stand,,,
|
||||
-2835.94 9388.18 132.125,17 19,stand,,,
|
||||
-2637.43 9387.85 36.125,18 278,stand,,,
|
||||
-3390.83 8527.38 252.746,15 21,stand,,,
|
||||
-3203.48 8521.88 252.125,20 22,stand,,,
|
||||
-2953.12 8633.08 132.322,21 23,stand,,,
|
||||
-2834.87 8634.77 132.125,22 24,stand,,,
|
||||
-2638.03 8465.24 39.4679,23 279 296,stand,,,
|
||||
-603.26 8966.63 -22.875,26 27 28 29,stand,,,
|
||||
-563.538 9119.29 -17.8695,25,stand,,,
|
||||
-546.869 8819.67 -22.6051,25,stand,,,
|
||||
-763.631 8966.37 -22.875,25,stand,,,
|
||||
-440.945 8970.91 -22.875,25 30 31,stand,,,
|
||||
-425.889 8757.75 29.125,29 259,stand,,,
|
||||
-271.323 8964.35 -22.8819,29 32 33 34,stand,,,
|
||||
-292.086 9119.02 -22.8819,31,stand,,,
|
||||
-91.5759 8953.75 -22.9441,31,stand,,,
|
||||
-123.247 9114.49 -15.875,31 35 37,stand,,,
|
||||
-121.778 9278.83 -4.93946,34 36,stand,,,
|
||||
-274.366 9291.58 6.53295,35,stand,,,
|
||||
55.0922 9111.03 -13.1782,34 236,stand,,,
|
||||
-788.474 6337.51 165.337,39,stand,,,
|
||||
-786.606 6251.61 158.141,38 40,stand,,,
|
||||
-786.528 6151.73 116.169,39 41,stand,,,
|
||||
-787.487 6059.75 72.5118,40 42,stand,,,
|
||||
-682.004 6073.59 56.6425,41 43,stand,,,
|
||||
-510.145 6412.78 29.125,42 44 48 49 50,stand,,,
|
||||
-348.951 6410.13 34.4541,43 45 47,stand,,,
|
||||
-347.66 6180.96 39.1809,44 46 126,stand,,,
|
||||
-341.087 6075.55 52.2241,45,stand,,,
|
||||
-332.205 6447.69 41.3705,44,stand,,,
|
||||
-583.448 6456.61 40.1863,43,stand,,,
|
||||
-473.349 6456.75 38.3714,43,stand,,,
|
||||
-716.439 6416.6 31.1778,43 51 52,stand,,,
|
||||
-767.286 6378.48 40.1124,50,stand,,,
|
||||
-729.451 6571.42 29.4932,50 53,stand,,,
|
||||
-730.096 6762.39 19.0741,52 54 55 303,stand,,,
|
||||
-726.716 7052.55 28.8949,53 301 250 302 300,stand,,,
|
||||
-493.815 6751.14 8.84497,53 56 125,stand,,,
|
||||
-563.619 6875.11 33.4806,55,stand,,,
|
||||
5442.57 8179.57 126.855,58,stand,,,
|
||||
5426.74 8377.06 133.831,57 59,stand,,,
|
||||
5214.07 8392.98 112.47,58 60,stand,,,
|
||||
5220.42 8796.33 98.2689,59 61 64,stand,,,
|
||||
5255.97 9213.41 117.226,60 62,stand,,,
|
||||
5447.08 9217.83 149.513,61 63,stand,,,
|
||||
5447.09 9416.32 146.878,62,stand,,,
|
||||
5056.21 8800.52 88.125,60 78,stand,,,
|
||||
4947.8 7982.57 -68.1773,66,stand,,,
|
||||
4438.55 7979.47 -88.0888,65 69,stand,,,
|
||||
4312.97 8212.44 -87.875,68 69,stand,,,
|
||||
4399.84 8239.67 -55.875,67 70,stand,,,
|
||||
4221.39 8184.07 -87.875,67 66 81,stand,,,
|
||||
4445.34 8436.93 -39.875,68 71 72 76,stand,,,
|
||||
4347.09 8460.83 -39.875,70,stand,,,
|
||||
4548.16 8453.91 -22.1601,70,stand,,,
|
||||
4283.5 9213.32 -39.875,74,stand,,,
|
||||
4491.19 9225.57 -39.875,73 75 76 77 79,stand,,,
|
||||
4576.97 9154.31 -39.875,74,stand,,,
|
||||
4569.2 8843.63 -39.875,74 70 78 170,stand,,,
|
||||
4431.86 9013.29 -39.875,74,stand,,,
|
||||
4803.36 8805.37 -39.9633,64 76,stand,,,
|
||||
4473.4 9333.12 -41.3765,74 80,stand,,,
|
||||
4357.13 9482.25 -72.9593,79 180,stand,,,
|
||||
4022.2 8183.13 -64.0017,69 82,stand,,,
|
||||
3761.9 8212.96 -111.362,81 83 91,stand,,,
|
||||
3781.37 8645.64 -101.076,82 84 85,stand,,,
|
||||
3764.42 8948.67 -114.361,83 174 175,stand,,,
|
||||
3484.57 8820.39 -124.254,83 87 175,stand,,,
|
||||
3322.73 8828.03 -87.375,87,stand,,,
|
||||
3397.45 8830.01 -88.2188,85 86,stand,,,
|
||||
3271.27 8223.72 -81.2924,89,stand,,,
|
||||
3220.11 8081.52 -81.2362,88 90,stand,,,
|
||||
3078.02 7878.34 -94.3174,89 92 93,stand,,,
|
||||
3465.56 7907.53 -104.324,82 92,stand,,,
|
||||
3191.48 7694.96 -105.625,91 90 96 113,stand,,,
|
||||
2858.4 7871.4 -83.8945,90 94 137,stand,,,
|
||||
2614 7780.89 -67.3618,93 95 96,stand,,,
|
||||
2402.75 7775.9 9.625,94 131,stand,,,
|
||||
2720.55 7610.5 -83.4455,94 92 97 112,stand,,,
|
||||
2773.37 7250.11 -6.4792,96 98 112 113,stand,,,
|
||||
2779.03 7090.59 9.1056,97 99 100,stand,,,
|
||||
2967.57 7054.74 8.30506,98,stand,,,
|
||||
2586.45 7018.11 8.08019,98 101,stand,,,
|
||||
2581.95 6876.41 8.09929,100 102 103,stand,,,
|
||||
2738.57 6873.46 8.09929,101,stand,,,
|
||||
2356.88 6881.6 7.92311,101 104 105,stand,,,
|
||||
2428 6849.03 8.125,103,stand,,,
|
||||
2243.01 6975.97 8.02268,106 107 103 108,stand,,,
|
||||
2001.64 7109.97 9.90701,105 107 109 110,stand,,,
|
||||
2235.14 7118.67 10.0088,106 105 111,stand,,,
|
||||
2174.4 6883.53 8.63068,105,stand,,,
|
||||
2019.47 7019.61 8.39465,106,stand,,,
|
||||
1881.86 7116.03 -6.30344,106 114 115,stand,,,
|
||||
2243.85 7286.76 -6.87583,107 112 114,stand,,,
|
||||
2505.9 7312.61 -27.68,111 97 96,stand,,,
|
||||
3012.21 7481.45 -58.3481,97 92,stand,,,
|
||||
1923.9 7383.37 5.89577,111 110 129 130,stand,,,
|
||||
1776.71 6798.34 10.4205,110 116 128,stand,,,
|
||||
1574.81 6743.68 -9.97389,115 117,stand,,,
|
||||
1215.59 6623.11 15.8662,116 118 119,stand,,,
|
||||
1163.16 6949.94 -8.2604,117 121 128,stand,,,
|
||||
890.146 6593.65 17.6482,117 120,stand,,,
|
||||
564.336 6528.76 -4.18896,119 121 122,stand,,,
|
||||
461.522 6935.79 4.56639,120 118 248,stand,,,
|
||||
463.004 6480.89 -4.47746,120 123,stand,,,
|
||||
146.691 6562.48 23.6057,122 124 125,stand,,,
|
||||
-135.149 6399.52 24.3055,123 125 126,stand,,,
|
||||
-83.8011 6715.29 16.2881,55 123 124 249,stand,,,
|
||||
-205.509 6178.6 23.1792,124 45,stand,,,
|
||||
802.714 7666.9 81.1417,225,stand,,,
|
||||
1615.95 7228.86 -11.8041,118 115 129,stand,,,
|
||||
1780.11 7594.61 22.6126,128 114 226,stand,,,
|
||||
1967.16 7838.17 16.6935,114 131 226 228,stand,,,
|
||||
2313.61 7796.17 10.3317,130 95 150,stand,,,
|
||||
2649.97 8179.54 -80.6795,133 148,stand,,,
|
||||
2623.8 8414.44 -159.005,132 134,stand,,,
|
||||
2631.89 8701.19 -181.757,133 135,stand,,,
|
||||
2816.6 9053.75 -178.956,134 136,stand,,,
|
||||
2813.71 9337.15 -159.875,135 144,stand,,,
|
||||
2840.13 8065.12 -54.6341,93 138 139 148,stand,,,
|
||||
3026.44 8024.79 -65.2282,137,stand,,,
|
||||
2976.97 8276.36 -48.813,137 140,stand,,,
|
||||
2969.67 8648.2 -56.2125,139 141 142 143,stand,,,
|
||||
3033.21 8532.61 -58.6802,140,stand,,,
|
||||
3084.88 8797.64 -56.1078,140,stand,,,
|
||||
2923.96 9220.94 -50.0619,140 151 152 179,stand,,,
|
||||
2816.08 9564.29 -74.3737,136 159,stand,,,
|
||||
2528.45 8476.17 -15.9327,146,stand,,,
|
||||
2414.16 8300.6 -11.0569,145 147,stand,,,
|
||||
2309.21 8195.48 15.7941,146 150,stand,,,
|
||||
2668.79 8071.56 -59.3736,132 137 149,stand,,,
|
||||
2431.34 7970.27 -3.42544,148 150,stand,,,
|
||||
2310.2 7963.32 9.75369,149 147 131,stand,,,
|
||||
3126.56 9191.02 -61.8651,143 179,stand,,,
|
||||
2604.31 9318.4 -24.689,143 153 156,stand,,,
|
||||
2446.37 9032.65 -31.1401,152 154 155,stand,,,
|
||||
2436.06 8843.95 -23.9488,153,stand,,,
|
||||
2312.2 9156.86 -12.7574,153,stand,,,
|
||||
2628.11 9623.98 -42.0342,152 157 159 160,stand,,,
|
||||
2509.7 9514.79 -28.4753,156,stand,,,
|
||||
2989.94 9647.59 -74.387,159,stand,,,
|
||||
2810.33 9641.07 -71.2667,158 144 156 160,stand,,,
|
||||
2618.4 9841.98 -63.9219,156 159 161,stand,,,
|
||||
2485.61 10077.6 -49.2627,160 164 167 201,stand,,,
|
||||
2789.1 10734.5 9.10499,163 165,stand,,,
|
||||
2452.34 10731.9 2.53463,162 164 181,stand,,,
|
||||
2460.6 10308.2 -49.9256,163 161 166 200 201 202,stand,,,
|
||||
3068.31 10674.8 -47.5323,162 166 169,stand,,,
|
||||
2924.41 10328.7 -46.0438,164 165 167 169,stand,,,
|
||||
2886.88 10134.2 -89.1107,161 166 168,stand,,,
|
||||
3273.43 9995.85 -124.469,167 169 177 178,stand,,,
|
||||
3313.6 10236 -104.6,168 165 166,stand,,,
|
||||
4322.3 8784.69 -30.1056,76 171,stand,,,
|
||||
4209.62 8839.39 -41.1113,170 172,stand,,,
|
||||
4079.66 8987.23 -85.8088,171 173,stand,,,
|
||||
3905.7 9144.02 -87.9256,172 174,stand,,,
|
||||
3751.03 9130.31 -120.187,173 84 176 177,stand,,,
|
||||
3557.99 8916.63 -129.1,85 84 176,stand,,,
|
||||
3531.5 9207.26 -137.782,175 174 178,stand,,,
|
||||
3703.16 9455.26 -98.5912,174 178 180 168,stand,,,
|
||||
3488.32 9382.93 -127.09,176 177 179 168,stand,,,
|
||||
3155.94 9295.01 -90.8896,178 151 143,stand,,,
|
||||
3898.34 9426.13 -60.375,177 80,stand,,,
|
||||
2200.09 10755.7 31.8729,163 182,stand,,,
|
||||
1998.99 10787.4 88.3346,181 183,stand,,,
|
||||
1898.47 10777.7 90.61,182 184,stand,,,
|
||||
1838.64 10702.4 88.2393,183 185,stand,,,
|
||||
1600.96 10705.9 93.3208,184 186,stand,,,
|
||||
1586.14 10425.3 74.8247,185 191 189 200,stand,,,
|
||||
915.492 10186.9 91.6163,14 188 189 190,stand,,,
|
||||
628.653 10193.1 72.4466,187 192 244,stand,,,
|
||||
933.549 10440.5 89.3357,187 186 192,stand,,,
|
||||
1395.07 10203.7 93.1463,187 191,stand,,,
|
||||
1574.91 10245.7 86.2606,190 186 202,stand,,,
|
||||
468.859 10416.7 45.9818,188 193 194 189,stand,,,
|
||||
347.717 10174.5 45.4075,192 241 243 244 264,stand,,,
|
||||
308.861 10503.5 46.2624,192 195,stand,,,
|
||||
182.191 10530.2 30.9106,194 196,stand,,,
|
||||
5.05507 10509.4 31.9269,195 197,stand,,,
|
||||
-164.929 10585.8 45.7202,196 198,stand,,,
|
||||
-466.548 10491.3 16.3142,197 199,stand,,,
|
||||
-702.452 10270.4 -21.7999,198 266,stand,,,
|
||||
1946.49 10383.4 31.0448,186 164 202 201,stand,,,
|
||||
2184.83 10028.5 -2.32651,161 202 164 200 208 207,stand,,,
|
||||
1824.71 10057.5 57.2089,201 191 200 164 207 208,stand,,,
|
||||
1607.85 9719.45 99.0484,9 204,stand,,,
|
||||
1637.83 9556.74 88.9193,203 206 205,stand,,,
|
||||
1810.11 9571.58 62.463,207 204,stand,,,
|
||||
1522.19 9411.63 92.6631,204,stand,,,
|
||||
1921.68 9572.27 53.5392,205 208 202 201 210 209,stand,,,
|
||||
2156.03 9545.71 -9.77341,201 207 202 209 210,stand,,,
|
||||
2046.3 9158.43 16.309,208 210 207 229,stand,,,
|
||||
1870.65 9138.37 36.1694,209 207 208 211 229 230,stand,,,
|
||||
1477.76 9177.61 73.4082,210 212 229,stand,,,
|
||||
1158.4 9194.48 97.647,211 4 213,stand,,,
|
||||
1139.13 9074.16 89.045,212 214,stand,,,
|
||||
1139.09 8906.72 54.125,213 215 216 217 218,stand,,,
|
||||
1002.6 9020.88 65.8753,214,stand,,,
|
||||
1247.79 9004.4 64.1328,214,stand,,,
|
||||
1253.75 8812.13 54.125,214 219,stand,,,
|
||||
977.312 8799.89 54.2013,214,stand,,,
|
||||
1236.91 8325.48 60.6556,220 217 221,stand,,,
|
||||
950.024 8339.33 54.125,219,stand,,,
|
||||
1115.18 8139.31 68.7124,219 222 223,stand,,,
|
||||
1294.08 8167.12 75.7619,221,stand,,,
|
||||
1114.21 7912.96 94.125,221 224 224 225,stand,,,
|
||||
1226.32 7913.21 94.125,223 223 227,stand,,,
|
||||
802.773 7919.16 70.4777,223 127 231 235,stand,,,
|
||||
1791.83 7924.4 15.3801,130 129 227 228,stand,,,
|
||||
1327.94 7922.82 58.1623,226 224,stand,,,
|
||||
1908.78 8409.63 22.5062,226 130 229,stand,,,
|
||||
1916.17 8796.89 23.1055,228 210 209 230 211,stand,,,
|
||||
1455.16 8895.53 54.8046,229 210,stand,,,
|
||||
395.131 7982.59 48.8295,225 232 233 246 245,stand,,,
|
||||
4.63485 8020.81 1.7586,231 233 245 246,stand,,,
|
||||
292.577 8489.2 29.3427,232 231 234,stand,,,
|
||||
321.79 8918.45 33.8556,233 235 236 237,stand,,,
|
||||
721.891 8631.38 54.2673,234 237 225,stand,,,
|
||||
311.199 9085.98 34.4584,234 37 237 241 242,stand,,,
|
||||
750.577 9185.91 62.3414,236 235 238 234 239 242,stand,,,
|
||||
987.879 9215 94.125,4 237,stand,,,
|
||||
766.969 9509.04 66.4817,2 237 240,stand,,,
|
||||
528.885 9528.49 41.9743,239 241 242 243,stand,,,
|
||||
302.004 9518.62 35.4768,240 236 242 193 264,stand,,,
|
||||
482.711 9305.17 69.5396,236 237 241 240,stand,,,
|
||||
507.233 10032.6 61.0315,193 240 244,stand,,,
|
||||
531.003 10190.3 53.622,243 188 193,stand,,,
|
||||
-19.0361 7554.05 27.3941,246 232 231 247 248 249,stand,,,
|
||||
308.588 7533.45 34.3386,245 231 232 248 249,stand,,,
|
||||
-176.736 7337.4 24.5585,245 249 250 249 248,stand,,,
|
||||
275.738 7114.36 15.0034,121 246 249 245 247,stand,,,
|
||||
0.18989 6964.99 9.88848,248 125 247 247 245 246,stand,,,
|
||||
-597.641 7326.04 6.51778,247 251 301 54,stand,,,
|
||||
-578.482 7625.35 24.6373,250 252 253,stand,,,
|
||||
-599.361 7750.25 1.61399,251,stand,,,
|
||||
-771.671 7866.84 -30.545,251 254 255 297,stand,,,
|
||||
-619.263 7882.32 -17.4068,253,stand,,,
|
||||
-761.267 8202.38 -46.9284,253 256 257 258 260,stand,,,
|
||||
-919.164 8171.41 -46.9877,255,stand,,,
|
||||
-606.723 8135.9 -46.9541,255,stand,,,
|
||||
-763.846 8575.34 -38.3318,255 259 261 262 270,stand,,,
|
||||
-512.383 8563.83 -33.3742,258 260 261 30 263,stand,,,
|
||||
-620.174 8319.41 -41.9615,259 255,stand,,,
|
||||
-667.785 8505.43 -43.9486,259 258,stand,,,
|
||||
-1032.28 8504.19 -46.3041,258,stand,,,
|
||||
-521.974 8685.94 -0.522597,259,stand,,,
|
||||
76.6526 9737.2 18.3143,241 193 265 266,stand,,,
|
||||
-737.087 9764.27 -32.823,264 266 268,stand,,,
|
||||
-719.647 10003.8 -37.6321,265 199 264 267,stand,,,
|
||||
-1170.73 9773.1 -56.1316,266 268 272,stand,,,
|
||||
-1073.95 9605.95 -53.1415,267 265 269 271,stand,,,
|
||||
-940.29 9312.24 -18.5566,268 270,stand,,,
|
||||
-947.509 8692.75 -33.3843,269 258,stand,,,
|
||||
-1278.5 9340.36 -49.8377,268 272 281,stand,,,
|
||||
-1483.79 9475.83 -56.1738,271 267 273 280,stand,,,
|
||||
-1755.92 9425.11 -43.8514,272 274,stand,,,
|
||||
-1883.75 9333.5 -4.2321,273 275 276,stand,,,
|
||||
-2037.63 9464.93 -3.875,274,stand,,,
|
||||
-2088.7 9135.78 -3.57383,274 277,stand,,,
|
||||
-2192.79 9133.87 36.125,276 278,stand,,,
|
||||
-2341.62 9094.21 39.9297,277 19 279,stand,,,
|
||||
-2342.71 8449.18 36.125,278 24 285,stand,,,
|
||||
-1507.33 8964.74 -55.1837,272 281 284,stand,,,
|
||||
-1329.38 8977.58 -51.9728,280 271 282 283,stand,,,
|
||||
-1168.14 8992.4 -31.875,281,stand,,,
|
||||
-1396.29 8432.22 -56.7395,281 284 290 292,stand,,,
|
||||
-1600.33 8449.85 -53.2497,283 280 289,stand,,,
|
||||
-2181.59 8418.78 36.125,286 279,stand,,,
|
||||
-2085.48 8327.98 -3.875,285 287,stand,,,
|
||||
-1855.67 8203.6 -3.875,286 288,stand,,,
|
||||
-1763.18 8154.2 -40.6265,287 289 293,stand,,,
|
||||
-1606.47 8156.79 -52.9115,288 284 292 293,stand,,,
|
||||
-1188.07 8436.72 -46.3265,283 291,stand,,,
|
||||
-1175.38 8323.81 -40.0881,290,stand,,,
|
||||
-1442.33 8144.56 -56.1157,283 289 295,stand,,,
|
||||
-1584.32 7937.17 -50.7019,288 294 295 289 299,stand,,,
|
||||
-1865.39 7920.52 -40.1846,293,stand,,,
|
||||
-1383.99 7844.36 -52.332,293 292 297 298,stand,,,
|
||||
-2453.66 7822.93 33.9074,24,stand,,,
|
||||
-1025.31 7845.02 -16.8248,295 253,stand,,,
|
||||
-1282.09 7365.52 10.8111,295 299 300 302,stand,,,
|
||||
-1424.35 7299.59 0.932348,298 293 300,stand,,,
|
||||
-1252.77 7052.52 16.9402,299 298 54 302 303,stand,,,
|
||||
-713.299 7320.91 0.0442426,54 250 302,stand,,,
|
||||
-911.342 7328.76 6.4702,54 301 298 300,stand,,,
|
||||
-954.013 6775.46 14.5826,300 53,stand,,,
|
||||
1215.64 9774.67 118.86,6 8 7 10,stand,,,
|
||||
|
347
scriptdata/waypoints/mp_dropzone_wp.csv
Normal file
@@ -0,0 +1,347 @@
|
||||
346
|
||||
3079.26 1503.7 214.125,1,stand,21.4893 -77.1625 0,,
|
||||
3199.16 1185.6 214.125,0 2 9,stand,12.4969 64.5062 0,,
|
||||
3347.53 1343.61 214.125,1 3,stand,13.4967 86.9843 0,,
|
||||
3379.45 1471.91 214.125,2 4 6 5,stand,17.9901 77.9205 0,,
|
||||
3347.14 1607.7 214.125,3 5 6,stand,17.276 -56.8927 0,,
|
||||
3479.5 1639.25 214.125,4 6 3,stand,17.2046 -88.2971 0,,
|
||||
3469.19 1487.71 214.125,5 3 4 7 10 11,stand,21.4124 8.62427 0,,
|
||||
3771.64 1449.59 214.125,6 8 9 10 11 12,stand,15.9796 -53.5419 0,,
|
||||
3613.54 1316.61 214.125,7 9 10,stand,19.6216 -177.72 0,,
|
||||
3618.1 1201.24 214.125,8 1 7 10 11,stand,58.8757 175.573 0,,
|
||||
4021.05 1180.94 214.125,8 9 6 7 11 13 250,stand,24.1919 -89.577 0,,
|
||||
4024.56 1515.46 214.125,10 7 6 9 12 13,stand,36.2329 166.492 0,,
|
||||
4045.41 1748.09 214.125,11 13 14 7,stand,15.3204 -177.363 0,,
|
||||
3835.47 1753.15 214.125,12 11 14 15 16 10 17,stand,15.6775 161.724 0,,
|
||||
3592.6 1945.6 214.125,13 15 16 17 18 12 345,stand,37.6611 177.984 0,,
|
||||
3621.2 1705.06 214.125,14 13 16 17,stand,48.3838 -3.3783 0,,
|
||||
3998.16 2013.54 214.125,14 13 15 17 18 21 22,stand,9.14063 -160.889 0,,
|
||||
3954.23 2303.83 214.125,14 16 18 20 21 13 15 22 26,stand,13.4308 -107.792 0,,
|
||||
4101.61 1942.77 214.125,17 16 19 14,stand,24.1425 118.021 0,,
|
||||
4336.88 2019.83 214.125,18 20,stand,16.6663 95.8942 0,,
|
||||
4334.18 2193.01 214.125,19 17,stand,39.5782 -80.0409 0,,
|
||||
4099.36 2437.82 214.125,16 17 26 38 22,stand,16.3641 179.742 0,,
|
||||
4083.8 2058.76 214.125,16 23 17 21,climb,-67.6978 -3.75183 0,,
|
||||
4116.53 2070.32 488.125,22 24,climb,72.9272 -179.973 0,,
|
||||
4237.03 2073.81 487.125,23 25,stand,36.6833 170.601 0,,
|
||||
4223.53 2147.88 487.125,24,stand,26.8451 -107.249 0,,
|
||||
3825.55 2443.95 214.125,17 21 27 36,stand,13.8647 21.1542 0,,
|
||||
3508.79 2393.32 214.125,26 28 34 35,stand,17.0782 174.952 0,,
|
||||
3296.07 2429.14 214.125,27 29 32 33,stand,13.4308 -2.63123 0,,
|
||||
3080.13 2438 214.125,28 30 31,stand,13.5736 -2.27417 0,,
|
||||
3112.17 2605.63 214.125,29 33,stand,8.78906 -65.1489 0,,
|
||||
3120.84 2274.78 214.125,29,stand,14.2877 84.0125 0,,
|
||||
3236.45 2267.57 214.125,28,stand,15.4358 71.8945 0,,
|
||||
3331.18 2624.88 214.125,28 30 34,stand,44.198 -164.564 0,,
|
||||
3508.34 2543.68 214.125,33 27,stand,34.2719 -104.76 0,,
|
||||
3416.44 2238.39 214.125,27,stand,19.3524 71.6089 0,,
|
||||
3957.05 2826.54 214.125,26 37 38 40 50,stand,15.7104 -125.041 0,,
|
||||
4144.88 2798.15 214.125,36 50,stand,18.7042 172.584 0,,
|
||||
3606.54 2916.84 214.125,36 39 21 50 165,stand,13.4253 149.101 0,,
|
||||
3613.18 3152.65 214.125,38 40,stand,20.2753 -79.3488 0,,
|
||||
3991.18 3203.4 214.125,39 36 41 45 46 49 51,stand,21.3409 -40.5231 0,,
|
||||
4086.38 3205.24 214.076,42 40 45 46,climb,-75.7343 -2.14783 0,,
|
||||
4112.96 3215.76 488.125,41 43,climb,76.4154 -178.16 0,,
|
||||
4239.2 3216.97 487.125,42 44,stand,15.0458 179.626 0,,
|
||||
4225.74 3291.87 487.125,43,stand,27.8888 -104.507 0,,
|
||||
4089.63 3361.89 214.125,40 41 46 48 49 51 54,stand,26.6638 -102.406 0,,
|
||||
4094.25 3092.17 214.125,45 40 47 41 50,stand,31.0913 120.254 0,,
|
||||
4336.87 3157.4 214.113,46 48,stand,15.3314 -176.157 0,,
|
||||
4334.98 3359.16 214.113,47 45,stand,20.9015 -146.395 0,,
|
||||
3717.45 3505.49 214.079,40 45 51 52 53 54,stand,12.052 -54.6869 0,,
|
||||
3613.81 2665.79 214.118,38 36 46 37,stand,10.9149 22.1075 0,,
|
||||
3969.83 3687.42 226.125,40 45 49 62 63,stand,37.2491 -64.0363 0,,
|
||||
3440.66 3632.82 214.125,49 53 54 70,stand,19.8962 79.9286 0,,
|
||||
3357.96 3268.6 214.125,52 49 54 58 55,stand,13.6066 33.0389 0,,
|
||||
3188.73 3553.79 214.125,49 52 53 55 56 57 45,stand,14.1833 -10.8405 0,,
|
||||
3103.18 4009.14 214.125,54 56 57 78 79 53,stand,26.889 71.4691 0,,
|
||||
3265.12 4082.66 214.125,55 54 59,stand,18.056 86.9598 0,,
|
||||
3080.13 3373.71 214.125,54 58 55,stand,19.2645 46.5411 0,,
|
||||
3080.29 3207.13 214.125,57 53,stand,23.1921 9.42932 0,,
|
||||
3264.33 4171.05 232.125,56 60,stand,42.1655 -95.6879 0,,
|
||||
3679 4169.53 213.657,59 61 62 63,stand,17.1991 -121.742 0,,
|
||||
3678.65 4032.15 220.125,60 62 63 64,stand,27.5537 117.93 0,,
|
||||
3929.81 4011.01 226.125,60 51 63 61,stand,21.4178 -128.306 0,,
|
||||
4096.29 4170.32 213.655,62 60 51 61,stand,16.2048 -138.035 0,,
|
||||
3617.43 4036.46 229.125,61 65,stand,38.2654 123.857 0,,
|
||||
3541.4 4063.37 229.125,64 66,stand,20.3577 -35.8179 0,,
|
||||
3361.73 4063.38 229.125,65 67,stand,16.5125 -16.5479 0,,
|
||||
3367.69 3944.48 229.125,66 68 71,stand,14.8041 -0.848389 0,,
|
||||
3472.57 3955.08 229.125,67 69 72,stand,24.7961 -85.0641 0,,
|
||||
3472.23 3717.73 229.125,68 70 73,stand,45.5658 -177.624 0,,
|
||||
3433.67 3715.65 229.125,69 71 52,stand,32.6514 -92.337 0,,
|
||||
3352.55 3729.69 229.125,70 67,stand,29.5148 24.5795 0,,
|
||||
3568.6 3936 229.125,68 73 75,stand,37.9413 -95.2704 0,,
|
||||
3568.77 3699.13 229.125,72 69 74,stand,20.9619 108.795 0,,
|
||||
3665.68 3717.1 229.125,73 75 77,stand,26.8945 91.0248 0,,
|
||||
3666.77 3968.88 229.125,74 76 72,stand,17.0453 -90.0958 0,,
|
||||
3765.38 3968.88 229.125,75 77,stand,64.7205 -80.1202 0,,
|
||||
3760.14 3699.13 229.125,76 74,stand,57.5024 170.972 0,,
|
||||
2970.68 4096.75 214.125,55 79 80 85,stand,15.1886 -137.249 0,,
|
||||
2798.45 3931.13 214.125,78 80 55 85,stand,19.5392 21.9757 0,,
|
||||
2797.87 4438.65 214.125,79 81 82 78 83 85,stand,16.9025 91.4203 0,,
|
||||
2421.07 4695.6 213.523,80 82 84 86 91,stand,10.1898 -21.7169 0,,
|
||||
2844.72 4724.02 214.104,81 80 83,stand,16.1884 -143.187 0,,
|
||||
2563.83 4395.13 214.123,80 84 82,stand,23.3954 43.8715 0,,
|
||||
2380.52 4410.33 214.123,83 81 86 91 150 92,stand,19.1986 -83.5919 0,,
|
||||
2976.9 4358.91 213.438,80 78 79,stand,16.7157 -86.6296 0,,
|
||||
2150.25 4699.64 214.125,84 87 81 91 92 95,stand,25.1532 173.51 0,,
|
||||
2095.05 4725.87 214.254,86 88 95,climb,-83.2434 83.8672 0,,
|
||||
2091.83 4759.86 488.125,87 89,climb,69.472 -89.2224 0,,
|
||||
2089.22 4888.88 487.125,88 90,stand,21.2311 -90.4089 0,,
|
||||
2021.69 4856.49 487.125,89,stand,36.568 -15.1196 0,,
|
||||
2143.34 4459.77 214.125,81 86 98 96 84 100,stand,21.9562 105.494 0,,
|
||||
2194.12 4768.6 214.036,86 93 84,stand,33.1018 101.572 0,,
|
||||
2161.68 4952.52 213.459,92 94,stand,24.538 -100.978 0,,
|
||||
1917.23 4952.88 214.094,93 95,stand,28.0371 -39.1138 0,,
|
||||
1904.69 4719.95 214.396,94 87 86 96 97 98 99,stand,26.0376 -12.2797 0,,
|
||||
1746.55 4558.91 227.125,95 97 98 91 111,stand,18.6987 84.6417 0,,
|
||||
1718.56 4760.88 214.574,95 96,stand,14.9854 -83.3063 0,,
|
||||
1752.64 4178.16 218.875,96 91 95 99 100 101,stand,9.34937 118.743 0,,
|
||||
2037.49 3973.5 215.125,98 100 95,stand,17.7814 178.976 0,,
|
||||
1734.32 3975.59 215.125,99 98 91,stand,23.7744 80.9888 0,,
|
||||
1633.75 4176.43 238.125,98 102,stand,38.551 0.497437 0,,
|
||||
1538.17 4255.02 238.125,101 103,stand,15.4303 -80.9497 0,,
|
||||
1257.37 4178.49 238.125,102 104,stand,48.5486 178.921 0,,
|
||||
1139.03 4175.48 214.392,103 105 116 118,stand,20.5554 5.77637 0,,
|
||||
1190.18 4360.46 214.76,104 106 108 109,stand,31.4648 -0.145264 0,,
|
||||
1422.36 4400.87 215.125,105 107,stand,63.1549 -82.3065 0,,
|
||||
1531.18 4365.25 215.125,106 108,stand,17.7649 177.993 0,,
|
||||
1422.29 4335.13 215.125,107 105,stand,71.9495 98.1989 0,,
|
||||
1174.63 4746.03 214.627,105 110,stand,22.9889 1.35437 0,,
|
||||
1507.36 4760.88 215.102,109,stand,29.6301 -101.005 0,,
|
||||
1629.22 4546.62 238.125,96 112 115,stand,30.1355 25.0354 0,,
|
||||
1624.67 4638.6 238.125,111 113,stand,10.1569 -177.311 0,,
|
||||
1324.76 4653.33 238.125,112 114,stand,14.0131 -73.8251 0,,
|
||||
1330.06 4491.63 238.125,113 115,stand,21.8024 2.48047 0,,
|
||||
1545.29 4497.7 238.125,114 111,stand,21.4453 2.98035 0,,
|
||||
1148.32 3956.63 214.802,104 117 118 119,stand,16.04 0.255737 0,,
|
||||
1515.84 3966.66 215.125,116,stand,11.8268 179.108 0,,
|
||||
841.319 3860.4 214.684,116 104 120 121,stand,9.68994 64.0588 0,,
|
||||
881.41 4042.51 214.121,116 120,stand,2.70264 -177.695 0,,
|
||||
521.837 3976.27 214.121,119 118 121 149,stand,17.3914 -83.7732 0,,
|
||||
449.782 3710.56 216.14,118 120 122,stand,23.6041 31.4294 0,,
|
||||
525.719 4143.63 214.115,121 123,stand,9.83276 -178.766 0,,
|
||||
145.371 4153.66 216.278,122 124,stand,13.9032 176.74 0,,
|
||||
45.9346 4156.73 244.125,123 125,stand,14.046 -179.909 0,,
|
||||
-3.55989 4156.72 275.625,124 126,stand,13.8318 -179.766 0,,
|
||||
-50.8486 4156.69 334.125,125 127,stand,76.0089 -170.56 0,,
|
||||
-101.393 4152.44 275.625,126 128,stand,60.3149 178.948 0,,
|
||||
-175.768 4150.89 244.125,127 129,stand,61.8091 -177.053 0,,
|
||||
-322.976 4131.97 216.795,128 130,stand,0.0109863 87.8717 0,,
|
||||
-285.506 3155.47 213.52,129 131 263 264 268 269 274,stand,12.8595 50.3973 0,,
|
||||
240.643 3065.05 214.75,130 132 263 268 274,stand,8.08044 -8.47839 0,,
|
||||
523.115 3059.72 214.96,131 133,stand,15.7819 -90.2551 0,,
|
||||
514.055 2725.17 216.865,132 262 263 275 279,stand,17.6331 49.6173 0,,
|
||||
1064.94 3152 216.593,135 260 261 262 334,stand,26.6309 -122.538 0,,
|
||||
948.084 3159.31 216.154,134 136 138 140 141,stand,16.2872 -1.62842 0,,
|
||||
994.299 3582.72 216.85,135 137,stand,18.4296 -84.5697 0,,
|
||||
540.293 3568.13 215.256,136 138 139,stand,18.8635 -29.4733 0,,
|
||||
514.392 3347.16 214.125,137 135 142,stand,38.2819 157.168 0,,
|
||||
366.728 3552.31 214.328,137,stand,9.60754 -4.21021 0,,
|
||||
645.255 3116.08 214.413,135 141,stand,17.8802 56.8793 0,,
|
||||
775.237 3403.39 214.094,140 135,stand,19.2371 -85.5035 0,,
|
||||
17.3346 3361.47 226.125,138 143,stand,16.6003 2.29919 0,,
|
||||
-32.3927 3416.65 226.125,142 144,stand,21.3849 87.9376 0,,
|
||||
-23.7516 3494.53 226.125,143 146 147,stand,37.1667 -96.5393 0,,
|
||||
238.623 3823.34 226.125,146,stand,10.9753 -92.3755 0,,
|
||||
226.084 3486.07 226.125,145 144,stand,27.1857 163.095 0,,
|
||||
-26.654 3826.31 226.125,144 148,stand,23.0438 92.1564 0,,
|
||||
-32.6022 3991.56 226.125,147 149,stand,3.84521 -147.873 0,,
|
||||
212.166 3958.42 226.125,120 148,stand,22.6208 22.0691 0,,
|
||||
2391.73 4313.36 214.125,84 151 152 155 154,stand,23.6426 78.797 0,,
|
||||
2162.19 4184.87 214.125,150 153 155 152,stand,7.93762 6.19934 0,,
|
||||
2607.44 4189 214.125,150 154 155 151 153,stand,17.7869 171.505 0,,
|
||||
2154.79 3936.96 214.125,151 154 156 152,stand,12.5024 -90.722 0,,
|
||||
2611.05 3894.22 214.125,153 152 155 161 150,stand,18.5669 11.0498 0,,
|
||||
2442.98 3813.7 214.125,150 151 154 152 156 157 162,stand,12.6288 124.028 0,,
|
||||
2060.46 3673.73 214.125,155 153 258 187 339,stand,6.04248 5.40283 0,,
|
||||
2774.21 3726.49 214.125,155 158 161 162 163,stand,9.3988 179.844 0,,
|
||||
2506.43 3597.85 244.125,157 159,stand,15.4578 13.5382 0,,
|
||||
2343.38 3574.03 236.125,158 160,stand,15.0348 -85.0916 0,,
|
||||
2357.86 3278.55 236.125,159 161 175,stand,14.1724 62.4988 0,,
|
||||
2752.19 3288.83 214.106,160 157 162 154 163 169 170 173,stand,7.96509 75.2045 0,,
|
||||
2997.48 3835.7 214.125,157 161 155,stand,14.3866 -143.116 0,,
|
||||
2954.24 3096.29 214.125,161 164 170 157,stand,9.17908 -0.0958252 0,,
|
||||
3508.11 3096.95 214.125,163 165,stand,19.7479 -178.948 0,,
|
||||
3502 2913.01 214.556,164 38 166 167 168,stand,45.6482 2.90344 0,,
|
||||
3391.43 2699.96 214.118,165 167 168,stand,20.2368 134.651 0,,
|
||||
3186.67 2941.08 214.118,166 168 165 172,stand,9.3219 -146.132 0,,
|
||||
2980.79 2733.16 214.118,167 166 165 169 172,stand,15.1776 10.4675 0,,
|
||||
2757.24 3054.65 214.125,168 161 170 171 174 182,stand,25.8179 -96.2427 0,,
|
||||
2820.65 3157.09 214.125,163 169 161,stand,21.8243 -100.758 0,,
|
||||
2674.96 2932.96 214.125,169 172 173 181 176,stand,23.335 -68.2111 0,,
|
||||
2716.2 2726.24 214.125,171 168 167 173 178 180 181 182,stand,27.4878 22.0691 0,,
|
||||
2430.96 2772.31 264,172 171 161 174 176 178,stand,30.7837 42.8387 0,,
|
||||
2478.71 3091.2 253.392,169 175 173,stand,11.228 -105.032 0,,
|
||||
2353.49 3147.04 266.125,174 160,stand,36.1395 26.6284 0,,
|
||||
2300.08 2798.86 266.625,173 177 178 171,stand,15.4578 -177.448 0,,
|
||||
2095.78 2792.63 266.125,176 185 186 187 334,stand,3.10913 -46.0571 0,,
|
||||
2409.71 2548.52 266.045,176 172 179 180 338 195 173,stand,17.9517 124.39 0,,
|
||||
2302.98 2248.98 266.625,178 180 183 195,stand,22.5879 86.9214 0,,
|
||||
2609.34 2236.91 216.834,178 172 181 182 179 194 190 338 332 345,stand,5.25696 91.0577 0,,
|
||||
2978.78 2010.39 214.125,180 172 182 171 194 345 332,stand,-0.730591 71.4252 0,,
|
||||
2940.97 2535.85 214.125,181 172 169 180 194,stand,13.9856 119.276 0,,
|
||||
2120.49 2257.47 266.125,179 184 327 328 333,stand,8.0365 146.533 0,,
|
||||
2089.21 2498.95 266.125,183 185 327 337,stand,9.31641 129.048 0,,
|
||||
1927.6 2656.36 238.755,184 177 187 260 327 334 335,stand,8.81653 6.08398 0,,
|
||||
2099.92 3127.48 266.125,177 187,stand,14.3097 -161.293 0,,
|
||||
1823.05 3099.36 214.125,186 185 177 260 156 258 259 334 327 335,stand,8.74512 -71.9354 0,,
|
||||
3505.79 2072.85 214.125,189 345,stand,11.0797 -132.624 0,,
|
||||
3182.23 1720.81 214.125,188 190 191,stand,13.4363 35.6097 0,,
|
||||
3470.4 1781.48 214.125,189 180 345,stand,16.1499 84.4934 0,,
|
||||
2908.57 1713.63 214.125,189 192 193 194 199,stand,14.859 4.90845 0,,
|
||||
2741.26 1522.98 214.125,191 193 196 194 197 199,stand,13.7878 -75.451 0,,
|
||||
2949.44 1315.9 214.125,192 191 194 197,stand,8.22327 79.198 0,,
|
||||
2615.35 1853.63 215.145,193 191 180 196 181 182 192 332 195,stand,8.78906 -13.7244 0,,
|
||||
2367.24 2198 266.125,179 196 332 178 194,stand,25.9222 171.401 0,,
|
||||
2370.68 1798 266.125,195 194 192 332,stand,21.1377 12.9449 0,,
|
||||
2618.11 1291.07 214.125,192 193 198 200 201 205,stand,12.3596 37.5433 0,,
|
||||
2323.68 1453.35 214.125,197 199 200 205,stand,18.067 -29.248 0,,
|
||||
2421.51 1652.87 214.125,198 192 191,stand,17.3474 -33.8843 0,,
|
||||
2336.27 977.061 214.125,198 197 201 204 210 207 206 209 208,stand,12.8979 38.7463 0,,
|
||||
2913.78 825.845 214.125,200 197 202 203 205 206 210 207 209 204,stand,11.7664 122.621 0,,
|
||||
2929.66 1075.58 214.125,201 203 204 205,stand,18.0505 -9.64294 0,,
|
||||
3242.33 1024.72 214.125,202 201 206 210,stand,15.4852 -170.005 0,,
|
||||
2338.4 412.614 214.125,200 202 209 210 201 207 211 212,stand,22.0441 87.4597 0,,
|
||||
2757.71 1110.07 214.125,202 197 201 198,stand,15.3259 136.42 0,,
|
||||
3148.38 568.711 220.615,203 207 201 210 200,stand,10.2448 -150.433 0,,
|
||||
3204.83 38.9033 220.077,206 208 210 201 204 200 224,stand,14.447 -179.047 0,,
|
||||
2700.86 94.7405 214.125,207 209 210 200 224,stand,13.0243 140.914 0,,
|
||||
2457.16 160.148 214.125,204 208 210 201 200 213 212 215 216 214 219,stand,13.2385 -29.3854 0,,
|
||||
2826.93 311.326 214.125,201 208 209 206 207 203 204 200,stand,13.5297 -108.959 0,,
|
||||
2088.6 415.152 214.125,204 212 217 215 213 331 216,stand,9.2395 144.374 0,,
|
||||
2083.23 26.1152 214.125,211 213 204 214 215 209 216 220 221 219,stand,6.87744 33.0939 0,,
|
||||
2428.56 -177.297 214.125,212 209 211 222 221 223 220,stand,8.58582 81.3403 0,,
|
||||
1612.86 -284.601 214.531,212 215 209 218 220 219,stand,2.43896 113.459 0,,
|
||||
1542.45 203.967 214.812,214 216 211 212 209 217 218 220 219,stand,8.64624 -40.4816 0,,
|
||||
1463.78 611.713 215.125,215 217 212 209 321 211,stand,12.6343 17.1143 0,,
|
||||
2048.56 640.594 214.125,216 211 215 322 220,stand,15.0677 -157.316 0,,
|
||||
1520.09 -718.659 214.109,214 215 219 220,stand,13.288 27.8644 0,,
|
||||
1929.49 -690.039 214.125,218 220 221 214 215 209 212,stand,10.838 93.5022 0,,
|
||||
1905.72 -290.297 214.125,219 218 214 212 221 215 217 213 222,stand,16.1884 -89.0741 0,,
|
||||
2264.33 -707.968 214.125,212 222 213 219 220 223,stand,37.6062 -88.2282 0,,
|
||||
2558.71 -622.168 214.125,221 213 223 220,stand,12.832 89.278 0,,
|
||||
2604.07 -143.49 214.125,213 224 222 225 226 221,stand,18.5724 109.663 0,,
|
||||
2601.35 -28.0045 214.125,223 208 207,stand,30.4871 -61.048 0,,
|
||||
2790.09 -249.81 214.125,223 226,stand,20.5554 18.8062 0,,
|
||||
2981.39 -150.414 214.125,225 223 227,stand,17.4243 -140.633 0,,
|
||||
3018.4 -322.341 214.125,226 228 229,stand,13.7878 4.26025 0,,
|
||||
3156.97 -156.03 214.125,227 229,stand,10.0745 -40.4157 0,,
|
||||
3377.78 -301.096 214.125,228 227 230 231 232,stand,14.068 55.072 0,,
|
||||
3402.77 -85.3149 219.614,229 231 232 234,stand,38.3368 -98.3685 0,,
|
||||
3605.85 -109.217 223.261,230 229 233 234,stand,15.9412 -119.138 0,,
|
||||
3566.58 -291.585 214.125,229 230,stand,13.7823 104.033 0,,
|
||||
3753.62 -253.859 214.018,231 234 235,stand,16.1389 7.23755 0,,
|
||||
3787.3 -54.8156 228.257,233 231 230 235 236 237,stand,15.0018 141.342 0,,
|
||||
4079.87 -49.3571 220.612,234 236 233,stand,18.8525 -91.3208 0,,
|
||||
4129.59 -307.07 214.115,235 234,stand,22.923 119.095 0,,
|
||||
3793.41 53.2094 232.125,234 238 240 239 241 247 250 246,stand,19.1547 -31.9342 0,,
|
||||
4111.27 43.5847 232.125,237 239,stand,15.4303 93.3154 0,,
|
||||
4101.26 189.923 232.125,238 240 237,stand,13.2935 142.49 0,,
|
||||
3974.95 259.517 232.125,239 237 247 248 250 246,stand,16.7981 -148.851 0,,
|
||||
3359.08 43.3385 232.125,237 242,stand,10.4315 43.2178 0,,
|
||||
3394.22 279.048 232.125,241 243 247,stand,0.22522 29.3036 0,,
|
||||
3333.63 447.748 232.125,242 244,stand,23.5602 -40.7068 0,,
|
||||
3371.55 569.799 232.125,243 245,stand,10.7227 69.5575 0,,
|
||||
3463.08 809.54 232.125,244 246,stand,20.863 -63.9703 0,,
|
||||
3757.19 783.603 232.125,245 247 251 248 250 240 237,stand,10.5963 -74.682 0,,
|
||||
3668.68 343.241 232.125,246 242 240 248 237,stand,17.5177 -154.97 0,,
|
||||
4091.76 638.574 232.125,240 249 246 247,stand,4.03198 -104.46 0,,
|
||||
4120.87 793.279 232.125,248 250,stand,11.9586 -122.516 0,,
|
||||
4025.51 1068.23 232.125,10 249 251 246 240 237,stand,18.3801 -120.566 0,,
|
||||
3598.63 987.157 232.125,250 252 246,stand,24.7247 -179.332 0,,
|
||||
3538.24 987.082 232.125,251 253 257,stand,21.5167 165.825 0,,
|
||||
3504.64 1071.56 232.125,252 254,stand,14.3042 -113.53 0,,
|
||||
3392.39 1070.12 232.125,253 255,stand,34.7223 -40.6683 0,,
|
||||
3385.54 1007.37 232.125,254 256,stand,28.3667 -67.7222 0,,
|
||||
3439.99 927.125 232.125,255 257,stand,18.9514 111.41 0,,
|
||||
3518.91 939.834 232.125,256 252,stand,51.7786 75.0891 0,,
|
||||
1843.01 3853.92 214.125,156 259 260 187,stand,2.35107 -170.032 0,,
|
||||
1490.45 3849.52 214.997,258 260 187 339,stand,16.0565 -149.257 0,,
|
||||
1470.25 3324.49 215.02,259 134 187 261 258 185 339,stand,10.849 125.802 0,,
|
||||
1088.03 3338.59 216.714,134 260,stand,16.9135 2.44751 0,,
|
||||
1082.42 2730.49 214.444,134 133 334 336 327,stand,18.6438 103.351 0,,
|
||||
208.492 2846.16 215.199,133 131 130 274 269 292 298,stand,10.0085 7.70447 0,,
|
||||
-394.285 3051.61 216.226,130 265 268,climb,-73.7677 177.652 0,,
|
||||
-427.725 3049.9 375.125,264 266,climb,73.6743 0.0744629 0,,
|
||||
-549.755 3045.5 373.125,265 267,stand,25.0049 104.846 0,,
|
||||
-522.849 3131.87 373.125,266,stand,33.7115 -80.7849 0,,
|
||||
-301.85 2876.16 215.513,264 269 130 273 131 340 341,stand,15.1666 -121.665 0,,
|
||||
-394.874 2737.17 215.833,268 270 130 273 274 263,climb,-74.5367 -179.969 0,,
|
||||
-422.089 2735.84 375.125,269 271,climb,79.7607 -0.897827 0,,
|
||||
-548.169 2735.67 373.125,270 272,stand,25.741 -39.3665 0,,
|
||||
-523.431 2652.13 373.125,271,stand,28.4546 75.1111 0,,
|
||||
-353.091 2295.5 215.886,268 269 301 292 279,stand,11.8597 80.5603 0,,
|
||||
-123.777 2591.2 216.071,269 263 131 130 298 344,stand,16.2158 3.76587 0,,
|
||||
528.729 2449.39 215.837,133 276 292 277 278 298,stand,12.6288 -2.41943 0,,
|
||||
893.535 2458.25 220.192,275 277,stand,11.9861 -89.4202 0,,
|
||||
892.73 2135.1 215.7,276 278 275,stand,14.2712 125.917 0,,
|
||||
449.715 2135.74 214.526,277 279 292 275 301,stand,12.3486 87.6575 0,,
|
||||
504.907 2254.39 215.36,278 280 292 133 293 301 273,stand,-11.2665 1.16211 0,,
|
||||
922.027 2240.86 418.125,279 281,stand,19.3469 179.728 0,,
|
||||
901.078 2365.4 418.125,280 282,stand,-7.70142 177.509 0,,
|
||||
555.775 2359.42 574.125,281 283,stand,24.8346 2.59033 0,,
|
||||
562.806 2500.53 574.125,282 284 291,stand,12.2772 90.6567 0,,
|
||||
568.903 2739 574.125,283 285 286,stand,20.1324 4.80408 0,,
|
||||
561.239 2986.23 574.125,284 290,stand,16.2103 -26.3751 0,,
|
||||
686.996 2740.04 574.125,284 287 289 288,stand,20.1489 -21.5302 0,,
|
||||
791.219 2607.13 574.125,286 288 289,stand,14.5844 41.5643 0,,
|
||||
923.062 2753.72 574.125,287 289 286,stand,15.2216 145.187 0,,
|
||||
816.786 2864.87 574.125,288 286 287,stand,15.293 149.549 0,,
|
||||
1056.28 2972.96 574.125,285 291,stand,12.5134 -177.899 0,,
|
||||
1045.02 2496.38 574.125,290 283,stand,17.7209 147.626 0,,
|
||||
266.381 2369 214.741,279 275 278 294 263 298 301 273,stand,10.9479 89.8877 0,,
|
||||
33.5463 2113.95 215.701,279 294 298 299 304 301,stand,17.4518 147.698 0,,
|
||||
-34.8743 2060.76 215.953,293 295 292 299 304,climb,-73.537 178.24 0,,
|
||||
-67.3084 2062.19 490.125,294 296,climb,70.8673 -0.540772 0,,
|
||||
-191.631 2062.7 487.125,295 297,stand,26.8451 -1.82617 0,,
|
||||
-181.073 1980.13 487.125,296,stand,22.5659 43.5583 0,,
|
||||
144.262 2530.12 215.11,292 274 263 293 299 300 275,stand,20.0555 173.713 0,,
|
||||
211.111 2014.68 215.432,293 294 298 306 305,stand,42.1216 -76.2421 0,,
|
||||
-155.544 2404.17 219.375,298,stand,5.46021 18.5864 0,,
|
||||
-189.043 2196.03 215.885,292 273 279 278 302 293,stand,12.5299 176.74 0,,
|
||||
-372.53 2013.19 215.602,301 303 304,stand,12.5354 31.7096 0,,
|
||||
-369.746 1678.02 215.063,302 304,stand,13.1067 28.2104 0,,
|
||||
25.2476 1743.02 215.474,303 302 293 294 305,stand,8.04199 145.319 0,,
|
||||
379.039 1726.02 214.83,304 306 299,stand,16.9739 56.7804 0,,
|
||||
488.847 1832.95 214.297,305 299 307,stand,29.8169 49.6503 0,,
|
||||
603.159 1825.44 214.273,306 308 310 309 312,stand,20.7312 173.153 0,,
|
||||
593.498 2042.51 214.251,307 309,stand,19.0942 -85.9155 0,,
|
||||
714.708 1591.16 214.486,308 310 307,stand,12.8156 18.2129 0,,
|
||||
1238.44 1748.36 215.125,309 307 311 312 325 326,stand,7.60803 161.304 0,,
|
||||
1179.15 1453.81 215.125,310 312,stand,22.4506 20.0916 0,,
|
||||
1537.82 1455.75 214.834,311 313 324 310 325 307 326 331 322,stand,7.31689 -99.0277 0,,
|
||||
1389.76 1203.23 215.125,312 314 331,stand,23.3569 -175.767 0,,
|
||||
1364.62 1202.83 270.125,313 315,stand,33.8544 -130.24 0,,
|
||||
1321.21 1146.07 270.125,314 316,stand,27.0758 -86.6351 0,,
|
||||
1353.87 1049.06 270.125,315 317,stand,38.1445 128.708 0,,
|
||||
1298.8 1059.05 270.125,316 318,stand,84.3805 126.351 0,,
|
||||
1287.05 1064.44 215.125,317 319,stand,-14.7656 -5.89111 0,,
|
||||
1198.89 1069.28 215.125,318 320,stand,14.9304 -88.8159 0,,
|
||||
1204.21 816.444 215.125,319 321,stand,24.2798 74.3256 0,,
|
||||
1454.82 809.281 215.125,320 216,stand,29.0643 -106.52 0,,
|
||||
2026.33 882.927 214.125,217 323 326 312 331,stand,18.0945 176.877 0,,
|
||||
1734.47 902.905 214.125,322 324,stand,28.0975 132.141 0,,
|
||||
1622.41 992.218 214.46,323 312 326,stand,14.4635 89.5306 0,,
|
||||
1346.66 1988.79 215.125,310 312 335 327,stand,21.7474 4.47449 0,,
|
||||
1846.65 1774.09 215.988,310 312 322 324 327 328 329,stand,15.4578 168.193 0,,
|
||||
1833.91 2296.71 214.027,326 185 183 328 333 334 335 184 187 325 262,stand,10.3271 82.2522 0,,
|
||||
2009.59 1985.01 260.816,183 327 326 329 333,stand,13.8208 66.4758 0,,
|
||||
2108.89 1704.28 266.125,326 328 330,stand,16.2708 112.783 0,,
|
||||
2119.54 1652.18 214.125,329 331,stand,-7.34985 91.239 0,,
|
||||
2132.01 1399.68 214.125,330 312 322 211 313,stand,14.425 -163.193 0,,
|
||||
2327.64 2042.4 266.125,195 333 194 196 180 181,stand,22.2034 88.3771 0,,
|
||||
2114.71 2058.58 266.125,332 183 328 327,stand,21.275 16.5869 0,,
|
||||
1454.52 2688.25 215.125,185 187 262 134 327 335 336 177,stand,6.49841 112.162 0,,
|
||||
1483.15 2231 215.076,327 325 334 185 187,stand,15.6335 -118.644 0,,
|
||||
1042.27 2420.6 214.626,334 262,stand,12.1564 -92.771 0,,
|
||||
2158.35 2467.95 266.625,184 338,stand,16.5179 -1.2439 0,,
|
||||
2290.64 2467.11 266.625,337 178 180,stand,67.912 11.9562 0,,
|
||||
2203.21 3481.68 214.125,156 259 260,stand,15.4193 137.151 0,,
|
||||
-627.1 2887.88 216.625,268 341 343 344,stand,4.27917 169.55 0,,
|
||||
-1424.58 3109.6 214.125,340 342 344 268,stand,7.55859 -38.548 0,,
|
||||
-1094.46 2775.01 215.191,341 343 344,stand,8.55835 -18.7781 0,,
|
||||
-715.018 2689.27 216.625,342 340 344,stand,11.9806 52.5891 0,,
|
||||
-825.634 3110.87 216.625,340 341 343 342 274,stand,12.1893 163.809 0,,
|
||||
3488.74 1942.81 214.02,188 14 190 181 180,stand,24.8895 2.45728 0,,
|
||||
|
150
scriptdata/waypoints/mp_drum_wp.csv
Normal file
@@ -0,0 +1,150 @@
|
||||
149
|
||||
9541.88 -3327.63 192.125,1 112 114,stand,,,
|
||||
9539.37 -2931.88 96.125,0 2,stand,,,
|
||||
9543.22 -2698.31 96.125,1 3,stand,,,
|
||||
9508.64 -2422.53 96.125,2 4,stand,,,
|
||||
9643.89 -2419.16 152.125,3 7,stand,,,
|
||||
9394.42 -2586.81 216.125,6,stand,,,
|
||||
9758.84 -2559.85 216.125,5 7 8,stand,,,
|
||||
9687.18 -2474.59 216.125,4 6,stand,,,
|
||||
10131.7 -2564.93 216.125,6 9,stand,,,
|
||||
10497.6 -2569.65 216.125,8 10 11,stand,,,
|
||||
10604.3 -2435.21 216.125,9,stand,,,
|
||||
10818 -2560.93 216.125,9 12,stand,,,
|
||||
10822.8 -2468.05 216.125,11 13,stand,,,
|
||||
10745.4 -2409.76 152.125,12 14,stand,,,
|
||||
10633.5 -2416.18 96.125,13 15,stand,,,
|
||||
10654.9 -2790.84 96.125,14 16,stand,,,
|
||||
10650.6 -2973.55 18.125,15 17 145,stand,,,
|
||||
10579.1 -3078.44 18.125,16 18,stand,,,
|
||||
10660.7 -3362.53 14.125,17 19 20 25 145,stand,,,
|
||||
10921.1 -3381.99 14.625,18 25 136,stand,,,
|
||||
10445.7 -3431.18 14.125,18 26 25 140,stand,,,
|
||||
9906.35 -3422.47 26.2029,141,stand,,,
|
||||
9892.56 -4035.83 54.125,23 24 142,stand,,,
|
||||
10027.3 -4062.21 68.3978,22,stand,,,
|
||||
9676.63 -4055.47 192.125,22 105 107,stand,,,
|
||||
10689.7 -3646.31 15.9321,18 26 19 136 20,stand,,,
|
||||
10467.3 -3713.04 14.125,25 20,stand,,,
|
||||
11519.8 -3582.07 -113.875,137,stand,,,
|
||||
12212.7 -3639.9 19.125,30 134,stand,,,
|
||||
12410 -3580.1 -113.875,144,stand,,,
|
||||
12202.2 -3835.72 18.125,28 31 34,stand,,,
|
||||
11966.8 -4120.45 18.125,30 32 33,stand,,,
|
||||
11799.1 -4180.28 19.125,31,stand,,,
|
||||
12161.9 -4305.07 18.125,31 34 50 51 43,stand,,,
|
||||
12521.9 -3929.25 18.1245,33 30 35,stand,,,
|
||||
12923.2 -4100.8 18.2777,34 36 37,stand,,,
|
||||
13047 -4002.86 19.125,35,stand,,,
|
||||
12973.2 -4408.21 21.125,35 38 39 40,stand,,,
|
||||
13387.9 -4426 18.125,37,stand,,,
|
||||
12760.7 -4593.73 18.4622,37 40 41 53,stand,,,
|
||||
13056 -4691.72 19.125,39 37 41,stand,,,
|
||||
12708.7 -4752.57 19.125,39 40 42,stand,,,
|
||||
12459.9 -4868.7 19.125,41 43 44 47,stand,,,
|
||||
12173.7 -4651.65 18.135,42 47 50 51 33,stand,,,
|
||||
12135.5 -5146.77 18.1867,42 45 46 47,stand,,,
|
||||
12405.6 -5124.77 19.125,44,stand,,,
|
||||
11801 -5363.88 21.125,44 48 49 58,stand,,,
|
||||
12067.4 -4815.5 21.125,44 43 42 48,stand,,,
|
||||
11795.7 -4823.76 21.125,47 46,stand,,,
|
||||
11931 -5362.44 19.125,46,stand,,,
|
||||
12006.9 -4490.95 19.125,43 33 51 54,stand,,,
|
||||
12282.6 -4462.28 18.3459,43 50 33 52,stand,,,
|
||||
12410.3 -4503.31 52.125,51 53,stand,,,
|
||||
12645.1 -4560.62 52.125,52 39,stand,,,
|
||||
11698.6 -4480.1 96.125,50 55,stand,,,
|
||||
11482.1 -4553.47 126.156,54 56 57,stand,,,
|
||||
11235.2 -4554.78 211.125,55 65 66,stand,,,
|
||||
11464.7 -4999.42 97.2314,55 58 72,stand,,,
|
||||
11480.2 -5385.74 96.8375,57 46 59 60,stand,,,
|
||||
11491 -5516.33 97.4038,58,stand,,,
|
||||
11317.3 -5421.19 96.8928,58 61,stand,,,
|
||||
11165.4 -5248.1 108.819,60 62 63 64,stand,,,
|
||||
11006.4 -5354.34 98.1853,61 73,stand,,,
|
||||
11309.6 -5174.76 95.049,61,stand,,,
|
||||
11026.9 -5138.06 99.6359,61,stand,,,
|
||||
11112.9 -4385.57 204.125,56 66,stand,,,
|
||||
10968.7 -4467.14 204.125,56 65 67,stand,,,
|
||||
10872.4 -4454.49 192.125,66 68 133,stand,,,
|
||||
10763.4 -4540.31 192.125,67 69,stand,,,
|
||||
10600.2 -4561.1 98.1714,68 70 146,stand,,,
|
||||
10883.2 -4892.49 100.894,69 71 72 147 146,stand,,,
|
||||
10986.5 -4832.67 100.081,70,stand,,,
|
||||
10993.9 -4999.32 100.625,70 57 147,stand,,,
|
||||
10867.4 -5376.29 100.361,62 74 147,stand,,,
|
||||
10678.2 -5499.56 99.2189,73 75 76 146,stand,,,
|
||||
10542.5 -5638.4 96.6548,74 76 77,stand,,,
|
||||
10706 -5699.47 99.6741,75 74,stand,,,
|
||||
10282.4 -5616.48 194.125,75 78 79,stand,,,
|
||||
10145 -5676.78 194.125,77,stand,,,
|
||||
9974.94 -5549.42 193.125,77 80 130,stand,,,
|
||||
9865.28 -5649.96 194.125,79 81,stand,,,
|
||||
9497.68 -5603.95 193.125,80 82 83,stand,,,
|
||||
9323.29 -5643.55 193.125,81 83 84,stand,,,
|
||||
9396.08 -5497.39 193.125,82 81 91 92 93,stand,,,
|
||||
9150.98 -5653.08 324.125,82 85 87,stand,,,
|
||||
8810.36 -5689.73 320.125,84 86 88,stand,,,
|
||||
8811.01 -5301.47 321.125,85 87 89 90,stand,,,
|
||||
9078.59 -5394.84 320.125,86 84,stand,,,
|
||||
8501.94 -5653.46 320.125,85 89,stand,,,
|
||||
8554.51 -5366.66 320.125,88 86,stand,,,
|
||||
8821.93 -5035.48 190.435,86 92 94 97,stand,,,
|
||||
9214.76 -5459.12 193.125,83,stand,,,
|
||||
9224.8 -5249.02 193.125,83 93 90,stand,,,
|
||||
9393.36 -5171.96 195.125,92 83 96,stand,,,
|
||||
8841.39 -4784.67 195.124,95 90 97 98,stand,,,
|
||||
9164.99 -4623.59 193.125,94 96 104,stand,,,
|
||||
9387.46 -4740.8 195.125,95 93 126,stand,,,
|
||||
8486.82 -4853.39 199.084,90 94,stand,,,
|
||||
8533.82 -4507.13 193.125,94 99 100 103,stand,,,
|
||||
8019.03 -4497.36 192.125,98,stand,,,
|
||||
8788.54 -4203.59 192.137,98 101 104 108,stand,,,
|
||||
8574.21 -3925.96 192.125,100 102,stand,,,
|
||||
8412.92 -4060.27 193.125,101 103,stand,,,
|
||||
8437.41 -4319.13 195.125,102 98,stand,,,
|
||||
9173.79 -4299.19 192.125,100 95 107,stand,,,
|
||||
9671.23 -4239.72 192.125,24 106 115 107,stand,,,
|
||||
9524.48 -4259.75 192.125,105,stand,,,
|
||||
9397.84 -4076.85 193.125,24 108 109 104 105,stand,,,
|
||||
8941.5 -4060.95 192.125,100 107 110,stand,,,
|
||||
9256.99 -3805.36 193.125,107 110 111 112,stand,,,
|
||||
9041.57 -3845.62 192.125,109 108,stand,,,
|
||||
9391.76 -3825.62 192.125,109,stand,,,
|
||||
9293.78 -3494.63 192.125,109 113 0,stand,,,
|
||||
9264.63 -3356.25 192.125,112,stand,,,
|
||||
9531.85 -3476.95 192.125,0,stand,,,
|
||||
10061.1 -4247.45 191.306,105 116 120 118,stand,,,
|
||||
10066.5 -4028 193.125,115 117,stand,,,
|
||||
10215.3 -4057.35 193.125,116 118 133,stand,,,
|
||||
10207.7 -4272.09 192.115,117 119 115,stand,,,
|
||||
10260.5 -4512.41 190.961,118 120 121,stand,,,
|
||||
10050 -4466.06 190.052,119 115,stand,,,
|
||||
10244.6 -4727.69 190.309,119 122 126,stand,,,
|
||||
10262.3 -4895.25 192.125,121 123 125,stand,,,
|
||||
10237.2 -5151.75 192.125,122 124,stand,,,
|
||||
9893.58 -5132.98 192.125,123 125 128 130,stand,,,
|
||||
9904.83 -4886.59 192.125,124 122 128,stand,,,
|
||||
9569.04 -4714.47 192.125,121 96 127 128,stand,,,
|
||||
9526.24 -4838.69 192.125,126,stand,,,
|
||||
9747.77 -4951.34 192.125,126 125 129 124,stand,,,
|
||||
9553.63 -5123.39 192.125,128,stand,,,
|
||||
9969.54 -5345.23 192.125,124 79 131 132,stand,,,
|
||||
10063.3 -5263.31 192.125,130,stand,,,
|
||||
9812.5 -5355.28 192.125,130,stand,,,
|
||||
10896.6 -4027.08 192.125,117 67,stand,,,
|
||||
12017.5 -3556.96 -112.174,28 135,stand,,,
|
||||
11798.7 -3511.33 -113.875,134 138 139 143,stand,,,
|
||||
10921.8 -3652.08 8.80361,25 19 148,stand,,,
|
||||
11476.4 -3659.44 -113.875,27 139 148,stand,,,
|
||||
11813 -3651.89 -113.875,135 139,stand,,,
|
||||
11675.3 -3642.9 -113.875,135 137 138,stand,,,
|
||||
10179.7 -3437.49 19.4289,20 141,stand,,,
|
||||
9975.14 -3583.56 31.6946,140 142 21,stand,,,
|
||||
9963.42 -3874.17 54.125,141 22,stand,,,
|
||||
12033.6 -3438.26 -103.45,144 135,stand,,,
|
||||
12187.7 -3458.61 -108.841,143 29,stand,,,
|
||||
10743 -3063.22 18.125,16 18,stand,,,
|
||||
10603.1 -5082.81 98.3336,74 147 69 70,stand,,,
|
||||
10882.9 -5028.97 101.318,72 70 73 146,stand,,,
|
||||
11226.7 -3648.92 -113.875,137 136,stand,,,
|
||||
|
81
scriptdata/waypoints/mp_egn_wp.csv
Normal file
@@ -0,0 +1,81 @@
|
||||
80
|
||||
900.573 -2165.42 152.125,1 2,stand,18.8361 -86.2811 0,,
|
||||
916.925 -2432.28 152.125,0 2 3,stand,20.6927 5.20752 0,,
|
||||
1088.41 -2394.74 152.125,1 0 3 21 4,stand,32.2559 122.607 0,,
|
||||
1192.45 -2448.35 152.125,2 4 1 18,stand,13.2715 54.1516 0,,
|
||||
1290 -2361.5 152.125,3 5 14 2,stand,9.48669 2.69715 0,,
|
||||
1395.05 -2356.91 200.125,4 6 7,stand,9.91516 -2.15881 0,,
|
||||
1693.58 -2298.13 200.125,5 7 10 79 78 12,stand,27.8284 -156.259 0,,
|
||||
1687.53 -2400.88 200.125,6 8 79 78 5,climb,-65.083 -89.3848 0,,
|
||||
1682.39 -2438.09 338.125,7 9,climb,70.5157 89.3353 0,,
|
||||
1412.51 -2488.88 336.125,8,stand,1.21948 25.8893 0,,
|
||||
1659.26 -2176.43 152.125,6 11 12 13 78,stand,39.4739 122.465 0,,
|
||||
1559.15 -2063.96 152.125,10 12,stand,20.918 -11.3654 0,,
|
||||
1752.03 -2096.71 152.125,11 10 78 6,stand,27.2681 -179.011 0,,
|
||||
1322.46 -2220.05 152.125,10 14 16 18,stand,17.9901 3.42224 0,,
|
||||
1207.13 -2302.67 153.077,13 15 18 4,climb,-81.6449 -178.781 0,,
|
||||
1177.66 -2303.71 584.125,14 63,climb,78.0798 -1.35132 0,,
|
||||
1140.38 -2056.46 152.125,13 17 20 21,stand,21.3354 37.2437 0,,
|
||||
1425.11 -1842.08 152.125,16 18 19 27 40,stand,19.9072 -109.638 0,,
|
||||
1371.99 -2003.99 152.125,17 13 14 3 27,stand,26.2628 -124.184 0,,
|
||||
1309 -1768.61 152.125,17 20 26,stand,24.906 -155.083 0,,
|
||||
1100.74 -1869.32 152.125,19 16 23,stand,12.3431 -20.127 0,,
|
||||
929.932 -2006.25 152.125,16 2 22,stand,34.9695 42.2534 0,,
|
||||
935.55 -1689.32 152.125,21 23 74 32,stand,14.4196 41.3361 0,,
|
||||
1085.99 -1631.72 152.125,22 20 24 32,stand,18.9844 -16.3312 0,,
|
||||
1081.67 -1465.19 152.125,23 25 74,stand,21.0553 21.1432 0,,
|
||||
1286.06 -1296.31 152.125,24 26 46 49 54,stand,21.7694 -100.898 0,,
|
||||
1318.84 -1465.23 149.125,25 19,stand,32.1185 95.1636 0,,
|
||||
1776.14 -1828.84 152.125,17 28 18,stand,6.28418 34.986 0,,
|
||||
1880 -1755.47 200.125,27 29,stand,-13.7 83.161 0,,
|
||||
1864.2 -1414.47 344.125,28 30,stand,11.2775 156.028 0,,
|
||||
1739.7 -1381.74 343.602,29 31,stand,32.2614 -7.90466 0,,
|
||||
1726.81 -1125.18 343.625,30,stand,84.9957 108.572 0,,
|
||||
1145.57 -1521.1 127.125,23 33 74 22,stand,24.6204 -92.406 0,,
|
||||
1187.98 -1603.51 96.125,32 34,climb,-81.5021 0.302126 0,,
|
||||
1217.38 -1600.57 302.125,33 35,climb,72.0813 177.171 0,,
|
||||
1296.7 -1600.85 290.125,34 36,stand,44.5331 153.605 0,,
|
||||
1319.9 -1508.47 290.125,35 37,stand,50.0317 0.516359 0,,
|
||||
1404.07 -1508.81 302.125,36 38,climb,63.5889 -1.26892 0,,
|
||||
1431.13 -1508.21 96.1251,37 39,climb,-83.5016 179.467 0,,
|
||||
1518.76 -1481.53 152.125,38 40 44 75,stand,60.0183 -164.333 0,,
|
||||
1546.21 -1593.14 152.125,39 17 41 75,stand,24.906 -114.659 0,,
|
||||
1694.37 -1469.89 152.125,40 42 46 75,stand,27.1198 88.385 0,,
|
||||
1694.19 -1087.5 152.125,41 43 44,stand,23.9063 -141.795 0,,
|
||||
1430.91 -1063.74 152.125,42 44 48 65,stand,19.6271 -5.75134 0,,
|
||||
1537.41 -1212.74 152.125,43 39 45 42,stand,39.0399 -89.61 0,,
|
||||
1460.47 -1307.54 152.125,44 46 47,stand,30.6903 -178.533 0,,
|
||||
1378.35 -1352.67 152.125,45 25 41 49,stand,73.5095 131.364 0,,
|
||||
1251.35 -1063.13 152.125,45 48 54,stand,30.2618 -10.6018 0,,
|
||||
1356.8 -988.343 152.125,47 43 55 59 65,stand,56.3104 -104.167 0,,
|
||||
875.844 -1296.3 152.125,25 50 54 46,stand,15.3424 -170.695 0,,
|
||||
735.496 -1338.38 192.125,49 51,stand,28.8336 -4.82849 0,,
|
||||
759.261 -1705.17 344.125,50 52,stand,18.6273 2.7356 0,,
|
||||
886.994 -1730.16 343.625,51 53,stand,26.2628 -85.4791 0,,
|
||||
901.809 -1995.86 344.125,52,stand,58.9526 -108.386 0,,
|
||||
1109.84 -1144.77 152.125,25 47 49,stand,23.6206 25.3015 0,,
|
||||
1535.51 -735.155 152.125,48 56 58 57 59,stand,21.1981 -101.821 0,,
|
||||
1741.09 -949.013 152.125,55 58 57,stand,25.2631 -177.116 0,,
|
||||
1579.34 -946.125 152.125,58 56 55,stand,17.9846 69.7632 0,,
|
||||
1719.15 -685.173 152.125,57 55 56,stand,9.84924 -156.703 0,,
|
||||
1390.93 -806.542 152.125,55 60 48,stand,27.0483 100.239 0,,
|
||||
1412.56 -684.913 152.125,59 61 64,climb,-83.0731 -2.74658 0,,
|
||||
1444.55 -688.13 584.125,60 62,climb,74.9323 -179.171 0,,
|
||||
1455.85 -1046.21 574.125,61,stand,60.4468 86.9073 0,,
|
||||
1166.96 -2057.13 576.125,15,stand,23.9777 75.1904 0,,
|
||||
1250.86 -693.042 200.125,60 69 70,stand,10.0635 -151.848 0,,
|
||||
1081.02 -911.43 152.125,48 66 67 68 43,stand,17.6276 -152.276 0,,
|
||||
878.764 -1029.58 152.125,65 67 68 76,stand,18.1274 5.37781 0,,
|
||||
1044.71 -1041.03 152.125,66 68 65,stand,7.99255 127.634 0,,
|
||||
960.865 -927.064 152.125,67 69 66 65 76,stand,10.7062 99.9426 0,,
|
||||
957.895 -827.904 200.125,68 64 70 76 77,stand,36.8976 -121.871 0,,
|
||||
940.91 -719.126 200.125,69 71 64 77,climb,-63.7317 90.011 0,,
|
||||
940.84 -688.446 342.125,70 72,climb,73.2239 -88.2697 0,,
|
||||
1117.4 -631.125 336.125,71 73,stand,24.4775 -158.994 0,,
|
||||
1200.59 -635.841 335.625,72,stand,30.6903 -169.272 0,,
|
||||
928.239 -1475.38 152.125,22 24 32,stand,36.1121 0.296633 0,,
|
||||
1693.28 -1671.62 152.125,41 40 39,stand,51.9543 164.965 0,,
|
||||
863.125 -866.923 160.125,66 77 69 68,stand,21.6266 79.4641 0,,
|
||||
863.125 -740.791 160.125,76 70 69,stand,15.4138 -69.7687 0,,
|
||||
1760.87 -2262.04 160.125,10 12 79 6 7,stand,32.9755 134.802 0,,
|
||||
1760.87 -2424.76 160.125,78 7 6,stand,25.2631 95.7623 0,,
|
||||
|
334
scriptdata/waypoints/mp_fatherland_wp.csv
Normal file
@@ -0,0 +1,334 @@
|
||||
333
|
||||
1306.95 2265.03 -24.0442,1 111 132 129 142 130,stand,,,
|
||||
1985.65 2303.72 28.8197,0 2 130 129,stand,,,
|
||||
2361.18 2392.95 33.2611,1 3 113,stand,,,
|
||||
2935.57 2233.27 59.0335,2 4 113 5 113 143 130,stand,,,
|
||||
3139.84 2482.8 54.2514,3 5,stand,,,
|
||||
3515.33 2137.8 38.7666,4 6 3 113 143,stand,,,
|
||||
4181.54 1963.18 5.47885,5 7 143 147 148,stand,,,
|
||||
4581.56 1752.77 10.1132,6 8 147,stand,,,
|
||||
4686.38 1374.1 55.8555,7 9 148 149 159 163,stand,,,
|
||||
4458.36 896 76.7488,8 10,stand,,,
|
||||
4174.48 621.813 80.5025,9 11 152 176 159,stand,,,
|
||||
4108.61 328.282 58.1107,10 12 152 176 177,stand,,,
|
||||
4171.58 -421.949 65.2941,11 13 178 177 14 176,stand,,,
|
||||
4305.64 -932.086 59.8386,12 14 178,stand,,,
|
||||
4038.13 -961.608 42.1199,13 15 178 12,stand,,,
|
||||
3919.61 -832.304 44.5775,14 16 179 178 209 178,stand,,,
|
||||
3538.96 -895.622 43.4227,15 17 209 179 209,stand,,,
|
||||
3121.86 -925.378 -5.4054,16 18 210,stand,,,
|
||||
3102.35 -540.076 -12.9427,17 19 47 47 179,stand,,,
|
||||
3030.28 -493.99 -11.875,18 20 23 47,stand,,,
|
||||
2945.67 -525.38 -11.875,19 21,stand,,,
|
||||
2881.59 -587.824 -9.875,20 22,stand,,,
|
||||
2781.13 -582.175 -11.875,21,stand,,,
|
||||
2894.62 -425.227 -9.875,19 24,stand,,,
|
||||
2640.13 -408.801 -11.875,23 25 26 27,stand,,,
|
||||
2682.46 -575.571 -11.875,24,stand,,,
|
||||
2581.4 -578.625 -11.875,24,stand,,,
|
||||
2454.01 -353.034 -11.875,24 28 58,stand,,,
|
||||
2468.48 -270.707 -14.2406,27 33 44 194,stand,,,
|
||||
2378.47 -497.269 -11.875,30 30 31 58,stand,,,
|
||||
2310.12 -523.972 -25.4921,29 29 31 34 216 60,stand,,,
|
||||
2330.95 -456.676 -22.8971,29 32 30,stand,,,
|
||||
2310.88 -315.944 -24.4894,31 33 214 194 216,stand,,,
|
||||
2382.38 -271.54 -15.586,32 28,stand,,,
|
||||
2294.68 -758.844 -27.6723,30 35 36 216 59,stand,,,
|
||||
2373.54 -823.385 -20.8172,34 36 37 41 217,stand,,,
|
||||
2195.23 -1024.53 -21.7121,35 34 59 217,stand,,,
|
||||
2440.55 -795.19 -16.3423,35 38 42,stand,,,
|
||||
2516.87 -701.064 3.125,37 39,stand,,,
|
||||
2690.52 -712.556 108.125,38 40 43,stand,,,
|
||||
2939.94 -703.892 -15.1653,39 41 42,stand,,,
|
||||
2951.47 -904.09 -17.9922,40 35,stand,,,
|
||||
2876.48 -847.522 -20.3239,40 37,stand,,,
|
||||
2702.37 -489.67 108.125,39 44 48,stand,,,
|
||||
2697.83 -290.745 108.125,43 28 45,stand,,,
|
||||
2929.89 -265.278 -14.3691,44 46 46,stand,,,
|
||||
3044.97 -258.924 -10.6108,45 47 45 195 196 210 183 209,stand,,,
|
||||
3112.23 -408.692 -9.34209,19 18 46 18 201,stand,,,
|
||||
2807.36 -489.453 108.125,43 49 50,stand,,,
|
||||
2994.18 -588.875 108.125,48 50,stand,,,
|
||||
2987.74 -362.536 108.125,49 48,stand,,,
|
||||
2614.98 -485.374 108.125,52 55,stand,,,
|
||||
2571.64 -617.606 108.125,51 53,stand,,,
|
||||
2443.16 -628.511 108.125,52 54,stand,,,
|
||||
2409.34 -434.928 108.125,53 55,stand,,,
|
||||
2514.32 -382.844 108.125,54 51 56,stand,,,
|
||||
2510.05 -588.516 -11.875,55 57,stand,,,
|
||||
2451.53 -619.688 -11.875,56 58,stand,,,
|
||||
2430.98 -503.826 -11.875,29 27 57,stand,,,
|
||||
2000.67 -1016.88 -19.875,36 60 216 217 34,stand,,,
|
||||
1935.09 -1084.03 -17.875,59 61 217 237 217 63 30,stand,,,
|
||||
1923.95 -1546.99 -17.875,60 62 63 63 237 238,stand,,,
|
||||
2345.63 -1674.56 -25.3336,61 64,stand,,,
|
||||
1752.87 -1777.65 -28.4941,61 64 61 237 238 60,stand,,,
|
||||
2148.17 -1754.72 -20.5339,63 62,stand,,,
|
||||
1223.16 -1433.25 -19.9625,66 238 237 66 247,stand,,,
|
||||
917.187 -1357.75 -27.277,65 67 65 237 247 239 250 255 249,stand,,,
|
||||
806.441 -1449.96 -19.8353,66 68 246 255 250,stand,,,
|
||||
787.762 -1674.98 -13.3455,67 69 73 75,stand,,,
|
||||
876.047 -1685.33 -7.875,68 70 72,stand,,,
|
||||
1078.66 -1574.05 -7.875,69 71,stand,,,
|
||||
1100.61 -1893.87 -7.875,70 72,stand,,,
|
||||
865.096 -1811.13 -7.875,71 69,stand,,,
|
||||
805.131 -2005.78 -28.3721,68 74 75 255,stand,,,
|
||||
998.941 -2402.6 -16.7591,73 75,stand,,,
|
||||
611.492 -2177.13 -29.6885,74 73 76 254 68 255,stand,,,
|
||||
343.123 -2208.19 -33.6778,75 79 80 254,stand,,,
|
||||
440.379 -2473.4 -6.6458,78 79,stand,,,
|
||||
103.883 -2456.61 5.16591,77 79,stand,,,
|
||||
323.921 -2279.59 -5.875,77 78 76,stand,,,
|
||||
61.1446 -2211.28 -30.9951,76 81 253,stand,,,
|
||||
-109.997 -2533.74 -13.9047,80 82 253,stand,,,
|
||||
-350.928 -2487.07 -6.12184,81 83 253,stand,,,
|
||||
-388.126 -2212.08 -17.8102,82 84 253,stand,,,
|
||||
-292.077 -1859.95 -25.8622,83 85 253,stand,,,
|
||||
-289.22 -1416.2 -39.027,84 86 252,stand,,,
|
||||
-388.996 -1332.67 -51.0948,85 87 252 283 279,stand,,,
|
||||
-976.805 -1360.8 -39.0621,86 88 89 283 284,stand,,,
|
||||
-1320.12 -974.617 -39.4787,87 89 91,stand,,,
|
||||
-1175.87 -586.161 -47.1019,88 87 91 90 284 286,stand,,,
|
||||
-1391.1 -291.414 -10.3245,93 89 275 94,stand,,,
|
||||
-1367.51 -723.273 -41.5265,89 88 92,stand,,,
|
||||
-1377.37 -710.645 0.124823,91 93,stand,,,
|
||||
-1530.01 -350.078 -18.4096,92 90 94 287,stand,,,
|
||||
-1572.81 233.845 -28.3202,93 95 292 105 90 286,stand,,,
|
||||
-1620.26 733.643 -12.5016,94 96 97 105 104 287 105,stand,,,
|
||||
-1993.43 1005.77 -30.3916,95 97,stand,,,
|
||||
-1765.7 1189.77 -39.4433,96 95 98 104,stand,,,
|
||||
-1552.33 1656.58 -19.6125,97 99 104 103 102,stand,,,
|
||||
-1034.13 2016.19 -12.1523,98 100 101 102,stand,,,
|
||||
-767.37 1949.7 4.125,99 101 106,stand,,,
|
||||
-878.195 1872.63 -30.0355,100 102 103 99 104,stand,,,
|
||||
-826.383 1416.31 -29.3363,101 103 99 98 108 289 290,stand,,,
|
||||
-1207.76 1411.55 -29.875,102 104 98 101 296,stand,,,
|
||||
-1403.29 1376.06 -39.875,103 105 95 98 105 101 97,stand,,,
|
||||
-1431.65 691.269 -28.2891,104 95 95 287 292 104 94,stand,,,
|
||||
-751.699 1493.91 4.125,100 107,stand,,,
|
||||
-537.583 1457.83 4.125,108 106,stand,,,
|
||||
-522.102 1379.05 -25.9949,107 102 109 290,stand,,,
|
||||
-198.964 1377 -48.2397,108 110 290 307 304,stand,,,
|
||||
529.289 1831.93 -35.0535,109 111 308 311 307,stand,,,
|
||||
933.995 1922.61 -38.0925,110 0 131 135 132 142 311,stand,,,
|
||||
2388.86 1975.29 60.246,113 114 113 129 130 130 322,stand,,,
|
||||
2588.96 2005.41 61.9578,112 112 3 5 2 3 130,stand,,,
|
||||
2483.3 1855.53 65.1802,115 116 112,stand,,,
|
||||
2923.51 1839.47 65.5281,114 116 128,stand,,,
|
||||
2691.08 1721.77 66.0122,115 117 114,stand,,,
|
||||
2722.32 1526.39 63.8015,116 118 119 120,stand,,,
|
||||
2605.56 1477.68 62.9798,117 119 120 171,stand,,,
|
||||
2835.86 1468.04 74.125,118 117 120 331 332,stand,,,
|
||||
2674.42 1419.1 63.3874,117 119 118 167 168,stand,,,
|
||||
3148.13 1484.68 80.125,122 332,stand,,,
|
||||
3288.31 1340.49 84.125,121 123 125,stand,,,
|
||||
3410.22 1332.22 92.125,122 124,stand,,,
|
||||
3501.6 1340.68 65.1042,123 126 154 145 155 126,stand,,,
|
||||
3379.1 1466.77 74.125,122 126,stand,,,
|
||||
3485.87 1484.4 64.9602,125 124 127 145 146 124 155,stand,,,
|
||||
3478.87 1744.94 65.7843,126 128 145 150 155,stand,,,
|
||||
3344.01 1823.47 64.519,127 115,stand,,,
|
||||
1676.59 2058.05 21.7733,112 130 1 131 142 0 322,stand,,,
|
||||
2115.96 2142.63 35.1854,129 112 1 112 113 142 0 322 3,stand,,,
|
||||
1378.09 1921.41 -19.9165,129 111 309 311 233,stand,,,
|
||||
1018.84 2206.42 -17.875,0 133 111 142,stand,,,
|
||||
973.881 2292.88 36.125,132 134,stand,,,
|
||||
893.127 2315.33 54.125,135 137 136 133,stand,,,
|
||||
739.133 2004.8 54.125,134 136 137 111,stand,,,
|
||||
588.572 2360.35 54.125,135 137 134,stand,,,
|
||||
750.875 2511.94 54.125,136 134 135 138 141,stand,,,
|
||||
575.969 2661.13 54.125,137 139 141,stand,,,
|
||||
1330.75 2624.35 54.125,138 140 141,stand,,,
|
||||
1154.6 2375.59 54.125,139 141,stand,,,
|
||||
850.765 2613.04 54.125,140 137 138 139,stand,,,
|
||||
1339.77 2117.03 -22.3425,132 129 111 130 0 311,stand,,,
|
||||
3890.32 1978.5 42.0038,3 5 6 144 147,stand,,,
|
||||
3933.41 1704.32 59.8558,143 145 145,stand,,,
|
||||
3870.53 1613.04 64.015,144 127 126 146 144 124,stand,,,
|
||||
3992.18 1521.24 64.1144,145 147 149 150 126 154,stand,,,
|
||||
4150.94 1783.09 33.0123,146 148 7 6 143,stand,,,
|
||||
4346.85 1657.32 38.6471,147 149 6 8 163,stand,,,
|
||||
4406.78 1213.83 66.5083,148 146 150 151 8 159 163,stand,,,
|
||||
3977.62 1344.59 66.2845,146 149 153 163 163 154 127,stand,,,
|
||||
4166.91 1108.11 76.125,149 152,stand,,,
|
||||
4032.79 731.897 81.0368,151 159 10 153 175 176 11 185,stand,,,
|
||||
4037.82 1127.86 76.125,150 152 160,stand,,,
|
||||
3738.58 1322.26 65.0469,155 150 124 146 157,stand,,,
|
||||
3677.04 1187.9 65.5806,154 156 162 124 127 126,stand,,,
|
||||
3776.72 1088.96 114.125,155 162,stand,,,
|
||||
3550.13 1137.72 65.5375,158 154 158 164 162 166,stand,,,
|
||||
3558.88 952.184 64.3802,157 157 164,stand,,,
|
||||
4301.16 914.087 77.993,149 152 10 8,stand,,,
|
||||
3879.13 1132.51 76.0186,153 161,stand,,,
|
||||
3828.12 1158.21 96.125,160 162,stand,,,
|
||||
3779.19 1140.42 94.125,156 161 157 155,stand,,,
|
||||
4197.23 1442.9 67.9533,150 148 149 150 8,stand,,,
|
||||
3208.6 1012.06 66.3678,158 157 165,stand,,,
|
||||
3112.86 882.401 58.125,166 166 164 175 186 184 187 211 186,stand,,,
|
||||
2838.55 1086.87 62.6174,165 157 165 167 170,stand,,,
|
||||
2696.55 1166.54 61.9881,166 120 168 170 169,stand,,,
|
||||
2613 1296.52 67.5188,120 169 170 167,stand,,,
|
||||
2411.64 1343.63 64.2777,168 170 167,stand,,,
|
||||
2399.13 1144.41 64.125,169 166 168 167,stand,,,
|
||||
2408.58 1490.07 -20.3026,118 172 174 173 236,stand,,,
|
||||
2325.38 1336 -46.8197,171 174 173 188 189,stand,,,
|
||||
2178.37 1655.24 -24.6731,174 171 172,stand,,,
|
||||
1881.5 1407.12 -39.9375,173 171 172 235 235,stand,,,
|
||||
3357.42 697.043 61.8516,165 152 185 186 184,stand,,,
|
||||
3934.25 325.503 47.7896,152 177 11 12 180 185 184 10,stand,,,
|
||||
3991.92 -206.368 46.3018,176 178 12 11,stand,,,
|
||||
4017.25 -717.775 44.228,177 179 15 12 14 13 15,stand,,,
|
||||
3733.01 -803.542 50.5955,178 15 201 199 206 16 18,stand,,,
|
||||
3487.23 69.4751 49.125,176 182 181,stand,,,
|
||||
3494.8 -21.383 48.125,196 180 197,stand,,,
|
||||
3091.74 130.964 48.125,180 183 184 215,stand,,,
|
||||
3051.27 -3.95415 33.7536,182 196 195 46 215,stand,,,
|
||||
3147.91 432.158 47.4523,182 185 165 175 186 176 215,stand,,,
|
||||
3522.08 515.948 70.7507,184 176 175 152 186,stand,,,
|
||||
2981.18 521.618 30.6074,175 165 187 184 185 211 165 215,stand,,,
|
||||
2522.58 726.766 -17.1362,165 188 191 191 190 186 211,stand,,,
|
||||
2320.36 848.051 -41.7715,187 189 172 190 191,stand,,,
|
||||
2171.53 1050.59 -45.875,188 172 229 244 243,stand,,,
|
||||
2207.78 633.562 -42.0843,188 191 187,stand,,,
|
||||
2473.71 613.112 -20.0389,190 188 187 192 187 211 215,stand,,,
|
||||
2485.8 365.342 2.125,193 191 211 212,stand,,,
|
||||
2507.63 177.743 -28.7357,192 194 213 214 211 215,stand,,,
|
||||
2491.72 -118.384 -30.5602,193 28 195 32 214 215,stand,,,
|
||||
2913.34 -116.368 -6.26786,194 46 183 215,stand,,,
|
||||
3445.26 -130.384 37.0459,46 181 210 183 210,stand,,,
|
||||
3624.87 -27.6552 48.125,181 198,stand,,,
|
||||
3611.97 -340.895 48.125,199 200 197 201 210,stand,,,
|
||||
3789.74 -416.326 49.125,198 200 179,stand,,,
|
||||
3857.64 -276.006 49.125,199 198 202,stand,,,
|
||||
3597.91 -537.146 48.125,198 179 209 210 209 47,stand,,,
|
||||
3848.71 46.4954 179.125,200 203 204,stand,,,
|
||||
3254.21 187.869 178.125,202 205,stand,,,
|
||||
3723.55 66.4193 179.125,202 205 206,stand,,,
|
||||
3337.6 114.28 179.125,204 203,stand,,,
|
||||
3695.44 -186.514 179.125,204 207 179,stand,,,
|
||||
3829.67 -427.108 184.867,206 208,stand,,,
|
||||
3669.73 -488.875 219.125,207,stand,,,
|
||||
3603.35 -702.468 43.0631,201 16 210 201 15 16 46,stand,,,
|
||||
3406.61 -303.051 32.9361,198 196 201 209 46 196 17,stand,,,
|
||||
2674.54 588.696 -6.05811,186 192 191 165 187 193,stand,,,
|
||||
2226.7 276.999 8.125,192,stand,,,
|
||||
2206.87 477.577 8.125,193,stand,,,
|
||||
2253.55 -24.9803 -37.1655,32 194 193 215 218,stand,,,
|
||||
2672.4 127.253 -21.1611,186 195 183 193 214 184 182 194 191,stand,,,
|
||||
2061.77 -709.894 -43.1896,32 30 34 217 59,stand,,,
|
||||
1758.1 -812.75 -44.432,216 60 36 60 59 35 237 241 240,stand,,,
|
||||
1892.86 -74.1449 -36.9775,214 219 220 221,stand,,,
|
||||
1690.63 32.4844 -34.5938,218 221 220 222,stand,,,
|
||||
1487.31 -557.016 -32.0911,218 221 219 246 240 239 241,stand,,,
|
||||
1456.49 -243.089 -47.0587,220 219 218 262,stand,,,
|
||||
1692.34 123.269 -32.875,219 223 224 223,stand,,,
|
||||
1409.91 243.512 -30.875,222 224 259 265 222 263,stand,,,
|
||||
1674.51 398.432 -32.875,223 222 225,stand,,,
|
||||
1662.42 479.776 -42.6072,224 226,stand,,,
|
||||
1531.69 606.213 -42.0865,225 227 232,stand,,,
|
||||
1929.24 577.646 -40.8629,226 228,stand,,,
|
||||
1976.2 836.952 -43.6254,227 229 232,stand,,,
|
||||
2040.99 1067.98 -47.875,228 230 230 189,stand,,,
|
||||
1895.29 1125.75 -39.875,229 229 231 235 309,stand,,,
|
||||
1524.88 1213.79 -42.9464,230 232 233 233 235 309 236,stand,,,
|
||||
1533.01 878.737 -45.5646,231 226 228,stand,,,
|
||||
1193.26 1251.51 -42.93,231 234 231 309 310 131,stand,,,
|
||||
1117.62 1142.65 -40.0693,233 260 312 314 311,stand,,,
|
||||
1701.8 1396.49 -35.0242,231 174 236 230 174 315,stand,,,
|
||||
1898.7 1270.14 -39.9774,171 235 231,stand,,,
|
||||
1492.79 -1293.52 -26.166,63 65 60 217 238 239 240 66 61,stand,,,
|
||||
1240.31 -1803.59 -16.8164,65 237 63 61,stand,,,
|
||||
1259.67 -970.705 -24.3559,237 240 246 220 66,stand,,,
|
||||
1541.55 -774.522 -38.0756,239 241 245 244 220 237 217 246,stand,,,
|
||||
1762.02 -760.433 -83.192,240 217 242 220,stand,,,
|
||||
2076.32 -310.067 -185.556,241 243 245 244 325,stand,,,
|
||||
2143.42 666.074 -177.027,242 244 244 189 324,stand,,,
|
||||
2065.81 490.429 -175.875,243 243 240 189 242 324 325,stand,,,
|
||||
1978.99 -475.018 -171.961,240 242 325,stand,,,
|
||||
1013.28 -881.323 -14.2582,220 247 239 240 67,stand,,,
|
||||
810.045 -915.852 -7.04517,66 246 65 248 249 250,stand,,,
|
||||
666.784 -490.017 -38.7219,247 249 256 257 279,stand,,,
|
||||
580.738 -811.886 -25.837,248 247 66 251 279,stand,,,
|
||||
589.103 -1215.22 5.06937,247 251 255 66 67 279,stand,,,
|
||||
129.066 -1222.19 -42.9214,250 252 254 255 249,stand,,,
|
||||
-108.793 -1319.97 -47.3173,251 85 253 86 254 283,stand,,,
|
||||
-96.3032 -2036.02 -22.6147,252 254 83 82 80 84 81,stand,,,
|
||||
175.098 -1713.03 -18.6227,76 251 252 253 75 255,stand,,,
|
||||
329.086 -1558.36 -42.9479,73 67 75 251 254 250 66,stand,,,
|
||||
337.997 -477.454 -35.9133,248 257 278 279,stand,,,
|
||||
596.87 -245.512 -52.9492,256 248 258 267 271 266,stand,,,
|
||||
1144.72 -201.239 -40.8491,257 259 266,stand,,,
|
||||
1234.6 -19.8352 -30.875,258 223 262 263,stand,,,
|
||||
1393.45 544.172 -43.875,261 265 234,stand,,,
|
||||
1118.5 522.494 -42.4201,260 265 265 313 314,stand,,,
|
||||
1361.6 -248.084 -43.537,221 259 266,stand,,,
|
||||
1117.53 226.455 -32.875,259 264 223 265,stand,,,
|
||||
987.306 244.961 -36.5429,263 266 314,stand,,,
|
||||
1250.19 461.597 -30.875,261 261 260 223 263,stand,,,
|
||||
943.79 -16.2658 -35.9272,264 258 270 262 257,stand,,,
|
||||
-56.7674 -94.2317 -35.9653,257 268,stand,,,
|
||||
-247.638 145.368 -39.9564,267 269 271,stand,,,
|
||||
-272.072 250.406 -21.875,268 270 272 313,stand,,,
|
||||
475.829 244.864 -47.7669,269 271 313 266,stand,,,
|
||||
540.847 38.4757 -61.8445,270 268 257,stand,,,
|
||||
-489.351 274.594 -19.875,269 273 276 277,stand,,,
|
||||
-797.937 295.712 -41.9025,272 274 275 287 288 291 292 291,stand,,,
|
||||
-795.784 108.705 -38.7168,273 275,stand,,,
|
||||
-1057.72 106.451 -42.4274,274 273 281 287 90 288 291,stand,,,
|
||||
-603.671 -182.26 -43.875,272 278 281 285,stand,,,
|
||||
-553.938 518.614 -46.3234,272 289 288,stand,,,
|
||||
-418.272 -429.544 -42.5004,276 256 280 281 284,stand,,,
|
||||
110.52 -932.565 -50.5863,256 248 249 250 283 86,stand,,,
|
||||
-499.146 -643.802 -47.11,278 281 282 283,stand,,,
|
||||
-757.914 -433.616 -44.9341,278 276 275 280 284 283 285,stand,,,
|
||||
53.4754 -684.799 -93.3139,280,stand,,,
|
||||
-420.899 -853.808 -52.0778,280 279 86 252 284 281 87,stand,,,
|
||||
-914.277 -677.295 -43.0514,283 281 87 89 278,stand,,,
|
||||
-942.953 -281.26 -42.8884,281 276 286,stand,,,
|
||||
-1186.78 -336.457 -33.0603,285 89 287 94,stand,,,
|
||||
-1290.57 197.942 -39.4466,286 275 93 95 105 273 291 288,stand,,,
|
||||
-832.582 491.422 -41.9283,273 289 277 275 291 287,stand,,,
|
||||
-580.654 768.833 -40.8301,288 102 290 277 294,stand,,,
|
||||
-302.756 1251.88 -46.1206,102 289 109 108 304,stand,,,
|
||||
-1040.24 531.952 -41.1209,287 288 292 273 273 275,stand,,,
|
||||
-1287.64 474.606 -39.875,105 291 273 94,stand,,,
|
||||
-1016.19 741.971 0.125,294 295,stand,,,
|
||||
-762.053 825.651 2.125,293 295 289,stand,,,
|
||||
-1035.48 908.875 0.125,294 297 293,stand,,,
|
||||
-1202.86 1222.87 0.125,103 297 298 298,stand,,,
|
||||
-1083.3 1125.99 0.125,296 298 295 298,stand,,,
|
||||
-1244.09 1087.55 0.125,296 297 297 296 299,stand,,,
|
||||
-1204.49 760.297 140.125,298 300 303,stand,,,
|
||||
-1034.09 937.707 140.125,299 303 326,stand,,,
|
||||
-1223.06 1280.81 140.125,302 326,stand,,,
|
||||
-979.126 1277.55 140.125,301 326,stand,,,
|
||||
-902.387 754.232 140.125,300 299,stand,,,
|
||||
-110.928 1217.46 -47.8496,305 307 290 109 308,stand,,,
|
||||
-38.776 542.615 -29.9352,304 306,stand,,,
|
||||
324.896 658.384 -43.2932,305 307,stand,,,
|
||||
386.243 1331.04 -40.7513,306 304 308 310 109 110,stand,,,
|
||||
634.708 1559.45 -57.3389,309 307 110 310 304 311,stand,,,
|
||||
1371.38 1441.76 -26.4081,308 131 231 311 230 233,stand,,,
|
||||
888.228 1234.79 -60.5692,308 307 233 311 312 314,stand,,,
|
||||
1004.04 1702.68 -55.5274,308 131 309 310 111 142 110 234,stand,,,
|
||||
708.902 989.186 -46.5192,234 310 313 314,stand,,,
|
||||
600.753 369.134 -62.5116,312 270 261 314 269,stand,,,
|
||||
920.776 689.607 -53.8532,261 234 310 313 264 312,stand,,,
|
||||
1717.86 1493.95 -47.875,235 316 328 330 329,stand,,,
|
||||
1973.78 1715.86 33.125,315 317,stand,,,
|
||||
1797.38 1968.02 77.5319,316 318,stand,,,
|
||||
1737.3 1946.71 94.125,317 319 323,stand,,,
|
||||
1649.12 1915.09 94.125,318 320,stand,,,
|
||||
1596.68 1899.94 72.125,319 321,stand,,,
|
||||
1494.37 1595.94 72.125,320,stand,,,
|
||||
1776.01 2013.85 31.9515,323 129 130 112,stand,,,
|
||||
1775.92 1991.14 89.485,318 322,stand,,,
|
||||
2154.39 69.1071 -170.851,244 325 243,stand,,,
|
||||
2031.53 85.4211 -177.691,324 245 242 244,stand,,,
|
||||
-1046.15 1013.22 140.125,300 327 302 301,stand,,,
|
||||
-1133.83 1008.27 140.125,326,stand,,,
|
||||
1625.85 1751.98 -47.875,315 329 330,stand,,,
|
||||
1821.58 1764.17 -47.875,328 330 315,stand,,,
|
||||
1730.97 1652.9 -47.875,329 315 328,stand,,,
|
||||
2914.92 1576.82 80.125,119 332,stand,,,
|
||||
2939.63 1473.1 72.125,331 121 119,stand,,,
|
||||
|
128
scriptdata/waypoints/mp_fight_wp.csv
Normal file
@@ -0,0 +1,128 @@
|
||||
127
|
||||
903.778 -914.515 7.47282,1 2 3,stand,12.3431 138.087 0,,
|
||||
583.501 -836.838 4.54077,0 2 7 5,stand,11.7719 71.6418 0,,
|
||||
738.324 -573.431 7.88619,1 3 0 4 5 25,stand,24.2633 -111.292 0,,
|
||||
885.743 -257.285 12.8153,2 0 22 7 24 25 4,stand,18.3417 105.815 0,,
|
||||
535.461 -336.379 -6.54236,2 5 25 27 28 3 8,stand,14.4141 112.95 0,,
|
||||
305.855 -615.932 -10.8912,4 6 1 8 2 7 27 31,stand,11.0577 -135 0,,
|
||||
79.6617 -873.919 -4.36222,5 7 27 8 31 32 19,stand,14.7711 -10.3052 0,,
|
||||
430.456 -825.041 22.1907,6 1 3 5,stand,27.4054 8.89343 0,,
|
||||
1.47705 -502.673 -15.6869,5 9 19 4 6 31 18,stand,9.84375 93.9661 0,,
|
||||
-7.99177 -231.782 104.125,8 10 125 126,stand,3.35083 91.0382 0,,
|
||||
-5.79729 67.5541 104.125,9 11 125 126,stand,56.3049 84.6881 0,,
|
||||
0.772092 86.2734 140.875,10 12,stand,58.6615 91.4667 0,,
|
||||
0.474056 111.482 128.125,11 13,climb,84.5013 91.181 0,,
|
||||
-0.814968 131.258 -14.6155,12 14 15 48 43 57,climb,-56.8762 -89.3958 0,,
|
||||
142.215 200.507 -12.0395,13 39 15 43 48 16 42 47 65 57,stand,30.542 -168.261 0,,
|
||||
-147.086 212.997 -8.53794,13 16 38 14 47 48 57 45,stand,21.6211 -139.356 0,,
|
||||
-316.575 -5.9251 -9.6442,15 17 18 44 14 46,stand,14.6283 18.7262 0,,
|
||||
-287.791 -260.753 -11.2622,16 18 19 20 44 33,stand,13.0573 -55.2832 0,,
|
||||
-139.429 -400.435 -2.23335,17 19 8 16,stand,16.4136 -143.564 0,,
|
||||
-431.326 -514.963 -5.82465,18 20 21 8 33 17 31 6,stand,10.3491 81.546 0,,
|
||||
-509.1 -215.128 -15.8663,19 21 33 17,stand,13.4143 91.4667 0,,
|
||||
-817.859 -322.16 -8.66368,20 19 33 34 35 45 46,stand,19.4128 -14.2438 0,,
|
||||
724.115 65.4991 -14.3391,3 23 24 26 42 43 56 25,stand,14.6283 130.979 0,,
|
||||
881.472 420.889 -15.7137,22 24 51 55 56 43 49 54,stand,18.6273 -108.836 0,,
|
||||
899.81 184.879 10.4154,23 22 3 56 25 55,stand,31.756 -148.447 0,,
|
||||
742.807 -157.428 -1.67809,4 26 30 3 24 22 2,stand,32.6843 -158.923 0,,
|
||||
643.121 -87.1352 -6.30343,22 25 30 40,stand,21.4783 -37.9523 0,,
|
||||
167.995 -275.816 -15.3785,5 4 28 6 39 40,stand,5.0647 12.019 0,,
|
||||
519.978 -215.589 -13.2711,4 29 27,stand,19.27 96.6632 0,,
|
||||
516.993 -185.165 24.125,28 30,stand,55.6677 103.085 0,,
|
||||
512.667 -168.875 -13.1672,29 26 25 40 39,stand,24.9774 30.5035 0,,
|
||||
-276.152 -792.283 -13.6314,8 32 19 6 5 33,stand,10.9149 161.054 0,,
|
||||
-631.317 -888.448 -6.318,31 33 6 34,stand,14.057 75.4102 0,,
|
||||
-628.17 -579.642 9.7669,32 19 21 20 31 34 17,stand,24.549 13.678 0,,
|
||||
-894.546 -780.615 9.42927,21 32 33,stand,19.6985 -15.2435 0,,
|
||||
-658.719 -98.2563 -14.6971,21 36 44 45,stand,8.13538 9.03625 0,,
|
||||
-535.637 -23.1253 -12.532,35 37 44,stand,20.4785 -54.4098 0,,
|
||||
-512.751 -4.81735 24.125,36 38,stand,84.9957 89.2529 0,,
|
||||
-513.139 23.1319 -13.4427,37 15 45 46 47,stand,33.2556 -99.3164 0,,
|
||||
330.988 -69.9571 -15.8967,14 40 27 30 43,stand,15.4138 -35.0134 0,,
|
||||
524.587 -30.0995 -13.615,41 26 39 27 30,stand,17.6276 100.443 0,,
|
||||
507.551 3.84282 24.125,40 42,stand,65.4401 -35.7275 0,,
|
||||
509.34 23.9375 -9.96158,41 22 43 14 56,stand,25.9058 -143.492 0,,
|
||||
433.112 192.642 3.39584,39 42 22 14 56 23 13 57,stand,9.77234 -116.873 0,,
|
||||
-418.901 -92.5454 -14.0508,16 17 36 35,stand,21.1212 25.7904 0,,
|
||||
-900.194 162.332 -8.42868,35 38 21 46 63 64 47 15,stand,7.70691 -32.5305 0,,
|
||||
-685.915 463.918 -8.43913,21 38 45 47 16 62 63,stand,11.629 -39.7375 0,,
|
||||
-322.83 457.75 -5.14904,46 15 48 38 14 58 62 45 56,stand,12.843 -29.8059 0,,
|
||||
130.159 553.528 9.74115,14 49 57 47 15 13 66 65 55 50,stand,14.5569 58.7659 0,,
|
||||
275.366 787.159 17.9467,48 50 56 57 23 66 65 69 68,stand,13.0573 16.7267 0,,
|
||||
559.263 858.593 12.5598,49 51 55 57 66 68 52 69 70 48,stand,16.6278 6.52039 0,,
|
||||
915.12 860.971 3.85552,50 23 52 68,stand,13.2715 -150.705 0,,
|
||||
751.521 799.274 3.2229,51 53 50 68 69,stand,25.1202 -86.413 0,,
|
||||
754.628 779.535 36.875,52 54,stand,84.0015 179.451 0,,
|
||||
755.626 756.198 -4.01763,53 55 23,stand,10.9204 -164.564 0,,
|
||||
639.179 484.029 13.7637,54 23 50 56 24 57 48,stand,23.0493 -29.6027 0,,
|
||||
522.801 375.747 -4.61559,22 23 49 24 55 43 47 42 57,stand,11.4203 -53.2837 0,,
|
||||
290.868 445.591 9.02715,55 48 15 49 50 43 14 13 56,stand,19.7699 -105.194 0,,
|
||||
-389.84 758.352 6.17581,47 59 64 62,stand,26.5485 86.5118 0,,
|
||||
-389.831 767.34 36.875,58 60,stand,28.0481 88.7256 0,,
|
||||
-387.259 795.12 10.3047,59 61 65 67,stand,67.8735 -96.1194 0,,
|
||||
-525.037 937.111 3.96967,60 62 63 65 67 72 73 79 78,stand,7.77832 -142.438 0,,
|
||||
-614.486 725.951 16.0998,61 47 46 63 64 58 73,stand,18.4845 -47.2302 0,,
|
||||
-891.77 713.729 5.323,62 45 46 61 73,stand,20.3412 -97.9761 0,,
|
||||
-322.042 687.069 2.89654,62 58 65 45 66,stand,19.5557 140.328 0,,
|
||||
-206.906 838.567 9.10624,61 60 14 64 49 66 67 48 78,stand,16.7706 -179.819 0,,
|
||||
122.973 902.589 -3.96936,48 49 64 65 67 50 69 70 71,stand,19.1986 127.491 0,,
|
||||
-266.476 1161.22 2.31134,65 60 61 66 71 73 70 78 80,stand,3.20801 -163.564 0,,
|
||||
798.83 1288.69 -4.94758,50 51 52 69 49 74 75 76 72,stand,7.92114 -124.096 0,,
|
||||
478.55 1282.61 8.63357,68 50 52 66 49 70 72 74 75 116,stand,14.7711 -128.221 0,,
|
||||
193.196 1293.76 4.61227,66 69 71 50 67 76 88 99,stand,11.9861 15.1776 0,,
|
||||
-80.2205 1393.13 -3.06765,70 67 76 72 66 77 78 80 86 87,stand,7.77832 -66.1157 0,,
|
||||
-96.4159 984.061 -4.5463,69 61 71 68,stand,32.8986 172.76 0,,
|
||||
-910.292 1097.24 -1.12887,61 62 63 67 78 79 76,stand,8.49243 -43.1323 0,,
|
||||
634.448 1676.51 -4.3839,69 68 75 76 88 99 116 119,stand,19.1986 -48.3563 0,,
|
||||
912.571 1676.19 -5.37923,68 74 117 69 119,stand,13.4143 -170.343 0,,
|
||||
124.231 1593.24 -0.652493,74 71 77 68 88 70 118 73,stand,13.7714 -93.6749 0,,
|
||||
-155.087 1639.08 6.60651,71 76 81 86 87 84,stand,27.4768 -32.5964 0,,
|
||||
-629.316 1408.41 -4.10652,65 67 71 73 79 80 61 81 86 106,stand,10.0635 -31.7999 0,,
|
||||
-891.922 1683.75 2.62005,73 78 80 81 85 61 86 106,stand,14.6997 -51.795 0,,
|
||||
-436.41 1529.79 4.35966,78 67 71 79 86,stand,20.8411 -59.7931 0,,
|
||||
-521.654 2024.88 -13.6236,79 82 78 77 86 98,stand,61.1609 80.6671 0,,
|
||||
-514.719 2043.16 24.125,81 83,stand,67.3737 88.5883 0,,
|
||||
-514.634 2071.13 -15.3342,82 84 85,stand,22.9065 -92.3346 0,,
|
||||
-369.72 2138.51 -9.81618,83 85 86 97 98 103 100 77,stand,32.97 157.604 0,,
|
||||
-702.756 2135.06 -15.689,84 83 79 100 104 106,stand,29.9048 -56.4478 0,,
|
||||
-417.501 1720.62 -5.61911,71 78 84 81 80 77 87 98 79 106,stand,27.6196 -100.069 0,,
|
||||
-105.742 1762.46 -11.1718,77 71 88 89 86 98,stand,70.3674 -121.536 0,,
|
||||
163.683 1774.79 5.83489,87 76 89 74 99 98 70,stand,21.9067 -159.933 0,,
|
||||
2.7232 1916.87 -13.6316,88 90 98 87 116,climb,-45.3845 95.9161 0,,
|
||||
2.68899 1941.58 128.125,89 91,climb,84.9957 -87.4347 0,,
|
||||
2.10384 1958.3 141.875,90 92,stand,84.9957 -110.912 0,,
|
||||
4.0587 1981.85 104.125,91 93 95 94,stand,59.0186 -101.92 0,,
|
||||
-157.264 2105.28 104.125,92 94 95,stand,23.9063 49.5374 0,,
|
||||
-1.64942 2278.37 104.125,93 95 92 96,stand,18.8361 -30.108 0,,
|
||||
159.724 2113.2 104.125,94 92 93,stand,32.8271 -134.594 0,,
|
||||
-2.49743 2536.84 -15.445,94 97 110 108 109,stand,-0.357056 -83.3368 0,,
|
||||
-65.1188 2533.31 -8.74411,96 84 103 102 107 108,stand,48.6694 -126.513 0,,
|
||||
-138.683 1868.64 -10.7264,84 89 88 86 81 87,stand,18.5504 123.294 0,,
|
||||
303.254 2030.5 -6.49349,74 88 113 116 118 111 110 70,stand,23.4778 -101.107 0,,
|
||||
-518.685 2212.89 -9.72791,85 101 84,stand,15.9137 86.0339 0,,
|
||||
-517.896 2232.65 24.125,100 102,stand,75.0037 82.6831 0,,
|
||||
-518.368 2263.43 -8.20789,101 103 97 104,stand,14.9139 -89.176 0,,
|
||||
-360.127 2566.37 5.91658,102 97 84 104 107 108 106 109 105,stand,21.9781 -36.7163 0,,
|
||||
-704.68 2550.53 -1.90136,102 85 105 106 103 107 108,stand,21.9067 -103.689 0,,
|
||||
-885.363 2923.19 1.63394,104 106 107 103,stand,6.70715 -110.33 0,,
|
||||
-901.425 2245.47 -5.92304,105 85 79 104 103 86 78,stand,9.55811 -87.6324 0,,
|
||||
-385.036 2966.61 -5.25877,97 105 103 104 109 108,stand,7.92114 -143.245 0,,
|
||||
11.1909 2755.77 -12.3225,104 103 107 110 109 124 122 96 97,stand,8.91541 -162.372 0,,
|
||||
-98.7835 2958.35 -14.0524,103 107 108 124 122 96,stand,9.98657 -158.104 0,,
|
||||
138.4 2541.12 -0.82698,96 111 108 122 123 99 124 120,stand,13.7714 -72.8174 0,,
|
||||
271.609 2304.88 -15.0169,110 112 113 99 120 122,stand,14.4855 -22.7911 0,,
|
||||
513.098 2263.13 -15.875,111 120 122,stand,16.5564 -88.0939 0,,
|
||||
393.313 2154.98 -13.4478,111 99 114 119,stand,23.8348 -109.644 0,,
|
||||
508.492 2071.13 -11.0603,113 115 119,stand,41.2482 -86.5228 0,,
|
||||
506.783 2050.51 24.125,114 116,stand,49.0979 -86.7371 0,,
|
||||
509.99 2023.9 -4.47116,115 99 74 118 89 117 69,stand,32.0416 -150.826 0,,
|
||||
912.889 1933.2 -0.481573,75 118 116 119 120 121,stand,12.9144 -154.177 0,,
|
||||
714.446 1826.69 -12.6346,117 116 99 76,stand,17.3419 141.163 0,,
|
||||
670.69 2153.53 -11.4119,117 114 113 120 74 75,stand,23.4778 -178.901 0,,
|
||||
719.081 2328.3 -14.9167,112 119 117 121 111 122 110,stand,16.6992 -149.716 0,,
|
||||
851.392 2573 -4.39006,120 117 122 123,stand,9.55811 -125.678 0,,
|
||||
573.835 2609.27 0.588762,121 120 112 123 111 124 110 108 109,stand,13.9142 -77.3602 0,,
|
||||
900.77 2942.92 -8.81281,121 122 124 110,stand,11.3434 -169.926 0,,
|
||||
414.318 2912.07 -8.98005,109 123 122 108 110,stand,5.27893 -72.1362 0,,
|
||||
-154.879 -63.0014 104.125,9 126 10,stand,25.7629 -3.99902 0,,
|
||||
161.113 -66.7166 104.125,125 9 10,stand,20.2643 -168.217 0,,
|
||||
|
312
scriptdata/waypoints/mp_frenchvillage_wp.csv
Normal file
@@ -0,0 +1,312 @@
|
||||
311
|
||||
-2863.14 1755.61 -19.0376,1 155 156,stand,,,
|
||||
-2595.56 1866.46 -59.6466,0 2 156,stand,,,
|
||||
-2145.69 1929.47 -60.7072,1 165 164 169 168,stand,,,
|
||||
-1363.54 2147.43 -15.0007,4 169 170 187,stand,,,
|
||||
-1044.81 2212.15 -35.9942,3 170 173 175 176,stand,,,
|
||||
-315.758 2386.28 -42.2327,6 176 177,stand,,,
|
||||
-77.199 2371.11 -49.9788,5 7 177 178 218 179,stand,,,
|
||||
296.503 2290.31 -51.0997,6 8 19 218,stand,,,
|
||||
575.37 2468.81 -52.0269,7 9 18,stand,,,
|
||||
871.838 2401.4 -51.5366,8 10 16 18,stand,,,
|
||||
1236.66 2497.35 -52.0525,9 11 13 16,stand,,,
|
||||
1538.32 2584.15 -51.4339,10 12,stand,,,
|
||||
1496.01 2370.77 -51.2903,11 13,stand,,,
|
||||
1395.22 2279.24 -50.797,12 14 15 10,stand,,,
|
||||
1358.98 2067.97 -31.875,13 28 29,stand,,,
|
||||
1169.48 2208.37 -51.1993,13 16,stand,,,
|
||||
983.687 2320.99 -50.9431,15 10 17 9 18,stand,,,
|
||||
867.97 2072.24 -31.625,16 18 27 28,stand,,,
|
||||
730.065 2265.02 -50.6574,17 8 16 9 19,stand,,,
|
||||
590.233 2055.76 -31.875,18 7 20 21,stand,,,
|
||||
489.901 1841.66 -31.875,19 21 191,stand,,,
|
||||
612.831 1620.31 -31.875,20 19 22 23 22 25,stand,,,
|
||||
809.79 1524.92 -31.875,23 21 21 26 24 27 33 34,stand,,,
|
||||
644.597 1312.37 -31.875,22 21 24 36 37,stand,,,
|
||||
508.504 1372.13 -31.875,23 25 26 22,stand,,,
|
||||
542.721 1239.13 -31.875,24 21,stand,,,
|
||||
339.197 1533.67 -31.875,24 22 191 192,stand,,,
|
||||
958.749 1745.01 -31.875,22 17 28 34,stand,,,
|
||||
1100.74 1846.89 -31.875,17 27 14 29,stand,,,
|
||||
1434.64 1609.69 -31.875,14 28 30 32 32,stand,,,
|
||||
1243.54 1338.6 -31.875,29 31 32 33 34 39,stand,,,
|
||||
1560.87 1422.89 -31.875,32 30,stand,,,
|
||||
1457.66 1448.47 -31.875,31 29 29 30,stand,,,
|
||||
978.57 1267.07 -31.875,30 22 35 36,stand,,,
|
||||
1010.23 1396.22 -26.775,30 27 22 39,stand,,,
|
||||
967.449 1019.24 -7.92315,33 36 38 48 56,stand,,,
|
||||
810.373 998.607 -6.66981,33 23 37 35 57 58 56 61 196,stand,,,
|
||||
640.733 1088.66 -21.2106,23 36 57 195 196 197,stand,,,
|
||||
1144.12 959.966 -14.9817,35 39 40 48 56,stand,,,
|
||||
1147.74 1265.67 -31.875,38 30 34,stand,,,
|
||||
1474.85 870.586 -39.2723,41 38 47 48,stand,,,
|
||||
1619.06 827.312 -39.175,40 42 43,stand,,,
|
||||
1885.45 744.307 -39.2205,41 43 44,stand,,,
|
||||
1625.02 579.502 -47.3138,42 41 45 46 47,stand,,,
|
||||
1874.86 422.42 -39.175,42 45 46,stand,,,
|
||||
1647.93 210.573 -41.9755,44 43 46 66 67,stand,,,
|
||||
1578.22 342.606 -45.07,44 45 43 47 50,stand,,,
|
||||
1479.53 471.207 -41.2696,46 43 40 50 52,stand,,,
|
||||
1294.79 761.692 -25.7984,40 38 35 49 56,stand,,,
|
||||
1293.13 606.017 -15.375,48 50 54,stand,,,
|
||||
1335.74 470.477 -29.8715,49 52 47 46 51,stand,,,
|
||||
1227.05 389.035 -20.7548,52 50 53,stand,,,
|
||||
1331.4 199.057 -33.9617,51 50 47 65 66 68,stand,,,
|
||||
1006.41 414.549 -10.509,51 55,stand,,,
|
||||
1166.57 480.06 -15.375,49 55,stand,,,
|
||||
966.494 595.518 -15.2333,54 53 56 61 62 59,stand,,,
|
||||
1002.66 723.642 -11.183,55 48 38 35 36 61,stand,,,
|
||||
717.931 750.716 -6.55321,36 37 59 61 62,stand,,,
|
||||
636.536 854.924 -6.61736,59 60 36 196,stand,,,
|
||||
629.797 579.626 -6.664,57 58 61 55 62 310,stand,,,
|
||||
410.427 830.155 1.125,58 220,stand,,,
|
||||
849.982 687.359 -8.92491,55 56 59 57 36 62,stand,,,
|
||||
827.754 430.325 -6.69658,57 55 59 61 63,stand,,,
|
||||
877.916 189.153 -7.10137,62 64 65 269,stand,,,
|
||||
574.546 177.439 -9.72971,63 271 271 268,stand,,,
|
||||
1048.39 29.2642 -7.87926,63 52 68 66 267 269,stand,,,
|
||||
1503.81 66.4894 -50.9262,52 45 68 65 69 67,stand,,,
|
||||
1867.71 -132.449 -45.5361,45 69 66 70 73,stand,,,
|
||||
1120.61 -53.806 -13.62,66 65 75 267 269 52,stand,,,
|
||||
1635.6 -364.008 -41.9806,66 67 73 74 75,stand,,,
|
||||
2135.65 -496.071 -8.03753,67 71 72,stand,,,
|
||||
2511.31 -590.497 -0.39247,70 72,stand,,,
|
||||
2104.46 -705.508 -6.46319,71 70 73 78,stand,,,
|
||||
1938.23 -771.262 -14.5753,72 67 69 74 78 77 79,stand,,,
|
||||
1558.63 -895.753 -26.677,73 69 76 77 79,stand,,,
|
||||
1331.05 -460.555 -27.2367,69 68 76 106 267,stand,,,
|
||||
1302.12 -818.158 -17.8593,75 74 79 80,stand,,,
|
||||
1583.44 -1394.76 -20.0482,78 73 74 79 81,stand,,,
|
||||
1901.4 -1321.93 -64.2508,73 72 77 82 81,stand,,,
|
||||
1516.96 -1232.5 -31.3398,74 77 76 80 73,stand,,,
|
||||
885.714 -1104.72 -24.5864,76 79 96 107 108,stand,,,
|
||||
1310.36 -1578.11 -4.37393,77 82 78 85 86,stand,,,
|
||||
1307.45 -1725 -14.9583,78 83 84 81 85,stand,,,
|
||||
1476.9 -1861.99 -13.453,82 84,stand,,,
|
||||
1205.62 -1988.66 -0.797789,83 82 85 86,stand,,,
|
||||
839.597 -1481.32 -43.9205,81 82 84 86 88 95 87,stand,,,
|
||||
624.69 -1823.18 3.02512,84 81 85 87 88 95,stand,,,
|
||||
40.2933 -1671.07 -12.0747,86 88 89 91 85,stand,,,
|
||||
90.4311 -1451.93 -45.3568,87 89 93 95 85 86,stand,,,
|
||||
-119.751 -1603.9 -5.80071,88 87 90 93,stand,,,
|
||||
-272.063 -1695.12 0.385241,89 91 92 116 117 122,stand,,,
|
||||
-64.3812 -1717.34 2.87052,90 87,stand,,,
|
||||
-292.254 -1465.99 -1.9951,90 93 306 307 111,stand,,,
|
||||
-127.473 -1320.57 -23.1124,92 89 94 88 98 111 306 308 95,stand,,,
|
||||
85.3855 -871.791 -7.7491,93 97 111,stand,,,
|
||||
327.827 -1316.89 -42.7117,96 98 88 85 97 86 93,stand,,,
|
||||
545.084 -1110.99 -14.7937,95 80 97 98 99 108,stand,,,
|
||||
397.088 -915.44 -14.1578,96 94 98 95 99 108,stand,,,
|
||||
137.933 -1197.75 -26.5246,97 96 93 95,stand,,,
|
||||
469.291 -883.547 -10.8615,97 100 108 96,climb,-11.64 85.4297 0,,
|
||||
472.205 -844.508 36.125,99 101,climb,8.48694 90.5988 0,,
|
||||
475.306 -802.128 14.125,100 102 104 105,stand,,,
|
||||
722.006 -820.513 16.125,101 103 104 105 110,stand,,,
|
||||
824.525 -551.375 14.125,102,stand,,,
|
||||
633.294 -553.126 14.125,102 101,stand,,,
|
||||
714.613 -611.859 14.125,101 102 106,stand,,,
|
||||
722.52 -418.012 -3.375,105 266 75 268 267 269,stand,,,
|
||||
730.26 -995.625 -19.7435,80 108 109,stand,,,
|
||||
579.689 -971.112 -16.5115,107 97 80 99 96,stand,,,
|
||||
730.585 -972.455 36.125,107 110,stand,,,
|
||||
731.72 -941.738 14.125,109 102,stand,,,
|
||||
-193.453 -933.633 -14.9137,94 93 306 92,stand,,,
|
||||
-1276.37 -1909.03 0.599284,115 123 119 125,stand,,,
|
||||
-1454.88 -2221.32 5.125,114,stand,,,
|
||||
-1346.36 -2084.27 5.125,113 115,stand,,,
|
||||
-1390.37 -1975.8 0.596123,114 112 124 123 125,stand,,,
|
||||
-390.503 -1895.65 0.0947917,90 117 119,stand,,,
|
||||
-281.752 -1890.7 1.00363,90 118 116,stand,,,
|
||||
95.9228 -1952.43 0.585724,117,stand,,,
|
||||
-608.567 -1879.18 2.98115,116 120 112,stand,,,
|
||||
-608.567 -1856.01 60.425,119 121,stand,,,
|
||||
-614.393 -1730.56 60.425,122 120,stand,,,
|
||||
-611.725 -1720.86 3.38042,121 90 123 309,stand,,,
|
||||
-1305.75 -1680.96 0.598047,122 112 125 124 125 115 304 302 303 140,stand,,,
|
||||
-1562.62 -1945.66 0.575497,115 125 123 126,stand,,,
|
||||
-1482.08 -1741.26 6.39719,124 123 112 123 115 140 129 303,stand,,,
|
||||
-2015.74 -1879.07 3.22449,124 127 128 129,stand,,,
|
||||
-2441.31 -1911.38 0.491316,126 128,stand,,,
|
||||
-2162.63 -1816.21 7.84437,127 126 129 135,stand,,,
|
||||
-1965.66 -1584.02 7.35363,126 128 130 135 136 140 125 303,stand,,,
|
||||
-2342.8 -1210.64 -9.4823,129 131 132 135,stand,,,
|
||||
-2323.96 -942.264 -9.47404,130 133 146,stand,,,
|
||||
-2442.7 -924.125 -9.45192,130 134,stand,,,
|
||||
-2087.38 -925.335 -10.7021,131 134 142 144 143 146,stand,,,
|
||||
-2140.33 -1169.47 -10.6445,132 133 135,stand,,,
|
||||
-1996.39 -1362.43 -9.71644,134 130 129 128 136 140,stand,,,
|
||||
-1925.29 -1241.47 -5.875,135 129 137 138,stand,,,
|
||||
-1796.35 -1133.02 -5.875,136 139 141 142,stand,,,
|
||||
-1987.1 -1045.41 -5.875,136,stand,,,
|
||||
-1714.39 -1246.49 -11.0748,137 140 142 303 141,stand,,,
|
||||
-1815.51 -1429.63 -11.2903,135 139 129 125 123 303,stand,,,
|
||||
-1626.52 -959.135 -10.6964,137 143 142 144 296 302 301 303 139,stand,,,
|
||||
-1744.94 -994.76 -12.0301,137 139 133 141 144 303,stand,,,
|
||||
-1657.33 -711.418 -12.3578,141 144 133 148 295,stand,,,
|
||||
-1990.34 -700.716 -11.2977,142 143 141 133 146 148 251 250,stand,,,
|
||||
-1688.66 -295.438 -10.3697,147 146 148 250 295,stand,,,
|
||||
-2125.01 -239.043 -14.8726,144 131 145 133 148 149 251 250,stand,,,
|
||||
-1598.74 -165.37 -41.4773,145 250 259,stand,,,
|
||||
-1775.79 -385.885 -11.8503,144 143 146 145 250 251 161 295,stand,,,
|
||||
-2430.65 17.2274 -41.688,146 150 251,stand,,,
|
||||
-2442.59 182.709 -43.0153,149 151 158 160,stand,,,
|
||||
-2506.92 571.514 -40.16,150 152 153 154 160 157,stand,,,
|
||||
-2821.63 657.304 -43.1268,151 153 154,stand,,,
|
||||
-2792.01 559.125 -41.1077,152 151 158,stand,,,
|
||||
-2749.22 874.667 -45.7788,152 151 155 157 159,stand,,,
|
||||
-2923.89 1270.57 -31.0213,154 0 156 157,stand,,,
|
||||
-2542.91 1663.36 -53.875,0 1 155 163 167,stand,,,
|
||||
-2620.64 1081.81 -55.1819,155 158 159 154 163 151,stand,,,
|
||||
-2326.11 752.778 -45.3545,150 157 159 153 162 247,stand,,,
|
||||
-1999.59 1258.39 -62.7277,157 158 164 174 204 154 246,stand,,,
|
||||
-2120.51 304.106 -45.6043,151 150 161 162,stand,,,
|
||||
-1945.11 88.6942 -55.5675,160 248 251 250 148,stand,,,
|
||||
-1986.85 588.206 -41.4209,160 158 242 241 247 246 248,stand,,,
|
||||
-2573.89 1419.23 -58.9548,156 157 164,stand,,,
|
||||
-2072.97 1470.27 -59.6484,163 165 159 2 174,stand,,,
|
||||
-2170.69 1664.99 -53.875,164 2 166 167 168 174,stand,,,
|
||||
-2492.31 1802.87 -53.875,165 167,stand,,,
|
||||
-2437.25 1670.43 -53.875,166 156 165,stand,,,
|
||||
-2037.68 1882.87 -56.7613,165 169 2 174,stand,,,
|
||||
-1764.32 2128.06 -40.0647,168 3 170 2 171 172,stand,,,
|
||||
-1442.99 1873.57 -16.807,3 169 172 171 4 173 174,stand,,,
|
||||
-1763.33 1861.26 -23.5997,169 172 170 174 202,stand,,,
|
||||
-1459.77 1569.96 -8.09128,169 170 171 174 173 187 200 202 205,stand,,,
|
||||
-920.254 2103.49 -43.3508,4 170 172 175 185,stand,,,
|
||||
-1768.49 1543 -29.5519,170 171 165 168 172 164 159 204 202,stand,,,
|
||||
-747.462 2213.64 -17.875,173 4 176 182 180,stand,,,
|
||||
-838.573 2352.24 -46.9432,175 4 5 185,stand,,,
|
||||
-228.269 2256.02 -17.875,5 6 180 179,stand,,,
|
||||
0.168937 2157.27 -44.8559,6 179 190,stand,,,
|
||||
-127.01 1993.64 -25.875,178 177 180 186 184 189 190 218 188 6,stand,,,
|
||||
-368.092 2186.93 -17.9862,177 179 181 175 183,stand,,,
|
||||
-706.762 2019.66 6.13436,180 182,stand,,,
|
||||
-593.859 2120.65 -17.521,181 175 183,stand,,,
|
||||
-428.755 2021.6 -17.875,180 182 184 189,stand,,,
|
||||
-416.236 1896.62 -34.3323,183 185 186 179 188,stand,,,
|
||||
-735.109 1864.37 -42.8698,184 173 176 186,stand,,,
|
||||
-481.602 1714.11 -45.8305,185 184 179 187 188 199 200,stand,,,
|
||||
-988.696 1605.61 -39.2367,186 3 172 199 200 201 205,stand,,,
|
||||
-176.443 1519.37 -61.6897,186 189 184 194 195 198 218 179,stand,,,
|
||||
-41.0957 1512.33 -49.1247,188 179 183 193 195 198 190,stand,,,
|
||||
172.541 1786.97 -48.1896,178 179 191 189,stand,,,
|
||||
325.763 1818.04 -31.875,190 26 20 218,stand,,,
|
||||
349.985 1231.12 -31.875,26 193 197,stand,,,
|
||||
252.36 1271.37 -53.8346,192 189 194,stand,,,
|
||||
251.495 1108.24 -40.6208,193 195 188 196 198 226 213 219 215,stand,,,
|
||||
276.974 983.366 -10.693,194 37 189 196 197 188 219 226,stand,,,
|
||||
624.087 993.972 -6.63736,194 58 36 37 195 197,stand,,,
|
||||
348.523 1200.88 -57.717,192 37 196 195 198,stand,,,
|
||||
-94.611 1127.59 -27.9146,188 199 213 214 194 197 215 189,stand,,,
|
||||
-401.157 1413.81 -64.5449,198 186 200 187 214,stand,,,
|
||||
-999.659 1384.95 -52.7728,186 201 199 187 172,stand,,,
|
||||
-1125.77 1286.46 -24.1216,200 187 202 206 234 236 235,stand,,,
|
||||
-1364.58 1330.73 -19.5217,172 201 203 204 174 171 205 235,stand,,,
|
||||
-1393.11 1178.86 -18.875,202 237 238,stand,,,
|
||||
-1766.75 1317.62 -47.986,202 159 174 246 241,stand,,,
|
||||
-1327.18 1449.6 -7.16643,187 202 172,stand,,,
|
||||
-951.177 1236.93 10.125,201 207 208,stand,,,
|
||||
-715.473 1204.48 10.125,206 208,stand,,,
|
||||
-909.384 1110.74 10.125,207 206 209 210 211,stand,,,
|
||||
-776.881 975.936 -21.875,208 210 211 212,stand,,,
|
||||
-978.953 985.523 -21.875,208 209,stand,,,
|
||||
-794.27 876.818 -21.875,208 209 230 234 277 276 278,stand,,,
|
||||
-593.695 960.075 -23.316,209 213 278,stand,,,
|
||||
-209.258 1022.16 -20.8933,198 212 214 215 217 226 194,stand,,,
|
||||
-222.711 1216.06 -36.1533,213 199 198,stand,,,
|
||||
-216.665 829.841 -21.3072,213 217 216 198 216 194 226 227,stand,,,
|
||||
-216.38 720.967 -17.6421,217 215 215 225,stand,,,
|
||||
-64.284 743.504 -7.27121,216 215 226 213 221 272 219,stand,,,
|
||||
183.939 1929.29 -52.5432,179 191 7 6 188,stand,,,
|
||||
216.5 764.102 -4.875,220 221 226 195 194 217,stand,,,
|
||||
356.557 760.525 1.125,219 60,stand,,,
|
||||
140.941 600.3 -6.15656,219 222 217 272 224,stand,,,
|
||||
197.179 237.115 -0.810738,221 223 224 271 225 272,stand,,,
|
||||
139.477 177.057 0.125001,222 224 264 272,stand,,,
|
||||
-64.0348 235.768 0.124998,223 225 261 263 222 272 221 273,stand,,,
|
||||
-196.99 398.177 -2.248,224 222 216 272,stand,,,
|
||||
80.1305 898.575 -6.79805,219 195 217 213 194 215,stand,,,
|
||||
-237.664 820.862 32.1194,215 228,stand,,,
|
||||
-277.747 822.747 8.125,227 231 232,stand,,,
|
||||
-448.609 293.626 8.125,231 232,stand,,,
|
||||
-541.817 534.407 8.125,232 233 211 277 276 279,stand,,,
|
||||
-320.059 470.526 8.125,229 228,stand,,,
|
||||
-450.672 609.084 8.125,229 228 230,stand,,,
|
||||
-557.153 255.176 -6.78098,230 273 276,stand,,,
|
||||
-1124.52 866.456 -27.615,211 201 236 235,stand,,,
|
||||
-1243.07 1190.27 -31.5095,202 236 201 234,stand,,,
|
||||
-1282.63 899.835 -25.7982,235 234 201 237 244,stand,,,
|
||||
-1475.87 846.103 -18.875,236 203 240,stand,,,
|
||||
-1681.62 1174.65 -18.875,239 203 240,stand,,,
|
||||
-1621.93 1233.18 -18.875,238,stand,,,
|
||||
-1622.19 746.544 -18.875,238 237 241,stand,,,
|
||||
-1798.3 640.577 -46.2729,240 242 162 246 204 248,stand,,,
|
||||
-1683.88 557.158 -44.5443,241 243 162 248 249,stand,,,
|
||||
-1321.64 551.767 -38.5327,242 244 245,stand,,,
|
||||
-1255.35 691.775 -25.7755,245 243 236 277,stand,,,
|
||||
-1187.71 445.952 -26.9365,244 243 255 256 276 277,stand,,,
|
||||
-1890.38 1033.85 -59.3256,241 204 159 247 162,stand,,,
|
||||
-2096.65 832.26 -42.0763,246 158 162,stand,,,
|
||||
-1870.78 383.661 -44.8825,162 161 242 241 250,stand,,,
|
||||
-1653.04 199.32 -49.9714,242 252 254,stand,,,
|
||||
-1761.05 -48.4481 -58.9947,248 147 251 161 145 148 146 144 252,stand,,,
|
||||
-2035.41 -42.1884 -59.564,250 161 149 146 148 144,stand,,,
|
||||
-1509.68 -47.6854 -45.1613,250 249 254 259,stand,,,
|
||||
-1523.65 196.913 -42.875,254 257,stand,,,
|
||||
-1361.89 89.5389 -38.1514,253 249 252 255 259,stand,,,
|
||||
-1179.42 217.038 -29.9964,254 256 245 259 275 260 276,stand,,,
|
||||
-1295.17 396.857 -30.875,255 245 257,stand,,,
|
||||
-1481.46 368.963 -30.875,256 253 258,stand,,,
|
||||
-1408.42 473.875 -30.875,257,stand,,,
|
||||
-1269.31 -224.461 -12.8033,147 252 254 255 260 275 274 291,stand,,,
|
||||
-788.98 -158.071 -21.4126,259 261 274 275 255 273,stand,,,
|
||||
-271.877 -126.785 0.124999,260 262 263 224 274 273,stand,,,
|
||||
-123.061 -292.9 0.124998,261 263 265 280,stand,,,
|
||||
-53.1317 -94.1819 0.124998,262 264 261 265 224 273,stand,,,
|
||||
160.908 -98.9456 0.124998,265 270 263 271 223,stand,,,
|
||||
44.3385 -227.942 0.124998,264 266 263 262,stand,,,
|
||||
335.444 -411.011 -2.21331,265 106 270,stand,,,
|
||||
768.054 -30.1089 -9.19283,75 65 68 106 268,stand,,,
|
||||
540.056 9.327 -5.56736,106 64 267 270 271,stand,,,
|
||||
933.545 -349.465 -3.375,106 65 63 68,stand,,,
|
||||
329.34 -49.9459 0.017808,266 264 271 268,stand,,,
|
||||
304.54 134.484 0.125001,222 264 64 270 64 268,stand,,,
|
||||
-44.6939 433.098 -3.35841,225 224 223 217 221 222 273,stand,,,
|
||||
-324.612 147.506 -0.0526334,224 272 233 261 274 260 263,stand,,,
|
||||
-672.477 84.5268 -2.40191,260 275 261 273 259 276,stand,,,
|
||||
-981.616 172.855 -7.88982,260 259 255 274 276,stand,,,
|
||||
-772.194 389.664 -2.68713,274 233 277 211 275 255 230 245,stand,,,
|
||||
-1041.85 686.071 -25.8592,276 230 244 211 245,stand,,,
|
||||
-618.482 827.289 8.10727,212 211 279,stand,,,
|
||||
-531.336 711.814 8.125,230 278,stand,,,
|
||||
-289.449 -302.208 49.325,262 281 288,stand,,,
|
||||
-251.78 -578.844 49.325,280 282,stand,,,
|
||||
-325.874 -705.768 49.325,281 283 297,stand,,,
|
||||
-436.838 -674.633 49.325,282 284 285,stand,,,
|
||||
-406.103 -774.175 49.325,283,stand,,,
|
||||
-486.008 -583.561 49.325,283 287 286,stand,,,
|
||||
-706.903 -479.954 49.325,287 285 288,stand,,,
|
||||
-584.055 -829.119 49.325,286 285 297 299 300,stand,,,
|
||||
-760.097 -267.611 49.325,286 280 289,stand,,,
|
||||
-939.874 -336.155 49.325,288 290,stand,,,
|
||||
-1136.15 -276.51 49.325,289 291,stand,,,
|
||||
-1277.7 -384.967 49.325,290 259 292 294,stand,,,
|
||||
-1296.72 -798.938 49.325,291 294 296 300,stand,,,
|
||||
-1613.6 -527.834 49.325,294 295,stand,,,
|
||||
-1439.98 -613.699 49.325,293 291 292,stand,,,
|
||||
-1636.26 -527.367 -12.4059,293 143 145 148,stand,,,
|
||||
-1093.44 -901.396 49.325,292 141 300 301 302,stand,,,
|
||||
-292.218 -845.14 49.325,287 282,stand,,,
|
||||
-537.506 -909.425 18.3871,299 306 305,stand,,,
|
||||
-537.506 -889.806 49.325,298 287 300,stand,,,
|
||||
-877.592 -880.495 49.325,287 296 299 292 301 305,stand,,,
|
||||
-982.253 -1146 1.38515,300 296 302 141 304 305 308 309,stand,,,
|
||||
-1220.19 -1253.31 1.04981,141 301 303 296 304 123,stand,,,
|
||||
-1500.74 -1457.2 -6.55656,141 302 139 142 123 129 304 125 140,stand,,,
|
||||
-1052.29 -1565.99 7.83855,302 301 308 123 303 309,stand,,,
|
||||
-654.536 -1119.82 0.618946,301 300 298 306 308,stand,,,
|
||||
-370.348 -1192.06 -3.65212,298 305 92 307 111 93,stand,,,
|
||||
-448.848 -1440.06 0.596955,92 306 308,stand,,,
|
||||
-774.723 -1388.45 1.04327,307 305 301 304 93 309,stand,,,
|
||||
-897.071 -1631.16 6.70429,308 122 304 301,stand,,,
|
||||
620.794 249.325 113.125,59,stand,,,
|
||||
|
740
scriptdata/waypoints/mp_gb_atami_wp.csv
Normal file
@@ -0,0 +1,740 @@
|
||||
739
|
||||
-391.31 -8604.35 -503.075,1 2 3,stand,50.2405 15.8423 0,,
|
||||
-354.008 -8413.08 -503.075,0 2 4 19 24,stand,19.4788 -88.4949 0,,
|
||||
-145.788 -8406.78 -503.075,1 3 4 0 18 24,stand,20.7642 90.0659 0,,
|
||||
16.5857 -8506.95 -503.075,2 4 0 5,stand,19.9072 8.42102 0,,
|
||||
-280.373 -8651.88 -503.075,3 1 2,stand,19.4073 -91.1371 0,,
|
||||
135.704 -8508.94 -503.075,3 6 8 7,stand,21.2695 -121.273 0,,
|
||||
231.44 -8651.88 -503.075,5 7 9 8,stand,20.8411 121.256 0,,
|
||||
389.855 -8501.02 -503.075,6 8 5,stand,17.4847 -138.472 0,,
|
||||
281.844 -8321.11 -503.075,7 5 14 27 28 6,stand,21.5552 -173.298 0,,
|
||||
246.541 -8677.28 -456.075,6 10,crouch,74.3665 -83.7817 0,,
|
||||
244.891 -8703.13 -520.72,9 11,stand,-3.20801 89.9945 0,,
|
||||
252.985 -8735.44 -553.727,10 12 13 86,stand,12.2772 -86.6382 0,,
|
||||
264.126 -8837.02 -595.287,11 13 85 87 86 94 93,stand,11.9202 50.2405 0,,
|
||||
478.465 -8751.11 -581.804,12 11 39 40 87,stand,5.99304 148.376 0,,
|
||||
138.298 -8173.43 -503.075,8 15 29,stand,13.9197 -51.3336 0,,
|
||||
74.125 -8199.6 -503.075,14 16,stand,6.42151 -177.885 0,,
|
||||
50.5837 -8199.3 -456.575,15 17,crouch,69.0106 177.693 0,,
|
||||
22.8745 -8199.81 -524.575,16 18 22,stand,-14.3427 -1.08765 0,,
|
||||
-142.922 -8222.56 -524.575,17 2 22 25,stand,11.1292 -129.479 0,,
|
||||
-405.907 -8380.13 -503.075,1 20,stand,10.2008 92.9224 0,,
|
||||
-405.366 -8354.53 -456.575,19 21,crouch,62.8748 137.17 0,,
|
||||
-412.651 -8328.88 -503.075,20 22,stand,4.92188 -86.0175 0,,
|
||||
-273.353 -8328.88 -503.075,21 23 18 17,stand,-0.494385 -92.7246 0,,
|
||||
-273.122 -8351.65 -456.575,22 24,crouch,44.6045 -91.2964 0,,
|
||||
-273.56 -8386.29 -503.075,23 1 2,stand,33.6127 -113.78 0,,
|
||||
-278.052 -8209.95 -524.575,18 26,stand,19.2645 -177.468 0,,
|
||||
-401.351 -8215.26 -575.875,25 135 138 156,stand,17.7704 -177.682 0,,
|
||||
414.483 -8081 -503.075,8 28 29,stand,14.3427 -113.593 0,,
|
||||
232.848 -7915.82 -503.075,27 8 30 29 31 32,stand,18.7646 -52.1466 0,,
|
||||
165.164 -7982.33 -503.075,14 27 32 28 128,stand,27.691 -98.3771 0,,
|
||||
414.87 -7813.7 -503.075,28 31 32,stand,10.2722 129.001 0,,
|
||||
243.998 -7700.64 -503.075,30 32 28 33,stand,19.4788 -177.682 0,,
|
||||
111.031 -7826.12 -503.075,31 29 30 28 128,stand,17.1991 -2.04346 0,,
|
||||
239.88 -7585 -524.575,31 34 36,stand,8.06396 -88.9838 0,,
|
||||
115.493 -7581.73 -524.575,33 35,stand,22.9065 -170.7 0,,
|
||||
-8.93509 -7612.52 -562.361,34 119 124 132 135,stand,21.4069 -26.4661 0,,
|
||||
342.043 -7590.8 -524.575,33 37,stand,19.4788 2.15332 0,,
|
||||
465.16 -7574.23 -579.464,36 38 49 56 55 118,stand,6.49292 -153.929 0,,
|
||||
625.314 -7782.92 -585.543,37 46 49 55,stand,21.9781 132.204 0,,
|
||||
625.942 -8518.61 -575.217,13 40 41 45 46 47 49 50,stand,5.77881 -176.424 0,,
|
||||
785.315 -8685.38 -550.884,13 41 44 39 47 49 50 84,stand,6.06445 -77.5085 0,,
|
||||
702.64 -8932.42 -564.244,40 42 44 39 85 84,stand,18.4131 -153.946 0,,
|
||||
648.386 -9128 -562.532,41 43,stand,23.1207 47.1039 0,,
|
||||
717.922 -9064.56 -565.605,42 44,stand,22.7637 -46.1041 0,,
|
||||
793.319 -9200.96 -562.018,43 41 40,stand,14.8425 96.0645 0,,
|
||||
483.053 -8377.97 -575.877,39 46,stand,18.8361 47.6752 0,,
|
||||
606.455 -8207.57 -576.712,45 39 49 47 38 51,stand,17.1277 -111.566 0,,
|
||||
1028.53 -8438.19 -542.468,40 48 39 50 46 96,stand,14.9139 89.6265 0,,
|
||||
1025.03 -8308.35 -479.875,47 54,stand,42.8906 -94.9384 0,,
|
||||
844.419 -8176.09 -568.905,39 40 50 46 37 38 51 56,stand,7.56409 -31.2616 0,,
|
||||
1046.17 -8757.83 -536.747,40 47 49 39 84 96 321 323,stand,4.13635 80.8044 0,,
|
||||
902.617 -7889.73 -566.197,49 52 46 56 84,stand,11.7719 2.50448e-006 0,,
|
||||
1032.91 -7909.42 -542.847,51 53 82,stand,4.77905 -92.5653 0,,
|
||||
1026.79 -8024.69 -479.875,52 54,stand,3.56506 -90.2802 0,,
|
||||
1026.93 -8222.12 -479.875,53 48 72,stand,20.05 3.49915 0,,
|
||||
650.425 -7470.07 -582.029,38 56 83 37 57 114 117 120,stand,3.27942 -117.114 0,,
|
||||
804.858 -7571.28 -594.988,55 37 51 49 57 82 117,stand,8.42102 -147.656 0,,
|
||||
1048.24 -7259.01 -547.63,56 58 83 55 110 114 188,stand,-0.994263 -46.0162 0,,
|
||||
1161.66 -7260.67 -479.875,57 59,stand,1.06567 0.0878931 0,,
|
||||
1285.12 -7261.79 -479.875,58 60 62,stand,18.4131 -12.9749 0,,
|
||||
1389.71 -7258.08 -479.875,59 61,stand,37.0404 -1.69739 0,,
|
||||
1530.22 -7264.35 -543.706,60 79 105 110 108 187,stand,2.63672 -168.986 0,,
|
||||
1288.35 -7398.69 -458.375,59 63 67 64 65,stand,4.85046 -88.9838 0,,
|
||||
1114.13 -7557.66 -458.375,62 64 66 67 80,stand,10.8435 -72.3505 0,,
|
||||
1197.04 -7674.94 -458.375,63 65 62 69 68,stand,11.9861 26.7188 0,,
|
||||
1380.43 -7646.42 -458.375,64 66 62 68,stand,15.6995 -63.847 0,,
|
||||
1454.87 -7745.47 -458.375,65 63 68,stand,0.708618 152.759 0,,
|
||||
1454.86 -7475.96 -458.375,62 63 73,stand,16.9849 -133.292 0,,
|
||||
1285.23 -7937.43 -456.375,66 65 69 64 70 72 71,stand,17.9846 92.9663 0,,
|
||||
1114.13 -7863.34 -458.375,64 68,stand,13.4857 -25.6641 0,,
|
||||
1459.87 -8126.42 -458.375,68 71,stand,22.478 149.134 0,,
|
||||
1304.29 -8315.87 -458.375,70 72 68,stand,12.7716 -135.648 0,,
|
||||
1137.34 -8220.9 -458.375,71 54 68,stand,34.7552 -179.681 0,,
|
||||
1480.98 -7482.59 -411.375,67 74,crouch,51.0974 0.115359 0,,
|
||||
1506.13 -7482.96 -484.875,73 75 76,stand,-36.535 172.969 0,,
|
||||
1521.64 -7435.44 -512.875,74 79,stand,16.4136 -94.3066 0,,
|
||||
1521.26 -7541.13 -512.875,74 77,stand,20.4071 91.6095 0,,
|
||||
1511.71 -7628.75 -543.875,76 78 99 100,stand,9.70642 56.64 0,,
|
||||
1664.53 -7501.88 -518.641,77 79 100 105,stand,11.9861 126.793 0,,
|
||||
1515.84 -7363.9 -543.988,78 61 75 105,stand,39.2487 117.587 0,,
|
||||
1078.85 -7551.39 -411.875,63 81,crouch,79.5026 134.846 0,,
|
||||
1062.87 -7551.49 -477.375,80 82 83,stand,56.3104 -2.96631 0,,
|
||||
1037.93 -7599.79 -540.408,81 56 52,stand,-6.9873 78.5358 0,,
|
||||
1040.85 -7500.7 -539.997,81 57 55,stand,8.99231 -66.7035 0,,
|
||||
920.894 -8999.51 -564.284,51 40 41 50 323 325,stand,9.27795 98.5309 0,,
|
||||
539.75 -8991.87 -586.493,41 12 87 88 95,stand,17.1277 95.8942 0,,
|
||||
87.9784 -8778.33 -585.101,11 87 12 94 371 368 372,stand,9.42078 -107.952 0,,
|
||||
309.782 -9176.39 -583.903,86 12 13 85 88 93 95 348 346,stand,22.6208 102.816 0,,
|
||||
109.968 -9166.34 -589.408,87 89 94 85 363,stand,7.49268 -86.9843 0,,
|
||||
115.75 -9267.25 -527.875,88 90,stand,7.99255 -88.1268 0,,
|
||||
112.881 -9391.83 -527.875,89 91 379,stand,18.4131 -131.732 0,,
|
||||
115.99 -9503.4 -527.875,90 92,stand,20.1215 -94.4769 0,,
|
||||
114.643 -9616.47 -593.9,91 93 345 348 353,stand,2.85095 88.5992 0,,
|
||||
207.098 -9645.02 -587.794,92 87 12 345 346 353,stand,10.6293 80.8923 0,,
|
||||
-111.524 -8991.98 -607.548,86 88 12 363 371 372,stand,9.42078 -27.8888 0,,
|
||||
570.875 -9138.15 -563.865,85 87 348,stand,18.4131 102.431 0,,
|
||||
1407.49 -8456.2 -544.139,47 97 50 98 321,stand,3.7793 63.523 0,,
|
||||
1624.28 -8284.55 -541.674,96 98 99 102 104,stand,7.06421 -158.665 0,,
|
||||
1763.12 -8499.99 -540.226,96 97 102 104 320 321,stand,10.4865 111.896 0,,
|
||||
1598.8 -7903.78 -524.254,97 77 102,stand,15.6281 -173.156 0,,
|
||||
1742.97 -7686.1 -508.284,78 101 106 77,stand,11.8433 29.1193 0,,
|
||||
1943.8 -7824.77 -459.946,100 102 103 106 105,stand,24.4775 176.726 0,,
|
||||
1782.81 -8030.45 -497.814,101 99 98 97 104,stand,24.0491 173.87 0,,
|
||||
2136.82 -8048.67 -448.307,101 104 106 237 319,stand,17.8418 -162.664 0,,
|
||||
1957.71 -8217.78 -499.651,103 97 98 319 102 320,stand,21.6211 -157.593 0,,
|
||||
1821.63 -7340.62 -524.496,78 79 61 106 101 107 108,stand,9.63501 -167.602 0,,
|
||||
2016.69 -7617.45 -465.687,105 100 101 103 107 235,stand,20.8356 176.424 0,,
|
||||
2131.14 -7375.52 -472.547,106 105 108 111 234 235 236,stand,30.6848 165.976 0,,
|
||||
1821.77 -7039.95 -543.875,107 109 61 105 112 187 216,stand,15.9137 175.963 0,,
|
||||
1525.62 -6925.29 -534.456,108 110 113,stand,11.4148 177.676 0,,
|
||||
1192.12 -6999.75 -554.079,109 57 61 113 114 115 188 216,stand,29.7565 -138.856 0,,
|
||||
2251.56 -7089.79 -480.092,107 112 230 234,stand,13.4857 -123.289 0,,
|
||||
1992.02 -6756.9 -467.779,111 108 216 217 229 230,stand,14.4855 -135.851 0,,
|
||||
1203.99 -6776.76 -551.937,109 114 110 115 214 216,stand,13.4143 159.203 0,,
|
||||
836.32 -6967.09 -593.179,113 57 110 115 116 55 117 121,stand,7.06421 -27.8668 0,,
|
||||
889.465 -6543.18 -583.605,114 113 110 116 117 189 211 214,stand,7.70691 -38.2764 0,,
|
||||
522.771 -6711.51 -510.311,115 114 117 121 133 134 190 191,stand,20.6927 -58.6176 0,,
|
||||
517.673 -7106.63 -585.435,56 55 114 120 116 121 115 130 188,stand,20.907 -78.9587 0,,
|
||||
362.811 -7472.24 -576.202,37 119 120,stand,19.7644 -40.5615 0,,
|
||||
20.3583 -7473.17 -571.585,118 120 123 35 132,stand,14.8425 17.677 0,,
|
||||
315.948 -7336.49 -575.948,119 117 118 123 55,stand,16.6992 -6.94336 0,,
|
||||
63.5987 -6963.94 -559.875,114 116 117 122 130 131 132 133 134,stand,-4.56482 66.2805 0,,
|
||||
-85.3731 -7285.88 -562.04,121 123 131 132,stand,19.6216 -34.8486 0,,
|
||||
137.157 -7362.35 -570.605,122 119 120,stand,17.4133 -22.3572 0,,
|
||||
-12.6074 -7761.68 -575.875,35 125 129,stand,11.2006 -77.514 0,,
|
||||
-5.91585 -7785.54 -544.875,124 126,stand,7.70691 -62.5232 0,,
|
||||
22.874 -7876.94 -526.875,125 127,stand,-18.1274 -6.14136 0,,
|
||||
51.8637 -7886.52 -456.575,126 128,crouch,32.2559 -9.49768 0,,
|
||||
75.29 -7889.76 -503.075,127 29 32,stand,14.2712 -109.341 0,,
|
||||
-339.674 -7738.32 -575.875,124 132 137 131 135,stand,15.0568 12.9694 0,,
|
||||
233.452 -7189.7 -576.169,121 131 117,stand,12.2003 162.779 0,,
|
||||
-377.796 -7030.95 -550.972,130 121 122 132 134 129 135 141 142,stand,9.63501 -9.2395 0,,
|
||||
-475.659 -7464.24 -575.875,131 129 119 35 122 121 140 139 141 155,stand,13.5571 -29.2236 0,,
|
||||
57.4731 -6530.65 -475.995,121 116 134 143 185 190,stand,18.1989 -25.9937 0,,
|
||||
-246.276 -6766.6 -502.406,131 121 133 142 116 143 185,stand,22.2638 -28.0646 0,,
|
||||
-190.128 -7891.25 -569.002,35 136 26 131 129,stand,7.34985 -8.37708 0,,
|
||||
-1.83642 -8042.16 -573.668,135 137,stand,13.4857 -175.452 0,,
|
||||
-197.814 -8126.44 -575.875,136 129 138,stand,17.9132 104.458 0,,
|
||||
-610.951 -8174.14 -588.976,137 26 139 156 177 178 155 369 370,stand,8.70667 -53.6957 0,,
|
||||
-528.403 -7862.98 -575.875,138 140 132 155 177,stand,8.77808 119.301 0,,
|
||||
-878.887 -7333.77 -580.307,132 139 141 144 155 180 184,stand,13.2715 -72.1967 0,,
|
||||
-631.652 -7120 -509.315,140 131 142 132 184,stand,26.4771 -76.9647 0,,
|
||||
-627.509 -6729.72 -454.573,141 134 143 131 184 186,stand,23.335 -59.848 0,,
|
||||
-605.197 -6462.66 -363.266,133 134 142 185 186 194 207,stand,17.2705 -26.9769 0,,
|
||||
-936.118 -7462.49 -527.375,140 145 179,stand,7.06421 -105.71 0,,
|
||||
-1031.58 -7550.83 -505.875,144 146 147 179 150,stand,22.7637 -177.226 0,,
|
||||
-1020.78 -7417.07 -505.875,145 152,stand,8.06396 163.207 0,,
|
||||
-1085.93 -7659.38 -505.875,145 148 179,stand,23.7634 160.922 0,,
|
||||
-1105.02 -7654.17 -459.375,147 149,crouch,62.8033 146.651 0,,
|
||||
-1137.21 -7652.6 -505.875,148 150 153,stand,24.3347 80.7056 0,,
|
||||
-1230.7 -7486.93 -505.875,149 151 153 154 145,stand,19.7644 41.1658 0,,
|
||||
-1075.39 -7419.39 -505.875,150 152,stand,11.629 -16.5015 0,,
|
||||
-1050.46 -7426.41 -459.375,151 146,crouch,46.1755 -7.1521 0,,
|
||||
-1399.09 -7580.02 -505.875,150 154 149,stand,11.7719 94.5428 0,,
|
||||
-1333.38 -7334.92 -505.875,150 153,stand,15.1996 -137.917 0,,
|
||||
-744.89 -7643.34 -579.525,132 140 139 177 138 370,stand,9.77234 79.5135 0,,
|
||||
-1098.55 -8392.22 -609.271,138 157 177 370 26,stand,4.99329 -88.8629 0,,
|
||||
-1097.37 -8485.43 -558.175,156 158 172,stand,4.99329 -88.8629 0,,
|
||||
-1174 -8613.73 -536.675,157 159 165 166 172,stand,9.06372 -65.5225 0,,
|
||||
-1192.87 -8743.72 -536.675,158 160 172,stand,-0.922852 178.006 0,,
|
||||
-1228.09 -8742.95 -490.175,159 161,crouch,25.0488 175.792 0,,
|
||||
-1245.35 -8741.38 -536.675,160 162 163,stand,14.9854 99.1461 0,,
|
||||
-1515.87 -8739.49 -536.675,161 163 165,stand,6.84998 161.807 0,,
|
||||
-1515.22 -8497.15 -536.675,162 164 161,stand,22.8351 105.353 0,,
|
||||
-1308.82 -8452.35 -536.675,163 165 167 171,stand,17.8418 -113.176 0,,
|
||||
-1261.06 -8617.02 -536.675,164 158 162,stand,18.5559 90.802 0,,
|
||||
-1192.87 -8488.32 -536.675,158 168 169,stand,-4.27917 -178.627 0,,
|
||||
-1244.13 -8490.04 -536.675,164 168 171,stand,21.8353 20.5115 0,,
|
||||
-1218.87 -8489.17 -490.175,167 166,crouch,47.5983 0.675662 0,,
|
||||
-1192.88 -8354.78 -536.675,166 170,stand,6.70715 -179.978 0,,
|
||||
-1218.84 -8354.31 -490.175,169 171,crouch,29.328 179.236 0,,
|
||||
-1244.14 -8353.97 -536.675,170 164 167,stand,49.2407 -98.1189 0,,
|
||||
-1083.13 -8799.13 -558.175,157 159 158 173,stand,7.77832 157.434 0,,
|
||||
-1085.65 -8827.2 -607.261,172 174 360 368 383,stand,36.969 72.2131 0,,
|
||||
-1436.96 -8912.4 -579.729,173 175 360 383 384 385 368,stand,26.7627 158.785 0,,
|
||||
-1647.06 -8851.24 -609.418,174 176 383 393 396,stand,3.1366 76.1462 0,,
|
||||
-1640.18 -8232.46 -572.428,175 177 183 396 399,stand,26.6913 -73.2294 0,,
|
||||
-1138.47 -8161.08 -584.109,176 156 178 138 155 183 370 139,stand,19.4788 -72.2296 0,,
|
||||
-1010.22 -7771.35 -590.539,177 179 138 182 183 370,stand,20.3357 -9.00879 0,,
|
||||
-993.703 -7746.91 -527.375,178 147 145 144,stand,1.42273 92.1149 0,,
|
||||
-1324.97 -7098.62 -570.629,140 181 184 186 209 208 206,stand,9.41528 -133.319 0,,
|
||||
-1493.62 -7362.35 -544.082,180 182 400 209 407,stand,6.27869 -95.4987 0,,
|
||||
-1500.46 -7705.41 -524.265,181 178 183 400 399,stand,15.6281 -11.0028 0,,
|
||||
-1522.14 -7967.79 -492.481,177 182 176 178 399 400,stand,7.6355 105.342 0,,
|
||||
-893.182 -7001.23 -526.494,180 140 141 142 186,stand,19.2645 -167.091 0,,
|
||||
-249.605 -6374.23 -406.828,143 133 191 134 194 192,stand,21.1926 -32.8711 0,,
|
||||
-969.12 -6570.06 -425.384,180 184 142 143 206 207 208,stand,19.4073 -90.4669 0,,
|
||||
1489.98 -7151.87 -543.875,108 61 188,stand,14.6997 42.8137 0,,
|
||||
1097.99 -7172.31 -541.873,187 110 57 117,stand,21.7639 15.1721 0,,
|
||||
501.813 -5976.32 -590.272,115 190 192 191 199 210 211 460,stand,5.99304 -52.0148 0,,
|
||||
539.904 -6413.82 -516.577,116 189 133 211,stand,16.4136 95.5096 0,,
|
||||
166.216 -6179.75 -504.894,116 185 192 189 194,stand,4.92188 -117.153 0,,
|
||||
31.7043 -5880.2 -519.398,189 191 193 194 185 198 199 460,stand,9.84375 -26.7517 0,,
|
||||
-364.362 -5758.37 -517.328,192 194 195 197 198 200,stand,7.92114 -31.767 0,,
|
||||
-358.232 -6141.02 -380.969,193 143 185 192 207 191,stand,9.98657 -121.696 0,,
|
||||
-620.715 -5522.96 -564.398,193 196 197 200 203,stand,5.13611 -49.7516 0,,
|
||||
-741.053 -5191.5 -591.331,195 201 202 203 431 200,stand,8.84949 -139.054 0,,
|
||||
-767.855 -5761.7 -496.086,195 193 203 207,stand,14.1998 13.6011 0,,
|
||||
-75.6013 -5579.33 -450.16,193 192 199 200 458 460,stand,21.9781 -106.661 0,,
|
||||
446.961 -5578.47 -494.053,192 189 198 210 458 459 460,stand,7.6355 -157.401 0,,
|
||||
-241.534 -5316.82 -455.467,198 193 195 201 458 196,stand,4.13635 -79.9695 0,,
|
||||
-512.783 -4959.67 -567.124,200 196 433 438 458,stand,-2.27966 -62.6331 0,,
|
||||
-1057.27 -5175.03 -618.064,196 203 421 431,stand,6.06445 -14.4415 0,,
|
||||
-926.971 -5450.97 -505.247,195 202 196 197 204,stand,28.5425 115.186 0,,
|
||||
-1160.67 -5644.35 -502.546,203 205,stand,1.56555 -70.6805 0,,
|
||||
-1130.73 -6000.54 -416.972,204 206 207 422,stand,10.2722 46.0767 0,,
|
||||
-1275.71 -6382.69 -374.666,205 186 208 180 415 422 423,stand,15.5566 -3.74084 0,,
|
||||
-901.799 -6013.05 -420.268,143 205 197 186 194,stand,3.27942 -81.3867 0,,
|
||||
-1475.02 -6679.99 -453.217,206 209 180 186 408 412 415,stand,30.6848 -49.4055 0,,
|
||||
-1642.02 -7026.72 -674.135,208 180 181 400 407 414,stand,-14.1284 42.1106 0,,
|
||||
773.228 -5683.58 -579.905,199 189 211 212 222 221 459,stand,11.629 -114.824 0,,
|
||||
833.506 -6134.06 -595.954,210 190 115 212 213 189,stand,-0.0714111 -162.147 0,,
|
||||
1253.06 -5754.05 -575.875,211 210 213 221 218 219 222 223,stand,9.27246 -169.958 0,,
|
||||
1218.39 -6178.91 -486.214,212 211 214 215 218,stand,21.9067 163.63 0,,
|
||||
1145.22 -6468.82 -512.081,113 213 115 215,stand,14.6283 84.6112 0,,
|
||||
1508.05 -6396.67 -440.197,214 216 213 217 218,stand,20.4785 -111.006 0,,
|
||||
1595.13 -6643.74 -470.35,215 108 112 113 110 217,stand,34.7552 -57.7386 0,,
|
||||
1879.36 -6460.93 -442.241,215 216 112 218 228 229,stand,13.2001 -155.308 0,,
|
||||
1740.29 -6212.94 -456.736,213 215 217 219 212 228,stand,14.6283 -148.464 0,,
|
||||
1797.23 -5850.51 -550.831,218 220 212 223 228,stand,3.20801 -101.942 0,,
|
||||
1776.63 -5503.42 -707.587,219 221 223 224 225 226 227 250,stand,-23.8348 -54.4098 0,,
|
||||
1259.98 -5421.53 -590.487,220 212 222 210 224 444 463 223,stand,2.06543 -40.2759 0,,
|
||||
982.189 -5355.48 -575.875,212 210 221 459 444 463 445,stand,6.92139 -89.3188 0,,
|
||||
1580.42 -5655.73 -621.01,212 220 219 221,stand,14.1998 18.6658 0,,
|
||||
1529.36 -5218.66 -647.426,221 220 225 274 463,stand,4.35059 -148.925 0,,
|
||||
1972.66 -5164.95 -703.555,220 224 226 250 255 274,stand,2.35107 -166.366 0,,
|
||||
2307.04 -5489 -715.479,220 225 227 241 250 251 265,stand,0.780029 163.499 0,,
|
||||
2205.45 -5778.39 -659.13,226 220 228 240,stand,14.1998 -20.1434 0,,
|
||||
2197.38 -6169.42 -546.696,227 219 218 217 229 231 242,stand,14.3427 127.321 0,,
|
||||
2249.47 -6466.42 -531.687,228 217 112 230 231,stand,-0.780029 -150.765 0,,
|
||||
2442.82 -6731.51 -529.014,229 112 111 231 232 233 234,stand,0.065918 164.416 0,,
|
||||
2696.76 -6323.17 -690.756,228 229 230 232 242 243 244 245,stand,0.20874 156.039 0,,
|
||||
2714.83 -6640.14 -641.145,231 230 233 239 244 245,stand,-6.49292 176.66 0,,
|
||||
2710.37 -6928.1 -577.335,230 232 234 238 239 246,stand,15.1282 119.603 0,,
|
||||
2577.55 -7346.7 -529.996,233 230 111 107 236 235 238,stand,15.271 91.626 0,,
|
||||
2322.07 -7760.51 -507.895,106 107 236 234 237,stand,0.422974 142.729 0,,
|
||||
2662.62 -7649.52 -625.142,235 234 237 107 238 307 311,stand,-4.63623 139.938 0,,
|
||||
2409.12 -8025.22 -516.279,235 103 236 311 318,stand,12.486 125.261 0,,
|
||||
2944.94 -7239.34 -664.005,234 233 236 239 246 306 307,stand,-7.49268 169.371 0,,
|
||||
2943.96 -6703.04 -711.905,238 232 233 244 246,stand,-3.63647 -178.006 0,,
|
||||
2425.22 -5960.02 -657.092,227 242,stand,20.4785 -140.317 0,,
|
||||
2597.09 -5792.44 -747.934,226 242 243 249 265 267,stand,-2.85095 -128.661 0,,
|
||||
2476.32 -6023.17 -645.906,240 241 228 231 243,stand,31.6132 116.933 0,,
|
||||
2752.78 -6130.09 -670.272,241 242 231 245 249,stand,11.1292 157.313 0,,
|
||||
3039.08 -6446.72 -712.486,231 232 239 245 246 247 248,stand,2.99377 -164.784 0,,
|
||||
3044.51 -6265.2 -744.022,243 231 244 232 247 249,stand,0 -169.596 0,,
|
||||
3236.25 -6965.67 -737.517,233 238 239 244 248 306,stand,-4.422 -154.259 0,,
|
||||
3288.98 -6308.99 -833.169,244 245 248 249 303 304 305,stand,-14.4141 -165.602 0,,
|
||||
3440.43 -6781.58 -817.895,246 247 304 306 244,stand,21.9781 103.596 0,,
|
||||
3078.97 -5800.85 -800.162,247 245 243 241 267 297 298 303,stand,-1.35132 -122.3 0,,
|
||||
2270.26 -5149.31 -768.5,226 225 251 220 255 275,stand,4.422 157.549 0,,
|
||||
2640.37 -5099.66 -819.859,250 252 265 226 266 267,stand,7.99255 103.134 0,,
|
||||
2613.87 -4950.16 -792.575,251 253 259 260,stand,30.899 -113.615 0,,
|
||||
2386.99 -4967.9 -792.575,252 254,stand,14.4855 50.0482 0,,
|
||||
2351.98 -4799.18 -792.575,253 255 256 264,stand,13.7 -170.629 0,,
|
||||
2199.68 -4813.3 -806.428,254 250 225 274 275 277,stand,12.2717 4.72412 0,,
|
||||
2416.42 -4780.8 -792.575,254 257,stand,2.85095 13.6835 0,,
|
||||
2451.54 -4771.26 -820.696,256 258 262 263 281,stand,43.6761 -164.516 0,,
|
||||
2582.54 -4841.93 -832.22,257 259 262 263 281,stand,8.42102 -82.5085 0,,
|
||||
2587.14 -4879.14 -792.575,258 252 260,stand,24.2633 -11.6302 0,,
|
||||
2692.19 -4916.66 -792.575,252 259 261,stand,7.20703 13.9899 0,,
|
||||
2728.03 -4911.13 -823.389,260 262 266 267 295,stand,22.3352 -176.238 0,,
|
||||
2728.62 -4791.94 -833.562,261 258 257 263 266 281 295,stand,12.843 -125.403 0,,
|
||||
2469.79 -4514.19 -832.779,262 258 257 264 279 280 281,stand,16.6278 -143.168 0,,
|
||||
2342.09 -4540.7 -792.575,263 254,stand,9.70093 -84.1931 0,,
|
||||
2690.64 -5458.27 -736.706,251 241 266 267 226,stand,25.6915 22.5336 0,,
|
||||
3018.52 -5100.01 -821.853,251 265 271 261 262 295 296,stand,8.70667 -95.8716 0,,
|
||||
2969.67 -5563.76 -816.077,265 249 241 268 251 261,stand,3.49365 30.7733 0,,
|
||||
3047.75 -5508.78 -791.875,267 269 273,stand,12.843 112.709 0,,
|
||||
3160.15 -5444.71 -791.875,268 270 272,stand,42.962 46.6925 0,,
|
||||
3191.85 -5426.76 -795.875,269 271 299,stand,25.5487 102.36 0,,
|
||||
3126.37 -5266.67 -795.875,270 272 266,stand,21.9067 -148.705 0,,
|
||||
3062.69 -5305.01 -791.875,271 273 269,stand,18.6932 -112.911 0,,
|
||||
2990.57 -5372.86 -791.875,272 268,stand,39.5343 -67.1643 0,,
|
||||
1665.87 -4980.06 -580.297,224 225 255 462 684,stand,30.542 -97.3053 0,,
|
||||
1758.02 -4604.46 -751.433,250 255 276 277 683,stand,18.9075 -7.78319 0,,
|
||||
1726.51 -4110.43 -727.426,275 278 290 466 469 291,stand,11.9147 -47.6745 0,,
|
||||
2133.94 -4453.81 -837.737,275 278 279 255,stand,8.98682 78.2123 0,,
|
||||
2096.29 -4107.37 -793.251,276 277 279 289 290 291,stand,13.8428 -61.3965 0,,
|
||||
2325.49 -4182.46 -828.968,263 277 278 280 282 283,stand,10.058 -109.539 0,,
|
||||
2657.06 -4172.88 -832.494,279 263 282 292 293,stand,11.8433 -142.866 0,,
|
||||
2714.64 -4526.52 -840.581,263 258 262 282 294 257,stand,17.4133 -98.2336 0,,
|
||||
2864.28 -4344.41 -830.273,281 280 279 294,stand,12.9858 52.3175 0,,
|
||||
2474.35 -3863.42 -830.631,279 284 292 686,stand,25.6915 -118.185 0,,
|
||||
2451.37 -3848.3 -761.975,283 285,stand,15.4138 150.469 0,,
|
||||
2338.91 -3786.02 -757.975,284 286 287,stand,16.4136 -129.594 0,,
|
||||
2180.71 -3897.88 -757.975,285 287 290,stand,31.4703 -171.265 0,,
|
||||
2201.2 -4003.24 -757.975,286 288 285,stand,13.7 -113.307 0,,
|
||||
2197.13 -4018.29 -725.975,287 289,crouch,77.2888 -116.295 0,,
|
||||
2183.79 -4041.48 -800.196,288 278,stand,-12.9144 58.4149 0,,
|
||||
2066.13 -3785.68 -790.347,286 278 276 291 681 685,stand,6.63574 -56.7493 0,,
|
||||
1774.36 -3814.39 -731.089,290 278 681 466 276 469,stand,17.3419 -45.8783 0,,
|
||||
2737.46 -3929.78 -842.884,283 280 293,stand,14.6283 -139.41 0,,
|
||||
3034.16 -4147.94 -879.22,292 280 294,stand,10.2008 168.273 0,,
|
||||
3136.25 -4456.67 -859.257,282 293 281 295 302,stand,12.3431 132.007 0,,
|
||||
3174.07 -4822.87 -832.661,262 266 294 296 302 261,stand,11.2006 177.078 0,,
|
||||
3238.73 -5179.96 -848.575,295 297 300 266 301,stand,13.4143 -75.9424 0,,
|
||||
3360.71 -5558.24 -851.489,296 298 301 249 303,stand,11.1292 -173.259 0,,
|
||||
3268.35 -5526.3 -844.878,297 299 249 303,stand,5.0647 120.696 0,,
|
||||
3248.1 -5490.48 -795.875,298 270,stand,4.99329 119.482 0,,
|
||||
3636.49 -5034.68 -889.019,296 301 302,stand,8.42102 -167.931 0,,
|
||||
3633.88 -5322.59 -885.728,300 297 296 304 303,stand,8.06396 179.078 0,,
|
||||
3427.91 -4729.54 -879.396,300 295 294,stand,-0.422974 -50.5145 0,,
|
||||
3435.16 -5939.88 -855.27,249 297 298 247 304 301,stand,17.3419 112.017 0,,
|
||||
3785.45 -6250.27 -892.901,247 303 301 248 305,stand,8.56384 133.743 0,,
|
||||
3822.49 -6861.71 -875.063,247 304 306 308,stand,9.13513 145.46 0,,
|
||||
3472.93 -7093.28 -800.1,246 248 305 238 308,stand,21.6925 80.014 0,,
|
||||
3122.73 -7671.12 -777.824,238 236 308 310 309,stand,2.70813 119.9 0,,
|
||||
3649.93 -7472.91 -885.01,307 306 305 309 310,stand,-2.63672 -176.445 0,,
|
||||
3783.28 -8149.12 -875.039,308 310 307 312 313 314,stand,6.3501 143.768 0,,
|
||||
3230.45 -8042.33 -761.982,309 307 311 308 312 313,stand,8.34961 132.419 0,,
|
||||
2811.61 -8019.36 -642.592,236 237 310 312 318 319,stand,0.494385 165.773 0,,
|
||||
3101.77 -8437.46 -752.519,309 310 311 313 314 315 318,stand,24.2633 62.348 0,,
|
||||
3677.94 -8693.16 -880.166,312 309 310 314 316,stand,2.99377 107.535 0,,
|
||||
3175.04 -8830.62 -793.252,313 312 315 316 317 309,stand,12.7002 49.549 0,,
|
||||
2790.38 -8877.87 -682.594,314 312 318 328 317,stand,16.842 74.4275 0,,
|
||||
3414.26 -9299.51 -884.586,314 313 317 334,stand,3.7793 109.243 0,,
|
||||
3042.02 -9267.12 -820.583,316 314 328 331 334 333 315,stand,17.699 34.3109 0,,
|
||||
2625.68 -8688.54 -619.781,315 237 311 312 320 328,stand,19.3359 39.4745 0,,
|
||||
2304.66 -8354.73 -515.729,311 103 104 320 327,stand,27.0483 7.2406 0,,
|
||||
2109.64 -8675.8 -537.487,104 98 319 318 321 322 327,stand,7.49268 112.649 0,,
|
||||
1580.16 -8905.02 -529.937,98 96 50 320 322 323 326,stand,8.99231 53.7897 0,,
|
||||
1968.89 -9049.37 -579.273,321 320 326 327 328 329 332,stand,-1.42273 87.5726 0,,
|
||||
1339.2 -9165.88 -659.205,321 84 50 324 325 326,stand,6.20728 149.942 0,,
|
||||
1372.65 -9568.83 -706.914,323 325 326 338 350,stand,-1.06567 93.0273 0,,
|
||||
896.56 -9317.56 -584.557,324 84 323 347 348,stand,5.77881 75.614 0,,
|
||||
1732.22 -9451.09 -608.617,323 324 322 332 330 339 321,stand,7.77832 145.943 0,,
|
||||
2338.12 -8938.81 -612.04,322 320 329 319,stand,1.2085 160.005 0,,
|
||||
2527.18 -9203.24 -695.547,318 315 329 322 330 317,stand,10.7721 75.0757 0,,
|
||||
2246.74 -9321.86 -653.768,328 327 322 330 331 332,stand,11.7719 78.855 0,,
|
||||
2213.92 -9735.22 -745.999,329 328 331 332 326 333 335 339,stand,1.92261 81.4203 0,,
|
||||
2575.58 -9556.7 -769.097,317 329 330 333 335 334,stand,10.9149 65.6 0,,
|
||||
1967.7 -9301.38 -639.539,326 329 322 330 339,stand,11.9861 -51.4703 0,,
|
||||
2747.64 -9916.78 -850.796,330 331 334 317 335,stand,1.99402 83.8538 0,,
|
||||
3075.69 -9643.21 -873.805,333 317 316 331,stand,19.0503 52.8229 0,,
|
||||
2449.31 -10141.1 -852.882,331 330 333 336,stand,8.13538 92.4451 0,,
|
||||
1993.93 -10191.5 -854.62,335 337 338 339,stand,17.2705 -93.3996 0,,
|
||||
1485.74 -10539 -852.922,336 338 342,stand,4.63623 71.3403 0,,
|
||||
1395.9 -10018.2 -814.296,337 324 339 336 340 342 350,stand,-0.780029 93.9722 0,,
|
||||
1808.43 -9751.69 -685.332,338 330 332 336 326,stand,26.4056 -90.0213 0,,
|
||||
747.66 -10380.3 -801.477,338 341 342 349 350 351,stand,14.3427 5.65308 0,,
|
||||
433.453 -10828.2 -866.835,340 342 343 351 344,stand,8.34961 17.7161 0,,
|
||||
1171.73 -10631.4 -886.564,338 337 340 341,stand,6.56433 66.7755 0,,
|
||||
-348.562 -10772.1 -856.993,341 344 351 356 357 352,stand,8.06396 18.3423 0,,
|
||||
-279.665 -10281.1 -776.822,343 345 352 341 357 355,stand,11.9147 -4.62462 0,,
|
||||
-47.7532 -9845.1 -606.512,344 92 93 346 349 352 353 351 357,stand,1.92261 48.6591 0,,
|
||||
472.33 -9827.66 -585.831,345 93 347 348 349 350 352 87,stand,7.56409 95.8234 0,,
|
||||
744.781 -9624.54 -603.342,346 325 348 350,stand,14.7711 140.131 0,,
|
||||
520.744 -9368.75 -587.003,325 87 92 95 347 346,stand,9.55811 -158.999 0,,
|
||||
517.213 -10118.4 -693.912,346 340 345 350 351,stand,1.77979 110.474 0,,
|
||||
931.696 -9915.4 -691.46,346 347 338 340 324 349,stand,4.13635 143.553 0,,
|
||||
311.51 -10508.9 -817.751,349 341 352 345 343 340,stand,17.1277 18.2489 0,,
|
||||
5.11383 -10300.8 -762.458,351 345 344 346 343,stand,4.70764 90.5444 0,,
|
||||
-345.087 -9718.57 -618.388,93 92 345 354 355,stand,10.7721 15.0574 0,,
|
||||
-1020.32 -9635.04 -599.152,353 355 358 360 383 387,stand,14.4855 21.4734 0,,
|
||||
-707.444 -9941.41 -719.207,354 353 357 344 358,stand,-3.85071 135.808 0,,
|
||||
-852.723 -10561.2 -846.084,343 357 359,stand,4.49341 1.93421 0,,
|
||||
-698.719 -10236 -783.547,356 355 344 358 359 345 343,stand,-3.49365 74.3066 0,,
|
||||
-1185.65 -10011.5 -775.743,357 355 354 359 388,stand,4.06494 27.5049 0,,
|
||||
-1367.66 -10397.3 -865.196,358 357 356 389,stand,0.065918 22.8796 0,,
|
||||
-1061.07 -9135.49 -588.163,354 361 173 368 370 174 383,stand,4.13635 -15.979 0,,
|
||||
-935.333 -9139.62 -527.875,360 362,stand,6.84998 -0.1422 0,,
|
||||
-841.992 -9149.95 -517.875,361 364 367,stand,12.0575 12.8381 0,,
|
||||
-513.256 -9141.98 -584.349,364 94 371 372 88,stand,3.70789 -159.246 0,,
|
||||
-718.393 -9171.88 -527.875,362 363 365,stand,37.8918 -37.8967 0,,
|
||||
-732.645 -9199.12 -459.875,364 366,crouch,11.9861 -90.9222 0,,
|
||||
-726.657 -9223.78 -506.375,365 367 375,stand,39.2487 107.705 0,,
|
||||
-851.98 -9275.02 -506.375,366 362 373 375,stand,36.8262 56.9592 0,,
|
||||
-846.228 -8881.72 -616.527,360 173 369 370 371 86 372 383 174,stand,3.42224 148.442 0,,
|
||||
-632.579 -8545.42 -598.843,138 370 368 372,stand,6.27869 -150.353 0,,
|
||||
-852.923 -8449.53 -618.954,369 177 156 368 178 155 360 372 138,stand,11.0577 146.838 0,,
|
||||
-435.846 -8911.86 -617.155,368 363 94 86 372,stand,10.8435 -20.7855 0,,
|
||||
-548.873 -8754.93 -606.287,368 86 94 369 363 371 370,stand,7.99255 28.5101 0,,
|
||||
-939.628 -9406.87 -506.375,367 374 375,stand,12.3431 102.415 0,,
|
||||
-750.321 -9553.27 -506.375,373 375,stand,13.7714 93.3295 0,,
|
||||
-574.34 -9419.72 -504.375,374 366 367 376 381 382 373,stand,13.9856 147.86 0,,
|
||||
-370.355 -9566.04 -506.375,375 377 379,stand,11.3434 19.809 0,,
|
||||
-165.553 -9395 -506.375,376 378 379 380 381 382,stand,12.486 -108.506 0,,
|
||||
-107.238 -9566.87 -506.375,377 379,stand,13.8428 33.4485 0,,
|
||||
0.987736 -9395.04 -506.375,378 90 377 380 381 376,stand,35.0409 -2.08678 0,,
|
||||
-182.361 -9226.13 -506.375,377 379 381,stand,11.8433 -26.7071 0,,
|
||||
-432.56 -9330.07 -506.375,380 377 379 375 382,stand,12.1289 20.1715 0,,
|
||||
-475.115 -9226.13 -506.375,381 375 377,stand,10.058 9.28406 0,,
|
||||
-1455.45 -9257.34 -594.924,360 354 174 175 384 387 386 385 173 368,stand,3.63647 23.5773 0,,
|
||||
-1798.69 -9358.25 -712.852,383 174 385 386 387 390,stand,-4.422 57.8821 0,,
|
||||
-1736.63 -8968.79 -677.634,384 174 386 393 383,stand,2.20825 29.9109 0,,
|
||||
-2052.13 -9079.59 -747.205,385 384 391 383 393 390,stand,-3.42224 -35.4907 0,,
|
||||
-1559.81 -9578.39 -717.953,384 383 354 388 390,stand,-6.56433 18.3148 0,,
|
||||
-1509.43 -9808.65 -771.306,387 358 389,stand,11.8433 -37.254 0,,
|
||||
-2158.79 -9921.65 -890.532,388 359 390 392,stand,1.06567 16.7548 0,,
|
||||
-1941.25 -9563.18 -819.187,389 384 392 386 387,stand,-4.422 45.6653 0,,
|
||||
-2309.66 -9058.74 -835.111,386 392 395 393 397,stand,1.63696 -55.0848 0,,
|
||||
-2468.29 -9528.02 -879.504,391 390 389 395,stand,-7.56409 22.6489 0,,
|
||||
-1961.39 -8701.22 -665.004,385 175 386 391 396 398,stand,4.85046 -20.423 0,,
|
||||
-2815.45 -8438.41 -881.804,395 398 397 403,stand,3.06519 -34.1009 0,,
|
||||
-2764.96 -9018.73 -896.802,394 392 391 397,stand,2.06543 -9.53551 0,,
|
||||
-1938.36 -8415.58 -633.066,176 398 393 397 399 402 175,stand,14.4855 -75.3876 0,,
|
||||
-2363.55 -8786.25 -829.447,395 391 398 396 394,stand,-5.77881 32.3389 0,,
|
||||
-2324.95 -8442.49 -788.222,397 394 396 393 402 403,stand,24.4775 -172.172 0,,
|
||||
-1812.32 -8030.16 -475.822,176 183 400 401 396 402 182,stand,22.0496 -42.3517 0,,
|
||||
-1742.27 -7582.44 -526.459,182 183 399 181 209 401,stand,4.27917 -99.3103 0,,
|
||||
-2092.35 -7715.13 -624.05,400 399 402 405 403 407,stand,-3.99353 -68.3618 0,,
|
||||
-2358.02 -8078.42 -659.964,398 396 399 401 403,stand,28.6853 -41.9781 0,,
|
||||
-2973.67 -7989.74 -816.301,402 394 398 405 406 401,stand,-5.63599 7.23511 0,,
|
||||
-2727.1 -6758.02 -875.71,405 406 409 413,stand,2.92236 -76.9586 0,,
|
||||
-2406.9 -7514.66 -773.57,404 403 406 401 407 413,stand,14.8425 -134.461 0,,
|
||||
-2891.15 -7404.28 -860.417,403 405 404 413,stand,2.20825 -59.0234 0,,
|
||||
-2045.09 -7370.76 -666.265,405 401 181 209 414 413,stand,2.42249 -100.244 0,,
|
||||
-1912.57 -6765.15 -647.766,208 412 413 414,stand,-9.06372 13.4644 0,,
|
||||
-2866.77 -6333.87 -882.719,404 410 411 413,stand,2.92236 4.5105 0,,
|
||||
-2462.13 -6266.08 -833.321,409 411 412 416,stand,13.4143 138.758 0,,
|
||||
-2817.34 -5856.8 -897.726,410 409 416,stand,4.27917 -62.583 0,,
|
||||
-2025.66 -6343.1 -609.892,410 408 413 208 423,stand,24.4061 -153.325 0,,
|
||||
-2326.33 -7018.13 -831.894,412 406 405 408 404 414 407 409,stand,12.0575 -144.838 0,,
|
||||
-1938.68 -7023.82 -751.79,413 209 407 408,stand,-9.63501 -1.80114 0,,
|
||||
-1558.66 -6382.17 -430.485,208 206 423,stand,15.9851 -66.4282 0,,
|
||||
-2302.49 -5673.87 -863.173,410 411 417 420 424,stand,6.42151 -98.2995 0,,
|
||||
-1940.49 -5760.21 -770.976,416 418 419 424,stand,-11.272 -57.326 0,,
|
||||
-1711.55 -5791.15 -648.247,417 419,stand,5.0647 67.1381 0,,
|
||||
-1624.21 -5518.06 -598.075,418 417 421 422,stand,4.422 -62.0282 0,,
|
||||
-2371.23 -4918.96 -890.58,416 425 426 427,stand,4.92188 -52.0856 0,,
|
||||
-1520.39 -5118.88 -740.866,202 419 425 428,stand,-7.34985 -5.61339 0,,
|
||||
-1485.45 -5752.03 -545.277,419 205 206 423,stand,2.77954 -21.615 0,,
|
||||
-1817.16 -6090.63 -561.595,415 412 422 206,stand,1.49414 -60.0342 0,,
|
||||
-2047.07 -5305.26 -834.336,417 416 425 427,stand,27.0483 97.4384 0,,
|
||||
-1882.53 -5082.31 -831.153,421 424 420 426 427,stand,18.9789 -165.948 0,,
|
||||
-2490.92 -4542.88 -878.039,420 425 427 429 485,stand,8.34961 -63.407 0,,
|
||||
-2122.01 -4627.53 -827.624,424 426 425 420,stand,13.3429 165.087 0,,
|
||||
-1395.53 -4722.1 -529.816,421 430 431 432,stand,27.1143 -109.473 0,,
|
||||
-2092.23 -4360.78 -744.833,426 430 480 481 482,stand,-17.3419 -4.70153 0,,
|
||||
-1508.9 -4404.19 -540.916,429 428 432 434 480,stand,0.994263 -52.3273 0,,
|
||||
-942.346 -4955.05 -476.806,428 196 202 432 434,stand,27.1857 -123.574 0,,
|
||||
-1126.87 -4518.85 -448.385,431 430 428 433 434,stand,21.0498 174.936 0,,
|
||||
-650.212 -4699.7 -454.51,201 432 434 438,stand,17.8363 -101.628 0,,
|
||||
-902.3 -4263.13 -410.117,433 432 431 435 437 430 478,stand,14.4855 -97.3932 0,,
|
||||
-705.989 -3946.33 -521.406,434 436 450 451,stand,1.8512 -120.662 0,,
|
||||
-319.129 -4185.89 -456.041,435 437 438 446 450,stand,7.92114 172.255 0,,
|
||||
-475.943 -4467.88 -467.655,436 434 438 457,stand,12.5574 87.1881 0,,
|
||||
-298.876 -4729.18 -575.304,437 433 201 439 440 436 457,stand,0.708618 -150.073 0,,
|
||||
1.61214 -4590.08 -575.875,438 440 441 446 448 457,stand,10.9149 -41.7364 0,,
|
||||
-105.576 -4769.11 -554.98,438 439 443 458,stand,16.6992 -14.4958 0,,
|
||||
192.661 -4791.23 -555.875,439 442,stand,19.3359 32.5147 0,,
|
||||
343.766 -4688.57 -577.281,441 444 445 447 448,stand,11.1292 -176.577 0,,
|
||||
193.662 -4970.68 -549.402,440 444 445 458 459,stand,20.6927 126.124 0,,
|
||||
562.706 -4880.09 -583.445,443 442 445 459 458 222 221 461 463,stand,8.20679 172.239 0,,
|
||||
561.962 -4590.08 -602.512,443 442 444 447 448 456 461 222,stand,3.63647 -125.721 0,,
|
||||
0.0733091 -4213.51 -547.428,436 439 447 449 450,stand,20.4785 -83.2483 0,,
|
||||
403.289 -4359.41 -591.935,442 445 446 448 449 456 457 464,stand,10.415 -148.123 0,,
|
||||
119.786 -4512.36 -591.093,442 439 445 447 457,stand,5.20752 -92.2351 0,,
|
||||
129.385 -3984.9 -575.856,446 450 447 456,stand,-3.70789 -128.347 0,,
|
||||
-178.565 -3665.32 -565.925,449 446 451 435 436 452 454 455 477,stand,2.70813 -86.4453 0,,
|
||||
-741.582 -3587.78 -629.425,450 477 435 479 488 487,stand,3.99353 -16.6656 0,,
|
||||
-99.8991 -3192.5 -507.039,450 453 455 473 474 475 477,stand,8.48694 -80.3644 0,,
|
||||
208.159 -3261.99 -443.46,452 454 455 468 472,stand,8.55835 -67.1863 0,,
|
||||
266.181 -3687.25 -501.561,453 450 455 465 467,stand,12.2717 121.647 0,,
|
||||
83.8831 -3542.89 -551.727,450 453 452 454,stand,-1.99402 47.4231 0,,
|
||||
795.715 -4158.29 -571.797,447 445 464 449 465 466,stand,4.63623 -35.0293 0,,
|
||||
-203.555 -4488.76 -553.673,438 437 439 448 447,stand,1.99402 -171.013 0,,
|
||||
22.675 -5167.39 -433.055,443 440 200 198 199 459 444 201 460,stand,13.4143 175.606 0,,
|
||||
549.628 -5200.07 -513.106,458 199 444 210 443 222,stand,5.0647 -129.391 0,,
|
||||
228.303 -5758.73 -537.132,458 198 192 199 189,stand,3.92212 147.943 0,,
|
||||
904.47 -4683.42 -483.57,445 444 462 464 684,stand,23.9063 -173.292 0,,
|
||||
1212.97 -5012.59 -515.585,461 463 274,stand,9.48669 158.879 0,,
|
||||
1118.35 -5193.2 -576.48,462 444 222 221 224,stand,5.42175 155.77 0,,
|
||||
1051.55 -4416.86 -551.469,461 456 447 466 684,stand,3.27942 178.474 0,,
|
||||
662.217 -3874.72 -461.237,456 454 467 468 466,stand,28.8281 118.735 0,,
|
||||
1251.14 -3943.91 -632.867,464 456 467 469 276 291 681 465 684,stand,-6.06445 -126.897 0,,
|
||||
943.042 -3650.73 -552.929,466 465 468 454 469 470,stand,16.4136 -56.2549 0,,
|
||||
508.205 -3400.78 -424.282,465 453 467 471 472 473,stand,8.77258 -156.719 0,,
|
||||
1246.87 -3629.81 -654,467 466 470 681 276 682 291,stand,-1.92261 -153.05 0,,
|
||||
1130.2 -3460.76 -602.544,467 469 471 682,stand,5.49316 -123.722 0,,
|
||||
859.353 -3058.83 -454.907,470 468 515 472 516 689,stand,10.1294 -122.673 0,,
|
||||
439.246 -3002.24 -398.343,453 473 515 468 471,stand,10.7721 177.128 0,,
|
||||
102.398 -2785.72 -396.749,472 452 474 500 468,stand,12.843 -87.3187 0,,
|
||||
-267.521 -2702 -336.137,452 473 475 498 499 501 500,stand,21.4069 -12.8149 0,,
|
||||
-612.664 -2777.97 -340.265,474 452 476 493 496,stand,11.9861 4.32373 0,,
|
||||
-665.32 -3078.09 -454.539,475 477 492 493,stand,-6.13586 63.2709 0,,
|
||||
-433.192 -3376.09 -529.286,476 450 452 451,stand,14.4141 -35.7159 0,,
|
||||
-1075.05 -3998.78 -508.922,434 479,stand,1.77979 -24.3066 0,,
|
||||
-1032.8 -3726.48 -645.229,478 451 487 482 488,stand,-6.77856 -80.7599 0,,
|
||||
-1666.91 -4125.54 -583.939,430 429 483,stand,3.49365 -28.0365 0,,
|
||||
-2495.3 -3930.62 -894.872,429 482 484 485,stand,-11.5576 -14.2651 0,,
|
||||
-1930.62 -3596.69 -841.978,481 483 429 484 486 487 479,stand,-0.785522 -116.378 0,,
|
||||
-1743.29 -3897.14 -707.498,482 480 487,stand,24.4775 141.06 0,,
|
||||
-2149.82 -3097.95 -859.583,482 481 486 489 491 490,stand,18.1219 72.9993 0,,
|
||||
-2617.58 -4206.81 -893.287,426 481,stand,4.35059 64.4354 0,,
|
||||
-1733.82 -3357.24 -815.412,484 482 487 488 491,stand,11.5576 -120.981 0,,
|
||||
-1404.03 -3556.88 -718.209,486 479 488 482 451 483,stand,-2.06543 -15.2429 0,,
|
||||
-1173.07 -3472.58 -670.053,451 487 486 492 494 479,stand,16.0565 179.556 0,,
|
||||
-2318.48 -2479.42 -863.176,484 490 652,stand,-0.6427 -34.7656 0,,
|
||||
-1949.64 -2521.82 -750.003,489 491 484 494 495 653,stand,14.2712 -100.552 0,,
|
||||
-1915.28 -2951.49 -746.951,490 484 486 494 497,stand,26.6913 -120.745 0,,
|
||||
-1078.05 -3181.65 -551.439,488 476 493,stand,29.5422 -112.472 0,,
|
||||
-1110.23 -2904.56 -420.492,492 494 475 476 496,stand,38.0347 -96.6791 0,,
|
||||
-1545.32 -2887.46 -541.792,493 491 488 490 496,stand,4.06494 -27.251 0,,
|
||||
-1514.46 -2369.2 -535.343,490 496 497 653,stand,2.4115 -52.4567 0,,
|
||||
-1186.94 -2631.95 -423.656,495 494 493 497 475 498,stand,28.8116 -157.008 0,,
|
||||
-1219.51 -2237.29 -431.789,495 496 498 502 491,stand,23.7469 -135.019 0,,
|
||||
-674.409 -2523.45 -314.353,496 474 497 499 501,stand,13.8922 1.38185 0,,
|
||||
-138.158 -2212.61 -244.666,498 500 474 501 503 511,stand,20.5939 -27.0837 0,,
|
||||
263.837 -2333.77 -325.414,499 473 511 512 513 474 514 515,stand,21.7365 -145.319 0,,
|
||||
-538.156 -2053.39 -200.517,498 499 502 503 474 511 536,stand,12.876 15.5377 0,,
|
||||
-848.041 -2029.88 -241.238,501 497 503 536,stand,25.1367 -128.202 0,,
|
||||
-634.164 -1615.76 -88.6521,502 501 499 504 510,stand,17.8638 -21.1017 0,,
|
||||
-710.238 -1202.8 -9.48785,503 505 535 536 537,stand,12.8101 -38.4491 0,,
|
||||
-463.854 -1108.46 -1.40017,504 506 509 535 521 537,stand,17.5177 -126.378 0,,
|
||||
-471.772 -1428.09 -23.875,505 507 508,stand,20.9454 162.612 0,,
|
||||
-571.865 -1323.51 -31.875,506 508,stand,13.8812 -34.2303 0,,
|
||||
-362.164 -1348.67 -31.875,507 506,stand,18.2263 -144.863 0,,
|
||||
-261.174 -1220.27 -22.6207,505 510 519 521 535,stand,16.5234 -93.4741 0,,
|
||||
-282.929 -1499.6 -85.3375,509 503 512 519,stand,4.823 -167.484 0,,
|
||||
-32.6713 -1907.16 -157.691,499 500 501 512,stand,24.3677 -69.5514 0,,
|
||||
303.481 -1727.3 -207.118,510 511 500 513 518 519 520,stand,1.53259 175.779 0,,
|
||||
505.142 -2108.93 -270.741,512 500 514 517 518,stand,20.506 -164.929 0,,
|
||||
664.022 -2398.41 -287.265,513 500 515 516 517 701,stand,17.0068 168.033 0,,
|
||||
577.61 -2682.13 -292.196,500 472 471 514 516,stand,20.2148 -54.0881 0,,
|
||||
983.744 -2611.43 -420.344,514 515 471 517 701 689,stand,-0.922852 -162.111 0,,
|
||||
832.898 -2095.44 -297.483,516 514 513 518 530 701 702,stand,10.4919 -161.425 0,,
|
||||
623.923 -1717.48 -186.936,513 517 512 520 528 530,stand,20.8466 21.0803 0,,
|
||||
26.7398 -1355.58 -113.319,512 509 510 520 521,stand,9.49768 -104.85 0,,
|
||||
336.725 -1221.12 -28.9127,519 512 518 521 528 534,stand,12.7002 -39.3994 0,,
|
||||
66.9379 -766.063 -22.4443,520 522 534 519 509 535 505 538 540 546,stand,12.9858 -98.7311 0,,
|
||||
471.957 -832.864 5.36819,521 523 526 534,stand,16.2653 -70.3918 0,,
|
||||
546.583 -1139.69 -11.875,522 524 525,stand,10.9149 151.071 0,,
|
||||
399.733 -1049.98 -19.875,523 525,stand,12.0575 18.9655 0,,
|
||||
653.669 -1019.75 -11.875,524 523,stand,19.8358 -124.851 0,,
|
||||
678.91 -821.674 3.77873,522 527 533 534 570,stand,21.9781 -72.1771 0,,
|
||||
742.589 -1121.53 -43.8971,526 528 529 533 530,stand,17.4847 -132.618 0,,
|
||||
615.906 -1308.08 -50.5777,518 527 520,stand,10.6238 72.771 0,,
|
||||
1224.11 -1156.31 -250.481,527 530 531 533 727,stand,19.303 -64.3768 0,,
|
||||
966.499 -1726.7 -247.042,529 518 517 531 702 527,stand,8.16284 93.3649 0,,
|
||||
1351.06 -1617.65 -415.433,530 532 529 702,stand,33.5083 7.78688 0,,
|
||||
1687.3 -1537.27 -656.796,531 703 704 702,stand,4.10339 -165.995 0,,
|
||||
1032.96 -744.435 -11.4297,529 526 527 568,stand,12.3102 -153.86 0,,
|
||||
224.59 -525.869 0.125001,526 522 521 535 546 555 520 565 575,stand,18.3032 -177.64 0,,
|
||||
-329 -819.565 24.5935,521 505 504 534 537 538 509 541,stand,9.71191 -121.561 0,,
|
||||
-920.433 -1656.98 -172.952,504 502 501,stand,22.912 -95.0891 0,,
|
||||
-717.205 -866.918 20.6403,504 505 535 538 541 544,stand,9.5636 -31.0553 0,,
|
||||
-348.678 -416.071 0.125001,521 535 537 540 543 546,stand,7.28394 -128.894 0,,
|
||||
-746.629 -157.715 0.0714135,540 543,stand,17.7594 -5.27586 0,,
|
||||
-341.04 -154.571 0.0714135,539 538 545 521 552 546 575,stand,22.6923 -130.525 0,,
|
||||
-1087.02 -518.483 -16.6356,535 537 542 544,stand,7.77832 -8.45641 0,,
|
||||
-892.461 -40.1457 -6.49224,541 544 545 547 553 580,stand,16.5454 -21.9531 0,,
|
||||
-692.456 -361.275 0.124999,538 539 544,stand,20.9729 108.213 0,,
|
||||
-871.129 -390.941 0.124999,543 542 541 537,stand,21.1981 62.5922 0,,
|
||||
-436.191 -12.5473 0.125,542 540 547,stand,16.474 -113.804 0,,
|
||||
-34.2754 -163.382 15.0566,552 538 551 534 521 547 553 555 573 540 565 575,stand,5.67993 145.737 0,,
|
||||
-363.488 298.597 0.125,545 548 552 542 546,stand,11.8158 41.5643 0,,
|
||||
-318.022 419.37 0.125,547 549 554 553,stand,15.1007 0.382095 0,,
|
||||
-302.022 419.37 38.1248,548 550,stand,5.89417 -1.75475 0,,
|
||||
-101.27 413.72 38.1248,549 551,stand,59.5624 0.239273 0,,
|
||||
60.4841 407.954 0.124999,550 552 546 555 573 575,stand,9.60754 -164.05 0,,
|
||||
-34.632 325.886 0.124998,551 547 553 546 540 555 575,stand,17.1057 178.685 0,,
|
||||
-674.732 359.995 -23.875,552 554 542 548 546 579 580,stand,12.1124 90.3382 0,,
|
||||
-361.991 675.625 0.125,553 548 576 577 578 579,stand,13.6835 -126.12 0,,
|
||||
423.597 -127.743 0.814899,546 534 556 564 565 566 551 552 575,stand,9.03625 -124.395 0,,
|
||||
687.32 189.67 -11.6152,555 557 563 565 564 569 575,stand,15.7269 91.0028 0,,
|
||||
684.64 439.346 0.125,556 558 562,stand,9.87122 -4.05638 0,,
|
||||
855.288 533.655 0.125,557 559 562,stand,24.5709 90.0965 0,,
|
||||
820.752 664.022 0.125,558 560,stand,35.2002 179.882 0,,
|
||||
506.879 656.766 -167.875,559 561,stand,6.08643 -21.8103 0,,
|
||||
518.583 358.328 -303.875,560 629 630,stand,9.7229 153.702 0,,
|
||||
444.446 576.318 0.125,557 558,stand,8.95386 -33.4393 0,,
|
||||
984.585 -40.4798 27.4205,556 564 568 569 570,stand,3.16956 148.549 0,,
|
||||
732.318 -4.95883 8.25556,563 555 566 569 556 575,stand,12.6563 -174.119 0,,
|
||||
523.473 -409.656 11.9502,534 555 556 566 567 546,stand,13.1616 82.1643 0,,
|
||||
699.217 -212.059 21.097,565 555 564 567,stand,13.2385 -152.372 0,,
|
||||
700.76 -459.195 21.1678,566 565 568,stand,13.7439 118.002 0,,
|
||||
985.466 -434.326 37.7354,567 563 569 533 570,stand,12.3761 170.45 0,,
|
||||
1114 314.302 -7.5211,563 564 556 568 570 571,stand,8.00354 -123.813 0,,
|
||||
1313.55 -265.246 -2.23113,568 526 563 569,stand,22.1924 -65.9918 0,,
|
||||
1073.26 779.355 -8.97939,569 572 573,stand,11.5686 129.785 0,,
|
||||
812.429 1174.07 -16.1667,571 573 574,stand,8.3606 -118.309 0,,
|
||||
308.18 805.271 9.3436,572 571 574 551 546 576 577 672,stand,8.49792 -0.689072 0,,
|
||||
518.539 1244.36 -2.25284,572 573 577,stand,11.5576 -52.7313 0,,
|
||||
309.422 202.026 0.124998,556 551 552 564 555 546 540 534 576,stand,12.2772 119.985 0,,
|
||||
13.8067 776.574 8.97207,573 575 554 577,stand,11.5466 -141.534 0,,
|
||||
-130.873 1034.7 16.125,554 573 574 576 578 672,stand,10.4041 -1.21642 0,,
|
||||
-493.101 1041.56 16.125,577 554 579,stand,5.20203 -50.6329 0,,
|
||||
-887.896 896.736 7.31582,578 554 553 580,stand,8.34961 -15.1306 0,,
|
||||
-1050.87 366.158 -120.052,579 542 553 581 582,stand,-4.06494 -71.6827 0,,
|
||||
-1341.4 260.546 -272.667,580 582 583 584,stand,21.5332 147.209 0,,
|
||||
-1407.87 429.677 -255.875,581 580 657,stand,72.0648 170.56 0,,
|
||||
-1342.26 -139.374 -315.901,581 584 589,stand,15.9631 -96.8634 0,,
|
||||
-1407.7 -188.802 -330.308,583 585 581,stand,18.891 -92.9358 0,,
|
||||
-1406.89 -324.433 -326.328,584 586,stand,16.3257 -59.5264 0,,
|
||||
-1346.42 -383.61 -315.385,585 587,stand,1.26892 27.4744 0,,
|
||||
-1315.22 -362.815 -295.875,586 588,stand,16.7542 135.02 0,,
|
||||
-1002.7 -279.718 -303.875,587 589 590 661,stand,10.9808 91.4697 0,,
|
||||
-1309.04 -158.175 -295.875,588 583,stand,29.2511 137.014 0,,
|
||||
-559.608 -309.637 -303.875,588 591 661,stand,19.1052 -176.108 0,,
|
||||
-563.57 -643.156 -471.875,590 592,stand,33.7994 1.55214 0,,
|
||||
-316.506 -645.662 -567.875,591 593,stand,35.799 -87.3822 0,,
|
||||
-310.942 -887.422 -659.875,592 594,stand,18.7482 2.05202 0,,
|
||||
-118.092 -891.697 -667.875,593 595,stand,28.092 -102.357 0,,
|
||||
-99.4489 -1000.52 -659.875,594 596,climb,62.0618 2.91444 0,,
|
||||
-66.8735 -1000.6 -779.875,595 597 604,climb,-50.5481 175.993 0,,
|
||||
172.641 -1124.79 -779.875,596 598 602 603,stand,17.5397 -88.0414 0,,
|
||||
171.959 -1190.91 -779.875,597 599,climb,73.9929 -87.2668 0,,
|
||||
165.738 -1229.56 -835.483,598 600 601,climb,6.62476 85.8942 0,,
|
||||
100.256 -1436.7 -834.364,599 601 642 644,stand,32.1844 142.908 0,,
|
||||
244.06 -1308.27 -834.164,600 599 728,stand,22.3407 150.752 0,,
|
||||
262.538 -846.518 -779.875,597 603 604 605,stand,12.6508 -79.0436 0,,
|
||||
454.584 -1028.41 -779.875,602 597 606,stand,19.7095 -149.839 0,,
|
||||
64.7232 -863.364 -779.875,596 602,stand,23.3459 -26.4575 0,,
|
||||
442.387 -743.226 -779.875,602 606 607,stand,40.7648 85.8392 0,,
|
||||
526.375 -905.675 -779.875,605 603,stand,25.1422 -117.133 0,,
|
||||
452.05 -630.342 -779.875,605 608,stand,25.2795 -11.9775 0,,
|
||||
542.886 -634.766 -767.875,607 609,stand,-10.8929 1.29945 0,,
|
||||
814.684 -627.556 -639.875,608 610,stand,0.587769 -85.4156 0,,
|
||||
810.671 -949.305 -487.875,609 611,stand,9.65698 5.36989 0,,
|
||||
931.2 -931.879 -487.875,610 612,stand,5.79529 92.7332 0,,
|
||||
930.065 -845.818 -479.875,611 613,stand,-14.9689 89.5032 0,,
|
||||
930.146 -499.662 -303.875,612 614 736,stand,12.2223 -57.9388 0,,
|
||||
790.072 -429.842 -303.875,613 615,stand,14.7217 100.292 0,,
|
||||
755.793 -307.909 -303.875,614 616 624,stand,17.0068 -177.97 0,,
|
||||
635.528 -312.327 -303.875,615 617 620 618,stand,11.651 -89.7552 0,,
|
||||
566.17 -425.266 -303.875,616 618 620,stand,11.7938 -177.904 0,,
|
||||
269.845 -364.215 -303.875,617 619 621 622 616,stand,19.0009 151.494 0,,
|
||||
102.524 -354.797 -303.875,618 620 622,stand,18.7207 -87.904 0,,
|
||||
127.523 -569.926 -303.875,619 621 617 616,stand,10.0854 93.6615 0,,
|
||||
242.566 -592.785 -303.875,620 618,stand,10.7996 87.2949 0,,
|
||||
174.037 -219.701 -303.875,618 623 619,stand,18.0011 91.0028 0,,
|
||||
172.599 -103.512 -303.875,622 626 627,stand,11.651 -1.13402 0,,
|
||||
769.847 -107.078 -303.875,615 625 721,stand,9.43176 147.159 0,,
|
||||
592.541 -68.76 -303.875,624 626,stand,12.4969 -174.504 0,,
|
||||
427.501 -89.3875 -303.875,625 623 628,stand,20.495 92.2058 0,,
|
||||
-171.12 -89.8015 -303.875,623 659 660,stand,9.21204 -92.2327 0,,
|
||||
423.601 65.5294 -303.875,626 629 630 634,stand,15.2765 -27.2705 0,,
|
||||
540.53 88.9044 -303.875,628 561,stand,16.7047 95.3479 0,,
|
||||
274.466 152.452 -303.875,561 631 633 628 636,stand,13.8483 44.4702 0,,
|
||||
301.216 355.384 -303.875,630 632,stand,17.9791 -139.814 0,,
|
||||
152.892 373.824 -303.875,631 633 636,stand,21.1157 -128.273 0,,
|
||||
93.0847 303.402 -303.875,632 630 636 637,stand,9.55261 -23.3594 0,,
|
||||
172.626 15.1253 -303.875,628 635,stand,18.056 38.7299 0,,
|
||||
79.1262 66.1251 -303.875,634 636,stand,20.1215 70.8209 0,,
|
||||
114.95 203.821 -303.875,635 633 632 630,stand,21.0498 4.79311 0,,
|
||||
-187.454 303.858 -303.875,633 638 659,stand,11.217 94.3976 0,,
|
||||
-205.598 613.815 -303.875,637 639 640,stand,17.7155 -178.876 0,,
|
||||
-522.17 622.754 -303.875,638,stand,10.3711 9.25356 0,,
|
||||
-191.216 1031.62 -303.875,638 641,stand,15.9247 -166.61 0,,
|
||||
-449.072 1105.51 -303.875,640 642,stand,21.286 92.3267 0,,
|
||||
-441.927 1174.64 -303.875,641 643 600,stand,5.50415 94.0241 0,,
|
||||
-323.064 1490.26 -295.875,642,stand,32.2723 38.9276 0,,
|
||||
-317.598 -1452.32 -846.759,600 645,stand,11.217 5.66652 0,,
|
||||
-647.597 -1381.22 -848.7,644 646,stand,8.64624 -166.995 0,,
|
||||
-894.542 -1443.58 -842.49,645 647 648,stand,8.57483 138.409 0,,
|
||||
-1015.25 -1291.1 -843.137,646 648 650,stand,14.6448 -110.607 0,,
|
||||
-1062.13 -1493.7 -848.366,647 649 646,stand,10.7281 176.976 0,,
|
||||
-1446.63 -1513.8 -860.937,648 650 651,stand,17.4353 90.6238 0,,
|
||||
-1477.49 -1162.2 -873.526,649 647 651 654,stand,10.9479 -20.4809 0,,
|
||||
-1816.02 -1787.87 -863.045,649 650 652 653,stand,4.46045 60.3125 0,,
|
||||
-2246.1 -2120.6 -872.268,651 489 653,stand,12.1014 -117.748 0,,
|
||||
-1906.36 -2159.06 -800.724,490 652 651 495,stand,15.661 82.7631 0,,
|
||||
-1708.09 -717.948 -860.279,650 655,stand,-3.32336 -32.6208 0,,
|
||||
-1860.08 -252.028 -856.012,654 656,stand,0.0274658 23.4039 0,,
|
||||
-1836.73 190.274 -850.021,655 657 658 677,stand,6.23474 22.6294 0,,
|
||||
-1441.17 440.222 -833.744,656 658 582 677,climb,-76.7505 -23.6505 0,,
|
||||
-1808.4 703.712 -872.312,657 656 673 677,stand,1.81824 -75.6488 0,,
|
||||
-213.699 69.9449 -303.875,637 627 663,stand,20.6323 178.945 0,,
|
||||
-227.147 -247.842 -303.875,627 661,stand,20.5609 103.777 0,,
|
||||
-445.766 -251.723 -303.875,660 590 662 588,stand,23.9941 111.627 0,,
|
||||
-455.904 -132.594 -303.875,661 663 665,stand,15.7764 91.0657 0,,
|
||||
-309.606 78.6741 -303.875,662 659 664,stand,25.6146 -1.99402 0,,
|
||||
-417.434 187.937 -303.875,663 665,stand,20.3357 -115.065 0,,
|
||||
-552.359 54.0504 -294.875,664 662,stand,19.8358 -85.8032 0,,
|
||||
-710.953 1545.09 -645.559,667 669,stand,17.1716 -158.307 0,,
|
||||
-1060.8 1388.61 -743.555,666 668,stand,59.2657 175.095 0,,
|
||||
-1108.87 1399.18 -834.349,667 673 676,stand,-24.1589 -33.8763 0,,
|
||||
-429.489 1601.7 -541.34,666 670,stand,34.151 179.247 0,,
|
||||
-11.7356 1566.93 -486.109,669 671 680,stand,24.2303 176.611 0,,
|
||||
119.719 1456.08 -422.769,670 672 680,climb,-66.3904 -77.1899 0,,
|
||||
129.44 1407.13 -73.435,671 577 573,stand,65.1379 98.3441 0,,
|
||||
-1448.62 1300.18 -872.251,668 674 676 658 677,stand,-2.38403 -22.4121 0,,
|
||||
-799.579 1690.76 -840.029,673 675,stand,5.81177 38.3313 0,,
|
||||
-460.978 1961.54 -854.646,674 676 678,stand,-12.2388 -61.5894 0,,
|
||||
-971.071 1972.9 -880.144,668 675 673,stand,2.46094 -4.83398 0,,
|
||||
-1564.68 694.776 -844.161,673 657 658 656,stand,10.6567 -94.8669 0,,
|
||||
125.697 1927.89 -845.689,675 679 738,stand,8.00903 -149.865 0,,
|
||||
388.162 1749.82 -835.309,678 680 738,climb,-61.4905 -114.906 0,,
|
||||
368.06 1717.82 -548.898,679 671 670,stand,61.3257 52.597 0,,
|
||||
1817.47 -3555.04 -756.208,469 291 290 466 685 682 688 691,stand,8.55286 -60.1392 0,,
|
||||
1485.92 -3226.43 -663.957,470 681 689 690 469 691 688,stand,-7.7124 -149.42 0,,
|
||||
1575.67 -4405.92 -700.658,275 684,stand,-4.14734 -139.114 0,,
|
||||
1323.11 -4592.35 -539.815,683 464 461 274 466,stand,8.26721 169.645 0,,
|
||||
2237.44 -3411.99 -816.853,681 290 686 687 688,stand,-1.17004 -83.2819 0,,
|
||||
2596.94 -3679.07 -835.706,685 283 687,stand,2.68066 -129.534 0,,
|
||||
2403.38 -3234.17 -844.948,686 685 688 692,stand,-0.0219727 -120.339 0,,
|
||||
2039.46 -3165.52 -793.599,685 687 691 681 690 709 682,stand,27.2406 -24.7687 0,,
|
||||
1212.02 -2918.01 -575.412,682 471 690 516,stand,-6.08093 -172.447 0,,
|
||||
1531.18 -2726.14 -668.287,689 682 691 688 694 701,stand,9.54163 -109.644 0,,
|
||||
1934.06 -2744.27 -779.135,682 688 681 690 692 693 694,stand,-2.02698 -126.063 0,,
|
||||
2499.83 -2773.53 -865.64,687 691 693 695,stand,5.18005 -160.334 0,,
|
||||
2402.19 -2446.31 -830.754,692 691 694 695,stand,5.59753 -108.424 0,,
|
||||
1938.74 -2340.22 -712.579,691 693 696 690 697 700,stand,19.7974 -93.2245 0,,
|
||||
2732.17 -2245.02 -889.664,692 693 696 698,stand,0.532837 -162.46 0,,
|
||||
2261.47 -2028.56 -739.371,695 694 697 699 703 698,stand,21.5112 -96.004 0,,
|
||||
1961.55 -1996.68 -650.236,694 696 698 700 703,stand,15.0732 -85.7703 0,,
|
||||
2527.61 -1779.12 -862.909,697 695 699 703 705 706 696,stand,14.4965 -60.6445 0,,
|
||||
2332.68 -1499.08 -841.612,698 696 703 705,stand,4.29016 -86.8524 0,,
|
||||
1638.62 -2036.76 -482.414,697 701 694 702,stand,12.5079 46.2854 0,,
|
||||
1210.67 -2329.74 -436.363,700 517 516 690 702 514,stand,0.0823975 155.045 0,,
|
||||
1363.53 -1896.86 -340.878,700 531 701 530 517 532,stand,19.9127 101.063 0,,
|
||||
2034.52 -1556.62 -788.764,532 699 698 697 696 704,stand,23.9282 -8.94836 0,,
|
||||
2015.61 -1374.57 -787.995,532 703 707,stand,-11.1511 -168.613 0,,
|
||||
2584.47 -1422.7 -874.242,699 698 709 706,stand,8.90442 -143.317 0,,
|
||||
2381.84 -977.548 -862.221,698 707 712 710 705,stand,5.41626 -141.4 0,,
|
||||
2048.87 -959.226 -851.145,706 708 712 704 710,stand,9.48669 177.061 0,,
|
||||
1702.4 -943.199 -847.638,707 709 712 734,stand,8.05847 67.2968 0,,
|
||||
1644.22 -763.865 -843.547,708 710 705 735 712 688,stand,14.1229 -73.9325 0,,
|
||||
1927.9 -433.742 -833.902,709 711 706 707,stand,8.76709 50.2789 0,,
|
||||
1945.33 56.2552 -839.655,710 712 714 715,stand,9.77234 -30.6464 0,,
|
||||
2315.5 -428.765 -861.716,711 706 707 708 713 709,stand,7.84973 -129.496 0,,
|
||||
2421.46 392.947 -884.899,712 714,stand,5.37781 -106.397 0,,
|
||||
1827.61 980.128 -860.918,713 711 715 737,stand,7.73438 -85.9845 0,,
|
||||
1626.04 55.0137 -832.26,714 716 711,climb,-45.9229 -114.104 0,,
|
||||
1600.31 33.9138 -316.673,715 717 725,stand,68.28 47.1259 0,,
|
||||
1593.27 -82.6575 -307.798,716 718 725,stand,3.68591 -130.232 0,,
|
||||
1555.49 -114.564 -295.874,717 719,stand,8.0365 -152.007 0,,
|
||||
1237.87 -207.772 -303.875,718 720 722,stand,13.7439 -177.852 0,,
|
||||
1143.45 -210.577 -303.875,719 721 736,stand,17.1716 119.773 0,,
|
||||
1069.31 -93.8889 -303.875,720 624,stand,63.6328 155.967 0,,
|
||||
1560.49 -332.301 -295.875,719 723,stand,26.0486 -39.4354 0,,
|
||||
1591.75 -357.068 -307.741,722 724 726,stand,31.4758 44.209 0,,
|
||||
1637.61 -333.552 -311.703,723 725 726,stand,29.4049 79.1785 0,,
|
||||
1666.08 -144.511 -318.54,724 716 717,stand,61.8805 95.8173 0,,
|
||||
1535.7 -559.255 -258.495,723 724 727,stand,21.6321 101.646 0,,
|
||||
1367.7 -823.406 -230.926,726 529,stand,30.9155 -125.585 0,,
|
||||
364.977 -1296.03 -837.894,601 729 731,stand,8.65173 -10.08 0,,
|
||||
543.239 -1397.32 -832.345,728 730,stand,10.2887 18.7646 0,,
|
||||
803.825 -1253.63 -840.777,729 731 732,stand,26.9275 -149.106 0,,
|
||||
513.069 -1203.94 -838.849,730 728,stand,16.7157 -20.8521 0,,
|
||||
1076.32 -1258.23 -837.951,730 733,stand,10.5084 38.606 0,,
|
||||
1311.53 -1044.54 -847.379,732 734 735,stand,15.0073 -6.79504 0,,
|
||||
1466.82 -1053.49 -845.307,733 708 735,stand,47.3401 -4.93835 0,,
|
||||
1379.25 -911.825 -837.099,709 733 734,stand,34.7662 -130.276 0,,
|
||||
1123.89 -463.775 -303.875,720 613,stand,18.3527 114.137 0,,
|
||||
1535.33 1389.96 -860.586,714 738,stand,-1.23596 -72.9895 0,,
|
||||
841.212 1710.27 -853.397,737 679 678,stand,2.3291 155.768 0,,
|
||||
|
222
scriptdata/waypoints/mp_hangar_wp.csv
Normal file
@@ -0,0 +1,222 @@
|
||||
221
|
||||
846.787 -2888.79 626.125,152,stand,,,
|
||||
1361.79 -2034.79 673.125,116 117,stand,,,
|
||||
1718.79 -962.787 640.125,97,stand,,,
|
||||
-1508.2 -789.2 628.125,184,stand,,,
|
||||
-530.787 -2380.79 763.147,140,stand,,,
|
||||
1399.79 -2426.29 720.125,119,stand,,,
|
||||
878 -1793 624.476,158,stand,,,
|
||||
388 -2886 626.125,149,stand,,,
|
||||
-446 -2604 679.539,178,stand,,,
|
||||
-1527.2 -921.7 628.125,184,stand,,,
|
||||
-1406.2 -334.2 628.318,208 27,stand,,,
|
||||
-1278.79 480.787 660.125,130 70 131,stand,,,
|
||||
-492 -400 748.125,136,stand,,,
|
||||
-156.713 -394.713 748.125,136,stand,,,
|
||||
356.787 808.787 640.125,78 81,stand,,,
|
||||
264 -988 642.978,111,stand,,,
|
||||
227.213 -930.787 782.125,73 74,stand,,,
|
||||
376 800 783.125,79,stand,,,
|
||||
-942 398 628.125,132,stand,,,
|
||||
-1015.36 -2827.53 672.125,174 32,stand,,,
|
||||
-594.287 -3178.29 672.125,176,stand,,,
|
||||
-1198.1 -1116.4 641.125,168,stand,,,
|
||||
-1085.2 119.2 660.125,194 193 192,stand,,,
|
||||
-682.8 -462.8 618.112,183,stand,,,
|
||||
-316.6 -2272.6 636.125,125,stand,,,
|
||||
-523.4 -2280.6 608.125,126,stand,,,
|
||||
212 -914 639.614,110,stand,,,
|
||||
-1396.2 -573.7 632.858,10 186 208,stand,,,
|
||||
-982.8 -1162.2 647.125,168,stand,,,
|
||||
-988.016 -1486.89 704.125,169,stand,,,
|
||||
-1182.98 -1567.38 706.636,169,stand,,,
|
||||
-1082.3 -2314.7 705.124,172,stand,,,
|
||||
-794.8 -3163.2 672.125,19 176,stand,,,
|
||||
-340.3 -2999.3 672.125,176,stand,,,
|
||||
39.2 -2875.7 632.723,150,stand,,,
|
||||
268.7 -2820.7 628.758,149,stand,,,
|
||||
1238.7 -2648.8 718.125,120 220,stand,,,
|
||||
1090.86 -2525.5 720.125,121,stand,,,
|
||||
1049.98 -2340.83 720.125,118,stand,,,
|
||||
1374.7 -2128.8 720.125,118 119,stand,,,
|
||||
985.3 -2165.2 720.125,118,stand,,,
|
||||
1354.7 -1828.8 626.955,116 115,stand,,,
|
||||
1612.7 -1478.8 640.125,99 101,stand,,,
|
||||
1431.2 -1192.7 640.125,100,stand,,,
|
||||
1436.8 -1389.3 640.125,101,stand,,,
|
||||
1537.48 -468.489 640.125,96,stand,,,
|
||||
1696.7 -374.8 640.125,95,stand,,,
|
||||
1716.8 450.7 640.125,92 93,stand,,,
|
||||
1419.17 830.291 640.125,91,stand,,,
|
||||
956.8 1058.7 640.125,90,stand,,,
|
||||
167.3 1050.8 640.125,80,stand,,,
|
||||
474.8 734.7 640.125,88,stand,,,
|
||||
178.8 782.7 641.625,81 82,stand,,,
|
||||
199.3 504.8 783.125,77,stand,,,
|
||||
112 -790 644.875,109,stand,,,
|
||||
880 -892 781.125,73,stand,,,
|
||||
828 -796 640.125,106,stand,,,
|
||||
410 -166 640.125,114 87,stand,,,
|
||||
-2 350 637.516,83 179,stand,,,
|
||||
-10 -26 629.206,179,stand,,,
|
||||
-116 -580 748.125,135,stand,,,
|
||||
-266 -622 605.789,166 167,stand,,,
|
||||
-2 -810 631.693,196,stand,,,
|
||||
-531.425 -1682.79 624.501,162,stand,,,
|
||||
-398 -1892 636.125,122 123,stand,,,
|
||||
-722 -2219 608.175,126 127,stand,,,
|
||||
-729 -1892 586.191,127 128,stand,,,
|
||||
-623.514 -1323.95 637.993,129,stand,,,
|
||||
-326 -2102 744.125,141,stand,,,
|
||||
-824.714 -1600.53 593.989,128,stand,,,
|
||||
-1100 433.8 660.125,131 11,stand,,,
|
||||
1059.23 -977.164 640.125,72 102 103,stand,,,
|
||||
812.615 -985.278 781.125,71 73,stand,,,
|
||||
624.692 -958.979 781.125,72 55 16,stand,,,
|
||||
205.91 -438.767 782.625,16 75,stand,,,
|
||||
220.128 45.2873 782.625,74 76,stand,,,
|
||||
260.61 369.996 782.625,75 77 188,stand,,,
|
||||
298.199 486.441 783.125,76 78 53 79,stand,,,
|
||||
366.185 563.049 784.125,77 14,stand,,,
|
||||
241.704 771.979 783.125,77 17,stand,,,
|
||||
303.343 991.649 640.073,81 50 89,stand,,,
|
||||
288.84 822.069 640.125,80 14 52 82,stand,,,
|
||||
172.053 434.84 640.125,81 52 83 84,stand,,,
|
||||
5.70376 428.176 631.832,82 58 189,stand,,,
|
||||
139.315 170.444 640.125,82 85 179 211,stand,,,
|
||||
491.787 215.108 640.125,84 86 87,stand,,,
|
||||
750.298 376.988 640.125,85 87 88 214,stand,,,
|
||||
623.043 -34.6263 640.125,86 85 108 57,stand,,,
|
||||
568.643 616.639 640.125,86 51 90,stand,,,
|
||||
687.089 1021.79 640.125,80 90,stand,,,
|
||||
961.418 865.624 640.125,89 49 88 91 215,stand,,,
|
||||
1271.26 789.504 640.575,90 48 92,stand,,,
|
||||
1756.26 587.636 640.125,91 47,stand,,,
|
||||
1739.05 -116.661 640.125,47 94 95,stand,,,
|
||||
1409.46 -47.3195 639.564,93 95 104 213,stand,,,
|
||||
1620.12 -286.271 640.125,93 96 94 46,stand,,,
|
||||
1588.83 -470.574 640.125,95 45 97,stand,,,
|
||||
1622.35 -854.484 640.116,96 2 98 99,stand,,,
|
||||
1431.68 -857.341 640.032,97 102 104 107,stand,,,
|
||||
1626.58 -1099.46 640.125,97 100 42,stand,,,
|
||||
1317.12 -1112.33 640.125,99 43 101 102,stand,,,
|
||||
1343.18 -1533.81 640.122,42 44 100 115,stand,,,
|
||||
1253.26 -931.221 640.125,100 98 71 103 107,stand,,,
|
||||
1068.79 -889.245 640.125,71 102 107 112,stand,,,
|
||||
1403.42 -427.906 640.103,94 98 105,stand,,,
|
||||
1084.78 -433.219 639.395,104 106 108 216,stand,,,
|
||||
875.47 -654.148 636.636,105 107 108 113 56,stand,,,
|
||||
1191.48 -774.491 640.092,106 103 98 102,stand,,,
|
||||
680.877 -357.101 640.125,105 106 87 113,stand,,,
|
||||
218.283 -745.803 640.125,54 110 212,stand,,,
|
||||
329.81 -852.824 640.125,109 111 26 113,stand,,,
|
||||
441.969 -945.396 641.893,110 112 15,stand,,,
|
||||
763.428 -890.688 640.02,111 103,stand,,,
|
||||
478.607 -664.099 640.125,110 106 114 108,stand,,,
|
||||
381.577 -482.573 640.125,113 57,stand,,,
|
||||
1266.6 -1804.23 628.274,101 116 41 158,stand,,,
|
||||
1351.39 -1904.71 626.436,115 41 1,stand,,,
|
||||
1209.18 -2044.93 720.125,1 118,stand,,,
|
||||
1217.1 -2217.12 720.125,117 119 39 38 40,stand,,,
|
||||
1349.9 -2386.23 720.125,118 5 120 39,stand,,,
|
||||
1193.94 -2481.47 720.125,119 36 121,stand,,,
|
||||
1052.86 -2449.65 720.125,120 37 153,stand,,,
|
||||
-296.928 -1921.43 636.125,64 125 200,stand,,,
|
||||
-409.024 -2005.62 672.624,64 124,stand,,,
|
||||
-403.813 -2150.88 744.125,123 141 140,stand,,,
|
||||
-321.044 -2209.95 636.125,122 24 126,stand,,,
|
||||
-529.476 -2222.65 608.125,125 25 65,stand,,,
|
||||
-795.89 -2025.91 590.922,65 66,stand,,,
|
||||
-745.46 -1381.97 579.314,66 69 129,stand,,,
|
||||
-723.679 -1196.64 638.817,128 163 67 168,stand,,,
|
||||
-1283 325.946 660.125,131 11 192,stand,,,
|
||||
-1057.7 337.931 660.125,130 132 70 11,stand,,,
|
||||
-898.879 335.009 628.125,131 18 181 182 190 210,stand,,,
|
||||
-803.87 -547.28 628.125,134 183 207,stand,,,
|
||||
-555.64 -550.33 748.125,133 135,stand,,,
|
||||
-322.474 -547.59 748.125,134 60 136,stand,,,
|
||||
-280.419 -412.644 748.125,12 135 13 218,stand,,,
|
||||
-175.941 -2506.67 629.516,139 148,stand,,,
|
||||
-410.836 -2499.44 744.125,139 140,stand,,,
|
||||
-252.871 -2504.63 683.31,138 137,stand,,,
|
||||
-421.458 -2384.44 744.125,138 141 4 124,stand,,,
|
||||
-241.137 -2374.4 744.125,140 124 68 142,stand,,,
|
||||
136.691 -2372.03 744.125,141 143 144,stand,,,
|
||||
206.652 -2258.58 744.125,142,stand,,,
|
||||
311.752 -2400.64 669.592,142 145,stand,,,
|
||||
443.688 -2335.13 628.125,144 146 156,stand,,,
|
||||
275.391 -2269.78 628.125,145 147,stand,,,
|
||||
-4.8749 -2266.92 624.325,146 148 200,stand,,,
|
||||
4.00092 -2503.11 626.125,147 137 149 178,stand,,,
|
||||
419.404 -2702.87 626.125,148 150 35 7 152 155,stand,,,
|
||||
70.2824 -2804.87 641.563,149 151 34,stand,,,
|
||||
-173.351 -2769.35 670.48,150 176 187,stand,,,
|
||||
637.61 -2801.92 626.006,149 153 0 154 219,stand,,,
|
||||
850.9 -2446.13 622.171,121 152 156 157 219,stand,,,
|
||||
822.01 -3131.83 626.125,152,stand,,,
|
||||
563.32 -2623.07 627.363,149 156,stand,,,
|
||||
665.594 -2329.18 626.125,155 145 153 157,stand,,,
|
||||
698.722 -2068.94 622.125,156 158 159 202 153,stand,,,
|
||||
888.529 -1905.91 626.125,157 6 115 159,stand,,,
|
||||
574.629 -1864.26 624.195,158 157 160,stand,,,
|
||||
372.321 -1805.87 637.084,159 161 199 200,stand,,,
|
||||
109.021 -1579.96 646.352,160 164 162 199 201,stand,,,
|
||||
-247.468 -1462.09 622.114,63 163 164 161 201,stand,,,
|
||||
-493.22 -1170.62 630.621,162 129 203,stand,,,
|
||||
-186.025 -1324.63 623.355,162 161 203 201,stand,,,
|
||||
-640.971 -901.011 622.105,185 186 203 204 197,stand,,,
|
||||
-110.567 -629.311 605.094,61 196 217,stand,,,
|
||||
-283.354 -351.092 606.118,61,stand,,,
|
||||
-1111.13 -1080.89 634.955,129 21 28 169 186,stand,,,
|
||||
-1100.8 -1474.09 696.24,168 29 30 170,stand,,,
|
||||
-1214.41 -1719.25 710.138,169 171,stand,,,
|
||||
-1099.86 -1963.44 675.416,170 172,stand,,,
|
||||
-1009.49 -2211.05 699.153,171 31 173,stand,,,
|
||||
-780.086 -2361.39 705.125,172 174 175,stand,,,
|
||||
-895.289 -2641.76 672.125,173 175 19,stand,,,
|
||||
-655.708 -2682.76 704.177,174 173 177,stand,,,
|
||||
-411.778 -2943.76 672.114,32 177 33 20 151,stand,,,
|
||||
-562.681 -2824.74 701.567,176 175,stand,,,
|
||||
-200.685 -2639.14 653.882,8 148 187,stand,,,
|
||||
-62.5239 173.412 631.559,84 58 59 180,stand,,,
|
||||
-408.87 158.583 630.825,179 181 182,stand,,,
|
||||
-668.478 225.096 622.792,180 132 182 190 210,stand,,,
|
||||
-776.796 -26.7878 622.125,132 181 180 183 210,stand,,,
|
||||
-843.344 -411.334 622.125,182 23 133 185 195 207,stand,,,
|
||||
-1330.89 -810.917 628.125,3 9 186,stand,,,
|
||||
-955.386 -768.89 624.125,183 165 186 195,stand,,,
|
||||
-1116.09 -851.222 624.041,185 184 165 168 27,stand,,,
|
||||
-191.253 -2711.16 677.125,151 178,stand,,,
|
||||
359.708 348.282 782.625,76,stand,,,
|
||||
-311.183 430.148 628.093,83 190,stand,,,
|
||||
-670.195 377.699 622.125,189 132 181,stand,,,
|
||||
-1291.83 -172.369 660.125,192 193 208,stand,,,
|
||||
-1289.1 132.923 660.125,191 130 193 22,stand,,,
|
||||
-1196.6 7.5343 660.125,192 194 22 191,stand,,,
|
||||
-1086.62 -136.633 660.125,193 22,stand,,,
|
||||
-1086.28 -527.657 628.125,185 183 205 208 207,stand,,,
|
||||
-116.143 -800.568 628.091,166 62 197 204,stand,,,
|
||||
-165.491 -1021.19 632.351,196 198 204 203 165,stand,,,
|
||||
69.9468 -1157.02 643.386,197 199,stand,,,
|
||||
235.786 -1394.86 684.324,198 160 161,stand,,,
|
||||
-90.7463 -1907.02 622.125,201 147 122 202 160,stand,,,
|
||||
-144.384 -1670.28 622.125,200 162 161 164,stand,,,
|
||||
265.095 -2035.44 623.282,200 157,stand,,,
|
||||
-373.707 -1108.45 623.313,164 163 165 197,stand,,,
|
||||
-394.393 -854.159 628.125,165 196 197,stand,,,
|
||||
-1046.92 -275.434 628.064,195,stand,,,
|
||||
-965.092 -204.444 656.917,207 209,stand,,,
|
||||
-1003.35 -388.199 628.125,206 208 183 195 133,stand,,,
|
||||
-1298.55 -325.324 628.125,191 10 27 195 207,stand,,,
|
||||
-973.946 -1.3325 656.182,206 210,stand,,,
|
||||
-945.937 133.537 628.125,209 132 182 181,stand,,,
|
||||
173.242 -35.1009 640.125,84 212,stand,,,
|
||||
201.13 -375.811 641.625,211 109,stand,,,
|
||||
1228.17 151.839 640.051,94 214 216,stand,,,
|
||||
1017.35 359.413 640.014,213 86 215,stand,,,
|
||||
1002.69 626.728 640.125,214 90,stand,,,
|
||||
1136.44 -123.086 663.072,213 105,stand,,,
|
||||
-165.875 -304.871 606.022,218 166,climb,0.318604 179.555 0,,
|
||||
-185.065 -304.863 757.125,217 136,climb,-4.54834 179.665 0,,
|
||||
898.382 -2669.77 638.569,220 152 153,climb,0.252686 0.0164795 0,,
|
||||
917.27 -2669.77 718.125,219 36,climb,-4.08691 0.0164795 0,,
|
||||
|
271
scriptdata/waypoints/mp_hospital_wp.csv
Normal file
@@ -0,0 +1,271 @@
|
||||
270
|
||||
2370.49 -425.305 -16.9166,1 49 50 48,stand,,,
|
||||
2233.49 -1398.73 7.71761,0 2 20 49,stand,,,
|
||||
1911.46 -1887.88 43.3829,1 3 20,stand,,,
|
||||
1522.01 -1896.83 41.1594,2 4 19 20,stand,,,
|
||||
829.534 -1825.77 51.7811,3 5 15 19,stand,,,
|
||||
54.0823 -1885.55 42.7349,4 6 13 16 15,stand,,,
|
||||
-541.73 -1789.55 75.4932,5 8 9 13 14 16 15,stand,,,
|
||||
-1201.61 -1724.95 54.3298,8 9 14 62,stand,,,
|
||||
-812.422 -1932.13 64.3634,7 6 9,stand,,,
|
||||
-755.929 -1566.09 95.9461,6 8 7 10 13,stand,,,
|
||||
-959.113 -1163.87 96.096,9 11 11 14 13,stand,,,
|
||||
-471.979 -966.677 96.1088,10 12 10,stand,,,
|
||||
-18.3446 -1261.12 91.8893,11 13 151,stand,,,
|
||||
-351.254 -1435.51 97.4394,12 6 10 16 9 5,stand,,,
|
||||
-1057.8 -1722.2 68.1209,6 7 10,stand,,,
|
||||
274.171 -1601.3 76.7569,16 4 5 17 19 6,stand,,,
|
||||
83.7389 -1428.35 72.9331,15 13 5 6 17 151,stand,,,
|
||||
1176.36 -1236.22 120.125,16 18 19 15,stand,,,
|
||||
1269.53 -1159.28 120.125,17 21 25,stand,,,
|
||||
1159.07 -1582.57 78.9061,17 4 3 20 15,stand,,,
|
||||
1653.37 -1397.35 60.4619,3 1 2 19 49,stand,,,
|
||||
1287 -1007.48 120.125,22 24 18,stand,,,
|
||||
1217.13 -967.713 120.125,21 23 24 23,stand,,,
|
||||
1200.84 -960.316 153.125,22 166 22,stand,,,
|
||||
1274.84 -831.456 120.125,22 21 40,stand,,,
|
||||
1319.44 -1220.44 120.125,18 26,stand,,,
|
||||
1347.95 -1227.06 97.9752,25 27,stand,,,
|
||||
1445.75 -554.817 -1.72709,26 41 28 49 50,stand,,,
|
||||
1434.91 -336.728 -0.0109574,27 42 41 43 51,stand,,,
|
||||
1196.8 470.405 120.125,30 44 45,stand,,,
|
||||
1290.03 181.017 120.125,29 31 33,stand,,,
|
||||
1217.13 146.403 120.125,30 32 32,stand,,,
|
||||
1186.41 146.384 153.125,31 187 31,stand,,,
|
||||
1287.21 8.70541 120.125,30 34,stand,,,
|
||||
1162.22 -53.4439 120.125,33 35,stand,,,
|
||||
1009.13 -37.1013 120.125,34 36 37,stand,,,
|
||||
984.53 -37.4434 153.125,35,stand,,,
|
||||
1167.58 -307.374 120.125,35 38 42 39,stand,,,
|
||||
1068.11 -409.175 120.125,37 39 42 171,stand,,,
|
||||
1153.44 -504.896 120.125,38 41 37 40 42,stand,,,
|
||||
1131.32 -691.686 120.125,24 39,stand,,,
|
||||
1356.36 -466.538 19.125,39 27 42 28,stand,,,
|
||||
1292.25 -387.314 59.125,28 37 39 41 38,stand,,,
|
||||
1401.47 429.444 66.2838,28 44 51,stand,,,
|
||||
1322.21 544.177 86.6315,43 29 45 46,stand,,,
|
||||
525.163 627.548 99.0536,29 44 54 52,stand,,,
|
||||
1784.71 721.139 56.108,44 47 51 52,stand,,,
|
||||
2105.48 930.98 66.7228,46 48 52,stand,,,
|
||||
2342.86 352.204 39.0756,47 0 51,stand,,,
|
||||
1809.26 -826.112 2.03341,0 20 1 27,stand,,,
|
||||
1947.42 -206.586 -7.65302,27 0 51,stand,,,
|
||||
1774.09 31.6545 5.79948,48 43 50 28 46,stand,,,
|
||||
1138 973.918 55.9833,46 53 45 47,stand,,,
|
||||
82.4642 948.885 59.7708,52 54 55,stand,,,
|
||||
73.35 589.31 73.054,53 45 55 56 155 247,stand,,,
|
||||
-616.707 877.309 90.9266,53 54 57 56,stand,,,
|
||||
-914.438 691.04 94.2652,54 57 55,stand,,,
|
||||
-1186.66 892.16 66.0369,56 55 58 238,stand,,,
|
||||
-1246.54 731.466 72.125,57 59 60 237,stand,,,
|
||||
-1291.52 843.475 68.125,58 71,stand,,,
|
||||
-1266.09 -105.314 72.125,58 61 238 239 243,stand,,,
|
||||
-1273.2 -1006.32 72.125,60 62 239 240 243,stand,,,
|
||||
-1224.37 -1542.48 72.125,61 7 63 240,stand,,,
|
||||
-1275.82 -1651.99 72.125,62 64 241 240,stand,,,
|
||||
-1347.61 -1850.33 -55.875,63 74 76 241 242,stand,,,
|
||||
-1439.6 -548.361 -125.924,66 67 68 72 73 77 235,stand,,,
|
||||
-1427.89 -549.635 -97.075,65 67,stand,,,
|
||||
-1403.44 -560.428 -65.062,66 65,climb,-82.2491 1.95007 0,,
|
||||
-1435.92 114.418 -125.919,69 65 72 78 234 235,stand,,,
|
||||
-1430.77 240.662 -126.039,68 70 78 233 269,stand,,,
|
||||
-1476.59 937.164 -127.296,69 71 233 236,stand,,,
|
||||
-1320.06 1038.66 -107.875,70 59 237,stand,,,
|
||||
-1626.62 -366.312 -126.409,68 65 73 234 235,stand,,,
|
||||
-1634.77 -1101.47 -126.603,65 72 74 75 235,stand,,,
|
||||
-1634.09 -1766.12 -77.9526,73 64 75 242,stand,,,
|
||||
-1524.77 -1375.67 -112.947,74 73 76 77,stand,,,
|
||||
-1448.94 -1479.5 -104.298,64 75 77,stand,,,
|
||||
-1428.85 -1196.04 -125.619,75 65 76,stand,,,
|
||||
-1285.54 136.513 -124.875,68 79 69 80 233,stand,,,
|
||||
-1249.16 7.11671 -124.875,78 111 110 268,stand,,,
|
||||
-1080.96 255.299 -124.875,78 81 84 83 268,stand,,,
|
||||
-1001.53 312.127 -124.875,80 82 83,stand,,,
|
||||
-1011.34 547.574 -124.875,81,stand,,,
|
||||
-803.516 216.259 -124.875,81 84 80 85 89 267,stand,,,
|
||||
-894.913 116.633 -124.875,83 80,stand,,,
|
||||
-605.125 139.989 -124.875,83 86 91 92 232,stand,,,
|
||||
-668.344 146.138 -124.875,85 87 89 232,stand,,,
|
||||
-760.875 -9.42192 -119.875,86 88,stand,,,
|
||||
-674.272 -100.539 -124.875,87,stand,,,
|
||||
-776.38 370.535 -124.875,86 90 83,stand,,,
|
||||
-734.419 515.737 -115.875,89,stand,,,
|
||||
-572.605 418.181 -124.875,85 92 232,stand,,,
|
||||
-467.782 194.395 -124.875,85 93 91 94 95 232,stand,,,
|
||||
-466.008 10.3861 -124.875,92,stand,,,
|
||||
-341.423 345.187 -124.875,92 95 96 97,stand,,,
|
||||
-195.054 256.203 -124.875,94 92 97 98 232 137,stand,,,
|
||||
-361.613 577.62 -124.875,94,stand,,,
|
||||
-258.658 110.467 -124.875,94 95,stand,,,
|
||||
-59.3731 246.029 -124.875,95 99 137 138 266,stand,,,
|
||||
-47.9117 -152.778 -124.875,98 100 103 263 266 265,stand,,,
|
||||
-299.875 -407.46 -120.875,99 102 107 264,stand,,,
|
||||
-207.372 -1027.07 -124.875,107 108 122 127 125 260,stand,,,
|
||||
-301.94 -458.4 -124.875,100 104 108 262,stand,,,
|
||||
-895.789 -346.361 -124.875,99 104 111 263 264,stand,,,
|
||||
-957.326 -475.522 -124.875,103 102 105 106 107 262,stand,,,
|
||||
-1141.83 -569.34 -124.875,104 106 109 110 262,stand,,,
|
||||
-1120.65 -429.676 -124.875,105 104,stand,,,
|
||||
-222.395 -609.521 -124.875,104 100 101 108 262,stand,,,
|
||||
-167.125 -819.937 -124.875,101 102 107,stand,,,
|
||||
-1241.8 -571.292 -124.875,105 110 119,stand,,,
|
||||
-1248.87 -429.312 -124.875,109 105 111 79,stand,,,
|
||||
-1183.53 -265.845 -124.875,110 103 79 264,stand,,,
|
||||
-1010.33 -829.174 -124.875,121,stand,,,
|
||||
-781.541 -955.417 -124.875,114 114 120 115 261,stand,,,
|
||||
-809.864 -837.557 -124.875,113 113,stand,,,
|
||||
-685.426 -1129.02 -124.875,116 121 133 113,stand,,,
|
||||
-563.079 -925.668 -124.875,115 117 122,stand,,,
|
||||
-464.72 -1197.62 -124.875,116 118 122 261,stand,,,
|
||||
-468.973 -1365.58 -115.875,117,stand,,,
|
||||
-1264.18 -858.18 -124.875,109 120,stand,,,
|
||||
-1141.7 -1058.48 -124.875,119 113 121,stand,,,
|
||||
-925.597 -1132.21 -124.875,120 112 115 122,stand,,,
|
||||
-425.213 -1012.78 -124.875,121 116 123 125 101 117 261,stand,,,
|
||||
-335.376 -913.552 -124.875,122 124 125,stand,,,
|
||||
-358.936 -744.849 -124.875,123,stand,,,
|
||||
-251.751 -1202.02 -124.875,123 126 122 101 260,stand,,,
|
||||
-237.304 -1390.34 -124.875,125,stand,,,
|
||||
36.5865 -1068.98 -124.875,101 128 131 132 259 260,stand,,,
|
||||
180.656 -658.614 -12.875,129 127 259,stand,,,
|
||||
209.222 -472.812 -12.875,128 130 134 228,stand,,,
|
||||
335.801 -419.102 -12.875,129 134 139 140,stand,,,
|
||||
285.731 -1011.58 -124.875,127 132,stand,,,
|
||||
266.063 -1114.43 -124.875,127 131 259,stand,,,
|
||||
-651.996 -1363.26 -124.875,115,stand,,,
|
||||
180.571 -255.581 -12.875,130 135 129 136 158 228 231,stand,,,
|
||||
237.875 -86.3466 -12.875,134 136 231,stand,,,
|
||||
98.8985 -16.669 -12.875,135 134 137,stand,,,
|
||||
109.54 184.683 -124.875,136 98 138 231 95,stand,,,
|
||||
352.875 248.215 -124.875,137 98,stand,,,
|
||||
659.723 -322.117 120.125,130 140 170 171 172 173 227 254,stand,,,
|
||||
669.049 -490.942 120.125,139 130 141 168 169 170,stand,,,
|
||||
710.12 -624.31 120.125,140 142 145 172,stand,,,
|
||||
610.741 -783.713 120.125,141 143,stand,,,
|
||||
499.73 -792.152 120.125,142 144 146 145,stand,,,
|
||||
432.125 -881.151 120.125,143 146 145 156 158,stand,,,
|
||||
442.943 -684.669 120.125,141 146 144 143,stand,,,
|
||||
391.358 -774.989 144.125,145 144 143 147,stand,,,
|
||||
300.168 -767.17 145.125,146 148 149 245,stand,,,
|
||||
157.591 -564.145 184.125,149 147 152 153 245 249,stand,,,
|
||||
68.8631 -868.925 144.125,148 147 150 244 249,stand,,,
|
||||
105.871 -1066.37 144.125,151 149 157 244,stand,,,
|
||||
71.9041 -1234.44 112.125,150 12 16 244,stand,,,
|
||||
237.597 -407.965 184.125,148 153 175 174 178 246,stand,,,
|
||||
130.258 -242.898 184.125,148 152 154 246 247 248,stand,,,
|
||||
114.948 135.574 144.125,153 155 192 247,stand,,,
|
||||
35.4854 465.84 112.125,54 154,stand,,,
|
||||
183.126 -1072.19 120.125,157 144 158,climb,15.6995 -179.517 0,,
|
||||
169.678 -1070.11 153.125,156 150,climb,-24.2303 -177.539 0,,
|
||||
458.668 -1075.98 120.125,144 159 161 156 134,stand,,,
|
||||
520.125 -1018.85 120.125,160 158 161,stand,,,
|
||||
605.616 -960.629 120.125,159,stand,,,
|
||||
620.969 -1110.79 120.125,158 159 162,stand,,,
|
||||
777.634 -1040.73 120.125,161 167 163 226,stand,,,
|
||||
871.139 -868.549 120.125,164 162 167 168 226 227,stand,,,
|
||||
1014.93 -945.312 120.125,163 165,stand,,,
|
||||
1158.87 -959.35 120.125,166 164 167,stand,,,
|
||||
1166.03 -959.364 153.125,165 23,climb,-12.3486 -0.697632 0,,
|
||||
1020.02 -1096.49 120.125,165 162 163,stand,,,
|
||||
895.317 -572.14 120.125,163 169 140 171 172 170 226,stand,,,
|
||||
583.371 -565.298 136.125,168 140 176,stand,,,
|
||||
876.233 -270.046 120.125,139 171 183 184 168 140,stand,,,
|
||||
999.839 -402.803 120.125,170 168 38 139,stand,,,
|
||||
711.446 -227.326 120.125,139 168 141 227 254,stand,,,
|
||||
494.961 -250.125 184.125,139 174 177,stand,,,
|
||||
395.257 -329.078 184.125,173 177 178 152,stand,,,
|
||||
361.167 -454.619 184.125,152 176 177 178,stand,,,
|
||||
440.88 -530.684 184.125,175 169,stand,,,
|
||||
311.125 -258.125 184.125,175 173 174,stand,,,
|
||||
481.662 -400.865 208.125,174 175 152 180 179,stand,,,
|
||||
697.171 -354.082 344.125,180 178 181 182 203,stand,,,
|
||||
700.017 -475.111 344.125,178 179 199 203,stand,,,
|
||||
625.464 -283.792 344.125,179 182 197,stand,,,
|
||||
666.328 -206.622 344.125,181 179 193,stand,,,
|
||||
860.456 135.761 120.125,170 184 188,stand,,,
|
||||
925.175 227.084 120.125,183 170 185,stand,,,
|
||||
1001.2 276.492 120.125,184 186 187 188,stand,,,
|
||||
1047.3 107.299 120.125,185 187,stand,,,
|
||||
1156.87 132.216 120.125,186 32 185,stand,,,
|
||||
552.12 269.214 120.125,185 183 189 190,stand,,,
|
||||
534.73 128.154 120.125,188,stand,,,
|
||||
382.393 249.97 120.125,188 191,stand,,,
|
||||
195.454 137.356 120.125,192 190,climb,19.2865 -161.246 0,,
|
||||
168.836 136.993 153.125,191 154,climb,11.5906 -178.412 0,,
|
||||
657.704 -128.155 344.125,182 194 195 196,stand,,,
|
||||
431.676 -181.111 344.125,193 195,stand,,,
|
||||
393.125 -99.3371 344.125,193 194,stand,,,
|
||||
661.547 -7.6549 344.125,193,stand,,,
|
||||
311.125 -280.775 344.125,181 198,stand,,,
|
||||
365.282 -508.565 344.125,197 199,stand,,,
|
||||
707.202 -559.617 344.125,180 200 198,stand,,,
|
||||
680.594 -732.594 344.125,199 201 202,stand,,,
|
||||
409.303 -784.738 344.125,200 202,stand,,,
|
||||
393.125 -682.9 344.125,201 200,stand,,,
|
||||
787.206 -400.39 344.125,180 179 204 218 213,stand,,,
|
||||
875.518 -602.483 344.125,203 205 213 251,stand,,,
|
||||
913.479 -910.508 344.125,204 206 208 209 219,stand,,,
|
||||
1113.46 -947.08 344.125,205 207 209,stand,,,
|
||||
1117.31 -1120.96 344.125,206 208,stand,,,
|
||||
981.791 -1096.51 344.125,205 209 207,stand,,,
|
||||
770.39 -1066.89 344.125,205 208 210 211 206 219 252,stand,,,
|
||||
594.34 -1024.13 344.125,209 211 252 253,stand,,,
|
||||
417.017 -1034.39 344.125,210 212 209 252,stand,,,
|
||||
209.74 -1022.2 344.125,211,stand,,,
|
||||
945.225 -335.09 344.125,204 203 218 214 219 250,stand,,,
|
||||
804.483 249.067 344.125,215 218 213 216 220,stand,,,
|
||||
959.545 262.496 344.125,214 219,stand,,,
|
||||
1043.51 118.167 344.125,217 218 214,stand,,,
|
||||
1139.73 113.109 344.125,216,stand,,,
|
||||
914.632 83.0602 344.125,216 203 213 214,stand,,,
|
||||
922.088 -680.071 344.125,213 209 205 215 251,stand,,,
|
||||
692.288 232.856 344.125,214 221 222,stand,,,
|
||||
672.624 137.091 344.125,220,stand,,,
|
||||
590.059 243.785 344.125,220 223,stand,,,
|
||||
267.592 123.03 344.125,224 225 222,stand,,,
|
||||
202.218 237.255 344.125,223 225,stand,,,
|
||||
188.125 116.715 344.125,224 223,stand,,,
|
||||
938.548 -727.829 120.125,168 163 162 227,stand,,,
|
||||
853.814 -593.534 120.125,163 139 172 226,stand,,,
|
||||
98.197 -519.912 -12.875,129 229 134,stand,,,
|
||||
-3.18692 -492.301 -12.875,228 230,stand,,,
|
||||
18.1245 -331.312 -12.875,229,stand,,,
|
||||
150.742 5.45989 -12.875,137 135 134,stand,,,
|
||||
-547.717 267.834 -124.875,95 91 85 92 86 267,stand,,,
|
||||
-1596.77 533.46 -126.202,78 234 70 69 236,stand,,,
|
||||
-1596.63 41.1135 -126.211,233 68 72,stand,,,
|
||||
-1544.23 -560.79 -126.735,72 73 65 68,stand,,,
|
||||
-1581.64 1121.38 -126.923,70 233,stand,,,
|
||||
-1326.81 603.527 72.125,71 58 238,stand,,,
|
||||
-1308.33 228.756 72.125,237 60 57 243,stand,,,
|
||||
-1217.01 -511.398 72.125,61 60 243,stand,,,
|
||||
-1327.65 -1354.15 72.125,61 63 243 62,stand,,,
|
||||
-1263.13 -1850.16 -55.875,63 64,stand,,,
|
||||
-1468.07 -1981.08 -55.4859,64 74,stand,,,
|
||||
-1316.58 -749.492 72.125,240 239 61 60 238,stand,,,
|
||||
27.1251 -1022.97 144.125,151 245 149 150,stand,,,
|
||||
196.317 -752.092 144.125,244 147 148 249,stand,,,
|
||||
2.81983 -433.346 184.125,153 249 152,stand,,,
|
||||
59.4015 -45.3946 144.125,153 154 54 248,stand,,,
|
||||
258.972 -64.2322 144.125,247 153,stand,,,
|
||||
100.826 -540.812 184.125,149 148 245 246,stand,,,
|
||||
1013.12 -258.125 344.125,213 251,stand,,,
|
||||
950.302 -462.09 344.125,250 204 219,stand,,,
|
||||
506.266 -1121.87 344.125,209 210 211,stand,,,
|
||||
586.385 -919.594 344.125,210,stand,,,
|
||||
702.43 -142.558 120.125,172 255 257 139,stand,,,
|
||||
422.405 -191.736 120.125,254 256,stand,,,
|
||||
406.775 -83.3662 120.125,255 257,stand,,,
|
||||
615.637 -133.274 120.125,256 258 254,stand,,,
|
||||
673.281 -9.27234 120.125,257,stand,,,
|
||||
45.013 -898.949 -60.875,128 132 127,stand,,,
|
||||
-188.46 -1072.59 -124.875,127 125 101 261,stand,,,
|
||||
-541.043 -1100.2 -124.875,260 113 117 122,stand,,,
|
||||
-745.968 -579.705 -124.875,107 105 102 104 263,stand,,,
|
||||
-632.789 -370.303 -124.875,262 99 103 264,stand,,,
|
||||
-441.286 -184.774 -124.875,111 100 263 103 265,stand,,,
|
||||
-84.8194 -229.692 -124.875,264 266 99,stand,,,
|
||||
-71.1014 -0.6348 -124.875,265 98 99,stand,,,
|
||||
-698.41 315.875 -124.875,232 83,stand,,,
|
||||
-1175.98 272.813 -124.875,80 79 269,stand,,,
|
||||
-1262.87 367.02 -124.875,268 69,stand,,,
|
||||
|
257
scriptdata/waypoints/mp_kilian_wp.csv
Normal file
@@ -0,0 +1,257 @@
|
||||
256
|
||||
306.319 3279.8 8.125,1 190 9 198 199,stand,19.9786 91.4722 0,,
|
||||
320.879 3701.81 8.125,0 2 194,stand,16.9849 -94.3011 0,,
|
||||
323.298 3908.14 8.125,1 3,stand,33.1128 -1.87317 0,,
|
||||
625.073 3915.24 8.125,2 193 5,stand,28.3997 -85.2374 0,,
|
||||
880.837 3747.43 8.125,5 192 195,stand,30.1849 137.796 0,,
|
||||
879.2 3922.83 8.125,4 6 3,stand,12.2717 -88.5883 0,,
|
||||
1079.97 3949.88 8.125,5 7,stand,39.4629 -88.1598 0,,
|
||||
1098.47 3698.71 8.125,6 8 195,stand,19.1217 -178.369 0,,
|
||||
1151.22 3489.36 8.125,7 9 164,stand,25.2631 -82.5238 0,,
|
||||
1159.07 3234.84 8.125,8 10 164 0 198 199,stand,17.3419 -1.08765 0,,
|
||||
2083.8 3117.81 8.125,9 11 163,stand,11.4148 174.419 0,,
|
||||
2098.24 2499.65 8.125,10 12 161,stand,28.7567 84.2651 0,,
|
||||
2222.18 2296.66 8.125,11 13 161,stand,22.3407 107.974 0,,
|
||||
2116.09 1919.44 8.125,12 14 160 90,stand,16.1279 -28.927 0,,
|
||||
2093.01 1525.1 8.125,13 15 91 158,stand,14.7052 -146.041 0,,
|
||||
1697.24 1406.67 8.125,14 16 35 91,stand,18.6987 101.266 0,,
|
||||
1687.59 1776.18 138.125,15 17,stand,16.2708 3.27942 0,,
|
||||
1959.93 1787.99 138.125,16 155,stand,15.4138 -125.7 0,,
|
||||
1949.86 2623.92 192.125,19 154 157 156,stand,16.7706 -85.8197 0,,
|
||||
2346.37 2604.37 192.125,18 20 184,stand,4.85596 -88.1763 0,,
|
||||
2369.12 1943.93 192.125,19 183 253,stand,23.269 93.5431 0,,
|
||||
2731.54 1466.95 8.125,22 31 241,stand,9.34937 -0.406494 0,,
|
||||
3218.92 1473.91 8.125,21 23 30 31,stand,13.7054 -55.1459 0,,
|
||||
3766.42 1451.92 8.125,22 24,stand,15.8423 167.684 0,,
|
||||
3724.17 848.151 8.125,23 25,stand,7.70691 141.191 0,,
|
||||
3498.33 639.865 8.125,24 26,stand,22.4835 -109.611 0,,
|
||||
3395.92 326.112 8.125,27 25,stand,15.1282 -178.984 0,,
|
||||
2918.41 332.47 8.125,28 26 34,stand,22.6978 86.0229 0,,
|
||||
2944.01 564.362 8.125,27 29 32,stand,15.5566 26.2189 0,,
|
||||
3264.71 786.907 8.125,28 30,stand,16.842 78.6731 0,,
|
||||
3209.01 1261.77 8.125,29 22 241,stand,26.1914 -71.499 0,,
|
||||
2547.6 1259.68 8.125,21 32 241 22,stand,15.9137 37.4799 0,,
|
||||
2546.08 850.388 8.125,31 28 33,stand,5.42725 -21.9727 0,,
|
||||
2317.86 863.845 8.125,32 34 90,stand,25.8344 0.85144 0,,
|
||||
2323.87 328.124 8.125,33 27,stand,18.6987 4.20776 0,,
|
||||
1559.31 1373.74 8.125,15 36,stand,30.4761 20.0061 0,,
|
||||
1203.18 1397.4 8.125,35 37 171 185,stand,9.77783 -5.55908 0,,
|
||||
1219.73 965.617 138.125,36 38,stand,19.5557 10.2173 0,,
|
||||
1349.85 980.335 136.125,37 39 88 182,stand,3.99902 -83.8477 0,,
|
||||
1349.9 702.734 184.125,38 181 40,stand,15.8423 -177.698 0,,
|
||||
605.827 734.366 216.7,41 39,stand,7.84973 -179.698 0,,
|
||||
112.47 704.643 192.125,40 42 44,stand,1.21399 92.7905 0,,
|
||||
-74.5457 704.883 192.125,41 43 147,stand,28.4766 -0.137329 0,,
|
||||
-66.3119 1151.45 192.125,42 44 148,stand,21.4069 -0.43396 0,,
|
||||
199.36 1315.47 192.125,43 41 45 148,stand,29.3994 174.007 0,,
|
||||
-35.4156 1334.46 192.125,44 46,stand,29.7565 -129.254 0,,
|
||||
-295.542 1337.77 202.125,45 47,stand,52.7399 -105.919 0,,
|
||||
-350.478 1287.38 176.125,46 48,stand,61.875 -42.4677 0,,
|
||||
-283.56 1225.31 152.125,47 49,stand,59.3756 75.932 0,,
|
||||
-225.579 1291.3 128.125,48 50,stand,47.0984 167.212 0,,
|
||||
-301.046 1347.91 104.125,49 51,stand,53.454 -137.834 0,,
|
||||
-346.544 1269.21 72.125,50 52,stand,49.8834 -30.2069 0,,
|
||||
-270.078 1228.06 48.125,51 53,stand,57.1619 114.241 0,,
|
||||
-230.712 1310.55 24.125,52 54,stand,32.2559 -116.29 0,,
|
||||
-316.505 1347.2 0.125,53 55 106 115,stand,44.8901 -2.87292 0,,
|
||||
-480.949 1337.29 0.125,54 56 106 111 114 115,stand,31.6846 8.97034 0,,
|
||||
-481.869 1579.96 -47.875,55 57 105,stand,17.4133 -134.05 0,,
|
||||
-668.413 1613.91 -47.875,56 58 103 105,stand,-10.7007 -179.368 0,,
|
||||
-966.97 1607.02 56.125,57 59,stand,33.8983 -24.3512 0,,
|
||||
-983.265 1321.8 128.125,58 60,stand,29.4708 94.9878 0,,
|
||||
-1095.15 1145.79 128.125,59 61,stand,39.8199 53.5803 0,,
|
||||
-991.771 629.044 128.125,60 62,stand,27.8284 2.05444 0,,
|
||||
-569.763 636.705 0.124999,61 63 111 115,stand,19.0503 -27.3505 0,,
|
||||
-500.991 522.518 0.124999,62 64 111,stand,15.6281 -98.1519 0,,
|
||||
-524.399 269.315 0.124999,63 65 139 140,stand,23.1921 125.678 0,,
|
||||
-1011.14 282.221 112.125,66 64,stand,21.264 179.418 0,,
|
||||
-1289.12 284.823 112.125,65 67,stand,13.4857 -85.946 0,,
|
||||
-1262.57 -270.604 112.125,66 68 138,stand,12.2003 -90.9393 0,,
|
||||
-1104.42 -254.197 112.125,67 69,stand,10.1294 -98.432 0,,
|
||||
-1097.48 -624.391 227.125,68 70,stand,3.56506 -89.5111 0,,
|
||||
-1087.67 -1156.97 227.125,69 71 216,stand,17.1991 15.6171 0,,
|
||||
-769.577 -1159.37 227.625,70,stand,23.9777 1.82922 0,,
|
||||
-568.88 -1152.92 183.625,73,stand,23.8348 0.615234 0,,
|
||||
1180.33 -1146.12 183.625,72 74,stand,34.4696 96.7511 0,,
|
||||
1187.35 128.317 183.625,73 75,stand,27.1912 -65.9729 0,,
|
||||
1366.98 116.938 184.125,74 76 181,stand,23.0493 -115.307 0,,
|
||||
1398.12 -79.9665 186.125,75 77,stand,15.7709 94.3231 0,,
|
||||
1403.73 -382.336 83.125,76 78,stand,27.1912 -90.3955 0,,
|
||||
1397.38 -563.734 83.125,77 79,stand,45.9613 179.396 0,,
|
||||
1042.75 -572.352 8.125,78 80 175 176 177 219,stand,15.1996 -40.7922 0,,
|
||||
1048.33 201.853 8.125,79 81 175,stand,12.7002 51.7676 0,,
|
||||
1193.9 313.362 8.125,80 82 174 92 173,stand,4.27917 123.783 0,,
|
||||
1200.9 567.366 8.125,81 83 92 173 175,stand,15.5566 84.2432 0,,
|
||||
1560.69 570.893 -39.875,82 84,stand,9.27246 -1.46667 0,,
|
||||
1866.83 563.19 8.125,83 85,stand,20.1929 94.0265 0,,
|
||||
1856.89 701.327 8.125,84 86,stand,14.7711 1.38428 0,,
|
||||
2036.61 696.544 8.125,85 87,stand,11.7719 86.6766 0,,
|
||||
2033.27 984.437 8.125,86 88 89,stand,14.4855 172.535 0,,
|
||||
1690.9 988.177 8.125,38 87,stand,5.63599 -178.33 0,,
|
||||
2042.04 1196.68 8.125,87 90,stand,33.6182 9.97009 0,,
|
||||
2316.55 1204.07 8.125,89 91 33 13,stand,23.8403 177.545 0,,
|
||||
2321.98 1481.57 8.125,90 14 160 15,stand,53.3167 -88.1653 0,,
|
||||
1026.56 459.294 14.4015,82 93 173 81,stand,35.3979 -178.533 0,,
|
||||
738.796 474.075 -23.375,92 94 245 242,stand,10.5634 -41.7041 0,,
|
||||
747.525 685.931 -23.375,93 95 245 242,stand,21.2695 -97.3114 0,,
|
||||
434.822 663.644 9.78051,94 96 118 119,stand,27.1198 -9.44824 0,,
|
||||
349.4 1175.3 8.125,95 97 249,stand,0.708618 -61.8311 0,,
|
||||
396.891 1499.02 8.125,96 98 188,stand,12.9858 -93.9606 0,,
|
||||
159.597 1504.58 -23.875,97 99 101,stand,12.7716 77.3383 0,,
|
||||
152.827 1876.89 -23.875,98 100,stand,25.0488 -105.309 0,,
|
||||
5.24729 1875.05 -23.875,99 101 102,stand,36.969 -121.009 0,,
|
||||
-29.9785 1471.25 -23.875,100 98,stand,20.05 66.9067 0,,
|
||||
-67.8122 1840.61 -23.875,100 103,stand,50.2405 54.5581 0,,
|
||||
-254.185 1898.7 -47.875,102 57 104 105,stand,16.5564 -173.903 0,,
|
||||
-341.964 2138.89 -42.9448,103 105,stand,21.8353 -173.633 0,,
|
||||
-490.946 1838.48 -47.875,104 57 56 103,stand,3.70789 70.2356 0,,
|
||||
-599.61 1263.37 0.125,55 107 110 54 114,stand,42.3907 129.688 0,,
|
||||
-638.103 1334.08 0.125,106 108,stand,48.1696 -89.7144 0,,
|
||||
-880.03 1336.25 0.125,107 109,stand,35.4694 -91.1371 0,,
|
||||
-866.36 1179.92 0.125,108 110,stand,38.4631 52.3828 0,,
|
||||
-642.185 1203.17 0.125,109 106,stand,52.6685 52.8113 0,,
|
||||
-466.179 944.815 0.125,55 62 63 112 113 114,stand,22.5494 -101.788 0,,
|
||||
-828.7 755.456 0.124998,111 113,stand,17.1277 66.9946 0,,
|
||||
-805.994 1022.96 0.124998,112 111,stand,29.5422 -53.5474 0,,
|
||||
-203.232 948.081 0.124998,111 55 106 115 116,stand,27.8284 14.4635 0,,
|
||||
-579.988 994.053 0.124998,114 62 54 55,stand,19.4788 -85.6055 0,,
|
||||
-41.7372 1035.51 0.125,114 117,stand,32.6843 -140.125 0,,
|
||||
85.8791 622.702 0.124997,116 118,stand,12.5629 164.619 0,,
|
||||
348.55 613.013 8.125,117 95 119,stand,18.5559 -0.527344 0,,
|
||||
416.532 429.825 8.125,118 120 95,stand,21.1267 -161.197 0,,
|
||||
251.729 -405.743 8.125,119 121,stand,22.4835 71.3177 0,,
|
||||
294.079 -671.565 8.125,120 122 123,stand,34.0411 109.001 0,,
|
||||
449.226 -528.587 8.125,121,stand,52.8827 89.3793 0,,
|
||||
-291.739 -699.388 8.125,121 124 140 141,stand,15.1996 86.38 0,,
|
||||
-312.573 -1285.76 8.125,123 125 202 203,stand,16.9135 85.4517 0,,
|
||||
-602.535 -1231.54 8.125,124 127,stand,23.335 -1.99402 0,,
|
||||
-690.872 -1387.31 18.125,127 128,stand,44.9615 110.638 0,,
|
||||
-691.071 -1337.5 8.125,126 125,stand,84.6442 10.437 0,,
|
||||
-690.811 -1621.27 71.875,126 129,stand,26.1914 125.475 0,,
|
||||
-1097.22 -1616.79 112.125,128 130 217,stand,15.9851 -47.395 0,,
|
||||
-1167.49 -1620.01 112.125,129 131 210 217,stand,39.1113 -0.769043 0,,
|
||||
-1384.44 -1612.25 112.125,130 132,stand,23.1921 42.4731 0,,
|
||||
-1402.48 -1248.59 112.125,131 133 135,stand,15.1282 -99.4208 0,,
|
||||
-1112.09 -1047.07 112.125,132 134,stand,17.4847 -136.906 0,,
|
||||
-1182.34 -766.233 112.125,133 135 136,stand,15.8423 -168.382 0,,
|
||||
-1472.87 -832.047 112.125,134 132 137,stand,34.8981 -85.9515 0,,
|
||||
-1273.12 -484.643 112.125,134 137,stand,20.3412 -69.1315 0,,
|
||||
-1472.87 -439.379 112.125,136 135 138,stand,43.2477 -83.9685 0,,
|
||||
-1359.8 -250.884 112.125,137 67,stand,34.1125 6.60278 0,,
|
||||
-458.486 -137.302 24.125,64 140,stand,18.8416 110.198 0,,
|
||||
-644.413 -621.424 8.125,139 123 64,stand,17.5562 35.5243 0,,
|
||||
-306.233 -419.031 8.125,123 142,stand,24.4061 -84.5068 0,,
|
||||
-68.7097 -456.051 48.125,141 143,stand,24.7632 159.714 0,,
|
||||
-67.8989 -238.89 48.125,142 144,stand,31.1902 -132.198 0,,
|
||||
-282.547 -247.472 48.125,143 145,stand,34.4696 28.3282 0,,
|
||||
-275.417 69.615 128.125,144 146,stand,24.2633 -15.8478 0,,
|
||||
39.2164 72.011 192.125,145 147,stand,15.1282 150.732 0,,
|
||||
39.7618 484.053 192.125,146 42,stand,16.1279 116.906 0,,
|
||||
69.6095 1449.92 192.125,44 149 43,stand,-2.27966 72.2791 0,,
|
||||
87.9053 1674.34 192.125,148 150,stand,10.6348 7.18506 0,,
|
||||
769.213 1713.07 224.032,149 151,stand,11.0632 -176.605 0,,
|
||||
1358.84 1679.57 194.625,150 152 182,stand,11.4917 -127.864 0,,
|
||||
1353.58 2429.11 192.125,151 153,stand,25.4773 73.1964 0,,
|
||||
1417.12 2642.87 192.125,152 154,stand,24.4061 15.8862 0,,
|
||||
1801.55 2578.67 192.125,153 18,stand,24.6204 3.54309 0,,
|
||||
1945.39 1934.75 192.375,17 156,stand,52.3828 -91.3843 0,,
|
||||
1965.12 2362.08 192.125,155 157 18,stand,20.6927 107.825 0,,
|
||||
1895.13 2439.5 192.125,156 18,stand,35.3979 -11.8597 0,,
|
||||
1734.13 1841.33 8.125,14 159,stand,24.6204 7.6355 0,,
|
||||
1967.09 1901.17 8.125,158 160,stand,30.8276 -36.6833 0,,
|
||||
2065.65 1799.58 8.125,159 13 91,stand,32.6843 102.986 0,,
|
||||
2194.78 2507.57 8.125,12 11 162,stand,37.2491 80.8374 0,,
|
||||
2256.13 2545.84 8.125,161 163,stand,30.1849 87.6105 0,,
|
||||
2255.57 2905.56 8.125,162 10,stand,24.6204 103.096 0,,
|
||||
1079.67 3096.34 8.125,9 165 198 8,stand,31.756 -86.7096 0,,
|
||||
1131.66 2381.03 8.125,164 166 169,stand,15.8423 176.298 0,,
|
||||
1014.35 2287.46 8.125,165 167 239,stand,24.2633 16.7761 0,,
|
||||
1074.66 2088.51 8.125,166 168 170,stand,49.7406 105.502 0,,
|
||||
1165.56 2057.63 8.125,167 169,stand,30.899 87.0886 0,,
|
||||
1256.87 2205.76 8.125,168 165,stand,21.6211 -115.472 0,,
|
||||
1114.83 1849.42 8.125,167 185,stand,27.1912 141.4 0,,
|
||||
1068.27 1259.78 8.125,36 172 229 185,stand,22.5494 -79.6674 0,,
|
||||
1125.68 1110.97 8.125,171 173,stand,26.5485 106.952 0,,
|
||||
1052.06 896.675 8.125,172 82 92 81,stand,17.699 -64.1327 0,,
|
||||
1191.03 80.7259 8.125,81 175,stand,49.5264 150.683 0,,
|
||||
1088.1 96.671 8.125,174 80 79 176 82,stand,27.757 3.64746 0,,
|
||||
1202.33 -273.645 8.125,175 79,stand,22.7637 -132.621 0,,
|
||||
1094.85 -1300.29 8.125,79 178,stand,24.6918 117.773 0,,
|
||||
1164.43 -1512.81 8.125,177 179,stand,22.0496 106.924 0,,
|
||||
1524.19 -1525.12 8.125,178 180,stand,22.6923 135.258 0,,
|
||||
1559.02 -1225.23 8.125,179,stand,22.0496 -98.7836 0,,
|
||||
1389.92 439.287 186.125,75 39,stand,54.5251 94.8615 0,,
|
||||
1365.71 1389.8 134.625,38 151,stand,18.0505 87.605 0,,
|
||||
2415.47 2196.65 192.125,20 184,stand,21.9781 131.968 0,,
|
||||
2323.45 2317.53 192.125,183 19,stand,27.757 -24.0436 0,,
|
||||
1111.33 1648.88 8.125,170 36 186 171,stand,23.8348 -40.7263 0,,
|
||||
1012.51 1685.95 16.3328,185 187,stand,23.5492 -28.8062 0,,
|
||||
730.088 1674.38 -23.375,186 188 246 247,stand,16.485 2.37305 0,,
|
||||
374.983 1690.54 8.125,187 97 189 230,stand,30.4706 -35.6726 0,,
|
||||
262.323 2444.81 8.125,188 190 230,stand,22.121 -82.6227 0,,
|
||||
341.083 3078.58 8.125,189 0 198,stand,26.9714 -152.369 0,,
|
||||
745.658 3620.83 8.125,192 197,stand,30.1135 -88.1818 0,,
|
||||
751.417 3738.88 8.125,191 193 4,stand,44.3188 -104.453 0,,
|
||||
616.618 3750.2 8.125,192 3 194,stand,25.3345 3.40576 0,,
|
||||
605.612 3677.11 8.125,193 1 196,stand,60.304 -158.11 0,,
|
||||
898.039 3690.98 8.125,4 7,stand,51.026 33.4479 0,,
|
||||
616.665 3529.57 8.125,194 197,stand,33.327 57.2772 0,,
|
||||
738.726 3516.93 8.125,196 191 198,stand,73.5095 -2.59827 0,,
|
||||
755.047 3416.55 8.125,197 0 9 164 190,stand,44.1046 96.6248 0,,
|
||||
-345.638 3233.71 8.125,0 200 9,stand,17.7704 -19.0338 0,,
|
||||
-350.867 2561.68 8.125,199 201,stand,19.3359 -91.6864 0,,
|
||||
-341.14 2138.86 -42.9491,200,stand,29.6191 -86.0504 0,,
|
||||
-168.77 -1329.84 8.125,124 203,stand,18.8416 148.722 0,,
|
||||
34.1273 -1201.96 8.125,202 204 124,stand,19.9841 -117.339 0,,
|
||||
358.461 -1245.29 8.125,203 205,stand,25.7629 -174.727 0,,
|
||||
351.623 -1509.67 8.125,204 206,stand,19.0558 171.782 0,,
|
||||
-215.721 -1471.09 8.125,205 207,stand,29.1193 -145.261 0,,
|
||||
-268.278 -1535.04 8.125,206 208,stand,23.9777 -179.017 0,,
|
||||
-430.918 -1541.79 8.125,207 209,stand,24.4061 -14.87 0,,
|
||||
-440.822 -2267.55 8.125,208 210,stand,16.842 112.972 0,,
|
||||
-972.553 -2260.76 112.125,209 211 130 217 218,stand,24.2633 -58.4583 0,,
|
||||
-933.829 -2399.82 114.625,210 212,stand,5.20752 -92.3401 0,,
|
||||
-935.266 -2707.79 226.625,211 213,stand,31.8988 118.575 0,,
|
||||
-1788.18 -2686.73 226.625,212 214,stand,26.0486 89.7363 0,,
|
||||
-1802.59 -1839.97 226.625,213 215,stand,14.9854 -55.86 0,,
|
||||
-1117.65 -1843.04 226.625,214 216,stand,17.2705 178.226 0,,
|
||||
-1117.82 -1367.62 227.125,215 70,stand,28.0481 -178.984 0,,
|
||||
-1130.77 -2213.97 112.125,129 210 130 218,stand,15.6281 97.3608 0,,
|
||||
-1140.41 -2635.14 112.125,217 210,stand,21.5497 75.4486 0,,
|
||||
993.144 -512.796 8.125,79 220,stand,82.9248 -170.763 0,,
|
||||
959.874 -520.512 -137.293,219 221 222,climb,5.57007 7.30348 0,,
|
||||
813.573 -1169.69 -143.095,220 222 223,stand,-3.27942 79.7418 0,,
|
||||
620.65 -507.554 -146.381,221 220 223 226 248 251,stand,0.357056 -12.6092 0,,
|
||||
435.854 -966.855 -157.683,222 221 224,stand,4.27917 -110.833 0,,
|
||||
-856.273 -876.803 -136.911,223 225,stand,4.27917 88.0853 0,,
|
||||
-857.352 -307.506 -147.158,224,stand,-2.64221 -60.3784 0,,
|
||||
848.47 -40.039 -143.561,222 227,stand,5.27344 82.5208 0,,
|
||||
929.425 881.738 -147.361,226 228,stand,2.35107 -87.7508 0,,
|
||||
959.874 1139.84 -141.273,227 229,climb,0.933838 1.79871 0,,
|
||||
991.084 1147.54 8.125,228 171,stand,59.6667 -179.119 0,,
|
||||
387.886 2283.26 8.125,189 231 188,stand,32.4591 64.1791 0,,
|
||||
484.812 2373.96 8.125,230 232,stand,70.0708 -0.00854015 0,,
|
||||
520.126 2380.38 -126.012,231 233,climb,9.4812 178.596 0,,
|
||||
720.664 2721.97 -143.394,232 234 235 239,stand,6.63025 -121.05 0,,
|
||||
573.047 2973.46 -150.115,233 235,stand,1.35132 8.28675 0,,
|
||||
904.581 2985.83 -148.568,234 236 233,stand,0.637207 -87.9205 0,,
|
||||
862.337 2437.4 -150.988,235 237 240,stand,0.780029 -88.8489 0,,
|
||||
927.634 1981.5 -149.283,236 238 240,stand,-1.14807 -87.6843 0,,
|
||||
908.242 1221.03 -144.128,237 239,stand,4.34509 -33.7305 0,,
|
||||
959.874 2294.25 -147.722,238 240 233 166,climb,-19.693 5.23255 0,,
|
||||
856.708 2291.14 -143.19,239 237 236,stand,10.0031 -0.386946 0,,
|
||||
2733.45 1676.01 8.125,21 31 30 252,stand,21.3794 -131.605 0,,
|
||||
696.026 766.415 -23.375,94 243 93,stand,31.6846 55.8051 0,,
|
||||
707.088 996.252 -23.375,242 244 254,stand,23.2635 -84.7815 0,,
|
||||
823.001 998.488 -23.375,243 245 255,stand,30.7562 -173.139 0,,
|
||||
823.101 667.502 -23.375,93 94 244,stand,24.1919 -122.866 0,,
|
||||
677.754 1580.61 -23.375,187 254,stand,84.9957 19.0228 0,,
|
||||
845.812 1584.81 -23.375,187 255,stand,63.0176 146.646 0,,
|
||||
527.398 1148.18 -141.532,249 222 250,climb,4.35059 -176.523 0,,
|
||||
481.525 1145.41 8.125,96 248,stand,50.7404 2.05445 0,,
|
||||
579.087 877.799 -143.618,248,stand,-6.70715 85.1441 0,,
|
||||
583.287 262.447 -146.194,222,stand,-3.49365 -86.9952 0,,
|
||||
2515.32 1661 80.125,241 253,stand,7.27844 -178.929 0,,
|
||||
2352.53 1644.41 79.875,252 20,stand,19.1217 45.7581 0,,
|
||||
684.183 1442.13 -23.375,246 243,stand,25.8344 -89.9341 0,,
|
||||
830.563 1141.97 -23.375,244 247,stand,28.3997 83.8531 0,,
|
||||
|
314
scriptdata/waypoints/mp_kneedeep_wp.csv
Normal file
@@ -0,0 +1,314 @@
|
||||
313
|
||||
2281.63 1829.17 15.778,1 2 3 23 5,stand,,,
|
||||
2367.52 1553.81 85.5068,0 2 6 23,stand,,,
|
||||
2499.22 1781.11 62.4987,1 0 5,stand,,,
|
||||
2121.9 1928.27 9.33158,0 4 24 5,stand,,,
|
||||
2030.34 2108.09 47.3422,3 41,stand,,,
|
||||
2501.76 2130.12 69.7816,3 0 2,stand,,,
|
||||
2544.19 1344.8 99.6234,1 7 9,stand,,,
|
||||
2670.63 1089.95 112.323,6 8 9,stand,,,
|
||||
2665.27 782.358 119.612,7 90,stand,,,
|
||||
2369.92 1080.72 123.698,7 6 10 11 12,stand,,,
|
||||
2071.9 1024.86 107.598,9 13 15 14 20 88,stand,,,
|
||||
2393.13 836.51 136.125,9 12,stand,,,
|
||||
2174.32 793.108 136.125,9 11,stand,,,
|
||||
1947.14 738.656 75.8113,10 14 15 88 120,stand,,,
|
||||
1728.51 827.102 89.446,13 15 16 10 75,stand,,,
|
||||
1828.75 1101.58 93.6953,14 16 10 13 20,stand,,,
|
||||
1693.32 1165.73 91.3817,14 17 15 18,stand,,,
|
||||
1506.8 1141.72 96.125,16 77 76 281,stand,,,
|
||||
1636.72 1444.25 66.3582,16 19 21 24 26,stand,,,
|
||||
1843.41 1476.58 58.9836,18 20 23 24,stand,,,
|
||||
1968.39 1285.55 97.43,19 10 15,stand,,,
|
||||
1270.22 1417.31 93.4665,18 22,stand,,,
|
||||
936.021 1434.99 78.037,21 28 51,stand,,,
|
||||
2045.85 1622.97 77.9211,19 1 0,stand,,,
|
||||
1756.16 1681.39 17.5001,19 18 3 25 26,stand,,,
|
||||
1615.24 1833.19 43.3845,24 42,stand,,,
|
||||
1454.81 1686.63 17.2571,24 18 27,stand,,,
|
||||
795.584 1743.24 27.7717,26 28 29,stand,,,
|
||||
739.158 1564.95 52.5623,27 22 30 45,stand,,,
|
||||
570.125 1845.98 28.1797,27 30 31,stand,,,
|
||||
500.454 1654.74 50.2851,29 28 43,stand,,,
|
||||
195.688 1836.17 38.4422,29 32 43,stand,,,
|
||||
-46.8092 1776.79 42.2008,31 33 34,stand,,,
|
||||
-442.53 1533.84 48.0489,32 254,stand,,,
|
||||
-96.5174 2010.95 76.6534,32 35,stand,,,
|
||||
154.273 2069.07 102.125,34 36,stand,,,
|
||||
276.338 2313.28 102.125,35 37,stand,,,
|
||||
578.092 2291.51 131.409,36 38,stand,,,
|
||||
818.211 2287.73 89.6399,37 39,stand,,,
|
||||
1123.57 2421.7 66.4063,38 40 42,stand,,,
|
||||
1492.01 2394.8 65.7239,39 41 42,stand,,,
|
||||
1812.73 2293.48 46.7218,40 4,stand,,,
|
||||
1398.35 2125.87 93.0175,40 25 39,stand,,,
|
||||
315.672 1476.02 82.7204,30 44 31 272,stand,,,
|
||||
408.712 1276.09 93.2141,43 45 48,stand,,,
|
||||
757.195 1359.7 72.6333,44 28 46 51,stand,,,
|
||||
695.859 1243.54 78.9942,45 47,stand,,,
|
||||
731.881 1036.94 46.2067,46 48 49 79,stand,,,
|
||||
480.269 1133.38 94.9451,47 44 52 65,stand,,,
|
||||
944.33 970.203 91.4247,47 50 80,stand,,,
|
||||
1054.5 1061.26 96.125,49 51 73 78,stand,,,
|
||||
1006.48 1261.91 95.7146,50 45 22,stand,,,
|
||||
292.829 1080.76 127.125,53 48 61 62,stand,,,
|
||||
193.842 1332.04 215.125,52 54,stand,,,
|
||||
98.6487 1304.61 215.125,53 55,stand,,,
|
||||
186.586 1055.29 303.125,54 56,stand,,,
|
||||
151.624 995.802 303.125,57 55 60,stand,,,
|
||||
275.779 689.085 303.125,56 58 59,stand,,,
|
||||
425.44 754.916 309.116,57,stand,,,
|
||||
-183.539 526.306 303.125,57,stand,,,
|
||||
40.8731 1289.27 303.125,56,stand,,,
|
||||
109.856 1037.1 127.125,52 62 63,stand,,,
|
||||
199.174 758.879 127.125,61 52 282,stand,,,
|
||||
42.3978 1159.51 127.125,61 64,stand,,,
|
||||
-82.6259 1114.38 127.022,63 273 274,stand,,,
|
||||
563.864 824.955 65.1429,48 66 79,stand,,,
|
||||
573.528 549.891 58.425,65 67,stand,,,
|
||||
350.863 452.218 59.4717,68 66,stand,,,
|
||||
214.101 398.008 127.125,67 284,stand,,,
|
||||
-467.611 -297.787 58.7629,70 286,stand,,,
|
||||
-400.155 -583.892 12.0613,69 71 103 216,stand,,,
|
||||
-255.241 -491.674 12.0235,70 72 103,stand,,,
|
||||
38.0883 -213.828 12.125,71 283 287,stand,,,
|
||||
1154.36 885.589 96.125,50 74 78,stand,,,
|
||||
1195.82 726.437 96.125,73 75,stand,,,
|
||||
1437.99 742.735 96.125,74 76 14,stand,,,
|
||||
1395.24 940.621 96.125,75 77 17,stand,,,
|
||||
1221.94 1168.3 96.125,76 17 78,stand,,,
|
||||
1124.05 1142 96.125,77 50 73,stand,,,
|
||||
676.115 729.14 20.8858,65 47 80 81,stand,,,
|
||||
864.088 785.152 58.8052,79 49,stand,,,
|
||||
879.083 445.904 12.0664,79 82 83,stand,,,
|
||||
879.746 203.519 12.0469,81 83 283 102,stand,,,
|
||||
1287.41 416.216 12.1194,81 82 84,stand,,,
|
||||
1572.46 507.99 12.1208,83 85 101,stand,,,
|
||||
1734.97 600.047 24.9454,84 86,stand,,,
|
||||
1917.89 459.792 13.8047,85 87 98 101,stand,,,
|
||||
2152.22 556.991 20.6786,86 88 89 98 95,stand,,,
|
||||
2079.49 768.373 71.8315,87 13 10,stand,,,
|
||||
2459.75 542.568 20.2533,87 90 99 96,stand,,,
|
||||
2622.35 598.07 80.99,89 8 91 99,stand,,,
|
||||
2774.35 463.004 26.7847,90 99 100,stand,,,
|
||||
2801.46 180.315 63.058,93 94 100,stand,,,
|
||||
2708.84 50.6058 124.71,92 94 123,stand,,,
|
||||
2604.89 185.367 58.6277,93 92 95 100,stand,,,
|
||||
2422.95 212.519 17.3104,94 96 99 98 87,stand,,,
|
||||
2131.22 187.186 41.08,95 97 98 89,stand,,,
|
||||
2076.57 57.3965 71.635,96 121,stand,,,
|
||||
2080.36 353.696 12.1046,86 96 87 101 95 125,stand,,,
|
||||
2627.87 385.745 14.722,89 90 91 95 100,stand,,,
|
||||
2772.49 309.637 12.4663,92 94 91 99,stand,,,
|
||||
1742.24 303.495 12.125,86 84 98,stand,,,
|
||||
471.113 -313.991 19.6235,111 283 82,stand,,,
|
||||
-239.492 -757.568 27.9732,70 71 104,stand,,,
|
||||
-193.052 -941.55 96.437,103 105 106 173,stand,,,
|
||||
-364.836 -904.174 98.8891,104 174,stand,,,
|
||||
-18.6579 -918.21 150.925,104 107,stand,,,
|
||||
255.123 -927.808 150.925,108 212 106 300,stand,,,
|
||||
434.739 -742.35 139.125,107 109 148,stand,,,
|
||||
411.886 -650.914 139.125,108 110,stand,,,
|
||||
476.355 -575.906 95.5199,109 111,stand,,,
|
||||
594.382 -468.802 77.127,110 102 112 148 147,stand,,,
|
||||
745.098 -381.904 72.6258,111 113 147,stand,,,
|
||||
863.756 -329.699 115.125,112 114 302,stand,,,
|
||||
852.955 -186.204 115.125,113,stand,,,
|
||||
1609.85 19.5417 115.125,116 302,stand,,,
|
||||
1678.18 32.9702 115.125,115 117,stand,,,
|
||||
1765.41 -149.666 79.6108,116 118 128 127,stand,,,
|
||||
1937.55 -48.9704 77.5968,117 119 121 127,stand,,,
|
||||
1936.62 97.5026 110.625,118 120,stand,,,
|
||||
1958.01 627.836 101.545,119 13,stand,,,
|
||||
2082.23 -84.0387 88.994,97 118 122 127 128,stand,,,
|
||||
2352.14 -221.007 119.445,121 123 124,stand,,,
|
||||
2676.51 -125.259 134.629,122 93,stand,,,
|
||||
2372.22 -359.936 109.482,122 125,stand,,,
|
||||
2357.66 -488.246 99.7912,124 126 127 98 312,stand,,,
|
||||
2290.89 -586.311 132.301,125 134 135,stand,,,
|
||||
2001.66 -400.116 103.155,125 121 128 118 133 134 117,stand,,,
|
||||
1779.46 -306.952 96.4596,127 117 121 129 133,stand,,,
|
||||
1403.74 -305.518 96.21,128 130 131,stand,,,
|
||||
1432.02 -419.14 134.625,129 132 138,stand,,,
|
||||
1108.38 -552.815 105.088,129 146 147 145,stand,,,
|
||||
1692.91 -427.491 131.833,130 133,stand,,,
|
||||
1892.93 -454.548 132.697,132 128 127 134 137,stand,,,
|
||||
2122.34 -538.9 131.93,127 133 126 135,stand,,,
|
||||
2016.69 -844.998 130.035,126 134 136,stand,,,
|
||||
1679.38 -1128.58 130.125,135 140 141,stand,,,
|
||||
1811.69 -681.994 130.013,133 138 140,stand,,,
|
||||
1550.58 -553.672 130.125,137 130 140 139 311,stand,,,
|
||||
1307.86 -998.21 130.022,140 138 142,stand,,,
|
||||
1524.4 -958.852 130.023,139 136 138 137,stand,,,
|
||||
1502.82 -1322.45 130.125,136 142,stand,,,
|
||||
1333.83 -1323.74 135.348,141 139 143,stand,,,
|
||||
1233.59 -1436.92 134.351,142 144 149 150,stand,,,
|
||||
1128.28 -1042.79 116.342,143 145 146 149,stand,,,
|
||||
1144.82 -792.354 107.584,144 146 131,stand,,,
|
||||
934.452 -791.152 125.343,145 131 147 144 149,stand,,,
|
||||
856.501 -603.189 106.377,131 146 148 112 111,stand,,,
|
||||
661.26 -723.933 124.661,108 147 111,stand,,,
|
||||
936.727 -1100.6 136.163,144 146 143 159 215,stand,,,
|
||||
999.686 -1641.52 139.265,143 151 159,stand,,,
|
||||
1089.86 -1836.29 134.125,150 152,stand,,,
|
||||
914.057 -1952.72 134.125,151 153,stand,,,
|
||||
809.576 -1819.13 134.125,152 154,stand,,,
|
||||
653.489 -1914.54 134.125,153 155,stand,,,
|
||||
415.396 -2086.07 117.977,154 156,stand,,,
|
||||
311.763 -2096.02 146.125,155 157,stand,,,
|
||||
233.558 -2164.65 146.125,156 158,stand,,,
|
||||
109.522 -2224.27 134.563,157 162 163,stand,,,
|
||||
814.592 -1416.38 136.111,150 149 160 215 310,stand,,,
|
||||
199.451 -1752.39 119.445,159 161 167 166,stand,,,
|
||||
-1.0544 -1976.88 129.128,160 162 166 167,stand,,,
|
||||
119.384 -2075.54 131.667,161 158,stand,,,
|
||||
-116.262 -2180.81 135.443,158 164,stand,,,
|
||||
-289.071 -2018.27 127.272,163 165 166,stand,,,
|
||||
-481.487 -2009.42 115.138,164 166 181 182 186,stand,,,
|
||||
-167.652 -1741.69 118.289,164 161 160 167 165 181 179,stand,,,
|
||||
-35.7333 -1453.97 114.078,160 168 172 161 166 173 175,stand,,,
|
||||
256.484 -1384.19 241.925,167 169,stand,,,
|
||||
641.069 -1293.45 241.925,168,stand,,,
|
||||
-54.7292 -927.96 278.925,171 210,stand,,,
|
||||
-2.91331 -1187.2 122.903,170 172,stand,,,
|
||||
32.4321 -1283.63 119.011,171 167 301,stand,,,
|
||||
-159.105 -1196.26 134.767,167 104 175,stand,,,
|
||||
-464.531 -1163.54 90.3258,175 176 105,stand,,,
|
||||
-342.677 -1335.52 104.473,174 173 167 179,stand,,,
|
||||
-629.57 -1201.33 86.8319,174 297 296,stand,,,
|
||||
-1269.45 -1115.27 86.8319,178 294,stand,,,
|
||||
-1461.93 -1163.92 93.7324,177 200 198 223 224,stand,,,
|
||||
-392.691 -1398.06 95.8503,175 180 166,stand,,,
|
||||
-636.734 -1465.56 91.4305,179 181 296 298,stand,,,
|
||||
-560.038 -1764.94 115.111,180 166 165 182,stand,,,
|
||||
-624.009 -1964.77 113.28,165 183 181,stand,,,
|
||||
-677.011 -1851.62 118.774,182 184,stand,,,
|
||||
-704.758 -1710.44 164.925,183 185,stand,,,
|
||||
-858.036 -1738.02 172.175,184 203 204,stand,,,
|
||||
-525.078 -2268.01 98.187,165 187,stand,,,
|
||||
-976.529 -2498.72 86.9082,186 188,stand,,,
|
||||
-1376.16 -2390.19 92.2122,187 189 190,stand,,,
|
||||
-1478.44 -2116.03 113.695,188 194 195 309,stand,,,
|
||||
-1599.7 -2515.75 128.237,188 191 194 192,stand,,,
|
||||
-1817.8 -2492.96 137.622,190 192 194,stand,,,
|
||||
-1927.19 -2214.81 135.719,191 193 194 190,stand,,,
|
||||
-2172.25 -2185.69 135.565,192 196,stand,,,
|
||||
-1711.06 -2101.14 116.077,192 189 190 191 195 199,stand,,,
|
||||
-1552.65 -1771.89 125.468,189 194 199 200,stand,,,
|
||||
-2101.21 -1526.16 127.322,193 197,stand,,,
|
||||
-1970.53 -1445.19 128.076,196 198 199 236,stand,,,
|
||||
-1648.8 -1318.6 106.332,197 200 178 224 223,stand,,,
|
||||
-1691.36 -1643.01 123.041,197 194 195 200,stand,,,
|
||||
-1532.96 -1590.45 125.507,199 198 178 195 201,stand,,,
|
||||
-1317.07 -1755.53 124.175,200 202,stand,,,
|
||||
-1080.95 -1634.67 124.175,201 203,stand,,,
|
||||
-1029.44 -1831.33 172.175,202 185,stand,,,
|
||||
-878.472 -1546.51 174.249,185 205,stand,,,
|
||||
-910.312 -1409.01 206.925,204 206 207,stand,,,
|
||||
-934.892 -1283.78 222.925,205 207 208,stand,,,
|
||||
-692.542 -1255.23 222.925,205 206,stand,,,
|
||||
-1001.18 -1052.58 222.925,206 209,stand,,,
|
||||
-1346.32 -1104.19 222.925,208,stand,,,
|
||||
118.052 -904.304 278.925,170 211,stand,,,
|
||||
113.46 -1215.68 282.209,210,stand,,,
|
||||
257.951 -1039.43 150.925,107 301,stand,,,
|
||||
462.783 -1218.01 118.925,214 301,stand,,,
|
||||
475.693 -1099.99 118.925,213 215,stand,,,
|
||||
718.359 -1093.42 138.515,214 149 159,stand,,,
|
||||
-705.587 -759.087 12.0105,70 217,stand,,,
|
||||
-1263.43 -805.275 12.125,216 288,stand,,,
|
||||
-1839.57 -403.653 60.0172,219 220 221,stand,,,
|
||||
-1751.52 -380.256 93.6556,218 222,stand,,,
|
||||
-1877.05 -265.091 98.267,218 228 239,stand,,,
|
||||
-1869.18 -478.179 6.6842,218 226 227,stand,,,
|
||||
-1565.28 -359.397 100.125,219 237 289,stand,,,
|
||||
-1528.21 -1045.28 99.1214,224 178 198 291,stand,,,
|
||||
-1681.21 -1056.11 99.3322,223 198 178 225,stand,,,
|
||||
-1848.17 -987.705 90.7426,224 233 288,stand,,,
|
||||
-2262.53 -512.525 12.125,221 227 230,stand,,,
|
||||
-2243.47 -370.59 20.2935,226 221 229,stand,,,
|
||||
-2168.01 -137.313 112.654,220 229 240,stand,,,
|
||||
-2210.14 -242.602 77.5385,228 227,stand,,,
|
||||
-2424.3 -643.294 12.125,226 231,stand,,,
|
||||
-2461.45 -810.003 85.7796,230 232,stand,,,
|
||||
-2178.88 -881.197 102.86,231 233,stand,,,
|
||||
-2008.12 -980.505 101.091,232 234 225,stand,,,
|
||||
-2205.04 -1034.19 108.11,233 235,stand,,,
|
||||
-2156.67 -1134.66 113.699,234 236,stand,,,
|
||||
-1975.71 -1130.78 128.625,235 197,stand,,,
|
||||
-1487.81 -121.185 93.5759,222 238 259 260,stand,,,
|
||||
-1724.2 2.22169 98.1803,237 239,stand,,,
|
||||
-1851.05 -72.2334 97.3007,238 220 240,stand,,,
|
||||
-2071.97 25.5347 107.22,239 228 241,stand,,,
|
||||
-2080.19 481.291 104.686,240 242 245,stand,,,
|
||||
-1817.37 426.147 102.125,241 243 244,stand,,,
|
||||
-1598.15 366.532 104.398,242 258 259,stand,,,
|
||||
-1879.32 133.607 102.125,242,stand,,,
|
||||
-2031.86 723.881 125.282,241 246 247,stand,,,
|
||||
-1947.11 943.353 174.871,245 250,stand,,,
|
||||
-1811.75 603.036 107.117,245 248,stand,,,
|
||||
-1603.89 619.057 106.286,247 249,stand,,,
|
||||
-1381.4 869.316 106.217,248 250 257,stand,,,
|
||||
-1502.06 1104.9 95.5621,249 246 251 255,stand,,,
|
||||
-1500.86 1383.8 63.125,250 252,stand,,,
|
||||
-1295.4 1342.15 61.7085,251 253,stand,,,
|
||||
-1206.4 1315.4 57.2098,252 254 255,stand,,,
|
||||
-1055.92 1310.37 54.1245,253 33,stand,,,
|
||||
-1241.92 1159.6 100.273,253 256 280 250,stand,,,
|
||||
-1236.87 1005.97 100.197,255 257,stand,,,
|
||||
-1166.45 788.219 107.669,249 256 258 269,stand,,,
|
||||
-1309.29 532.85 110.575,257 243 259 262 269,stand,,,
|
||||
-1495.99 167.854 98.9297,258 243 237 262,stand,,,
|
||||
-1203.9 -108.221 100.805,237 261 267,stand,,,
|
||||
-982.856 104.081 108.44,260 262 268,stand,,,
|
||||
-1018.27 332.395 93.9435,261 259 258 263 269,stand,,,
|
||||
-620.5 230.725 110.882,262 264 265,stand,,,
|
||||
-335.601 400.267 125.14,263 275,stand,,,
|
||||
-603.936 -24.3107 92.9216,263 266 268,stand,,,
|
||||
-700.275 -577.607 93.5046,265 267 268,stand,,,
|
||||
-945.174 -316.95 98.7998,266 260 268,stand,,,
|
||||
-774.364 -94.5014 109.487,261 267 265 266,stand,,,
|
||||
-975.185 621.484 89.1161,262 257 258 270,stand,,,
|
||||
-762.65 716.436 90.2262,269 271 277 275,stand,,,
|
||||
-882.672 1057.24 124.924,270 278 279,stand,,,
|
||||
119.05 1466.86 122.337,43 307,stand,,,
|
||||
-223.547 1345.3 131.86,64 278 307,stand,,,
|
||||
-187.119 911.315 143.559,64 275,stand,,,
|
||||
-434.757 819.533 123.882,274 264 276 270,stand,,,
|
||||
-490.081 977.002 135.433,275 277 278,stand,,,
|
||||
-667.071 995.714 135.784,276 270,stand,,,
|
||||
-486.918 1265 135.271,276 273 271,stand,,,
|
||||
-1002.24 1024.91 109.607,271 280,stand,,,
|
||||
-1049.21 1090.23 105.597,279 255,stand,,,
|
||||
1431.28 1063.93 96.125,17,stand,,,
|
||||
46.9327 703.98 127.125,62 284,stand,,,
|
||||
405.847 -28.2931 12.1242,82 102 287 72,stand,,,
|
||||
154.469 395.854 127.125,282 68 285,stand,,,
|
||||
4.64055 227.953 105.818,284 286 287,stand,,,
|
||||
-453.13 53.6787 86.8722,285 69,stand,,,
|
||||
87.2719 33.5948 23.8824,285 283 72,stand,,,
|
||||
-1843.5 -795.027 16.0298,217 225,stand,,,
|
||||
-1568.49 -458.213 100.125,222 290,stand,,,
|
||||
-1614.73 -519.995 104.125,289 291,stand,,,
|
||||
-1611.6 -693.128 102.125,290 223,stand,,,
|
||||
-1050.13 -1099.71 86.925,293 297,stand,,,
|
||||
-1032.64 -1314.53 86.925,292 294 296,stand,,,
|
||||
-1179.75 -1326.6 86.925,177 293 295,stand,,,
|
||||
-1179.63 -1439.28 86.925,294,stand,,,
|
||||
-644.995 -1276.26 86.925,293 176 180 299,stand,,,
|
||||
-656.886 -1015.13 86.925,292 176,stand,,,
|
||||
-725.983 -1592.39 99.3759,180,stand,,,
|
||||
-860.395 -1368.76 86.925,296,stand,,,
|
||||
397.11 -901.356 154.512,107,stand,,,
|
||||
271.956 -1213.7 118.925,172 212 213,stand,,,
|
||||
1253.38 -169.375 115.125,113 303 304 115,stand,,,
|
||||
1137.01 -159.513 115.125,302,stand,,,
|
||||
1408.99 -178.692 115.125,302,stand,,,
|
||||
-277.924 1517.42 76.125,306,stand,,,
|
||||
-89.1417 1567.94 128.625,305 307,stand,,,
|
||||
-35.368 1415.81 131.553,306 272 273,stand,,,
|
||||
-954.785 -2053.26 173.535,309,stand,,,
|
||||
-1288.69 -2124.48 145.125,308 189,stand,,,
|
||||
497.855 -1489.66 131.569,159,stand,,,
|
||||
1341.33 -545.53 130.125,138,stand,,,
|
||||
2610.36 -472.506 118.372,125,stand,,,
|
||||
|
473
scriptdata/waypoints/mp_konigsberg_wp.csv
Normal file
@@ -0,0 +1,473 @@
|
||||
472
|
||||
-2267.5 2.98154 0.18831,1 434,stand,,,
|
||||
-2111.35 -318.249 8.125,0 5 434,stand,,,
|
||||
-1853.5 -539.478 8.125,3 5 3 6,stand,,,
|
||||
-1817.35 -357.615 8.125,2 2 5,stand,,,
|
||||
-2141.9 -552.875 8.125,5 5,stand,,,
|
||||
-2108.07 -489.52 8.125,4 2 4 1 3,stand,,,
|
||||
-1864.7 -670.894 3.125,8 2 7,stand,,,
|
||||
-1825.05 -734.168 3.125,8 6 9 10,stand,,,
|
||||
-1845.97 -869.929 3.125,7 6,stand,,,
|
||||
-1725.77 -776.747 -3.7164,7 10 11 12 14 464,stand,,,
|
||||
-1693.21 -694.03 -2.37753,7 9 14 17 16,stand,,,
|
||||
-1523.37 -918.057 -3.00292,9 12 13 14 464 17,stand,,,
|
||||
-1252.27 -748.095 0.794663,11 13 14 9 21 210 209 422,stand,,,
|
||||
-1379.31 -979.656 -7.62839,12 11 14 423 464,stand,,,
|
||||
-1455.09 -634.512 -2.22421,11 12 10 15 16 13 18 9 464 17,stand,,,
|
||||
-1315.15 -370.603 0.124999,14 16 57 58 442 437,stand,,,
|
||||
-1431.82 -535.012 -1.16449,15 17 14 10 442 421,stand,,,
|
||||
-1665.77 -530.747 -0.595666,16 10 14 11,stand,,,
|
||||
-1059.53 -567.443 0.124999,14 19 56 57 299 421 25 55,stand,,,
|
||||
-802.702 -851.059 -11.8851,18 20 21 55 56,stand,,,
|
||||
-699.436 -964.691 -16.2668,19 21 22,stand,,,
|
||||
-786.07 -1010.8 -9.72195,20 19 209 12,stand,,,
|
||||
-606.409 -936.658 -22.7282,20 25 24 26 360,stand,,,
|
||||
-838.934 -1278.3 3.74543,24 207 208 209 211 360 469,stand,,,
|
||||
-172.796 -1240.27 -50.1125,23 22 26 31 51 188 186 32 359,stand,,,
|
||||
-623.127 -842.633 -15.0097,22 28 29 55 56 18 421,stand,,,
|
||||
-8.42693 -1038.25 -10.4207,24 22 27 28 29 186 31 188 359,stand,,,
|
||||
-28.104 -876.753 -13.4927,26 28 30 29,stand,,,
|
||||
-150.029 -774.452 -1.02257,27 26 25 29 54 30 82 463,stand,,,
|
||||
-151.021 -902.975 -23.4175,25 26 28 27 359 463,stand,,,
|
||||
14.062 -744.859 7.52858,27 28 96 189,stand,,,
|
||||
-40.3225 -1361.25 -32.5502,24 32 26 44 187 188 256,stand,,,
|
||||
-96.875 -1376.89 -39.0357,31 33 44 187 24,climb,-60.0293 114.45 0,,
|
||||
-138.825 -1379.13 262.125,32 34 35,climb,-30.8661 5.57556 0,,
|
||||
-206.847 -1450.8 256.125,33 35 36 37,stand,,,
|
||||
-293.28 -1395.08 256.125,34 33 39,stand,,,
|
||||
-234.679 -1640.87 256.125,34 37,stand,,,
|
||||
-540.839 -1462.37 256.125,36 34 38,stand,,,
|
||||
-523.198 -1351.23 258.125,37,stand,,,
|
||||
-445.66 -1396.16 142.125,35 40,stand,,,
|
||||
-532.836 -1504.18 136.125,39 363 364,stand,,,
|
||||
-251.617 -1603.01 16.125,42 43 47 363 468,stand,,,
|
||||
-199.155 -1751.89 -2.07269,41 235 231 255 49 355,stand,,,
|
||||
-136.333 -1520.58 26.125,41 44 45 46 468,stand,,,
|
||||
-110.875 -1532.54 -8.66451,32 43 31 187 256,stand,,,
|
||||
-583.462 -1423.13 16.125,43 46 47 48 468 471,stand,,,
|
||||
-460.213 -1543.57 16.3519,45 43 361 468 47 470,stand,,,
|
||||
-223.051 -1367.13 17.6698,41 45 53 468 46,stand,,,
|
||||
-659.293 -1548.74 8.125,45 49 50 230 471,stand,,,
|
||||
-514.877 -1792.77 6.98028,48 50 230 231 42 235 362,stand,,,
|
||||
-703.259 -1834.99 3.24285,49 48 206 207 230 362 231 471,stand,,,
|
||||
-223.026 -1277.87 -57.9088,24 52 360 359 469,stand,,,
|
||||
-223.026 -1300.33 6.125,51 53,stand,,,
|
||||
-223.175 -1328.87 16.125,52 47,stand,,,
|
||||
-338.35 -667.646 0.124997,28 55 81 82 100 462,stand,,,
|
||||
-591.87 -650.858 8.125,54 25 19 56 100 18,stand,,,
|
||||
-769.917 -556.564 -15.8715,55 25 19 18 57 66 421,stand,,,
|
||||
-939.659 -389.37 -10.0135,18 15 65 56 66 69,stand,,,
|
||||
-1253.26 -252.388 0.124997,15 59 437,stand,,,
|
||||
-1349.22 -126.095 0.0885952,58 60 435 436 437 440,stand,,,
|
||||
-1094.03 137.163 0.0259444,59 64 65 443,stand,,,
|
||||
-1094.09 -436.505 -79.875,62 299,stand,,,
|
||||
-1083.35 -35.1252 -80.84,61 63,stand,,,
|
||||
-1083.35 -15.5083 -47.875,62 64,stand,,,
|
||||
-1083.35 3.94526 -16.9662,63 60,stand,,,
|
||||
-945.123 -98.7189 -0.62663,57 66 60 444,stand,,,
|
||||
-730.154 -233.742 -10.8816,56 57 67 69 65 444,stand,,,
|
||||
-595.306 -218.074 4.98347,66 68,stand,,,
|
||||
-546.382 -218.074 8.12595,67 98 99 84,stand,,,
|
||||
-682.454 -341.325 2.9083,66 70 57,climb,-57.5299 -95.0812 0,,
|
||||
-681.032 -373.452 142.125,69 71,climb,19.4952 94.2188 0,,
|
||||
-635.125 -477.806 144.125,70 72 302,climb,-4.59229 122.932 0,,
|
||||
-628.008 -477.806 264.125,71 73,climb,-27.9108 -11.5961 0,,
|
||||
-493.337 -497.56 264.125,72 304,stand,,,
|
||||
-552.875 -298.025 8.13504,75 98 461,climb,-19.3414 179.687 0,,
|
||||
-576.938 -298.661 264.125,74 303,climb,1.23596 -139.504 0,,
|
||||
-229.414 119.243 -187.113,77 78 450,stand,,,
|
||||
-288.542 9.97167 -181.875,76 78 79 305 450 80 85,stand,,,
|
||||
-308.875 115.017 -187.184,77 76,stand,,,
|
||||
-129.016 -362.443 -174.363,77 80 85 86 87 305,stand,,,
|
||||
-228.728 -592.873 -175.885,79 81 86 77,climb,-1.15356 -100.701 0,,
|
||||
-229.371 -613.805 4.125,80 82 54,climb,-2.02698 -88.4894 0,,
|
||||
-185.753 -662.096 0.125,81 28 54 83,stand,,,
|
||||
-36.2847 -429.099 8.125,82 84 98 298 452,stand,,,
|
||||
-136.844 -120.2 8.125,83 97 98 99 452 453 68,stand,,,
|
||||
-383.859 -688.875 -175.913,79 86 305 77,stand,,,
|
||||
-103.399 -592.188 -170.651,85 80 79,stand,,,
|
||||
280.628 -407.949 -133.684,79 88 88 306,stand,,,
|
||||
421.188 -548.356 -131.292,87 87 89 306,stand,,,
|
||||
433.145 -664.496 -128.74,88,stand,,,
|
||||
387.804 -3.63042 -128.479,91 92 306,stand,,,
|
||||
441.685 101.202 -55.875,90 92 93,stand,,,
|
||||
369.653 207.876 0.125,91 93 90 94,stand,,,
|
||||
516.969 283.763 0.125,92 91 140 307 297 94,stand,,,
|
||||
293.558 282.893 0.125,92 95 96 140 102 307 93 456 459,stand,,,
|
||||
-0.23667 146.062 -7.13077,94 96 97 101 446,stand,,,
|
||||
133.107 -479.214 -11.453,95 94 189 30 190 451,stand,,,
|
||||
-153.615 28.1908 -3.36271,84 99 95 446 453 101,stand,,,
|
||||
-284.916 -246.292 0.125,84 83 74 68 99 453 461,stand,,,
|
||||
-232.339 -5.88051 -3.74769,68 84 97 119 98 446 447 101,stand,,,
|
||||
-426.543 -584.457 0.124999,55 54 300 461,stand,,,
|
||||
-25.4975 307.541 -9.28584,95 102 103 119 445 444 446 99 97 443,stand,,,
|
||||
155.325 388.717 0.15599,101 103 119 94 307,stand,,,
|
||||
103.148 507.372 8.125,102 101 104,stand,,,
|
||||
220.31 755.687 8.125,103 106 105 457,stand,,,
|
||||
386.023 767.489 8.125,106 104 107 296,stand,,,
|
||||
280.15 923.375 8.125,105 104 457,stand,,,
|
||||
557.087 746.05 -11.0832,105 108 296 458 465,stand,,,
|
||||
729.282 798.832 8.125,109 107 135 296 466 465,stand,,,
|
||||
846.385 816.327 8.125,110 108 134 135,stand,,,
|
||||
825.793 992.71 8.125,109 134,stand,,,
|
||||
377.706 983.018 136.125,112 113 466,stand,,,
|
||||
23.1259 922.163 136.125,111 113 124,stand,,,
|
||||
279.288 841.343 136.125,112 111 114 124 125,stand,,,
|
||||
400.637 682.517 136.125,115 118 113 125 124 315,stand,,,
|
||||
599.088 788.291 139.715,114 116 118 272 315 124,stand,,,
|
||||
612.251 962.685 143.659,115 117 117,stand,,,
|
||||
988.06 1000.88 137.649,116 116,stand,,,
|
||||
707.156 606.733 136.125,114 115 126 315,stand,,,
|
||||
-57.2201 520.189 -0.0984005,120 101 102 99 445 446,stand,,,
|
||||
-51.2778 535.045 44.1253,119 121,stand,,,
|
||||
-51.2778 558.046 100.125,122 120,stand,,,
|
||||
-19.125 606.874 100.125,121 123,stand,,,
|
||||
-19.125 655.175 136.125,122 124,stand,,,
|
||||
93.7098 710.115 136.125,123 112 125 113 114 115,stand,,,
|
||||
146.232 573.947 136.125,124 114 113,stand,,,
|
||||
805.123 593.561 136.125,118 278 279 280,stand,,,
|
||||
978.967 949.458 268.125,128 128 277 282,stand,,,
|
||||
1000.87 642.637 265.064,127 129 127 175,stand,,,
|
||||
569.401 546.44 264.125,128 130 132 313,stand,,,
|
||||
204.24 820.749 264.125,129 131 269,stand,,,
|
||||
250.78 535.125 266.557,130 132 271,stand,,,
|
||||
445.127 762.875 264.125,131 129 175 276 313,stand,,,
|
||||
1000.87 1000.88 8.125,134 281,stand,,,
|
||||
875.657 986.916 8.125,133 110 109 281,stand,,,
|
||||
859.576 645.841 8.125,109 108 136 316,stand,,,
|
||||
826.357 463.114 0.125,135 140 137 142,stand,,,
|
||||
976.285 369.263 0.125,138 139 141 136 140,stand,,,
|
||||
1234.06 409.479 0.125,137 139,stand,,,
|
||||
1256.88 288.631 0.125,138 137,stand,,,
|
||||
749.729 398.427 0.125001,136 141 297 93 94 137 307 142 459,stand,,,
|
||||
941.029 207.125 0.125,140 137 142,stand,,,
|
||||
767.041 216.218 0.125,136 141 143 140,stand,,,
|
||||
784.216 152.948 8.125,142 144 145 146 317,stand,,,
|
||||
715.83 -190.074 8.14084,143 146 147 150 317,stand,,,
|
||||
535.18 98.6712 19.5056,143 146,stand,,,
|
||||
649.013 28.8938 21.4163,145 144 143 317,stand,,,
|
||||
678.644 -380.371 8.20745,144 148 149 150 151,stand,,,
|
||||
973.667 -297.868 6.61445,147,stand,,,
|
||||
965.931 -480.982 6.00789,147,stand,,,
|
||||
542.039 -332.582 8.60767,147 151 144,stand,,,
|
||||
698.007 -582.692 8.125,150 147 152 154,stand,,,
|
||||
980.052 -640.815 8.125,151 153,stand,,,
|
||||
945.961 -790.818 8.125,152,stand,,,
|
||||
618.796 -738.651 8.125,151 155 318,stand,,,
|
||||
617.977 -855.578 8.50726,154 156 157 318 331,stand,,,
|
||||
548.855 -945.206 18.125,155 157 183 184,stand,,,
|
||||
693.008 -1078.02 26.125,155 156 158 180 181,stand,,,
|
||||
906.031 -1036.38 9.63201,157 159,stand,,,
|
||||
912.923 -866.434 8.68235,158,stand,,,
|
||||
634.122 -1013.75 263.125,161 335,stand,,,
|
||||
658.086 -794.857 264.125,160 162 163 164 165,stand,,,
|
||||
551.203 -776.189 264.125,161 163,stand,,,
|
||||
704.47 -549.23 264.339,162 161 165 172,stand,,,
|
||||
983.722 -808.47 264.562,161 165 336,stand,,,
|
||||
892.707 -760.234 265.807,164 163 161 336,stand,,,
|
||||
695.48 -474.486 392.125,167 169 342,stand,,,
|
||||
774.387 -753.06 392.125,166 168 343,stand,,,
|
||||
978.275 -795.68 392.125,167,stand,,,
|
||||
673.284 -140.813 392.633,166 170 171 342,stand,,,
|
||||
929.808 -17.9528 392.821,169 171,stand,,,
|
||||
562.526 172.681 421.919,170 169,stand,,,
|
||||
706.308 -156.623 264.125,163 174 173 176 337 338,stand,,,
|
||||
909.149 167.976 268.002,174 172 175 176,stand,,,
|
||||
676.236 103.638 264.125,173 172 176,stand,,,
|
||||
902.038 545.696 265.808,173 128 132,stand,,,
|
||||
961.193 -147.214 264.125,173 172 174 341,stand,,,
|
||||
716.218 -650.334 136.125,320 321 339,stand,,,
|
||||
621.492 -1311.44 -51.6081,179 256 257 185,stand,,,
|
||||
636.997 -1294 0.125001,178 180 181,stand,,,
|
||||
604.46 -1172.3 1.13447,179 157 181 183 183,stand,,,
|
||||
864.996 -1394.78 0.124999,157 179 182 180,stand,,,
|
||||
1111.69 -1495.95 0.124999,181,stand,,,
|
||||
468.451 -1065.03 0.124999,180 156 185 186 180,stand,,,
|
||||
372.512 -779.102 0.124998,156 190,stand,,,
|
||||
235.12 -1223.56 9.29577,183 186 186 256 257 178 188,stand,,,
|
||||
144.019 -1104.07 5.79917,183 26 185 189 185 24 187,stand,,,
|
||||
129.291 -1575.04 -0.961022,44 31 255 256 186 350 32,stand,,,
|
||||
45.4839 -1203.48 -2.04047,31 185 24 256 26 359,stand,,,
|
||||
147.267 -776.54 -7.60076,186 96 30 190,stand,,,
|
||||
306.164 -843.447 -2.83624,189 191 96 184,stand,,,
|
||||
306.455 -854.784 -56.7971,190 192,stand,,,
|
||||
294.228 -1018.55 -125.875,191 196,stand,,,
|
||||
-104.322 -1059.48 -232.319,194 196 195,stand,,,
|
||||
-177.352 -940.753 -234.529,193 195,stand,,,
|
||||
-283.009 -1048.71 -239.875,194 193 197,stand,,,
|
||||
210.452 -1060.7 -147.023,193 192,stand,,,
|
||||
-426.395 -1036.25 -238.308,195 198 199,stand,,,
|
||||
-498.051 -1118.63 -229.875,197 199 467,stand,,,
|
||||
-600.267 -1040.65 -228.224,198 197 200,stand,,,
|
||||
-917.718 -1025.26 -123.883,199 201 202,stand,,,
|
||||
-1051.45 -1025.92 -127.277,200 202 425,stand,,,
|
||||
-988.404 -1243.87 -127.522,201 200,stand,,,
|
||||
-772.871 -1295.3 -179.644,204 426 467,stand,,,
|
||||
-768.849 -1448.88 -176.401,203 426,stand,,,
|
||||
-962.158 -1976.93 -0.376326,206 216 218 225 428 430,stand,,,
|
||||
-815.126 -1934.01 0.293086,50 205 207 218 428,stand,,,
|
||||
-809.587 -1710.62 1.33431,50 206 23 211,stand,,,
|
||||
-1102.25 -1328.88 8.125,23 209 212 213 211,stand,,,
|
||||
-890.958 -1101.95 -5.46398,208 23 21 210 211 12,stand,,,
|
||||
-1021.38 -1033.38 -12.636,12 209 211 422,stand,,,
|
||||
-982.448 -1379.03 2.9544,210 208 217 207 216 23 209,stand,,,
|
||||
-1441.83 -1338.43 8.125,208 213,stand,,,
|
||||
-1247.16 -1457.89 8.125,212 208 214 217,stand,,,
|
||||
-1236.69 -1725.06 -13.0431,213 215 216 217 431,stand,,,
|
||||
-1572.87 -1820.21 -8.9254,214 216 431,stand,,,
|
||||
-1120.82 -1885.18 -10.0215,215 214 211 218 205 217 428,stand,,,
|
||||
-1185.32 -1620.57 -12.0311,213 211 216 214,stand,,,
|
||||
-1067.73 -2262.46 -4.50009,216 219 205 225 206 429 432 433,stand,,,
|
||||
-1109.51 -2546.01 -38.0129,222 218 225 432 433,stand,,,
|
||||
-1217.79 -3421.78 -85.911,221 222 224,stand,,,
|
||||
-1020.06 -3415.26 -80.4629,220 222 224,stand,,,
|
||||
-1150.25 -3003.19 -73.0513,221 220 219 224,stand,,,
|
||||
-831.125 -3184.88 -71.982,224 224 226,stand,,,
|
||||
-1028.22 -3158.9 -83.1092,223 221 220 226 222 223 225,stand,,,
|
||||
-949.15 -2749.39 -45.169,205 219 218 226 224,stand,,,
|
||||
-878.029 -2937.54 -58.1692,225 227 224 223 227,stand,,,
|
||||
-834.189 -2711.26 -1.81707,226 226 228 381 380,stand,,,
|
||||
-550.875 -2987.99 4.125,227 460,stand,,,
|
||||
-730.867 -2407.54 0.97698,236 244 378 391,stand,,,
|
||||
-597.346 -1955.22 5.79053,50 49 231 389 48 392 471,stand,,,
|
||||
-335.316 -2017.99 1.38775,49 230 232 234 235 42 362 50,stand,,,
|
||||
-210.77 -2186.22 8.125,231 233 247 248 374 386 249,stand,,,
|
||||
-163.471 -2091.1 8.125,232 234,stand,,,
|
||||
-409.084 -2141.29 10.125,233 231 236,stand,,,
|
||||
-106.17 -1939.44 0.178406,231 42 242 255 49 355 367,stand,,,
|
||||
-428.625 -2229.72 8.125,234 229 237 245,stand,,,
|
||||
-431.03 -2411.25 8.125,236,stand,,,
|
||||
-362.722 -2789.72 -77.3366,239 375 379,stand,,,
|
||||
-117.524 -2793.21 -75.0333,238 240 375,stand,,,
|
||||
110.465 -2792.11 -177.32,239 266 268 376,stand,,,
|
||||
151.434 -2425.59 -175.88,262 268 344 376,stand,,,
|
||||
119.501 -2058.6 7.83035,235 255 345 346 355,stand,,,
|
||||
-526.368 -2525.13 8.125,244 246 377 387 386 245,stand,,,
|
||||
-636.689 -2422.31 8.125,243 229 245 377 387 390,stand,,,
|
||||
-612.354 -2295.74 8.125,244 236 388 390 243,stand,,,
|
||||
-302.156 -2486.98 8.125,243 247 374 383 386,stand,,,
|
||||
-258.994 -2336.62 8.125,232 249 246 374,stand,,,
|
||||
33.8676 -2240.88 8.125,232 249,stand,,,
|
||||
-125.135 -2236.5 8.125,248 247 232,stand,,,
|
||||
-382.823 -2415.97 144.125,396 370 398 399 400,stand,,,
|
||||
-539.466 -2534.46 280.125,252 420,stand,,,
|
||||
-297.457 -2596.78 280.125,251 253 254 419,stand,,,
|
||||
-51.9085 -2339.32 280.125,252 254 418 419,stand,,,
|
||||
-264.791 -2234.34 280.125,253 401 252 403,stand,,,
|
||||
43.9327 -1775.38 2.45497,235 42 187 242 354,stand,,,
|
||||
223.943 -1369.33 2.25029,187 178 31 185 44 350 188 351,stand,,,
|
||||
665.117 -1471.71 -76.5749,185 178 258,stand,,,
|
||||
662.607 -1892.9 -157.373,257 259 260,stand,,,
|
||||
680.979 -2094.18 -153.201,258,stand,,,
|
||||
332.596 -1888.49 -127.875,258 261,stand,,,
|
||||
280.521 -2148.23 -127.875,260 262,stand,,,
|
||||
276.028 -2471.96 -180.754,263 264 261 241 268 376,stand,,,
|
||||
498.696 -2402.91 -164.606,262 264 268,stand,,,
|
||||
794.759 -2623.25 -173.227,263 266 265 262,stand,,,
|
||||
968.668 -2707.52 -170.614,266 264,stand,,,
|
||||
659.479 -2878.65 -172.818,265 264 240 267,stand,,,
|
||||
573.26 -2974.49 -162.755,266 268,stand,,,
|
||||
307.142 -2659.1 -180.929,267 262 241 240 263,stand,,,
|
||||
112.334 947.105 264.125,130 270 271,stand,23.0493 -46.8951 0,,
|
||||
197.921 955.475 264.125,269 271 290,stand,23.2635 -108.479 0,,
|
||||
58.1056 653.205 266.271,270 131 269,stand,28.8995 -12.4255 0,,
|
||||
559.125 847.138 143.962,115 273,stand,55.7391 170.746 0,,
|
||||
536.593 847.138 204.125,272 274,stand,75.0037 171.746 0,,
|
||||
501.332 872.485 262.125,273 275,stand,66.0114 49.2755 0,,
|
||||
407.125 901.906 264.125,274 276,stand,38.7488 -83.703 0,,
|
||||
407.125 793.358 262.125,275 132,stand,76.0748 -100.545 0,,
|
||||
836.97 899.616 264.88,127 278,stand,46.604 -91.3934 0,,
|
||||
837.067 682.444 136.125,277 126 279,stand,43.2477 -91.1243 0,,
|
||||
964.314 592.171 136.125,126 280 278,stand,27.5482 103.872 0,,
|
||||
962.11 708.522 136.125,279 126 281,stand,30.2563 -157.498 0,,
|
||||
960.315 916.293 8.125,280 133 134,stand,45.9613 90.8807 0,,
|
||||
919.125 893.125 266.05,127 283,stand,7.92114 -90.1025 0,,
|
||||
919.125 870.594 338.125,282 284,stand,68.1537 -88.1799 0,,
|
||||
919.125 846.966 390.125,283 285,stand,19.4073 -104.346 0,,
|
||||
857.826 604.599 392.256,284 286,stand,17.0563 -177.317 0,,
|
||||
704.744 601.4 392.183,285 287 289 288 290,stand,22.1924 130.942 0,,
|
||||
431.905 700.399 395.108,286 288 289 291 295,stand,25.9058 52.5055 0,,
|
||||
501.829 948.697 394.031,287 289 286 290,stand,21.6925 30.6647 0,,
|
||||
633.55 882.094 395.587,288 286 287,stand,15.9137 -85.0928 0,,
|
||||
399.888 951.172 392.494,288 270 286,stand,70.2246 161.072 0,,
|
||||
316.419 693.341 394.047,287 292 295 293,stand,18.9075 -65.6085 0,,
|
||||
126.337 536.977 403.389,291 293 295,stand,22.3352 127.888 0,,
|
||||
51.4372 753.616 398.424,292 294 295 291,stand,15.8423 89.2767 0,,
|
||||
85.2967 964.463 392.125,293 295,stand,22.121 -9.78699 0,,
|
||||
186.131 775.675 396.733,294 293 291 287 292,stand,19.2645 120.747 0,,
|
||||
661.43 535.127 8.125,108 297 107 458 105,stand,47.9553 -95.9692 0,,
|
||||
653.989 496.874 8.125,296 140 93,stand,40.0342 85.6623 0,,
|
||||
-271.009 -487.925 2.125,83 461,stand,21.3354 -5.55726 0,,
|
||||
-1098.64 -471.443 0.125741,61 18,stand,74.295 -80.1819 0,,
|
||||
-478.421 -551.31 0.0110051,100 301,climb,-70.9387 89.892 0,,
|
||||
-480.246 -531.381 140.125,300 302,climb,72.724 -118.167 0,,
|
||||
-666.423 -511.87 144.125,301 71,stand,67.6538 13.0976 0,,
|
||||
-612.874 -359.394 264.125,75 304,stand,59.5184 114.787 0,,
|
||||
-510.76 -408.57 264.125,303 73,stand,26.1914 -71.7718 0,,
|
||||
-432.42 -261.144 -175.956,79 77 85,stand,21.7694 49.2481 0,,
|
||||
441.764 -401.931 -130.914,87 88 90,stand,15.7709 -92.135 0,,
|
||||
435.889 388.874 6.44379,94 308 102 93 140,climb,-69.1534 90.1392 0,,
|
||||
435.892 419.204 146.125,307 309 314,climb,84.9957 -87.0813 0,,
|
||||
416.126 442.562 145.125,308 310 314,climb,-80.7166 178.568 0,,
|
||||
382.333 436.869 267.125,309 311,climb,78.7885 0.644554 0,,
|
||||
354.469 461.384 263.125,310 312,stand,76.7175 -7.27659 0,,
|
||||
474.652 496.874 264.125,311 313,stand,78.1458 87.2113 0,,
|
||||
474.652 546.274 264.126,312 132 129,stand,46.5985 91.9959 0,,
|
||||
472.844 496.549 145.125,309 315 308,stand,56.2335 89.9414 0,,
|
||||
472.844 564.854 136.125,314 114 115 118,stand,50.5261 92.7265 0,,
|
||||
985.841 607.99 8.125,135,stand,10.8435 -155.927 0,,
|
||||
922.602 -16.4362 8.125,143 144 146,stand,14.7711 -144.435 0,,
|
||||
678.927 -760.458 8.125,154 155 319,stand,2.70813 -0.124489 0,,
|
||||
888.931 -758.685 136.125,318 339,stand,30.1849 42.3377 0,,
|
||||
536.927 -674.252 136.125,177 321,stand,28.0426 77.8784 0,,
|
||||
693.578 -536.751 136.125,320 322 177 323 324,stand,12.5574 61.0529 0,,
|
||||
803.838 -373.026 136.125,321 323 324,stand,14.6997 109.442 0,,
|
||||
714.181 -255.305 136.125,322 324 321 325 327,stand,19.2645 -171.149 0,,
|
||||
626.725 -368.63 136.125,323 322 321,stand,26.4771 -84.4116 0,,
|
||||
743.026 -62.0319 136.125,323 326 327,stand,16.0565 147.691 0,,
|
||||
745.133 118.079 136.125,325 327 329,stand,11.7004 24.5838 0,,
|
||||
925.657 168.84 136.125,326 328 323 325,stand,48.6694 88.9582 0,,
|
||||
926.332 216.875 136.125,327,stand,32.97 -95.9033 0,,
|
||||
612.374 144.47 134.125,326 330,stand,31.6846 98.3075 0,,
|
||||
602.189 216.319 136.125,329,stand,38.6774 -16.4557 0,,
|
||||
680.894 -885.271 12.125,155 332,stand,0.280151 -2.98093 0,,
|
||||
867.822 -885.531 142.125,331 333,stand,49.9548 -166.523 0,,
|
||||
936.875 -956.475 142.125,332 334,stand,33.1842 -118.244 0,,
|
||||
890.532 -1025.89 142.125,333 335,stand,-3.56506 -173.983 0,,
|
||||
703.996 -1032.18 264.125,334 160,stand,33.3984 171.46 0,,
|
||||
957.073 -706.148 268.125,164 165 337 342,stand,24.549 -158.921 0,,
|
||||
555.378 -411.471 270.166,336 172,stand,18.0505 58.4107 0,,
|
||||
550.571 -78.7082 264.125,172,stand,15.9137 70.8307 0,,
|
||||
946.546 -641.398 136.125,319 340 177,stand,22.8351 92.6166 0,,
|
||||
957.358 -406.034 136.125,339 341,stand,12.9144 88.9746 0,,
|
||||
957.997 -199.554 266.125,340 176,stand,28.5425 89.6173 0,,
|
||||
959.151 -500.275 392.125,336 166 169,stand,20.4071 140.72 0,,
|
||||
558.916 -690.089 392.125,167,stand,17.4847 1.47952 0,,
|
||||
147.715 -2403.49 -105.252,241 345,stand,33.6127 91.3697 0,,
|
||||
134.673 -2233.75 0.125001,344 242,stand,73.9325 96.4343 0,,
|
||||
258.291 -2090.98 8.125,242 347 357,stand,23.9777 73.0994 0,,
|
||||
300.818 -1937.92 8.125,346 348 356 353,stand,19.8358 78.0927 0,,
|
||||
291.871 -1747.08 8.125,347 349 352 353 356,stand,21.7639 88.656 0,,
|
||||
290.395 -1687.13 8.125,348 350 352 353,stand,22.8351 91.6553 0,,
|
||||
289.27 -1617.37 0.00212948,349 256 187,stand,26.0486 93.512 0,,
|
||||
479.768 -1646.55 0.384497,256 352,stand,84.9957 -91.7505 0,,
|
||||
479.768 -1695.5 8.12554,351 349 348,stand,24.906 -98.5455 0,,
|
||||
215.125 -1740.26 8.125,348 354 347 349 356,stand,46.0986 164.951 0,,
|
||||
174.875 -1740.56 1.84608,353 255,stand,63.5175 6.86831 0,,
|
||||
174.875 -1923.17 2.85166,242 356 235 42,stand,50.5975 2.92971 0,,
|
||||
223.895 -1923.17 8.125,355 347 348 353 357,stand,45.1758 0.501732 0,,
|
||||
460.29 -2184.42 8.125,356 346 358,stand,21.4069 145.093 0,,
|
||||
477.323 -2355.59 -11.6245,357,stand,30.0421 -163.436 0,,
|
||||
-229.429 -1043.04 -56.4077,360 26 188 29 51 24 469,stand,-7.13562 -128.104 0,,
|
||||
-507.662 -1057.32 -21.7582,359 22 23 51 469,stand,29.6851 5.49502 0,,
|
||||
-478.289 -1640.87 16.125,46 362,stand,40.8911 -91.4209 0,,
|
||||
-481.264 -1679.13 16.125,361 49 50 231,stand,27.3285 91.0126 0,,
|
||||
-438.62 -1627.31 136.125,40 41,stand,40.3198 -0.415627 0,,
|
||||
-208.385 -1507.66 136.125,40 365 366,stand,15.6995 70.0287 0,,
|
||||
-224.564 -1367.76 136.125,364,stand,19.0503 -106.197 0,,
|
||||
-220.826 -1640.87 136.125,364,stand,23.5492 167.23 0,,
|
||||
-49.2018 -2064.31 0.584635,235 368,climb,-71.5814 -88.4271 0,,
|
||||
-48.3595 -2094.77 144.181,367 369,climb,80.788 88.0133 0,,
|
||||
-31.7468 -2160.55 144.125,368 370,stand,66.5167 -100.188 0,,
|
||||
-31.7468 -2210.17 144.127,369 372 250 398,stand,43.6761 -69.4262 0,,
|
||||
-651.634 -2530.91 144.125,397 399,stand,9.70642 -2.98093 0,,
|
||||
-5.99582 -2250.64 144.125,370 394,stand,45.9613 -91.2066 0,,
|
||||
-1.18185 -2450.2 92.125,394 393 395,stand,34.9695 -89.2071 0,,
|
||||
-166.683 -2399.3 14.125,246 247 386 393 232,stand,40.4626 105.701 0,,
|
||||
-255.62 -2734.86 -72.7039,238 239 386,stand,24.0491 13.5151 0,,
|
||||
148.965 -2717.8 -178.465,241 240 262,stand,18.1989 -141.085 0,,
|
||||
-680.875 -2528.12 8.125,378 243 387 244,stand,19.27 178.749 0,,
|
||||
-730.911 -2528.12 1.02376,377 229 381,stand,29.6906 8.32401 0,,
|
||||
-593.66 -2790.88 -65.875,238 380,stand,8.06396 174.613 0,,
|
||||
-703.887 -2779.01 0.168028,379 381 460 227,stand,41.1768 151.772 0,,
|
||||
-738.046 -2663.07 0.417387,380 382 378 460 227,stand,18.9844 9.74674 0,,
|
||||
-613.215 -2641.13 14.125,381 386 387,stand,31.3275 88.1122 0,,
|
||||
-44.9588 -2578.47 8.125,246 384,stand,29.6191 -82.835 0,,
|
||||
-42.3726 -2600.87 8.125,383 385,stand,34.8267 -85.9716 0,,
|
||||
-41.0152 -2647.4 -8.98141,384 386,stand,57.8101 153.986 0,,
|
||||
-237.731 -2640.11 8.125,385 246 374 375 382 243 232,stand,24.3347 105.74 0,,
|
||||
-612.98 -2600.87 8.125,382 377 244 243,stand,34.7552 176.464 0,,
|
||||
-611.014 -2199.13 8.125,245 389 390,stand,42.3193 87.7552 0,,
|
||||
-610.894 -2158.87 14.125,388 230,stand,37.1832 -93.8214 0,,
|
||||
-680.875 -2267.22 8.125,388 391 245 244,stand,63.2318 -178.834 0,,
|
||||
-730.911 -2267.22 0.803256,390 229 392,stand,25.6201 94.5942 0,,
|
||||
-756.672 -2137.8 0.549638,230 391,stand,19.9127 -90.108 0,,
|
||||
-56.2814 -2401.29 80.125,374 394 373,stand,41.1053 15.7618 0,,
|
||||
-5.12094 -2359.12 80.125,393 373 372,stand,24.1919 -90.6518 0,,
|
||||
2.37536 -2549.64 144.125,373 396,stand,38.3972 114.765 0,,
|
||||
-63.3592 -2585.17 144.125,395 250 399,stand,17.3419 168.933 0,,
|
||||
-650.275 -2254.44 144.125,371 398,stand,14.4141 9.56547 0,,
|
||||
-305.494 -2226.82 144.125,397 250 370 399,stand,17.7704 -34.3304 0,,
|
||||
-344.696 -2535.18 144.125,371 396 250 398,stand,20.9839 28.7091 0,,
|
||||
-590.327 -2394.58 280.125,250 404 420,stand,23.2635 115.71 0,,
|
||||
-196.39 -2129.05 280.125,254 402,stand,20.8411 -147.303 0,,
|
||||
-410.791 -2123.21 280.125,401 403,stand,23.1921 -97.1283 0,,
|
||||
-428.593 -2261.76 280.125,402 404 254,stand,18.913 -165.359 0,,
|
||||
-669.797 -2263.89 280.125,400 405 420 403,stand,15.5566 1.99589 0,,
|
||||
-113.888 -2509.13 283.629,404 406 418,climb,-52.3114 87.7716 0,,
|
||||
-114.898 -2481.25 420.125,405 407 413,climb,74.1522 -87.5866 0,,
|
||||
-79.0089 -2292.15 416.125,406 408 414,stand,12.6288 -178.669 0,,
|
||||
-446.587 -2287.25 416.125,409 407 412 414,stand,13.7 179.908 0,,
|
||||
-618.21 -2288.11 416.125,408 410,stand,9.84924 -74.6118 0,,
|
||||
-578.322 -2546.02 416.125,409 411,stand,8.56384 1.96842 0,,
|
||||
-446.651 -2535.37 416.125,410 412 413,stand,11.0632 13.2459 0,,
|
||||
-446.578 -2385.36 416.125,411 408 417,stand,13.5571 88.5407 0,,
|
||||
-225.805 -2510.59 416.125,406 411,stand,25.1202 33.6695 0,,
|
||||
-335.301 -2207.13 416.125,408 415 407,stand,14.2712 77.0765 0,,
|
||||
-327.701 -2178.72 440.125,414 416,stand,19.6985 86.6401 0,,
|
||||
-322.758 -2083.13 440.125,415,stand,21.8353 -44.5367 0,,
|
||||
-395.47 -2393.79 416.125,412 418,stand,81.0736 -7.99618 0,,
|
||||
-189.066 -2400.36 280.125,417 253 405,stand,17.9132 -27.9803 0,,
|
||||
1.78216 -2557.69 280.125,252 253,stand,19.9072 71.9403 0,,
|
||||
-664.755 -2457.92 280.125,251 400 404,stand,33.327 2.71 0,,
|
||||
-1067.32 -659.982 -3.04915,18 422 16 25 56,stand,18.1274 -105.016 0,,
|
||||
-1082.19 -708.139 -5.76096,421 12 210,stand,17.5562 102.609 0,,
|
||||
-1319.9 -1030.84 -7.875,13 424,stand,44.6045 0.254555 0,,
|
||||
-1190.27 -1030.63 -97.7626,423 425,stand,36.4691 1.53996 0,,
|
||||
-1111.27 -1028.55 -127.875,424 201,stand,36.3977 1.53996 0,,
|
||||
-912.609 -1460.62 -174.578,203 204 427,stand,20.5554 15.2564 0,,
|
||||
-930.742 -1737.29 -105.502,426 428,stand,4.21326 -95.2386 0,,
|
||||
-937.27 -1916.61 -1.48306,205 427 206 216 429,stand,62.0892 81.6852 0,,
|
||||
-1217.91 -2093.07 2.96234,428 218 430,stand,18.9844 -54.8584 0,,
|
||||
-1310.08 -1943.13 1.16104,429 205 431,stand,16.485 -12.6654 0,,
|
||||
-1313.63 -1904.32 -14.6535,430 214 215,stand,30.6903 -78.1165 0,,
|
||||
-1437.05 -2512.41 -59.5814,219 433 218,stand,12.42 74.6869 0,,
|
||||
-1393.1 -2299.76 -46.9523,432 219 218,stand,7.70691 -10.7428 0,,
|
||||
-2012.88 -88.6022 -5.91874,1 0 435 436,stand,8.49243 -18.0103 0,,
|
||||
-1710.83 -221.634 -5.74481,434 59 439,stand,13.634 40.7996 0,,
|
||||
-1769.96 -28.5384 -1.02041,59 434 440,stand,26.6199 -172.753 0,,
|
||||
-1328.93 -278.256 0.125002,58 438 15 59,stand,42.8906 177.684 0,,
|
||||
-1348.17 -278.256 34.124,437 439,stand,55.9534 171.262 0,,
|
||||
-1370.09 -274.869 0.124999,438 435 440,stand,21.6266 170.048 0,,
|
||||
-1416.54 -296.937 0.125,439 441 59 436,stand,84.9957 -107.307 0,,
|
||||
-1416.36 -315.538 34.118,440 442,stand,46.5326 -88.3228 0,,
|
||||
-1414.37 -336.25 0.0549532,441 16 15,stand,59.1614 106.174 0,,
|
||||
-878.943 288.906 -4.40412,60 444 101,stand,9.42078 -45.8002 0,,
|
||||
-677.623 176.497 -14.7353,443 66 65 445 101,stand,3.56506 -78.1274 0,,
|
||||
-446.294 537.293 -0.0195675,444 101 119,stand,3.7793 90.5896 0,,
|
||||
-334.657 114.585 -5.875,101 97 99 95 448 119,stand,26.3342 87.6617 0,,
|
||||
-493.481 42.3126 -3.61953,99,stand,35.2551 30.7086 0,,
|
||||
-494.594 113.243 -109.875,446 449,stand,9.5636 -42.746 0,,
|
||||
-478.921 39.113 -109.875,448 450,stand,45.8899 0.507195 0,,
|
||||
-322.573 39.0057 -185.307,449 77 76,stand,41.3196 -9.91334 0,,
|
||||
19.1254 -350.407 4.39103,96 452,stand,44.3188 179.951 0,,
|
||||
-27.1265 -350.756 8.125,451 83 84,stand,53.2397 -10.2612 0,,
|
||||
-38.0997 -160.874 10.4273,97 454 84 98,climb,-72.3669 -91.3953 0,,
|
||||
-35.6305 -184.411 160.125,453 455,climb,81.8591 88.4729 0,,
|
||||
-82.281 -617.606 152.125,454,stand,3.63647 93.8232 0,,
|
||||
289.162 496.873 8.125,94 457,stand,42.3907 87.0996 0,,
|
||||
289.162 546.26 8.12635,456 104 106,stand,47.3895 88.7421 0,,
|
||||
469.861 535.125 8.125,107 459 296,stand,70.296 -92.038 0,,
|
||||
471.631 496.873 8.125,458 94 140,stand,49.7406 88.385 0,,
|
||||
-764.341 -2959.86 -0.473731,380 228 381,stand,34.541 6.74561 0,,
|
||||
-430.875 -427.655 8.125,74 100 98 298,stand,44.176 -109.171 0,,
|
||||
-356.131 -732.875 -3.36667,54 463,stand,70.0818 -89.4727 0,,
|
||||
-353.954 -779.125 -5.11441,462 28 29,stand,29.2566 49.1968 0,,
|
||||
-1703.35 -997.562 2.4484,9 11 13 14,stand,18.9844 22.9944 0,,
|
||||
669.027 934.775 8.125,107 466 108,stand,24.906 175.276 0,,
|
||||
575.921 962.841 10.125,465 108 111,stand,27.7625 -48.1201 0,,
|
||||
-527.065 -1233.03 -229.598,203 198,stand,35.8978 146.228 0,,
|
||||
-387.462 -1359.54 23.9366,46 469 43 41 45 47,crouch,45.033 91.3568 0,,
|
||||
-392.095 -1326.87 -52.3882,468 360 23 51 359,stand,29.3994 -94.8615 0,,
|
||||
-552.873 -1516.58 16.1952,46 471,stand,60.1611 -178.297 0,,
|
||||
-603.153 -1516.58 8.125,470 48 45 50 230,stand,72.7954 -178.369 0,,
|
||||
|
203
scriptdata/waypoints/mp_kwai_wp.csv
Normal file
@@ -0,0 +1,203 @@
|
||||
202
|
||||
2806.81 1393.97 778.784,1 6 171,stand,,,
|
||||
3096.6 1380.19 764.749,0 2 5,stand,,,
|
||||
3001.24 1521.04 778.952,1,stand,,,
|
||||
3223.02 1289.82 760.294,5,stand,,,
|
||||
3043.07 812.693 786.158,5 6 7,stand,,,
|
||||
3109.54 996.542 761.405,4 3 1 6,stand,,,
|
||||
2816.37 1104.14 777.886,0 5 4,stand,,,
|
||||
2839 623.214 797.72,4 8 9 10,stand,,,
|
||||
2629.35 657.663 791.045,7 9 11,stand,,,
|
||||
2669.78 881.576 708.875,8 7 99 100,stand,,,
|
||||
2798.13 476.735 807.928,7 11 13,stand,,,
|
||||
2536.89 553.224 826.656,10 8 12,stand,,,
|
||||
2378.25 375.535 842.099,11 13 15 16,stand,,,
|
||||
2612.17 182.989 826.583,12 10 14 158,stand,,,
|
||||
2394.91 78.6638 858.502,13 15 17 156,stand,,,
|
||||
2260.15 255.493 854.317,14 12 16 17,stand,,,
|
||||
2185.39 371.995 848.984,15 12,stand,,,
|
||||
2316.82 36.6854 868.045,14 15 18,stand,,,
|
||||
2132.32 -64.049 966.125,17 19,stand,,,
|
||||
2031.76 -100.094 966.125,18 20,stand,,,
|
||||
1966 16.7655 972.125,19 21 25,stand,,,
|
||||
2105.26 105.993 972.125,20 22,stand,,,
|
||||
1990.27 288.856 972.125,21 23,stand,,,
|
||||
1897.67 244.086 972.125,22 24,stand,,,
|
||||
1859.91 125.719 972.125,23 27,stand,,,
|
||||
1783.33 -47.9818 972.208,20 27,stand,,,
|
||||
1459.45 80.3378 972.125,28,stand,,,
|
||||
1719.84 74.0153 972.125,25 24 28,stand,,,
|
||||
1484.16 -4.66622 972.125,27 26 29,stand,,,
|
||||
1240.3 -25.6426 972.125,28 30 169,stand,,,
|
||||
995.372 -29.3722 968.125,29 31 32,stand,,,
|
||||
1043.06 44.1385 968.125,30,stand,,,
|
||||
930.093 -166.662 968.125,30 33,stand,,,
|
||||
917.999 -277.934 968.125,32 34,stand,,,
|
||||
922.696 -460.064 893.703,33 54 53 64,stand,,,
|
||||
957.262 -712.213 877.261,36 53 54 67,stand,,,
|
||||
963.43 -794.916 898.125,35 37,stand,,,
|
||||
1047.5 -938.032 898.125,36 38 40,stand,,,
|
||||
1210.85 -873.274 898.125,37 39,stand,,,
|
||||
1324.37 -868.631 864.068,38 44 45,stand,,,
|
||||
868.664 -1045.52 898.125,37 41,stand,,,
|
||||
661.4 -1011.15 898.125,40 42 43,stand,,,
|
||||
784.747 -963.454 898.125,41,stand,,,
|
||||
560.917 -1000.9 875.415,41 66 159,stand,,,
|
||||
1423.34 -978.953 873.861,39 45,stand,,,
|
||||
1431.87 -836.019 877.087,44 39 46 47,stand,,,
|
||||
1361.07 -586.957 863.941,45 51 52 53 168,stand,,,
|
||||
1946.99 -783.19 880.125,45 48,stand,,,
|
||||
2062.7 -639.934 858.532,47 49 50 157,stand,,,
|
||||
2059.81 -773.75 867.382,48,stand,,,
|
||||
1980.85 -314.828 857.659,48 51 156,stand,,,
|
||||
1548.81 -437.515 862.535,50 46 52,stand,,,
|
||||
1427.37 -203.093 864.816,51 46 168,stand,,,
|
||||
1101.83 -578.259 863.671,46 35 54 34 168,stand,,,
|
||||
928.293 -574.513 864.557,35 34 53 64 67,stand,,,
|
||||
568.228 -87.9546 763.467,174,stand,,,
|
||||
992.288 461.09 687.277,57,stand,,,
|
||||
870.399 461.472 693.97,56 58 61,stand,,,
|
||||
1000.88 706.033 644.568,57 59,stand,,,
|
||||
1167.78 868.888 648.788,58 60,stand,,,
|
||||
1588.53 1010.17 614.242,59 87 88,stand,,,
|
||||
710.162 137.339 768.355,57 62,stand,,,
|
||||
690.716 -361.664 858.739,61 63 64 65,stand,,,
|
||||
534.029 -349.944 855.519,62 65 167 174,stand,,,
|
||||
733.709 -480.599 868.282,62 54 34 65 67,stand,,,
|
||||
503.626 -514.632 865.492,64 63 62 66 159 167,stand,,,
|
||||
567.606 -730.591 865.318,65 67 43 159,stand,,,
|
||||
839.256 -679.979 875.119,66 35 64 54,stand,,,
|
||||
199.612 -453.775 839.786,69 70 167,stand,,,
|
||||
84.4314 -147.911 767.075,68 70 71,stand,,,
|
||||
-76.7528 -502.196 829.22,69 68 159,stand,,,
|
||||
12.7199 171.282 672.555,69 72,stand,,,
|
||||
-143.298 582.505 540.764,71 73,stand,,,
|
||||
-135.014 791.842 455.853,72 74 81,stand,,,
|
||||
49.6165 1144.98 360.87,73 75 82,stand,,,
|
||||
82.0007 1342.66 381.787,74 76 77,stand,,,
|
||||
-122.32 1736.07 468.934,75 77 155,stand,,,
|
||||
157.988 1772.25 448.92,76 75 78,stand,,,
|
||||
633.274 1784.09 454.829,77 79 93,stand,,,
|
||||
606.742 1913.18 495.114,78,stand,,,
|
||||
602.438 1007.36 405.767,81 82 83,stand,,,
|
||||
577.356 814.081 463.676,80 73 83 84,stand,,,
|
||||
352.499 1072.74 380.168,74 80,stand,,,
|
||||
967.308 1075.52 474.751,80 81 85,stand,,,
|
||||
572.481 597.413 516.441,81,stand,,,
|
||||
1190.2 1122.63 551.067,83 86,stand,,,
|
||||
1543.99 1222.39 519.144,85 87 91 96,stand,,,
|
||||
1562.75 1127.72 578.38,86 60,stand,,,
|
||||
1889.98 1051.9 632.451,60 89 90,stand,,,
|
||||
1849.55 933.301 641.808,88,stand,,,
|
||||
2153.42 1059.57 683.522,88 100,stand,,,
|
||||
1389.31 1512.05 396.351,86 92,stand,,,
|
||||
1310.73 1728.31 487.233,91 93 94 164,stand,,,
|
||||
881.929 1696.9 441.275,92 78,stand,,,
|
||||
1564.18 1847.7 524.771,92 95 164,stand,,,
|
||||
1822.96 2069.1 555.272,94 101 102,stand,,,
|
||||
2044.87 1317.92 544.824,86 97,stand,,,
|
||||
2322.87 1685.59 522.793,96 98 101,stand,,,
|
||||
2490.62 1513.04 572.557,97 99 170,stand,,,
|
||||
2501.93 1235.21 620.316,98 9 100 170,stand,,,
|
||||
2374.84 1090.53 658.815,9 99 90,stand,,,
|
||||
2108.3 1941.08 521.196,97 95,stand,,,
|
||||
1686.59 2159.24 600.59,95 103 104,stand,,,
|
||||
1538.53 2171.44 616.053,102 104 163,stand,,,
|
||||
1605.04 2303.2 644.491,103 102 160 161 172,stand,,,
|
||||
1432.46 2646.4 736.512,144 160,stand,,,
|
||||
1209.86 1978.09 625.667,107 163,stand,,,
|
||||
934.744 2101.15 708.007,106 108,stand,,,
|
||||
743.867 2341.12 803.678,107 109,stand,,,
|
||||
620.234 2730.99 871.237,108 112 136,stand,,,
|
||||
550.619 2307.57 760.125,111,stand,,,
|
||||
550.688 2436.75 760.125,110 112,stand,,,
|
||||
551.832 2721.84 867.116,111 109 113 136 152,stand,,,
|
||||
354.652 2733.02 848.125,112 114 152 175,stand,,,
|
||||
211.613 2586.94 830.882,113 115 117 175,stand,,,
|
||||
105.338 2629.84 834.815,114 116 117,stand,,,
|
||||
98.0958 2710.51 864.125,115 118 119,stand,,,
|
||||
-108.167 2515.56 814.775,114 115 153,stand,,,
|
||||
-99.5305 2940.55 864.125,116 119 120,stand,,,
|
||||
-156.643 2840.21 864.125,116 118,stand,,,
|
||||
-105.922 3049.55 864.125,118 121,stand,,,
|
||||
-27.9432 3251.76 864.125,120 122,stand,,,
|
||||
-26.3371 3373.87 862.99,121 123 124,stand,,,
|
||||
-116.418 3479.01 864.125,122,stand,,,
|
||||
187.104 3372.95 860.344,122 150 151,stand,,,
|
||||
413.369 3558.96 853.96,126 127 150 151,stand,,,
|
||||
490.411 3849.83 856.658,125,stand,,,
|
||||
559.578 3525.11 861.873,125 128 129 132 151,stand,,,
|
||||
599.368 3637.08 879.125,127 133 134,stand,,,
|
||||
576.037 3284.77 860.77,127 130 150 151,stand,,,
|
||||
767.018 3290.09 857.431,129 131,stand,,,
|
||||
941.734 3373.23 855.753,130 132 142,stand,,,
|
||||
804.503 3472.18 859.296,131 127,stand,,,
|
||||
1046.76 3650.6 879.125,128 134 135,stand,,,
|
||||
926.049 3714.99 879.125,133 128,stand,,,
|
||||
1135.06 3623.71 861.556,133 142 143,stand,,,
|
||||
612.803 2862.97 897.779,109 112 137,stand,,,
|
||||
618.962 3063.56 896.425,136 138,stand,,,
|
||||
828.158 3052.62 896.425,137 139,stand,,,
|
||||
948.609 2942.34 896.425,138 140 141,stand,,,
|
||||
846.689 2950.59 896.425,139,stand,,,
|
||||
1080.21 2948.95 853.892,139 144,stand,,,
|
||||
1212.27 3281.34 855.291,135 131 143 145,stand,,,
|
||||
1344.6 3433.16 864.125,135 142 145,stand,,,
|
||||
1364.62 2966.86 808.906,141 105 145,stand,,,
|
||||
1357.32 3148.88 845.801,144 142 143 146,stand,,,
|
||||
1685.11 3161.56 816.109,145 147,stand,,,
|
||||
1726.42 3084.97 833.125,146 148,stand,,,
|
||||
1873.84 2853.26 833.125,147 149 162,stand,,,
|
||||
1973.86 2765.72 816.707,148,stand,,,
|
||||
396.264 3253.36 850.424,129 124 125 151 152,stand,,,
|
||||
282.778 3378.7 854.666,125 124 150 127 129,stand,,,
|
||||
412.826 2932.27 848.125,112 150 113,stand,,,
|
||||
-203.798 2331.55 735.501,117 154,stand,,,
|
||||
-97.5798 2096.08 608.67,153 155,stand,,,
|
||||
-162.1 1880.43 529.135,154 76,stand,,,
|
||||
2356.86 -150.474 850.104,14 50 157 158,stand,,,
|
||||
2478.96 -485.216 858.623,156 48,stand,,,
|
||||
2589.14 -87.8809 849.095,156 13,stand,,,
|
||||
167.821 -791.514 847.977,70 43 66 65,stand,,,
|
||||
1518.27 2478.83 691.383,105 104 172 161,stand,,,
|
||||
1756.56 2450.63 682.895,172 104 160,stand,,,
|
||||
1900.59 2781.51 817.794,148 173,stand,,,
|
||||
1320.42 2028.31 600.412,106 103 166,stand,,,
|
||||
1387.02 1795.65 517.357,165 92 94,climb,-3.54309 107.468 0,,
|
||||
1376.32 1833.78 581.823,164 166,climb,-3.87268 107.687 0,,
|
||||
1341.04 1937.99 609.742,165 163,stand,,,
|
||||
340.674 -434.332 859.983,68 65 63 201,stand,,,
|
||||
1278.23 -137.125 878.525,169 52 53 46,climb,1.10413 86.3855 0,,
|
||||
1279.65 -115.549 978.125,168 29,climb,-1.49963 83.3533 0.812988,,
|
||||
2629.69 1390.28 629.182,171 99 98,climb,1.87866 -0.557251 0,,
|
||||
2658.16 1389.75 793.125,0 170,climb,2.68616 0.953369 0,,
|
||||
1712.32 2505.93 692.063,173 161 160 104,climb,-9.11316 71.958 0.236206,,
|
||||
1716.42 2521.12 826.125,172 162,climb,-6.70715 72.4963 0.466919,,
|
||||
568.447 -211.9 803.456,63 55,stand,,,
|
||||
349.166 2568.84 848.125,113 114 176,stand,12.7771 -120.471 0,,
|
||||
318.414 2272.53 848.125,175 177,stand,17.71 41.2427 0,,
|
||||
313.083 1961.35 848.125,176 178 185,stand,23.9447 106.87 0,,
|
||||
175.023 1964.15 849.125,177 179,stand,21.2476 -18.045 0,,
|
||||
178.82 1654.95 850.125,178 180,stand,22.5604 82.0514 0,,
|
||||
300.311 1653.56 849.625,179 181 187,stand,14.7821 -89.2694 0,,
|
||||
423.686 1653.65 851.125,182 185 180 186,stand,19.4788 -0.258179 0,,
|
||||
560.472 1660.71 849.625,181 183,stand,23.2526 173.683 0,,
|
||||
552.046 1792.13 847.625,182 184,stand,25.4828 -114.653 0,,
|
||||
542.455 1968.09 847.191,183 185,stand,28.2568 -81.6724 0,,
|
||||
412.916 1955.74 849.125,184 177 181,stand,21.5552 -46.5601 0,,
|
||||
444.292 1440.22 848.125,181 187 189,stand,22.5604 176.479 0,,
|
||||
290.473 1440.21 848.125,186 180 188,stand,18.7866 -91.5051 0,,
|
||||
284.696 1137.11 848.125,187 189 191,stand,17.5507 15.0623 0,,
|
||||
436.494 1143.96 851.125,188 186 190,stand,14.5514 88.9069 0,,
|
||||
436.344 966.901 851.125,189 191 195,stand,8.00354 -170.222 0,,
|
||||
308.475 975.215 848.125,190 192 188 196,stand,14.4745 -94.3011 0,,
|
||||
326.221 659.955 848.125,191 193 198,stand,17.6276 -16.2982 0,,
|
||||
419.558 660.073 848.125,192 194 199,stand,16.7047 -1.59302 0,,
|
||||
557.563 659.928 847.625,193 195,stand,9.08569 145.168 0,,
|
||||
557.56 971.384 847.215,194 190,stand,12.5464 -163.471 0,,
|
||||
177.313 976.362 847.625,191 197,stand,15.3973 -91.8073 0,,
|
||||
177.383 825.27 847.625,196 198,stand,15.3204 -89.4177 0,,
|
||||
174.262 665.204 847.283,197 192,stand,14.4745 0.670176 0,,
|
||||
413.404 285.49 848.63,193 200,stand,12.6233 -100.997 0,,
|
||||
336.229 25.9752 848.218,199 201,stand,15.3204 58.3154 0,,
|
||||
356.839 -273.588 848.125,200 167,stand,17.0892 79.7443 0,,
|
||||
|