Page 1 of 8 123 ... LastLast
Results 1 to 10 of 72

Thread: Patch Notes 1.2.0 PTR

  1. #1

    Default Patch Notes 1.2.0 PTR

    To play in the PTR, open your StarCraft 2 folder (C:\Program Files\StarCraft II) and run StarCraft II Public Test.exe

    http://us.battle.net/sc2/en/forum/topic/1213111662

    Lylirra
    Community Manager
    Edited by Lylirra on 12/4/10 1:38 AM
    StarCraft II Patch 1.2.0 - PTR Notes

    General

    Battle.net


    • Battle.net Chat Channels have been added:

    -- Players can now join others in both public and private channels.

    -- Added in-game chat bar command to whisper to other players. Using the /w command will pop up an auto-complete list which includes: friends, party members, chat channels, and other players within your current game.


    • Added a Battle.net option to auto-join previous private channels.

    • Added a Battle.net option to prevent chat channel text from appearing in the in-game chat display.


    Custom Maps


    • Map makers can now use custom UI layout files to create new UI or override existing game UI.


    Gameplay


    • Stalemate Detection has been added:

    -- The game will end in a tie for all remaining players if no players have income, production, or destroyed any structures for three consecutive minutes.

    -- A countdown timer will now appear when the game detects this scenario.


    • Several help dialogue and tech tree improvements have been made:

    -- In-game help is now available in Battle.net.

    -- The help dialog’s tech tree has been improved.

    -- Unit information in the help dialog now displays abilities and upgrades.


    • Selecting different units in quick succession will now fade out existing replies to play the most recent reply.

    • When selecting a Vespene Geyser, the number of current harvesters will be displayed in the info panel.



    Graphics


    • An Extreme graphics option has been added:

    -- Players can now configure screen space ambient occlusion.

    -- Unit information in the help dialog now displays abilities and upgrades.



    Interface


    • Customizable Hotkey Support has been added.

    • Mouse buttons can now be bound to the Push-To-Talk hotkey.

    • System Alert panel has been moved to the top of the screen – duration of most system alerts has been reduced.

    Added a hotkey to Pause/Resume game for both single-player and multiplayer (Pause/Break key).

    • Added a toggle button to the in-game replay panel to show or hide duration information.

    • Added a hotkey indicator option to show the primary hotkey on top of command buttons.

    • Added an option to disable any error sounds. The Response Sounds checkbox now controls whether unit-specific audio is used for error sounds instead of a generic buzz.



    Leagues and Ladders


    • A new Master League has been added.

    -- This league now represents the highest tier of ladder players.



    Replays


    • Several Save/Replay File dialogue improvements have been made:

    -- Prints current directory name above file list.

    -- Added sort order icons to Name and Date columns.

    -- Added the ability to rename.

    -- Added filters for Autosave and Unsaved.

    -- Added an option to permanently save all replays. Checking this option will mark all unsaved replays as being saved.


    • Camera following behavior for observers and replays has been improved.



    Balance

    • PROTOSS


    -- Hallucination research time decreased from 110 to 80.

    -- Observer

    Cost decreased from 50/100 to 25/75.

    -- Phoenix
    Build time decreased from 45 to 35.

    -- Void Ray

    Now deals 20% more damage to massive targets.

    Flux Vanes speed upgrade removed.


    • TERRAN


    -- Bunker

    Build time decreased from 35 to 30.

    This is only a temporary change for the patch 1.2.0 PTR.


    -- SCV

    Repairing SCVs now assume the same threat priority as the unit they’re repairing.

    SCV construction movement made more consistent.


    • ZERG


    -- Infestor

    Fungal Growth no longer affects air units.



    StarCraft II Editor

    • Map locale management has been added.

    • Further editor tips and hints have been added.

    • Copy/Paste support has been added to the upgrade editor.

    • Modifed the Locales dialog (also in the Locale sub-menu) for adding or removing text locales.

    • Locale sub-menu is now available in Map/Mod menu for changing the active text locale for the current document.

    • The game will now properly find custom imported files within mods.

    • Maps can now depend on even more mods.

    • Mod Info dialog is now available from the Mod menu for more easily changing mod name and description text.
    • Change Focus commands are now available in the Trigger module View menu for switching input focus directly to different areas.

    • Font Style Files can now be added to Mods and Maps using the FontStyleFileArray field in GameUIData. Existing styles can have their individual attributes overridden or entirely new styles can be added.

    • UI Layout files can now be added to Mods and Maps using the CustomLayoutFileArray filed in GameUIData. Most existing frames can be modified or overridden and entirely new templates can be added, which can be created from the Dialog system within the Editor.

    • Dialog Items can now be hooked up from already existing frames within a created Panel.

    • Attributes and values can now be hidden in the game lobby, configured through Game Variants.

    • Editor Tips dialog in the Help menu (and optionally on start up) improved with tips for using the editor effectively.

    • Created a new type of Dialog Item called Panel. Panels are containers for other dialog items to help with grouping and hierarchy.

    • The water editor layout has been improved.

    • The mouse wheel now scrolls the control under the cursor.

    • Copied doodads now retain their height offset.

    • Effect offsets can now optionally contain a Z component.

    • Attribute and Veterancy behaviors now normalize vitals when new levels are applied.

    • Mouse clicks and highlights are now allowed while in relative camera mode.

    • Edit boxes are now available for trigger dialogs.

    • Right clicking an item in an inventory will now have the icon appear immediately next to the cursor.

    • Behaviors can now be replaced by either the shortest duration (the original method) or by farthest distance.

    • Behavior abilities can now properly charge the player using the ability instead of always charging the owner.

    • New trigger action have been added:

    -- Set Visibility Type Of Text Tag, used to control whether fog or black mask hides the tag.

    -- Remove Inventory Item, used to instantly remove a requested item from an inventory.

    -- Bank Option, used to change options for banks including adding a signature

    • New unit properties have been added:

    -- Carried Minerals, Carried Vespene, Carried Terrazine, and Carried Custom Resource.

    -- Bounty (XP), used to grant experience when a unit is killed.

    • New trigger function: Verify Bank, used to verify that a bank’s signature is intact.

    • New trigger event: Mouse Moved, sent in response to the mouse being moved in the game world.

    • New Effect Used event property: Life, Shields, and Energy changed.

    • Added new UI to insert text tags for data references, unit info, and hotkeys.

    • Added an effect range to the effect ability to restrict how far away the effect can be placed. This will allow effects to behave like the Stalker Blink effect.

    • Added a behavior flag to suppress fidgeting.

    • Added a new stalemate melee option to determine whether the stalemate detection checking is enforced.

    • Added a new “Creator” player to effects. It will be set to the player issuing an order if available.

    • Added a new type of item that can use an effect ability.

    • Added a validator that checks to see if a unit can path to a point.

    • Added a validator that checks if there is a cliff between two points.

    • Added MinimapRenderPriority to CActorUnit and MinimapRenderPriorityList to CActorGlobalConfig. This allows custom map makers to define the render priorities of units on the minimap.


    Bug Fixes

    General


    • Harvest orders will no longer end if an order is queued while waiting to return cargo.

    • Harvesting units no longer avoid enemy units.

    • Fixed an issue with units trying to get out of the way so buildings can be constructed.

    • Hold position units no longer automatically move out of the way when placing a building.

    • Fixed an issue with harvesting units bypassing force fields.

    • Fixed an issue where melee units were unable to attack a colossus when it was on a cliff.

    • Fixed an issue where larva would not wander around.

    • Fixed an issue where loading a saved challenge could improperly overwrite the best score.

    • Fixed an issue where animation stutters when flying units are separating.

    • Added “Detector” text to the info panel for units which can detect cloaked or burrowed units.

    • Added combat reveal tinting to help show that combat reveal units cannot be hit. All diagonal ramps are now the same with regards to unbuildable locations at the bottom of the ramps.

    • Enemy units no longer show passive buttons in the command card.

    • Critter health bars are now hidden unless highlighted or selected (if status bars are set to show when units are selected).

    • Orders can no longer be canceled by clicking on the info panel in challenges before the challenge begins.

    • Missiles are no longer affected by Vortex.

    • Autocast repair will now charge the player requesting autocast functionality.

    • Autocast state for abilities is reset to the default state when unit ownership is permanently changed.

    • Repair will now clear its autocast state if the owning player leaves the game.

    • Actors with a large number of create events no longer crash the map.

    • Text tags are now paused when the game is paused.


    Protoss


    • Protoss structures can no longer be powered without a power source if constructed while powered by a Warp Prism under the effects of Neural Parasite.

    • Mass Recall can no longer target larva or eggs.

    • Fixed an issue where units that were picked up by a Graviton Beam would still block pathing on the ground.

    • Fixed an issue where a Zealot could burn his Charge cooldown without actually moving.


    Terran


    • Changed the position of the Select Builder button on Terran buildings, and changed the hotkey to Q.

    • Fixed nuke dot not being visible all the time.

    • Fixed an issue where you could see an enemy MULE drop pod in some cases where you didn’t have vision of the target location.

    • Fixed an issue where a Medivac would be able to continue healing a unit that was stuck in a Graviton Beam if the Medivac had started healing the unit before it was picked up by the Graviton Beam.

    • Fixed an issue where a Thor would continue to channel 250mm Strike Cannons on an uplifted terran building if it lifted off at just the right time.

    • Fixed an issue where a Thor could get stuck channeling if a player queued up multiple targets for 250mm Strike Cannons.


    Zerg


    • The Ultralisk’s arc-shaped damage area is now centered at the front of the Ultralisk instead of at its center.

    • Fixed an issue with the Ultralisk being unable to attack a row of sensor towers.

    • The Burrow and Cancel Neural Parasite buttons have been moved on the command card.

    • Creep will now spread evenly in all directions.

    • Fixed an issue where Larva could produce units by holding down hotkeys.


    StarCraft II Editor


    • The "For Each Real" and "For Each Integer" actions will now correctly execute once when the starting and ending bounds are equal while the increment is also zero.

    • Standard dependencies can no longer be modified in the Dependencies dialog (only added or removed).

    • Publish dialog now updates storage information after removing a published file in the Managed Published window.

    • The View Script command will now view library scripts if the library list has focus.

    • Dropdowns now correctly select items as you type using partial matching.

    • Fixed an issue with editing stylized text values when using system locales other than English.

    • Fixed an issue when editing mover data where values were not being saved correctly.

    • Fixed an issue that prevented certain changes to angle values.

    • Fixed an issue where the scroll bar for tree views could disappear.

    • Fixed an issue where triggers setting the mouse relative could result in the mouse being stuck in relative move mode.

    • Fixed an issue where setting the color of a dialog item of type label wasn’t working.

    • Fixed text truncation with Set Text actor message.

    • Fixed a crash that could occur while editing upgrade values.

    • Fixed display of ability command links in the Overview Manager.

    • Fixed many areas where English text was displayed instead of localized text.

    • Fixed an issue where selection circles would drop when a flying unit was over a cliff.

    • Veterancy experience share filters have been fixed.

    • Carried and equipped item behaviors and weapons are now restored properly when a unit is revived.

    • Items dropped from an inventory will now use their default height when dropped.

    • Fixed a crash when destroying a persistent effect.

    • Camera following can no longer be disabled via hotkeys if it was requested via triggers.
    Last edited by Genopath; 12-03-2010 at 10:36 PM.
    Hey guys I want you all to know that my team is playing/did great this weekend so I am going to go ahead and make it my status because I know you all care and want to know my opinion on it.
    -sports fan/douchebag


    Visit my blog!
    http://alejandrolc.com/

  2. #2

    Default Re: Patch Notes 1.2.0 PTR

    Thread is now a sticky.

    I'm happy for everyone that has been waiting on chat channels even though I never really cared much about it myself! I'm still waiting on them to fix the custom map layout though. I assume this will probably happen at the same time as they introduce the custom map market.

  3. #3

    Default Re: Patch Notes 1.2.0 PTR

    Finally a patch with a protoss buff.:P Or at least overall buff. Toss air is a bit better now. Guess VRs do better against Thors, Colossus and Ultralisks now. Guess more toss can get observers easier. And no more annoying fast VRs. Zerg is gonna cry about that fungal growth no longer affecting air units. Drops and air harass will be easier against zerg.:P Wonder how much the patch will change between the test phase and implementation.

    I wonder for this new patch which would be better against Colossus...phoenixes or Voidrays. One became easier to mass. The other became more powerful against massive. Guess the Americans in PTR will find out first.:P
    Last edited by JackhammerIV; 12-03-2010 at 10:36 PM.

    http://eu.battle.net/sc2/en/profile/263528/1/JHammer/

    For people of the opinion "I completely will never pay for anything" but still wanting to watch GSL VODs....PM me. (Hint: Sharing is caring)

    If you're making an account just to PM me.....don't waste your time.

  4. #4

    Default Re: Patch Notes 1.2.0 PTR

    Fixed an issue where Larva could produce units by holding down hotkeys.

    That is not good though. Been doing that since Beta.
    Hey guys I want you all to know that my team is playing/did great this weekend so I am going to go ahead and make it my status because I know you all care and want to know my opinion on it.
    -sports fan/douchebag


    Visit my blog!
    http://alejandrolc.com/

  5. #5
    ooZer0's Avatar Junior Member
    Join Date
    Oct 2010
    Posts
    94

    Default Re: Patch Notes 1.2.0 PTR

    Just moving my post from the Non-Official thread to the official one...

    Hell its about time!

    Epic patch is epic. I was really tempted to switch to zerg today... but I'm glad I stuck it out for a bit longer...

    Anybody else think its kinda funny that Phoenix are now built faster the Zealots? And now the Void Ray is the official Corrupter for the Protoss. Very interesting, wont change a lot itself, but it gives a new weapon for PvP though. Although the loss of fast VR's will be moaned, the new damage could make them better in all match ups. I like it!

    I'm not sure I like Fungal Growth not being able to hit air. Sure my soon to be faster Phoenix have less to worry about now, but that really hurts my ZvZ. I used to love chain snaring mutas and picking em off while they sit helplessly in the air. Oh well, guess its back to straight Hydra if ya want to stop air.

    Kinda funny how wishy washy blizz is with bunkers and zealots. First they build slow, then they buff them before release. But thats too much so they nerf them back and now bunkers are back at the same building speed they were. -Edit- Oh its only temporary, nvm.

    Veeery interesting. I guess thats saying that offensive bunkering has fallen out of meta since Reapers got kicked in the crotch...

    Stalemate Detection has been added
    Sweet. Doubt it will happen often, but it good to see it implemented just in case.
    When selecting a Vespene Geyser, the number of current harvesters will be displayed in the info panel.
    Cool. Nothing really to say... just cool. Will help occasionally when I over select or under select workers.
    Customizable Hotkey Support has been added.
    FINALLY! This AND chat channels in the same patch? I am really looking forward to this...
    Last edited by ooZer0; 12-03-2010 at 10:38 PM.

  6. #6

    Default Re: Patch Notes 1.2.0 PTR

    Patch is now live. I'm chilling in the channel - StarCraft Legacy

    ~LoA
    Follow me on Twitter!
    Beloved.

  7. #7

    Default Re: Patch Notes 1.2.0 PTR

    Quote Originally Posted by LordofAscension View Post
    Patch is now live. I'm chilling in the channel - StarCraft Legacy

    ~LoA
    Damn.......lucky americans who get in on the PTR.:P One thing though.....are chat channels cross-region???

    http://eu.battle.net/sc2/en/profile/263528/1/JHammer/

    For people of the opinion "I completely will never pay for anything" but still wanting to watch GSL VODs....PM me. (Hint: Sharing is caring)

    If you're making an account just to PM me.....don't waste your time.

  8. #8
    Member
    Join Date
    May 2009
    Posts
    1,335

    Default Re: Patch Notes 1.2.0 PTR

    Although the Infestor nerf (which is HUGE) was probably to address PvZ, I find myself thinking that I'm going to feel it the most in ZvZ .

    Fungal Growth was like the one thing that could keep you in the game if your opponent gets air control before you, and you took a different tech route. Hydras alone can't hope to compensate for the map control that Mutas give you, so now I worry that ZvZ (when it does go to Lair tech) is going to be a lot less varied =/.
    The only place for a hamshank is on the dinner plate!

    There's a reason why Edward Longshanks was an evil git in 'Braveheart'! Down with the shanks! All of them!


  9. #9
    Junior Member
    Join Date
    Apr 2010
    Posts
    63

    Default Re: Patch Notes 1.2.0 PTR

    I like the changes.... though I'm biased coz I'm protoss :P.

    @oozer0 - voids weren't changed much.... in fact, some may even consider it a nerf due to the speed upgrade removal. The bonus vs massive was something they had always needed as that was their job.... PvP, it probably won't make alot of difference because we hardly see carriers... you can argue they will snipe colossi, but I find them to be a bit too fragile to stand up to a stalker ball which they will be flying directly over to even hit the colossi.... they need that +1 range back... though I'll definitely be giving stargate builds a try vs protoss. Interesting that voids will be the only unit with 2 bonuses... vs armor and vs massive.

    Phoenix's coming out faster is nice..... I'm not sure how much this will change things coz they still cost a lot for what they do.... but a buff is a buff.

    Obs being cheaper is definitely nice, but I have a niggling feeling it doesn't resolve all the complaints protoss have been having about being forced to go robo. I do feel some of the complaints are a bit excessive... but I'm not in the top 200, so maybe others know better. If only there was some way of getting the obs out faster.... terran (instant scan) and zerg (20s to morph the detector) both can quickly get detection after they get hit by cloaked units.... but toss has to build the robo then the obs.... by which time all the probes would be dead.

    The change I really like is the hallucination one.... I've started using this a lot for scouting.... way cheaper than an obs (which is painful to lose). To be able to pull out that scouting hallucinated phoenix that much earlier would be wonderful!


    Edit: I agree with GRUNT that the infester nerf was probably solely for the benefit of the phoenix... losing the ability to fly around and kite makes it really bad for them. Unfortunate side effect is what he mentioned.... so zerg get to QQ about muta imba :P.
    Last edited by masakari; 12-03-2010 at 10:52 PM.

  10. #10

    Default Re: Patch Notes 1.2.0 PTR

    Not that Blizzard gives a rat's ass about lore in balance, but...

    1) Carriers are even more useless than before given the lighter air bump.

    2) They've made Mothership useless and stated that it's ok

    3) Battle cruisers are rarely ever used in pro games.

    If you already create these units for multi-player, why not make it so that they're useful in their own ways, in their own builds and further diversify the great use of strategy in this great multiplayer?

    How would diversifying use of those units negatively affect Blizzard? I can't think of any reason (maybe except that massive air units somehow create more lag??) Somebody help me with their logic here...

    Edit: All of that aside, it's a great patch with good toss buffs!
    - So, Gerard, I suspect you have a good reason for pulling me away from my Duties.
    - Your Vodka can wait, my good Alexi.


    ================================
    http://www.youtube.com/watch?v=w8WRZcYVbVg -

    Iron man putting on armor

    http://www.youtube.com/watch?v=xAHAUJQ8qGQ -

    Tychus putting on armor
    ================================

    "Also, we've established that the [Wings of Liberty's] storyline was monkey hurlage months ago - so what's the point of all the QQ?," -Gradius

Similar Threads

  1. Patch 1.1.2 Notes
    By LordofAscension in forum StarCraft Discussion
    Replies: 130
    Last Post: 10-18-2010, 10:33 AM
  2. Patch 1.1 notes.
    By Peanutbutter in forum StarCraft Discussion
    Replies: 103
    Last Post: 10-15-2010, 07:26 PM
  3. Patch 11 Notes
    By Jabber Wookie in forum StarCraft Discussion
    Replies: 148
    Last Post: 05-14-2010, 09:16 PM
  4. Patch 7 Notes
    By ArcherofAiur in forum StarCraft Discussion
    Replies: 109
    Last Post: 04-06-2010, 10:58 AM
  5. Patch Notes
    By moosh in forum StarCraft Discussion
    Replies: 26
    Last Post: 02-26-2010, 09:17 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •