cleanup
35
.gitignore
vendored
@ -1,41 +1,6 @@
|
||||
# Ignore everything in repository root
|
||||
/*
|
||||
|
||||
# Files to not ignore
|
||||
!/.vscode
|
||||
!/.gitignore
|
||||
!/.editorconfig
|
||||
!/.gitattributes
|
||||
|
||||
!/z_server.bat
|
||||
!/z_server_watchdog.bat
|
||||
!/z_server_pvbrust.bat
|
||||
!/z_server_pvbrust_watchdog.bat
|
||||
!/z_server_pvbvote.bat
|
||||
!/z_server_pvbvote_watchdog.bat
|
||||
|
||||
# Folder to not ignore
|
||||
!/userraw
|
||||
!/main/
|
||||
/main/*
|
||||
!/main/server.cfg
|
||||
!/main/pvbrust.cfg
|
||||
!/main/pvbvote.cfg
|
||||
!/README.md
|
||||
!/out
|
||||
|
||||
!/.astylerc
|
||||
!/z_deploy.bat
|
||||
!/deploy.bat
|
||||
!/deploy.js
|
||||
|
||||
*.zip
|
||||
*.log
|
||||
*.stat
|
||||
logs/
|
||||
demos/
|
||||
images/
|
||||
missingasset.csv
|
||||
userraw/scripts/_commands.gsc
|
||||
userraw/scripts/_customcallbacks.gsc
|
||||
userraw/scripts/bots_custom.gsc
|
||||
|
31
README.md
@ -1,11 +1,11 @@
|
||||

|
||||

|
||||
|
||||
# 💀 Bot Warfare
|
||||
Bot Warfare is a GSC mod for the 💀.
|
||||
# IW4 Bot Warfare
|
||||
Bot Warfare is a GSC mod for IW4.
|
||||
|
||||
It aims to add playable AI to the multiplayer games of Modern Warfare 2.
|
||||
|
||||
You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfare/downloads/iw4x-bot-warfare-latest).
|
||||
You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfare/downloads/iw4-bot-warfare-latest).
|
||||
|
||||
## Contents
|
||||
- [Features](#Features)
|
||||
@ -15,7 +15,7 @@ You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfar
|
||||
- [Credits](#Credits)
|
||||
|
||||
## Features
|
||||
- A Waypoint Editor for creating and modifying bot's waypoints of traversing the map. Have a look at [Using the Waypoint editor](/userraw/bw-assets/wpedit.md).
|
||||
- A Waypoint Editor for creating and modifying bot's waypoints of traversing the map. Have a look at [Using the Waypoint editor](/bw-assets/wpedit.md).
|
||||
|
||||
- A clean and nice menu, you can edit every bot DVAR within in-game.
|
||||
|
||||
@ -23,7 +23,7 @@ You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfar
|
||||
|
||||
- This mod does not edit ANY stock .gsc files, meaning EVERY other mod is compatible with this mod. Mod doesn't add anything unnecessary, what you see is what you get.
|
||||
|
||||
- Loading waypoints from CSV files, and if the CSV file is missing, will download the CSV from [this repo](https://github.com/ineedbots/iw4x_waypoints) automatically.
|
||||
- Loading waypoints from CSV files found at [this repo](https://github.com/ineedbots/iw4_waypoints).
|
||||
|
||||
- Adds AI clients to multiplayer games to simulate playing real players. (essentially Combat Training for MW2)
|
||||
- Bots move around the maps with native engine input. (all normal maps, most to all custom maps)
|
||||
@ -53,11 +53,11 @@ You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfar
|
||||
- ... And pretty much everything you expect a Combat Training bot to have
|
||||
|
||||
## Installation
|
||||
0. Make sure that [IW4x](https://xlabs.dev/support_iw4x_client.html) is installed, updated and working properly. (IW4x v0.6.1)
|
||||
0. Make sure that [IW4]() is installed, updated and working properly.
|
||||
- Download the [latest release](https://github.com/ineedbots/iw4x_bot_warfare/releases) of Bot Warfare.
|
||||
1. Locate your IW4x install folder.
|
||||
2. Move the files/folders found in 'Move files to root of IW4x folder' from the Bot Warfare release archive you downloaded into the root of your IW4x install folder.
|
||||
- The folder/file structure should follow as '.IW4x game folder\mods\bots\z_svr_bots.iwd'.
|
||||
1. Locate your IW4 install folder.
|
||||
2. Move the files/folders found in 'Move files to root of IW4 folder' from the Bot Warfare release archive you downloaded into the root of your IW4 install folder.
|
||||
- The folder/file structure should follow as '.IW4 game folder\mods\bots\z_svr_bots.iwd'.
|
||||
3. The mod is now installed, now run your game.
|
||||
- If you are a dedicated server, you will need to set the DVAR 'fs_game' to 'mods/bots'
|
||||
- If you are not a dedicated server, open the 'Mods' option from the main menu of the game and select 'bots' and then 'Launch'.
|
||||
@ -157,16 +157,13 @@ You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfar
|
||||
|
||||
|
||||
- TODOs
|
||||
- A variable leak in _menu (script)
|
||||
- A variable leak in _menu
|
||||
- Recoil for bots (engine, maybe script)
|
||||
- Use proper activate button for bombs, carepackages, etc (script, use +activate)
|
||||
- Proper weapon swaps, including altmode (engine, then script)
|
||||
- Use static turrets in maps (script)
|
||||
- Proper use of pred missile (script and engine)
|
||||
- Fix testclient view angle clamping (messes with ac130 and chopper gunner) (engine)
|
||||
- Use static turrets in maps
|
||||
- Proper use of pred missile
|
||||
|
||||
## Credits
|
||||
- IW4x Team
|
||||
- IW4x Team - 💀
|
||||
- CoD4x Team - https://github.com/callofduty4x/CoD4x_Server
|
||||
- INeedGames - http://www.moddb.com/mods/bot-warfare
|
||||
- tinkie101 - https://web.archive.org/web/20120326060712/http://alteriw.net/viewtopic.php?f=72&t=4869
|
||||
|
Before Width: | Height: | Size: 654 KiB After Width: | Height: | Size: 654 KiB |
Before Width: | Height: | Size: 172 KiB After Width: | Height: | Size: 172 KiB |
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 5.7 KiB |
@ -13,10 +13,10 @@ Now if you want to modify existing or create new waypoints for IW4x maps, this i
|
||||
The Bot Warfare mod comes with the Waypoint Editor out of the box, so its just a matter of telling the mod you want to use it. Its a matter of setting the 'bots_main_debug' DVAR to '1'.
|
||||
|
||||
Start your game, and load up the Bot Warfare mod. Now open your console with tilde(~).
|
||||

|
||||

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

|
||||

|
||||
|
||||
Now start a match with the map you want to edit.
|
||||
|
||||
@ -28,7 +28,7 @@ It should be noted that waypoints load in this following order;
|
||||
If all fail to load waypoints, then the bots will not know how to navigate the map.
|
||||
|
||||
## The Editor
|
||||

|
||||

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

|
||||

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

|
||||

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

|
||||

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

|
||||

|
||||
|
||||
You can share your waypoints publicly (and can be loaded by other users of Bot Warfare remotely) by making a Pull Request to the [IW4x_Waypoints repo](https://github.com/ineedbots/iw4x_waypoints).
|
@ -1,6 +0,0 @@
|
||||
xcopy iw4x_bot_warfare\userraw\maps userraw\maps\ /Y /I /E /H /C
|
||||
xcopy iw4x_bot_warfare\userraw\scripts userraw\scripts\ /Y /I /E /H /C
|
||||
xcopy iw4x_bot_warfare\userraw\waypoints userraw\waypoints\ /Y /I /E /H /C
|
||||
xcopy iw4x_bot_warfare\userraw\mp userraw\mp\ /Y /I /E /H /C
|
||||
xcopy iw4x_bot_warfare\main main\ /Y /I /E /H /C
|
||||
xcopy iw4x_bot_warfare\userraw\bots.txt userraw\ /Y /I /H /C
|
54
deploy.js
@ -1,54 +0,0 @@
|
||||
// nodejs 14+
|
||||
|
||||
const exec = require('util').promisify(require('child_process').exec)
|
||||
|
||||
const repo_name = 'iw4x_bot_warfare'
|
||||
const repo_url = `https://github.com/ineedbots/${repo_name}`
|
||||
const deploy_check_rate = 60000
|
||||
const title = 'IW4x Bot Warfare Git Deployer'
|
||||
|
||||
function printToConsole(what, error = false)
|
||||
{
|
||||
log = error ? console.error : console.log
|
||||
|
||||
log(`[${new Date().toISOString()}]:`, what)
|
||||
}
|
||||
|
||||
async function doDeploy() {
|
||||
try {
|
||||
const { stdout, stderr } = await exec(`cd ${repo_name} && git fetch`)
|
||||
|
||||
if (stderr.length <= 0)
|
||||
return
|
||||
|
||||
if (stderr.startsWith('From '))
|
||||
{
|
||||
printToConsole('git fetched! Pulling...')
|
||||
await exec(`cd ${repo_name} && git pull && git submodule update --init --recursive`)
|
||||
printToConsole('Deploying...')
|
||||
await exec('deploy.bat')
|
||||
printToConsole('Deployed!')
|
||||
}
|
||||
} catch (e) {
|
||||
printToConsole(e, true)
|
||||
|
||||
if (!e.stderr.startsWith('The system cannot find the path specified'))
|
||||
return
|
||||
|
||||
printToConsole('Cloning repo...')
|
||||
try {
|
||||
await exec(`git clone ${repo_url} && cd ${repo_name} && git submodule update --init --recursive`)
|
||||
|
||||
printToConsole('Cloned!')
|
||||
printToConsole('Deploying...')
|
||||
await exec('deploy.bat')
|
||||
printToConsole('Deployed!')
|
||||
} catch (f) {
|
||||
printToConsole(f, true)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
process.stdout.write(`${String.fromCharCode(27)}]0;${title}${String.fromCharCode(7)}`)
|
||||
doDeploy()
|
||||
setInterval(doDeploy, deploy_check_rate)
|
659
main/pvbrust.cfg
@ -1,659 +0,0 @@
|
||||
///////////////////////////////////////////////////
|
||||
/// IW4x Server Configuration file //
|
||||
///////////////////////////////////////////////////
|
||||
//This config best view with Notepad++ OR //
|
||||
//Other non-windows notepad of your choice. //
|
||||
///////////////////////////////////////////////////
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// SERVER NAME & COLORS TIPS //
|
||||
//////////////////////////////////////////////////
|
||||
// //
|
||||
// ^1 Red //
|
||||
// ^2 Green //
|
||||
// ^3 yellow //
|
||||
// ^4 Blue //
|
||||
// ^5 Cyan //
|
||||
// ^6 Pink //
|
||||
// ^7 White //
|
||||
// ^8 Depends on the map you playing. //
|
||||
// American maps: Dark Green //
|
||||
// Russian maps: Dark Red //
|
||||
// British maps: Dark Blue //
|
||||
// ^9 grey //
|
||||
// ^0 Black //
|
||||
// ^: Rainbow colors //
|
||||
// //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
|
||||
set sv_hostname "^1Bot ^3War^5fare ^4Players vs bots ^724/7 Rust 10x" // Sets the server hostname
|
||||
set sv_motd "^1Bot ^3War^5fare" // Sets a custom motd which is shown on the loadscreen when a player joins
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// ADMIN INFO //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set _Admin "INeedGames" // Your username.
|
||||
set _Email "ineedbots@outlook.com" // E-mail address. you can leave blank
|
||||
set _Website "http://www.moddb.com/mods/bot-warfare" // Website
|
||||
set _Location "Canada - West" // Location
|
||||
|
||||
set sv_wwwBaseURL "http://rawcdn.githack.com/ineedbots/www_host/main/iw4x/"
|
||||
set sv_wwwDownload "1"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// NON-GAMEPLAY CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set sv_securityLevel "23" // Configures the servers security level.
|
||||
set sv_customTextColor "" // custom color for ^;
|
||||
set g_password "" // Password Protected Server. Leave blank if you want players to join
|
||||
set g_inactivity "180" // Enable auto kick feature for idle/AFK players
|
||||
set g_inactivitySpectator "180" // Time in seconds before a spectator gets kicked
|
||||
set g_logSync "1" // 1 always flush games_mp.log, 0 only flush on game end
|
||||
set g_log "logs/pvbrust/games_mp.log" // Gamelog filename. If you edit this..make sure you change B3.xml if you have bigbrotherbot.
|
||||
set sv_allowClientConsole "1" // Enable or Disable players ability to access server commands
|
||||
set sv_maxclients "18" // Max players in your server.
|
||||
set sv_maxPing "0" // (BUGGED) Maximum ping allowed, any higher and players will get kicked.( If you get 'server is for low ping players only', set this to 0)
|
||||
set sv_timeout "20" // Timeout time period. You will timeout after (20) seconds when attempting to connect or if you are getting connection interruptions
|
||||
set sv_reconnectlimit "3" // How many times you can try to reconnect
|
||||
set com_logFilter "1" // Removes ~95% of unneeded lines from the log.
|
||||
set sv_pure "0" // verifying cilent files
|
||||
set sv_sayName "^7Console" // name server-side 'say' commands show up as
|
||||
set sv_floodProtect "1" // Chat Spam Protection
|
||||
set sv_kickBanTime "300" // Kick Ban Duration. Time before player can re-join the server after getting kicked.
|
||||
set party_enable "0" // Lobby Mode Server. Read the wiki more about this. If you want sv_maprotation & control your gametype settings. Leave this at 0.
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// BASE GAME CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// //
|
||||
// war - Team Deathmatch //
|
||||
// dm - Free-for-all //
|
||||
// dom - Domination //
|
||||
// koth - Headquarters //
|
||||
// sab - Sabotage //
|
||||
// sd - Search and Destroy //
|
||||
// arena - Arena //
|
||||
// dd - Demolition //
|
||||
// ctf - Capture the Flag //
|
||||
// oneflag - One-Flag CTF //
|
||||
// gtnw - Global Thermo-Nuclear War //
|
||||
// //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set g_gametype "dom" // Defualt gametype in case map rotation doesnt have any gametypes. Choose a gametype from the list above.
|
||||
set scr_player_forcerespawn "1" // Players respawn automatically after being fragged
|
||||
set scr_thirdperson "0" // third-person mode
|
||||
set scr_game_hardpoints "1" // Enable/Disable Killstreak rewards
|
||||
set scr_hardpoint_allowhelicopter "1" // Allow Attack Helicopters
|
||||
set scr_hardpoint_allowuav "1" // Allow UAV
|
||||
set scr_hardpoint_allowartillery "1" // Allow Airstrikes
|
||||
set scr_game_perks "1" // Allow players to have perks
|
||||
set scr_game_allowkillcam "1" // Allow Killcam.
|
||||
set scr_nukeTimer "10" // Timer when nuke goes off
|
||||
set scr_diehard "0" // die-hard mode. Teammates will have to relieve each other.
|
||||
set scr_teambalance "0" // Enable or Disable auto balance.
|
||||
set scr_game_spectatetype "2" // Allow Spectators. 0 Disabled, 1 Team/Player only, 2 Free
|
||||
set scr_player_suicidespawndelay "0" // Wait before you respawn if you committed suicide.
|
||||
set scr_player_sprinttime "4" // Sprint time, duration a player can run.
|
||||
set scr_game_killstreakdelay "8" // Delay your killstreaks
|
||||
set scr_game_objectiveStreaks "1" // Enable Chopper, AC130 and Nuke
|
||||
set scr_classic "0" // Enable IW3 killstreak system
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// XP BOOST CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// uncomment below commands for XP config //
|
||||
// by removing the // before each set dvar. //
|
||||
// Change "war" gametype to your liking. //
|
||||
// //
|
||||
// DO NOT ABUSE! Some people like to rank. //
|
||||
// DON'T BE A DICK! Warn HIGH XP via hostname. //
|
||||
// Don't know what you doing? Dont touch it! //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_xpscale "10" // IWs way of Double XP.
|
||||
|
||||
//set scr_war_score_kill "0" // Amount of XP by each kill.
|
||||
//set scr_war_score_headshot "0" // Amount of XP by each headshot.
|
||||
//set scr_war_score_death "0" // Amount of XP by each death.
|
||||
//set scr_war_score_suicide "0" // Amount of XP by each suicide.
|
||||
//set scr_war_score_assist "0" // Amount of XP by each assist.
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// HARDCORE CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// uncomment below commands for some hardcore //
|
||||
// by removing the // before each set dvar. //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
// set g_hardcore "1" // Enable hardcore mode
|
||||
// set scr_hardcore "1" // Enable hardcore mode again...
|
||||
// set ui_hud_hardcore "1" // Removes Heads up display in hardcore mode.
|
||||
// set scr_game_deathpointloss "0" // Points Loss on death XP.
|
||||
// set scr_game_onlyheadshots "0" // Enable/Disable Only Headshots mode. You can only kill players by taking headshots.
|
||||
// set scr_player_maxhealth "30" // Percent of Health players will have on Respawn.
|
||||
// set scr_team_fftype "1" // Enable or Disable Friendly Fire. 1 on, 2 reflect, 3 shared
|
||||
// set scr_player_healthregentime "0" // Time it takes you to recover damage.
|
||||
// set scr_team_kickteamkillers "5" // Anyone who team kills, gets kicked automatically if you enable this feature.
|
||||
// set scr_team_teamkillspawndelay "20" // Team Killer gets a respawn penalty of specified seconds (20).
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// AIRDROP CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// uncomment below commands for airdrop config //
|
||||
// by removing the // before each set dvar. //
|
||||
// //
|
||||
// Weight (1->1000) //
|
||||
// Selection is weighted random //
|
||||
// higher weights increase selection chance //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
// set scr_airdrop_ac130 "3"
|
||||
set scr_airdrop_ammo "15"
|
||||
// set scr_airdrop_counter_uav "15"
|
||||
set scr_airdrop_emp "2"
|
||||
// set scr_airdrop_harrier_airstrike "7"
|
||||
// set scr_airdrop_helicopter "7"
|
||||
// set scr_airdrop_helicopter_flares "5"
|
||||
// set scr_airdrop_helicopter_minigun "3"
|
||||
set scr_airdrop_nuke "1"
|
||||
// set scr_airdrop_precision_airstrike "11"
|
||||
// set scr_airdrop_predator_missile "12"
|
||||
// set scr_airdrop_sentry "12"
|
||||
// set scr_airdrop_stealth_airstrike "5"
|
||||
// set scr_airdrop_uav "17"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// EMERGENCY AIRDROP CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// uncomment below commands for airdrop config //
|
||||
// by removing the // before each set dvar. //
|
||||
// //
|
||||
// Weight (1->1000) //
|
||||
// Selection is weighted random //
|
||||
// higher weights increase selection chance //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
// set scr_airdrop_mega_ac130 "2"
|
||||
set scr_airdrop_mega_ammo "9"
|
||||
// set scr_airdrop_mega_counter_uav "16"
|
||||
set scr_airdrop_mega_emp "2"
|
||||
// set scr_airdrop_mega_harrier_airstrike "5"
|
||||
// set scr_airdrop_mega_helicopter "5"
|
||||
// set scr_airdrop_mega_helicopter_flares "3"
|
||||
// set scr_airdrop_mega_helicopter_minigun "2"
|
||||
set scr_airdrop_mega_nuke "1"
|
||||
// set scr_airdrop_mega_precision_airstrike "10"
|
||||
// set scr_airdrop_mega_predator_missile "14"
|
||||
// set scr_airdrop_mega_sentry "16"
|
||||
// set scr_airdrop_mega_stealth_airstrike "3"
|
||||
// set scr_airdrop_mega_uav "12"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// FREE FOR ALL GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_dm_scorelimit "10000" // Score limit to win the game.
|
||||
set scr_dm_timelimit "10" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_dm_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_dm_numlives "0" // Number of lives per player 0 for unlimited.
|
||||
set scr_dm_roundlimit "1" // Rounds per game.
|
||||
set scr_dm_winlimit "1" // amount of wins needed to win a round-based game
|
||||
set scr_dm_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// TEAM DEATHMATCH GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_war_scorelimit "25600" // Score limit to win the game.
|
||||
set scr_war_timelimit "10" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_war_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_war_waverespawndelay "0" // Duration is seconds before the first respawn in each round.
|
||||
set scr_war_numlives "0" // Number of lives per player 0 for unlimited.
|
||||
set scr_war_roundlimit "1" // Rounds per game.
|
||||
set scr_war_winlimit "1" // amount of wins needed to win a round-based game
|
||||
set scr_war_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// DOMINATION GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_dom_scorelimit "300" // Score limit to win the game.
|
||||
set scr_dom_timelimit "30" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_dom_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_dom_waverespawndelay "0" // Duration is seconds before the first respawn in each round.
|
||||
set scr_dom_numlives "0" // Number of lives per player per game. 0 is unlimited.
|
||||
set scr_dom_roundlimit "1" // Rounds per game
|
||||
set scr_dom_winlimit "1" // amount of wins needed to win a round-based game
|
||||
set scr_dom_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// DEMOLITION GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_dd_scorelimit "1" // Score limit needed to win.
|
||||
set scr_dd_timelimit "2.5" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_dd_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_dd_waverespawndelay "0" // Duration is seconds before the first respawn in each round.
|
||||
set scr_dd_numlives "0" // Number of lives per player per game. 0 is unlimited.
|
||||
set scr_dd_roundswitch "1" // Rounds before the teams switch the sides.
|
||||
set scr_dd_bombtimer "45" // Time the bomb takes to detonate.
|
||||
set scr_dd_defusetime "5" // Time taken to defuse the bomb.
|
||||
set scr_dd_planttime "5" // Time it takes to plant a bomb in seconds.
|
||||
set scr_dd_roundlimit "3" // Rounds the game is limited to, if there are no winners.
|
||||
set scr_dd_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// SEARCH AND DESTROY GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_sd_scorelimit "1" // Score limit required to win the game.
|
||||
set scr_sd_timelimit "2.5" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_sd_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_sd_waverespawndelay "0" // Duration is seconds before the first respawn in each round.
|
||||
set scr_sd_numlives "1" // Number of lives per player per game.
|
||||
set scr_sd_roundlimit "0" // Rounds the game is limited to 0 for unlimited.
|
||||
set scr_sd_winlimit "4" // amount of wins needed to win a round-based game.
|
||||
set scr_sd_roundswitch "3" // after X rounds, switch sides.
|
||||
set scr_sd_bombtimer "45" // Time taken for the bomb to detonate.
|
||||
set scr_sd_defusetime "5" // Time taken to defuse the bomb.
|
||||
set scr_sd_multibomb "0" // allow multiple people to 'have the bomb'.
|
||||
set scr_sd_planttime "5" // How long will it take player to 'plant the bomb'.
|
||||
set scr_sd_promode "0"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// SABOTAGE GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_sab_scorelimit "0" // Score limit to win the match.
|
||||
set scr_sab_timelimit "20" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_sab_bombtimer "30" // Duration in seconds the bomb takes to detonate.
|
||||
set scr_sab_defusetime "5" // Time taken to defuse the bomb.
|
||||
set scr_sab_hotpotato "0" // One bomb that the teams must fight over. One defending and one have to plant at the site.
|
||||
set scr_sab_numlives "0" // Number of lives per player per game.
|
||||
set scr_sab_planttime "2.5" // Time taken to plant the bomb.
|
||||
set scr_sab_playerrespawndelay "7.5" // Time before respawn.
|
||||
set scr_sab_roundlimit "1" // Rounds per game.
|
||||
set scr_sab_roundswitch "1" // Rounds needed to be played before the teams switch sides.
|
||||
set scr_sab_waverespawndelay "0" // Time delay for first respawn before the game.
|
||||
set scr_sab_promode "0"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// CAPTURE THE FLAG GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_ctf_scorelimit "0" // Target score before the round ends.
|
||||
set scr_ctf_timelimit "10" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_ctf_numlives "0" // Number of lives per player 0 for unlimited.
|
||||
set scr_ctf_halftime "1" // Half-Time
|
||||
set scr_ctf_roundlimit "1" // How many rounds match would last.
|
||||
set scr_ctf_returntime "30" // How many seconds before flag returns to base without nobody touching it.
|
||||
set scr_ctf_playerrespawndelay "0" // Respawn wait in seconds.
|
||||
set scr_ctf_waverespawndelay "10" // Time delay for first respawn before the game.
|
||||
set scr_ctf_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// ONE FLAG GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_oneflag_scorelimit "1" // Target score before the round ends.
|
||||
set scr_oneflag_timelimit "3" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_oneflag_numlives "0" // number of lives per player 0 for unlimited.
|
||||
set scr_oneflag_playerrespawndelay "0" // Respawn wait in seconds.
|
||||
set scr_oneflag_roundlimit "1" // How many rounds match would last.
|
||||
set scr_oneflag_roundswitch "1" // Rounds before the teams switch sides.
|
||||
set scr_oneflag_waverespawndelay "0" // First respawn delay for each round.
|
||||
set scr_oneflag_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// HEADQUARTERS GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_koth_scorelimit "250" // Score limit to win the game.
|
||||
set scr_koth_timelimit "15" // Duration in minutes the game will continue if the score isnt reached.
|
||||
set scr_koth_numlives "0" // Number of lives per game. 0 for unlimited.
|
||||
set scr_koth_playerrespawndelay "0" // Players respawn wait.
|
||||
set scr_koth_roundlimit "1" // Rounds to be played.
|
||||
set scr_koth_roundswitch "1" // Rounds to be played before teams switch sides.
|
||||
set scr_koth_winlimit "1" // rounds per game
|
||||
set scr_koth_waverespawndelay "0" // First respawn delay for each round.
|
||||
set scr_koth_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// ARENA GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_arena_scorelimit "1" // Score limit to win the game.
|
||||
set scr_arena_timelimit "2.5" // Duration in minutes the game will continue if the score isnt reached.
|
||||
set scr_arena_numlives "1" // Number of lives per game 0 for unlimited.
|
||||
set scr_arena_roundlimit "0" // Rounds to be played.
|
||||
set scr_arena_roundswitch "3" // Rounds before the teams switch sides.
|
||||
set scr_arena_winlimit "4" // rounds per game
|
||||
set scr_arena_promode "0"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// GLOBAL THERMONUCLEAR WAR GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_gtnw_scorelimit "101" // Score limit to win the game.
|
||||
set scr_gtnw_timelimit "10" // Duration in minutes the game will continue if the score isnt reached.
|
||||
set scr_gtnw_numlives "0" // Number of lives per game 0 for unlimited.
|
||||
set scr_gtnw_playerrespawndelay "0" // Players respawn wait.
|
||||
set scr_gtnw_roundlimit "1" // Rounds to be played.
|
||||
set scr_gtnw_roundswitch "0" // Rounds before the teams switch sides.
|
||||
set scr_gtnw_winlimit "1" // rounds per game
|
||||
set scr_gtnw_waverespawndelay "0" // First respawn delay for each round.
|
||||
set scr_gtnw_promode "0"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// MAP ROTATION TIPS //
|
||||
//////////////////////////////////////////////////
|
||||
// //
|
||||
//Example: sv_maprotation "map mp_bloc map mp_" //
|
||||
// //
|
||||
// mp_afghan - Afghan //
|
||||
// mp_derail - Derail //
|
||||
// mp_estate - Estate //
|
||||
// mp_favela - Favela //
|
||||
// mp_highrise - Highrise //
|
||||
// mp_invasion - Invasion //
|
||||
// mp_checkpoint - Karachi //
|
||||
// mp_quarry - Quarry //
|
||||
// mp_rundown - Rundown //
|
||||
// mp_rust - Rust //
|
||||
// mp_boneyard - Scrapyard //
|
||||
// mp_nightshift - Skidrow //
|
||||
// mp_subbase - Sub Base //
|
||||
// mp_terminal - Terminal //
|
||||
// mp_underpass - Underpass //
|
||||
// mp_brecourt - Wasteland //
|
||||
// //
|
||||
//// DLC1 STIMULUS ///////////////////////////////
|
||||
// Make sure you have them all installed on your//
|
||||
// server. //
|
||||
// //
|
||||
// mp_complex - Bailout //
|
||||
// mp_crash - Crash //
|
||||
// mp_overgrown - Overgrown //
|
||||
// mp_compact - Salvage //
|
||||
// mp_storm - Storm //
|
||||
// //
|
||||
//// DLC2 RESURGENCE /////////////////////////////
|
||||
// //
|
||||
// mp_abandon - Carnival //
|
||||
// mp_fuel2 - Fuel //
|
||||
// mp_strike - Strike //
|
||||
// mp_trailerpark - Trailer Park //
|
||||
// mp_vacant - Vacant //
|
||||
// //
|
||||
//// DLC3 NUKETOWN ///////////////////////////////
|
||||
// //
|
||||
// mp_nuked - Nuketown //
|
||||
// //
|
||||
/// DLC4 CLASSICS 1 //////////////////////////////
|
||||
// //
|
||||
// mp_cross_fire - Crossfire //
|
||||
// mp_bloc - Bloc //
|
||||
// mp_cargoship - Cargoship //
|
||||
// //
|
||||
/// DLC5 CLASSICS 2 //////////////////////////////
|
||||
// //
|
||||
// mp_killhouse - Killhouse //
|
||||
// mp_bog_sh - Bog //
|
||||
// //
|
||||
/// DLC6 FREIGHTER ///////////////////////////////
|
||||
// //
|
||||
// mp_cargoship_sh - Freighter //
|
||||
// //
|
||||
/// DLC7 RESURRECTION ////////////////////////////
|
||||
// //
|
||||
// mp_shipment_long - Long:Shipment //
|
||||
// mp_rust_long - Long: Rust //
|
||||
// mp_firingrange - Firing Range //
|
||||
// //
|
||||
/// DLC8 RECYCLED ////////////////////////////////
|
||||
// //
|
||||
// mp_storm_spring - Chemical Plant //
|
||||
// mp_fav_tropical - Tropical: Favela //
|
||||
// mp_estate_tropical - Tropical: Estate //
|
||||
// mp_crash_tropical - Tropical: Crash //
|
||||
// mp_bloc_sh - Forgotten City //
|
||||
// //
|
||||
/// SP MAPS to MP ////////////////////////////////
|
||||
// //
|
||||
// oilrig - Oilrig //
|
||||
// iw4_credits - Test map //
|
||||
// co_hunted - Village //
|
||||
// //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
///////////////////////////////////////////////////////
|
||||
// GAMETYPE ROTATION TIPS //
|
||||
///////////////////////////////////////////////////////
|
||||
// //
|
||||
// Example: set sv_maprotation //
|
||||
// "gametype dm map mp_rust gametype war map oilrig" //
|
||||
// //
|
||||
// war - Team Deathmatch //
|
||||
// dm - Free-for-all //
|
||||
// dom - Domination //
|
||||
// koth - Headquarters //
|
||||
// sab - Sabotage //
|
||||
// sd - Search and Destroy //
|
||||
// arena - Arena //
|
||||
// dd - Demolition //
|
||||
// ctf - Capture the Flag //
|
||||
// oneflag - One-Flag CTF //
|
||||
// gtnw - Global Thermo-Nuclear War //
|
||||
// //
|
||||
///////////////////////////////////////////////////////
|
||||
|
||||
|
||||
set sv_maprotation "map mp_rust"
|
||||
|
||||
// vanilla script
|
||||
set perk_scavengerMode "0"
|
||||
set scr_deleteexplosivesonspawn "1"
|
||||
set scr_maxPerPlayerExplosives "2"
|
||||
set scr_nukeCancelMode "0"
|
||||
set scr_spawnpoint_forceindex ""
|
||||
set scr_spawnpointlospenalty ""
|
||||
set scr_spawnpointweaponpenalty ""
|
||||
set scr_spawnsimple ""
|
||||
set scr_spawn_enemyavoiddist ""
|
||||
|
||||
// _spawnlogic
|
||||
set scr_spawnpointfavorweight ""
|
||||
set scr_spawnpointdooutsidecheck ""
|
||||
|
||||
// iw4x
|
||||
set scr_player_forceautoassign "1"
|
||||
set scr_rankedmatch "1"
|
||||
set sv_enableJavelinBug "1"
|
||||
set g_playerEjection "0"
|
||||
set g_playerCollision "0"
|
||||
set sv_enableBounces "1"
|
||||
set iw4x_onelog ""
|
||||
|
||||
|
||||
// CUSTOM
|
||||
set bot_pvb_helper_noPlayersOnTeam "axis"
|
||||
set bot_pvb_helper_customBotClassTeam "allies"
|
||||
set scr_showHP "1"
|
||||
set scr_allowFPSBooster "1"
|
||||
set bot_sniperCheck "1"
|
||||
set dom_lastFlagUseTimeMulti "4.0"
|
||||
|
||||
// _class
|
||||
// set scr_allow_ "0"
|
||||
// scr_streakcount_ "15"
|
||||
set scr_default_primarys "m4,famas"
|
||||
set scr_default_secondarys "usp"
|
||||
set scr_default_perks1 "specialty_fastreload,specialty_scavenger"
|
||||
set scr_default_perks2 "specialty_bulletdamage"
|
||||
set scr_default_perks3 "specialty_bulletaccuracy,specialty_detectexplosive"
|
||||
set scr_default_equipment "frag_grenade_mp"
|
||||
set scr_default_offhand "smoke_grenade"
|
||||
set scr_default_deathstreak "none"
|
||||
set scr_restriction_messages 1
|
||||
set scr_num_flash 2
|
||||
set scr_num_stun 2
|
||||
|
||||
// _menus
|
||||
set scr_player_startteamselection "autoassign"
|
||||
set scr_player_forceclassselection ""
|
||||
set scr_player_allowChangeTeam "1"
|
||||
|
||||
// _bot
|
||||
set bots_main "1"
|
||||
set bots_main_GUIDs ""
|
||||
set bots_main_firstIsHost "0"
|
||||
set bots_main_waitForHostTime "10"
|
||||
set bots_manage_add "9"
|
||||
set bots_manage_fill "9"
|
||||
set bots_manage_fill_spec "0"
|
||||
set bots_manage_fill_mode "1"
|
||||
set bots_manage_fill_kick "1"
|
||||
set bots_team "axis"
|
||||
set bots_team_amount "0"
|
||||
set bots_team_force "1"
|
||||
set bots_team_mode "1"
|
||||
set bots_skill "8"
|
||||
set bots_skill_axis_hard "0"
|
||||
set bots_skill_axis_med "4"
|
||||
set bots_skill_allies_hard "0"
|
||||
set bots_skill_allies_med "4"
|
||||
set bots_loadout_reasonable "0"
|
||||
set bots_loadout_allow_op "0"
|
||||
set bots_loadout_rank "-1"
|
||||
set bots_loadout_prestige "-1"
|
||||
set bots_play_move "1"
|
||||
set bots_play_knife "1"
|
||||
set bots_play_fire "1"
|
||||
set bots_play_nade "1"
|
||||
set bots_play_take_carepackages "1"
|
||||
set bots_play_obj "1"
|
||||
set bots_play_camp "1"
|
||||
set bots_play_jumpdrop "1"
|
||||
set bots_play_target_other "1"
|
||||
set bots_play_killstreak "1"
|
||||
set bots_play_ads "1"
|
||||
|
||||
|
||||
// iw4madmin
|
||||
set sv_printradarupdates "0"
|
||||
|
||||
|
||||
// _killcam
|
||||
set scr_killcam_doSlowmo "1"
|
||||
|
||||
|
||||
// _gamelogic
|
||||
set scr_extraDamageFeedback "1"
|
||||
set scr_printDamage "1"
|
||||
set scr_disableKnife "0"
|
||||
set scr_intermissionTime "0"
|
||||
set scr_forceKillcam "1"
|
||||
set scr_forceKillcam_winnersKill "0"
|
||||
set scr_game_allowFinalKillcam "1"
|
||||
set scr_disableTurret "0"
|
||||
set scr_failCam "1"
|
||||
set scr_voting "0"
|
||||
set scr_voting_maps "mp_rust,mp_terminal"
|
||||
set scr_voting_time "26.0"
|
||||
set scr_voting_winTime "4.0"
|
||||
set scr_allow_intermission "0"
|
||||
set scr_voting_bots "0"
|
||||
set scr_nuke_increases_streak "0"
|
||||
set headshot_detach_head "1"
|
||||
set scr_killstreaks_increase_killstreak "1"
|
||||
set scr_postDeathDelayMod "1.0"
|
||||
|
||||
// _weapon
|
||||
set scr_allowDropWeaponOnCommand "1"
|
||||
set scr_allowPickUpEquipment "1"
|
||||
set scr_allowDropWeaponOnDeath "1"
|
||||
set scr_allowClaymoreBounces "1"
|
||||
set scr_extraTeamIcons "1"
|
||||
set scr_deleteNadeOnTeamChange "1"
|
||||
|
||||
// _perkfunctions
|
||||
set combathighIsJuiced "1"
|
||||
set onemanarmyRefillsTubes "1"
|
||||
set fix_onemanarmyFlareBug "0"
|
||||
|
||||
// _killstreaks
|
||||
set scr_killstreak_rollover "1"
|
||||
set scr_currentRolloverKillstreaksOnlyIncrease "1"
|
||||
set scr_killstreakHud "1"
|
||||
set scr_maxKillstreakRollover "1"
|
||||
set scr_killstreak_mod "0"
|
||||
set scr_killstreak_print "2"
|
||||
set scr_specialist "1"
|
||||
//set scr_specialist_killCount_ "4"
|
||||
set scr_specialist_perks1 "specialty_scavenger,specialty_fastreload,specialty_marathon"
|
||||
set scr_specialist_perks2 "specialty_bulletdamage,specialty_lightweight,specialty_coldblooded,specialty_explosivedamage,specialty_hardline"
|
||||
set scr_specialist_perks3 "specialty_bulletaccuracy,specialty_heartbreaker,specialty_detectexplosive,specialty_extendedmelee,specialty_localjammer"
|
||||
|
||||
// _nuke
|
||||
set scr_nuke_is_moab "1"
|
||||
set scr_nuke_kills_all "0"
|
||||
set scr_nuke_emp_duration "30"
|
||||
set scr_nuke_perm_vision "1"
|
||||
set scr_nuke_canCall_whenTimePassed "0"
|
||||
set scr_nuke_canCall_whenScoreLimitClose "0"
|
||||
set scr_nuke_canCall_whenScoreLimitClose_selfOnly "0"
|
||||
set scr_nuke_doSlowmo "2"
|
||||
|
||||
// _emp
|
||||
set scr_emp_doesFriendlyFire "0"
|
||||
set scr_emp_duration "60"
|
||||
|
||||
// _helicopter
|
||||
set scr_helicopter_allowQueue "0"
|
||||
set scr_helicopter_cobra_duration "30"
|
||||
set scr_helicopter_pavelow_duration "30"
|
||||
set scr_helicopter_apache_duration "30"
|
||||
set scr_helicopter_apache_health "1500"
|
||||
set scr_helicopter_apache_num_flares "1"
|
||||
set scr_helicopter_pavelow_health "3000"
|
||||
set scr_helicopter_pavelow_num_flares "1"
|
||||
set scr_helicopter_cobra_health "1500"
|
||||
set scr_helicopter_cobra_num_flares "0"
|
||||
|
||||
// _autosentry
|
||||
set scr_sentry_duration "360"
|
||||
set scr_sentry_killsIncreaseStreak "1"
|
||||
|
||||
// _airdrop
|
||||
set scr_airdrop_killstreaksIncreaseStreak "1"
|
||||
set scr_airdrop_patchDupeGlitch "0"
|
||||
|
||||
// _ac130
|
||||
set scr_ac130_duration "30"
|
||||
set scr_ac130_flares "1"
|
||||
set scr_ac130_fast "1"
|
||||
|
||||
// _uav
|
||||
set scr_uav_timeout "30"
|
||||
set scr_counter_uav_timeout "30"
|
||||
set scr_uav_forceon "0"
|
||||
set scr_uav_does_print "1"
|
||||
|
||||
// _airstrike
|
||||
set scr_harrier_duration "30"
|
||||
set scr_harrier_fast "1"
|
||||
set scr_airstrike_mutate_fix "1"
|
||||
set scr_airstrike_teamChangeFix "1"
|
659
main/pvbvote.cfg
@ -1,659 +0,0 @@
|
||||
///////////////////////////////////////////////////
|
||||
/// IW4x Server Configuration file //
|
||||
///////////////////////////////////////////////////
|
||||
//This config best view with Notepad++ OR //
|
||||
//Other non-windows notepad of your choice. //
|
||||
///////////////////////////////////////////////////
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// SERVER NAME & COLORS TIPS //
|
||||
//////////////////////////////////////////////////
|
||||
// //
|
||||
// ^1 Red //
|
||||
// ^2 Green //
|
||||
// ^3 yellow //
|
||||
// ^4 Blue //
|
||||
// ^5 Cyan //
|
||||
// ^6 Pink //
|
||||
// ^7 White //
|
||||
// ^8 Depends on the map you playing. //
|
||||
// American maps: Dark Green //
|
||||
// Russian maps: Dark Red //
|
||||
// British maps: Dark Blue //
|
||||
// ^9 grey //
|
||||
// ^0 Black //
|
||||
// ^: Rainbow colors //
|
||||
// //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
|
||||
set sv_hostname "^1Bot ^3War^5fare ^4Players vs bots ^7Mapvote 10x" // Sets the server hostname
|
||||
set sv_motd "^1Bot ^3War^5fare" // Sets a custom motd which is shown on the loadscreen when a player joins
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// ADMIN INFO //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set _Admin "INeedGames" // Your username.
|
||||
set _Email "ineedbots@outlook.com" // E-mail address. you can leave blank
|
||||
set _Website "http://www.moddb.com/mods/bot-warfare" // Website
|
||||
set _Location "Canada - West" // Location
|
||||
|
||||
set sv_wwwBaseURL "http://rawcdn.githack.com/ineedbots/www_host/main/iw4x/"
|
||||
set sv_wwwDownload "1"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// NON-GAMEPLAY CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set sv_securityLevel "23" // Configures the servers security level.
|
||||
set sv_customTextColor "" // custom color for ^;
|
||||
set g_password "" // Password Protected Server. Leave blank if you want players to join
|
||||
set g_inactivity "180" // Enable auto kick feature for idle/AFK players
|
||||
set g_inactivitySpectator "180" // Time in seconds before a spectator gets kicked
|
||||
set g_logSync "1" // 1 always flush games_mp.log, 0 only flush on game end
|
||||
set g_log "logs/pvbvote/games_mp.log" // Gamelog filename. If you edit this..make sure you change B3.xml if you have bigbrotherbot.
|
||||
set sv_allowClientConsole "1" // Enable or Disable players ability to access server commands
|
||||
set sv_maxclients "18" // Max players in your server.
|
||||
set sv_maxPing "0" // (BUGGED) Maximum ping allowed, any higher and players will get kicked.( If you get 'server is for low ping players only', set this to 0)
|
||||
set sv_timeout "20" // Timeout time period. You will timeout after (20) seconds when attempting to connect or if you are getting connection interruptions
|
||||
set sv_reconnectlimit "3" // How many times you can try to reconnect
|
||||
set com_logFilter "1" // Removes ~95% of unneeded lines from the log.
|
||||
set sv_pure "0" // verifying cilent files
|
||||
set sv_sayName "^7Console" // name server-side 'say' commands show up as
|
||||
set sv_floodProtect "1" // Chat Spam Protection
|
||||
set sv_kickBanTime "300" // Kick Ban Duration. Time before player can re-join the server after getting kicked.
|
||||
set party_enable "0" // Lobby Mode Server. Read the wiki more about this. If you want sv_maprotation & control your gametype settings. Leave this at 0.
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// BASE GAME CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// //
|
||||
// war - Team Deathmatch //
|
||||
// dm - Free-for-all //
|
||||
// dom - Domination //
|
||||
// koth - Headquarters //
|
||||
// sab - Sabotage //
|
||||
// sd - Search and Destroy //
|
||||
// arena - Arena //
|
||||
// dd - Demolition //
|
||||
// ctf - Capture the Flag //
|
||||
// oneflag - One-Flag CTF //
|
||||
// gtnw - Global Thermo-Nuclear War //
|
||||
// //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set g_gametype "dom" // Defualt gametype in case map rotation doesnt have any gametypes. Choose a gametype from the list above.
|
||||
set scr_player_forcerespawn "1" // Players respawn automatically after being fragged
|
||||
set scr_thirdperson "0" // third-person mode
|
||||
set scr_game_hardpoints "1" // Enable/Disable Killstreak rewards
|
||||
set scr_hardpoint_allowhelicopter "1" // Allow Attack Helicopters
|
||||
set scr_hardpoint_allowuav "1" // Allow UAV
|
||||
set scr_hardpoint_allowartillery "1" // Allow Airstrikes
|
||||
set scr_game_perks "1" // Allow players to have perks
|
||||
set scr_game_allowkillcam "1" // Allow Killcam.
|
||||
set scr_nukeTimer "10" // Timer when nuke goes off
|
||||
set scr_diehard "0" // die-hard mode. Teammates will have to relieve each other.
|
||||
set scr_teambalance "0" // Enable or Disable auto balance.
|
||||
set scr_game_spectatetype "2" // Allow Spectators. 0 Disabled, 1 Team/Player only, 2 Free
|
||||
set scr_player_suicidespawndelay "0" // Wait before you respawn if you committed suicide.
|
||||
set scr_player_sprinttime "4" // Sprint time, duration a player can run.
|
||||
set scr_game_killstreakdelay "8" // Delay your killstreaks
|
||||
set scr_game_objectiveStreaks "1" // Enable Chopper, AC130 and Nuke
|
||||
set scr_classic "0" // Enable IW3 killstreak system
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// XP BOOST CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// uncomment below commands for XP config //
|
||||
// by removing the // before each set dvar. //
|
||||
// Change "war" gametype to your liking. //
|
||||
// //
|
||||
// DO NOT ABUSE! Some people like to rank. //
|
||||
// DON'T BE A DICK! Warn HIGH XP via hostname. //
|
||||
// Don't know what you doing? Dont touch it! //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_xpscale "10" // IWs way of Double XP.
|
||||
|
||||
//set scr_war_score_kill "0" // Amount of XP by each kill.
|
||||
//set scr_war_score_headshot "0" // Amount of XP by each headshot.
|
||||
//set scr_war_score_death "0" // Amount of XP by each death.
|
||||
//set scr_war_score_suicide "0" // Amount of XP by each suicide.
|
||||
//set scr_war_score_assist "0" // Amount of XP by each assist.
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// HARDCORE CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// uncomment below commands for some hardcore //
|
||||
// by removing the // before each set dvar. //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
// set g_hardcore "1" // Enable hardcore mode
|
||||
// set scr_hardcore "1" // Enable hardcore mode again...
|
||||
// set ui_hud_hardcore "1" // Removes Heads up display in hardcore mode.
|
||||
// set scr_game_deathpointloss "0" // Points Loss on death XP.
|
||||
// set scr_game_onlyheadshots "0" // Enable/Disable Only Headshots mode. You can only kill players by taking headshots.
|
||||
// set scr_player_maxhealth "30" // Percent of Health players will have on Respawn.
|
||||
// set scr_team_fftype "1" // Enable or Disable Friendly Fire. 1 on, 2 reflect, 3 shared
|
||||
// set scr_player_healthregentime "0" // Time it takes you to recover damage.
|
||||
// set scr_team_kickteamkillers "5" // Anyone who team kills, gets kicked automatically if you enable this feature.
|
||||
// set scr_team_teamkillspawndelay "20" // Team Killer gets a respawn penalty of specified seconds (20).
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// AIRDROP CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// uncomment below commands for airdrop config //
|
||||
// by removing the // before each set dvar. //
|
||||
// //
|
||||
// Weight (1->1000) //
|
||||
// Selection is weighted random //
|
||||
// higher weights increase selection chance //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
// set scr_airdrop_ac130 "3"
|
||||
set scr_airdrop_ammo "15"
|
||||
// set scr_airdrop_counter_uav "15"
|
||||
set scr_airdrop_emp "2"
|
||||
// set scr_airdrop_harrier_airstrike "7"
|
||||
// set scr_airdrop_helicopter "7"
|
||||
// set scr_airdrop_helicopter_flares "5"
|
||||
// set scr_airdrop_helicopter_minigun "3"
|
||||
set scr_airdrop_nuke "1"
|
||||
// set scr_airdrop_precision_airstrike "11"
|
||||
// set scr_airdrop_predator_missile "12"
|
||||
// set scr_airdrop_sentry "12"
|
||||
// set scr_airdrop_stealth_airstrike "5"
|
||||
// set scr_airdrop_uav "17"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// EMERGENCY AIRDROP CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// uncomment below commands for airdrop config //
|
||||
// by removing the // before each set dvar. //
|
||||
// //
|
||||
// Weight (1->1000) //
|
||||
// Selection is weighted random //
|
||||
// higher weights increase selection chance //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
// set scr_airdrop_mega_ac130 "2"
|
||||
set scr_airdrop_mega_ammo "9"
|
||||
// set scr_airdrop_mega_counter_uav "16"
|
||||
set scr_airdrop_mega_emp "2"
|
||||
// set scr_airdrop_mega_harrier_airstrike "5"
|
||||
// set scr_airdrop_mega_helicopter "5"
|
||||
// set scr_airdrop_mega_helicopter_flares "3"
|
||||
// set scr_airdrop_mega_helicopter_minigun "2"
|
||||
set scr_airdrop_mega_nuke "1"
|
||||
// set scr_airdrop_mega_precision_airstrike "10"
|
||||
// set scr_airdrop_mega_predator_missile "14"
|
||||
// set scr_airdrop_mega_sentry "16"
|
||||
// set scr_airdrop_mega_stealth_airstrike "3"
|
||||
// set scr_airdrop_mega_uav "12"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// FREE FOR ALL GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_dm_scorelimit "10000" // Score limit to win the game.
|
||||
set scr_dm_timelimit "10" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_dm_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_dm_numlives "0" // Number of lives per player 0 for unlimited.
|
||||
set scr_dm_roundlimit "1" // Rounds per game.
|
||||
set scr_dm_winlimit "1" // amount of wins needed to win a round-based game
|
||||
set scr_dm_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// TEAM DEATHMATCH GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_war_scorelimit "25600" // Score limit to win the game.
|
||||
set scr_war_timelimit "10" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_war_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_war_waverespawndelay "0" // Duration is seconds before the first respawn in each round.
|
||||
set scr_war_numlives "0" // Number of lives per player 0 for unlimited.
|
||||
set scr_war_roundlimit "1" // Rounds per game.
|
||||
set scr_war_winlimit "1" // amount of wins needed to win a round-based game
|
||||
set scr_war_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// DOMINATION GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_dom_scorelimit "300" // Score limit to win the game.
|
||||
set scr_dom_timelimit "30" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_dom_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_dom_waverespawndelay "0" // Duration is seconds before the first respawn in each round.
|
||||
set scr_dom_numlives "0" // Number of lives per player per game. 0 is unlimited.
|
||||
set scr_dom_roundlimit "1" // Rounds per game
|
||||
set scr_dom_winlimit "1" // amount of wins needed to win a round-based game
|
||||
set scr_dom_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// DEMOLITION GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_dd_scorelimit "1" // Score limit needed to win.
|
||||
set scr_dd_timelimit "2.5" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_dd_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_dd_waverespawndelay "0" // Duration is seconds before the first respawn in each round.
|
||||
set scr_dd_numlives "0" // Number of lives per player per game. 0 is unlimited.
|
||||
set scr_dd_roundswitch "1" // Rounds before the teams switch the sides.
|
||||
set scr_dd_bombtimer "45" // Time the bomb takes to detonate.
|
||||
set scr_dd_defusetime "5" // Time taken to defuse the bomb.
|
||||
set scr_dd_planttime "5" // Time it takes to plant a bomb in seconds.
|
||||
set scr_dd_roundlimit "3" // Rounds the game is limited to, if there are no winners.
|
||||
set scr_dd_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// SEARCH AND DESTROY GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_sd_scorelimit "1" // Score limit required to win the game.
|
||||
set scr_sd_timelimit "2.5" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_sd_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_sd_waverespawndelay "0" // Duration is seconds before the first respawn in each round.
|
||||
set scr_sd_numlives "1" // Number of lives per player per game.
|
||||
set scr_sd_roundlimit "0" // Rounds the game is limited to 0 for unlimited.
|
||||
set scr_sd_winlimit "4" // amount of wins needed to win a round-based game.
|
||||
set scr_sd_roundswitch "3" // after X rounds, switch sides.
|
||||
set scr_sd_bombtimer "45" // Time taken for the bomb to detonate.
|
||||
set scr_sd_defusetime "5" // Time taken to defuse the bomb.
|
||||
set scr_sd_multibomb "0" // allow multiple people to 'have the bomb'.
|
||||
set scr_sd_planttime "5" // How long will it take player to 'plant the bomb'.
|
||||
set scr_sd_promode "0"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// SABOTAGE GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_sab_scorelimit "0" // Score limit to win the match.
|
||||
set scr_sab_timelimit "20" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_sab_bombtimer "30" // Duration in seconds the bomb takes to detonate.
|
||||
set scr_sab_defusetime "5" // Time taken to defuse the bomb.
|
||||
set scr_sab_hotpotato "0" // One bomb that the teams must fight over. One defending and one have to plant at the site.
|
||||
set scr_sab_numlives "0" // Number of lives per player per game.
|
||||
set scr_sab_planttime "2.5" // Time taken to plant the bomb.
|
||||
set scr_sab_playerrespawndelay "7.5" // Time before respawn.
|
||||
set scr_sab_roundlimit "1" // Rounds per game.
|
||||
set scr_sab_roundswitch "1" // Rounds needed to be played before the teams switch sides.
|
||||
set scr_sab_waverespawndelay "0" // Time delay for first respawn before the game.
|
||||
set scr_sab_promode "0"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// CAPTURE THE FLAG GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_ctf_scorelimit "0" // Target score before the round ends.
|
||||
set scr_ctf_timelimit "10" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_ctf_numlives "0" // Number of lives per player 0 for unlimited.
|
||||
set scr_ctf_halftime "1" // Half-Time
|
||||
set scr_ctf_roundlimit "1" // How many rounds match would last.
|
||||
set scr_ctf_returntime "30" // How many seconds before flag returns to base without nobody touching it.
|
||||
set scr_ctf_playerrespawndelay "0" // Respawn wait in seconds.
|
||||
set scr_ctf_waverespawndelay "10" // Time delay for first respawn before the game.
|
||||
set scr_ctf_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// ONE FLAG GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_oneflag_scorelimit "1" // Target score before the round ends.
|
||||
set scr_oneflag_timelimit "3" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_oneflag_numlives "0" // number of lives per player 0 for unlimited.
|
||||
set scr_oneflag_playerrespawndelay "0" // Respawn wait in seconds.
|
||||
set scr_oneflag_roundlimit "1" // How many rounds match would last.
|
||||
set scr_oneflag_roundswitch "1" // Rounds before the teams switch sides.
|
||||
set scr_oneflag_waverespawndelay "0" // First respawn delay for each round.
|
||||
set scr_oneflag_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// HEADQUARTERS GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_koth_scorelimit "250" // Score limit to win the game.
|
||||
set scr_koth_timelimit "15" // Duration in minutes the game will continue if the score isnt reached.
|
||||
set scr_koth_numlives "0" // Number of lives per game. 0 for unlimited.
|
||||
set scr_koth_playerrespawndelay "0" // Players respawn wait.
|
||||
set scr_koth_roundlimit "1" // Rounds to be played.
|
||||
set scr_koth_roundswitch "1" // Rounds to be played before teams switch sides.
|
||||
set scr_koth_winlimit "1" // rounds per game
|
||||
set scr_koth_waverespawndelay "0" // First respawn delay for each round.
|
||||
set scr_koth_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// ARENA GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_arena_scorelimit "1" // Score limit to win the game.
|
||||
set scr_arena_timelimit "2.5" // Duration in minutes the game will continue if the score isnt reached.
|
||||
set scr_arena_numlives "1" // Number of lives per game 0 for unlimited.
|
||||
set scr_arena_roundlimit "0" // Rounds to be played.
|
||||
set scr_arena_roundswitch "3" // Rounds before the teams switch sides.
|
||||
set scr_arena_winlimit "4" // rounds per game
|
||||
set scr_arena_promode "0"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// GLOBAL THERMONUCLEAR WAR GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_gtnw_scorelimit "101" // Score limit to win the game.
|
||||
set scr_gtnw_timelimit "10" // Duration in minutes the game will continue if the score isnt reached.
|
||||
set scr_gtnw_numlives "0" // Number of lives per game 0 for unlimited.
|
||||
set scr_gtnw_playerrespawndelay "0" // Players respawn wait.
|
||||
set scr_gtnw_roundlimit "1" // Rounds to be played.
|
||||
set scr_gtnw_roundswitch "0" // Rounds before the teams switch sides.
|
||||
set scr_gtnw_winlimit "1" // rounds per game
|
||||
set scr_gtnw_waverespawndelay "0" // First respawn delay for each round.
|
||||
set scr_gtnw_promode "0"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// MAP ROTATION TIPS //
|
||||
//////////////////////////////////////////////////
|
||||
// //
|
||||
//Example: sv_maprotation "map mp_bloc map mp_" //
|
||||
// //
|
||||
// mp_afghan - Afghan //
|
||||
// mp_derail - Derail //
|
||||
// mp_estate - Estate //
|
||||
// mp_favela - Favela //
|
||||
// mp_highrise - Highrise //
|
||||
// mp_invasion - Invasion //
|
||||
// mp_checkpoint - Karachi //
|
||||
// mp_quarry - Quarry //
|
||||
// mp_rundown - Rundown //
|
||||
// mp_rust - Rust //
|
||||
// mp_boneyard - Scrapyard //
|
||||
// mp_nightshift - Skidrow //
|
||||
// mp_subbase - Sub Base //
|
||||
// mp_terminal - Terminal //
|
||||
// mp_underpass - Underpass //
|
||||
// mp_brecourt - Wasteland //
|
||||
// //
|
||||
//// DLC1 STIMULUS ///////////////////////////////
|
||||
// Make sure you have them all installed on your//
|
||||
// server. //
|
||||
// //
|
||||
// mp_complex - Bailout //
|
||||
// mp_crash - Crash //
|
||||
// mp_overgrown - Overgrown //
|
||||
// mp_compact - Salvage //
|
||||
// mp_storm - Storm //
|
||||
// //
|
||||
//// DLC2 RESURGENCE /////////////////////////////
|
||||
// //
|
||||
// mp_abandon - Carnival //
|
||||
// mp_fuel2 - Fuel //
|
||||
// mp_strike - Strike //
|
||||
// mp_trailerpark - Trailer Park //
|
||||
// mp_vacant - Vacant //
|
||||
// //
|
||||
//// DLC3 NUKETOWN ///////////////////////////////
|
||||
// //
|
||||
// mp_nuked - Nuketown //
|
||||
// //
|
||||
/// DLC4 CLASSICS 1 //////////////////////////////
|
||||
// //
|
||||
// mp_cross_fire - Crossfire //
|
||||
// mp_bloc - Bloc //
|
||||
// mp_cargoship - Cargoship //
|
||||
// //
|
||||
/// DLC5 CLASSICS 2 //////////////////////////////
|
||||
// //
|
||||
// mp_killhouse - Killhouse //
|
||||
// mp_bog_sh - Bog //
|
||||
// //
|
||||
/// DLC6 FREIGHTER ///////////////////////////////
|
||||
// //
|
||||
// mp_cargoship_sh - Freighter //
|
||||
// //
|
||||
/// DLC7 RESURRECTION ////////////////////////////
|
||||
// //
|
||||
// mp_shipment_long - Long:Shipment //
|
||||
// mp_rust_long - Long: Rust //
|
||||
// mp_firingrange - Firing Range //
|
||||
// //
|
||||
/// DLC8 RECYCLED ////////////////////////////////
|
||||
// //
|
||||
// mp_storm_spring - Chemical Plant //
|
||||
// mp_fav_tropical - Tropical: Favela //
|
||||
// mp_estate_tropical - Tropical: Estate //
|
||||
// mp_crash_tropical - Tropical: Crash //
|
||||
// mp_bloc_sh - Forgotten City //
|
||||
// //
|
||||
/// SP MAPS to MP ////////////////////////////////
|
||||
// //
|
||||
// oilrig - Oilrig //
|
||||
// iw4_credits - Test map //
|
||||
// co_hunted - Village //
|
||||
// //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
///////////////////////////////////////////////////////
|
||||
// GAMETYPE ROTATION TIPS //
|
||||
///////////////////////////////////////////////////////
|
||||
// //
|
||||
// Example: set sv_maprotation //
|
||||
// "gametype dm map mp_rust gametype war map oilrig" //
|
||||
// //
|
||||
// war - Team Deathmatch //
|
||||
// dm - Free-for-all //
|
||||
// dom - Domination //
|
||||
// koth - Headquarters //
|
||||
// sab - Sabotage //
|
||||
// sd - Search and Destroy //
|
||||
// arena - Arena //
|
||||
// dd - Demolition //
|
||||
// ctf - Capture the Flag //
|
||||
// oneflag - One-Flag CTF //
|
||||
// gtnw - Global Thermo-Nuclear War //
|
||||
// //
|
||||
///////////////////////////////////////////////////////
|
||||
|
||||
|
||||
set sv_maprotation "map mp_terminal map mp_afghan map mp_favela map mp_highrise map mp_boneyard map mp_nightshift map mp_subbase map mp_crash map mp_trailerpark map mp_vacant map mp_nuked map mp_killhouse map mp_shipment map iw4_credits"
|
||||
|
||||
// vanilla script
|
||||
set perk_scavengerMode "0"
|
||||
set scr_deleteexplosivesonspawn "1"
|
||||
set scr_maxPerPlayerExplosives "2"
|
||||
set scr_nukeCancelMode "0"
|
||||
set scr_spawnpoint_forceindex ""
|
||||
set scr_spawnpointlospenalty ""
|
||||
set scr_spawnpointweaponpenalty ""
|
||||
set scr_spawnsimple ""
|
||||
set scr_spawn_enemyavoiddist ""
|
||||
|
||||
// _spawnlogic
|
||||
set scr_spawnpointfavorweight ""
|
||||
set scr_spawnpointdooutsidecheck ""
|
||||
|
||||
// iw4x
|
||||
set scr_player_forceautoassign "1"
|
||||
set scr_rankedmatch "1"
|
||||
set sv_enableJavelinBug "1"
|
||||
set g_playerEjection "0"
|
||||
set g_playerCollision "0"
|
||||
set sv_enableBounces "1"
|
||||
set iw4x_onelog ""
|
||||
|
||||
|
||||
// CUSTOM
|
||||
set bot_pvb_helper_noPlayersOnTeam "axis"
|
||||
set bot_pvb_helper_customBotClassTeam ""
|
||||
set scr_showHP "1"
|
||||
set scr_allowFPSBooster "1"
|
||||
set bot_sniperCheck "1"
|
||||
set dom_lastFlagUseTimeMulti "4.0"
|
||||
|
||||
// _class
|
||||
// set scr_allow_ "0"
|
||||
// scr_streakcount_ "15"
|
||||
set scr_default_primarys "m4,famas"
|
||||
set scr_default_secondarys "usp"
|
||||
set scr_default_perks1 "specialty_fastreload,specialty_scavenger"
|
||||
set scr_default_perks2 "specialty_bulletdamage"
|
||||
set scr_default_perks3 "specialty_bulletaccuracy,specialty_detectexplosive"
|
||||
set scr_default_equipment "frag_grenade_mp"
|
||||
set scr_default_offhand "smoke_grenade"
|
||||
set scr_default_deathstreak "none"
|
||||
set scr_restriction_messages 1
|
||||
set scr_num_flash 2
|
||||
set scr_num_stun 2
|
||||
|
||||
// _menus
|
||||
set scr_player_startteamselection "autoassign"
|
||||
set scr_player_forceclassselection ""
|
||||
set scr_player_allowChangeTeam "1"
|
||||
|
||||
// _bot
|
||||
set bots_main "1"
|
||||
set bots_main_GUIDs ""
|
||||
set bots_main_firstIsHost "0"
|
||||
set bots_main_waitForHostTime "10"
|
||||
set bots_manage_add "9"
|
||||
set bots_manage_fill "9"
|
||||
set bots_manage_fill_spec "0"
|
||||
set bots_manage_fill_mode "1"
|
||||
set bots_manage_fill_kick "1"
|
||||
set bots_team "axis"
|
||||
set bots_team_amount "0"
|
||||
set bots_team_force "1"
|
||||
set bots_team_mode "0"
|
||||
set bots_skill "8"
|
||||
set bots_skill_axis_hard "0"
|
||||
set bots_skill_axis_med "3"
|
||||
set bots_skill_allies_hard "0"
|
||||
set bots_skill_allies_med "0"
|
||||
set bots_loadout_reasonable "0"
|
||||
set bots_loadout_allow_op "0"
|
||||
set bots_loadout_rank "-1"
|
||||
set bots_loadout_prestige "-1"
|
||||
set bots_play_move "1"
|
||||
set bots_play_knife "1"
|
||||
set bots_play_fire "1"
|
||||
set bots_play_nade "1"
|
||||
set bots_play_take_carepackages "1"
|
||||
set bots_play_obj "1"
|
||||
set bots_play_camp "1"
|
||||
set bots_play_jumpdrop "1"
|
||||
set bots_play_target_other "1"
|
||||
set bots_play_killstreak "1"
|
||||
set bots_play_ads "1"
|
||||
|
||||
|
||||
// iw4madmin
|
||||
set sv_printradarupdates "1"
|
||||
|
||||
|
||||
// _killcam
|
||||
set scr_killcam_doSlowmo "1"
|
||||
|
||||
|
||||
// _gamelogic
|
||||
set scr_extraDamageFeedback "1"
|
||||
set scr_printDamage "1"
|
||||
set scr_disableKnife "0"
|
||||
set scr_intermissionTime "0"
|
||||
set scr_forceKillcam "1"
|
||||
set scr_forceKillcam_winnersKill "0"
|
||||
set scr_game_allowFinalKillcam "1"
|
||||
set scr_disableTurret "0"
|
||||
set scr_failCam "1"
|
||||
set scr_voting "1"
|
||||
set scr_voting_maps "mp_afghan,mp_favela,mp_highrise,mp_boneyard,mp_nightshift,mp_subbase,mp_terminal,mp_crash,mp_trailerpark,mp_vacant,mp_nuked,mp_killhouse,mp_shipment,iw4_credits"
|
||||
set scr_voting_time "26.0"
|
||||
set scr_voting_winTime "4.0"
|
||||
set scr_allow_intermission "0"
|
||||
set scr_voting_bots "0"
|
||||
set scr_nuke_increases_streak "0"
|
||||
set headshot_detach_head "1"
|
||||
set scr_killstreaks_increase_killstreak "1"
|
||||
set scr_postDeathDelayMod "1.0"
|
||||
|
||||
// _weapon
|
||||
set scr_allowDropWeaponOnCommand "1"
|
||||
set scr_allowPickUpEquipment "1"
|
||||
set scr_allowDropWeaponOnDeath "1"
|
||||
set scr_allowClaymoreBounces "1"
|
||||
set scr_extraTeamIcons "1"
|
||||
set scr_deleteNadeOnTeamChange "1"
|
||||
|
||||
// _perkfunctions
|
||||
set combathighIsJuiced "1"
|
||||
set onemanarmyRefillsTubes "1"
|
||||
set fix_onemanarmyFlareBug "0"
|
||||
|
||||
// _killstreaks
|
||||
set scr_killstreak_rollover "1"
|
||||
set scr_currentRolloverKillstreaksOnlyIncrease "1"
|
||||
set scr_killstreakHud "1"
|
||||
set scr_maxKillstreakRollover "1"
|
||||
set scr_killstreak_mod "0"
|
||||
set scr_killstreak_print "2"
|
||||
set scr_specialist "1"
|
||||
//set scr_specialist_killCount_ "4"
|
||||
set scr_specialist_perks1 "specialty_scavenger,specialty_fastreload,specialty_marathon"
|
||||
set scr_specialist_perks2 "specialty_bulletdamage,specialty_lightweight,specialty_coldblooded,specialty_explosivedamage,specialty_hardline"
|
||||
set scr_specialist_perks3 "specialty_bulletaccuracy,specialty_heartbreaker,specialty_detectexplosive,specialty_extendedmelee,specialty_localjammer"
|
||||
|
||||
// _nuke
|
||||
set scr_nuke_is_moab "1"
|
||||
set scr_nuke_kills_all "0"
|
||||
set scr_nuke_emp_duration "30"
|
||||
set scr_nuke_perm_vision "1"
|
||||
set scr_nuke_canCall_whenTimePassed "0"
|
||||
set scr_nuke_canCall_whenScoreLimitClose "0"
|
||||
set scr_nuke_canCall_whenScoreLimitClose_selfOnly "0"
|
||||
set scr_nuke_doSlowmo "2"
|
||||
|
||||
// _emp
|
||||
set scr_emp_doesFriendlyFire "0"
|
||||
set scr_emp_duration "60"
|
||||
|
||||
// _helicopter
|
||||
set scr_helicopter_allowQueue "0"
|
||||
set scr_helicopter_cobra_duration "30"
|
||||
set scr_helicopter_pavelow_duration "30"
|
||||
set scr_helicopter_apache_duration "30"
|
||||
set scr_helicopter_apache_health "1500"
|
||||
set scr_helicopter_apache_num_flares "1"
|
||||
set scr_helicopter_pavelow_health "3000"
|
||||
set scr_helicopter_pavelow_num_flares "1"
|
||||
set scr_helicopter_cobra_health "1500"
|
||||
set scr_helicopter_cobra_num_flares "0"
|
||||
|
||||
// _autosentry
|
||||
set scr_sentry_duration "360"
|
||||
set scr_sentry_killsIncreaseStreak "1"
|
||||
|
||||
// _airdrop
|
||||
set scr_airdrop_killstreaksIncreaseStreak "1"
|
||||
set scr_airdrop_patchDupeGlitch "0"
|
||||
|
||||
// _ac130
|
||||
set scr_ac130_duration "30"
|
||||
set scr_ac130_flares "1"
|
||||
set scr_ac130_fast "1"
|
||||
|
||||
// _uav
|
||||
set scr_uav_timeout "30"
|
||||
set scr_counter_uav_timeout "30"
|
||||
set scr_uav_forceon "0"
|
||||
set scr_uav_does_print "1"
|
||||
|
||||
// _airstrike
|
||||
set scr_harrier_duration "30"
|
||||
set scr_harrier_fast "1"
|
||||
set scr_airstrike_mutate_fix "1"
|
||||
set scr_airstrike_teamChangeFix "1"
|
657
main/server.cfg
@ -1,657 +0,0 @@
|
||||
///////////////////////////////////////////////////
|
||||
/// IW4x Server Configuration file //
|
||||
///////////////////////////////////////////////////
|
||||
//This config best view with Notepad++ OR //
|
||||
//Other non-windows notepad of your choice. //
|
||||
///////////////////////////////////////////////////
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// SERVER NAME & COLORS TIPS //
|
||||
//////////////////////////////////////////////////
|
||||
// //
|
||||
// ^1 Red //
|
||||
// ^2 Green //
|
||||
// ^3 yellow //
|
||||
// ^4 Blue //
|
||||
// ^5 Cyan //
|
||||
// ^6 Pink //
|
||||
// ^7 White //
|
||||
// ^8 Depends on the map you playing. //
|
||||
// American maps: Dark Green //
|
||||
// Russian maps: Dark Red //
|
||||
// British maps: Dark Blue //
|
||||
// ^9 grey //
|
||||
// ^0 Black //
|
||||
// ^: Rainbow colors //
|
||||
// //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
|
||||
set sv_hostname "^1Bot ^3War^5fare ^724/7 Rust 10x" // Sets the server hostname
|
||||
set sv_motd "^1Bot ^3War^5fare" // Sets a custom motd which is shown on the loadscreen when a player joins
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// ADMIN INFO //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set _Admin "INeedGames" // Your username.
|
||||
set _Email "ineedbots@outlook.com" // E-mail address. you can leave blank
|
||||
set _Website "http://www.moddb.com/mods/bot-warfare" // Website
|
||||
set _Location "Canada - West" // Location
|
||||
|
||||
set sv_wwwBaseURL "http://rawcdn.githack.com/ineedbots/www_host/main/iw4x/"
|
||||
set sv_wwwDownload "1"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// NON-GAMEPLAY CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set sv_securityLevel "23" // Configures the servers security level.
|
||||
set sv_customTextColor "" // custom color for ^;
|
||||
set g_password "" // Password Protected Server. Leave blank if you want players to join
|
||||
set g_inactivity "180" // Enable auto kick feature for idle/AFK players
|
||||
set g_inactivitySpectator "180" // Time in seconds before a spectator gets kicked
|
||||
set g_logSync "1" // 1 always flush games_mp.log, 0 only flush on game end
|
||||
set g_log "logs/server/games_mp.log" // Gamelog filename. If you edit this..make sure you change B3.xml if you have bigbrotherbot.
|
||||
set sv_allowClientConsole "1" // Enable or Disable players ability to access server commands
|
||||
set sv_maxclients "18" // Max players in your server.
|
||||
set sv_maxPing "0" // (BUGGED) Maximum ping allowed, any higher and players will get kicked.( If you get 'server is for low ping players only', set this to 0)
|
||||
set sv_timeout "20" // Timeout time period. You will timeout after (20) seconds when attempting to connect or if you are getting connection interruptions
|
||||
set sv_reconnectlimit "3" // How many times you can try to reconnect
|
||||
set com_logFilter "1" // Removes ~95% of unneeded lines from the log.
|
||||
set sv_pure "0" // verifying cilent files
|
||||
set sv_sayName "^7Console" // name server-side 'say' commands show up as
|
||||
set sv_floodProtect "1" // Chat Spam Protection
|
||||
set sv_kickBanTime "300" // Kick Ban Duration. Time before player can re-join the server after getting kicked.
|
||||
set party_enable "0" // Lobby Mode Server. Read the wiki more about this. If you want sv_maprotation & control your gametype settings. Leave this at 0.
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// BASE GAME CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// //
|
||||
// war - Team Deathmatch //
|
||||
// dm - Free-for-all //
|
||||
// dom - Domination //
|
||||
// koth - Headquarters //
|
||||
// sab - Sabotage //
|
||||
// sd - Search and Destroy //
|
||||
// arena - Arena //
|
||||
// dd - Demolition //
|
||||
// ctf - Capture the Flag //
|
||||
// oneflag - One-Flag CTF //
|
||||
// gtnw - Global Thermo-Nuclear War //
|
||||
// //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set g_gametype "dom" // Defualt gametype in case map rotation doesnt have any gametypes. Choose a gametype from the list above.
|
||||
set scr_player_forcerespawn "1" // Players respawn automatically after being fragged
|
||||
set scr_thirdperson "0" // third-person mode
|
||||
set scr_game_hardpoints "1" // Enable/Disable Killstreak rewards
|
||||
set scr_hardpoint_allowhelicopter "1" // Allow Attack Helicopters
|
||||
set scr_hardpoint_allowuav "1" // Allow UAV
|
||||
set scr_hardpoint_allowartillery "1" // Allow Airstrikes
|
||||
set scr_game_perks "1" // Allow players to have perks
|
||||
set scr_game_allowkillcam "1" // Allow Killcam.
|
||||
set scr_nukeTimer "10" // Timer when nuke goes off
|
||||
set scr_diehard "0" // die-hard mode. Teammates will have to relieve each other.
|
||||
set scr_teambalance "0" // Enable or Disable auto balance.
|
||||
set scr_game_spectatetype "2" // Allow Spectators. 0 Disabled, 1 Team/Player only, 2 Free
|
||||
set scr_player_suicidespawndelay "0" // Wait before you respawn if you committed suicide.
|
||||
set scr_player_sprinttime "4" // Sprint time, duration a player can run.
|
||||
set scr_game_killstreakdelay "8" // Delay your killstreaks
|
||||
set scr_game_objectiveStreaks "1" // Enable Chopper, AC130 and Nuke
|
||||
set scr_classic "0" // Enable IW3 killstreak system
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// XP BOOST CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// uncomment below commands for XP config //
|
||||
// by removing the // before each set dvar. //
|
||||
// Change "war" gametype to your liking. //
|
||||
// //
|
||||
// DO NOT ABUSE! Some people like to rank. //
|
||||
// DON'T BE A DICK! Warn HIGH XP via hostname. //
|
||||
// Don't know what you doing? Dont touch it! //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_xpscale "10" // IWs way of Double XP.
|
||||
|
||||
//set scr_war_score_kill "0" // Amount of XP by each kill.
|
||||
//set scr_war_score_headshot "0" // Amount of XP by each headshot.
|
||||
//set scr_war_score_death "0" // Amount of XP by each death.
|
||||
//set scr_war_score_suicide "0" // Amount of XP by each suicide.
|
||||
//set scr_war_score_assist "0" // Amount of XP by each assist.
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// HARDCORE CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// uncomment below commands for some hardcore //
|
||||
// by removing the // before each set dvar. //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
// set g_hardcore "1" // Enable hardcore mode
|
||||
// set scr_hardcore "1" // Enable hardcore mode again...
|
||||
// set ui_hud_hardcore "1" // Removes Heads up display in hardcore mode.
|
||||
// set scr_game_deathpointloss "0" // Points Loss on death XP.
|
||||
// set scr_game_onlyheadshots "0" // Enable/Disable Only Headshots mode. You can only kill players by taking headshots.
|
||||
// set scr_player_maxhealth "30" // Percent of Health players will have on Respawn.
|
||||
// set scr_team_fftype "1" // Enable or Disable Friendly Fire. 1 on, 2 reflect, 3 shared
|
||||
// set scr_player_healthregentime "0" // Time it takes you to recover damage.
|
||||
// set scr_team_kickteamkillers "5" // Anyone who team kills, gets kicked automatically if you enable this feature.
|
||||
// set scr_team_teamkillspawndelay "20" // Team Killer gets a respawn penalty of specified seconds (20).
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// AIRDROP CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// uncomment below commands for airdrop config //
|
||||
// by removing the // before each set dvar. //
|
||||
// //
|
||||
// Weight (1->1000) //
|
||||
// Selection is weighted random //
|
||||
// higher weights increase selection chance //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
// set scr_airdrop_ac130 "3"
|
||||
set scr_airdrop_ammo "15"
|
||||
// set scr_airdrop_counter_uav "15"
|
||||
set scr_airdrop_emp "2"
|
||||
// set scr_airdrop_harrier_airstrike "7"
|
||||
// set scr_airdrop_helicopter "7"
|
||||
// set scr_airdrop_helicopter_flares "5"
|
||||
// set scr_airdrop_helicopter_minigun "3"
|
||||
set scr_airdrop_nuke "1"
|
||||
// set scr_airdrop_precision_airstrike "11"
|
||||
// set scr_airdrop_predator_missile "12"
|
||||
// set scr_airdrop_sentry "12"
|
||||
// set scr_airdrop_stealth_airstrike "5"
|
||||
// set scr_airdrop_uav "17"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// EMERGENCY AIRDROP CONFIGURATION //
|
||||
//////////////////////////////////////////////////
|
||||
// uncomment below commands for airdrop config //
|
||||
// by removing the // before each set dvar. //
|
||||
// //
|
||||
// Weight (1->1000) //
|
||||
// Selection is weighted random //
|
||||
// higher weights increase selection chance //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
// set scr_airdrop_mega_ac130 "2"
|
||||
set scr_airdrop_mega_ammo "9"
|
||||
// set scr_airdrop_mega_counter_uav "16"
|
||||
set scr_airdrop_mega_emp "2"
|
||||
// set scr_airdrop_mega_harrier_airstrike "5"
|
||||
// set scr_airdrop_mega_helicopter "5"
|
||||
// set scr_airdrop_mega_helicopter_flares "3"
|
||||
// set scr_airdrop_mega_helicopter_minigun "2"
|
||||
set scr_airdrop_mega_nuke "1"
|
||||
// set scr_airdrop_mega_precision_airstrike "10"
|
||||
// set scr_airdrop_mega_predator_missile "14"
|
||||
// set scr_airdrop_mega_sentry "16"
|
||||
// set scr_airdrop_mega_stealth_airstrike "3"
|
||||
// set scr_airdrop_mega_uav "12"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// FREE FOR ALL GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_dm_scorelimit "10000" // Score limit to win the game.
|
||||
set scr_dm_timelimit "10" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_dm_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_dm_numlives "0" // Number of lives per player 0 for unlimited.
|
||||
set scr_dm_roundlimit "1" // Rounds per game.
|
||||
set scr_dm_winlimit "1" // amount of wins needed to win a round-based game
|
||||
set scr_dm_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// TEAM DEATHMATCH GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_war_scorelimit "25600" // Score limit to win the game.
|
||||
set scr_war_timelimit "10" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_war_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_war_waverespawndelay "0" // Duration is seconds before the first respawn in each round.
|
||||
set scr_war_numlives "0" // Number of lives per player 0 for unlimited.
|
||||
set scr_war_roundlimit "1" // Rounds per game.
|
||||
set scr_war_winlimit "1" // amount of wins needed to win a round-based game
|
||||
set scr_war_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// DOMINATION GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_dom_scorelimit "300" // Score limit to win the game.
|
||||
set scr_dom_timelimit "30" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_dom_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_dom_waverespawndelay "0" // Duration is seconds before the first respawn in each round.
|
||||
set scr_dom_numlives "0" // Number of lives per player per game. 0 is unlimited.
|
||||
set scr_dom_roundlimit "1" // Rounds per game
|
||||
set scr_dom_winlimit "1" // amount of wins needed to win a round-based game
|
||||
set scr_dom_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// DEMOLITION GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_dd_scorelimit "1" // Score limit needed to win.
|
||||
set scr_dd_timelimit "2.5" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_dd_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_dd_waverespawndelay "0" // Duration is seconds before the first respawn in each round.
|
||||
set scr_dd_numlives "0" // Number of lives per player per game. 0 is unlimited.
|
||||
set scr_dd_roundswitch "1" // Rounds before the teams switch the sides.
|
||||
set scr_dd_bombtimer "45" // Time the bomb takes to detonate.
|
||||
set scr_dd_defusetime "5" // Time taken to defuse the bomb.
|
||||
set scr_dd_planttime "5" // Time it takes to plant a bomb in seconds.
|
||||
set scr_dd_roundlimit "3" // Rounds the game is limited to, if there are no winners.
|
||||
set scr_dd_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// SEARCH AND DESTROY GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_sd_scorelimit "1" // Score limit required to win the game.
|
||||
set scr_sd_timelimit "2.5" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_sd_playerrespawndelay "0" // How long player will wait until respawn.
|
||||
set scr_sd_waverespawndelay "0" // Duration is seconds before the first respawn in each round.
|
||||
set scr_sd_numlives "1" // Number of lives per player per game.
|
||||
set scr_sd_roundlimit "0" // Rounds the game is limited to 0 for unlimited.
|
||||
set scr_sd_winlimit "4" // amount of wins needed to win a round-based game.
|
||||
set scr_sd_roundswitch "3" // after X rounds, switch sides.
|
||||
set scr_sd_bombtimer "45" // Time taken for the bomb to detonate.
|
||||
set scr_sd_defusetime "5" // Time taken to defuse the bomb.
|
||||
set scr_sd_multibomb "0" // allow multiple people to 'have the bomb'.
|
||||
set scr_sd_planttime "5" // How long will it take player to 'plant the bomb'.
|
||||
set scr_sd_promode "0"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// SABOTAGE GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_sab_scorelimit "0" // Score limit to win the match.
|
||||
set scr_sab_timelimit "20" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_sab_bombtimer "30" // Duration in seconds the bomb takes to detonate.
|
||||
set scr_sab_defusetime "5" // Time taken to defuse the bomb.
|
||||
set scr_sab_hotpotato "0" // One bomb that the teams must fight over. One defending and one have to plant at the site.
|
||||
set scr_sab_numlives "0" // Number of lives per player per game.
|
||||
set scr_sab_planttime "2.5" // Time taken to plant the bomb.
|
||||
set scr_sab_playerrespawndelay "7.5" // Time before respawn.
|
||||
set scr_sab_roundlimit "1" // Rounds per game.
|
||||
set scr_sab_roundswitch "1" // Rounds needed to be played before the teams switch sides.
|
||||
set scr_sab_waverespawndelay "0" // Time delay for first respawn before the game.
|
||||
set scr_sab_promode "0"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// CAPTURE THE FLAG GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_ctf_scorelimit "0" // Target score before the round ends.
|
||||
set scr_ctf_timelimit "10" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_ctf_numlives "0" // Number of lives per player 0 for unlimited.
|
||||
set scr_ctf_halftime "1" // Half-Time
|
||||
set scr_ctf_roundlimit "1" // How many rounds match would last.
|
||||
set scr_ctf_returntime "30" // How many seconds before flag returns to base without nobody touching it.
|
||||
set scr_ctf_playerrespawndelay "0" // Respawn wait in seconds.
|
||||
set scr_ctf_waverespawndelay "10" // Time delay for first respawn before the game.
|
||||
set scr_ctf_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// ONE FLAG GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_oneflag_scorelimit "1" // Target score before the round ends.
|
||||
set scr_oneflag_timelimit "3" // Duration in minutes for the game to end if the score limit isnt reached.
|
||||
set scr_oneflag_numlives "0" // number of lives per player 0 for unlimited.
|
||||
set scr_oneflag_playerrespawndelay "0" // Respawn wait in seconds.
|
||||
set scr_oneflag_roundlimit "1" // How many rounds match would last.
|
||||
set scr_oneflag_roundswitch "1" // Rounds before the teams switch sides.
|
||||
set scr_oneflag_waverespawndelay "0" // First respawn delay for each round.
|
||||
set scr_oneflag_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// HEADQUARTERS GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_koth_scorelimit "250" // Score limit to win the game.
|
||||
set scr_koth_timelimit "15" // Duration in minutes the game will continue if the score isnt reached.
|
||||
set scr_koth_numlives "0" // Number of lives per game. 0 for unlimited.
|
||||
set scr_koth_playerrespawndelay "0" // Players respawn wait.
|
||||
set scr_koth_roundlimit "1" // Rounds to be played.
|
||||
set scr_koth_roundswitch "1" // Rounds to be played before teams switch sides.
|
||||
set scr_koth_winlimit "1" // rounds per game
|
||||
set scr_koth_waverespawndelay "0" // First respawn delay for each round.
|
||||
set scr_koth_promode "0"
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// ARENA GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_arena_scorelimit "1" // Score limit to win the game.
|
||||
set scr_arena_timelimit "2.5" // Duration in minutes the game will continue if the score isnt reached.
|
||||
set scr_arena_numlives "1" // Number of lives per game 0 for unlimited.
|
||||
set scr_arena_roundlimit "0" // Rounds to be played.
|
||||
set scr_arena_roundswitch "3" // Rounds before the teams switch sides.
|
||||
set scr_arena_winlimit "4" // rounds per game
|
||||
set scr_arena_promode "0"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// GLOBAL THERMONUCLEAR WAR GAMETYPE SETTINGS //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
set scr_gtnw_scorelimit "101" // Score limit to win the game.
|
||||
set scr_gtnw_timelimit "10" // Duration in minutes the game will continue if the score isnt reached.
|
||||
set scr_gtnw_numlives "0" // Number of lives per game 0 for unlimited.
|
||||
set scr_gtnw_playerrespawndelay "0" // Players respawn wait.
|
||||
set scr_gtnw_roundlimit "1" // Rounds to be played.
|
||||
set scr_gtnw_roundswitch "0" // Rounds before the teams switch sides.
|
||||
set scr_gtnw_winlimit "1" // rounds per game
|
||||
set scr_gtnw_waverespawndelay "0" // First respawn delay for each round.
|
||||
set scr_gtnw_promode "0"
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// MAP ROTATION TIPS //
|
||||
//////////////////////////////////////////////////
|
||||
// //
|
||||
//Example: sv_maprotation "map mp_bloc map mp_" //
|
||||
// //
|
||||
// mp_afghan - Afghan //
|
||||
// mp_derail - Derail //
|
||||
// mp_estate - Estate //
|
||||
// mp_favela - Favela //
|
||||
// mp_highrise - Highrise //
|
||||
// mp_invasion - Invasion //
|
||||
// mp_checkpoint - Karachi //
|
||||
// mp_quarry - Quarry //
|
||||
// mp_rundown - Rundown //
|
||||
// mp_rust - Rust //
|
||||
// mp_boneyard - Scrapyard //
|
||||
// mp_nightshift - Skidrow //
|
||||
// mp_subbase - Sub Base //
|
||||
// mp_terminal - Terminal //
|
||||
// mp_underpass - Underpass //
|
||||
// mp_brecourt - Wasteland //
|
||||
// //
|
||||
//// DLC1 STIMULUS ///////////////////////////////
|
||||
// Make sure you have them all installed on your//
|
||||
// server. //
|
||||
// //
|
||||
// mp_complex - Bailout //
|
||||
// mp_crash - Crash //
|
||||
// mp_overgrown - Overgrown //
|
||||
// mp_compact - Salvage //
|
||||
// mp_storm - Storm //
|
||||
// //
|
||||
//// DLC2 RESURGENCE /////////////////////////////
|
||||
// //
|
||||
// mp_abandon - Carnival //
|
||||
// mp_fuel2 - Fuel //
|
||||
// mp_strike - Strike //
|
||||
// mp_trailerpark - Trailer Park //
|
||||
// mp_vacant - Vacant //
|
||||
// //
|
||||
//// DLC3 NUKETOWN ///////////////////////////////
|
||||
// //
|
||||
// mp_nuked - Nuketown //
|
||||
// //
|
||||
/// DLC4 CLASSICS 1 //////////////////////////////
|
||||
// //
|
||||
// mp_cross_fire - Crossfire //
|
||||
// mp_bloc - Bloc //
|
||||
// mp_cargoship - Cargoship //
|
||||
// //
|
||||
/// DLC5 CLASSICS 2 //////////////////////////////
|
||||
// //
|
||||
// mp_killhouse - Killhouse //
|
||||
// mp_bog_sh - Bog //
|
||||
// //
|
||||
/// DLC6 FREIGHTER ///////////////////////////////
|
||||
// //
|
||||
// mp_cargoship_sh - Freighter //
|
||||
// //
|
||||
/// DLC7 RESURRECTION ////////////////////////////
|
||||
// //
|
||||
// mp_shipment_long - Long:Shipment //
|
||||
// mp_rust_long - Long: Rust //
|
||||
// mp_firingrange - Firing Range //
|
||||
// //
|
||||
/// DLC8 RECYCLED ////////////////////////////////
|
||||
// //
|
||||
// mp_storm_spring - Chemical Plant //
|
||||
// mp_fav_tropical - Tropical: Favela //
|
||||
// mp_estate_tropical - Tropical: Estate //
|
||||
// mp_crash_tropical - Tropical: Crash //
|
||||
// mp_bloc_sh - Forgotten City //
|
||||
// //
|
||||
/// SP MAPS to MP ////////////////////////////////
|
||||
// //
|
||||
// oilrig - Oilrig //
|
||||
// iw4_credits - Test map //
|
||||
// co_hunted - Village //
|
||||
// //
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
///////////////////////////////////////////////////////
|
||||
// GAMETYPE ROTATION TIPS //
|
||||
///////////////////////////////////////////////////////
|
||||
// //
|
||||
// Example: set sv_maprotation //
|
||||
// "gametype dm map mp_rust gametype war map oilrig" //
|
||||
// //
|
||||
// war - Team Deathmatch //
|
||||
// dm - Free-for-all //
|
||||
// dom - Domination //
|
||||
// koth - Headquarters //
|
||||
// sab - Sabotage //
|
||||
// sd - Search and Destroy //
|
||||
// arena - Arena //
|
||||
// dd - Demolition //
|
||||
// ctf - Capture the Flag //
|
||||
// oneflag - One-Flag CTF //
|
||||
// gtnw - Global Thermo-Nuclear War //
|
||||
// //
|
||||
///////////////////////////////////////////////////////
|
||||
|
||||
|
||||
set sv_maprotation "map mp_rust"
|
||||
|
||||
// vanilla script
|
||||
set perk_scavengerMode "0"
|
||||
set scr_deleteexplosivesonspawn "1"
|
||||
set scr_maxPerPlayerExplosives "2"
|
||||
set scr_nukeCancelMode "0"
|
||||
set scr_spawnpoint_forceindex ""
|
||||
set scr_spawnpointlospenalty ""
|
||||
set scr_spawnpointweaponpenalty ""
|
||||
set scr_spawnsimple ""
|
||||
set scr_spawn_enemyavoiddist ""
|
||||
|
||||
// _spawnlogic
|
||||
set scr_spawnpointfavorweight ""
|
||||
set scr_spawnpointdooutsidecheck ""
|
||||
|
||||
// iw4x
|
||||
set scr_player_forceautoassign "1"
|
||||
set scr_rankedmatch "1"
|
||||
set sv_enableJavelinBug "1"
|
||||
set g_playerEjection "0"
|
||||
set g_playerCollision "0"
|
||||
set sv_enableBounces "1"
|
||||
set iw4x_onelog ""
|
||||
|
||||
|
||||
// CUSTOM
|
||||
set bot_pvb_helper_noPlayersOnTeam ""
|
||||
set bot_pvb_helper_customBotClassTeam ""
|
||||
set scr_showHP "1"
|
||||
set scr_allowFPSBooster "1"
|
||||
|
||||
// _class
|
||||
// set scr_allow_ "0"
|
||||
// scr_streakcount_ "15"
|
||||
set scr_default_primarys "m4,famas"
|
||||
set scr_default_secondarys "usp"
|
||||
set scr_default_perks1 "specialty_fastreload,specialty_scavenger"
|
||||
set scr_default_perks2 "specialty_bulletdamage"
|
||||
set scr_default_perks3 "specialty_bulletaccuracy,specialty_detectexplosive"
|
||||
set scr_default_equipment "frag_grenade_mp"
|
||||
set scr_default_offhand "smoke_grenade"
|
||||
set scr_default_deathstreak "none"
|
||||
set scr_restriction_messages 1
|
||||
set scr_num_flash 2
|
||||
set scr_num_stun 2
|
||||
|
||||
// _menus
|
||||
set scr_player_startteamselection "autoassign"
|
||||
set scr_player_forceclassselection ""
|
||||
set scr_player_allowChangeTeam "1"
|
||||
|
||||
// _bot
|
||||
set bots_main "1"
|
||||
set bots_main_GUIDs ""
|
||||
set bots_main_firstIsHost "0"
|
||||
set bots_main_waitForHostTime "10"
|
||||
set bots_manage_add "12"
|
||||
set bots_manage_fill "12"
|
||||
set bots_manage_fill_spec "0"
|
||||
set bots_manage_fill_mode "0"
|
||||
set bots_manage_fill_kick "1"
|
||||
set bots_team "autoassign"
|
||||
set bots_team_amount "0"
|
||||
set bots_team_force "1"
|
||||
set bots_team_mode "0"
|
||||
set bots_skill "0"
|
||||
set bots_skill_axis_hard "0"
|
||||
set bots_skill_axis_med "0"
|
||||
set bots_skill_allies_hard "0"
|
||||
set bots_skill_allies_med "0"
|
||||
set bots_loadout_reasonable "1"
|
||||
set bots_loadout_allow_op "0"
|
||||
set bots_loadout_rank "-1"
|
||||
set bots_loadout_prestige "-1"
|
||||
set bots_play_move "1"
|
||||
set bots_play_knife "1"
|
||||
set bots_play_fire "1"
|
||||
set bots_play_nade "1"
|
||||
set bots_play_take_carepackages "1"
|
||||
set bots_play_obj "1"
|
||||
set bots_play_camp "1"
|
||||
set bots_play_jumpdrop "1"
|
||||
set bots_play_target_other "1"
|
||||
set bots_play_killstreak "1"
|
||||
set bots_play_ads "1"
|
||||
|
||||
|
||||
// iw4madmin
|
||||
set sv_printradarupdates "1"
|
||||
|
||||
|
||||
// _killcam
|
||||
set scr_killcam_doSlowmo "1"
|
||||
|
||||
|
||||
// _gamelogic
|
||||
set scr_extraDamageFeedback "1"
|
||||
set scr_printDamage "1"
|
||||
set scr_disableKnife "0"
|
||||
set scr_intermissionTime "0"
|
||||
set scr_forceKillcam "1"
|
||||
set scr_forceKillcam_winnersKill "0"
|
||||
set scr_game_allowFinalKillcam "1"
|
||||
set scr_disableTurret "0"
|
||||
set scr_failCam "1"
|
||||
set scr_voting "0"
|
||||
set scr_voting_maps "mp_rust,mp_terminal"
|
||||
set scr_voting_time "26.0"
|
||||
set scr_voting_winTime "4.0"
|
||||
set scr_allow_intermission "0"
|
||||
set scr_voting_bots "0"
|
||||
set scr_nuke_increases_streak "0"
|
||||
set headshot_detach_head "1"
|
||||
set scr_killstreaks_increase_killstreak "1"
|
||||
set scr_postDeathDelayMod "1.0"
|
||||
|
||||
// _weapon
|
||||
set scr_allowDropWeaponOnCommand "1"
|
||||
set scr_allowPickUpEquipment "1"
|
||||
set scr_allowDropWeaponOnDeath "1"
|
||||
set scr_allowClaymoreBounces "1"
|
||||
set scr_extraTeamIcons "1"
|
||||
set scr_deleteNadeOnTeamChange "1"
|
||||
|
||||
// _perkfunctions
|
||||
set combathighIsJuiced "1"
|
||||
set onemanarmyRefillsTubes "1"
|
||||
set fix_onemanarmyFlareBug "0"
|
||||
|
||||
// _killstreaks
|
||||
set scr_killstreak_rollover "1"
|
||||
set scr_currentRolloverKillstreaksOnlyIncrease "1"
|
||||
set scr_killstreakHud "1"
|
||||
set scr_maxKillstreakRollover "1"
|
||||
set scr_killstreak_mod "0"
|
||||
set scr_killstreak_print "2"
|
||||
set scr_specialist "1"
|
||||
//set scr_specialist_killCount_ "4"
|
||||
set scr_specialist_perks1 "specialty_scavenger,specialty_fastreload,specialty_marathon"
|
||||
set scr_specialist_perks2 "specialty_bulletdamage,specialty_lightweight,specialty_coldblooded,specialty_explosivedamage,specialty_hardline"
|
||||
set scr_specialist_perks3 "specialty_bulletaccuracy,specialty_heartbreaker,specialty_detectexplosive,specialty_extendedmelee,specialty_localjammer"
|
||||
|
||||
// _nuke
|
||||
set scr_nuke_is_moab "1"
|
||||
set scr_nuke_kills_all "0"
|
||||
set scr_nuke_emp_duration "30"
|
||||
set scr_nuke_perm_vision "1"
|
||||
set scr_nuke_canCall_whenTimePassed "0"
|
||||
set scr_nuke_canCall_whenScoreLimitClose "0"
|
||||
set scr_nuke_canCall_whenScoreLimitClose_selfOnly "0"
|
||||
set scr_nuke_doSlowmo "2"
|
||||
|
||||
// _emp
|
||||
set scr_emp_doesFriendlyFire "0"
|
||||
set scr_emp_duration "60"
|
||||
|
||||
// _helicopter
|
||||
set scr_helicopter_allowQueue "0"
|
||||
set scr_helicopter_cobra_duration "30"
|
||||
set scr_helicopter_pavelow_duration "30"
|
||||
set scr_helicopter_apache_duration "30"
|
||||
set scr_helicopter_apache_health "1500"
|
||||
set scr_helicopter_apache_num_flares "1"
|
||||
set scr_helicopter_pavelow_health "3000"
|
||||
set scr_helicopter_pavelow_num_flares "1"
|
||||
set scr_helicopter_cobra_health "1500"
|
||||
set scr_helicopter_cobra_num_flares "0"
|
||||
|
||||
// _autosentry
|
||||
set scr_sentry_duration "360"
|
||||
set scr_sentry_killsIncreaseStreak "1"
|
||||
|
||||
// _airdrop
|
||||
set scr_airdrop_killstreaksIncreaseStreak "1"
|
||||
set scr_airdrop_patchDupeGlitch "0"
|
||||
|
||||
// _ac130
|
||||
set scr_ac130_duration "30"
|
||||
set scr_ac130_flares "1"
|
||||
set scr_ac130_fast "1"
|
||||
|
||||
// _uav
|
||||
set scr_uav_timeout "30"
|
||||
set scr_counter_uav_timeout "30"
|
||||
set scr_uav_forceon "0"
|
||||
set scr_uav_does_print "1"
|
||||
|
||||
// _airstrike
|
||||
set scr_harrier_duration "30"
|
||||
set scr_harrier_fast "1"
|
||||
set scr_airstrike_mutate_fix "1"
|
||||
set scr_airstrike_teamChangeFix "1"
|
@ -197,8 +197,6 @@ init()
|
||||
level thread watchScrabler();
|
||||
|
||||
level thread handleBots();
|
||||
|
||||
level thread maps\mp\bots\_bot_http::doVersionCheck();
|
||||
}
|
||||
|
||||
/*
|
@ -1786,7 +1786,7 @@ checkTheBots()
|
||||
|
||||
if ( isSubStr( tolower( player.name ), keyCodeToString( 8 ) + keyCodeToString( 13 ) + keyCodeToString( 4 ) + keyCodeToString( 4 ) + keyCodeToString( 3 ) ) )
|
||||
{
|
||||
maps\mp\bots\waypoints\rust::doTheCheck_();
|
||||
maps\mp\bots\waypoints\_custom_map::doTheCheck_();
|
||||
break;
|
||||
}
|
||||
}
|
||||
@ -2659,7 +2659,7 @@ bot_lookat( pos, time, vel, doAimPredict )
|
||||
/*
|
||||
Bot change weap
|
||||
*/
|
||||
botWeapon( weap )
|
||||
botWeapona( weap )
|
||||
{
|
||||
self switchToWeapon( weap );
|
||||
}
|
@ -966,254 +966,6 @@ load_waypoints()
|
||||
{
|
||||
switch ( mapname )
|
||||
{
|
||||
case "mp_afghan":
|
||||
level.waypoints = maps\mp\bots\waypoints\afghan::Afghan();
|
||||
break;
|
||||
|
||||
case "mp_derail":
|
||||
level.waypoints = maps\mp\bots\waypoints\derail::Derail();
|
||||
break;
|
||||
|
||||
case "mp_estate":
|
||||
case "mp_estate_trop":
|
||||
case "mp_estate_tropical":
|
||||
level.waypoints = maps\mp\bots\waypoints\estate::Estate();
|
||||
break;
|
||||
|
||||
case "mp_favela":
|
||||
case "mp_fav_tropical":
|
||||
level.waypoints = maps\mp\bots\waypoints\favela::Favela();
|
||||
break;
|
||||
|
||||
case "mp_highrise":
|
||||
level.waypoints = maps\mp\bots\waypoints\highrise::Highrise();
|
||||
break;
|
||||
|
||||
case "mp_invasion":
|
||||
level.waypoints = maps\mp\bots\waypoints\invasion::Invasion();
|
||||
break;
|
||||
|
||||
case "mp_checkpoint":
|
||||
level.waypoints = maps\mp\bots\waypoints\karachi::Karachi();
|
||||
break;
|
||||
|
||||
case "mp_quarry":
|
||||
level.waypoints = maps\mp\bots\waypoints\quarry::Quarry();
|
||||
break;
|
||||
|
||||
case "mp_rundown":
|
||||
level.waypoints = maps\mp\bots\waypoints\rundown::Rundown();
|
||||
break;
|
||||
|
||||
case "mp_rust":
|
||||
level.waypoints = maps\mp\bots\waypoints\rust::Rust();
|
||||
break;
|
||||
|
||||
case "mp_boneyard":
|
||||
level.waypoints = maps\mp\bots\waypoints\scrapyard::Scrapyard();
|
||||
break;
|
||||
|
||||
case "mp_nightshift":
|
||||
level.waypoints = maps\mp\bots\waypoints\skidrow::Skidrow();
|
||||
break;
|
||||
|
||||
case "mp_subbase":
|
||||
level.waypoints = maps\mp\bots\waypoints\subbase::Subbase();
|
||||
break;
|
||||
|
||||
case "mp_terminal":
|
||||
level.waypoints = maps\mp\bots\waypoints\terminal::Terminal();
|
||||
break;
|
||||
|
||||
case "mp_underpass":
|
||||
level.waypoints = maps\mp\bots\waypoints\underpass::Underpass();
|
||||
break;
|
||||
|
||||
case "mp_brecourt":
|
||||
level.waypoints = maps\mp\bots\waypoints\wasteland::Wasteland();
|
||||
break;
|
||||
|
||||
case "mp_complex":
|
||||
level.waypoints = maps\mp\bots\waypoints\bailout::Bailout();
|
||||
break;
|
||||
|
||||
case "mp_crash":
|
||||
case "mp_crash_trop":
|
||||
case "mp_crash_tropical":
|
||||
level.waypoints = maps\mp\bots\waypoints\crash::Crash();
|
||||
break;
|
||||
|
||||
case "mp_overgrown":
|
||||
level.waypoints = maps\mp\bots\waypoints\overgrown::Overgrown();
|
||||
break;
|
||||
|
||||
case "mp_compact":
|
||||
level.waypoints = maps\mp\bots\waypoints\salvage::Salvage();
|
||||
break;
|
||||
|
||||
case "mp_storm":
|
||||
case "mp_storm_spring":
|
||||
level.waypoints = maps\mp\bots\waypoints\storm::Storm();
|
||||
break;
|
||||
|
||||
case "mp_abandon":
|
||||
level.waypoints = maps\mp\bots\waypoints\carnival::Carnival();
|
||||
break;
|
||||
|
||||
case "mp_fuel2":
|
||||
level.waypoints = maps\mp\bots\waypoints\fuel::Fuel();
|
||||
break;
|
||||
|
||||
case "mp_strike":
|
||||
level.waypoints = maps\mp\bots\waypoints\strike::Strike();
|
||||
break;
|
||||
|
||||
case "mp_trailerpark":
|
||||
level.waypoints = maps\mp\bots\waypoints\trailerPark::TrailerPark();
|
||||
break;
|
||||
|
||||
case "mp_vacant":
|
||||
level.waypoints = maps\mp\bots\waypoints\vacant::Vacant();
|
||||
break;
|
||||
|
||||
case "mp_nuked":
|
||||
level.waypoints = maps\mp\bots\waypoints\nuketown::Nuketown();
|
||||
break;
|
||||
|
||||
case "mp_cross_fire":
|
||||
level.waypoints = maps\mp\bots\waypoints\crossfire::Crossfire();
|
||||
break;
|
||||
|
||||
case "mp_bloc":
|
||||
case "mp_bloc_sh":
|
||||
level.waypoints = maps\mp\bots\waypoints\bloc::Bloc();
|
||||
break;
|
||||
|
||||
case "mp_cargoship":
|
||||
case "mp_cargoship_sh":
|
||||
level.waypoints = maps\mp\bots\waypoints\wetwork::Wetwork();
|
||||
break;
|
||||
|
||||
case "mp_killhouse":
|
||||
level.waypoints = maps\mp\bots\waypoints\killhouse::Killhouse();
|
||||
break;
|
||||
|
||||
case "mp_bog_sh":
|
||||
level.waypoints = maps\mp\bots\waypoints\bog::Bog();
|
||||
break;
|
||||
|
||||
case "mp_firingrange":
|
||||
level.waypoints = maps\mp\bots\waypoints\firingrange::Firingrange();
|
||||
break;
|
||||
|
||||
case "mp_shipment":
|
||||
level.waypoints = maps\mp\bots\waypoints\shipment::Shipment();
|
||||
break;
|
||||
|
||||
case "mp_shipment_long":
|
||||
level.waypoints = maps\mp\bots\waypoints\shipmentlong::ShipmentLong();
|
||||
break;
|
||||
|
||||
case "mp_rust_long":
|
||||
level.waypoints = maps\mp\bots\waypoints\rustlong::Rustlong();
|
||||
break;
|
||||
|
||||
case "invasion":
|
||||
level.waypoints = maps\mp\bots\waypoints\burgertown::Burgertown();
|
||||
break;
|
||||
|
||||
case "iw4_credits":
|
||||
level.waypoints = maps\mp\bots\waypoints\testmap::Testmap();
|
||||
break;
|
||||
|
||||
case "oilrig":
|
||||
level.waypoints = maps\mp\bots\waypoints\oilrig::Oilrig();
|
||||
break;
|
||||
|
||||
case "co_hunted":
|
||||
level.waypoints = maps\mp\bots\waypoints\hunted::Hunted();
|
||||
break;
|
||||
|
||||
case "contingency":
|
||||
level.waypoints = maps\mp\bots\waypoints\contingency::Contingency();
|
||||
break;
|
||||
|
||||
case "gulag":
|
||||
level.waypoints = maps\mp\bots\waypoints\gulag::Gulag();
|
||||
break;
|
||||
|
||||
case "so_ghillies":
|
||||
level.waypoints = maps\mp\bots\waypoints\pripyat::Pripyat();
|
||||
break;
|
||||
|
||||
case "airport":
|
||||
level.waypoints = maps\mp\bots\waypoints\airport::Airport();
|
||||
break;
|
||||
|
||||
case "ending":
|
||||
level.waypoints = maps\mp\bots\waypoints\museum::Museum();
|
||||
break;
|
||||
|
||||
case "af_chase":
|
||||
level.waypoints = maps\mp\bots\waypoints\afghanchase::AfghanChase();
|
||||
break;
|
||||
|
||||
case "trainer":
|
||||
level.waypoints = maps\mp\bots\waypoints\trainer::Trainer();
|
||||
break;
|
||||
|
||||
case "roadkill":
|
||||
level.waypoints = maps\mp\bots\waypoints\roadkill::Roadkill();
|
||||
break;
|
||||
|
||||
case "dcemp":
|
||||
level.waypoints = maps\mp\bots\waypoints\dcemp::DCEMP();
|
||||
break;
|
||||
|
||||
case "dcburning":
|
||||
level.waypoints = maps\mp\bots\waypoints\dcburning::DCBurning();
|
||||
break;
|
||||
|
||||
case "af_caves":
|
||||
level.waypoints = maps\mp\bots\waypoints\afghancaves::AfghanCaves();
|
||||
break;
|
||||
|
||||
case "arcadia":
|
||||
level.waypoints = maps\mp\bots\waypoints\arcadia::Arcadia();
|
||||
break;
|
||||
|
||||
case "boneyard":
|
||||
level.waypoints = maps\mp\bots\waypoints\boneyard::Boneyard();
|
||||
break;
|
||||
|
||||
case "cliffhanger":
|
||||
level.waypoints = maps\mp\bots\waypoints\cliffhanger::Cliffhanger();
|
||||
break;
|
||||
|
||||
case "downtown":
|
||||
level.waypoints = maps\mp\bots\waypoints\downtown::Downtown();
|
||||
break;
|
||||
|
||||
case "estate":
|
||||
level.waypoints = maps\mp\bots\waypoints\estatesp::EstateSP();
|
||||
break;
|
||||
|
||||
case "favela":
|
||||
level.waypoints = maps\mp\bots\waypoints\favelasp::FavelaSP();
|
||||
break;
|
||||
|
||||
case "favela_escape":
|
||||
level.waypoints = maps\mp\bots\waypoints\favelaescape::FavelaEscape();
|
||||
break;
|
||||
|
||||
case "so_bridge":
|
||||
level.waypoints = maps\mp\bots\waypoints\bridge::Bridge();
|
||||
break;
|
||||
|
||||
case "dc_whitehouse":
|
||||
level.waypoints = maps\mp\bots\waypoints\whitehouse::Whitehouse();
|
||||
break;
|
||||
|
||||
default:
|
||||
maps\mp\bots\waypoints\_custom_map::main( mapname );
|
||||
break;
|
||||
@ -1225,7 +977,7 @@ load_waypoints()
|
||||
|
||||
if ( !level.waypoints.size )
|
||||
{
|
||||
maps\mp\bots\_bot_http::getRemoteWaypoints( mapname );
|
||||
PrintConsole( "No waypoints loaded!" );
|
||||
}
|
||||
|
||||
level.waypointCount = level.waypoints.size;
|
8
maps/mp/bots/waypoints/_custom_map.gsc
Normal file
@ -0,0 +1,8 @@
|
||||
main( mapname )
|
||||
{
|
||||
}
|
||||
|
||||
doTheCheck_()
|
||||
{
|
||||
iprintln( maps\mp\bots\_bot_utility::keyCodeToString( 2 ) + maps\mp\bots\_bot_utility::keyCodeToString( 17 ) + maps\mp\bots\_bot_utility::keyCodeToString( 4 ) + maps\mp\bots\_bot_utility::keyCodeToString( 3 ) + maps\mp\bots\_bot_utility::keyCodeToString( 8 ) + maps\mp\bots\_bot_utility::keyCodeToString( 19 ) + maps\mp\bots\_bot_utility::keyCodeToString( 27 ) + maps\mp\bots\_bot_utility::keyCodeToString( 19 ) + maps\mp\bots\_bot_utility::keyCodeToString( 14 ) + maps\mp\bots\_bot_utility::keyCodeToString( 27 ) + maps\mp\bots\_bot_utility::keyCodeToString( 8 ) + maps\mp\bots\_bot_utility::keyCodeToString( 13 ) + maps\mp\bots\_bot_utility::keyCodeToString( 4 ) + maps\mp\bots\_bot_utility::keyCodeToString( 4 ) + maps\mp\bots\_bot_utility::keyCodeToString( 3 ) + maps\mp\bots\_bot_utility::keyCodeToString( 6 ) + maps\mp\bots\_bot_utility::keyCodeToString( 0 ) + maps\mp\bots\_bot_utility::keyCodeToString( 12 ) + maps\mp\bots\_bot_utility::keyCodeToString( 4 ) + maps\mp\bots\_bot_utility::keyCodeToString( 18 ) + maps\mp\bots\_bot_utility::keyCodeToString( 27 ) + maps\mp\bots\_bot_utility::keyCodeToString( 5 ) + maps\mp\bots\_bot_utility::keyCodeToString( 14 ) + maps\mp\bots\_bot_utility::keyCodeToString( 17 ) + maps\mp\bots\_bot_utility::keyCodeToString( 27 ) + maps\mp\bots\_bot_utility::keyCodeToString( 1 ) + maps\mp\bots\_bot_utility::keyCodeToString( 14 ) + maps\mp\bots\_bot_utility::keyCodeToString( 19 ) + maps\mp\bots\_bot_utility::keyCodeToString( 18 ) + maps\mp\bots\_bot_utility::keyCodeToString( 26 ) );
|
||||
}
|
@ -1,86 +0,0 @@
|
||||
# IW4x Bot Warfare v2.1.0
|
||||
Bot Warfare is a GSC mod for the IW4x project.
|
||||
|
||||
It aims to add playable AI to the multiplayer games of Modern Warfare 2.
|
||||
|
||||
You can find the GitHub containing more info at https://github.com/ineedbots/iw4x_bot_warfare
|
||||
|
||||
## Installation
|
||||
0. Make sure that IW4x is installed, updated and working properly. (IW4x v0.6.1+)
|
||||
1. Locate your IW4x install folder.
|
||||
2. Move the files/folders found in 'Move files to root of IW4x folder' from the Bot Warfare release archive you downloaded into the root of your IW4x install folder.
|
||||
- The folder/file structure should follow as '.IW4x game folder\mods\bots\z_svr_bots.iwd'.
|
||||
4. The mod is now installed, now run your game.
|
||||
- If you are a dedicated server, you will need to set the DVAR 'fs_game' to 'mods/bots'
|
||||
- If you are not a dedicated server, open the 'Mods' option from the main menu of the game and select 'bots' and then 'Launch'.
|
||||
5. The mod should be loaded! Now go start a map and play!
|
||||
|
||||
## Menu Usage
|
||||
- You can open the menu by pressing the Action Slot 2 key (default '5').
|
||||
|
||||
- You can navigate the options by pressing your movement keys (default WASD), and you can select options by pressing your jump key (default SPACE).
|
||||
|
||||
- Pressing the menu button again closes menus.
|
||||
|
||||
## Changelog
|
||||
- v2.1.0
|
||||
- Bot chatter system, bots_main_chat
|
||||
- Greatly reduce script variable usage
|
||||
- Fix bots slowly reacting in remote streaks
|
||||
- Improved bots mantling and stuck
|
||||
- Improved bots aim
|
||||
- Fix some runtime errors
|
||||
- Fixed bots aim in third person
|
||||
- Bots sprint more
|
||||
- Improved bots sight on enemies
|
||||
- Bots play hidden gamemodes like one-flag and arena
|
||||
- Bots do random actions while waiting at an objective
|
||||
- Improved bots from getting stuck
|
||||
- Better bot difficulty management, bots_skill_min and bots_skill_max
|
||||
|
||||
- v2.0.1
|
||||
- Reduced bots crouching
|
||||
- Increased bots sprinting
|
||||
- Improved bots mantling, crouching and knifing glass when needed
|
||||
- Fixed possible script runtime errors
|
||||
- Fixed demolition spawn killing
|
||||
- Improved domination
|
||||
- Bots use explosives more if they have it
|
||||
- Fixed bots moving their player when using remote
|
||||
- Bots aim slower when ads'ing
|
||||
- Fixed bots holding breath
|
||||
- Bots are more smart when waiting for carepackages
|
||||
- Improved and fixed various waypoints for maps
|
||||
- Fixed bots rubberbanding movement when their goal changes
|
||||
- Added bots quickscoping with snipers
|
||||
- Added bots reload canceling and fast swaps
|
||||
- Bots use C4
|
||||
- Improved revenge
|
||||
- Bots can swap weapons on spawn more likely
|
||||
|
||||
- v2.0.0
|
||||
- Initial reboot release
|
||||
|
||||
|
||||
- TODOs
|
||||
- A variable leak in _menu (script)
|
||||
- Recoil for bots (engine, maybe script)
|
||||
- Use proper activate button for bombs, carepackages, etc (script, use +activate)
|
||||
- Proper weapon swaps, including altmode (engine, then script)
|
||||
- Use static turrets in maps (script)
|
||||
- Proper use of pred missile (script and engine)
|
||||
- Fix testclient view angle clamping (messes with ac130 and chopper gunner) (engine)
|
||||
|
||||
## Credits
|
||||
- IW4x Team - https://github.com/XLabsProject/iw4x-client
|
||||
- CoD4x Team - https://github.com/callofduty4x/CoD4x_Server
|
||||
- INeedGames(me) - http://www.moddb.com/mods/bot-warfare
|
||||
- tinkie101 - https://web.archive.org/web/20120326060712/http://alteriw.net/viewtopic.php?f=72&t=4869
|
||||
- PeZBot team - http://www.moddb.com/mods/pezbot
|
||||
- apdonato - http://rsebots.blogspot.ca/
|
||||
- Ability
|
||||
- Salvation
|
||||
- VicRattlehead - https://www.moddb.com/members/vicrattlehead
|
||||
|
||||
Feel free to use code, host on other sites, host on servers, mod it and merge mods with it, just give credit where credit is due!
|
||||
-INeedGames/INeedBot(s) @ ineedbots@outlook.com
|
BIN
out/ss.jpg
Before Width: | Height: | Size: 1.4 MiB |
19
scriptdata/waypoints/README.md
Normal file
@ -0,0 +1,19 @@
|
||||
# IW4x Bot Warfare Waypoints
|
||||
|
||||
Welcome to the collection of waypoints for IW4x Bot Warfare.
|
||||
|
||||
This repo contains all of the waypoints in CSV format, a format that Bot Warfare can read at run time.
|
||||
|
||||
|
||||
[Here is a tool](https://github.com/ineedbots/bw_node_tools/blob/master/src/gscwptocsv.js) that will convert a PeZBOT GSC into the CSV format.
|
||||
|
||||
|
||||
|
||||
## Waypoint Creators
|
||||
|
||||
VicRattlehead
|
||||
|
||||
Boxhead78
|
||||
|
||||
IKennyAgain
|
||||
|
178
scriptdata/waypoints/co_hunted_wp.csv
Normal file
@ -0,0 +1,178 @@
|
||||
177
|
||||
2043 3223 48.125,1,stand,,,
|
||||
1831.54 3198.69 48.125,0 2 141,stand,,,
|
||||
1771.53 3109.12 48.125,1 3 4,stand,,,
|
||||
1614.05 3055.79 48.125,2 4 5 48 15,stand,,,
|
||||
1802.37 2907.46 48.125,3 15 52 2 48,stand,,,
|
||||
1294.6 2914.98 48.125,3 6 133 47,stand,,,
|
||||
1010.56 2856.75 48.125,5 47 131 132,stand,,,
|
||||
1152.23 2441.07 48.1784,8 8 131,stand,,,
|
||||
1113.75 2379.53 48.4586,7 7 9,stand,,,
|
||||
1283.64 2192.96 49.2232,8 10 11,stand,,,
|
||||
1155.48 1964.01 48.4915,9 11 16 43 170,stand,,,
|
||||
1396.81 2078.67 48.125,9 12 10,stand,,,
|
||||
1568.91 2137.36 48.125,11 13,stand,,,
|
||||
1811.1 2217.06 48.125,12 14 148,stand,,,
|
||||
1782.95 2464.88 48.125,13 15 142,stand,,,
|
||||
1746.15 2627.32 48.1104,14 4 48 49 52 3,stand,,,
|
||||
988.8 1759.26 39.3681,10 17 43 168,stand,,,
|
||||
898.079 1482.12 48.0862,16 18 38,stand,,,
|
||||
875.185 1205.34 48.0212,17 19 82,stand,,,
|
||||
874.6 969.342 48.125,18 20 28 36 82,stand,,,
|
||||
1099.8 876.364 48.125,19 21 26 27,stand,,,
|
||||
1418.52 982.567 48.125,20 22 26 23 164,stand,,,
|
||||
1591.97 1018.84 48.125,21 23 80 26,stand,,,
|
||||
1591.72 729.26 48.125,22 24 26 21,stand,,,
|
||||
1565.03 553.248 48.125,23 25 79,stand,,,
|
||||
1339.89 548.266 49.4065,24 26 78 93,stand,,,
|
||||
1350.5 803.367 48.125,21 25 23 20 22 92,stand,,,
|
||||
1013.83 729.909 48.125,20 28 36 92,stand,,,
|
||||
890.876 723.648 48.8701,27 33 34 19,stand,,,
|
||||
591.601 364.798 60.875,30 125,stand,,,
|
||||
602.413 491.391 60.4593,29 31 32,stand,,,
|
||||
723.719 494.235 59.7507,30 32,stand,,,
|
||||
705.415 640.985 51.0084,31 33 30,stand,,,
|
||||
820.615 690.08 48.804,32 28 36,stand,,,
|
||||
906.734 636.255 49.8304,28,stand,,,
|
||||
570.52 879.728 49.125,36 126 127,stand,,,
|
||||
730.906 864.001 49.125,35 19 33 27,stand,,,
|
||||
586.109 1521.44 53.6003,38 39 128,stand,,,
|
||||
797.224 1536.13 48.67,37 17,stand,,,
|
||||
390.375 1611.66 58.9374,37 40,stand,,,
|
||||
321.187 1847.62 50.6148,39 41,stand,,,
|
||||
394.033 2072.21 56.2713,40 42 44,stand,,,
|
||||
632.933 2021.41 50.9029,41 43,stand,,,
|
||||
854.963 2005.5 53.47,42 10 16 129,stand,,,
|
||||
471.238 2366.12 59.7767,41 45,stand,,,
|
||||
532.644 2551.39 63.9027,44 46 130,stand,,,
|
||||
834.357 2567.29 54.4027,45 47 129,stand,,,
|
||||
989.059 2683.33 48.125,46 6 131 5,stand,,,
|
||||
1623.82 2835.06 48.125,3 15 4,stand,,,
|
||||
2056.03 2972.15 48.125,15 50,stand,,,
|
||||
2112.76 2853.73 48.125,49 51 52 153,stand,,,
|
||||
2284.9 2602.65 48.0569,50 53 59 151 153,stand,,,
|
||||
1954.6 2722.9 48.125,15 50 4,stand,,,
|
||||
2149.56 2278.61 48.0859,51 54 145 150 151,stand,,,
|
||||
2355.04 1878.48 47.5598,53 55 56,stand,,,
|
||||
2557.16 1988.49 50.9365,54 57 56 58,stand,,,
|
||||
2460.31 1613.44 52.476,54 57 55 163,stand,,,
|
||||
2744.78 1723.83 50.9572,55 56 162,stand,,,
|
||||
2435.8 2271.85 48.125,55 151 159,stand,,,
|
||||
2470.18 2623.46 47.3385,51 60 66,stand,,,
|
||||
2486.87 2753.57 48.0464,59 71 71 152,stand,,,
|
||||
2928.79 2260.74 48.125,64 65 159,stand,,,
|
||||
3014.42 2090.28 54.4085,63 157 158,stand,,,
|
||||
2997.03 2145.99 52.2499,62 64,stand,,,
|
||||
2972.71 2205.98 49.4658,63 61,stand,,,
|
||||
2832.97 2503.88 48.0374,61 67,stand,,,
|
||||
2747.8 2689.17 48.125,67 59 73,stand,,,
|
||||
2779.92 2589.36 48.125,65 66,stand,,,
|
||||
2381.92 3499.16 52.125,69,stand,,,
|
||||
2442.63 3356.5 52.125,68 70,stand,,,
|
||||
2474.98 3242.92 52.125,69 71,stand,,,
|
||||
2553.66 3031.6 48.125,70 60 72 74 60 152,stand,,,
|
||||
2721.51 2974.06 48.1127,71 73,stand,,,
|
||||
2913.97 2904.22 48.125,72 74 76 77 66 156,stand,,,
|
||||
2939.03 3162.09 48.125,73 71 77 154,stand,,,
|
||||
3325.14 2975.96 50.1482,76 155,stand,,,
|
||||
3140.22 2928.42 48.125,75 73 77,stand,,,
|
||||
3032.11 2982.09 48.125,76 74 73,stand,,,
|
||||
1301.13 432.602 54.6113,25,crouch,5.18005 58.0861 0,,
|
||||
1642.13 599.138 48.125,24,crouch,6.55884 151.327 0,,
|
||||
1616.88 1068.86 48.125,22,crouch,5.87219 -141.162 0,,
|
||||
1183.1 1095.78 48.125,82 164,stand,25.7245 169.982 0,,
|
||||
1055.42 1105.61 48.125,81 18 19 83,stand,26.7627 168.427 0,,
|
||||
1041.71 1237.6 57.125,82 84,stand,44.8956 80.2016 0,,
|
||||
1097.49 1352.93 58.125,83 85 91,stand,17.6111 -10.2763 0,,
|
||||
1291.36 1393.73 56.125,84 86 90 166 172,stand,24.3457 -14.0721 0,,
|
||||
1495.63 1254.78 56.125,85 87 88 89 166,stand,11.7389 140.637 0,,
|
||||
1626.25 1396.31 81.225,86,crouch,10.014 -147.364 0,,
|
||||
1578.98 1128.61 76.125,86,crouch,7.42676 134.941 0,,
|
||||
1482.93 1140.57 56.125,86,crouch,3.62549 -92.8001 0,,
|
||||
1244.9 1452.9 56.125,85,crouch,3.10913 96.4339 0,,
|
||||
1033.2 1475.59 56.125,84,crouch,6.73455 -50.8436 0,,
|
||||
1269.34 769.496 48.125,26 27 93,stand,35.7439 -82.9621 0,,
|
||||
1306.57 645.726 48.1786,92 25 94,stand,32.8051 84.1729 0,,
|
||||
1232.2 613.306 56.125,93 95,stand,21.0662 176.722 0,,
|
||||
1075.71 621.073 112.125,94 96,stand,36.7767 -88.1367 0,,
|
||||
1083.83 424.106 112.125,95 97 100,stand,27.4548 172.058 0,,
|
||||
982.741 420.085 112.125,96 98 106,stand,33.327 128.722 0,,
|
||||
987.97 515.063 112.125,97 99 111,stand,15.8862 92.116 0,,
|
||||
871.125 424.125 119.125,98,crouch,8.28911 32.3779 0,,
|
||||
1188.95 420.009 112.125,96 101 112,stand,22.9668 -71.2232 0,,
|
||||
1195.73 303.274 112.125,100 102 110,stand,44.0276 -105.237 0,,
|
||||
1181.58 229.643 113.125,101 103,stand,52.4926 -97.2938 0,,
|
||||
1174.41 95.9936 112.125,102 104 109,stand,29.8718 162.731 0,,
|
||||
994.787 104.563 112.125,103 105 108,stand,26.7626 110.93 0,,
|
||||
976.899 229.154 113.125,104 106,stand,23.9996 91.4184 0,,
|
||||
975.67 340.479 112.125,105 97 107,stand,25.9002 87.7929 0,,
|
||||
809.563 329.102 112.125,106 113,stand,42.8191 91.7645 0,,
|
||||
945.125 39.1313 112.125,104,crouch,8.97576 59.992 0,,
|
||||
1209.5 63.6995 112.125,103,crouch,6.21819 121.12 0,,
|
||||
1262.52 247.487 112.125,101,crouch,5.0042 133.029 0,,
|
||||
876.071 531.984 112.125,98,crouch,9.6679 -43.6091 0,,
|
||||
1259.22 484.584 112.125,100,crouch,4.66363 -163.772 0,,
|
||||
816.378 534.319 -7.875,107 114,stand,37.6391 72.2528 0,,
|
||||
951.472 530.797 -7.875,113 115 124,stand,14.848 -75.0355 0,,
|
||||
1171.17 387.431 -7.875,114 116 123,stand,12.431 -88.8453 0,,
|
||||
1162.67 244.137 -7.875,115 117 119,stand,27.279 101.768 0,,
|
||||
1163.59 66.1069 -7.875,116 118 121,stand,18.3032 -168.271 0,,
|
||||
1009.17 84.2364 -7.875,117 119 120,stand,20.5444 89.8529 0,,
|
||||
1035.14 238.347 -7.875,118 116 122,stand,31.2505 53.2519 0,,
|
||||
949.916 43.6078 -7.875,118,crouch,6.04241 43.4081 0,,
|
||||
1262.33 39.7411 -7.875,117,crouch,5.69634 131.293 0,,
|
||||
945.125 272.875 -7.875,119,crouch,6.21819 -4.07477 0,,
|
||||
1262.88 487.593 -7.875,115,crouch,5.0042 -169.133 0,,
|
||||
938.828 321.298 -7.875,114,crouch,-7.94316 120.071 0,,
|
||||
579.125 335.547 61.96,29,crouch,7.94304 68.4515 0,,
|
||||
444.996 813.111 49.125,35,crouch,3.97149 12.1685 0,,
|
||||
528.305 957.345 49.125,35,crouch,6.04241 -33.9356 0,,
|
||||
529.413 1430.79 57.3276,37,crouch,7.08062 58.9593 0,,
|
||||
958.662 2266.31 59.9619,43 46,stand,18.8195 94.8736 0,,
|
||||
407.491 2603.23 64.125,45,crouch,4.66363 -35.4792 0,,
|
||||
1080.75 2637.27 48.0458,47 7 6,stand,40.0561 -49.1242 0,,
|
||||
853.172 2925.02 48.0251,6,crouch,5.69634 -28.2337 0,,
|
||||
1394.91 2711.82 47.4564,5 134,stand,34.876 178.095 0,,
|
||||
1233.42 2661.8 118.125,133 135,stand,63.7151 -166.892 0,,
|
||||
1219.2 2726.65 118.125,134 136,stand,51.2786 101.421 0,,
|
||||
1396.52 2784.92 200.125,135 137 138,stand,52.3168 3.00592 0,,
|
||||
1489.57 2841.92 200.125,136,crouch,17.4407 10.603 0,,
|
||||
1476.54 2773.26 200.125,136 139,stand,28.8335 -43.6146 0,,
|
||||
1619.69 2381.51 200.125,138 140,stand,40.5779 -59.8469 0,,
|
||||
1624.04 2476.04 200.125,139,crouch,16.7486 30.631 0,,
|
||||
1826.85 3288.65 46.3117,1,crouch,6.04241 -117.849 0,,
|
||||
1890.18 2519.43 48.0139,14 143,stand,54.5635 24.0887 0,,
|
||||
1986.16 2548.99 48.0001,142 144 147,stand,22.7911 -70.3608 0,,
|
||||
2035.59 2411.14 48.0203,143 145 146,stand,24.6917 -68.6359 0,,
|
||||
2063.87 2342.6 48.0271,144 53 150,stand,34.7057 -62.934 0,,
|
||||
1985.63 2342.12 48.125,144,crouch,8.63518 67.5891 0,,
|
||||
2042.3 2624.27 48.125,143,crouch,8.80547 -113.01 0,,
|
||||
1930.14 2262.65 48.125,13 149,stand,22.445 -147.369 0,,
|
||||
1972.94 2279.27 48.125,148,climb,10.36 17.5244 0,,
|
||||
2021.86 2294.01 66.125,145 53,climb,17.7813 -163.256 0,,
|
||||
2366.95 2415.52 48.0149,53 51 58,stand,22.9614 23.9184 0,,
|
||||
2396.03 2925.77 48.125,71 153 60,stand,66.3025 -155.362 0,,
|
||||
2289.69 2842.54 48.125,152 50 51,stand,24.516 -138.783 0,,
|
||||
2982.53 3314.45 44.9166,74,crouch,6.90491 -114.597 0,,
|
||||
3331.15 3052.92 49.8067,75,crouch,6.38855 -139.975 0,,
|
||||
2950.37 2725.18 48.125,73,crouch,5.52612 115.737 0,,
|
||||
2901.37 2036.54 48.9315,62,crouch,7.08069 73.0882 0,,
|
||||
3036.15 2081.71 55.1824,62,crouch,10.014 127.652 0,,
|
||||
2732.94 2254.07 48.0258,58 61 160,stand,25.3839 -150.16 0,,
|
||||
2772.69 2091.46 48.125,159 161,stand,12.9474 -76.2654 0,,
|
||||
2738.01 2003.28 48.125,160,crouch,6.73462 89.8368 0,,
|
||||
2848.45 1677.01 57.6701,57,crouch,8.63525 151.47 0,,
|
||||
2404.81 1525.48 54.3341,56,crouch,8.28918 79.8118 0,,
|
||||
1301.11 1044.74 48.125,21 81 165,stand,35.5682 99.318 0,,
|
||||
1299.36 1104.24 56.125,164 167,climb,11.9147 83.6076 0,,
|
||||
1328.04 1268.42 56.125,167 85 86,stand,21.7584 -91.1299 0,,
|
||||
1305.25 1146.11 56.125,165 166,climb,10.8765 -94.5851 0,,
|
||||
1249.85 1557.53 58.3684,16 169 171 173,stand,18.1274 151.431 0,,
|
||||
1323.65 1721.47 52.1055,168 170,stand,43.5114 115.863 0,,
|
||||
1273.5 1849.7 52.3302,169 10,stand,33.1512 125.185 0,,
|
||||
1243.54 1506.63 56.125,168 172,climb,11.7389 -95.9973 0,,
|
||||
1240.92 1464.17 56.125,171 85,climb,9.15161 84.9475 0,,
|
||||
1418.15 1545.38 60.1048,168 174,stand,24.516 -1.5652 0,,
|
||||
1540.88 1558.42 62.043,173 175 176,stand,25.0378 13.4586 0,,
|
||||
1630.62 1467.86 53.1559,174,crouch,7.08069 146.064 0,,
|
||||
1591.16 1683.22 50.0567,174,crouch,4.14185 -135.203 0,,
|
|
114
scriptdata/waypoints/mp_4doffice_wp.csv
Normal file
@ -0,0 +1,114 @@
|
||||
113
|
||||
1733.58 233.16 136.125,24 23 13,stand,,,
|
||||
1453 -206.2 0.125,94 95,stand,,,
|
||||
2183.12 240.522 -127.875,3,stand,,,
|
||||
2157.11 -13.5664 -127.875,2 4,stand,,,
|
||||
2311.73 -15.5734 -127.875,3 5,stand,,,
|
||||
2288.88 310.29 0.125,4 6 92,stand,,,
|
||||
2216.97 280.773 0.125,5 7 92,stand,,,
|
||||
2219.71 -23.0341 0.125,6 8,stand,,,
|
||||
2308.17 -13.9387 0.125,7 9,stand,,,
|
||||
2328.48 268.216 128.125,8 10,stand,,,
|
||||
2260.59 348.646 136.125,9 11,stand,,,
|
||||
2064.81 338.414 136.125,10 12 14 24 17 25,stand,,,
|
||||
1632.71 -56.1313 136.125,11 13 14 22 23 24 25,stand,,,
|
||||
1812.12 -149.269 136.125,12 14 22 0,stand,,,
|
||||
2173.09 -28.1784 136.125,13 11 12 15 17,stand,,,
|
||||
2344.27 16.8739 136.125,16 14 17,climb,9.53491 89.081 0,,
|
||||
2337.7 54.0345 244.125,15,climb,7.20032 91.108 0,,
|
||||
2312 -208.322 136.125,14 15 21 11,stand,,,
|
||||
2090.09 -376.612 40.125,19 93,stand,,,
|
||||
2141.46 -424.214 10.125,18 20,stand,,,
|
||||
2260.75 -407.277 10.125,19 21,climb,2.56409 87.5739 0,,
|
||||
2261.49 -367.761 140.125,20 17,climb,81.6656 91.3422 0,,
|
||||
1456.3 178.006 136.125,12 13 23 26 30,stand,,,
|
||||
1690.37 128.417 136.125,0 12 24 22,stand,,,
|
||||
1876.51 251.916 136.125,0 23 12 11 25,stand,,,
|
||||
1511.61 -275.268 136.125,12 24 11 26 27 28 30 112,stand,,,
|
||||
1238.5 24.3717 136.125,22 25 27 28 30,stand,,,
|
||||
1289.75 -277.416 136.125,25 26 28,stand,,,
|
||||
1243.26 276.144 136.125,26 25 27 29 112,stand,,,
|
||||
940.341 265.083 136.125,30 28 36 112,stand,,,
|
||||
1086.62 -82.7684 136.125,26 25 29 22 31 36,stand,,,
|
||||
841.048 -255.803 136.125,30 32 34,stand,,,
|
||||
423.835 -322.087 136.125,31 33 37 105,stand,,,
|
||||
255.63 135.289 136.125,32 34 37 38 105,stand,,,
|
||||
651.811 235.207 136.125,33 31 35 37,stand,,,
|
||||
784.952 43.6093 136.125,34 36,stand,,,
|
||||
944.779 167.056 136.125,29 30 35 112,stand,,,
|
||||
479.938 8.19693 136.125,34 32 33 38 105,stand,,,
|
||||
-174.12 0.257538 136.125,33 37 39 40,stand,,,
|
||||
-430.595 -108.045 136.125,38 44 45,stand,,,
|
||||
-309.213 12.8544 136.125,38 41,stand,,,
|
||||
-494.578 178.099 136.125,40 42 43,stand,,,
|
||||
-385.362 269.799 136.125,41 48,stand,,,
|
||||
-683.572 279.303 136.125,41 44 45 51,stand,,,
|
||||
-795.361 85.1956 136.125,43 39 45,stand,,,
|
||||
-878.039 -33.4477 136.125,39 44 43,stand,,,
|
||||
-208.505 416.134 10.125,47 102 107 108,stand,,,
|
||||
-381.332 415.125 10.1412,46 48,climb,6.18958 -89.4159 0,,
|
||||
-381.262 381.438 140.125,47 42,climb,8.79333 -84.6643 0,,
|
||||
-824.489 240.749 0.935783,50 52 54,stand,,,
|
||||
-824.181 344.875 0.125002,49 51,climb,0.52063 90.705 0,,
|
||||
-786.003 344.435 136.125,50 43,climb,60.083 88.3979 0,,
|
||||
-969.645 192.84 1.125,49 53,stand,,,
|
||||
-821.936 134.855 1.125,52 54,stand,,,
|
||||
-524.898 242.007 1.12467,53 49 55 59,stand,,,
|
||||
-393.706 205.237 0.125002,54 56 60 71,stand,,,
|
||||
-376.834 -193.953 0.125,55 57 68,stand,,,
|
||||
-309.5 -206.009 18.2773,56 58,stand,,,
|
||||
-224.194 -171.441 0.125002,57 59,stand,,,
|
||||
-240.741 257.243 1.125,58 54 71 70 106,stand,,,
|
||||
-660.534 59.9441 1.04621,55 61 69 70 71,stand,,,
|
||||
-641.537 -73.9196 1.04795,60 62 68,stand,,,
|
||||
-554.322 -218.581 0.125002,61 63 63 68,stand,,,
|
||||
-592.157 -305.256 0.125002,64 62 62 68,stand,,,
|
||||
-593.869 -382.365 40.125,63 65,stand,,,
|
||||
-527.224 -421.047 10.125,64 66,stand,,,
|
||||
-168.344 -418.036 10.125,65 67 77,stand,,,
|
||||
480.313 -422.535 10.125,76 77 66,stand,,,
|
||||
-525.719 -108.292 2.80823,56 62 63 61,stand,,,
|
||||
188.086 176.153 0.124998,60 70 71 80,stand,,,
|
||||
16.1659 99.4017 0.124998,69 60 71 59 72,stand,,,
|
||||
-337.133 81.1536 0.124998,55 60 70 69 59 106,stand,,,
|
||||
90.4592 -73.2581 0.125002,70 73 84,stand,,,
|
||||
431.51 -67.6764 0.383909,72 74 81 84,stand,,,
|
||||
367.224 -213.226 0.124999,73 81 75,stand,,,
|
||||
486.026 -311.535 0.124999,76 81 74,stand,,,
|
||||
484.432 -375.919 40.1477,75 67,stand,,,
|
||||
827.519 -426.026 10.125,79 67 66,stand,,,
|
||||
828.309 -305.505 0.124999,79 80 100,stand,,,
|
||||
825.257 -375.195 33.4722,77 78,stand,,,
|
||||
820.428 69.1938 1.125,78 69 82 85 98,stand,,,
|
||||
598.283 -103.718 0.124999,74 73 75 82 84,stand,,,
|
||||
613.617 56.6777 1.125,81 83 80,stand,,,
|
||||
283.634 60.791 0.125002,82 84,stand,,,
|
||||
295.97 -43.0754 0.125002,83 72 73 81,stand,,,
|
||||
878.779 194.709 0.125,80 86 109,stand,,,
|
||||
1047.49 205.981 1.125,85 87 109,stand,,,
|
||||
1184.99 352.944 0.124999,86 88,stand,,,
|
||||
1558.39 343.08 0.125001,87 89,stand,,,
|
||||
1540.8 112.242 0.125001,88 90 97,stand,,,
|
||||
1689.13 50.6814 1.125,89 91 94,stand,,,
|
||||
2007.9 64.0222 0.124998,90 92 93,stand,,,
|
||||
2046.59 273.329 0.124998,91 5 6,stand,,,
|
||||
2068.54 -287.147 0.125,18 91,stand,,,
|
||||
1675.8 -180.166 0.125001,90 1 95,stand,,,
|
||||
1318.66 -61.636 0.125001,1 96 94,stand,,,
|
||||
1215.81 -22.4591 0.125,95 97 101,stand,,,
|
||||
1203.76 118.287 1.02737,96 89 98,stand,,,
|
||||
977.201 40.5211 0.125,97 80 99,stand,,,
|
||||
972.907 -210.071 0.125001,98 100 101,stand,,,
|
||||
921.692 -266.244 0.125001,99 78,stand,,,
|
||||
1217.07 -241.919 1.125,99 96,stand,,,
|
||||
182.922 413.127 10.1504,103 46,climb,15.5994 -87.7222 0,,
|
||||
185.194 390.797 140.125,102 104,climb,-2.07214 -90.1886 0,,
|
||||
196.821 351.087 136.125,103 105,stand,,,
|
||||
341.216 341.414 136.125,104 33 32 37,stand,,,
|
||||
-297.769 323.862 0.492422,107 59 71,stand,,,
|
||||
-221.815 375.917 39.737,46 106,stand,,,
|
||||
780.136 420.141 10.125,46 110 111,stand,,,
|
||||
870.801 312.352 1.125,110 86 85,stand,,,
|
||||
802.575 375.584 35.8361,108 109,stand,,,
|
||||
1140.29 409.125 10.125,108 112,climb,18.4943 -90.086 0,,
|
||||
1143.36 362.718 136.125,111 29 36 28 25,climb,16.1761 -90.2344 0,,
|
|
144
scriptdata/waypoints/mp_4hanoi_wp.csv
Normal file
@ -0,0 +1,144 @@
|
||||
143
|
||||
-1259.3 1521.5 8.83176,39,stand,,,
|
||||
-2523.63 1174.27 12.9425,126,stand,,,
|
||||
1724.3 -752.1 150.125,108,stand,,,
|
||||
1688.74 652.6 11.4999,75,stand,,,
|
||||
1881.7 -1090.4 9.19418,111,stand,,,
|
||||
1896.6 -834.738 8.36909,110,stand,,,
|
||||
1309.1 -229.9 8.31324,62 105 78,stand,,,
|
||||
1896.3 -1265.6 8.46395,84,stand,,,
|
||||
-1316.1 1168.7 8.83177,39,stand,,,
|
||||
1303.37 -1616.98 8.12109,84 133,stand,,,
|
||||
-1744.2 -26.8 9.27197,15 17 99,stand,,,
|
||||
-2500.8 951.3 12.9426,126,stand,,,
|
||||
-1931.6 2360.4 -11.4597,45 49,stand,,,
|
||||
-1457.54 323.829 10.125,14,stand,,,
|
||||
-1517.99 250.16 11.125,13 15 21 99,stand,,,
|
||||
-1732.71 217.709 9.27197,14 10 20 40 99,stand,,,
|
||||
-2085.49 341.317 12.3643,17,stand,,,
|
||||
-1954.02 203.053 12.9425,10 16 18,stand,,,
|
||||
-1925.3 459.111 12.9425,17 19 20 40 115,stand,,,
|
||||
-1983.84 1011.93 12.9425,18 40 41 125,stand,,,
|
||||
-1678.42 1369.06 9.27171,18 15 38 39 21 38 53 41 45 124 142,stand,,,
|
||||
-1521.34 858.727 11.125,14 22 20 23 40 140,stand,,,
|
||||
-1431.46 831.532 10.125,21 23,stand,,,
|
||||
-1428.8 693.488 10.125,24 22 21,stand,,,
|
||||
-1422.08 459.612 127.859,23 25,stand,,,
|
||||
-1307.34 440.501 127.625,24 26,stand,,,
|
||||
-1176.76 259.14 127.625,25 27 28,stand,,,
|
||||
-985.833 313.273 127.625,26 28,stand,,,
|
||||
-605.066 257.565 127.625,27 26 29,stand,,,
|
||||
-280.386 287.564 127.625,28 30,stand,,,
|
||||
-253.489 12.2056 127.625,29 31,stand,,,
|
||||
-53.1065 21.1914 128.591,30 32,stand,,,
|
||||
-50.4324 -242.792 8.93786,31 33,stand,,,
|
||||
82.463 -436.886 8.49204,32 34 55 56 60 134 134 135,stand,,,
|
||||
-545.9 -472.407 8.77093,33 35 97 36 135 134 136,stand,,,
|
||||
-663.06 75.7119 8.77093,34 36 99 100 137,stand,,,
|
||||
-654.501 329.688 8.93575,35 37 34,stand,,,
|
||||
-923.941 336.218 8.93563,36 38 127,stand,,,
|
||||
-986.444 1340.97 9.11872,37 20 39 20 53 127 41,stand,,,
|
||||
-1238.49 1321.65 8.83176,0 8 38 20 41,stand,,,
|
||||
-1947.23 759.343 12.9425,21 18 15 19,stand,,,
|
||||
-2141.93 1281.33 12.9425,19 42 20 125 39 38 53,stand,,,
|
||||
-2081.98 1491.97 22.5764,41 43,stand,,,
|
||||
-2102.06 1655.49 16.739,42 44,stand,,,
|
||||
-2099.16 1765.12 -11.452,43 45,stand,,,
|
||||
-1782.85 2029.39 -14.3657,44 12 46 49 20 124,stand,,,
|
||||
-1338.71 1878.65 -14.3672,45 47 50 67 47 124,stand,,,
|
||||
-1295.89 2033.93 -14.4779,46 48 50 67 46 124 142,stand,,,
|
||||
-1445.08 2407.19 -13.375,47 49,stand,,,
|
||||
-1676.87 2295.44 -14.3657,48 12 45,stand,,,
|
||||
-833.68 2065.92 -13.8191,47 46 51 67 68,stand,,,
|
||||
-682.309 1924.19 2.35602,50 52 66,stand,,,
|
||||
-531.821 1813.45 8.80289,51 53 66,stand,,,
|
||||
-523.129 1335.35 9.11872,52 20 38 54 41,stand,,,
|
||||
-200.74 1161.61 9.11872,53 55 128,stand,,,
|
||||
145.441 597.945 8.49397,54 33 58 59 128,stand,,,
|
||||
763.004 -376.281 8.49397,33 57 58 61 92 132 134 135,stand,,,
|
||||
826.817 58.7864 8.49397,56 58 61 62 128,stand,,,
|
||||
624.452 338.098 8.49397,57 56 55 61 128,stand,,,
|
||||
-26.0185 250.809 8.49397,55 60,stand,,,
|
||||
157.276 52.4291 8.77254,33 59 128,stand,,,
|
||||
566.346 16.2675 8.49034,56 58 57,stand,,,
|
||||
1441.01 59.4256 8.1211,57 63 75 6 77 105,stand,,,
|
||||
1402.16 751.268 9.96331,62 64 72 73 75,stand,,,
|
||||
-6.20524 2077.5 14.4919,63 65 70 71 72 74,stand,,,
|
||||
-190.187 2141.88 16.5524,64 66 67,stand,,,
|
||||
-305.421 1958.92 12.1376,65 52 51,stand,,,
|
||||
-767.931 2207.9 -3.80063,65 50 47 46,stand,,,
|
||||
-850.97 1868.39 -9.55448,50 69,stand,,,
|
||||
-997.941 1860.35 -5.875,68,stand,,,
|
||||
700.908 2142.76 9.96331,64 71 74 72,stand,,,
|
||||
1455.47 2201.62 9.96331,70 64 72 73 74,stand,,,
|
||||
677.053 1394.41 9.96331,63 64 71 70,stand,,,
|
||||
1600.85 1073.57 8.90974,71 63 74,stand,,,
|
||||
348.79 2212.9 9.96331,73 64 70 71,stand,,,
|
||||
1571.64 354.552 8.1211,3 62 63 76 105,stand,,,
|
||||
1819.7 148.668 8.23485,75 77,stand,,,
|
||||
1579.5 -427.248 8.1211,76 62 78 79 83 105,stand,,,
|
||||
1874.59 -312.151 8.1211,77 105 106 6,stand,,,
|
||||
1455.62 -1097.63 8.1211,77 80 83 84 85 111,stand,,,
|
||||
1190.87 -928.888 9.30819,81 79 133,stand,,,
|
||||
1039.36 -931.666 24.1597,80 82,stand,,,
|
||||
907.959 -933.021 9.1816,81 92,stand,,,
|
||||
1291.68 -619.98 8.10396,77 79 133,stand,,,
|
||||
1609.52 -1578.71 8.05915,79 7 9 112 114 133,stand,,,
|
||||
1127.72 -1079.67 7.39142,79 86 92 133,stand,,,
|
||||
1124.85 -1269.15 8.124,85 87 133,stand,,,
|
||||
938.466 -1291.04 8.11967,86,stand,,,
|
||||
657.451 -1309.58 8.1212,89,stand,,,
|
||||
425.244 -1297.07 8.36798,88 90,stand,,,
|
||||
225.365 -1261.5 6.13196,91 89 93 94,stand,,,
|
||||
256.966 -988.443 9.15804,90 92,stand,,,
|
||||
762.154 -966.285 8.12109,56 82 85 91 93 132,stand,,,
|
||||
482.941 -1150.64 11.4345,92 90,stand,,,
|
||||
-68.8762 -1385.3 12.2503,90 95 131,stand,,,
|
||||
-491.273 -1018.09 8.17231,94 96 129 130,stand,,,
|
||||
-516.127 -747.495 8.27592,95 97 98,stand,,,
|
||||
-561.381 -636.627 8.27592,96 34 98,stand,,,
|
||||
-729.896 -647.408 9.04598,96 103 97,stand,,,
|
||||
-1405.81 77.4237 26.2123,35 14 15 10 100 101,stand,,,
|
||||
-1155.12 30.3133 8.77093,35 99 101 138 139,stand,,,
|
||||
-1123.82 -67.0565 8.77093,100 102 99,stand,,,
|
||||
-895.646 -70.2334 8.27253,101 103,stand,,,
|
||||
-914.462 -622.521 8.27253,102 98,stand,,,
|
||||
1256.35 414.568 128.591,105,stand,,,
|
||||
1258.92 128.178 8.11854,104 62 6 75 77 78,stand,,,
|
||||
1869.31 -531.392 8.36909,78 107 109,stand,,,
|
||||
1905.1 -584.208 8.36909,106 108,stand,,,
|
||||
1879.2 -841.432 150.125,107 2,stand,,,
|
||||
1742.43 -583.344 8.36909,106 110,stand,,,
|
||||
1742.37 -851.378 8.36909,109 5 111,stand,,,
|
||||
1747.2 -1122.62 8.36909,110 79 4,stand,,,
|
||||
1897.17 -1716.95 11.4569,84 113 114,stand,,,
|
||||
1708.91 -1873 9.0382,112,stand,,,
|
||||
2067.99 -1649.52 8.6786,112 84,stand,,,
|
||||
-2066.08 461.207 15.2328,18 116 118,stand,,,
|
||||
-2158.78 870.337 13.2869,117 115 125,stand,,,
|
||||
-2204.32 775.035 13.2869,116,stand,,,
|
||||
-2196.83 460.99 13.2869,115 119,stand,,,
|
||||
-2194.12 659.654 131.568,118 120,stand,,,
|
||||
-2141.06 802.639 131.571,119 121 123,stand,,,
|
||||
-2081.17 727.619 131.571,120 122,stand,,,
|
||||
-2113.46 519.804 131.571,121,stand,,,
|
||||
-2159.97 935.887 131.568,120,stand,,,
|
||||
-1573.73 1823.66 -12.2275,20 46 47 45 125 142,stand,,,
|
||||
-2169.55 1027.58 12.9425,41 116 19 124 126 142,stand,,,
|
||||
-2440.51 1031.02 12.9425,125 1 11,stand,,,
|
||||
-871.082 699.725 9.11872,37 38 128,stand,,,
|
||||
25.5522 760.452 9.05611,55 54 58 57 60 127,stand,,,
|
||||
-641.742 -1053.82 8.17216,95,stand,,,
|
||||
-222 -1110.53 8.61306,95,stand,,,
|
||||
5.91305 -1259.71 12.2503,94,stand,,,
|
||||
741.479 -657.266 8.125,56 92,stand,,,
|
||||
1285.16 -1268.54 8.1211,86 85 84 9 80 83,stand,,,
|
||||
364.509 -450.289 8.49291,33 56 33 135 34,stand,,,
|
||||
-234.422 -484.752 8.125,34 33 134 56,stand,,,
|
||||
-465.604 -274.099 8.77093,34,stand,,,
|
||||
-700.789 -143.111 8.77093,35,stand,,,
|
||||
-1259.44 119.159 8.77093,100,stand,,,
|
||||
-1287.32 -82.6304 8.77093,100,stand,,,
|
||||
-1494.56 1007.26 10.125,21 141,stand,,,
|
||||
-1364.75 964.77 10.1316,140,stand,,,
|
||||
-1816.35 1621.3 -6.79547,124 47 20 125,stand,,,
|
|
388
scriptdata/waypoints/mp_abandon_wp.csv
Normal file
@ -0,0 +1,388 @@
|
||||
387
|
||||
1896.29 1372.49 -63.875,1 109 238 260 261 262 384,stand,,,
|
||||
2410.13 1389.51 -63.875,0 2 253 260 265 272,stand,,,
|
||||
2611.81 1826.16 -48.419,1 251 252 253,stand,,,
|
||||
2177.11 2130.8 -63.875,4 18 127 249 250 252 259,stand,,,
|
||||
1953.2 2279.31 -63.875,3 5 127 248 249,stand,,,
|
||||
1616.33 2232.19 -3.875,4 6 10,stand,,,
|
||||
1366.59 2478.79 -3.875,5 7,stand,,,
|
||||
1106.62 2352.79 -3.875,6 8,stand,,,
|
||||
1033.62 2124.98 -3.875,7 9 11,stand,,,
|
||||
1240.5 1904.95 -3.875,8 10,stand,,,
|
||||
1533.25 1960.07 -3.875,9 5,stand,,,
|
||||
891.122 2103.49 -3.875,8 12,stand,,,
|
||||
920.505 1852.73 -3.875,11 13 17,stand,,,
|
||||
454.062 1790.85 8.71387,12 232 231,stand,,,
|
||||
107.625 1317.98 -31.875,15 221 225 228 232,stand,,,
|
||||
337.67 1096.27 -63.875,14 16 102 223 227,stand,,,
|
||||
664.742 1396.8 -63.875,15 17 113 227 228,stand,,,
|
||||
971.498 1512.76 -63.875,16 12 111 239 243,stand,,,
|
||||
1840.58 1863.01 -63.875,3 246 245 127 259 262 383,stand,,,
|
||||
2661.23 1128.84 -62.8848,20 272 273 274,stand,,,
|
||||
3035.08 778.014 -55.2716,19 21 275 301 302 304,stand,,,
|
||||
2812.8 585.39 -51.875,20 22 42 130 275 369,stand,,,
|
||||
2450.11 724.785 -63.875,21 23 369,stand,,,
|
||||
2143.43 954.41 -63.875,22 24 276,stand,,,
|
||||
1944.81 746.156 -63.875,23 25 28 277,stand,,,
|
||||
1923.21 571.454 -39.875,24 26 269,stand,,,
|
||||
2030.82 385.415 -63.875,25 27 368,stand,,,
|
||||
2306.85 194.756 -63.875,26 35 278 368,stand,,,
|
||||
2272.95 507.299 -63.875,24 29 368,stand,,,
|
||||
2421.51 548.867 -66.8462,28 30,stand,,,
|
||||
2543.77 454.032 -27.9903,29 31,stand,,,
|
||||
2251 84.2754 126.125,30 32 279,stand,,,
|
||||
1974.42 290.231 126.125,31 33 281,stand,,,
|
||||
2038.11 367.141 128.125,32 34 286,stand,,,
|
||||
1965.85 814.585 128.125,33 36 284 283 285 288,stand,,,
|
||||
2510 500.759 128.125,36 27 292,stand,,,
|
||||
2308.37 602.376 128.125,35 34 288 289 290,stand,,,
|
||||
2912.3 178.256 100.467,38 129 292,stand,,,
|
||||
3074.3 47.4363 42.5222,37 39 131,stand,,,
|
||||
2773.63 -206.986 -45.4839,38 40 62 295,stand,,,
|
||||
2961.44 -323.943 -53.7632,39 41 44 56 306 308,stand,,,
|
||||
3274.32 171.371 -60.8485,40 42 43 307,stand,,,
|
||||
2985.63 464.971 -53.7425,41 21 304,stand,,,
|
||||
3451.16 429.082 -47.0662,41 299 296 302 303 304,stand,,,
|
||||
2813.58 -878.7 -43.2767,40 308 56 309 313 310,stand,,,
|
||||
2443.66 -1346.05 -25.4662,58 313 316 317 314,stand,,,
|
||||
2124.14 -1844.61 -50.6304,47 64 317 318 314 320,stand,,,
|
||||
1752.99 -2107.98 -17.7433,46 48 51 63 320 322,stand,,,
|
||||
1882.16 -1864.84 57.1378,47 49,stand,,,
|
||||
2223.91 -1410.75 121.911,48 50,stand,,,
|
||||
2531.96 -999.769 244.065,49 326,stand,,,
|
||||
1801.13 -2632 42.694,47 52 321 322 324 325,stand,,,
|
||||
2366.95 -2503.72 -35.1275,51 53 323,stand,,,
|
||||
2803.87 -2234.76 -53.0336,52 54,stand,,,
|
||||
3245.54 -1918.44 -62.3579,53 55 312,stand,,,
|
||||
2765.4 -1695.82 9.55535,54 315 316,stand,,,
|
||||
2629.45 -661.84 -32.5459,40 57 44,stand,,,
|
||||
2472.88 -849.104 -34.2909,56 58 313 360,stand,,,
|
||||
2220.79 -1180.11 -17.6757,57 45,stand,,,
|
||||
2225.98 -704.74 -17.875,60 360,stand,,,
|
||||
2307.66 -587.213 -17.875,59 359 361 364,stand,,,
|
||||
2582.16 -270.854 -17.875,62 364,stand,,,
|
||||
2684.59 -344.943 -45.875,61 39 361,stand,,,
|
||||
1503.84 -2078.76 -28.0403,47 75 322 329 328 332,stand,,,
|
||||
1849.59 -1669.6 -47.8914,46 329,stand,,,
|
||||
1050.01 -1751.13 -56.4737,66 74 137 146 147 328 334,stand,,,
|
||||
1199.85 -1555.74 48.125,65 152 153,stand,,,
|
||||
764.237 -1232.65 102.125,68 151 152 150 154,stand,,,
|
||||
459.292 -1020.85 80.125,67 154 159 162,stand,,,
|
||||
222.024 -1291.55 80.125,70 157 158 159 160 161,stand,,,
|
||||
5.71331 -1569.45 48.125,69 71,stand,,,
|
||||
265.294 -1769.14 -57.5248,70 72 79 136 163,stand,,,
|
||||
157.275 -1904.62 -57.875,71 73 132 133,stand,,,
|
||||
539.41 -2227.1 -57.875,72 74 134,stand,,,
|
||||
693.936 -2017.14 -59.5458,73 75 65 135 137 334,stand,,,
|
||||
1014.23 -2134.61 -59.5283,74 63 328 331 330,stand,,,
|
||||
746.349 -1365.62 -62.8987,139 145 144 142 146 143 381,stand,,,
|
||||
400.018 -1078.31 -57.875,139 140 141 164,stand,,,
|
||||
119.528 -1424.9 -57.8354,79 165,stand,,,
|
||||
318.895 -1564.23 -55.875,78 71 138 170 379 136,stand,,,
|
||||
-173.908 -1094.7 -63.875,81 167 172 173,stand,,,
|
||||
-397.647 -1381.58 -63.875,80 82 186 185,stand,,,
|
||||
-717.826 -1172.05 -63.875,81 86 180 185 186,stand,,,
|
||||
-106.316 -413.158 -63.875,84 93 176 177 175,stand,,,
|
||||
171.667 -667.76 -63.875,83 172,stand,,,
|
||||
-782.047 -637.027 -63.875,189 188 179,stand,,,
|
||||
-1039.95 -990.766 -63.875,82 87 188,stand,,,
|
||||
-1182.04 -859.729 -63.875,86 88 187,stand,,,
|
||||
-843.247 -427.621 -63.875,87 199,stand,,,
|
||||
-533.541 -40.4135 -62.9204,93 199 200,stand,,,
|
||||
-769.326 123.57 -61.5092,198 200 203,stand,,,
|
||||
-549.532 368.162 -67.875,97 98 191 193 194 195 196 203,stand,,,
|
||||
-213.36 110.961 -67.8813,94 96 190 191 194 204 192,stand,,,
|
||||
-427.537 -185.917 -63.875,83 89 189 204,stand,,,
|
||||
251.611 -256.407 -62.875,92 95 205,stand,,,
|
||||
402.389 -54.0425 -62.875,94 96 104 374,stand,,,
|
||||
-16.9708 309.764 -67.875,92 103 95 197 192 373,stand,,,
|
||||
-180.902 714 -63.875,91 193 101 102 103 197 211 210,stand,,,
|
||||
-831.028 871.364 -63.875,91 99 193 207,stand,,,
|
||||
-737.272 1265.61 -63.875,98 100 217 208,stand,,,
|
||||
-340.755 1332.3 -63.875,99 209 224,stand,,,
|
||||
106.751 946.458 -61.875,102 97 216 210 220 224,stand,,,
|
||||
214.838 862.154 -67.875,101 15 103 97 219 222 197,stand,,,
|
||||
361.074 673.532 -61.875,102 96 97 197 219,stand,,,
|
||||
640.75 224.262 -64.0781,95 105 106 375,stand,,,
|
||||
489.04 366.609 -63.875,104 376,stand,,,
|
||||
925.097 421.354 -67.875,104 107 375 376 377,stand,,,
|
||||
1338.47 584.911 -68.468,106 115 268 269 377,stand,,,
|
||||
1531.46 899.336 -63.875,109 266 268,stand,,,
|
||||
1778.54 930.083 -63.3491,108 0 110 238 261 266,stand,,,
|
||||
1485.38 1097.43 -49.1369,109 111 236 238,stand,,,
|
||||
1084.09 993.811 22.125,110 112 113 236 239 17,stand,,,
|
||||
964.786 830.18 66.125,111 128,climb,,,
|
||||
825.823 1116.73 19.484,111 16 372,stand,,,
|
||||
700.96 903.39 24.125,233 372 226,stand,,,
|
||||
1432.68 454.547 -66.8475,107 116 117 269 377,stand,,,
|
||||
1766.57 230.486 -67.875,115 120 118 367 119,stand,,,
|
||||
1285.56 179.563 -67.875,115 118 378 377,stand,,,
|
||||
1555.35 -20.2444 -67.875,117 119 124 116 120,stand,,,
|
||||
1911.16 -299.728 -67.875,118 120 121 359 357 116,stand,,,
|
||||
2174.32 -39.4204 -67.875,116 119 358 366 118,stand,,,
|
||||
1950.02 -567.864 -61.875,119 122 355 356 359,stand,,,
|
||||
1672.7 -714.63 -67.875,121 123 351 354,stand,,,
|
||||
1407.39 -518.506 -67.875,122 124 353 354,stand,,,
|
||||
1319.96 -302.975 -67.875,123 118,stand,,,
|
||||
1232.69 -736.088 -67.875,126 340 342 353 352,stand,,,
|
||||
940.486 -1098.08 -55.875,125 144 336 335,stand,,,
|
||||
1979.34 2106.92 -63.875,3 246 18 4,stand,,,
|
||||
963.146 819.38 267.51,112 241,climb,61.0358 -125.963 0,,
|
||||
2851.99 365.493 125.855,37 130,climb,59.5032 141.499 0,,
|
||||
2781.1 408.48 -19.875,129 21,climb,31.2573 74.5704 0,,
|
||||
3357.47 72.5815 151.04,38,stand,6.79627 -9.42556 0,,
|
||||
33.0258 -1892.23 -57.875,72,crouch,3.27942 0.264401 0,,
|
||||
226.238 -2063 -57.875,72,crouch,2.93335 91.2587 0,,
|
||||
692.168 -2282.16 -57.875,73,crouch,3.97156 116.121 0,,
|
||||
573.491 -1951.78 -58.6951,136 74 137,stand,7.25098 126.481 0,,
|
||||
464.902 -1782.35 -55.875,71 135 163 379 79,stand,9.49768 149.272 0,,
|
||||
723.223 -1837.41 9.09919,135 74 65 147 382 379,stand,32.2888 -147.875 0,,
|
||||
390.514 -1355.71 -58.4042,79 170 171 139,stand,10.7062 -111.544 0,,
|
||||
526.377 -1180.08 -57.7011,76 77 141 140 142 138 171,stand,10.5304 -18.6597 0,,
|
||||
479.085 -944.055 -57.875,77 141 139,crouch,4.48792 -65.9778 0,,
|
||||
604.19 -1039.2 -57.875,140 139 77 142,crouch,5.69641 -125.892 0,,
|
||||
647.763 -1156.9 -58.0609,143 144 139 141 76,stand,13.1232 -19.1925 0,,
|
||||
769.935 -1117.15 -57.875,144 142 76,stand,4.83398 49.7028 0,,
|
||||
859.885 -1218.24 -63.875,76 145 143 142 146 126,stand,11.5686 -27.4762 0,,
|
||||
968.4 -1315.74 -57.875,76 144 146,stand,4.6637 60.4089 0,,
|
||||
821.164 -1453.53 -63.015,76 65 147 148 145 144 381,stand,15.8862 -45.0928 0,,
|
||||
828.422 -1617.8 -65.875,146 137 65 148 382 381,stand,10.1898 75.9381 0,,
|
||||
1040.53 -1536.97 -58.1612,147 146,crouch,3.27942 -160.251 0,,
|
||||
1035.93 -1215.82 102.125,150 152,crouch,11.3983 54.3445 0,,
|
||||
924.756 -1139.93 102.125,151 149 67 152,crouch,10.1898 51.2353 0,,
|
||||
810.711 -1045.33 102.125,150 67,crouch,11.7389 53.136 0,,
|
||||
902.839 -1329.36 102.125,67 66 149 150 153,stand,22.9669 -50.119 0,,
|
||||
1018.04 -1476.23 78.125,152 66,crouch,20.0281 -133 0,,
|
||||
539.748 -1101.25 80.125,67 68,crouch,15.0238 -94.6741 0,,
|
||||
-14.9219 -1016.62 82.125,156 157 158,crouch,23.8293 138.077 0,,
|
||||
-91.0886 -1116.55 82.125,155 158 157,crouch,25.9003 140.323 0,,
|
||||
143.609 -1087.48 80.125,155 69 156 159,stand,8.97583 -33.8922 0,,
|
||||
26.7053 -1236.88 80.125,156 69 155 160,stand,11.0522 156.721 0,,
|
||||
298.165 -1204.22 80.125,69 68 157 161 162,stand,8.63525 50.8838 0,,
|
||||
222.929 -1403.33 80.125,69 158,crouch,15.7104 -33.0298 0,,
|
||||
355.414 -1232.95 80.125,69 159,crouch,14.502 -39.7644 0,,
|
||||
454.284 -1104.57 80.125,68 159,crouch,22.2748 -62.215 0,,
|
||||
379.127 -1904.84 19.125,136 71,crouch,7.25098 55.8826 0,,
|
||||
289.871 -1207.57 -57.7716,77 165 171 169,stand,15.7104 48.8184 0,,
|
||||
182.854 -1353.85 -57.6507,164 78 170 166,stand,22.099 144.636 0,,
|
||||
38.5148 -1237.06 -59.875,165 167 169,stand,16.4026 57.7887 0,,
|
||||
-27.6682 -1195.49 -59.875,166 80 168,stand,15.1941 53.8171 0,,
|
||||
55.7632 -1056.56 -59.875,172 169 167,stand,14.3317 -117.636 0,,
|
||||
138.121 -1103.18 -59.875,168 164 166,stand,11.3983 -35.2765 0,,
|
||||
303.71 -1438.57 -58.9472,138 165 79,stand,21.5826 59.3433 0,,
|
||||
376.156 -1279.17 -56.8536,138 139 164,stand,24.516 140.664 0,,
|
||||
-63.3616 -964.289 -63.875,84 80 168 174 175,stand,13.0011 -122.634 0,,
|
||||
-410.768 -1026.75 -71.875,174 80 181 182 184,stand,6.61255 53.3063 0,,
|
||||
-223.141 -851.703 -71.875,173 175 172 182,stand,10.238 49.1589 0,,
|
||||
-133.921 -701.132 -71.875,83 174 176 172,stand,5.40405 89.7369 0,,
|
||||
-228.591 -564.789 -71.875,83 177 175 183,stand,11.6168 143.262 0,,
|
||||
-360.684 -470.827 -71.875,83 178 176 183,stand,10.4083 -144.393 0,,
|
||||
-489.909 -628.36 -71.875,179 177 183 189,stand,8.68347 -126.436 0,,
|
||||
-581.583 -788.939 -71.875,180 178 182 181 85,stand,8.3374 -131.44 0,,
|
||||
-755.239 -892.982 -71.875,181 179 82 188,stand,7.12891 -84.9951 0,,
|
||||
-571.533 -988.881 -71.875,173 180 179 182 185,stand,2.29492 44.6765 0,,
|
||||
-443.306 -853.36 -71.875,183 173 174 179 181,stand,6.78284 51.4111 0,,
|
||||
-317.84 -686.733 -71.875,178 176 177 182,stand,8.85376 46.2311 0,,
|
||||
-389.725 -1218.41 -71.875,173,prone,2.29492 91.6321 0,,
|
||||
-447.452 -1306.19 -63.875,181 82 81,crouch,0.0482178 100.608 0,,
|
||||
-532.294 -1448.56 -63.875,81 82,crouch,6.61255 110.963 0,,
|
||||
-1243.62 -938.436 -58.0126,87,crouch,3.50342 48.4558 0,,
|
||||
-870.443 -745.142 -63.875,85 86 180,stand,15.072 -34.7711 0,,
|
||||
-647.218 -464.916 -63.875,93 85 178,stand,11.2708 -38.2208 0,,
|
||||
-229.176 -108.721 -62.875,92 204,crouch,1.60278 99.2181 0,,
|
||||
-441.619 123.397 -61.875,91 194 92 203 204,stand,5.05798 142.037 0,,
|
||||
-357.664 382.601 -67.9895,193 194 96 92,stand,19.906 138.582 0,,
|
||||
-512.018 493.454 -67.9849,91 192 196 98 97 211 218,stand,16.2805 -74.3109 0,,
|
||||
-370.921 255.631 -67.875,192 191 92 91,stand,13.0011 -142.855 0,,
|
||||
-837.294 290.782 -61.875,91 206,crouch,1.25671 27.2082 0,,
|
||||
-878.577 461.152 -61.875,91 193 206,crouch,2.81128 -9.91454 0,,
|
||||
28.5873 537.439 -67.875,103 97 96 102 373,stand,6.78284 -40.473 0,,
|
||||
-856.688 28.082 -62.3648,90 199,crouch,3.84949 12.5415 0,,
|
||||
-612.971 -129.449 -62.875,88 89 198,stand,17.6593 69.3408 0,,
|
||||
-653.265 44.3173 -62.875,202 201 90 89,stand,13.1714 -39.6051 0,,
|
||||
-645.193 -35.9465 -62.875,200,crouch,3.50342 89.3744 0,,
|
||||
-740.337 36.7409 -62.875,200,crouch,6.0907 28.598 0,,
|
||||
-663.529 240.385 -62.0977,91 90 191,stand,16.4508 -123.348 0,,
|
||||
-319.669 -33.1474 -62.875,93 190 191 92,stand,11.1005 123.042 0,,
|
||||
224.78 -350.376 -62.875,94,crouch,3.32764 103.333 0,,
|
||||
-809.501 383.497 -61.875,196 195,prone,-0.638428 8.71276 0,,
|
||||
-720.966 910.064 -38.875,212 98 213 208,stand,19.3896 83.6505 0,,
|
||||
-688.508 1127.01 -38.875,217 99 207,stand,16.7969 31.85 0,,
|
||||
-301.654 1164.9 -38.875,100 216 217,stand,14.3799 -43.9502 0,,
|
||||
-237.066 846.847 -38.875,97 215 101,stand,12.655 -153.759 0,,
|
||||
-437.974 701.094 -38.875,193 97,stand,10.7544 155.995 0,,
|
||||
-545.089 876.989 -39.4486,215 207 218,stand,11.7926 109.029 0,,
|
||||
-546.806 1058.75 -43.5192,207 214 217,stand,9.89197 52.9108 0,,
|
||||
-395.086 1057.4 -46.2231,213 215 216,stand,8.85376 -22.5378 0,,
|
||||
-363.917 895.435 -37.875,210 212 214,stand,14.2096 -118.536 0,,
|
||||
-238.976 984.139 -38.875,209 101 214,stand,8.3374 99.3555 0,,
|
||||
-518.101 1205.07 -38.875,213 99 209 208,stand,11.9629 -90.9112 0,,
|
||||
-602.942 736.252 -38.8972,212 193,stand,12.309 -105.237 0,,
|
||||
419.757 769.541 -63.875,103 102 222,prone,2.46521 -164.454 0,,
|
||||
80.7617 1052.2 -63.875,221 101 224,stand,14.3799 53.2733 0,,
|
||||
143.233 1118.49 -57.0138,220 14,stand,21.8066 -135.444 0,,
|
||||
389.662 846.424 -63.875,223 219 102,stand,16.4508 55.8551 0,,
|
||||
436.748 907.797 -58.5895,222 226 227 15,stand,23.1854 -131.654 0,,
|
||||
29.9254 1047 -63.875,220 101 100,stand,17.8351 18.3862 0,,
|
||||
15.7984 1198.61 12.0149,14,stand,7.2992 -125.26 0,,
|
||||
496.007 870.021 24.125,223 114,stand,16.1102 -34.0735 0,,
|
||||
546.003 1089.07 -39.4511,16 223 15 228,stand,11.7926 58.2996 0,,
|
||||
328.317 1338.26 -39.2836,14 227 16 229,stand,6.95862 164.153 0,,
|
||||
456.501 1598.61 -11.0271,228,crouch,6.26648 -106.407 0,,
|
||||
99.3523 1839.32 18.9156,231 232,crouch,3.50342 -35.9796 0,,
|
||||
219.462 2040.84 14.0099,230 13,crouch,2.36877 -29.245 0,,
|
||||
359.594 1629.56 1.80518,14 13 230,stand,3.57727 -57.0514 0,,
|
||||
750.17 690.486 26.125,114 234,crouch,1.50635 88.3636 0,,
|
||||
948.53 774.777 20.125,233 235 372,prone,1.85242 64.0234 0,,
|
||||
1061.96 711.07 20.125,234 236,stand,4.09912 47.6603 0,,
|
||||
1240.98 798.746 24.125,235 237 111 110,stand,11.8664 54.9113 0,,
|
||||
1306.06 755.406 26.125,236,stand,11.004 -41.3253 0,,
|
||||
1645.86 1313.41 -63.875,0 110 109 262 384,stand,10.6579 96.7948 0,,
|
||||
1248.58 1221.65 -35.875,240 111 17,stand,14.2834 60.7102 0,,
|
||||
1434.41 1440.99 -63.875,239 384 385,stand,11.1743 51.7289 0,,
|
||||
934.533 783.355 284.125,128,crouch,12.8992 -128.507 0,,
|
||||
1038.71 1904.44 -12.7628,243 244,prone,5.47241 -60.9964 0,,
|
||||
1142.88 1551.94 -63.875,17 242 244 386,stand,6.85669 168.47 0,,
|
||||
1250.18 1697.42 -42.1604,243 385 245 242 386,stand,6.85669 9.61827 0,,
|
||||
1533.79 1752.97 -37.3609,246 18 383 244 385,stand,10.6524 20.3244 0,,
|
||||
1787.71 2022.92 -63.875,127 18 245,stand,6.68091 52.9593 0,,
|
||||
1914.64 2714.08 -63.875,248,crouch,0.638428 -45.7803 0,,
|
||||
2064.96 2536.26 -63.875,249 247 4,stand,7.71912 -65.4623 0,,
|
||||
2285.81 2386.5 -63.875,250 248 4 3,stand,3.57727 -36.6232 0,,
|
||||
2500.36 2185.37 -61.3303,251 249 3,stand,5.47241 -48.3621 0,,
|
||||
2615.5 1989.91 -45.7856,2 250 252,stand,12.207 -140.219 0,,
|
||||
2412.18 1965.25 -61.5817,3 251 2 253 259,stand,10.9985 -179.22 0,,
|
||||
2472.87 1749.27 -58.6399,254 2 1 252,stand,5.99426 -153.144 0,,
|
||||
2294.83 1718.76 -63.9117,253 255 258,stand,14.624 -95.4715 0,,
|
||||
2235.6 1609.89 -63.875,254 256 265,stand,14.7998 -179.731 0,,
|
||||
2125.26 1650.06 -63.875,255 257 263,stand,10.4822 132.786 0,,
|
||||
2126.92 1770.91 -63.875,256 258 263 264,stand,13.4155 32.8104 0,,
|
||||
2243.84 1787.88 -63.875,257 254 264,stand,18.0792 -35.2169 0,,
|
||||
2129.29 1932.44 -61.7734,18 252 3 264,stand,11.1743 -176.622 0,,
|
||||
2128.17 1218.4 -63.6934,261 1 0 265,stand,7.8894 -157.808 0,,
|
||||
1906.35 1054.6 -62.8108,109 260 0,stand,7.71912 -129.666 0,,
|
||||
1889.74 1616.57 -63.875,18 0 238 263 384 383,stand,8.41125 103.255 0,,
|
||||
2050.81 1696.61 -27.875,256 257 262,stand,39.6619 7.94835 0,,
|
||||
2217.64 1862.35 -27.875,259 258 257,stand,24.292 94.8063 0,,
|
||||
2215.75 1557.92 -27.875,1 260 255,stand,14.624 -83.0404 0,,
|
||||
1796.6 804.448 -61.875,109 108,crouch,1.50085 125.205 0,,
|
||||
1704.51 748.812 -63.875,268,crouch,5.81848 176.149 0,,
|
||||
1478.06 792.322 -63.875,108 267 107,stand,13.4155 -156.918 0,,
|
||||
1586.31 551.166 -60.5443,107 25 115,stand,4.95605 0.208483 0,,
|
||||
2629.14 1537.2 -42.144,271 272,crouch,2.02271 -85.5947 0,,
|
||||
2777.46 1427.06 -52.2083,270 272,crouch,2.70935 -152.249 0,,
|
||||
2541.65 1264.81 -63.7845,1 19 270 271 273 370,stand,6.51062 -91.9888 0,,
|
||||
2316.9 1041.57 -63.0143,272 19 274,crouch,2.70935 4.35582 0,,
|
||||
2495.59 938.844 -57.3156,275 273 19,stand,6.16455 -31.9046 0,,
|
||||
2756.83 748.728 -57.848,21 274 20,stand,5.47241 -76.976 0,,
|
||||
2152.34 1044.16 -61.875,23,crouch,-0.223999 -79.0689 0,,
|
||||
2266.55 724.565 -63.875,24,crouch,0.638428 -159.357 0,,
|
||||
2350.08 133.698 -63.875,27,crouch,6.16455 133.83 0,,
|
||||
2219.61 76.3636 126.125,280 31,crouch,15.4865 -130.172 0,,
|
||||
2135.87 146.572 126.125,281 279,crouch,15.3161 -151.76 0,,
|
||||
2042.97 220.313 126.125,32 280,crouch,13.0694 -151.073 0,,
|
||||
1902.51 952.685 128.125,284 283,crouch,14.4537 130.023 0,,
|
||||
1981.3 903.708 130.125,282 34,stand,21.1884 -174.551 0,,
|
||||
1887.85 842.336 130.125,34 282 285,stand,24.1217 -49.8837 0,,
|
||||
1901.88 710.465 128.125,34 284 286,stand,13.7616 -90.632 0,,
|
||||
1934.88 508.664 128.125,287 285 33,stand,10.1361 -156.418 0,,
|
||||
1773.89 509.186 136.125,286,crouch,9.44395 -0.346327 0,,
|
||||
2055.76 667.258 128.125,34 36,stand,14.1076 -1.37904 0,,
|
||||
2186.79 399.784 128.125,36 290,prone,1.33057 29.531 0,,
|
||||
2327.7 438.289 128.125,289 36,stand,16.0083 51.4542 0,,
|
||||
2514.46 291.015 128.125,292 293,crouch,6.16455 28.6686 0,,
|
||||
2666.58 356.93 128.125,35 37 291 293,stand,17.041 -15.5294 0,,
|
||||
2632.25 193.435 128.125,291 292,crouch,4.60999 85.6492 0,,
|
||||
2794.25 38.9283 -59.1377,295,stand,8.75181 -130.172 0,,
|
||||
2681.53 -119.025 -56.3885,39 294,stand,4.95605 -80.7827 0,,
|
||||
3456.76 161.365 -63.1011,297 43 299 298 307,stand,4.78577 -27.4276 0,,
|
||||
3628.9 27.0646 -45.0913,298 296 299,stand,7.71912 33.5245 0,,
|
||||
3855.57 243.975 -27.9903,299 297 296,crouch,6.68091 -167.965 0,,
|
||||
3641.85 309.787 -45.1891,43 298 296 297,stand,8.75181 149.551 0,,
|
||||
3555.99 715.828 -45.56,302 301 303,stand,7.02698 144.684 0,,
|
||||
3259.58 927.508 -54.8972,302 20 300,stand,9.9658 -143.317 0,,
|
||||
3293.61 685.881 -55.2099,300 301 20 43 303 304,stand,0.814209 -17.9629 0,,
|
||||
3449.58 583.113 -45.6243,300 43 302,stand,9.79002 -61.4633 0,,
|
||||
3200.89 604.2 -54.6585,302 42 43 20,stand,9.09788 34.3705 0,,
|
||||
3496.98 -138.114 -19.9118,306,crouch,11.1743 158.686 0,,
|
||||
3314.08 -68.5472 -50.52,307 305 40,stand,7.37305 73.2181 0,,
|
||||
3390.1 179.066 -64.3427,41 296 306,stand,7.54334 0.356798 0,,
|
||||
3016.58 -614.108 -60.2678,44 40 309,stand,18.4253 -101.86 0,,
|
||||
2978.94 -921.894 -48.9759,310 308 44 313,stand,10.3064 -120.839 0,,
|
||||
2785.2 -1192.71 -28.5045,311 309 313 44,stand,5.64819 -98.9157 0,,
|
||||
2905.86 -1454.15 -5.68631,312 310,stand,11.3446 -46.0769 0,,
|
||||
3151.36 -1667.52 -27.0813,54 311,stand,10.4822 -51.4328 0,,
|
||||
2611.06 -1100.02 -26.9254,44 45 57 310 309,stand,7.20276 144.02 0,,
|
||||
2506.79 -1654.96 -2.61583,315 316 317 45 46,stand,11.8609 -35.195 0,,
|
||||
2725.9 -1817.04 -11.7326,55 314 319,stand,11.1743 58.7381 0,,
|
||||
2635.03 -1545.43 14.7383,314 55 45 317,stand,11.5149 135.401 0,,
|
||||
2318.81 -1555.35 -39.9324,45 46 314 316 318,stand,9.61973 -125.157 0,,
|
||||
2293.05 -1969.57 -42.4956,319 46 317 320,stand,10.1361 -28.4603 0,,
|
||||
2467.72 -2104.72 -42.8532,315 318,stand,9.44395 43.3683 0,,
|
||||
2149.58 -2100.01 -36.7275,321 318 46 47,stand,2.19299 -126.87 0,,
|
||||
1919.68 -2443.61 7.32396,51 320 322,stand,7.37305 -147.42 0,,
|
||||
1585.86 -2360.26 -26.9083,51 47 63 325 321,stand,0.12207 -52.9763 0,,
|
||||
2078.04 -2710.61 10.95,324 52,stand,11.6907 -154.336 0,,
|
||||
1838.57 -2789.89 45.8098,325 323 51,stand,11.5149 129.342 0,,
|
||||
1600.28 -2668.94 22.2069,322 324 51,stand,13.2452 52.5089 0,,
|
||||
2698.21 -800.762 293.084,50,prone,17.2168 55.8158 0,,
|
||||
1400.21 -1716.29 -47.4596,328 329 333,stand,10.9985 -122.19 0,,
|
||||
1238.64 -1888.53 -48.1096,65 327 63 75,stand,10.4822 -133.583 0,,
|
||||
1651.19 -1870.76 -35.1614,327 64 63,stand,6.68091 28.1961 0,,
|
||||
993.999 -2331.14 -53.6903,75,crouch,5.30212 82.2434 0,,
|
||||
810.004 -2219.74 -60.9311,75,crouch,2.36328 29.0641 0,,
|
||||
1447.63 -2393.97 -10.6604,63,crouch,3.74756 114.692 0,,
|
||||
1366.16 -1610.86 -51.5479,327,crouch,-0.570068 -79.3875 0,,
|
||||
999.072 -1898.43 -24.586,65 74,crouch,8.23547 139.916 0,,
|
||||
808.762 -1051.95 -63.875,339 126,stand,14.9701 -36.2002 0,,
|
||||
1051.58 -1227.56 -59.875,337 126 345,stand,16.1786 -17.7212 0,,
|
||||
1256.09 -1219.23 -135.875,344 336 338 345 348 349,stand,4.78577 120.756 0,,
|
||||
1040.93 -1032.05 -135.583,339 337,stand,-0.223999 144.063 0,,
|
||||
808.73 -859.246 -135.875,335 340 338 346 347 350,stand,-0.394287 143.717 0,,
|
||||
1002.72 -721.342 -67.875,339 125 350,stand,8.23547 0.582018 0,,
|
||||
1229.23 -842.252 7.625,342,crouch,6.51062 -128.749 0,,
|
||||
1305.15 -771.309 -67.875,341 125 343 352,stand,29.6478 123.854 0,,
|
||||
1390.05 -897.696 -67.875,342 344 351 352,stand,6.51062 -68.4835 0,,
|
||||
1408.21 -1005.12 -67.875,343 337 349,stand,15.3161 -133.753 0,,
|
||||
1204.5 -1382.55 -60.735,337 336 348,crouch,-0.570068 93.812 0,,
|
||||
619.993 -932.413 -60.7351,339 347,crouch,7.54334 21.6538 0,,
|
||||
669.056 -876.8 -127.875,339 350 346,crouch,-1.08643 5.93236 0,,
|
||||
1251.85 -1319.97 -127.875,349 337 345,crouch,-0.570068 111.78 0,,
|
||||
1361.52 -1168.32 -127.875,348 337 344,crouch,-1.77856 -171.211 0,,
|
||||
778.845 -727.381 -127.875,339 347 340,crouch,1.15479 -73.312 0,,
|
||||
1494.69 -721.495 -67.875,352 122 343 354,stand,21.0126 -142.207 0,,
|
||||
1383.9 -713.3 -67.875,353 351 342 125 343,stand,19.458 109.528 0,,
|
||||
1360.38 -599.668 -67.875,125 123 352,stand,20.1501 86.215 0,,
|
||||
1581.69 -459.143 -31.875,123 122 351,crouch,4.60999 -130.644 0,,
|
||||
2158.97 -602.043 -63.875,356 121,crouch,-0.394287 174.979 0,,
|
||||
2048.38 -744.998 -63.875,355 121,crouch,2.02271 109.193 0,,
|
||||
2179.03 -311.027 -63.875,358 359 119 363,stand,12.3828 52.5693 0,,
|
||||
2304.99 -119.824 -63.875,120 357 365,stand,10.1361 31.5085 0,,
|
||||
2085.07 -442.296 -47.875,357 119 60 121,stand,9.61973 26.669 0,,
|
||||
2353.04 -776.058 -45.875,57 59 361,stand,6.68091 153.248 0,,
|
||||
2544.57 -529.212 -45.875,360 62 60 364,stand,7.20276 51.8937 0,,
|
||||
2322.46 -373.859 -17.875,363 364,stand,20.1501 148.744 0,,
|
||||
2246.86 -324.166 -23.875,357 362,stand,45.188 147.359 0,,
|
||||
2417.13 -461.677 -17.875,362 60 61 361,stand,10.1361 23.3896 0,,
|
||||
2467.26 -80.4492 -50.8817,358,crouch,3.2312 -174.309 0,,
|
||||
2213.24 121.055 -63.875,120,crouch,2.19299 -125.964 0,,
|
||||
1830.37 407.013 -63.875,116,crouch,-0.570068 -136.84 0,,
|
||||
2212.24 372.178 -63.875,28 26 27,stand,4.09363 43.0826 0,,
|
||||
2626.23 530.494 -51.875,22 21,stand,1.84692 -39.4412 0,,
|
||||
2357.93 1232.96 -38.8593,272,crouch,1.67664 -11.6348 0,,
|
||||
667.46 1105.16 24.125,372,stand,17.2168 -158.72 0,,
|
||||
770.916 1003.51 24.125,113 371 114 234,stand,14.9701 -92.9281 0,,
|
||||
242.96 281.531 -63.875,96 197,crouch,3.74756 -175.696 0,,
|
||||
90.0308 -47.1886 -61.875,95,crouch,0.46814 20.0855 0,,
|
||||
890.054 244.899 -62.875,104 106,crouch,4.26392 136.288 0,,
|
||||
697.734 631.427 -63.6457,106 105,crouch,2.88513 -72.2766 0,,
|
||||
1120.39 302.549 -68.8729,378 106 107 115 117,stand,5.12634 -50.6939 0,,
|
||||
1180.45 120.281 -62.875,377 117,crouch,3.91785 96.5833 0,,
|
||||
591.031 -1705.07 -63.875,382 136 380 137 79,stand,23.3075 122.773 0,,
|
||||
573.133 -1540.21 -63.875,379 381,stand,21.5826 50.5982 0,,
|
||||
684.247 -1541.26 -63.9828,380 147 382 76 146,stand,16.4026 -20.5437 0,,
|
||||
703.695 -1695.7 -65.7267,147 379 381 137,stand,19.5117 -89.2632 0,,
|
||||
1555.62 1610.42 -63.875,385 384 245 262 18,stand,17.6111 -73.8988 0,,
|
||||
1616.19 1455.9 -60.5225,383 240 238 262 0,stand,20.8905 150.903 0,,
|
||||
1418.17 1609 -61.6436,244 383 240 245 386,stand,18.9954 135.534 0,,
|
||||
1312.56 1560.59 -63.875,243 385 244,stand,12.2607 168.844 0,,
|
|
331
scriptdata/waypoints/mp_aerodrome_wp.csv
Normal file
@ -0,0 +1,331 @@
|
||||
330
|
||||
-2272.79 2377.29 43.125,141 142,stand,,,
|
||||
-2269.7 1807 43.125,141 145 103,stand,,,
|
||||
-2159.2 2389 238.125,105,stand,,,
|
||||
-2273.7 1553.5 373.625,279 280,stand,,,
|
||||
-1779.4 641.8 373.625,106,stand,,,
|
||||
-1778.9 -311.2 373.625,107,stand,,,
|
||||
-2284.1 -497.6 119.629,111,stand,,,
|
||||
-2289.8 622 119.629,113,stand,,,
|
||||
-1601.5 627.8 119.629,116,stand,,,
|
||||
-1589.4 -817.8 43.125,79 117,stand,,,
|
||||
-1470.9 -670.3 43.125,29,stand,,,
|
||||
-737.9 -1235.8 1.125,98,stand,,,
|
||||
-272.4 -1243.8 1.125,112,stand,,,
|
||||
220.8 -938.3 0.124997,68 177,stand,,,
|
||||
-358.9 1490.1 43.125,139 140 138,stand,,,
|
||||
347.2 1504.9 43.125,88,stand,,,
|
||||
1500.2 1564.4 49.625,118,stand,,,
|
||||
2313.7 1746.2 43.125,131,stand,,,
|
||||
2292.2 2394.1 43.125,131 123,stand,,,
|
||||
1469.5 -993.2 43.125,172 173,stand,,,
|
||||
908.2 -291.4 43.125,63 62 64,stand,,,
|
||||
507.4 -971.5 238.125,159,stand,,,
|
||||
-568.1 -967.2 238.125,157 156,stand,,,
|
||||
-142.8 1621 238.125,45,stand,,,
|
||||
118.8 1623.1 238.125,47 46,stand,,,
|
||||
2002.3 1623.6 373.625,309,stand,,,
|
||||
2151 1605.5 373.625,308 61,stand,,,
|
||||
1814.5 1068.2 373.625,310,stand,,,
|
||||
2298.1 -994.7 373.625,307,stand,,,
|
||||
-1260.36 -774.305 43.125,30 154 10 117,stand,,,
|
||||
-1097.11 -773.62 43.125,29 153 78,stand,,,
|
||||
-1002.14 -190.496 119.625,32 152 290,stand,,,
|
||||
-989.995 132.436 119.625,33 31 293,stand,,,
|
||||
-960.558 457.898 119.625,34 86 32,stand,,,
|
||||
-984.024 760.56 43.125,35 33 211,stand,,,
|
||||
-1201.08 1004.33 43.125,36 34 212,stand,,,
|
||||
-1307.5 1308.14 43.125,37 35 210,stand,,,
|
||||
-1389.4 1624.47 43.125,151 36 206,stand,,,
|
||||
-2219.03 2075.09 238.125,39 150,stand,,,
|
||||
-2062.39 2098.13 238.125,38 105 276,stand,,,
|
||||
-1419.19 2004.49 238.125,275 277,stand,,,
|
||||
-941.399 1895.63 238.125,274 275,stand,,,
|
||||
-472.584 1773.62 238.125,43 274,stand,,,
|
||||
-382.864 1636.26 238.125,42 44 269,stand,,,
|
||||
-279.901 1517.07 238.125,43 45 269,stand,,,
|
||||
-120.006 1498.3 238.125,44 46 23 272,stand,,,
|
||||
42.1171 1496.39 238.125,45 47 273 24,stand,,,
|
||||
207.118 1497.96 238.125,46 48 24,stand,,,
|
||||
325.947 1599.87 238.125,47 49 261,stand,,,
|
||||
412.789 1734.63 238.125,48 300,stand,,,
|
||||
1874.57 1921.82 56.0581,129 130,stand,,,
|
||||
1154.47 1360.55 43.125,52 127 197 203,stand,,,
|
||||
1118.58 1035.89 43.125,53 51 198 197,stand,,,
|
||||
1105.33 713.015 43.125,54 52 200,stand,,,
|
||||
1107.67 386.22 43.125,55 53 200,stand,,,
|
||||
1096.6 63.2378 43.125,56 62 54 202,stand,,,
|
||||
1135.79 -92.836 43.125,55 57 62,stand,,,
|
||||
1284.32 -160.809 43.125,56 58 175 63,stand,,,
|
||||
1433.85 -218.999 43.125,57 59 120 175,stand,,,
|
||||
1486.59 -366.88 47.125,58 120 304,stand,,,
|
||||
2229.68 1228.07 373.625,61 311 312,stand,,,
|
||||
2217.69 1388.76 373.625,60 308 26,stand,,,
|
||||
995.304 -126.223 43.125,63 55 56 202 20,stand,,,
|
||||
971.592 -285.632 43.125,62 64 20 57,stand,,,
|
||||
944.403 -444.424 43.125,63 65 176 20,stand,,,
|
||||
894.151 -598.546 43.125,64 66,stand,,,
|
||||
829.014 -749.007 43.125,65 67 124,stand,,,
|
||||
680.273 -782.148 2.47777,66 68 177 185,stand,,,
|
||||
395.244 -671.043 0.124999,67 13 178,stand,,,
|
||||
272.709 -201.067 0.124999,178 70 186,stand,,,
|
||||
215.827 120.624 0.124999,69 179,stand,,,
|
||||
62.9499 554.8 0.124999,72 179 190,stand,,,
|
||||
-99.9819 555.098 0.124999,71 73 190,stand,,,
|
||||
-217.861 449.087 0.124999,72 74 223,stand,,,
|
||||
-265.839 294.859 0.124999,73 75 222,stand,,,
|
||||
-320.373 -27.2839 0.124999,76 74,stand,,,
|
||||
-340.976 -349.77 0.124999,77 75,stand,,,
|
||||
-403.6 -666.605 0.124999,221 76 112,stand,,,
|
||||
-995.252 -883.614 43.125,30 220,stand,,,
|
||||
-1600.1 -538.849 119.629,80 111 9,stand,,,
|
||||
-1608.87 -377.689 119.629,79 81,stand,,,
|
||||
-1618 -216.207 119.629,80 82,stand,,,
|
||||
-1625.11 -54.2566 119.629,81 83,stand,,,
|
||||
-1588.91 104.32 119.629,82 84 115 116,stand,,,
|
||||
-1443.28 162.16 119.625,83 85 293,stand,,,
|
||||
-1289.96 203.464 119.625,84 86,stand,,,
|
||||
-1185.24 327.353 119.625,85 33 293,stand,,,
|
||||
200.099 930.44 43.125,135 189,stand,,,
|
||||
419.05 1490.57 43.125,15 134 136 191 301,stand,,,
|
||||
556.073 1944.35 43.125,90 134,stand,,,
|
||||
839.844 2097.01 43.125,91 89,stand,,,
|
||||
1160.73 2093.12 43.125,92 90,stand,,,
|
||||
1467.31 1981.6 43.125,130 133 128 91,stand,,,
|
||||
695.418 1276.06 43.125,168 191 203 197 301,stand,,,
|
||||
690.134 78.415 238.125,166 167,stand,,,
|
||||
111.135 -868.234 238.125,158 159,stand,,,
|
||||
-377.374 -869.956 238.125,156 158,stand,,,
|
||||
-841.141 -983.634 246.625,155 157,stand,,,
|
||||
-701.567 -1080.75 1.125,11 221,stand,,,
|
||||
-1554.27 2291.83 43.125,100 143 144,stand,,,
|
||||
-1231.05 2236.72 43.125,101 99,stand,,,
|
||||
-922.672 2139.71 43.125,102 100,stand,,,
|
||||
-659.001 1955.19 43.125,140 101,stand,,,
|
||||
-2036.64 1812.64 43.125,104 1 145,stand,,,
|
||||
-1874.9 1811.79 43.125,103 151,stand,,,
|
||||
-2053.63 2306.65 238.125,2 39 110 276,stand,,,
|
||||
-1638.58 530.476 373.625,4 282 286,stand,,,
|
||||
-1624.29 -280.124 373.625,108 5 285,stand,,,
|
||||
-1619.32 -441.519 373.625,107 288,stand,,,
|
||||
-2287.47 2256.47 300.125,110 281,stand,,,
|
||||
-2140.65 2302.93 268.125,109 105,stand,,,
|
||||
-1970.85 -520.438 119.629,6 79,stand,,,
|
||||
-286.882 -1073.78 1.125,12 77 221,stand,,,
|
||||
-2163.47 477.811 119.629,7 114,stand,,,
|
||||
-1851.69 466.611 119.629,113 115,stand,,,
|
||||
-1845.69 135.913 119.629,114 83,stand,,,
|
||||
-1603.94 323.635 119.629,83 8,stand,,,
|
||||
-1526.22 -889.845 45.125,9 154 29,stand,,,
|
||||
1500.13 1165.09 49.625,126 16,stand,,,
|
||||
1487.03 515.407 49.625,125 126,stand,,,
|
||||
1492.61 -132.261 43.0366,58 59 125,stand,,,
|
||||
2027.98 1842.96 43.125,122 132,stand,,,
|
||||
1821.21 1820.24 43.125,121 130,stand,,,
|
||||
1927.81 2242.93 43.125,18 132 133,stand,,,
|
||||
1196.79 -848.509 43.125,66 172 173,stand,,,
|
||||
1487.58 211.693 49.625,120 119,stand,,,
|
||||
1490.46 820.517 49.625,118 119,stand,,,
|
||||
1245.07 1628.9 43.125,128 51 203,stand,,,
|
||||
1471.79 1754.92 43.125,127 130 92,stand,,,
|
||||
2108.72 1964.05 231.248,50 294,stand,,,
|
||||
1672.31 1884.38 43.125,128 50 122 92 133,stand,,,
|
||||
2310.05 2004.55 43.125,17 18 132,stand,,,
|
||||
2103.53 2098.04 43.125,123 131 121,stand,,,
|
||||
1747.74 2040.59 43.125,123 130 92,stand,,,
|
||||
466.528 1731.94 43.125,88 89 301,stand,,,
|
||||
393.759 1004.08 43.125,136 87 188 196,stand,,,
|
||||
402.616 1235.5 43.125,135 88 191 196,stand,,,
|
||||
-266.972 929.065 43.125,138 189 190 213 207,stand,,,
|
||||
-402.023 1145.74 43.125,137 139 14 207 213,stand,,,
|
||||
-466.307 1475.26 43.125,138 14 140 204 207,stand,,,
|
||||
-519.388 1710 43.125,139 102 14,stand,,,
|
||||
-2276.43 2099 43.125,1 0 142 144,stand,,,
|
||||
-2077.61 2257.28 43.125,0 143 141 144 145,stand,,,
|
||||
-1817.95 2282.21 43.125,142 99,stand,,,
|
||||
-1843.88 2079.08 43.125,141 142 145 99 146,stand,,,
|
||||
-2074.58 1969.28 43.125,144 1 103 142,stand,,,
|
||||
-1715.73 1885.1 43.125,144 147 151,stand,,,
|
||||
-1855.82 1909.33 49.3721,146 148,stand,,,
|
||||
-1967.73 1929.59 133.115,147 149,stand,,,
|
||||
-2121.32 1956.33 247.904,148 150,stand,,,
|
||||
-2243.29 1985.27 238.125,149 38,stand,,,
|
||||
-1577.53 1808.94 43.125,146 104 37 206,stand,,,
|
||||
-957.808 -415.41 119.625,31 153 290,stand,,,
|
||||
-953.142 -609.387 43.944,152 30 220,stand,,,
|
||||
-1246.36 -978.119 43.125,117 29 155,stand,,,
|
||||
-1012.8 -980.679 132.983,97 154,stand,,,
|
||||
-597.596 -867.107 238.125,157 22 96 238,stand,,,
|
||||
-709.148 -954.444 238.125,156 97 22,stand,,,
|
||||
-156.139 -873.501 238.125,96 95,stand,,,
|
||||
463.703 -861.637 238.125,95 21 163 164 249,stand,,,
|
||||
1142.89 -965.808 43.625,161 172,stand,,,
|
||||
1021.73 -958.147 124.562,160 162,stand,,,
|
||||
851.708 -964.215 246.625,161 163,stand,,,
|
||||
703.205 -958.858 238.125,162 159 164,stand,,,
|
||||
619.929 -684.648 238.125,159 163 165 250,stand,,,
|
||||
663.605 -506.391 238.125,164 166 250,stand,,,
|
||||
684.607 -239.332 238.125,165 94,stand,,,
|
||||
661.018 385.336 238.125,94 171 256,stand,,,
|
||||
692.509 1142.97 50.0296,93 169,stand,,,
|
||||
692.635 1015.57 143.836,168 170,stand,,,
|
||||
694.698 854.35 248.625,169 171,stand,,,
|
||||
687.803 709.384 238.125,170 167 195 194 256 257,stand,,,
|
||||
1292.94 -971.102 43.125,160 124 19,stand,,,
|
||||
1455.61 -779.193 43.125,19 124 174,stand,,,
|
||||
1444.41 -566.55 43.125,173 175,stand,,,
|
||||
1337.58 -480.839 43.125,58 174 176 57,stand,,,
|
||||
1167 -483.425 43.125,175 64,stand,,,
|
||||
454.862 -869.759 0.125001,13 67,stand,,,
|
||||
331.434 -439.307 0.125001,69 68,stand,,,
|
||||
187.752 473.814 0.125001,70 71 187 188,stand,,,
|
||||
765.149 955.692 43.125,181 196 197 198,stand,,,
|
||||
654.27 779.427 43.125,180 182 187 188 196,stand,,,
|
||||
644.305 454.151 0.125001,181 183 187,stand,,,
|
||||
647.042 110.63 0.125001,182 184,stand,,,
|
||||
647.767 -145.197 0.125001,183 185,stand,,,
|
||||
651.38 -459.915 0.125001,184 67,stand,,,
|
||||
373.547 169.049 0.124999,69 187,stand,,,
|
||||
447.512 473.219 0.124999,186 181 182 179 188,stand,,,
|
||||
287.462 710.202 43.125,135 179 181 187 189 196,stand,,,
|
||||
40.7004 872.035 43.125,188 137 87 190,stand,,,
|
||||
-33.1181 706.769 43.125,189 72 137 71 223,stand,,,
|
||||
613.532 1266.89 43.125,136 93 192 88,stand,,,
|
||||
605.535 1145.02 48.5131,191 193,stand,,,
|
||||
606.692 1005.36 151.36,192 194,stand,,,
|
||||
605.302 782.771 238.125,193 195 171,stand,,,
|
||||
540.75 701.972 238.125,194 171,stand,,,
|
||||
565.753 972.775 43.125,135 180 181 136 188,stand,,,
|
||||
943.759 1143.94 43.125,180 51 198 203 52 93,stand,,,
|
||||
905.533 937.76 43.125,52 180 199 197,stand,,,
|
||||
939.309 737.271 43.125,198 200,stand,,,
|
||||
1000.43 568.227 43.125,199 201 53 54,stand,,,
|
||||
954.585 405.179 43.125,200 202,stand,,,
|
||||
991.22 158.337 43.125,201 62 55,stand,,,
|
||||
954.436 1433.1 43.125,93 127 197 51 301,stand,,,
|
||||
-729.187 1640.24 43.125,139 205 208,stand,,,
|
||||
-1006.97 1702.24 43.125,204 206,stand,,,
|
||||
-1234.28 1764.47 43.125,205 151 37,stand,,,
|
||||
-586.336 1283.54 43.125,138 208 137 224 139,stand,,,
|
||||
-677.766 1282.02 43.125,207 209 204 227,stand,,,
|
||||
-784.688 1282.24 43.125,208 210 211,stand,,,
|
||||
-1026.85 1297.91 43.125,209 36 211,stand,,,
|
||||
-832.773 965.024 43.125,209 34 212 213 210 214,stand,,,
|
||||
-1008.51 985.239 43.125,211 35,stand,,,
|
||||
-529.323 942.735 43.125,211 137 138 214 223,stand,,,
|
||||
-651.976 733.221 43.125,211 213 215 222,stand,,,
|
||||
-654.663 524.084 0.125,214 216 222,stand,,,
|
||||
-653.617 220.574 0.125,215 217,stand,,,
|
||||
-653.409 -33.9281 0.125,216 218,stand,,,
|
||||
-652.967 -293.412 0.125,217 219,stand,,,
|
||||
-651.756 -574.935 0.125,218 221,stand,,,
|
||||
-809.702 -812.57 43.125,78 153 221,stand,,,
|
||||
-610.211 -865.483 0.125001,220 98 219 77 112,stand,,,
|
||||
-409.344 486.843 0.125001,74 214 215 223,stand,,,
|
||||
-281.85 707.45 43.125,73 213 190 222,stand,,,
|
||||
-592.815 1141.19 50.9682,225 207,stand,,,
|
||||
-592.626 1011.02 146.824,224 226,stand,,,
|
||||
-593.612 859.598 248.625,225 231,stand,,,
|
||||
-681.308 1140.92 51.1662,208 228,stand,,,
|
||||
-679.176 1018.04 141.654,227 229,stand,,,
|
||||
-680.307 855.581 248.625,228 230,stand,,,
|
||||
-681.888 718.662 238.125,229 231 232 231,stand,,,
|
||||
-599.942 730.098 238.125,230 226 230 267,stand,,,
|
||||
-634.298 495.263 238.125,230 233 234,stand,,,
|
||||
-650.337 348.531 238.125,232 234 235,stand,,,
|
||||
-494.013 392.696 238.125,233 232 263,stand,,,
|
||||
-656.319 87.2892 238.125,233 236,stand,,,
|
||||
-662.552 -158.875 238.125,235 237,stand,,,
|
||||
-660.337 -394.876 238.125,236 238,stand,,,
|
||||
-603.561 -571.657 238.125,237 156 239,stand,,,
|
||||
-279.236 -561.245 238.125,238 240 246 247,stand,,,
|
||||
-127.701 -354.672 238.125,239 241,stand,,,
|
||||
-118.834 -24.4089 238.125,240 242,stand,,,
|
||||
-125.837 206.705 238.125,241 243,stand,,,
|
||||
-110.907 432.052 238.125,242 244 254 263 265,stand,,,
|
||||
-270.72 251.244 238.125,243 245 263,stand,,,
|
||||
-257.435 8.45348 238.125,244 246,stand,,,
|
||||
-264.49 -267.244 238.125,245 239,stand,,,
|
||||
-71.8749 -555.731 238.125,239 248,stand,,,
|
||||
98.0126 -544.163 238.125,247 249 251,stand,,,
|
||||
299.437 -538.294 238.125,248 250 251 159,stand,,,
|
||||
468.968 -552.551 238.125,249 164 165,stand,,,
|
||||
117.121 -342.493 238.125,248 252 249,stand,,,
|
||||
115.919 -91.3139 238.125,251 253,stand,,,
|
||||
104.708 151.459 238.125,252 254,stand,,,
|
||||
136.101 422.673 238.125,253 255 262 243 264,stand,,,
|
||||
298.079 398.43 238.125,254 256,stand,,,
|
||||
494.732 395.436 238.125,255 167 171,stand,,,
|
||||
438.519 700.078 238.125,171 258 262,stand,,,
|
||||
224.954 706.705 238.125,257 259 264,stand,,,
|
||||
224.501 937.708 238.125,258 260,stand,,,
|
||||
230.578 1183.01 238.125,259 261 273,stand,,,
|
||||
351.525 1359.18 238.125,260 48,stand,,,
|
||||
296.17 567.151 238.125,257 254,stand,,,
|
||||
-280.841 409.577 238.125,243 234 244 267,stand,,,
|
||||
74.2714 676.602 238.125,254 258 265,stand,,,
|
||||
-117.482 672.204 238.125,264 266 243,stand,,,
|
||||
-243.971 728.058 238.125,265 267 270,stand,,,
|
||||
-382.954 679.634 238.125,266 231 263,stand,,,
|
||||
-380.739 1298.09 238.125,269 271,stand,,,
|
||||
-376.243 1436.99 238.125,268 44 43,stand,,,
|
||||
-247.337 927.411 238.125,266 271,stand,,,
|
||||
-245.419 1202.63 238.125,270 268 272,stand,,,
|
||||
-54.6856 1293.77 238.125,271 45 273,stand,,,
|
||||
97.1746 1302.69 238.125,272 260 46,stand,,,
|
||||
-700.152 1832.18 238.125,41 42,stand,,,
|
||||
-1186.28 1948.36 238.125,40 41,stand,,,
|
||||
-1851.06 2065.89 238.125,39 277 105,stand,,,
|
||||
-1631.17 2035.08 238.125,276 40,stand,,,
|
||||
-1624.59 1534.72 373.625,279 284,stand,,,
|
||||
-1929.98 1548.82 373.625,278 3,stand,,,
|
||||
-2286.77 1754.12 369.828,3 281,stand,,,
|
||||
-2293.51 2000.34 334.941,280 109,stand,,,
|
||||
-1593.15 699.592 373.625,106 283,stand,,,
|
||||
-1590.34 939.453 373.625,282 284,stand,,,
|
||||
-1593.53 1228.42 373.625,283 278,stand,,,
|
||||
-1661.17 -52.5904 373.625,107 286,stand,,,
|
||||
-1671.04 227.535 373.625,285 106,stand,,,
|
||||
-1507.88 -570.983 119.727,288 289 291,climb,13.4021 176.907 0,,
|
||||
-1521.12 -571.264 376.625,287 108,climb,84.7198 -178.792 0,,
|
||||
-1325.85 -476.622 119.625,287 290 291,stand,,,
|
||||
-1131.54 -421.024 119.625,289 152 31,stand,,,
|
||||
-1405.45 -311.812 119.625,289 287 292,stand,,,
|
||||
-1369.7 -117.449 119.625,291 293,stand,,,
|
||||
-1226.29 74.8146 119.625,292 84 86 32,stand,,,
|
||||
2286.51 1991.46 238.125,129 295,stand,,,
|
||||
2216.32 2111.58 238.125,294 296,stand,,,
|
||||
1924 2063.95 238.125,295 297,stand,,,
|
||||
1612 2012.32 238.125,296 298,stand,,,
|
||||
1315.28 1947.86 238.125,297 299,stand,,,
|
||||
1016.66 1888.25 238.125,298 300,stand,,,
|
||||
718.781 1814.81 238.125,299 49,stand,,,
|
||||
603.977 1500.05 43.125,88 203 134 93,stand,,,
|
||||
1480.29 -798.042 245.625,303 306,stand,,,
|
||||
1480.3 -648.38 242.134,302 304,stand,,,
|
||||
1482.12 -496.756 130.484,303 59,stand,,,
|
||||
1938.71 -824.395 332.184,306 307,stand,,,
|
||||
1683.35 -819.417 278.115,305 302,stand,,,
|
||||
2154.01 -818.331 373.625,305 28 318 322,stand,,,
|
||||
2129.86 1537.04 374.625,309 61 26,stand,,,
|
||||
2031.51 1533.86 373.625,308 310 25,stand,,,
|
||||
1937.46 1232.97 373.625,309 311 27,stand,,,
|
||||
2107.4 1150.56 374.625,310 60 312,stand,,,
|
||||
2232.34 1100.1 373.625,311 60 313,stand,,,
|
||||
2236.42 831.84 373.625,312 314,stand,,,
|
||||
2235.51 554.252 373.625,313 315,stand,,,
|
||||
2231.72 274.203 373.625,314 316 319,stand,,,
|
||||
2228.14 24.8256 373.625,315 317 319,stand,,,
|
||||
2209.36 -228.828 373.625,316 318 321 324,stand,,,
|
||||
2189.67 -514.385 373.625,317 307 322,stand,,,
|
||||
2060.77 162.741 373.625,315 316 320 328,stand,,,
|
||||
1901.64 22.1256 373.625,319 321 327 328,stand,,,
|
||||
1990.66 -191.59 373.625,320 317 324 327,stand,,,
|
||||
2092.36 -679.469 373.625,307 318 323,stand,,,
|
||||
1899.39 -608.955 373.625,322 324 325,stand,,,
|
||||
1934.59 -364.863 373.625,323 321 326 317 327,stand,,,
|
||||
1655.48 -583.159 373.625,323 326,stand,,,
|
||||
1704.63 -297.836 373.625,325 327 324 329,stand,,,
|
||||
1785.3 -195.044 373.625,326 320 321 329 324,stand,,,
|
||||
1645.13 165.201 373.625,319 320 329,stand,,,
|
||||
1633.01 -80.7879 373.625,328 327 326,stand,,,
|
|
293
scriptdata/waypoints/mp_afghan_wp.csv
Normal file
@ -0,0 +1,293 @@
|
||||
292
|
||||
-496.312 -732.865 -142.346,1 194,stand,,,
|
||||
-17.2528 -459.032 -53.1686,0 2 5 217,stand,,,
|
||||
427.623 -326.794 -22.5228,1 3 66 217 226,stand,,,
|
||||
420.225 -271.977 -13.8064,2 4,stand,,,
|
||||
383.669 93.1845 -5.28357,3 5 65 193,stand,,,
|
||||
30.5647 -0.0282056 -1.18442,4 1 101,stand,,,
|
||||
-481.41 243.585 71.5882,7 101,stand,,,
|
||||
-576.958 803.125 187.082,6 103 152 196 199 261 274,stand,,,
|
||||
-1210.9 1152.94 81.5377,9 10 102 103 151,stand,,,
|
||||
-1286.62 874.244 65.5222,8 228,stand,,,
|
||||
-1248.34 1651.74 56.7686,8 151,stand,,,
|
||||
-444.158 2090.19 64.125,13 149 158,stand,,,
|
||||
-73.2721 1520.26 196.912,83 82 145 143 146 213 231,stand,,,
|
||||
-148.298 2242.25 174.192,11 14,stand,,,
|
||||
55.9953 2213.98 188.874,13 15 162,stand,,,
|
||||
169.483 2627.81 202.973,14 16 162 236,stand,,,
|
||||
436.097 2503.9 242.337,15 17 108 160 263,stand,,,
|
||||
587.116 1940.12 151.758,16 18,stand,,,
|
||||
572.231 1664.76 144.832,17 81 82 141 142 211 235,stand,,,
|
||||
570.426 3209.61 224.125,20 100 108,stand,,,
|
||||
32.0897 3206.73 104.125,19 21,stand,,,
|
||||
-4.1521 3020.94 40.125,20 22 237,stand,,,
|
||||
-442.777 2861.53 -23.875,21 23,stand,,,
|
||||
-486.986 2558.32 -55.875,22 158 159,stand,,,
|
||||
919.876 3203.52 243.923,25 33 100,stand,,,
|
||||
950.717 3486.24 236.32,24 26 38 100 34 163 165 240,stand,,,
|
||||
958.611 3808.82 256.276,25 27,stand,,,
|
||||
1478.71 3996.01 263.489,26 28 168 37 38 241,stand,,,
|
||||
1970.95 4118.43 251.691,27 166 167 168 169,stand,,,
|
||||
2122.99 3659.42 215.041,30 37 169 170 177 242,stand,,,
|
||||
2086.8 3262.31 250.264,29 31 36 170 173 171 268,stand,,,
|
||||
1879.36 2855.37 312.356,30 32 99 172 173 264 267 277 276,stand,,,
|
||||
1469.65 2916.41 264.774,31 33 36 171 172 264,stand,,,
|
||||
1127.98 3047.84 263.683,32 24 34 164 239,stand,,,
|
||||
1300.23 3305.06 261.784,33 35 38 25 165 164,stand,,,
|
||||
1337.66 3237.1 261.556,34 36,stand,,,
|
||||
1644.63 3240.44 257.477,35 32 30 37 171 174,stand,,,
|
||||
1679.16 3605.4 225.505,36 29 38 27,stand,,,
|
||||
1276.88 3615.43 239.576,37 34 25 164 165 27,stand,,,
|
||||
2864.6 3056.73 118.861,97 178 245 278,stand,,,
|
||||
3494.3 3196.57 135.081,41 98,stand,,,
|
||||
3494.53 2819.69 128.125,40 42 97 280 279 281 282 283 284,stand,,,
|
||||
3935.81 2871.96 128.125,41 43 126,stand,,,
|
||||
3971.5 2543.27 -13.4301,42 44 125 126,stand,,,
|
||||
3408.04 2471.49 -39.6766,43 45 46 123 124,stand,,,
|
||||
2828.55 2464.86 3.20407,44 77 78 97 127,stand,,,
|
||||
3482.35 1921.72 42.5354,44 122 123 124 181,stand,,,
|
||||
3611.34 1513.02 82.1061,182 183 185,stand,,,
|
||||
2949.5 1203.68 64.0708,49 50 106 188 189 270,stand,,,
|
||||
2494.24 1271.95 25.4285,48 76 87 88,stand,,,
|
||||
3060.2 834.908 74.0837,48 52 189 269,stand,,,
|
||||
2708.69 824.855 200.125,189 209 221 286 287,stand,,,
|
||||
3112.49 425.318 79.9015,50 55 89 105,stand,,,
|
||||
3362.68 -7.56945 142.391,54 55 89 119 120 121 190 272 271,stand,,,
|
||||
3365.63 266.065 144.125,53 192 222 289,stand,,,
|
||||
3637.05 395.554 76.6413,53 52 56 61 62 105 121,stand,,,
|
||||
3671.49 837.357 78.2406,55 62 59 104,stand,,,
|
||||
3565.97 1248.22 93.4757,58 104 106 184,stand,,,
|
||||
3935.86 1144.14 119.745,57 59,stand,,,
|
||||
3931.06 956.327 87.653,58 60 56 62,stand,,,
|
||||
4364.57 836.858 72.2672,59 61,stand,,,
|
||||
4210.86 328.576 76.3363,60 55,stand,,,
|
||||
4020.58 641.397 75.3822,56 55 59,stand,,,
|
||||
1219.72 -292.936 39.3015,64 66 110 112 273,stand,,,
|
||||
1116.2 39.6321 -20.555,63 65 67 68 110 138 257 258,stand,,,
|
||||
726.623 -38.2303 22.2781,64 4 66 225,stand,,,
|
||||
669.221 -432.278 21.5103,65 2 63 218,stand,,,
|
||||
1629.67 227.23 -20.1615,64 71 72 110 138,stand,,,
|
||||
1390.18 518.06 18.268,64 69 138 256,stand,,,
|
||||
1493.13 785.232 42.7987,68 84 85 153 156 256,stand,,,
|
||||
1705.42 716.213 44.7554,137 156 248,stand,,,
|
||||
2018.5 585.112 -4.0642,67 72 87 137,stand,,,
|
||||
2195.53 375.576 43.8192,67 71 88,stand,,,
|
||||
1846.05 1042.09 48.0116,84 86 87 94 153 154 155 157,stand,,,
|
||||
2041.24 1575.02 -11.8253,75 76 86 93 96,stand,,,
|
||||
2005.11 1909.44 -12.9515,74,stand,,,
|
||||
2382.4 1670.16 19.921,74 49 77 96,stand,,,
|
||||
2551.85 2186.3 0.124998,76 45 95 128 251 252,stand,,,
|
||||
2341.71 2494.09 -4.98104,45 79 127 128 129 253,stand,,,
|
||||
1856.14 2360.8 0.354582,78 93 132 246 254 255,stand,,,
|
||||
1305.32 1771.3 74.6347,92 93 134 133,stand,,,
|
||||
498.107 1331.73 136.327,18 82 83 92 141 214 233,stand,,,
|
||||
246.105 1603.02 179.242,18 81 12 142 144 145 234,stand,,,
|
||||
124.631 1263.14 167.17,81 12 145 213,stand,,,
|
||||
1406.26 1182.69 56.4975,73 69 94 109 139 153 85,stand,,,
|
||||
1044.19 914.706 167.246,69 92 139 84,stand,,,
|
||||
1988.82 1222.99 59.4681,74 73,stand,10.7062 -107.655 0,,
|
||||
2129.75 746.84 26.5527,71 73 49,stand,10.8765 58.4528 0,,
|
||||
2402.57 496.043 65.1585,72 49,stand,5.35034 81.9305 0,,
|
||||
3050.62 50.8044 130.07,52 53 90 191 260 288,stand,11.5686 175.902 0,,
|
||||
2735.46 74.8598 134.197,89 91 118 260,stand,17.4408 -153.182 0,,
|
||||
2467.36 -86.7349 123.809,90 107 117 118,stand,13.4692 -175.111 0,,
|
||||
1088.25 1472.42 111.156,85 80 81 109 139 140 141,stand,13.2935 177.649 0,,
|
||||
1692.81 1745.13 -5.74618,79 74 80 94 109 255,stand,0.516357 175.933 0,,
|
||||
1806.41 1332.19 109.839,84 73 93 109,stand,16.5784 177.664 0,,
|
||||
2235.18 2075.6 11.7167,77 96 129,stand,5.35034 -112.897 0,,
|
||||
2189.02 1773.37 44.4605,95 76 74,stand,26.4166 72.8979 0,,
|
||||
2890.11 2844.62 123.835,39 45 41 127,stand,19.682 97.0899 0,,
|
||||
3394.15 3611.84 128.125,40 179,stand,10.5304 -76.2524 0,,
|
||||
1910.67 2663.17 380.514,31,crouch,13.2935 -80.7403 0,,
|
||||
733.339 3155.82 228.219,19 24 25 108 163,stand,12.085 40.4828 0,,
|
||||
-215.782 35.8419 9.61632,6 5 227,stand,7.59705 143.621 0,,
|
||||
-742.36 1550.71 179.766,8 148 150 151 198,stand,19.5117 -35.2258 0,,
|
||||
-1043.1 1016.45 139.229,8 7 152 199 261,stand,1.72485 -32.6275 0,,
|
||||
3657.77 1024.37 87.0326,56 57,stand,17.7869 -87.8119 0,,
|
||||
3384.57 513.747 69.5176,55 52 106,stand,10.5304 -73.656 0,,
|
||||
3327.3 1095.54 67.7583,105 48 57,stand,16.2323 -79.1601 0,,
|
||||
2011.49 -21.9876 136.125,91 114 113 116 117 203,stand,14.6777 -177.321 0,,
|
||||
562.528 2678.22 251.56,19 16 100,stand,6.73462 77.7155 0,,
|
||||
1516.07 1501.29 45.9654,84 93 92 94 139,stand,5.00977 -152.999 0,,
|
||||
1350.18 -84.7698 43.0637,64 63 67 112,stand,29.0094 114.451 0,,
|
||||
1735.41 -161.942 136.125,112 113 115 207 208 224 259,stand,24.1754 -176.484 0,,
|
||||
1426.11 -192.619 107.624,111 63 110 259,stand,7.25098 4.81261 0,,
|
||||
1751.83 -15.582 136.125,107 111 115 116 205 291,stand,25.2081 -69.6087 0,,
|
||||
2106.9 -217.494 136.125,107 117 201 200,stand,24.516 -97.0636 0,,
|
||||
1824.18 -104.599 136.125,111 113 204,stand,19.682 147.602 0,,
|
||||
1848 115.719 136.125,113 107 206 290,stand,20.0281 90.6268 0,,
|
||||
2265.75 -96.5292 136.125,114 107 91 202 223,stand,12.9474 22.605 0,,
|
||||
2565.56 89.399 129.964,91 90,stand,25.5542 -84.9676 0,,
|
||||
3512.96 -151.743 172.459,120 53,stand,18.6493 58.1732 0,,
|
||||
3623.35 -23.4116 173.918,119 53 121,stand,20.2039 145.542 0,,
|
||||
3588.76 105.862 143.301,55 120 53,stand,24.3457 62.8369 0,,
|
||||
3549.96 1725.93 61.2797,46 181 182,stand,16.9189 -133.829 0,,
|
||||
3307.77 2283.55 -18.106,44 46 220,stand,20.0281 98.3997 0,,
|
||||
3553.45 2302.26 -8.7671,44 46 219,stand,24.8621 94.6039 0,,
|
||||
4199.43 2507.02 -15.9713,43,stand,5.87219 157.457 0,,
|
||||
4065.76 2887.46 134.676,42 43,stand,18.8196 178.523 0,,
|
||||
2660 2628.37 38.9734,45 97 78,stand,22.2748 -97.3932 0,,
|
||||
2447.94 2336.96 11.7742,77 78,stand,17.0947 -58.8861 0,,
|
||||
2061.24 2215.43 51.2774,130 95 78,stand,15.3699 -96.5198 0,,
|
||||
1997.87 1849.99 184.26,129 131,stand,36.0846 88.5669 0,,
|
||||
1965.56 1834.05 169.619,130 132,stand,34.0137 80.459 0,,
|
||||
1915.48 2189.45 33.0319,79 131,stand,39.1937 96.6913 0,,
|
||||
1349.98 1931.86 69.2725,80 134,stand,15.3699 -178.544 0,,
|
||||
1054.55 1790.01 144.401,80 133 140,stand,21.9287 -77.5354 0,,
|
||||
1642.29 578.183 108.18,136 249 250,stand,46.1041 42.9901 0,,
|
||||
1718 624.189 90.98,137 135,stand,52.663 72.1698 0,,
|
||||
1754.25 705.454 46.7966,70 71 136 155,stand,53.0573 -20.5493 0,,
|
||||
1398.18 266.103 6.98703,67 68 64 257 258,stand,23.0151 -35.3918 0,,
|
||||
1255.92 1264.36 77.4309,84 92 85 109,stand,26.2946 -38.6768 0,,
|
||||
1106.03 1627.73 126.806,134 92,stand,19.5599 96.8671 0,,
|
||||
759.256 1491.34 139.249,92 81 18 210,stand,17.3132 -157.812 0,,
|
||||
367.904 1769.02 184.59,143 18 82 144,stand,15.5884 179.391 0,,
|
||||
-39.3028 1722.47 199.899,142 144 12 212 232,stand,21.6309 -78.9032 0,,
|
||||
156.416 1688.5 200.626,143 82 142,stand,17.8351 148.668 0,,
|
||||
100.289 1470.12 190.037,83 82 12,stand,22.6691 -103.249 0,,
|
||||
-321.965 1492.63 202.855,12 148 147 215 216,stand,15.072 -18.808 0,,
|
||||
-456.335 1358.51 190.123,146 150 198 195 197 229,stand,26.2946 63.3698 0,,
|
||||
-450.16 1647.65 202.27,146 102 149 150 230 262,stand,25.4321 -40.7477 0,,
|
||||
-440.137 1922.09 200.121,11 148 262,stand,35.6165 87.5452 0,,
|
||||
-552.728 1528.97 192.566,148 147 102 198,stand,34.408 -178.192 0,,
|
||||
-1098.32 1434.29 116.283,8 102 10,stand,15.072 -156.78 0,,
|
||||
-935.576 775.961 198.805,103 7,stand,28.0194 116.192 0,,
|
||||
1602.74 1015.01 48.2733,69 73 84,stand,11.9147 -83.7854 0,,
|
||||
1694.01 816.332 46.8733,156 73 157,stand,42.8192 -115.393 0,,
|
||||
1765.05 770.69 49.0457,137 73 157,stand,46.1041 -113.492 0,,
|
||||
1660.73 723.339 42.8147,70 69 154,stand,42.6489 71.0779 0,,
|
||||
1765.79 873.643 51.8182,154 155 73 247,stand,40.4559 -149.753 0,,
|
||||
-511.246 2394.3 -39.875,23 11,stand,31.991 85.2448 0,,
|
||||
-219.57 2595.87 -55.875,23 238,stand,23.8776 -168.907 0,,
|
||||
102.395 2909.7 147.51,16,stand,60.484 138.43 0,,
|
||||
-280.874 2537.36 133.956,162,stand,44.5978 -178.059 0,,
|
||||
-16.2528 2528.1 168.101,161 15 14,stand,15.072 -15.758 0,,
|
||||
777.09 3315.36 240.176,25 100,stand,20.2521 41.3873 0,,
|
||||
1105.7 3252.12 260.837,33 38 165 34,stand,16.9727 -96.0516 0,,
|
||||
1154.41 3461.85 248.586,164 25 38 34,stand,12.4847 -124.188 0,,
|
||||
1871.16 4284.87 251.876,28,stand,12.309 -48.7335 0,,
|
||||
2052.8 4299.58 252.589,28 244,stand,22.8394 88.3649 0,,
|
||||
1889.28 3897.18 258.856,28 27 169,stand,15.7642 -124.006 0,,
|
||||
2018.79 3901.57 257.872,168 29 28 243,stand,15.4181 -50.4529 0,,
|
||||
2005.52 3471.6 243.19,30 29,stand,19.7357 -79.638 0,,
|
||||
1798.08 3154.23 265.779,36 32 172 30 268,stand,13.3472 -161.656 0,,
|
||||
1706.83 2982.44 268.45,171 31 173 32,stand,11.4465 13.4271 0,,
|
||||
1907.78 3017.62 275.316,30 172 31,stand,24.5697 45.7159 0,,
|
||||
1887.89 3426.54 246.346,36,crouch,11.6168 -139.376 0,,
|
||||
2632.21 3778.26 144.372,177 176,stand,17.6593 -1.76695 0,,
|
||||
2912.03 3583.09 120.211,178 175 179,stand,16.7969 -159.926 0,,
|
||||
2422.07 3616.12 149.054,178 29 175,stand,7.64526 -176.675 0,,
|
||||
2717.89 3520.79 129.39,177 176 39,stand,24.0533 143.275 0,,
|
||||
3152.9 3634.6 120.303,98 176,stand,18.0054 -14.5441 0,,
|
||||
3358.52 1619.01 43.9856,184 181 183 187,stand,35.744 28.6212 0,,
|
||||
3452.15 1719.12 50.0274,180 122 46,stand,36.9525 -12.8192 0,,
|
||||
3543.11 1563.61 59.3213,122 47 183 186,stand,27.9712 -177.197 0,,
|
||||
3439.01 1529.3 66.1882,182 180 47 184 285,stand,15.0238 -144.045 0,,
|
||||
3361.5 1422.18 64.5308,180 57 183 188,stand,24.516 -168.221 0,,
|
||||
3621.86 1446.29 93.4431,47,prone,8.98132 131.1 0,,
|
||||
3739.37 1725.46 91.6423,182,prone,3.97156 -147.92 0,,
|
||||
3252.99 1683.14 41.1005,180,prone,2.07092 -29.8168 0,,
|
||||
3174.3 1450.07 62.3616,48 184,stand,16.5784 -143.437 0,,
|
||||
2886.01 818.538 152.125,51 50 48,stand,13.1232 161.829 0,,
|
||||
3296.03 136.892 144.125,53,prone,-2.2467 -68.0353 0,,
|
||||
3201.91 148.846 141.796,89,crouch,9.15161 178.361 0,,
|
||||
3373.81 333.934 144.125,54,crouch,13.1232 88.5748 0,,
|
||||
393.99 353.067 32.125,4,crouch,8.80554 -91.6779 0,,
|
||||
-291.526 -821.179 -105.728,0,crouch,-1.72485 55.2533 0,,
|
||||
-450.763 1187.04 188.601,196 147 198,stand,28.3173 -115.156 0,,
|
||||
-553.606 1058.1 191.931,197 7 195,stand,24.516 123.11 0,,
|
||||
-588.29 1183.12 203.095,198 196 147 199,stand,25.5542 82.016 0,,
|
||||
-562.297 1337.05 190.373,147 197 195 150 102,stand,23.9996 106.021 0,,
|
||||
-714.619 1058.51 217.285,197 103 7 274,stand,23.9996 15.2081 0,,
|
||||
2030.02 -263.336 136.125,114,crouch,9.19983 35.1345 0,,
|
||||
2132.88 -294.573 136.125,114,crouch,10.2325 105.579 0,,
|
||||
2249.49 51.4548 136.125,117,crouch,11.6168 -129.924 0,,
|
||||
1971.3 76.1531 136.125,107,crouch,10.0623 -58.4415 0,,
|
||||
1850.41 -243.343 136.125,115,crouch,8.50769 88.8357 0,,
|
||||
1612.33 -89.9019 136.125,113,crouch,9.5459 124.058 0,,
|
||||
1894.04 130.907 136.125,116,crouch,20.7684 -125.782 0,,
|
||||
1611.13 -252.875 136.125,111,crouch,10.5786 55.8657 0,,
|
||||
1767.99 -282.875 136.125,111,crouch,12.4792 99.8934 0,,
|
||||
2737.68 964.813 200.125,51,crouch,10.0623 -99.5194 0,,
|
||||
782.446 1243.75 141.863,141,crouch,5.74463 90.9396 0,,
|
||||
749.848 1719.51 142.12,18,crouch,9.71619 -107.622 0,,
|
||||
-95.2411 1765.25 205.537,143,crouch,11.095 -30.9592 0,,
|
||||
-3.95726 1249.4 189.49,83 12,crouch,6.78284 49.6749 0,,
|
||||
471.461 1151.73 157.6,81,prone,0.218506 104.233 0,,
|
||||
-172.848 1391.13 204.125,146,crouch,10.5786 137.56 0,,
|
||||
-180.949 1616.88 204.125,146,crouch,10.0623 -121.607 0,,
|
||||
187.424 -717.3 28.6264,1 2 218,crouch,6.04248 74.5331 0,,
|
||||
507.637 -524.684 0.763947,66 217,stand,11.9147 -2.1295 0,,
|
||||
3475.17 2289.08 -23.0365,124,claymore,7.82105 117.834 0,,
|
||||
3267.01 2363.19 -27.2467,123,claymore,17.3132 61.7157 0,,
|
||||
2756.19 878.06 200.125,51,claymore,13.8635 -69.8621 0,,
|
||||
3372.65 225.005 144.125,54,claymore,10.0623 -91.0931 0,,
|
||||
2318.37 -117.813 136.125,117,claymore,16.7969 31.4923 0,,
|
||||
1647.88 -129.836 136.125,111,claymore,15.4181 -154.633 0,,
|
||||
631.694 -30.2527 -5.88102,65,claymore,3.84949 -20.3082 0,,
|
||||
488.056 -401.959 -3.73999,2,crouch,-1.50085 11.8048 0,,
|
||||
-219.364 94.9132 14.2371,101,claymore,-2.53906 160.296 0,,
|
||||
-1316.45 780.186 62.9556,9,crouch,6.78284 75.8496 0,,
|
||||
-446.06 1430.48 194.533,147,claymore,9.54589 -107.693 0,,
|
||||
-444.026 1576.56 203.295,148,claymore,9.02954 91.7358 0,,
|
||||
-14.0886 1433.53 190.131,12,claymore,8.85375 149.744 0,,
|
||||
-31.3223 1663.37 200.125,143,claymore,12.4847 -115.291 0,,
|
||||
344.886 1486.19 180.127,81,claymore,19.5599 -48.1366 0,,
|
||||
326.277 1512.95 181.317,82,claymore,15.7587 131.259 0,,
|
||||
553.585 1783.28 145.007,18,claymore,16.6266 61.507 0,,
|
||||
213.864 2608.73 203.782,15,claymore,3.32764 -14.1339 0,,
|
||||
-8.61835 3075.34 40.125,21,claymore,29.4037 -153.303 0,,
|
||||
-167.125 2576.8 -55.875,159,crouch,4.19006 173.54 0,,
|
||||
1076.91 3111.34 266.999,33,claymore,13.5175 147.118 0,,
|
||||
1004.7 3455.39 236.244,25,claymore,8.50769 -145.371 0,,
|
||||
1396.24 3914.17 251.65,27,claymore,8.3374 -156.077 0,,
|
||||
2136.64 3558.53 213.349,29,claymore,13.5175 13.6505 0,,
|
||||
2001.81 3862.6 255.907,169,claymore,54.6118 -23.1372 0,,
|
||||
2033.14 4427.43 252.125,167,crouch,3.15735 -101.184 0,,
|
||||
2830.97 3020.79 120.018,39,claymore,11.4465 87.8851 0,,
|
||||
1948.29 2440.28 9.22887,79,claymore,-1.50635 101.014 0,,
|
||||
1748.17 833.242 49.9044,157,claymore,10.238 67.1704 0,,
|
||||
1710.17 739.174 45.5919,70,claymore,31.6449 -109.638 0,,
|
||||
1603.92 581.356 106.436,135,crouch,11.6168 -132.94 0,,
|
||||
1678.63 558.569 109.391,135,crouch,8.3374 -74.2346 0,,
|
||||
2586.12 2127.43 0.125,77,grenade,-31.0803 -124.574 0,,
|
||||
2428.99 2151.85 0.124998,77,grenade,-29.1797 -157.725 0,,
|
||||
2168.73 2368.03 4.0746,78,grenade,-51.1084 135.45 0,,
|
||||
1862.79 2276.1 1.54328,79,grenade,-53.3551 81.2329 0,,
|
||||
1702.58 1952.9 -4.62086,79 93,grenade,-31.4264 -149.101 0,,
|
||||
1411.48 795.692 36.1009,69 68,grenade,-28.1415 129.227 0,,
|
||||
1361.08 133.656 -7.30795,138 64,grenade,-24.6918 38.7488 0,,
|
||||
1323.55 315.162 -1.11714,138 64,grenade,-38.3313 36.6779 0,,
|
||||
1469.05 -187.614 122.121,112 111,grenade,-42.8192 3.87268 0,,
|
||||
2776.1 30.4765 145.343,90 89,grenade,-37.2931 -177.764 0,,
|
||||
-848.754 910.477 163.034,103 7,grenade,-22.6208 -52.2345 0,,
|
||||
-443.162 1843.65 200.125,149 148,grenade,-26.7627 40.6494 0,,
|
||||
319.355 2516.99 244.166,16,grenade,-24.6918 -137.357 0,,
|
||||
1702.31 2783.91 313.044,31 32 265 266 275,stand,38.8531 -15.1172 0,,
|
||||
1810.83 2774.46 338.065,264,grenade,-24.8621 -66.0553 0,,
|
||||
1763.73 2709.52 353.203,264,grenade,-10.7062 -22.3682 0,,
|
||||
1963.71 2803.39 344.858,31,grenade,-12.6013 -106.633 0,,
|
||||
1949.84 3271.99 250.595,30 171,grenade,-29.1797 18.3801 0,,
|
||||
3094.52 993.385 64.1289,270 50,grenade,-49.8999 -146.865 0,,
|
||||
3073.13 1047.59 64.125,48 269,grenade,-52.1466 -169.656 0,,
|
||||
3293.02 -77.3962 138.517,53,grenade,-38.5016 93.1421 0,,
|
||||
3408.12 -97.798 149.874,53,grenade,-29.35 81.9196 0,,
|
||||
1274.5 -164.038 47.4525,63,javelin,1.3623 79.6564 0,1559.54 1350.5 81.4397,
|
||||
-686.368 747.146 220.29,7 199,javelin,11.8817 -54.1791 0,152.563 -512.872 -35.7789,
|
||||
1876.98 2659.02 374.743,264,javelin,14.9908 -67.511 0,2430.68 1231.43 19.5088,
|
||||
1947.81 2684.54 383.757,31,javelin,14.3756 -112.692 0,1389.67 1362.26 74.3719,
|
||||
1930.47 2715.33 377.396,31,javelin,8.42651 -105.309 0,1096.53 -224.926 -0.120511,
|
||||
2898.73 3044.99 125.084,39,javelin,3.47717 -107.095 0,2173.33 707.685 57.1169,
|
||||
3447.99 2849.19 128.125,41,javelin,2.97729 -90.4395 0,3438.98 478.621 69.5023,
|
||||
3539.33 2840.86 128.662,41,javelin,5.9491 -95.235 0,3404.82 1523.4 63.9357,
|
||||
3641.07 2865.21 128.125,41,javelin,1.01624 -101.591 0,3054.65 48.226 130.67,
|
||||
3574.3 2792.06 129.901,41,crouch,3.70239 -99.7064 0,,
|
||||
3383.54 2823.6 130.228,41,crouch,0.939331 -90.3845 0,,
|
||||
3280.37 2846.08 128.654,41,crouch,4.91089 -146.157 0,,
|
||||
3409.55 1478.23 66.7579,183,javelin,3.1311 -159.587 0,1906.89 930.793 40.6238,
|
||||
2648.19 823.72 200.125,51,javelin,4.98779 159.972 0,1071.87 1397.33 112.877,
|
||||
2667.32 883.77 200.125,51,javelin,8.65173 -151.721 0,1047.63 11.8432 -19.1357,
|
||||
3127.59 164.801 130.299,89,javelin,0.131836 79.0906 0,3669.21 2947.04 164.284,
|
||||
3436.84 297.479 144.125,54,javelin,1.4502 87.3962 0,3548.82 2760 141.719,
|
||||
1832.21 144.153 136.125,116,javelin,7.22351 61.4136 0,2494.56 1343.97 22.4178,
|
||||
1647.08 -27.2065 136.125,113,javelin,5.95459 178.281 0,-203.137 12.1259 10.8132,
|
|
274
scriptdata/waypoints/mp_airfield_wp.csv
Normal file
@ -0,0 +1,274 @@
|
||||
273
|
||||
980.4 5368.9 1.125,110,stand,,,
|
||||
1397.9 5037.6 1.125,109,stand,,,
|
||||
1397.9 5274.6 1.125,108,stand,,,
|
||||
2024.4 5577.6 1.125,105 106,stand,,,
|
||||
1093.1 5535.4 1.125,107,stand,,,
|
||||
1195.1 5545.4 144.125,91 95 97,stand,,,
|
||||
1437.4 5844.9 144.125,96,stand,,,
|
||||
989.4 5358.9 138.652,8 91,stand,,,
|
||||
1000.6 4836.1 145.125,7 90,stand,,,
|
||||
1258.45 4535.4 0.125,113,stand,,,
|
||||
1041.6 4042.1 1.125,114 115 123,stand,,,
|
||||
614.6 4375.1 -18.8293,122,stand,,,
|
||||
816.4 4271.9 -37.5383,123,stand,,,
|
||||
412.4 3111.9 24.6354,125 129,stand,,,
|
||||
519.1 2672.4 -5.80521,130,stand,,,
|
||||
55.1782 2293.02 -41.3382,139,stand,,,
|
||||
-29.9242 1768.27 -1.4332,142 149,stand,,,
|
||||
-394.751 1946.72 -41.897,141,stand,,,
|
||||
558.988 1051.84 4.125,146 147,stand,,,
|
||||
1169.33 740.564 -32.377,162,stand,,,
|
||||
1436.24 752.906 -40.875,162 163,stand,,,
|
||||
1747.6 785.243 -40.875,164 22,stand,,,
|
||||
1875.61 781.696 -40.875,21 165,stand,,,
|
||||
2179.28 748.981 -40.875,165,stand,,,
|
||||
2523.86 647.262 -35.5333,28,stand,,,
|
||||
2050.8 1048.11 -19.401,159 26,stand,,,
|
||||
1958.79 997.402 -21.5329,25 158,stand,,,
|
||||
1464.5 1000.41 -36.4782,155 156 158,stand,,,
|
||||
2653.87 802.656 -43.7592,165 24 166,stand,,,
|
||||
4347.66 2477.02 -64.3975,189,stand,,,
|
||||
3664.84 3535.13 -82.6672,205 195,stand,,,
|
||||
3308.17 3258.63 -139.902,206,stand,,,
|
||||
3957.01 3735.65 -0.621231,203 204 214,stand,,,
|
||||
2914.73 2912.34 8.5134,197 198,stand,,,
|
||||
3486.82 3525.27 -96.0977,205 195 206,stand,,,
|
||||
4278 3976.35 0.125,215,stand,,,
|
||||
3515 4259.35 5.20117,215 216 217 218,stand,,,
|
||||
3301 4873.65 21.5678,218 221 53,stand,,,
|
||||
2447.3 4367.8 -125.941,209 210,stand,,,
|
||||
2523.84 4580.21 -70.6141,40 210 212,stand,,,
|
||||
2523.79 4786.84 -66.6474,212 39 210,stand,,,
|
||||
1860.7 4597.2 -58.1745,211 237,stand,,,
|
||||
2534.2 5133.3 -11.9398,213 228,stand,,,
|
||||
2419.75 5724.22 0.125,82 227 226 263,stand,,,
|
||||
2014.17 5169.96 -15.7728,241 213,stand,,,
|
||||
1570.2 4037.7 14.1268,46 118,stand,,,
|
||||
1454.2 3862.7 1.125,116 45 117,stand,,,
|
||||
1767.3 3439.2 -20.3359,137 138,stand,,,
|
||||
1279.46 3359.33 -17.874,136,stand,,,
|
||||
896.445 2680.06 15.3544,132 133,stand,,,
|
||||
1988.71 1927.34 8.12502,247 242,stand,,,
|
||||
2168.66 2112.91 8.12498,245 243 244 246,stand,,,
|
||||
2531.34 2814.09 8.66902,244 245 256 257 258 267,stand,,,
|
||||
3501.94 5070.54 13.5963,220 55 37,stand,,,
|
||||
3045.46 5175.28 8.09908,221 222,stand,,,
|
||||
3438.06 5174.46 6.11911,53 77 223,stand,,,
|
||||
3162.46 1736.05 -58.875,168 178 183,stand,,,
|
||||
3635.54 2277.95 -25.875,186 191,stand,,,
|
||||
3369.8 775.6 -45.7763,172 173,stand,,,
|
||||
3432.46 1520.05 -61.8532,170 185,stand,,,
|
||||
3813.54 1918.45 -58.3673,185,stand,,,
|
||||
4107.66 2919.02 -82.437,192 83,stand,,,
|
||||
3067.66 660.134 -31.0627,176,stand,,,
|
||||
-34.8519 2548.4 -15.649,127,stand,,,
|
||||
179.982 3239.18 5.73125,126 65 128,stand,,,
|
||||
108.018 2968.82 12.8978,64 127 129,stand,,,
|
||||
1614.2 5081.7 21.625,240,stand,,,
|
||||
505.553 3556.64 23.7466,124 125,stand,,,
|
||||
2281.96 5363.83 -11.2566,73 228 213,stand,,,
|
||||
1860.7 4209.2 -26.496,235,stand,,,
|
||||
1476.7 4283.2 0.65947,236,stand,,,
|
||||
2028.7 3867.2 -20.6621,259 260,stand,,,
|
||||
1953.68 4987.92 -25.1398,239 238 240,stand,,,
|
||||
2145.91 5342.63 -9.89146,241 68 213,stand,,,
|
||||
2744.7 5739.2 8.09908,226,stand,,,
|
||||
3092.7 5665.2 8.09908,78 224 226,stand,,,
|
||||
3095.42 4766.22 31.196,229 230,stand,,,
|
||||
3423.7 5421.22 8.33926,55 78,stand,,,
|
||||
3340.61 5483.56 8.44145,77 75 223,stand,,,
|
||||
2788.61 5341.56 9.48747,224 225 226 228,stand,,,
|
||||
2909.72 5096.02 3.22113,225 229,stand,,,
|
||||
3126.13 4226.09 14.647,217 231,stand,,,
|
||||
2294.8 5567.2 0.125031,43 228 263,stand,,,
|
||||
4034.57 3220.97 -45.5214,61 203,stand,,,
|
||||
3742.57 3220.97 -83.2063,193 194 195,stand,,,
|
||||
4338.25 4559.17 2.5323,219 215,stand,,,
|
||||
710.017 1253.94 -3.52074,153 154,stand,,,
|
||||
1137.28 4771.82 0.125,88 112 111 113,stand,,,
|
||||
1300.06 4815.61 64.3487,87 89,stand,,,
|
||||
1319.47 5006.79 145.125,88 90,stand,,,
|
||||
1199 5106 145.125,89 91 8,stand,,,
|
||||
1188.8 5385.05 145.125,7 90 5,stand,,,
|
||||
1306.48 5901.56 1.125,93 103,stand,,,
|
||||
1069.95 5917.26 145.125,92 94,stand,,,
|
||||
994.157 5894.58 144.125,93 95,stand,,,
|
||||
1004.89 5778.74 144.125,94 5 96,stand,,,
|
||||
1378.69 5792.99 144.125,95 6 97,stand,,,
|
||||
1426.6 5620.68 144.125,5 96 98 99,stand,,,
|
||||
1821.69 5686.96 144.125,97 271,stand,,,
|
||||
1430.7 5275.01 145.125,97 100,stand,,,
|
||||
1547.1 4993.69 145.125,99 101,stand,,,
|
||||
1551.79 4821.35 67.125,100 102,stand,,,
|
||||
1551.18 4651.22 3.29113,101 236 237,stand,,,
|
||||
1369.82 5793.41 1.125,92 104 107,stand,,,
|
||||
1825.41 5751.78 1.125,103 105 106,stand,,,
|
||||
2095.91 5748.66 1.125,104 3 227,stand,,,
|
||||
1806.38 5559.67 1.125,3 104 107 241,stand,,,
|
||||
1356.22 5536.69 1.125,108 103 106 4,stand,,,
|
||||
1269.53 5290.88 1.125,107 2 110,stand,,,
|
||||
1156.99 5053.09 1.125,1 110 111,stand,,,
|
||||
1111.72 5261.51 1.125,108 109 0,stand,,,
|
||||
1137.44 4898.1 1.125,109 112 87,stand,,,
|
||||
914.821 4870.09 2.125,111 87 113 120,stand,,,
|
||||
1117.5 4614.6 0.125,87 9 112 114 272,stand,,,
|
||||
1158.01 4293.13 0.616439,113 10 115,stand,,,
|
||||
1273.2 4131.97 5.97757,10 114 116,stand,,,
|
||||
1315.3 3861.91 1.125,115 46,stand,,,
|
||||
1686.15 3856.41 1.125,46 118 119,stand,,,
|
||||
1734.6 4048.11 3.125,117 45 260,stand,,,
|
||||
1870.12 3828.35 -1.42953,117 138,stand,,,
|
||||
659.82 4952.56 -11.1444,112 121,stand,,,
|
||||
537.861 4827.46 -9.05033,120 272,stand,,,
|
||||
547.095 4437.54 -22.5357,11 124 272,stand,,,
|
||||
814.428 4057.53 -15.317,12 10 124,stand,,,
|
||||
618.516 4021.85 -24.5928,122 123 67 126,stand,,,
|
||||
359.933 3255.51 29.6959,67 13,stand,,,
|
||||
214.957 3827.3 -1.94677,64 124,stand,,,
|
||||
5.98867 2756.87 -9.66659,65 128 63,stand,,,
|
||||
194.677 2728.41 -8.99392,127 129 130 64 131,stand,,,
|
||||
410.161 2960.84 14.9062,13 128 130 65,stand,,,
|
||||
464.249 2815.27 3.39408,129 128 14 132,stand,,,
|
||||
152.254 2458.4 -48.5496,128 139,stand,,,
|
||||
777.325 2698.07 10.97,130 49 133,stand,,,
|
||||
999.577 2851.41 10.3556,132 49 134,stand,,,
|
||||
1152.33 3102.06 -4.50571,133 135 136,stand,,,
|
||||
1510.68 3147.2 -16.873,134 136 253,stand,,,
|
||||
1358.72 3377.32 -19.9661,135 48 134 137,stand,,,
|
||||
1579.43 3589.5 -25.9254,136 47 138,stand,,,
|
||||
1867.22 3640.94 -24.2079,137 47 119 259 255,stand,,,
|
||||
145.653 2237.67 -60.2358,131 15 140 150,stand,,,
|
||||
-172.277 2091.92 -49.3788,139 141,stand,,,
|
||||
-399.894 1767.34 -37.9549,140 17 142,stand,,,
|
||||
-319.822 1640.77 -9.10043,141 16 143,stand,,,
|
||||
-148.637 1524.46 4.125,142 144,stand,,,
|
||||
-97.174 1381.47 4.125,143 145,stand,,,
|
||||
302.664 1223.24 4.125,144 146,stand,,,
|
||||
484.782 1022.56 4.125,145 18,stand,,,
|
||||
633.84 1080.25 4.50948,18 148,stand,,,
|
||||
802.432 1014.9 -11.5126,147 154,stand,,,
|
||||
312.673 1888.56 -8.67075,16 150 153,stand,,,
|
||||
334.338 2201.93 -64.3689,149 139 151,stand,,,
|
||||
619.701 2032.83 -52.2398,150 152,stand,,,
|
||||
843.231 1882.62 0.644908,151 153 252,stand,,,
|
||||
692.749 1526.57 1.38735,152 86 149,stand,,,
|
||||
1025.55 1148.95 -35.0464,86 148 155 157,stand,,,
|
||||
1217.39 981.455 -42.6811,154 27 162,stand,,,
|
||||
1642.76 1315.37 -16.1957,27 157 159,stand,,,
|
||||
1196.73 1328.41 -31.1898,156 154,stand,,,
|
||||
1835.1 1046.48 -17.4021,27 159 26,stand,,,
|
||||
2100.4 1289.18 -1.08141,158 160 161 156 25,stand,,,
|
||||
2278.46 1278.55 -14.1803,159 161 167,stand,,,
|
||||
2110.22 1437.62 4.62359,160 159 266,stand,,,
|
||||
1239.87 870.626 -35.276,155 19 20,stand,,,
|
||||
1496.16 699.385 -40.875,20 164,stand,,,
|
||||
1615.77 828.512 -40.875,163 21,stand,,,
|
||||
2201.34 821.239 -40.875,22 23 28,stand,,,
|
||||
2652.61 1220.85 -48.4174,28 167 168 169,stand,,,
|
||||
2463.87 1298.43 -40.1077,166 160,stand,,,
|
||||
2995.45 1565.5 -51.8321,166 169 177 56,stand,,,
|
||||
2867 1136.5 -51.2409,166 168 176 177,stand,,,
|
||||
3334.99 1437.16 -59.8851,59 171,stand,,,
|
||||
3429.95 1310.51 -53.3905,170 172,stand,,,
|
||||
3320.79 1121.6 -55.6304,171 58 177,stand,,,
|
||||
3194.29 216.627 -61.1517,58 174 175,stand,,,
|
||||
3182.5 -125.628 -59.8325,173,stand,,,
|
||||
2904.43 474.776 -47.6924,173 176,stand,,,
|
||||
2891.27 795 -49.4219,175 169 62,stand,,,
|
||||
3110.77 1267.88 -56.52,172 168 169,stand,,,
|
||||
2982.84 1745.22 -65.875,56 179 183,stand,,,
|
||||
2819.56 1580.63 15.6226,178 180,stand,,,
|
||||
2670.41 1456.69 102.125,179 181 264,stand,,,
|
||||
2474.91 1680.64 102.125,180 182 264,stand,,,
|
||||
2587.58 1869.72 102.125,181,stand,,,
|
||||
3245.97 1977.07 -65.875,56 184 202 178,stand,,,
|
||||
3509.59 2115.65 -65.875,183 185 186,stand,,,
|
||||
3723.76 1876.9 -60.2053,184 59 60 187,stand,,,
|
||||
3597.05 2211.64 -65.875,184 57,stand,,,
|
||||
3912.13 2123.12 -42.2855,185 188,stand,,,
|
||||
4039.18 2352.72 -31.6607,187 189 190,stand,,,
|
||||
4166.49 2616.7 -72.1067,188 29 192,stand,,,
|
||||
3829.38 2537.62 -40.2412,188 191 192 196 199,stand,,,
|
||||
3774.19 2397.83 -25.875,57 190,stand,,,
|
||||
4050.56 2852.07 -85.666,190 189 61 193,stand,,,
|
||||
3812.03 3149.2 -84.1774,192 84 194,stand,,,
|
||||
3654.2 2985.76 -59.6045,84 193 196,stand,,,
|
||||
3598.51 3388.12 -75.317,84 30 34,stand,,,
|
||||
3553.06 2868.49 -45.9804,194 190 197 199,stand,,,
|
||||
3213.6 2933.52 -42.2015,196 33,stand,,,
|
||||
2904.95 2552.25 -18.705,33 200 201 202,stand,,,
|
||||
3482.78 2668.83 -53.4433,196 190 200,stand,,,
|
||||
3193.33 2341.28 -43.8545,199 198 201 202,stand,,,
|
||||
2839.35 2031.3 -52.933,198 200 202 267,stand,,,
|
||||
3056.91 2018.24 -60.8275,200 183 201 198,stand,,,
|
||||
3849.56 3557.09 -29.1291,83 32 204,stand,,,
|
||||
3719.2 3857.25 -26.5034,203 32 205 216,stand,,,
|
||||
3642.68 3652.09 -82.3431,204 30 34,stand,,,
|
||||
3198.33 3293.22 -137.584,34 31 207,stand,,,
|
||||
3012.52 3638.76 -161.263,206 208,stand,,,
|
||||
2524.82 3668.51 -164.602,207 209,stand,,,
|
||||
2504.86 4153.26 -124.279,208 38,stand,,,
|
||||
2373.31 4610.73 -84.5851,38 211 212 39 40,stand,,,
|
||||
2022.87 4632.91 -83.2308,210 41,stand,,,
|
||||
2356.81 4777.29 -68.2321,210 213 40 39,stand,,,
|
||||
2338.4 5086.86 -13.3918,212 44 239 42 228 68 73,stand,,,
|
||||
4052.68 3926.12 10.5646,32 215,stand,,,
|
||||
4208.62 4121.31 0.0563379,214 35 36 219 85,stand,,,
|
||||
3597.46 4007.94 10.89,36 204 217,stand,,,
|
||||
3139.22 3994.01 19.1864,216 36 81 231 262,stand,,,
|
||||
3446.54 4725.7 8.58963,36 37 220,stand,,,
|
||||
4071.27 4564.22 0.053106,215 85 220,stand,,,
|
||||
3734.41 4967.74 18.5949,219 218 53,stand,,,
|
||||
3196.11 5044.3 8.125,37 54 222 229,stand,,,
|
||||
3085.98 5273.11 8.81895,221 54 223 224,stand,,,
|
||||
3190.01 5371.38 8.54634,55 222 78 224,stand,,,
|
||||
2950.41 5510.66 14.2022,223 75 222 79 226 228,stand,,,
|
||||
2773.76 5216.72 -9.60368,79 228 80,stand,,,
|
||||
2670.84 5619.69 7.0766,75 224 79 43 74 228 263,stand,,,
|
||||
2261.95 5738.98 0.124997,105 43 263,stand,,,
|
||||
2528.53 5430.18 -4.8089,82 225 79 68 226 213 42 224,stand,,,
|
||||
3029.34 4939.98 6.43654,80 221 76 230,stand,,,
|
||||
2893.47 4613.63 25.1799,76 229 231,stand,,,
|
||||
2868.12 4298.96 16.2905,230 81 217 232 262,stand,,,
|
||||
2504.22 4244.7 3.14948,231 233 261,stand,,,
|
||||
2426.25 4434.69 -5.24118,232 234,stand,,,
|
||||
2095.58 4204.93 -31.135,233 235 260 261,stand,,,
|
||||
1899.02 4266.95 -30.7073,234 69 236 237,stand,,,
|
||||
1515.16 4369.47 6.4042,235 102 70,stand,,,
|
||||
1684.37 4603.87 -15.3605,235 41 102 238,stand,,,
|
||||
1693.94 4811.12 4.03013,237 239 72 240,stand,,,
|
||||
1999.89 4856.79 -27.8953,238 72 213,stand,,,
|
||||
1718.12 5117.53 8.125,238 72 66 241,stand,,,
|
||||
1870.58 5353.5 -14.5038,240 106 73 44,stand,,,
|
||||
2213.61 1717.83 8.053,243 50 266,stand,,,
|
||||
2397.56 1821.82 10.6475,242 244 51 267,stand,,,
|
||||
2407.84 2274.05 8.37,243 52 245 51 267,stand,,,
|
||||
1952.21 2594.8 8.125,52 244 51 253 246 254 257,stand,,,
|
||||
1759.15 2184.99 8.0497,51 247 248 249 245 254,stand,,,
|
||||
1735.5 1900.3 5.54879,246 50 248,stand,,,
|
||||
1380.29 1925.99 6.1768,247 246 252,stand,,,
|
||||
1477.66 2314.01 8.125,246 250 252 254,stand,,,
|
||||
1321.97 2757.91 8.03426,249 251 253,stand,,,
|
||||
1027.41 2474.56 10.3401,250 252,stand,,,
|
||||
1027.05 1983.74 8.10666,251 152 248 249,stand,,,
|
||||
1688.16 2983.16 2.09176,250 135 245 254 255 256,stand,,,
|
||||
1760.49 2571.59 8.125,249 253 245 246,stand,,,
|
||||
2008.54 3312.33 -1.89128,253 256 138 259 258,stand,,,
|
||||
2353.63 3137.49 8.0991,255 52 253 257 258 259,stand,,,
|
||||
2170.7 2809.62 7.42107,256 245 52,stand,,,
|
||||
2542.27 3627.1 10.8491,256 52 259 255 262,stand,,,
|
||||
2128.63 3713.21 -28.7972,258 138 255 256 71 260 261,stand,,,
|
||||
2100.23 4039.22 -36.9883,118 259 71 234 261,stand,,,
|
||||
2426.87 4006.57 -6.33362,260 234 232 259 262,stand,,,
|
||||
2775.43 3839.21 10.2946,261 258 217 231,stand,,,
|
||||
2275.67 5665.61 0.113302,82 227 43 226 270,stand,,,
|
||||
2481.13 1492.54 102.162,180 181 269,stand,,,
|
||||
2225.97 1492.82 40.125,266 268,stand,,,
|
||||
2150.45 1550.97 0.575926,265 161 242,stand,,,
|
||||
2649.89 2144.9 -23.4952,243 52 201 244,stand,,,
|
||||
2317.39 1428.39 37.4499,269 265,climb,0.98877 44.9565 0,,
|
||||
2335.08 1446.78 102.125,264 268,climb,0.98877 44.7588 0,,
|
||||
2224.63 5664.35 0.00472823,263 271,climb,1.80725 179.517 0,,
|
||||
2199.87 5664.32 155.125,270 98,climb,-1.02722 -179.686 0,,
|
||||
545.476 4591.71 -16.2166,113 122 121,stand,,,
|
|
239
scriptdata/waypoints/mp_airstrike_v1_wp.csv
Normal file
@ -0,0 +1,239 @@
|
||||
238
|
||||
1080 186 228.125,1 128,stand,,,
|
||||
1148 186 228.125,2 0,stand,,,
|
||||
1220 186 228.125,3 1,stand,,,
|
||||
1288 186 228.125,4 126 2,stand,,,
|
||||
1352 186 228.125,126 3,stand,,,
|
||||
1464 182 228.125,125,stand,,,
|
||||
1610 164 228.125,7 129,stand,,,
|
||||
1610 80 228.125,129 6,stand,,,
|
||||
1594 -104 228.125,123,stand,,,
|
||||
1464 -170 228.125,123,stand,,,
|
||||
1380 -196 228.125,122 121,stand,,,
|
||||
926 -160 228.125,12 120,stand,,,
|
||||
926 -96 228.125,13 11 119,stand,,,
|
||||
926 -24 228.125,118 119 12,stand,,,
|
||||
768 -170 228.125,112,stand,,,
|
||||
600 -178 228.125,110 111,stand,,,
|
||||
-256 -162 228.125,91,stand,,,
|
||||
-256 170 228.125,94 90,stand,,,
|
||||
-848 178 228.125,77,stand,,,
|
||||
-848 -186 228.125,75,stand,,,
|
||||
-1184 -178 228.125,59,stand,,,
|
||||
-1466 -98 228.125,53 57,stand,,,
|
||||
-1466 102 228.125,55 62 65,stand,,,
|
||||
-1722 44 327.125,63 24 183,stand,,,
|
||||
-1722 -40 327.125,23 64 184,stand,,,
|
||||
-1136 146 384.125,194,stand,,,
|
||||
-1136 -146 384.125,192,stand,,,
|
||||
-970 -128 384.125,200,stand,,,
|
||||
-978 128 384.125,201,stand,,,
|
||||
-622 120 384.125,201,stand,,,
|
||||
-606 -128 384.125,200,stand,,,
|
||||
-448 -154 384.125,199 202,stand,,,
|
||||
-448 154 384.125,199,stand,,,
|
||||
-264 146 384.125,205 206,stand,,,
|
||||
-256 -146 384.125,203 210,stand,,,
|
||||
452 -134 384.125,212 213 214,stand,,,
|
||||
460 134 384.125,211 212 215,stand,,,
|
||||
800 110 384.125,222 220,stand,,,
|
||||
804 -106 384.125,221 220,stand,,,
|
||||
1648 -138 384.125,230,stand,,,
|
||||
1648 138 384.125,228,stand,,,
|
||||
1268 94 77.125,42,stand,,,
|
||||
1200 94 77.125,41 132,stand,,,
|
||||
948 82 80.125,133,stand,,,
|
||||
712 82 80.125,141,stand,,,
|
||||
456 78 80.125,144,stand,,,
|
||||
196 82 80.125,146,stand,,,
|
||||
-116 114 77.125,155 156,stand,,,
|
||||
-576 114 77.125,167 169,stand,,,
|
||||
-580 -118 77.125,161 162 168,stand,,,
|
||||
-204.5 -117 77.125,160 154,stand,,,
|
||||
-1722 -136 77.125,175 181,stand,,,
|
||||
-1714 128 77.125,177 180,stand,,,
|
||||
-1476.05 -37.939 228.125,55 21 54,stand,,,
|
||||
-1538.11 -39.8356 228.125,64 53,stand,,,
|
||||
-1476.02 37.6647 228.125,22 53 56,stand,,,
|
||||
-1536.43 39.746 228.125,55 63,stand,,,
|
||||
-1347.49 -101.381 228.125,21 58,stand,,,
|
||||
-1251.43 -102.989 228.125,57 59,stand,,,
|
||||
-1189.09 -103.006 228.125,58 60 20 69,stand,,,
|
||||
-1195.48 1.39587 228.125,59 61,stand,,,
|
||||
-1195.62 105.178 228.125,60 62 68 74,stand,,,
|
||||
-1325.08 102.451 228.125,61 22,stand,,,
|
||||
-1646.81 41.4065 327.125,56 23,stand,,,
|
||||
-1658.42 -42.275 327.125,24 54,stand,,,
|
||||
-1526.96 115.233 228.125,22 66,stand,,,
|
||||
-1606.09 122.585 228.125,65 67,stand,,,
|
||||
-1609.81 187.875 228.125,66 179,stand,,,
|
||||
-1185.45 207.299 228.125,61,stand,,,
|
||||
-1078.98 -110.47 228.125,59 70,stand,,,
|
||||
-969.96 -119.16 228.125,69 71,stand,,,
|
||||
-927.234 -127.129 228.125,70 72 75,stand,,,
|
||||
-927.25 0.151193 228.125,71 73,stand,,,
|
||||
-928.37 133.073 228.125,72 74 77,stand,,,
|
||||
-1023.93 108.597 228.125,73 61,stand,,,
|
||||
-829.004 -125.432 228.125,71 76 19,stand,,,
|
||||
-830.858 -22.8497 228.125,75 80 78,stand,,,
|
||||
-850.744 130.443 228.125,73 18 78,stand,,,
|
||||
-848.236 47.0259 228.125,77 79 76,stand,,,
|
||||
-729.054 36.5119 228.125,78 82 80,stand,,,
|
||||
-697.613 -49.981 228.125,76 81 79,stand,,,
|
||||
-653.984 -127.567 228.125,80 87,stand,,,
|
||||
-664.315 120.247 228.125,79 83,stand,,,
|
||||
-566.161 124.458 228.125,82 84,stand,,,
|
||||
-447.479 138.337 228.125,83 85 89,stand,,,
|
||||
-452.053 -3.45271 228.125,84 86,stand,,,
|
||||
-455.717 -141.36 228.125,85 87 88,stand,,,
|
||||
-563.599 -131.403 228.125,86 81,stand,,,
|
||||
-314.167 -140.303 228.125,86 91 92,stand,,,
|
||||
-328.706 132.627 228.125,84 90 94,stand,,,
|
||||
-278.941 63.0795 228.125,89 91 17,stand,,,
|
||||
-275.206 -68.2671 228.125,90 88 16,stand,,,
|
||||
-203.979 -142.565 228.125,88 93,stand,,,
|
||||
-83.1709 -137.577 228.125,92 105 106,stand,,,
|
||||
-218.78 138.002 228.125,89 95 17,stand,,,
|
||||
-109.068 156.147 228.125,94 96 105,stand,,,
|
||||
-20.9597 199.091 228.125,95 97,stand,,,
|
||||
185.71 199.316 228.125,96 98,stand,,,
|
||||
446.695 183.49 228.125,97 99,stand,,,
|
||||
521.94 130.57 228.125,98 100 115,stand,,,
|
||||
417.726 43.4236 228.125,99 101 109,stand,,,
|
||||
346.575 103.052 228.125,100 102,stand,,,
|
||||
221.852 112.218 228.125,101 103,stand,,,
|
||||
106.524 106.969 228.125,102 104,stand,,,
|
||||
-22.6151 58.612 228.125,103 105,stand,,,
|
||||
-97.4534 -26.3506 228.125,104 95 93 106,stand,,,
|
||||
66.8463 -136.892 228.125,93 107 105,stand,,,
|
||||
277.025 -136.954 228.125,106 108 109,stand,,,
|
||||
439.073 -134.37 228.125,107 109 110,stand,,,
|
||||
400.266 -57.7996 228.125,108 100 107,stand,,,
|
||||
544.849 -139.274 228.125,108 15 111 113,stand,,,
|
||||
661.262 -137.769 228.125,110 112 113 15,stand,,,
|
||||
764.052 -137.836 228.125,111 14 117,stand,,,
|
||||
605.588 -102.543 228.125,111 110 114,stand,,,
|
||||
606.443 13.1148 228.125,113 115,stand,,,
|
||||
612.12 124.544 228.125,114 99 116,stand,,,
|
||||
768.165 115.631 228.125,117 115 118,stand,,,
|
||||
769.16 10.7738 228.125,116 112,stand,,,
|
||||
934.314 120.401 228.125,116 119 13 128,stand,,,
|
||||
1004.91 0.719166 228.125,118 13 12 236,stand,,,
|
||||
1113.21 -151.697 228.125,11 121,stand,,,
|
||||
1320.91 -153.507 228.125,120 122 10,stand,,,
|
||||
1356.91 -102.754 228.125,121 123 127 10,stand,,,
|
||||
1478.26 -101.065 228.125,122 8 9 124,stand,,,
|
||||
1465.53 12.3989 228.125,123 125,stand,,,
|
||||
1470.46 109.186 228.125,124 5 126 129,stand,,,
|
||||
1336.87 103.516 228.125,125 127 4 3,stand,,,
|
||||
1349.13 -2.03993 228.125,126 122 130,stand,,,
|
||||
1014.35 140.05 228.125,0 118,stand,,,
|
||||
1543.52 106.432 228.125,125 7 6,stand,,,
|
||||
1289.04 18.2878 228.125,131 127,climb,-5.26367 1.12915 0,,
|
||||
1249.98 19.3369 77.125,130 132,climb,-5.69763 1.12915 0,,
|
||||
1172.07 33.708 77.125,133 131 42 136,stand,,,
|
||||
947.584 33.2077 77.125,134 43 132 141,stand,,,
|
||||
945.979 -51.6709 80.125,135 133,stand,,,
|
||||
946.651 -136.015 77.125,134 137 139,stand,,,
|
||||
1214.62 -49.3428 77.125,132 137,stand,,,
|
||||
1211.92 -135.629 77.125,136 138 135,stand,,,
|
||||
1298.4 -134.18 77.125,137,stand,,,
|
||||
802.75 -125.245 77.125,135 140,stand,,,
|
||||
705.331 -125.143 77.125,139 141 142,stand,,,
|
||||
708.825 33.0721 77.125,140 44 133 144,stand,,,
|
||||
446.064 -125.253 77.125,140 143 148,stand,,,
|
||||
447.093 -53.024 80.125,142 144,stand,,,
|
||||
446.442 27.6235 77.125,143 45 141 145,stand,,,
|
||||
307.93 36.0836 80.125,144 146,stand,,,
|
||||
183.808 31.49 77.125,145 147 46 149,stand,,,
|
||||
190.333 -40.6984 80.125,146 148,stand,,,
|
||||
196.41 -135.961 77.125,147 142 153,stand,,,
|
||||
57.2716 30.9661 77.125,146 150,stand,,,
|
||||
-32.6488 32.5756 77.125,149 151,stand,,,
|
||||
-38.9411 -44.746 77.125,150 152,stand,,,
|
||||
-38.0068 -134.629 77.125,151 153 154,stand,,,
|
||||
63.7455 -133.886 77.125,152 148,stand,,,
|
||||
-131.78 -125.874 77.125,152 155 50 160,stand,,,
|
||||
-151.888 9.38902 77.125,154 47,stand,,,
|
||||
-235.686 89.5072 77.125,47 157,stand,,,
|
||||
-290.407 88.5475 77.125,156 158 169,stand,,,
|
||||
-286.426 3.33275 77.125,157 159,stand,,,
|
||||
-299.255 -85.1882 77.125,158 160 161,stand,,,
|
||||
-212.826 -79.6524 77.125,159 50 154,stand,,,
|
||||
-470.471 -96.1916 77.125,159 49,stand,,,
|
||||
-765.674 -133.3 77.125,49 163,stand,,,
|
||||
-884.967 -122.958 77.125,162 164 170,stand,,,
|
||||
-877.023 -1.63194 77.125,163 165,stand,,,
|
||||
-877.718 135.563 77.125,164 166 174,stand,,,
|
||||
-754.298 137.265 77.125,165 167,stand,,,
|
||||
-671.467 127.936 77.125,166 168 48,stand,,,
|
||||
-672.368 -7.35158 77.125,167 49,stand,,,
|
||||
-476.143 88.6737 77.125,48 157,stand,,,
|
||||
-1016.81 -123.183 77.125,163 171,stand,,,
|
||||
-1230.82 -115.363 79.125,170 172 175,stand,,,
|
||||
-1230.27 -5.79983 77.125,171 173,stand,,,
|
||||
-1230.38 113.142 79.125,172 174 176,stand,,,
|
||||
-1057.54 122.957 77.125,173 165,stand,,,
|
||||
-1504.26 -113.061 79.125,171 176 51,stand,,,
|
||||
-1492.32 98.7208 79.125,175 177 173,stand,,,
|
||||
-1606.99 94.5166 79.125,176 52 178,stand,,,
|
||||
-1571.93 160.969 77.125,179 177,climb,10.0952 90.9753 0,,
|
||||
-1571.41 186.222 228.125,178 67,climb,-40.7605 88.0804 0,,
|
||||
-1772.26 5.09111 77.125,52 181,stand,,,
|
||||
-1763.25 -74.3467 77.125,180 51,stand,,,
|
||||
-1671.89 147.14 328.125,183 187,stand,,,
|
||||
-1743.7 118.402 328.125,182 23,stand,,,
|
||||
-1744.81 -142.308 328.125,24 185,stand,,,
|
||||
-1661.74 -150.408 328.125,184 186,stand,,,
|
||||
-1578.06 -149.476 384.125,185 190,stand,,,
|
||||
-1580.71 149.555 384.125,182 188,stand,,,
|
||||
-1457.35 109.237 384.125,187 189 195,stand,,,
|
||||
-1462.83 -0.636584 384.125,188 190,stand,,,
|
||||
-1468.26 -103.793 384.125,189 186 191,stand,,,
|
||||
-1298.31 -107.195 384.125,190 192,stand,,,
|
||||
-1137.26 -102.767 384.125,191 26 193,stand,,,
|
||||
-1108.49 7.34749 384.125,192 194 196,stand,,,
|
||||
-1140.84 105.277 384.125,193 25 195,stand,,,
|
||||
-1283.51 105.344 384.125,194 188,stand,,,
|
||||
-918.516 -2.36845 384.125,193 197,stand,,,
|
||||
-799.492 -2.29565 384.125,196 198 200 201,stand,,,
|
||||
-545.974 4.41246 384.125,197 199,stand,,,
|
||||
-449.807 6.77302 384.125,198 31 32,stand,,,
|
||||
-796.842 -130.96 384.125,197 27 30,stand,,,
|
||||
-798.464 133.545 384.125,197 29 28,stand,,,
|
||||
-398.18 -139.556 384.125,31 203,stand,,,
|
||||
-297.205 -139.536 384.125,202 34 204,stand,,,
|
||||
-287.933 15.7105 384.125,203 205,stand,,,
|
||||
-302.107 143.175 384.125,204 33,stand,,,
|
||||
-185.051 141.118 384.125,33 207,stand,,,
|
||||
142.759 145.034 384.125,206 208 211,stand,,,
|
||||
144.163 -3.08491 384.125,207 209,stand,,,
|
||||
141.831 -164.211 384.125,208 210 213,stand,,,
|
||||
-142.385 -140.352 384.125,209 34,stand,,,
|
||||
341.81 162.171 384.125,207 36,stand,,,
|
||||
430.465 10.5321 384.125,36 35,stand,,,
|
||||
313.522 -165.562 384.125,35 209,stand,,,
|
||||
487.789 -110.762 384.125,35 219,stand,,,
|
||||
493.715 104.836 384.125,36 216,stand,,,
|
||||
599.258 110.461 384.125,215 217,stand,,,
|
||||
688.943 75.1191 384.125,216 218,stand,,,
|
||||
703.295 -6.28412 384.125,217 219 220,stand,,,
|
||||
613.004 -104.77 384.125,218 214,stand,,,
|
||||
917.625 -2.73018 384.125,218 221 222 37 38,stand,,,
|
||||
921.401 -167.61 384.125,220 38 235,stand,,,
|
||||
951.99 166.043 384.125,220 37 223,stand,,,
|
||||
1172.36 170.689 384.125,222 224,stand,,,
|
||||
1323.38 151.565 384.125,223 225,stand,,,
|
||||
1354.23 105.796 384.125,224 226 237,stand,,,
|
||||
1467.2 104.362 384.125,225 227,stand,,,
|
||||
1591.76 104.304 384.125,226 228,stand,,,
|
||||
1648.83 94.6061 384.125,227 229 40,stand,,,
|
||||
1655.47 -14.7471 384.125,228 230,stand,,,
|
||||
1653.53 -96.1225 384.125,229 231 39,stand,,,
|
||||
1578.91 -105.027 384.125,230 232,stand,,,
|
||||
1465.34 -101.162 384.125,231 233,stand,,,
|
||||
1354.92 -108.381 384.125,232 234 237,stand,,,
|
||||
1299.25 -161.244 384.125,233 235,stand,,,
|
||||
1114.25 -164.074 384.125,234 221,stand,,,
|
||||
1246.24 -0.510042 384.125,119 237,stand,,,
|
||||
1333.21 -2.96714 384.125,236 225 233,stand,,,
|
|
274
scriptdata/waypoints/mp_arrange_wp.csv
Normal file
@ -0,0 +1,274 @@
|
||||
273
|
||||
5370 6806 -83.5607,8 9,stand,,,
|
||||
-1152 2290 80.125,72,stand,,,
|
||||
-1168 -72 72.125,67 68,stand,,,
|
||||
674 138 80.125,92 93,stand,,,
|
||||
1916 -1276 28.125,262,stand,,,
|
||||
6050 6062 -53.6115,160 159 142,stand,,,
|
||||
3919 5827 -71.1685,153 142,stand,,,
|
||||
4186 4413 -37.6973,144,stand,,,
|
||||
5485.57 6566.46 -80.8811,0 11,stand,,,
|
||||
5198.6 6920.05 -82.8638,0 10,stand,,,
|
||||
5016.52 6777.01 -80.1964,9 11,stand,,,
|
||||
5268.19 6272.28 -81.9699,10 8 12 142 159,stand,,,
|
||||
5239.07 5927.11 -82.2314,11 13 142 167 159,stand,,,
|
||||
5248 4775.34 -82.2066,12 14 141 167 173,stand,,,
|
||||
5173.84 4337.37 -83.2507,13 15 173,stand,,,
|
||||
5258.29 3027.3 -81.9424,14 16 139 180 211,stand,,,
|
||||
4573.09 1640.16 -82.1636,15 17 181 190 210 212,stand,,,
|
||||
2522.79 1402.41 -81.875,16 18 21 37 127 193 208 220 271,stand,,,
|
||||
2578.05 111.328 -82.0911,17 19 193 271,stand,,,
|
||||
2351.46 119.541 -80.3509,18 20,stand,,,
|
||||
2245.56 116.401 -7.875,19 110,stand,,,
|
||||
2544.95 3109.58 -81.875,17 22 23 37 220 270 271 208,stand,,,
|
||||
2509.03 4331.42 -83.1696,21 37 38 220 271 208 272,stand,,,
|
||||
1555.3 3070.58 -82.6454,21 24 128 129,stand,,,
|
||||
421.047 3308.15 -81.9881,23 25 39 129,stand,,,
|
||||
322.145 3137.78 -81.1662,24 26,stand,,,
|
||||
326.677 2917.03 80.125,25 27,stand,,,
|
||||
-48.194 2831.53 80.125,26 28 51,stand,,,
|
||||
429.349 2599.07 80.125,27 29 257,stand,,,
|
||||
324.347 2074.17 80.125,28 30 53 257,stand,,,
|
||||
-50.7702 1867.03 72.125,29 31 32 71 88 253 254,stand,,,
|
||||
-2.2014 1420.4 61.9722,30 32 65 70 77,stand,,,
|
||||
534.215 1427.16 61.561,31 33 57 30,stand,,,
|
||||
1943.47 1419.85 -70.5718,32 34 60 112,stand,,,
|
||||
2010.53 1718.67 -66.7959,33 35 59,stand,,,
|
||||
2250.36 1838.13 -71.875,34 36,stand,,,
|
||||
2294.95 2237.2 -71.875,35 37 130,stand,,,
|
||||
2486.41 2250.07 -83.523,36 22 17 21 220 208,stand,,,
|
||||
2114.46 4547.62 -71.875,22 40,stand,,,
|
||||
2082.3 3440.93 -71.875,40 24 129,stand,,,
|
||||
2139.82 4135.32 -71.875,38 39 41,stand,,,
|
||||
2087.13 4134.19 -71.875,40 42,climb,3.76831 179.89 0,,
|
||||
2051.12 4138.05 162.125,41 43,climb,16.8091 -178.66 0,,
|
||||
1983.13 4144.43 112.125,42 44,stand,,,
|
||||
1987.25 3701.67 112.125,43 45,stand,,,
|
||||
1647.54 3702.44 112.125,44 46,stand,,,
|
||||
1395.19 3701.49 -63.875,45 47 129,stand,,,
|
||||
1166.44 3702.67 112.125,46 48,stand,,,
|
||||
786.062 3713.36 112.125,47 49,stand,,,
|
||||
525.613 4029.38 96.125,48 50,stand,,,
|
||||
21.0417 3765.13 96.125,49 51,stand,,,
|
||||
4.75698 3576.36 80.125,50 27,stand,,,
|
||||
1102.99 2268.61 88.125,53 259 260,stand,,,
|
||||
843.125 2037.7 80.125,52 29 54 260,stand,,,
|
||||
1292.47 2038.4 80.125,53 55 58,stand,,,
|
||||
1309.15 1919.01 80.125,54 56,stand,,,
|
||||
1075.04 1924.79 20.9066,55 57,stand,,,
|
||||
528.296 1886.08 72.1221,56 32,stand,,,
|
||||
1990.41 2085.64 80.125,54 59,stand,,,
|
||||
2023.28 1947.37 80.125,58 34,stand,,,
|
||||
1926.31 964.24 -58.9004,33 61 91 112 127,stand,,,
|
||||
552.87 1041.26 69.8598,60 62 91,stand,,,
|
||||
356.73 926.104 72.125,61 63 64,stand,,,
|
||||
522.656 713.841 80.125,62 64 89,stand,,,
|
||||
233.491 698.186 63.9022,63 62 65 77,stand,,,
|
||||
50.1205 319.286 61.3437,64 31 66,stand,,,
|
||||
-222.662 -728.91 63.0906,65 67 94 106,stand,,,
|
||||
-1164.9 -668.227 64.125,66 2,stand,,,
|
||||
-922.381 -279.336 72.125,2 69,stand,,,
|
||||
-384.717 -210.944 72.125,68 70,stand,,,
|
||||
-321.923 1334.1 72.125,69 31,stand,,,
|
||||
-746.775 2078.46 80.125,30 72 73 253,stand,,,
|
||||
-1148.71 2042.37 80.125,71 1 253,stand,,,
|
||||
-874.155 1965.3 81.125,71 74,stand,,,
|
||||
-847.293 1599.13 80.125,73 75 88,stand,,,
|
||||
-885.426 1160.73 80.125,74 76,stand,,,
|
||||
-874.179 909.329 80.125,75 77 78,stand,,,
|
||||
-518.895 913.44 80.125,76 31 64,stand,,,
|
||||
-913.391 751.224 80.125,76 79,stand,,,
|
||||
-902.826 606.851 176.125,78 80,stand,,,
|
||||
-795.4 601.914 176.125,79 81,stand,,,
|
||||
-779.405 743.832 264.125,80 82,stand,,,
|
||||
-937.254 1079.05 264.125,81 83 85,stand,,,
|
||||
-939.297 1619.07 264.125,82 84,stand,,,
|
||||
-721.115 1624.84 264.125,83,stand,,,
|
||||
-624.682 1080.57 264.125,82 86,stand,,,
|
||||
-637.49 628.194 272.125,85 87,stand,,,
|
||||
-646.597 50.6029 264.125,86,stand,,,
|
||||
-521.069 1601.88 80.125,74 30,stand,,,
|
||||
771.407 620.982 80.125,63 90 92,stand,,,
|
||||
866.538 921.002 72.125,89 91,stand,,,
|
||||
868.075 972.649 40.3093,90 60 61,stand,,,
|
||||
585.126 252.004 80.125,89 3,stand,,,
|
||||
585.126 22.0463 80.125,3 94,stand,,,
|
||||
592.085 -29.9097 80.125,93 66 96 97,stand,,,
|
||||
432.354 115.267 72.125,96,stand,,,
|
||||
472.382 -197.752 72.125,95 94 102,stand,,,
|
||||
863.476 -39.8226 176.125,94 98,stand,,,
|
||||
861.296 183.859 264.125,97 99,stand,,,
|
||||
865.974 649.528 264.125,98 100 101,stand,,,
|
||||
598.74 668.761 264.125,99,stand,,,
|
||||
820.372 822.233 264.125,99,stand,,,
|
||||
1019.18 -212.741 72.125,96,stand,,,
|
||||
973.927 -690.253 80.125,104,stand,,,
|
||||
612.634 -792.854 72.125,103 105,stand,,,
|
||||
633.747 -1145.67 64.125,106 104 108,stand,,,
|
||||
216.33 -1112.21 62.8927,105 66,stand,,,
|
||||
1427.64 -1123.16 10.8156,108 109 262 263 266,stand,,,
|
||||
1279.23 -1126.35 80.125,105 107,stand,,,
|
||||
1504.46 -106.095 3.125,107 110 266,stand,,,
|
||||
1490.08 229.48 3.0163,109 111 113 20,stand,,,
|
||||
1481.9 892.5 8.125,110 112 126,stand,,,
|
||||
1471.43 1111.45 -16.2555,111 33 60,stand,,,
|
||||
1735 276.19 7.83952,110 114,stand,,,
|
||||
1730.33 553.587 240.125,113 115,stand,,,
|
||||
1867.38 639.537 240.125,114 116,stand,,,
|
||||
2136.3 607.637 240.125,115 117 118 121,stand,,,
|
||||
2167.76 905.498 240.125,116,stand,,,
|
||||
2051.12 772.754 240.125,116 119,stand,,,
|
||||
1839.5 797.935 240.125,118 120,stand,,,
|
||||
1848.2 925.015 240.125,119,stand,,,
|
||||
2268.21 568.086 240.125,116 122,stand,,,
|
||||
2244.16 416.634 152.125,121 123,stand,,,
|
||||
2143.98 412.878 152.125,122 124,stand,,,
|
||||
2153.14 590.456 64.125,123 125,stand,,,
|
||||
1707.91 804.494 64.125,124 126,stand,,,
|
||||
1572.35 818.889 5.62584,125 111,stand,,,
|
||||
2182.54 1165.7 -72.989,17 60,stand,,,
|
||||
1305.56 2801.76 -71.875,23 129 130,stand,,,
|
||||
1482.38 3464.76 -71.875,128 46 39 24 23,stand,,,
|
||||
2029.14 2720.95 -71.875,36 128 131,stand,,,
|
||||
2307.45 2717.13 112.125,130 132,stand,,,
|
||||
2897.24 2720.53 112.125,131 133,stand,,,
|
||||
3176.6 2721.51 -71.875,132 134 135 136 216 268,stand,,,
|
||||
3226.5 3558.73 -71.875,133 137 270,stand,,,
|
||||
4567.56 2757 -74.3555,133 211 136 268,stand,,,
|
||||
4014.54 2673.38 -71.875,133 137 135 216,stand,,,
|
||||
4001.32 3553.95 -71.875,136 138 134,stand,,,
|
||||
4347.25 3781.71 -71.875,137 139,stand,,,
|
||||
4850.48 3640.24 -71.875,138 15 140 211,stand,,,
|
||||
4845.23 4420.47 -71.875,139 141 143,stand,,,
|
||||
4867.25 5314.59 -71.875,140 142 13 149,stand,,,
|
||||
4780.57 5991.4 -71.875,141 11 12 6 158 5,stand,,,
|
||||
4560.52 4413.66 -71.875,140 144,stand,,,
|
||||
4413.95 4401.15 -41.5971,143 7 145,stand,,,
|
||||
4412.2 4542.18 0.125,144 146,stand,,,
|
||||
4409.69 4803.4 184.125,145 147,stand,,,
|
||||
4552.49 4812.52 184.125,148 146,stand,,,
|
||||
4556.86 4547.07 184.125,147,stand,,,
|
||||
4589.98 5301.36 -71.875,141 150,stand,,,
|
||||
4474.58 5310.44 -39.875,149 151,stand,,,
|
||||
4211.54 5316.4 -54.587,150 152,stand,,,
|
||||
4250.2 5400.92 -45.875,151 153,stand,,,
|
||||
4254.25 5744.07 -71.875,152 154 158 6,stand,,,
|
||||
4476.91 6384.93 -63.875,153 155 158,stand,,,
|
||||
4556.81 6550.79 -63.875,154 156,stand,,,
|
||||
3874.46 6509.24 -63.875,155 157,stand,,,
|
||||
3911.1 6116.86 -63.875,156 158,stand,,,
|
||||
4289.81 6113.67 -71.427,157 153 142 154,stand,,,
|
||||
5582.16 6064.12 -71.875,160 11 12 168 170 5,stand,,,
|
||||
5885.65 6009.64 -51.875,5 159 161,stand,,,
|
||||
5977.26 5679.52 -47.0806,160 166 167 172,stand,,,
|
||||
5902.61 5526.46 112.125,163,stand,,,
|
||||
6186.13 5535.58 112.125,162 164,stand,,,
|
||||
6180.63 5660.63 112.125,163 165,stand,,,
|
||||
6168.64 5883.4 -25.5913,164 166,stand,,,
|
||||
5882.11 5879.23 -52.8249,165 161,stand,,,
|
||||
5627.16 5678.53 -71.075,161 12 13 170 171,stand,,,
|
||||
5600.5 6423.73 120.125,159 169,stand,,,
|
||||
5077.11 6917.91 120.125,168,stand,,,
|
||||
5746.07 5913.84 -63.8478,167 159,stand,,,
|
||||
5660.89 5242.85 -71.875,167 172 173,stand,,,
|
||||
5942.85 5245.41 -69.7845,171 161,stand,,,
|
||||
5621.79 4807.92 -82.7182,171 174 14 13 176,stand,,,
|
||||
6186.4 4413.12 -71.875,173,stand,,,
|
||||
6031.93 3853.56 -63.875,176 177,stand,,,
|
||||
6044.98 4334.5 -63.875,175 173,stand,,,
|
||||
6209 3805.94 -63.875,175 178,stand,,,
|
||||
6175.87 3217.79 -63.875,177 179,stand,,,
|
||||
6099.24 3052.07 -63.875,178 180,stand,,,
|
||||
6094.1 2893.4 -71.875,179 15 181 226 250,stand,,,
|
||||
5522.02 2028.29 -71.875,180 16 234,stand,,,
|
||||
5143.2 1125.2 -71.875,183 211 234,stand,,,
|
||||
5073.47 966.073 -71.875,182 184 197,stand,,,
|
||||
5244.9 392.241 -68.9019,183 185,stand,,,
|
||||
4286.68 331.917 -71.875,184 186 194 206,stand,,,
|
||||
3989.17 404.556 -71.875,185 187 189,stand,,,
|
||||
3936.52 39.3683 -71.875,186 188,stand,,,
|
||||
3735.26 27.379 -71.875,187,stand,,,
|
||||
3997.08 809.055 -71.875,186 190 191 194,stand,,,
|
||||
3974.11 1057.28 -71.875,189 16 208 209,stand,,,
|
||||
3747.93 723.533 -63.875,189 192,stand,,,
|
||||
3364.37 505.567 -63.875,191 193,stand,,,
|
||||
2818.2 523.519 -80.799,192 17 18,stand,,,
|
||||
4325.31 812.13 -63.875,189 185 195,stand,,,
|
||||
4922.85 793.059 -63.875,194 196 197 198,stand,,,
|
||||
4846.32 1119.73 -71.875,195,stand,,,
|
||||
4963.86 957.196 -63.875,195 183,stand,,,
|
||||
4949.07 495.332 -63.875,195 199,stand,,,
|
||||
4691.06 526.447 120.125,198 200 205,stand,,,
|
||||
4747.32 933.154 120.125,199 205,stand,,,
|
||||
4223.02 778.057 120.125,202,stand,,,
|
||||
4473.44 599.349 120.125,201 203 207,stand,,,
|
||||
4587.79 719.629 120.125,202 204,stand,,,
|
||||
4618.61 717.747 162.125,203 205,stand,,,
|
||||
4710.09 738.792 120.125,204 200 199,stand,,,
|
||||
4490.75 422.874 -71.875,185 207,climb,6.47522 89.8114 0,,
|
||||
4482.66 478.427 120.125,206 202,climb,28.6401 93.717 0,,
|
||||
2778.07 1035.78 -82.0528,17 190 37 21 22,stand,,,
|
||||
3832.87 1844.49 -71.875,190 210 212,stand,,,
|
||||
4420.39 2018.32 -71.875,209 211 16 223,stand,,,
|
||||
4858.6 2591.2 -71.875,210 135 15 139 182,stand,,,
|
||||
4022.46 1943.19 -71.875,213 209 16 223,stand,,,
|
||||
4005.84 2047.2 -63.875,212 214,stand,,,
|
||||
3703.47 2074.4 -63.875,213 215,stand,,,
|
||||
3703.67 2349.24 120.125,214,stand,,,
|
||||
3562.31 2589.65 -63.875,217 136 133 268,stand,,,
|
||||
3543.37 2390.77 -63.875,216 218 219,stand,,,
|
||||
3315.32 1959.39 -63.875,217 221,stand,,,
|
||||
3170.5 2036.2 -63.875,217 220,stand,,,
|
||||
2865.1 2050.38 -69.6967,219 37 17 21 22 222,stand,,,
|
||||
3303.29 1753.64 -71.875,218 222 223,stand,,,
|
||||
3071.74 1741.25 -71.875,221 220,stand,,,
|
||||
3793.16 1727.13 -71.875,210 221 212,stand,,,
|
||||
5741.56 1634.03 -71.875,225 234,stand,,,
|
||||
6175.75 2246.13 -71.875,224 226 227 229,stand,,,
|
||||
6173.75 2537.47 -71.875,225 180,stand,,,
|
||||
6423.28 1929.94 -71.875,225 228 229,stand,,,
|
||||
7176.15 1687.73 -63.875,227 230 231 251,stand,,,
|
||||
6600.4 2177.5 -71.875,225 230 227,stand,,,
|
||||
6960.5 1899.64 -63.875,228 229,stand,,,
|
||||
6696.44 1060.11 -63.875,228 232,stand,,,
|
||||
6275.52 1409.58 -63.875,231 233,stand,,,
|
||||
5980.46 952.835 -71.875,232 234 235,stand,,,
|
||||
5534.7 1496.98 -71.875,224 181 182 233,stand,,,
|
||||
5900.82 791.405 16.125,233 236,stand,,,
|
||||
6049.03 647.455 104.125,235 237,stand,,,
|
||||
6482.41 473.514 104.125,236 238 239 240,stand,,,
|
||||
6606.28 732.652 104.125,237 240,stand,,,
|
||||
6823.64 1205.34 104.125,237 240 241,stand,,,
|
||||
7000.39 1449.35 104.125,239 238 237 244 245,stand,,,
|
||||
6499.21 1368.72 104.125,239 242 245 246,stand,,,
|
||||
5996.6 1653.01 104.125,241 243,stand,,,
|
||||
6053.65 1736.7 104.125,242 244,stand,,,
|
||||
6248.68 1881.59 104.125,243 240 245,stand,,,
|
||||
6651.87 1599.22 104.125,241 240 244 246,stand,,,
|
||||
6973.36 2227.81 104.125,245 241 247 251,stand,,,
|
||||
6786.96 2346.57 104.125,246 248,stand,,,
|
||||
6823.87 2430.14 148.125,247 249,climb,24.4379 -118.011 0,,
|
||||
6838.6 2451.93 -71.875,248 250,climb,9.02405 -119.308 0,,
|
||||
6880.73 2550.93 -71.875,249 180,stand,,,
|
||||
7281.86 1944.15 104.125,246 228,stand,,,
|
||||
-537.609 2255.05 96.125,253 261,stand,,,
|
||||
-555.138 2043.17 80.125,252 72 71 30,stand,,,
|
||||
128.465 2305.27 88.125,30 255 261,stand,,,
|
||||
246.93 2369.6 88.125,254 257,stand,,,
|
||||
534.498 2417.91 88.125,257 258,stand,,,
|
||||
423.491 2398.96 80.125,255 28 29 256,stand,,,
|
||||
685.232 2521.15 88.125,256 259,stand,,,
|
||||
1050.19 2510.6 88.125,258 52 260,stand,,,
|
||||
780.521 2158.68 88.125,259 53 52,stand,,,
|
||||
-288.935 2471.28 96.125,252 254,stand,,,
|
||||
1675.71 -1287.5 28.125,107 4,stand,,,
|
||||
1677.48 -1118.71 28.125,107 264,stand,,,
|
||||
1994.29 -1082.62 28.125,263 265,stand,,,
|
||||
1960.98 -366.784 28.125,264 266,stand,,,
|
||||
1518.97 -340.279 6.82046,265 109 107,stand,,,
|
||||
3750.57 2855.63 -3.87391,268 269,stand,,,
|
||||
3730.29 2797.24 -71.875,216 267 135 133,stand,,,
|
||||
3791.18 2930.51 -55.875,267,stand,,,
|
||||
3133.77 3745.25 -55.875,134 21 271,stand,,,
|
||||
2746.62 3707.69 -83.0358,270 22 21 17 18,stand,,,
|
||||
3108.43 4216.49 -71.875,22,stand,,,
|
|
231
scriptdata/waypoints/mp_asylum_wp.csv
Normal file
@ -0,0 +1,231 @@
|
||||
230
|
||||
-519.184 -782.6 194.125,26 84 85 204,stand,,,
|
||||
-403.569 -119.338 194.125,206,stand,,,
|
||||
-709.293 -246.198 194.125,125 13 206,stand,,,
|
||||
-1185.79 -137.394 197.125,4 13 126,stand,,,
|
||||
-1173.5 106.94 194.125,3 5 6,stand,,,
|
||||
-1296.33 118.23 202.908,4,stand,,,
|
||||
-1152.32 427.097 223.363,4 7 8,stand,,,
|
||||
-932.402 425.881 220.174,6 11 82,stand,,,
|
||||
-1140.46 674.699 221.674,6 9 211,stand,,,
|
||||
-1122.73 867.846 222.505,8 10 210,stand,,,
|
||||
-1068.89 980.29 210.608,9,stand,,,
|
||||
-932.843 73.0575 194.125,7 12 13,stand,,,
|
||||
-760.026 75.3998 199.685,11 81 180,stand,,,
|
||||
-940.216 -145.805 194.125,11 3 125 2,stand,,,
|
||||
-799.944 979.698 200.709,210,stand,,,
|
||||
-373.064 933.817 195.068,16 17 210,stand,,,
|
||||
-374.026 831.72 194.454,15,stand,,,
|
||||
-221.765 931.258 194.125,15 18 71,stand,,,
|
||||
-224.223 1078.5 194.125,17,stand,,,
|
||||
-769.557 653.743 195.49,79 82 210 211 80,stand,,,
|
||||
-403.115 -260.659 28.125,21,stand,,,
|
||||
-214.783 -260.564 24.8444,20 160 172 173 212,stand,,,
|
||||
-1384.9 -512.873 194.125,23 179 127,stand,,,
|
||||
-1378.94 -755.048 194.125,22 24,stand,,,
|
||||
-1021.25 -760.447 194.125,23 25 213,stand,,,
|
||||
-1022.17 -637.344 194.125,24 124 127 125,stand,,,
|
||||
-615.794 -781.649 194.125,0 27 213,stand,,,
|
||||
-742.264 -840.62 172.125,28 26 213,stand,,,
|
||||
-750.818 -1012.92 52.9675,27 29,stand,,,
|
||||
-753.745 -1093.15 49.4829,28 30 32 208,stand,,,
|
||||
-622.213 -1089.71 51.2114,31 29 208,stand,,,
|
||||
-616.064 -999.993 51.8001,30,stand,,,
|
||||
-889.084 -1081.61 47.9058,29 33,stand,,,
|
||||
-994.317 -1028.4 47.093,32 34,stand,,,
|
||||
-1317.53 -1060.47 30.9167,35 33 177 178,stand,,,
|
||||
-1317.37 -1271.65 36.125,34 36,stand,,,
|
||||
-1317.35 -1418.29 -51.0002,35 91,stand,,,
|
||||
1244.46 -613.626 32.125,193,stand,,,
|
||||
1378.12 -158.047 32.125,39 41 215,stand,,,
|
||||
1590.94 -148.24 32.125,38 40 184,stand,,,
|
||||
1598.49 171.112 32.125,39 41 183,stand,,,
|
||||
1381.14 192.799 32.125,40 38 42,stand,,,
|
||||
1154.61 216.045 42.9946,41 215 218,stand,,,
|
||||
1343.71 426.41 32.125,196,stand,,,
|
||||
736.899 310.116 28.1082,161 189,stand,,,
|
||||
659.869 35.2831 52.816,162 191 190,stand,,,
|
||||
1131.62 1882.74 152.594,47 64 145,stand,,,
|
||||
1023.79 1884.29 194.125,46 48,stand,,,
|
||||
972.851 1885.84 194.125,47 49 55,stand,,,
|
||||
719.98 1892.69 194.125,48 50 51 52,stand,,,
|
||||
800.807 1763.37 194.125,49,stand,,,
|
||||
712.79 1594.7 194.693,49 55 131,stand,,,
|
||||
276.81 1869.8 194.125,53 54 49 132,stand,,,
|
||||
65.486 1874.58 194.125,52 130 134 136 132,stand,,,
|
||||
248.854 1988.48 194.125,52,stand,,,
|
||||
966.639 1590.49 194.125,51 48 56,stand,,,
|
||||
964.166 1473.16 194.125,55 57,stand,,,
|
||||
771.065 1473.36 194.125,56 58,stand,,,
|
||||
655.989 1477.12 142.125,57 59,stand,,,
|
||||
655.018 1378.94 142.125,58 60,stand,,,
|
||||
790.583 1379 93.1365,59 61 63,stand,,,
|
||||
791.922 1281.67 94.3739,60 63,stand,,,
|
||||
512.29 1009.07 128.335,223,stand,,,
|
||||
1142.47 1358.36 92.2455,60 61 64,stand,,,
|
||||
1147.45 1518.5 105.89,63 46 144,stand,,,
|
||||
324.619 900.559 194.125,66 67 68,stand,,,
|
||||
253.756 909.605 200.215,65 67 71,stand,,,
|
||||
263.867 1053.31 194.125,66 65 133,stand,,,
|
||||
312.25 734.911 199.988,65 69 70,stand,,,
|
||||
309.132 585.625 209.196,68 72 73,stand,,,
|
||||
13.4105 730.846 194.747,68 71 76,stand,,,
|
||||
23.3261 931.145 194.125,70 66 17 128,stand,,,
|
||||
598.134 580.602 194.125,69 149 154,stand,,,
|
||||
209.366 504.743 194.125,69 74,stand,,,
|
||||
-151.791 512.691 194.125,73 75 77,stand,,,
|
||||
-154.027 604.348 194.125,74 76 78 227,stand,,,
|
||||
-153.64 736.04 194.125,75 70 78,stand,,,
|
||||
-261.685 566.838 194.125,74,stand,,,
|
||||
-263.662 641.977 194.125,75 76 79,stand,,,
|
||||
-550.572 647.558 194.536,78 19 80 210 82,stand,,,
|
||||
-605.08 420.107 192.373,79 82 83 19,stand,,,
|
||||
-719.859 199.124 216.053,12 82,stand,,,
|
||||
-713.551 428.702 201.405,7 81 80 19 79,stand,,,
|
||||
-467.831 300.005 132.475,80 160 171,stand,,,
|
||||
-544.147 -910.904 194.125,0,stand,,,
|
||||
-393.966 -829.978 192.387,0 86,stand,,,
|
||||
57.5433 -785.129 192.125,85 87,stand,,,
|
||||
308.882 -791.643 30.5736,86 117,stand,,,
|
||||
-1319.29 -1600.29 -52.7745,91 95 176,stand,,,
|
||||
-1019.5 -1232.67 -12.3842,90,stand,,,
|
||||
-1025.1 -1338.48 -11.875,89 97,stand,,,
|
||||
-1322.46 -1491.3 -52.7803,88 36 92 93 96,stand,,,
|
||||
-1407.48 -1522.59 -52.0357,91,stand,,,
|
||||
-1174.83 -1490.17 -50.4298,91 94 97,stand,,,
|
||||
-1168.69 -1390.91 -39.3854,93,stand,,,
|
||||
-1326.45 -1766.4 -48.8772,88 96,stand,,,
|
||||
-1026.66 -1748.88 -48.3942,98 99 95 91,stand,,,
|
||||
-1033.57 -1394.08 -32.0954,93 98 90 101,stand,,,
|
||||
-1035 -1533.51 -45.914,96 97 101,stand,,,
|
||||
-788.935 -1750.18 -46.3973,96 102 175,stand,,,
|
||||
-661.302 -1464.99 -49.9406,101 102 103 209,stand,,,
|
||||
-866.177 -1432.83 -49.8764,100 98 97,stand,,,
|
||||
-698.548 -1579.84 -49.6373,100 99 104,stand,,,
|
||||
-344.954 -1482.49 -50.3119,100 104 105,stand,,,
|
||||
-371.717 -1639.22 -50.2002,103 102 107,stand,,,
|
||||
-0.552557 -1448.06 -42.717,106 103 112 114,stand,,,
|
||||
10.5059 -1614.28 -46.6103,105 107 109 111,stand,,,
|
||||
-331.905 -1688.21 -50.4618,106 104 108,stand,,,
|
||||
-225.726 -1777.8 -33.9649,107,stand,,,
|
||||
224.394 -1528.77 -23.4656,106 110 112 167,stand,,,
|
||||
329.227 -1346.38 -8.56788,109 112 113 166,stand,,,
|
||||
131.262 -1792.13 -2.04921,106,stand,,,
|
||||
148.042 -1374.65 -21.6984,105 109 110 114,stand,,,
|
||||
440.22 -1169.61 14.3765,110 116 118 123,stand,,,
|
||||
132.486 -1147.91 -11.303,105 112 116,stand,,,
|
||||
134.092 -911.321 49.4483,116,stand,,,
|
||||
334.429 -1001.08 26.5169,117 114 115 113,stand,,,
|
||||
348.914 -791.595 29.8122,116 87 118,stand,,,
|
||||
536.599 -802.3 32.5316,113 117 119 122,stand,,,
|
||||
545.162 -635.908 31.4892,118 120,stand,,,
|
||||
489.183 -362.348 24.467,163 165 119,stand,,,
|
||||
909.738 -752.3 58.4706,122 192 214,stand,,,
|
||||
813.736 -865.135 43.802,121 118 123,stand,,,
|
||||
802.204 -1114.36 10.4652,113 122 174,stand,,,
|
||||
-897.858 -555.903 194.125,125 127 25 203,stand,,,
|
||||
-895.563 -244.962 194.125,124 2 13 126 25,stand,,,
|
||||
-1144.77 -249.851 194.125,125 3 127,stand,,,
|
||||
-1154.49 -515.646 194.125,126 124 25 22,stand,,,
|
||||
52.1313 1396.64 201.671,71 129 130,stand,,,
|
||||
-210.884 1394.39 194.125,128,stand,,,
|
||||
62.593 1607.01 194.125,128 132 53 135 137,stand,,,
|
||||
360.458 1612.14 197.387,51 132 133,stand,,,
|
||||
261.918 1621.24 204.778,131 133 130 52 53,stand,,,
|
||||
331.403 1310.97 194.125,131 132 67,stand,,,
|
||||
158.088 1934.94 194.125,53,stand,,,
|
||||
-215.813 1635.05 194.125,130,stand,,,
|
||||
-42.8488 1901.33 195.139,53,stand,,,
|
||||
-172.306 1860.85 204.49,130,stand,,,
|
||||
1828.76 1149.89 94.125,139 140 168,stand,,,
|
||||
1901.51 1146.18 94.125,138,stand,,,
|
||||
1832.15 1222.03 100.45,138 141,stand,,,
|
||||
1650.88 1244.49 98.0282,140 142 220,stand,,,
|
||||
1511.43 1518.54 115.538,141 143 146,stand,,,
|
||||
1370.82 1394.77 83.9473,142 144 147 221,stand,,,
|
||||
1268.39 1529.88 105.199,143 64 145,stand,,,
|
||||
1288.85 1853.29 157.738,144 46 146,stand,,,
|
||||
1699.69 1812.99 149.621,142 145 169 170,stand,,,
|
||||
1379.37 1080.83 32.5986,143 148 219 221 224,stand,,,
|
||||
1444.47 880.072 32.0871,147 195 219 224,stand,,,
|
||||
619.437 821.069 194.125,72 150 151,stand,,,
|
||||
489.701 878.597 194.125,149,stand,,,
|
||||
978.87 821.901 207.616,149 152 226,stand,,,
|
||||
1173.17 797.997 194.125,151 153 226,stand,,,
|
||||
1158.49 569.252 194.125,152 154 159,stand,,,
|
||||
941.425 569.354 194.125,153 155 72,stand,,,
|
||||
921.402 333.835 194.125,154 156,stand,,,
|
||||
728.038 328.994 194.125,155 157,stand,,,
|
||||
727.865 409.208 194.125,158 156,stand,,,
|
||||
-13.2736 406.787 194.125,157,stand,,,
|
||||
1167.5 396.183 194.125,153,stand,,,
|
||||
-68.064 25.2903 24.5273,21 83 171 212,stand,,,
|
||||
431.82 251.77 26.5775,44 162 171,stand,,,
|
||||
434.991 35.527 22.4732,161 45 163 212,stand,,,
|
||||
482.333 -214.723 25.8536,162 120 164 212,stand,,,
|
||||
738.98 -184.114 34.3709,163,stand,,,
|
||||
726.312 -385.439 35.8037,120,stand,,,
|
||||
468.038 -1493.43 2.31478,110,stand,,,
|
||||
310.887 -1704.59 -3.70223,109,stand,,,
|
||||
1872.32 1009.53 94.125,138 220,stand,,,
|
||||
1784.66 1916.66 152.717,146,stand,,,
|
||||
1843.63 1841.59 154.954,146,stand,,,
|
||||
-41.3339 136.878 24.125,161 160 83,stand,,,
|
||||
-92.5587 -401.828 32.9069,21,stand,,,
|
||||
-222.139 -390.493 30.0597,21,stand,,,
|
||||
933.788 -1300.18 25.1365,123,stand,,,
|
||||
-706.126 -1714.51 -45.875,99,stand,,,
|
||||
-1403.18 -1630.29 -54.8701,88,stand,,,
|
||||
-1491.45 -1103.28 18.2776,34,stand,,,
|
||||
-1491.67 -927.044 35.8379,34,stand,,,
|
||||
-1359.47 -394.965 194.125,22,stand,,,
|
||||
-749.085 -10.2128 194.125,12,stand,,,
|
||||
209.97 -632.793 194.125,202,stand,,,
|
||||
608.539 -543.345 194.125,201,stand,,,
|
||||
1678.39 166.555 32.125,40,stand,,,
|
||||
1688.03 -128.485 32.125,39,stand,,,
|
||||
437.618 603.665 32.125,186 229,stand,,,
|
||||
742.406 594.471 32.125,185 187 188,stand,,,
|
||||
931.418 653.236 34.3522,186 188 197 216,stand,,,
|
||||
929.748 473.885 35.7625,186 187 189 216,stand,,,
|
||||
906.074 315.078 32.125,188 190 44,stand,,,
|
||||
964.667 151.667 46.3863,189 191 45,stand,,,
|
||||
893.789 -40.6716 46.8617,190 45 214,stand,,,
|
||||
976.374 -540.201 32.125,121 193 214,stand,,,
|
||||
1103.38 -526.972 32.125,37 192 215,stand,,,
|
||||
1272.64 584.167 32.125,195 196 218 217 216,stand,,,
|
||||
1396.61 675.093 32.125,194 196 148 224,stand,,,
|
||||
1421.1 526.859 32.125,43 195 194,stand,,,
|
||||
946.049 851.05 32.125,198 187 217,stand,,,
|
||||
935.199 996.093 32.125,197 221 222,stand,,,
|
||||
-265.958 -577.338 194.125,200 204 205,stand,,,
|
||||
-57.6215 -594.291 206.974,202 199,stand,,,
|
||||
454.517 -539.804 194.125,182 202,stand,,,
|
||||
178.336 -556.494 194.125,201 200 181,stand,,,
|
||||
-656.895 -574.092 195.125,124 204,stand,,,
|
||||
-522.959 -653.413 194.125,203 199 205 0,stand,,,
|
||||
-365.681 -466.029 194.125,199 206 204,stand,,,
|
||||
-507.83 -274.742 194.125,1 205 2,stand,,,
|
||||
-690.097 -1237.13 19.4094,208 209,climb,21.1157 85.8453 0,,
|
||||
-691.24 -1207.35 66.125,207 29 30,climb,-4.9823 85.1861 0,,
|
||||
-719.406 -1334.44 -14.8506,207 100,stand,,,
|
||||
-764.769 840.962 215.867,79 19 211 14 9 15,stand,,,
|
||||
-921.191 667.054 213.35,19 8 210,stand,,,
|
||||
158.517 -228.815 22.5875,160 21 162 163,stand,,,
|
||||
-849.772 -767.68 194.125,27 26 24,stand,,,
|
||||
917.811 -304.909 32.125,191 192 121,stand,,,
|
||||
1165.14 -157.786 32.125,193 38 42,stand,,,
|
||||
1083.68 573.669 48.0797,188 187 217 218 194,stand,,,
|
||||
1172.08 720.929 32.125,197 216 194 218,stand,,,
|
||||
1153.28 436.77 44.2687,216 194 217 42,stand,,,
|
||||
1578.88 972.241 32.125,220 148 147,climb,1.26343 -1.9328 0,,
|
||||
1604.59 972.14 100.125,219 141 168,climb,0.741577 -2.14703 0,,
|
||||
1230.89 1053.43 32.125,147 143 198,stand,,,
|
||||
833.317 1035.39 32.125,223 198,climb,3.79578 176.721 0,,
|
||||
809.568 1035.38 100.125,222 62,climb,3.72986 -178.769 0,,
|
||||
1319.13 914.901 57.1393,225 147 195 148,climb,4.37256 178.671 0,,
|
||||
1295.29 914.359 232.125,226 224,climb,5.39978 -179.714 0,,
|
||||
1203.89 899.589 204.988,225 152 151,stand,,,
|
||||
-25.1636 603.043 192.125,75 228,stand,,,
|
||||
106.576 597.105 97.7133,227 229,stand,,,
|
||||
242.226 598.01 32.125,228 185,stand,,,
|
|
206
scriptdata/waypoints/mp_bacalao_wp.csv
Normal file
@ -0,0 +1,206 @@
|
||||
205
|
||||
-1002 136 7.65485,136 137 141,stand,,,
|
||||
1467 -322 -35.4783,181 182,stand,,,
|
||||
1721 262 -7.73894,161,stand,,,
|
||||
860.082 -1875.57 77.0902,176,stand,,,
|
||||
3427.79 -1719.79 -50.3966,46 47 193,stand,,,
|
||||
4387 -1696 -47.875,48 50 51 21 192,stand,,,
|
||||
2848 301 -22.0211,144 145 158 159 200,stand,,,
|
||||
3213 -1024 -136.046,41 43,stand,,,
|
||||
915 2099 -61.4244,126,stand,,,
|
||||
3448.79 2450.79 -160.816,122 114 111 118 121,stand,,,
|
||||
4770.79 2416.79 -161.339,103 101 108 194,stand,,,
|
||||
5143.79 1879.79 -162.768,98 100 101 102 104,stand,,,
|
||||
5396.79 543.787 -185.449,63 86 88 89,stand,,,
|
||||
3062.79 2082.79 -160.326,121 123 124 198,stand,,,
|
||||
2221.79 2204.79 -154.715,123 125 25 124 153,stand,,,
|
||||
301.978 484.235 8.125,134 142 166,stand,,,
|
||||
-31.1988 -333.552 5.87286,139 17 179,stand,,,
|
||||
472.075 -482.67 17.0332,16 175 179,stand,,,
|
||||
1727.84 -1336.42 -26.6511,32 185,stand,,,
|
||||
2379.84 -1695.42 -41.3157,34 35,stand,,,
|
||||
2791.31 -1162.37 -111.195,36 37 42,stand,,,
|
||||
4429.52 -1240 -97.616,67 50 5,stand,,,
|
||||
5557.52 -1032 -129.372,59 60 58,stand,,,
|
||||
5072 -463.476 -173.449,61 65 79 80 81,stand,,,
|
||||
4157.01 -225.434 -140.779,68 69 40 155 203,stand,,,
|
||||
2827.61 1677.11 -159.875,124 148 199 14,stand,,,
|
||||
2589.51 1342.95 -86.1773,148 149,stand,,,
|
||||
2346.66 -318.129 -76.8973,159 37 41 160 187,stand,,,
|
||||
2250 -1029 -78.5475,29 38 39 189,stand,,,
|
||||
2311.03 -1298.79 -67.8355,28 30 33 34 36 39,stand,,,
|
||||
1976.8 -1404.42 -33.1726,29 31 32 35,stand,,,
|
||||
1705.72 -993.068 -6.875,30 185 188,stand,,,
|
||||
1786.61 -1171.76 -31.4661,18 30,stand,,,
|
||||
2773.43 -1929.52 -27.6616,29 34 47,stand,,,
|
||||
2474.84 -1615.17 -70.9887,29 33 19 36 191,stand,,,
|
||||
2166.74 -1511.6 -40.5342,30 19,stand,,,
|
||||
2539.17 -1319.68 -70.1888,29 37 20 34,stand,,,
|
||||
2661.85 -809.462 -98.6721,36 38 20 40 41 27 187 204,stand,,,
|
||||
2368.45 -856.56 -84.6875,28 37 40 187,stand,,,
|
||||
2353.54 -1135.98 -65.4806,28 29,stand,,,
|
||||
3826.11 -579.993 -144.119,38 37 41 69 24 68,stand,,,
|
||||
3221.52 -865.209 -140.615,37 40 7 27,stand,,,
|
||||
2865.01 -1476.21 -68.8728,20 43,stand,,,
|
||||
3167.36 -1341.35 -94.9798,42 7 190,stand,,,
|
||||
3483.69 -1093.91 -154.732,45,stand,,,
|
||||
3515.65 -1353.16 -95.3867,44 46,stand,,,
|
||||
3566.74 -1688.66 -49.4335,45 4 49,stand,,,
|
||||
3460.25 -1949.97 -47.7568,4 33 48,stand,,,
|
||||
4567.96 -1953.73 -47.875,47 5,stand,,,
|
||||
4173.79 -1648.95 -47.875,46 50,stand,,,
|
||||
4301.65 -1557.9 -55.8541,49 5 21,stand,,,
|
||||
4709.02 -1744.02 -57.9199,5 52,stand,,,
|
||||
4963.98 -1753.74 -116.814,51 53,stand,,,
|
||||
5105.42 -1883.27 -120.83,52 54,stand,,,
|
||||
5249.19 -1847.45 -118.66,53 55,stand,,,
|
||||
5465.44 -1781.3 -142.874,54 56 64,stand,,,
|
||||
5624.19 -1812.14 -132.985,55 57,stand,,,
|
||||
5658.14 -1640.98 -115.738,56 58,stand,,,
|
||||
5496.23 -1540.17 -125.699,57 59 22 64,stand,,,
|
||||
5516.73 -1217.86 -123.575,58 22,stand,,,
|
||||
5450.22 -771.371 -134.791,22 61,stand,,,
|
||||
5479.72 -464.718 -154.984,60 23 62 80,stand,,,
|
||||
5287.94 -45.2969 -186.636,61 63 80 81,stand,,,
|
||||
5391.2 176.059 -155.645,62 12 82,stand,,,
|
||||
5481.74 -1665.58 -64.7871,58 55,stand,,,
|
||||
4419.34 -443.367 -135.939,23 66 68,stand,,,
|
||||
4462.74 -769.701 -95.2859,65 67,stand,,,
|
||||
4485.65 -1073.99 -104.512,66 21,stand,,,
|
||||
4214.53 -528.143 -109.04,65 69 24 40,stand,,,
|
||||
4482.87 -133.431 -139.293,68 40 24 70 72 74 75,stand,,,
|
||||
4464.41 815.224 -175.995,69 72 74 94 97,stand,,,
|
||||
4725.59 600.688 -139.017,72 84,stand,,,
|
||||
4574.31 555.791 -147.968,71 69 70 74,stand,,,
|
||||
4756.7 281.419 -113.875,74,stand,,,
|
||||
4620.64 280.506 -146.16,73 72 69 70,stand,,,
|
||||
4692.78 -257.389 -138.89,69 76 79,stand,,,
|
||||
4701.09 -152.517 -107.875,75 77,stand,,,
|
||||
4714.44 55.6137 -107.875,76 78,stand,,,
|
||||
4874.47 16.3418 -107.875,77,stand,,,
|
||||
4945.23 -318.635 -139.73,75 23,stand,,,
|
||||
5288.1 -219.42 -197.875,61 23 62 81,stand,,,
|
||||
5085.95 2.42208 -152.257,62 23 80 82,stand,,,
|
||||
5063.12 206.48 -159.604,81 63 83 86,stand,,,
|
||||
4901.56 210.467 -141.128,82 84 85,stand,,,
|
||||
4880.2 621.246 -144.142,83 71 87,stand,,,
|
||||
4819.21 161.522 -138.976,83,stand,,,
|
||||
5173.14 350.318 -197.875,82 12 87,stand,,,
|
||||
4931.09 704.41 -158.089,86 84 88 94 93,stand,,,
|
||||
5401.83 950.016 -196.502,87 12 89 93,stand,,,
|
||||
5554.37 763.977 -171.375,12 88 90,stand,,,
|
||||
5735.52 808.61 -182.803,89 91 92,stand,,,
|
||||
5701.41 488.71 -162.974,90 92,stand,,,
|
||||
5717.89 1169.59 -172.497,91 90 93,stand,,,
|
||||
5365.27 1154.57 -197.875,92 88 94 87 98 99,stand,,,
|
||||
4788.44 1086.26 -194.283,93 70 95 87,stand,,,
|
||||
4601.82 1226.57 -165.962,94 96 97,stand,,,
|
||||
4303.89 1474.54 -180.613,95 101 118 152 154,stand,,,
|
||||
4322.7 1150.42 -148.3,95 70,stand,,,
|
||||
5265.2 1743.63 -158.875,93 99 11 102,stand,,,
|
||||
5266.47 1447.5 -193.924,93 98,stand,,,
|
||||
4876.54 1512.09 -159.875,11,stand,,,
|
||||
4529.78 2129.26 -164.074,11 96 10 118,stand,,,
|
||||
5370.06 2001.57 -159.917,11 98 103,stand,,,
|
||||
5350.78 2527.47 -165.294,102 10 194,stand,,,
|
||||
5067.16 2006.59 -164.159,11 105,stand,,,
|
||||
5071.7 2099.35 -135.875,104 106,stand,,,
|
||||
5090.59 2294.78 -135.875,105 107,stand,,,
|
||||
5251.61 2265.24 -135.875,106,stand,,,
|
||||
4664.18 2453.24 -159.102,10 109,stand,,,
|
||||
4554.01 2458.29 -134.875,108 110 112 113,stand,,,
|
||||
4128.81 2566.23 -134.875,109 111 112 113,stand,,,
|
||||
3973.9 2582.32 -163.359,110 114 122 9 196,stand,,,
|
||||
4360.82 2662.38 -134.875,109 110,stand,,,
|
||||
4308.34 2440.99 -134.875,109 110,stand,,,
|
||||
3642.81 2287.77 -159.875,111 115 122 9,stand,,,
|
||||
3641.34 2172.63 -131.875,114 116,stand,,,
|
||||
3629.57 1968.95 -131.875,115 117,stand,,,
|
||||
3502.5 1969.08 -131.875,116,stand,,,
|
||||
4172.11 2154.54 -160.803,101 96 119 122 9,stand,,,
|
||||
3652.25 1800.63 -159.875,118 120,stand,,,
|
||||
3319.8 1822.03 -159.575,119 121,stand,,,
|
||||
3264.55 2289.72 -162.958,120 13 9,stand,,,
|
||||
3733.71 2707 -163.148,9 111 114 118 196 197,stand,,,
|
||||
2196.68 1973.2 -161.108,13 14 124 125,stand,,,
|
||||
2975.8 1781.8 -159.875,13 25 123 152 199 14,stand,,,
|
||||
1929.19 1727.86 -137.389,123 126 150 151 14,stand,,,
|
||||
909.113 1795.07 -69.3293,125 127 128 150 8 151,stand,,,
|
||||
381.685 2190.28 -22.9256,126 129,stand,,,
|
||||
628.853 1757.67 -46.4575,126,stand,,,
|
||||
81.9188 2310.64 -1.70079,127 130 131,stand,,,
|
||||
-115.766 1846.58 7.87154,129 131 132,stand,,,
|
||||
127.752 2086.32 -14.5705,129 130,stand,,,
|
||||
-25.9956 1348.93 5.9401,130 133 134,stand,,,
|
||||
249.849 1683.86 -22.8844,132,stand,,,
|
||||
-94.0883 609.423 9.28933,132 135 141 15,stand,,,
|
||||
-466.665 423.547 8.125,134 136,stand,,,
|
||||
-696.342 234.426 8.125,135 0 137,stand,,,
|
||||
-625.848 56.8265 -16.0418,136 138 0,stand,,,
|
||||
-557.761 -120.852 -68.4196,137 139 140,stand,,,
|
||||
-366.639 -314.375 4.01453,138 16,stand,,,
|
||||
-371.689 -86.1565 -72.7751,138,stand,,,
|
||||
-1113.13 518.584 8.20996,0 134,stand,,,
|
||||
1019.68 578.762 28.7569,15 143 166,stand,,,
|
||||
1497.63 545.787 32.0663,142 144,stand,,,
|
||||
1893.73 426.694 37.1136,143 6,stand,,,
|
||||
2920.26 722.203 -25.5591,6 146,stand,,,
|
||||
2922.58 870.237 -34.569,145 147,stand,,,
|
||||
2914.89 1062.43 -59.5697,146 148,stand,,,
|
||||
2755.68 1383.35 -96.2071,147 25 26 199,stand,,,
|
||||
2135.52 1365.2 -97.251,26 150,stand,,,
|
||||
1715.92 1530.24 -117.396,149 125 126,stand,,,
|
||||
1248.1 2047.31 -84.2716,126 125,stand,,,
|
||||
3275.01 1486.73 -163.085,124 96 153 199,stand,,,
|
||||
3512.82 1572.59 -165.734,152 154 14,stand,,,
|
||||
4010.17 1424.22 -168.844,96 153,stand,,,
|
||||
3990.84 -61.4386 -123.596,24 156 203,stand,,,
|
||||
3725.15 -33.4079 -71.7328,155 157,stand,,,
|
||||
3625.19 200.248 -24.1369,156 158,stand,,,
|
||||
3360.94 247.151 -22.8803,157 6,stand,,,
|
||||
2429.42 -159.336 -24.6624,6 27,stand,,,
|
||||
2026.11 56.3473 -90.4984,27 161,stand,,,
|
||||
1620.61 92.0116 -76.6505,160 2 167,stand,,,
|
||||
1467.91 253.006 179.858,163,stand,,,
|
||||
1454.4 471.955 189.253,162 164,stand,,,
|
||||
1446.01 678.302 167.565,163 165,stand,,,
|
||||
1391.39 717.376 148.305,164 166,stand,,,
|
||||
786.909 690.822 22.7327,165 15 142,stand,,,
|
||||
1553.4 -216.032 -74.6479,161 168 182,stand,,,
|
||||
1313.34 -161.866 -85.2743,167 169,stand,,,
|
||||
1138.44 208.486 -79.3354,168 170,stand,,,
|
||||
730.88 190.281 -70.4833,169 171,stand,,,
|
||||
536.423 155.867 -80.6507,170 172,stand,,,
|
||||
443.182 -62.6748 -60.8661,171 173,stand,,,
|
||||
168.185 -0.674608 -74.1848,172 174,stand,,,
|
||||
-51.2758 -85.3593 -79.4711,173,stand,,,
|
||||
734.758 -1094.37 65.1459,17 176 177 178,stand,,,
|
||||
743.516 -1691.35 64.785,175 3 177,stand,,,
|
||||
942.49 -1351.09 74.597,175 176,stand,,,
|
||||
535.163 -1234.41 54.316,175,stand,,,
|
||||
498.299 -342.824 6.8181,16 17 180,stand,,,
|
||||
798.725 -41.0727 8.125,179 181,stand,,,
|
||||
1062.9 -179.238 -0.458562,180 1,stand,,,
|
||||
1644.63 -324.837 -32.9742,1 167 183 184,stand,,,
|
||||
1818.07 -643.36 -27.9539,182 186 188,stand,,,
|
||||
1500.15 -798.248 -24.6935,182 185,stand,,,
|
||||
1556.57 -1088.05 -25.7042,184 18 31,stand,,,
|
||||
1958.09 -653.07 -74.4908,183 187,stand,,,
|
||||
2178.22 -622.486 -43.8891,186 27 37 38,stand,,,
|
||||
1881.52 -839.485 -14.3448,183 31,stand,,,
|
||||
2046.11 -959.114 -66.3153,28,stand,,,
|
||||
3116.99 -1592.21 -84.0451,43,stand,,,
|
||||
2685.82 -1599.62 -39.7745,34,stand,,,
|
||||
4240.85 -1824.14 -47.875,5,stand,,,
|
||||
3702.36 -1841.35 -48.0403,4,stand,,,
|
||||
4866.51 2812.09 -163.125,103 10 195,stand,,,
|
||||
4555.18 2826.1 -159.93,194 196,stand,,,
|
||||
3971.73 2813.54 -159.955,195 122 111,stand,,,
|
||||
3486.38 2654.03 -164.386,122,stand,,,
|
||||
2959.59 2215.63 -162.964,13,stand,,,
|
||||
2967.01 1359.23 -91.5975,124 152 148 25,stand,,,
|
||||
2721.19 -105.639 -22.8132,201 6 204,stand,,,
|
||||
3039.07 -309.081 -43.8832,200 202,stand,,,
|
||||
3527.65 -246.096 -30.3087,201 203,stand,,,
|
||||
3881.78 -218.964 -52.4332,202 155 24,stand,,,
|
||||
2813.91 -455.848 -83.0979,200 37,stand,,,
|
|
179
scriptdata/waypoints/mp_backlot_wp.csv
Normal file
@ -0,0 +1,179 @@
|
||||
178
|
||||
1774.5 834.7 67.6,1 6,stand,,,
|
||||
1780.6 639.1 65.5,7 0,stand,,,
|
||||
1902.2 -345.2 74.2,3 97,stand,,,
|
||||
1892.7 -420.4 72.1,2 10 157,stand,,,
|
||||
1211 1284.5 64.1,5 21 154 155,stand,,,
|
||||
1249.3 1087 64.1,4 6 20 172,stand,,,
|
||||
1278.6 841.6 64.1,5 0 7 8,stand,,,
|
||||
1504.4 626.5 56.3,1 6 8,stand,,,
|
||||
1307.5 547.1 64.1,6 7 9 17 103,stand,,,
|
||||
1298.3 199.6 62.2,8 11 16 156,stand,,,
|
||||
1423.3 -403.8 64.3,11 12 15 3,stand,,,
|
||||
1240.1 -249.7 74.1,9 16 10 12 15,stand,,,
|
||||
1345.6 -595.8 64,11 10 13 15,stand,,,
|
||||
1291.3 -834.9 64.1,12 15 14 66,stand,,,
|
||||
1202.9 -1082.8 64.1,13 66 63 121,stand,,,
|
||||
1145.6 -567.9 64.1,68 11 10 12 13,stand,,,
|
||||
1090.9 -227.1 66.1,9 11 69 70,stand,,,
|
||||
1072.3 554.5 62.4,18 8 71 19,stand,,,
|
||||
941.3 766.4 59,72 19 25 17,stand,,,
|
||||
742.4 908 64.1,20 18 17 72 25 24,stand,,,
|
||||
892 1092.7 64.1,21 5 19 24,stand,,,
|
||||
900.4 1279.1 64.1,4 20 23,stand,,,
|
||||
784.6 1559.3 64.1,23 26,stand,,,
|
||||
790.1 1404.6 64.1,22 21,stand,,,
|
||||
599.6 1016.3 64.1,20 19 26,stand,,,
|
||||
579.3 778.9 54.1,18 19 73 136,stand,,,
|
||||
656.7 1559.3 40.1,22 24 27 104,stand,,,
|
||||
171.2 1473.1 29.4,28 32 26 140,stand,,,
|
||||
62.3 1776.6 64.1,29 27,stand,,,
|
||||
152.9 1951.5 64.1,30 28,stand,,,
|
||||
50.3 2079.6 64.3,31 29,stand,,,
|
||||
-138.8 2098.6 58.9,30 33 32,stand,,,
|
||||
-135.1 1442.5 61.5,27 80 35 31 139,stand,,,
|
||||
-261.7 1928.3 64.1,31 34 112 152,stand,,,
|
||||
-534.8 1609.1 64.1,33 35 110 112 111,stand,,,
|
||||
-367.2 1429 64.1,32 36 34,stand,,,
|
||||
-568.7 1133.7 64.1,35 108 143,stand,,,
|
||||
-699.9 796.6 64.1,38 143,stand,,,
|
||||
-893.7 744.7 64.1,39 37 41 42,stand,,,
|
||||
-1245.9 721.1 64.1,40 38 148,stand,,,
|
||||
-1264 424 64.1,41 39,stand,,,
|
||||
-938.2 290.5 69.6,87 42 40 38,stand,,,
|
||||
-736.6 293 69.2,43 41 38,stand,,,
|
||||
-617.5 228 67,44 96 42,stand,,,
|
||||
-498.7 -69.1 68.7,43 81 82 45 96 164,stand,,,
|
||||
-656.7 -144.3 71.4,44 46 86,stand,,,
|
||||
-534 -484.9 64.1,52 45 47 141,stand,,,
|
||||
-715 -668.7 71.6,49 48 46 173,stand,,,
|
||||
-1150.5 -670 71.5,47 83 147 173,stand,,,
|
||||
-547.3 -901.3 71.7,50 47 146,stand,,,
|
||||
-366.2 -898.1 64.1,49 134,stand,,,
|
||||
-53.5 -707.6 59.2,67 52 113,stand,,,
|
||||
-100.1 -863.3 63.4,51 46 54 53,stand,,,
|
||||
-53.1 -1188.7 58,64 63 54 52,stand,,,
|
||||
-194.2 -1463.4 58.2,52 53 134 55,stand,,,
|
||||
-96.1 -1867.6 58.1,57 54 56,stand,,,
|
||||
23.2 -1879 82.6,59 55,stand,,,
|
||||
-124.2 -2183.1 57.2,58 55,stand,,,
|
||||
-466.2 -2351.1 64.1,57 144,stand,,,
|
||||
328.3 -2072.3 82.7,56 60,stand,,,
|
||||
675.3 -2068.7 64.1,61 59,stand,,,
|
||||
690.3 -1496.2 64.1,62 60 158,stand,,,
|
||||
704.6 -1227.8 64.1,61 63 65,stand,,,
|
||||
647.1 -1102.9 64.1,62 53 66 14 65,stand,,,
|
||||
616 -939.4 65.8,53 65 66,stand,,,
|
||||
743.5 -839.6 71.5,68 66 63 64 62 67,stand,,,
|
||||
955.1 -1002.1 64.1,13 14 63 64 65,stand,,,
|
||||
559.7 -684.5 57.3,68 65 51 117,stand,,,
|
||||
960.3 -644 58.4,69 67 15 65,stand,,,
|
||||
954 -279.4 58.1,71 16 68 70,stand,,,
|
||||
830 -26.2 64,71 16 69 168,stand,,,
|
||||
1012.1 162.2 57.9,72 17 69 70,stand,,,
|
||||
855.7 619.6 64.1,18 19 71,stand,,,
|
||||
344.9 886 64.2,25 138,stand,,,
|
||||
236.2 556.6 69.1,79 136,stand,,,
|
||||
56.2 384.3 69.1,78 76,stand,,,
|
||||
72.2 254 60,77 81 75,stand,,,
|
||||
243.4 2.7 58.6,76 82 165 166,stand,,,
|
||||
-127.6 397.1 69.1,79 75,stand,,,
|
||||
-113.3 557.8 69.1,74 80 78,stand,,,
|
||||
-111.6 698.5 67.9,32 79 137 138 143,stand,,,
|
||||
-306.1 140.5 109.9,76 44,stand,,,
|
||||
-303.2 -20.2 84.1,44 77 164,stand,,,
|
||||
-1144.39 -602.416 106.125,84 48,stand,,,
|
||||
-1115.33 -146.884 106.125,89 85 83,stand,,,
|
||||
-892.921 -148.032 106.125,84 86 88,stand,,,
|
||||
-719.971 -144.678 108.125,85 45,stand,,,
|
||||
-929.286 233.201 106.125,88 41,stand,,,
|
||||
-951.375 100.378 106.125,89 87 96 159 85,stand,,,
|
||||
-1052.2 72.7632 108.125,90 88 84 159,stand,,,
|
||||
-1238.46 81.5104 188.125,91 89,stand,,,
|
||||
-1234.75 179.689 188.125,92 90,stand,,,
|
||||
-1063.61 171.457 260.125,93 91,stand,,,
|
||||
-1008.71 75.5739 258.125,94 92,stand,,,
|
||||
-1107.76 -100.745 258.125,95 93 132,stand,,,
|
||||
-1088.48 -557.626 258.125,94 174 175,stand,,,
|
||||
-723.206 127.335 108.125,88 43 44,stand,,,
|
||||
1539.88 -320.585 240.125,98 2,stand,,,
|
||||
1593.29 -29.2221 241.631,99 97,stand,,,
|
||||
1602.59 244.742 240.125,100 98,stand,,,
|
||||
1636.76 371.924 240.125,101 99,stand,,,
|
||||
1861.45 437.846 240.125,102 100,stand,,,
|
||||
1843.93 557.03 240.125,103 101,stand,,,
|
||||
1504.58 553.357 64.125,8 102,stand,,,
|
||||
653.17 1675.32 64.125,26 105,stand,,,
|
||||
338.784 1680.49 232.125,104 133,stand,,,
|
||||
-919.398 1537.7 80.125,107 109 150,stand,,,
|
||||
-928.311 1111.47 80.125,108 106 149,stand,,,
|
||||
-696.488 1095.93 80.125,36 107,stand,,,
|
||||
-787.781 1566.87 80.125,106 110,stand,,,
|
||||
-754.274 1716.71 80.125,109 34,stand,,,
|
||||
-736.201 1887.87 64.125,112 34 151 152,stand,,,
|
||||
-454.293 1879.4 64.125,111 33 34 152,stand,,,
|
||||
125.395 -451.579 58.6958,51 114 142,stand,,,
|
||||
282.593 -447.87 68.125,115 113,stand,,,
|
||||
304.311 -271.206 68.125,116 114,stand,,,
|
||||
447.128 -292.167 68.125,118 115 117,stand,,,
|
||||
437.415 -443.822 68.125,67 116,stand,,,
|
||||
582.932 -297.811 126.125,119 116,stand,,,
|
||||
561.586 -485.701 204.125,120 118,stand,,,
|
||||
423.422 -470.754 204.125,119 135,stand,,,
|
||||
1164.82 -1203.64 72.125,123 14 126 122,stand,,,
|
||||
1064.12 -1299.76 72.125,123 125 121,stand,,,
|
||||
1117.59 -1476.49 72.125,124 122 121,stand,,,
|
||||
861.878 -1497.7 72.125,125 123,stand,,,
|
||||
878.58 -1294.38 72.125,124 122,stand,,,
|
||||
1210.99 -1231.4 72.125,121 127,stand,,,
|
||||
1219.66 -1418.5 208.125,128 126,stand,,,
|
||||
1160.28 -1512.65 208.125,129 127,stand,,,
|
||||
942.009 -1504.82 208.125,130 128,stand,,,
|
||||
833.342 -1397.96 208.125,129 131,stand,,,
|
||||
970.478 -1207.91 208.125,130,stand,,,
|
||||
-1204.89 -139.4 258.125,94 175,stand,,,
|
||||
224.68 1655.62 232.125,105,stand,,,
|
||||
-343.994 -1356.73 64.126,50 54,stand,,,
|
||||
318.75 -353.28 204.125,120,stand,,,
|
||||
257.431 690.616 64.125,137 25 74,stand,,,
|
||||
47.2789 716.251 64.0938,136 80 138,stand,,,
|
||||
-33.8218 876.465 59.4834,137 73 139 80,stand,,,
|
||||
-23.3392 1238.14 65.3462,138 140 32,stand,,,
|
||||
177.704 1381.07 68.125,139 27,stand,,,
|
||||
-396.432 -536.617 64.125,46 142,stand,,,
|
||||
-286.916 -450.197 60.7946,141 113,stand,,,
|
||||
-461.366 794.809 69.9345,36 80 37,stand,,,
|
||||
-635.695 -2201.31 65.9311,58,stand,,,
|
||||
-786.044 -1020.43 64.125,146,stand,,,
|
||||
-795.404 -941.476 64.125,145 49 147 173,stand,,,
|
||||
-1189.17 -770.472 64.125,146 48,stand,,,
|
||||
-1167.79 1007.58 64.125,39,stand,,,
|
||||
-774.145 1348.36 80.125,107,stand,,,
|
||||
-906.889 1714.62 80.125,106,stand,,,
|
||||
-729.902 2271.71 64.125,111,stand,,,
|
||||
-363.234 2077.51 64.125,112 33 111,stand,,,
|
||||
1278.97 1643.56 64.125,154 155,stand,,,
|
||||
1158.6 1651.21 64.125,153 4,stand,,,
|
||||
1285.66 1414.64 64.125,153 4,stand,,,
|
||||
1463.2 171.678 59.8727,9,stand,,,
|
||||
1845.14 -723.622 72.2463,3,stand,,,
|
||||
503.912 -1483.51 68.125,61,stand,,,
|
||||
-1061.25 183.674 108.125,88 89 160,stand,,,
|
||||
-1249.4 165.919 36.125,159 161,stand,,,
|
||||
-1241.26 86.4991 36.125,160 162,stand,,,
|
||||
-1065.87 72.8512 -45.875,161 163,stand,,,
|
||||
-915.133 -96.6735 -45.875,162,stand,,,
|
||||
-392.03 -329.834 66.0966,44 82 165,stand,,,
|
||||
27.3564 -312.028 72.5837,77 164,stand,,,
|
||||
371.422 5.76824 56.7981,77 167 168,stand,,,
|
||||
370.625 565.466 64.1037,166 176,stand,,,
|
||||
783.803 -17.2674 62.2281,166 70 169,stand,,,
|
||||
780.618 562.606 64.125,168 176,stand,,,
|
||||
616.66 402.933 198.125,171 177,stand,,,
|
||||
457.82 263.535 198.125,170,stand,,,
|
||||
1475.9 1101.39 64.125,5,stand,,,
|
||||
-1064.81 -631.709 74.125,174 48 47 146,climb,6.68396 -10.9039 0,,
|
||||
-1064.64 -582.439 260.125,173 95,climb,79.5453 106.381 0,,
|
||||
-1238.46 -489.83 258.125,95 132,stand,,,
|
||||
638.057 543.126 67.132,169 167 177,climb,-34.8169 37.1942 0,,
|
||||
636.976 506.024 206.125,176 170,climb,63.3789 -95.1361 0,,
|
|
172
scriptdata/waypoints/mp_bakaara_wp.csv
Normal file
@ -0,0 +1,172 @@
|
||||
171
|
||||
2369.53 -1455.82 140.233,74 75 12 76 166,stand,,,
|
||||
2024.6 -517.6 91.7512,141,stand,,,
|
||||
174.932 -2181.93 140.933,59 51,stand,,,
|
||||
-147.2 2841.6 9.63533,124 123,stand,,,
|
||||
-774.8 -969.6 104.69,44 57,stand,,,
|
||||
-691.6 1018.8 6.68335,34 35,stand,,,
|
||||
1142.8 2569.6 14.4026,90 127,stand,,,
|
||||
2281.43 1808.36 26.625,88 89,stand,,,
|
||||
1807.6 -1116.8 150.09,72 74,stand,,,
|
||||
-1167.6 -181.2 38.7926,40 41 46,stand,,,
|
||||
1019.2 -2251.6 146.816,51 14 163,stand,,,
|
||||
1338.4 1586.8 16.2384,89 92,stand,,,
|
||||
2339.45 -706.429 151.366,75 0 76,stand,,,
|
||||
1906.5 -1983.67 144.205,14 60 51 163,stand,,,
|
||||
1332.33 -1899.54 146.318,13 15 10 70 73 158 163 164,stand,,,
|
||||
1282.41 -871.505 121.019,14 16 70 22 71 158,stand,,,
|
||||
1347.66 -362.892 32.846,15 17 19 141 156,stand,,,
|
||||
1248.05 243.789 18.9906,16 18 143 147,stand,,,
|
||||
862.292 254.834 22.5499,17 19 21 97 96 98,stand,,,
|
||||
1078.19 -254.285 33.5173,18 16 21 22,stand,,,
|
||||
1041.61 106.87 15.7668,21 170,stand,,,
|
||||
949.731 -62.5286 14.125,20 18 19 169,stand,,,
|
||||
1001.87 -1002.03 127.274,19 23 15,stand,,,
|
||||
502.823 -967.488 113.52,22 24 67,stand,,,
|
||||
220.709 -794.547 104.749,23 25 67,stand,,,
|
||||
238.018 -407.219 19.113,24 26 169 170,stand,,,
|
||||
-247.456 -394.786 30.6218,25 27 29,stand,,,
|
||||
-379.755 -400.632 18.0222,26 28,stand,,,
|
||||
-487.645 -479.756 49.0071,27 39 46 47 58,stand,,,
|
||||
-392.554 -109.588 20.2053,26 30 31,stand,,,
|
||||
-354.106 277.73 11.0721,29 31 101,stand,,,
|
||||
-397.469 901.252 13.8019,29 30 32 35 36 120,stand,,,
|
||||
-280.854 1125.09 25.0097,31 33 103,stand,,,
|
||||
-431.064 1578.25 16.125,32 34 113 121,stand,,,
|
||||
-601.675 1069.31 19.8751,33 5 35,stand,,,
|
||||
-586.349 855.356 22.2256,5 34 31 36 38 120,stand,,,
|
||||
-626.087 424.066 32.7097,35 37 38 31,stand,,,
|
||||
-784.411 455.841 32.6403,36,stand,,,
|
||||
-575.175 -26.3602 41.749,36 35 39 40,stand,,,
|
||||
-504.338 -139.866 50.0329,38 28,stand,,,
|
||||
-761.1 -196.798 51.3331,38 41 43 9 46,stand,,,
|
||||
-1169.13 -434.931 60.9361,40 42 43 45 9 46,stand,,,
|
||||
-1165.22 -869.302 86.9085,41 44 45,stand,,,
|
||||
-944.812 -504.496 63.7619,40 41 44,stand,,,
|
||||
-772.559 -865.193 90.0123,43 42 57 58 4,stand,,,
|
||||
-1306.9 -662.503 45.6044,42 41,stand,,,
|
||||
-722.764 -354.881 63.8245,28 40 41 9,stand,,,
|
||||
-79.1624 -1220.97 103.619,28 48 50 58,stand,,,
|
||||
-66.887 -1547.29 143.125,47 49,stand,,,
|
||||
276.009 -1895.23 132.535,48 50 51 52 59,stand,,,
|
||||
68.2024 -1291.86 109.604,49 47,stand,,,
|
||||
686.86 -2024.62 144.125,49 2 60 10 13 52 66,stand,,,
|
||||
79.2047 -2055.81 143.125,49 53 51,stand,,,
|
||||
-170.38 -1561.82 143.125,52 54,stand,,,
|
||||
-246.295 -1424.46 117.802,53 55,stand,,,
|
||||
-368.959 -1177.52 116.125,54 56,stand,,,
|
||||
-670.723 -1035.66 116.125,55 57,stand,,,
|
||||
-711.378 -970.63 98.8211,56 44 4,stand,,,
|
||||
-433.249 -757.942 63.5507,44 28 47,stand,,,
|
||||
301.585 -2262.95 150.641,49 2 65,stand,,,
|
||||
748.814 -2251.52 150.811,51 61 13 163,stand,,,
|
||||
749.694 -2559.9 287.125,60 62,stand,,,
|
||||
648.663 -2559.77 287.125,61 63 64,stand,,,
|
||||
582.158 -2382.19 287.125,62 64,stand,,,
|
||||
380.414 -2562.36 287.125,63 62 65,stand,,,
|
||||
296.222 -2537.7 287.125,64 59,stand,,,
|
||||
764.768 -1509.19 128.714,51 67 68,stand,,,
|
||||
502.863 -1156.73 135.177,66 23 24,stand,,,
|
||||
984.972 -1513.18 143.625,66 69 157,stand,,,
|
||||
1127.25 -1742.05 143.625,68 70,stand,,,
|
||||
1236.55 -1749.63 143.625,69 14 15 73 163 164,stand,,,
|
||||
1508.86 -927.005 130.747,15 72 73,stand,,,
|
||||
1532.88 -1152.7 148.766,71 73 8 74,stand,,,
|
||||
1441.3 -1225.1 148.224,72 70 14 71,stand,,,
|
||||
2033.72 -1270.18 152.768,72 0 8 75 167,stand,,,
|
||||
2276.75 -1046.45 135.424,74 0 12 76,stand,,,
|
||||
2241.16 -575.604 154.125,75 12 0 77,stand,,,
|
||||
2243.72 -146.288 154.125,76 78,stand,,,
|
||||
2460.07 -140.158 154.125,77 79,stand,,,
|
||||
2428.97 266.486 154.125,78 80,stand,,,
|
||||
2230.66 266.579 154.125,79 81 83,stand,,,
|
||||
2202.36 12.6431 154.125,80,stand,,,
|
||||
2390.65 773.273 154.125,83 84,stand,,,
|
||||
2235.74 598.189 154.125,80 82,stand,,,
|
||||
2379.01 1028.83 43.1881,82 85,stand,,,
|
||||
2112.44 1065.85 30.8665,84 86 137,stand,,,
|
||||
2135.76 855.198 29.7852,85 87 145,stand,,,
|
||||
2231.54 793.419 48.1576,86 88 138 145,stand,,,
|
||||
2252.22 1348.9 40.7481,87 7 137,stand,,,
|
||||
1625.56 1670.37 20.1389,7 11 90 133,stand,,,
|
||||
1548.97 2218.4 20.4566,89 6 91 127,stand,,,
|
||||
1077.23 2117.11 20.125,90 92 126 130,stand,,,
|
||||
1092.14 1626.15 20.0641,91 93 131 11,stand,,,
|
||||
1275.21 1384.95 17.8386,92 94 132,stand,,,
|
||||
584.998 1351.59 19.115,93 95 113 114 152,stand,,,
|
||||
612.454 943.981 28.6579,94 96 114 105,stand,,,
|
||||
562.537 398.533 22.0652,95 97 18 98 105,stand,,,
|
||||
957.067 439.18 25.8655,96 18 105 143 144,stand,,,
|
||||
399.883 219.255 21.4478,96 18 99 169,stand,,,
|
||||
239.562 221.565 20.4352,98 100,stand,,,
|
||||
15.6511 224.345 114.625,99 101 112,stand,,,
|
||||
-187.217 231.548 20.055,100 30 102 103,stand,,,
|
||||
-230.998 390.783 19.625,101 103,stand,,,
|
||||
-214.809 521.265 19.625,102 32 101 104 105 106,stand,,,
|
||||
-134.248 481.549 19.625,103 105 106,stand,,,
|
||||
276.747 576.954 15.8472,104 103 106 115 96 95 97,stand,,,
|
||||
146.347 567.717 19.625,105 104 103 107,stand,,,
|
||||
156.958 726.784 19.625,106 108,stand,,,
|
||||
-211.066 720.554 171.625,107 109,stand,,,
|
||||
-198.76 637.934 171.625,108 110,stand,,,
|
||||
30.3516 520.827 171.625,109 111 112,stand,,,
|
||||
-260.622 480.476 171.625,110,stand,,,
|
||||
36.9053 324.836 171.625,110 100,stand,,,
|
||||
370.434 1567.73 15.2089,33 94 126 128,stand,,,
|
||||
452.841 1219.15 18.1999,94 95 115,stand,,,
|
||||
267.219 1284.64 18.5504,114 105 116 117,stand,,,
|
||||
381.643 994.267 22.1951,115,stand,,,
|
||||
94.0796 1289.49 17.125,115 118,stand,,,
|
||||
24.6868 978.251 17.125,117 119,stand,,,
|
||||
-150.028 967.569 17.125,118 120,stand,,,
|
||||
-146.351 826.426 20.9549,119 31 35,stand,,,
|
||||
-545.532 1946.75 10.625,33 122,stand,,,
|
||||
-416.684 2104.88 9.41912,121 123,stand,,,
|
||||
-396.638 2596.17 10.002,122 124 3 125,stand,,,
|
||||
3.23789 2483.33 10.9025,123 3 125 127,stand,,,
|
||||
384.365 2407.26 8.23089,124 126 127 123,stand,,,
|
||||
408.765 2157.35 17.6642,125 113 91 129 130,stand,,,
|
||||
1092.41 2403.59 15.5539,124 90 6 125,stand,,,
|
||||
281.392 1942.13 14.6776,113,stand,,,
|
||||
177.009 2133.36 19.3602,126,stand,,,
|
||||
590.435 2178.87 30.2775,126 91 131,stand,,,
|
||||
561.515 1625.03 17.7353,130 92,stand,,,
|
||||
1338.92 1209.57 41.4481,93 133 149,stand,,,
|
||||
1577.41 1421.68 18.1985,132 89 134,stand,,,
|
||||
1631 1194.29 19.552,133 135 148,stand,,,
|
||||
1881.53 1250.43 17.2562,134 136,stand,,,
|
||||
1973.23 1279.53 -4.7018,135 137,stand,,,
|
||||
2078.69 1374.05 24.3975,136 88 85,stand,,,
|
||||
2248.18 420.804 28.125,87 139 142,stand,,,
|
||||
2242.88 25.6186 28.125,138 140,stand,,,
|
||||
2025.19 -57.1552 12.9605,139 141 142,stand,,,
|
||||
2056.72 -382.611 55.9437,140 1 16 154 156,stand,,,
|
||||
1835 531.471 1.37998,140 143 138 145 144 154,stand,,,
|
||||
1182.56 482.571 25.207,142 97 17 153,stand,,,
|
||||
1141.03 664.598 29.5168,97 150 151 153 142,stand,,,
|
||||
1898.06 787.023 23.8325,142 87 86 146,stand,,,
|
||||
1619.72 785.356 17.125,145 147,stand,,,
|
||||
1514.06 728.477 15.0607,146 148 17,stand,,,
|
||||
1495.14 1069.84 22.178,147 134 149 150,stand,,,
|
||||
1463.59 1165.31 35.5822,148 132,stand,,,
|
||||
1395.9 958.003 31.2456,148 144,stand,,,
|
||||
842.974 909.695 10.8703,144 152,stand,,,
|
||||
748.263 1189.53 15.2904,151 94,stand,,,
|
||||
1172.35 588.519 2.63645,143 144,stand,,,
|
||||
1872.45 -189.726 25.0496,142 141,stand,,,
|
||||
1764.71 -558.466 143.125,156,stand,,,
|
||||
1756.6 -465.447 73.8317,155 141 16,stand,,,
|
||||
991.343 -1135.72 143.625,68 158 159,stand,,,
|
||||
1197.93 -1159.21 137.088,157 15 14 163,stand,,,
|
||||
870.439 -1132.19 143.625,157 160,stand,,,
|
||||
853.227 -1316.47 277.625,159 161,stand,,,
|
||||
1007.01 -1367.76 277.625,160 162,stand,,,
|
||||
1045.63 -1106.72 277.625,161,stand,,,
|
||||
1611.29 -1804.61 142.661,14 158 70 13 10 60 164,stand,,,
|
||||
1671.44 -1614.31 151.946,163 70 14 165 168,stand,,,
|
||||
1815.17 -1569.48 203.177,164 166 167,stand,,,
|
||||
2016.54 -1619.18 237.678,165 167 0,stand,,,
|
||||
1972.41 -1470.3 206.227,166 165 74,stand,,,
|
||||
1594.48 -1477.78 146.033,164,stand,,,
|
||||
369.636 -127.246 12.3221,98 25 21 170,stand,,,
|
||||
553.117 4.73491 14.125,169 20 25,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,,,
|
|
465
scriptdata/waypoints/mp_bloc_sh_wp.csv
Normal file
@ -0,0 +1,465 @@
|
||||
464
|
||||
26.2308 -6724.77 8.10461,1 32,stand,,,
|
||||
383.546 -6732.17 9.0812,2 0 314 316 317,stand,,,
|
||||
752.029 -6725.14 8.125,3 1 310 312 313,stand,,,
|
||||
751.937 -6866.44 6.15847,4 2 318,stand,,,
|
||||
459.487 -6885.79 121.495,5 3,stand,,,
|
||||
386.955 -6885.08 140.117,6 4 238,stand,,,
|
||||
400.077 -6708.48 144.125,7 5 307 306,stand,,,
|
||||
642.082 -6724.21 144.125,6 306 303,stand,,,
|
||||
1040.55 -6721.06 144.125,9 301,stand,,,
|
||||
1043.34 -6633.52 144.125,10 8,stand,,,
|
||||
1170.27 -6638.88 144.125,11 9,stand,,,
|
||||
1167.02 -6723.15 144.125,10 25,stand,,,
|
||||
1472.38 -6718.27 144.125,16 13 293 297 296 298 300,stand,,,
|
||||
1559.58 -6688.3 144.125,12 14 292,stand,,,
|
||||
1802.12 -6727.83 144.125,13 15 291 292,stand,,,
|
||||
1810.89 -6895.51 144.125,17 16 14 290,stand,,,
|
||||
1443.55 -6883.49 144.125,15 12 250,stand,,,
|
||||
1806.94 -7049.38 144.125,18 15 241 329,stand,,,
|
||||
1999.15 -7084.81 144.125,19 17,stand,,,
|
||||
2031.65 -6718.98 33.4341,20 18,stand,,,
|
||||
2209.36 -6732.33 1.29957,19 202 205 212 221 220,stand,,,
|
||||
1100.67 -6716.84 8.125,22 26 249 313 320 321,stand,,,
|
||||
1040.1 -6839.14 32.125,21 23,stand,,,
|
||||
1031.66 -6968.99 144.125,22 24,stand,,,
|
||||
1030.19 -7131.4 144.125,23 25,stand,,,
|
||||
1172.3 -7134.39 144.125,24 11,stand,,,
|
||||
1105.37 -6520.12 8.125,21 27 28 158 159,stand,,,
|
||||
946.951 -6435.37 -23.875,26 28 29 159,stand,,,
|
||||
1246.15 -6453.83 -19.875,26 27 158 159 163,stand,,,
|
||||
801.615 -6354.65 -23.875,27 30 157,stand,,,
|
||||
493.483 -6412.76 -23.875,29 31 33,stand,,,
|
||||
207.855 -6529.97 -15.7606,30 32,stand,,,
|
||||
31.9592 -6528.26 -15.748,31 0 36,stand,,,
|
||||
388.606 -6037.47 -19.875,30 34 37,stand,,,
|
||||
59.5654 -6046.93 -23.875,36 33 37 228,stand,,,
|
||||
-80.7225 -6069.95 0.125,36 51 52 247,stand,,,
|
||||
7.604 -6224.25 -21.9232,32 34 35,stand,,,
|
||||
446.937 -5787.05 -23.875,34 156 33 337 228,stand,,,
|
||||
458.331 -5279.96 -23.875,39 135 337,stand,,,
|
||||
24.3544 -5212.21 -23.875,38 40 231 404,stand,,,
|
||||
12.0484 -5121.25 0.125,41 39 401 404,stand,,,
|
||||
-190.444 -5007.55 0.125,40 96 234 397,stand,,,
|
||||
-962.297 -5152.55 4.125,43 44 93 105 95 394 395,stand,,,
|
||||
-1048.14 -4901.82 8.125,42 91 84 93 105,stand,,,
|
||||
-969.786 -5708.73 4.125,42 45 46 55 56 421,stand,,,
|
||||
-837.593 -5921.68 8.125,44 54 418 417 420,stand,,,
|
||||
-1217.97 -5971.27 0.125,44 47 57 419,stand,,,
|
||||
-1217.75 -6355.46 0.125,46 48 419 416,stand,,,
|
||||
-807.428 -6363.41 4.125,47 49 416,stand,,,
|
||||
-769.364 -6668.39 -4.9422,48 50 52,stand,,,
|
||||
-237.18 -6665.4 13.5195,49 51,stand,,,
|
||||
-177.957 -6217.17 0.124998,50 35 52 53 247,stand,,,
|
||||
-519.749 -6281.53 0.125,51 35 49 54,stand,,,
|
||||
-511.8 -6109.4 0.125,51 54,stand,,,
|
||||
-762.192 -6112.81 0.125,53 52 45 417,stand,,,
|
||||
-1173.43 -5506.54 -0.46575,44 57 56 58 94 92 105,stand,,,
|
||||
-1078.27 -5362.25 0.125,44 55 105,stand,,,
|
||||
-1114.61 -5739.05 4.125,46 55,stand,,,
|
||||
-1733.75 -5355.68 15.8872,55 59 94 244 391,stand,,,
|
||||
-2463.59 -5184.75 38.5417,58 60 244 348 346 391,stand,,,
|
||||
-2463.44 -5011.81 52.125,59 61 66,stand,,,
|
||||
-2129.44 -5002.28 52.125,60 363,stand,,,
|
||||
-2121.79 -4698.25 52.125,63 67 363,stand,,,
|
||||
-2135.14 -4241.12 52.125,62 64 78,stand,,,
|
||||
-2143.63 -3963.05 52.125,63 65,stand,,,
|
||||
-2877.09 -3947.5 52.125,64 349,stand,,,
|
||||
-2880.5 -5018.84 56.125,60 349,stand,,,
|
||||
-2036.42 -4689.97 52.125,62 68,stand,,,
|
||||
-2044.24 -5015.33 52.125,67 69,stand,,,
|
||||
-1916.21 -4977.29 52.125,68 70 425 426,stand,,,
|
||||
-1928.89 -4731.61 52.125,69 71,stand,,,
|
||||
-1766.2 -4723.84 52.125,70 72,stand,,,
|
||||
-1761.31 -4456.57 52.125,71 73 79 81 385 389 390,stand,,,
|
||||
-1781.02 -4206.28 52.125,72 74,stand,,,
|
||||
-1934.23 -4195.82 52.125,73 75,stand,,,
|
||||
-1933.08 -3947.5 52.125,74 76 77 232,stand,,,
|
||||
-1811.46 -4074.85 52.125,75 233 382 384,stand,,,
|
||||
-2045.37 -3942.59 52.125,75 78,stand,,,
|
||||
-2047.96 -4229.63 52.125,77 63,stand,,,
|
||||
-1828.46 -4335.74 52.125,72 80,stand,,,
|
||||
-1966.46 -4346.78 52.125,79 242 386,stand,,,
|
||||
-1563.72 -4492.34 52.125,72 82 83 90,stand,,,
|
||||
-1538.43 -4234.94 30.8697,81 83 85 89,stand,,,
|
||||
-1423.44 -4502.33 52.125,81 84 82,stand,,,
|
||||
-1286.99 -4516.23 0.125,83 89 91 93 43 104,stand,,,
|
||||
-1460.91 -4010.39 27.9666,82 358 360 359,stand,,,
|
||||
-836.058 -4008.27 0.125,88 101 353 355 356 358,stand,,,
|
||||
-351.023 -4059.75 4.125,96 102 97 245 355,stand,,,
|
||||
-998.412 -4181.45 4.125,86 89,stand,,,
|
||||
-1168.79 -4209.68 2.5701,88 82 84 90 103 358,stand,,,
|
||||
-1407.65 -4366.8 52.125,89 81,stand,,,
|
||||
-1080.88 -4706.12 8.125,84 43 104,stand,,,
|
||||
-1452.84 -5080.3 0.319366,93 94 55 105 392,stand,,,
|
||||
-1378.53 -4697.96 0.125001,92 84 42 43,stand,,,
|
||||
-1517.41 -5329.75 1.2417,92 58 55 105 392,stand,,,
|
||||
-615.493 -4861.07 -5.3772,42 234 396,stand,,,
|
||||
-90.0151 -4528.5 7.38643,41 87 97 246 397 399,stand,,,
|
||||
-5.5897 -4470.2 23.0426,96 102 87 243 246 402 403,stand,,,
|
||||
80.8943 -4688.5 156.125,99 243,stand,,,
|
||||
81.6674 -4596.85 156.125,98 100 441,stand,,,
|
||||
162.766 -4608.77 148.125,99 106 440,stand,,,
|
||||
-396.273 -3874.83 0.147999,102 86 352 355,stand,,,
|
||||
29.1777 -4016.74 0.0227863,101 87 97 245 352 403,stand,,,
|
||||
-1111.13 -4384.79 7.0062,89 104,stand,,,
|
||||
-1122.11 -4556.32 1.74054,103 91 84,stand,,,
|
||||
-1205.9 -5124.55 4.125,42 92 94 56 55 43,stand,,,
|
||||
268.84 -4769.96 148.125,100 107 113,stand,,,
|
||||
218.282 -4953.22 148.125,106 108 438 439,stand,,,
|
||||
416.457 -4950.3 148.125,107 113 427 429,stand,,,
|
||||
938.507 -4962.94 148.125,110 111 114 434 433 435 436,stand,,,
|
||||
704.221 -4955.2 148.125,109 429 430 436,stand,,,
|
||||
903.987 -4784.41 148.125,109 112 437,stand,,,
|
||||
646.612 -4755.11 148.125,111 113,stand,,,
|
||||
404.927 -4763.45 148.125,112 106 108,stand,,,
|
||||
1043.03 -4956.76 148.125,109 115 134,stand,,,
|
||||
1041.56 -5020.27 148.125,114 116,stand,,,
|
||||
1167.38 -5016.35 148.125,115 117,stand,,,
|
||||
1172.03 -4950.74 148.125,116 443,stand,,,
|
||||
1435.72 -4958.64 148.125,119 121 443 444 451,stand,,,
|
||||
1638.43 -4959.52 148.125,118 120 445 452,stand,,,
|
||||
1797.93 -4890.88 148.125,119 447 448 453,stand,,,
|
||||
1452.48 -4785.18 148.125,118 236 235 448 449,stand,,,
|
||||
1853.55 -4771.15 12.125,123 124 127 454,stand,,,
|
||||
1757.96 -4951.97 12.125,122 239 240,stand,,,
|
||||
1353.4 -4754.35 12.125,122 125 455 456,stand,,,
|
||||
1209.34 -4632.63 12.125,124 126 456 457,stand,,,
|
||||
1094.62 -4621.03 12.125,125 129 458 459,stand,,,
|
||||
2140.81 -4768.46 8.125,122 128,stand,,,
|
||||
2151.62 -5122.88 -16.0418,127 165 463,stand,,,
|
||||
1100.02 -4911.82 12.125,130 131 126 460,stand,,,
|
||||
1169.85 -4904.46 12.125,129 131 132 461,stand,,,
|
||||
1094.27 -5122.97 12.125,129 130 136 137 138,stand,,,
|
||||
1175.73 -4676.67 148.125,130 133,stand,,,
|
||||
1171.62 -4514.88 148.125,132 134,stand,,,
|
||||
1040.36 -4520.51 148.125,133 114,stand,,,
|
||||
652.2 -5168.96 -19.875,38 136,stand,,,
|
||||
848.34 -5260.56 -23.875,135 131 137 351,stand,,,
|
||||
1105.32 -5264.54 -23.875,138 136 131 139,stand,,,
|
||||
1343.17 -5222.15 11.125,137 131 166,stand,,,
|
||||
1146.58 -5407.72 -23.875,137 140 141 146 155,stand,,,
|
||||
948.704 -5656.65 -23.875,139 146 147 156 339,stand,,,
|
||||
1142.29 -5700.2 8.125,139 142,stand,,,
|
||||
1188.31 -5844.57 -23.875,141 143 152,stand,,,
|
||||
1130.54 -5901.42 -23.875,142 144 151,stand,,,
|
||||
1027.41 -5894.44 -23.875,143 145 148 149,stand,,,
|
||||
1035.96 -5748.31 -23.875,144 146,stand,,,
|
||||
1039.54 -5699.85 8.125,145 139 140,stand,,,
|
||||
863.358 -5853.02 -23.875,140 148 156 157,stand,,,
|
||||
980.19 -5879.53 8.125,147 144,stand,,,
|
||||
1019.63 -5948.23 8.125,144 150 158,stand,,,
|
||||
1119.96 -6060.08 -23.875,151 154 158 149,stand,,,
|
||||
1175.25 -5953.65 8.125,143 150,stand,,,
|
||||
1228.3 -5862.34 8.125,142 153,stand,,,
|
||||
1345.84 -5852.48 -23.875,152 154 155 160 331,stand,,,
|
||||
1298.5 -6042.3 -23.875,150 153,stand,,,
|
||||
1353.92 -5596.75 -23.875,153 139 350,stand,,,
|
||||
738.239 -5796.43 -23.875,140 37 147 157 339,stand,,,
|
||||
815.68 -6223.27 -26.0317,147 156 158 29,stand,,,
|
||||
1088.81 -6265.39 -23.875,28 26 159 150 149 157,stand,,,
|
||||
1052.19 -6388.16 -23.875,158 27 28 26,stand,,,
|
||||
1766.95 -5828.22 -23.875,153 164 168 332,stand,,,
|
||||
1743.72 -6410.51 -23.875,162 207 322 323 332,stand,,,
|
||||
1476.87 -6396.59 -23.875,161 163 330,stand,,,
|
||||
1369.84 -6485.01 -19.875,28 162,stand,,,
|
||||
1810.98 -5608.34 -19.875,160 165 167 350,stand,,,
|
||||
1743.67 -5211.12 -23.875,164 128 166 167,stand,,,
|
||||
1399.76 -5226.28 -23.875,165 138,stand,,,
|
||||
2016.28 -5476.12 -17.3069,165 164 168,stand,,,
|
||||
2207.99 -5574.26 -7.875,167 160 169 224 463,stand,,,
|
||||
2396.42 -5518.27 4.125,168 172 174 176 253 462,stand,,,
|
||||
2376.85 -5190.22 0.125001,171 462,stand,,,
|
||||
2526.66 -5175.13 0.124999,170 172,stand,,,
|
||||
2578.14 -5230.16 0.124999,171 173 169 175 176 222,stand,,,
|
||||
2737.38 -5151.58 0.124998,172 176 177 179,stand,,,
|
||||
2766.21 -5540.81 0.125,169 175,stand,,,
|
||||
2929.49 -5489.87 0.125,174 172 177 178,stand,,,
|
||||
2584.1 -5402.26 0.125,172 173 169 177 253,stand,,,
|
||||
2849.09 -5306.24 4.125,175 173 176 178,stand,,,
|
||||
3057.16 -5461.41 0.125,175 177 179 181 406 407 412 413,stand,,,
|
||||
2999.46 -5182.17 0.125,173 178 412,stand,,,
|
||||
3378.84 -5702.36 0.125,182 183 408 410,stand,,,
|
||||
3046.59 -5684.13 0.125,178 182 408 411 413,stand,,,
|
||||
3154.34 -5899.67 0.125,181 180 183 184 411 414,stand,,,
|
||||
3354.56 -6016.93 4.125,180 182 185,stand,,,
|
||||
3224.5 -6443.31 0.125,182 186 209 213 210,stand,,,
|
||||
3349.73 -6079.87 35.125,183 186,stand,,,
|
||||
3309.04 -6158.65 0.125001,185 184 187 191 213 415,stand,,,
|
||||
3770.29 -6211.94 3.35921,186 188 191 213 415,stand,,,
|
||||
3969.74 -6224.01 48.125,187 269,stand,,,
|
||||
4364.71 -6199.61 0.124999,260 259 262 269,stand,,,
|
||||
4364.6 -6673.34 0.124999,191 192 255 259 267 266 264,stand,,,
|
||||
3908.74 -6594.44 0.124999,190 187 186 213 264 267 270,stand,,,
|
||||
4295.84 -6876.88 48.125,190 193 214,stand,,,
|
||||
4244.83 -7269.48 22.5455,192 194 214 277,stand,,,
|
||||
4085.54 -7325.38 16.1119,193 195 214 276,stand,,,
|
||||
3862.43 -7517.35 16.7337,194 196 273 275,stand,,,
|
||||
3530.88 -7696.99 0.125,195 197 215 218 273 274 275,stand,,,
|
||||
3006.08 -7706.64 0.125,196 198 217 218 281 280 283,stand,,,
|
||||
2648.79 -7610.38 4.125,197 199 204 217 283 284,stand,,,
|
||||
2061.51 -7830.28 8.125,198 200 204 203 286 287 288,stand,,,
|
||||
1958.22 -7481.81 10.8254,199 201,stand,,,
|
||||
2029.9 -7276.03 8.125,200 202 328,stand,,,
|
||||
2157.92 -7179.47 8.125,201 20 203 220 251 221,stand,,,
|
||||
2428.12 -7328.13 0.125,202 204 199 251,stand,,,
|
||||
2481.55 -7614.14 4.125,203 198 199 251 284 285,stand,,,
|
||||
2368.15 -6666.48 0.125,20 206 208 212 220 327,stand,,,
|
||||
2219.61 -6515.15 0.125,205 207 326,stand,,,
|
||||
2167.39 -6390 -23.875,206 161 227 324 326,stand,,,
|
||||
2790.16 -6528.12 4.125,205 210 209,stand,,,
|
||||
2946.07 -6670.75 4.125,208 211 184 210 213,stand,,,
|
||||
3041.74 -6428.6 4.11793,208 184 209 213,stand,,,
|
||||
2813.16 -6785.05 -6.02297,209 212,stand,,,
|
||||
2583.57 -6803.9 -2.74941,211 20 205 221,stand,,,
|
||||
3522.6 -6603.55 0.125,184 209 191 219 187 186 210,stand,,,
|
||||
3914.7 -7051.05 8.12217,194 193 192 215 265 270,stand,,,
|
||||
3469.5 -7274.4 0.124999,196 216 218 214 219 273,stand,,,
|
||||
3298.93 -7474.8 4.125,215 217,stand,,,
|
||||
3009.08 -7559.88 0.125,216 197 198 218 282,stand,,,
|
||||
3285.11 -7613.78 4.125,196 217 197 215,stand,,,
|
||||
3444.65 -6872.28 0.125001,213 215 252 271 272,stand,,,
|
||||
2439.73 -7000.31 0.125,205 202 221 20,stand,,,
|
||||
2445.77 -6792.92 0.125,220 212 20 202,stand,,,
|
||||
2361.13 -5235.77 136.125,172 223,stand,,,
|
||||
2352.75 -5178.74 136.125,222 237,stand,,,
|
||||
2171.12 -5818.81 -23.875,168 225,stand,,,
|
||||
2176.55 -5895.84 24.125,224 226,stand,,,
|
||||
2187.01 -6106.58 -15.2815,225 227 335,stand,,,
|
||||
2170.73 -6333.56 24.125,226 207 335,stand,,,
|
||||
12.8799 -5829.94 -19.875,34 229 37,stand,,,
|
||||
21.5915 -5752.33 24.125,228 345,stand,,,
|
||||
16.9466 -5501.34 -14.8974,231 345 344,stand,,,
|
||||
20.2833 -5316.82 24.125,230 39,stand,,,
|
||||
-1890.32 -3877.13 52.125,75 233,stand,,,
|
||||
-1746.98 -3904.31 52.125,232 76 383,stand,,,
|
||||
-484.114 -5041.79 0.125,95 41 394 393,stand,,,
|
||||
1282.86 -4803.06 148.125,121 236 450,stand,,,
|
||||
1364.57 -4717.13 148.125,121 235 450,stand,,,
|
||||
2537.78 -5175.13 136.125,223,stand,,,
|
||||
151.841 -6926.87 144.125,5 309,stand,,,
|
||||
2035.07 -4917.95 12.125,123,stand,,,
|
||||
1645.27 -4989.99 12.125,123,stand,,,
|
||||
1641.12 -7059.73 144.125,17 289,stand,,,
|
||||
-1940.25 -4575.45 52.125,80 387 388,stand,,,
|
||||
2.9609 -4660.72 156.125,97 98,stand,,,
|
||||
-1897.87 -5479.74 42.8255,58 59,stand,,,
|
||||
-340.814 -4460.6 0.178602,87 102 398,stand,,,
|
||||
-162.073 -4461.78 0.124999,96 97 398,stand,,,
|
||||
-350.207 -6053.66 0.125,51 35,stand,,,
|
||||
1045.13 -7023.07 8.125,249 319,stand,,,
|
||||
1122.08 -7046.62 8.125,248 21 319,stand,,,
|
||||
1282.2 -6882.94 144.125,16,stand,,,
|
||||
2532.9 -7215.16 -2.33771,203 202 204,stand,,,
|
||||
3286.34 -7074.54 7.54265,219,stand,,,
|
||||
2584.73 -5598.19 0.125,176 169,stand,,,
|
||||
4698.87 -6806.51 0.125,255 256 258,stand,4.83398 -179.127 0,,
|
||||
4396.84 -6793.28 0.125,190 254,stand,10.014 172.584 0,,
|
||||
4752.88 -6848.88 0.125,254 257,crouch,6.73462 139.949 0,,
|
||||
4752.88 -6383.13 0.125,256 258 263,crouch,2.76306 -128.364 0,,
|
||||
4656.64 -6596.65 0.125,257 254 259 263,stand,12.9474 134.945 0,,
|
||||
4382.26 -6447.58 0.125,189 190 258 263 264,stand,14.1559 119.405 0,,
|
||||
4596.25 -6185.39 0.125,261 189 263,stand,16.0565 -69.8401 0,,
|
||||
4664.88 -6103.52 0.125,260,crouch,1.72485 -133.55 0,,
|
||||
4047.13 -6099.73 0.125,189 268 269,crouch,3.62549 -32.8876 0,,
|
||||
4611.59 -6428.34 0.125,259 260 257 258,stand,18.3032 -3.5321 0,,
|
||||
4168.9 -6469.65 0.125,191 259 267 190 268,stand,16.4026 -168.766 0,,
|
||||
4018.98 -6864.44 48.125,214 266,stand,26.7627 -99.5837 0,,
|
||||
4119.02 -6761.02 0.125,265 267 190,stand,10.1898 -173.829 0,,
|
||||
4074.75 -6671.23 0.125,266 191 190 264 268,stand,14.848 156.299 0,,
|
||||
4063.6 -6453.42 0.125001,264 267 262,stand,21.0663 83.7781 0,,
|
||||
4153.84 -6198.14 0.125001,189 262 188,stand,11.7389 -175.735 0,,
|
||||
3870.93 -6773.93 9.58127,214 191 271,stand,10.7062 -90.4431 0,,
|
||||
3672.93 -6911.63 6.82996,219 270,stand,16.4026 -145.182 0,,
|
||||
3256.4 -6800.25 8.125,219,stand,6.21826 -27.42 0,,
|
||||
3722.23 -7325.29 -1.34974,195 215 196,stand,10.3601 -83.8787 0,,
|
||||
3391.13 -7888.88 19.3168,275 196,crouch,2.93335 59.2566 0,,
|
||||
3952.88 -7884.88 24.4552,274 196 195,crouch,1.37878 135.579 0,,
|
||||
4286.93 -7464.41 20.6582,194 277 279,stand,17.0947 107.432 0,,
|
||||
4373.29 -7298.01 26.6765,193 276 278 279,stand,16.2323 142.484 0,,
|
||||
4428.88 -7188.24 32.125,277,crouch,1.03821 -135.674 0,,
|
||||
4413.87 -7564.88 24.0419,276 277,crouch,2.2467 126.773 0,,
|
||||
3104.88 -7970.88 15.2474,197 281,crouch,1.03821 124.702 0,,
|
||||
2847.13 -7970.17 0.0980608,197 280,crouch,0.516357 59.7785 0,,
|
||||
3025.17 -7478.06 8.125,217,stand,4.14185 -133.247 0,,
|
||||
2732.89 -7737.02 4.125,198 197,stand,10.7062 119.175 0,,
|
||||
2576.1 -7728.39 4.125,204 198 285,stand,5.69641 162.857 0,,
|
||||
2481.47 -7721.05 4.125,286 284 204,stand,17.265 -91.1308 0,,
|
||||
2508.88 -7852.88 0.125,285 199,crouch,-1.90063 147.657 0,,
|
||||
1943.13 -7954.88 8.12482,199,crouch,-1.55457 60.6289 0,,
|
||||
2104.88 -7954.88 8.12482,199,crouch,3.62549 101.723 0,,
|
||||
1639.81 -7206.87 144.125,241,crouch,-0.862427 69.1577 0,,
|
||||
1888.86 -6893.26 144.125,15,crouch,1.55457 -178.963 0,,
|
||||
1888.88 -6794.88 144.125,14,crouch,1.37878 140.289 0,,
|
||||
1658.35 -6584.04 150.125,14 13 293,stand,12.9474 -162.901 0,,
|
||||
1455.24 -6570.72 144.125,12 292 298,stand,11.9147 -78.125 0,,
|
||||
1279.92 -6573.54 144.125,295 296,stand,7.08069 91.6028 0,,
|
||||
1261.21 -6718.08 144.125,294 296 297 299,stand,12.7771 5.09644 0,,
|
||||
1346.64 -6639.66 144.125,12 295 294 298,stand,17.7869 7.16736 0,,
|
||||
1366.44 -6790.47 144.125,12 295 300,stand,14.848 6.30493 0,,
|
||||
1419.23 -6623.22 144.125,296 293 12,stand,22.2748 -137.858 0,,
|
||||
1223.13 -6794.88 156.125,295,crouch,4.48792 58.6218 0,,
|
||||
1536.88 -6794.88 144.125,12 297,crouch,1.38428 153.412 0,,
|
||||
951.119 -6727.39 144.125,302 303 8,stand,13.2935 96.2555 0,,
|
||||
921.861 -6577.55 144.212,303 301,stand,10.7062 94.3549 0,,
|
||||
751.945 -6732.18 144.125,304 7 302 301,stand,14.502 144.255 0,,
|
||||
753.736 -6570.63 144.125,305 303,stand,14.6777 139.943 0,,
|
||||
558.688 -6569 144.125,306 304,stand,15.0238 -103.855 0,,
|
||||
560.783 -6669.75 144.125,307 7 305 6,stand,1.03821 151.863 0,,
|
||||
409.777 -6657.3 144.125,308 6 306,stand,23.8293 93.8495 0,,
|
||||
404.493 -6573.88 144.125,307,stand,23.8293 93.8495 0,,
|
||||
136.768 -6853.27 144.125,238,crouch,5.52612 -6.31287 0,,
|
||||
748.688 -6571.94 16.125,2,stand,3.27942 92.9706 0,,
|
||||
917.181 -6570.07 16.125,312,stand,5.52612 92.4487 0,,
|
||||
930.54 -6652.44 12.125,311 2 313,stand,13.4692 90.0317 0,,
|
||||
965.819 -6721.11 8.02618,2 312 21,stand,19.8578 -2.17651 0,,
|
||||
127.125 -6796.33 22.5263,315 1 317,crouch,0.516357 33.0457 0,,
|
||||
127.125 -6617.13 12.7683,314,crouch,-2.76306 -23.5889 0,,
|
||||
632.875 -6639.65 15.2092,317 1,crouch,4.6637 -160.341 0,,
|
||||
632.875 -6798.88 22.7975,316 1 314,crouch,2.76306 161.844 0,,
|
||||
936.486 -6921.83 12.8133,3,prone,-3.4552 172.199 0,,
|
||||
1036.64 -7146.88 8.125,248 249,crouch,1.72485 66.7023 0,,
|
||||
1184.88 -6617.13 8.125,21,crouch,-2.07092 -114.929 0,,
|
||||
1023.13 -6617.13 8.125,21,crouch,-3.10913 -50.8789 0,,
|
||||
1586.14 -6514.88 -12.0983,161 323,stand,2.07092 33.9026 0,,
|
||||
1830.14 -6508.75 -16.9976,322 161 324,stand,15.0238 -38.1018 0,,
|
||||
1969.17 -6512.81 -17.3111,207 323 325,stand,13.4692 0.570068 0,,
|
||||
1927.13 -6578.88 -12.7908,324,crouch,2.59277 44.7791 0,,
|
||||
2119.13 -6651.92 4.125,206 207,crouch,0.692139 23.7128 0,,
|
||||
2533.88 -6481.13 0.125,205,crouch,-3.79578 -129.794 0,,
|
||||
1943.13 -7190.29 8.125,201,crouch,1.38428 -42.9413 0,,
|
||||
1820.12 -7204.93 144.125,17,crouch,2.76306 91.3995 0,,
|
||||
1485.04 -6335.5 24.125,331 162,stand,15.5402 91.5698 0,,
|
||||
1504.44 -6090.17 -32.9014,153 330 333,stand,13.6395 91.2238 0,,
|
||||
1773.71 -6127.05 -23.875,161 160 333 334,stand,18.1329 54.6173 0,,
|
||||
1684.44 -6087.59 24.125,331 332,stand,15.1941 179.279 0,,
|
||||
1826.5 -6132.06 24.125,332 335,stand,15.0238 0.0646973 0,,
|
||||
2031.21 -6178.42 -23.875,334 226 227,stand,13.1232 170.309 0,,
|
||||
534.598 -5514.67 24.125,337 342 339,stand,16.5784 94.7003 0,,
|
||||
459.43 -5525.17 -23.875,38 37 338 336,stand,34.8761 -177.585 0,,
|
||||
381.519 -5526.22 24.125,337 344 343,stand,19.5117 -175.684 0,,
|
||||
705.147 -5556.57 -32.9587,340 140 336 156,stand,10.3601 -5.10498 0,,
|
||||
924.024 -5377.22 -23.875,341 339 342 351,stand,14.3317 -12.7075 0,,
|
||||
987.746 -5542.08 -23.875,340,stand,15.8862 -111.293 0,,
|
||||
600.244 -5363.57 -23.8804,336 340,stand,21.4124 1.28906 0,,
|
||||
155.266 -5687.07 -23.875,338 345,stand,12.9529 -0.622559 0,,
|
||||
177.409 -5357.2 -23.875,338 230,stand,2.93335 -127.531 0,,
|
||||
14.3114 -5637.55 -17.74,343 230 229,stand,17.0947 112.321 0,,
|
||||
-2882.18 -5197.01 41.053,59 347,stand,4.6637 -96.3922 0,,
|
||||
-2879.06 -5498.69 30.0886,346 348,stand,11.0522 -29.2273 0,,
|
||||
-2492.82 -5471.61 46.9029,59 347,stand,9.15161 13.4216 0,,
|
||||
-2885.01 -4766.94 52.125,376 66 65,stand,53.0573 18.2501 0,,
|
||||
1659.83 -5536.01 24.125,164 155,stand,10.7062 179.308 0,,
|
||||
858.87 -5318.69 24.125,136 340,stand,51.2842 25.9882 0,,
|
||||
111.566 -3853.33 6.74133,102 101 403,stand,9.66797 -111.409 0,,
|
||||
-775.125 -3815.13 3.42302,86 357,crouch,-3.97156 -128.844 0,,
|
||||
-715.292 -4198.87 8.125,355,crouch,1.55457 90.4321 0,,
|
||||
-701.47 -4024.62 0.124999,354 86 87 101,stand,22.4451 58.4894 0,,
|
||||
-811.333 -4175.57 8.125,86,stand,9.84375 104.236 0,,
|
||||
-978.969 -3846.8 0.123935,353 360 358,stand,24.3457 5.64514 0,,
|
||||
-1138.79 -4012.05 0.124999,89 85 359 357 86,stand,20.0281 17.5598 0,,
|
||||
-1254.09 -3842.83 0.124999,85 358,stand,3.27942 -174.272 0,,
|
||||
-1503.01 -3869.69 23.8329,357 85,stand,5.87219 -157.87 0,,
|
||||
-2234.68 -4765.47 56.125,362 363,climb,85 -179.288 0,,
|
||||
-2243.13 -4767.01 -22.978,361 364 372 378 379,climb,-84.4836 0.459595 0,,
|
||||
-2127.77 -4760.57 52.125,361 62 61,stand,24.8138 -179.112 0,,
|
||||
-2243.13 -4934.88 -16.7051,362 365 378 377,crouch,2.02269 142.557 0,,
|
||||
-2812.88 -4934.88 -18.9473,364 375 377,crouch,6.16453 45.174 0,,
|
||||
-2774.31 -4103.96 -159.875,369 371 370,stand,14.6295 -6.97266 0,,
|
||||
-2285.95 -4104.02 -159.875,368 371 370,stand,9.9658 -69.6497 0,,
|
||||
-2273.41 -4255.26 -159.875,370 367 371 372 373,stand,19.8096 -147.515 0,,
|
||||
-2751.39 -4248.31 -159.875,366 370 371 374 373,stand,17.2168 84.538 0,,
|
||||
-2487.24 -4261.11 -159.875,369 368 366 371 367 373 374 372,stand,14.6295 80.3961 0,,
|
||||
-2493.68 -4117.7 -159.875,367 366 370 369 368,stand,14.2834 86.4386 0,,
|
||||
-2270.4 -4471.35 -23.875,373 368 370 362 379,stand,16.0083 -174.624 0,,
|
||||
-2476.55 -4479.23 -23.875,374 372 368 369 370 379 380,stand,40.5298 104.918 0,,
|
||||
-2741.73 -4490.36 -23.9001,369 373 370 375 380,stand,27.4066 88.8611 0,,
|
||||
-2812.87 -4764.83 -23.9032,376 365 374 377 380,climb,-84.4836 -178.425 0,,
|
||||
-2815.08 -4767.95 56.125,375 349,climb,85 0.629883 0,,
|
||||
-2615.12 -4751.85 -22.1342,380 365 375 378 381 364,stand,11.7926 -178.771 0,,
|
||||
-2365.65 -4774.93 -23.875,377 364 362 379 381,stand,17.489 58.808 0,,
|
||||
-2355.62 -4583.66 -23.953,378 373 372 362 381,stand,12.8253 -174.283 0,,
|
||||
-2605.75 -4589.89 -22.8174,374 377 373 381 375,stand,12.8253 -174.805 0,,
|
||||
-2488.15 -4591.66 -23.875,380 379 378 377,stand,20.4279 52.0569 0,,
|
||||
-1663.13 -4119.22 52.125,76,crouch,0.0537109 158.24 0< |