From 7d0bae2fd474decbaf463825590df65f4de0187b Mon Sep 17 00:00:00 2001 From: Robert MacGregor Date: Mon, 17 Jul 2017 23:20:27 -0400 Subject: [PATCH] v23115 (05/30/01): - (bug fix) Fixed an authentication hole that allowed arbitrary IP connections to a LAN server. The policy now is: LAN servers will disallow any connections from IP addresses that do not match the Class B network address of the server (or match one of them, in a multihomed server). So if your server's address is 12.13.14.15, clients from 12.13.*.* will be considered, but clients from 12.12.*.* will be immediately rejected. In addition, a LAN server will only allow 4 unique Class C ids at any one time. This should be sufficiently lenient for even the largest LAN parties, but should eliminate the auth hole. - (bug fix) Fixed a server crash on mission change when the last human player leaves the game in mid cycle. - (bug fix) Fixed a bug that could reset your Shape Detail setting to max - (bug fix) Client join message name correction - (bug fix) All known in-game Chat HUD bugs are fixed (partial lines from paging up/down and resize issues, etc.). - (bug fix) Infinite missile lock-on sound bug is fixed. Dead. Finito. No more. Pushing up the daisies. - (bug fix) Stitched up a hole associated with one of the base shapes. Small fry compared to the memory leaks. - (bug fix) Found a particle crash issue and plugged it up good. - (bug fix) Fixed a shield impact internal compile error that was crunching frame rate. - (bug fix) Turns out we tweaked it so inventory stations were counting as turrets for turret placement purposes. D'oh. Fixed. - (bug fix) A rare crash that occurred with the Radeon VE card has been resolved. - (bug fix) Fixed a crash that could occur when a flare grenade was released when inside a force field. - (bug fix) Deployable turrets (spider and spike) and Deployable inv stations now do damage in their explosion when they are destroyed. - (optimization) The following missions were refined in order to optimize framerate: Alcatraz Caldera Flashpoint Gauntlet IceBound Insalubria Overreach Respite Sirocco - (optimization) Adjusted the LOD of the logo projectors found in CnH missions. - (optimization) Changed object shield shapes from the form-fitting forcefields into a less poly-intensive dome effect. Also gave shields a lower memory profile. - (optimization) Changed the way the clouds' planes are clipped. Sky's the limit, right? - (optimization) Missile sound script calls moved from script into code for faster processing. - (memory leak) Fixed a large memory leak. This plus the other leaks mentioned here should finally put the nail in the coffin on the "degrading server performance" issue. - (memory leak) Fixed a memory leak associated with the pretty lightning effects on maps like Casern Cavite.memory leaks: - (memory leak) Fixed a memory leak in our fancy text list control and the gui text list. - (memory leak) Fixed a memory leak involving memory use and resource allocation. - (improvement) Targeting laser prediction should be better now. - (improvement) You can specify a server's IP address manually at the join screen - (improvement) You can now specify "-password " on the command line to join a server that requires a password. - (improvement) Heavy armors are tougher against snipers. You now require four headshots or five body shots to kill a Juggernaut with a laser rifle. - (improvement) Footspeed of all armors increased slightly, as well as a minor boost to jetpack performance. Some improvements made to air resistance for mediums and heavy armors (very subtle). - (improvement) The jetpack effect was reverted back to the old effect (by popular demand). - (improvement) A Chat HUD message has been added that is displayed whenever you try to deploy a mine, but your team's maximum number of mines has already been deployed. Previously, the mine would just blow up and not explain why it detonated. Now, it still blows up, but tells you why it happened. - (improvement) Polished up the health meter on the HUD so when you're still alive, it displays a visible sliver of positive health. - (improvement) Made framerate and gameplay changes to Caldera. The attackers' base has been moved farther from the defenders, and the switch has been put in one of the upper chambers, while the stations are located separately from the generators. The changes should fix a serious defensive advantage. - (improvement) After you buy a vehicle, you now fade into the driver's seat if your armor and pack make you an eligible pilot/driver. - (improvement) Added a "rogue" mine message so that if you are killed by a mine laid by someone who has left the building, the death message is more accurate. - (improvement) Increased speed of belly turret projectiles so that it is more effective in general (especially for air defense). - (improvement) Modified name tags of vehicles when you place your reticle over them. Names are now more consistent and descriptive. - (improvement) Missile and AA turrets now have a longer maximum range (you'll still need to deploy sensors to get this added range, but they can fire farther if you do). They also react more quickly to available targets. - (community) The "compose email", "forum post", and "news submission" windows are now resizable and movable. --- SierraUp.cfg | 2 +- base/console_end.cs | 3 +- base/gui/EmailComposeDlg.gui | 107 +- base/gui/EnterIPDlg.gui | 81 + base/gui/ForumsComposeDlg.gui | 88 +- base/gui/GenDialog.gui | 64 +- base/gui/HUDDlgs.gui | 2 +- base/gui/MoveThreadDlg.gui | 93 + base/gui/NewsGui.gui | 2 +- base/gui/NewsPostDlg.gui | 91 +- base/gui/OptionsDlg.gui | 10 +- base/gui/PlayGui.gui | 18 +- base/gui/guiProfiles.cs | 2 +- base/input.log | 2 +- base/missions/AgentsOfFortune.mis | 4 +- base/missions/Alcatraz.mis | 2516 +++---------- base/missions/Caldera.mis | 456 +-- base/missions/Flashpoint.mis | 141 +- base/missions/Gauntlet.mis | 891 ++--- base/missions/Gehenna.mis | 328 +- base/missions/IceBound.mis | 563 ++- base/missions/Insalubria.mis | 3336 ++--------------- base/missions/MyrkWood.mis | 533 +-- base/missions/Oasis.mis | 167 +- base/missions/Overreach.mis | 877 +++-- base/missions/Respite.mis | 240 +- base/missions/Sanctuary.mis | 353 +- base/missions/Sirocco.mis | 10 +- base/missions/Slapdash.mis | 8 - base/missions/Underhill.mis | 2 +- base/prefs/French Config.cs | 2 - base/prefs/German config.cs | 2 - base/prefs/Italian Config.cs | 2 - base/prefs/Spanish Config.cs | 2 - base/prefs/WASDConfig.cs | 2 - base/scripts/ChatGui.cs | 43 +- base/scripts/GameGui.cs | 129 +- base/scripts/LaunchLanGui.cs | 61 +- base/scripts/OptionsDlg.cs | 19 +- base/scripts/TrainingGui.cs | 1 + base/scripts/admin.cs | 8 + base/scripts/client.cs | 25 +- base/scripts/clientAudio.cs | 12 + base/scripts/clientDefaults.cs | 14 +- base/scripts/clientTasks.cs | 3 + base/scripts/controlDefaults.cs | 3 +- base/scripts/creditsText.cs | 3 +- base/scripts/damageTypes.cs | 40 +- base/scripts/deathMessages.cs | 9 +- base/scripts/defaultGame.cs | 34 +- base/scripts/deployables.cs | 15 +- base/scripts/hud.cs | 18 +- base/scripts/packs/repairpack.cs | 4 - base/scripts/player.cs | 62 +- base/scripts/scoreScreen.cs | 3 + base/scripts/server.cs | 313 +- base/scripts/serverCommanderMap.cs | 10 +- base/scripts/serverDefaults.cs | 3 +- base/scripts/turrets/aaBarrelLarge.cs | 4 +- .../scripts/turrets/indoorDeployableBarrel.cs | 14 +- base/scripts/turrets/missileBarrelLarge.cs | 6 +- .../turrets/outdoorDeployableBarrel.cs | 5 +- base/scripts/vehicles/serverVehicleHud.cs | 17 +- base/scripts/vehicles/vehicle.cs | 27 +- base/scripts/vehicles/vehicle_bomber.cs | 10 +- base/scripts/vehicles/vehicle_havoc.cs | 8 +- base/scripts/vehicles/vehicle_mpb.cs | 4 +- base/scripts/vehicles/vehicle_shrike.cs | 13 +- base/scripts/vehicles/vehicle_tank.cs | 11 +- base/scripts/vehicles/vehicle_wildcat.cs | 6 +- base/scripts/voiceChat.cs | 3 +- base/scripts/weapTurretCode.cs | 12 +- base/scripts/weapons.cs | 2 +- base/scripts/webbrowser.cs | 16 +- base/scripts/webemail.cs | 42 +- base/scripts/webforums.cs | 118 +- base/scripts/weblinks.cs | 12 +- base/scripts/webnews.cs | 158 +- base/version.cs | 2 +- console_start.cs | 656 +++- 80 files changed, 4200 insertions(+), 8778 deletions(-) create mode 100644 base/gui/EnterIPDlg.gui create mode 100644 base/gui/MoveThreadDlg.gui diff --git a/SierraUp.cfg b/SierraUp.cfg index f87ccba..de76627 100644 --- a/SierraUp.cfg +++ b/SierraUp.cfg @@ -1,7 +1,7 @@ ProductName "Tribes2" DisplayName "Tribes 2" PatchFolder .\patch -CurrentVersion 0.22755.0.0 +CurrentVersion 0.23115.0.0 AutoStart MonitorPatch LaunchExe "tribes2.exe" diff --git a/base/console_end.cs b/base/console_end.cs index 73a0365..67ee6c6 100644 --- a/base/console_end.cs +++ b/base/console_end.cs @@ -212,6 +212,7 @@ loadGui("LaunchToolbarDlg"); loadGui("GameGui"); loadGui("ChooseFilterDlg"); loadGui("ServerInfoDlg"); +loadGui("EnterIPDlg"); loadGui("AdvancedHostDlg"); loadGui("NewWarriorDlg"); loadGui("JoinChatDlg"); @@ -250,7 +251,7 @@ loadGui("SinglePlayerEscapeDlg"); loadGui("LobbyGui"); loadGui("DebriefGui"); loadGui("CreditsGui"); - +loadGui("MoveThreadDlg"); loadGui("NewMissionGui"); loadGui("ChatDlg"); loadGui("PlayGui"); diff --git a/base/gui/EmailComposeDlg.gui b/base/gui/EmailComposeDlg.gui index 16f0498..f4798c5 100644 --- a/base/gui/EmailComposeDlg.gui +++ b/base/gui/EmailComposeDlg.gui @@ -1,84 +1,104 @@ //--- OBJECT WRITE BEGIN --- new GuiControl(EMailComposeDlg) { - profile = "DlgBackProfile"; + profile = "GuiModelessDialogProfile"; horizSizing = "right"; vertSizing = "bottom"; position = "0 0"; extent = "640 480"; minExtent = "8 8"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; helpTag = "0"; - key = "76"; - state = "replyMail"; - new ShellPaneCtrl() { - profile = "ShellDlgPaneProfile"; - horizSizing = "center"; - vertSizing = "center"; - position = "70 36"; + new ShellWindowCtrl(EmailComposeWindow) { + profile = "ShellWindowProfile"; + horizSizing = "right"; + vertSizing = "bottom"; + position = "67 37"; extent = "500 408"; - minExtent = "48 92"; + minExtent = "386 230"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; helpTag = "0"; text = "COMPOSE EMAIL"; maxLength = "255"; - noTitleBar = "0"; + frameBase = "gui/window"; + borderWidth = "2"; + resizeWidth = "1"; + resizeHeight = "1"; + canMove = "1"; + canClose = "1"; + closeCommand = "EmailComposeDlg.Cancel();"; new ShellTextEditCtrl(Email_ToEdit) { profile = "NewTextEditProfile"; - horizSizing = "right"; + horizSizing = "width"; vertSizing = "bottom"; - position = "72 22"; - extent = "408 38"; + position = "51 30"; + extent = "443 38"; minExtent = "32 38"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; variable = "$EmailToAddress"; helpTag = "0"; - text = "BigDevDawg,Symlink,Diamondback,Todesritter"; maxLength = "2000"; historySize = "0"; password = "0"; + tabComplete = "0"; + deniedSound = "InputDeniedSound"; glowOffset = "9 9"; }; new ShellTextEditCtrl(EMail_CCEdit) { profile = "NewTextEditProfile"; - horizSizing = "right"; + horizSizing = "width"; vertSizing = "bottom"; - position = "72 48"; - extent = "408 38"; + position = "51 56"; + extent = "443 38"; minExtent = "32 38"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; variable = "$EmailCCAddress"; helpTag = "0"; - text = "brunhilda,jett,DrAwkward,Rated z"; maxLength = "2000"; historySize = "0"; password = "0"; + tabComplete = "0"; + deniedSound = "InputDeniedSound"; glowOffset = "9 9"; }; - new ShellTextEditCtrl(Email_Subject) { + new ShellTextEditCtrl(EMail_Subject) { profile = "NewTextEditProfile"; - horizSizing = "right"; + horizSizing = "width"; vertSizing = "bottom"; - position = "72 74"; - extent = "408 38"; + position = "51 82"; + extent = "443 38"; minExtent = "32 38"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; variable = "$EmailSubject"; helpTag = "0"; maxLength = "48"; historySize = "0"; password = "0"; + tabComplete = "0"; + deniedSound = "InputDeniedSound"; glowOffset = "9 9"; }; new ShellScrollCtrl() { profile = "NewScrollCtrlProfile"; - horizSizing = "right"; + horizSizing = "width"; vertSizing = "height"; - position = "27 109"; - extent = "447 244"; + position = "11 117"; + extent = "478 250"; minExtent = "24 52"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; helpTag = "0"; willFirstRespond = "1"; hScrollBar = "alwaysOff"; @@ -93,23 +113,28 @@ new GuiControl(EMailComposeDlg) { horizSizing = "width"; vertSizing = "height"; position = "7 7"; - extent = "417 230"; + extent = "448 236"; minExtent = "8 8"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; helpTag = "0"; new GuiMLTextEditCtrl(EmailBodyText) { profile = "ShellMessageTextProfile"; - horizSizing = "right"; + horizSizing = "width"; vertSizing = "height"; position = "0 0"; - extent = "417 230"; + extent = "448 236"; minExtent = "8 8"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; helpTag = "0"; lineSpacing = "2"; allowColorChars = "0"; maxChars = "3600"; + deniedSound = "InputDeniedSound"; }; }; }; @@ -117,10 +142,12 @@ new GuiControl(EMailComposeDlg) { profile = "ShellButtonProfile"; horizSizing = "right"; vertSizing = "top"; - position = "81 353"; - extent = "128 38"; + position = "96 368"; + extent = "100 38"; minExtent = "32 38"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; command = "EmailComposeDlg.Cancel();"; accelerator = "escape"; helpTag = "0"; @@ -129,12 +156,14 @@ new GuiControl(EMailComposeDlg) { }; new ShellBitmapButton() { profile = "ShellButtonProfile"; - horizSizing = "right"; + horizSizing = "left"; vertSizing = "top"; - position = "291 353"; - extent = "128 38"; + position = "306 368"; + extent = "100 38"; minExtent = "32 38"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; command = "EMailComposeDlg.SendMail();"; helpTag = "0"; text = "SEND"; @@ -144,10 +173,12 @@ new GuiControl(EMailComposeDlg) { profile = "ShellTextRightProfile"; horizSizing = "right"; vertSizing = "bottom"; - position = "28 84"; + position = "8 91"; extent = "47 22"; minExtent = "8 8"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; helpTag = "0"; text = "Subject:"; maxLength = "255"; @@ -156,10 +187,12 @@ new GuiControl(EMailComposeDlg) { profile = "ShellButtonProfile"; horizSizing = "right"; vertSizing = "bottom"; - position = "38 22"; + position = "13 30"; extent = "50 38"; minExtent = "32 38"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; command = "LaunchAddressDlg();"; helpTag = "0"; text = "TO:"; @@ -169,10 +202,12 @@ new GuiControl(EMailComposeDlg) { profile = "ShellButtonProfile"; horizSizing = "right"; vertSizing = "bottom"; - position = "38 48"; + position = "13 56"; extent = "50 38"; minExtent = "32 38"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; command = "LaunchAddressDlg();"; helpTag = "0"; text = "CC:"; diff --git a/base/gui/EnterIPDlg.gui b/base/gui/EnterIPDlg.gui new file mode 100644 index 0000000..745d1b5 --- /dev/null +++ b/base/gui/EnterIPDlg.gui @@ -0,0 +1,81 @@ +//--- OBJECT WRITE BEGIN --- +new GuiControl(EnterIPDlg) { + profile = "DlgBackProfile"; + horizSizing = "right"; + vertSizing = "bottom"; + position = "0 0"; + extent = "640 480"; + minExtent = "8 8"; + visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; + helpTag = "0"; + + new ShellPaneCtrl() { + profile = "ShellDlgPaneProfile"; + horizSizing = "center"; + vertSizing = "center"; + position = "155 175"; + extent = "330 130"; + minExtent = "48 92"; + visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; + helpTag = "0"; + text = "ENTER IP ADDRESS"; + maxLength = "255"; + noTitleBar = "0"; + + new ShellTextEditCtrl(IPEntry) { + profile = "NewTextEditProfile"; + horizSizing = "center"; + vertSizing = "bottom"; + position = "28 35"; + extent = "273 38"; + minExtent = "32 38"; + visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; + altCommand = "EnterIPDlg.onDone();"; + helpTag = "0"; + maxLength = "24"; + historySize = "0"; + password = "0"; + tabComplete = "0"; + deniedSound = "InputDeniedSound"; + glowOffset = "9 9"; + }; + new ShellBitmapButton() { + profile = "ShellButtonProfile"; + horizSizing = "right"; + vertSizing = "top"; + position = "43 75"; + extent = "100 38"; + minExtent = "32 38"; + visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; + command = "Canvas.popDialog( EnterIPDlg );"; + accelerator = "escape"; + helpTag = "0"; + text = "CANCEL"; + simpleStyle = "0"; + }; + new ShellBitmapButton() { + profile = "ShellButtonProfile"; + horizSizing = "right"; + vertSizing = "top"; + position = "187 75"; + extent = "100 38"; + minExtent = "32 38"; + visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; + command = "EnterIPDlg.onDone();"; + helpTag = "0"; + text = "DONE"; + simpleStyle = "0"; + }; + }; +}; +//--- OBJECT WRITE END --- diff --git a/base/gui/ForumsComposeDlg.gui b/base/gui/ForumsComposeDlg.gui index e5ee5d8..a234069 100644 --- a/base/gui/ForumsComposeDlg.gui +++ b/base/gui/ForumsComposeDlg.gui @@ -1,67 +1,80 @@ //--- OBJECT WRITE BEGIN --- new GuiControl(ForumsComposeDlg) { - profile = "DlgBackProfile"; + profile = "GuiModelessDialogProfile"; horizSizing = "right"; vertSizing = "bottom"; position = "0 0"; extent = "640 480"; minExtent = "8 8"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; helpTag = "0"; - action = "Reply"; - parentPost = "18598"; - forum = "58"; - post = "12846"; - topic = "3822"; - new ShellPaneCtrl() { - profile = "ShellDlgPaneProfile"; - horizSizing = "center"; - vertSizing = "center"; - position = "70 36"; + new ShellWindowCtrl(FC_Window) { + profile = "ShellWindowProfile"; + horizSizing = "right"; + vertSizing = "bottom"; + position = "69 32"; extent = "500 408"; - minExtent = "48 92"; + minExtent = "412 176"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; helpTag = "0"; text = "FORUMS POST"; maxLength = "255"; - noTitleBar = "0"; + frameBase = "gui/window"; + borderWidth = "2"; + resizeWidth = "1"; + resizeHeight = "1"; + canMove = "1"; + canClose = "1"; + closeCommand = "Canvas.popDialog(ForumsComposeDlg);"; new GuiTextCtrl() { profile = "ShellTextRightProfile"; horizSizing = "right"; vertSizing = "bottom"; - position = "22 37"; + position = "8 37"; extent = "47 22"; minExtent = "8 8"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; helpTag = "0"; text = "Subject:"; maxLength = "255"; }; new ShellTextEditCtrl(FP_SubjectEdit) { profile = "NewTextEditProfile"; - horizSizing = "right"; + horizSizing = "width"; vertSizing = "bottom"; - position = "65 29"; - extent = "360 38"; + position = "51 29"; + extent = "443 38"; minExtent = "32 38"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; variable = "$ForumsSubject"; helpTag = "0"; maxLength = "255"; historySize = "0"; password = "0"; + tabComplete = "0"; + deniedSound = "InputDeniedSound"; glowOffset = "9 9"; }; new ShellScrollCtrl() { profile = "NewScrollCtrlProfile"; horizSizing = "width"; vertSizing = "height"; - position = "27 63"; - extent = "448 298"; + position = "11 63"; + extent = "478 304"; minExtent = "24 52"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; helpTag = "0"; willFirstRespond = "1"; hScrollBar = "alwaysOff"; @@ -73,37 +86,44 @@ new GuiControl(ForumsComposeDlg) { new GuiScrollContentCtrl() { profile = "GuiDefaultProfile"; - horizSizing = "right"; - vertSizing = "bottom"; + horizSizing = "width"; + vertSizing = "height"; position = "7 7"; - extent = "418 284"; + extent = "448 290"; minExtent = "8 8"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; helpTag = "0"; new GuiMLTextEditCtrl(ForumsBodyText) { profile = "ShellMessageTextProfile"; horizSizing = "width"; vertSizing = "height"; - position = "0 -130"; - extent = "418 414"; + position = "0 0"; + extent = "448 290"; minExtent = "8 8"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; helpTag = "0"; lineSpacing = "2"; allowColorChars = "1"; maxChars = "3600"; + deniedSound = "InputDeniedSound"; }; }; }; new ShellBitmapButton() { profile = "ShellButtonProfile"; - horizSizing = "right"; + horizSizing = "left"; vertSizing = "top"; - position = "239 358"; - extent = "128 38"; + position = "274 368"; + extent = "100 38"; minExtent = "32 38"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; command = "Canvas.popDialog(ForumsComposeDlg);"; helpTag = "0"; text = "CANCEL"; @@ -111,12 +131,14 @@ new GuiControl(ForumsComposeDlg) { }; new ShellBitmapButton() { profile = "ShellButtonProfile"; - horizSizing = "right"; + horizSizing = "left"; vertSizing = "top"; - position = "351 358"; - extent = "128 38"; + position = "366 368"; + extent = "100 38"; minExtent = "32 38"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; command = "ForumsPost();"; helpTag = "0"; text = "POST"; @@ -125,11 +147,13 @@ new GuiControl(ForumsComposeDlg) { new ShellBitmapButton(QuoteBtn) { profile = "ShellButtonProfile"; horizSizing = "right"; - vertSizing = "bottom"; - position = "22 357"; + vertSizing = "top"; + position = "21 368"; extent = "172 38"; minExtent = "32 38"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; command = "GetQuotedText();"; helpTag = "0"; text = "INCLUDE TOPIC POST TEXT"; diff --git a/base/gui/GenDialog.gui b/base/gui/GenDialog.gui index 546910c..0743731 100644 --- a/base/gui/GenDialog.gui +++ b/base/gui/GenDialog.gui @@ -7,27 +7,35 @@ new GuiControl(GenDialog) { extent = "640 480"; minExtent = "8 8"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; helpTag = "0"; new ShellDlgFrame() { profile = "ShellDlgProfile"; horizSizing = "center"; vertSizing = "center"; - position = "185 93"; - extent = "317 271"; + position = "161 168"; + extent = "317 143"; minExtent = "8 8"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; helpTag = "0"; - text = "EDITOR"; + text = "LOCK TOPIC"; + maxLength = "255"; new ShellBitmapButton() { profile = "ShellButtonProfile"; horizSizing = "right"; vertSizing = "bottom"; - position = "169 229"; + position = "169 99"; extent = "79 38"; minExtent = "32 38"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; + command = "Canvas.PopDIalog(\"GenDialog\");"; helpTag = "0"; text = "CANCEL"; simpleStyle = "0"; @@ -36,11 +44,13 @@ new GuiControl(GenDialog) { profile = "ShellButtonProfile"; horizSizing = "right"; vertSizing = "bottom"; - position = "233 229"; + position = "233 99"; extent = "79 38"; minExtent = "32 38"; visible = "1"; - command = "Canvas.PopDIalog(\"GenDialog\");"; + hideCursor = "0"; + bypassHideCursor = "0"; + command = "TopicsPopupMenu.ExecuteLock();"; helpTag = "0"; text = "OK"; simpleStyle = "0"; @@ -50,15 +60,18 @@ new GuiControl(GenDialog) { horizSizing = "right"; vertSizing = "bottom"; position = "9 53"; - extent = "298 180"; + extent = "298 52"; minExtent = "24 52"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; helpTag = "0"; willFirstRespond = "1"; hScrollBar = "alwaysOff"; vScrollBar = "alwaysOn"; constantThumbHeight = "0"; defaultLineHeight = "15"; + childMargin = "0 0"; fieldBase = "gui/shll_field"; new GuiScrollContentCtrl() { @@ -66,32 +79,26 @@ new GuiControl(GenDialog) { horizSizing = "right"; vertSizing = "bottom"; position = "4 4"; - extent = "274 172"; + extent = "274 44"; minExtent = "8 8"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; helpTag = "0"; - new ShellFancyTextList() { - profile = "GuiDefaultProfile"; - horizSizing = "right"; - vertSizing = "bottom"; + new GuiMLTextEditCtrl(LockTopicReason) { + profile = "ShellMessageTextProfile"; + horizSizing = "width"; + vertSizing = "height"; position = "0 0"; - extent = "289 26"; - minExtent = "8 20"; + extent = "274 44"; + minExtent = "8 8"; visible = "1"; helpTag = "0"; - startScrollRegion = "0 0"; - headerBitmap = "gui/server_tabs"; - sortArrowBitmap = "gui/shll_sortarrow"; - barBase = "gui/shll_bar"; - glowOffset = "4"; - rowHeight = "17"; - headerFontColor = "8 19 6 255"; - headerFontColorHL = "25 68 56 255"; - separatorColor = "192 192 192 255"; - drawSeparators = "0"; - headerSort = "1"; - allowReposition = "0"; + lineSpacing = "2"; + allowColorChars = "1"; + maxChars = "80"; + deniedSound = "InputDeniedSound"; }; }; }; @@ -103,8 +110,11 @@ new GuiControl(GenDialog) { extent = "286 17"; minExtent = "8 8"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; helpTag = "0"; - text = "TRIBE"; + text = "REASON"; + maxLength = "255"; }; }; }; diff --git a/base/gui/HUDDlgs.gui b/base/gui/HUDDlgs.gui index b8af1d8..70b6f0f 100644 --- a/base/gui/HUDDlgs.gui +++ b/base/gui/HUDDlgs.gui @@ -309,7 +309,7 @@ new GuiControl(MessageHud) horizSizing = "right"; vertSizing = "bottom"; position = "120 375"; - extent = "400 24"; + extent = "356 24"; minExtent = "8 8"; visible = "1"; diff --git a/base/gui/MoveThreadDlg.gui b/base/gui/MoveThreadDlg.gui new file mode 100644 index 0000000..d2782ee --- /dev/null +++ b/base/gui/MoveThreadDlg.gui @@ -0,0 +1,93 @@ +//--- OBJECT WRITE BEGIN --- +new GuiControl(MoveThreadDlg) { + profile = "DlgBackProfile"; + horizSizing = "right"; + vertSizing = "bottom"; + position = "0 0"; + extent = "640 480"; + minExtent = "8 8"; + visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; + helpTag = "0"; + + new ShellPaneCtrl(MoveThreadDlgPane) { + profile = "ShellPaneProfile"; + horizSizing = "right"; + vertSizing = "bottom"; + position = "168 155"; + extent = "277 125"; + minExtent = "48 92"; + visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; + helpTag = "0"; + text = "MOVE THREAD"; + maxLength = "255"; + noTitleBar = "0"; + + new ShellPopupMenu(MoveToForumList) { + profile = "ShellPopupProfile"; + horizSizing = "right"; + vertSizing = "bottom"; + position = "17 43"; + extent = "247 36"; + minExtent = "49 36"; + visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; + helpTag = "0"; + maxLength = "255"; + maxPopupHeight = "200"; + buttonBitmap = "gui/shll_pulldown"; + rolloverBarBitmap = "gui/shll_pulldownbar_rol"; + selectedBarBitmap = "gui/shll_pulldownbar_act"; + noButtonStyle = "0"; + }; + new GuiTextCtrl() { + profile = "GuiDefaultProfile"; + horizSizing = "right"; + vertSizing = "bottom"; + position = "27 35"; + extent = "225 16"; + minExtent = "8 8"; + visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; + helpTag = "0"; + text = "Select New Forum:"; + maxLength = "255"; + }; + new ShellBitmapButton(mtdOKbtn) { + profile = "ShellButtonProfile"; + horizSizing = "right"; + vertSizing = "bottom"; + position = "201 72"; + extent = "65 38"; + minExtent = "32 38"; + visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; + command = "TopicsPopupMenu.ExecuteMove();"; + helpTag = "0"; + text = "OK"; + simpleStyle = "0"; + }; + new ShellBitmapButton(mtdCancelbtn) { + profile = "ShellButtonProfile"; + horizSizing = "right"; + vertSizing = "bottom"; + position = "142 72"; + extent = "75 38"; + minExtent = "32 38"; + visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; + command = "Canvas.PopDIalog(\"MoveThreadDlg\");"; + helpTag = "0"; + text = "CANCEL"; + simpleStyle = "0"; + }; + }; +}; +//--- OBJECT WRITE END --- diff --git a/base/gui/NewsGui.gui b/base/gui/NewsGui.gui index 3379e85..286bf12 100644 --- a/base/gui/NewsGui.gui +++ b/base/gui/NewsGui.gui @@ -28,7 +28,7 @@ new GuiChunkedBitmapCtrl(NewsGui) { maxLength = "255"; noTitleBar = "0"; - new ShellBitmapButton() { + new ShellBitmapButton(NewsSubmitBtn) { profile = "ShellButtonProfile"; horizSizing = "right"; vertSizing = "top"; diff --git a/base/gui/NewsPostDlg.gui b/base/gui/NewsPostDlg.gui index c8c4714..7332035 100644 --- a/base/gui/NewsPostDlg.gui +++ b/base/gui/NewsPostDlg.gui @@ -1,35 +1,47 @@ //--- OBJECT WRITE BEGIN --- new GuiControl(NewsPostDlg) { - profile = "DlgBackProfile"; + profile = "GuiModelessDialogProfile"; horizSizing = "right"; vertSizing = "bottom"; position = "0 0"; extent = "640 480"; minExtent = "8 8"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; helpTag = "0"; - new ShellPaneCtrl() { - profile = "ShellDlgPaneProfile"; - horizSizing = "center"; - vertSizing = "center"; - position = "90 36"; - extent = "460 408"; - minExtent = "48 92"; + new ShellWindowCtrl(NP_Window) { + profile = "ShellWindowProfile"; + horizSizing = "right"; + vertSizing = "bottom"; + position = "85 39"; + extent = "470 373"; + minExtent = "388 209"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; helpTag = "0"; - text = "POST NEWS"; + text = "SUBMIT NEWS"; maxLength = "255"; - noTitleBar = "0"; + frameBase = "gui/window"; + borderWidth = "2"; + resizeWidth = "1"; + resizeHeight = "1"; + canMove = "1"; + canClose = "1"; + closeCommand = "Canvas.popDialog( NewsPostDlg );"; new GuiTextCtrl() { profile = "ShellTextRightProfile"; horizSizing = "right"; vertSizing = "bottom"; - position = "24 40"; + position = "3 40"; extent = "60 22"; minExtent = "8 8"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; helpTag = "0"; text = "Category:"; maxLength = "255"; @@ -38,10 +50,12 @@ new GuiControl(NewsPostDlg) { profile = "ShellPopupProfile"; horizSizing = "right"; vertSizing = "bottom"; - position = "81 31"; + position = "60 31"; extent = "175 36"; minExtent = "49 36"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; helpTag = "0"; maxLength = "255"; maxPopupHeight = "200"; @@ -54,37 +68,45 @@ new GuiControl(NewsPostDlg) { profile = "ShellTextRightProfile"; horizSizing = "right"; vertSizing = "bottom"; - position = "24 70"; + position = "3 70"; extent = "60 22"; minExtent = "8 8"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; helpTag = "0"; text = "Title:"; maxLength = "255"; }; new ShellTextEditCtrl() { profile = "NewTextEditProfile"; - horizSizing = "right"; + horizSizing = "width"; vertSizing = "bottom"; - position = "80 62"; - extent = "359 38"; + position = "59 62"; + extent = "405 38"; minExtent = "32 38"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; variable = "$NewsTitle"; helpTag = "0"; maxLength = "48"; historySize = "0"; password = "0"; + tabComplete = "0"; + deniedSound = "InputDeniedSound"; glowOffset = "9 9"; }; new ShellScrollCtrl() { profile = "NewScrollCtrlProfile"; horizSizing = "width"; vertSizing = "height"; - position = "27 97"; - extent = "407 254"; + position = "11 97"; + extent = "448 236"; minExtent = "24 52"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; helpTag = "0"; willFirstRespond = "1"; hScrollBar = "alwaysOff"; @@ -96,26 +118,31 @@ new GuiControl(NewsPostDlg) { new GuiScrollContentCtrl() { profile = "GuiDefaultProfile"; - horizSizing = "right"; - vertSizing = "bottom"; + horizSizing = "width"; + vertSizing = "height"; position = "7 7"; - extent = "377 240"; + extent = "418 222"; minExtent = "8 8"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; helpTag = "0"; new GuiMLTextEditCtrl(NewsPostBodyText) { profile = "ShellMessageTextProfile"; - horizSizing = "right"; - vertSizing = "bottom"; + horizSizing = "width"; + vertSizing = "height"; position = "0 0"; - extent = "377 240"; + extent = "418 222"; minExtent = "8 8"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; helpTag = "0"; lineSpacing = "2"; allowColorChars = "0"; maxChars = "3600"; + deniedSound = "InputDeniedSound"; }; }; }; @@ -123,10 +150,12 @@ new GuiControl(NewsPostDlg) { profile = "ShellButtonProfile"; horizSizing = "right"; vertSizing = "top"; - position = "68 354"; - extent = "128 38"; + position = "93 333"; + extent = "100 38"; minExtent = "32 38"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; command = "Canvas.popDialog(NewsPostDlg);"; accelerator = "escape"; helpTag = "0"; @@ -135,15 +164,17 @@ new GuiControl(NewsPostDlg) { }; new ShellBitmapButton() { profile = "ShellButtonProfile"; - horizSizing = "right"; + horizSizing = "left"; vertSizing = "top"; - position = "264 354"; - extent = "128 38"; + position = "277 333"; + extent = "100 38"; minExtent = "32 38"; visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; command = "PostNewsProcess();"; helpTag = "0"; - text = "POST"; + text = "SUBMIT"; simpleStyle = "0"; }; }; diff --git a/base/gui/OptionsDlg.gui b/base/gui/OptionsDlg.gui index 4936f80..de68bba 100644 --- a/base/gui/OptionsDlg.gui +++ b/base/gui/OptionsDlg.gui @@ -2154,7 +2154,7 @@ new GuiControl(OptionsDlg) { value = "32"; usePlusMinus = "1"; }; - new GuiTextCtrl() { + new GuiTextCtrl(OP_MasterServerTxt) { profile = "ShellTextRightProfile"; horizSizing = "right"; vertSizing = "bottom"; @@ -2220,7 +2220,7 @@ new GuiControl(OptionsDlg) { selectedBarBitmap = "gui/shll_pulldownbar_act"; noButtonStyle = "0"; }; - new ShellToggleButton() { + new ShellToggleButton(OP_CheckEmailTgl) { profile = "ShellRadioProfile"; horizSizing = "right"; vertSizing = "bottom"; @@ -2235,7 +2235,7 @@ new GuiControl(OptionsDlg) { text = "CHECK EMAIL WHILE PLAYING"; maxLength = "255"; }; - new ShellToggleButton() { + new ShellToggleButton(OP_ChatDisconnectTgl) { profile = "ShellRadioProfile"; horizSizing = "right"; vertSizing = "bottom"; @@ -2294,7 +2294,7 @@ new GuiControl(OptionsDlg) { value = "500"; usePlusMinus = "1"; }; - new ShellBitmapButton() { + new ShellBitmapButton(OP_EditChatMenuBtn) { profile = "ShellButtonProfile"; horizSizing = "right"; vertSizing = "bottom"; @@ -2400,7 +2400,7 @@ new GuiControl(OptionsDlg) { text = "SHOW PERSONAL SKINS"; maxLength = "255"; }; - new GuiTextCtrl() { + new GuiTextCtrl(OP_LaunchScreenTxt) { profile = "ShellTextRightProfile"; horizSizing = "right"; vertSizing = "bottom"; diff --git a/base/gui/PlayGui.gui b/base/gui/PlayGui.gui index ba86ee6..2b4d04e 100644 --- a/base/gui/PlayGui.gui +++ b/base/gui/PlayGui.gui @@ -127,8 +127,8 @@ new GameTSCtrl(PlayGui) { horizSizing = "left"; vertSizing = "bottom"; position = "8 23"; - extent = "92 5"; - minExtent = "92 5"; + extent = "93 5"; + minExtent = "93 5"; visible = "1"; setFirstResponder = "0"; modal = "1"; @@ -136,7 +136,7 @@ new GameTSCtrl(PlayGui) { fillColor = "0.353000 0.373000 0.933000 0.800000"; frameColor = "0.000000 1.000000 0.000000 1.000000"; opacity = "0.8"; - subRegion = "0 0 92 10"; + subRegion = "0 0 93 10"; pulseRate = "500"; pulseThreshold = "0.3"; }; @@ -147,8 +147,8 @@ new GameTSCtrl(PlayGui) { horizSizing = "left"; vertSizing = "bottom"; position = "8 5"; - extent = "92 8"; - minExtent = "92 8"; + extent = "93 8"; + minExtent = "93 8"; visible = "1"; setFirstResponder = "0"; modal = "1"; @@ -156,7 +156,7 @@ new GameTSCtrl(PlayGui) { fillColor = "0.000 1.000 0.000 0.800000"; frameColor = "0.000000 1.000000 0.000000 0.000000"; opacity = "0.8"; - subRegion = "0 0 92 10"; + subRegion = "0 0 93 10"; pulseRate = "500"; pulseThreshold = "0.3"; }; @@ -167,8 +167,8 @@ new GameTSCtrl(PlayGui) { horizSizing = "left"; vertSizing = "bottom"; position = "8 30"; - extent = "92 3"; - minExtent = "92 3"; + extent = "93 3"; + minExtent = "93 3"; visible = "1"; setFirstResponder = "0"; modal = "1"; @@ -410,6 +410,8 @@ new GameTSCtrl(PlayGui) { missileMarker2 = "gui/RET_missile_marker_red"; missileFlash1 = "gui/RET_missile_horizflash_red"; missileFlash2 = "gui/RET_missile_vertflash_red"; + + LOSMarkerUpdate = 250; // amount of time in ms that markers get LOS updates. Turn this down to get more updates or up to get less. }; new GuiControl(dashboardHud) { diff --git a/base/gui/guiProfiles.cs b/base/gui/guiProfiles.cs index ee61f7b..cc701b4 100644 --- a/base/gui/guiProfiles.cs +++ b/base/gui/guiProfiles.cs @@ -222,7 +222,7 @@ new GuiControlProfile ("LaunchTabProfile") fontSize = $ShellButtonFontSize; fontColor = "60 140 140"; fontColorHL = "6 245 215"; - fontColorNA = "5 5 5"; + fontColorNA = "64 64 64"; fontColorSEL = "6 245 215"; fixedExtent = true; bitmapBase = "gui/lnch_tab"; diff --git a/base/input.log b/base/input.log index b82747a..82e6fd1 100644 --- a/base/input.log +++ b/base/input.log @@ -1,4 +1,4 @@ -Input log opened at Fri May 11 15:28:52 2001 +Input log opened at Fri Jun 8 23:22:20 2001 Operating System: WinNT version 5.0 diff --git a/base/missions/AgentsOfFortune.mis b/base/missions/AgentsOfFortune.mis index 0a2e817..b058874 100644 --- a/base/missions/AgentsOfFortune.mis +++ b/base/missions/AgentsOfFortune.mis @@ -39,13 +39,13 @@ new SimGroup(MissionGroup) { cloudSpeed1 = "0.0001"; cloudSpeed2 = "0.0002"; cloudSpeed3 = "0.0003"; - visibleDistance = "600"; + visibleDistance = "500"; useSkyTextures = "1"; renderBottomTexture = "0"; SkySolidColor = "0.390000 0.390000 0.390000 0.000000"; fogDistance = "200"; fogColor = "0.500000 0.500000 0.500000 1.000000"; - fogVolume1 = "0 0 0"; + fogVolume1 = "600 0 190"; fogVolume2 = "0 0 0"; fogVolume3 = "0 0 0"; materialList = "Badlands_l4.dml"; diff --git a/base/missions/Alcatraz.mis b/base/missions/Alcatraz.mis index ca7ebf0..e8da3f1 100644 --- a/base/missions/Alcatraz.mis +++ b/base/missions/Alcatraz.mis @@ -14,9 +14,9 @@ //--- OBJECT WRITE BEGIN --- new SimGroup(MissionGroup) { + powerCount = "0"; cdTrack = "6"; musicTrack = "desert"; - powerCount = "0"; new MissionArea(MissionArea) { area = "-568 -672 1120 1120"; @@ -34,14 +34,14 @@ new SimGroup(MissionGroup) { cloudSpeed1 = "0.0001"; cloudSpeed2 = "0.0002"; cloudSpeed3 = "0.0003"; - visibleDistance = "450"; + visibleDistance = "400"; useSkyTextures = "1"; renderBottomTexture = "0"; SkySolidColor = "0.365000 0.390000 0.420000 0.000000"; - fogDistance = "200"; + fogDistance = "130"; fogColor = "0.450000 0.500000 0.500000 1.000000"; - fogVolume1 = "50 0 245"; - fogVolume2 = "75 245 258"; + fogVolume1 = "40 0 258"; + fogVolume2 = "0 0 0"; fogVolume3 = "0 0 0"; materialList = "sky_lush_blue.dml"; windVelocity = "0 0 0"; @@ -49,17 +49,17 @@ new SimGroup(MissionGroup) { fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000"; fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000000"; fogVolumeColor3 = "128.000000 128.000000 128.000000 0.000000"; - locked = "true"; cloudSpeed0 = "0.000150 0.000050"; + locked = "true"; }; new Sun() { direction = "0.57735 0.57735 -0.57735"; color = "0.800000 0.800000 0.800000 1.000000"; ambient = "0.450000 0.450000 0.450000 1.000000"; + rotation = "1 0 0 0"; scale = "1 1 1"; locked = "true"; position = "0 0 0"; - rotation = "1 0 0 0"; }; new TerrainBlock(Terrain) { rotation = "1 0 0 0"; @@ -75,13 +75,13 @@ new SimGroup(MissionGroup) { conjoinAngleDev = "65"; cullDensity = "0.1"; customArea = "0 0 0 0"; - scale = "1 1 1"; + conjoinBowlDev = "20"; + rotation = "0 0 0 0"; coverage = "0"; + scale = "1 1 1"; GraphFile = "Alcatraz.nav"; locked = "true"; position = "0 0 0 1"; - conjoinBowlDev = "20"; - rotation = "0 0 0 0"; }; new WaterBlock() { position = "-1016 -1024 7.51567"; @@ -199,135 +199,12 @@ new SimGroup(MissionGroup) { homingCount = "0"; disableMove = "0"; resetPos = "1"; - locked = "true"; - respawn = "1"; - Marker = "4046"; mountable = "1"; selfPower = "1"; respawnTime = "10000"; - }; - new WheeledVehicle() { - position = "326.459 -574.189 261.78"; - rotation = "0.0337559 0.0559473 -0.997863 14.8542"; - scale = "1 1 1"; - dataBlock = "mobileBaseVehicle"; - lockCount = "0"; - homingCount = "0"; - disableMove = "1"; - resetPos = "1"; - fullyDeployed = "1"; - spawnPos2 = "336.459 -574.189 259.728"; - shield = "5551"; - spawnPos6 = "336.459 -564.189 259.229"; - isDeployed = "1"; - immobilized = "1"; - spawnPos10 = "331.459 -559.189 258.74"; - Turret = "5550"; - spawnPos3 = "316.459 -569.189 259.59"; - spawnPosCount = "11"; - locked = "true"; - spawnPos7 = "316.459 -559.189 261.431"; - Marker = "4045"; - deployed = "1"; - spawnPos11 = "336.459 -559.189 259.021"; - mountable = "0"; - spawnPos0 = "316.459 -579.189 261.03"; - station = "5548"; - spawnPos4 = "336.459 -569.189 259.493"; - selfPower = "1"; - spawnPos8 = "321.459 -559.189 258.231"; - noEnemyControl = "1"; - spawnPos1 = "316.459 -574.189 259.813"; - spawnPos5 = "316.459 -564.189 258.979"; - spawnPos9 = "326.459 -559.189 258.465"; - }; - new WheeledVehicle() { - position = "349.371 -568.109 261.609"; - rotation = "-0.0238971 -0.0161185 -0.999584 49.6404"; - scale = "1 1 1"; - dataBlock = "mobileBaseVehicle"; - lockCount = "0"; - homingCount = "0"; - disableMove = "1"; - spawnPos13 = "359.371 -558.109 260.568"; - resetPos = "1"; - spawnPos17 = "364.371 -553.109 266.312"; - fullyDeployed = "1"; - spawnPos2 = "359.371 -583.109 260.798"; - shield = "5546"; - spawnPos6 = "364.371 -573.109 259.188"; - isDeployed = "1"; - immobilized = "1"; - spawnPos10 = "364.371 -563.109 260.109"; - spawnPos14 = "364.371 -558.109 261.336"; - Turret = "5545"; - spawnPos3 = "364.371 -583.109 260.812"; - spawnPosCount = "17"; - locked = "true"; - spawnPos7 = "364.371 -568.109 259.188"; - Marker = "4044"; - deployed = "1"; - spawnPos11 = "329.371 -558.109 258.626"; - mountable = "0"; - spawnPos15 = "354.371 -553.109 260.855"; - spawnPos0 = "359.371 -588.109 259.932"; - station = "5543"; - spawnPos4 = "359.371 -578.109 259.665"; - selfPower = "1"; - spawnPos8 = "329.371 -563.109 258.964"; - noEnemyControl = "1"; - spawnPos12 = "334.371 -558.109 258.914"; - spawnPos16 = "359.371 -553.109 263.556"; - spawnPos1 = "364.371 -588.109 259.813"; - spawnPos5 = "364.371 -578.109 259.665"; - spawnPos9 = "334.371 -563.109 259.17"; - }; - new TSStatic() { - position = "344.827 -579.839 261.293"; - rotation = "0 0 1 53.858"; - scale = "1 1 1"; - shapeName = "stackable2l.dts"; - locked = "true"; - }; - new ParticleEmissionDummy() { - position = "404.845 -630.947 260.67"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - dataBlock = "defaultEmissionDummy"; - lockCount = "0"; - homingCount = "0"; - emitter = "SmallHeavyDamageSmoke"; - velocity = "1"; - locked = "true"; - }; - new Item() { - position = "344.816 -579.786 263.365"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - dataBlock = "RepairPack"; - lockCount = "0"; - homingCount = "0"; - collideable = "0"; - static = "1"; - rotate = "0"; - locked = "true"; - }; - new StaticShape() { - position = "383.201 -584.245 262.513"; - rotation = "0 0 -1 114.683"; - scale = "1 1 1"; - nameTag = "Staging Area"; - dataBlock = "SolarPanel"; - lockCount = "0"; - homingCount = "0"; - locked = "true"; - }; - new TSStatic() { - position = "343.927 -585.625 259.412"; - rotation = "1 0 0 0"; - scale = "1.46976 1.81219 1"; - shapeName = "bmiscf.dts"; + respawn = "1"; locked = "true"; + Marker = "3824"; }; new StaticShape() { position = "343.922 -585.564 259.897"; @@ -339,13 +216,40 @@ new SimGroup(MissionGroup) { homingCount = "0"; locked = "true"; }; - new InteriorInstance() { - position = "383.436 -584.135 254.463"; - rotation = "1 0 0 0"; + new StaticShape() { + position = "333.771 -591.645 259.716"; + rotation = "-0 0 -1 34.3775"; scale = "1 1 1"; - interiorFile = "bmisc4.dif"; - showTerrainInside = "0"; - locked = "true"; + nameTag = "Staging Area"; + dataBlock = "StationInventory"; + lockCount = "0"; + homingCount = "0"; + locked = "false"; + }; + new TSStatic() { + position = "333.809 -591.692 259.231"; + rotation = "-0 0 -1 34.3775"; + scale = "1.46976 1.81219 1"; + shapeName = "bmiscf.dts"; + locked = "false"; + }; + new WheeledVehicle() { + position = "349.418 -568.114 261.608"; + rotation = "-0.0238584 -0.0159644 -0.999588 49.6378"; + scale = "1 1 1"; + dataBlock = "mobileBaseVehicle"; + lockCount = "0"; + homingCount = "0"; + disableMove = "1"; + mountable = "0"; + resetPos = "1"; + locked = "true"; + selfPower = "1"; + deployed = "1"; + immobilized = "1"; + selfPower = "1"; + respawnTime = "10000"; + respawn = "1"; }; new TSStatic() { position = "404.232 -632.478 256.071"; @@ -354,25 +258,41 @@ new SimGroup(MissionGroup) { shapeName = "vehicle_land_assault_wreck.dts"; locked = "true"; }; - new TSStatic() { - position = "338.722 -580.918 259.503"; - rotation = "0 0 -1 22.9183"; + new InteriorInstance() { + position = "383.436 -584.135 254.463"; + rotation = "1 0 0 0"; scale = "1 1 1"; - shapeName = "stackable3l.dts"; + interiorFile = "bmisc4.dif"; + showTerrainInside = "0"; locked = "true"; }; - new TSStatic() { - position = "344.488 -580.842 259.293"; - rotation = "0 0 1 5.72956"; + new Item() { + position = "383.216 -581.786 263.365"; + rotation = "1 0 0 0"; scale = "1 1 1"; - shapeName = "stackable2l.dts"; - locked = "true"; + dataBlock = "RepairPack"; + lockCount = "0"; + homingCount = "0"; + collideable = "0"; + static = "1"; + rotate = "0"; + locked = "false"; + }; + new StaticShape() { + position = "383.302 -585.342 262.513"; + rotation = "0 0 -1 114.683"; + scale = "1 1 1"; + nameTag = "Staging Area"; + dataBlock = "SolarPanel"; + lockCount = "0"; + homingCount = "0"; + locked = "false"; }; new TSStatic() { - position = "345.111 -578.479 259.293"; - rotation = "0 0 -1 11.4591"; - scale = "1 1 1"; - shapeName = "stackable2l.dts"; + position = "343.927 -585.625 259.412"; + rotation = "1 0 0 0"; + scale = "1.46976 1.81219 1"; + shapeName = "bmiscf.dts"; locked = "true"; }; }; @@ -442,9 +362,8 @@ new SimGroup(MissionGroup) { dataBlock = "FlipFlop"; lockCount = "0"; homingCount = "0"; - WayPoint = "4040"; - locked = "true"; needsObjectiveWaypoint = "1"; + locked = "true"; }; new InteriorInstance(base) { position = "40 -104 277.557"; @@ -470,9 +389,8 @@ new SimGroup(MissionGroup) { dataBlock = "GeneratorLarge"; lockCount = "0"; homingCount = "0"; - WayPoint = "4041"; - locked = "true"; needsObjectiveWaypoint = "1"; + locked = "true"; }; new StaticShape(Gen2) { position = "54.715 -110.291 269.551"; @@ -482,9 +400,8 @@ new SimGroup(MissionGroup) { dataBlock = "GeneratorLarge"; lockCount = "0"; homingCount = "0"; - WayPoint = "4042"; - locked = "true"; needsObjectiveWaypoint = "1"; + locked = "true"; }; new ForceFieldBare(NoPassGateway) { position = "12.963 -108.133 277.45"; @@ -691,7 +608,6 @@ new SimGroup(MissionGroup) { dataBlock = "GeneratorLarge"; lockCount = "0"; homingCount = "0"; - WayPoint = "4043"; needsObjectiveWaypoint = "1"; }; }; @@ -699,7 +615,7 @@ new SimGroup(MissionGroup) { new StaticShape(Solar) { position = "-254.248 -147.975 296.15"; - rotation = "0 0 1 240"; + rotation = "0 0 -1 120"; scale = "1 1 1"; nameTag = "Turret Power"; dataBlock = "SolarPanel"; @@ -748,8 +664,8 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; initialBarrel = "PlasmaBarrelLarge"; - locked = "true"; originalBarrel = "PlasmaBarrelLarge"; + locked = "true"; }; new Turret(EastBase) { position = "58.9339 -44.1643 345.785"; @@ -760,8 +676,8 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; initialBarrel = "PlasmaBarrelLarge"; - locked = "true"; originalBarrel = "PlasmaBarrelLarge"; + locked = "true"; }; }; }; @@ -875,449 +791,7 @@ new SimGroup(MissionGroup) { }; new SimGroup(RandomOrganics) { - new SimGroup(Addition1belgtree16) { - - new TSStatic() { - position = "-716 -196 261.766"; - rotation = "0 0 1 212"; - scale = "2.1 2.1 2.1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-788 -148 264.813"; - rotation = "0 0 1 219"; - scale = "2.1 2.1 2.1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-684 500 252.156"; - rotation = "0 0 1 58.9998"; - scale = "1.6 1.6 1.6"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-636 -92 263.016"; - rotation = "0 0 -1 90.0002"; - scale = "2.2 2.2 2.2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "268 -788 263.312"; - rotation = "0 0 -1 106"; - scale = "2.2 2.2 2.2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "756 380 258.266"; - rotation = "0 0 1 170"; - scale = "1.7 1.7 1.7"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-484 84 261.516"; - rotation = "0 0 -1 10.9999"; - scale = "1.7 1.7 1.7"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-612 -468 252.859"; - rotation = "0 0 -1 58.0005"; - scale = "2.2 2.2 2.2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "796 -788 282.312"; - rotation = "0 0 -1 35"; - scale = "2 2 2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-580 636 258.188"; - rotation = "0 0 1 122"; - scale = "2.4 2.4 2.4"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-620 724 260.797"; - rotation = "0 0 1 17"; - scale = "1.8 1.8 1.8"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-564 -132 254.609"; - rotation = "0 0 1 199"; - scale = "1.9 1.9 1.9"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "476 -300 262.359"; - rotation = "0 0 1 134"; - scale = "1.5 1.5 1.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "428 340 276.875"; - rotation = "0 0 1 162"; - scale = "1.5 1.5 1.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-644 324 259.781"; - rotation = "0 0 -1 19.9999"; - scale = "1.9 1.9 1.9"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "788 388 255.109"; - rotation = "0 0 1 124"; - scale = "2.3 2.3 2.3"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "764 12 254.484"; - rotation = "0 0 1 1.9999"; - scale = "2.1 2.1 2.1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "500 -500 287.609"; - rotation = "0 0 1 224"; - scale = "2.1 2.1 2.1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-596 660 267.484"; - rotation = "0 0 1 48"; - scale = "1.5 1.5 1.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "620 -396 278.375"; - rotation = "0 0 -1 76"; - scale = "2.5 2.5 2.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "636 -636 268.687"; - rotation = "0 0 1 238"; - scale = "1.8 1.8 1.8"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "708 436 253.078"; - rotation = "1 0 0 0"; - scale = "1.9 1.9 1.9"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "332 -796 275.203"; - rotation = "0 0 -1 76"; - scale = "1.5 1.5 1.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-748 316 270.469"; - rotation = "0 0 -1 35.9998"; - scale = "2.1 2.1 2.1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "36 -204 290.516"; - rotation = "0 0 1 35"; - scale = "2.4 2.4 2.4"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "324 -388 275.375"; - rotation = "0 0 1 234"; - scale = "2.4 2.4 2.4"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "772 12 254.578"; - rotation = "0 0 1 190"; - scale = "2.5 2.5 2.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "796 404 257.391"; - rotation = "0 0 -1 5.99979"; - scale = "1.6 1.6 1.6"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "108 -604 252.062"; - rotation = "0 0 -1 102"; - scale = "1.5 1.5 1.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-412 -748 270.844"; - rotation = "0 0 1 151"; - scale = "1.6 1.6 1.6"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-516 -20 252.734"; - rotation = "0 0 1 225"; - scale = "1.9 1.9 1.9"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-60 -716 253.125"; - rotation = "0 0 -1 32.9998"; - scale = "2 2 2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-660 -164 259.766"; - rotation = "0 0 1 13"; - scale = "2.5 2.5 2.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "52 124 268.234"; - rotation = "0 0 1 149"; - scale = "1.5 1.5 1.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-756 444 269.266"; - rotation = "0 0 -1 67.0005"; - scale = "2 2 2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-540 -684 259.078"; - rotation = "0 0 1 191"; - scale = "1.8 1.8 1.8"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "692 460 256.937"; - rotation = "0 0 1 168"; - scale = "2.1 2.1 2.1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-660 -732 259.344"; - rotation = "0 0 1 78.0002"; - scale = "2.3 2.3 2.3"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "460 -308 264.625"; - rotation = "0 0 1 213"; - scale = "1.6 1.6 1.6"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "124 620 259.25"; - rotation = "0 0 1 73.9998"; - scale = "1.8 1.8 1.8"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-140 84 283.875"; - rotation = "0 0 1 55"; - scale = "2.1 2.1 2.1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-468 348 272.047"; - rotation = "0 0 1 128"; - scale = "2.2 2.2 2.2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-452 268 272.937"; - rotation = "0 0 1 58.9998"; - scale = "1.7 1.7 1.7"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-140 -308 254.375"; - rotation = "0 0 1 182"; - scale = "2.3 2.3 2.3"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "748 396 259.891"; - rotation = "0 0 -1 19.9999"; - scale = "2.2 2.2 2.2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "804 460 257.063"; - rotation = "0 0 1 206"; - scale = "2.3 2.3 2.3"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-492 28 262.906"; - rotation = "0 0 1 160"; - scale = "1.9 1.9 1.9"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-764 -20 255.578"; - rotation = "0 0 1 222"; - scale = "1.8 1.8 1.8"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "556 252 265.75"; - rotation = "0 0 1 168"; - scale = "2.5 2.5 2.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "740 -484 260.656"; - rotation = "0 0 1 136"; - scale = "2.5 2.5 2.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-44 -724 253.453"; - rotation = "0 0 1 72.0002"; - scale = "1.8 1.8 1.8"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "484 -796 272.828"; - rotation = "0 0 -1 2.9997"; - scale = "1.9 1.9 1.9"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "700 108 266.078"; - rotation = "0 0 1 64.9998"; - scale = "2 2 2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-660 -524 258.656"; - rotation = "0 0 -1 105"; - scale = "2.4 2.4 2.4"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-796 772 256.437"; - rotation = "0 0 1 44"; - scale = "1.7 1.7 1.7"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "100 -788 252.125"; - rotation = "0 0 1 25"; - scale = "2.2 2.2 2.2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "476 -20 253.922"; - rotation = "0 0 1 73.9998"; - scale = "1.6 1.6 1.6"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "348 748 267.156"; - rotation = "0 0 1 73"; - scale = "2 2 2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "92 684 253.844"; - rotation = "0 0 1 13"; - scale = "2 2 2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "420 -148 256.078"; - rotation = "0 0 1 141"; - scale = "1.6 1.6 1.6"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-244 -572 277.016"; - rotation = "0 0 1 235"; - scale = "2.4 2.4 2.4"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-772 -780 268.391"; - rotation = "0 0 1 203"; - scale = "2.5 2.5 2.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-652 -764 261.578"; - rotation = "0 0 -1 86.0004"; - scale = "1.7 1.7 1.7"; - shapeName = "borg16.dts"; - locked = "true"; - }; + new SimGroup(Addition2belgtree18) { }; new SimGroup(Addition2belgtree18) { @@ -1343,9 +817,9 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-404 668 254.938"; - rotation = "0 0 -1 37.0002"; - scale = "2 2 2"; + position = "-76 788 254.375"; + rotation = "0 0 1 58.9998"; + scale = "1.8 1.8 1.8"; shapeName = "borg18.dts"; locked = "true"; }; @@ -1364,16 +838,16 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-716 388 271.969"; - rotation = "0 0 1 73"; - scale = "1.8 1.8 1.8"; + position = "412 324 273.766"; + rotation = "0 0 1 122"; + scale = "1.9 1.9 1.9"; shapeName = "borg18.dts"; locked = "true"; }; new TSStatic() { - position = "356 540 276.594"; - rotation = "0 0 1 130"; - scale = "1.5 1.5 1.5"; + position = "-660 92 261.422"; + rotation = "0 0 -1 1.00014"; + scale = "2.4 2.4 2.4"; shapeName = "borg18.dts"; locked = "true"; }; @@ -1385,9 +859,9 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "380 -124 262.828"; - rotation = "0 0 1 132"; - scale = "1.9 1.9 1.9"; + position = "756 -356 261.578"; + rotation = "0 0 1 51"; + scale = "1.8 1.8 1.8"; shapeName = "borg18.dts"; locked = "true"; }; @@ -1427,9 +901,9 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "316 -684 257.422"; - rotation = "0 0 -1 44.9999"; - scale = "2.2 2.2 2.2"; + position = "228 668 254.547"; + rotation = "0 0 -1 35.9998"; + scale = "1.9 1.9 1.9"; shapeName = "borg18.dts"; locked = "true"; }; @@ -1511,9 +985,9 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "268 -692 257.25"; - rotation = "0 0 1 129"; - scale = "1.5 1.5 1.5"; + position = "284 -380 265.172"; + rotation = "0 0 1 93.0002"; + scale = "2.3 2.3 2.3"; shapeName = "borg18.dts"; locked = "true"; }; @@ -1532,23 +1006,23 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "188 52 258.109"; - rotation = "0 0 1 110"; - scale = "1.9 1.9 1.9"; + position = "716 92 266.625"; + rotation = "0 0 1 200"; + scale = "1.8 1.8 1.8"; shapeName = "borg18.dts"; locked = "true"; }; new TSStatic() { - position = "276 556 268.391"; - rotation = "0 0 1 186"; - scale = "2.3 2.3 2.3"; + position = "580 -108 270.516"; + rotation = "0 0 1 112"; + scale = "2.1 2.1 2.1"; shapeName = "borg18.dts"; locked = "true"; }; new TSStatic() { - position = "-732 -684 263.812"; - rotation = "0 0 -1 96.0002"; - scale = "1.5 1.5 1.5"; + position = "28 -276 269.625"; + rotation = "0 0 -1 100"; + scale = "2.1 2.1 2.1"; shapeName = "borg18.dts"; locked = "true"; }; @@ -1560,9 +1034,9 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "548 -772 274"; - rotation = "0 0 -1 65.0004"; - scale = "2 2 2"; + position = "612 -372 272.875"; + rotation = "0 0 1 177"; + scale = "2.4 2.4 2.4"; shapeName = "borg18.dts"; locked = "true"; }; @@ -1574,9 +1048,9 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "732 268 274"; - rotation = "0 0 1 11"; - scale = "1.9 1.9 1.9"; + position = "4 -260 271.734"; + rotation = "0 0 1 21"; + scale = "2.2 2.2 2.2"; shapeName = "borg18.dts"; locked = "true"; }; @@ -1588,9 +1062,9 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "548 -252 257.25"; - rotation = "0 0 1 51"; - scale = "2.4 2.4 2.4"; + position = "788 -28 253.438"; + rotation = "0 0 -1 112"; + scale = "2.2 2.2 2.2"; shapeName = "borg18.dts"; locked = "true"; }; @@ -1650,111 +1124,13 @@ new SimGroup(MissionGroup) { shapeName = "borg18.dts"; locked = "true"; }; - new TSStatic() { - position = "716 92 266.625"; - rotation = "0 0 1 200"; - scale = "1.8 1.8 1.8"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "284 -380 265.172"; - rotation = "0 0 1 93.0002"; - scale = "2.3 2.3 2.3"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "228 668 254.547"; - rotation = "0 0 -1 35.9998"; - scale = "1.9 1.9 1.9"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "540 -716 257.75"; - rotation = "0 0 -1 80.0004"; - scale = "2.3 2.3 2.3"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "612 -372 272.875"; - rotation = "0 0 1 177"; - scale = "2.4 2.4 2.4"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "28 -276 269.625"; - rotation = "0 0 -1 100"; - scale = "2.1 2.1 2.1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "412 324 273.766"; - rotation = "0 0 1 122"; - scale = "1.9 1.9 1.9"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "4 -260 271.734"; - rotation = "0 0 1 21"; - scale = "2.2 2.2 2.2"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-76 788 254.375"; - rotation = "0 0 1 58.9998"; - scale = "1.8 1.8 1.8"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "580 -108 270.516"; - rotation = "0 0 1 112"; - scale = "2.1 2.1 2.1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-660 92 261.422"; - rotation = "0 0 -1 1.00014"; - scale = "2.4 2.4 2.4"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-436 180 267.719"; - rotation = "0 0 1 49"; - scale = "2.3 2.3 2.3"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "756 -356 261.578"; - rotation = "0 0 1 51"; - scale = "1.8 1.8 1.8"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "788 -28 253.438"; - rotation = "0 0 -1 112"; - scale = "2.2 2.2 2.2"; - shapeName = "borg18.dts"; - locked = "true"; - }; }; new SimGroup(Addition3belgtree19) { new TSStatic() { - position = "700 340 266.891"; - rotation = "0 0 1 184"; - scale = "2.2 2.2 2.2"; + position = "-612 396 265.828"; + rotation = "0 0 1 131"; + scale = "2.5 2.5 2.5"; shapeName = "borg19.dts"; locked = "true"; }; @@ -1794,9 +1170,9 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "148 -780 263.531"; - rotation = "0 0 -1 101"; - scale = "1.9 1.9 1.9"; + position = "-60 452 265.188"; + rotation = "0 0 1 96.0002"; + scale = "1.8 1.8 1.8"; shapeName = "borg19.dts"; locked = "true"; }; @@ -1815,9 +1191,9 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-684 -388 266.656"; - rotation = "0 0 1 45"; - scale = "2 2 2"; + position = "692 764 287.328"; + rotation = "0 0 -1 62.0003"; + scale = "1.8 1.8 1.8"; shapeName = "borg19.dts"; locked = "true"; }; @@ -1836,16 +1212,16 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "548 -244 256.609"; - rotation = "0 0 -1 102"; - scale = "2.1 2.1 2.1"; + position = "500 -284 263.281"; + rotation = "0 0 1 212"; + scale = "1.5 1.5 1.5"; shapeName = "borg19.dts"; locked = "true"; }; new TSStatic() { - position = "732 236 273.359"; - rotation = "0 0 1 102"; - scale = "2 2 2"; + position = "588 676 305.266"; + rotation = "0 0 1 179"; + scale = "1.7 1.7 1.7"; shapeName = "borg19.dts"; locked = "true"; }; @@ -1878,9 +1254,9 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-796 476 262.438"; - rotation = "0 0 1 70"; - scale = "2 2 2"; + position = "28 -772 260.422"; + rotation = "0 0 -1 41"; + scale = "2.5 2.5 2.5"; shapeName = "borg19.dts"; locked = "true"; }; @@ -1900,7 +1276,7 @@ new SimGroup(MissionGroup) { }; new TSStatic() { position = "-452 292 276.75"; - rotation = "0 0 1 240"; + rotation = "0 0 -1 120"; scale = "2.4 2.4 2.4"; shapeName = "borg19.dts"; locked = "true"; @@ -1920,9 +1296,9 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "644 380 259.5"; - rotation = "0 0 -1 68.0003"; - scale = "2.3 2.3 2.3"; + position = "-92 -292 268"; + rotation = "0 0 1 122"; + scale = "1.8 1.8 1.8"; shapeName = "borg19.dts"; locked = "true"; }; @@ -1934,16 +1310,16 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-740 724 276.406"; - rotation = "0 0 1 53"; - scale = "1.7 1.7 1.7"; + position = "756 -340 259.094"; + rotation = "0 0 -1 19.0001"; + scale = "1.9 1.9 1.9"; shapeName = "borg19.dts"; locked = "true"; }; new TSStatic() { - position = "-692 -188 259.797"; - rotation = "0 0 1 171"; - scale = "2.2 2.2 2.2"; + position = "-724 -740 270.797"; + rotation = "0 0 -1 7.00012"; + scale = "2.1 2.1 2.1"; shapeName = "borg19.dts"; locked = "true"; }; @@ -1955,9 +1331,9 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-524 4 253.547"; - rotation = "0 0 1 117"; - scale = "1.9 1.9 1.9"; + position = "452 284 270.625"; + rotation = "0 0 -1 29.9998"; + scale = "2 2 2"; shapeName = "borg19.dts"; locked = "true"; }; @@ -1976,9 +1352,9 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-444 716 264.203"; - rotation = "0 0 -1 26"; - scale = "1.8 1.8 1.8"; + position = "564 -444 296.703"; + rotation = "0 0 -1 56.9999"; + scale = "2.2 2.2 2.2"; shapeName = "borg19.dts"; locked = "true"; }; @@ -2039,9 +1415,9 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "516 -244 262.422"; - rotation = "0 0 1 200"; - scale = "1.9 1.9 1.9"; + position = "-636 -556 258.453"; + rotation = "0 0 1 156"; + scale = "1.5 1.5 1.5"; shapeName = "borg19.dts"; locked = "true"; }; @@ -2052,201 +1428,11 @@ new SimGroup(MissionGroup) { shapeName = "borg19.dts"; locked = "true"; }; - new TSStatic() { - position = "-644 716 261"; - rotation = "0 0 -1 53.9998"; - scale = "1.5 1.5 1.5"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-460 124 263.328"; - rotation = "0 0 1 205"; - scale = "2.1 2.1 2.1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-732 524 253.125"; - rotation = "0 0 1 33"; - scale = "2.2 2.2 2.2"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-724 -740 270.797"; - rotation = "0 0 -1 7.00012"; - scale = "2.1 2.1 2.1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-612 396 265.828"; - rotation = "0 0 1 131"; - scale = "2.5 2.5 2.5"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "692 764 287.328"; - rotation = "0 0 -1 62.0003"; - scale = "1.8 1.8 1.8"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "452 284 270.625"; - rotation = "0 0 -1 29.9998"; - scale = "2 2 2"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "28 644 264.531"; - rotation = "0 0 1 19"; - scale = "1.5 1.5 1.5"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "28 -772 260.422"; - rotation = "0 0 -1 41"; - scale = "2.5 2.5 2.5"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "324 -388 275.375"; - rotation = "0 0 -1 4.99997"; - scale = "1.8 1.8 1.8"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-60 452 265.188"; - rotation = "0 0 1 96.0002"; - scale = "1.8 1.8 1.8"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "564 -444 296.703"; - rotation = "0 0 -1 56.9999"; - scale = "2.2 2.2 2.2"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "756 -340 259.094"; - rotation = "0 0 -1 19.0001"; - scale = "1.9 1.9 1.9"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "588 676 305.266"; - rotation = "0 0 1 179"; - scale = "1.7 1.7 1.7"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "532 -148 265.234"; - rotation = "0 0 1 228"; - scale = "2.1 2.1 2.1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-92 -292 268"; - rotation = "0 0 1 122"; - scale = "1.8 1.8 1.8"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-756 588 273.375"; - rotation = "0 0 1 179"; - scale = "1.8 1.8 1.8"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "500 -284 263.281"; - rotation = "0 0 1 212"; - scale = "1.5 1.5 1.5"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-636 -556 258.453"; - rotation = "0 0 1 156"; - scale = "1.5 1.5 1.5"; - shapeName = "borg19.dts"; - locked = "true"; - }; }; - new SimGroup(Addition4belgtree16) { - - new TSStatic() { - position = "116 100 278.688"; - rotation = "0 0 1 67.9998"; - scale = "2.2 2.2 2.2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "52 -100 326.312"; - rotation = "0 0 1 221"; - scale = "1.7 1.7 1.7"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-52 12 301.453"; - rotation = "0 0 1 82"; - scale = "1.7 1.7 1.7"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "116 68 278.078"; - rotation = "0 0 -1 76"; - scale = "2 2 2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-100 -12 306.125"; - rotation = "0 0 -1 16.9999"; - scale = "1.8 1.8 1.8"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-20 -92 308.219"; - rotation = "0 0 1 240"; - scale = "2.3 2.3 2.3"; - shapeName = "borg16.dts"; - locked = "true"; - }; + new SimGroup(Addition3belgtree19) { }; new SimGroup(Addition5belgtree18) { - new TSStatic() { - position = "116 124 273.391"; - rotation = "0 0 1 174"; - scale = "2.1 2.1 2.1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-84 -84 323.109"; - rotation = "0 0 -1 58.0005"; - scale = "1.8 1.8 1.8"; - shapeName = "borg18.dts"; - locked = "true"; - }; new TSStatic() { position = "-12 -20 299.312"; rotation = "0 0 1 29"; @@ -2261,27 +1447,13 @@ new SimGroup(MissionGroup) { shapeName = "borg18.dts"; locked = "true"; }; - new TSStatic() { - position = "28 68 268.344"; - rotation = "0 0 1 87.0002"; - scale = "2.5 2.5 2.5"; - shapeName = "borg18.dts"; - locked = "true"; - }; }; new SimGroup(Addition6belgtree19) { new TSStatic() { - position = "-60 -92 330.687"; - rotation = "0 0 -1 55.0003"; - scale = "2.2 2.2 2.2"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "124 84 278.984"; - rotation = "0 0 1 181"; - scale = "2.4 2.4 2.4"; + position = "-108 -116 334.781"; + rotation = "0 0 1 19"; + scale = "1.7 1.7 1.7"; shapeName = "borg19.dts"; locked = "true"; }; @@ -2292,121 +1464,20 @@ new SimGroup(MissionGroup) { shapeName = "borg19.dts"; locked = "true"; }; - new TSStatic() { - position = "-68 92 278.703"; - rotation = "0 0 1 78.0002"; - scale = "2 2 2"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-108 -116 334.781"; - rotation = "0 0 1 19"; - scale = "1.7 1.7 1.7"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "76 108 270.031"; - rotation = "0 0 1 136"; - scale = "2.3 2.3 2.3"; - shapeName = "borg19.dts"; - locked = "true"; - }; }; - new SimGroup(Addition7belgtree16) { - - new TSStatic() { - position = "-124 92 285.625"; - rotation = "0 0 1 93.0002"; - scale = "1.7 1.7 1.7"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-4 -124 311.75"; - rotation = "0 0 1 29"; - scale = "1.5 1.5 1.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-140 -148 326.328"; - rotation = "0 0 1 107"; - scale = "1.5 1.5 1.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "28 -76 333.266"; - rotation = "0 0 1 94.9998"; - scale = "1.7 1.7 1.7"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "108 148 267.844"; - rotation = "0 0 -1 31.0002"; - scale = "1.8 1.8 1.8"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "84 60 270.734"; - rotation = "0 0 1 180"; - scale = "2.1 2.1 2.1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-116 76 287.641"; - rotation = "0 0 1 193"; - scale = "1.9 1.9 1.9"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-20 60 272.812"; - rotation = "0 0 1 64.9998"; - scale = "2 2 2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "44 84 269.703"; - rotation = "0 0 1 78.0002"; - scale = "2.5 2.5 2.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; + new TSStatic() { + position = "232.058 -440.612 271.503"; + rotation = "0 0 1 119.733"; + scale = "1.6 1.6 1.6"; + shapeName = "borg19.dts"; + locked = "true"; }; new SimGroup(Addition8belgtree18) { new TSStatic() { - position = "92 76 271.984"; - rotation = "0 0 -1 1.9999"; - scale = "1.9 1.9 1.9"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "36 108 271.156"; - rotation = "0 0 1 194"; - scale = "1.6 1.6 1.6"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-124 -60 321.187"; - rotation = "0 0 -1 26.9998"; - scale = "1.8 1.8 1.8"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "36 92 270.672"; - rotation = "0 0 1 225"; - scale = "2 2 2"; + position = "-140 -148 326.328"; + rotation = "0 0 -1 107"; + scale = "2.1 2.1 2.1"; shapeName = "borg18.dts"; locked = "true"; }; @@ -2418,16 +1489,9 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "140 44 282.109"; - rotation = "0 0 -1 59.0003"; - scale = "2.5 2.5 2.5"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-140 -148 326.328"; - rotation = "0 0 -1 107"; - scale = "2.1 2.1 2.1"; + position = "-124 -60 321.187"; + rotation = "0 0 -1 26.9998"; + scale = "1.8 1.8 1.8"; shapeName = "borg18.dts"; locked = "true"; }; @@ -2435,9 +1499,9 @@ new SimGroup(MissionGroup) { new SimGroup(Addition9belgtree19) { new TSStatic() { - position = "-100 -60 323.297"; - rotation = "0 0 1 44"; - scale = "2 2 2"; + position = "76 124 268.656"; + rotation = "0 0 -1 86.0004"; + scale = "2.4 2.4 2.4"; shapeName = "borg19.dts"; locked = "true"; }; @@ -2448,177 +1512,13 @@ new SimGroup(MissionGroup) { shapeName = "borg19.dts"; locked = "true"; }; - new TSStatic() { - position = "100 108 276.438"; - rotation = "0 0 -1 19.0001"; - scale = "1.9 1.9 1.9"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-76 52 288.266"; - rotation = "0 0 1 96.0002"; - scale = "1.6 1.6 1.6"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-116 -132 329.953"; - rotation = "0 0 1 159"; - scale = "2.4 2.4 2.4"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "148 100 273.266"; - rotation = "0 0 1 188"; - scale = "2.2 2.2 2.2"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "116 84 279.281"; - rotation = "0 0 1 233"; - scale = "2 2 2"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "76 124 268.656"; - rotation = "0 0 -1 86.0004"; - scale = "2.4 2.4 2.4"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-20 52 274.859"; - rotation = "0 0 1 104"; - scale = "1.9 1.9 1.9"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-20 60 272.812"; - rotation = "0 0 1 38"; - scale = "2.4 2.4 2.4"; - shapeName = "borg19.dts"; - locked = "true"; - }; }; - new SimGroup(Addition10belgtree16) { - - new TSStatic() { - position = "676 452 256.391"; - rotation = "0 0 1 91"; - scale = "2.2 2.2 2.2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "708 20 270.109"; - rotation = "0 0 1 207"; - scale = "1.8 1.8 1.8"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-68 460 264.703"; - rotation = "0 0 1 210"; - scale = "2.3 2.3 2.3"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-724 -172 263.766"; - rotation = "0 0 1 1.9999"; - scale = "1.6 1.6 1.6"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "164 -620 253.984"; - rotation = "0 0 1 199"; - scale = "2.3 2.3 2.3"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-452 -684 264.938"; - rotation = "0 0 1 76.9998"; - scale = "2 2 2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "244 636 256.484"; - rotation = "0 0 1 81.0002"; - scale = "2.1 2.1 2.1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-524 -212 263.703"; - rotation = "0 0 -1 35"; - scale = "2.2 2.2 2.2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-780 52 262.125"; - rotation = "0 0 1 94"; - scale = "2.4 2.4 2.4"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "364 372 271.688"; - rotation = "1 0 0 0"; - scale = "2.5 2.5 2.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "428 -180 257"; - rotation = "0 0 1 54"; - scale = "1.7 1.7 1.7"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "708 -52 279.25"; - rotation = "0 0 1 108"; - scale = "2.5 2.5 2.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "364 -148 261.703"; - rotation = "0 0 -1 117"; - scale = "2.3 2.3 2.3"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "572 -148 270.906"; - rotation = "0 0 -1 116"; - scale = "1.8 1.8 1.8"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-604 -44 254.344"; - rotation = "0 0 -1 38"; - scale = "2.3 2.3 2.3"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-636 316 261.062"; - rotation = "0 0 1 162"; - scale = "2.4 2.4 2.4"; - shapeName = "borg16.dts"; - locked = "true"; - }; + new TSStatic() { + position = "167.523 -30.6645 266.869"; + rotation = "0 0 -1 11.4339"; + scale = "2.4 2.4 2.4"; + shapeName = "borg16.dts"; + locked = "true"; }; new SimGroup(Addition11belgtree18) { @@ -2630,9 +1530,9 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "292 548 268.359"; - rotation = "0 0 1 99.0002"; - scale = "2.1 2.1 2.1"; + position = "516 -364 273.953"; + rotation = "0 0 1 146"; + scale = "2.2 2.2 2.2"; shapeName = "borg18.dts"; locked = "true"; }; @@ -2720,19 +1620,12 @@ new SimGroup(MissionGroup) { shapeName = "borg18.dts"; locked = "true"; }; - new TSStatic() { - position = "516 -364 273.953"; - rotation = "0 0 1 146"; - scale = "2.2 2.2 2.2"; - shapeName = "borg18.dts"; - locked = "true"; - }; }; new SimGroup(Addition12belgtree19) { new TSStatic() { - position = "-788 532 252.625"; - rotation = "0 0 -1 47"; + position = "444 -308 262.031"; + rotation = "0 0 -1 23.9998"; scale = "2.1 2.1 2.1"; shapeName = "borg19.dts"; locked = "true"; @@ -2787,9 +1680,9 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-428 164 265.281"; - rotation = "0 0 1 88.9998"; - scale = "1.5 1.5 1.5"; + position = "-596 -140 258.828"; + rotation = "0 0 1 204"; + scale = "1.7 1.7 1.7"; shapeName = "borg19.dts"; locked = "true"; }; @@ -2801,9 +1694,9 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-644 -196 258.922"; - rotation = "0 0 1 28"; - scale = "1.8 1.8 1.8"; + position = "788 60 253.422"; + rotation = "0 0 -1 72.0002"; + scale = "2.5 2.5 2.5"; shapeName = "borg19.dts"; locked = "true"; }; @@ -2821,27 +1714,6 @@ new SimGroup(MissionGroup) { shapeName = "borg19.dts"; locked = "true"; }; - new TSStatic() { - position = "788 60 253.422"; - rotation = "0 0 -1 72.0002"; - scale = "2.5 2.5 2.5"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "444 -308 262.031"; - rotation = "0 0 -1 23.9998"; - scale = "2.1 2.1 2.1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-596 -140 258.828"; - rotation = "0 0 1 204"; - scale = "1.7 1.7 1.7"; - shapeName = "borg19.dts"; - locked = "true"; - }; }; new TSStatic() { position = "128.657 11.5492 282.349"; @@ -2850,440 +1722,6 @@ new SimGroup(MissionGroup) { shapeName = "borg16.dts"; locked = "true"; }; - new TSStatic() { - position = "65.2755 70.8226 270.578"; - rotation = "0 0 -1 63.0001"; - scale = "2.4 2.4 2.4"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-28.7873 85.2657 269.369"; - rotation = "0 0 -1 63.0001"; - scale = "2.4 2.4 2.4"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "167.523 -30.6645 266.869"; - rotation = "0 0 -1 11.4339"; - scale = "2.4 2.4 2.4"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "232.058 -440.612 271.503"; - rotation = "0 0 1 119.733"; - scale = "1.6 1.6 1.6"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "217.559 -473.221 261.636"; - rotation = "0 0 1 2.85806"; - scale = "2.4 2.4 2.4"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "236.914 -464.547 261.535"; - rotation = "0 0 -1 22.3453"; - scale = "2 2 2"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "295.002 -542.511 265.429"; - rotation = "0.235899 -0.942758 -0.235711 93.3298"; - scale = "2.5 2.5 2.5"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new SimGroup(Addition1BEPlant5) { - }; - new SimGroup(Addition2BEPlant5) { - }; - new SimGroup(Addition3BEPlant5) { - }; - new SimGroup(Addition4BEPlant5) { - }; - new SimGroup(Addition5BEPlant5) { - }; - new SimGroup(Addition1BEPlant5) { - - new TSStatic() { - position = "-76 364 219.063"; - rotation = "-0.584241 0.395508 0.708686 38.7655"; - scale = "2.1 2.1 2.1"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-316 12 201.578"; - rotation = "-0.254288 0.58055 0.773498 20.5961"; - scale = "1.8 1.8 1.8"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "92 252 226.766"; - rotation = "0.0778622 -0.0819657 -0.993589 68.3424"; - scale = "2.2 2.2 2.2"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-124 -540 218.937"; - rotation = "0.291422 0.14819 0.945046 68.9915"; - scale = "2.5 2.5 2.5"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "124 -524 245.922"; - rotation = "-0.143826 0.184679 0.972218 132.207"; - scale = "1.9 1.9 1.9"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "228 84 226.844"; - rotation = "0.141645 0.070786 0.987383 114.663"; - scale = "2.5 2.5 2.5"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-404 -236 210.953"; - rotation = "0.141386 0.0478506 0.988797 156.261"; - scale = "1.7 1.7 1.7"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-12 -532 204.828"; - rotation = "0.307318 0.348346 0.885557 67.2613"; - scale = "2.1 2.1 2.1"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "188 -204 217.688"; - rotation = "0 0 -1 38"; - scale = "1.3 1.3 1.3"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-196 -316 247.812"; - rotation = "-0.108982 -0.148946 0.982821 134.71"; - scale = "2.2 2.2 2.2"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "276 140 207.25"; - rotation = "0.03768 0.258884 -0.965173 53.6181"; - scale = "1.3 1.3 1.3"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "132 -252 236.156"; - rotation = "0.106106 -0.196668 0.974712 183.899"; - scale = "2.2 2.2 2.2"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-404 -236 210.953"; - rotation = "0.120382 0.0833504 0.989222 187.914"; - scale = "2.4 2.4 2.4"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "212 212 228.203"; - rotation = "-0.134147 -0.190994 0.972382 132.2"; - scale = "1.3 1.3 1.3"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "20 -412 190.75"; - rotation = "-0.0872222 0.133133 -0.987253 78.7198"; - scale = "1.4 1.4 1.4"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-172 220 216.906"; - rotation = "-0.631038 -0.519974 -0.575689 42.1231"; - scale = "2.5 2.5 2.5"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-268 108 211.062"; - rotation = "0.190521 0.402838 -0.895223 33.3257"; - scale = "1.5 1.5 1.5"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-332 36 203.031"; - rotation = "-0.0772806 0.0699369 -0.994553 81.309"; - scale = "2.3 2.3 2.3"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "28 -484 196.406"; - rotation = "0.14893 0.280656 0.948184 86.0343"; - scale = "1.1 1.1 1.1"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "348 28 223.781"; - rotation = "0.227629 0.0697244 -0.971248 74.6054"; - scale = "1.3 1.3 1.3"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-332 -364 190.859"; - rotation = "-0.026595 -0.0669404 0.997402 221.9"; - scale = "1.5 1.5 1.5"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-60 228 215.719"; - rotation = "0.987098 0.160118 0 27.4558"; - scale = "1.7 1.7 1.7"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-316 -324 202.953"; - rotation = "-0.0525722 -0.182607 0.981779 224.26"; - scale = "2.1 2.1 2.1"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "220 -268 231.172"; - rotation = "-0.198697 -0.110621 0.973798 193.637"; - scale = "1.9 1.9 1.9"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "292 -484 249.828"; - rotation = "-0.257172 0.0226856 0.966099 166.471"; - scale = "2.1 2.1 2.1"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-308 -436 210.609"; - rotation = "0.0253827 0.225634 0.973881 201.439"; - scale = "1.1 1.1 1.1"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-44 364 227.125"; - rotation = "-0.186972 -0.156535 0.969814 137.207"; - scale = "1 1 1"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "44 -524 213.047"; - rotation = "-0.194518 0.134192 0.971677 217.975"; - scale = "2.2 2.2 2.2"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-36 260 208.969"; - rotation = "0.0741516 0.367435 0.927088 50.254"; - scale = "2.4 2.4 2.4"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-196 -556 245.125"; - rotation = "0.0698953 0.170846 0.982816 221.34"; - scale = "1.2 1.2 1.2"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "316 -60 242.609"; - rotation = "-0.0145151 0.262002 0.964958 70.9201"; - scale = "1.5 1.5 1.5"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-444 -276 228.047"; - rotation = "0.144893 -0.0965901 0.984721 131.662"; - scale = "1.1 1.1 1.1"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "172 -308 205.047"; - rotation = "-0.213094 -0.266228 0.94006 216.824"; - scale = "1.7 1.7 1.7"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "132 276 239.578"; - rotation = "-0.325251 -0.128833 0.93681 127.043"; - scale = "2.2 2.2 2.2"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-396 -228 207.984"; - rotation = "0.245741 -0.407383 -0.879574 21.5442"; - scale = "2.5 2.5 2.5"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-140 -524 216.562"; - rotation = "0.262044 -0.0836397 0.961425 60.9513"; - scale = "2.1 2.1 2.1"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-4 -572 224.313"; - rotation = "0.0936699 0.265267 0.959614 119.085"; - scale = "1.5 1.5 1.5"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "268 -76 226.266"; - rotation = "0.158648 0.183103 -0.970208 26.77"; - scale = "1.5 1.5 1.5"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "100 -396 189.234"; - rotation = "0.630666 0.65408 0.41766 28.2505"; - scale = "1.4 1.4 1.4"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-316 188 229.266"; - rotation = "-0.20871 -0.206804 0.955862 77.5126"; - scale = "2.4 2.4 2.4"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "236 76 227.75"; - rotation = "0.20183 0.0402051 0.978595 100.222"; - scale = "1.2 1.2 1.2"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-316 -356 194.469"; - rotation = "-0.653889 0.739934 0.157883 24.944"; - scale = "1.8 1.8 1.8"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "164 244 231.891"; - rotation = "-0.0808264 -0.218534 0.972476 199.46"; - scale = "2.2 2.2 2.2"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-268 -316 220.484"; - rotation = "-0.574159 0.349585 -0.740359 58.452"; - scale = "1 1 1"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-452 -68 228.75"; - rotation = "0.101979 -0.134466 0.985657 130.632"; - scale = "2.2 2.2 2.2"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "52 276 226.656"; - rotation = "0.0416861 0.106306 -0.993459 115.34"; - scale = "1.5 1.5 1.5"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-4 -460 185.922"; - rotation = "-0.0942968 0.0958073 0.990923 149.268"; - scale = "2.5 2.5 2.5"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-340 -380 191"; - rotation = "0.0901365 0.0108824 0.99587 116.213"; - scale = "1.3 1.3 1.3"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "92 -428 195.844"; - rotation = "-0.282075 0.147021 0.94806 230.599"; - scale = "2.1 2.1 2.1"; - shapeName = "borg5.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-20 -452 182.437"; - rotation = "-0.280494 0.358169 0.890527 20.1697"; - scale = "1.2 1.2 1.2"; - shapeName = "borg5.dts"; - locked = "true"; - }; - }; - new SimGroup(Addition3belgtree19) { - - new TSStatic() { - position = "-44 -260 277.797"; - rotation = "0 0 1 143"; - scale = "2.3 2.3 2.3"; - shapeName = "borg19.dts"; - locked = "true"; - }; - }; - new SimGroup(Addition1belgtree16) { - - new TSStatic() { - position = "-116 -100 331.969"; - rotation = "0 0 -1 120"; - scale = "1.8 1.8 1.8"; - shapeName = "borg16.dts"; - locked = "true"; - }; - }; - new SimGroup(Addition2belgtree18) { - }; }; new SimGroup(BrokenBridge) { @@ -3471,342 +1909,6 @@ new SimGroup(MissionGroup) { showTerrainInside = "0"; locked = "true"; }; - new InteriorInstance() { - position = "-209.51 -216.134 265.453"; - rotation = "0 0 -1 81.36"; - scale = "1 1 1"; - interiorFile = "bmisc8.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - }; - new SimGroup(Rocks) { - - new InteriorInstance() { - position = "-149.575 -1.59528 306.639"; - rotation = "0 1 0 189.649"; - scale = "1 1 1"; - interiorFile = "brock8.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-257.659 -187.417 284.342"; - rotation = "1 0 0 108.289"; - scale = "2 2 2"; - interiorFile = "brock7.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "162.834 -4.09692 267.369"; - rotation = "-0.128609 -0.455819 0.880732 35.5264"; - scale = "1 1 1"; - interiorFile = "brock8.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-142.589 3.30827 307.033"; - rotation = "0.526044 0.777227 0.345247 125.948"; - scale = "5 5 5"; - interiorFile = "brock6.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-95.1264 120.591 281.28"; - rotation = "-0.914865 -0.382624 0.128924 40.4378"; - scale = "2 1 2"; - interiorFile = "brock8.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new TSStatic() { - position = "322.942 -617.276 253.475"; - rotation = "0 0 1 221"; - scale = "2.4 2.4 2.4"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new InteriorInstance() { - position = "294.082 -550.15 269.956"; - rotation = "0 -1 0 21.1994"; - scale = "1 1 1"; - interiorFile = "brock8.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - }; - new SimGroup(Bridge2) { - - new InteriorInstance() { - position = "449.612 -703.738 260.153"; - rotation = "-0 0 -1 32.6586"; - scale = "1 1 1"; - interiorFile = "bbrdgb.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "440.978 -690.267 260.153"; - rotation = "-0 0 -1 32.6586"; - scale = "1 1 1"; - interiorFile = "bbrdgb.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "432.462 -676.982 258.382"; - rotation = "0.350878 0.102799 -0.930762 34.9449"; - scale = "1 1 1"; - interiorFile = "bbrdgb.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "424.036 -663.836 254.891"; - rotation = "0.350878 0.102799 -0.930762 34.9449"; - scale = "1 1 1"; - interiorFile = "bbrdgb.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "415.61 -650.69 251.399"; - rotation = "0.350878 0.102799 -0.930762 34.9449"; - scale = "1 1 1"; - interiorFile = "bbrdgb.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "407.301 -637.727 251.242"; - rotation = "-0.336828 -0.0986828 -0.936381 34.7479"; - scale = "1 1 1"; - interiorFile = "bbrdgb.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "398.207 -623.539 259.836"; - rotation = "-0 0 -1 32.6586"; - scale = "1 1 1"; - interiorFile = "bbrdgb.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - }; - new SimGroup(WaterContents) { - - new InteriorInstance() { - position = "273.853 -55.6765 265.887"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - interiorFile = "bplat3.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "174.365 -273.544 219.674"; - rotation = "0 0 1 215.042"; - scale = "1 1 1"; - interiorFile = "bspir4.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "177.727 -406.903 225.724"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - interiorFile = "bspir1.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "31.0689 -383.308 198.447"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - interiorFile = "bspir4.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-47.119 -503.749 190.483"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - interiorFile = "bspir2.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-60.3946 -450.437 186.385"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - interiorFile = "bspir3.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "231.35 -86.0575 221.949"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - interiorFile = "bspir5.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-250.825 -365.396 203.645"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - interiorFile = "bspir3.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-269.305 -360.283 202.086"; - rotation = "0 0 1 91.6732"; - scale = "1 1 1"; - interiorFile = "bspir2.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-336.1 -445.993 216.56"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - interiorFile = "bspir1.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-399.025 -397.772 200.12"; - rotation = "0 0 1 81.933"; - scale = "1 1 1"; - interiorFile = "bspir3.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-379.172 -290.013 205.57"; - rotation = "0 0 -1 64.7442"; - scale = "1 1 1"; - interiorFile = "bspir1.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-354.292 -262.179 204.821"; - rotation = "0 0 1 44.6907"; - scale = "1 1 1"; - interiorFile = "bspir2.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-417.304 -249.43 216.325"; - rotation = "0 0 -1 60.1606"; - scale = "1 1 1"; - interiorFile = "bspir4.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-388.6 -150.142 204.804"; - rotation = "0 0 1 109.435"; - scale = "1 1 1"; - interiorFile = "bspir2.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-439.764 -106.827 214.647"; - rotation = "0 0 -1 14.3239"; - scale = "1 1 1"; - interiorFile = "bspir3.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-373.657 -48.6897 196.657"; - rotation = "0 0 1 107.143"; - scale = "1 1 1"; - interiorFile = "bspir4.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-302.29 2.71976 201.069"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - interiorFile = "bspir3.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-317.085 79.2965 200.241"; - rotation = "0 0 1 107.716"; - scale = "1 1 1"; - interiorFile = "bspir4.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-212.911 143.3 223.022"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - interiorFile = "bspir2.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-120.908 281.172 196.115"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - interiorFile = "bspir1.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-106.481 267.853 196.695"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - interiorFile = "bspir2.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "18.9722 288.983 218.34"; - rotation = "0 0 1 27.502"; - scale = "1 1 1"; - interiorFile = "bspir5.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "201.641 143.726 218.886"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - interiorFile = "brock8.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "309.48 71.0828 206.015"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - interiorFile = "bspir4.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "254.114 20.4043 229.49"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - interiorFile = "bspir2.dif"; - showTerrainInside = "0"; - locked = "true"; - }; }; new SimGroup(WaterSounds) { @@ -4493,5 +2595,243 @@ new SimGroup(MissionGroup) { locked = "true"; }; }; + new SimGroup(Bridge2) { + + new InteriorInstance() { + position = "449.612 -703.738 260.153"; + rotation = "-0 0 -1 32.6586"; + scale = "1 1 1"; + interiorFile = "bbrdgb.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "440.978 -690.267 260.153"; + rotation = "-0 0 -1 32.6586"; + scale = "1 1 1"; + interiorFile = "bbrdgb.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "432.462 -676.982 258.382"; + rotation = "0.350878 0.102799 -0.930762 34.9449"; + scale = "1 1 1"; + interiorFile = "bbrdgb.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "424.036 -663.836 254.891"; + rotation = "0.350878 0.102799 -0.930762 34.9449"; + scale = "1 1 1"; + interiorFile = "bbrdgb.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "415.61 -650.69 251.399"; + rotation = "0.350878 0.102799 -0.930762 34.9449"; + scale = "1 1 1"; + interiorFile = "bbrdgb.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "407.301 -637.727 251.242"; + rotation = "-0.336828 -0.0986828 -0.936381 34.7479"; + scale = "1 1 1"; + interiorFile = "bbrdgb.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "398.207 -623.539 259.836"; + rotation = "-0 0 -1 32.6586"; + scale = "1 1 1"; + interiorFile = "bbrdgb.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + }; + new SimGroup(WaterContents) { + + new InteriorInstance() { + position = "273.853 -55.6765 265.887"; + rotation = "1 0 0 0"; + scale = "1 1 1"; + interiorFile = "bplat3.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "174.365 -273.544 219.674"; + rotation = "0 0 1 215.042"; + scale = "1 1 1"; + interiorFile = "bspir4.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "177.727 -406.903 225.724"; + rotation = "1 0 0 0"; + scale = "1 1 1"; + interiorFile = "bspir1.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "31.0689 -383.308 198.447"; + rotation = "1 0 0 0"; + scale = "1 1 1"; + interiorFile = "bspir4.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "-47.119 -503.749 190.483"; + rotation = "1 0 0 0"; + scale = "1 1 1"; + interiorFile = "bspir2.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "-60.3946 -450.437 186.385"; + rotation = "1 0 0 0"; + scale = "1 1 1"; + interiorFile = "bspir3.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "18.9722 288.983 218.34"; + rotation = "0 0 1 27.502"; + scale = "1 1 1"; + interiorFile = "bspir5.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "309.48 71.0828 206.015"; + rotation = "1 0 0 0"; + scale = "1 1 1"; + interiorFile = "bspir4.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "201.641 143.726 218.886"; + rotation = "1 0 0 0"; + scale = "1 1 1"; + interiorFile = "brock8.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "-336.1 -445.993 216.56"; + rotation = "1 0 0 0"; + scale = "1 1 1"; + interiorFile = "bspir1.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "-399.025 -397.772 200.12"; + rotation = "0 0 1 81.933"; + scale = "1 1 1"; + interiorFile = "bspir3.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "-379.172 -290.013 205.57"; + rotation = "0 0 -1 64.7442"; + scale = "1 1 1"; + interiorFile = "bspir1.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "-354.292 -262.179 204.821"; + rotation = "0 0 1 44.6907"; + scale = "1 1 1"; + interiorFile = "bspir2.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "-417.304 -249.43 216.325"; + rotation = "0 0 -1 60.1606"; + scale = "1 1 1"; + interiorFile = "bspir4.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "-388.6 -150.142 204.804"; + rotation = "0 0 1 109.435"; + scale = "1 1 1"; + interiorFile = "bspir2.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "-439.764 -106.827 214.647"; + rotation = "0 0 -1 14.3239"; + scale = "1 1 1"; + interiorFile = "bspir3.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "-373.657 -48.6897 196.657"; + rotation = "0 0 1 107.143"; + scale = "1 1 1"; + interiorFile = "bspir4.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "-302.29 2.71976 201.069"; + rotation = "1 0 0 0"; + scale = "1 1 1"; + interiorFile = "bspir3.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "-317.085 79.2965 200.241"; + rotation = "0 0 1 107.716"; + scale = "1 1 1"; + interiorFile = "bspir4.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "-212.911 143.3 223.022"; + rotation = "1 0 0 0"; + scale = "1 1 1"; + interiorFile = "bspir2.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "-120.908 281.172 196.115"; + rotation = "1 0 0 0"; + scale = "1 1 1"; + interiorFile = "bspir1.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "-106.481 267.853 196.695"; + rotation = "1 0 0 0"; + scale = "1 1 1"; + interiorFile = "bspir2.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + }; }; //--- OBJECT WRITE END --- diff --git a/base/missions/Caldera.mis b/base/missions/Caldera.mis index 125bf92..4f42907 100644 --- a/base/missions/Caldera.mis +++ b/base/missions/Caldera.mis @@ -14,11 +14,11 @@ //--- OBJECT WRITE BEGIN --- new SimGroup(MissionGroup) { cdTrack = "3"; - powerCount = "0"; musicTrack = "volcanic"; + powerCount = "0"; new MissionArea(MissionArea) { - area = "-400 -336 1008 720"; + area = "-272 -1040 944 1424"; flightCeiling = "300"; flightCeilingRange = "20"; locked = "true"; @@ -27,10 +27,10 @@ new SimGroup(MissionGroup) { direction = "0.57735 0.57735 -0.57735"; color = "0.600000 0.600000 0.600000 1.000000"; ambient = "0.200000 0.200000 0.200000 1.000000"; + rotation = "1 0 0 0"; scale = "1 1 1"; locked = "true"; position = "-1024 -1024 0"; - rotation = "1 0 0 0"; }; new TerrainBlock(Terrain) { rotation = "1 0 0 0"; @@ -40,23 +40,23 @@ new SimGroup(MissionGroup) { squareSize = "8"; emptySquares = "250"; visibleDistance = "1200"; - locked = "true"; hazeDistance = "250"; + locked = "true"; position = "-1024 -1024 0"; }; new NavigationGraph(NavGraph) { conjoinAngleDev = "45"; cullDensity = "0.3"; customArea = "0 0 0 0"; - scale = "1 1 1"; - locked = "true"; + conjoinBowlDev = "20"; + rotation = "0 0 0 0"; coverage = "0"; XDimOverSize = "0"; - position = "0 0 0 1"; + scale = "1 1 1"; GraphFile = "Caldera.nav"; YDimOverSize = "0"; - rotation = "0 0 0 0"; - conjoinBowlDev = "20"; + locked = "true"; + position = "0 0 0 1"; }; new WaterBlock() { position = "112 -96 63.1568"; @@ -85,14 +85,14 @@ new SimGroup(MissionGroup) { cloudSpeed1 = "0.0001"; cloudSpeed2 = "0.0002"; cloudSpeed3 = "0.0003"; - visibleDistance = "550"; + visibleDistance = "500"; useSkyTextures = "1"; renderBottomTexture = "0"; SkySolidColor = "0.106000 0.125000 0.235000 0.000000"; - fogDistance = "222"; + fogDistance = "300"; fogColor = "0.850000 0.380000 0.100000 1.000000"; - fogVolume1 = "0 0 0"; - fogVolume2 = "0 0 0"; + fogVolume1 = "300 0 150"; + fogVolume2 = "2000 150 320"; fogVolume3 = "0 0 0"; materialList = "lava_dark.dml"; windVelocity = "1 0 0"; @@ -100,8 +100,8 @@ new SimGroup(MissionGroup) { fogVolumeColor1 = "128.000000 128.000000 128.000000 -0.000000"; fogVolumeColor2 = "128.000000 128.000000 128.000000 -0.000000"; fogVolumeColor3 = "128.000000 128.000000 128.000000 -0.000000"; - locked = "true"; cloudSpeed0 = "0.001000 0.001000"; + locked = "true"; }; new SimGroup(ObserverDropPoints) { @@ -141,18 +141,18 @@ new SimGroup(MissionGroup) { new SimGroup(WBase) { new StaticShape() { - position = "-49.2609 -145.916 234.061"; - rotation = "0 0 1 63.5986"; + position = "182.635 -663.221 201.981"; + rotation = "0 0 1 53.2853"; scale = "1 1 1"; nameTag = "West Tower"; dataBlock = "SensorMediumPulse"; lockCount = "0"; homingCount = "0"; - locked = "true"; + locked = "false"; }; new Item() { - position = "-50.2487 -152.88 193.418"; - rotation = "0 0 -1 25.2101"; + position = "182.91 -670.25 161.338"; + rotation = "0 0 -1 35.5234"; scale = "1 1 1"; dataBlock = "RepairPack"; lockCount = "0"; @@ -160,32 +160,30 @@ new SimGroup(MissionGroup) { collideable = "0"; static = "1"; rotate = "0"; - locked = "true"; + locked = "false"; }; new StaticShape() { - position = "-57.2069 -143.475 180.313"; - rotation = "-0 0 -1 58.0514"; + position = "174.38 -662.242 148.233"; + rotation = "-0 0 -1 68.3647"; scale = "1 1 1"; nameTag = "West Tower"; dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; - locked = "true"; - damageTimeMS = "783957"; + locked = "false"; }; new StaticShape() { - position = "-50.5461 -154.429 180.337"; - rotation = "0 0 1 182.201"; + position = "182.895 -671.827 148.257"; + rotation = "0 0 1 171.888"; scale = "1 1 1"; nameTag = "West Tower"; dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; - locked = "true"; - damageTimeMS = "782064"; + locked = "false"; }; new StaticShape() { - position = "-215.474 -235.369 148.1"; + position = "107.962 -783.923 128.392"; rotation = "0 0 -1 117.456"; scale = "1 1 1"; nameTag = "Vehicle Pad"; @@ -193,18 +191,15 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; scoutVehicle = "Removed"; - locked = "true"; - damageTimeMS = "219608"; - WayPoint = "3444"; AssaultVehicle = "Removed"; - Ready = "1"; + station = "6133"; mobileBaseVehicle = "Removed"; - needsObjectiveWaypoint = "1"; - station = "3373"; + Ready = "1"; + locked = "false"; }; new InteriorInstance() { - position = "-45.7829 -144.124 180.354"; - rotation = "0 0 1 59.4055"; + position = "185.736 -660.835 148.274"; + rotation = "0 0 1 49.0922"; scale = "1 1 1"; interiorFile = "dtowr1.dif"; showTerrainInside = "0"; @@ -212,58 +207,85 @@ new SimGroup(MissionGroup) { locked = "true"; }; new InteriorInstance() { - position = "-216.271 -235.459 148.4"; + position = "107.165 -784.013 128.692"; rotation = "0 0 1 63.0253"; scale = "1 0.972192 1"; interiorFile = "dvpad1.dif"; showTerrainInside = "0"; - locked = "true"; + locked = "false"; }; new ForceFieldBare() { - position = "-58.6739 -145.962 203.227"; - rotation = "-0 0 -1 29.7938"; + position = "173.382 -664.951 171.147"; + rotation = "-0 0 -1 40.107"; scale = "5.1479 4.14776 0.526289"; dataBlock = "defaultTeamSlowFieldBare"; lockCount = "0"; homingCount = "0"; - locked = "true"; + locked = "false"; }; new ForceFieldBare() { - position = "-51.5789 -158.087 203.288"; - rotation = "-0 0 -1 29.7938"; + position = "182.534 -675.611 171.208"; + rotation = "-0 0 -1 40.107"; scale = "5.1479 4.14776 0.526289"; dataBlock = "defaultTeamSlowFieldBare"; lockCount = "0"; homingCount = "0"; - locked = "true"; + locked = "false"; }; new ForceFieldBare() { - position = "-58.5844 -146.798 180.335"; - rotation = "0 0 1 149.152"; + position = "173.62 -665.758 148.255"; + rotation = "0 0 1 138.839"; scale = "1.60793 8.34049 7.7216"; dataBlock = "defaultTeamSlowFieldBare"; lockCount = "0"; homingCount = "0"; - locked = "true"; + locked = "false"; }; new Turret() { - position = "-36.5039 -139.108 204.247"; - rotation = "0 0 1 60.1606"; + position = "193.967 -654.239 172.167"; + rotation = "0 0 1 49.8474"; scale = "1 1 1"; nameTag = "Base"; dataBlock = "TurretBaseLarge"; lockCount = "0"; homingCount = "0"; initialBarrel = "PlasmaBarrelLarge"; - locked = "true"; originalBarrel = "PlasmaBarrelLarge"; + locked = "false"; + }; + new Turret() { + position = "191.694 -655.574 161.289"; + rotation = "-0.352138 0.885271 -0.3038 97.4256"; + scale = "1 1 1"; + dataBlock = "SentryTurret"; + lockCount = "0"; + homingCount = "0"; + initialBarrel = "SentryTurretBarrel"; + }; + new Turret() { + position = "182.469 -676.21 161.049"; + rotation = "0.586525 0.534893 0.608176 120.529"; + scale = "1 1 1"; + dataBlock = "SentryTurret"; + lockCount = "0"; + homingCount = "0"; + initialBarrel = "SentryTurretBarrel"; + }; + new Turret() { + position = "170.108 -661.95 161.017"; + rotation = "0.710775 -0.0552493 0.701247 182.267"; + scale = "1 1 1"; + dataBlock = "SentryTurret"; + lockCount = "0"; + homingCount = "0"; + initialBarrel = "SentryTurretBarrel"; }; }; new SimGroup(spawnspheres) { new SpawnSphere() { - position = "-38.551 -142.676 186.637"; - rotation = "-0 0 -1 56.9052"; + position = "192.592 -658.116 154.557"; + rotation = "-0 0 -1 67.2184"; scale = "1 1 1"; dataBlock = "SpawnSphereMarker"; lockCount = "0"; @@ -272,7 +294,7 @@ new SimGroup(MissionGroup) { sphereWeight = "100"; indoorWeight = "100"; outdoorWeight = "100"; - locked = "true"; + locked = "false"; }; }; }; @@ -294,11 +316,11 @@ new SimGroup(MissionGroup) { locked = "true"; }; }; - new SimGroup(defense) { + new SimGroup(baseGroup) { - new SimGroup(FFDefGens) { + new SimGroup(TacticalPower) { - new StaticShape() { + new StaticShape(SENSOR) { position = "210.92 24.27 295.821"; rotation = "0 0 -1 89.9544"; scale = "1 1 1"; @@ -308,44 +330,39 @@ new SimGroup(MissionGroup) { homingCount = "0"; locked = "true"; }; - new StaticShape() { - position = "174.821 19.469 219.67"; - rotation = "0 0 1 90.5273"; + new StaticShape(EquipGen) { + position = "211.031 12.9246 239.71"; + rotation = "1 0 0 0"; scale = "1 1 1"; - nameTag = "Secondary"; + nameTag = "Equipment"; dataBlock = "GeneratorLarge"; lockCount = "0"; homingCount = "0"; - locked = "true"; - WayPoint = "3445"; - name = "Tactical Generator"; - scoreValue = "5"; + name = "Equipment Generator"; needsObjectiveWaypoint = "1"; + locked = "true"; }; - new Item() { - position = "211.16 42.98 252.866"; + new StaticShape(Inv1) { + position = "211.282 32.0482 258.68"; rotation = "1 0 0 0"; scale = "1 1 1"; - dataBlock = "RepairPack"; + nameTag = "Defense"; + dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; - collideable = "0"; - static = "1"; - rotate = "0"; - locked = "true"; + locked = "false"; }; - new Turret() { - position = "211 20.6 255.3"; + new StaticShape(Inv2) { + position = "223.136 -31.279 213.66"; rotation = "0 0 1 90"; scale = "1 1 1"; - nameTag = "Upper Entrance"; - dataBlock = "SentryTurret"; + nameTag = "Defense"; + dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; - initialBarrel = "SentryTurretBarrel"; - locked = "true"; + locked = "false"; }; - new Turret() { + new Turret(BaseTur) { position = "210.96 -39.23 219.656"; rotation = "0 0 1 179.909"; scale = "1 1 1"; @@ -354,98 +371,147 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; initialBarrel = "PlasmaBarrelLarge"; - locked = "true"; originalBarrel = "PlasmaBarrelLarge"; + locked = "true"; }; - new StaticShape() { - position = "239.01 -4.57 219.7"; + new StaticShape(Inv3) { + position = "260.336 19.2504 219.66"; + rotation = "0 0 -1 90"; + scale = "1 1 1"; + nameTag = "Defense"; + dataBlock = "StationInventory"; + lockCount = "0"; + homingCount = "0"; + locked = "false"; + }; + new SimGroup(PrimaryPower) { + + new StaticShape(ControlPoint) { + position = "210.948 6.3532 249.726"; + rotation = "1 0 0 0"; + scale = "1 1 1"; + nameTag = "Control Point"; + dataBlock = "FlipFlop"; + lockCount = "0"; + homingCount = "0"; + needsObjectiveWaypoint = "1"; + locked = "false"; + }; + new ForceFieldBare() { + position = "214.472 4.35818 249.655"; + rotation = "1 0 0 0"; + scale = "0.386444 4.32832 7.57281"; + dataBlock = "defaultForceFieldBare"; + lockCount = "0"; + homingCount = "0"; + }; + new ForceFieldBare() { + position = "207.032 4.35818 249.655"; + rotation = "1 0 0 0"; + scale = "0.386444 4.32832 7.57281"; + dataBlock = "defaultForceFieldBare"; + lockCount = "0"; + homingCount = "0"; + }; + new ForceFieldBare() { + position = "207.413 8.6955 249.655"; + rotation = "0 0 1 90"; + scale = "0.386444 7.06983 7.57281"; + dataBlock = "defaultForceFieldBare"; + lockCount = "0"; + homingCount = "0"; + }; + new StaticShape(ShieldGen) { + position = "174.821 19.469 219.67"; + rotation = "0 0 1 90.5273"; + scale = "1 1 1"; + nameTag = "Base"; + dataBlock = "GeneratorLarge"; + lockCount = "0"; + homingCount = "0"; + name = "Shield Generator"; + needsObjectiveWaypoint = "1"; + locked = "true"; + }; + new InteriorInstance(base) { + position = "210.961 -2.7616 219.719"; + rotation = "1 0 0 0"; + scale = "1 1 1"; + interiorFile = "dbase3.dif"; + showTerrainInside = "0"; + AudioProfile = "Universal_Base_Pulse_1"; + locked = "true"; + }; + }; + new StaticShape(Inv5) { + position = "215.27 -7.64356 228.68"; rotation = "0 0 1 179.909"; scale = "1 1 1"; nameTag = "Defense"; dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; - locked = "true"; - scoreValue = "5"; + locked = "false"; }; - new StaticShape() { - position = "237.588 19.7132 219.686"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - nameTag = "Control Point"; - dataBlock = "FlipFlop"; - lockCount = "0"; - homingCount = "0"; - locked = "true"; - WayPoint = "3446"; - needsObjectiveWaypoint = "1"; - }; - new InteriorInstance() { - position = "210.961 -2.7616 219.719"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - interiorFile = "dbase3.dif"; - showTerrainInside = "0"; - AudioProfile = "Universal_Base_Pulse_1"; - locked = "true"; - }; - new StaticShape() { - position = "211.031 12.9246 239.71"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - nameTag = "Primary"; - dataBlock = "GeneratorLarge"; - lockCount = "0"; - homingCount = "0"; - locked = "true"; - WayPoint = "3447"; - damageTimeMS = "35412"; - name = "Primary Generator"; - scoreValue = "5"; - needsObjectiveWaypoint = "1"; - }; - new StaticShape() { - position = "182.86 -5.01 219.7"; + new StaticShape(Inv4) { + position = "206.631 -7.77728 228.68"; rotation = "0 0 1 179.909"; scale = "1 1 1"; nameTag = "Defense"; dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; - locked = "true"; + locked = "false"; }; - new StaticShape() { - position = "201.306 6.13267 219.7"; - rotation = "0 0 1 135.791"; + new StaticShape(Inv6) { + position = "198.896 -31.279 213.66"; + rotation = "0 0 -1 90"; scale = "1 1 1"; nameTag = "Defense"; dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; - locked = "true"; - }; - new StaticShape() { - position = "220.719 6.00303 219.7"; - rotation = "0 0 1 228.037"; - scale = "1 1 1"; - nameTag = "Defense"; - dataBlock = "StationInventory"; - lockCount = "0"; - homingCount = "0"; - locked = "true"; - }; - new ForceFieldBare() { - position = "240.127 10.7499 219.625"; - rotation = "1 0 0 0"; - scale = "1 17.0756 8.19376"; - dataBlock = "defaultForceFieldBare"; - lockCount = "0"; - homingCount = "0"; - locked = "true"; + locked = "false"; }; }; + new Item(RP1) { + position = "211.16 42.98 252.866"; + rotation = "1 0 0 0"; + scale = "1 1 1"; + dataBlock = "RepairPack"; + lockCount = "0"; + homingCount = "0"; + collideable = "0"; + static = "1"; + rotate = "0"; + locked = "true"; + }; + new Item(RP2) { + position = "249.253 19.1488 221.256"; + rotation = "0 0 1 89.3814"; + scale = "1 1 1"; + dataBlock = "RepairPack"; + lockCount = "0"; + homingCount = "0"; + collideable = "0"; + static = "1"; + rotate = "0"; + }; + new Item(RP3) { + position = "190.864 13.5372 215.309"; + rotation = "1 0 0 0"; + scale = "1 1 1"; + dataBlock = "RepairPack"; + lockCount = "0"; + homingCount = "0"; + collideable = "0"; + static = "1"; + rotate = "0"; + }; }; }; + new SimGroup(team0) { + }; }; new AudioEmitter() { position = "206.17 3.7 104.499"; @@ -471,37 +537,18 @@ new SimGroup(MissionGroup) { }; new SimGroup(Ambients) { - new AudioEmitter() { - position = "334.4 -0.33 148.5"; - rotation = "1 0 0 0"; + new TSStatic() { + position = "179.92 19.1 228.7"; + rotation = "0 0 1 89.9544"; scale = "1 1 1"; - fileName = "fx/environment/lavahiss.wav"; - useProfileDescription = "0"; - outsideAmbient = "1"; - volume = "1"; - isLooping = "1"; - is3D = "1"; - minDistance = "5"; - maxDistance = "320"; - coneInsideAngle = "360"; - coneOutsideAngle = "360"; - coneOutsideVolume = "1"; - coneVector = "0 0 1"; - loopCount = "-1"; - minLoopGap = "0"; - maxLoopGap = "0"; - type = "EffectAudioType"; + shapeName = "stackable1m.dts"; locked = "true"; }; - new ParticleEmissionDummy() { - position = "334.414 -0.337833 148.474"; - rotation = "1 0 0 0"; + new TSStatic() { + position = "242.21 34.57 230.27"; + rotation = "0.578959 0.573655 0.57942 120.279"; scale = "1 1 1"; - dataBlock = "doubleTimeEmissionDummy"; - lockCount = "0"; - homingCount = "0"; - emitter = "LightDamageSmoke"; - velocity = "1"; + shapeName = "stackable1m.dts"; locked = "true"; }; new TSStatic() { @@ -518,28 +565,6 @@ new SimGroup(MissionGroup) { shapeName = "stackable3m.dts"; locked = "true"; }; - new TSStatic() { - position = "210.73 7.55 249.67"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - shapeName = "stackable1l.dts"; - locked = "true"; - }; - new InteriorInstance() { - position = "334.291 -0.588567 147.974"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - interiorFile = "dvent.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new TSStatic() { - position = "242.23 36.81 230.27"; - rotation = "0.578959 0.573655 0.57942 120.279"; - scale = "1 1 1"; - shapeName = "stackable1m.dts"; - locked = "true"; - }; new TSStatic() { position = "242.12 35.7 230.27"; rotation = "0.578959 0.573655 0.57942 120.279"; @@ -547,20 +572,6 @@ new SimGroup(MissionGroup) { shapeName = "stackable1m.dts"; locked = "true"; }; - new TSStatic() { - position = "242.21 34.57 230.27"; - rotation = "0.578959 0.573655 0.57942 120.279"; - scale = "1 1 1"; - shapeName = "stackable1m.dts"; - locked = "true"; - }; - new TSStatic() { - position = "179.92 19.1 228.7"; - rotation = "0 0 1 89.9544"; - scale = "1 1 1"; - shapeName = "stackable1m.dts"; - locked = "true"; - }; new TSStatic() { position = "180.2 16.8967 228.71"; rotation = "1 0 0 0"; @@ -568,28 +579,17 @@ new SimGroup(MissionGroup) { shapeName = "stackable4m.dts"; locked = "true"; }; - new ParticleEmissionDummy() { - position = "265.95 17.2597 204.298"; - rotation = "1 0 0 180.091"; - scale = "1.97494 1.80987 1"; - dataBlock = "doubleTimeEmissionDummy"; - lockCount = "0"; - homingCount = "0"; - emitter = "PlasmaExplosionEmitter"; - velocity = "1"; - locked = "true"; - }; - new ParticleEmissionDummy() { - position = "156.059 17.1336 204.271"; - rotation = "0 1 0 180.664"; + new TSStatic() { + position = "242.23 36.81 230.27"; + rotation = "0.578959 0.573655 0.57942 120.279"; scale = "1 1 1"; - dataBlock = "doubleTimeEmissionDummy"; - lockCount = "0"; - homingCount = "0"; - emitter = "PlasmaExplosionEmitter"; - velocity = "1"; + shapeName = "stackable1m.dts"; locked = "true"; }; }; + new SimGroup() { + }; + new SimGroup() { + }; }; //--- OBJECT WRITE END --- diff --git a/base/missions/Flashpoint.mis b/base/missions/Flashpoint.mis index 7504fca..d19cfd9 100644 --- a/base/missions/Flashpoint.mis +++ b/base/missions/Flashpoint.mis @@ -13,10 +13,10 @@ //--- OBJECT WRITE BEGIN --- new SimGroup(MissionGroup) { - musicTrack = "volcanic"; - CnH_timeLimit = "25"; - cdTrack = "3"; powerCount = "0"; + CnH_timeLimit = "25"; + musicTrack = "volcanic"; + cdTrack = "3"; new MissionArea(MissionArea) { area = "-600 -448 1072 1168"; @@ -41,23 +41,23 @@ new SimGroup(MissionGroup) { squareSize = "8"; emptySquares = "250"; visibleDistance = "1200"; - hazeDistance = "250"; locked = "true"; position = "-1024 -1024 0"; + hazeDistance = "250"; }; new NavigationGraph(NavGraph) { conjoinAngleDev = "70"; cullDensity = "0.3"; customArea = "0 0 0 0"; + YDimOverSize = "0"; rotation = "0 0 0 0"; XDimOverSize = "0"; - scale = "1 1 1"; - locked = "true"; - conjoinBowlDev = "20"; GraphFile = "Flashpoint.nav"; - position = "0 0 0 1"; + scale = "1 1 1"; + conjoinBowlDev = "20"; coverage = "0"; - YDimOverSize = "0"; + locked = "true"; + position = "0 0 0 1"; }; new Sky(Sky) { position = "-1024 -1024 0"; @@ -69,10 +69,11 @@ new SimGroup(MissionGroup) { cloudSpeed1 = "0.0001"; cloudSpeed2 = "0.0002"; cloudSpeed3 = "0.0003"; - visibleDistance = "400"; + visibleDistance = "350"; useSkyTextures = "0"; + renderBottomTexture = "0"; SkySolidColor = "0.450000 0.300000 0.250000 1.000000"; - fogDistance = "125"; + fogDistance = "100"; fogColor = "0.450000 0.300000 0.250000 1.000000"; fogVolume1 = "0 0 0"; fogVolume2 = "0 0 0"; @@ -83,8 +84,8 @@ new SimGroup(MissionGroup) { fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000"; fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000000"; fogVolumeColor3 = "128.000000 128.000000 128.000000 0.000000"; - locked = "true"; cloudSpeed0 = "0.000000 0.000000"; + locked = "true"; }; new SimGroup(Lava) { }; @@ -197,7 +198,6 @@ new SimGroup(MissionGroup) { dataBlock = "SensorLargePulse"; lockCount = "0"; homingCount = "0"; - Target = "33"; locked = "true"; }; new StaticShape(Team0flipflop1) { @@ -208,8 +208,6 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; name = "Center Stronghold"; - Projector = "3304"; - Target = "34"; locked = "true"; }; new StaticShape(Team0generatorLarge1) { @@ -220,7 +218,6 @@ new SimGroup(MissionGroup) { dataBlock = "GeneratorLarge"; lockCount = "0"; homingCount = "0"; - Target = "35"; locked = "true"; }; new StaticShape(Team0StationInventory1) { @@ -231,7 +228,6 @@ new SimGroup(MissionGroup) { dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; - Target = "36"; locked = "true"; }; new StaticShape(Team0StationInventory2) { @@ -242,7 +238,6 @@ new SimGroup(MissionGroup) { dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; - Target = "37"; locked = "true"; }; new StaticShape(Team0StationInventory3) { @@ -253,7 +248,6 @@ new SimGroup(MissionGroup) { dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; - Target = "38"; locked = "true"; }; new StaticShape(Team0StationInventory4) { @@ -264,7 +258,6 @@ new SimGroup(MissionGroup) { dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; - Target = "39"; locked = "true"; }; new WayPoint() { @@ -282,7 +275,7 @@ new SimGroup(MissionGroup) { position = "-161.533 -52.577 121.054"; rotation = "1 0 0 0"; scale = "1 1 1"; - interiorFile = "dplat3.dif"; + interiorFile = "dplat1.dif"; showTerrainInside = "0"; locked = "true"; }; @@ -298,7 +291,7 @@ new SimGroup(MissionGroup) { position = "-36.516 78.04 120.967"; rotation = "1 0 0 0"; scale = "1 1 1"; - interiorFile = "dplat3.dif"; + interiorFile = "dplat1.dif"; showTerrainInside = "0"; locked = "true"; }; @@ -311,15 +304,13 @@ new SimGroup(MissionGroup) { locked = "true"; }; new StaticShape() { - position = "-98.521 22.97 199.379"; + position = "-98.521 22.97 198.9"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "LogoProjector"; lockCount = "0"; homingCount = "0"; - Target = "-1"; locked = "true"; - holo = "0"; }; new TSStatic() { position = "-91.995 69.78 143.41"; @@ -418,9 +409,7 @@ new SimGroup(MissionGroup) { dataBlock = "LogoProjector"; lockCount = "0"; homingCount = "0"; - Target = "-1"; locked = "true"; - holo = "0"; }; new WayPoint() { position = "-422.852 -262.799 60.7275"; @@ -442,8 +431,6 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; name = "SW Tower"; - Projector = "3318"; - Target = "40"; locked = "true"; }; new StaticShape(Team0StationInventory5) { @@ -454,7 +441,6 @@ new SimGroup(MissionGroup) { dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; - Target = "41"; locked = "true"; }; new StaticShape(Team0StationInventory6) { @@ -465,7 +451,6 @@ new SimGroup(MissionGroup) { dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; - Target = "42"; locked = "true"; }; new Item() { @@ -478,7 +463,6 @@ new SimGroup(MissionGroup) { collideable = "0"; static = "1"; rotate = "0"; - Target = "-1"; locked = "true"; }; new SimGroup(ffield) { @@ -488,8 +472,9 @@ new SimGroup(MissionGroup) { rotation = "0.0399823 0.0187772 0.999024 129.73"; scale = "1 8.27421 6.59044"; dataBlock = "defaultAllSlowFieldBare"; + lockCount = "0"; + homingCount = "0"; color = "0.500000 0.500000 1.000000 1.000000"; - Target = "43"; locked = "true"; }; }; @@ -517,7 +502,8 @@ new SimGroup(MissionGroup) { dataBlock = "StationVehiclePad"; lockCount = "0"; homingCount = "0"; - Target = "-1"; + Ready = "1"; + station = "3539"; locked = "true"; }; new InteriorInstance() { @@ -548,8 +534,6 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; name = "NW Tower"; - Projector = "3352"; - Target = "45"; locked = "true"; }; new Item() { @@ -562,7 +546,6 @@ new SimGroup(MissionGroup) { collideable = "0"; static = "1"; rotate = "0"; - Target = "-1"; locked = "true"; }; new Item() { @@ -575,7 +558,6 @@ new SimGroup(MissionGroup) { collideable = "0"; static = "1"; rotate = "0"; - Target = "-1"; locked = "true"; }; new Item() { @@ -588,7 +570,6 @@ new SimGroup(MissionGroup) { collideable = "0"; static = "1"; rotate = "0"; - Target = "-1"; locked = "true"; }; new Item() { @@ -601,7 +582,6 @@ new SimGroup(MissionGroup) { collideable = "0"; static = "1"; rotate = "0"; - Target = "-1"; locked = "true"; }; new Item() { @@ -614,7 +594,6 @@ new SimGroup(MissionGroup) { collideable = "0"; static = "1"; rotate = "0"; - Target = "-1"; locked = "true"; }; new Item() { @@ -627,20 +606,18 @@ new SimGroup(MissionGroup) { collideable = "0"; static = "1"; rotate = "0"; - Target = "-1"; locked = "true"; }; new Item() { position = "-352.965 365.238 135.869"; rotation = "1 0 0 0"; scale = "1 1 1"; - dataBlock = "Grenade"; + dataBlock = "grenade"; lockCount = "0"; homingCount = "0"; collideable = "0"; static = "1"; rotate = "0"; - Target = "-1"; locked = "true"; }; new Turret(Team0TurretBaseLarge1) { @@ -652,7 +629,6 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; initialBarrel = "MissileBarrelLarge"; - Target = "46"; locked = "true"; }; new Turret(Team0TurretBaseLarge2) { @@ -664,7 +640,6 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; initialBarrel = "MissileBarrelLarge"; - Target = "47"; locked = "true"; }; new StaticShape(Team0generatorLarge3) { @@ -675,7 +650,6 @@ new SimGroup(MissionGroup) { dataBlock = "GeneratorLarge"; lockCount = "0"; homingCount = "0"; - Target = "48"; locked = "true"; }; new WayPoint() { @@ -712,9 +686,7 @@ new SimGroup(MissionGroup) { dataBlock = "LogoProjector"; lockCount = "0"; homingCount = "0"; - Target = "-1"; locked = "true"; - holo = "0"; }; }; new SimGroup(Tower4) { @@ -751,9 +723,7 @@ new SimGroup(MissionGroup) { dataBlock = "LogoProjector"; lockCount = "0"; homingCount = "0"; - Target = "-1"; locked = "true"; - holo = "0"; }; new StaticShape() { position = "227.909 456.691 53.8"; @@ -763,7 +733,8 @@ new SimGroup(MissionGroup) { dataBlock = "StationVehiclePad"; lockCount = "0"; homingCount = "0"; - Target = "-1"; + Ready = "1"; + station = "3564"; locked = "true"; }; new InteriorInstance() { @@ -782,8 +753,9 @@ new SimGroup(MissionGroup) { rotation = "0 0 1 130.677"; scale = "1 8.27421 6.59044"; dataBlock = "defaultAllSlowFieldBare"; + lockCount = "0"; + homingCount = "0"; color = "0.500000 0.500000 1.000000 1.000000"; - Target = "50"; triggerCount = "0"; locked = "true"; }; @@ -798,7 +770,6 @@ new SimGroup(MissionGroup) { collideable = "0"; static = "1"; rotate = "0"; - Target = "-1"; locked = "true"; }; new StaticShape(Team0StationInventory7) { @@ -809,7 +780,6 @@ new SimGroup(MissionGroup) { dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; - Target = "51"; locked = "true"; }; new StaticShape(Team0StationInventory8) { @@ -820,7 +790,6 @@ new SimGroup(MissionGroup) { dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; - Target = "52"; locked = "true"; }; new StaticShape(Team0flipflop4) { @@ -832,8 +801,6 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; name = "NE Tower"; - Projector = "3356"; - Target = "53"; locked = "true"; }; new InteriorInstance() { @@ -855,8 +822,6 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; name = "SE Tower"; - Projector = "3387"; - Target = "54"; locked = "true"; }; new InteriorInstance() { @@ -877,7 +842,6 @@ new SimGroup(MissionGroup) { collideable = "0"; static = "1"; rotate = "0"; - Target = "-1"; locked = "true"; }; new Item() { @@ -890,7 +854,6 @@ new SimGroup(MissionGroup) { collideable = "0"; static = "1"; rotate = "0"; - Target = "-1"; locked = "true"; }; new Item() { @@ -903,7 +866,6 @@ new SimGroup(MissionGroup) { collideable = "0"; static = "1"; rotate = "0"; - Target = "-1"; locked = "true"; }; new Item() { @@ -916,7 +878,6 @@ new SimGroup(MissionGroup) { collideable = "0"; static = "1"; rotate = "0"; - Target = "-1"; locked = "true"; }; new Item() { @@ -929,7 +890,6 @@ new SimGroup(MissionGroup) { collideable = "0"; static = "1"; rotate = "0"; - Target = "-1"; locked = "true"; }; new Item() { @@ -942,20 +902,18 @@ new SimGroup(MissionGroup) { collideable = "0"; static = "1"; rotate = "0"; - Target = "-1"; locked = "true"; }; new Item() { position = "249.5 -193.952 134.386"; rotation = "1 0 0 0"; scale = "1 1 1"; - dataBlock = "Grenade"; + dataBlock = "grenade"; lockCount = "0"; homingCount = "0"; collideable = "0"; static = "1"; rotate = "0"; - Target = "-1"; locked = "true"; }; new Turret(Team0TurretBaseLarge3) { @@ -967,7 +925,6 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; initialBarrel = "MissileBarrelLarge"; - Target = "55"; locked = "true"; }; new Turret(Team0TurretBaseLarge4) { @@ -979,7 +936,6 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; initialBarrel = "MissileBarrelLarge"; - Target = "56"; locked = "true"; }; new StaticShape(Team0generatorLarge5) { @@ -990,7 +946,6 @@ new SimGroup(MissionGroup) { dataBlock = "GeneratorLarge"; lockCount = "0"; homingCount = "0"; - Target = "57"; locked = "true"; }; new WayPoint() { @@ -1027,31 +982,13 @@ new SimGroup(MissionGroup) { dataBlock = "LogoProjector"; lockCount = "0"; homingCount = "0"; - Target = "-1"; locked = "true"; - holo = "0"; }; }; }; }; new SimGroup(Ambiance) { - new ParticleEmissionDummy() { - position = "-200.388 -69.3782 53.3559"; - rotation = "-0.870674 0.486579 0.0718842 16.5162"; - scale = "1 1 1"; - dataBlock = "defaultEmissionDummy"; - emitter = "HeavyDamageSmoke"; - velocity = "1"; - locked = "true"; - }; - new TSStatic() { - position = "-201.47 -66.557 50.2098"; - rotation = "-0.455902 -0.353976 -0.816612 22.4156"; - scale = "1 1 1"; - shapeName = "vehicle_land_assault_wreck.dts"; - locked = "true"; - }; new AudioEmitter() { position = "-243.602 -14.58 50.3803"; rotation = "1 0 0 0"; @@ -1074,28 +1011,10 @@ new SimGroup(MissionGroup) { type = "EffectAudioType"; locked = "true"; }; - new ParticleEmissionDummy() { - position = "-96.4604 -7.40853 138.913"; - rotation = "1 0 0 179.909"; - scale = "1 1 1"; - dataBlock = "halftimeEmissionDummy"; - emitter = "PlasmaExplosionEmitter"; - velocity = "1"; - locked = "true"; - }; - new ParticleEmissionDummy() { - position = "-96.4693 62.0943 139.032"; - rotation = "1 0 0 179.909"; - scale = "1 1 1"; - dataBlock = "halftimeEmissionDummy"; - emitter = "PlasmaExplosionEmitter"; - velocity = "1"; - locked = "true"; - }; new WaterBlock() { position = "-200 -136 34.9178"; rotation = "1 0 0 0"; - scale = "192 288 9.27051"; + scale = "160 160 9.27051"; liquidType = "CrustyLava"; density = "1"; viscosity = "15"; @@ -1104,10 +1023,10 @@ new SimGroup(MissionGroup) { surfaceOpacity = "1"; envMapTexture = "desert/skies/d_n_move1"; envMapIntensity = "0.5"; - submergeTexture[0] = "special/lavadeath_1"; - submergeTexture[1] = "special/lavadeath_2"; + submergeTexture[0] = "special/lavadeath_1"; + submergeTexture[1] = "special/lavadeath_2"; removeWetEdges = "1"; - locked = "true"; + locked = "false"; }; }; }; diff --git a/base/missions/Gauntlet.mis b/base/missions/Gauntlet.mis index f78c140..004364e 100644 --- a/base/missions/Gauntlet.mis +++ b/base/missions/Gauntlet.mis @@ -13,8 +13,8 @@ //--- OBJECT WRITE BEGIN --- new SimGroup(MissionGroup) { musicTrack = "desert"; - cdTrack = "6"; powerCount = "0"; + cdTrack = "6"; new MissionArea(MissionArea) { area = "-608 -952 1088 1136"; @@ -32,8 +32,9 @@ new SimGroup(MissionGroup) { cloudSpeed1 = "0.0001"; cloudSpeed2 = "0.0002"; cloudSpeed3 = "0.0003"; - visibleDistance = "700"; + visibleDistance = "500"; useSkyTextures = "1"; + renderBottomTexture = "0"; SkySolidColor = "0.365000 0.390000 0.420000 0.000000"; fogDistance = "200"; fogColor = "0.540000 0.540000 0.500000 1.000000"; @@ -43,16 +44,19 @@ new SimGroup(MissionGroup) { materialList = "sky_desert_blue.dml"; windVelocity = "1 0 0"; windEffectPrecipitation = "0"; - locked = "true"; + fogVolumeColor1 = "128.000000 128.000000 128.000000 -0.006211"; + fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000000"; + fogVolumeColor3 = "128.000000 128.000000 128.000000 -848678150027357624000000000000000.000000"; cloudSpeed0 = "0.000150 0.000050"; + locked = "true"; }; new Sun() { direction = "0.57735 0.57735 -0.57735"; color = "0.800000 0.800000 0.800000 1.000000"; ambient = "0.450000 0.450000 0.450000 1.000000"; rotation = "1 0 0 0"; - locked = "true"; scale = "1 1 1"; + locked = "true"; position = "0 0 0"; }; new TerrainBlock(Terrain) { @@ -61,7 +65,7 @@ new SimGroup(MissionGroup) { detailTexture = "details/desertdet1"; terrainFile = "Gauntlet.ter"; squareSize = "8"; - emptySquares = "333158 287371 289433 292507 292748 97431 229270 229526 229782"; + emptySquares = "333158 292507 292748 97431 229270 229526 229782"; locked = "true"; position = "-1024 -1024 0"; }; @@ -69,12 +73,12 @@ new SimGroup(MissionGroup) { conjoinAngleDev = "65"; cullDensity = "0.1"; customArea = "0 0 0 0"; - GraphFile = "Gauntlet.nav"; - rotation = "0 0 0 0"; coverage = "0"; - locked = "true"; - scale = "1 1 1"; + rotation = "0 0 0 0"; conjoinBowlDev = "20"; + scale = "1 1 1"; + GraphFile = "Gauntlet.nav"; + locked = "true"; position = "0 0 0 1"; }; new InteriorInstance() { @@ -128,116 +132,6 @@ new SimGroup(MissionGroup) { }; new SimGroup(BunkerPowered) { - new StaticShape(Team2generatorLarge1) { - position = "114.695 -236.202 71.1529"; - rotation = "0 0 1 89.5639"; - scale = "1 1 1"; - nameTag = "Bunker 1"; - dataBlock = "GeneratorLarge"; - lockCount = "0"; - homingCount = "0"; - locked = "true"; - needsObjectiveWaypoint = true; - }; - new StaticShape(Team2generatorLarge2) { - position = "201.307 -171.776 53.1292"; - rotation = "0 0 -1 89.9544"; - scale = "1 1 1"; - nameTag = "Bunker 2"; - dataBlock = "GeneratorLarge"; - lockCount = "0"; - homingCount = "0"; - locked = "true"; - needsObjectiveWaypoint = true; - }; - new StaticShape(Team2generatorLarge3) { - position = "220.274 -75.7459 47.4929"; - rotation = "0 0 -1 89.9544"; - scale = "1 1 1"; - nameTag = "Bunker 3"; - dataBlock = "GeneratorLarge"; - lockCount = "0"; - homingCount = "0"; - locked = "true"; - needsObjectiveWaypoint = true; - }; - new StaticShape(Team2generatorLarge4) { - position = "122.055 -68.2083 63.2656"; - rotation = "0 0 1 89.5639"; - scale = "1 1 1"; - nameTag = "Bunker 4"; - dataBlock = "GeneratorLarge"; - lockCount = "0"; - homingCount = "0"; - locked = "true"; - needsObjectiveWaypoint = true; - }; - new SimGroup(Bunker1) { - - new InteriorInstance() { - position = "118.967 -235.912 74.1635"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - interiorFile = "pbunk1.dif"; - showTerrainInside = "0"; - AudioProfile = "Universal_Base_2"; - locked = "true"; - }; - new StaticShape(Team2StationInventory1) { - position = "95.2001 -235.966 75.6614"; - rotation = "0 0 1 89.5639"; - scale = "1 1 1"; - nameTag = "Bunker 1"; - dataBlock = "StationInventory"; - lockCount = "0"; - homingCount = "0"; - locked = "true"; - }; - }; - new SimGroup(Bunker2) { - - new InteriorInstance() { - position = "197.033 -172.03 56.1398"; - rotation = "0 0 1 180.482"; - scale = "1 1 1"; - interiorFile = "pbunk1.dif"; - showTerrainInside = "0"; - AudioProfile = "Universal_Base_2"; - locked = "true"; - }; - new StaticShape(Team2StationInventory2) { - position = "220.799 -172.175 57.6378"; - rotation = "0 0 -1 89.9544"; - scale = "1 1 1"; - nameTag = "Bunker 2"; - dataBlock = "StationInventory"; - lockCount = "0"; - homingCount = "0"; - locked = "true"; - }; - }; - new SimGroup(Bunker3) { - - new StaticShape(Team2StationInventory3) { - position = "239.766 -76.1451 52.0015"; - rotation = "0 0 -1 89.9544"; - scale = "1 1 1"; - nameTag = "Bunker 3"; - dataBlock = "StationInventory"; - lockCount = "0"; - homingCount = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "216 -76 50.5035"; - rotation = "0 0 1 180.482"; - scale = "1 1 1"; - interiorFile = "pbunk1.dif"; - showTerrainInside = "0"; - AudioProfile = "Universal_Base_2"; - locked = "true"; - }; - }; new SimGroup(Bunker4) { new InteriorInstance() { @@ -253,7 +147,7 @@ new SimGroup(MissionGroup) { position = "102.56 -67.973 67.7742"; rotation = "0 0 1 89.5639"; scale = "1 1 1"; - nameTag = "Bunker 4"; + nameTag = "West"; dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; @@ -269,216 +163,215 @@ new SimGroup(MissionGroup) { rotation = "1 0 0 0"; scale = "8.5 0.1 9.25"; dataBlock = "defaultTeamSlowFieldBare"; + lockCount = "0"; + homingCount = "0"; triggerCount = "0"; color = "0.500000 0.500000 1.000000 1.000000"; locked = "true"; }; }; }; - }; - new SimGroup(MainPowered) { - - new Turret(Team2TurretBaseLarge1) { - position = "139.716 -171.299 91.382"; - rotation = "0 0 1 89.9544"; - scale = "1 1 1"; - nameTag = "Base Compound"; - dataBlock = "TurretBaseLarge"; - lockCount = "0"; - homingCount = "0"; - initialBarrel = "PlasmaBarrelLarge"; - locked = "true"; - originalBarrel = "PlasmaBarrelLarge"; - }; - new InteriorInstance() { - position = "188.092 -14.516 58.4005"; + new StaticShape(Team2generatorLarge3) { + position = "220.274 -75.7459 47.4929"; rotation = "0 0 -1 89.9544"; scale = "1 1 1"; - interiorFile = "pbunk3.dif"; - showTerrainInside = "0"; - AudioProfile = "Universal_Base_2"; - locked = "true"; - }; - new StaticShape(Team2generatorLarge5) { - position = "188.177 55.5101 44.3984"; - rotation = "0 0 1 180.091"; - scale = "1 1 1"; - nameTag = "Main Base"; + nameTag = "East"; dataBlock = "GeneratorLarge"; lockCount = "0"; homingCount = "0"; + needsObjectiveWaypoint = "1"; locked = "true"; }; - new StaticShape(Team2StationInventory5) { - position = "170.387 56.6136 44.394"; - rotation = "-0 0 -1 89.9543"; + new StaticShape(Team2generatorLarge4) { + position = "122.055 -68.2083 63.2656"; + rotation = "0 0 1 89.5639"; scale = "1 1 1"; - nameTag = "Main Base"; - dataBlock = "StationInventory"; + nameTag = "West"; + dataBlock = "GeneratorLarge"; lockCount = "0"; homingCount = "0"; + needsObjectiveWaypoint = "1"; locked = "true"; }; - new StaticShape(Team2StationInventory6) { - position = "170.383 51.6136 44.394"; - rotation = "-0 0 -1 89.9543"; - scale = "1 1 1"; - nameTag = "Main Base"; - dataBlock = "StationInventory"; - lockCount = "0"; - homingCount = "0"; - locked = "true"; - }; - new StaticShape(Team2StationInventory7) { - position = "170.375 41.6136 44.394"; - rotation = "-0 0 -1 89.9543"; - scale = "1 1 1"; - nameTag = "Main Base"; - dataBlock = "StationInventory"; - lockCount = "0"; - homingCount = "0"; - locked = "true"; - }; - new StaticShape(Team2StationInventory8) { - position = "170.371 36.6136 44.394"; - rotation = "-0 0 -1 89.9543"; - scale = "1 1 1"; - nameTag = "Main Base"; - dataBlock = "StationInventory"; - lockCount = "0"; - homingCount = "0"; - locked = "true"; - }; - new StaticShape(Team2StationInventory9) { - position = "170.4 41.475 50.3957"; - rotation = "-0 0 -1 89.9543"; - scale = "1 1 1"; - nameTag = "Main Base"; - dataBlock = "StationInventory"; - lockCount = "0"; - homingCount = "0"; - locked = "true"; - }; - new StaticShape(Team2StationInventory10) { - position = "170.396 36.475 50.3957"; - rotation = "-0 0 -1 89.9543"; - scale = "1 1 1"; - nameTag = "Main Base"; - dataBlock = "StationInventory"; - lockCount = "0"; - homingCount = "0"; - locked = "true"; - }; - new StaticShape(Team2StationInventory11) { - position = "170.408 51.475 50.3957"; - rotation = "-0 0 -1 89.9543"; - scale = "1 1 1"; - nameTag = "Main Base"; - dataBlock = "StationInventory"; - lockCount = "0"; - homingCount = "0"; - locked = "true"; - }; - new StaticShape(Team2StationInventory12) { - position = "170.412 56.475 50.3957"; - rotation = "-0 0 -1 89.9543"; - scale = "1 1 1"; - nameTag = "Main Base"; - dataBlock = "StationInventory"; - lockCount = "0"; - homingCount = "0"; - locked = "true"; - }; - new Turret(Team2SentryTurret1) { - position = "205.45 5.4293 37.7286"; - rotation = "-1 0 0 90"; - scale = "1 1 1"; - nameTag = "Control Switch"; - dataBlock = "SentryTurret"; - lockCount = "0"; - homingCount = "0"; - initialBarrel = "SentryTurretBarrel"; - locked = "true"; - }; - new SimGroup(field3) { + new SimGroup(Bunker3) { - new ForceFieldBare() { - position = "186.07 25.4553 43.3492"; - rotation = "1 0 0 0"; - scale = "4.08823 4.10441 0.879177"; - dataBlock = "defaultForceFieldBare"; - color = "0.500000 0.500000 1.000000 1.000000"; + new StaticShape(Team2StationInventory3) { + position = "239.766 -76.1451 52.0015"; + rotation = "0 0 -1 89.9544"; + scale = "1 1 1"; + nameTag = "East"; + dataBlock = "StationInventory"; + lockCount = "0"; + homingCount = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "216 -76 50.5035"; + rotation = "0 0 1 180.482"; + scale = "1 1 1"; + interiorFile = "pbunk1.dif"; + showTerrainInside = "0"; + AudioProfile = "Universal_Base_2"; locked = "true"; }; }; - }; - new StaticShape(Team0flipflop1) { - position = "188.098 11.7635 32.4013"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - nameTag = "Main Control"; - dataBlock = "FlipFlop"; - lockCount = "0"; - homingCount = "0"; - scoreValue = "5"; - locked = "true"; - needsObjectiveWaypoint = true; + new SimGroup(MainPowered) { + + new Turret(Team2TurretBaseLarge1) { + position = "139.716 -171.299 91.382"; + rotation = "0 0 1 89.9544"; + scale = "1 1 1"; + nameTag = "Base Compound"; + dataBlock = "TurretBaseLarge"; + lockCount = "0"; + homingCount = "0"; + initialBarrel = "PlasmaBarrelLarge"; + originalBarrel = "PlasmaBarrelLarge"; + locked = "true"; + }; + new InteriorInstance() { + position = "188.092 -14.516 58.4005"; + rotation = "0 0 -1 89.9544"; + scale = "1 1 1"; + interiorFile = "pbunk3.dif"; + showTerrainInside = "0"; + AudioProfile = "Universal_Base_2"; + locked = "true"; + }; + new SimGroup(field3) { + + new ForceFieldBare() { + position = "186.07 25.4553 43.3492"; + rotation = "1 0 0 0"; + scale = "4.08823 4.10441 0.879177"; + dataBlock = "defaultForceFieldBare"; + lockCount = "0"; + homingCount = "0"; + color = "0.500000 0.500000 1.000000 1.000000"; + locked = "true"; + }; + }; + new StaticShape(Team2StationInventory11) { + position = "170.409 52.475 50.3957"; + rotation = "-0 0 -1 89.9543"; + scale = "1 1 1"; + nameTag = "Main Base"; + dataBlock = "StationInventory"; + lockCount = "0"; + homingCount = "0"; + locked = "false"; + }; + new StaticShape(Team2StationInventory6) { + position = "170.384 52.3336 44.394"; + rotation = "-0 0 -1 89.9543"; + scale = "1 1 1"; + nameTag = "Main Base"; + dataBlock = "StationInventory"; + lockCount = "0"; + homingCount = "0"; + locked = "false"; + }; + new StaticShape(Team2StationInventory7) { + position = "170.374 40.6936 44.394"; + rotation = "-0 0 -1 89.9543"; + scale = "1 1 1"; + nameTag = "Main Base"; + dataBlock = "StationInventory"; + lockCount = "0"; + homingCount = "0"; + locked = "false"; + }; + new Turret(Team2SentryTurret1) { + position = "205.45 5.4293 37.7286"; + rotation = "-1 0 0 90"; + scale = "1 1 1"; + nameTag = "Control Switch"; + dataBlock = "SentryTurret"; + lockCount = "0"; + homingCount = "0"; + initialBarrel = "SentryTurretBarrel"; + locked = "true"; + }; + new StaticShape(Team2StationInventory9) { + position = "170.399 40.835 50.3957"; + rotation = "-0 0 -1 89.9543"; + scale = "1 1 1"; + nameTag = "Main Base"; + dataBlock = "StationInventory"; + lockCount = "0"; + homingCount = "0"; + locked = "false"; + }; + }; + new StaticShape(Team0flipflop1) { + position = "188.098 11.7635 32.4013"; + rotation = "1 0 0 0"; + scale = "1 1 1"; + nameTag = "Main Control"; + dataBlock = "FlipFlop"; + lockCount = "0"; + homingCount = "0"; + needsObjectiveWaypoint = "1"; + locked = "true"; + }; }; new SimGroup(AIObjectives) { new SimGroup(RepairTasks1) { - new AIObjective(AIORepairObject) { - position = "112.758 -236.481 72.6048"; + new AIObjective(AIODefendLocation) { + position = "120.118 -68.4877 64.7175"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "AIObjectiveMarker"; lockCount = "0"; homingCount = "0"; - description = "Repair the GeneratorLarge"; - targetObject = "Team2generatorLarge1"; + description = "Defend the GeneratorLarge"; + targetObject = "Team2generatorLarge4"; targetClientId = "-1"; - targetObjectId = "3280"; - location = "112.758 -236.481 72.6048"; - weightLevel1 = "3200"; - weightLevel2 = "3200"; + targetObjectId = "3492"; + location = "120.118 -68.4877 64.7175"; + weightLevel1 = "3150"; + weightLevel2 = "1500"; weightLevel3 = "0"; weightLevel4 = "0"; offense = "0"; defense = "1"; - equipment = "RepairPack"; - buyEquipmentSet = "HeavyRepairSet"; + desiredEquipment = "ShieldPack Plasma PlasmaAmmo"; + buyEquipmentSet = "HeavyShieldSet"; issuedByHuman = "0"; issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3336"; + group = "3517"; + isInvalid = "0"; }; - new AIObjective(AIORepairObject) { - position = "203.246 -171.513 54.5811"; + new AIObjective(AIODefendLocation) { + position = "222.213 -75.4827 48.9448"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "AIObjectiveMarker"; lockCount = "0"; homingCount = "0"; - description = "Repair the GeneratorLarge"; - targetObject = "Team2generatorLarge2"; + description = "Defend the GeneratorLarge"; + targetObject = "Team2generatorLarge3"; targetClientId = "-1"; - targetObjectId = "3281"; - location = "203.246 -171.513 54.5811"; - weightLevel1 = "3200"; - weightLevel2 = "3200"; + targetObjectId = "3491"; + location = "222.213 -75.4827 48.9448"; + weightLevel1 = "3150"; + weightLevel2 = "1500"; weightLevel3 = "0"; weightLevel4 = "0"; offense = "0"; defense = "1"; - equipment = "RepairPack"; - buyEquipmentSet = "HeavyRepairSet"; + desiredEquipment = "ShieldPack Plasma PlasmaAmmo"; + buyEquipmentSet = "HeavyShieldSet"; issuedByHuman = "0"; issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3336"; + group = "3517"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "222.213 -75.4827 48.9448"; @@ -490,7 +383,7 @@ new SimGroup(MissionGroup) { description = "Repair the GeneratorLarge"; targetObject = "Team2generatorLarge3"; targetClientId = "-1"; - targetObjectId = "3282"; + targetObjectId = "3491"; location = "222.213 -75.4827 48.9448"; weightLevel1 = "3200"; weightLevel2 = "3200"; @@ -504,7 +397,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3336"; + group = "3517"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "120.118 -68.4877 64.7175"; @@ -516,7 +410,7 @@ new SimGroup(MissionGroup) { description = "Repair the GeneratorLarge"; targetObject = "Team2generatorLarge4"; targetClientId = "-1"; - targetObjectId = "3283"; + targetObjectId = "3492"; location = "120.118 -68.4877 64.7175"; weightLevel1 = "3200"; weightLevel2 = "3200"; @@ -530,7 +424,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3336"; + group = "3517"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "140.377 -171.298 93.1335"; @@ -542,7 +437,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team2TurretBaseLarge1"; targetClientId = "-1"; - targetObjectId = "3306"; + targetObjectId = "3500"; location = "140.377 -171.298 93.1335"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -556,167 +451,11 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3336"; - }; - new AIObjective(AIODefendLocation) { - position = "112.758 -236.481 72.6048"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - dataBlock = "AIObjectiveMarker"; - lockCount = "0"; - homingCount = "0"; - description = "Defend the GeneratorLarge"; - targetObject = "Team2generatorLarge1"; - targetClientId = "-1"; - targetObjectId = "3280"; - location = "112.758 -236.481 72.6048"; - weightLevel1 = "3150"; - weightLevel2 = "1500"; - weightLevel3 = "0"; - weightLevel4 = "0"; - offense = "0"; - defense = "1"; - desiredEquipment = "ShieldPack Plasma PlasmaAmmo"; - buyEquipmentSet = "HeavyShieldSet"; - issuedByHuman = "0"; - issuedByClientId = "-1"; - forceClientId = "-1"; - locked = "1"; - group = "3336"; - }; - new AIObjective(AIODefendLocation) { - position = "203.246 -171.513 54.5811"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - dataBlock = "AIObjectiveMarker"; - lockCount = "0"; - homingCount = "0"; - description = "Defend the GeneratorLarge"; - targetObject = "Team2generatorLarge2"; - targetClientId = "-1"; - targetObjectId = "3281"; - location = "203.246 -171.513 54.5811"; - weightLevel1 = "3150"; - weightLevel2 = "1500"; - weightLevel3 = "0"; - weightLevel4 = "0"; - offense = "0"; - defense = "1"; - desiredEquipment = "ShieldPack Plasma PlasmaAmmo"; - buyEquipmentSet = "HeavyShieldSet"; - issuedByHuman = "0"; - issuedByClientId = "-1"; - forceClientId = "-1"; - locked = "1"; - group = "3336"; - }; - new AIObjective(AIODefendLocation) { - position = "120.118 -68.4877 64.7175"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - dataBlock = "AIObjectiveMarker"; - lockCount = "0"; - homingCount = "0"; - description = "Defend the GeneratorLarge"; - targetObject = "Team2generatorLarge4"; - targetClientId = "-1"; - targetObjectId = "3283"; - location = "120.118 -68.4877 64.7175"; - weightLevel1 = "3150"; - weightLevel2 = "1500"; - weightLevel3 = "0"; - weightLevel4 = "0"; - offense = "0"; - defense = "1"; - desiredEquipment = "ShieldPack Plasma PlasmaAmmo"; - buyEquipmentSet = "HeavyShieldSet"; - issuedByHuman = "0"; - issuedByClientId = "-1"; - forceClientId = "-1"; - locked = "1"; - group = "3336"; - }; - new AIObjective(AIODefendLocation) { - position = "222.213 -75.4827 48.9448"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - dataBlock = "AIObjectiveMarker"; - lockCount = "0"; - homingCount = "0"; - description = "Defend the GeneratorLarge"; - targetObject = "Team2generatorLarge3"; - targetClientId = "-1"; - targetObjectId = "3282"; - location = "222.213 -75.4827 48.9448"; - weightLevel1 = "3150"; - weightLevel2 = "1500"; - weightLevel3 = "0"; - weightLevel4 = "0"; - offense = "0"; - defense = "1"; - desiredEquipment = "ShieldPack Plasma PlasmaAmmo"; - buyEquipmentSet = "HeavyShieldSet"; - issuedByHuman = "0"; - issuedByClientId = "-1"; - forceClientId = "-1"; - locked = "1"; - group = "3336"; + group = "3517"; + isInvalid = "0"; }; }; new SimGroup(RepairTasks1) { - - new AIObjective(AIORepairObject) { - position = "170.412 56.475 51.9615"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - dataBlock = "AIObjectiveMarker"; - lockCount = "0"; - homingCount = "0"; - description = "Repair the StationInventory"; - targetObject = "Team2StationInventory12"; - targetClientId = "-1"; - targetObjectId = "3323"; - location = "170.412 56.475 51.9615"; - weightLevel1 = "3200"; - weightLevel2 = "1400"; - weightLevel3 = "0"; - weightLevel4 = "0"; - offense = "0"; - defense = "1"; - equipment = "RepairPack"; - buyEquipmentSet = "HeavyRepairSet"; - issuedByHuman = "0"; - issuedByClientId = "-1"; - forceClientId = "-1"; - locked = "1"; - group = "3346"; - }; - new AIObjective(AIORepairObject) { - position = "187.915 57.4495 45.9959"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - dataBlock = "AIObjectiveMarker"; - lockCount = "0"; - homingCount = "0"; - description = "Repair the GeneratorLarge"; - targetObject = "Team2generatorLarge5"; - targetClientId = "-1"; - targetObjectId = "3308"; - location = "187.915 57.4495 45.9959"; - weightLevel1 = "3200"; - weightLevel2 = "1600"; - weightLevel3 = "0"; - weightLevel4 = "0"; - offense = "0"; - defense = "1"; - equipment = "RepairPack"; - buyEquipmentSet = "HeavyRepairSet"; - issuedByHuman = "0"; - issuedByClientId = "-1"; - forceClientId = "-1"; - locked = "1"; - group = "3346"; - }; }; new SimGroup(Deploys1) { @@ -744,7 +483,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3349"; + group = "3525"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "183.404 -1.49377 47.0762"; @@ -770,7 +510,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3349"; + group = "3525"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "168.124 6.92058 47.4296"; @@ -796,7 +537,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3349"; + group = "3525"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "197.073 8.52547 47.8614"; @@ -822,7 +564,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3349"; + group = "3525"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "184.625 -2.27708 47.1274"; @@ -848,7 +591,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3349"; + group = "3525"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "189.948 1.71902 43.9461"; @@ -873,7 +617,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3349"; + group = "3525"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "197.963 -3.68499 47.3984"; @@ -899,7 +644,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3349"; + group = "3525"; + isInvalid = "0"; }; }; new SimGroup(Deploys2) { @@ -928,7 +674,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3357"; + group = "3533"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "193.085 36.2397 39.5804"; @@ -954,7 +701,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3357"; + group = "3533"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "198.968 25.0571 44.9767"; @@ -979,7 +727,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3357"; + group = "3533"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "182 32.5327 43.5125"; @@ -1005,11 +754,12 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3357"; + group = "3533"; + isInvalid = "0"; }; }; new AIObjective(AIODefendLocation) { - position = "188.274 -31.2952 82.9537"; + position = "188.274 -33.6952 82.9537"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "AIObjectiveMarker"; @@ -1018,7 +768,7 @@ new SimGroup(MissionGroup) { description = "Defend the Compound"; targetClientId = "-1"; targetObjectId = "-1"; - location = "188.274 -31.2952 82.9537"; + location = "188.274 -33.6952 82.9537"; weightLevel1 = "3200"; weightLevel2 = "2000"; weightLevel3 = "0"; @@ -1031,6 +781,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; }; }; @@ -1120,6 +871,8 @@ new SimGroup(MissionGroup) { dataBlock = "StationVehiclePad"; lockCount = "0"; homingCount = "0"; + station = "3554"; + Ready = "1"; locked = "true"; }; new StaticShape(Team1StationInventory6) { @@ -1185,7 +938,7 @@ new SimGroup(MissionGroup) { mode = "TouchFlipFlop"; targetObject = "Team0flipflop1"; targetClientId = "-1"; - targetObjectId = "3329"; + targetObjectId = "3515"; location = "188.098 11.7635 34.035"; weightLevel1 = "4630"; weightLevel2 = "3100"; @@ -1199,131 +952,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - }; - new AIObjective(AIOAttackObject) { - position = "112.758 -236.481 72.6048"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - dataBlock = "AIObjectiveMarker"; - lockCount = "0"; - homingCount = "0"; - description = "Attack the GeneratorLarge"; - targetObject = "Team2generatorLarge1"; - targetClientId = "-1"; - targetObjectId = "3280"; - location = "112.758 -236.481 72.6048"; - weightLevel1 = "3100"; - weightLevel2 = "1600"; - weightLevel3 = "0"; - weightLevel4 = "0"; - offense = "1"; - defense = "0"; - desiredEquipment = "ShieldPack PlasmaRifle"; - buyEquipmentSet = "HeavyShieldSet"; - issuedByHuman = "0"; - issuedByClientId = "-1"; - forceClientId = "-1"; - locked = "1"; - }; - new AIObjective(AIOAttackObject) { - position = "205.42 5.76036 37.7286"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - dataBlock = "AIObjectiveMarker"; - lockCount = "0"; - homingCount = "0"; - description = "Attack the SentryTurret"; - targetObject = "Team2SentryTurret1"; - targetClientId = "-1"; - targetObjectId = "3325"; - location = "205.42 5.76036 37.7286"; - weightLevel1 = "2900"; - weightLevel2 = "1400"; - weightLevel3 = "0"; - weightLevel4 = "0"; - offense = "1"; - defense = "0"; - desiredEquipment = "ShieldPack"; - buyEquipmentSet = "HeavyAmmoSet"; - issuedByHuman = "0"; - issuedByClientId = "-1"; - forceClientId = "-1"; - locked = "1"; - }; - new AIObjective(AIOAttackObject) { - position = "187.915 57.4495 45.9959"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - dataBlock = "AIObjectiveMarker"; - lockCount = "0"; - homingCount = "0"; - description = "Attack the GeneratorLarge"; - targetObject = "Team2generatorLarge5"; - targetClientId = "-1"; - targetObjectId = "3308"; - location = "187.915 57.4495 45.9959"; - weightLevel1 = "2900"; - weightLevel2 = "1400"; - weightLevel3 = "0"; - weightLevel4 = "0"; - offense = "1"; - defense = "0"; - desiredEquipment = "ShieldPack"; - buyEquipmentSet = "HeavyShieldSet"; - issuedByHuman = "0"; - issuedByClientId = "-1"; - forceClientId = "-1"; - locked = "1"; - }; - new AIObjective(AIOMortarObject) { - position = "140.377 -171.298 93.1335"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - dataBlock = "AIObjectiveMarker"; - lockCount = "0"; - homingCount = "0"; - description = "Mortar the TurretBaseLarge"; - targetObject = "Team2TurretBaseLarge1"; - targetClientId = "-1"; - targetObjectId = "3306"; - location = "140.377 -171.298 93.1335"; - weightLevel1 = "3200"; - weightLevel2 = "1000"; - weightLevel3 = "0"; - weightLevel4 = "0"; - offense = "1"; - defense = "0"; - equipment = "Mortar"; - buyEquipmentSet = "HeavyAmmoSet"; - issuedByHuman = "0"; - issuedByClientId = "-1"; - forceClientId = "-1"; - locked = "1"; - }; - new AIObjective(AIOAttackObject) { - position = "222.213 -75.4827 48.9448"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - dataBlock = "AIObjectiveMarker"; - lockCount = "0"; - homingCount = "0"; - description = "Attack the GeneratorLarge"; - targetObject = "Team2generatorLarge3"; - targetClientId = "-1"; - targetObjectId = "3282"; - location = "222.213 -75.4827 48.9448"; - weightLevel1 = "3100"; - weightLevel2 = "1600"; - weightLevel3 = "0"; - weightLevel4 = "0"; - offense = "1"; - defense = "0"; - desiredEquipment = "ShieldPack"; - buyEquipmentSet = "MediumShieldSet"; - issuedByHuman = "0"; - issuedByClientId = "-1"; - forceClientId = "-1"; - locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "120.118 -68.4877 64.7175"; @@ -1335,7 +964,7 @@ new SimGroup(MissionGroup) { description = "Attack the GeneratorLarge"; targetObject = "Team2generatorLarge4"; targetClientId = "-1"; - targetObjectId = "3283"; + targetObjectId = "3492"; location = "120.118 -68.4877 64.7175"; weightLevel1 = "3100"; weightLevel2 = "1600"; @@ -1349,21 +978,22 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { - position = "203.246 -171.513 54.5811"; + position = "205.42 5.76036 37.7286"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "AIObjectiveMarker"; lockCount = "0"; homingCount = "0"; - description = "Attack the GeneratorLarge"; - targetObject = "Team2generatorLarge2"; + description = "Attack the SentryTurret"; + targetObject = "Team2SentryTurret1"; targetClientId = "-1"; - targetObjectId = "3281"; - location = "203.246 -171.513 54.5811"; - weightLevel1 = "3100"; - weightLevel2 = "1600"; + targetObjectId = "3509"; + location = "205.42 5.76036 37.7286"; + weightLevel1 = "2900"; + weightLevel2 = "1400"; weightLevel3 = "0"; weightLevel4 = "0"; offense = "1"; @@ -1374,6 +1004,59 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; + }; + new AIObjective(AIOAttackObject) { + position = "222.213 -75.4827 48.9448"; + rotation = "1 0 0 0"; + scale = "1 1 1"; + dataBlock = "AIObjectiveMarker"; + lockCount = "0"; + homingCount = "0"; + description = "Attack the GeneratorLarge"; + targetObject = "Team2generatorLarge3"; + targetClientId = "-1"; + targetObjectId = "3491"; + location = "222.213 -75.4827 48.9448"; + weightLevel1 = "3100"; + weightLevel2 = "1600"; + weightLevel3 = "0"; + weightLevel4 = "0"; + offense = "1"; + defense = "0"; + desiredEquipment = "ShieldPack"; + buyEquipmentSet = "MediumShieldSet"; + issuedByHuman = "0"; + issuedByClientId = "-1"; + forceClientId = "-1"; + locked = "1"; + isInvalid = "0"; + }; + new AIObjective(AIOMortarObject) { + position = "140.377 -171.298 93.1335"; + rotation = "1 0 0 0"; + scale = "1 1 1"; + dataBlock = "AIObjectiveMarker"; + lockCount = "0"; + homingCount = "0"; + description = "Mortar the TurretBaseLarge"; + targetObject = "Team2TurretBaseLarge1"; + targetClientId = "-1"; + targetObjectId = "3500"; + location = "140.377 -171.298 93.1335"; + weightLevel1 = "3200"; + weightLevel2 = "1000"; + weightLevel3 = "0"; + weightLevel4 = "0"; + offense = "1"; + defense = "0"; + equipment = "Mortar"; + buyEquipmentSet = "HeavyAmmoSet"; + issuedByHuman = "0"; + issuedByClientId = "-1"; + forceClientId = "-1"; + locked = "1"; + isInvalid = "0"; }; }; new ForceFieldBare() { @@ -1381,6 +1064,8 @@ new SimGroup(MissionGroup) { rotation = "1 0 0 0"; scale = "0.25 5.25616 5.72361"; dataBlock = "defaultTeamSlowFieldBare"; + lockCount = "0"; + homingCount = "0"; locked = "true"; }; new ForceFieldBare() { @@ -1388,6 +1073,8 @@ new SimGroup(MissionGroup) { rotation = "0 0 -1 90"; scale = "0.25 6.20879 5.72361"; dataBlock = "defaultTeamSlowFieldBare"; + lockCount = "0"; + homingCount = "0"; locked = "true"; }; new Turret() { @@ -1398,8 +1085,8 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; initialBarrel = "PlasmaBarrelLarge"; - locked = "true"; originalBarrel = "PlasmaBarrelLarge"; + locked = "true"; }; new Item() { position = "-204.795 -895.854 61.1125"; @@ -1429,7 +1116,7 @@ new SimGroup(MissionGroup) { new SimGroup(team0) { new Item() { - position = "119.139 -235.921 75.8298"; + position = "187.979 -26.4072 83.9425"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "RepairPack"; @@ -1438,10 +1125,10 @@ new SimGroup(MissionGroup) { collideable = "0"; static = "1"; rotate = "0"; - locked = "true"; + locked = "false"; }; new Item() { - position = "196.861 -172.019 57.8061"; + position = "188.039 56.7323 46.0782"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "RepairPack"; @@ -1450,33 +1137,7 @@ new SimGroup(MissionGroup) { collideable = "0"; static = "1"; rotate = "0"; - locked = "true"; - }; - new Item() { - position = "126.499 -67.9272 67.9425"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - dataBlock = "RepairPack"; - lockCount = "0"; - homingCount = "0"; - collideable = "0"; - static = "1"; - rotate = "0"; - locked = "true"; - }; - new Item() { - position = "215.828 -75.9896 52.1698"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - dataBlock = "RepairPack"; - lockCount = "0"; - homingCount = "0"; - collideable = "0"; - static = "1"; - rotate = "0"; - locked = "true"; - }; - new SimGroup(AIObjectives) { + Target = "-1"; }; }; }; diff --git a/base/missions/Gehenna.mis b/base/missions/Gehenna.mis index b5a459b..e794050 100644 --- a/base/missions/Gehenna.mis +++ b/base/missions/Gehenna.mis @@ -14,11 +14,11 @@ //--- OBJECT WRITE BEGIN --- new SimGroup(MissionGroup) { - musicTrack = "volcanic"; - powerCount = "0"; Hunters_timeLimit = "25"; cdTrack = "3"; + musicTrack = "volcanic"; Team_Hunters_timeLimit = "25"; + powerCount = "0"; new MissionArea(MissionArea) { area = "-432 -656 992 1200"; @@ -30,10 +30,10 @@ new SimGroup(MissionGroup) { direction = "0.57735 0.57735 -0.57735"; color = "0.800000 0.800000 0.800000 1.000000"; ambient = "0.400000 0.400000 0.400000 1.000000"; + position = "-1024 -1024 0"; rotation = "1 0 0 0"; locked = "true"; scale = "1 1 1"; - position = "-1024 -1024 0"; }; new TerrainBlock(Terrain) { rotation = "1 0 0 0"; @@ -41,24 +41,24 @@ new SimGroup(MissionGroup) { detailTexture = "details/lavadet1"; terrainFile = "Gehenna.ter"; squareSize = "8"; + position = "-1024 -1024 0"; locked = "true"; visibleDistance = "1200"; hazeDistance = "250"; - position = "-1024 -1024 0"; }; new NavigationGraph(NavGraph) { conjoinAngleDev = "55"; cullDensity = "0.3"; customArea = "0 0 0 0"; coverage = "0"; - GraphFile = "Gehenna.nav"; - rotation = "0 0 0 0"; + position = "0 0 0 1"; XDimOverSize = "0"; + rotation = "0 0 0 0"; locked = "true"; scale = "1 1 1"; YDimOverSize = "0"; conjoinBowlDev = "20"; - position = "0 0 0 1"; + GraphFile = "Gehenna.nav"; }; new Sky(Sky) { position = "-536 -1136 0"; @@ -70,12 +70,13 @@ new SimGroup(MissionGroup) { cloudSpeed1 = "0.0001"; cloudSpeed2 = "0.0002"; cloudSpeed3 = "0.0003"; - visibleDistance = "500"; + visibleDistance = "400"; useSkyTextures = "1"; + renderBottomTexture = "0"; SkySolidColor = "0.365000 0.330000 0.310000 1.000000"; - fogDistance = "225"; + fogDistance = "200"; fogColor = "0.450000 0.300000 0.250000 1.000000"; - fogVolume1 = "200 50 55"; + fogVolume1 = "0 0 0"; fogVolume2 = "0 0 0"; fogVolume3 = "0 0 0"; materialList = "sky_lava_brown.dml"; @@ -84,11 +85,10 @@ new SimGroup(MissionGroup) { fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000"; fogVolumeColor2 = "128.000000 128.000000 128.000000 -198748244414614883000000000000000000000.000000"; fogVolumeColor3 = "128.000000 128.000000 128.000000 -222768174765569861000000000000000000000.000000"; - locked = "true"; cloudSpeed0 = "0.001000 0.001000"; + locked = "true"; }; new SimGroup(ObserverDropPoints) { - powerCount = "0"; new Camera() { position = "63.0383 -4.39411 233.976"; @@ -128,13 +128,10 @@ new SimGroup(MissionGroup) { }; }; new SimGroup(Teams) { - powerCount = "0"; new SimGroup(Team1) { - powerCount = "0"; new SimGroup(spawnspheres) { - powerCount = "0"; new SpawnSphere() { position = "295.144 371.862 61.7032"; @@ -147,8 +144,8 @@ new SimGroup(MissionGroup) { sphereWeight = "100"; indoorWeight = "0"; outdoorWeight = "100"; - locked = "true"; missionTypesList = "TeamHunters"; + locked = "true"; }; new SpawnSphere() { position = "-187.403 234.596 75.6892"; @@ -161,8 +158,8 @@ new SimGroup(MissionGroup) { sphereWeight = "100"; indoorWeight = "0"; outdoorWeight = "100"; - locked = "true"; missionTypesList = "TeamHunters"; + locked = "true"; }; new SpawnSphere() { position = "476.171 261.308 125.662"; @@ -175,8 +172,8 @@ new SimGroup(MissionGroup) { sphereWeight = "100"; indoorWeight = "0"; outdoorWeight = "100"; - locked = "true"; missionTypesList = "Hunters"; + locked = "true"; }; new SpawnSphere() { position = "260.282 -209.274 112.446"; @@ -189,8 +186,8 @@ new SimGroup(MissionGroup) { sphereWeight = "100"; indoorWeight = "0"; outdoorWeight = "100"; - locked = "true"; missionTypesList = "Hunters"; + locked = "true"; }; new SpawnSphere() { position = "-214.629 -99.2604 91.5018"; @@ -203,16 +200,14 @@ new SimGroup(MissionGroup) { sphereWeight = "100"; indoorWeight = "0"; outdoorWeight = "100"; - locked = "true"; missionTypesList = "Hunters"; + locked = "true"; }; }; }; new SimGroup(team2) { - powerCount = "0"; new SimGroup(spawnspheres) { - powerCount = "0"; new SpawnSphere() { position = "-302.462 -459.008 101.225"; @@ -225,8 +220,8 @@ new SimGroup(MissionGroup) { sphereWeight = "100"; indoorWeight = "0"; outdoorWeight = "100"; - locked = "true"; missionTypesList = "TeamHunters"; + locked = "true"; }; new SpawnSphere() { position = "277.523 -563.635 61.3461"; @@ -239,8 +234,8 @@ new SimGroup(MissionGroup) { sphereWeight = "100"; indoorWeight = "0"; outdoorWeight = "100"; - locked = "true"; missionTypesList = "TeamHunters"; + locked = "true"; }; }; }; @@ -250,8 +245,8 @@ new SimGroup(MissionGroup) { scale = "1 1 1"; interiorFile = "dplat1.dif"; showTerrainInside = "0"; - locked = "true"; missionTypesList = "Hunters TeamHunters"; + locked = "true"; }; new InteriorInstance() { position = "108.28 -28.7261 185.61"; @@ -259,8 +254,8 @@ new SimGroup(MissionGroup) { scale = "1 1 1"; interiorFile = "dplat1.dif"; showTerrainInside = "0"; - locked = "true"; missionTypesList = "Hunters TeamHunters"; + locked = "true"; }; new InteriorInstance() { position = "105.28 -88.7261 185.61"; @@ -268,8 +263,8 @@ new SimGroup(MissionGroup) { scale = "1 1 1"; interiorFile = "dplat1.dif"; showTerrainInside = "0"; - locked = "true"; missionTypesList = "Hunters TeamHunters"; + locked = "true"; }; new InteriorInstance() { position = "59.8795 -58.7261 185.61"; @@ -277,8 +272,8 @@ new SimGroup(MissionGroup) { scale = "1 1 1"; interiorFile = "dplat1.dif"; showTerrainInside = "0"; - locked = "true"; missionTypesList = "Hunters TeamHunters"; + locked = "true"; }; new Item(Nexus) { position = "89.7978 -58.6047 205.61"; @@ -290,10 +285,9 @@ new SimGroup(MissionGroup) { collideable = "0"; static = "1"; rotate = "0"; - flashThreadDir = "1"; - locked = "true"; - Target = "33"; missionTypesList = "Hunters TeamHunters"; + locked = "true"; + flashThreadDir = "1"; }; new WayPoint() { position = "89.5709 -58.3712 207.01"; @@ -305,20 +299,21 @@ new SimGroup(MissionGroup) { homingCount = "0"; name = "The Nexus"; team = "0"; - locked = "true"; missionTypesList = "Hunters TeamHunters"; + locked = "true"; }; new Trigger(NexusTrigger) { position = "79.4439 -49.5435 192.34"; rotation = "1 0 0 0"; scale = "20.8041 18.1619 27.2131"; dataBlock = "gameTrigger"; - polyhedron = "0.0000000 0.0000000 0.0000000 1.0000000 0.0000000 0.0000000 -0.0000000 -1.0000000 -0.0000000 -0.0000000 -0.0000000 1.0000000"; - locked = "true"; + lockCount = "0"; + homingCount = "0"; + polyhedron = "0.0000000 0.0000000 0.0000000 1.0000000 0.0000000 0.0000000 -0.0000000 -0.0000000 1.0000000 -0.0000000 -1.0000000 -0.0000000"; missionTypesList = "Hunters TeamHunters"; + locked = "true"; }; new SimGroup(team0) { - powerCount = "2"; providesPower = "1"; new ForceFieldBare(FORCEFIELD) { @@ -326,18 +321,18 @@ new SimGroup(MissionGroup) { rotation = "1 0 0 0"; scale = "9.55232 8.42736 1"; dataBlock = "defaultForceFieldBare"; + lockCount = "0"; + homingCount = "0"; locked = "true"; - Target = "34"; - team = "0"; }; new ForceFieldBare(FORCEFIELD) { position = "-90.0292 -116.684 183.242"; rotation = "1 0 0 0"; scale = "9.55232 8.42736 1"; dataBlock = "defaultForceFieldBare"; + lockCount = "0"; + homingCount = "0"; locked = "true"; - Target = "35"; - team = "0"; }; new InteriorInstance() { position = "317.046 178.658 63.1775"; @@ -347,7 +342,6 @@ new SimGroup(MissionGroup) { showTerrainInside = "0"; AudioProfile = "Universal_Base_3"; locked = "true"; - team = "0"; }; new InteriorInstance() { position = "403.563 -193.869 62.0471"; @@ -357,7 +351,6 @@ new SimGroup(MissionGroup) { showTerrainInside = "0"; AudioProfile = "Universal_Base_3"; locked = "true"; - team = "0"; }; new InteriorInstance() { position = "60.3802 -471.803 62.1601"; @@ -367,7 +360,6 @@ new SimGroup(MissionGroup) { showTerrainInside = "0"; AudioProfile = "Universal_Base_3"; locked = "true"; - team = "0"; }; new InteriorInstance() { position = "-321.842 -219.391 63.4496"; @@ -377,7 +369,6 @@ new SimGroup(MissionGroup) { showTerrainInside = "0"; AudioProfile = "Universal_Base_3"; locked = "true"; - team = "0"; }; new InteriorInstance() { position = "-22.2284 433.339 62.9738"; @@ -387,7 +378,6 @@ new SimGroup(MissionGroup) { showTerrainInside = "0"; AudioProfile = "Universal_Base_3"; locked = "true"; - team = "0"; }; new StaticShape() { position = "328.76 178.09 75.2046"; @@ -397,9 +387,6 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; locked = "true"; - Target = "36"; - team = "0"; - Trigger = "3353"; }; new StaticShape() { position = "341.11 184.407 -975.383"; @@ -409,8 +396,6 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; locked = "true"; - Target = "37"; - team = "0"; }; new TSStatic() { position = "328.19 176.965 63.1608"; @@ -418,7 +403,6 @@ new SimGroup(MissionGroup) { scale = "1 1 1"; shapeName = "stackable1l.dts"; locked = "true"; - team = "0"; }; new StaticShape() { position = "409.846 -203.678 74.0342"; @@ -428,9 +412,6 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; locked = "true"; - Target = "38"; - team = "0"; - Trigger = "3357"; }; new TSStatic() { position = "411.481 -188.392 62.19"; @@ -438,7 +419,6 @@ new SimGroup(MissionGroup) { scale = "1 1 1"; shapeName = "stackable4l.dts"; locked = "true"; - team = "0"; }; new StaticShape() { position = "53.7353 -481.29 74.3159"; @@ -448,9 +428,6 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; locked = "true"; - Target = "39"; - team = "0"; - Trigger = "3360"; }; new TSStatic() { position = "54.0822 -481.966 62.1909"; @@ -458,7 +435,6 @@ new SimGroup(MissionGroup) { scale = "1 1 1"; shapeName = "stackable5l.dts"; locked = "true"; - team = "0"; }; new StaticShape() { position = "-318.013 -208.534 75.4921"; @@ -468,9 +444,6 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; locked = "true"; - Target = "40"; - team = "0"; - Trigger = "3363"; }; new StaticShape() { position = "-23.2358 444.902 75.027"; @@ -480,9 +453,6 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; locked = "true"; - Target = "41"; - team = "0"; - Trigger = "3365"; }; new TSStatic() { position = "-30.7756 433.268 62.9963"; @@ -490,7 +460,6 @@ new SimGroup(MissionGroup) { scale = "1 1 1"; shapeName = "stackable3m.dts"; locked = "true"; - team = "0"; }; new InteriorInstance() { position = "89.8302 -58.6331 214.41"; @@ -498,9 +467,8 @@ new SimGroup(MissionGroup) { scale = "0.3 0.3 0.3"; interiorFile = "dplat1.dif"; showTerrainInside = "0"; - locked = "true"; - team = "0"; missionTypesList = "Hunters TeamHunters"; + locked = "true"; }; }; new StaticShape() { @@ -511,7 +479,6 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; locked = "true"; - Target = "-1"; }; new StaticShape() { position = "89.798 -58.604 213.681"; @@ -521,11 +488,9 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; locked = "true"; - Target = "-1"; }; }; new SimGroup(Ambiance) { - powerCount = "0"; new WaterBlock() { position = "32 -176 104"; @@ -539,8 +504,8 @@ new SimGroup(MissionGroup) { surfaceOpacity = "1"; envMapTexture = "desert/skies/d_n_move1"; envMapIntensity = "0.5"; - submergeTexture[0] = "special/lavadeath_1"; - submergeTexture[1] = "special/lavadeath_2"; + submergeTexture[0] = "special/lavadeath_1"; + submergeTexture[1] = "special/lavadeath_2"; removeWetEdges = "1"; locked = "true"; }; @@ -556,8 +521,8 @@ new SimGroup(MissionGroup) { surfaceOpacity = "1"; envMapTexture = "desert/skies/d_n_move1"; envMapIntensity = "0.5"; - submergeTexture[0] = "special/lavadeath_1"; - submergeTexture[1] = "special/lavadeath_2"; + submergeTexture[0] = "special/lavadeath_1"; + submergeTexture[1] = "special/lavadeath_2"; removeWetEdges = "0"; locked = "true"; }; @@ -581,7 +546,6 @@ new SimGroup(MissionGroup) { static = "1"; rotate = "0"; locked = "true"; - Target = "-1"; }; new Item() { position = "250.147 -0.328957 146.5"; @@ -594,7 +558,6 @@ new SimGroup(MissionGroup) { static = "1"; rotate = "0"; locked = "true"; - Target = "-1"; }; new Item() { position = "250.024 -12.6038 146.5"; @@ -607,7 +570,6 @@ new SimGroup(MissionGroup) { static = "1"; rotate = "0"; locked = "true"; - Target = "-1"; }; new Item() { position = "249.957 -6.38556 146.36"; @@ -620,7 +582,6 @@ new SimGroup(MissionGroup) { static = "1"; rotate = "0"; locked = "true"; - Target = "-1"; }; new Item() { position = "-104.619 -112.469 189.25"; @@ -633,7 +594,6 @@ new SimGroup(MissionGroup) { static = "1"; rotate = "0"; locked = "true"; - Target = "-1"; }; new Item() { position = "-104.696 -106.251 189.4"; @@ -646,7 +606,6 @@ new SimGroup(MissionGroup) { static = "1"; rotate = "0"; locked = "true"; - Target = "-1"; }; new Item() { position = "-104.799 -118.526 189.4"; @@ -659,7 +618,6 @@ new SimGroup(MissionGroup) { static = "1"; rotate = "0"; locked = "true"; - Target = "-1"; }; new Item() { position = "-106.847 -118.451 196.648"; @@ -672,7 +630,6 @@ new SimGroup(MissionGroup) { static = "1"; rotate = "0"; locked = "true"; - Target = "-1"; }; new InteriorInstance() { position = "-109.733 -112.469 188.244"; @@ -694,14 +651,27 @@ new SimGroup(MissionGroup) { static = "1"; rotate = "0"; locked = "true"; - Target = "-1"; }; - new InteriorInstance() { - position = "-80.7727 -422.333 54.6"; - rotation = "0 0 -1 67.0361"; - scale = "1.58453 1 1"; - interiorFile = "dbrdg10.dif"; - showTerrainInside = "0"; + new AudioEmitter() { + position = "114.043 -77.2696 164.61"; + rotation = "1 0 0 0"; + scale = "1 1 1"; + fileName = "fx/environment/lavahostile.wav"; + useProfileDescription = "0"; + outsideAmbient = "1"; + volume = "1"; + isLooping = "1"; + is3D = "1"; + minDistance = "50"; + maxDistance = "3200"; + coneInsideAngle = "360"; + coneOutsideAngle = "360"; + coneOutsideVolume = "1"; + coneVector = "0 0 1"; + loopCount = "-1"; + minLoopGap = "0"; + maxLoopGap = "0"; + type = "EffectAudioType"; locked = "true"; }; new AudioEmitter() { @@ -1166,79 +1136,6 @@ new SimGroup(MissionGroup) { type = "EffectAudioType"; locked = "true"; }; - new InteriorInstance() { - position = "372.014 198.8 61.4916"; - rotation = "0 0 1 36.6693"; - scale = "1 1 1"; - interiorFile = "dvent.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new ParticleEmissionDummy() { - position = "372.282 199.011 62.373"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - dataBlock = "doubleTimeEmissionDummy"; - emitter = "SmallLightDamageSmoke"; - velocity = "1"; - locked = "true"; - }; - new ParticleEmissionDummy() { - position = "375.994 -249.152 63.8673"; - rotation = "-0 -1 0 12.0321"; - scale = "1 1 1"; - dataBlock = "doubleTimeEmissionDummy"; - emitter = "SmallLightDamageSmoke"; - velocity = "1"; - locked = "true"; - }; - new InteriorInstance() { - position = "375.548 -249.364 63.0611"; - rotation = "0.0997732 -0.306194 0.946726 37.9855"; - scale = "1 1 1"; - interiorFile = "dvent.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new ParticleEmissionDummy() { - position = "-220.537 -168.198 62.6713"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - dataBlock = "doubleTimeEmissionDummy"; - emitter = "SmallLightDamageSmoke"; - velocity = "1"; - locked = "true"; - }; - new InteriorInstance() { - position = "-220.805 -168.409 61.7899"; - rotation = "0 0 1 36.6693"; - scale = "1 1 1"; - interiorFile = "dvent.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new AudioEmitter() { - position = "371.704 199.05 62.0366"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - fileName = "fx/environment/lavahiss.wav"; - useProfileDescription = "0"; - outsideAmbient = "1"; - volume = "1"; - isLooping = "1"; - is3D = "1"; - minDistance = "5"; - maxDistance = "320"; - coneInsideAngle = "360"; - coneOutsideAngle = "360"; - coneOutsideVolume = "1"; - coneVector = "0 0 1"; - loopCount = "-1"; - minLoopGap = "0"; - maxLoopGap = "0"; - type = "EffectAudioType"; - locked = "true"; - }; new AudioEmitter() { position = "376.411 -249.19 64.9593"; rotation = "1 0 0 0"; @@ -1283,34 +1180,26 @@ new SimGroup(MissionGroup) { type = "EffectAudioType"; locked = "true"; }; - new AudioEmitter() { - position = "114.043 -77.2696 164.61"; - rotation = "1 0 0 0"; + new InteriorInstance() { + position = "375.548 -249.364 63.0611"; + rotation = "0.0997732 -0.306194 0.946726 37.9855"; scale = "1 1 1"; - fileName = "fx/environment/lavahostile.wav"; - useProfileDescription = "0"; - outsideAmbient = "1"; - volume = "1"; - isLooping = "1"; - is3D = "1"; - minDistance = "50"; - maxDistance = "3200"; - coneInsideAngle = "360"; - coneOutsideAngle = "360"; - coneOutsideVolume = "1"; - coneVector = "0 0 1"; - loopCount = "-1"; - minLoopGap = "0"; - maxLoopGap = "0"; - type = "EffectAudioType"; + interiorFile = "dvent.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "-220.805 -168.409 61.7899"; + rotation = "0 0 1 36.6693"; + scale = "1 1 1"; + interiorFile = "dvent.dif"; + showTerrainInside = "0"; locked = "true"; }; }; new SimGroup(RandomOrganics) { - powerCount = "0"; new SimGroup(Addition1DSPlant16) { - powerCount = "0"; new TSStatic() { position = "-128.284 -185.398 92.2261"; @@ -1320,9 +1209,9 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "302.219 -116.813 72.8366"; - rotation = "0.302969 -0.263367 0.915886 87.0094"; - scale = "0.9 0.9 0.9"; + position = "25.3474 228.305 56.0699"; + rotation = "0.232142 0.21504 0.948614 97.3866"; + scale = "1.1 1.1 1.1"; shapeName = "dorg16.dts"; locked = "true"; }; @@ -1347,30 +1236,8 @@ new SimGroup(MissionGroup) { shapeName = "dorg16.dts"; locked = "true"; }; - new TSStatic() { - position = "340 -12 61.0375"; - rotation = "0 0 1 34"; - scale = "1 1 1"; - shapeName = "dorg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "388 -324 61.1594"; - rotation = "0 0 1 148"; - scale = "0.9 0.9 0.9"; - shapeName = "dorg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "25.3474 228.305 56.0699"; - rotation = "0.232142 0.21504 0.948614 97.3866"; - scale = "1.1 1.1 1.1"; - shapeName = "dorg16.dts"; - locked = "true"; - }; }; new SimGroup(Addition3DSPlant18) { - powerCount = "0"; new TSStatic() { position = "368.844 164.703 51.1463"; @@ -1400,13 +1267,6 @@ new SimGroup(MissionGroup) { shapeName = "dorg18.dts"; locked = "true"; }; - new TSStatic() { - position = "-36 92 95.025"; - rotation = "0 0 1 28"; - scale = "1.3 1.3 1.3"; - shapeName = "dorg18.dts"; - locked = "true"; - }; new TSStatic() { position = "68 180 60.4468"; rotation = "0 0 -1 7.00012"; @@ -1414,16 +1274,8 @@ new SimGroup(MissionGroup) { shapeName = "dorg18.dts"; locked = "true"; }; - new TSStatic() { - position = "-204 -268 60.5469"; - rotation = "0 0 1 214"; - scale = "0.8 0.8 0.8"; - shapeName = "dorg18.dts"; - locked = "true"; - }; }; new SimGroup(Addition4DSPlant19) { - powerCount = "0"; new TSStatic() { position = "-188 -292 58.2156"; @@ -1432,27 +1284,6 @@ new SimGroup(MissionGroup) { shapeName = "dorg19.dts"; locked = "true"; }; - new TSStatic() { - position = "61.8098 -299.75 161.673"; - rotation = "-0.408512 -0.190864 0.892574 90.1504"; - scale = "1.2 1.2 1.2"; - shapeName = "dorg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "220.474 147.588 59.5219"; - rotation = "0 0 -1 118"; - scale = "1.3 1.3 1.3"; - shapeName = "dorg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "229.591 262.609 50.1644"; - rotation = "0.263624 -0.152203 0.952542 237.617"; - scale = "1.1 1.1 1.1"; - shapeName = "dorg19.dts"; - locked = "true"; - }; new TSStatic() { position = "332 156 58.8593"; rotation = "0 0 -1 29.9998"; @@ -1460,6 +1291,13 @@ new SimGroup(MissionGroup) { shapeName = "dorg19.dts"; locked = "true"; }; + new TSStatic() { + position = "229.591 262.609 50.1644"; + rotation = "0.263624 -0.152203 0.952542 237.617"; + scale = "1.1 1.1 1.1"; + shapeName = "dorg19.dts"; + locked = "true"; + }; }; }; new Lightning() { @@ -1467,6 +1305,8 @@ new SimGroup(MissionGroup) { rotation = "1 0 0 0"; scale = "1057.22 1334.77 375.171"; dataBlock = "DefaultStorm"; + lockCount = "0"; + homingCount = "0"; strikesPerMinute = "15"; strikeWidth = "5"; chanceToHitTarget = "0.9"; diff --git a/base/missions/IceBound.mis b/base/missions/IceBound.mis index 9a3b23b..0e7cf2c 100644 --- a/base/missions/IceBound.mis +++ b/base/missions/IceBound.mis @@ -13,8 +13,8 @@ //--- OBJECT WRITE BEGIN --- new SimGroup(MissionGroup) { cdTrack = "5"; - musicTrack = "ice"; powerCount = "0"; + musicTrack = "ice"; new MissionArea(MissionArea) { area = "-608 -720 1216 1440"; @@ -32,13 +32,14 @@ new SimGroup(MissionGroup) { cloudSpeed1 = "0.0001"; cloudSpeed2 = "0.0002"; cloudSpeed3 = "0.0003"; - visibleDistance = "750"; + visibleDistance = "550"; useSkyTextures = "1"; + renderBottomTexture = "0"; SkySolidColor = "0.365000 0.390000 0.420000 0.000000"; - fogDistance = "50"; + fogDistance = "100"; fogColor = "0.500000 0.500000 0.570000 1.000000"; - fogVolume1 = "750 0 100"; - fogVolume2 = "700 100 250"; + fogVolume1 = "600 0 250"; + fogVolume2 = "0 0 0"; fogVolume3 = "0 0 0"; materialList = "sky_ice_blue.dml"; windVelocity = "1 0 0"; @@ -53,10 +54,10 @@ new SimGroup(MissionGroup) { direction = "0.57735 0.57735 -0.57735"; color = "0.700000 0.700000 0.700000 1.000000"; ambient = "0.400000 0.400000 0.400000 1.000000"; - position = "0 0 0"; - locked = "true"; rotation = "1 0 0 0"; scale = "1 1 1"; + position = "0 0 0"; + locked = "true"; }; new TerrainBlock(Terrain) { rotation = "1 0 0 0"; @@ -72,11 +73,11 @@ new SimGroup(MissionGroup) { conjoinAngleDev = "75"; cullDensity = "0.1"; customArea = "0 0 0 0"; - position = "0 0 0 1"; - locked = "true"; - coverage = "0"; rotation = "0 0 0 0"; scale = "1 1 1"; + coverage = "0"; + position = "0 0 0 1"; + locked = "true"; conjoinBowlDev = "20"; GraphFile = "IceBound.nav"; }; @@ -186,8 +187,8 @@ new SimGroup(MissionGroup) { dataBlock = "GeneratorLarge"; lockCount = "0"; homingCount = "0"; + needsObjectiveWaypoint = "1"; locked = "true"; - needsObjectiveWaypoint = true; }; new StaticShape(Team2generatorLarge2) { position = "444.673 206.305 47.5003"; @@ -197,8 +198,8 @@ new SimGroup(MissionGroup) { dataBlock = "GeneratorLarge"; lockCount = "0"; homingCount = "0"; + needsObjectiveWaypoint = "1"; locked = "true"; - needsObjectiveWaypoint = true; }; new StaticShape(Team2SensorLargePulse1) { position = "412.455 189.482 168.46"; @@ -220,25 +221,28 @@ new SimGroup(MissionGroup) { dataBlock = "FlipFlop"; lockCount = "0"; homingCount = "0"; - scoreValue = "5"; + needsObjectiveWaypoint = "1"; locked = "true"; - needsObjectiveWaypoint = true; }; new ForceFieldBare() { position = "506.928 283.603 45.4741"; rotation = "1 0 0 0"; scale = "9.25262 0.15 10.154"; dataBlock = "defaultTeamSlowFieldBare"; - locked = "true"; + lockCount = "0"; + homingCount = "0"; color = "0.500000 0.500000 1.000000 1.000000"; + locked = "true"; }; new ForceFieldBare() { position = "506.957 293.483 45.4312"; rotation = "1 0 0 0"; scale = "9.25262 0.15 10.154"; dataBlock = "defaultTeamSlowFieldBare"; - locked = "true"; + lockCount = "0"; + homingCount = "0"; color = "0.500000 0.500000 1.000000 1.000000"; + locked = "true"; }; new StaticShape(Team2StationInventory1) { position = "526.277 344.6 47.5"; @@ -326,64 +330,80 @@ new SimGroup(MissionGroup) { rotation = "0 0 1 90"; scale = "9.25262 0.15 10.154"; dataBlock = "defaultTeamSlowFieldBare"; - locked = "true"; + lockCount = "0"; + homingCount = "0"; color = "0.500000 0.500000 1.000000 1.000000"; + locked = "true"; }; new ForceFieldBare() { position = "486.871 266.749 45.3442"; rotation = "0 0 1 90"; scale = "9.25262 0.15 10.154"; dataBlock = "defaultTeamSlowFieldBare"; - locked = "true"; + lockCount = "0"; + homingCount = "0"; color = "0.500000 0.500000 1.000000 1.000000"; + locked = "true"; }; new ForceFieldBare() { position = "444.852 308.478 57.2996"; rotation = "1 0 0 0"; scale = "10.3921 0.15 10.154"; dataBlock = "defaultTeamSlowFieldBare"; - locked = "true"; + lockCount = "0"; + homingCount = "0"; color = "0.500000 0.500000 1.000000 1.000000"; + locked = "true"; }; new ForceFieldBare() { position = "456.89 303.16 57.4493"; rotation = "0 0 1 90"; scale = "10.3921 0.15 10.154"; dataBlock = "defaultTeamSlowFieldBare"; - locked = "true"; + lockCount = "0"; + homingCount = "0"; color = "0.500000 0.500000 1.000000 1.000000"; + locked = "true"; }; new ForceFieldBare() { position = "469.857 306.496 45.4256"; rotation = "1 0 0 0"; scale = "9.25262 0.15 10.154"; dataBlock = "defaultTeamSlowFieldBare"; - locked = "true"; + lockCount = "0"; + homingCount = "0"; color = "0.500000 0.500000 1.000000 1.000000"; + locked = "true"; }; new ForceFieldBare() { position = "469.95 290.4 45.4912"; rotation = "1 0 0 0"; scale = "9.25262 0.15 10.154"; dataBlock = "defaultTeamSlowFieldBare"; - locked = "true"; + lockCount = "0"; + homingCount = "0"; color = "0.500000 0.500000 1.000000 1.000000"; + locked = "true"; }; new ForceFieldBare() { position = "521.875 329.437 45.4572"; rotation = "1 0 0 0"; scale = "9.25262 0.15 10.154"; dataBlock = "defaultTeamSlowFieldBare"; - locked = "true"; + lockCount = "0"; + homingCount = "0"; color = "0.500000 0.500000 1.000000 1.000000"; + locked = "true"; }; new ForceFieldBare() { position = "521.953 323.459 45.3926"; rotation = "1 0 0 0"; scale = "9.25262 0.15 10.154"; dataBlock = "defaultTeamSlowFieldBare"; - locked = "true"; + lockCount = "0"; + homingCount = "0"; color = "0.500000 0.500000 1.000000 1.000000"; + locked = "true"; }; }; new Turret(Team2TurretBaseLarge1) { @@ -403,8 +423,10 @@ new SimGroup(MissionGroup) { rotation = "1 0 0 0"; scale = "6.1 4.1 0.9"; dataBlock = "defaultTeamSlowFieldBare"; - locked = "true"; + lockCount = "0"; + homingCount = "0"; color = "0.500000 0.500000 1.000000 1.000000"; + locked = "true"; }; new Item() { position = "503.051 304.553 89.2088"; @@ -552,56 +574,70 @@ new SimGroup(MissionGroup) { rotation = "1 0 0 0"; scale = "21 0.15 6.5"; dataBlock = "defaultTeamSlowFieldBare"; - locked = "true"; + lockCount = "0"; + homingCount = "0"; color = "0.500000 0.500000 1.000000 1.000000"; + locked = "true"; }; new ForceFieldBare() { position = "435.755 348.34 70.2864"; rotation = "1 0 0 0"; scale = "21 0.15 6.5"; dataBlock = "defaultTeamSlowFieldBare"; - locked = "true"; + lockCount = "0"; + homingCount = "0"; color = "0.500000 0.500000 1.000000 1.000000"; + locked = "true"; }; new ForceFieldBare() { position = "462.072 348.219 80.3008"; rotation = "1 0 0 0"; scale = "30.1 0.15 4.36464"; dataBlock = "defaultTeamSlowFieldBare"; - locked = "true"; + lockCount = "0"; + homingCount = "0"; color = "0.500000 0.500000 1.000000 1.000000"; + locked = "true"; }; new ForceFieldBare() { position = "454.019 138.189 80.2309"; rotation = "1 0 0 0"; scale = "30.1 0.15 4.36464"; dataBlock = "defaultTeamSlowFieldBare"; - locked = "true"; + lockCount = "0"; + homingCount = "0"; color = "0.500000 0.500000 1.000000 1.000000"; + locked = "true"; }; new ForceFieldBare() { position = "460.738 311.622 79.8614"; rotation = "1 0 0 0"; scale = "30.1 0.15 4.36464"; dataBlock = "defaultTeamSlowFieldBare"; - locked = "true"; + lockCount = "0"; + homingCount = "0"; color = "0.500000 0.500000 1.000000 1.000000"; + locked = "true"; }; new ForceFieldBare() { position = "454.767 174.786 80.0512"; rotation = "1 0 0 0"; scale = "30.1 0.15 4.36464"; dataBlock = "defaultTeamSlowFieldBare"; - locked = "true"; + lockCount = "0"; + homingCount = "0"; color = "0.500000 0.500000 1.000000 1.000000"; + locked = "true"; }; new ForceFieldBare() { position = "521.945 276.582 125.464"; rotation = "1 0 0 0"; scale = "12.3108 0.15 12.0284"; dataBlock = "defaultTeamSlowFieldBare"; - locked = "true"; + lockCount = "0"; + homingCount = "0"; color = "0.500000 0.500000 1.000000 1.000000"; + locked = "true"; }; new Turret(Team2SentryTurret2) { position = "429.961 330.024 86.676"; @@ -626,7 +662,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team1StationInventory1"; targetClientId = "-1"; - targetObjectId = "3422"; + targetObjectId = "3611"; location = "-320.461 -106.486 100.301"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -640,56 +676,59 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; - new AIObjective(AIOAttackObject) { - position = "-315.856 -108.433 100.301"; + new AIObjective(AIORepairObject) { + position = "429.991 330.355 86.676"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "AIObjectiveMarker"; lockCount = "0"; homingCount = "0"; - description = "Attack the StationInventory"; - targetObject = "Team1StationInventory2"; + description = "Repair the SentryTurret"; + targetObject = "Team2SentryTurret2"; targetClientId = "-1"; - targetObjectId = "3424"; - location = "-315.856 -108.433 100.301"; - weightLevel1 = "2900"; - weightLevel2 = "1400"; + targetObjectId = "3566"; + location = "429.991 330.355 86.676"; + weightLevel1 = "3100"; + weightLevel2 = "1000"; weightLevel3 = "0"; weightLevel4 = "0"; - offense = "1"; - defense = "0"; - desiredEquipment = "ShieldPack"; - buyEquipmentSet = "HeavyAmmoSet"; + offense = "0"; + defense = "1"; + equipment = "RepairPack"; + buyEquipmentSet = "MediumRepairSet"; issuedByHuman = "0"; issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; - new AIObjective(AIOAttackObject) { - position = "-302.04 -114.274 100.301"; + new AIObjective(AIORepairObject) { + position = "534.516 297.85 170.239"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "AIObjectiveMarker"; lockCount = "0"; homingCount = "0"; - description = "Attack the StationInventory"; - targetObject = "Team1StationInventory3"; + description = "Repair the TurretBaseLarge"; + targetObject = "Team2TurretBaseLarge3"; targetClientId = "-1"; - targetObjectId = "3426"; - location = "-302.04 -114.274 100.301"; - weightLevel1 = "2900"; - weightLevel2 = "1400"; + targetObjectId = "3551"; + location = "534.516 297.85 170.239"; + weightLevel1 = "3100"; + weightLevel2 = "1000"; weightLevel3 = "0"; weightLevel4 = "0"; - offense = "1"; - defense = "0"; - desiredEquipment = "ShieldPack"; - buyEquipmentSet = "HeavyAmmoSet"; + offense = "0"; + defense = "1"; + equipment = "RepairPack"; + buyEquipmentSet = "MediumRepairSet"; issuedByHuman = "0"; issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-306.646 -112.327 100.301"; @@ -701,7 +740,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team1StationInventory4"; targetClientId = "-1"; - targetObjectId = "3428"; + targetObjectId = "3617"; location = "-306.646 -112.327 100.301"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -715,6 +754,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-370.385 30.385 122.871"; @@ -726,7 +766,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team1StationInventory5"; targetClientId = "-1"; - targetObjectId = "3431"; + targetObjectId = "3620"; location = "-370.385 30.385 122.871"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -740,6 +780,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-363.523 24.39 106.865"; @@ -751,7 +792,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team1StationInventory6"; targetClientId = "-1"; - targetObjectId = "3433"; + targetObjectId = "3622"; location = "-363.523 24.39 106.865"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -765,6 +806,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-363.976 -29.636 106.377"; @@ -776,7 +818,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team1StationInventory7"; targetClientId = "-1"; - targetObjectId = "3435"; + targetObjectId = "3624"; location = "-363.976 -29.636 106.377"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -790,6 +832,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-364.003 -29.4751 98.293"; @@ -801,7 +844,7 @@ new SimGroup(MissionGroup) { description = "Attack the generatorLarge"; targetObject = "Team1generatorLarge1"; targetClientId = "-1"; - targetObjectId = "3437"; + targetObjectId = "3626"; location = "-364.003 -29.4751 98.293"; weightLevel1 = "3100"; weightLevel2 = "1600"; @@ -815,6 +858,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "444.214 214.241 49.005"; @@ -826,7 +870,7 @@ new SimGroup(MissionGroup) { description = "Repair the generatorLarge"; targetObject = "Team2generatorLarge1"; targetClientId = "-1"; - targetObjectId = "3294"; + targetObjectId = "3485"; location = "444.214 214.241 49.005"; weightLevel1 = "3200"; weightLevel2 = "1600"; @@ -840,6 +884,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "444.214 214.241 49.005"; @@ -851,7 +896,7 @@ new SimGroup(MissionGroup) { description = "Defend the generatorLarge"; targetObject = "Team2generatorLarge1"; targetClientId = "-1"; - targetObjectId = "3294"; + targetObjectId = "3485"; location = "444.214 214.241 49.005"; weightLevel1 = "3100"; weightLevel2 = "1500"; @@ -865,6 +910,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "444.214 206.311 49.005"; @@ -876,7 +922,7 @@ new SimGroup(MissionGroup) { description = "Repair the generatorLarge"; targetObject = "Team2generatorLarge2"; targetClientId = "-1"; - targetObjectId = "3295"; + targetObjectId = "3486"; location = "444.214 206.311 49.005"; weightLevel1 = "3200"; weightLevel2 = "1600"; @@ -890,6 +936,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "444.214 206.311 49.005"; @@ -901,7 +948,7 @@ new SimGroup(MissionGroup) { description = "Defend the generatorLarge"; targetObject = "Team2generatorLarge2"; targetClientId = "-1"; - targetObjectId = "3295"; + targetObjectId = "3486"; location = "444.214 206.311 49.005"; weightLevel1 = "3100"; weightLevel2 = "1500"; @@ -915,6 +962,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "410.675 189.5 172.735"; @@ -926,7 +974,7 @@ new SimGroup(MissionGroup) { description = "Repair the SensorLargePulse"; targetObject = "Team2SensorLargePulse1"; targetClientId = "-1"; - targetObjectId = "3298"; + targetObjectId = "3487"; location = "410.675 189.5 172.735"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -940,6 +988,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "511.344 288.616 47.1279"; @@ -951,7 +1000,7 @@ new SimGroup(MissionGroup) { description = "Defend the flipflop"; targetObject = "Team0flipflop1"; targetClientId = "-1"; - targetObjectId = "3300"; + targetObjectId = "3489"; location = "511.344 288.616 47.1279"; weightLevel1 = "3900"; weightLevel2 = "2000"; @@ -965,6 +1014,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOTouchObject) { position = "511.344 288.616 47.1279"; @@ -977,7 +1027,7 @@ new SimGroup(MissionGroup) { mode = "TouchFlipFlop"; targetObject = "Team0flipflop1"; targetClientId = "-1"; - targetObjectId = "3300"; + targetObjectId = "3489"; location = "511.344 288.616 47.1279"; weightLevel1 = "3850"; weightLevel2 = "0"; @@ -992,6 +1042,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "526.277 344.6 49.0658"; @@ -1003,7 +1054,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team2StationInventory1"; targetClientId = "-1"; - targetObjectId = "3306"; + targetObjectId = "3495"; location = "526.277 344.6 49.0658"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1017,6 +1068,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "531 344.6 49.0658"; @@ -1028,7 +1080,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team2StationInventory2"; targetClientId = "-1"; - targetObjectId = "3308"; + targetObjectId = "3497"; location = "531 344.6 49.0658"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1042,6 +1094,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "479.648 320.84 70.0646"; @@ -1053,7 +1106,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team2StationInventory3"; targetClientId = "-1"; - targetObjectId = "3310"; + targetObjectId = "3499"; location = "479.648 320.84 70.0646"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1067,6 +1120,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "474.356 348.195 70.0648"; @@ -1078,7 +1132,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team2StationInventory4"; targetClientId = "-1"; - targetObjectId = "3312"; + targetObjectId = "3501"; location = "474.356 348.195 70.0648"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1092,6 +1146,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "540.355 332.247 70.0651"; @@ -1103,7 +1158,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team2StationInventory5"; targetClientId = "-1"; - targetObjectId = "3314"; + targetObjectId = "3503"; location = "540.355 332.247 70.0651"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1117,6 +1172,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "447.413 298.446 59.0551"; @@ -1128,7 +1184,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team2StationInventory6"; targetClientId = "-1"; - targetObjectId = "3316"; + targetObjectId = "3505"; location = "447.413 298.446 59.0551"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1142,6 +1198,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "442.69 298.446 59.0551"; @@ -1153,7 +1210,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team2StationInventory7"; targetClientId = "-1"; - targetObjectId = "3318"; + targetObjectId = "3507"; location = "442.69 298.446 59.0551"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1167,6 +1224,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "528.079 297.526 137.03"; @@ -1178,7 +1236,7 @@ new SimGroup(MissionGroup) { description = "Repair the SentryTurret"; targetObject = "Team2SentryTurret1"; targetClientId = "-1"; - targetObjectId = "3320"; + targetObjectId = "3509"; location = "528.079 297.526 137.03"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -1192,6 +1250,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "497.376 172.261 80.1291"; @@ -1203,7 +1262,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team2TurretBaseLarge1"; targetClientId = "-1"; - targetObjectId = "3337"; + targetObjectId = "3526"; location = "497.376 172.261 80.1291"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -1217,6 +1276,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "465.935 137.356 70.0854"; @@ -1228,7 +1288,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team2StationInventory8"; targetClientId = "-1"; - targetObjectId = "3343"; + targetObjectId = "3532"; location = "465.935 137.356 70.0854"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1242,6 +1302,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "467.512 168.643 70.059"; @@ -1253,7 +1314,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team2StationInventory9"; targetClientId = "-1"; - targetObjectId = "3345"; + targetObjectId = "3534"; location = "467.512 168.643 70.059"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1267,6 +1328,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "418.72 138.352 49.0619"; @@ -1278,7 +1340,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team2StationInventory10"; targetClientId = "-1"; - targetObjectId = "3347"; + targetObjectId = "3536"; location = "418.72 138.352 49.0619"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1292,6 +1354,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "408.356 145.956 49.0543"; @@ -1303,7 +1366,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team2StationInventory11"; targetClientId = "-1"; - targetObjectId = "3349"; + targetObjectId = "3538"; location = "408.356 145.956 49.0543"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1317,6 +1380,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "427.646 200.872 127.068"; @@ -1328,7 +1392,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team2StationInventory12"; targetClientId = "-1"; - targetObjectId = "3351"; + targetObjectId = "3540"; location = "427.646 200.872 127.068"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1342,6 +1406,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "404.345 201.072 127.063"; @@ -1353,7 +1418,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team2StationInventory13"; targetClientId = "-1"; - targetObjectId = "3353"; + targetObjectId = "3542"; location = "404.345 201.072 127.063"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1367,6 +1432,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "426.563 190.36 70.06"; @@ -1378,7 +1444,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team2StationInventory14"; targetClientId = "-1"; - targetObjectId = "3355"; + targetObjectId = "3544"; location = "426.563 190.36 70.06"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1392,6 +1458,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "426.517 205.646 70.0624"; @@ -1403,7 +1470,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team2StationInventory15"; targetClientId = "-1"; - targetObjectId = "3357"; + targetObjectId = "3546"; location = "426.517 205.646 70.0624"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1417,6 +1484,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "440.113 183.632 81.0651"; @@ -1428,7 +1496,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team2StationInventory16"; targetClientId = "-1"; - targetObjectId = "3359"; + targetObjectId = "3548"; location = "440.113 183.632 81.0651"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1442,6 +1510,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "446.537 314.23 80.25"; @@ -1453,7 +1522,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team2TurretBaseLarge2"; targetClientId = "-1"; - targetObjectId = "3361"; + targetObjectId = "3550"; location = "446.537 314.23 80.25"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -1467,56 +1536,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - }; - new AIObjective(AIORepairObject) { - position = "534.516 297.85 170.239"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - dataBlock = "AIObjectiveMarker"; - lockCount = "0"; - homingCount = "0"; - description = "Repair the TurretBaseLarge"; - targetObject = "Team2TurretBaseLarge3"; - targetClientId = "-1"; - targetObjectId = "3362"; - location = "534.516 297.85 170.239"; - weightLevel1 = "3100"; - weightLevel2 = "1000"; - weightLevel3 = "0"; - weightLevel4 = "0"; - offense = "0"; - defense = "1"; - equipment = "RepairPack"; - buyEquipmentSet = "MediumRepairSet"; - issuedByHuman = "0"; - issuedByClientId = "-1"; - forceClientId = "-1"; - locked = "1"; - }; - new AIObjective(AIORepairObject) { - position = "429.991 330.355 86.676"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - dataBlock = "AIObjectiveMarker"; - lockCount = "0"; - homingCount = "0"; - description = "Repair the SentryTurret"; - targetObject = "Team2SentryTurret2"; - targetClientId = "-1"; - targetObjectId = "3377"; - location = "429.991 330.355 86.676"; - weightLevel1 = "3100"; - weightLevel2 = "1000"; - weightLevel3 = "0"; - weightLevel4 = "0"; - offense = "0"; - defense = "1"; - equipment = "RepairPack"; - buyEquipmentSet = "MediumRepairSet"; - issuedByHuman = "0"; - issuedByClientId = "-1"; - forceClientId = "-1"; - locked = "1"; + isInvalid = "0"; }; }; }; @@ -1554,47 +1574,47 @@ new SimGroup(MissionGroup) { dataBlock = "StationVehiclePad"; lockCount = "0"; homingCount = "0"; + Ready = "1"; + station = "3609"; locked = "true"; }; new StaticShape(Team1StationInventory1) { - position = "-320.461 -106.486 98.7353"; + position = "-318.619 -107.265 98.7353"; rotation = "0 0 1 202.918"; scale = "1 1 1"; nameTag = "Vehicle Pad"; dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; - locked = "true"; + locked = "false"; }; - new StaticShape(Team1StationInventory2) { - position = "-315.856 -108.433 98.7353"; - rotation = "0 0 1 202.918"; - scale = "1 1 1"; - nameTag = "Vehicle Pad"; - dataBlock = "StationInventory"; + new ForceFieldBare() { + position = "-372.466 18.7023 132.29"; + rotation = "0 -1 0 43.5448"; + scale = "0.25 10.3585 4.39531"; + dataBlock = "defaultTeamSlowFieldBare"; lockCount = "0"; homingCount = "0"; locked = "true"; }; - new StaticShape(Team1StationInventory3) { - position = "-302.04 -114.274 98.7353"; - rotation = "0 0 1 202.918"; - scale = "1 1 1"; - nameTag = "Vehicle Pad"; - dataBlock = "StationInventory"; + new ForceFieldBare() { + position = "-341.118 19.8695 121.119"; + rotation = "1 0 0 0"; + scale = "0.25 8.52603 7.28607"; + dataBlock = "defaultTeamSlowFieldBare"; lockCount = "0"; homingCount = "0"; locked = "true"; }; new StaticShape(Team1StationInventory4) { - position = "-306.646 -112.327 98.7353"; + position = "-304.067 -113.417 98.7353"; rotation = "0 0 1 202.918"; scale = "1 1 1"; nameTag = "Vehicle Pad"; dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; - locked = "true"; + locked = "false"; }; new InteriorInstance() { position = "-360 -24 118.307"; @@ -1657,7 +1677,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team1StationInventory1"; targetClientId = "-1"; - targetObjectId = "3422"; + targetObjectId = "3611"; location = "-320.461 -106.486 100.301"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1671,56 +1691,59 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; - new AIObjective(AIORepairObject) { - position = "-315.856 -108.433 100.301"; + new AIObjective(AIOAttackObject) { + position = "429.991 330.355 86.676"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "AIObjectiveMarker"; lockCount = "0"; homingCount = "0"; - description = "Repair the StationInventory"; - targetObject = "Team1StationInventory2"; + description = "Attack the SentryTurret"; + targetObject = "Team2SentryTurret2"; targetClientId = "-1"; - targetObjectId = "3424"; - location = "-315.856 -108.433 100.301"; + targetObjectId = "3566"; + location = "429.991 330.355 86.676"; weightLevel1 = "2900"; weightLevel2 = "1400"; weightLevel3 = "0"; weightLevel4 = "0"; - offense = "0"; - defense = "1"; - equipment = "RepairPack"; - buyEquipmentSet = "MediumRepairSet"; + offense = "1"; + defense = "0"; + desiredEquipment = "ShieldPack"; + buyEquipmentSet = "HeavyAmmoSet"; issuedByHuman = "0"; issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; - new AIObjective(AIORepairObject) { - position = "-302.04 -114.274 100.301"; + new AIObjective(AIOMortarObject) { + position = "534.516 297.85 170.239"; rotation = "1 0 0 0"; scale = "1 1 1"; dataBlock = "AIObjectiveMarker"; lockCount = "0"; homingCount = "0"; - description = "Repair the StationInventory"; - targetObject = "Team1StationInventory3"; + description = "Mortar the TurretBaseLarge"; + targetObject = "Team2TurretBaseLarge3"; targetClientId = "-1"; - targetObjectId = "3426"; - location = "-302.04 -114.274 100.301"; - weightLevel1 = "2900"; - weightLevel2 = "1400"; + targetObjectId = "3551"; + location = "534.516 297.85 170.239"; + weightLevel1 = "3400"; + weightLevel2 = "1000"; weightLevel3 = "0"; weightLevel4 = "0"; - offense = "0"; - defense = "1"; - equipment = "RepairPack"; - buyEquipmentSet = "MediumRepairSet"; + offense = "1"; + defense = "0"; + equipment = "Mortar MortarAmmo"; + buyEquipmentSet = "HeavyAmmoSet"; issuedByHuman = "0"; issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-306.646 -112.327 100.301"; @@ -1732,7 +1755,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team1StationInventory4"; targetClientId = "-1"; - targetObjectId = "3428"; + targetObjectId = "3617"; location = "-306.646 -112.327 100.301"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1746,6 +1769,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-370.385 30.385 122.871"; @@ -1757,7 +1781,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team1StationInventory5"; targetClientId = "-1"; - targetObjectId = "3431"; + targetObjectId = "3620"; location = "-370.385 30.385 122.871"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1771,6 +1795,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-363.523 24.39 106.865"; @@ -1782,7 +1807,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team1StationInventory6"; targetClientId = "-1"; - targetObjectId = "3433"; + targetObjectId = "3622"; location = "-363.523 24.39 106.865"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1796,6 +1821,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-363.976 -29.636 106.377"; @@ -1807,7 +1833,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team1StationInventory7"; targetClientId = "-1"; - targetObjectId = "3435"; + targetObjectId = "3624"; location = "-363.976 -29.636 106.377"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1821,6 +1847,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-364.003 -29.4751 98.293"; @@ -1832,7 +1859,7 @@ new SimGroup(MissionGroup) { description = "Repair the generatorLarge"; targetObject = "Team1generatorLarge1"; targetClientId = "-1"; - targetObjectId = "3437"; + targetObjectId = "3626"; location = "-364.003 -29.4751 98.293"; weightLevel1 = "3200"; weightLevel2 = "1600"; @@ -1846,6 +1873,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "-364.003 -29.4751 98.293"; @@ -1857,7 +1885,7 @@ new SimGroup(MissionGroup) { description = "Defend the generatorLarge"; targetObject = "Team1generatorLarge1"; targetClientId = "-1"; - targetObjectId = "3437"; + targetObjectId = "3626"; location = "-364.003 -29.4751 98.293"; weightLevel1 = "3100"; weightLevel2 = "1500"; @@ -1871,6 +1899,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "444.214 214.241 49.005"; @@ -1882,7 +1911,7 @@ new SimGroup(MissionGroup) { description = "Attack the generatorLarge"; targetObject = "Team2generatorLarge1"; targetClientId = "-1"; - targetObjectId = "3294"; + targetObjectId = "3485"; location = "444.214 214.241 49.005"; weightLevel1 = "3100"; weightLevel2 = "1600"; @@ -1896,6 +1925,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "444.214 206.311 49.005"; @@ -1907,7 +1937,7 @@ new SimGroup(MissionGroup) { description = "Attack the generatorLarge"; targetObject = "Team2generatorLarge2"; targetClientId = "-1"; - targetObjectId = "3295"; + targetObjectId = "3486"; location = "444.214 206.311 49.005"; weightLevel1 = "3100"; weightLevel2 = "1600"; @@ -1921,6 +1951,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOMortarObject) { position = "410.675 189.5 172.735"; @@ -1932,7 +1963,7 @@ new SimGroup(MissionGroup) { description = "Mortar the SensorLargePulse"; targetObject = "Team2SensorLargePulse1"; targetClientId = "-1"; - targetObjectId = "3298"; + targetObjectId = "3487"; location = "410.675 189.5 172.735"; weightLevel1 = "3400"; weightLevel2 = "1000"; @@ -1946,6 +1977,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "511.344 288.616 47.1279"; @@ -1957,7 +1989,7 @@ new SimGroup(MissionGroup) { description = "Defend the flipflop"; targetObject = "Team0flipflop1"; targetClientId = "-1"; - targetObjectId = "3300"; + targetObjectId = "3489"; location = "511.344 288.616 47.1279"; weightLevel1 = "3900"; weightLevel2 = "2000"; @@ -1971,6 +2003,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOTouchObject) { position = "511.344 288.616 47.1279"; @@ -1983,7 +2016,7 @@ new SimGroup(MissionGroup) { mode = "TouchFlipFlop"; targetObject = "Team0flipflop1"; targetClientId = "-1"; - targetObjectId = "3300"; + targetObjectId = "3489"; location = "511.344 288.616 47.1279"; weightLevel1 = "3850"; weightLevel2 = "0"; @@ -1998,6 +2031,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "526.277 344.6 49.0658"; @@ -2009,7 +2043,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team2StationInventory1"; targetClientId = "-1"; - targetObjectId = "3306"; + targetObjectId = "3495"; location = "526.277 344.6 49.0658"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2023,6 +2057,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "531 344.6 49.0658"; @@ -2034,7 +2069,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team2StationInventory2"; targetClientId = "-1"; - targetObjectId = "3308"; + targetObjectId = "3497"; location = "531 344.6 49.0658"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2048,6 +2083,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "479.648 320.84 70.0646"; @@ -2059,7 +2095,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team2StationInventory3"; targetClientId = "-1"; - targetObjectId = "3310"; + targetObjectId = "3499"; location = "479.648 320.84 70.0646"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2073,6 +2109,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "474.356 348.195 70.0648"; @@ -2084,7 +2121,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team2StationInventory4"; targetClientId = "-1"; - targetObjectId = "3312"; + targetObjectId = "3501"; location = "474.356 348.195 70.0648"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2098,6 +2135,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "540.355 332.247 70.0651"; @@ -2109,7 +2147,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team2StationInventory5"; targetClientId = "-1"; - targetObjectId = "3314"; + targetObjectId = "3503"; location = "540.355 332.247 70.0651"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2123,6 +2161,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "447.413 298.446 59.0551"; @@ -2134,7 +2173,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team2StationInventory6"; targetClientId = "-1"; - targetObjectId = "3316"; + targetObjectId = "3505"; location = "447.413 298.446 59.0551"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2148,6 +2187,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "442.69 298.446 59.0551"; @@ -2159,7 +2199,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team2StationInventory7"; targetClientId = "-1"; - targetObjectId = "3318"; + targetObjectId = "3507"; location = "442.69 298.446 59.0551"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2173,6 +2213,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "528.079 297.526 137.03"; @@ -2184,7 +2225,7 @@ new SimGroup(MissionGroup) { description = "Attack the SentryTurret"; targetObject = "Team2SentryTurret1"; targetClientId = "-1"; - targetObjectId = "3320"; + targetObjectId = "3509"; location = "528.079 297.526 137.03"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2198,6 +2239,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOMortarObject) { position = "497.376 172.261 80.1291"; @@ -2209,7 +2251,7 @@ new SimGroup(MissionGroup) { description = "Mortar the TurretBaseLarge"; targetObject = "Team2TurretBaseLarge1"; targetClientId = "-1"; - targetObjectId = "3337"; + targetObjectId = "3526"; location = "497.376 172.261 80.1291"; weightLevel1 = "3400"; weightLevel2 = "1000"; @@ -2223,6 +2265,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "465.935 137.356 70.0854"; @@ -2234,7 +2277,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team2StationInventory8"; targetClientId = "-1"; - targetObjectId = "3343"; + targetObjectId = "3532"; location = "465.935 137.356 70.0854"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2248,6 +2291,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "467.512 168.643 70.059"; @@ -2259,7 +2303,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team2StationInventory9"; targetClientId = "-1"; - targetObjectId = "3345"; + targetObjectId = "3534"; location = "467.512 168.643 70.059"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2273,6 +2317,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "418.72 138.352 49.0619"; @@ -2284,7 +2329,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team2StationInventory10"; targetClientId = "-1"; - targetObjectId = "3347"; + targetObjectId = "3536"; location = "418.72 138.352 49.0619"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2298,6 +2343,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "408.356 145.956 49.0543"; @@ -2309,7 +2355,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team2StationInventory11"; targetClientId = "-1"; - targetObjectId = "3349"; + targetObjectId = "3538"; location = "408.356 145.956 49.0543"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2323,6 +2369,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "427.646 200.872 127.068"; @@ -2334,7 +2381,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team2StationInventory12"; targetClientId = "-1"; - targetObjectId = "3351"; + targetObjectId = "3540"; location = "427.646 200.872 127.068"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2348,6 +2395,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "404.345 201.072 127.063"; @@ -2359,7 +2407,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team2StationInventory13"; targetClientId = "-1"; - targetObjectId = "3353"; + targetObjectId = "3542"; location = "404.345 201.072 127.063"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2373,6 +2421,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "426.563 190.36 70.06"; @@ -2384,7 +2433,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team2StationInventory14"; targetClientId = "-1"; - targetObjectId = "3355"; + targetObjectId = "3544"; location = "426.563 190.36 70.06"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2398,6 +2447,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "426.517 205.646 70.0624"; @@ -2409,7 +2459,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team2StationInventory15"; targetClientId = "-1"; - targetObjectId = "3357"; + targetObjectId = "3546"; location = "426.517 205.646 70.0624"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2423,6 +2473,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "440.113 183.632 81.0651"; @@ -2434,7 +2485,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team2StationInventory16"; targetClientId = "-1"; - targetObjectId = "3359"; + targetObjectId = "3548"; location = "440.113 183.632 81.0651"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2448,6 +2499,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIOMortarObject) { position = "446.537 314.23 80.25"; @@ -2459,7 +2511,7 @@ new SimGroup(MissionGroup) { description = "Mortar the TurretBaseLarge"; targetObject = "Team2TurretBaseLarge2"; targetClientId = "-1"; - targetObjectId = "3361"; + targetObjectId = "3550"; location = "446.537 314.23 80.25"; weightLevel1 = "3400"; weightLevel2 = "1000"; @@ -2473,71 +2525,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; - new AIObjective(AIOMortarObject) { - position = "534.516 297.85 170.239"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - dataBlock = "AIObjectiveMarker"; - lockCount = "0"; - homingCount = "0"; - description = "Mortar the TurretBaseLarge"; - targetObject = "Team2TurretBaseLarge3"; - targetClientId = "-1"; - targetObjectId = "3362"; - location = "534.516 297.85 170.239"; - weightLevel1 = "3400"; - weightLevel2 = "1000"; - weightLevel3 = "0"; - weightLevel4 = "0"; - offense = "1"; - defense = "0"; - equipment = "Mortar MortarAmmo"; - buyEquipmentSet = "HeavyAmmoSet"; - issuedByHuman = "0"; - issuedByClientId = "-1"; - forceClientId = "-1"; - locked = "1"; - }; - new AIObjective(AIOAttackObject) { - position = "429.991 330.355 86.676"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - dataBlock = "AIObjectiveMarker"; - lockCount = "0"; - homingCount = "0"; - description = "Attack the SentryTurret"; - targetObject = "Team2SentryTurret2"; - targetClientId = "-1"; - targetObjectId = "3377"; - location = "429.991 330.355 86.676"; - weightLevel1 = "2900"; - weightLevel2 = "1400"; - weightLevel3 = "0"; - weightLevel4 = "0"; - offense = "1"; - defense = "0"; - desiredEquipment = "ShieldPack"; - buyEquipmentSet = "HeavyAmmoSet"; - issuedByHuman = "0"; - issuedByClientId = "-1"; - forceClientId = "-1"; - locked = "1"; - }; - }; - new ForceFieldBare() { - position = "-341.118 19.8695 121.119"; - rotation = "1 0 0 0"; - scale = "0.25 8.52603 7.28607"; - dataBlock = "defaultTeamSlowFieldBare"; - locked = "true"; - }; - new ForceFieldBare() { - position = "-372.466 18.7023 132.29"; - rotation = "0 -1 0 43.5448"; - scale = "0.25 10.3585 4.39531"; - dataBlock = "defaultTeamSlowFieldBare"; - locked = "true"; }; }; new SimGroup(team0) { @@ -2554,38 +2543,6 @@ new SimGroup(MissionGroup) { rotate = "0"; locked = "true"; }; - new InteriorInstance() { - position = "-156.289 394.091 68.7838"; - rotation = "0 0 1 85.9437"; - scale = "1 1 1"; - interiorFile = "sbrdgo.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "95.08 411.917 68.7838"; - rotation = "0 0 1 85.9437"; - scale = "1 1 1"; - interiorFile = "sbrdgo.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "11.291 405.975 68.7838"; - rotation = "0 0 1 85.9437"; - scale = "1 1 1"; - interiorFile = "sbrdgo.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-72.499 400.033 68.7838"; - rotation = "0 0 1 85.9437"; - scale = "1 1 1"; - interiorFile = "sbrdgo.dif"; - showTerrainInside = "0"; - locked = "true"; - }; new SimGroup(AIObjectives) { }; }; diff --git a/base/missions/Insalubria.mis b/base/missions/Insalubria.mis index 901c4cb..929b2b0 100644 --- a/base/missions/Insalubria.mis +++ b/base/missions/Insalubria.mis @@ -12,9 +12,9 @@ //--- OBJECT WRITE BEGIN --- new SimGroup(MissionGroup) { - musicTrack = "badlands"; cdTrack = "4"; powerCount = "0"; + musicTrack = "badlands"; new MissionArea(MissionArea) { area = "-576 -1000 1488 1600"; @@ -32,10 +32,11 @@ new SimGroup(MissionGroup) { cloudSpeed1 = "0.0001"; cloudSpeed2 = "0.0002"; cloudSpeed3 = "0.0003"; - visibleDistance = "400"; + visibleDistance = "350"; useSkyTextures = "1"; + renderBottomTexture = "0"; SkySolidColor = "0.365000 0.390000 0.420000 0.000000"; - fogDistance = "250"; + fogDistance = "225"; fogColor = "0.480000 0.480000 0.450000 1.000000"; fogVolume1 = "0 0 0"; fogVolume2 = "0 0 0"; @@ -46,17 +47,17 @@ new SimGroup(MissionGroup) { fogVolumeColor1 = "128.000000 128.000000 128.000000 -0.002702"; fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000000"; fogVolumeColor3 = "128.000000 128.000000 128.000000 306394995426410077000000000000000.000000"; - locked = "true"; cloudSpeed0 = "0.000100 0.000500"; + locked = "true"; }; new Sun() { direction = "0.57735 0.57735 -0.57735"; color = "0.800000 0.800000 0.800000 1.000000"; ambient = "0.400000 0.400000 0.400000 1.000000"; - position = "40 -768 0"; - locked = "true"; rotation = "1 0 0 0"; scale = "1 1 1"; + position = "40 -768 0"; + locked = "true"; }; new TerrainBlock(Terrain) { rotation = "1 0 0 0"; @@ -71,13 +72,13 @@ new SimGroup(MissionGroup) { conjoinAngleDev = "70"; cullDensity = "0.3"; customArea = "0 0 0 0"; - conjoinBowlDev = "20"; + rotation = "0 0 0 0"; + GraphFile = "Insalubria.nav"; + coverage = "0"; + scale = "1 1 1"; position = "0 0 0 1"; locked = "true"; - rotation = "0 0 0 0"; - coverage = "0"; - GraphFile = "Insalubria.nav"; - scale = "1 1 1"; + conjoinBowlDev = "20"; }; new SimGroup(ObserverDropPoints) { @@ -161,10 +162,8 @@ new SimGroup(MissionGroup) { dataBlock = "FlipFlop"; lockCount = "0"; homingCount = "0"; - tCapThread = "151"; - locked = "true"; name = "Red Rath"; - pCapThread = "150"; + locked = "true"; }; new InteriorInstance() { position = "252.955 -193.723 58.6693"; @@ -289,7 +288,6 @@ new SimGroup(MissionGroup) { dataBlock = "LogoProjector"; lockCount = "0"; homingCount = "0"; - holo = "0"; locked = "true"; holoHeight = "15"; }; @@ -336,10 +334,8 @@ new SimGroup(MissionGroup) { dataBlock = "FlipFlop"; lockCount = "0"; homingCount = "0"; - tCapThread = "205"; - locked = "true"; name = "Green Garrison"; - pCapThread = "204"; + locked = "true"; }; new StaticShape(Team0StationInventory3) { position = "171.811 -493.196 60.7277"; @@ -451,7 +447,6 @@ new SimGroup(MissionGroup) { dataBlock = "LogoProjector"; lockCount = "0"; homingCount = "0"; - holo = "0"; locked = "true"; holoHeight = "15"; }; @@ -484,14 +479,6 @@ new SimGroup(MissionGroup) { shapeName = "stackable3m.dts"; locked = "true"; }; - new InteriorInstance() { - position = "149.552 -389.213 64.5038"; - rotation = "0 0 -1 82.5059"; - scale = "1 1 1"; - interiorFile = "bwall3.dif"; - showTerrainInside = "0"; - locked = "true"; - }; }; new SimGroup(Orange) { providesPower = "1"; @@ -531,10 +518,8 @@ new SimGroup(MissionGroup) { dataBlock = "FlipFlop"; lockCount = "0"; homingCount = "0"; - tCapThread = "174"; - locked = "true"; name = "Orange Outwork"; - pCapThread = "173"; + locked = "true"; }; new Turret(Team0TurretBaseLarge9) { position = "1.07743 -174.961 62.5418"; @@ -651,26 +636,9 @@ new SimGroup(MissionGroup) { dataBlock = "LogoProjector"; lockCount = "0"; homingCount = "0"; - holo = "0"; locked = "true"; holoHeight = "15"; }; - new InteriorInstance() { - position = "72.9329 -98.3728 64.0706"; - rotation = "0 0 1 57.2958"; - scale = "1 1.5 1"; - interiorFile = "bwall3.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-37.4421 27.1092 79.5435"; - rotation = "0 0 1 77.3493"; - scale = "1 1 1"; - interiorFile = "bwall3.dif"; - showTerrainInside = "0"; - locked = "true"; - }; }; new SimGroup(Blue) { providesPower = "1"; @@ -710,10 +678,8 @@ new SimGroup(MissionGroup) { dataBlock = "FlipFlop"; lockCount = "0"; homingCount = "0"; - tCapThread = "226"; - locked = "true"; name = "Blue Bastion"; - pCapThread = "225"; + locked = "true"; }; new Turret(Team0TurretBaseLarge13) { position = "426.033 -387.755 63.229"; @@ -785,12 +751,11 @@ new SimGroup(MissionGroup) { showTerrainInside = "0"; locked = "true"; }; - new InteriorInstance() { - position = "550.764 -500.414 70.2938"; - rotation = "0 0 1 17.7618"; - scale = "1 2.5126 1"; - interiorFile = "bwall1.dif"; - showTerrainInside = "0"; + new TSStatic() { + position = "390.317 -510.938 64.3444"; + rotation = "1 0 0 0"; + scale = "1 1 1"; + shapeName = "stackable2m.dts"; locked = "true"; }; new InteriorInstance() { @@ -808,7 +773,6 @@ new SimGroup(MissionGroup) { dataBlock = "LogoProjector"; lockCount = "0"; homingCount = "0"; - holo = "0"; locked = "true"; holoHeight = "15"; }; @@ -826,13 +790,6 @@ new SimGroup(MissionGroup) { shapeName = "stackable3l.dts"; locked = "true"; }; - new TSStatic() { - position = "390.317 -510.938 64.3444"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - shapeName = "stackable2m.dts"; - locked = "true"; - }; }; new SimGroup(AIObjectives) { }; @@ -989,6 +946,8 @@ new SimGroup(MissionGroup) { dataBlock = "StationVehiclePad"; lockCount = "0"; homingCount = "0"; + Ready = "1"; + station = "3593"; locked = "true"; }; new TSStatic() { @@ -1052,7 +1011,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory8"; targetClientId = "-1"; - targetObjectId = "3363"; + targetObjectId = "3558"; location = "431.308 -509.993 81.8858"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1066,7 +1025,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3407"; + group = "3602"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "399.533 -411.717 64.9804"; @@ -1078,7 +1038,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge14"; targetClientId = "-1"; - targetObjectId = "3362"; + targetObjectId = "3557"; location = "399.533 -411.717 64.9804"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -1092,7 +1052,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3407"; + group = "3602"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "425.583 -387.271 64.9805"; @@ -1104,7 +1065,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge13"; targetClientId = "-1"; - targetObjectId = "3359"; + targetObjectId = "3554"; location = "425.583 -387.271 64.9805"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -1118,7 +1079,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3407"; + group = "3602"; + isInvalid = "0"; }; new AIObjective(AIOTouchObject) { position = "427.113 -510.85 73.3822"; @@ -1131,7 +1093,7 @@ new SimGroup(MissionGroup) { mode = "TouchFlipFlop"; targetObject = "Team0FlipFlop4"; targetClientId = "-1"; - targetObjectId = "3358"; + targetObjectId = "3553"; location = "427.113 -510.85 73.3822"; weightLevel1 = "4150"; weightLevel2 = "4150"; @@ -1145,7 +1107,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3407"; + group = "3602"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "427.113 -510.85 73.3822"; @@ -1157,7 +1120,7 @@ new SimGroup(MissionGroup) { description = "Defend the FlipFlop"; targetObject = "Team0FlipFlop4"; targetClientId = "-1"; - targetObjectId = "3358"; + targetObjectId = "3553"; location = "427.113 -510.85 73.3822"; weightLevel1 = "3500"; weightLevel2 = "2000"; @@ -1171,7 +1134,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3407"; + group = "3602"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "424.775 -522.63 77.2396"; @@ -1197,7 +1161,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3407"; + group = "3602"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "419.195 -508.656 75.996"; @@ -1223,7 +1188,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3407"; + group = "3602"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "430.571 -510.085 79.7152"; @@ -1249,7 +1215,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3407"; + group = "3602"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "418.972 -484.437 65.1499"; @@ -1275,7 +1242,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3407"; + group = "3602"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "408.322 -532.494 65.9261"; @@ -1301,7 +1269,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3407"; + group = "3602"; + isInvalid = "0"; }; }; new SimGroup(grp8) { @@ -1330,7 +1299,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3418"; + group = "3613"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "141.181 -472.359 52.0886"; @@ -1356,7 +1326,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3418"; + group = "3613"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "177.281 -499.591 69.8078"; @@ -1382,7 +1353,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3418"; + group = "3613"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "180.268 -486.555 55.789"; @@ -1408,7 +1380,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3418"; + group = "3613"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "164.503 -484.759 57.8043"; @@ -1434,7 +1407,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3418"; + group = "3613"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "132.432 -576.014 69.6395"; @@ -1446,7 +1420,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge8"; targetClientId = "-1"; - targetObjectId = "3326"; + targetObjectId = "3521"; location = "132.432 -576.014 69.6395"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -1460,7 +1434,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3418"; + group = "3613"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "162.986 -594.526 69.6394"; @@ -1472,7 +1447,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge7"; targetClientId = "-1"; - targetObjectId = "3325"; + targetObjectId = "3520"; location = "162.986 -594.526 69.6394"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -1486,7 +1461,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3418"; + group = "3613"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "247.991 -502.449 65.9845"; @@ -1498,7 +1474,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge6"; targetClientId = "-1"; - targetObjectId = "3321"; + targetObjectId = "3516"; location = "247.991 -502.449 65.9845"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -1512,7 +1488,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3418"; + group = "3613"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "234.262 -469.468 65.9844"; @@ -1524,7 +1501,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge5"; targetClientId = "-1"; - targetObjectId = "3320"; + targetObjectId = "3515"; location = "234.262 -469.468 65.9844"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -1538,7 +1515,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3418"; + group = "3613"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "178.434 -487.826 62.2906"; @@ -1550,7 +1528,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory4"; targetClientId = "-1"; - targetObjectId = "3316"; + targetObjectId = "3511"; location = "178.434 -487.826 62.2906"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1564,7 +1542,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3418"; + group = "3613"; + isInvalid = "0"; }; new AIObjective(AIOTouchObject) { position = "175.109 -490.523 53.7869"; @@ -1577,7 +1556,7 @@ new SimGroup(MissionGroup) { mode = "TouchFlipFlop"; targetObject = "Team0FlipFlop2"; targetClientId = "-1"; - targetObjectId = "3313"; + targetObjectId = "3508"; location = "175.109 -490.523 53.7869"; weightLevel1 = "4150"; weightLevel2 = "4150"; @@ -1591,7 +1570,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3418"; + group = "3613"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "175.109 -490.523 53.7869"; @@ -1603,7 +1583,7 @@ new SimGroup(MissionGroup) { description = "Defend the FlipFlop"; targetObject = "Team0FlipFlop2"; targetClientId = "-1"; - targetObjectId = "3313"; + targetObjectId = "3508"; location = "175.109 -490.523 53.7869"; weightLevel1 = "3500"; weightLevel2 = "2000"; @@ -1617,7 +1597,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3418"; + group = "3613"; + isInvalid = "0"; }; }; new AIObjective(AIORepairObject) { @@ -1630,7 +1611,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team2StationInventory4"; targetClientId = "-1"; - targetObjectId = "3389"; + targetObjectId = "3584"; location = "-250.544 -648.84 82.4323"; weightLevel1 = "2850"; weightLevel2 = "1400"; @@ -1644,6 +1625,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new SimGroup(grp6) { @@ -1671,7 +1653,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3432"; + group = "3627"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "246.45 -201.167 58.5704"; @@ -1697,7 +1680,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3432"; + group = "3627"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "257.856 -187.451 68.6284"; @@ -1723,7 +1707,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3432"; + group = "3627"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "257.845 -214.86 68.6444"; @@ -1749,7 +1734,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3432"; + group = "3627"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "224.096 -201.396 52.5064"; @@ -1775,7 +1761,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3432"; + group = "3627"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "242.26 -150.912 51.821"; @@ -1801,7 +1788,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3432"; + group = "3627"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "248.982 -62.9168 74.1773"; @@ -1813,7 +1801,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge4"; targetClientId = "-1"; - targetObjectId = "3307"; + targetObjectId = "3502"; location = "248.982 -62.9168 74.1773"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -1827,7 +1815,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3432"; + group = "3627"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "287.61 -95.891 74.1686"; @@ -1839,7 +1828,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge3"; targetClientId = "-1"; - targetObjectId = "3306"; + targetObjectId = "3501"; location = "287.61 -95.891 74.1686"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -1853,7 +1842,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3432"; + group = "3627"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "168.983 -165.995 64.03"; @@ -1865,7 +1855,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge2"; targetClientId = "-1"; - targetObjectId = "3302"; + targetObjectId = "3497"; location = "168.983 -165.995 64.03"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -1879,7 +1869,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3432"; + group = "3627"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "168.881 -130.271 64.0301"; @@ -1891,7 +1882,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge1"; targetClientId = "-1"; - targetObjectId = "3301"; + targetObjectId = "3496"; location = "168.881 -130.271 64.0301"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -1905,7 +1896,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3432"; + group = "3627"; + isInvalid = "0"; }; new AIObjective(AIOTouchObject) { position = "252.953 -201.187 54.5324"; @@ -1918,7 +1910,7 @@ new SimGroup(MissionGroup) { mode = "TouchFlipFlop"; targetObject = "Team0FlipFlop1"; targetClientId = "-1"; - targetObjectId = "3295"; + targetObjectId = "3490"; location = "252.953 -201.187 54.5324"; weightLevel1 = "4150"; weightLevel2 = "4150"; @@ -1932,7 +1924,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3432"; + group = "3627"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "252.953 -201.187 54.5324"; @@ -1944,7 +1937,7 @@ new SimGroup(MissionGroup) { description = "Defend the FlipFlop"; targetObject = "Team0FlipFlop1"; targetClientId = "-1"; - targetObjectId = "3295"; + targetObjectId = "3490"; location = "252.953 -201.187 54.5324"; weightLevel1 = "3500"; weightLevel2 = "2000"; @@ -1958,7 +1951,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3432"; + group = "3627"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "257.234 -201.181 63.0361"; @@ -1970,7 +1964,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory2"; targetClientId = "-1"; - targetObjectId = "3293"; + targetObjectId = "3488"; location = "257.234 -201.181 63.0361"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1984,7 +1978,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3432"; + group = "3627"; + isInvalid = "0"; }; }; new SimGroup(grp7) { @@ -2013,7 +2008,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3446"; + group = "3641"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "-7.02179 -56.3843 53.4228"; @@ -2039,7 +2035,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3446"; + group = "3641"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "10.8613 -85.727 51.4821"; @@ -2065,7 +2062,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3446"; + group = "3641"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-83.4293 -126.212 62.1059"; @@ -2077,7 +2075,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge12"; targetClientId = "-1"; - targetObjectId = "3348"; + targetObjectId = "3543"; location = "-83.4293 -126.212 62.1059"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -2091,7 +2089,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3446"; + group = "3641"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-83.3273 -161.936 62.1058"; @@ -2103,7 +2102,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge11"; targetClientId = "-1"; - targetObjectId = "3347"; + targetObjectId = "3542"; location = "-83.3273 -161.936 62.1058"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -2117,7 +2116,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3446"; + group = "3641"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-9.84089 -71.0445 61.7886"; @@ -2129,7 +2129,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory6"; targetClientId = "-1"; - targetObjectId = "3342"; + targetObjectId = "3537"; location = "-9.84089 -71.0445 61.7886"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2143,7 +2143,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3446"; + group = "3641"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "23.1863 -146.896 64.2932"; @@ -2155,7 +2156,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge10"; targetClientId = "-1"; - targetObjectId = "3341"; + targetObjectId = "3536"; location = "23.1863 -146.896 64.2932"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -2169,7 +2170,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3446"; + group = "3641"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "1.60257 -175.362 64.2933"; @@ -2181,7 +2183,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge9"; targetClientId = "-1"; - targetObjectId = "3338"; + targetObjectId = "3533"; location = "1.60257 -175.362 64.2933"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -2195,7 +2197,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3446"; + group = "3641"; + isInvalid = "0"; }; new AIObjective(AIOTouchObject) { position = "-12.6712 -67.8323 53.2849"; @@ -2208,7 +2211,7 @@ new SimGroup(MissionGroup) { mode = "TouchFlipFlop"; targetObject = "Team0FlipFlop3"; targetClientId = "-1"; - targetObjectId = "3337"; + targetObjectId = "3532"; location = "-12.6712 -67.8323 53.2849"; weightLevel1 = "4150"; weightLevel2 = "4150"; @@ -2222,7 +2225,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3446"; + group = "3641"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "-12.6712 -67.8323 53.2849"; @@ -2234,7 +2238,7 @@ new SimGroup(MissionGroup) { description = "Defend the FlipFlop"; targetObject = "Team0FlipFlop3"; targetClientId = "-1"; - targetObjectId = "3337"; + targetObjectId = "3532"; location = "-12.6712 -67.8323 53.2849"; weightLevel1 = "3500"; weightLevel2 = "2000"; @@ -2248,7 +2252,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3446"; + group = "3641"; + isInvalid = "0"; }; }; }; @@ -2341,6 +2346,8 @@ new SimGroup(MissionGroup) { dataBlock = "StationVehiclePad"; lockCount = "0"; homingCount = "0"; + Ready = "1"; + station = "3665"; locked = "true"; }; new StaticShape(Team1StationInventory2) { @@ -2476,7 +2483,7 @@ new SimGroup(MissionGroup) { mode = "TouchFlipFlop"; targetObject = "Team0FlipFlop4"; targetClientId = "-1"; - targetObjectId = "3358"; + targetObjectId = "3553"; location = "427.113 -510.85 73.3822"; weightLevel1 = "4150"; weightLevel2 = "4150"; @@ -2490,7 +2497,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3490"; + group = "3685"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "431.308 -509.993 81.8858"; @@ -2502,7 +2510,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory8"; targetClientId = "-1"; - targetObjectId = "3363"; + targetObjectId = "3558"; location = "431.308 -509.993 81.8858"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2516,7 +2524,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3490"; + group = "3685"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "425.583 -387.271 64.9805"; @@ -2528,7 +2537,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge13"; targetClientId = "-1"; - targetObjectId = "3359"; + targetObjectId = "3554"; location = "425.583 -387.271 64.9805"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -2542,7 +2551,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3490"; + group = "3685"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "399.533 -411.717 64.9804"; @@ -2554,7 +2564,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge14"; targetClientId = "-1"; - targetObjectId = "3362"; + targetObjectId = "3557"; location = "399.533 -411.717 64.9804"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -2568,7 +2578,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3490"; + group = "3685"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "427.113 -510.85 73.3822"; @@ -2580,7 +2591,7 @@ new SimGroup(MissionGroup) { description = "Defend the FlipFlop"; targetObject = "Team0FlipFlop4"; targetClientId = "-1"; - targetObjectId = "3358"; + targetObjectId = "3553"; location = "427.113 -510.85 73.3822"; weightLevel1 = "3500"; weightLevel2 = "2000"; @@ -2594,7 +2605,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3490"; + group = "3685"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "424.775 -522.63 77.2396"; @@ -2620,7 +2632,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3490"; + group = "3685"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "419.195 -508.656 75.996"; @@ -2646,7 +2659,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3490"; + group = "3685"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "430.571 -510.085 79.7152"; @@ -2672,7 +2686,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3490"; + group = "3685"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "418.972 -484.437 65.1499"; @@ -2698,7 +2713,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3490"; + group = "3685"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "408.322 -532.494 65.9261"; @@ -2724,7 +2740,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3490"; + group = "3685"; + isInvalid = "0"; }; }; new AIObjective(AIORepairObject) { @@ -2737,7 +2754,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team1StationInventory5"; targetClientId = "-1"; - targetObjectId = "3483"; + targetObjectId = "3678"; location = "594.225 344.218 69.6957"; weightLevel1 = "2850"; weightLevel2 = "1400"; @@ -2751,6 +2768,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new SimGroup(grp4) { @@ -2764,7 +2782,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge5"; targetClientId = "-1"; - targetObjectId = "3320"; + targetObjectId = "3515"; location = "234.262 -469.468 65.9844"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -2778,7 +2796,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3502"; + group = "3697"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "132.432 -576.014 69.6395"; @@ -2790,7 +2809,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge8"; targetClientId = "-1"; - targetObjectId = "3326"; + targetObjectId = "3521"; location = "132.432 -576.014 69.6395"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -2804,7 +2823,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3502"; + group = "3697"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "175.109 -490.523 53.7869"; @@ -2816,7 +2836,7 @@ new SimGroup(MissionGroup) { description = "Defend the FlipFlop"; targetObject = "Team0FlipFlop2"; targetClientId = "-1"; - targetObjectId = "3313"; + targetObjectId = "3508"; location = "175.109 -490.523 53.7869"; weightLevel1 = "3500"; weightLevel2 = "2000"; @@ -2830,7 +2850,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3502"; + group = "3697"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "162.986 -594.526 69.6394"; @@ -2842,7 +2863,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge7"; targetClientId = "-1"; - targetObjectId = "3325"; + targetObjectId = "3520"; location = "162.986 -594.526 69.6394"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -2856,7 +2877,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3502"; + group = "3697"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "178.434 -487.826 62.2906"; @@ -2868,7 +2890,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory4"; targetClientId = "-1"; - targetObjectId = "3316"; + targetObjectId = "3511"; location = "178.434 -487.826 62.2906"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2882,7 +2904,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3502"; + group = "3697"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "247.991 -502.449 65.9845"; @@ -2894,7 +2917,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge6"; targetClientId = "-1"; - targetObjectId = "3321"; + targetObjectId = "3516"; location = "247.991 -502.449 65.9845"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -2908,7 +2931,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3502"; + group = "3697"; + isInvalid = "0"; }; new AIObjective(AIOTouchObject) { position = "175.109 -490.523 53.7869"; @@ -2921,7 +2945,7 @@ new SimGroup(MissionGroup) { mode = "TouchFlipFlop"; targetObject = "Team0FlipFlop2"; targetClientId = "-1"; - targetObjectId = "3313"; + targetObjectId = "3508"; location = "175.109 -490.523 53.7869"; weightLevel1 = "4150"; weightLevel2 = "4150"; @@ -2935,7 +2959,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3502"; + group = "3697"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "203.001 -494.735 50.207"; @@ -2961,7 +2986,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3502"; + group = "3697"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "141.181 -472.359 52.0886"; @@ -2987,7 +3013,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3502"; + group = "3697"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "177.281 -499.591 69.8078"; @@ -3013,7 +3040,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3502"; + group = "3697"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "180.268 -486.555 55.789"; @@ -3039,7 +3067,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3502"; + group = "3697"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "164.503 -484.759 57.8043"; @@ -3065,7 +3094,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3502"; + group = "3697"; + isInvalid = "0"; }; }; new SimGroup(grp2) { @@ -3080,7 +3110,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge1"; targetClientId = "-1"; - targetObjectId = "3301"; + targetObjectId = "3496"; location = "168.881 -130.271 64.0301"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -3094,7 +3124,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3515"; + group = "3710"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "248.982 -62.9168 74.1773"; @@ -3106,7 +3137,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge4"; targetClientId = "-1"; - targetObjectId = "3307"; + targetObjectId = "3502"; location = "248.982 -62.9168 74.1773"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -3120,7 +3151,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3515"; + group = "3710"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "252.953 -201.187 54.5324"; @@ -3132,7 +3164,7 @@ new SimGroup(MissionGroup) { description = "Defend the FlipFlop"; targetObject = "Team0FlipFlop1"; targetClientId = "-1"; - targetObjectId = "3295"; + targetObjectId = "3490"; location = "252.953 -201.187 54.5324"; weightLevel1 = "3500"; weightLevel2 = "2000"; @@ -3146,7 +3178,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3515"; + group = "3710"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "287.61 -95.891 74.1686"; @@ -3158,7 +3191,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge3"; targetClientId = "-1"; - targetObjectId = "3306"; + targetObjectId = "3501"; location = "287.61 -95.891 74.1686"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -3172,7 +3205,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3515"; + group = "3710"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "257.234 -201.181 63.0361"; @@ -3184,7 +3218,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory2"; targetClientId = "-1"; - targetObjectId = "3293"; + targetObjectId = "3488"; location = "257.234 -201.181 63.0361"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -3198,7 +3232,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3515"; + group = "3710"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "168.983 -165.995 64.03"; @@ -3210,7 +3245,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge2"; targetClientId = "-1"; - targetObjectId = "3302"; + targetObjectId = "3497"; location = "168.983 -165.995 64.03"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -3224,7 +3259,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3515"; + group = "3710"; + isInvalid = "0"; }; new AIObjective(AIOTouchObject) { position = "252.953 -201.187 54.5324"; @@ -3237,7 +3273,7 @@ new SimGroup(MissionGroup) { mode = "TouchFlipFlop"; targetObject = "Team0FlipFlop1"; targetClientId = "-1"; - targetObjectId = "3295"; + targetObjectId = "3490"; location = "252.953 -201.187 54.5324"; weightLevel1 = "4150"; weightLevel2 = "4150"; @@ -3251,7 +3287,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3515"; + group = "3710"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "259.454 -201.161 58.777"; @@ -3277,7 +3314,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3515"; + group = "3710"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "246.45 -201.167 58.5704"; @@ -3303,7 +3341,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3515"; + group = "3710"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "257.856 -187.451 68.6284"; @@ -3329,7 +3368,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3515"; + group = "3710"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "257.845 -214.86 68.6444"; @@ -3355,7 +3395,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3515"; + group = "3710"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "224.096 -201.396 52.5064"; @@ -3381,7 +3422,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3515"; + group = "3710"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "242.26 -150.912 51.821"; @@ -3407,7 +3449,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3515"; + group = "3710"; + isInvalid = "0"; }; }; new SimGroup(grp3) { @@ -3423,7 +3466,7 @@ new SimGroup(MissionGroup) { mode = "TouchFlipFlop"; targetObject = "Team0FlipFlop3"; targetClientId = "-1"; - targetObjectId = "3337"; + targetObjectId = "3532"; location = "-12.6712 -67.8323 53.2849"; weightLevel1 = "4150"; weightLevel2 = "4150"; @@ -3437,7 +3480,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3529"; + group = "3724"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-83.4293 -126.212 62.1059"; @@ -3449,7 +3493,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge12"; targetClientId = "-1"; - targetObjectId = "3348"; + targetObjectId = "3543"; location = "-83.4293 -126.212 62.1059"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -3463,7 +3507,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3529"; + group = "3724"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "-12.6712 -67.8323 53.2849"; @@ -3475,7 +3520,7 @@ new SimGroup(MissionGroup) { description = "Defend the FlipFlop"; targetObject = "Team0FlipFlop3"; targetClientId = "-1"; - targetObjectId = "3337"; + targetObjectId = "3532"; location = "-12.6712 -67.8323 53.2849"; weightLevel1 = "3500"; weightLevel2 = "2000"; @@ -3489,7 +3534,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3529"; + group = "3724"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-83.3273 -161.936 62.1058"; @@ -3501,7 +3547,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge11"; targetClientId = "-1"; - targetObjectId = "3347"; + targetObjectId = "3542"; location = "-83.3273 -161.936 62.1058"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -3515,7 +3561,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3529"; + group = "3724"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "23.1863 -146.896 64.2932"; @@ -3527,7 +3574,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge10"; targetClientId = "-1"; - targetObjectId = "3341"; + targetObjectId = "3536"; location = "23.1863 -146.896 64.2932"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -3541,7 +3588,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3529"; + group = "3724"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-9.84089 -71.0445 61.7886"; @@ -3553,7 +3601,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory6"; targetClientId = "-1"; - targetObjectId = "3342"; + targetObjectId = "3537"; location = "-9.84089 -71.0445 61.7886"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -3567,7 +3615,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3529"; + group = "3724"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "1.60257 -175.362 64.2933"; @@ -3579,7 +3628,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge9"; targetClientId = "-1"; - targetObjectId = "3338"; + targetObjectId = "3533"; location = "1.60257 -175.362 64.2933"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -3593,7 +3642,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3529"; + group = "3724"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "-18.3528 -79.1443 54.6532"; @@ -3619,7 +3669,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3529"; + group = "3724"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "-7.02179 -56.3843 53.4228"; @@ -3645,7 +3696,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3529"; + group = "3724"; + isInvalid = "0"; }; new AIObjective(AIODeployEquipment) { position = "10.8613 -85.727 51.4821"; @@ -3671,7 +3723,8 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; - group = "3529"; + group = "3724"; + isInvalid = "0"; }; }; }; @@ -3700,18 +3753,20 @@ new SimGroup(MissionGroup) { shapeName = "borg17.dts"; locked = "true"; }; - new TSStatic() { - position = "401.749 -211.875 123.725"; - rotation = "1 0 0 0"; + new InteriorInstance() { + position = "-77.7768 -517.893 121.383"; + rotation = "1 0 0 48.1285"; scale = "1 1 1"; - shapeName = "borg19.dts"; + interiorFile = "brock6.dif"; + showTerrainInside = "0"; locked = "true"; }; - new TSStatic() { - position = "378.249 -198.292 129.463"; - rotation = "-0.00170638 -0.0378941 -0.99928 63.6353"; + new InteriorInstance() { + position = "506.919 210.068 100.406"; + rotation = "0 0 -1 33.2315"; scale = "1 1 1"; - shapeName = "borg19.dts"; + interiorFile = "brock8.dif"; + showTerrainInside = "0"; locked = "true"; }; new TSStatic() { @@ -3722,24 +3777,26 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "292.228 -248.322 67.037"; - rotation = "0 0 1 29.7938"; + position = "-69.3906 -553.209 148.263"; + rotation = "0.899673 -0.431983 0.0630802 18.4384"; scale = "1 1 1"; - shapeName = "borg18.dts"; + shapeName = "borg19.dts"; locked = "true"; }; - new TSStatic() { - position = "181.807 -84.7235 113.662"; - rotation = "0 0 1 103.132"; + new InteriorInstance() { + position = "-312.225 -800.358 55.3381"; + rotation = "1 0 0 0"; scale = "1 1 1"; - shapeName = "borg18.dts"; + interiorFile = "bspir1.dif"; + showTerrainInside = "0"; locked = "true"; }; - new TSStatic() { - position = "162.872 -79.7908 111.602"; - rotation = "0 0 -1 59.0147"; - scale = "1 1 1"; - shapeName = "borg17.dts"; + new InteriorInstance() { + position = "-228.482 90.2813 177.037"; + rotation = "0 1 0 163.293"; + scale = "1.5 1.5 1.5"; + interiorFile = "brock8.dif"; + showTerrainInside = "0"; locked = "true"; }; new TSStatic() { @@ -3763,74 +3820,6 @@ new SimGroup(MissionGroup) { shapeName = "borg18.dts"; locked = "true"; }; - new TSStatic() { - position = "289.228 112.321 189.357"; - rotation = "0 0 1 47.5555"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "300.135 125.783 189.234"; - rotation = "0.475758 0.827279 -0.298769 6.17968"; - scale = "1 1 1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "293.278 149.09 174.308"; - rotation = "0 0 -1 114.019"; - scale = "1 1 1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "316.67 178.038 187.224"; - rotation = "0 0 -1 94.538"; - scale = "1 1 1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new InteriorInstance() { - position = "390.682 -95.601 44.9262"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - interiorFile = "bspir5.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-312.225 -800.358 55.3381"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - interiorFile = "bspir1.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "732.162 324.73 53.9878"; - rotation = "0 0 1 141.521"; - scale = "1 1 1"; - interiorFile = "bspir2.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "697.817 398.906 49.1765"; - rotation = "1 0 0 0"; - scale = "2 2 2"; - interiorFile = "brock8.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-228.482 90.2813 177.037"; - rotation = "0 1 0 163.293"; - scale = "1.5 1.5 1.5"; - interiorFile = "brock8.dif"; - showTerrainInside = "0"; - locked = "true"; - }; new TSStatic() { position = "-114.126 -516.117 132.651"; rotation = "1 0 0 0"; @@ -3838,44 +3827,6 @@ new SimGroup(MissionGroup) { shapeName = "borg16.dts"; locked = "true"; }; - new TSStatic() { - position = "-81.1803 -569.975 154.802"; - rotation = "1 0 0 0"; - scale = "2 2 2"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-69.3906 -553.209 148.263"; - rotation = "0.899673 -0.431983 0.0630802 18.4384"; - scale = "1 1 1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new InteriorInstance() { - position = "-87.607 -516.189 124.094"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - interiorFile = "brock7.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-89.2754 -513.292 125.139"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - interiorFile = "brock6.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-77.7768 -517.893 121.383"; - rotation = "1 0 0 48.1285"; - scale = "1 1 1"; - interiorFile = "brock6.dif"; - showTerrainInside = "0"; - locked = "true"; - }; new InteriorInstance() { position = "-78.9978 -515.732 121.902"; rotation = "1 0 0 0"; @@ -3900,2723 +3851,6 @@ new SimGroup(MissionGroup) { showTerrainInside = "0"; locked = "true"; }; - new InteriorInstance() { - position = "-91.3209 -525.986 126.555"; - rotation = "1 0 0 87.6625"; - scale = "1 1 1"; - interiorFile = "brock7.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-83.0319 -527.811 125.734"; - rotation = "-0.352897 0.661613 0.661613 77.7511"; - scale = "1 1 1"; - interiorFile = "brock7.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "506.919 210.068 100.406"; - rotation = "0 0 -1 33.2315"; - scale = "1 1 1"; - interiorFile = "brock8.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - }; - new SimGroup(RandomOrganics) { - - new SimGroup(Addition9BELGTree16) { - - new TSStatic() { - position = "-556 -332 64.3593"; - rotation = "0 0 -1 110"; - scale = "1.5 1.5 1.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-396 300 80"; - rotation = "0 0 1 2.99997"; - scale = "1.4 1.4 1.4"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "468 -900 75.5937"; - rotation = "0 0 1 9.99989"; - scale = "1.2 1.2 1.2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-508 -84 65.25"; - rotation = "0 0 1 225"; - scale = "1.2 1.2 1.2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-588 -332 68.9062"; - rotation = "0 0 1 232"; - scale = "0.8 0.8 0.8"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-156 252 115.813"; - rotation = "1 0 0 0"; - scale = "1.2 1.2 1.2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "948 -20 65.5781"; - rotation = "0 0 1 178"; - scale = "1.1 1.1 1.1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-524 -92 65.5781"; - rotation = "0 0 1 58.9997"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "204 636 71.5624"; - rotation = "0 0 1 225"; - scale = "1.1 1.1 1.1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "52 388 68.5781"; - rotation = "0 0 1 44"; - scale = "1.5 1.5 1.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "812 28 155.687"; - rotation = "0 0 1 137"; - scale = "1.2 1.2 1.2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "76 524 64.5626"; - rotation = "0 0 1 96.0002"; - scale = "0.9 0.9 0.9"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "924 -716 62.5157"; - rotation = "0 0 1 115"; - scale = "0.9 0.9 0.9"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "236 -580 98.781"; - rotation = "1 0 0 0"; - scale = "1.1 1.1 1.1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "404 -532 63.0469"; - rotation = "0 0 1 22"; - scale = "1.1 1.1 1.1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "900 -828 68"; - rotation = "0 0 -1 5.99979"; - scale = "1.5 1.5 1.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "36 -268 65.9375"; - rotation = "0 0 -1 119"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "908 -196 102.219"; - rotation = "0 0 1 190"; - scale = "0.8 0.8 0.8"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "44 100 120.313"; - rotation = "0 0 -1 83.0004"; - scale = "1.2 1.2 1.2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-444 -436 76.25"; - rotation = "0 0 1 132"; - scale = "1.4 1.4 1.4"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "132 -332 104.312"; - rotation = "0 0 1 142"; - scale = "1.5 1.5 1.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "52 84 121.437"; - rotation = "0 0 -1 63.0001"; - scale = "0.8 0.8 0.8"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "956 -948 67.0938"; - rotation = "0 0 1 209"; - scale = "1.1 1.1 1.1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-292 -180 67.4532"; - rotation = "0 0 1 50"; - scale = "0.8 0.8 0.8"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "84 -716 88.9219"; - rotation = "0 0 1 100"; - scale = "1.3 1.3 1.3"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "940 -732 65.5781"; - rotation = "0 0 1 140"; - scale = "0.9 0.9 0.9"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "36 -260 67.2813"; - rotation = "0 0 -1 114"; - scale = "1.1 1.1 1.1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "372 588 104.156"; - rotation = "0 0 1 150"; - scale = "1.1 1.1 1.1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-380 -596 70.4844"; - rotation = "0 0 1 38"; - scale = "1.4 1.4 1.4"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-572 252 74.6719"; - rotation = "0 0 1 91"; - scale = "1.5 1.5 1.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "588 -428 85.5468"; - rotation = "0 0 1 43"; - scale = "1.1 1.1 1.1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-148 -636 117.078"; - rotation = "0 0 -1 28.0002"; - scale = "1.2 1.2 1.2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-244 -100 96.5469"; - rotation = "0 0 -1 4.00015"; - scale = "1.5 1.5 1.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "812 612 62.4219"; - rotation = "0 0 -1 108"; - scale = "1.3 1.3 1.3"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "332 196 190.766"; - rotation = "0 0 1 70"; - scale = "1.4 1.4 1.4"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-516 -828 66.1719"; - rotation = "0 0 -1 25.0002"; - scale = "1.3 1.3 1.3"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "516 324 154.891"; - rotation = "0 0 -1 81.0002"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "988 -4 65.0157"; - rotation = "0 0 -1 104"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "932 -692 62.6563"; - rotation = "0 0 -1 116"; - scale = "1.5 1.5 1.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "396 -228 120.688"; - rotation = "0 0 -1 61.0005"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "620 188 155.75"; - rotation = "0 0 1 61.9998"; - scale = "1.3 1.3 1.3"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-180 516 67.1563"; - rotation = "0 0 -1 70.0005"; - scale = "1.2 1.2 1.2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-268 36 187.187"; - rotation = "0 0 1 11"; - scale = "0.9 0.9 0.9"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "932 516 71.4531"; - rotation = "0 0 1 221"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-356 -908 132.016"; - rotation = "0 0 1 209"; - scale = "1.4 1.4 1.4"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "860 -668 75.3281"; - rotation = "0 0 1 197"; - scale = "1.3 1.3 1.3"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "364 4 68.9687"; - rotation = "0 0 -1 79"; - scale = "1.5 1.5 1.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "764 -212 75.8906"; - rotation = "0 0 -1 50.9998"; - scale = "0.8 0.8 0.8"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-340 172 71.5781"; - rotation = "0 0 1 67"; - scale = "0.9 0.9 0.9"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-188 252 114.391"; - rotation = "0 0 1 57.9999"; - scale = "1.2 1.2 1.2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-380 572 110.844"; - rotation = "0 0 1 45"; - scale = "1.2 1.2 1.2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-396 300 80"; - rotation = "0 0 -1 113"; - scale = "1.4 1.4 1.4"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-236 172 64.6719"; - rotation = "0 0 1 129"; - scale = "1.2 1.2 1.2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "52 -260 68.4062"; - rotation = "0 0 -1 96.0002"; - scale = "0.9 0.9 0.9"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "924 164 153.859"; - rotation = "0 0 -1 52.0003"; - scale = "1.4 1.4 1.4"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "924 -676 62.0781"; - rotation = "0 0 1 55"; - scale = "0.9 0.9 0.9"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-492 -116 63.5781"; - rotation = "0 0 1 99.0002"; - scale = "0.8 0.8 0.8"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-524 -644 107.531"; - rotation = "0 0 -1 104"; - scale = "1.3 1.3 1.3"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-132 -636 119.016"; - rotation = "0 0 1 149"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "636 -188 62.5313"; - rotation = "0 0 1 215"; - scale = "1.3 1.3 1.3"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "652 -180 63.6719"; - rotation = "0 0 -1 98.0004"; - scale = "0.9 0.9 0.9"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "852 220 62.8281"; - rotation = "0 0 -1 97"; - scale = "0.9 0.9 0.9"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "980 -220 65.4844"; - rotation = "0 0 -1 9.99997"; - scale = "1.1 1.1 1.1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-532 332 116.375"; - rotation = "0 0 -1 82"; - scale = "1.2 1.2 1.2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-276 -44 170.344"; - rotation = "0 0 1 204"; - scale = "1.2 1.2 1.2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-356 348 106.656"; - rotation = "0 0 1 218"; - scale = "1.2 1.2 1.2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "44 396 68.8906"; - rotation = "0 0 1 182"; - scale = "1.3 1.3 1.3"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-356 -44 156.641"; - rotation = "0 0 1 202"; - scale = "1.4 1.4 1.4"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "780 -804 127.141"; - rotation = "0 0 1 58.9997"; - scale = "1.4 1.4 1.4"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "892 -828 67.5157"; - rotation = "0 0 -1 101"; - scale = "1.2 1.2 1.2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-388 -804 64.2343"; - rotation = "0 0 1 157"; - scale = "1.2 1.2 1.2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-356 172 71.9844"; - rotation = "0 0 1 218"; - scale = "1.2 1.2 1.2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-236 -804 63.1875"; - rotation = "0 0 1 223"; - scale = "0.8 0.8 0.8"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "812 428 67.8281"; - rotation = "0 0 -1 32"; - scale = "1.4 1.4 1.4"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "36 -260 67.2813"; - rotation = "0 0 1 94"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "348 620 127.688"; - rotation = "0 0 1 141"; - scale = "1.5 1.5 1.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "532 -492 70.25"; - rotation = "0 0 1 105"; - scale = "1.1 1.1 1.1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "924 -716 62.5157"; - rotation = "0 0 1 201"; - scale = "0.8 0.8 0.8"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-356 -908 132.016"; - rotation = "0 0 1 168"; - scale = "1.5 1.5 1.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-396 -796 65.2813"; - rotation = "0 0 1 28"; - scale = "1.1 1.1 1.1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "340 476 112.75"; - rotation = "0 0 -1 89.0004"; - scale = "1.1 1.1 1.1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "20 -364 141.25"; - rotation = "0 0 -1 101"; - scale = "1.5 1.5 1.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-476 -428 71.7657"; - rotation = "0 0 1 193"; - scale = "1.5 1.5 1.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "20 -228 62.4844"; - rotation = "0 0 -1 13.0002"; - scale = "1.2 1.2 1.2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "940 -588 68.1406"; - rotation = "0 0 -1 94"; - scale = "0.8 0.8 0.8"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-404 540 76.6563"; - rotation = "0 0 1 50"; - scale = "1.4 1.4 1.4"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-436 -428 76.5938"; - rotation = "0 0 1 191"; - scale = "0.8 0.8 0.8"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "108 -340 88.8125"; - rotation = "0 0 1 197"; - scale = "0.8 0.8 0.8"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "620 -332 92.8281"; - rotation = "0 0 -1 108"; - scale = "1.2 1.2 1.2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "908 -476 62.875"; - rotation = "0 0 -1 84.9994"; - scale = "1.5 1.5 1.5"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "932 516 71.4531"; - rotation = "0 0 1 199"; - scale = "0.9 0.9 0.9"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "396 -236 121.812"; - rotation = "0 0 1 56"; - scale = "1.1 1.1 1.1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "852 236 66.3906"; - rotation = "0 0 1 122"; - scale = "0.9 0.9 0.9"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-500 -116 63.9687"; - rotation = "0 0 1 84.0002"; - scale = "0.9 0.9 0.9"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-604 -52 99.844"; - rotation = "0 0 1 122"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "68 100 119.422"; - rotation = "0 0 1 105"; - scale = "1.2 1.2 1.2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-212 -852 107.984"; - rotation = "0 0 -1 114"; - scale = "0.8 0.8 0.8"; - shapeName = "borg16.dts"; - locked = "true"; - }; - }; - new SimGroup(Addition10BELGTree18) { - - new TSStatic() { - position = "-484 -436 71.3437"; - rotation = "0 0 -1 38.9999"; - scale = "1.5 1.5 1.5"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "948 452 81.0156"; - rotation = "0 0 1 57.9999"; - scale = "0.9 0.9 0.9"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "964 -20 66.7031"; - rotation = "0 0 1 52"; - scale = "0.9 0.9 0.9"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "980 4 63.4687"; - rotation = "0 0 1 224"; - scale = "1.5 1.5 1.5"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "60 -276 65.3438"; - rotation = "0 0 1 44"; - scale = "1.1 1.1 1.1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-388 -708 73.9843"; - rotation = "0 0 1 161"; - scale = "1 1 1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "508 300 151"; - rotation = "0 0 1 199"; - scale = "1.2 1.2 1.2"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "36 -228 65.1563"; - rotation = "1 0 0 0"; - scale = "1.5 1.5 1.5"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-348 -196 129.922"; - rotation = "0 0 1 222"; - scale = "1.4 1.4 1.4"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "940 -708 63.5312"; - rotation = "0 0 1 4.99997"; - scale = "1.2 1.2 1.2"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "52 372 65.3906"; - rotation = "0 0 1 79"; - scale = "1.1 1.1 1.1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-356 -140 113.594"; - rotation = "0 0 -1 7.99996"; - scale = "1.3 1.3 1.3"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "932 -580 69.7657"; - rotation = "0 0 1 209"; - scale = "1 1 1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "964 -20 66.7031"; - rotation = "0 0 -1 40.0002"; - scale = "1.4 1.4 1.4"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-396 300 80"; - rotation = "0 0 1 194"; - scale = "1.2 1.2 1.2"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "892 -820 66.7968"; - rotation = "0 0 1 41"; - scale = "1.2 1.2 1.2"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "284 -660 170.922"; - rotation = "0 0 1 88.9998"; - scale = "0.8 0.8 0.8"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "828 -764 92.6094"; - rotation = "0 0 1 26"; - scale = "1.5 1.5 1.5"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "892 -828 67.5157"; - rotation = "0 0 1 51"; - scale = "1.2 1.2 1.2"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "332 580 123.375"; - rotation = "0 0 1 195"; - scale = "1.1 1.1 1.1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-588 -340 68.8281"; - rotation = "0 0 1 54"; - scale = "1.5 1.5 1.5"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-52 380 162.484"; - rotation = "0 0 1 228"; - scale = "0.9 0.9 0.9"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-524 572 62.375"; - rotation = "0 0 1 178"; - scale = "1.2 1.2 1.2"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "300 636 117.281"; - rotation = "0 0 -1 4.99997"; - scale = "1.4 1.4 1.4"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "132 -332 104.312"; - rotation = "0 0 -1 111"; - scale = "1.1 1.1 1.1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "860 228 65.7188"; - rotation = "0 0 1 67.9998"; - scale = "1.1 1.1 1.1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-140 500 68.7812"; - rotation = "0 0 1 73.9998"; - scale = "0.9 0.9 0.9"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "940 508 71.7969"; - rotation = "0 0 -1 75.0002"; - scale = "0.9 0.9 0.9"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "300 -116 80.4219"; - rotation = "0 0 -1 13.0002"; - scale = "1.1 1.1 1.1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-372 580 110.281"; - rotation = "0 0 -1 75.0002"; - scale = "1.1 1.1 1.1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "292 612 118.688"; - rotation = "0 0 1 9.00004"; - scale = "1 1 1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-484 -340 64.6251"; - rotation = "0 0 1 91"; - scale = "0.8 0.8 0.8"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "596 -420 83.9376"; - rotation = "0 0 1 192"; - scale = "1.5 1.5 1.5"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "76 532 64.3593"; - rotation = "0 0 -1 22.9999"; - scale = "1 1 1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-100 -804 81.0937"; - rotation = "0 0 1 202"; - scale = "1.5 1.5 1.5"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-404 -788 64.2343"; - rotation = "0 0 1 199"; - scale = "1.1 1.1 1.1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "940 -732 65.5781"; - rotation = "0 0 1 130"; - scale = "1.2 1.2 1.2"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "612 -476 72.2657"; - rotation = "0 0 1 175"; - scale = "1.1 1.1 1.1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "604 -260 71.8126"; - rotation = "0 0 1 212"; - scale = "1.2 1.2 1.2"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-260 36 188.734"; - rotation = "0 0 1 53"; - scale = "1.1 1.1 1.1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-596 340 136.219"; - rotation = "0 0 -1 14"; - scale = "1.1 1.1 1.1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-124 548 64.4374"; - rotation = "0 0 1 155"; - scale = "1.3 1.3 1.3"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-500 -460 69.1562"; - rotation = "0 0 -1 65.0003"; - scale = "1.1 1.1 1.1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "332 532 121.312"; - rotation = "0 0 -1 5.99979"; - scale = "1.2 1.2 1.2"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "284 180 190.875"; - rotation = "0 0 1 9.99989"; - scale = "1.1 1.1 1.1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "756 540 72.2813"; - rotation = "0 0 1 205"; - scale = "0.8 0.8 0.8"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-44 252 240.781"; - rotation = "0 0 1 167"; - scale = "0.9 0.9 0.9"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "628 180 157.469"; - rotation = "0 0 1 16"; - scale = "1.3 1.3 1.3"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-580 180 106.094"; - rotation = "0 0 1 194"; - scale = "1.2 1.2 1.2"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "948 -748 64.4531"; - rotation = "0 0 1 132"; - scale = "1.1 1.1 1.1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "76 -284 63.9218"; - rotation = "0 0 1 199"; - scale = "1.5 1.5 1.5"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "716 -812 68.3281"; - rotation = "0 0 1 226"; - scale = "1.5 1.5 1.5"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-444 564 66.3437"; - rotation = "0 0 1 204"; - scale = "1.3 1.3 1.3"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "860 212 63.9531"; - rotation = "1 0 0 0"; - scale = "0.8 0.8 0.8"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "524 284 158.281"; - rotation = "0 0 1 18"; - scale = "0.8 0.8 0.8"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-356 340 106.141"; - rotation = "0 0 1 211"; - scale = "0.9 0.9 0.9"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-140 492 69"; - rotation = "0 0 -1 96.0002"; - scale = "1.1 1.1 1.1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "524 -556 136.391"; - rotation = "0 0 1 54"; - scale = "1.5 1.5 1.5"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "44 92 121.266"; - rotation = "0 0 1 35"; - scale = "1 1 1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-420 -428 75.1406"; - rotation = "0 0 1 84.0002"; - scale = "1 1 1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "524 -564 135.531"; - rotation = "0 0 1 102"; - scale = "1.4 1.4 1.4"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-284 252 81.3437"; - rotation = "0 0 1 188"; - scale = "1.1 1.1 1.1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "300 188 185.609"; - rotation = "0 0 -1 22.0002"; - scale = "0.9 0.9 0.9"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "60 124 109.516"; - rotation = "0 0 -1 96.0002"; - scale = "1.2 1.2 1.2"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "276 -652 172.875"; - rotation = "0 0 1 149"; - scale = "1.4 1.4 1.4"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-460 -444 73.3125"; - rotation = "0 0 1 100"; - scale = "0.9 0.9 0.9"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-84 -956 87.3125"; - rotation = "0 0 1 168"; - scale = "0.9 0.9 0.9"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-68 636 62.0937"; - rotation = "0 0 1 168"; - scale = "1 1 1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-380 -612 68.5"; - rotation = "0 0 -1 32.9998"; - scale = "1.3 1.3 1.3"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "596 -676 200.953"; - rotation = "0 0 -1 41.9998"; - scale = "1.1 1.1 1.1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "52 372 65.3906"; - rotation = "0 0 1 209"; - scale = "1 1 1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "948 580 83.7343"; - rotation = "0 0 1 49"; - scale = "1.1 1.1 1.1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-604 348 135.359"; - rotation = "0 0 1 146"; - scale = "1.2 1.2 1.2"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "20 -364 141.25"; - rotation = "0 0 1 216"; - scale = "1.1 1.1 1.1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "580 196 152.812"; - rotation = "0 0 1 194"; - scale = "0.8 0.8 0.8"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "820 -804 122.156"; - rotation = "0 0 1 36"; - scale = "1.2 1.2 1.2"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "268 -940 88.3281"; - rotation = "0 0 -1 78.0002"; - scale = "0.8 0.8 0.8"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "780 -308 157.234"; - rotation = "0 0 1 119"; - scale = "1.4 1.4 1.4"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "964 -764 63.6562"; - rotation = "0 0 1 207"; - scale = "1.1 1.1 1.1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-516 -100 65.4063"; - rotation = "0 0 1 114"; - scale = "0.8 0.8 0.8"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-196 252 115.109"; - rotation = "0 0 1 79.9998"; - scale = "1 1 1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "972 -764 64.8282"; - rotation = "0 0 1 142"; - scale = "1.3 1.3 1.3"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "948 -116 62.75"; - rotation = "0 0 -1 67.0005"; - scale = "1.2 1.2 1.2"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-548 -788 158.375"; - rotation = "0 0 1 123"; - scale = "0.8 0.8 0.8"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "780 -308 157.234"; - rotation = "0 0 -1 4.99997"; - scale = "1.2 1.2 1.2"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "948 580 83.7343"; - rotation = "0 0 1 38"; - scale = "1.4 1.4 1.4"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-196 -900 104.422"; - rotation = "0 0 1 163"; - scale = "1.2 1.2 1.2"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-84 -956 87.3125"; - rotation = "0 0 1 202"; - scale = "0.8 0.8 0.8"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "732 -348 135.156"; - rotation = "0 0 1 215"; - scale = "1.2 1.2 1.2"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "948 564 82.6094"; - rotation = "0 0 1 64"; - scale = "1 1 1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "36 -908 150.219"; - rotation = "0 0 -1 108"; - scale = "1.4 1.4 1.4"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-412 -796 63.3438"; - rotation = "0 0 1 128"; - scale = "1.3 1.3 1.3"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-380 44 64.3125"; - rotation = "0 0 1 41"; - scale = "1.4 1.4 1.4"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "332 580 123.375"; - rotation = "0 0 1 187"; - scale = "0.9 0.9 0.9"; - shapeName = "borg18.dts"; - locked = "true"; - }; - }; - new SimGroup(Addition11BELGTree19) { - - new TSStatic() { - position = "28 380 64.9688"; - rotation = "0 0 -1 69.0002"; - scale = "1.4 1.4 1.4"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "340 500 119.031"; - rotation = "0 0 -1 44.9999"; - scale = "1 1 1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "556 -452 97.125"; - rotation = "0 0 -1 17.9997"; - scale = "1.4 1.4 1.4"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "604 -348 92.8437"; - rotation = "0 0 1 76.9998"; - scale = "1 1 1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-436 -492 83.9376"; - rotation = "0 0 1 224"; - scale = "1.3 1.3 1.3"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-380 -788 62.2813"; - rotation = "0 0 -1 83.0004"; - scale = "1.2 1.2 1.2"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-44 356 164.219"; - rotation = "0 0 -1 71.0004"; - scale = "0.9 0.9 0.9"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "820 412 64.6563"; - rotation = "0 0 -1 4.00015"; - scale = "1.3 1.3 1.3"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-404 52 70.875"; - rotation = "0 0 -1 90.0002"; - scale = "0.9 0.9 0.9"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-148 244 117.531"; - rotation = "0 0 1 131"; - scale = "1.3 1.3 1.3"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "340 588 122.813"; - rotation = "0 0 -1 8.99978"; - scale = "1.2 1.2 1.2"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "444 -660 79.1251"; - rotation = "0 0 1 234"; - scale = "1.5 1.5 1.5"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-188 252 114.391"; - rotation = "0 0 -1 64.0005"; - scale = "0.9 0.9 0.9"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-356 -964 98.969"; - rotation = "0 0 1 193"; - scale = "1.2 1.2 1.2"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-28 -956 87.2188"; - rotation = "0 0 1 186"; - scale = "1.5 1.5 1.5"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "100 -316 87.0938"; - rotation = "0 0 1 160"; - scale = "1.4 1.4 1.4"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-388 68 65.3594"; - rotation = "0 0 -1 105"; - scale = "1.4 1.4 1.4"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "924 -708 62.6563"; - rotation = "0 0 1 161"; - scale = "0.9 0.9 0.9"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "788 -12 142.906"; - rotation = "0 0 1 181"; - scale = "1.3 1.3 1.3"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "980 -908 117.859"; - rotation = "0 0 1 136"; - scale = "1.4 1.4 1.4"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-204 292 79.4219"; - rotation = "0 0 1 205"; - scale = "1.1 1.1 1.1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "692 588 99.906"; - rotation = "0 0 1 131"; - scale = "0.9 0.9 0.9"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-132 -636 119.016"; - rotation = "0 0 -1 93.0002"; - scale = "1.3 1.3 1.3"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "724 -804 69.1093"; - rotation = "0 0 -1 26"; - scale = "1.1 1.1 1.1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "532 -596 138.969"; - rotation = "0 0 -1 115"; - scale = "1.3 1.3 1.3"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "940 -588 68.1406"; - rotation = "0 0 1 18"; - scale = "0.8 0.8 0.8"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "612 -348 92.2031"; - rotation = "0 0 1 103"; - scale = "1 1 1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "44 100 120.313"; - rotation = "0 0 1 200"; - scale = "0.8 0.8 0.8"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-188 220 110.062"; - rotation = "0 0 1 141"; - scale = "0.8 0.8 0.8"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-132 -636 119.016"; - rotation = "0 0 1 117"; - scale = "1.3 1.3 1.3"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "100 4 141.391"; - rotation = "0 0 -1 96.0002"; - scale = "1.5 1.5 1.5"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "44 100 120.313"; - rotation = "0 0 -1 32.9998"; - scale = "1.5 1.5 1.5"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "372 460 93.6094"; - rotation = "0 0 -1 4.00015"; - scale = "1.4 1.4 1.4"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "972 -4 64.1406"; - rotation = "0 0 1 55"; - scale = "1.2 1.2 1.2"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-396 36 65.6094"; - rotation = "0 0 1 94.9998"; - scale = "0.8 0.8 0.8"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "932 444 84.9063"; - rotation = "0 0 1 224"; - scale = "1 1 1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-372 196 79.2032"; - rotation = "0 0 -1 84.0002"; - scale = "1.5 1.5 1.5"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "100 4 141.391"; - rotation = "0 0 -1 119"; - scale = "1.5 1.5 1.5"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "396 -268 112.484"; - rotation = "0 0 -1 14"; - scale = "1.5 1.5 1.5"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "668 -332 163.125"; - rotation = "0 0 1 9.00004"; - scale = "1.5 1.5 1.5"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "396 -524 63.5"; - rotation = "0 0 1 203"; - scale = "1.3 1.3 1.3"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "52 -284 67.2344"; - rotation = "0 0 1 161"; - scale = "1.3 1.3 1.3"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "620 -460 76.0937"; - rotation = "0 0 1 236"; - scale = "1.1 1.1 1.1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "604 204 153.75"; - rotation = "0 0 1 54"; - scale = "0.8 0.8 0.8"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-188 236 108.953"; - rotation = "0 0 -1 68.0003"; - scale = "1.5 1.5 1.5"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "140 -84 104.25"; - rotation = "0 0 -1 110"; - scale = "1.4 1.4 1.4"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "548 -860 68.3594"; - rotation = "0 0 1 205"; - scale = "1 1 1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "596 -396 88.1093"; - rotation = "0 0 1 33"; - scale = "1 1 1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-228 36 188.656"; - rotation = "1 0 0 0"; - scale = "1.3 1.3 1.3"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "788 -812 128.422"; - rotation = "0 0 -1 95.0004"; - scale = "1.5 1.5 1.5"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "948 -748 64.4531"; - rotation = "0 0 1 120"; - scale = "1.1 1.1 1.1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-612 -28 101.625"; - rotation = "0 0 1 33"; - scale = "0.8 0.8 0.8"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-476 -436 72.4063"; - rotation = "0 0 1 142"; - scale = "1.2 1.2 1.2"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-308 340 134.438"; - rotation = "0 0 1 53"; - scale = "1 1 1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-236 44 189.203"; - rotation = "0 0 -1 111"; - scale = "1.5 1.5 1.5"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "556 -868 65.8281"; - rotation = "0 0 1 149"; - scale = "1.2 1.2 1.2"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "100 -316 87.0938"; - rotation = "0 0 1 140"; - scale = "0.8 0.8 0.8"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "412 564 68.75"; - rotation = "0 0 1 61.9998"; - scale = "0.9 0.9 0.9"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "68 -300 63.7031"; - rotation = "0 0 1 156"; - scale = "1.1 1.1 1.1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-364 340 104.875"; - rotation = "1 0 0 0"; - scale = "1.5 1.5 1.5"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "620 -212 65.6406"; - rotation = "0 0 -1 96.0002"; - scale = "1 1 1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "260 492 111.5"; - rotation = "0 0 -1 46.0002"; - scale = "1.4 1.4 1.4"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-180 516 67.1563"; - rotation = "0 0 1 138"; - scale = "1.1 1.1 1.1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "68 -276 63.4219"; - rotation = "0 0 1 235"; - scale = "1.4 1.4 1.4"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "228 -444 71.5937"; - rotation = "0 0 1 175"; - scale = "1.4 1.4 1.4"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "300 180 185.141"; - rotation = "0 0 -1 84.0002"; - scale = "1 1 1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "92 -788 127.516"; - rotation = "0 0 1 136"; - scale = "1.1 1.1 1.1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-148 -588 92.7812"; - rotation = "0 0 -1 43.0002"; - scale = "1.1 1.1 1.1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "596 -268 74.4375"; - rotation = "0 0 1 227"; - scale = "1.2 1.2 1.2"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "980 -908 117.859"; - rotation = "0 0 1 216"; - scale = "1.4 1.4 1.4"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-364 -204 131.156"; - rotation = "0 0 1 46"; - scale = "0.9 0.9 0.9"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "60 284 111.25"; - rotation = "0 0 -1 96.0002"; - scale = "1.1 1.1 1.1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "516 332 153.891"; - rotation = "0 0 1 97"; - scale = "1 1 1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-404 540 76.6563"; - rotation = "0 0 -1 94"; - scale = "1.3 1.3 1.3"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "316 -724 171.313"; - rotation = "0 0 -1 94"; - scale = "1.5 1.5 1.5"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-348 -276 120.641"; - rotation = "0 0 1 3.99996"; - scale = "1.4 1.4 1.4"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "836 636 62.1876"; - rotation = "0 0 1 128"; - scale = "1.5 1.5 1.5"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "868 244 67.7969"; - rotation = "0 0 -1 50.9998"; - scale = "1.2 1.2 1.2"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "236 388 146.625"; - rotation = "0 0 1 220"; - scale = "0.8 0.8 0.8"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "100 -900 102.312"; - rotation = "0 0 -1 38"; - scale = "1 1 1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "380 596 102.141"; - rotation = "0 0 1 180"; - scale = "1.5 1.5 1.5"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "828 -180 79.4532"; - rotation = "0 0 1 143"; - scale = "1.5 1.5 1.5"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "92 -908 100.813"; - rotation = "0 0 1 221"; - scale = "1.2 1.2 1.2"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "308 -780 178.125"; - rotation = "0 0 -1 8.99978"; - scale = "0.8 0.8 0.8"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "828 -36 124.422"; - rotation = "0 0 1 229"; - scale = "1.2 1.2 1.2"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "156 -76 108.25"; - rotation = "0 0 1 55"; - scale = "1.5 1.5 1.5"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-260 36 188.734"; - rotation = "0 0 -1 16.0002"; - scale = "0.9 0.9 0.9"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "356 564 112.141"; - rotation = "0 0 -1 50.9998"; - scale = "1.2 1.2 1.2"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-500 -108 65.0469"; - rotation = "0 0 1 75.0002"; - scale = "1.1 1.1 1.1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "796 -756 95.5312"; - rotation = "0 0 1 223"; - scale = "0.8 0.8 0.8"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "516 332 153.891"; - rotation = "0 0 1 114"; - scale = "0.8 0.8 0.8"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "900 -668 64.9844"; - rotation = "0 0 1 14"; - scale = "1.1 1.1 1.1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "316 628 115.234"; - rotation = "0 0 -1 32"; - scale = "1.3 1.3 1.3"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "908 -828 66.625"; - rotation = "0 0 1 76.9998"; - scale = "0.9 0.9 0.9"; - shapeName = "borg19.dts"; - locked = "true"; - }; - }; - new SimGroup(Addition12BESmTree17) { - - new TSStatic() { - position = "596 -260 72.25"; - rotation = "0 0 1 117"; - scale = "1 1 1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "388 -524 64.125"; - rotation = "0 0 1 233"; - scale = "1.5 1.5 1.5"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "940 -100 62.0624"; - rotation = "0 0 1 101"; - scale = "1.3 1.3 1.3"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "436 -492 65.0157"; - rotation = "0 0 1 174"; - scale = "0.8 0.8 0.8"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "932 -684 62.2032"; - rotation = "0 0 -1 111"; - scale = "1 1 1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-172 -676 122.266"; - rotation = "0 0 1 69.0002"; - scale = "1.1 1.1 1.1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-356 -964 98.969"; - rotation = "0 0 -1 7.00012"; - scale = "1.1 1.1 1.1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "932 -692 62.6563"; - rotation = "0 0 1 107"; - scale = "1.5 1.5 1.5"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-140 -956 88.7188"; - rotation = "0 0 -1 56.9999"; - scale = "1.1 1.1 1.1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "132 -332 104.312"; - rotation = "0 0 1 117"; - scale = "0.8 0.8 0.8"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "916 -684 64.0937"; - rotation = "0 0 -1 73.0006"; - scale = "1.1 1.1 1.1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-236 -812 62.75"; - rotation = "0 0 -1 47.9999"; - scale = "1.3 1.3 1.3"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-28 -956 87.2188"; - rotation = "0 0 1 160"; - scale = "0.8 0.8 0.8"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-348 -220 134.938"; - rotation = "0 0 1 177"; - scale = "1.3 1.3 1.3"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-364 -252 130.609"; - rotation = "0 0 -1 52.0003"; - scale = "1.3 1.3 1.3"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-428 -500 83.7031"; - rotation = "0 0 -1 9.99997"; - scale = "1.3 1.3 1.3"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "20 -228 62.4844"; - rotation = "0 0 1 176"; - scale = "1.5 1.5 1.5"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "308 188 185"; - rotation = "0 0 -1 100"; - scale = "0.8 0.8 0.8"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "52 -276 66.6875"; - rotation = "0 0 -1 35.9998"; - scale = "1.2 1.2 1.2"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "300 -820 165.844"; - rotation = "0 0 1 136"; - scale = "1.2 1.2 1.2"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "20 292 122.656"; - rotation = "0 0 -1 98.0004"; - scale = "1 1 1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "108 -332 87.9062"; - rotation = "0 0 1 220"; - scale = "0.8 0.8 0.8"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-444 -436 76.25"; - rotation = "0 0 -1 7.99996"; - scale = "1 1 1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "4 140 123.234"; - rotation = "0 0 1 230"; - scale = "0.8 0.8 0.8"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-156 -932 85.2812"; - rotation = "0 0 -1 65.0003"; - scale = "1.2 1.2 1.2"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "860 476 102.141"; - rotation = "0 0 1 127"; - scale = "0.9 0.9 0.9"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-420 -428 75.1406"; - rotation = "0 0 1 85.9998"; - scale = "1.3 1.3 1.3"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-588 -332 68.9062"; - rotation = "0 0 1 103"; - scale = "0.9 0.9 0.9"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "644 -452 88.0156"; - rotation = "0 0 1 40"; - scale = "0.8 0.8 0.8"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "452 -652 79.8438"; - rotation = "0 0 1 75.0002"; - scale = "1.3 1.3 1.3"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "572 -252 69.1406"; - rotation = "0 0 1 9.00004"; - scale = "1.2 1.2 1.2"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "628 180 157.469"; - rotation = "0 0 -1 52.0003"; - scale = "0.9 0.9 0.9"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-148 -628 115.875"; - rotation = "0 0 1 15"; - scale = "1 1 1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-372 260 116.937"; - rotation = "0 0 1 190"; - scale = "1.2 1.2 1.2"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-148 508 68.5312"; - rotation = "0 0 -1 35"; - scale = "1.3 1.3 1.3"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "372 580 104.984"; - rotation = "0 0 1 205"; - scale = "1.5 1.5 1.5"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-516 -828 66.1719"; - rotation = "0 0 1 181"; - scale = "1.1 1.1 1.1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "732 -332 140.031"; - rotation = "0 0 1 28"; - scale = "1.2 1.2 1.2"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "908 -948 99.547"; - rotation = "0 0 -1 19.0001"; - scale = "1.1 1.1 1.1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "580 -268 74.3594"; - rotation = "0 0 1 61.9998"; - scale = "1.5 1.5 1.5"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "444 -668 77.8281"; - rotation = "0 0 1 209"; - scale = "1.2 1.2 1.2"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-516 388 89.4688"; - rotation = "0 0 1 196"; - scale = "1.1 1.1 1.1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-356 -140 113.594"; - rotation = "0 0 1 96.0002"; - scale = "1 1 1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "196 636 72.6875"; - rotation = "0 0 1 182"; - scale = "1.4 1.4 1.4"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-380 -876 125.953"; - rotation = "0 0 1 84.0002"; - scale = "1.5 1.5 1.5"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "604 -388 90.0625"; - rotation = "0 0 1 157"; - scale = "0.9 0.9 0.9"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "516 580 79.5782"; - rotation = "0 0 1 142"; - scale = "1 1 1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-348 540 126.406"; - rotation = "0 0 1 1.9999"; - scale = "1.2 1.2 1.2"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "44 -244 69.1093"; - rotation = "0 0 1 97"; - scale = "0.8 0.8 0.8"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-604 -36 103.484"; - rotation = "0 0 -1 58.0005"; - scale = "1.1 1.1 1.1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "28 372 66.1094"; - rotation = "0 0 1 212"; - scale = "1 1 1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-316 372 114.078"; - rotation = "0 0 1 14"; - scale = "1 1 1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "748 -220 72.8906"; - rotation = "0 0 -1 49.0003"; - scale = "1.5 1.5 1.5"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-388 60 66.4062"; - rotation = "0 0 -1 93.0002"; - scale = "1.2 1.2 1.2"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "788 -172 97.219"; - rotation = "0 0 1 185"; - scale = "1.2 1.2 1.2"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "604 -388 90.0625"; - rotation = "0 0 -1 41"; - scale = "0.8 0.8 0.8"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "692 580 97.531"; - rotation = "0 0 1 123"; - scale = "1.2 1.2 1.2"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "780 -284 155.344"; - rotation = "0 0 1 199"; - scale = "1.3 1.3 1.3"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "988 -188 62.9531"; - rotation = "0 0 1 73"; - scale = "1.3 1.3 1.3"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "52 124 109.203"; - rotation = "0 0 -1 100"; - scale = "0.8 0.8 0.8"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "100 -324 87.8437"; - rotation = "1 0 0 0"; - scale = "1.5 1.5 1.5"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-260 68 172.859"; - rotation = "0 0 -1 113"; - scale = "0.9 0.9 0.9"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "740 508 70.7344"; - rotation = "0 0 1 188"; - scale = "0.9 0.9 0.9"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-332 380 113.656"; - rotation = "0 0 -1 58.0005"; - scale = "1 1 1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "580 -284 78.3906"; - rotation = "0 0 1 178"; - scale = "0.8 0.8 0.8"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "380 -924 70.6094"; - rotation = "0 0 1 46"; - scale = "1.5 1.5 1.5"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-156 -940 84.5938"; - rotation = "0 0 1 23"; - scale = "0.9 0.9 0.9"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "804 492 134.187"; - rotation = "0 0 -1 77.0004"; - scale = "1.4 1.4 1.4"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "740 -212 70.8281"; - rotation = "0 0 1 187"; - scale = "1.3 1.3 1.3"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "68 -292 63.6562"; - rotation = "0 0 -1 38.9999"; - scale = "1.5 1.5 1.5"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-380 -796 62.6719"; - rotation = "0 0 1 216"; - scale = "0.8 0.8 0.8"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "692 588 99.906"; - rotation = "0 0 -1 20.9998"; - scale = "1.2 1.2 1.2"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-500 -460 69.1562"; - rotation = "0 0 1 162"; - scale = "0.8 0.8 0.8"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-524 564 62.375"; - rotation = "0 0 1 76.9998"; - scale = "1.3 1.3 1.3"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-372 340 104.484"; - rotation = "0 0 -1 56.9999"; - scale = "1.1 1.1 1.1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "284 -668 170.172"; - rotation = "0 0 -1 37.0002"; - scale = "0.8 0.8 0.8"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "172 -76 111.812"; - rotation = "0 0 1 133"; - scale = "0.9 0.9 0.9"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "388 -596 66.4531"; - rotation = "0 0 -1 111"; - scale = "1.1 1.1 1.1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-44 252 240.781"; - rotation = "0 0 1 38"; - scale = "1 1 1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "52 412 68.9687"; - rotation = "0 0 1 79.9998"; - scale = "1.5 1.5 1.5"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "924 -684 63.1875"; - rotation = "0 0 -1 4.99997"; - scale = "1.2 1.2 1.2"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "948 324 71.6874"; - rotation = "0 0 1 69.0002"; - scale = "1 1 1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "356 -900 74.8282"; - rotation = "0 0 -1 26"; - scale = "0.8 0.8 0.8"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "388 -884 62.1249"; - rotation = "0 0 -1 26.9998"; - scale = "1 1 1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "68 12 121.953"; - rotation = "0 0 1 159"; - scale = "1.1 1.1 1.1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-484 -340 64.6251"; - rotation = "0 0 1 167"; - scale = "1.4 1.4 1.4"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "828 -28 124.594"; - rotation = "0 0 1 174"; - scale = "0.8 0.8 0.8"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "604 -324 91.9063"; - rotation = "0 0 1 191"; - scale = "1 1 1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-556 -164 127.891"; - rotation = "0 0 1 121"; - scale = "1.5 1.5 1.5"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "652 604 112.219"; - rotation = "0 0 1 193"; - scale = "1.1 1.1 1.1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "588 -444 87.2813"; - rotation = "0 0 1 198"; - scale = "1.4 1.4 1.4"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "844 636 62.8438"; - rotation = "0 0 -1 37.0002"; - scale = "1.5 1.5 1.5"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "868 244 67.7969"; - rotation = "0 0 -1 108"; - scale = "1 1 1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "628 188 156.578"; - rotation = "0 0 1 19"; - scale = "1.4 1.4 1.4"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "540 604 66.6562"; - rotation = "0 0 1 23"; - scale = "1.2 1.2 1.2"; - shapeName = "borg17.dts"; - locked = "true"; - }; - }; - }; - new SimGroup(Pond) { - - new WaterBlock() { - position = "-320 128 42.8524"; - rotation = "1 0 0 0"; - scale = "96 96 10"; - liquidType = "StagnantWater"; - density = "1"; - viscosity = "5"; - waveMagnitude = "0.1"; - surfaceTexture = "LiquidTiles/AlgaeWater"; - surfaceOpacity = "0.8"; - envMapTexture = "lush/skies/lush_day_emap"; - envMapIntensity = "0.9"; - removeWetEdges = "1"; - locked = "true"; - }; }; new SimGroup(audio) { diff --git a/base/missions/MyrkWood.mis b/base/missions/MyrkWood.mis index f900b9b..013ccb6 100644 --- a/base/missions/MyrkWood.mis +++ b/base/missions/MyrkWood.mis @@ -13,9 +13,9 @@ //--- OBJECT WRITE BEGIN --- new SimGroup(MissionGroup) { - cdTrack = "2"; - powerCount = "0"; musicTrack = "lush"; + powerCount = "0"; + cdTrack = "2"; new MissionArea(MissionArea) { area = "-528 -184 464 368"; @@ -35,8 +35,9 @@ new SimGroup(MissionGroup) { cloudSpeed3 = "0.0003"; visibleDistance = "150"; useSkyTextures = "1"; + renderBottomTexture = "0"; SkySolidColor = "0.000000 0.000000 0.000000 0.000000"; - fogDistance = "10"; + fogDistance = "50"; fogColor = "0.150000 0.150000 0.150000 1.000000"; fogVolume1 = "100 0 450"; fogVolume2 = "0 0 0"; @@ -47,40 +48,40 @@ new SimGroup(MissionGroup) { fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000"; fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000000"; fogVolumeColor3 = "128.000000 128.000000 128.000000 0.000000"; - locked = "true"; cloudSpeed0 = "0.000000 0.000000"; + locked = "true"; }; new Sun() { direction = "0.57735 0.57735 -0.57735"; color = "0.600000 0.600000 0.600000 1.000000"; ambient = "0.400000 0.400000 0.400000 1.000000"; position = "680 824 0"; - locked = "true"; rotation = "1 0 0 0"; + locked = "true"; scale = "1 1 1"; }; new TerrainBlock(Terrain) { rotation = "1 0 0 0"; scale = "1 1 1"; + detailTexture = "details/lushdet2"; terrainFile = "MyrkWood.ter"; squareSize = "8"; position = "-1024 -1024 0"; locked = "true"; - detailTexture = "details/lushdet2"; }; new NavigationGraph(NavGraph) { conjoinAngleDev = "45"; cullDensity = "0.3"; customArea = "0 0 0 0"; - YDimOverSize = "0"; - conjoinBowlDev = "20"; position = "0 0 0 1"; - GraphFile = "Myrkwood.nav"; + conjoinBowlDev = "20"; + rotation = "0 0 0 0"; coverage = "0"; locked = "true"; - rotation = "0 0 0 0"; - XDimOverSize = "0"; scale = "1 1 1"; + XDimOverSize = "0"; + YDimOverSize = "0"; + GraphFile = "Myrkwood.nav"; }; new WaterBlock(Water) { position = "-688 -208 0"; @@ -197,7 +198,9 @@ new SimGroup(MissionGroup) { rotation = "1 0 0 0"; scale = "60 60 20"; dataBlock = "gameTrigger"; - polyhedron = "0.0000000 0.0000000 0.0000000 1.0000000 0.0000000 0.0000000 -0.0000000 -1.0000000 -0.0000000 -0.0000000 -0.0000000 1.0000000"; + lockCount = "0"; + homingCount = "0"; + polyhedron = "0.0000000 0.0000000 0.0000000 1.0000000 0.0000000 0.0000000 -0.0000000 -0.0000000 1.0000000 -0.0000000 -1.0000000 -0.0000000"; locked = "true"; missionTypesList = "Hunters"; }; @@ -211,9 +214,9 @@ new SimGroup(MissionGroup) { collideable = "0"; static = "1"; rotate = "0"; - flashThreadDir = "1"; locked = "true"; missionTypesList = "Hunters"; + flashThreadDir = "1"; }; new StaticShape() { position = "-314.529 -7.57016 84.1054"; @@ -259,8 +262,8 @@ new SimGroup(MissionGroup) { collideable = "0"; static = "0"; rotate = "0"; - carrier = "0"; locked = "true"; + carrier = "0"; missionTypesList = "Rabbit"; }; new StaticShape() { @@ -303,11 +306,14 @@ new SimGroup(MissionGroup) { homingCount = "0"; locked = "true"; }; - new TSStatic() { - position = "-346.432 124.13 75.6222"; - rotation = "0 0 1 34.3775"; - scale = "2 2 2"; - shapeName = "borg18.dts"; + new StaticShape(TeamStationInventory5) { + position = "-159.989 118.456 81.226"; + rotation = "0 0 1 28.6479"; + scale = "1 1 1"; + nameTag = "NE Bunker"; + dataBlock = "StationInventory"; + lockCount = "0"; + homingCount = "0"; locked = "true"; }; new StaticShape(TeamStationInventory4) { @@ -320,24 +326,14 @@ new SimGroup(MissionGroup) { homingCount = "0"; locked = "true"; }; - new StaticShape(TeamStationInventory5) { - position = "-159.989 118.456 81.226"; - rotation = "0 0 1 28.6479"; - scale = "1 1 1"; - nameTag = "NE Bunker"; - dataBlock = "StationInventory"; - lockCount = "0"; - homingCount = "0"; - locked = "true"; - }; }; }; new SimGroup(Organics) { new TSStatic() { - position = "-415.638 22.0933 76.3932"; - rotation = "0 0 1 41.2529"; - scale = "2 2 2"; + position = "-478.404 182.929 105.464"; + rotation = "0 0 -1 52.1391"; + scale = "1 1 1"; shapeName = "borg16.dts"; locked = "true"; }; @@ -370,30 +366,23 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-333.383 -50.6253 73.2547"; - rotation = "1 0 0 0"; - scale = "2 2 2"; + position = "-65.686 -29.5787 123.276"; + rotation = "0 0 -1 52.1391"; + scale = "1 1 1"; shapeName = "borg16.dts"; locked = "true"; }; - // new TSStatic() { - // position = "-267.332 -83.3934 72.1227"; - // rotation = "0 0 -1 52.8946"; - // scale = "2 2 2"; - // shapeName = "borg16.dts"; - // locked = "true"; - // }; new TSStatic() { - position = "-345.094 83.1596 76.3744"; + position = "-318.98 65.6104 76.3744"; rotation = "0 0 1 41.2529"; scale = "2 2 2"; shapeName = "borg16.dts"; - locked = "true"; + locked = "false"; }; new TSStatic() { - position = "-268.473 25.952 77.4621"; - rotation = "0 0 -1 17.1887"; - scale = "2 2 2"; + position = "-3.5302 40.3737 105.209"; + rotation = "0 0 -1 52.1391"; + scale = "1 1 1"; shapeName = "borg16.dts"; locked = "true"; }; @@ -412,8 +401,8 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-215.32 -8.879 76.3941"; - rotation = "0 0 -1 4.01071"; + position = "-198.879 114.477 79.8738"; + rotation = "-0.0762667 -0.298685 0.951299 30.0497"; scale = "2 2 2"; shapeName = "borg16.dts"; locked = "true"; @@ -426,9 +415,9 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-440.825 57.2678 74.3554"; - rotation = "0 0 -1 4.01071"; - scale = "2 2 2"; + position = "-336.358 37.8844 76.1395"; + rotation = "1 0 0 0"; + scale = "1 1 1"; shapeName = "borg16.dts"; locked = "true"; }; @@ -454,10 +443,10 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-436.634 106.421 66.7278"; - rotation = "1 0 0 0"; - scale = "2 2 2"; - shapeName = "borg19.dts"; + position = "-272.454 166.878 104.361"; + rotation = "0 0 1 201.864"; + scale = "1 1 1"; + shapeName = "borg16.dts"; locked = "true"; }; new TSStatic() { @@ -482,24 +471,24 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-218.105 -84.5642 69.5514"; - rotation = "0 0 1 63.0253"; - scale = "2 2 2"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-252.637 62.4072 77.5041"; - rotation = "0 0 -1 1.71915"; - scale = "2 2 2"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-273.299 -8.0521 75.3508"; + position = "-407.067 -164.187 69.0597"; rotation = "1 0 0 0"; - scale = "2 2 2"; - shapeName = "borg19.dts"; + scale = "1 1 1"; + shapeName = "borg16.dts"; + locked = "true"; + }; + new TSStatic() { + position = "-246.312 50.6312 80.1539"; + rotation = "1 0 0 0"; + scale = "1 1 1"; + shapeName = "borg16.dts"; + locked = "true"; + }; + new TSStatic() { + position = "-190.597 -188.859 75.0842"; + rotation = "0 0 -1 44.1177"; + scale = "1 1 1"; + shapeName = "borg16.dts"; locked = "true"; }; new TSStatic() { @@ -538,10 +527,10 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-465.785 108.193 72.0249"; - rotation = "0 0 -1 21.1995"; - scale = "2 2 2"; - shapeName = "borg19.dts"; + position = "-321.881 35.7059 75.3399"; + rotation = "1 0 0 0"; + scale = "1 1 1"; + shapeName = "borg16.dts"; locked = "true"; }; new TSStatic() { @@ -559,10 +548,10 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-297.787 48.9482 75.9243"; - rotation = "0 0 -1 33.8045"; - scale = "2 2 2"; - shapeName = "borg19.dts"; + position = "-358.513 -36.881 75.74"; + rotation = "1 0 0 0"; + scale = "1 1 1"; + shapeName = "borg17.dts"; locked = "true"; }; new TSStatic() { @@ -580,17 +569,17 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-164.126 4.35196 79.3947"; - rotation = "0 0 1 6.8755"; + position = "-440.571 75.2409 74.6431"; + rotation = "1 0 0 0"; scale = "2 2 2"; shapeName = "borg19.dts"; locked = "true"; }; new TSStatic() { - position = "-212.572 72.477 78.7461"; - rotation = "0 0 1 192.123"; - scale = "2 2 2"; - shapeName = "borg19.dts"; + position = "-192.319 96.715 78.2198"; + rotation = "0 0 -1 52.1391"; + scale = "1 1 1"; + shapeName = "borg16.dts"; locked = "true"; }; new TSStatic() { @@ -629,10 +618,10 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-315.347 88.8928 76.034"; + position = "-366.947 -56.2186 72.5292"; rotation = "1 0 0 0"; - scale = "2 2 2"; - shapeName = "borg18.dts"; + scale = "1 1 1"; + shapeName = "borg17.dts"; locked = "true"; }; new TSStatic() { @@ -643,16 +632,16 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-394.12 -17.8722 74.6047"; - rotation = "0 0 1 42.3989"; - scale = "2 2 2"; - shapeName = "borg18.dts"; + position = "-176.17 45.8146 82.4821"; + rotation = "1 0 0 0"; + scale = "1 1 1"; + shapeName = "borg16.dts"; locked = "true"; }; new TSStatic() { - position = "-184.392 -22.4439 76.4233"; - rotation = "0 0 1 105.997"; - scale = "2 2 2"; + position = "-0.2455 -89.633 123.377"; + rotation = "0 0 -1 82.5059"; + scale = "1 1 1"; shapeName = "borg16.dts"; locked = "true"; }; @@ -664,9 +653,9 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-343.397 -18.0407 76.0384"; - rotation = "0 0 -1 4.01071"; - scale = "2 2 2"; + position = "-343.237 108.208 77.4368"; + rotation = "0 0 -1 116.31"; + scale = "1 1 1"; shapeName = "borg16.dts"; locked = "true"; }; @@ -678,16 +667,16 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-235.691 32.9008 79.1791"; + position = "-245.948 -2.85577 79.1791"; rotation = "0 0 -1 4.01071"; scale = "2 2 2"; shapeName = "borg16.dts"; - locked = "true"; + locked = "false"; }; new TSStatic() { - position = "-257.633 48.185 77.8222"; - rotation = "0 0 -1 46.4096"; - scale = "2 2 2"; + position = "-360.249 -197.182 78.9132"; + rotation = "0 0 -1 33.8045"; + scale = "1 1 1"; shapeName = "borg16.dts"; locked = "true"; }; @@ -699,10 +688,10 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-322.787 60.0202 75.5754"; - rotation = "1 0 0 0"; - scale = "2 2 2"; - shapeName = "borg19.dts"; + position = "-56.7124 -167.401 71.3088"; + rotation = "0 0 -1 100.268"; + scale = "1 1 1"; + shapeName = "borg16.dts"; locked = "true"; }; new TSStatic() { @@ -713,9 +702,9 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-174.503 99.857 76.9572"; - rotation = "0 0 -1 4.01071"; - scale = "2 2 2"; + position = "-165.873 94.9849 78.6566"; + rotation = "1 0 0 0"; + scale = "1 1 1"; shapeName = "borg16.dts"; locked = "true"; }; @@ -734,17 +723,17 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-241.778 290.45 106.952"; - rotation = "1 0 0 0"; - scale = "2 2 2"; - shapeName = "borg19.dts"; + position = "-204.083 44.0345 80.8086"; + rotation = "0 0 -1 38.3882"; + scale = "1 1 1"; + shapeName = "borg17.dts"; locked = "true"; }; new TSStatic() { - position = "-101.538 159.682 105.955"; + position = "-76.9543 68.4643 118.259"; rotation = "1 0 0 0"; - scale = "2 2 2"; - shapeName = "borg19.dts"; + scale = "1 1 1"; + shapeName = "borg17.dts"; locked = "true"; }; new TSStatic() { @@ -769,10 +758,10 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-157.734 322.267 127.358"; - rotation = "0 0 -1 56.1499"; - scale = "2 2 2"; - shapeName = "borg19.dts"; + position = "-67.0733 41.2139 125.265"; + rotation = "1 0 0 0"; + scale = "1 1 1"; + shapeName = "borg17.dts"; locked = "true"; }; new TSStatic() { @@ -790,10 +779,10 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-595.632 -27.1304 121.997"; - rotation = "0 0 -1 116.883"; - scale = "2 2 2"; - shapeName = "borg19.dts"; + position = "-352.212 4.745 76.9591"; + rotation = "0 0 -1 52.1391"; + scale = "1 1 1"; + shapeName = "borg16.dts"; locked = "true"; }; new TSStatic() { @@ -839,10 +828,10 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-369.932 418.912 124.589"; + position = "-236.623 -163.727 70.65"; rotation = "1 0 0 0"; - scale = "2 2 2"; - shapeName = "borg19.dts"; + scale = "1 1 1"; + shapeName = "borg17.dts"; locked = "true"; }; new TSStatic() { @@ -902,10 +891,10 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-557.401 -216.042 73.5052"; - rotation = "0 0 -1 13.178"; - scale = "2 2 2"; - shapeName = "borg19.dts"; + position = "-219.261 -40.4285 75.5622"; + rotation = "1 0 0 0"; + scale = "1 1 1"; + shapeName = "borg16.dts"; locked = "true"; }; new TSStatic() { @@ -923,24 +912,24 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-620.039 77.4808 109.31"; - rotation = "0 0 -1 88.2355"; - scale = "2 2 2"; - shapeName = "borg19.dts"; + position = "-299.978 17.6454 75.1239"; + rotation = "0 0 -1 52.1391"; + scale = "1 1 1"; + shapeName = "borg16.dts"; locked = "true"; }; new TSStatic() { - position = "-571.159 54.5744 97.1391"; - rotation = "1 0 0 0"; - scale = "2 2 2"; - shapeName = "borg18.dts"; + position = "-283.772 100.292 78.2563"; + rotation = "0 0 -1 38.9611"; + scale = "1 1 1"; + shapeName = "borg17.dts"; locked = "true"; }; new TSStatic() { - position = "-545.779 188.17 128.709"; + position = "-442.926 22.3572 77.7418"; rotation = "1 0 0 0"; - scale = "2 2 2"; - shapeName = "borg18.dts"; + scale = "1 1 1"; + shapeName = "borg17.dts"; locked = "true"; }; new TSStatic() { @@ -958,10 +947,10 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-116.208 268.77 116.062"; - rotation = "0 0 -1 75.0575"; - scale = "2 2 2"; - shapeName = "borg18.dts"; + position = "-172.87 182.123 106.093"; + rotation = "1 0 0 0"; + scale = "1 1 1"; + shapeName = "borg17.dts"; locked = "true"; }; new TSStatic() { @@ -1035,10 +1024,10 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-580.778 -74.4551 111.447"; - rotation = "1 0 0 0"; - scale = "2 2 2"; - shapeName = "borg18.dts"; + position = "-362.955 -5.7265 76.3938"; + rotation = "0 0 -1 52.1391"; + scale = "1 1 1"; + shapeName = "borg16.dts"; locked = "true"; }; new TSStatic() { @@ -1092,244 +1081,6 @@ new SimGroup(MissionGroup) { shapeName = "borg16.dts"; locked = "true"; }; - new TSStatic() { - position = "-56.7124 -167.401 71.3088"; - rotation = "0 0 -1 100.268"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-65.686 -29.5787 123.276"; - rotation = "0 0 -1 52.1391"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-3.5302 40.3737 105.209"; - rotation = "0 0 -1 52.1391"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-192.319 96.715 78.2198"; - rotation = "0 0 -1 52.1391"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-299.978 17.6454 75.1239"; - rotation = "0 0 -1 52.1391"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-343.237 108.208 77.4368"; - rotation = "0 0 -1 116.31"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-478.404 182.929 105.464"; - rotation = "0 0 -1 52.1391"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-272.454 166.878 104.361"; - rotation = "0 0 1 201.864"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-442.926 22.3572 77.7418"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-362.955 -5.7265 76.3938"; - rotation = "0 0 -1 52.1391"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-352.212 4.745 76.9591"; - rotation = "0 0 -1 52.1391"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-283.772 100.292 78.2563"; - rotation = "0 0 -1 38.9611"; - scale = "1 1 1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-301.626 93.7936 78.688"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-204.083 44.0345 80.8086"; - rotation = "0 0 -1 38.3882"; - scale = "1 1 1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-159.94 199.709 103.858"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-172.87 182.123 106.093"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-67.0733 41.2139 125.265"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-76.9543 68.4643 118.259"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-236.623 -163.727 70.65"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-198.879 114.477 79.8738"; - rotation = "-0.0762667 -0.298685 0.951299 30.0497"; - scale = "2 2 2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-360.249 -197.182 78.9132"; - rotation = "0 0 -1 33.8045"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-358.513 -36.881 75.74"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-366.947 -56.2186 72.5292"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - shapeName = "borg17.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-321.881 35.7059 75.3399"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-336.358 37.8844 76.1395"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-246.312 50.6312 80.1539"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-176.17 45.8146 82.4821"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-219.261 -40.4285 75.5622"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-190.597 -188.859 75.0842"; - rotation = "0 0 -1 44.1177"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-407.067 -164.187 69.0597"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-0.2455 -89.633 123.377"; - rotation = "0 0 -1 82.5059"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-440.571 75.2409 74.6431"; - rotation = "1 0 0 0"; - scale = "2 2 2"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-420.185 90.4829 75.0559"; - rotation = "0 0 1 41.2529"; - scale = "2 2 2"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-165.873 94.9849 78.6566"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; }; new SimGroup(AudioCreatures) { diff --git a/base/missions/Oasis.mis b/base/missions/Oasis.mis index 7076e3c..d8b9f99 100644 --- a/base/missions/Oasis.mis +++ b/base/missions/Oasis.mis @@ -11,10 +11,10 @@ //--- OBJECT WRITE BEGIN --- new SimGroup(MissionGroup) { - DM_scoreLimit = "25"; - musicTrack = "desert"; powerCount = "0"; + DM_scoreLimit = "25"; cdTrack = "6"; + musicTrack = "desert"; DM_timeLimit = "25"; new MissionArea(MissionArea) { @@ -27,10 +27,10 @@ new SimGroup(MissionGroup) { direction = "0.57735 0.57735 -0.57735"; color = "0.600000 0.600000 0.600000 1.000000"; ambient = "0.200000 0.200000 0.200000 1.000000"; - locked = "true"; - scale = "1 1 1"; position = "-1680 -1880 0"; rotation = "1 0 0 0"; + locked = "true"; + scale = "1 1 1"; }; new TerrainBlock(Terrain) { rotation = "1 0 0 0"; @@ -39,24 +39,24 @@ new SimGroup(MissionGroup) { terrainFile = "Oasis.ter"; squareSize = "8"; emptySquares = "359010"; - hazeDistance = "250"; - locked = "true"; position = "-1024 -1024 0"; + locked = "true"; visibleDistance = "1200"; + hazeDistance = "250"; }; new NavigationGraph(NavGraph) { conjoinAngleDev = "45"; cullDensity = "0.3"; customArea = "0 0 0 0"; - XDimOverSize = "0"; - locked = "true"; - scale = "1 1 1"; - GraphFile = "Oasis.nav"; - YDimOverSize = "0"; - conjoinBowlDev = "20"; position = "0 0 0 1"; coverage = "0"; + XDimOverSize = "0"; rotation = "0 0 0 0"; + YDimOverSize = "0"; + locked = "true"; + scale = "1 1 1"; + conjoinBowlDev = "20"; + GraphFile = "Oasis.nav"; }; new Sky(Sky) { position = "-1680 -1880 0"; @@ -68,11 +68,11 @@ new SimGroup(MissionGroup) { cloudSpeed1 = "0.0001"; cloudSpeed2 = "0.0002"; cloudSpeed3 = "0.0003"; - visibleDistance = "900"; + visibleDistance = "500"; useSkyTextures = "1"; renderBottomTexture = "0"; SkySolidColor = "0.390000 0.390000 0.390000 0.000000"; - fogDistance = "600"; + fogDistance = "275"; fogColor = "0.500000 0.500000 0.500000 1.000000"; fogVolume1 = "120 0 100"; fogVolume2 = "0 0 0"; @@ -83,8 +83,8 @@ new SimGroup(MissionGroup) { fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000"; fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000000"; fogVolumeColor3 = "128.000000 128.000000 128.000000 0.000000"; - locked = "true"; cloudSpeed0 = "0.000000 0.000000"; + locked = "true"; }; new WaterBlock() { position = "-128 -96 90"; @@ -102,36 +102,7 @@ new SimGroup(MissionGroup) { locked = "true"; }; new SimGroup(environment) { - powerCount = "0"; - new TSStatic() { - position = "-99.589 -115.88 125.815"; - rotation = "0 0 -1 55.0039"; - scale = "1 1 1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-55.6873 14.5 124.435"; - rotation = "0 0 1 123.186"; - scale = "1 1 1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-103.306 -39.641 104.528"; - rotation = "0 0 -1 12.605"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-122.789 -30.4939 104.096"; - rotation = "0 0 1 63.5983"; - scale = "1 1 1"; - shapeName = "borg17.dts"; - locked = "true"; - }; new TSStatic() { position = "-46.068 -90.5109 114.357"; rotation = "0 0 -1 32.0856"; @@ -139,6 +110,13 @@ new SimGroup(MissionGroup) { shapeName = "borg17.dts"; locked = "true"; }; + new TSStatic() { + position = "-117.452 -39.1965 105.735"; + rotation = "1 0 0 0"; + scale = "1 1 1"; + shapeName = "borg34.dts"; + locked = "true"; + }; new TSStatic() { position = "-97.266 -33.5638 105.025"; rotation = "1 0 0 0"; @@ -147,15 +125,14 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-117.452 -39.1965 105.735"; - rotation = "1 0 0 0"; + position = "-122.789 -30.4939 104.096"; + rotation = "0 0 1 63.5983"; scale = "1 1 1"; - shapeName = "borg34.dts"; + shapeName = "borg17.dts"; locked = "true"; }; }; new SimGroup(ObserverDropPoints) { - powerCount = "0"; new Camera() { position = "-52.1118 -103.14 180.539"; @@ -195,13 +172,10 @@ new SimGroup(MissionGroup) { }; }; new SimGroup(Teams) { - powerCount = "0"; new SimGroup(Team0) { - powerCount = "0"; new SimGroup(Base0) { - powerCount = "3"; new StaticShape() { position = "-202.863 -44.7028 122.075"; @@ -212,9 +186,6 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; locked = "true"; - Target = "33"; - Trigger = "3361"; - team = "0"; }; new StaticShape() { position = "-207.1 -40.064 97.59"; @@ -225,9 +196,6 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; locked = "true"; - Target = "34"; - Trigger = "3363"; - team = "0"; }; new InteriorInstance() { position = "-202.509 -44.8018 107.6"; @@ -237,7 +205,6 @@ new SimGroup(MissionGroup) { showTerrainInside = "0"; AudioProfile = "Universal_Base_3"; locked = "true"; - team = "0"; }; new InteriorInstance() { position = "-102.796 21.1962 139.043"; @@ -247,7 +214,6 @@ new SimGroup(MissionGroup) { showTerrainInside = "0"; AudioProfile = "Universal_Base_2"; locked = "true"; - team = "0"; }; new InteriorInstance() { position = "-58.1054 -111.149 132.645"; @@ -257,7 +223,6 @@ new SimGroup(MissionGroup) { showTerrainInside = "0"; AudioProfile = "Universal_Base_2"; locked = "true"; - team = "0"; }; new Item() { position = "-209.9 -44.7356 105.823"; @@ -270,8 +235,6 @@ new SimGroup(MissionGroup) { static = "1"; rotate = "0"; locked = "true"; - Target = "-1"; - team = "0"; }; new StaticShape() { position = "-208.747 -50.5824 97.59"; @@ -282,8 +245,6 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; locked = "true"; - Target = "35"; - team = "0"; }; new StaticShape() { position = "-70.6533 -106.666 126.66"; @@ -294,9 +255,6 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; locked = "true"; - Target = "36"; - Trigger = "3370"; - team = "0"; }; new StaticShape() { position = "-101.038 26.3027 142.92"; @@ -307,8 +265,6 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; locked = "true"; - Target = "37"; - team = "0"; }; new StaticShape() { position = "-115.116 27.4632 132.54"; @@ -319,9 +275,6 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; locked = "true"; - Target = "38"; - Trigger = "3373"; - team = "0"; }; new StaticShape() { position = "-90.4074 27.4432 132.54"; @@ -332,9 +285,6 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; locked = "true"; - Target = "39"; - Trigger = "3375"; - team = "0"; }; new StaticShape() { position = "-60.196 -115.78 126.66"; @@ -345,9 +295,6 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; locked = "true"; - Target = "40"; - Trigger = "3377"; - team = "0"; }; new StaticShape() { position = "-64.0443 -106.333 135.48"; @@ -358,16 +305,12 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; locked = "true"; - Target = "41"; - team = "0"; }; }; }; new SimGroup(team1) { - powerCount = "0"; new SimGroup(spawnspheres) { - powerCount = "0"; new SpawnSphere() { position = "-70.435 -46.3061 116.136"; @@ -397,10 +340,8 @@ new SimGroup(MissionGroup) { }; }; new SimGroup(RandomOrganics) { - powerCount = "0"; new SimGroup(Addition4BEPlant1) { - powerCount = "0"; new TSStatic() { position = "-105 -82 103.342"; @@ -446,11 +387,10 @@ new SimGroup(MissionGroup) { locked = "true"; }; new SimGroup(Addition5PhoenixPlant1) { - powerCount = "0"; new TSStatic() { - position = "-113 46 132.148"; - rotation = "0 0 1 129"; + position = "-41 206 179.164"; + rotation = "0 0 1 6.00018"; scale = "1 1 1"; shapeName = "porg1.dts"; locked = "true"; @@ -574,16 +514,8 @@ new SimGroup(MissionGroup) { shapeName = "porg1.dts"; locked = "true"; }; - new TSStatic() { - position = "-41 206 179.164"; - rotation = "0 0 1 6.00018"; - scale = "1 1 1"; - shapeName = "porg1.dts"; - locked = "true"; - }; }; new SimGroup(Addition6PhoenixPlant2) { - powerCount = "0"; new TSStatic() { position = "-137 102 168.824"; @@ -685,7 +617,7 @@ new SimGroup(MissionGroup) { }; new TSStatic() { position = "-17 166 166.719"; - rotation = "0 0 1 240"; + rotation = "0 0 -1 120"; scale = "1 1 1"; shapeName = "porg2.dts"; locked = "true"; @@ -704,13 +636,6 @@ new SimGroup(MissionGroup) { shapeName = "porg2.dts"; locked = "true"; }; - new TSStatic() { - position = "-121 30 131.816"; - rotation = "0 0 1 196"; - scale = "1 1 1"; - shapeName = "porg2.dts"; - locked = "true"; - }; new TSStatic() { position = "-25 70 142"; rotation = "0 0 1 239"; @@ -720,26 +645,11 @@ new SimGroup(MissionGroup) { }; }; new SimGroup(Addition1BELgTree18) { - powerCount = "0"; new TSStatic() { - position = "-121 14 128.484"; - rotation = "0 0 -1 102"; - scale = "0.9 0.9 0.9"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-49 6 119.805"; - rotation = "0 0 1 57.9999"; - scale = "1.4 1.4 1.4"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-105 -18 99.633"; - rotation = "0 0 1 169"; - scale = "0.8 0.8 0.8"; + position = "-97.206 -50.249 101.355"; + rotation = "0 0 1 58.9997"; + scale = "1.2 1.2 1.2"; shapeName = "borg18.dts"; locked = "true"; }; @@ -750,24 +660,9 @@ new SimGroup(MissionGroup) { shapeName = "borg18.dts"; locked = "true"; }; - new TSStatic() { - position = "-97.206 -50.249 101.355"; - rotation = "0 0 1 58.9997"; - scale = "1.2 1.2 1.2"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-121 -74 104.211"; - rotation = "0 0 -1 79"; - scale = "1.1 1.1 1.1"; - shapeName = "borg18.dts"; - locked = "true"; - }; }; }; new SimGroup(Ambiance) { - powerCount = "0"; new AudioEmitter() { position = "-60.3481 -42.8411 108.656"; diff --git a/base/missions/Overreach.mis b/base/missions/Overreach.mis index b3534e5..131ed8a 100644 --- a/base/missions/Overreach.mis +++ b/base/missions/Overreach.mis @@ -12,9 +12,9 @@ //--- OBJECT WRITE BEGIN --- new SimGroup(MissionGroup) { - musicTrack = "ice"; - cdTrack = "5"; powerCount = "0"; + cdTrack = "5"; + musicTrack = "ice"; new MissionArea(MissionArea) { area = "-880 -840 1728 1712"; @@ -26,10 +26,10 @@ new SimGroup(MissionGroup) { direction = "0.57735 0.57735 -0.57735"; color = "0.400000 0.400000 0.400000 1.000000"; ambient = "0.300000 0.300000 0.300000 1.000000"; - position = "-1024 -1024 0"; - locked = "true"; rotation = "1 0 0 0"; scale = "1 1 1"; + position = "-1024 -1024 0"; + locked = "true"; }; new TerrainBlock(Terrain) { rotation = "1 0 0 0"; @@ -38,24 +38,20 @@ new SimGroup(MissionGroup) { terrainFile = "Overreach.ter"; squareSize = "8"; emptySquares = "270891 271147 271403 271659 271915 316897 382688 382944 383200 317921"; - visibleDistance = "1200"; - position = "-1024 -1024 0"; - hazeDistance = "250"; - locked = "true"; }; new NavigationGraph(NavGraph) { conjoinAngleDev = "55"; cullDensity = "0.3"; customArea = "0 0 0 0"; - conjoinBowlDev = "20"; coverage = "0"; + GraphFile = "Overreach.nav"; + rotation = "0 0 0 0"; + YDimOverSize = "0"; + XDimOverSize = "0"; + scale = "1 1 1"; + conjoinBowlDev = "20"; position = "0 0 0 1"; locked = "true"; - YDimOverSize = "0"; - rotation = "0 0 0 0"; - GraphFile = "Overreach.nav"; - scale = "1 1 1"; - XDimOverSize = "0"; }; new Sky(Sky) { position = "-1024 -1024 0"; @@ -67,12 +63,13 @@ new SimGroup(MissionGroup) { cloudSpeed1 = "0.0001"; cloudSpeed2 = "0.0002"; cloudSpeed3 = "0.0003"; - visibleDistance = "700"; + visibleDistance = "550"; useSkyTextures = "1"; + renderBottomTexture = "0"; SkySolidColor = "0.100000 0.100000 0.100000 0.000000"; fogDistance = "0"; fogColor = "0.100000 0.100000 0.150000 1.000000"; - fogVolume1 = "800 200 225"; + fogVolume1 = "450 0 200"; fogVolume2 = "0 0 0"; fogVolume3 = "0 0 0"; materialList = "sky_ice_starrynight.dml"; @@ -154,8 +151,8 @@ new SimGroup(MissionGroup) { dataBlock = "FlipFlop"; lockCount = "0"; homingCount = "0"; - locked = "true"; name = "Dawn Hold"; + locked = "true"; }; new StaticShape() { position = "-619.467 474.36 98.7565"; @@ -165,7 +162,6 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; locked = "true"; - holo = "0"; }; new StaticShape(Team0StationInventory1) { position = "-589.436 475.18 76.9189"; @@ -212,6 +208,8 @@ new SimGroup(MissionGroup) { rotation = "1 0 0 0"; scale = "10 10 0.25"; dataBlock = "defaultForceFieldBare"; + lockCount = "0"; + homingCount = "0"; locked = "true"; }; new StaticShape(Team0StationInventory5) { @@ -418,11 +416,8 @@ new SimGroup(MissionGroup) { dataBlock = "FlipFlop"; lockCount = "0"; homingCount = "0"; - tHoldThread = "742"; - tCapThread = "223"; - locked = "true"; name = "Day Hold"; - pCapThread = "222"; + locked = "true"; }; new WayPoint() { position = "-173.384 146.68 68.8115"; @@ -456,7 +451,6 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; locked = "true"; - holo = "0"; }; new StaticShape(Team0StationInventory11) { position = "-143.747 146.74 75.8096"; @@ -503,6 +497,8 @@ new SimGroup(MissionGroup) { rotation = "1 0 0 0"; scale = "10 10 0.25"; dataBlock = "defaultForceFieldBare"; + lockCount = "0"; + homingCount = "0"; locked = "true"; }; new StaticShape(Team0StationInventory15) { @@ -685,8 +681,8 @@ new SimGroup(MissionGroup) { dataBlock = "FlipFlop"; lockCount = "0"; homingCount = "0"; - locked = "true"; name = "Dusk Hold"; + locked = "true"; }; new WayPoint() { position = "378.53 -391.068 70.2383"; @@ -720,7 +716,6 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; locked = "true"; - holo = "0"; }; new StaticShape(Team0StationInventory21) { position = "408.17 -391.008 77.2364"; @@ -767,6 +762,8 @@ new SimGroup(MissionGroup) { rotation = "1 0 0 0"; scale = "10 10 0.25"; dataBlock = "defaultForceFieldBare"; + lockCount = "0"; + homingCount = "0"; locked = "true"; }; new StaticShape(Team0StationInventory25) { @@ -1425,6 +1422,8 @@ new SimGroup(MissionGroup) { dataBlock = "StationVehiclePad"; lockCount = "0"; homingCount = "0"; + Ready = "1"; + station = "3557"; locked = "true"; }; new Item() { @@ -1451,7 +1450,7 @@ new SimGroup(MissionGroup) { description = "Defend the flipflop"; targetObject = "Team0flipflop1"; targetClientId = "-1"; - targetObjectId = "3296"; + targetObjectId = "3391"; location = "-619.073 475.12 71.5545"; weightLevel1 = "3900"; weightLevel2 = "2000"; @@ -1466,6 +1465,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOTouchObject) { position = "-619.073 475.12 71.5545"; @@ -1478,7 +1478,7 @@ new SimGroup(MissionGroup) { mode = "TouchFlipFlop"; targetObject = "Team0flipflop1"; targetClientId = "-1"; - targetObjectId = "3296"; + targetObjectId = "3391"; location = "-619.073 475.12 71.5545"; weightLevel1 = "3850"; weightLevel2 = "0"; @@ -1494,6 +1494,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-589.436 475.18 78.4847"; @@ -1505,7 +1506,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory1"; targetClientId = "-1"; - targetObjectId = "3298"; + targetObjectId = "3393"; location = "-589.436 475.18 78.4847"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1520,6 +1521,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-589.436 475.18 78.4847"; @@ -1531,7 +1533,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory1"; targetClientId = "-1"; - targetObjectId = "3298"; + targetObjectId = "3393"; location = "-589.436 475.18 78.4847"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1546,6 +1548,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-619.014 445.49 78.4866"; @@ -1557,7 +1560,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory2"; targetClientId = "-1"; - targetObjectId = "3300"; + targetObjectId = "3395"; location = "-619.014 445.49 78.4866"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1572,6 +1575,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-619.014 445.49 78.4866"; @@ -1583,7 +1587,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory2"; targetClientId = "-1"; - targetObjectId = "3300"; + targetObjectId = "3395"; location = "-619.014 445.49 78.4866"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1598,6 +1602,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-648.73 475.17 78.4793"; @@ -1609,7 +1614,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory3"; targetClientId = "-1"; - targetObjectId = "3302"; + targetObjectId = "3397"; location = "-648.73 475.17 78.4793"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1624,6 +1629,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-648.73 475.17 78.4793"; @@ -1635,7 +1641,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory3"; targetClientId = "-1"; - targetObjectId = "3302"; + targetObjectId = "3397"; location = "-648.73 475.17 78.4793"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1650,6 +1656,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-619.356 504.79 78.4819"; @@ -1661,7 +1668,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory4"; targetClientId = "-1"; - targetObjectId = "3304"; + targetObjectId = "3399"; location = "-619.356 504.79 78.4819"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1676,6 +1683,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-619.356 504.79 78.4819"; @@ -1687,7 +1695,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory4"; targetClientId = "-1"; - targetObjectId = "3304"; + targetObjectId = "3399"; location = "-619.356 504.79 78.4819"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1702,6 +1710,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-646.31 481.51 87.4914"; @@ -1713,7 +1722,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory5"; targetClientId = "-1"; - targetObjectId = "3309"; + targetObjectId = "3404"; location = "-646.31 481.51 87.4914"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1728,6 +1737,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-646.31 481.51 87.4914"; @@ -1739,7 +1749,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory5"; targetClientId = "-1"; - targetObjectId = "3309"; + targetObjectId = "3404"; location = "-646.31 481.51 87.4914"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1754,6 +1764,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-646.224 468.75 87.489"; @@ -1765,7 +1776,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory6"; targetClientId = "-1"; - targetObjectId = "3311"; + targetObjectId = "3406"; location = "-646.224 468.75 87.489"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1780,6 +1791,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-646.224 468.75 87.489"; @@ -1791,7 +1803,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory6"; targetClientId = "-1"; - targetObjectId = "3311"; + targetObjectId = "3406"; location = "-646.224 468.75 87.489"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1806,6 +1818,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-592.029 481.52 87.4809"; @@ -1817,7 +1830,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory7"; targetClientId = "-1"; - targetObjectId = "3313"; + targetObjectId = "3408"; location = "-592.029 481.52 87.4809"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1832,6 +1845,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-592.029 481.52 87.4809"; @@ -1843,7 +1857,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory7"; targetClientId = "-1"; - targetObjectId = "3313"; + targetObjectId = "3408"; location = "-592.029 481.52 87.4809"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1858,6 +1872,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-591.904 468.76 87.4809"; @@ -1869,7 +1884,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory8"; targetClientId = "-1"; - targetObjectId = "3315"; + targetObjectId = "3410"; location = "-591.904 468.76 87.4809"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1884,6 +1899,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-591.904 468.76 87.4809"; @@ -1895,7 +1911,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory8"; targetClientId = "-1"; - targetObjectId = "3315"; + targetObjectId = "3410"; location = "-591.904 468.76 87.4809"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1910,6 +1926,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-619.027 438.49 95.9826"; @@ -1921,7 +1938,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory9"; targetClientId = "-1"; - targetObjectId = "3317"; + targetObjectId = "3412"; location = "-619.027 438.49 95.9826"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1936,6 +1953,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-619.027 438.49 95.9826"; @@ -1947,7 +1965,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory9"; targetClientId = "-1"; - targetObjectId = "3317"; + targetObjectId = "3412"; location = "-619.027 438.49 95.9826"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1962,6 +1980,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-619.067 511.78 95.9835"; @@ -1973,7 +1992,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory10"; targetClientId = "-1"; - targetObjectId = "3319"; + targetObjectId = "3414"; location = "-619.067 511.78 95.9835"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1988,6 +2007,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-619.067 511.78 95.9835"; @@ -1999,7 +2019,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory10"; targetClientId = "-1"; - targetObjectId = "3319"; + targetObjectId = "3414"; location = "-619.067 511.78 95.9835"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2014,6 +2034,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-597.867 475.19 71.4195"; @@ -2025,7 +2046,7 @@ new SimGroup(MissionGroup) { description = "Repair the generatorLarge"; targetObject = "Team0generatorLarge1"; targetClientId = "-1"; - targetObjectId = "3321"; + targetObjectId = "3416"; location = "-597.867 475.19 71.4195"; weightLevel1 = "3200"; weightLevel2 = "1600"; @@ -2040,6 +2061,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-597.867 475.19 71.4195"; @@ -2051,7 +2073,7 @@ new SimGroup(MissionGroup) { description = "Attack the generatorLarge"; targetObject = "Team0generatorLarge1"; targetClientId = "-1"; - targetObjectId = "3321"; + targetObjectId = "3416"; location = "-597.867 475.19 71.4195"; weightLevel1 = "3100"; weightLevel2 = "1600"; @@ -2066,6 +2088,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "-597.867 475.19 71.4195"; @@ -2077,7 +2100,7 @@ new SimGroup(MissionGroup) { description = "Defend the generatorLarge"; targetObject = "Team0generatorLarge1"; targetClientId = "-1"; - targetObjectId = "3321"; + targetObjectId = "3416"; location = "-597.867 475.19 71.4195"; weightLevel1 = "3100"; weightLevel2 = "1500"; @@ -2092,6 +2115,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-640.322 475.04 71.4169"; @@ -2103,7 +2127,7 @@ new SimGroup(MissionGroup) { description = "Repair the generatorLarge"; targetObject = "Team0generatorLarge2"; targetClientId = "-1"; - targetObjectId = "3322"; + targetObjectId = "3417"; location = "-640.322 475.04 71.4169"; weightLevel1 = "3200"; weightLevel2 = "1600"; @@ -2118,6 +2142,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-640.322 475.04 71.4169"; @@ -2129,7 +2154,7 @@ new SimGroup(MissionGroup) { description = "Attack the generatorLarge"; targetObject = "Team0generatorLarge2"; targetClientId = "-1"; - targetObjectId = "3322"; + targetObjectId = "3417"; location = "-640.322 475.04 71.4169"; weightLevel1 = "3100"; weightLevel2 = "1600"; @@ -2144,6 +2169,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "-640.322 475.04 71.4169"; @@ -2155,7 +2181,7 @@ new SimGroup(MissionGroup) { description = "Defend the generatorLarge"; targetObject = "Team0generatorLarge2"; targetClientId = "-1"; - targetObjectId = "3322"; + targetObjectId = "3417"; location = "-640.322 475.04 71.4169"; weightLevel1 = "3100"; weightLevel2 = "1500"; @@ -2170,6 +2196,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-619.069 498.32 73.6869"; @@ -2181,7 +2208,7 @@ new SimGroup(MissionGroup) { description = "Repair the SentryTurret"; targetObject = "Team0SentryTurret1"; targetClientId = "-1"; - targetObjectId = "3324"; + targetObjectId = "3419"; location = "-619.069 498.32 73.6869"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -2196,6 +2223,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOMortarObject) { position = "-619.069 498.32 73.6869"; @@ -2207,7 +2235,7 @@ new SimGroup(MissionGroup) { description = "Mortar the SentryTurret"; targetObject = "Team0SentryTurret1"; targetClientId = "-1"; - targetObjectId = "3324"; + targetObjectId = "3419"; location = "-619.069 498.32 73.6869"; weightLevel1 = "3400"; weightLevel2 = "1000"; @@ -2222,6 +2250,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-605.388 488.54 87.6711"; @@ -2233,7 +2262,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge1"; targetClientId = "-1"; - targetObjectId = "3328"; + targetObjectId = "3423"; location = "-605.388 488.54 87.6711"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -2248,6 +2277,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOMortarObject) { position = "-605.388 488.54 87.6711"; @@ -2259,7 +2289,7 @@ new SimGroup(MissionGroup) { description = "Mortar the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge1"; targetClientId = "-1"; - targetObjectId = "3328"; + targetObjectId = "3423"; location = "-605.388 488.54 87.6711"; weightLevel1 = "3400"; weightLevel2 = "1000"; @@ -2274,6 +2304,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-632.728 461.71 87.6719"; @@ -2285,7 +2316,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge2"; targetClientId = "-1"; - targetObjectId = "3329"; + targetObjectId = "3424"; location = "-632.728 461.71 87.6719"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -2300,6 +2331,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOMortarObject) { position = "-632.728 461.71 87.6719"; @@ -2311,7 +2343,7 @@ new SimGroup(MissionGroup) { description = "Mortar the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge2"; targetClientId = "-1"; - targetObjectId = "3329"; + targetObjectId = "3424"; location = "-632.728 461.71 87.6719"; weightLevel1 = "3400"; weightLevel2 = "1000"; @@ -2326,6 +2358,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "-173.384 146.68 70.4452"; @@ -2337,7 +2370,7 @@ new SimGroup(MissionGroup) { description = "Defend the flipflop"; targetObject = "Team0flipflop2"; targetClientId = "-1"; - targetObjectId = "3334"; + targetObjectId = "3429"; location = "-173.384 146.68 70.4452"; weightLevel1 = "3900"; weightLevel2 = "2000"; @@ -2352,6 +2385,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOTouchObject) { position = "-173.384 146.68 70.4452"; @@ -2364,7 +2398,7 @@ new SimGroup(MissionGroup) { mode = "TouchFlipFlop"; targetObject = "Team0flipflop2"; targetClientId = "-1"; - targetObjectId = "3334"; + targetObjectId = "3429"; location = "-173.384 146.68 70.4452"; weightLevel1 = "3850"; weightLevel2 = "0"; @@ -2380,6 +2414,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-143.747 146.74 77.3754"; @@ -2391,7 +2426,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory11"; targetClientId = "-1"; - targetObjectId = "3338"; + targetObjectId = "3433"; location = "-143.747 146.74 77.3754"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2406,6 +2441,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-143.747 146.74 77.3754"; @@ -2417,7 +2453,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory11"; targetClientId = "-1"; - targetObjectId = "3338"; + targetObjectId = "3433"; location = "-143.747 146.74 77.3754"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2432,6 +2468,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-173.325 117.05 77.3773"; @@ -2443,7 +2480,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory12"; targetClientId = "-1"; - targetObjectId = "3340"; + targetObjectId = "3435"; location = "-173.325 117.05 77.3773"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2458,6 +2495,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-173.325 117.05 77.3773"; @@ -2469,7 +2507,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory12"; targetClientId = "-1"; - targetObjectId = "3340"; + targetObjectId = "3435"; location = "-173.325 117.05 77.3773"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2484,6 +2522,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-203.041 146.73 77.37"; @@ -2495,7 +2534,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory13"; targetClientId = "-1"; - targetObjectId = "3342"; + targetObjectId = "3437"; location = "-203.041 146.73 77.37"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2510,6 +2549,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-203.041 146.73 77.37"; @@ -2521,7 +2561,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory13"; targetClientId = "-1"; - targetObjectId = "3342"; + targetObjectId = "3437"; location = "-203.041 146.73 77.37"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2536,6 +2576,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-173.667 176.35 77.3726"; @@ -2547,7 +2588,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory14"; targetClientId = "-1"; - targetObjectId = "3344"; + targetObjectId = "3439"; location = "-173.667 176.35 77.3726"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2562,6 +2603,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-173.667 176.35 77.3726"; @@ -2573,7 +2615,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory14"; targetClientId = "-1"; - targetObjectId = "3344"; + targetObjectId = "3439"; location = "-173.667 176.35 77.3726"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2588,6 +2630,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-200.621 153.07 86.382"; @@ -2599,7 +2642,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory15"; targetClientId = "-1"; - targetObjectId = "3348"; + targetObjectId = "3443"; location = "-200.621 153.07 86.382"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2614,6 +2657,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-200.621 153.07 86.382"; @@ -2625,7 +2669,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory15"; targetClientId = "-1"; - targetObjectId = "3348"; + targetObjectId = "3443"; location = "-200.621 153.07 86.382"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2640,6 +2684,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-200.535 140.31 86.3796"; @@ -2651,7 +2696,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory16"; targetClientId = "-1"; - targetObjectId = "3350"; + targetObjectId = "3445"; location = "-200.535 140.31 86.3796"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2666,6 +2711,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-200.535 140.31 86.3796"; @@ -2677,7 +2723,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory16"; targetClientId = "-1"; - targetObjectId = "3350"; + targetObjectId = "3445"; location = "-200.535 140.31 86.3796"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2692,6 +2738,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-146.34 153.08 86.3715"; @@ -2703,7 +2750,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory17"; targetClientId = "-1"; - targetObjectId = "3352"; + targetObjectId = "3447"; location = "-146.34 153.08 86.3715"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2718,6 +2765,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-146.34 153.08 86.3715"; @@ -2729,7 +2777,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory17"; targetClientId = "-1"; - targetObjectId = "3352"; + targetObjectId = "3447"; location = "-146.34 153.08 86.3715"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2744,6 +2792,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-146.215 140.32 86.3715"; @@ -2755,7 +2804,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory18"; targetClientId = "-1"; - targetObjectId = "3354"; + targetObjectId = "3449"; location = "-146.215 140.32 86.3715"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2770,6 +2819,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-146.215 140.32 86.3715"; @@ -2781,7 +2831,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory18"; targetClientId = "-1"; - targetObjectId = "3354"; + targetObjectId = "3449"; location = "-146.215 140.32 86.3715"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2796,6 +2846,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-173.338 110.05 94.8732"; @@ -2807,7 +2858,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory19"; targetClientId = "-1"; - targetObjectId = "3356"; + targetObjectId = "3451"; location = "-173.338 110.05 94.8732"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2822,6 +2873,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-173.338 110.05 94.8732"; @@ -2833,7 +2885,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory19"; targetClientId = "-1"; - targetObjectId = "3356"; + targetObjectId = "3451"; location = "-173.338 110.05 94.8732"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2848,6 +2900,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-173.378 183.34 94.8741"; @@ -2859,7 +2912,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory20"; targetClientId = "-1"; - targetObjectId = "3358"; + targetObjectId = "3453"; location = "-173.378 183.34 94.8741"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2874,6 +2927,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-173.378 183.34 94.8741"; @@ -2885,7 +2939,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory20"; targetClientId = "-1"; - targetObjectId = "3358"; + targetObjectId = "3453"; location = "-173.378 183.34 94.8741"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -2900,6 +2954,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-152.178 146.75 70.3102"; @@ -2911,7 +2966,7 @@ new SimGroup(MissionGroup) { description = "Repair the generatorLarge"; targetObject = "Team0generatorLarge3"; targetClientId = "-1"; - targetObjectId = "3360"; + targetObjectId = "3455"; location = "-152.178 146.75 70.3102"; weightLevel1 = "3200"; weightLevel2 = "1600"; @@ -2926,6 +2981,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-152.178 146.75 70.3102"; @@ -2937,7 +2993,7 @@ new SimGroup(MissionGroup) { description = "Attack the generatorLarge"; targetObject = "Team0generatorLarge3"; targetClientId = "-1"; - targetObjectId = "3360"; + targetObjectId = "3455"; location = "-152.178 146.75 70.3102"; weightLevel1 = "3100"; weightLevel2 = "1600"; @@ -2952,6 +3008,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "-152.178 146.75 70.3102"; @@ -2963,7 +3020,7 @@ new SimGroup(MissionGroup) { description = "Defend the generatorLarge"; targetObject = "Team0generatorLarge3"; targetClientId = "-1"; - targetObjectId = "3360"; + targetObjectId = "3455"; location = "-152.178 146.75 70.3102"; weightLevel1 = "3100"; weightLevel2 = "1500"; @@ -2978,6 +3035,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-194.633 146.6 70.3076"; @@ -2989,7 +3047,7 @@ new SimGroup(MissionGroup) { description = "Repair the generatorLarge"; targetObject = "Team0generatorLarge4"; targetClientId = "-1"; - targetObjectId = "3361"; + targetObjectId = "3456"; location = "-194.633 146.6 70.3076"; weightLevel1 = "3200"; weightLevel2 = "1600"; @@ -3004,6 +3062,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-194.633 146.6 70.3076"; @@ -3015,7 +3074,7 @@ new SimGroup(MissionGroup) { description = "Attack the generatorLarge"; targetObject = "Team0generatorLarge4"; targetClientId = "-1"; - targetObjectId = "3361"; + targetObjectId = "3456"; location = "-194.633 146.6 70.3076"; weightLevel1 = "3100"; weightLevel2 = "1600"; @@ -3030,6 +3089,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "-194.633 146.6 70.3076"; @@ -3041,7 +3101,7 @@ new SimGroup(MissionGroup) { description = "Defend the generatorLarge"; targetObject = "Team0generatorLarge4"; targetClientId = "-1"; - targetObjectId = "3361"; + targetObjectId = "3456"; location = "-194.633 146.6 70.3076"; weightLevel1 = "3100"; weightLevel2 = "1500"; @@ -3056,6 +3116,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-173.38 169.88 72.5776"; @@ -3067,7 +3128,7 @@ new SimGroup(MissionGroup) { description = "Repair the SentryTurret"; targetObject = "Team0SentryTurret2"; targetClientId = "-1"; - targetObjectId = "3363"; + targetObjectId = "3458"; location = "-173.38 169.88 72.5776"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -3082,6 +3143,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOMortarObject) { position = "-173.38 169.88 72.5776"; @@ -3093,7 +3155,7 @@ new SimGroup(MissionGroup) { description = "Mortar the SentryTurret"; targetObject = "Team0SentryTurret2"; targetClientId = "-1"; - targetObjectId = "3363"; + targetObjectId = "3458"; location = "-173.38 169.88 72.5776"; weightLevel1 = "3400"; weightLevel2 = "1000"; @@ -3108,6 +3170,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-159.699 160.1 86.5617"; @@ -3119,7 +3182,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge3"; targetClientId = "-1"; - targetObjectId = "3367"; + targetObjectId = "3462"; location = "-159.699 160.1 86.5617"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -3134,6 +3197,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOMortarObject) { position = "-159.699 160.1 86.5617"; @@ -3145,7 +3209,7 @@ new SimGroup(MissionGroup) { description = "Mortar the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge3"; targetClientId = "-1"; - targetObjectId = "3367"; + targetObjectId = "3462"; location = "-159.699 160.1 86.5617"; weightLevel1 = "3400"; weightLevel2 = "1000"; @@ -3160,6 +3224,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-187.039 133.27 86.5625"; @@ -3171,7 +3236,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge4"; targetClientId = "-1"; - targetObjectId = "3368"; + targetObjectId = "3463"; location = "-187.039 133.27 86.5625"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -3186,6 +3251,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOMortarObject) { position = "-187.039 133.27 86.5625"; @@ -3197,7 +3263,7 @@ new SimGroup(MissionGroup) { description = "Mortar the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge4"; targetClientId = "-1"; - targetObjectId = "3368"; + targetObjectId = "3463"; location = "-187.039 133.27 86.5625"; weightLevel1 = "3400"; weightLevel2 = "1000"; @@ -3212,6 +3278,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "378.53 -391.068 71.872"; @@ -3223,7 +3290,7 @@ new SimGroup(MissionGroup) { description = "Defend the flipflop"; targetObject = "Team0flipflop3"; targetClientId = "-1"; - targetObjectId = "3371"; + targetObjectId = "3466"; location = "378.53 -391.068 71.872"; weightLevel1 = "3900"; weightLevel2 = "2000"; @@ -3238,6 +3305,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOTouchObject) { position = "378.53 -391.068 71.872"; @@ -3250,7 +3318,7 @@ new SimGroup(MissionGroup) { mode = "TouchFlipFlop"; targetObject = "Team0flipflop3"; targetClientId = "-1"; - targetObjectId = "3371"; + targetObjectId = "3466"; location = "378.53 -391.068 71.872"; weightLevel1 = "3850"; weightLevel2 = "0"; @@ -3266,6 +3334,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "408.17 -391.008 78.8022"; @@ -3277,7 +3346,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory21"; targetClientId = "-1"; - targetObjectId = "3375"; + targetObjectId = "3470"; location = "408.17 -391.008 78.8022"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -3292,6 +3361,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "408.17 -391.008 78.8022"; @@ -3303,7 +3373,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory21"; targetClientId = "-1"; - targetObjectId = "3375"; + targetObjectId = "3470"; location = "408.17 -391.008 78.8022"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -3318,6 +3388,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "378.59 -420.698 78.8041"; @@ -3329,7 +3400,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory22"; targetClientId = "-1"; - targetObjectId = "3377"; + targetObjectId = "3472"; location = "378.59 -420.698 78.8041"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -3344,6 +3415,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "378.59 -420.698 78.8041"; @@ -3355,7 +3427,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory22"; targetClientId = "-1"; - targetObjectId = "3377"; + targetObjectId = "3472"; location = "378.59 -420.698 78.8041"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -3370,6 +3442,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "348.87 -391.018 78.7968"; @@ -3381,7 +3454,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory23"; targetClientId = "-1"; - targetObjectId = "3379"; + targetObjectId = "3474"; location = "348.87 -391.018 78.7968"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -3396,6 +3469,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "348.87 -391.018 78.7968"; @@ -3407,7 +3481,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory23"; targetClientId = "-1"; - targetObjectId = "3379"; + targetObjectId = "3474"; location = "348.87 -391.018 78.7968"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -3422,6 +3496,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "378.25 -361.398 78.7994"; @@ -3433,7 +3508,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory24"; targetClientId = "-1"; - targetObjectId = "3381"; + targetObjectId = "3476"; location = "378.25 -361.398 78.7994"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -3448,6 +3523,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "378.25 -361.398 78.7994"; @@ -3459,7 +3535,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory24"; targetClientId = "-1"; - targetObjectId = "3381"; + targetObjectId = "3476"; location = "378.25 -361.398 78.7994"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -3474,6 +3550,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "351.29 -384.678 87.8088"; @@ -3485,7 +3562,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory25"; targetClientId = "-1"; - targetObjectId = "3385"; + targetObjectId = "3480"; location = "351.29 -384.678 87.8088"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -3500,6 +3577,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "351.29 -384.678 87.8088"; @@ -3511,7 +3589,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory25"; targetClientId = "-1"; - targetObjectId = "3385"; + targetObjectId = "3480"; location = "351.29 -384.678 87.8088"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -3526,6 +3604,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "351.38 -397.438 87.8064"; @@ -3537,7 +3616,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory26"; targetClientId = "-1"; - targetObjectId = "3387"; + targetObjectId = "3482"; location = "351.38 -397.438 87.8064"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -3552,6 +3631,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "351.38 -397.438 87.8064"; @@ -3563,7 +3643,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory26"; targetClientId = "-1"; - targetObjectId = "3387"; + targetObjectId = "3482"; location = "351.38 -397.438 87.8064"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -3578,6 +3658,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "405.57 -384.668 87.7983"; @@ -3589,7 +3670,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory27"; targetClientId = "-1"; - targetObjectId = "3389"; + targetObjectId = "3484"; location = "405.57 -384.668 87.7983"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -3604,6 +3685,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "405.57 -384.668 87.7983"; @@ -3615,7 +3697,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory27"; targetClientId = "-1"; - targetObjectId = "3389"; + targetObjectId = "3484"; location = "405.57 -384.668 87.7983"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -3630,6 +3712,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "405.7 -397.428 87.7983"; @@ -3641,7 +3724,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory28"; targetClientId = "-1"; - targetObjectId = "3391"; + targetObjectId = "3486"; location = "405.7 -397.428 87.7983"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -3656,6 +3739,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "405.7 -397.428 87.7983"; @@ -3667,7 +3751,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory28"; targetClientId = "-1"; - targetObjectId = "3391"; + targetObjectId = "3486"; location = "405.7 -397.428 87.7983"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -3682,6 +3766,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "378.57 -427.698 96.3"; @@ -3693,7 +3778,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory29"; targetClientId = "-1"; - targetObjectId = "3393"; + targetObjectId = "3488"; location = "378.57 -427.698 96.3"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -3708,6 +3793,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "378.57 -427.698 96.3"; @@ -3719,7 +3805,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory29"; targetClientId = "-1"; - targetObjectId = "3393"; + targetObjectId = "3488"; location = "378.57 -427.698 96.3"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -3734,6 +3820,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "378.53 -354.408 96.3009"; @@ -3745,7 +3832,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory30"; targetClientId = "-1"; - targetObjectId = "3395"; + targetObjectId = "3490"; location = "378.53 -354.408 96.3009"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -3760,6 +3847,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "378.53 -354.408 96.3009"; @@ -3771,7 +3859,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory30"; targetClientId = "-1"; - targetObjectId = "3395"; + targetObjectId = "3490"; location = "378.53 -354.408 96.3009"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -3786,6 +3874,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "399.73 -391.002 71.737"; @@ -3797,7 +3886,7 @@ new SimGroup(MissionGroup) { description = "Repair the generatorLarge"; targetObject = "Team0generatorLarge5"; targetClientId = "-1"; - targetObjectId = "3397"; + targetObjectId = "3492"; location = "399.73 -391.002 71.737"; weightLevel1 = "3200"; weightLevel2 = "1600"; @@ -3812,6 +3901,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "399.73 -391.002 71.737"; @@ -3823,7 +3913,7 @@ new SimGroup(MissionGroup) { description = "Attack the generatorLarge"; targetObject = "Team0generatorLarge5"; targetClientId = "-1"; - targetObjectId = "3397"; + targetObjectId = "3492"; location = "399.73 -391.002 71.737"; weightLevel1 = "3100"; weightLevel2 = "1600"; @@ -3838,6 +3928,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "399.73 -391.002 71.737"; @@ -3849,7 +3940,7 @@ new SimGroup(MissionGroup) { description = "Defend the generatorLarge"; targetObject = "Team0generatorLarge5"; targetClientId = "-1"; - targetObjectId = "3397"; + targetObjectId = "3492"; location = "399.73 -391.002 71.737"; weightLevel1 = "3100"; weightLevel2 = "1500"; @@ -3864,6 +3955,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "357.28 -391.144 71.7344"; @@ -3875,7 +3967,7 @@ new SimGroup(MissionGroup) { description = "Repair the generatorLarge"; targetObject = "Team0generatorLarge6"; targetClientId = "-1"; - targetObjectId = "3398"; + targetObjectId = "3493"; location = "357.28 -391.144 71.7344"; weightLevel1 = "3200"; weightLevel2 = "1600"; @@ -3890,6 +3982,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "357.28 -391.144 71.7344"; @@ -3901,7 +3994,7 @@ new SimGroup(MissionGroup) { description = "Attack the generatorLarge"; targetObject = "Team0generatorLarge6"; targetClientId = "-1"; - targetObjectId = "3398"; + targetObjectId = "3493"; location = "357.28 -391.144 71.7344"; weightLevel1 = "3100"; weightLevel2 = "1600"; @@ -3916,6 +4009,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "357.28 -391.144 71.7344"; @@ -3927,7 +4021,7 @@ new SimGroup(MissionGroup) { description = "Defend the generatorLarge"; targetObject = "Team0generatorLarge6"; targetClientId = "-1"; - targetObjectId = "3398"; + targetObjectId = "3493"; location = "357.28 -391.144 71.7344"; weightLevel1 = "3100"; weightLevel2 = "1500"; @@ -3942,6 +4036,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "378.53 -367.868 74.0044"; @@ -3953,7 +4048,7 @@ new SimGroup(MissionGroup) { description = "Repair the SentryTurret"; targetObject = "Team0SentryTurret3"; targetClientId = "-1"; - targetObjectId = "3400"; + targetObjectId = "3495"; location = "378.53 -367.868 74.0044"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -3968,6 +4063,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOMortarObject) { position = "378.53 -367.868 74.0044"; @@ -3979,7 +4075,7 @@ new SimGroup(MissionGroup) { description = "Mortar the SentryTurret"; targetObject = "Team0SentryTurret3"; targetClientId = "-1"; - targetObjectId = "3400"; + targetObjectId = "3495"; location = "378.53 -367.868 74.0044"; weightLevel1 = "3400"; weightLevel2 = "1000"; @@ -3994,6 +4090,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "392.22 -377.651 87.9885"; @@ -4005,7 +4102,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge5"; targetClientId = "-1"; - targetObjectId = "3404"; + targetObjectId = "3499"; location = "392.22 -377.651 87.9885"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -4020,6 +4117,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOMortarObject) { position = "392.22 -377.651 87.9885"; @@ -4031,7 +4129,7 @@ new SimGroup(MissionGroup) { description = "Mortar the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge5"; targetClientId = "-1"; - targetObjectId = "3404"; + targetObjectId = "3499"; location = "392.22 -377.651 87.9885"; weightLevel1 = "3400"; weightLevel2 = "1000"; @@ -4046,6 +4144,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "364.87 -404.475 87.9893"; @@ -4057,7 +4156,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge6"; targetClientId = "-1"; - targetObjectId = "3405"; + targetObjectId = "3500"; location = "364.87 -404.475 87.9893"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -4072,6 +4171,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOMortarObject) { position = "364.87 -404.475 87.9893"; @@ -4083,7 +4183,7 @@ new SimGroup(MissionGroup) { description = "Mortar the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge6"; targetClientId = "-1"; - targetObjectId = "3405"; + targetObjectId = "3500"; location = "364.87 -404.475 87.9893"; weightLevel1 = "3400"; weightLevel2 = "1000"; @@ -4098,6 +4198,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-611.025 -739.796 86.3404"; @@ -4109,7 +4210,7 @@ new SimGroup(MissionGroup) { description = "Repair the generatorLarge"; targetObject = "Team1generatorLarge1"; targetClientId = "-1"; - targetObjectId = "3448"; + targetObjectId = "3543"; location = "-611.025 -739.796 86.3404"; weightLevel1 = "3200"; weightLevel2 = "1600"; @@ -4124,6 +4225,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "-611.025 -739.796 86.3404"; @@ -4135,7 +4237,7 @@ new SimGroup(MissionGroup) { description = "Defend the generatorLarge"; targetObject = "Team1generatorLarge1"; targetClientId = "-1"; - targetObjectId = "3448"; + targetObjectId = "3543"; location = "-611.025 -739.796 86.3404"; weightLevel1 = "3100"; weightLevel2 = "1500"; @@ -4150,6 +4252,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-610.674 -740.008 78.3921"; @@ -4161,7 +4264,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team1StationInventory1"; targetClientId = "-1"; - targetObjectId = "3450"; + targetObjectId = "3545"; location = "-610.674 -740.008 78.3921"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -4176,6 +4279,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-638.631 -748.135 79.8877"; @@ -4187,7 +4291,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team1StationInventory2"; targetClientId = "-1"; - targetObjectId = "3452"; + targetObjectId = "3547"; location = "-638.631 -748.135 79.8877"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -4202,6 +4306,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-638.802 -731.37 79.8922"; @@ -4213,7 +4318,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team1StationInventory3"; targetClientId = "-1"; - targetObjectId = "3454"; + targetObjectId = "3549"; location = "-638.802 -731.37 79.8922"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -4228,6 +4333,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-670.347 -746.526 102.889"; @@ -4239,7 +4345,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team1StationInventory4"; targetClientId = "-1"; - targetObjectId = "3456"; + targetObjectId = "3551"; location = "-670.347 -746.526 102.889"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -4254,6 +4360,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-664.382 -739.53 86.8947"; @@ -4265,7 +4372,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team1StationInventory5"; targetClientId = "-1"; - targetObjectId = "3458"; + targetObjectId = "3553"; location = "-664.382 -739.53 86.8947"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -4280,6 +4387,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-666.438 -739.549 101.607"; @@ -4291,7 +4399,7 @@ new SimGroup(MissionGroup) { description = "Repair the SentryTurret"; targetObject = "Team1SentryTurret1"; targetClientId = "-1"; - targetObjectId = "3460"; + targetObjectId = "3555"; location = "-666.438 -739.549 101.607"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -4306,6 +4414,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "792.02 701.51 108.26"; @@ -4317,7 +4426,7 @@ new SimGroup(MissionGroup) { description = "Attack the SentryTurret"; targetObject = "Team2SentryTurret1"; targetClientId = "-1"; - targetObjectId = "3591"; + targetObjectId = "3686"; location = "792.02 701.51 108.26"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -4332,6 +4441,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "792.01 703.57 93.5475"; @@ -4343,7 +4453,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team2StationInventory1"; targetClientId = "-1"; - targetObjectId = "3592"; + targetObjectId = "3687"; location = "792.01 703.57 93.5475"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -4358,6 +4468,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "799 697.6 109.542"; @@ -4369,7 +4480,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team2StationInventory2"; targetClientId = "-1"; - targetObjectId = "3594"; + targetObjectId = "3689"; location = "799 697.6 109.542"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -4384,6 +4495,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "783.85 729.15 86.545"; @@ -4395,7 +4507,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team2StationInventory3"; targetClientId = "-1"; - targetObjectId = "3596"; + targetObjectId = "3691"; location = "783.85 729.15 86.545"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -4410,6 +4522,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "800.61 729.32 86.5405"; @@ -4421,7 +4534,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team2StationInventory4"; targetClientId = "-1"; - targetObjectId = "3598"; + targetObjectId = "3693"; location = "800.61 729.32 86.5405"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -4436,6 +4549,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "792.48 757.27 85.0449"; @@ -4447,7 +4561,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team2StationInventory5"; targetClientId = "-1"; - targetObjectId = "3600"; + targetObjectId = "3695"; location = "792.48 757.27 85.0449"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -4462,6 +4576,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "792.28 756.92 92.9932"; @@ -4473,7 +4588,7 @@ new SimGroup(MissionGroup) { description = "Attack the generatorLarge"; targetObject = "Team2generatorLarge1"; targetClientId = "-1"; - targetObjectId = "3603"; + targetObjectId = "3698"; location = "792.28 756.92 92.9932"; weightLevel1 = "3100"; weightLevel2 = "1600"; @@ -4488,6 +4603,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "-619.073 475.12 71.5545"; @@ -4499,7 +4615,7 @@ new SimGroup(MissionGroup) { description = "Defend the flipflop"; targetObject = "Team0flipflop1"; targetClientId = "-1"; - targetObjectId = "3296"; + targetObjectId = "3391"; location = "-619.073 475.12 71.5545"; weightLevel1 = "3900"; weightLevel2 = "2000"; @@ -4513,6 +4629,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "-173.384 146.68 70.4452"; @@ -4524,7 +4641,7 @@ new SimGroup(MissionGroup) { description = "Defend the flipflop"; targetObject = "Team0flipflop2"; targetClientId = "-1"; - targetObjectId = "3334"; + targetObjectId = "3429"; location = "-173.384 146.68 70.4452"; weightLevel1 = "3900"; weightLevel2 = "2000"; @@ -4538,6 +4655,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "378.53 -391.068 71.872"; @@ -4549,7 +4667,7 @@ new SimGroup(MissionGroup) { description = "Defend the flipflop"; targetObject = "Team0flipflop3"; targetClientId = "-1"; - targetObjectId = "3371"; + targetObjectId = "3466"; location = "378.53 -391.068 71.872"; weightLevel1 = "3900"; weightLevel2 = "2000"; @@ -4563,6 +4681,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; }; }; @@ -4714,6 +4833,8 @@ new SimGroup(MissionGroup) { dataBlock = "StationVehiclePad"; lockCount = "0"; homingCount = "0"; + Ready = "1"; + station = "3702"; locked = "true"; }; new SimGroup(AIObjectives) { @@ -4728,7 +4849,7 @@ new SimGroup(MissionGroup) { description = "Defend the flipflop"; targetObject = "Team0flipflop1"; targetClientId = "-1"; - targetObjectId = "3296"; + targetObjectId = "3391"; location = "-619.073 475.12 71.5545"; weightLevel1 = "3900"; weightLevel2 = "2000"; @@ -4743,6 +4864,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOTouchObject) { position = "-619.073 475.12 71.5545"; @@ -4755,7 +4877,7 @@ new SimGroup(MissionGroup) { mode = "TouchFlipFlop"; targetObject = "Team0flipflop1"; targetClientId = "-1"; - targetObjectId = "3296"; + targetObjectId = "3391"; location = "-619.073 475.12 71.5545"; weightLevel1 = "3850"; weightLevel2 = "0"; @@ -4771,6 +4893,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-589.436 475.18 78.4847"; @@ -4782,7 +4905,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory1"; targetClientId = "-1"; - targetObjectId = "3298"; + targetObjectId = "3393"; location = "-589.436 475.18 78.4847"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -4797,6 +4920,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-589.436 475.18 78.4847"; @@ -4808,7 +4932,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory1"; targetClientId = "-1"; - targetObjectId = "3298"; + targetObjectId = "3393"; location = "-589.436 475.18 78.4847"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -4823,6 +4947,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-619.014 445.49 78.4866"; @@ -4834,7 +4959,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory2"; targetClientId = "-1"; - targetObjectId = "3300"; + targetObjectId = "3395"; location = "-619.014 445.49 78.4866"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -4849,6 +4974,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-619.014 445.49 78.4866"; @@ -4860,7 +4986,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory2"; targetClientId = "-1"; - targetObjectId = "3300"; + targetObjectId = "3395"; location = "-619.014 445.49 78.4866"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -4875,6 +5001,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-648.73 475.17 78.4793"; @@ -4886,7 +5013,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory3"; targetClientId = "-1"; - targetObjectId = "3302"; + targetObjectId = "3397"; location = "-648.73 475.17 78.4793"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -4901,6 +5028,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-648.73 475.17 78.4793"; @@ -4912,7 +5040,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory3"; targetClientId = "-1"; - targetObjectId = "3302"; + targetObjectId = "3397"; location = "-648.73 475.17 78.4793"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -4927,6 +5055,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-619.356 504.79 78.4819"; @@ -4938,7 +5067,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory4"; targetClientId = "-1"; - targetObjectId = "3304"; + targetObjectId = "3399"; location = "-619.356 504.79 78.4819"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -4953,6 +5082,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-619.356 504.79 78.4819"; @@ -4964,7 +5094,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory4"; targetClientId = "-1"; - targetObjectId = "3304"; + targetObjectId = "3399"; location = "-619.356 504.79 78.4819"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -4979,6 +5109,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-646.31 481.51 87.4914"; @@ -4990,7 +5121,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory5"; targetClientId = "-1"; - targetObjectId = "3309"; + targetObjectId = "3404"; location = "-646.31 481.51 87.4914"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -5005,6 +5136,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-646.31 481.51 87.4914"; @@ -5016,7 +5148,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory5"; targetClientId = "-1"; - targetObjectId = "3309"; + targetObjectId = "3404"; location = "-646.31 481.51 87.4914"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -5031,6 +5163,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-646.224 468.75 87.489"; @@ -5042,7 +5175,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory6"; targetClientId = "-1"; - targetObjectId = "3311"; + targetObjectId = "3406"; location = "-646.224 468.75 87.489"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -5057,6 +5190,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-646.224 468.75 87.489"; @@ -5068,7 +5202,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory6"; targetClientId = "-1"; - targetObjectId = "3311"; + targetObjectId = "3406"; location = "-646.224 468.75 87.489"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -5083,6 +5217,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-592.029 481.52 87.4809"; @@ -5094,7 +5229,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory7"; targetClientId = "-1"; - targetObjectId = "3313"; + targetObjectId = "3408"; location = "-592.029 481.52 87.4809"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -5109,6 +5244,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-592.029 481.52 87.4809"; @@ -5120,7 +5256,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory7"; targetClientId = "-1"; - targetObjectId = "3313"; + targetObjectId = "3408"; location = "-592.029 481.52 87.4809"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -5135,6 +5271,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-591.904 468.76 87.4809"; @@ -5146,7 +5283,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory8"; targetClientId = "-1"; - targetObjectId = "3315"; + targetObjectId = "3410"; location = "-591.904 468.76 87.4809"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -5161,6 +5298,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-591.904 468.76 87.4809"; @@ -5172,7 +5310,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory8"; targetClientId = "-1"; - targetObjectId = "3315"; + targetObjectId = "3410"; location = "-591.904 468.76 87.4809"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -5187,6 +5325,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-619.027 438.49 95.9826"; @@ -5198,7 +5337,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory9"; targetClientId = "-1"; - targetObjectId = "3317"; + targetObjectId = "3412"; location = "-619.027 438.49 95.9826"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -5213,6 +5352,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-619.027 438.49 95.9826"; @@ -5224,7 +5364,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory9"; targetClientId = "-1"; - targetObjectId = "3317"; + targetObjectId = "3412"; location = "-619.027 438.49 95.9826"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -5239,6 +5379,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-619.067 511.78 95.9835"; @@ -5250,7 +5391,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory10"; targetClientId = "-1"; - targetObjectId = "3319"; + targetObjectId = "3414"; location = "-619.067 511.78 95.9835"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -5265,6 +5406,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-619.067 511.78 95.9835"; @@ -5276,7 +5418,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory10"; targetClientId = "-1"; - targetObjectId = "3319"; + targetObjectId = "3414"; location = "-619.067 511.78 95.9835"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -5291,6 +5433,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-597.867 475.19 71.4195"; @@ -5302,7 +5445,7 @@ new SimGroup(MissionGroup) { description = "Repair the generatorLarge"; targetObject = "Team0generatorLarge1"; targetClientId = "-1"; - targetObjectId = "3321"; + targetObjectId = "3416"; location = "-597.867 475.19 71.4195"; weightLevel1 = "3200"; weightLevel2 = "1600"; @@ -5317,6 +5460,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-597.867 475.19 71.4195"; @@ -5328,7 +5472,7 @@ new SimGroup(MissionGroup) { description = "Attack the generatorLarge"; targetObject = "Team0generatorLarge1"; targetClientId = "-1"; - targetObjectId = "3321"; + targetObjectId = "3416"; location = "-597.867 475.19 71.4195"; weightLevel1 = "3100"; weightLevel2 = "1600"; @@ -5343,6 +5487,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "-597.867 475.19 71.4195"; @@ -5354,7 +5499,7 @@ new SimGroup(MissionGroup) { description = "Defend the generatorLarge"; targetObject = "Team0generatorLarge1"; targetClientId = "-1"; - targetObjectId = "3321"; + targetObjectId = "3416"; location = "-597.867 475.19 71.4195"; weightLevel1 = "3100"; weightLevel2 = "1500"; @@ -5369,6 +5514,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-640.322 475.04 71.4169"; @@ -5380,7 +5526,7 @@ new SimGroup(MissionGroup) { description = "Repair the generatorLarge"; targetObject = "Team0generatorLarge2"; targetClientId = "-1"; - targetObjectId = "3322"; + targetObjectId = "3417"; location = "-640.322 475.04 71.4169"; weightLevel1 = "3200"; weightLevel2 = "1600"; @@ -5395,6 +5541,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-640.322 475.04 71.4169"; @@ -5406,7 +5553,7 @@ new SimGroup(MissionGroup) { description = "Attack the generatorLarge"; targetObject = "Team0generatorLarge2"; targetClientId = "-1"; - targetObjectId = "3322"; + targetObjectId = "3417"; location = "-640.322 475.04 71.4169"; weightLevel1 = "3100"; weightLevel2 = "1600"; @@ -5421,6 +5568,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "-640.322 475.04 71.4169"; @@ -5432,7 +5580,7 @@ new SimGroup(MissionGroup) { description = "Defend the generatorLarge"; targetObject = "Team0generatorLarge2"; targetClientId = "-1"; - targetObjectId = "3322"; + targetObjectId = "3417"; location = "-640.322 475.04 71.4169"; weightLevel1 = "3100"; weightLevel2 = "1500"; @@ -5447,6 +5595,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-619.069 498.32 73.6869"; @@ -5458,7 +5607,7 @@ new SimGroup(MissionGroup) { description = "Repair the SentryTurret"; targetObject = "Team0SentryTurret1"; targetClientId = "-1"; - targetObjectId = "3324"; + targetObjectId = "3419"; location = "-619.069 498.32 73.6869"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -5473,6 +5622,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOMortarObject) { position = "-619.069 498.32 73.6869"; @@ -5484,7 +5634,7 @@ new SimGroup(MissionGroup) { description = "Mortar the SentryTurret"; targetObject = "Team0SentryTurret1"; targetClientId = "-1"; - targetObjectId = "3324"; + targetObjectId = "3419"; location = "-619.069 498.32 73.6869"; weightLevel1 = "3400"; weightLevel2 = "1000"; @@ -5499,6 +5649,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-605.388 488.54 87.6711"; @@ -5510,7 +5661,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge1"; targetClientId = "-1"; - targetObjectId = "3328"; + targetObjectId = "3423"; location = "-605.388 488.54 87.6711"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -5525,6 +5676,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOMortarObject) { position = "-605.388 488.54 87.6711"; @@ -5536,7 +5688,7 @@ new SimGroup(MissionGroup) { description = "Mortar the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge1"; targetClientId = "-1"; - targetObjectId = "3328"; + targetObjectId = "3423"; location = "-605.388 488.54 87.6711"; weightLevel1 = "3400"; weightLevel2 = "1000"; @@ -5551,6 +5703,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-632.728 461.71 87.6719"; @@ -5562,7 +5715,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge2"; targetClientId = "-1"; - targetObjectId = "3329"; + targetObjectId = "3424"; location = "-632.728 461.71 87.6719"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -5577,6 +5730,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOMortarObject) { position = "-632.728 461.71 87.6719"; @@ -5588,7 +5742,7 @@ new SimGroup(MissionGroup) { description = "Mortar the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge2"; targetClientId = "-1"; - targetObjectId = "3329"; + targetObjectId = "3424"; location = "-632.728 461.71 87.6719"; weightLevel1 = "3400"; weightLevel2 = "1000"; @@ -5603,6 +5757,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "-173.384 146.68 70.4452"; @@ -5614,7 +5769,7 @@ new SimGroup(MissionGroup) { description = "Defend the flipflop"; targetObject = "Team0flipflop2"; targetClientId = "-1"; - targetObjectId = "3334"; + targetObjectId = "3429"; location = "-173.384 146.68 70.4452"; weightLevel1 = "3900"; weightLevel2 = "2000"; @@ -5629,6 +5784,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOTouchObject) { position = "-173.384 146.68 70.4452"; @@ -5641,7 +5797,7 @@ new SimGroup(MissionGroup) { mode = "TouchFlipFlop"; targetObject = "Team0flipflop2"; targetClientId = "-1"; - targetObjectId = "3334"; + targetObjectId = "3429"; location = "-173.384 146.68 70.4452"; weightLevel1 = "3850"; weightLevel2 = "0"; @@ -5657,6 +5813,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-143.747 146.74 77.3754"; @@ -5668,7 +5825,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory11"; targetClientId = "-1"; - targetObjectId = "3338"; + targetObjectId = "3433"; location = "-143.747 146.74 77.3754"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -5683,6 +5840,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-143.747 146.74 77.3754"; @@ -5694,7 +5852,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory11"; targetClientId = "-1"; - targetObjectId = "3338"; + targetObjectId = "3433"; location = "-143.747 146.74 77.3754"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -5709,6 +5867,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-173.325 117.05 77.3773"; @@ -5720,7 +5879,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory12"; targetClientId = "-1"; - targetObjectId = "3340"; + targetObjectId = "3435"; location = "-173.325 117.05 77.3773"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -5735,6 +5894,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-173.325 117.05 77.3773"; @@ -5746,7 +5906,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory12"; targetClientId = "-1"; - targetObjectId = "3340"; + targetObjectId = "3435"; location = "-173.325 117.05 77.3773"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -5761,6 +5921,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-203.041 146.73 77.37"; @@ -5772,7 +5933,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory13"; targetClientId = "-1"; - targetObjectId = "3342"; + targetObjectId = "3437"; location = "-203.041 146.73 77.37"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -5787,6 +5948,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-203.041 146.73 77.37"; @@ -5798,7 +5960,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory13"; targetClientId = "-1"; - targetObjectId = "3342"; + targetObjectId = "3437"; location = "-203.041 146.73 77.37"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -5813,6 +5975,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-173.667 176.35 77.3726"; @@ -5824,7 +5987,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory14"; targetClientId = "-1"; - targetObjectId = "3344"; + targetObjectId = "3439"; location = "-173.667 176.35 77.3726"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -5839,6 +6002,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-173.667 176.35 77.3726"; @@ -5850,7 +6014,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory14"; targetClientId = "-1"; - targetObjectId = "3344"; + targetObjectId = "3439"; location = "-173.667 176.35 77.3726"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -5865,6 +6029,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-200.621 153.07 86.382"; @@ -5876,7 +6041,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory15"; targetClientId = "-1"; - targetObjectId = "3348"; + targetObjectId = "3443"; location = "-200.621 153.07 86.382"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -5891,6 +6056,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-200.621 153.07 86.382"; @@ -5902,7 +6068,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory15"; targetClientId = "-1"; - targetObjectId = "3348"; + targetObjectId = "3443"; location = "-200.621 153.07 86.382"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -5917,6 +6083,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-200.535 140.31 86.3796"; @@ -5928,7 +6095,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory16"; targetClientId = "-1"; - targetObjectId = "3350"; + targetObjectId = "3445"; location = "-200.535 140.31 86.3796"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -5943,6 +6110,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-200.535 140.31 86.3796"; @@ -5954,7 +6122,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory16"; targetClientId = "-1"; - targetObjectId = "3350"; + targetObjectId = "3445"; location = "-200.535 140.31 86.3796"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -5969,6 +6137,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-146.34 153.08 86.3715"; @@ -5980,7 +6149,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory17"; targetClientId = "-1"; - targetObjectId = "3352"; + targetObjectId = "3447"; location = "-146.34 153.08 86.3715"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -5995,6 +6164,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-146.34 153.08 86.3715"; @@ -6006,7 +6176,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory17"; targetClientId = "-1"; - targetObjectId = "3352"; + targetObjectId = "3447"; location = "-146.34 153.08 86.3715"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -6021,6 +6191,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-146.215 140.32 86.3715"; @@ -6032,7 +6203,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory18"; targetClientId = "-1"; - targetObjectId = "3354"; + targetObjectId = "3449"; location = "-146.215 140.32 86.3715"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -6047,6 +6218,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-146.215 140.32 86.3715"; @@ -6058,7 +6230,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory18"; targetClientId = "-1"; - targetObjectId = "3354"; + targetObjectId = "3449"; location = "-146.215 140.32 86.3715"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -6073,6 +6245,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-173.338 110.05 94.8732"; @@ -6084,7 +6257,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory19"; targetClientId = "-1"; - targetObjectId = "3356"; + targetObjectId = "3451"; location = "-173.338 110.05 94.8732"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -6099,6 +6272,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-173.338 110.05 94.8732"; @@ -6110,7 +6284,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory19"; targetClientId = "-1"; - targetObjectId = "3356"; + targetObjectId = "3451"; location = "-173.338 110.05 94.8732"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -6125,6 +6299,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-173.378 183.34 94.8741"; @@ -6136,7 +6311,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory20"; targetClientId = "-1"; - targetObjectId = "3358"; + targetObjectId = "3453"; location = "-173.378 183.34 94.8741"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -6151,6 +6326,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-173.378 183.34 94.8741"; @@ -6162,7 +6338,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory20"; targetClientId = "-1"; - targetObjectId = "3358"; + targetObjectId = "3453"; location = "-173.378 183.34 94.8741"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -6177,6 +6353,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-152.178 146.75 70.3102"; @@ -6188,7 +6365,7 @@ new SimGroup(MissionGroup) { description = "Repair the generatorLarge"; targetObject = "Team0generatorLarge3"; targetClientId = "-1"; - targetObjectId = "3360"; + targetObjectId = "3455"; location = "-152.178 146.75 70.3102"; weightLevel1 = "3200"; weightLevel2 = "1600"; @@ -6203,6 +6380,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-152.178 146.75 70.3102"; @@ -6214,7 +6392,7 @@ new SimGroup(MissionGroup) { description = "Attack the generatorLarge"; targetObject = "Team0generatorLarge3"; targetClientId = "-1"; - targetObjectId = "3360"; + targetObjectId = "3455"; location = "-152.178 146.75 70.3102"; weightLevel1 = "3100"; weightLevel2 = "1600"; @@ -6229,6 +6407,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "-152.178 146.75 70.3102"; @@ -6240,7 +6419,7 @@ new SimGroup(MissionGroup) { description = "Defend the generatorLarge"; targetObject = "Team0generatorLarge3"; targetClientId = "-1"; - targetObjectId = "3360"; + targetObjectId = "3455"; location = "-152.178 146.75 70.3102"; weightLevel1 = "3100"; weightLevel2 = "1500"; @@ -6255,6 +6434,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-194.633 146.6 70.3076"; @@ -6266,7 +6446,7 @@ new SimGroup(MissionGroup) { description = "Repair the generatorLarge"; targetObject = "Team0generatorLarge4"; targetClientId = "-1"; - targetObjectId = "3361"; + targetObjectId = "3456"; location = "-194.633 146.6 70.3076"; weightLevel1 = "3200"; weightLevel2 = "1600"; @@ -6281,6 +6461,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-194.633 146.6 70.3076"; @@ -6292,7 +6473,7 @@ new SimGroup(MissionGroup) { description = "Attack the generatorLarge"; targetObject = "Team0generatorLarge4"; targetClientId = "-1"; - targetObjectId = "3361"; + targetObjectId = "3456"; location = "-194.633 146.6 70.3076"; weightLevel1 = "3100"; weightLevel2 = "1600"; @@ -6307,6 +6488,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "-194.633 146.6 70.3076"; @@ -6318,7 +6500,7 @@ new SimGroup(MissionGroup) { description = "Defend the generatorLarge"; targetObject = "Team0generatorLarge4"; targetClientId = "-1"; - targetObjectId = "3361"; + targetObjectId = "3456"; location = "-194.633 146.6 70.3076"; weightLevel1 = "3100"; weightLevel2 = "1500"; @@ -6333,6 +6515,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-173.38 169.88 72.5776"; @@ -6344,7 +6527,7 @@ new SimGroup(MissionGroup) { description = "Repair the SentryTurret"; targetObject = "Team0SentryTurret2"; targetClientId = "-1"; - targetObjectId = "3363"; + targetObjectId = "3458"; location = "-173.38 169.88 72.5776"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -6359,6 +6542,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOMortarObject) { position = "-173.38 169.88 72.5776"; @@ -6370,7 +6554,7 @@ new SimGroup(MissionGroup) { description = "Mortar the SentryTurret"; targetObject = "Team0SentryTurret2"; targetClientId = "-1"; - targetObjectId = "3363"; + targetObjectId = "3458"; location = "-173.38 169.88 72.5776"; weightLevel1 = "3400"; weightLevel2 = "1000"; @@ -6385,6 +6569,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-159.699 160.1 86.5617"; @@ -6396,7 +6581,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge3"; targetClientId = "-1"; - targetObjectId = "3367"; + targetObjectId = "3462"; location = "-159.699 160.1 86.5617"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -6411,6 +6596,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOMortarObject) { position = "-159.699 160.1 86.5617"; @@ -6422,7 +6608,7 @@ new SimGroup(MissionGroup) { description = "Mortar the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge3"; targetClientId = "-1"; - targetObjectId = "3367"; + targetObjectId = "3462"; location = "-159.699 160.1 86.5617"; weightLevel1 = "3400"; weightLevel2 = "1000"; @@ -6437,6 +6623,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "-187.039 133.27 86.5625"; @@ -6448,7 +6635,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge4"; targetClientId = "-1"; - targetObjectId = "3368"; + targetObjectId = "3463"; location = "-187.039 133.27 86.5625"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -6463,6 +6650,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOMortarObject) { position = "-187.039 133.27 86.5625"; @@ -6474,7 +6662,7 @@ new SimGroup(MissionGroup) { description = "Mortar the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge4"; targetClientId = "-1"; - targetObjectId = "3368"; + targetObjectId = "3463"; location = "-187.039 133.27 86.5625"; weightLevel1 = "3400"; weightLevel2 = "1000"; @@ -6489,6 +6677,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "378.53 -391.068 71.872"; @@ -6500,7 +6689,7 @@ new SimGroup(MissionGroup) { description = "Defend the flipflop"; targetObject = "Team0flipflop3"; targetClientId = "-1"; - targetObjectId = "3371"; + targetObjectId = "3466"; location = "378.53 -391.068 71.872"; weightLevel1 = "3900"; weightLevel2 = "2000"; @@ -6515,6 +6704,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOTouchObject) { position = "378.53 -391.068 71.872"; @@ -6527,7 +6717,7 @@ new SimGroup(MissionGroup) { mode = "TouchFlipFlop"; targetObject = "Team0flipflop3"; targetClientId = "-1"; - targetObjectId = "3371"; + targetObjectId = "3466"; location = "378.53 -391.068 71.872"; weightLevel1 = "3850"; weightLevel2 = "0"; @@ -6543,6 +6733,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "408.17 -391.008 78.8022"; @@ -6554,7 +6745,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory21"; targetClientId = "-1"; - targetObjectId = "3375"; + targetObjectId = "3470"; location = "408.17 -391.008 78.8022"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -6569,6 +6760,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "408.17 -391.008 78.8022"; @@ -6580,7 +6772,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory21"; targetClientId = "-1"; - targetObjectId = "3375"; + targetObjectId = "3470"; location = "408.17 -391.008 78.8022"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -6595,6 +6787,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "378.59 -420.698 78.8041"; @@ -6606,7 +6799,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory22"; targetClientId = "-1"; - targetObjectId = "3377"; + targetObjectId = "3472"; location = "378.59 -420.698 78.8041"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -6621,6 +6814,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "378.59 -420.698 78.8041"; @@ -6632,7 +6826,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory22"; targetClientId = "-1"; - targetObjectId = "3377"; + targetObjectId = "3472"; location = "378.59 -420.698 78.8041"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -6647,6 +6841,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "348.87 -391.018 78.7968"; @@ -6658,7 +6853,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory23"; targetClientId = "-1"; - targetObjectId = "3379"; + targetObjectId = "3474"; location = "348.87 -391.018 78.7968"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -6673,6 +6868,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "348.87 -391.018 78.7968"; @@ -6684,7 +6880,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory23"; targetClientId = "-1"; - targetObjectId = "3379"; + targetObjectId = "3474"; location = "348.87 -391.018 78.7968"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -6699,6 +6895,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "378.25 -361.398 78.7994"; @@ -6710,7 +6907,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory24"; targetClientId = "-1"; - targetObjectId = "3381"; + targetObjectId = "3476"; location = "378.25 -361.398 78.7994"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -6725,6 +6922,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "378.25 -361.398 78.7994"; @@ -6736,7 +6934,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory24"; targetClientId = "-1"; - targetObjectId = "3381"; + targetObjectId = "3476"; location = "378.25 -361.398 78.7994"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -6751,6 +6949,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "351.29 -384.678 87.8088"; @@ -6762,7 +6961,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory25"; targetClientId = "-1"; - targetObjectId = "3385"; + targetObjectId = "3480"; location = "351.29 -384.678 87.8088"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -6777,6 +6976,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "351.29 -384.678 87.8088"; @@ -6788,7 +6988,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory25"; targetClientId = "-1"; - targetObjectId = "3385"; + targetObjectId = "3480"; location = "351.29 -384.678 87.8088"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -6803,6 +7003,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "351.38 -397.438 87.8064"; @@ -6814,7 +7015,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory26"; targetClientId = "-1"; - targetObjectId = "3387"; + targetObjectId = "3482"; location = "351.38 -397.438 87.8064"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -6829,6 +7030,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "351.38 -397.438 87.8064"; @@ -6840,7 +7042,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory26"; targetClientId = "-1"; - targetObjectId = "3387"; + targetObjectId = "3482"; location = "351.38 -397.438 87.8064"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -6855,6 +7057,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "405.57 -384.668 87.7983"; @@ -6866,7 +7069,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory27"; targetClientId = "-1"; - targetObjectId = "3389"; + targetObjectId = "3484"; location = "405.57 -384.668 87.7983"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -6881,6 +7084,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "405.57 -384.668 87.7983"; @@ -6892,7 +7096,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory27"; targetClientId = "-1"; - targetObjectId = "3389"; + targetObjectId = "3484"; location = "405.57 -384.668 87.7983"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -6907,6 +7111,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "405.7 -397.428 87.7983"; @@ -6918,7 +7123,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory28"; targetClientId = "-1"; - targetObjectId = "3391"; + targetObjectId = "3486"; location = "405.7 -397.428 87.7983"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -6933,6 +7138,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "405.7 -397.428 87.7983"; @@ -6944,7 +7150,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory28"; targetClientId = "-1"; - targetObjectId = "3391"; + targetObjectId = "3486"; location = "405.7 -397.428 87.7983"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -6959,6 +7165,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "378.57 -427.698 96.3"; @@ -6970,7 +7177,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory29"; targetClientId = "-1"; - targetObjectId = "3393"; + targetObjectId = "3488"; location = "378.57 -427.698 96.3"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -6985,6 +7192,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "378.57 -427.698 96.3"; @@ -6996,7 +7204,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory29"; targetClientId = "-1"; - targetObjectId = "3393"; + targetObjectId = "3488"; location = "378.57 -427.698 96.3"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -7011,6 +7219,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "378.53 -354.408 96.3009"; @@ -7022,7 +7231,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team0StationInventory30"; targetClientId = "-1"; - targetObjectId = "3395"; + targetObjectId = "3490"; location = "378.53 -354.408 96.3009"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -7037,6 +7246,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "378.53 -354.408 96.3009"; @@ -7048,7 +7258,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team0StationInventory30"; targetClientId = "-1"; - targetObjectId = "3395"; + targetObjectId = "3490"; location = "378.53 -354.408 96.3009"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -7063,6 +7273,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "399.73 -391.002 71.737"; @@ -7074,7 +7285,7 @@ new SimGroup(MissionGroup) { description = "Repair the generatorLarge"; targetObject = "Team0generatorLarge5"; targetClientId = "-1"; - targetObjectId = "3397"; + targetObjectId = "3492"; location = "399.73 -391.002 71.737"; weightLevel1 = "3200"; weightLevel2 = "1600"; @@ -7089,6 +7300,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "399.73 -391.002 71.737"; @@ -7100,7 +7312,7 @@ new SimGroup(MissionGroup) { description = "Attack the generatorLarge"; targetObject = "Team0generatorLarge5"; targetClientId = "-1"; - targetObjectId = "3397"; + targetObjectId = "3492"; location = "399.73 -391.002 71.737"; weightLevel1 = "3100"; weightLevel2 = "1600"; @@ -7115,6 +7327,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "399.73 -391.002 71.737"; @@ -7126,7 +7339,7 @@ new SimGroup(MissionGroup) { description = "Defend the generatorLarge"; targetObject = "Team0generatorLarge5"; targetClientId = "-1"; - targetObjectId = "3397"; + targetObjectId = "3492"; location = "399.73 -391.002 71.737"; weightLevel1 = "3100"; weightLevel2 = "1500"; @@ -7141,6 +7354,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "357.28 -391.144 71.7344"; @@ -7152,7 +7366,7 @@ new SimGroup(MissionGroup) { description = "Repair the generatorLarge"; targetObject = "Team0generatorLarge6"; targetClientId = "-1"; - targetObjectId = "3398"; + targetObjectId = "3493"; location = "357.28 -391.144 71.7344"; weightLevel1 = "3200"; weightLevel2 = "1600"; @@ -7167,6 +7381,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "357.28 -391.144 71.7344"; @@ -7178,7 +7393,7 @@ new SimGroup(MissionGroup) { description = "Attack the generatorLarge"; targetObject = "Team0generatorLarge6"; targetClientId = "-1"; - targetObjectId = "3398"; + targetObjectId = "3493"; location = "357.28 -391.144 71.7344"; weightLevel1 = "3100"; weightLevel2 = "1600"; @@ -7193,6 +7408,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "357.28 -391.144 71.7344"; @@ -7204,7 +7420,7 @@ new SimGroup(MissionGroup) { description = "Defend the generatorLarge"; targetObject = "Team0generatorLarge6"; targetClientId = "-1"; - targetObjectId = "3398"; + targetObjectId = "3493"; location = "357.28 -391.144 71.7344"; weightLevel1 = "3100"; weightLevel2 = "1500"; @@ -7219,6 +7435,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "378.53 -367.868 74.0044"; @@ -7230,7 +7447,7 @@ new SimGroup(MissionGroup) { description = "Repair the SentryTurret"; targetObject = "Team0SentryTurret3"; targetClientId = "-1"; - targetObjectId = "3400"; + targetObjectId = "3495"; location = "378.53 -367.868 74.0044"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -7245,6 +7462,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOMortarObject) { position = "378.53 -367.868 74.0044"; @@ -7256,7 +7474,7 @@ new SimGroup(MissionGroup) { description = "Mortar the SentryTurret"; targetObject = "Team0SentryTurret3"; targetClientId = "-1"; - targetObjectId = "3400"; + targetObjectId = "3495"; location = "378.53 -367.868 74.0044"; weightLevel1 = "3400"; weightLevel2 = "1000"; @@ -7271,6 +7489,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "392.22 -377.651 87.9885"; @@ -7282,7 +7501,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge5"; targetClientId = "-1"; - targetObjectId = "3404"; + targetObjectId = "3499"; location = "392.22 -377.651 87.9885"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -7297,6 +7516,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOMortarObject) { position = "392.22 -377.651 87.9885"; @@ -7308,7 +7528,7 @@ new SimGroup(MissionGroup) { description = "Mortar the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge5"; targetClientId = "-1"; - targetObjectId = "3404"; + targetObjectId = "3499"; location = "392.22 -377.651 87.9885"; weightLevel1 = "3400"; weightLevel2 = "1000"; @@ -7323,6 +7543,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "364.87 -404.475 87.9893"; @@ -7334,7 +7555,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge6"; targetClientId = "-1"; - targetObjectId = "3405"; + targetObjectId = "3500"; location = "364.87 -404.475 87.9893"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -7349,6 +7570,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOMortarObject) { position = "364.87 -404.475 87.9893"; @@ -7360,7 +7582,7 @@ new SimGroup(MissionGroup) { description = "Mortar the TurretBaseLarge"; targetObject = "Team0TurretBaseLarge6"; targetClientId = "-1"; - targetObjectId = "3405"; + targetObjectId = "3500"; location = "364.87 -404.475 87.9893"; weightLevel1 = "3400"; weightLevel2 = "1000"; @@ -7375,6 +7597,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-611.025 -739.796 86.3404"; @@ -7386,7 +7609,7 @@ new SimGroup(MissionGroup) { description = "Attack the generatorLarge"; targetObject = "Team1generatorLarge1"; targetClientId = "-1"; - targetObjectId = "3448"; + targetObjectId = "3543"; location = "-611.025 -739.796 86.3404"; weightLevel1 = "3100"; weightLevel2 = "1600"; @@ -7401,6 +7624,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-610.674 -740.008 78.3921"; @@ -7412,7 +7636,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team1StationInventory1"; targetClientId = "-1"; - targetObjectId = "3450"; + targetObjectId = "3545"; location = "-610.674 -740.008 78.3921"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -7427,6 +7651,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-638.631 -748.135 79.8877"; @@ -7438,7 +7663,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team1StationInventory2"; targetClientId = "-1"; - targetObjectId = "3452"; + targetObjectId = "3547"; location = "-638.631 -748.135 79.8877"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -7453,6 +7678,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-638.802 -731.37 79.8922"; @@ -7464,7 +7690,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team1StationInventory3"; targetClientId = "-1"; - targetObjectId = "3454"; + targetObjectId = "3549"; location = "-638.802 -731.37 79.8922"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -7479,6 +7705,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-670.347 -746.526 102.889"; @@ -7490,7 +7717,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team1StationInventory4"; targetClientId = "-1"; - targetObjectId = "3456"; + targetObjectId = "3551"; location = "-670.347 -746.526 102.889"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -7505,6 +7732,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-664.382 -739.53 86.8947"; @@ -7516,7 +7744,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team1StationInventory5"; targetClientId = "-1"; - targetObjectId = "3458"; + targetObjectId = "3553"; location = "-664.382 -739.53 86.8947"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -7531,6 +7759,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIOAttackObject) { position = "-666.438 -739.549 101.607"; @@ -7542,7 +7771,7 @@ new SimGroup(MissionGroup) { description = "Attack the SentryTurret"; targetObject = "Team1SentryTurret1"; targetClientId = "-1"; - targetObjectId = "3460"; + targetObjectId = "3555"; location = "-666.438 -739.549 101.607"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -7557,6 +7786,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "792.02 701.51 108.26"; @@ -7568,7 +7798,7 @@ new SimGroup(MissionGroup) { description = "Repair the SentryTurret"; targetObject = "Team2SentryTurret1"; targetClientId = "-1"; - targetObjectId = "3591"; + targetObjectId = "3686"; location = "792.02 701.51 108.26"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -7583,6 +7813,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "792.01 703.57 93.5475"; @@ -7594,7 +7825,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team2StationInventory1"; targetClientId = "-1"; - targetObjectId = "3592"; + targetObjectId = "3687"; location = "792.01 703.57 93.5475"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -7609,6 +7840,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "799 697.6 109.542"; @@ -7620,7 +7852,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team2StationInventory2"; targetClientId = "-1"; - targetObjectId = "3594"; + targetObjectId = "3689"; location = "799 697.6 109.542"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -7635,6 +7867,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "783.85 729.15 86.545"; @@ -7646,7 +7879,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team2StationInventory3"; targetClientId = "-1"; - targetObjectId = "3596"; + targetObjectId = "3691"; location = "783.85 729.15 86.545"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -7661,6 +7894,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "800.61 729.32 86.5405"; @@ -7672,7 +7906,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team2StationInventory4"; targetClientId = "-1"; - targetObjectId = "3598"; + targetObjectId = "3693"; location = "800.61 729.32 86.5405"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -7687,6 +7921,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "792.48 757.27 85.0449"; @@ -7698,7 +7933,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team2StationInventory5"; targetClientId = "-1"; - targetObjectId = "3600"; + targetObjectId = "3695"; location = "792.48 757.27 85.0449"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -7713,6 +7948,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIORepairObject) { position = "792.28 756.92 92.9932"; @@ -7724,7 +7960,7 @@ new SimGroup(MissionGroup) { description = "Repair the generatorLarge"; targetObject = "Team2generatorLarge1"; targetClientId = "-1"; - targetObjectId = "3603"; + targetObjectId = "3698"; location = "792.28 756.92 92.9932"; weightLevel1 = "3200"; weightLevel2 = "1600"; @@ -7739,6 +7975,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "792.28 756.92 92.9932"; @@ -7750,7 +7987,7 @@ new SimGroup(MissionGroup) { description = "Defend the generatorLarge"; targetObject = "Team2generatorLarge1"; targetClientId = "-1"; - targetObjectId = "3603"; + targetObjectId = "3698"; location = "792.28 756.92 92.9932"; weightLevel1 = "3100"; weightLevel2 = "1500"; @@ -7765,6 +8002,7 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; issuingClientId = "-1"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "-619.073 475.12 71.5545"; @@ -7776,7 +8014,7 @@ new SimGroup(MissionGroup) { description = "Defend the flipflop"; targetObject = "Team0flipflop1"; targetClientId = "-1"; - targetObjectId = "3296"; + targetObjectId = "3391"; location = "-619.073 475.12 71.5545"; weightLevel1 = "3900"; weightLevel2 = "2000"; @@ -7790,6 +8028,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "-173.384 146.68 70.4452"; @@ -7801,7 +8040,7 @@ new SimGroup(MissionGroup) { description = "Defend the flipflop"; targetObject = "Team0flipflop2"; targetClientId = "-1"; - targetObjectId = "3334"; + targetObjectId = "3429"; location = "-173.384 146.68 70.4452"; weightLevel1 = "3900"; weightLevel2 = "2000"; @@ -7815,6 +8054,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; new AIObjective(AIODefendLocation) { position = "378.53 -391.068 71.872"; @@ -7826,7 +8066,7 @@ new SimGroup(MissionGroup) { description = "Defend the flipflop"; targetObject = "Team0flipflop3"; targetClientId = "-1"; - targetObjectId = "3371"; + targetObjectId = "3466"; location = "378.53 -391.068 71.872"; weightLevel1 = "3900"; weightLevel2 = "2000"; @@ -7840,6 +8080,7 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "1"; + isInvalid = "0"; }; }; }; @@ -7847,29 +8088,29 @@ new SimGroup(MissionGroup) { new SimGroup(Spires) { new InteriorInstance() { - position = "-529.442 -626.596 65.7656"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - interiorFile = "sspir4.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "146.22 -142.474 45.2222"; - rotation = "0 0 1 55.0039"; - scale = "1 1 1"; - interiorFile = "sspir4.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "211.45 352.73 72.7639"; - rotation = "1 0 0 0"; + position = "159.34 -307.449 43.2556"; + rotation = "0 0 1 37.8152"; scale = "1 1 1"; interiorFile = "sspir3.dif"; showTerrainInside = "0"; locked = "true"; }; + new InteriorInstance() { + position = "-43.522 -174.473 47.3502"; + rotation = "0 0 1 65.8901"; + scale = "1 1 1"; + interiorFile = "sspir1.dif"; + showTerrainInside = "0"; + locked = "true"; + }; + new InteriorInstance() { + position = "138.76 -295.236 45.2606"; + rotation = "0.532221 0.790979 -0.301817 105.6"; + scale = "1 1 1"; + interiorFile = "srock8.dif"; + showTerrainInside = "0"; + locked = "true"; + }; new InteriorInstance() { position = "642.25 122.45 52.5541"; rotation = "0 0 1 71.6197"; @@ -7887,10 +8128,10 @@ new SimGroup(MissionGroup) { locked = "true"; }; new InteriorInstance() { - position = "82.13 299.56 45.9614"; - rotation = "0 0 1 33.8045"; + position = "-51.42 -78.435 44.6093"; + rotation = "0 0 1 37.2423"; scale = "1 1 1"; - interiorFile = "sspir4.dif"; + interiorFile = "sspir3.dif"; showTerrainInside = "0"; locked = "true"; }; @@ -7902,70 +8143,6 @@ new SimGroup(MissionGroup) { showTerrainInside = "0"; locked = "true"; }; - new InteriorInstance() { - position = "-381.38 -565.143 74.2241"; - rotation = "0 0 1 56.1499"; - scale = "1 1 1"; - interiorFile = "sspir1.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-585.765 -462.557 44.7925"; - rotation = "0 0 -1 29.2208"; - scale = "1 1 1"; - interiorFile = "sspir1.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "43.93 -412.745 69.0179"; - rotation = "0 0 -1 117.456"; - scale = "1 1 1"; - interiorFile = "sspir4.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "159.34 -307.449 43.2556"; - rotation = "0 0 1 37.8152"; - scale = "1 1 1"; - interiorFile = "sspir3.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "138.76 -295.236 45.2606"; - rotation = "0.532221 0.790979 -0.301817 105.6"; - scale = "1 1 1"; - interiorFile = "srock8.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-42.115 -149.758 50.5681"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - interiorFile = "sspir2.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-43.522 -174.473 47.3502"; - rotation = "0 0 1 65.8901"; - scale = "1 1 1"; - interiorFile = "sspir1.dif"; - showTerrainInside = "0"; - locked = "true"; - }; - new InteriorInstance() { - position = "-51.42 -78.435 44.6093"; - rotation = "0 0 1 37.2423"; - scale = "1 1 1"; - interiorFile = "sspir3.dif"; - showTerrainInside = "0"; - locked = "true"; - }; }; new AudioEmitter() { position = "289.762 209.214 173.677"; diff --git a/base/missions/Respite.mis b/base/missions/Respite.mis index 5e65542..0d8fa49 100644 --- a/base/missions/Respite.mis +++ b/base/missions/Respite.mis @@ -14,10 +14,10 @@ //--- OBJECT WRITE BEGIN --- new SimGroup(MissionGroup) { - cdTrack = "6"; - powerCount = "0"; - musicTrack = "desert"; Siege_timeLimit = "20"; + musicTrack = "desert"; + powerCount = "0"; + cdTrack = "6"; new MissionArea(MissionArea) { area = "-608 -440 1040 1040"; @@ -29,9 +29,9 @@ new SimGroup(MissionGroup) { direction = "0.57735 0.57735 -0.57735"; color = "0.600000 0.600000 0.600000 1.000000"; ambient = "0.200000 0.200000 0.200000 1.000000"; - scale = "1 1 1"; position = "-1680 -1880 0"; rotation = "1 0 0 0"; + scale = "1 1 1"; locked = "true"; }; new TerrainBlock(Terrain) { @@ -41,8 +41,6 @@ new SimGroup(MissionGroup) { terrainFile = "Respite.ter"; squareSize = "8"; emptySquares = "359010"; - hazeDistance = "250"; - visibleDistance = "1200"; position = "-1024 -1024 0"; locked = "true"; }; @@ -50,24 +48,21 @@ new SimGroup(MissionGroup) { conjoinAngleDev = "45"; cullDensity = "0.3"; customArea = "0 0 0 0"; - scale = "1 1 1"; - conjoinBowlDev = "20"; - GraphFile = "Respite.nav"; position = "0 0 0 1"; - coverage = "0"; - rotation = "0 0 0 0"; - XDimOverSize = "0"; YDimOverSize = "0"; + rotation = "0 0 0 0"; + GraphFile = "Respite.nav"; + conjoinBowlDev = "20"; + coverage = "0"; + scale = "1 1 1"; locked = "true"; + XDimOverSize = "0"; }; new SimGroup(Teams) { - powerCount = "0"; new SimGroup(Team1) { - powerCount = "0"; new SimGroup(spawnspheres) { - powerCount = "0"; new SpawnSphere() { position = "-428.893 446.853 123.677"; @@ -84,7 +79,6 @@ new SimGroup(MissionGroup) { }; }; new SimGroup(Base1) { - powerCount = "1"; providesPower = "1"; new ForceFieldBare() { @@ -92,8 +86,8 @@ new SimGroup(MissionGroup) { rotation = "1 0 0 0"; scale = "0.772095 6.3679 5.62782"; dataBlock = "defaultTeamSlowFieldBare"; - Target = "33"; - team = "1"; + lockCount = "0"; + homingCount = "0"; locked = "true"; }; new ForceFieldBare() { @@ -101,8 +95,8 @@ new SimGroup(MissionGroup) { rotation = "1 0 0 0"; scale = "1 6.3679 5.62782"; dataBlock = "defaultTeamSlowFieldBare"; - Target = "34"; - team = "1"; + lockCount = "0"; + homingCount = "0"; locked = "true"; }; new ForceFieldBare() { @@ -110,8 +104,8 @@ new SimGroup(MissionGroup) { rotation = "1 0 0 0"; scale = "6.1382 0.587158 13.1878"; dataBlock = "defaultTeamSlowFieldBare"; - Target = "35"; - team = "1"; + lockCount = "0"; + homingCount = "0"; locked = "true"; }; new InteriorInstance() { @@ -121,7 +115,6 @@ new SimGroup(MissionGroup) { interiorFile = "ptowr4.dif"; showTerrainInside = "0"; AudioProfile = "Universal_Base_1"; - team = "1"; locked = "true"; }; new StaticShape(Team1StationInventory8) { @@ -132,9 +125,6 @@ new SimGroup(MissionGroup) { dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; - Target = "36"; - team = "1"; - Trigger = "6332"; locked = "true"; }; new StaticShape(Team1StationInventory7) { @@ -145,9 +135,6 @@ new SimGroup(MissionGroup) { dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; - Target = "37"; - team = "1"; - Trigger = "6334"; locked = "true"; }; new Item() { @@ -160,8 +147,6 @@ new SimGroup(MissionGroup) { collideable = "0"; static = "1"; rotate = "0"; - Target = "-1"; - team = "1"; locked = "true"; }; new Turret() { @@ -172,10 +157,8 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; initialBarrel = "PlasmaBarrelLarge"; - Target = "38"; - team = "1"; - originalBarrel = "PlasmaBarrelLarge"; locked = "true"; + originalBarrel = "PlasmaBarrelLarge"; }; new Turret() { position = "-433.407 435.186 151.05"; @@ -185,14 +168,11 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; initialBarrel = "PlasmaBarrelLarge"; - Target = "39"; - team = "1"; - originalBarrel = "PlasmaBarrelLarge"; locked = "true"; + originalBarrel = "PlasmaBarrelLarge"; }; }; new SimGroup(AIObjectives) { - powerCount = "0"; new AIObjective(AIOAttackObject) { position = "-61.3335 -115.982 128.367"; @@ -204,7 +184,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team2StationInventory3"; targetClientId = "-1"; - targetObjectId = "6367"; + targetObjectId = "4479"; location = "-61.3335 -115.982 128.367"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -219,7 +199,6 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; isInvalid = "0"; - team = "1"; }; new AIObjective(AIOAttackObject) { position = "-66.0305 -111.598 137.022"; @@ -231,7 +210,7 @@ new SimGroup(MissionGroup) { description = "Attack the generatorLarge"; targetObject = "Team2generatorLarge3"; targetClientId = "-1"; - targetObjectId = "6366"; + targetObjectId = "4478"; location = "-66.0305 -111.598 137.022"; weightLevel1 = "3100"; weightLevel2 = "1600"; @@ -246,7 +225,6 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; isInvalid = "0"; - team = "1"; }; new AIObjective(AIOAttackObject) { position = "-69.5116 -106.377 128.364"; @@ -258,7 +236,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team2StationInventory4"; targetClientId = "-1"; - targetObjectId = "6369"; + targetObjectId = "4481"; location = "-69.5116 -106.377 128.364"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -273,7 +251,6 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; isInvalid = "0"; - team = "1"; }; new AIObjective(AIOTouchObject) { position = "-202.729 -45.0803 99.9606"; @@ -286,7 +263,7 @@ new SimGroup(MissionGroup) { mode = "TouchFlipFlop"; targetObject = "Team2FlipFlop1"; targetClientId = "-1"; - targetObjectId = "6354"; + targetObjectId = "4466"; location = "-202.729 -45.0803 99.9606"; weightLevel1 = "3850"; weightLevel2 = "0"; @@ -301,7 +278,6 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; isInvalid = "0"; - team = "1"; }; new AIObjective(AIOAttackObject) { position = "-103.341 25.4572 144.392"; @@ -313,7 +289,7 @@ new SimGroup(MissionGroup) { description = "Attack the generatorLarge"; targetObject = "Team2generatorLarge2"; targetClientId = "-1"; - targetObjectId = "6357"; + targetObjectId = "4469"; location = "-103.341 25.4572 144.392"; weightLevel1 = "3100"; weightLevel2 = "1600"; @@ -328,7 +304,6 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; isInvalid = "0"; - team = "1"; }; new AIObjective(AIOAttackObject) { position = "-115.004 27.3879 134.436"; @@ -340,7 +315,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team2StationInventory1"; targetClientId = "-1"; - targetObjectId = "6358"; + targetObjectId = "4470"; location = "-115.004 27.3879 134.436"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -355,7 +330,6 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; isInvalid = "0"; - team = "1"; }; new AIObjective(AIOAttackObject) { position = "-90.4107 27.457 134.412"; @@ -367,7 +341,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team2StationInventory2"; targetClientId = "-1"; - targetObjectId = "6360"; + targetObjectId = "4472"; location = "-90.4107 27.457 134.412"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -382,15 +356,12 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; isInvalid = "0"; - team = "1"; }; }; }; new SimGroup(Team2) { - powerCount = "0"; new SimGroup(spawnspheres) { - powerCount = "0"; new SpawnSphere() { position = "-114.601 -61.0651 119.369"; @@ -407,10 +378,9 @@ new SimGroup(MissionGroup) { }; }; new SimGroup(Base0) { - powerCount = "0"; new SimGroup(ObjAlpha) { - providesPower = true; + providesPower = "1"; new InteriorInstance() { position = "-202.509 -44.8018 107.6"; @@ -419,7 +389,6 @@ new SimGroup(MissionGroup) { interiorFile = "pbunk1.dif"; showTerrainInside = "0"; AudioProfile = "Universal_Base_1"; - team = "2"; locked = "true"; }; new Item() { @@ -432,8 +401,6 @@ new SimGroup(MissionGroup) { collideable = "0"; static = "1"; rotate = "0"; - Target = "-1"; - team = "2"; locked = "true"; }; new StaticShape(Team2FlipFlop1) { @@ -444,15 +411,11 @@ new SimGroup(MissionGroup) { dataBlock = "FlipFlop"; lockCount = "0"; homingCount = "0"; - Target = "41"; - team = "2"; - Projector = "0"; locked = "true"; - needsObjectiveWaypoint = true; + needsObjectiveWaypoint = "1"; }; }; new SimGroup(ObjBeta) { - powerCount = "1"; new InteriorInstance() { position = "-102.692 20.9235 139.043"; @@ -461,7 +424,6 @@ new SimGroup(MissionGroup) { interiorFile = "bbunk2.dif"; showTerrainInside = "0"; AudioProfile = "Universal_Base_2"; - team = "2"; locked = "true"; }; new StaticShape(Team2generatorLarge2) { @@ -473,11 +435,8 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; name = "South Bunker Generator"; - Target = "42"; - team = "2"; - scoreValue = "5"; locked = "true"; - needsObjectiveWaypoint = true; + needsObjectiveWaypoint = "1"; }; new StaticShape(Team2StationInventory1) { position = "-115.004 27.3879 132.533"; @@ -487,9 +446,6 @@ new SimGroup(MissionGroup) { dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; - Target = "43"; - team = "2"; - Trigger = "6359"; locked = "true"; }; new StaticShape(Team2StationInventory2) { @@ -500,9 +456,6 @@ new SimGroup(MissionGroup) { dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; - Target = "44"; - team = "2"; - Trigger = "6361"; locked = "true"; }; new ForceFieldBare() { @@ -510,13 +463,12 @@ new SimGroup(MissionGroup) { rotation = "1 0 0 0"; scale = "1 4.49667 6.22947"; dataBlock = "defaultTeamSlowFieldBare"; - Target = "45"; - team = "2"; + lockCount = "0"; + homingCount = "0"; locked = "true"; }; }; new SimGroup(ObjLambda) { - powerCount = "1"; new InteriorInstance() { position = "-58.1054 -111.149 132.645"; @@ -525,7 +477,6 @@ new SimGroup(MissionGroup) { interiorFile = "bbunk1.dif"; showTerrainInside = "0"; AudioProfile = "Universal_Base_2"; - team = "2"; locked = "true"; }; new StaticShape(Team2generatorLarge3) { @@ -537,11 +488,8 @@ new SimGroup(MissionGroup) { lockCount = "0"; homingCount = "0"; name = "North Bunker Generator"; - Target = "46"; - team = "2"; - scoreValue = "5"; locked = "true"; - needsObjectiveWaypoint = true; + needsObjectiveWaypoint = "1"; }; new StaticShape(Team2StationInventory3) { position = "-61.3169 -115.977 126.67"; @@ -551,9 +499,6 @@ new SimGroup(MissionGroup) { dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; - Target = "47"; - team = "2"; - Trigger = "6368"; locked = "true"; }; new StaticShape(Team2StationInventory4) { @@ -564,9 +509,6 @@ new SimGroup(MissionGroup) { dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; - Target = "48"; - team = "2"; - Trigger = "6370"; locked = "true"; }; new ForceFieldBare() { @@ -574,14 +516,13 @@ new SimGroup(MissionGroup) { rotation = "1 0 0 0"; scale = "0.985513 4.37129 6.19709"; dataBlock = "defaultTeamSlowFieldBare"; - Target = "49"; - team = "2"; + lockCount = "0"; + homingCount = "0"; locked = "true"; }; }; }; new SimGroup(AIObjectives) { - powerCount = "0"; new AIObjective(AIORepairObject) { position = "-66.0305 -111.598 137.022"; @@ -593,7 +534,7 @@ new SimGroup(MissionGroup) { description = "Repair the generatorLarge"; targetObject = "Team2generatorLarge3"; targetClientId = "-1"; - targetObjectId = "6366"; + targetObjectId = "4478"; location = "-66.0305 -111.598 137.022"; weightLevel1 = "3200"; weightLevel2 = "1600"; @@ -608,7 +549,6 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; isInvalid = "0"; - team = "2"; }; new AIObjective(AIORepairObject) { position = "-61.3335 -115.982 128.367"; @@ -620,7 +560,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team2StationInventory3"; targetClientId = "-1"; - targetObjectId = "6367"; + targetObjectId = "4479"; location = "-61.3335 -115.982 128.367"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -635,7 +575,6 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; isInvalid = "0"; - team = "2"; }; new AIObjective(AIORepairObject) { position = "-69.5116 -106.377 128.364"; @@ -647,7 +586,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team2StationInventory4"; targetClientId = "-1"; - targetObjectId = "6369"; + targetObjectId = "4481"; location = "-69.5116 -106.377 128.364"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -662,7 +601,6 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; isInvalid = "0"; - team = "2"; }; new AIObjective(AIODefendLocation) { position = "-202.729 -45.0803 99.9606"; @@ -674,7 +612,7 @@ new SimGroup(MissionGroup) { description = "Defend the FlipFlop"; targetObject = "Team2FlipFlop1"; targetClientId = "-1"; - targetObjectId = "6354"; + targetObjectId = "4466"; location = "-202.729 -45.0803 99.9606"; weightLevel1 = "3900"; weightLevel2 = "2000"; @@ -689,7 +627,6 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; isInvalid = "0"; - team = "2"; }; new AIObjective(AIORepairObject) { position = "-103.341 25.4572 144.392"; @@ -701,7 +638,7 @@ new SimGroup(MissionGroup) { description = "Repair the generatorLarge"; targetObject = "Team2generatorLarge2"; targetClientId = "-1"; - targetObjectId = "6357"; + targetObjectId = "4469"; location = "-103.341 25.4572 144.392"; weightLevel1 = "3200"; weightLevel2 = "1600"; @@ -716,7 +653,6 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; isInvalid = "0"; - team = "2"; }; new AIObjective(AIODefendLocation) { position = "-103.341 25.4572 144.392"; @@ -728,7 +664,7 @@ new SimGroup(MissionGroup) { description = "Defend the generatorLarge"; targetObject = "Team2generatorLarge2"; targetClientId = "-1"; - targetObjectId = "6357"; + targetObjectId = "4469"; location = "-103.341 25.4572 144.392"; weightLevel1 = "3100"; weightLevel2 = "1500"; @@ -743,7 +679,6 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; isInvalid = "0"; - team = "2"; }; new AIObjective(AIORepairObject) { position = "-115.004 27.3879 134.436"; @@ -755,7 +690,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team2StationInventory1"; targetClientId = "-1"; - targetObjectId = "6358"; + targetObjectId = "4470"; location = "-115.004 27.3879 134.436"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -770,7 +705,6 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; isInvalid = "0"; - team = "2"; }; new AIObjective(AIORepairObject) { position = "-90.4107 27.457 134.412"; @@ -782,7 +716,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team2StationInventory2"; targetClientId = "-1"; - targetObjectId = "6360"; + targetObjectId = "4472"; location = "-90.4107 27.457 134.412"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -797,15 +731,12 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "1"; isInvalid = "0"; - team = "2"; }; }; }; new SimGroup(team0) { - powerCount = "0"; new SimGroup(AIObjectives) { - powerCount = "0"; }; }; }; @@ -819,12 +750,13 @@ new SimGroup(MissionGroup) { cloudSpeed1 = "0.0001"; cloudSpeed2 = "0.0002"; cloudSpeed3 = "0.0003"; - visibleDistance = "900"; + visibleDistance = "500"; useSkyTextures = "1"; + renderBottomTexture = "0"; SkySolidColor = "0.390000 0.390000 0.390000 0.000000"; - fogDistance = "600"; - fogColor = "0.500000 0.500000 0.500000 1.000000"; - fogVolume1 = "120 0 100"; + fogDistance = "275"; + fogColor = "0.400000 0.400000 0.400000 1.000000"; + fogVolume1 = "0 0 0"; fogVolume2 = "0 0 0"; fogVolume3 = "0 0 0"; materialList = "Lush_l4.dml"; @@ -833,8 +765,8 @@ new SimGroup(MissionGroup) { fogVolumeColor1 = "128.000000 128.000000 128.000000 0.000000"; fogVolumeColor2 = "128.000000 128.000000 128.000000 0.000000"; fogVolumeColor3 = "128.000000 128.000000 128.000000 0.000000"; - cloudSpeed0 = "0.000001 0.000001"; locked = "true"; + cloudSpeed0 = "0.000001 0.000001"; }; new WaterBlock() { position = "-128 -96 90"; @@ -851,37 +783,8 @@ new SimGroup(MissionGroup) { removeWetEdges = "1"; locked = "true"; }; - new SimGroup(Environment) { - powerCount = "0"; + new SimGroup(environment) { - new TSStatic() { - position = "-99.589 -115.88 125.815"; - rotation = "0 0 -1 55.0039"; - scale = "1 1 1"; - shapeName = "borg19.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-55.6873 14.5 124.435"; - rotation = "0 0 1 123.186"; - scale = "1 1 1"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-103.306 -39.641 104.528"; - rotation = "0 0 -1 12.605"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-122.789 -30.4939 104.096"; - rotation = "0 0 1 63.5983"; - scale = "1 1 1"; - shapeName = "borg17.dts"; - locked = "true"; - }; new TSStatic() { position = "-46.068 -90.5109 114.357"; rotation = "0 0 -1 32.0856"; @@ -897,15 +800,14 @@ new SimGroup(MissionGroup) { locked = "true"; }; new TSStatic() { - position = "-117.452 -39.1965 105.735"; - rotation = "1 0 0 0"; + position = "-122.789 -30.4939 104.096"; + rotation = "0 0 1 63.5983"; scale = "1 1 1"; - shapeName = "borg34.dts"; + shapeName = "borg17.dts"; locked = "true"; }; }; new SimGroup(ObserverDropPoints) { - powerCount = "0"; new Camera() { position = "-31.5635 30.7804 157.928"; @@ -954,10 +856,8 @@ new SimGroup(MissionGroup) { }; }; new SimGroup(RandomOrganics) { - powerCount = "0"; new SimGroup(Addition4BEPlant1) { - powerCount = "0"; new TSStatic() { position = "-105 -82 103.342"; @@ -1003,7 +903,6 @@ new SimGroup(MissionGroup) { locked = "true"; }; new SimGroup(Addition5PhoenixPlant1) { - powerCount = "0"; new TSStatic() { position = "-113 46 132.148"; @@ -1140,7 +1039,6 @@ new SimGroup(MissionGroup) { }; }; new SimGroup(Addition6PhoenixPlant2) { - powerCount = "0"; new TSStatic() { position = "-137 102 168.824"; @@ -1277,26 +1175,11 @@ new SimGroup(MissionGroup) { }; }; new SimGroup(Addition1BELgTree18) { - powerCount = "0"; new TSStatic() { - position = "-121 14 128.484"; - rotation = "0 0 -1 102"; - scale = "0.9 0.9 0.9"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-49 6 119.805"; - rotation = "0 0 1 57.9999"; - scale = "1.4 1.4 1.4"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-105 -18 99.633"; - rotation = "0 0 1 169"; - scale = "0.8 0.8 0.8"; + position = "-97.206 -50.249 101.355"; + rotation = "0 0 1 58.9997"; + scale = "1.2 1.2 1.2"; shapeName = "borg18.dts"; locked = "true"; }; @@ -1307,24 +1190,9 @@ new SimGroup(MissionGroup) { shapeName = "borg18.dts"; locked = "true"; }; - new TSStatic() { - position = "-97.206 -50.249 101.355"; - rotation = "0 0 1 58.9997"; - scale = "1.2 1.2 1.2"; - shapeName = "borg18.dts"; - locked = "true"; - }; - new TSStatic() { - position = "-121 -74 104.211"; - rotation = "0 0 -1 79"; - scale = "1.1 1.1 1.1"; - shapeName = "borg18.dts"; - locked = "true"; - }; }; }; new SimGroup(Ambiance) { - powerCount = "0"; new AudioEmitter() { position = "-60.3481 -42.8411 108.656"; diff --git a/base/missions/Sanctuary.mis b/base/missions/Sanctuary.mis index dcebab9..86bb40c 100644 --- a/base/missions/Sanctuary.mis +++ b/base/missions/Sanctuary.mis @@ -12,10 +12,10 @@ //--- OBJECT WRITE BEGIN --- new SimGroup(MissionGroup) { - musicTrack = "lush"; - powerCount = "0"; CTF_scoreLimit = "5"; cdTrack = "2"; + musicTrack = "lush"; + powerCount = "0"; new MissionArea(MissionArea) { area = "-976 -928 1360 1424"; @@ -26,9 +26,9 @@ new SimGroup(MissionGroup) { direction = "0.57735 0.57735 -0.57735"; color = "0.600000 0.600000 0.600000 1.000000"; ambient = "0.600000 0.600000 0.600000 1.000000"; + rotation = "1 0 0 0"; scale = "1 1 1"; position = "-1024 -1024 0"; - rotation = "1 0 0 0"; }; new Sky(Sky) { position = "-1024 -1024 0"; @@ -42,6 +42,7 @@ new SimGroup(MissionGroup) { cloudSpeed3 = "0.0003"; visibleDistance = "300"; useSkyTextures = "1"; + renderBottomTexture = "0"; SkySolidColor = "0.106000 0.125000 0.235000 0.000000"; fogDistance = "250"; fogColor = "0.170000 0.170000 0.170000 1.000000"; @@ -65,8 +66,6 @@ new SimGroup(MissionGroup) { hazeDistance = "250"; visibleDistance = "500"; position = "-1024 -1024 0"; - lastDamagedBy = "2"; - lastDamagedByTeam = "1"; }; new Terraformer(Terraformer) { }; @@ -74,12 +73,12 @@ new SimGroup(MissionGroup) { conjoinAngleDev = "70"; cullDensity = "0.3"; customArea = "0 0 0 0"; - scale = "1 1 1"; - conjoinBowlDev = "20"; - GraphFile = "Sanctuary.nav"; - coverage = "0"; - position = "0 0 0 1"; rotation = "0 0 0 0"; + coverage = "0"; + scale = "1 1 1"; + GraphFile = "Sanctuary.nav"; + conjoinBowlDev = "20"; + position = "0 0 0 1"; }; new SimGroup(ObserverDropPoints) { powerCount = "0"; @@ -89,18 +88,12 @@ new SimGroup(MissionGroup) { rotation = "0.00588202 -0.164249 0.986401 175.954"; scale = "1 1 1"; dataBlock = "Observer"; - lockCount = "0"; - homingCount = "0"; - team = "0"; }; new Camera() { position = "-451.588 -797.72 304.322"; rotation = "0.788746 0.15624 -0.594533 36.8541"; scale = "1 1 1"; dataBlock = "Observer"; - lockCount = "0"; - homingCount = "0"; - team = "0"; }; }; new SimGroup(Teams) { @@ -127,24 +120,16 @@ new SimGroup(MissionGroup) { interiorFile = "bbase4cm.dif"; showTerrainInside = "0"; team = "1"; - Hidden = "false"; - lastDamagedBy = "2"; - locked = "true"; - lastDamagedByTeam = "1"; }; new StaticShape(Team1StationInventory3) { position = "-453.7 -754.041 224.031"; rotation = "0 0 1 201.108"; scale = "1 1 1"; nameTag = "South"; - dataBlock = "stationInventory"; + dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; - target = "33"; - Trigger = "3336"; - notReady = "1"; team = "1"; - inUse = "Down"; }; new StaticShape() { position = "-502.671 -876.777 214.391"; @@ -152,41 +137,21 @@ new SimGroup(MissionGroup) { scale = "1 1 1"; nameTag = "Vehicle Pad"; dataBlock = "StationVehiclePad"; - lockCount = "0"; - homingCount = "0"; - target = "-1"; - notReady = "1"; - team = "1"; - inUse = "Down"; - lastDamagedBy = "2"; - Ready = "1"; - lastDamagedByTeam = "1"; - station = "3338"; }; new StaticShape(Team1generatorLarge1) { position = "-501.955 -707.453 210.551"; rotation = "0 0 -1 73.1303"; scale = "1 1 1"; nameTag = "Main"; - dataBlock = "generatorLarge"; - lockCount = "0"; - homingCount = "0"; - target = "35"; - beingRepaired = "0"; + dataBlock = "GeneratorLarge"; team = "1"; - inUse = "Up"; - lastDamagedBy = "2"; - lastDamagedByTeam = "1"; }; new StaticShape(Team1generatorLarge2) { position = "-504.421 -714.945 210.601"; rotation = "0 0 -1 69.51"; scale = "1 1 1"; nameTag = "Secondary"; - dataBlock = "generatorLarge"; - lockCount = "0"; - homingCount = "0"; - target = "36"; + dataBlock = "GeneratorLarge"; team = "1"; }; new StaticShape(Team1StationInventory1) { @@ -194,24 +159,18 @@ new SimGroup(MissionGroup) { rotation = "0 0 1 109.435"; scale = "1 1 1"; nameTag = "Main"; - dataBlock = "stationInventory"; - lockCount = "0"; - homingCount = "0"; - target = "37"; - Trigger = "3343"; - notReady = "1"; + dataBlock = "StationInventory"; team = "1"; - inUse = "Down"; }; new StaticShape(Team1SensorMediumPulse1) { position = "-456.583 -644.825 240.163"; rotation = "1 0 0 0"; scale = "1 1 1"; nameTag = "Hill"; - dataBlock = "sensorMediumPulse"; + dataBlock = "SensorMediumPulse"; lockCount = "0"; homingCount = "0"; - target = "38"; + Target = "38"; team = "1"; lastDamagedBy = "2"; }; @@ -220,47 +179,35 @@ new SimGroup(MissionGroup) { rotation = "0 0 1 108.862"; scale = "1 1 1"; nameTag = "Base"; - dataBlock = "turretBaseLarge"; + dataBlock = "TurretBaseLarge"; lockCount = "0"; homingCount = "0"; initialBarrel = "PlasmaBarrelLarge"; - target = "39"; + Target = "39"; team = "1"; lastDamagedBy = "2"; }; new StaticShape(Team1StationInventory4) { - position = "-437.07 -705.56 223.976"; + position = "-437.07 -705.56 224.026"; rotation = "0 0 1 20.6265"; scale = "1 1 1"; nameTag = "North"; - dataBlock = "stationInventory"; - lockCount = "0"; - homingCount = "0"; - target = "40"; - Trigger = "3347"; - notReady = "1"; + dataBlock = "StationInventory"; team = "1"; - inUse = "Down"; }; new StaticShape(Team1StationInventory2) { position = "-507.886 -739.704 224.011"; rotation = "0 0 1 110.008"; scale = "1 1 1"; nameTag = "Main"; - dataBlock = "stationInventory"; + dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; - target = "41"; - Trigger = "3349"; - notReady = "1"; team = "1"; - inUse = "Down"; - lastDamagedBy = "2"; - lastDamagedByTeam = "1"; }; }; new Item(Team1flag1) { - position = "-474.023 -719.821 210.309"; + position = "-474.023 -719.821 210.321"; rotation = "0 0 1 105.424"; scale = "1 1 1"; dataBlock = "Flag"; @@ -269,12 +216,7 @@ new SimGroup(MissionGroup) { collideable = "0"; static = "0"; rotate = "0"; - target = "42"; team = "1"; - lastDamagedBy = "2"; - originalPosition = "-474.023 -719.821 210.309 0 0 1 1.84"; - locked = "false"; - isHome = "1"; }; new SimGroup(spawnspheres) { powerCount = "0"; @@ -301,12 +243,7 @@ new SimGroup(MissionGroup) { dataBlock = "InteriorFlagStand"; lockCount = "0"; homingCount = "0"; - target = "-1"; - damageTimeMS = "1173895"; team = "1"; - lastDamagedBy = "3315"; - locked = "false"; - lastDamagedByTeam = "1"; }; new SimGroup(AIObjectives) { powerCount = "0"; @@ -321,7 +258,7 @@ new SimGroup(MissionGroup) { description = "Defend our flag"; targetObject = "Team1flag1"; targetClientId = "-1"; - targetObjectId = "3350"; + targetObjectId = "3446"; location = "-474.023 -719.821 211.396"; weightLevel1 = "3900"; weightLevel2 = "2000"; @@ -337,7 +274,6 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "0"; gameType = "all"; - isInvalid = "0"; team = "1"; }; new AIObjective(AIOTouchObject) { @@ -351,7 +287,7 @@ new SimGroup(MissionGroup) { mode = "FlagGrab"; targetObject = "Team2flag1"; targetClientId = "-1"; - targetObjectId = "3393"; + targetObjectId = "3489"; location = "-247.801 359.1 231.027"; weightLevel1 = "3850"; weightLevel2 = "2000"; @@ -367,7 +303,6 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "0"; gameType = "all"; - isInvalid = "0"; team = "1"; }; new AIObjective(AIOAttackPlayer) { @@ -381,7 +316,7 @@ new SimGroup(MissionGroup) { mode = "FlagCarrier"; targetObject = "Team1flag1"; targetClientId = "-1"; - targetObjectId = "3350"; + targetObjectId = "3446"; location = "-474.023 -719.821 211.396"; weightLevel1 = "4800"; weightLevel2 = "3000"; @@ -396,7 +331,6 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "0"; gameType = "all"; - isInvalid = "0"; team = "1"; }; new SimGroup(ObjectiveSet) { @@ -412,7 +346,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team1StationInventory4"; targetClientId = "-1"; - targetObjectId = "3346"; + targetObjectId = "3442"; location = "-437.07 -705.56 225.542"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -426,8 +360,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3359"; - isInvalid = "0"; team = "1"; }; new AIObjective(AIORepairObject) { @@ -451,8 +383,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3359"; - isInvalid = "0"; team = "1"; }; new AIObjective(AIORepairObject) { @@ -465,7 +395,7 @@ new SimGroup(MissionGroup) { description = "Repair the SensorMediumPulse"; targetObject = "Team1SensorMediumPulse1"; targetClientId = "-1"; - targetObjectId = "3344"; + targetObjectId = "3440"; location = "-456.853 -645.33 241.988"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -479,8 +409,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3359"; - isInvalid = "0"; team = "1"; }; new AIObjective(AIORepairObject) { @@ -493,7 +421,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team1StationInventory2"; targetClientId = "-1"; - targetObjectId = "3348"; + targetObjectId = "3444"; location = "-507.886 -739.704 225.577"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -507,8 +435,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3359"; - isInvalid = "0"; team = "1"; }; new AIObjective(AIORepairObject) { @@ -521,7 +447,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team1TurretBaseLarge1"; targetClientId = "-1"; - targetObjectId = "3345"; + targetObjectId = "3441"; location = "-436.971 -732.279 221.179"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -535,8 +461,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3359"; - isInvalid = "0"; team = "1"; }; new AIObjective(AIORepairObject) { @@ -549,7 +473,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team1StationInventory1"; targetClientId = "-1"; - targetObjectId = "3342"; + targetObjectId = "3438"; location = "-494.116 -696.271 225.581"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -563,8 +487,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3359"; - isInvalid = "0"; team = "1"; }; new AIObjective(AIORepairObject) { @@ -577,7 +499,7 @@ new SimGroup(MissionGroup) { description = "Repair the generatorLarge"; targetObject = "Team1generatorLarge2"; targetClientId = "-1"; - targetObjectId = "3341"; + targetObjectId = "3437"; location = "-502.348 -715.515 212.106"; weightLevel1 = "3200"; weightLevel2 = "1600"; @@ -591,8 +513,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3359"; - isInvalid = "0"; team = "1"; }; new AIObjective(AIORepairObject) { @@ -605,7 +525,7 @@ new SimGroup(MissionGroup) { description = "Repair the generatorLarge"; targetObject = "Team1generatorLarge1"; targetClientId = "-1"; - targetObjectId = "3340"; + targetObjectId = "3436"; location = "-499.986 -708.052 212.106"; weightLevel1 = "3200"; weightLevel2 = "1600"; @@ -619,8 +539,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3359"; - isInvalid = "0"; team = "1"; }; }; @@ -635,7 +553,7 @@ new SimGroup(MissionGroup) { mode = "FlagDropped"; targetObject = "Team1flag1"; targetClientId = "-1"; - targetObjectId = "3350"; + targetObjectId = "3446"; location = "-474.023 -719.821 211.396"; weightLevel1 = "5001"; weightLevel2 = "4100"; @@ -648,7 +566,6 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "0"; gameType = "all"; - isInvalid = "0"; team = "1"; }; new SimGroup(ObjectiveSet) { @@ -664,7 +581,7 @@ new SimGroup(MissionGroup) { description = "Mortar the TurretBaseLarge"; targetObject = "Team2TurretBaseLarge1"; targetClientId = "-1"; - targetObjectId = "3404"; + targetObjectId = "3501"; location = "-264.016 323.747 240.862"; weightLevel1 = "2000"; weightLevel2 = "500"; @@ -678,8 +595,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3369"; - isInvalid = "0"; team = "1"; }; }; @@ -694,7 +609,7 @@ new SimGroup(MissionGroup) { mode = "FlagDropped"; targetObject = "Team2flag1"; targetClientId = "-1"; - targetObjectId = "3393"; + targetObjectId = "3489"; location = "-247.801 359.1 231.027"; weightLevel1 = "5001"; weightLevel2 = "4100"; @@ -707,7 +622,6 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "0"; gameType = "all"; - isInvalid = "0"; team = "1"; }; new AIObjective(AIOTouchObject) { @@ -721,7 +635,7 @@ new SimGroup(MissionGroup) { mode = "FlagCapture"; targetObject = "Team2flag1"; targetClientId = "-1"; - targetObjectId = "3393"; + targetObjectId = "3489"; location = "-247.801 359.1 231.027"; weightLevel1 = "5000"; weightLevel2 = "0"; @@ -734,7 +648,6 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "0"; gameType = "all"; - isInvalid = "0"; team = "1"; }; new SimGroup(ObjectiveSet) { @@ -764,8 +677,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3373"; - isInvalid = "0"; team = "1"; }; new AIObjective(AIODeployEquipment) { @@ -792,8 +703,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3373"; - isInvalid = "0"; team = "1"; }; new AIObjective(AIODeployEquipment) { @@ -820,8 +729,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3373"; - isInvalid = "0"; team = "1"; }; new AIObjective(AIODeployEquipment) { @@ -848,8 +755,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3373"; - isInvalid = "0"; team = "1"; }; new AIObjective(AIODeployEquipment) { @@ -876,8 +781,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3373"; - isInvalid = "0"; team = "1"; }; new AIObjective(AIODeployEquipment) { @@ -904,8 +807,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3373"; - isInvalid = "0"; team = "1"; }; new AIObjective(AIODeployEquipment) { @@ -932,8 +833,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3373"; - isInvalid = "0"; team = "1"; }; new AIObjective(AIODeployEquipment) { @@ -960,8 +859,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3373"; - isInvalid = "0"; team = "1"; }; new AIObjective(AIODeployEquipment) { @@ -988,8 +885,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3373"; - isInvalid = "0"; team = "1"; }; new AIObjective(AIODeployEquipment) { @@ -1016,8 +911,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3373"; - isInvalid = "0"; team = "1"; }; new AIObjective(AIODeployEquipment) { @@ -1044,8 +937,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3373"; - isInvalid = "0"; team = "1"; }; }; @@ -1063,7 +954,6 @@ new SimGroup(MissionGroup) { collideable = "0"; static = "1"; rotate = "0"; - target = "-1"; team = "1"; }; new InteriorInstance() { @@ -1112,7 +1002,7 @@ new SimGroup(MissionGroup) { powerCount = "0"; new Item(Team2flag1) { - position = "-247.801 359.1 229.938"; + position = "-247.801 359.1 229.95"; rotation = "0 0 1 26.929"; scale = "1 1 1"; dataBlock = "Flag"; @@ -1121,10 +1011,7 @@ new SimGroup(MissionGroup) { collideable = "0"; static = "0"; rotate = "0"; - target = "43"; team = "2"; - originalPosition = "-247.801 359.1 229.938 0 0 1 0.47"; - isHome = "1"; }; new SimGroup(equipment) { powerCount = "2"; @@ -1144,95 +1031,71 @@ new SimGroup(MissionGroup) { rotation = "0 0 -1 73.9115"; scale = "1 1 1"; nameTag = "West"; - dataBlock = "stationInventory"; + dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; - target = "44"; - Trigger = "3397"; - notReady = "1"; team = "2"; - inUse = "Down"; }; new StaticShape(Team2generatorLarge1) { position = "-230.591 385.206 230.183"; rotation = "0 0 1 25.2102"; scale = "1 1 1"; nameTag = "Main "; - dataBlock = "generatorLarge"; + dataBlock = "GeneratorLarge"; lockCount = "0"; homingCount = "0"; - target = "45"; team = "2"; - lastDamagedBy = "2"; }; new StaticShape(Team2generatorLarge2) { position = "-239.076 389.165 230.15"; rotation = "0 0 1 24.0642"; scale = "1 1 1"; nameTag = "Secondary "; - dataBlock = "generatorLarge"; + dataBlock = "GeneratorLarge"; lockCount = "0"; homingCount = "0"; - target = "46"; team = "2"; - lastDamagedBy = "2"; }; new StaticShape(Team2StationInventory1) { position = "-265.773 396.705 243.645"; rotation = "0 0 1 204.155"; scale = "1 1 1"; nameTag = "Main"; - dataBlock = "stationInventory"; + dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; - target = "47"; - Trigger = "3401"; - notReady = "1"; team = "2"; - inUse = "Down"; - lastDamagedBy = "2"; }; new StaticShape(Team2StationInventory2) { position = "-218.873 375.39 243.619"; rotation = "0 0 1 206.838"; scale = "1 1 1"; nameTag = "Main"; - dataBlock = "stationInventory"; + dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; - target = "48"; - Trigger = "3403"; - notReady = "1"; team = "2"; - inUse = "Down"; }; new Turret(Team2TurretBaseLarge1) { position = "-263.724 324.34 239.11"; rotation = "0 0 1 206.265"; scale = "1 1 1"; nameTag = "Base "; - dataBlock = "turretBaseLarge"; + dataBlock = "TurretBaseLarge"; lockCount = "0"; homingCount = "0"; initialBarrel = "PlasmaBarrelLarge"; - target = "49"; - ELFrecur = "2941"; team = "2"; - lastDamagedBy = "2"; }; new StaticShape(Team2StationInventory3) { position = "-233.647 319.35 243.666"; rotation = "0 0 1 113.055"; scale = "1 1 1"; nameTag = "East"; - dataBlock = "stationInventory"; + dataBlock = "StationInventory"; lockCount = "0"; homingCount = "0"; - target = "50"; - Trigger = "3406"; - notReady = "1"; team = "2"; - inUse = "Down"; }; new StaticShape() { position = "-396.14 366.643 217.31"; @@ -1242,24 +1105,17 @@ new SimGroup(MissionGroup) { dataBlock = "StationVehiclePad"; lockCount = "0"; homingCount = "0"; - target = "-1"; - notReady = "1"; team = "2"; - inUse = "Down"; - Ready = "1"; - station = "3408"; }; new StaticShape(Team2SensorMediumPulse1) { position = "-193.466 284.61 255.349"; rotation = "0 0 1 143.422"; scale = "1 1 1"; nameTag = "Hill"; - dataBlock = "sensorMediumPulse"; + dataBlock = "SensorMediumPulse"; lockCount = "0"; homingCount = "0"; - target = "52"; team = "2"; - lastDamagedBy = "2"; }; }; new SimGroup(spawnspheres) { @@ -1287,9 +1143,7 @@ new SimGroup(MissionGroup) { dataBlock = "InteriorFlagStand"; lockCount = "0"; homingCount = "0"; - target = "-1"; team = "2"; - lastDamagedBy = "2"; }; new SimGroup(AIObjectives) { powerCount = "0"; @@ -1307,7 +1161,7 @@ new SimGroup(MissionGroup) { description = "Repair the generatorLarge"; targetObject = "Team2generatorLarge1"; targetClientId = "-1"; - targetObjectId = "3398"; + targetObjectId = "3495"; location = "-231.594 383.504 232.288"; weightLevel1 = "3200"; weightLevel2 = "1600"; @@ -1321,8 +1175,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3416"; - isInvalid = "0"; team = "2"; }; new AIObjective(AIORepairObject) { @@ -1335,7 +1187,7 @@ new SimGroup(MissionGroup) { description = "Repair the SensorMediumPulse"; targetObject = "Team2SensorMediumPulse1"; targetClientId = "-1"; - targetObjectId = "3410"; + targetObjectId = "3507"; location = "-193.604 284.699 256.824"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -1349,8 +1201,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3416"; - isInvalid = "0"; team = "2"; }; new AIObjective(AIORepairObject) { @@ -1363,7 +1213,7 @@ new SimGroup(MissionGroup) { description = "Repair the TurretBaseLarge"; targetObject = "Team2TurretBaseLarge1"; targetClientId = "-1"; - targetObjectId = "3404"; + targetObjectId = "3501"; location = "-264.016 323.747 240.862"; weightLevel1 = "3100"; weightLevel2 = "1000"; @@ -1377,8 +1227,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3416"; - isInvalid = "0"; team = "2"; }; new AIObjective(AIORepairObject) { @@ -1391,7 +1239,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team2StationInventory3"; targetClientId = "-1"; - targetObjectId = "3405"; + targetObjectId = "3502"; location = "-233.647 319.35 245.232"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1405,8 +1253,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3416"; - isInvalid = "0"; team = "2"; }; new AIObjective(AIORepairObject) { @@ -1419,7 +1265,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team2StationInventory2"; targetClientId = "-1"; - targetObjectId = "3402"; + targetObjectId = "3499"; location = "-218.873 375.39 245.185"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1433,8 +1279,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3416"; - isInvalid = "0"; team = "2"; }; new AIObjective(AIORepairObject) { @@ -1447,7 +1291,7 @@ new SimGroup(MissionGroup) { description = "Repair the StationInventory"; targetObject = "Team2StationInventory1"; targetClientId = "-1"; - targetObjectId = "3400"; + targetObjectId = "3497"; location = "-267.233 397.36 245.211"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1461,8 +1305,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3416"; - isInvalid = "0"; team = "2"; }; new AIObjective(AIORepairObject) { @@ -1475,7 +1317,7 @@ new SimGroup(MissionGroup) { description = "Repair the generatorLarge"; targetObject = "Team2generatorLarge2"; targetClientId = "-1"; - targetObjectId = "3399"; + targetObjectId = "3496"; location = "-239.849 387.061 232.305"; weightLevel1 = "3200"; weightLevel2 = "1600"; @@ -1489,8 +1331,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3416"; - isInvalid = "0"; team = "2"; }; }; @@ -1505,7 +1345,7 @@ new SimGroup(MissionGroup) { mode = "FlagDropped"; targetObject = "Team2flag1"; targetClientId = "-1"; - targetObjectId = "3393"; + targetObjectId = "3489"; location = "-247.801 359.1 231.027"; weightLevel1 = "5001"; weightLevel2 = "4100"; @@ -1518,7 +1358,6 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "0"; gameType = "all"; - isInvalid = "0"; team = "2"; }; new AIObjective(AIOAttackPlayer) { @@ -1532,7 +1371,7 @@ new SimGroup(MissionGroup) { mode = "FlagCarrier"; targetObject = "Team2flag1"; targetClientId = "-1"; - targetObjectId = "3393"; + targetObjectId = "3489"; location = "-247.801 359.1 231.027"; weightLevel1 = "4800"; weightLevel2 = "3000"; @@ -1547,7 +1386,6 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "0"; gameType = "all"; - isInvalid = "0"; team = "2"; }; new AIObjective(AIODefendLocation) { @@ -1560,7 +1398,7 @@ new SimGroup(MissionGroup) { description = "Defend our flag"; targetObject = "Team2flag1"; targetClientId = "-1"; - targetObjectId = "3393"; + targetObjectId = "3489"; location = "-247.801 359.1 231.027"; weightLevel1 = "3900"; weightLevel2 = "2000"; @@ -1576,7 +1414,6 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "0"; gameType = "all"; - isInvalid = "0"; team = "2"; }; new AIObjective(AIOTouchObject) { @@ -1590,7 +1427,7 @@ new SimGroup(MissionGroup) { mode = "FlagDropped"; targetObject = "Team1flag1"; targetClientId = "-1"; - targetObjectId = "3350"; + targetObjectId = "3446"; location = "-474.023 -719.821 211.396"; weightLevel1 = "5001"; weightLevel2 = "4100"; @@ -1603,7 +1440,6 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "0"; gameType = "all"; - isInvalid = "0"; team = "2"; }; new AIObjective(AIOTouchObject) { @@ -1617,7 +1453,7 @@ new SimGroup(MissionGroup) { mode = "FlagCapture"; targetObject = "Team1flag1"; targetClientId = "-1"; - targetObjectId = "3350"; + targetObjectId = "3446"; location = "-474.023 -719.821 211.396"; weightLevel1 = "5000"; weightLevel2 = "0"; @@ -1630,8 +1466,8 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "0"; gameType = "all"; - isInvalid = "0"; team = "2"; + isInvalid = "0"; }; new AIObjective(AIOTouchObject) { position = "-474.023 -719.821 211.396"; @@ -1644,7 +1480,7 @@ new SimGroup(MissionGroup) { mode = "FlagGrab"; targetObject = "Team1flag1"; targetClientId = "-1"; - targetObjectId = "3350"; + targetObjectId = "3446"; location = "-474.023 -719.821 211.396"; weightLevel1 = "3850"; weightLevel2 = "2000"; @@ -1660,7 +1496,6 @@ new SimGroup(MissionGroup) { forceClientId = "-1"; locked = "0"; gameType = "all"; - isInvalid = "0"; team = "2"; }; new SimGroup(ObjectiveSet) { @@ -1676,7 +1511,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team1StationInventory4"; targetClientId = "-1"; - targetObjectId = "3346"; + targetObjectId = "3442"; location = "-437.07 -705.56 225.542"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1690,8 +1525,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3430"; - isInvalid = "0"; team = "2"; }; new AIObjective(AIOAttackObject) { @@ -1704,7 +1537,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team1StationInventory3"; targetClientId = "-1"; - targetObjectId = "3335"; + targetObjectId = "3431"; location = "-453.7 -754.041 225.597"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1718,8 +1551,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3430"; - isInvalid = "0"; team = "2"; }; new AIObjective(AIOMortarObject) { @@ -1732,7 +1563,7 @@ new SimGroup(MissionGroup) { description = "Mortar the SensorMediumPulse"; targetObject = "Team1SensorMediumPulse1"; targetClientId = "-1"; - targetObjectId = "3344"; + targetObjectId = "3440"; location = "-456.853 -645.33 241.988"; weightLevel1 = "3400"; weightLevel2 = "1000"; @@ -1746,8 +1577,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3430"; - isInvalid = "0"; team = "2"; }; new AIObjective(AIOAttackObject) { @@ -1760,7 +1589,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team1StationInventory2"; targetClientId = "-1"; - targetObjectId = "3348"; + targetObjectId = "3444"; location = "-507.886 -739.704 225.577"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1774,8 +1603,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3430"; - isInvalid = "0"; team = "2"; }; new AIObjective(AIOMortarObject) { @@ -1788,7 +1615,7 @@ new SimGroup(MissionGroup) { description = "Mortar the TurretBaseLarge"; targetObject = "Team1TurretBaseLarge1"; targetClientId = "-1"; - targetObjectId = "3345"; + targetObjectId = "3441"; location = "-436.971 -732.279 221.179"; weightLevel1 = "3400"; weightLevel2 = "1000"; @@ -1802,8 +1629,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3430"; - isInvalid = "0"; team = "2"; }; new AIObjective(AIOAttackObject) { @@ -1816,7 +1641,7 @@ new SimGroup(MissionGroup) { description = "Attack the StationInventory"; targetObject = "Team1StationInventory1"; targetClientId = "-1"; - targetObjectId = "3342"; + targetObjectId = "3438"; location = "-494.116 -696.271 225.581"; weightLevel1 = "2900"; weightLevel2 = "1400"; @@ -1830,8 +1655,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3430"; - isInvalid = "0"; team = "2"; }; new AIObjective(AIOAttackObject) { @@ -1844,7 +1667,7 @@ new SimGroup(MissionGroup) { description = "Attack the generatorLarge"; targetObject = "Team1generatorLarge2"; targetClientId = "-1"; - targetObjectId = "3341"; + targetObjectId = "3437"; location = "-502.348 -715.515 212.106"; weightLevel1 = "3100"; weightLevel2 = "1600"; @@ -1858,8 +1681,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3430"; - isInvalid = "0"; team = "2"; }; new AIObjective(AIOAttackObject) { @@ -1872,7 +1693,7 @@ new SimGroup(MissionGroup) { description = "Attack the generatorLarge"; targetObject = "Team1generatorLarge1"; targetClientId = "-1"; - targetObjectId = "3340"; + targetObjectId = "3436"; location = "-499.986 -708.052 212.106"; weightLevel1 = "3100"; weightLevel2 = "1600"; @@ -1886,8 +1707,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3430"; - isInvalid = "0"; team = "2"; }; }; @@ -1918,8 +1737,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3439"; - isInvalid = "0"; team = "2"; }; new AIObjective(AIODeployEquipment) { @@ -1946,8 +1763,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3439"; - isInvalid = "0"; team = "2"; }; new AIObjective(AIODeployEquipment) { @@ -1974,8 +1789,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3439"; - isInvalid = "0"; team = "2"; }; new AIObjective(AIODeployEquipment) { @@ -2002,8 +1815,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3439"; - isInvalid = "0"; team = "2"; }; new AIObjective(AIODeployEquipment) { @@ -2030,8 +1841,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3439"; - isInvalid = "0"; team = "2"; }; new AIObjective(AIODeployEquipment) { @@ -2058,8 +1867,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3439"; - isInvalid = "0"; team = "2"; }; new AIObjective(AIODeployEquipment) { @@ -2086,8 +1893,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3439"; - isInvalid = "0"; team = "2"; }; new AIObjective(AIODeployEquipment) { @@ -2114,8 +1919,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3439"; - isInvalid = "0"; team = "2"; }; new AIObjective(AIODeployEquipment) { @@ -2142,8 +1945,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3439"; - isInvalid = "0"; team = "2"; }; new AIObjective(AIODeployEquipment) { @@ -2170,8 +1971,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3439"; - isInvalid = "0"; team = "2"; }; new AIObjective(AIODeployEquipment) { @@ -2198,8 +1997,6 @@ new SimGroup(MissionGroup) { issuedByClientId = "-1"; forceClientId = "-1"; locked = "0"; - group = "3439"; - isInvalid = "0"; team = "2"; }; }; @@ -2225,7 +2022,7 @@ new SimGroup(MissionGroup) { collideable = "0"; static = "1"; rotate = "0"; - target = "-1"; + Target = "-1"; team = "2"; }; }; @@ -2713,7 +2510,7 @@ new SimGroup(MissionGroup) { type = "EffectAudioType"; }; }; - new SimGroup(Environment) { + new SimGroup(environment) { powerCount = "0"; new TSStatic() { @@ -2796,10 +2593,10 @@ new SimGroup(MissionGroup) { shapeName = "borg1.dts"; }; new TSStatic() { - position = "-316.83 -290.109 166.01"; - rotation = "-0.150095 0.0840141 0.985095 50.7969"; + position = "-887.976 -99.5106 108.43"; + rotation = "1 0 0 0"; scale = "1 1 1"; - shapeName = "borg13.dts"; + shapeName = "borg16.dts"; }; new TSStatic() { position = "-480.798 -344.793 100.602"; @@ -2959,12 +2756,6 @@ new SimGroup(MissionGroup) { scale = "1 1 1"; shapeName = "borg1.dts"; }; - new TSStatic() { - position = "-887.976 -99.5106 108.43"; - rotation = "1 0 0 0"; - scale = "1 1 1"; - shapeName = "borg16.dts"; - }; }; - }; +}; //--- OBJECT WRITE END --- diff --git a/base/missions/Sirocco.mis b/base/missions/Sirocco.mis index afda6b5..af5be1d 100644 --- a/base/missions/Sirocco.mis +++ b/base/missions/Sirocco.mis @@ -42,14 +42,14 @@ new SimGroup(MissionGroup) { cloudSpeed1 = "0.0001"; cloudSpeed2 = "0.0002"; cloudSpeed3 = "0.0003"; - visibleDistance = "900"; + visibleDistance = "700"; useSkyTextures = "0"; SkySolidColor = "1.000000 0.450000 0.000000 0.000000"; - fogDistance = "350"; + fogDistance = "250"; fogColor = "0.600000 0.300000 0.000000 1.000000"; - fogVolume1 = "0 0 0"; - fogVolume2 = "0 0 0"; - fogVolume3 = "0 0 0"; + fogVolume1 = "250 0 75"; + fogVolume2 = "600 75 120"; + fogVolume3 = "2000 120 200"; materialList = "sky_desert_brown.dml"; windVelocity = "1 0 0"; windEffectPrecipitation = "0"; diff --git a/base/missions/Slapdash.mis b/base/missions/Slapdash.mis index edd65fa..c1e4cfa 100644 --- a/base/missions/Slapdash.mis +++ b/base/missions/Slapdash.mis @@ -943,14 +943,6 @@ new SimGroup(MissionGroup) { showTerrainInside = "0"; locked = "true"; }; - new InteriorInstance() { - position = "-362.627 208.53 118.664"; - rotation = "0 0 -1 40.68"; - scale = "1 1 1"; - interiorFile = "bbunkc.dif"; - showTerrainInside = "0"; - locked = "true"; - }; new InteriorInstance() { position = "-741.056 50.94 127.615"; rotation = "0 0 1 89.9544"; diff --git a/base/missions/Underhill.mis b/base/missions/Underhill.mis index 5f0daca..74c5f96 100644 --- a/base/missions/Underhill.mis +++ b/base/missions/Underhill.mis @@ -33,7 +33,7 @@ new SimGroup(MissionGroup) { cloudSpeed[0] = "0.000500 0.000030"; cloudSpeed[1] = "0.000120 0.000001"; cloudSpeed[2] = "0.000205 0.000002"; - visibleDistance = "500"; + visibleDistance = "400"; useSkyTextures = "1"; SkySolidColor = "0.39 0.39 0.39 0.000000"; fogDistance = "25"; diff --git a/base/prefs/French Config.cs b/base/prefs/French Config.cs index 6fe8894..4e97415 100644 --- a/base/prefs/French Config.cs +++ b/base/prefs/French Config.cs @@ -59,8 +59,6 @@ moveMap.bind(keyboard, "c", toggleCommanderMap); moveMap.bind(keyboard, "ctrl k", suicide); moveMap.bind(keyboard, "f1", toggleHelpGui); moveMap.bind(keyboard, "f2", toggleScoreScreen); -moveMap.bind(keyboard, "f3", startRecordingDemo); -moveMap.bind(keyboard, "f4", stopRecordingDemo); moveMap.bind(keyboard, "f6", toggleHudWaypoints); moveMap.bind(keyboard, "f7", toggleHudMarkers); moveMap.bind(keyboard, "f8", toggleHudCommands); diff --git a/base/prefs/German config.cs b/base/prefs/German config.cs index b444ca9..4eeb627 100644 --- a/base/prefs/German config.cs +++ b/base/prefs/German config.cs @@ -72,8 +72,6 @@ moveMap.bind(keyboard, "c", toggleCommanderMap); moveMap.bind(keyboard, "ctrl k", suicide); moveMap.bind(keyboard, "f1", toggleHelpGui); moveMap.bind(keyboard, "f2", toggleScoreScreen); -moveMap.bind(keyboard, "f3", startRecordingDemo); -moveMap.bind(keyboard, "f4", stopRecordingDemo); moveMap.bind(keyboard, "f6", toggleHudWaypoints); moveMap.bind(keyboard, "f7", toggleHudMarkers); moveMap.bind(keyboard, "f8", toggleHudTargets); diff --git a/base/prefs/Italian Config.cs b/base/prefs/Italian Config.cs index c5b2d35..be80d9b 100644 --- a/base/prefs/Italian Config.cs +++ b/base/prefs/Italian Config.cs @@ -73,8 +73,6 @@ moveMap.bind(keyboard, "c", toggleCommanderMap); moveMap.bind(keyboard, "ctrl k", suicide); moveMap.bind(keyboard, "f1", toggleHelpGui); moveMap.bind(keyboard, "f2", toggleScoreScreen); -moveMap.bind(keyboard, "f3", startRecordingDemo); -moveMap.bind(keyboard, "f4", stopRecordingDemo); moveMap.bind(keyboard, "f6", toggleHudWaypoints); moveMap.bind(keyboard, "f7", toggleHudMarkers); moveMap.bind(keyboard, "f8", toggleHudTargets); diff --git a/base/prefs/Spanish Config.cs b/base/prefs/Spanish Config.cs index 5454ca3..9be7767 100644 --- a/base/prefs/Spanish Config.cs +++ b/base/prefs/Spanish Config.cs @@ -72,8 +72,6 @@ moveMap.bind(keyboard, "c", toggleCommanderMap); moveMap.bind(keyboard, "ctrl k", suicide); moveMap.bind(keyboard, "f1", toggleHelpGui); moveMap.bind(keyboard, "f2", toggleScoreScreen); -moveMap.bind(keyboard, "f3", startRecordingDemo); -moveMap.bind(keyboard, "f4", stopRecordingDemo); moveMap.bind(keyboard, "f6", toggleHudWaypoints); moveMap.bind(keyboard, "f7", toggleHudMarkers); moveMap.bind(keyboard, "f8", toggleHudTargets); diff --git a/base/prefs/WASDConfig.cs b/base/prefs/WASDConfig.cs index 94acfaa..f088ac0 100644 --- a/base/prefs/WASDConfig.cs +++ b/base/prefs/WASDConfig.cs @@ -61,8 +61,6 @@ moveMap.bind(keyboard, "c", toggleCommanderMap); moveMap.bind(keyboard, "ctrl k", suicide); moveMap.bind(keyboard, "f1", toggleHelpGui); moveMap.bind(keyboard, "f2", toggleScoreScreen); -moveMap.bind(keyboard, "f3", startRecordingDemo); -moveMap.bind(keyboard, "f4", stopRecordingDemo); moveMap.bind(keyboard, "f6", toggleHudWaypoints); moveMap.bind(keyboard, "f7", toggleHudMarkers); moveMap.bind(keyboard, "f8", toggleHudTargets); diff --git a/base/scripts/ChatGui.cs b/base/scripts/ChatGui.cs index 1635e4d..ca63518 100644 --- a/base/scripts/ChatGui.cs +++ b/base/scripts/ChatGui.cs @@ -416,7 +416,7 @@ function ChatRoomMemberList::onRightMouseDown(%this,%column,%row,%mousePos) // if ( !ChatMember.player.isBot ) - ChatMemberPopup.add(%nick,-1); + ChatMemberPopup.add(%nick,7); for (%i = 0; %i < strlen(%nick) * 1.5; %i++) %line = %line @ "-"; ChatMemberPopup.add(%line,-1); @@ -449,6 +449,7 @@ function ChatRoomMemberList::onRightMouseDown(%this,%column,%row,%mousePos) ChatMemberPopup.add("Mute",6); ChatMemberPopup.add( "--------------------",-1); +// ChatMemberPopup.add( "Instant Message", 9 ); ChatMemberPopup.add( "TMail", 10 ); ChatMemberPopup.add( "Add To Buddylist",11); @@ -484,6 +485,8 @@ function ChatPrivate() function ChatMemberPopup::onSelect(%this,%id,%text) { %member = getSubStr(ChatMemberPopup.member.displayName,0,strlen(ChatMemberPopup.member.displayname)-strlen(nextToken(ChatMemberPopup.member.displayname,name,"^"))-1); + if(getsubstr(%member,strlen(%member)-1,strlen(%member)) $= "^") + %member = getsubstr(%member,0,strlen(%member)-1); switch( %id ) { case 0: // Set Back @@ -502,6 +505,10 @@ function ChatMemberPopup::onSelect(%this,%id,%text) IRCClient::kick(ChatMemberPopup.member,$pref::IRCClient::banmsg); case 6: // Mute/Unmute IRCClient::ignore(ChatMemberPopup.member,!(ChatMemberPopup.member.flags & $PERSON_IGNORE)); + case 7: // go to webbrowser page + LinkBrowser(%member,"warrior"); + case 9: // Instant Message + IRCClient::invite(ChatMemberPopup.member, %id); case 10: // TMail LinkEMail(%member); case 11: // Add To Buddylist @@ -848,6 +855,8 @@ function IRCClient::notify(%event) case IDIRC_INVITED: //invited to join existing channel. //MessageBoxOKCancel("Invite", "You have been invited to channel " @ IRCClient::displayChannel($IRCClient::invitechannel) @ " by " @ $IRCClient::inviteperson @ ".", "IRCClient::join($IRCClient::invitechannel);"); IRCClient::newMessage($IRCClient::CurrentChannel, "You have been invited to channel " @ $IRCClient::invitechannel @ " by " @ $IRCClient::inviteperson @ "."); + case IDIRC_INSTANTMSG: + messageBoxOK("TESTING","This is a test of the Instant Messaging System. Sent By: " @ $IRCClient::inviteperson @ "."); case IDIRC_BAN_LIST: ChannelBannedList_refresh(); case IDIRC_TOPIC: @@ -1537,9 +1546,10 @@ function IRCClient::dispatch(%prefix,%command,%params) IRCClient::onVersion(%prefix,%params); case "ACTION": IRCClient::onAction(%prefix,%params); - case "INVITE": + case "INVITE": IRCClient::onInvite(%prefix,%params); - + case "INSTANTMSG": + IRCClient::onInstantMsg(%prefix,%params); case "301": IRCClient::onAwayReply(%prefix,%params); case "305": @@ -1557,8 +1567,7 @@ function IRCClient::dispatch(%prefix,%command,%params) case "315": IRCClient::onEndOfWho(%prefix,%params); case "317": - IRCClient::onWhoisIdle(%prefix,%params); - + IRCClient::onWhoisIdle(%prefix,%params); case "322": IRCClient::onList(%prefix,%params); case "323": @@ -2348,8 +2357,8 @@ function IRCClient::onList(%prefix,%params) $IRCClient::channelTopics[$IRCClient::numChannels] = %topic; $IRCClient::numChannels++; } - else - IRCClient::newMessage($IRCClient::currentChannel,%users @ " " @ %ch @ " -- " @ %topic); +// else +// IRCClient::newMessage($IRCClient::currentChannel,%users @ " " @ %ch @ " -- " @ %topic); } //------------------------------------------------------------------------------ @@ -2525,7 +2534,25 @@ function IRCClient::onChannelInviteOnly(%prefix,%params) IRCClient::statusMessage("Cannot join " @ %channel @ ": room is invite only."); IRCClient::notify(IDIRC_INVITE_ONLY); } +//------------------------------------------------------------------------------ +function IRCClient::onInstantMsg(%prefix,%params) +{ + %p = IRCClient::findPerson2(%prefix,true); + if (%p) + { + %params = nextToken(%params,channel,":"); + %channel = %params; + // Only bother the user if they aren't ignoring this person + if (!(%person.flags & $PERSON_IGNORE)) + { + // Set vars and notify the responder + $IRCClient::invitechannel = %channel; + $IRCClient::inviteperson = IRCClient::displayNick(%p); + IRCClient::notify(IDIRC_INSTANTMSG); + } + } +} //------------------------------------------------------------------------------ function IRCClient::onInvite(%prefix,%params) { @@ -3166,7 +3193,7 @@ function IRCClient::ignore(%p,%tf) //------------------------------------------------------------------------------ function IRCClient::invite(%p,%c) { - IRCClient::send("INVITE" SPC %p.displayName SPC %c.getName()); + IRCClient::send("INVITE" SPC %p.displayName SPC %c.getName()); } //------------------------------------------------------------------------------ diff --git a/base/scripts/GameGui.cs b/base/scripts/GameGui.cs index aebe386..8bee7d6 100644 --- a/base/scripts/GameGui.cs +++ b/base/scripts/GameGui.cs @@ -18,16 +18,23 @@ function GameGui::onWake( %this ) { Canvas.pushDialog( LaunchToolbarDlg ); - GM_Frame.setTitle( $PlayingOnline ? "GAME" : "LAN GAME" ); + if ( isDemo() || $PlayingOnline ) + GM_Frame.setTitle( "GAME" ); + else + GM_Frame.setTitle( "LAN GAME" ); // This is essentially an "isInitialized" flag... if ( GM_TabView.tabCount() == 0 ) { GM_TabView.addTab( 1, "JOIN" ); - GM_TabView.addTab( 2, "HOST" ); - GM_TabView.addTab( 3, "WARRIOR SETUP", 1 ); - - queryMasterGameTypes(); + if ( !isDemo() ) + { + GM_TabView.addTab( 2, "HOST" ); + GM_TabView.addTab( 3, "WARRIOR SETUP", 1 ); + queryMasterGameTypes(); + } + else + %this.pane = "Join"; } switch$ ( %this.pane ) @@ -106,21 +113,27 @@ function GM_JoinPane::onActivate( %this ) if ( %this.onceOnly $= "" ) { - GM_VersionText.setText( "Version" SPC getT2VersionNumber() ); + GM_VersionText.setText( "Version" SPC getT2VersionNumber() ); GMJ_StopBtn.setActive( false ); %this.onceOnly = 1; - GMJ_Browser.lastQuery = $PlayingOnline ? "Master" : "LanServers"; + if ( isDemo() || isDemoServer() ) + GMJ_Browser.lastQuery = "Demo"; + else + GMJ_Browser.lastQuery = $PlayingOnline ? "Master" : "LanServers"; GMJ_Browser.runQuery(); } + + if ( isObject( BrowserMap ) ) + { + BrowserMap.pop(); + BrowserMap.delete(); + } + new ActionMap( BrowserMap ); + BrowserMap.bindCmd( keyboard, insert, "GMJ_Browser.insertIPAddress();", "" ); + BrowserMap.push(); - GM_VersionText.setVisible( true ); - - // Use Server Info prefs: - SI_Window.resize( firstWord( $pref::ServerBrowser::InfoWindowPos ), - getWord( $pref::ServerBrowser::InfoWindowPos, 1 ), - firstWord( $pref::ServerBrowser::InfoWindowExtent ), - getWord( $pref::ServerBrowser::InfoWindowExtent, 1 ) ); + GM_VersionText.setVisible( !isDemo() ); if ( $pref::ServerBrowser::InfoWindowOpen ) Canvas.pushDialog( ServerInfoDlg ); @@ -129,14 +142,12 @@ function GM_JoinPane::onActivate( %this ) //------------------------------------------------------------------------------ function GM_JoinPane::onDeactivate( %this ) { + BrowserMap.pop(); + BrowserMap.delete(); + GM_VersionText.setVisible( false ); - // Save off the Server Info Window prefs: $pref::ServerBrowser::InfoWindowOpen = GMJ_Browser.infoWindowOpen; - $pref::ServerBrowser::InfoWindowPos = SI_Window.getPosition(); - $pref::ServerBrowser::InfoWindowExtent = SI_Window.getExtent(); - $pref::ServerBrowser::InfoWindowBarPos = getWord( SI_InfoScroll.getExtent(), 1 ); - if ( GMJ_Browser.infoWindowOpen ) Canvas.popDialog( ServerInfoDlg ); } @@ -173,9 +184,12 @@ $BrowserColumnCount++; $BrowserColumnName[9] = "IP Address"; $BrowserColumnRange[9] = "25 200"; $BrowserColumnCount++; -$BrowserColumnName[10] = "Version"; -$BrowserColumnRange[10] = "25 200"; -$BrowserColumnCount++; +if ( !isDemo() ) +{ + $BrowserColumnName[10] = "Version"; + $BrowserColumnRange[10] = "25 200"; + $BrowserColumnCount++; +} //------------------------------------------------------------------------------ function GMJ_Browser::onAdd( %this ) @@ -184,8 +198,11 @@ function GMJ_Browser::onAdd( %this ) for ( %i = 0; %i < $BrowserColumnCount; %i++ ) { %key = firstWord( $pref::ServerBrowser::Column[%i] ); - %width = getWord( $pref::ServerBrowser::Column[%i], 1 ); - %this.addColumn( %key, $BrowserColumnName[%key], %width, firstWord( $BrowserColumnRange[%key] ), getWord( $BrowserColumnRange[%key], 1 ) ); + if ( $BrowserColumnName[%key] !$= "" && $BrowserColumnRange[%key] !$= "" ) + { + %width = getWord( $pref::ServerBrowser::Column[%i], 1 ); + %this.addColumn( %key, $BrowserColumnName[%key], %width, firstWord( $BrowserColumnRange[%key] ), getWord( $BrowserColumnRange[%key], 1 ) ); + } } %this.setSortColumn( $pref::ServerBrowser::SortColumnKey ); %this.setSortIncreasing( $pref::ServerBrowser::SortInc ); @@ -233,6 +250,15 @@ function GMJ_Browser::runQuery( %this ) queryLanServers( $JoinGamePort ); GMJ_StopBtn.setActive( true ); } + else if ( %this.lastQuery $= "Demo" ) + { + GMJ_StatusText.setValue( "Querying the master server..." ); + GMJ_FilterBtn.setActive( false ); + GMJ_FilterBtn.setVisible( false ); + GMJ_FilterText.setText( "Demo Servers" ); + queryMasterServer( $JoinGamePort ); + GMJ_StopBtn.setActive( true ); + } else { GMJ_FilterBtn.setActive( true ); @@ -438,6 +464,36 @@ function GMJ_Browser::removeFavorite( %this, %address ) $pref::ServerBrowser::FavoriteCount--; } +//------------------------------------------------------------------------------ +function GMJ_Browser::insertIPAddress( %this ) +{ + if ( isServerQueryActive() ) + { + BrowserMap.pop(); + MessageBoxOK( "ERROR", "Can't insert addresses while a query is running!", "BrowserMap.push();" ); + alxPlay( InputDeniedSound, 0, 0, 0 ); + return; + } + + IPEntry.setText( "IP:" ); + Canvas.pushDialog( EnterIPDlg ); +} + +//------------------------------------------------------------------------------ +function EnterIPDlg::onDone( %this ) +{ + Canvas.popDialog( EnterIPDlg ); + %address = IPEntry.getValue(); + if ( getSubStr( %address, 0, 3 ) !$= "IP:" ) + %address = "IP:" @ %address; + if ( strpos( %address, ":", 3 ) == -1 ) + %address = %address @ ":28000"; + + error( ">> address = \"" @ %address @ "\" <<" ); + pushServerAddress( %address ); + GMJ_Browser.selectRowByAddress( %address ); +} + //------------------------------------------------------------------------------ function ServerInfoDlg::onAdd( %this ) { @@ -448,6 +504,25 @@ function ServerInfoDlg::onAdd( %this ) function ServerInfoDlg::onWake( %this ) { GMJ_Browser.infoWindowOpen = true; + + // Get the position and size from the prefs: + %res = getResolution(); + %resW = firstWord( %res ); + %resH = getWord( %res, 1 ); + %w = firstWord( $pref::ServerBrowser::InfoWindowExtent ); + if ( %w > %resW ) + %w = %resW; + %h = getWord( $pref::ServerBrowser::InfoWindowExtent, 1 ); + if ( %h > %resH ) + %h = %resH; + %x = firstWord( $pref::ServerBrowser::InfoWindowPos ); + if ( %x > %resW - %w ) + %x = %resW - %w; + %y = getWord( $pref::ServerBrowser::InfoWindowPos, 1 ); + if ( %y > %resH - %h ) + %y = %resH - %h; + SI_Window.resize( %x, %y, %w, %h ); + GMJ_InfoBtn.setActive( false ); SI_RefreshBtn.setActive( false ); %this.update(); @@ -572,6 +647,12 @@ function SI_ContentWindow::fill( %this, %content ) function ServerInfoDlg::onSleep( %this ) { GMJ_Browser.infoWindowOpen = false; + + // Save off the Server Info Window prefs: + $pref::ServerBrowser::InfoWindowPos = SI_Window.getPosition(); + $pref::ServerBrowser::InfoWindowExtent = SI_Window.getExtent(); + $pref::ServerBrowser::InfoWindowBarPos = getWord( SI_InfoScroll.getExtent(), 1 ); + GMJ_InfoBtn.setActive( true ); } diff --git a/base/scripts/LaunchLanGui.cs b/base/scripts/LaunchLanGui.cs index 7c713c1..b3398be 100644 --- a/base/scripts/LaunchLanGui.cs +++ b/base/scripts/LaunchLanGui.cs @@ -83,7 +83,17 @@ function LaunchToolbarDlg::onWake(%this) LaunchToolbarMenu.clear(); - if ( $PlayingOnline ) + if ( isDemo() ) + { + LaunchToolbarMenu.add( 1, "TRAINING" ); + LaunchToolbarMenu.add( 0, "GAME" ); + LaunchToolbarMenu.add( 2, "NEWS" ); + //LaunchToolbarMenu.add( 3, "FORUMS" ); + //LaunchToolbarMenu.add( 4, "EMAIL" ); + //LaunchToolbarMenu.add( 5, "CHAT" ); + //LaunchToolbarMenu.add( 6, "BROWSER" ); + } + else if ( $PlayingOnline ) { LaunchToolbarMenu.add( 0, "GAME" ); LaunchToolbarMenu.add( 2, "NEWS" ); @@ -111,7 +121,17 @@ function LaunchToolbarDlg::onWake(%this) // LaunchToolbarMenu.add( 11, "LOG ON" ); LaunchToolbarMenu.add( 9, "QUIT" ); - LaunchToolbarCloseButton.setVisible( LaunchTabView.tabCount() > 0 ); + %on = false; + for ( %tab = 0; %tab < LaunchTabView.tabCount(); %tab++ ) + { + if ( LaunchTabView.isTabActive( %tab ) ) + { + %on = true; + break; + } + } + + LaunchToolbarCloseButton.setVisible( %on ); } //---------------------------------------------------------------------------- @@ -125,14 +145,25 @@ function OpenLaunchTabs( %gotoWarriorSetup ) $FirstLaunch = ""; // Set up all of the launch bar tabs: - if ( $PlayingOnline ) + if ( isDemo() ) + { + LaunchTabView.addLaunchTab( "TRAINING", TrainingGui ); + LaunchTabView.addLaunchTab( "GAME", GameGui ); + LaunchTabView.addLaunchTab( "NEWS", NewsGui ); + LaunchTabView.addLaunchTab( "FORUMS", "", true ); + LaunchTabView.addLaunchTab( "EMAIL", "", true ); + LaunchTabView.addLaunchTab( "CHAT", "", true ); + LaunchTabView.addLaunchTab( "BROWSER", "", true ); + %launchGui = GameGui; + } + else if ( $PlayingOnline ) { LaunchTabView.addLaunchTab( "GAME", GameGui ); LaunchTabView.addLaunchTab( "NEWS", NewsGui ); LaunchTabView.addLaunchTab( "FORUMS", ForumsGui ); LaunchTabView.addLaunchTab( "EMAIL", EmailGui ); LaunchTabView.addLaunchTab( "CHAT", ChatGui ); - LaunchTabView.addLaunchTab( "BROWSER", TribeAndWarriorBrowserGui ); + LaunchTabView.addLaunchTab( "BROWSER", TribeandWarriorBrowserGui); switch$ ( $pref::Shell::LaunchGui ) { @@ -140,7 +171,7 @@ function OpenLaunchTabs( %gotoWarriorSetup ) case "Forums": %launchGui = ForumsGui; case "Email": %launchGui = EmailGui; case "Chat": %launchGui = ChatGui; - case "Browser": %launchGui = TribeAndWarriorBrowserGui; + case "Browser": %launchGui = TribeandWarriorBrowserGui; default: %launchGui = GameGui; } } @@ -158,12 +189,14 @@ function OpenLaunchTabs( %gotoWarriorSetup ) } //-------------------------------------------------------- -function LaunchTabView::addLaunchTab( %this, %text, %gui ) +function LaunchTabView::addLaunchTab( %this, %text, %gui, %makeInactive ) { %tabCount = %this.tabCount(); %this.gui[%tabCount] = %gui; %this.key[%tabCount] = 0; %this.addTab( %tabCount, %text ); + if ( %makeInactive ) + %this.setTabActive( %tabCount, false ); } //-------------------------------------------------------- @@ -219,10 +252,13 @@ function LaunchTabView::closeCurrentTab( %this ) function LaunchTabView::closeTab( %this, %gui, %key ) { %tabCount = %this.tabCount(); - for ( %tab = 0; %tab < %tabCount; %tab++ ) + %activeCount = 0; + for ( %i = 0; %i < %tabCount; %i++ ) { - if( %this.gui[%tab] $= %gui && %this.key[%tab] $= %key ) - break; + if ( %this.gui[%i] $= %gui && %this.key[%i] $= %key ) + %tab = %i; + else if ( %this.isTabActive( %i ) ) + %activeCount++; } if ( %tab == %tabCount ) @@ -237,7 +273,7 @@ function LaunchTabView::closeTab( %this, %gui, %key ) %this.removeTabByIndex( %tab ); %gui.onClose( %key ); - if ( %tabCount == 1 ) + if ( %activeCount == 0 ) { %this.lastTab = ""; Canvas.setContent( LaunchGui ); @@ -275,7 +311,10 @@ function LaunchGui::onWake(%this) if ( !$FirstLaunch ) LaunchTabView.viewLastTab(); - checkNamesAndAliases(); + if ( !isDemo() ) + checkNamesAndAliases(); + else + OpenLaunchTabs(); } //---------------------------------------------------------------------------- diff --git a/base/scripts/OptionsDlg.cs b/base/scripts/OptionsDlg.cs index 207d2d2..038bb43 100644 --- a/base/scripts/OptionsDlg.cs +++ b/base/scripts/OptionsDlg.cs @@ -185,6 +185,18 @@ function OptionsDlg::onWake( %this ) %selId = 1; OP_LaunchScreenMenu.setText( OP_LaunchScreenMenu.getTextById( %selId ) ); OP_LaunchScreenMenu.setSelected( %selId ); + + // Hide controls that are not relevant to the demo: + if ( isDemo() ) + { + OP_MasterServerTxt.setVisible( false ); + OP_MasterServerMenu.setVisible( false ); + OP_CheckEmailTgl.setVisible( false ); + OP_ChatDisconnectTgl.setVisible( false ); + OP_EditChatMenuBtn.setVisible( false ); + OP_LaunchScreenTxt.setVisible( false ); + OP_LaunchScreenMenu.setVisible( false ); + } %this.setPane( %this.pane ); } @@ -1160,17 +1172,15 @@ function OP_VoiceListenMenu::init( %this ) %this.add( ".v12", 1 ); %this.add( ".v12 - .v24", 3 ); %this.add( ".v12 - .v29", 7 ); - %this.add( ".v12 - .gsm", 15 ); switch ( $pref::Audio::decodingMask ) { - case 0 or 3 or 7 or 15: + case 0 or 3 or 7: %this.setSelected( $pref::Audio::decodingMask ); default: %this.setSelected( 1 ); } - // Linux only has the GSM codec available for now if ( $platform $= "linux" ) { %this.setActive(false); } @@ -1183,11 +1193,9 @@ function OP_VoiceSendMenu::init( %this ) %this.add( ".v12", 0 ); %this.add( ".v24", 1 ); %this.add( ".v29", 2 ); - %this.add( ".gsm", 3 ); %this.setSelected($pref::Audio::encodingLevel); - // Linux only has the GSM codec available for now if ( $platform $= "linux" ) { %this.setActive(false); } @@ -1201,7 +1209,6 @@ function OP_VoiceCodecInfo::init( %this ) " .v12: variable bitrate codec (~1.2 kbits/sec win only)" NL " .v24: fixed bitrate codec (2.4 kbits/sec win only)" NL " .v29: fixed bitrate codec (2.9 kbits/sec win only)" NL - " .gsm: fixed bitrate codec (6.6 kbits/sec win/linux)" NL "\n" @ "" @ "Setting your codec levels too high can have adverse" @ diff --git a/base/scripts/TrainingGui.cs b/base/scripts/TrainingGui.cs index 5b1ada6..d1fdd36 100644 --- a/base/scripts/TrainingGui.cs +++ b/base/scripts/TrainingGui.cs @@ -252,6 +252,7 @@ function TrainingGui::startTraining( %this ) { MessagePopup( "STARTING MISSION", "Initializing, please wait..." ); Canvas.repaint(); + cancelServerQuery(); %file = getField( TrainingMissionList.getValue(), 1 ); $ServerName = "Single Player Training"; $HostGameType = "SinglePlayer"; diff --git a/base/scripts/admin.cs b/base/scripts/admin.cs index d22f503..524ba24 100644 --- a/base/scripts/admin.cs +++ b/base/scripts/admin.cs @@ -6,6 +6,7 @@ $VoteMessage["VoteChangeMission"] = "change the mission to"; $VoteMessage["VoteTeamDamage", 0] = "enable team damage"; $VoteMessage["VoteTeamDamage", 1] = "disable team damage"; $VoteMessage["VoteTournamentMode"] = "change the server to"; +$VoteMessage["VoteFFAMode"] = "change the server to"; $VoteMessage["VoteChangeTimeLimit"] = "change the time limit to"; $VoteMessage["VoteMatchStart"] = "start the match"; $VoteMessage["VoteGreedMode", 0] = "enable Hoard Mode"; @@ -15,6 +16,13 @@ $VoteMessage["VoteHoardMode", 1] = "disable Greed Mode"; function serverCmdStartNewVote(%client, %typeName, %arg1, %arg2, %arg3, %arg4, %playerVote) { + //DEMO VERSION - only voteKickPlayer is allowed + if ((isDemo() || isDemoServer()) && %typeName !$= "VoteKickPlayer") + { + messageClient(%client, '', "All voting options except to kick a player are disabled in the DEMO VERSION."); + return; + } + // haha - who gets the last laugh... No admin for you! if( %typeName $= "VoteAdminPlayer" && !$Host::allowAdminPlayerVotes ) return; diff --git a/base/scripts/client.cs b/base/scripts/client.cs index eb1bfe1..392ce67 100644 --- a/base/scripts/client.cs +++ b/base/scripts/client.cs @@ -50,9 +50,9 @@ function clientCmdPickTeamMenu( %teamA, %teamB ) function clientCmdProcessPickTeam( %option ) { - if( %option <= 4 ) + if( %option !$= "" && %option <= 4 ) CommandToServer( 'clientPickedTeam', %option ); - else if( %option == 5 ) + else if( %option !$= "" && %option == 5 ) disconnect(); Canvas.popDialog( PickTeamDlg ); @@ -64,16 +64,13 @@ $LastHudTarget = 0; function addMessageHudLine(%text) { - //first, see if we're "scrolled up"... - %textHeight = chatHud.profile.fontSize; - if (%textHeight <= 0) - %textHeight = 12; - %chatScrollHeight = getWord(chatHud.getGroup().getGroup().extent, 1); - %chatPosition = getWord(chatHud.extent, 1) - %chatScrollHeight + getWord(chatHud.position, 1); - %linesToScroll = mFloor((%chatPosition / %textHeight) + 0.5); - if (%linesToScroll > 0) + %adjustPos = false; + if( chatPageDown.isVisible() ) + { + %adjustPos = true; %origPosition = chatHud.position; - + } + //add the message... while( !chatPageDown.isVisible() && HudMessageVector.getNumLines() && (HudMessageVector.getNumLines() >= $pref::HudMessageLogSize)) { @@ -86,7 +83,7 @@ function addMessageHudLine(%text) $LastHudTarget = 0; //now that we've added the message, see if we need to reset the position - if (%linesToScroll > 0) + if ( %adjustPos ) { chatPageDown.setVisible(true); ChatPageDown.position = ( firstWord( outerChatHud.extent ) - 20 ) @ " " @ ( $chatScrollLenY[$Pref::chatHudLength] - 6 ); @@ -466,8 +463,8 @@ function clientCmdToggleDashHud(%val) if(isObject(turreteerHud)) turreteerHud.delete(); // reset in case of vehicle-specific reticle - reticleHud.setBitmap(""); - reticleFrameHud.setVisible(false); + //reticleHud.setBitmap(""); + //reticleFrameHud.setVisible(false); } dashboardHud.setVisible(%val); } diff --git a/base/scripts/clientAudio.cs b/base/scripts/clientAudio.cs index d4e34ce..147c5f9 100644 --- a/base/scripts/clientAudio.cs +++ b/base/scripts/clientAudio.cs @@ -89,6 +89,18 @@ function initAudio() alxSetChannelVolume( $RadioAudioType, $pref::Audio::radioVolume ); alxSetCaptureGainScale( $pref::Audio::captureGainScale ); + + // cap the codec levels + if( $platform $= "linux" ) + { + $pref::Audio::encodingLevel = -1; + $pref::Audio::decodingMask = 0; + } + + if( $pref::Audio::encodingLevel > 2) + $pref::Audio::encodingLevel = 2; + + $pref::Audio::decodingMask &= 7; } if($Audio::initialized) diff --git a/base/scripts/clientDefaults.cs b/base/scripts/clientDefaults.cs index bc69cb6..8124541 100644 --- a/base/scripts/clientDefaults.cs +++ b/base/scripts/clientDefaults.cs @@ -11,8 +11,8 @@ $pref::Audio::channels = 2; $pref::Audio::enableVoiceCapture = 1; $pref::Audio::voiceChannels = 1; if ( $platform $= "linux" ) { - $pref::Audio::encodingLevel = 3; - $pref::Audio::decodingMask = 15; + $pref::Audio::encodingLevel = -1; + $pref::Audio::decodingMask = 0; } else { $pref::Audio::encodingLevel = 0; $pref::Audio::decodingMask = 1; @@ -32,6 +32,8 @@ $pref::Email::Column0 = 30; $pref::Email::Column1 = 250; $pref::Email::Column2 = 250; $pref::Email::Column3 = 150; +$pref::Email::ComposeWindowPos = "74 32"; +$pref::Email::ComposeWindowExtent = "500 408"; $pref::Email::SortColumnKey = 3; $pref::Email::SortInc = 1; $pref::EnableBadWordFilter = 1; @@ -79,6 +81,8 @@ $pref::Forum::Column0 = 290; $pref::Forum::Column1 = 265; $pref::Forum::Column2 = 159; $pref::Forum::CacheSize = 100; +$pref::Forum::PostWindowPos = "69 32"; +$pref::Forum::PostWindowExtent = "500 408"; $pref::HudMessageLogSize = 40; $pref::Input::ActiveConfig = "MyConfig"; $pref::Input::LinkMouseSensitivity = 1; @@ -105,7 +109,8 @@ $pref::Net::RegionMask = 2; $pref::Net::CheckEmail = 0; $pref::Net::DisconnectChat = 0; $pref::Net::LagThreshold = 400; -$pref::overrideTeamSkins = 0; +$pref::News::PostWindowPos = "85 39"; +$pref::News::PostWindowExtent = "470 396"; $pref::Player::Count = 0; $pref::Player::Current = 0; $pref::Player::defaultFov = 90; @@ -126,7 +131,8 @@ $pref::ServerBrowser::Column6 = "8 56"; $pref::ServerBrowser::Column7 = "9 155"; $pref::ServerBrowser::Column8 = "4 89"; $pref::ServerBrowser::Column9 = "6 74"; -$pref::ServerBrowser::Column10 = "10 70"; +if ( !isDemo() ) + $pref::ServerBrowser::Column10 = "10 70"; $pref::ServerBrowser::FavoriteCount = 0; $pref::ServerBrowser::SortColumnKey = 0; $pref::ServerBrowser::SortInc = 1; diff --git a/base/scripts/clientTasks.cs b/base/scripts/clientTasks.cs index 98dffd6..8a3d92d 100644 --- a/base/scripts/clientTasks.cs +++ b/base/scripts/clientTasks.cs @@ -336,4 +336,7 @@ function TaskHudDlg::onSleep(%this) TaskHudMap.pop(); TaskList.setVisible(false); TaskList.updateSelected(false); + + //make sure the action maps are still pushed in the correct order... + updateActionMaps(); } \ No newline at end of file diff --git a/base/scripts/controlDefaults.cs b/base/scripts/controlDefaults.cs index 14c0d84..c8b1076 100644 --- a/base/scripts/controlDefaults.cs +++ b/base/scripts/controlDefaults.cs @@ -1330,4 +1330,5 @@ function cycleDebugRenderMode() } // Since the toggle console key is remappable, put it here: -GlobalActionMap.bind(keyboard, "grave", toggleConsole); +if (!isDemo()) + GlobalActionMap.bind(keyboard, "grave", toggleConsole); diff --git a/base/scripts/creditsText.cs b/base/scripts/creditsText.cs index 16d8337..77d875e 100644 --- a/base/scripts/creditsText.cs +++ b/base/scripts/creditsText.cs @@ -379,7 +379,7 @@ addCreditsLine("Gino \"tAngGSI\" Gard"); addCreditsLine("Glenn \"IcyHot\" Wisbey"); addCreditsLine("Gregory \"Brak Panda\" Pesochin"); addCreditsLine("Gregory \"Strife\" Hill"); -addCreditsLine("Hannes \"Skace\" Wagner"); +addCreditsLine("Hannes \"Cohen\" Wagner"); addCreditsLine("Ian \"Kowboy\" Gonsalves"); addCreditsLine("Ian Threadgold"); addCreditsLine("J Alex \"Blackheart\" Wheeler"); @@ -456,6 +456,7 @@ addCreditsLine("Shane \"Mental Trousers\" Taylor"); addCreditsLine("Shane \"Santa\" Beaumont"); addCreditsLine("Shane \"Shaneman\" Evans"); addCreditsLine("Stefan Grufman"); +addCreditsLine("Stefan \"Skace\" Kiehne"); addCreditsLine("Stephen \"Cato\" Farquhar"); addCreditsLine("Stephen \"SL83\" Limowski"); addCreditsLine("Steve \"Presto\" Eisner"); diff --git a/base/scripts/damageTypes.cs b/base/scripts/damageTypes.cs index 03b0913..09da1a4 100644 --- a/base/scripts/damageTypes.cs +++ b/base/scripts/damageTypes.cs @@ -100,7 +100,7 @@ $DamageTypeText[99] = "suicide"; //**** SHRIKE SCOUT FIGHTER **** datablock SimDataBlock(ShrikeDamageProfile) { - shieldDamageScale[$DamageType::Blaster] = 1.0; + shieldDamageScale[$DamageType::Blaster] = 1.75; shieldDamageScale[$DamageType::Bullet] = 1.75; shieldDamageScale[$DamageType::ELF] = 1.0; shieldDamageScale[$DamageType::ShockLance] = 0.5; @@ -108,10 +108,10 @@ datablock SimDataBlock(ShrikeDamageProfile) shieldDamageScale[$DamageType::ShrikeBlaster] = 4.0; shieldDamageScale[$DamageType::BellyTurret] = 2.0; shieldDamageScale[$DamageType::AATurret] = 3.0; - shieldDamageScale[$DamageType::IndoorDepTurret] = 2.25; - shieldDamageScale[$DamageType::OutdoorDepTurret] = 2.25; - shieldDamageScale[$DamageType::SentryTurret] = 2.25; - shieldDamageScale[$DamageType::Disc] = 1.0; + shieldDamageScale[$DamageType::IndoorDepTurret] = 2.5; + shieldDamageScale[$DamageType::OutdoorDepTurret] = 2.5; + shieldDamageScale[$DamageType::SentryTurret] = 2.5; + shieldDamageScale[$DamageType::Disc] = 1.5; shieldDamageScale[$DamageType::Grenade] = 1.0; shieldDamageScale[$DamageType::Mine] = 3.0; shieldDamageScale[$DamageType::Missile] = 3.0; @@ -138,13 +138,13 @@ datablock SimDataBlock(ShrikeDamageProfile) damageScale[$DamageType::ShrikeBlaster] = 3.5; damageScale[$DamageType::BellyTurret] = 1.2; damageScale[$DamageType::AATurret] = 1.5; - damageScale[$DamageType::IndoorDepTurret] = 1.25; - damageScale[$DamageType::OutdoorDepTurret] = 1.25; - damageScale[$DamageType::SentryTurret] = 1.25; - damageScale[$DamageType::Disc] = 1.0; + damageScale[$DamageType::IndoorDepTurret] = 1.5; + damageScale[$DamageType::OutdoorDepTurret] = 1.5; + damageScale[$DamageType::SentryTurret] = 1.5; + damageScale[$DamageType::Disc] = 1.25; damageScale[$DamageType::Grenade] = 0.75; damageScale[$DamageType::Mine] = 4.0; - damageScale[$DamageType::Missile] = 1.5; + damageScale[$DamageType::Missile] = 2.0; damageScale[$DamageType::Mortar] = 2.0; damageScale[$DamageType::Plasma] = 0.5; damageScale[$DamageType::BomberBombs] = 2.0; @@ -297,19 +297,19 @@ datablock SimDataBlock(WildcatDamageProfile) shieldDamageScale[$DamageType::ELF] = 1.0; shieldDamageScale[$DamageType::ShockLance] = 1.0; shieldDamageScale[$DamageType::Laser] = 4.0; - shieldDamageScale[$DamageType::ShrikeBlaster] = 5.0; + shieldDamageScale[$DamageType::ShrikeBlaster] = 6.0; shieldDamageScale[$DamageType::BellyTurret] = 2.0; shieldDamageScale[$DamageType::AATurret] = 2.0; shieldDamageScale[$DamageType::IndoorDepTurret] = 2.5; shieldDamageScale[$DamageType::OutdoorDepTurret] = 2.5; shieldDamageScale[$DamageType::Disc] = 2.5; shieldDamageScale[$DamageType::Grenade] = 2.0; - shieldDamageScale[$DamageType::Mine] = 3.5; + shieldDamageScale[$DamageType::Mine] = 4.0; shieldDamageScale[$DamageType::Missile] = 4.0; shieldDamageScale[$DamageType::Mortar] = 2.0; - shieldDamageScale[$DamageType::Plasma] = 1.6; - shieldDamageScale[$DamageType::BomberBombs] = 2.0; - shieldDamageScale[$DamageType::TankChaingun] = 2.0; + shieldDamageScale[$DamageType::Plasma] = 2.0; + shieldDamageScale[$DamageType::BomberBombs] = 2.5; + shieldDamageScale[$DamageType::TankChaingun] = 3.0; shieldDamageScale[$DamageType::TankMortar] = 2.0; shieldDamageScale[$DamageType::MissileTurret] = 4.0; shieldDamageScale[$DamageType::MortarTurret] = 2.0; @@ -326,7 +326,7 @@ datablock SimDataBlock(WildcatDamageProfile) damageScale[$DamageType::ELF] = 0.0; damageScale[$DamageType::ShockLance] = 0.50; damageScale[$DamageType::Laser] = 2.0; - damageScale[$DamageType::ShrikeBlaster] = 2.5; + damageScale[$DamageType::ShrikeBlaster] = 4.0; damageScale[$DamageType::BellyTurret] = 1.5; damageScale[$DamageType::AATurret] = 1.0; damageScale[$DamageType::IndoorDepTurret] = 1.0; @@ -336,9 +336,9 @@ datablock SimDataBlock(WildcatDamageProfile) damageScale[$DamageType::Mine] = 4.0; damageScale[$DamageType::Missile] = 1.2; damageScale[$DamageType::Mortar] = 1.0; - damageScale[$DamageType::Plasma] = 1.2; - damageScale[$DamageType::BomberBombs] = 1.0; - damageScale[$DamageType::TankChaingun] = 1.0; + damageScale[$DamageType::Plasma] = 1.5; + damageScale[$DamageType::BomberBombs] = 2.0; + damageScale[$DamageType::TankChaingun] = 2.0; damageScale[$DamageType::TankMortar] = 1.0; damageScale[$DamageType::MissileTurret] = 1.2; damageScale[$DamageType::MortarTurret] = 1.0; @@ -686,7 +686,7 @@ datablock SimDataBlock(HeavyPlayerDamageProfile) damageScale[$DamageType::Bullet] = 0.6; damageScale[$DamageType::ELF] = 0.75; damageScale[$DamageType::ShockLance] = 1.0; - damageScale[$DamageType::Laser] = 0.63; + damageScale[$DamageType::Laser] = 0.67; damageScale[$DamageType::ShrikeBlaster] = 1.0; damageScale[$DamageType::BellyTurret] = 1.0; damageScale[$DamageType::AATurret] = 0.7; diff --git a/base/scripts/deathMessages.cs b/base/scripts/deathMessages.cs index 1ed3e5d..70757bd 100644 --- a/base/scripts/deathMessages.cs +++ b/base/scripts/deathMessages.cs @@ -39,6 +39,9 @@ $DeathMessageSuicide[4] = '\c0%1 self-destructs in a fit of ennui.'; $DeathMessageVehPadCount = 1; $DeathMessageVehPad[0] = '\c0%1 got caught in a vehicle\'s spawn field.'; +$DeathMessageRogueMineCount = 1; +$DeathMessageRogueMine[$DamageType::Mine, 0] = '\c0%1 is all mine.'; + //these used when a player kills himself (other than by using ctrl - k) $DeathMessageSelfKillCount = 5; $DeathMessageSelfKill[$DamageType::Blaster, 0] = '\c0%1 kills %2self with a blaster.'; @@ -349,9 +352,9 @@ $DeathMessageCTurretKill[$DamageType::TankMortars, 0] = '\c0Whoops! %1 + %4\'s t $DeathMessageCTurretKill[$DamageType::TankMortars, 1] = '\c0%1 learns the happy explosion dance from %4\'s tank mortar.'; $DeathMessageCTurretKill[$DamageType::TankMortars, 2] = '\c0%4\'s tank mortar has a blast with %1.'; -$DeathMessageCTurretKill[$DamageType::ShrikeBlaster, 0] = '\c0%1 lunches on a Shrike blaster sandwich, courtesy of %4.'; -$DeathMessageCTurretKill[$DamageType::ShrikeBlaster, 1] = '\c0%4\'s Shrike blaster catches %1 with %3 pants down.'; -$DeathMessageCTurretKill[$DamageType::ShrikeBlaster, 2] = '\c0%1 gets drilled big-time by %4\'s Shrike blaster.'; +$DeathMessageCTurretKill[$DamageType::ShrikeBlaster, 0] = '\c0%1 dines on a Shrike blaster sandwich, courtesy of %4.'; +$DeathMessageCTurretKill[$DamageType::ShrikeBlaster, 1] = '\c0The blaster of %4\'s Shrike turns %1 into finely shredded meat.'; +$DeathMessageCTurretKill[$DamageType::ShrikeBlaster, 2] = '\c0%1 gets drilled big-time by the blaster of %4\'s Shrike.'; $DeathMessageCTurretKill[$DamageType::MPBMissile, 0] = '\c0%1 intersects nicely with %4\'s MPB Missile.'; $DeathMessageCTurretKill[$DamageType::MPBMissile, 1] = '\c0%4\'s MPB Missile makes armored chowder out of %1.'; diff --git a/base/scripts/defaultGame.cs b/base/scripts/defaultGame.cs index 48c35b4..746418e 100644 --- a/base/scripts/defaultGame.cs +++ b/base/scripts/defaultGame.cs @@ -753,6 +753,18 @@ function DefaultGame::onClientDamaged(%game, %clVictim, %clAttacker, %damageType %clVictim.lastDamageTurretTime = getSimTime(); %clVictim.lastDamageTurret = %sourceObject; } + + %turretAttacker = %sourceObject.getControllingClient(); + // should get a damagae message from friendly fire turrets also + if(%turretAttacker && %turretAttacker != %clVictim && %turretAttacker.team == %clVictim.team) + { + if (%game.numTeams > 1 && %turretAttacker.player.causedRecentDamage != %clVictim.player) //is a teamgame & player just damaged a teammate + { + %turretAttacker.player.causedRecentDamage = %clVictim.player; + %turretAttacker.player.schedule(1000, "causedRecentDamage", ""); //allow friendly fire message every x ms + %game.friendlyFireMessage(%clVictim, %turretAttacker); + } + } } else if (%sourceClassType $= "PlayerData") { @@ -1076,7 +1088,7 @@ function DefaultGame::displayDeathMessages(%game, %clVictim, %clKiller, %damageT logEcho(%clVictim.nameBase@" (pl "@%clVictim.player@"/cl "@%clVictim@") killed by a vehicle (unmanned)"); } } - else if (isObject(%implement) && (%implement.getClassName() $= "Turret" || %implement.getClassName() $= "VehicleTurret")) //player killed by a turret + else if (isObject(%implement) && (%implement.getClassName() $= "Turret" || %implement.getClassName() $= "VehicleTurret" || %implement.getClassName() $= "FlyingVehicle" )) //player killed by a turret { if (%implement.getControllingClient() != 0) //is turret being controlled? { @@ -1150,6 +1162,11 @@ function DefaultGame::displayDeathMessages(%game, %clVictim, %clKiller, %damageT messageAll('msgLightningKill', $DeathMessageLightning[mFloor(getRandom() * $DeathMessageLightningCount)], %victimName, %victimGender, %victimPoss, %killerName, %killerGender, %killerPoss, %damageType); logEcho(%clVictim.nameBase@" (pl "@%clVictim.player@"/cl "@%clVictim@") killed by lightning"); } + else if ( %damageType == $DamageType::Mine && !isObject(%implement) ) + { + error("Mine kill w/o source"); + messageAll('MsgRogueMineKill', $DeathMessageRogueMine[%damageType, mFloor(getRandom() * $DeathMessageRogueMineCount)], %victimName, %victimGender, %victimPoss, %killerName, %killerGender, %killerPoss, %damageType); + } else //was a legitimate enemy kill { if(%damageType == 6 && (%clVictim.headShot)) @@ -2352,8 +2369,8 @@ function DefaultGame::sendGamePlayerPopupMenu( %game, %client, %targetClient, %k %outrankTarget = !%targetClient.isSuperAdmin; else if ( %client.isAdmin ) %outrankTarget = !%targetClient.isAdmin; - - if( %client.isSuperAdmin && %targetClient.guid != 0 ) + + if( %client.isSuperAdmin && %targetClient.guid != 0 && !isDemo() && !isDemoServer()) { messageClient( %client, 'MsgPlayerPopupItem', "", %key, "addAdmin", "", 'Add to Server Admin List', 10); messageClient( %client, 'MsgPlayerPopupItem', "", %key, "addSuperAdmin", "", 'Add to Server SuperAdmin List', 11); @@ -2363,9 +2380,9 @@ function DefaultGame::sendGamePlayerPopupMenu( %game, %client, %targetClient, %k if ( !%isTargetSelf ) { if ( %client.muted[%targetClient] ) - messageClient( %client, 'MsgPlayerPopupItem', "", %key, "MutePlayer", "", 'Unmute', 1); + messageClient( %client, 'MsgPlayerPopupItem', "", %key, "MutePlayer", "", 'Unmute Text Chat', 1); else - messageClient( %client, 'MsgPlayerPopupItem', "", %key, "MutePlayer", "", 'Mute', 1); + messageClient( %client, 'MsgPlayerPopupItem', "", %key, "MutePlayer", "", 'Mute Text Chat', 1); if ( !%isTargetBot && %client.canListenTo( %targetClient ) ) { @@ -2382,7 +2399,7 @@ function DefaultGame::sendGamePlayerPopupMenu( %game, %client, %targetClient, %k // regular vote options on players if ( %game.scheduleVote $= "" && !%isAdmin && !%isTargetAdmin ) { - if ( $Host::allowAdminPlayerVotes && !%isTargetBot ) + if ( $Host::allowAdminPlayerVotes && !%isTargetBot && !isDemo() && !isDemoServer()) messageClient( %client, 'MsgPlayerPopupItem', "", %key, "AdminPlayer", "", 'Vote to Make Admin', 2 ); if ( !%isTargetSelf ) @@ -2392,7 +2409,7 @@ function DefaultGame::sendGamePlayerPopupMenu( %game, %client, %targetClient, %k } // Admin only options on players: - else if ( %isAdmin ) + else if ( %isAdmin && !isDemo() && !isDemoServer()) { if ( !%isTargetBot && !%isTargetAdmin ) messageClient( %client, 'MsgPlayerPopupItem', "", %key, "AdminPlayer", "", 'Make Admin', 2 ); @@ -2472,6 +2489,9 @@ function DefaultGame::sendGameVoteMenu( %game, %client, %key ) if( !%client.canVote && !%isAdmin ) return; + + if (isDemo() || isDemoServer()) + return; if ( %game.scheduleVote $= "" ) { diff --git a/base/scripts/deployables.cs b/base/scripts/deployables.cs index 1cd3fc4..1626ce0 100644 --- a/base/scripts/deployables.cs +++ b/base/scripts/deployables.cs @@ -111,7 +111,10 @@ datablock StaticShapeData(DeployedStationInventory) : StaticShapeDamageProfile maxDamage = 0.70; destroyedLevel = 0.70; disabledLevel = 0.42; - explosion = DeployablesExplosion; + explosion = DeployablesExplosion; + expDmgRadius = 8.0; + expDamage = 0.35; + expImpulse = 500.0; dynamicType = $TypeMasks::StationObjectType; isShielded = true; @@ -622,7 +625,7 @@ function TurretIndoorDeployableImage::testTurretTooClose(%item, %plyr) while((%found = containerSearchNext()) != 0) { %foundName = %found.getDataBlock().getName(); - if((%foundname $= TurretDeployedFloorIndoor) || (%foundName $= TurretDeployedWallIndoor) || (%foundName $= TurretDeployedCeilingIndoor) || (%foundName $= TurretDeployedOutdoor) || (%foundName $= DeployedStationInventory)) + if((%foundname $= TurretDeployedFloorIndoor) || (%foundName $= TurretDeployedWallIndoor) || (%foundName $= TurretDeployedCeilingIndoor) || (%foundName $= TurretDeployedOutdoor) ) if (%found.team == %plyr.team) { %turretInRange = true; @@ -642,7 +645,7 @@ function TurretOutdoorDeployableImage::testTurretTooClose(%item, %plyr) while((%found = containerSearchNext()) != 0) { %foundName = %found.getDataBlock().getName(); - if((%foundname $= TurretDeployedFloorIndoor) || (%foundName $= TurretDeployedWallIndoor) || (%foundName $= TurretDeployedCeilingIndoor) || (%foundName $= TurretDeployedOutdoor) || (%foundName $= DeployedStationInventory)) + if((%foundname $= TurretDeployedFloorIndoor) || (%foundName $= TurretDeployedWallIndoor) || (%foundName $= TurretDeployedCeilingIndoor) || (%foundName $= TurretDeployedOutdoor) ) if (%found.team == %plyr.team) { %turretInRange = true; @@ -666,7 +669,7 @@ function TurretIndoorDeployableImage::testTurretSaturation(%item) while(%found) { %foundName = %found.getDataBlock().getName(); - if((%foundname $= TurretDeployedFloorIndoor) || (%foundName $= TurretDeployedWallIndoor) || (%foundName $= TurretDeployedCeilingIndoor) || (%foundName $= TurretDeployedOutdoor) || (%foundName $= DeployedStationInventory)) + if((%foundname $= TurretDeployedFloorIndoor) || (%foundName $= TurretDeployedWallIndoor) || (%foundName $= TurretDeployedCeilingIndoor) || (%foundName $= TurretDeployedOutdoor) ) { //found one %numTurretsNearby++; @@ -691,7 +694,7 @@ function TurretOutdoorDeployableImage::testTurretSaturation(%item) while(%found) { %foundName = %found.getDataBlock().getName(); - if((%foundname $= TurretDeployedFloorIndoor) || (%foundName $= TurretDeployedWallIndoor) || (%foundName $= TurretDeployedCeilingIndoor) || (%foundName $= TurretDeployedOutdoor) || (%foundName $= DeployedStationInventory)) + if((%foundname $= TurretDeployedFloorIndoor) || (%foundName $= TurretDeployedWallIndoor) || (%foundName $= TurretDeployedCeilingIndoor) || (%foundName $= TurretDeployedOutdoor) ) { //found one %numTurretsNearby++; @@ -724,7 +727,7 @@ function testNearbyDensity(%item, %radius) while(%found) { %foundName = %found.getDataBlock().getName(); - if((%foundname $= TurretDeployedFloorIndoor) || (%foundName $= TurretDeployedWallIndoor) || (%foundName $= TurretDeployedCeilingIndoor) || (%foundName $= TurretDeployedOutdoor) || (%foundName $= DeployedStationInventory)) + if((%foundname $= TurretDeployedFloorIndoor) || (%foundName $= TurretDeployedWallIndoor) || (%foundName $= TurretDeployedCeilingIndoor) || (%foundName $= TurretDeployedOutdoor) ) %turretCount++; %found = containerSearchNext(); } diff --git a/base/scripts/hud.cs b/base/scripts/hud.cs index b99918b..c32cd2a 100644 --- a/base/scripts/hud.cs +++ b/base/scripts/hud.cs @@ -802,13 +802,13 @@ function MainChatHud::nextChatHudLen( %this ) %totalLines = HudMessageVector.getNumLines(); %posLines = $pref::chatHudLength * 4; - %linesOver = ( %totalLines - %posLines ) * 14; + %linesOver = %totalLines - %posLines; ChatPageDown.position = ( firstWord( outerChatHud.extent ) - 20 ) @ " " @ ( $chatScrollLenY[$pref::chatHudLength] - 6 ); if( ( %linesOver > 0 ) && !%sizeIncrease ) { %linesOver = %totalLines - %posLines; - %posAdjust = %linesOver * ChatHud.profile.fontSize + 3; + %posAdjust = %linesOver * $ShellFontSize; %newPos = "0" @ " " @ ( -1 * %posAdjust ); ChatHud.position = %newPos; @@ -816,7 +816,7 @@ function MainChatHud::nextChatHudLen( %this ) else if( %sizeIncrease && ( %linesOver > 0 ) ) { %curPos = getWord( ChatHud.position, 1 ); - %newY = %curPos + ( 4 * 14 ); + %newY = %curPos + ( 4 * $ShellFontSize ); %newPos = "0 " @ %newY; ChatHud.position = %newPos; } @@ -1094,11 +1094,10 @@ function ClientCmdDisplayHuds() else mainVoteHud.setVisible(0); - clientCmdSetWeaponsHudActive(0); } } -function clientCmdTogglePlayHuds(%val) +function clientcmdTogglePlayHuds(%val) { ammoHud.setVisible(%val); objectiveHud.setVisible(%val); @@ -1748,4 +1747,13 @@ function displayObserverHud(%client, %targetClient, %potentialClient) function hudFirstPersonToggled() { ammoHud.setVisible($firstPerson); +} + +$testCount = 0; + +function testChatHud() +{ + $testCount++; + messageAll( '', "This is test number " @ $testCount ); + $tester = schedule( 50, 0, "testChatHud"); } \ No newline at end of file diff --git a/base/scripts/packs/repairpack.cs b/base/scripts/packs/repairpack.cs index 1de9c21..a290f61 100644 --- a/base/scripts/packs/repairpack.cs +++ b/base/scripts/packs/repairpack.cs @@ -183,10 +183,6 @@ function RepairPackImage::onActivate(%data, %obj, %slot) { messageClient(%obj.client, 'MsgRepairPackOn', '\c2Repair pack activated.'); - // unmount any weapon the player may have been holding - if(%obj.getMountedImage($WeaponSlot)) - %obj.unmountImage($WeaponSlot); - // make sure player's arm thread is "look" %obj.setArmThread(look); diff --git a/base/scripts/player.cs b/base/scripts/player.cs index 4332693..1613c63 100644 --- a/base/scripts/player.cs +++ b/base/scripts/player.cs @@ -1216,7 +1216,7 @@ datablock PlayerData(LightMaleHumanArmor) : LightPlayerDamageProfile energyPerDamagePoint = 75.0; // shield energy required to block one point of damage rechargeRate = 0.256; - jetForce = 26.2 * 90; + jetForce = 28.2 * 90; underwaterJetForce = 26.2 * 90 * 2.0; underwaterVertJetFactor = 1.5; jetEnergyDrain = 0.8; @@ -1224,12 +1224,12 @@ datablock PlayerData(LightMaleHumanArmor) : LightPlayerDamageProfile minJetEnergy = 1; maxJetHorizontalPercentage = 0.8; - runForce = 48 * 90; + runForce = 55.20 * 90; runEnergyDrain = 0; minRunEnergy = 0; - maxForwardSpeed = 14; - maxBackwardSpeed = 13; - maxSideSpeed = 13; + maxForwardSpeed = 15; + maxBackwardSpeed = 14; + maxSideSpeed = 14; maxUnderwaterForwardSpeed = 8.4; maxUnderwaterBackwardSpeed = 7.8; @@ -1294,10 +1294,10 @@ datablock PlayerData(LightMaleHumanArmor) : LightPlayerDamageProfile minJumpSpeed = 20; maxJumpSpeed = 30; - maxJetForwardSpeed = 30; horizMaxSpeed = 68; horizResistSpeed = 33; horizResistFactor = 0.35; + maxJetForwardSpeed = 30; upMaxSpeed = 80; upResistSpeed = 25; @@ -1474,7 +1474,7 @@ datablock PlayerData(MediumMaleHumanArmor) : MediumPlayerDamageProfile energyPerDamagePoint = 75.0; // shield energy required to block one point of damage rechargeRate = 0.256; - jetForce = 24.6 * 130; + jetForce = 27.06 * 130; underwaterJetForce = 24.6 * 130 * 2.0; underwaterVertJetFactor = 1.5; jetEnergyDrain = 1.0; @@ -1482,12 +1482,12 @@ datablock PlayerData(MediumMaleHumanArmor) : MediumPlayerDamageProfile minJetEnergy = 1; maxJetHorizontalPercentage = 0.8; - runForce = 40 * 130; + runForce = 46 * 130; runEnergyDrain = 0; minRunEnergy = 0; - maxForwardSpeed = 11; - maxBackwardSpeed = 10; - maxSideSpeed = 10; + maxForwardSpeed = 12; + maxBackwardSpeed = 11; + maxSideSpeed = 11; maxUnderwaterForwardSpeed = 6.6; maxUnderwaterBackwardSpeed = 6; @@ -1500,7 +1500,7 @@ datablock PlayerData(MediumMaleHumanArmor) : MediumPlayerDamageProfile heatDecayPerSec = 1.0 / 3.0; // takes 3 seconds to clear heat sig. heatIncreasePerSec = 1.0 / 3.0; // takes 3.0 seconds of constant jet to get full heat sig. - jumpForce = 8.4 * 130; + jumpForce = 8.3 * 130; jumpEnergyDrain = 0; minJumpEnergy = 0; jumpSurfaceAngle = 75; @@ -1512,15 +1512,15 @@ datablock PlayerData(MediumMaleHumanArmor) : MediumPlayerDamageProfile minJumpSpeed = 15; maxJumpSpeed = 25; - maxJetForwardSpeed = 22; horizMaxSpeed = 60; horizResistSpeed = 28; - horizResistFactor = 0.2; + horizResistFactor = 0.32; + maxJetForwardSpeed = 22; - upMaxSpeed = 80; - upResistSpeed = 35; - upResistFactor = 0.15; + upMaxSpeed = 70; + upResistSpeed = 30; + upResistFactor = 0.23; minImpactSpeed = 45; speedDamageScale = 0.004; @@ -1730,7 +1730,7 @@ datablock PlayerData(HeavyMaleHumanArmor) : HeavyPlayerDamageProfile energyPerDamagePoint = 75.0; // shield energy required to block one point of damage rechargeRate = 0.256; - jetForce = 21.4 * 180; + jetForce = 23.54 * 180; underwaterJetForce = 21.4 * 180 * 2.0; underwaterVertJetFactor = 1.5; jetEnergyDrain = 1.1; @@ -1738,12 +1738,12 @@ datablock PlayerData(HeavyMaleHumanArmor) : HeavyPlayerDamageProfile minJetEnergy = 1; maxJetHorizontalPercentage = 0.8; - runForce = 35 * 180; + runForce = 40.25 * 180; runEnergyDrain = 0; minRunEnergy = 0; - maxForwardSpeed = 6.5; - maxBackwardSpeed = 5; - maxSideSpeed = 5; + maxForwardSpeed = 7.5; + maxBackwardSpeed = 6; + maxSideSpeed = 6; maxUnderwaterForwardSpeed = 3.9; maxUnderwaterBackwardSpeed = 3; @@ -1768,14 +1768,14 @@ datablock PlayerData(HeavyMaleHumanArmor) : HeavyPlayerDamageProfile minJumpSpeed = 20; maxJumpSpeed = 30; - horizMaxSpeed = 50; - horizResistSpeed = 20; - horizResistFactor = 0.3; + horizMaxSpeed = 52; + horizResistSpeed = 23; + horizResistFactor = 0.29; maxJetForwardSpeed = 16; upMaxSpeed = 60; upResistSpeed = 35; - upResistFactor = 0.15; + upResistFactor = 0.18; minImpactSpeed = 45; speedDamageScale = 0.006; @@ -2137,6 +2137,10 @@ function Armor::onUnmount( %this, %obj, %vehicle, %node ) { commandToClient( %obj.client, 'VehicleDismount' ); %obj.mountImage(%obj.lastWeapon, $WeaponSlot); + //Inform gunner position when pilot leaves... + //if(%vehicle.getDataBlock().showPilotInfo !$= "") + // if((%gunner = %vehicle.getMountNodeObject(1)) != 0) + // commandToClient(%gunner.client, 'PilotInfo', "PILOT EJECTED", 6, 1); } // announce to any other passengers that you've left if(%vehicle.getDatablock().numMountPoints > 1) @@ -2157,7 +2161,7 @@ $ammoType[3] = "MortarAmmo"; $ammoType[4] = "MissileLauncherAmmo"; $ammoType[5] = "ChaingunAmmo"; -function Armor::onCollision(%this,%obj,%col) +function Armor::onCollision(%this,%obj,%col,%forceVehicleNode) { if (%obj.getState() $= "Dead") return; @@ -2167,7 +2171,7 @@ function Armor::onCollision(%this,%obj,%col) %client = %obj.client; // player collided with a vehicle %node = -1; - if ((%className $= WheeledVehicleData || %className $= FlyingVehicleData || %className $= HoverVehicleData) && + if (%forceVehicleNode !$= "" || (%className $= WheeledVehicleData || %className $= FlyingVehicleData || %className $= HoverVehicleData) && %obj.mountVehicle && %obj.getState() $= "Move" && %col.mountable) { //if the player is an AI, he should snap to the mount points in node order, @@ -2191,7 +2195,7 @@ function Armor::onCollision(%this,%obj,%col) %node = findAIEmptySeat(%col, %obj); } else - %node = findEmptySeat(%col, %obj); + %node = findEmptySeat(%col, %obj, %forceVehicleNode); //now mount the player in the vehicle if(%node >= 0) diff --git a/base/scripts/scoreScreen.cs b/base/scripts/scoreScreen.cs index 4cbb90f..0424d17 100644 --- a/base/scripts/scoreScreen.cs +++ b/base/scripts/scoreScreen.cs @@ -31,6 +31,9 @@ function ScoreScreen::onSleep(%this) { hudMap.pop(); hudMap.delete(); + + //make sure the action maps are still pushed in the correct order... + updateActionMaps(); } //------------------------------------------------------------------------------ diff --git a/base/scripts/server.cs b/base/scripts/server.cs index b764d08..02df268 100644 --- a/base/scripts/server.cs +++ b/base/scripts/server.cs @@ -265,31 +265,31 @@ function kick( %client, %admin, %guid ) messageClient(%client, 'onClientKicked', ""); messageAllExcept( %client, -1, 'MsgClientDrop', "", %client.name, %client ); - - if( %client.isAIControlled() ) - { + + if( %client.isAIControlled() ) + { $HostGameBotCount--; - %client.drop(); - } - else - { + %client.drop(); + } + else + { %count = ClientGroup.getCount(); for( %i = 0; %i < %count; %i++ ) { %cl = ClientGroup.getObject( %i ); - if( %cl.guid == %guid ) + if( %cl.guid == %guid ) { - // kill and delete this client - if( isObject( %cl.player ) ) - %cl.player.scriptKill(0); + // kill and delete this client + if( isObject( %cl.player ) ) + %cl.player.scriptKill(0); - %cl.schedule(700, "delete"); - - BanList::add( %guid, "0", $Host::KickBanTime ); - Game.kickGuid = ""; + %cl.schedule(700, "delete"); + + BanList::add( %guid, "0", $Host::KickBanTime ); + Game.kickGuid = ""; } - } - } + } + } } function ban( %client, %admin ) @@ -338,148 +338,162 @@ function GameConnection::onConnect( %client, %name, %raceGender, %skin, %voice, sendLoadInfoToClient( %client ); //%client.setSimulatedNetParams(0.1, 30); - // if hosting this server, set this client to superAdmin - if(%client.getAddress() $= "Local") - { - %client.isAdmin = true; - %client.isSuperAdmin = true; - } - - // Get the client's unique id: - %authInfo = %client.getAuthInfo(); - %client.guid = getField( %authInfo, 3 ); - - // check admin and super admin list, and set status accordingly - if ( !%client.isSuperAdmin ) + if ( isDemo() ) { - if ( isOnSuperAdminList( %client ) ) + %client.armor = "Light"; + %client.sex = "Male"; + %client.race = "Human"; + %client.name = addTaggedString( "DemoGuy" ); + %client.nameBase = "DemoGuy"; + %client.voice = "Male1"; + %client.voiceTag = addtaggedString( "Male1" ); + } + else + { + // if hosting this server, set this client to superAdmin + if(%client.getAddress() $= "Local") { %client.isAdmin = true; - %client.isSuperAdmin = true; + %client.isSuperAdmin = true; } - else if( isOnAdminList( %client ) ) - { - %client.isAdmin = true; - } - } - - // Sex/Race defaults - switch$ ( %raceGender ) - { - case "Human Male": - %client.sex = "Male"; - %client.race = "Human"; - case "Human Female": - %client.sex = "Female"; - %client.race = "Human"; - case "Bioderm": - %client.sex = "Male"; - %client.race = "Bioderm"; - default: - error("Invalid race/gender combo passed: " @ %raceGender); - %client.sex = "Male"; - %client.race = "Human"; - } - %client.armor = "Light"; - // Override the connect name if this server does not allow smurfs: - %realName = getField( %authInfo, 0 ); - if ( $PlayingOnline && $Host::NoSmurfs ) - %name = %realName; - - if ( strcmp( %name, %realName ) == 0 ) - { - %client.isSmurf = false; - - // Add the tribal tag: - %tag = getField( %authInfo, 1 ); - %append = getField( %authInfo, 2 ); - if ( %append ) - %name = "\cp\c6" @ %name @ "\c7" @ %tag @ "\co"; - else - %name = "\cp\c7" @ %tag @ "\c6" @ %name @ "\co"; - - %client.sendGuid = %client.guid; - } - else - { - %client.isSmurf = true; - %client.sendGuid = 0; - %name = stripTrailingSpaces( strToPlayerName( %name ) ); - if ( strlen( %name ) < 3 ) - %name = "Poser"; + // Get the client's unique id: + %authInfo = %client.getAuthInfo(); + %client.guid = getField( %authInfo, 3 ); - // Make sure the alias is unique: - %isUnique = true; - %count = ClientGroup.getCount(); - for ( %i = 0; %i < %count; %i++ ) + // check admin and super admin list, and set status accordingly + if ( !%client.isSuperAdmin ) { - %test = ClientGroup.getObject( %i ); - %rawName = stripChars( detag( getTaggedString( %test.name ) ), "\cp\co\c6\c7\c8\c9" ); - if ( strcmp( %name, %rawName ) == 0 ) + if ( isOnSuperAdminList( %client ) ) + { + %client.isAdmin = true; + %client.isSuperAdmin = true; + } + else if( isOnAdminList( %client ) ) { - %isUnique = false; - break; + %client.isAdmin = true; } } - - // Append a number to make the alias unique: - if ( !%isUnique ) + + // Sex/Race defaults + switch$ ( %raceGender ) { - %suffix = 1; - while ( !%isUnique ) - { - %nameTry = %name @ "." @ %suffix; - %isUnique = true; + case "Human Male": + %client.sex = "Male"; + %client.race = "Human"; + case "Human Female": + %client.sex = "Female"; + %client.race = "Human"; + case "Bioderm": + %client.sex = "Male"; + %client.race = "Bioderm"; + default: + error("Invalid race/gender combo passed: " @ %raceGender); + %client.sex = "Male"; + %client.race = "Human"; + } + %client.armor = "Light"; - %count = ClientGroup.getCount(); - for ( %i = 0; %i < %count; %i++ ) + // Override the connect name if this server does not allow smurfs: + %realName = getField( %authInfo, 0 ); + if ( $PlayingOnline && $Host::NoSmurfs ) + %name = %realName; + + if ( strcmp( %name, %realName ) == 0 ) + { + %client.isSmurf = false; + + // Add the tribal tag: + %tag = getField( %authInfo, 1 ); + %append = getField( %authInfo, 2 ); + if ( %append ) + %name = "\cp\c6" @ %name @ "\c7" @ %tag @ "\co"; + else + %name = "\cp\c7" @ %tag @ "\c6" @ %name @ "\co"; + + %client.sendGuid = %client.guid; + } + else + { + %client.isSmurf = true; + %client.sendGuid = 0; + %name = stripTrailingSpaces( strToPlayerName( %name ) ); + if ( strlen( %name ) < 3 ) + %name = "Poser"; + + // Make sure the alias is unique: + %isUnique = true; + %count = ClientGroup.getCount(); + for ( %i = 0; %i < %count; %i++ ) + { + %test = ClientGroup.getObject( %i ); + %rawName = stripChars( detag( getTaggedString( %test.name ) ), "\cp\co\c6\c7\c8\c9" ); + if ( strcmp( %name, %rawName ) == 0 ) { - %test = ClientGroup.getObject( %i ); - %rawName = stripChars( detag( getTaggedString( %test.name ) ), "\cp\co\c6\c7\c8\c9" ); - if ( strcmp( %nameTry, %rawName ) == 0 ) + %isUnique = false; + break; + } + } + + // Append a number to make the alias unique: + if ( !%isUnique ) + { + %suffix = 1; + while ( !%isUnique ) + { + %nameTry = %name @ "." @ %suffix; + %isUnique = true; + + %count = ClientGroup.getCount(); + for ( %i = 0; %i < %count; %i++ ) { - %isUnique = false; - break; + %test = ClientGroup.getObject( %i ); + %rawName = stripChars( detag( getTaggedString( %test.name ) ), "\cp\co\c6\c7\c8\c9" ); + if ( strcmp( %nameTry, %rawName ) == 0 ) + { + %isUnique = false; + break; + } } + + %suffix++; } - %suffix++; + // Success! + %name = %nameTry; } - // Success! - %name = %nameTry; + %smurfName = %name; + // Tag the name with the "smurf" color: + %name = "\cp\c8" @ %name @ "\co"; } - %smurfName = %name; - // Tag the name with the "smurf" color: - %name = "\cp\c8" @ %name @ "\co"; + %client.name = addTaggedString(%name); + if(%client.isSmurf) + %client.nameBase = %smurfName; + else + %client.nameBase = %realName; + + // Make sure that the connecting client is not trying to use a bot skin: + %temp = detag( %skin ); + if ( %temp $= "basebot" || %temp $= "basebbot" ) + %client.skin = addTaggedString( "base" ); + else + %client.skin = addTaggedString( %skin ); + + %client.voice = %voice; + %client.voiceTag = addtaggedString(%voice); + + //set the voice pitch based on a lookup table from their chosen voice + %client.voicePitch = getValidVoicePitch(%voice, %voicePitch); } - %client.name = addTaggedString(%name); - if(%client.isSmurf) - %client.nameBase = %smurfName; - else - %client.nameBase = %realName; %client.justConnected = true; %client.isReady = false; - // Make sure that the connecting client is not trying to use a bot skin: - %temp = detag( %skin ); - if ( %temp $= "basebot" || %temp $= "basebbot" ) - %client.skin = addTaggedString( "base" ); - else - %client.skin = addTaggedString( %skin ); - // full reset of client target manager clientResetTargets(%client, false); - %client.voice = %voice; - %client.voiceTag = addtaggedString(%voice); - - //set the voice pitch based on a lookup table from their chosen voice - %client.voicePitch = getValidVoicePitch(%voice, %voicePitch); - %client.target = allocClientTarget(%client, %client.name, %client.skin, %client.voiceTag, '_ClientConnection', 0, 0, %client.voicePitch); %client.score = 0; %client.team = 0; @@ -517,7 +531,7 @@ function GameConnection::onConnect( %client, %name, %raceGender, %skin, %voice, if ( $CurrentMissionType !$= "SinglePlayer" ) { messageClient(%client, 'MsgClientJoin', '\c2Welcome to Tribes2 %1.', - %name, + %client.name, %client, %client.target, false, // isBot @@ -527,7 +541,7 @@ function GameConnection::onConnect( %client, %name, %raceGender, %skin, %voice, %client.sendGuid ); messageAllExcept(%client, -1, 'MsgClientJoin', '\c1%1 joined the game.', - %name, + %client.name, %client, %client.target, false, // isBot @@ -538,7 +552,7 @@ function GameConnection::onConnect( %client, %name, %raceGender, %skin, %voice, } else messageClient(%client, 'MsgClientJoin', "\c0Mission Insertion complete...", - %name, + %client.name, %client, %client.target, false, // isBot @@ -595,7 +609,8 @@ function dismountPlayers() function loadMission( %missionName, %missionType, %firstMission ) { - cls(); + if (!$pref::NoClearConsole) + cls(); buildLoadInfo( %missionName, %missionType ); // reset all of these @@ -738,6 +753,10 @@ function loadMissionStage2() else $TeamDamage = $Host::TeamDamageOn; + //the demo version always has team damage off + if (isDemo() || isDemoServer()) + $TeamDamage = 0; + Game.missionLoadDone(); // start all the clients in the mission @@ -1304,6 +1323,10 @@ function serverCmdChangePlayersTeam( %clientRequesting, %client, %team) { if( isObject( Game ) && %client != Game.kickClient && %clientRequesting.isAdmin) { + // clear the pickteam menu + if( !$MatchStarted && $Host::TournamentMode && !$CountdownStarted && %client.camera.Mode $= "pickingTeam" ) + commandToClient( %client, 'processPickTeam' ); + serverCmdClientJoinTeam(%client, %team); if(!$MatchStarted) @@ -1853,8 +1876,12 @@ function resetServerDefaults() { echo( "Resetting server defaults..." ); + allowConnections( false );// no connections when resetting the server + if( isObject( Game ) ) Game.gameOver(); + else + schedule( 500, 0, "resetServerDefaults" ); // Override server defaults with prefs: exec( "scripts/ServerDefaults.cs" ); @@ -1867,17 +1894,20 @@ function resetServerDefaults() if( $Host::botsEnabled ) initGameBots( $Host::Map, $Host::MissionType ); - // load the missions - loadMission( $Host::Map, $Host::MissionType ); + // load the mission + loadMission( $Host::Map, $Host::MissionType ); + + // allow connections since were ready to go. + allowConnections( true ); } function removeAllBots() { while( ClientGroup.getCount() ) - { - %client = ClientGroup.getObject(0); - if(%client.isAIControlled()) - %client.drop(); + { + %client = ClientGroup.getObject(0); + if(%client.isAIControlled()) + %client.drop(); else %client.delete(); } @@ -1925,6 +1955,9 @@ function getAdmin() function serverCmdSetPDAPose(%client, %val) { + if(!isObject(%client.player)) + return; + // if client is in a vehicle, return if(%client.player.isMounted()) return; diff --git a/base/scripts/serverCommanderMap.cs b/base/scripts/serverCommanderMap.cs index 1a95d0a..f60c3a8 100644 --- a/base/scripts/serverCommanderMap.cs +++ b/base/scripts/serverCommanderMap.cs @@ -85,9 +85,9 @@ function serverCmdControlObject(%client, %targetId) return; } - //mounted in a vehicle? - if (%client.player.isMounted()) - { + //mounted in a vehicle? + if (%client.player.isMounted()) + { commandToClient(%client, 'ControlObjectResponse', false, "can't control objects while mounted in a vehicle."); return; } @@ -173,14 +173,14 @@ function serverCmdAttachCommanderCamera(%client, %target) commandToClient(%client, 'CameraAttachResponse', false); return; } - + %data = %obj.getDataBlock(); %obsData = %data.observeParameters; %obsX = firstWord(%obsData); %obsY = getWord(%obsData, 1); %obsZ = getWord(%obsData, 2); - %client.camera.mode = "observerFollow"; + // don't set the camera mode so that it does not interfere with spawning %transform = %obj.getTransform(); %client.camera.setTransform(%transform); %client.camera.setOrbitMode(%obj, %transform, %obsX, %obsY, %obsZ); diff --git a/base/scripts/serverDefaults.cs b/base/scripts/serverDefaults.cs index eb6c771..77a9667 100644 --- a/base/scripts/serverDefaults.cs +++ b/base/scripts/serverDefaults.cs @@ -56,8 +56,7 @@ $Host::TeamDamageOn = 0; $MasterServerAddress = "IP:198.74.40.152:28000"; // 0: .v12 (1.2 kbits/sec), 1: .v24 (2.4 kbits/sec), 2: .v29 (2.9kbits/sec) -// 3: gsm (6.6 kbits/sec) -$Audio::maxEncodingLevel = 3; +$Audio::maxEncodingLevel = 2; $Audio::maxVoiceChannels = 2; $Host::MapPlayerLimits["Abominable", "CnH"] = "-1 32"; diff --git a/base/scripts/turrets/aaBarrelLarge.cs b/base/scripts/turrets/aaBarrelLarge.cs index 444819b..f43bf06 100644 --- a/base/scripts/turrets/aaBarrelLarge.cs +++ b/base/scripts/turrets/aaBarrelLarge.cs @@ -168,12 +168,12 @@ datablock TurretImageData(AABarrelLarge) useTargetAudio = false; // Turret parameters - activationMS = 500; + activationMS = 250; deactivateDelayMS = 500; thinkTimeMS = 200; degPerSecTheta = 600; degPerSecPhi = 1080; - attackRadius = 180; + attackRadius = 200; // State transitions stateName[0] = "Activate"; diff --git a/base/scripts/turrets/indoorDeployableBarrel.cs b/base/scripts/turrets/indoorDeployableBarrel.cs index 9d506ce..ac1e119 100644 --- a/base/scripts/turrets/indoorDeployableBarrel.cs +++ b/base/scripts/turrets/indoorDeployableBarrel.cs @@ -61,9 +61,12 @@ datablock TurretData(TurretDeployedFloorIndoor) : TurretDamageProfile maxDamage = 0.5; destroyedLevel = 0.5; disabledLevel = 0.21; + explosion = SmallTurretExplosion; + expDmgRadius = 5.0; + expDamage = 0.25; + expImpulse = 500.0; repairRate = 0; heatSignature = 0.0; - explosion = SmallTurretExplosion; deployedObject = true; @@ -105,9 +108,12 @@ datablock TurretData(TurretDeployedWallIndoor) : TurretDamageProfile maxDamage = 0.5; destroyedLevel = 0.5; disabledLevel = 0.21; + explosion = SmallTurretExplosion; + expDmgRadius = 5.0; + expDamage = 0.25; + expImpulse = 500.0; repairRate = 0; heatSignature = 0.0; - explosion = SmallTurretExplosion; thetaMin = 5; thetaMax = 145; @@ -149,6 +155,10 @@ datablock TurretData(TurretDeployedCeilingIndoor) : TurretDamageProfile maxDamage = 0.5; destroyedLevel = 0.5; disabledLevel = 0.21; + explosion = SmallTurretExplosion; + expDmgRadius = 5.0; + expDamage = 0.25; + expImpulse = 500.0; repairRate = 0; explosion = SmallTurretExplosion; diff --git a/base/scripts/turrets/missileBarrelLarge.cs b/base/scripts/turrets/missileBarrelLarge.cs index cd1a381..10988f7 100644 --- a/base/scripts/turrets/missileBarrelLarge.cs +++ b/base/scripts/turrets/missileBarrelLarge.cs @@ -99,12 +99,12 @@ datablock TurretImageData(MissileBarrelLarge) minTargetingDistance = 40; // Turret parameters - activationMS = 500; - deactivateDelayMS = 1000; + activationMS = 250; + deactivateDelayMS = 500; thinkTimeMS = 200; degPerSecTheta = 580; degPerSecPhi = 1080; - attackRadius = 180; + attackRadius = 250; // State transitions stateName[0] = "Activate"; diff --git a/base/scripts/turrets/outdoorDeployableBarrel.cs b/base/scripts/turrets/outdoorDeployableBarrel.cs index 627c412..55ecfee 100644 --- a/base/scripts/turrets/outdoorDeployableBarrel.cs +++ b/base/scripts/turrets/outdoorDeployableBarrel.cs @@ -118,8 +118,11 @@ datablock TurretData(TurretDeployedOutdoor) : TurretDamageProfile maxDamage = 0.80; destroyedLevel = 0.80; disabledLevel = 0.35; + explosion = HandGrenadeExplosion; + expDmgRadius = 5.0; + expDamage = 0.3; + expImpulse = 500.0; repairRate = 0; - explosion = HandGrenadeExplosion; deployedObject = true; diff --git a/base/scripts/vehicles/serverVehicleHud.cs b/base/scripts/vehicles/serverVehicleHud.cs index 949a64c..b39f992 100644 --- a/base/scripts/vehicles/serverVehicleHud.cs +++ b/base/scripts/vehicles/serverVehicleHud.cs @@ -126,7 +126,6 @@ function createVehicle(%client, %station, %blockName, %team , %pos, %rot, %angle %station.station.teleporter.MPB = %obj; %obj.teleporter = %station.station.teleporter; } - %station.ready = false; %obj.team = %team; %obj.useCreateHeight(true); @@ -169,6 +168,7 @@ function createVehicle(%client, %station, %blockName, %team , %pos, %rot, %angle stationObject = %station; }; + %obj.getDataBlock().schedule(5000, "mountDriver", %obj, %client.player); } if(%obj.getTarget() != -1) setTargetSensorGroup(%obj.getTarget(), %client.getSensorGroup()); @@ -177,6 +177,15 @@ function createVehicle(%client, %station, %blockName, %team , %pos, %rot, %angle //VehicleHud.updateHud(%client, 'vehicleHud'); } +//------------------------------------------------------------------------------ +function VehicleData::mountDriver(%data, %obj, %player) +{ + %player.startFade(1000, 0, true); + + %player.getDataBlock().schedule(1000,"onCollision",%player, %obj, 0); + %player.schedule(1500,"startFade",1000, 0, false); +} + //------------------------------------------------------------------------------ function VehicleData::checkIfPlayersMounted(%data, %obj) { @@ -226,31 +235,37 @@ function VehicleHud::updateHud( %obj, %client, %tag ) if ( %station.vehicle[scoutVehicle] ) { messageClient( %client, 'SetLineHud', "", %tag, %count, "GRAV CYCLE", "", ScoutVehicle, $VehicleMax[ScoutVehicle] - $VehicleTotalCount[%team, ScoutVehicle] ); +//new messageClient( %client, 'SetLineHud', "", %tag, %count, 'ScoutVehicle', $VehicleMax[ScoutVehicle] - $VehicleTotalCount[%team, ScoutVehicle], '', "GRAV CYCLE" ); %count++; } if ( %station.vehicle[AssaultVehicle] ) { messageClient( %client, 'SetLineHud', "", %tag, %count, "ASSAULT TANK", "", AssaultVehicle, $VehicleMax[AssaultVehicle] - $VehicleTotalCount[%team, AssaultVehicle] ); +//new messageClient( %client, 'SetLineHud', "", %tag, %count, 'AssaultVehicle', $VehicleMax[AssaultVehicle] - $VehicleTotalCount[%team, AssaultVehicle], '', "ASSAULT TANK"); %count++; } if ( %station.vehicle[mobileBaseVehicle] ) { messageClient( %client, 'SetLineHud', "", %tag, %count, "MOBILE POINT BASE", "", MobileBaseVehicle, $VehicleMax[MobileBaseVehicle] - $VehicleTotalCount[%team, MobileBaseVehicle] ); +//new messageClient( %client, 'SetLineHud', "", %tag, %count, 'MobileBaseVehicle', $VehicleMax[MobileBaseVehicle] - $VehicleTotalCount[%team, MobileBaseVehicle], '', "MOBILE POINT BASE" ); %count++; } if ( %station.vehicle[scoutFlyer] ) { messageClient( %client, 'SetLineHud', "", %tag, %count, "SCOUT FLIER", "", ScoutFlyer, $VehicleMax[ScoutFlyer] - $VehicleTotalCount[%team, ScoutFlyer] ); +//new messageClient( %client, 'SetLineHud', "", %tag, %count, 'ScoutFlyer', $VehicleMax[ScoutFlyer] - $VehicleTotalCount[%team, ScoutFlyer], '', "SCOUT FLIER"); %count++; } if ( %station.vehicle[bomberFlyer] ) { messageClient( %client, 'SetLineHud', "", %tag, %count, "BOMBER", "", BomberFlyer, $VehicleMax[BomberFlyer] - $VehicleTotalCount[%team, BomberFlyer] ); +//new messageClient( %client, 'SetLineHud', "", %tag, %count, 'BomberFlyer', $VehicleMax[BomberFlyer] - $VehicleTotalCount[%team, BomberFlyer], '', "BOMBER"); %count++; } if ( %station.vehicle[hapcFlyer] ) { messageClient( %client, 'SetLineHud', "", %tag, %count, "TRANSPORT", "", HAPCFlyer, $VehicleMax[HAPCFlyer] - $VehicleTotalCount[%team, HAPCFlyer] ); +//new messageClient( %client, 'SetLineHud', "", %tag, %count, 'HAPCFlyer', $VehicleMax[HAPCFlyer] - $VehicleTotalCount[%team, HAPCFlyer], '', "TRANSPORT"); %count++; } %station.lastCount = %count; diff --git a/base/scripts/vehicles/vehicle.cs b/base/scripts/vehicles/vehicle.cs index b30e96d..73f418d 100644 --- a/base/scripts/vehicles/vehicle.cs +++ b/base/scripts/vehicles/vehicle.cs @@ -1030,7 +1030,7 @@ function findAIEmptySeat(%vehicle, %player) return %node; } -function findEmptySeat(%vehicle, %player) +function findEmptySeat(%vehicle, %player, %forceNode) { %minNode = 1; %node = -1; @@ -1050,18 +1050,22 @@ function findEmptySeat(%vehicle, %player) else %minNode = findFirstHeavyNode(%dataBlock); - for(%i = 0; %i < %dataBlock.numMountPoints; %i++) - if(!%vehicle.getMountNodeObject(%i)) - { - %seatPos = getWords(%vehicle.getSlotTransform(%i), 0, 2); - %disTemp = VectorLen(VectorSub(%seatPos, %playerPos)); - if(%disTemp <= %dis) + if(%forceNode !$= "") + %node = %forceNode; + else + { + for(%i = 0; %i < %dataBlock.numMountPoints; %i++) + if(!%vehicle.getMountNodeObject(%i)) { - %node = %i; - %dis = %disTemp; + %seatPos = getWords(%vehicle.getSlotTransform(%i), 0, 2); + %disTemp = VectorLen(VectorSub(%seatPos, %playerPos)); + if(%disTemp <= %dis) + { + %node = %i; + %dis = %disTemp; + } } - } - + } if(%node != -1 && %node < %minNode) { if(%message $= "") @@ -1110,6 +1114,7 @@ function VehicleData::damageObject(%data, %targetObject, %sourceObject, %positio if (%data.isShielded) %amount = %data.checkShields(%targetObject, %position, %amount, %damageType); + %damageScale = %data.damageScale[%damageType]; if(%damageScale !$= "") %amount *= %damageScale; diff --git a/base/scripts/vehicles/vehicle_bomber.cs b/base/scripts/vehicles/vehicle_bomber.cs index c04e700..ac82c7b 100644 --- a/base/scripts/vehicles/vehicle_bomber.cs +++ b/base/scripts/vehicles/vehicle_bomber.cs @@ -193,11 +193,11 @@ datablock FlyingVehicleData(BomberFlyer) : BomberDamageProfile // Ground Impact Damage (uses DamageType::Ground) minImpactSpeed = 20; // If hit ground at speed above this then it's an impact. Meters/second - speedDamageScale = 0.150; + speedDamageScale = 0.060; // Object Impact Damage (uses DamageType::Impact) collDamageThresholdVel = 25; - collDamageMultiplier = 0.030; + collDamageMultiplier = 0.020; // minTrailSpeed = 15; // The speed your contrail shows up at. @@ -240,8 +240,8 @@ datablock FlyingVehicleData(BomberFlyer) : BomberDamageProfile checkRadius = 7.1895; observeParameters = "1 10 10"; - shieldEffectScale = "0.75 0.975 0.375"; + showPilotInfo = 1; }; //************************************************************** @@ -334,8 +334,8 @@ datablock LinearFlareProjectileData(BomberFusionBolt) explosion = BomberFusionBoltExplosion; sound = BlasterProjectileSound; - dryVelocity = 75.0; - wetVelocity = 75.0; + dryVelocity = 200.0; + wetVelocity = 200.0; velInheritFactor = 1.0; fizzleTimeMS = 2000; lifetimeMS = 3000; diff --git a/base/scripts/vehicles/vehicle_havoc.cs b/base/scripts/vehicles/vehicle_havoc.cs index d92dbf8..7094b5c 100644 --- a/base/scripts/vehicles/vehicle_havoc.cs +++ b/base/scripts/vehicles/vehicle_havoc.cs @@ -111,12 +111,12 @@ datablock FlyingVehicleData(HAPCFlyer) : HavocDamageProfile hardImpactSpeed = 15; // Sound hooks. This is the hard hit. // Ground Impact Damage (uses DamageType::Ground) - minImpactSpeed = 12; // If hit ground at speed above this then it's an impact. Meters/second + minImpactSpeed = 25; // If hit ground at speed above this then it's an impact. Meters/second speedDamageScale = 0.060; // Object Impact Damage (uses DamageType::Impact) - collDamageThresholdVel = 12; - collDamageMultiplier = 0.080; + collDamageThresholdVel = 28; + collDamageMultiplier = 0.020; // minTrailSpeed = 15; @@ -154,7 +154,7 @@ datablock FlyingVehicleData(HAPCFlyer) : HavocDamageProfile cmdIcon = CMDFlyingHAPCIcon; cmdMiniIconName = "commander/MiniIcons/com_hapc_grey"; targetNameTag = 'Havoc'; - targetTypeTag = 'Flying Vehicle'; + targetTypeTag = 'Heavy Transport'; sensorData = VehiclePulseSensor; checkRadius = 7.8115; diff --git a/base/scripts/vehicles/vehicle_mpb.cs b/base/scripts/vehicles/vehicle_mpb.cs index cc4048b..111f7a0 100644 --- a/base/scripts/vehicles/vehicle_mpb.cs +++ b/base/scripts/vehicles/vehicle_mpb.cs @@ -150,8 +150,8 @@ datablock WheeledVehicleData(MobileBaseVehicle) : MPBDamageProfile speedDamageScale = 0.060; // Object Impact Damage (uses DamageType::Impact) - collDamageThresholdVel = 12; - collDamageMultiplier = 0.080; + collDamageThresholdVel = 18; + collDamageMultiplier = 0.070; // Engine engineTorque = 7.0 * 745; diff --git a/base/scripts/vehicles/vehicle_shrike.cs b/base/scripts/vehicles/vehicle_shrike.cs index 9b65231..f8c3e4b 100644 --- a/base/scripts/vehicles/vehicle_shrike.cs +++ b/base/scripts/vehicles/vehicle_shrike.cs @@ -99,9 +99,10 @@ datablock FlyingVehicleData(ScoutFlyer) : ShrikeDamageProfile isShielded = true; energyPerDamagePoint = 160; maxEnergy = 280; // Afterburner and any energy weapon pool + rechargeRate = 0.8; + minDrag = 30; // Linear Drag (eventually slows you down when not thrusting...constant drag) rotationalDrag = 900; // Anguler Drag (dampens the drift after you stop moving the mouse...also tumble drag) - rechargeRate = 0.8; maxAutoSpeed = 15; // Autostabilizer kicks in when less than this speed. (meters/second) autoAngularForce = 400; // Angular stabilizer force (this force levels you out when autostabilizer kicks in) @@ -112,7 +113,7 @@ datablock FlyingVehicleData(ScoutFlyer) : ShrikeDamageProfile maxSteeringAngle = 5; // Max radiens you can rotate the wheel. Smaller number is more maneuverable. horizontalSurfaceForce = 6; // Horizontal center "wing" (provides "bite" into the wind for climbing/diving and turning) verticalSurfaceForce = 4; // Vertical center "wing" (controls side slip. lower numbers make MORE slide.) - maneuveringForce = 3000; // Horizontal jets (W,S,D,A key thrust) + maneuveringForce = 2500; // Horizontal jets (W,S,D,A key thrust) steeringForce = 1200; // Steering jets (force applied when you move the mouse) steeringRollForce = 400; // Steering jets (how much you heel over when you turn) rollForce = 4; // Auto-roll (self-correction to right you after you roll/invert) @@ -120,10 +121,10 @@ datablock FlyingVehicleData(ScoutFlyer) : ShrikeDamageProfile createHoverHeight = 3; // Height off the ground when created // Turbo Jet - jetForce = 2000; // Afterburner thrust (this is in addition to normal thrust) + jetForce = 1750; // Afterburner thrust (this is in addition to normal thrust) minJetEnergy = 28; // Afterburner can't be used if below this threshhold. jetEnergyDrain = 2.8; // Energy use of the afterburners (low number is less drain...can be fractional) // Auto stabilize speed - vertThrustMultiple = 2.0; + vertThrustMultiple = 2.5; // Rigid body mass = 150; // Mass of the vehicle @@ -134,7 +135,7 @@ datablock FlyingVehicleData(ScoutFlyer) : ShrikeDamageProfile hardImpactSpeed = 25; // Sound hooks. This is the hard hit. // Ground Impact Damage (uses DamageType::Ground) - minImpactSpeed = 23; // If hit ground at speed above this then it's an impact. Meters/second + minImpactSpeed = 10; // If hit ground at speed above this then it's an impact. Meters/second speedDamageScale = 0.06; // Object Impact Damage (uses DamageType::Impact) @@ -192,7 +193,7 @@ datablock FlyingVehicleData(ScoutFlyer) : ShrikeDamageProfile cmdIcon = CMDFlyingScoutIcon; cmdMiniIconName = "commander/MiniIcons/com_scout_grey"; targetNameTag = 'Shrike'; - targetTypeTag = 'Flying Vehicle'; + targetTypeTag = 'Turbograv'; sensorData = AWACPulseSensor; sensorRadius = AWACPulseSensor.detectRadius; sensorColor = "255 194 9"; diff --git a/base/scripts/vehicles/vehicle_tank.cs b/base/scripts/vehicles/vehicle_tank.cs index c3d595b..edc98d9 100644 --- a/base/scripts/vehicles/vehicle_tank.cs +++ b/base/scripts/vehicles/vehicle_tank.cs @@ -201,8 +201,8 @@ datablock HoverVehicleData(AssaultVehicle) : TankDamageProfile speedDamageScale = 0.060; // Object Impact Damage (uses DamageType::Impact) - collDamageThresholdVel = 17; - collDamageMultiplier = 0.070; + collDamageThresholdVel = 18; + collDamageMultiplier = 0.045; dragForce = 40 / 20; vertFactor = 0.0; @@ -211,7 +211,7 @@ datablock HoverVehicleData(AssaultVehicle) : TankDamageProfile mainThrustForce = 50; reverseThrustForce = 40; strafeThrustForce = 40; - turboFactor = 1.5; + turboFactor = 1.25; brakingForce = 25; brakingActivationSpeed = 4; @@ -276,18 +276,17 @@ datablock HoverVehicleData(AssaultVehicle) : TankDamageProfile cmdIcon = CMDGroundTankIcon; cmdMiniIconName = "commander/MiniIcons/com_tank_grey"; targetNameTag = 'Beowulf'; - targetTypeTag = 'Assault Vehicle'; + targetTypeTag = 'Assault Tank'; sensorData = VehiclePulseSensor; checkRadius = 5.5535; observeParameters = "1 10 10"; - runningLight[0] = TankLight1; runningLight[1] = TankLight2; runningLight[2] = TankLight3; runningLight[3] = TankLight4; - shieldEffectScale = "0.9 1.0 0.6"; + showPilotInfo = 1; }; //************************************************************** diff --git a/base/scripts/vehicles/vehicle_wildcat.cs b/base/scripts/vehicles/vehicle_wildcat.cs index 7b1e570..4714b97 100644 --- a/base/scripts/vehicles/vehicle_wildcat.cs +++ b/base/scripts/vehicles/vehicle_wildcat.cs @@ -114,7 +114,7 @@ datablock HoverVehicleData(ScoutVehicle) : WildcatDamageProfile // Object Impact Damage (uses DamageType::Impact) collDamageThresholdVel = 23; - collDamageMultiplier = 0.040; + collDamageMultiplier = 0.030; dragForce = 25 / 45.0; vertFactor = 0.0; @@ -123,7 +123,7 @@ datablock HoverVehicleData(ScoutVehicle) : WildcatDamageProfile mainThrustForce = 25; reverseThrustForce = 10; strafeThrustForce = 8; - turboFactor = 2.0; + turboFactor = 1.5; brakingForce = 25; brakingActivationSpeed = 4; @@ -188,7 +188,7 @@ datablock HoverVehicleData(ScoutVehicle) : WildcatDamageProfile cmdIcon = CMDHoverScoutIcon; cmdMiniIconName = "commander/MiniIcons/com_landscout_grey"; targetNameTag = 'WildCat'; - targetTypeTag = 'Hover Vehicle'; + targetTypeTag = 'Grav Cycle'; sensorData = VehiclePulseSensor; checkRadius = 1.7785; diff --git a/base/scripts/voiceChat.cs b/base/scripts/voiceChat.cs index 154f54c..ee83cc0 100644 --- a/base/scripts/voiceChat.cs +++ b/base/scripts/voiceChat.cs @@ -232,8 +232,7 @@ function voiceCapStart() { case 0: %level = "Codec .v12"; case 1: %level = "Codec .v24"; - case 2: %level = "Codec .v29"; - default: %level = "Codec GSM"; + default: %level = "Codec .v29"; } addMessageHudLine("\c2System:\cr server has voice level capped at [\c1" @ %level @ "\cr]."); diff --git a/base/scripts/weapTurretCode.cs b/base/scripts/weapTurretCode.cs index e16c79f..eb6716e 100644 --- a/base/scripts/weapTurretCode.cs +++ b/base/scripts/weapTurretCode.cs @@ -741,19 +741,20 @@ function detonateFlashGrenade(%hg) // ---------------------------------------------- -function MineDeployed::onThrow(%this, %mine) +function MineDeployed::onThrow(%this, %mine, %thrower) { %mine.armed = false; %mine.damaged = 0; %mine.detonated = false; %mine.depCount = 0; - schedule(1500, %mine, "deployMineCheck", %mine); + schedule(1500, %mine, "deployMineCheck", %mine, %thrower); } -function deployMineCheck(%mineObj) +function deployMineCheck(%mineObj, %player) { if(%mineObj.depCount > %mineObj.getDatablock().maxDepCount) explodeMine(%mineObj, true); + // wait until the mine comes to rest if(%mineObj.getVelocity() $= "0 0 0") { @@ -779,7 +780,10 @@ function deployMineCheck(%mineObj) %mineTeam = %mineObj.sourceObject.team; $TeamDeployedCount[%mineTeam, MineDeployed]++; if($TeamDeployedCount[%mineTeam, MineDeployed] > $TeamDeployableMax[MineDeployed]) + { + messageClient( %player.client, '', 'Maximum allowable mines deployed.' ); schedule(100, %mineObj, "explodeMine", %mineObj, true); + } else { //start the thread that keeps checking for objects near the mine... @@ -796,7 +800,7 @@ function deployMineCheck(%mineObj) { //schedule this deploy check again a little later %mineObj.depCount++; - schedule(500, %mineObj, "deployMineCheck", %mineObj); + schedule(500, %mineObj, "deployMineCheck", %mineObj, %player); } } diff --git a/base/scripts/weapons.cs b/base/scripts/weapons.cs index 59641e1..9925e7f 100644 --- a/base/scripts/weapons.cs +++ b/base/scripts/weapons.cs @@ -224,7 +224,7 @@ function HandInventory::onUse(%data, %obj) serverPlay3D(GrenadeThrowSound, %pos); %obj.lastThrowTime[%data] = getSimTime(); - %thrownItem.getDataBlock().onThrow(%thrownItem); + %thrownItem.getDataBlock().onThrow(%thrownItem, %obj); %obj.throwStrength = 0; } } diff --git a/base/scripts/webbrowser.cs b/base/scripts/webbrowser.cs index 8a5f50e..cb845f6 100644 --- a/base/scripts/webbrowser.cs +++ b/base/scripts/webbrowser.cs @@ -818,7 +818,7 @@ function BrowserSearchMatchList::onSelect( %this, %id, %text ) //----------------------------------------------------------------------------- function BrowserSearchMatchList::onAdd(%this) { - BrowserSearchMatchList.addStyle( 1, "Univers", 12 , "150 150 150", "200 200 200", "60 60 60" ); +// BrowserSearchMatchList.addStyle( 1, "Univers", 12 , "150 150 150", "200 200 200", "60 60 60" ); } //==-- BrowserSearchPane ---------------------------------------------------- function BrowserSearchPane::onDatabaseQueryResult(%this, %status, %resultStatus, %key) @@ -1150,9 +1150,9 @@ function GuiMLTextCtrl::onURL(%this, %url) PostsPopupDlg.state = "adminRemovePostPlus"; databaseQuery(63, 7 TAB getFields(%url,1), PostsPopupDlg, PostsPopupDlg.key); case "joinPublicChat": - TribePane.joinChat(getField(%url,1),0); + joinPublicTribeChannel(getField(%url,1)); case "joinPrivateChat": - TribePane.joinChat(getField(%url,1),1); + joinPrivateTribeChannel(getField(%url,1)); //if there is an unknown URL type, treat it as a weblink.. default: @@ -1248,13 +1248,9 @@ function TribePane::onWake(%this) function TribePane::JoinChat(%this, %tribe, %chanType) { if(%chanType == 0) - %chan = "_Public"; + joinPublicTribeChannel(%tribe); else - %chan = "_Private"; - - error("CHANNEL:" @ %chan); - IRCClient::join(IRCClient::channelName(%tribe) @ %chan); - LaunchTabView.viewTab("CHAT", ChatGui, 0); + joinPrivateTribeChannel(%tribe); } //----------------------------------------------------------------------------- function TribePane::onDatabaseQueryResult(%this, %status, %resultString , %key) @@ -2175,7 +2171,7 @@ function TribeMemberPopupDlg::onWake( %this ) TribeMemberPopup.add( "Contact by EMail", 2 ); TribeMemberPopup.add( "Add To Buddylist", 4 ); TribeMemberPopup.add( "Add To Blocklist", 5 ); - TribeMemberPopup.add( "Invite To Chat", 8); +// TribeMemberPopup.add( "Invite To Chat", 8); if(%isMember) { TribeMemberPopup.add( "............................................", -1); diff --git a/base/scripts/webemail.cs b/base/scripts/webemail.cs index b0f8d48..6dbc024 100644 --- a/base/scripts/webemail.cs +++ b/base/scripts/webemail.cs @@ -439,6 +439,34 @@ function EmailBlockRemove() } } //-- EMailComposeDlg ---------------------------------------------------------------- +function EmailComposeDlg::onWake( %this ) +{ + // Get the compose dialog position and size from the prefs: + %res = getResolution(); + %resW = firstWord( %res ); + %resH = getWord( %res, 1 ); + %w = firstWord( $pref::Email::ComposeWindowExtent ); + if ( %w > %resW ) + %w = %resW; + %h = getWord( $pref::Email::ComposeWindowExtent, 1 ); + if ( %h > %resH ) + %h = %resH; + %x = firstWord( $pref::Email::ComposeWindowPos ); + if ( %x > %resW - %w ) + %x = %resW - %w; + %y = getWord( $pref::Email::ComposeWindowPos, 1 ); + if ( %y > %resH - %h ) + %y = %resH - %h; + + EmailComposeWindow.resize( %x, %y, %w, %h ); +} +//----------------------------------------------------------------------------- +function EmailComposeDlg::onSleep( %this ) +{ + $pref::Email::ComposeWindowPos = EmailComposeWindow.getPosition(); + $pref::Email::ComposeWindowExtent = EmailComposeWindow.getExtent(); +} +//----------------------------------------------------------------------------- function EMailComposeDlg::onDatabaseQueryResult(%this, %status, %RowCount_Result, %key) { if(%this.key != %key) @@ -950,13 +978,13 @@ function AddressDlg::onWake(%this) LC_Search.clear(); StrToList(LC_ToList,$EmailToAddress,","); StrToList(LC_CCList,$EmailCCAddress,","); - %info = WONGetAuthInfo(); - %tribeCount = getField( getRecord( %info, 1 ), 0 ); //%cert - for ( %i = 0; %i < %tribeCount; %i++ ) - { - %tribe = getField( getRecord( %info, %i + 2 ), 0 ); //%cert - LC_ListBox.add(%tribe,%i); - } + %info = WONGetAuthInfo(); + %tribeCount = getField( getRecord( %info, 1 ), 0 ); //%cert + for ( %i = 0; %i < %tribeCount; %i++ ) + { + %tribe = getField( getRecord( %info, %i + 2 ), 0 ); //%cert + LC_ListBox.add(%tribe,%i); + } } //-- EMailGui ---------------------------------------------------------------- function EmailGui::onWake(%this) diff --git a/base/scripts/webforums.cs b/base/scripts/webforums.cs index eb205ac..44f3889 100644 --- a/base/scripts/webforums.cs +++ b/base/scripts/webforums.cs @@ -20,7 +20,7 @@ $TopicColumnName[1] = "Posts"; $TopicColumnRange[1] = "25 100"; $TopicColumnFlags[1] = "numeric center"; $TopicColumnCount++; -$TopicColumnName[2] = "Posted By"; +$TopicColumnName[2] = "Last Poster"; $TopicColumnRange[2] = "50 300"; $TopicColumnCount++; $TopicColumnName[3] = "Last Post Date"; @@ -74,6 +74,8 @@ if(!isObject(ForumsMessageVector)) //----------------------------------------------------------------------------- function isModerator() { + if(!$GuidTribes) + $GuidTribes = getRecords(WonGetAuthInfo(),1); %result = 0; for(%checkID=0;%checkID= 0 @@ -1337,7 +1378,7 @@ function ForumsMessageList::AddPost(%this, %id, %postname, %authorID, %authorNam author = %authorName; authorID = %authorID; date = %date; - updateid = %mid; + updateid = %mid-1; slevel = %slevel; rcvrec = %vline; }; @@ -1607,9 +1648,9 @@ function ForumsMessagelist::onDatabaseQueryResult(%this,%status,%resultString,%k case "editPost": %this.state = "done"; %postId = getField( %status, 2 ); - %index = ForumsMessageVector.getLineIndexByTag( %postId ); - %text = ForumsMessageVector.getLineTextByTag( %postId ); - %parent = getRecord( %text, 2 ); + %index = ForumsMessageVector.getLineIndexByTag( %postId ); + %text = ForumsMessageVector.getLineTextByTag( %postId ); + %parent = getRecord( %text, 2 ); ForumsMessageVector.deleteLine( %index ); %text = setRecord(%text,0,"1"); ForumsMessageVector.pushBackLine(%text, %postID); @@ -1618,9 +1659,9 @@ function ForumsMessagelist::onDatabaseQueryResult(%this,%status,%resultString,%k case "deletePost": %this.state = "done"; %postId = getField( %status, 2 ); - %index = ForumsMessageVector.getLineIndexByTag( %postId ); - %text = ForumsMessageVector.getLineTextByTag( %postId ); - %parent = getRecord( %text, 2 ); + %index = ForumsMessageVector.getLineIndexByTag( %postId ); + %text = ForumsMessageVector.getLineTextByTag( %postId ); + %parent = getRecord( %text, 2 ); ForumsTopicsList.refreshFlag = true; ForumsMessageVector.deleteLine( %index ); CacheForumTopic(); @@ -1653,4 +1694,31 @@ function ForumsMessagelist::onDatabaseQueryResult(%this,%status,%resultString,%k MessageBoxOK("ERROR",getFields(%status,1)); } canvas.SetCursor(DefaultCursor); +} +//----------------------------------------------------------------------------- +function ForumsComposeDlg::onWake( %this ) +{ + // Get the window pos and extent from prefs: + %res = getResolution(); + %resW = firstWord( %res ); + %resH = getWord( %res, 1 ); + %w = firstWord( $pref::Forum::PostWindowExtent ); + if ( %w > %resW ) + %w = %resW; + %h = getWord( $pref::Forum::PostWindowExtent, 1 ); + if ( %h > %resH ) + %h = %resH; + %x = firstWord( $pref::Forum::PostWindowPos ); + if ( %x > %resW - %w ) + %x = %resW - %w; + %y = getWord( $pref::Forum::PostWindowPos, 1 ); + if ( %y > %resH - %h ) + %y = %resH - %h; + FC_Window.resize( %x, %y, %w, %h ); +} +//----------------------------------------------------------------------------- +function ForumsComposeDlg::onSleep( %this ) +{ + $pref::Forum::PostWindowPos = FC_Window.getPosition(); + $pref::Forum::PostWindowExtent = FC_Window.getExtent(); } \ No newline at end of file diff --git a/base/scripts/weblinks.cs b/base/scripts/weblinks.cs index 5822551..4015dd6 100644 --- a/base/scripts/weblinks.cs +++ b/base/scripts/weblinks.cs @@ -5,19 +5,22 @@ addWebLink( "Arc 2055", "www.arc2055.com" ); addWebLink( "Atari Secret Society", "www.atarisecretsociety.org" ); addWebLink( "BarrysWorld", "www.barrysworld.com" ); addWebLink( "Bomb", "www.bomb.net" ); +addWebLink( "Box Factory Games", "http://www.bfgames1.com" ); addWebLink( "Clan Happytyme", "www.happytyme.com" ); addWebLink( "ClanBase", "www.clanbase.com" ); addWebLink( "ClanServ", "www.clanserv.com" ); addWebLink( "Dopplegangers", "www.dopplegangers.com" ); addWebLink( "Dutchbat Homeworld", "www.dutchbat-homeworld.com" ); -addWebLink( "EDome Tribes 2", "http://games.edome.net/tribes2/" ); +addWebLink( "eDome Tribes 2", "http://games.edome.net/tribes2/" ); addWebLink( "Euro Tribesplayers", "www.euro-tribesplayers.com" ); addWebLink( "eXtreme-Players", "www.eXtreme-players.de" ); +addWebLink( "Game Forces", "www.gameforces.net" ); +addWebLink( "Game Planet", "www.gameplanet.co.nz" ); addWebLink( "Game Surf", "www.gamesurf.de" ); addWebLink( "Grave Diggers Union", "www.gravediggersunion.com" ); +addWebLink( "HomeLan", "www.homelan.com" ); addWebLink( "IanStorm", "www.ianstorm.com" ); addWebLink( "IMGaming", "www.imgaming.com" ); -addWebLink( "Inquest Entertainment", "www.inguestentertainment.com" ); addWebLink( "Long Dongles", "www.longdongles.com" ); addWebLink( "MaxBaud.Net", "www.maxbaud.net" ); addWebLink( "MoreGaming", "www.moregaming.com" ); @@ -26,9 +29,12 @@ addWebLink( "NGI", "www.ngi.it" ); addWebLink( "PlanetTribes", "www.planettribes.com" ); addWebLink( "Raging Angels", "www.ragingangels.org" ); addWebLink( "Rogue Disciples", "www.roguedisciples.com" ); -addWebLink( "Supreme Tribes", "www.supremetribes.com" ); addWebLink( "StrikeForce", "www.strikeforcecenter.com" ); +addWebLink( "Supreme Tribes", "www.supremetribes.com" ); +addWebLink( "Sydney Gamers League", "www.sgl.org.au" ); +addWebLink( "System Recall", "www.systemrecall.com.com" ); addWebLink( "TeamSound", "www.teamsound.com" ); +addWebLink( "Telenordia", "www.telenordia.se" ); addWebLink( "Telepresence Heavy Assault Team", "www.that.co.nz" ); addWebLink( "Temple of Blood", "www.templeofblood.com" ); addWebLink( "The Ghostbear Tribe", "www.ghostbear.net" ); diff --git a/base/scripts/webnews.cs b/base/scripts/webnews.cs index c473cf0..5add214 100644 --- a/base/scripts/webnews.cs +++ b/base/scripts/webnews.cs @@ -15,20 +15,32 @@ function updatePageBtn(%prev,%next) //----------------------------------------------------------------------------- function NewsGui::onWake(%this) { - Canvas.SetCursor(ArrowWaitCursor); Canvas.pushDialog(LaunchToolbarDlg); - %this.key = LaunchGui.key++; - %this.state = "status"; %this.articleCount = 0; %this.set = 1; // signifies the first (latest) set NewsText.setValue(""); - %this.caller = "GETNEWS"; - DatabaseQueryArray(0,0,"0" TAB "0",%this,%this.key); - // Fetch the message of the day: - NewsMOTDText.key = LaunchGui.key++; - NewsMOTDText.state = "isvalid"; - NewsMOTDText.lineCount = 0; - DatabaseQuery(0,"",NewsMOTDText,NewsMOTDText.key); + if ( isDemo() ) + { + NewsPrevBtn.setVisible( false ); + NewsNextBtn.setVisible( false ); + NewsSubmitBtn.setVisible( false ); + NewsMOTDText.setValue( "This is the fake Message of the Day just for people playing the demo." ); + %this.addStaticArticle( "ALIENS INVADE CLEVELAND!", "Oh, never mind.\nIt just usually looks like that.\nMy bad." ); + %this.addStaticArticle( "OMG! Tribes 2 is the Coolest!", "It's official, Tribes 2 is the coolest thing since ice cream." ); + %this.addStaticArticle( "BigDevDawg Worship Service Rescheduled", "Please note that the weekly devotional service for the followers of the almighty DevDawg has been rescheduled to 9pm so that it no longer conflicts with \"That 70\'s Show\"." ); + } + else + { + Canvas.SetCursor(ArrowWaitCursor); + %this.state = "status"; + %this.key = LaunchGui.key++; + %this.caller = "GETNEWS"; + DatabaseQueryArray(0,0,"0" TAB "0",%this,%this.key); + // Fetch the message of the day: + NewsMOTDText.key = LaunchGui.key++; + NewsMOTDText.state = "isvalid"; + DatabaseQuery(0,"",NewsMOTDText,NewsMOTDText.key); + } WebLinksMenu.setSelected( 0 ); NewsPrevBtn.setActive( false ); NewsNextBtn.setActive( false ); @@ -49,52 +61,66 @@ function NewsGui::onClose( %this, %key ) //----------------------------------------------------------------------------- function NewsGui::rebuildText(%this) { - NewsHeadlines.clear(); - for(%i = 0; %i < %this.articleCount; %i++) - { - %article = %this.article[%i]; + NewsHeadlines.clear(); + for(%i = 0; %i < %this.articleCount; %i++) + { + %article = %this.article[%i]; - %ai = wonGetAuthInfo(); - %isMem = 0; - for(%east=0;%east[edit] [delete] [comments ("@%postcount@")]"; - else - %editText = "[comments ("@%postcount@"]"; + %text = %text @ "" + @ %topic + @ "\n" + NL %body + @ "\n\n"; + } + else + { + %ai = wonGetAuthInfo(); + %isMem = 0; + for(%east=0;%east[edit] [delete] [comments ("@%postcount@")]"; + else + %editText = "[comments ("@%postcount@"]"; + + for(%l = 0; %l < %rc; %l++) + %atxt = %atxt @ getRecord(%body,%l) @ "\n"; + + %text = %text @ "" @ + %topic @ " " @ %editText @ "\nPosted by: " @ %nameLink @ " on " @ %date NL + "\n" @ %atxt @ "\n\n"; + } NewsHeadlines.addRow( %i, %topic ); - %text = %text @ "" @ - %topic @ " " @ %editText @ "\nPosted by: " @ %nameLink @ " on " @ %date NL - "\n" @ %atxt @ "\n\n"; } - NewsText.setValue(%text); - %article = ""; + NewsText.setValue(%text); } //----------------------------------------------------------------------------- function NewsGui::onDatabaseQueryResult(%this, %status, %RowCount_Result, %key) @@ -168,6 +194,14 @@ function NewsGui::onDatabaseRow(%this, %row,%isLastRow,%key) return; } //----------------------------------------------------------------------------- +function NewsGui::addStaticArticle( %this, %topic, %body ) +{ + %tag = %this.articleCount; + %this.article[%tag] = %topic TAB %body; + %this.articleCount++; + %this.rebuildText(); +} +//----------------------------------------------------------------------------- function PostNews() { messageBoxYesNo("CONFIRM","Please do not submit bug reports without a tested solution, test posts or recruiting posts." NL " " NL "Continue with your submittal?","StartPostNews();"); @@ -183,6 +217,24 @@ function StartPostNews() //----------------------------------------------------------------------------- function NewsPostDlg::onWake( %this ) { + // Get the window pos and extent from prefs: + %res = getResolution(); + %resW = firstWord( %res ); + %resH = getWord( %res, 1 ); + %w = firstWord( $pref::News::PostWindowExtent ); + if ( %w > %resW ) + %w = %resW; + %h = getWord( $pref::News::PostWindowExtent, 1 ); + if ( %h > %resH ) + %h = %resH; + %x = firstWord( $pref::News::PostWindowPos ); + if ( %x > %resW - %w ) + %x = %resW - %w; + %y = getWord( $pref::News::PostWindowPos, 1 ); + if ( %y > %resH - %h ) + %y = %resH - %h; + NP_Window.resize( %x, %y, %w, %h ); + // Fill the category menu (should we get this from somewhere?): NewsCategoryMenu.clear(); NewsCategoryMenu.add( "General", 0 ); @@ -200,6 +252,12 @@ function NewsPostDlg::onWake( %this ) NewsCategoryMenu.setSelected( %selId ); } //----------------------------------------------------------------------------- +function NewsPostDlg::onSleep( %this ) +{ + $pref::News::PostWindowPos = NP_Window.getPosition(); + $pref::News::PostWindowExtent = NP_Window.getExtent(); +} +//----------------------------------------------------------------------------- function NewsCategoryMenu::onSelect( %this, %id, %text ) { $NewsCategory = %text; diff --git a/base/version.cs b/base/version.cs index b414ced..328f232 100644 --- a/base/version.cs +++ b/base/version.cs @@ -1 +1 @@ -buildVersion.setValue( "MAY 11, 2001, 3:19 PM (dmoore)" ); +buildVersion.setValue( "JUN 8, 2001, 11:12 PM (dmoore)" ); diff --git a/console_start.cs b/console_start.cs index 247e857..7d32312 100644 --- a/console_start.cs +++ b/console_start.cs @@ -31,6 +31,7 @@ function cleanupAudio() AudioGui.delete(); sButtonDown.delete(); sButtonOver.delete(); + InputDeniedSound.delete(); } function startAudio() @@ -59,6 +60,13 @@ function startAudio() preload = true; }; + new AudioProfile(InputDeniedSound) + { + filename = "fx/misc/diagnostic_beep.wav"; + description = "audioGui"; + preload = true; + }; + $Audio::defaultDriver = "miles"; audioDetect(); if(!$noloadAudio) @@ -110,158 +118,189 @@ function resetCanvas() } //------------------------------------------------------------------------------ -for($i = 1; $i < $Game::argc ; $i++) +if ( isDemo() ) { - $arg = $Game::argv[$i]; - $nextArg = $Game::argv[$i+1]; - $nextArg2 = $Game::argv[$i+2]; - $hasNextArg = $Game::argc - $i > 1; - $has2NextArgs = $Game::argc - $i > 2; - - if (!stricmp(fileExt($arg), ".dif")) - { - $LaunchMode = "InteriorView"; - //$SkipLogin = true; - $TestObjectFileName = $arg; - echo($TestObjectFileName); - } - else if(!stricmp(fileExt($arg), ".dif\"")) - { - $LaunchMode = "InteriorView"; - //$SkipLogin = true; - $TestObjectFileName = getSubStr($arg,1, strlen($arg) - 2); - } - else if ( $arg $= "-mod" && $hasNextArg ) - { - setModPaths( $nextArg ); - $i += 2; - } - else if($arg $= "-dedicated") - { - $LaunchMode = "DedicatedServer"; - } - else if($arg $= "-clientprefs" && $hasNextArg) - { - $i++; - $clientprefs = $nextArg; - } - else if($arg $= "-serverprefs" && $hasNextArg) - { - $i++; - $serverprefs = $nextArg; - } - else if($arg $= "-host") - { - $LaunchMode = "HostGame"; - } - else if($arg $= "-mission" && $has2NextArgs) - { - $i += 2; - $mission = $nextArg; - $missionType = $nextArg2; - } - else if($arg $= "-connect" && $hasNextArg) - { - $i++; - $LaunchMode = "Connect"; - $JoinGameAddress = $nextArg; - } - else if($arg $= "-jload" && $hasNextArg) - { - $i++; - $JournalFile = $nextArg; - $JournalMode = "LoadJournal"; - } - else if($arg $= "-jsave" && $hasNextArg) - { - $i++; - $JournalFile = $nextArg; - $JournalMode = "SaveJournal"; - } - else if($arg $= "-jplay" && $hasNextArg) - { - $i++; - $JournalFile = $nextArg; - $journalMode = "PlayJournal"; - } - else if($arg $= "-navBuild" && $has2NextArgs) - { - $i += 2; - $LaunchMode = "NavBuild"; - $mission = $nextArg; - $missionType = $nextArg2; - } - else if($arg $= "-spnBuild" && $has2NextArgs) - { - $i += 2; - $LaunchMode = "SpnBuild"; - $mission = $nextArg; - $missionType = $nextArg2; - } - else if($arg $= "-demo") - { - $LaunchMode = "Demo"; - } - else if($arg $= "-login" && $has2NextArgs) - { - $i += 2; - $Login = true; - $LoginName = $nextArg; - $LoginPassword = $nextArg2; - } - else if($arg $= "-show") - { - $LaunchMode = "TSShow"; - } - else if($arg $= "-con") - { - $LaunchMode = "Console"; - } - else if ($arg $= "-bot" && $hasNextArg) - { - $i++; - $CmdLineBotCount = $nextArg; - } - else if ($arg $= "-light" && $hasNextArg) - { - $LaunchMode = "SceneLight"; - $mission = $nextArg; - } - else if ($arg $= "-prepbuild") - { - enableWinConsole(true); - prepBuild(); - setLogMode(1); - setEchoFileLoads(true); - } - else if($arg $= "-quit") - { - quit(); - return; - } - else if ($arg $= "-nologin") - { - $SkipLogin = true; - if ($LaunchMode !$= "DedicatedServer") - $LaunchMode = "Offline"; - } - else if ( $arg $= "-online" ) - $fromLauncher = true; + $SkipLogin = true; + $LaunchMode = "Offline"; + + new GuiChunkedBitmapCtrl(DemoSplashGui) { + profile = "GuiContentProfile"; + bitmap = "gui/bg_DemoSplash.png"; + horizSizing = "right"; + vertSizing = "bottom"; + position = "0 0"; + extent = "640 480"; + minExtent = "8 8"; + visible = "1"; + helpTag = "0"; + useVariable = "0"; + hideCursor = "1"; + qLineCount = "0"; + }; + + $DemoMasterAddress = "IP:64.94.105.141:27999"; + $ShellBackground = "gui/bg_Demo.png"; } - -// load autoexec once for command-line overrides: -exec("autoexec.cs", true); - -switch$( $JournalMode ) +else { - case "LoadJournal": - echo("Loading event log from journal: " @ $JournalFile); - loadJournal($JournalFile); - case "SaveJournal": - echo("Saving event log to journal: " @ $JournalFile); - saveJournal($JournalFile); - case "PlayJournal": - playJournal($JournalFile); + for($i = 1; $i < $Game::argc ; $i++) + { + $arg = $Game::argv[$i]; + $nextArg = $Game::argv[$i+1]; + $nextArg2 = $Game::argv[$i+2]; + $hasNextArg = $Game::argc - $i > 1; + $has2NextArgs = $Game::argc - $i > 2; + + if (!stricmp(fileExt($arg), ".dif")) + { + $LaunchMode = "InteriorView"; + //$SkipLogin = true; + $TestObjectFileName = $arg; + echo($TestObjectFileName); + } + else if(!stricmp(fileExt($arg), ".dif\"")) + { + $LaunchMode = "InteriorView"; + //$SkipLogin = true; + $TestObjectFileName = getSubStr($arg,1, strlen($arg) - 2); + } + else if ( $arg $= "-mod" && $hasNextArg ) + { + setModPaths( $nextArg ); + $i += 2; + } + else if($arg $= "-dedicated") + { + $LaunchMode = "DedicatedServer"; + } + else if($arg $= "-clientprefs" && $hasNextArg) + { + $i++; + $clientprefs = $nextArg; + } + else if($arg $= "-serverprefs" && $hasNextArg) + { + $i++; + $serverprefs = $nextArg; + } + else if($arg $= "-host") + { + $LaunchMode = "HostGame"; + } + else if($arg $= "-mission" && $has2NextArgs) + { + $i += 2; + $mission = $nextArg; + $missionType = $nextArg2; + } + else if($arg $= "-connect" && $hasNextArg) + { + $i++; + $LaunchMode = "Connect"; + $JoinGameAddress = $nextArg; + } + else if($arg $= "-password" && $hasNextArg) + { + $i++; + $JoinGamePassword = $nextArg; + } + else if($arg $= "-jload" && $hasNextArg) + { + $i++; + $JournalFile = $nextArg; + $JournalMode = "LoadJournal"; + } + else if($arg $= "-jsave" && $hasNextArg) + { + $i++; + $JournalFile = $nextArg; + $JournalMode = "SaveJournal"; + } + else if($arg $= "-jplay" && $hasNextArg) + { + $i++; + $JournalFile = $nextArg; + $journalMode = "PlayJournal"; + } + else if($arg $= "-navBuild" && $has2NextArgs) + { + $i += 2; + $LaunchMode = "NavBuild"; + $mission = $nextArg; + $missionType = $nextArg2; + } + else if($arg $= "-spnBuild" && $has2NextArgs) + { + $i += 2; + $LaunchMode = "SpnBuild"; + $mission = $nextArg; + $missionType = $nextArg2; + } + else if($arg $= "-demo") + { + $LaunchMode = "Demo"; + } + else if($arg $= "-login" && $has2NextArgs) + { + $i += 2; + $Login = true; + $LoginName = $nextArg; + $LoginPassword = $nextArg2; + } + else if($arg $= "-show") + { + $LaunchMode = "TSShow"; + } + else if($arg $= "-con") + { + $LaunchMode = "Console"; + } + else if ($arg $= "-bot" && $hasNextArg) + { + $i++; + $CmdLineBotCount = $nextArg; + } + else if ($arg $= "-light" && $hasNextArg) + { + $LaunchMode = "SceneLight"; + $mission = $nextArg; + } + else if ($arg $= "-prepbuild") + { + enableWinConsole(true); + prepBuild(); + setLogMode(1); + setEchoFileLoads(true); + } + else if($arg $= "-quit") + { + quit(); + return; + } + else if ($arg $= "-nologin") + { + $SkipLogin = true; + if ($LaunchMode !$= "DedicatedServer") + $LaunchMode = "Offline"; + } + else if ( $arg $= "-online" ) + $fromLauncher = true; + } + + // load autoexec once for command-line overrides: + exec("autoexec.cs", true); + + switch$( $JournalMode ) + { + case "LoadJournal": + echo("Loading event log from journal: " @ $JournalFile); + loadJournal($JournalFile); + case "SaveJournal": + echo("Saving event log to journal: " @ $JournalFile); + saveJournal($JournalFile); + case "PlayJournal": + playJournal($JournalFile); + } } //-------------------------------------------------------------------------- @@ -318,20 +357,23 @@ if( $Pref::useImmersion ) $showImmersionDialog = $Pref::useImmersion && $ImmEnabled; -switch( $pref::Shell::lastBackground ) +if (!isDemo()) { - case 0: - $ShellBackground = "gui/bg_Hammers.png"; - case 1: - $ShellBackground = "gui/bg_BloodEagle.png"; - case 2: - $ShellBackground = "gui/bg_DiamondSword.png"; - case 3: - $ShellBackground = "gui/bg_Starwolf.png"; - case 4: - $ShellBackground = "gui/bg_Harbingers.png"; - default: - $ShellBackground = "gui/bg_Bioderm.png"; + switch( $pref::Shell::lastBackground ) + { + case 0: + $ShellBackground = "gui/bg_Hammers.png"; + case 1: + $ShellBackground = "gui/bg_BloodEagle.png"; + case 2: + $ShellBackground = "gui/bg_DiamondSword.png"; + case 3: + $ShellBackground = "gui/bg_Starwolf.png"; + case 4: + $ShellBackground = "gui/bg_Harbingers.png"; + default: + $ShellBackground = "gui/bg_Bioderm.png"; + } } //------------------------------------------------------------------------------ @@ -485,7 +527,7 @@ function EditAccountDlg::onDontUpdate(%this) schedule(0,0,LoginDone); } -function StartupGui::checkLoginDone( %this, %editAcct,%emailCheck ) +function StartupGui::checkLoginDone( %this, %editAcct, %emailCheck ) { %result = WONLoginResult(); %code = getField( %result, 1 ); @@ -496,7 +538,7 @@ function StartupGui::checkLoginDone( %this, %editAcct,%emailCheck ) if ( %status $= "Waiting" ) { LoginMessagePopupText.setValue( "" @ %code ); - %this.loginSchedule = %this.schedule( 1000, checkLoginDone, %editAcct ); + %this.loginSchedule = %this.schedule( 1000, checkLoginDone, %editAcct, %emailCheck ); } else if ( %status !$= "OK" ) { @@ -540,10 +582,14 @@ function StartupGui::checkLoginDone( %this, %editAcct,%emailCheck ) default: if(%code <= -2900 && %code >= -2999) { - if(%code == -2902) - %msg = "Account has already been created - Please login." @ %code; - else - %msg = "Account Creation Failed - That warrior name is already in use. Please choose another warrior name and try again. Code = " @ %code; + if(%code == -2902) + %msg = "Account has already been created - Please login." @ %code; + else + %msg = "Account Creation Failed - That warrior name is already in use. Please choose another warrior name and try again. Code = " @ %code; + } + else if ( %code == -2809 ) + { + %msg = "Email check failed - You can not request more than one account info email per every 24-hour period."; } else if(%errorString !$= "") { @@ -555,6 +601,8 @@ function StartupGui::checkLoginDone( %this, %editAcct,%emailCheck ) Canvas.popDialog( LoginMessagePopupDlg ); if(StartupGui.updatingAccount) LoginMessageBox( "UPDATE FAILED", %msg, "OK", "schedule(0,0,LoginDone);" ); + else if ( %emailCheck ) + LoginMessageBox( "FETCH FAILED", %msg, "OK", "StartupGui::dumbFunction();" ); else LoginMessageBox( "LOGIN FAILED", %msg, "OK", "StartupGui::dumbFunction();" ); } @@ -717,6 +765,50 @@ function updateSubmitButton() schedule( 1000, 0, updateSubmitButton ); } +//------------------------------------------------------------------------------ +function PickLoginInfoDlg::onWake( %this ) +{ + FetchLoginNameEntry.setValue( $LoginName ); + FetchLoginNameRdo.setValue( true ); +} + +//------------------------------------------------------------------------------ +function FetchLoginNameRdo::onAction( %this ) +{ + FetchPasswordRdo.resize( 29, 144, 240, 30 ); + FetchLoginNamePane.setVisible( true ); + FetchPasswordPane.setVisible( false ); + FetchEmailAddress.makeFirstResponder( true ); +} + +//------------------------------------------------------------------------------ +function FetchPasswordRdo::onAction( %this ) +{ + FetchPasswordRdo.resize( 29, 65, 240, 30 ); + FetchLoginNamePane.setVisible( false ); + FetchPasswordPane.setVisible( true ); + FetchLoginNameEntry.makeFirstResponder( true ); +} + +//------------------------------------------------------------------------------ +function FetchLoginInfo() +{ + Canvas.popDialog( PickLoginInfoDlg ); + + if ( FetchLoginNameRdo.getValue() ) + { + LoginMessagePopup( "PLEASE WAIT", "Attempting to email you your login name..." ); + WONStartLoginInfoFetch( FetchEmailAddress.getValue() ); + StartupGui.loginSchedule = StartupGui.schedule( 1000, checkLoginDone, false, true ); + } + else + { + LoginMessagePopup( "PLEASE WAIT", "Attempting to email you your login password..." ); + WONStartEmailFetch( FetchLoginNameEntry.getValue() ); + StartupGui.loginSchedule = StartupGui.schedule( 1000, checkLoginDone, false, true ); + } +} + //------------------------------------------------------------------------------ function CleanUpAndGo() { @@ -745,6 +837,9 @@ function CleanUpAndGo() } StartupGui.delete(); + if (isDemo()) + DemoSplashGui.delete(); + DefaultCursor.delete(); DlgBackProfile.delete(); GuiContentProfile.delete(); @@ -866,10 +961,18 @@ function StartLoginProcess() else { $PlayingOnline = false; - LoginMessagePopup( "INITIALIZING", "Please wait..." ); - Canvas.repaint(); - - CleanUpAndGo(); + if (!isDemo()) + { + LoginMessagePopup( "INITIALIZING", "Please wait..." ); + Canvas.repaint(); + CleanUpAndGo(); + } + else + { + Canvas.setContent(DemoSplashGui); + Canvas.repaint(); + schedule(5000, 0, CleanUpAndGo); + } } } @@ -888,19 +991,16 @@ if ($LaunchMode $= "DedicatedServer" || $PlayingOnline = true; LoginProcess(); } + else if($SkipLogin) + { + $PlayingOnline = false; + exec("console_end.cs"); + } else { - if($SkipLogin) - { - $PlayingOnline = false; - exec("console_end.cs"); - } - else - { - $PlayingOnline = true; - WONServerLogin(); - schedule(1000, 0, dedCheckLoginDone); - } + $PlayingOnline = true; + WONServerLogin(); + schedule(1000, 0, dedCheckLoginDone); } } else @@ -1496,9 +1596,9 @@ else extent = "180 38"; minExtent = "32 38"; visible = "1"; - command = "PasswordProcess(true);"; + command = "Canvas.pushDialog( PickLoginInfoDlg );"; helpTag = "0"; - text = "EMAIL ME MY PASSWORD"; + text = "EMAIL ME MY LOGIN INFO"; simpleStyle = "0"; }; }; @@ -1953,6 +2053,192 @@ else }; }; + //------------------------------ + // Pick Login Info dialog: + new GuiControl(PickLoginInfoDlg) { + profile = "DlgBackProfile"; + horizSizing = "right"; + vertSizing = "bottom"; + position = "0 0"; + extent = "640 480"; + minExtent = "8 8"; + visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; + helpTag = "0"; + + new ShellPaneCtrl() { + profile = "ShellDlgPaneProfile"; + horizSizing = "center"; + vertSizing = "center"; + position = "120 126"; + extent = "400 228"; + minExtent = "48 92"; + visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; + helpTag = "0"; + text = "SELECT LOGIN INFO"; + maxLength = "255"; + noTitleBar = "0"; + + new ShellFieldCtrl(FetchLoginNamePane) { + profile = "ShellFieldProfile"; + horizSizing = "width"; + vertSizing = "bottom"; + position = "55 68"; + extent = "310 70"; + minExtent = "16 18"; + visible = "0"; + hideCursor = "0"; + bypassHideCursor = "0"; + helpTag = "0"; + + new GuiTextCtrl() { + profile = "ShellTextRightProfile"; + horizSizing = "right"; + vertSizing = "bottom"; + position = "9 7"; + extent = "130 22"; + minExtent = "8 8"; + visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; + helpTag = "0"; + text = "Enter Your Email Address:"; + maxLength = "255"; + }; + new ShellTextEditCtrl(FetchEmailAddress) { + profile = "NewTextEditProfile"; + horizSizing = "right"; + vertSizing = "bottom"; + position = "10 26"; + extent = "269 38"; + minExtent = "32 38"; + visible = "1"; + altCommand = "FetchLoginInfo();"; + hideCursor = "0"; + bypassHideCursor = "0"; + helpTag = "0"; + maxLength = "128"; + historySize = "0"; + password = "0"; + tabComplete = "0"; + deniedSound = "InputDeniedSound"; + glowOffset = "9 9"; + }; + }; + new ShellRadioButton(FetchPasswordRdo) { + profile = "ShellRadioProfile"; + horizSizing = "right"; + vertSizing = "bottom"; + position = "29 144"; + extent = "240 30"; + minExtent = "26 27"; + visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; + helpTag = "0"; + text = "FETCH PASSWORD BY LOGIN NAME"; + maxLength = "255"; + groupNum = "1"; + }; + new ShellFieldCtrl(FetchPasswordPane) { + profile = "ShellFieldProfile"; + horizSizing = "width"; + vertSizing = "bottom"; + position = "55 98"; + extent = "310 70"; + minExtent = "16 18"; + visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; + helpTag = "0"; + + new GuiTextCtrl() { + profile = "ShellTextRightProfile"; + horizSizing = "right"; + vertSizing = "bottom"; + position = "9 7"; + extent = "117 22"; + minExtent = "8 8"; + visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; + helpTag = "0"; + text = "Enter Your Login Name:"; + maxLength = "255"; + }; + new ShellTextEditCtrl(FetchLoginNameEntry) { + profile = "NewTextEditProfile"; + horizSizing = "right"; + vertSizing = "bottom"; + position = "55 26"; + extent = "200 38"; + minExtent = "32 38"; + visible = "1"; + altCommand = "FetchLoginInfo();"; + hideCursor = "0"; + bypassHideCursor = "0"; + helpTag = "0"; + maxLength = "255"; + historySize = "0"; + password = "0"; + tabComplete = "0"; + deniedSound = "InputDeniedSound"; + glowOffset = "9 9"; + }; + }; + new ShellRadioButton(FetchLoginNameRdo) { + profile = "ShellRadioProfile"; + horizSizing = "right"; + vertSizing = "bottom"; + position = "29 35"; + extent = "240 30"; + minExtent = "26 27"; + visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; + helpTag = "0"; + text = "FETCH LOGIN INFO BY EMAIL ADDRESS"; + maxLength = "255"; + groupNum = "1"; + }; + new ShellBitmapButton() { + profile = "ShellButtonProfile"; + horizSizing = "right"; + vertSizing = "top"; + position = "67 173"; + extent = "100 38"; + minExtent = "32 38"; + visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; + command = "Canvas.popDialog( PickLoginInfoDlg );"; + helpTag = "0"; + text = "CANCEL"; + simpleStyle = "0"; + }; + new ShellBitmapButton() { + profile = "ShellButtonProfile"; + horizSizing = "right"; + vertSizing = "top"; + position = "233 173"; + extent = "100 38"; + minExtent = "32 38"; + visible = "1"; + hideCursor = "0"; + bypassHideCursor = "0"; + command = "FetchLoginInfo();"; + helpTag = "0"; + text = "SUBMIT"; + simpleStyle = "0"; + }; + }; + }; + // End Fetch Login Name dialog + //------------------------------ + if($Login == false) $LoginName = $pref::LastLoginName; }