.alv-post { –bg: #111318; –panel: #191c23; –panel-2: #20242c; –line: rgba(255,255,255,.11); –text: #f6f4ef; –muted: #b9b2a7; –soft: #8f887d; –gold: #f5bd49; –red: #ff5757; –red-2: #ba343e; –green: #38d99a; color: var(–text); background: radial-gradient(circle at 14% 0%, rgba(255, 87, 87, .16), transparent 34rem), radial-gradient(circle at 86% 16%, rgba(245, 189, 73, .12), transparent 30rem), linear-gradient(180deg, #171a20 0%, var(–bg) 42%, #0f1116 100%); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, “Segoe UI”, sans-serif; line-height: 1.75; margin: 0; padding: 0 18px 56px; } .alv-post * { box-sizing: border-box; } .alv-wrap { width: min(900px, 100%); margin: 0 auto; } .alv-hero { padding: 54px 0 30px; border-bottom: 1px solid var(–line); } .alv-breadcrumb { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; color: var(–soft); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 32px; } .alv-breadcrumb a { color: var(–muted); text-decoration: none; } .alv-breadcrumb a:hover { color: var(–gold); } .alv-kicker { display: inline-flex; align-items: center; gap: 9px; padding: 8px 14px; border: 1px solid rgba(255,87,87,.42); border-radius: 999px; color: #ffd6d6; background: rgba(255,87,87,.09); font-size: 12px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; } .alv-kicker::before { content: “”; width: 7px; height: 7px; border-radius: 999px; background: var(–red); box-shadow: 0 0 18px rgba(255,87,87,.55); } .alv-h1 { max-width: 860px; margin: 22px 0 18px; font-size: clamp(42px, 7vw, 72px); line-height: .96; letter-spacing: 0; font-weight: 950; } .alv-h1 span { color: var(–gold); } .alv-sub { max-width: 760px; margin: 0; color: #ddd8cf; font-size: clamp(17px, 2.2vw, 21px); line-height: 1.65; } .alv-meta { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 22px; color: var(–muted); font-size: 13px; font-weight: 850; } .alv-meta span + span::before { content: “”; display: inline-block; width: 5px; height: 5px; margin: 0 12px 2px 0; border-radius: 99px; background: var(–gold); opacity: .85; } .alv-source-line { margin-top: 16px; color: var(–soft); font-size: 13px; } .alv-source-line a { color: #ffd06b; text-underline-offset: 4px; } .alv-snapshot { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 26px 0 4px; } .alv-stat { padding: 16px; border: 1px solid var(–line); border-radius: 14px; background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.025)); min-height: 110px; } .alv-stat b { display: block; color: var(–text); font-size: 18px; line-height: 1.25; margin-bottom: 7px; } .alv-stat span { color: var(–muted); font-size: 13px; line-height: 1.5; } .alv-toc { margin: 26px 0 34px; padding: 18px; border: 1px solid var(–line); border-radius: 18px; background: rgba(255,255,255,.045); } .alv-toc strong { display: block; margin-bottom: 12px; color: var(–text); font-size: 14px; letter-spacing: .08em; text-transform: uppercase; } .alv-toc nav { display: flex; flex-wrap: wrap; gap: 8px; } .alv-toc a { color: #f1ece3; text-decoration: none; border: 1px solid var(–line); border-radius: 999px; padding: 8px 11px; font-size: 13px; font-weight: 850; background: rgba(255,255,255,.04); transition: border-color .2s ease, transform .2s ease, background .2s ease; } .alv-toc a:hover { border-color: rgba(245,189,73,.55); background: rgba(245,189,73,.1); transform: translateY(-1px); } .alv-section { margin: 30px 0; padding-top: 6px; scroll-margin-top: 110px; } .alv-label { color: var(–gold); font-size: 12px; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; margin-bottom: 8px; } .alv-h2 { margin: 0 0 14px; font-size: clamp(27px, 4vw, 39px); line-height: 1.08; letter-spacing: 0; font-weight: 950; } .alv-h3 { margin: 22px 0 8px; font-size: 21px; line-height: 1.25; font-weight: 950; color: #fff7e8; } .alv-p { color: #e9e3d8; font-size: 16px; margin: 0 0 16px; } .alv-p a, .alv-list a { color: #ffd06b; text-underline-offset: 4px; font-weight: 800; } .alv-card { border: 1px solid var(–line); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.03)); padding: 22px; margin: 20px 0; } .alv-alert { border-color: rgba(245,189,73,.32); background: linear-gradient(145deg, rgba(245,189,73,.13), rgba(255,87,87,.06)); } .alv-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 18px 0; } .alv-mini { padding: 17px; border: 1px solid var(–line); border-radius: 14px; background: rgba(255,255,255,.045); } .alv-mini b { display: block; color: #fff7e8; margin-bottom: 5px; line-height: 1.28; } .alv-mini span { color: var(–muted); font-size: 14px; line-height: 1.55; } .alv-list { list-style: none; padding: 0; margin: 16px 0 0; display: grid; gap: 12px; } .alv-list li { position: relative; padding-left: 28px; color: #e9e3d8; } .alv-list li::before { content: “”; position: absolute; left: 2px; top: 12px; width: 9px; height: 9px; border-radius: 99px; background: var(–red); box-shadow: 0 0 0 5px rgba(255,87,87,.13); } .alv-quote { margin: 22px 0; padding: 20px 22px; border-left: 4px solid var(–gold); border-radius: 14px; background: rgba(245,189,73,.09); color: #fff5df; font-size: 18px; font-weight: 800; line-height: 1.55; } .alv-cta { margin: 38px 0; padding: 28px; border: 1px solid rgba(245,189,73,.38); border-radius: 20px; background: radial-gradient(circle at 18% 18%, rgba(255,87,87,.18), transparent 24rem), linear-gradient(145deg, rgba(245,189,73,.16), rgba(255,255,255,.045)); text-align: center; } .alv-cta h2 { margin-bottom: 10px; } .alv-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 18px; } .alv-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border-radius: 999px; text-decoration: none; font-weight: 950; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; } .alv-btn.primary { background: linear-gradient(135deg, var(–gold), #ffda7a); color: #17100b; box-shadow: 0 16px 34px rgba(245,189,73,.18); } .alv-btn.secondary { color: #fff5df; border: 1px solid var(–line); background: rgba(255,255,255,.05); } .alv-btn:hover { transform: translateY(-2px); } .alv-faq details { border: 1px solid var(–line); border-radius: 14px; background: rgba(255,255,255,.04); padding: 15px 17px; margin: 10px 0; } .alv-faq summary { cursor: pointer; color: #fff7e8; font-weight: 950; } .alv-faq p { margin: 10px 0 0; color: var(–muted); } @media (max-width: 720px) { .alv-post { padding-inline: 14px; } .alv-hero { padding-top: 38px; } .alv-snapshot, .alv-grid { grid-template-columns: 1fr; } .alv-card, .alv-cta { padding: 18px; } .alv-meta span + span::before { display: none; } .alv-toc nav { display: grid; grid-template-columns: 1fr; } } @media (prefers-reduced-motion: reduce) { .alv-toc a, .alv-btn { transition: none; } .alv-toc a:hover, .alv-btn:hover { transform: none; } }
Home/Blog/Valorant Patch Notes
Valorant Patch Notes

Valorant Patch 12.10 Guide: Replay Sharing and Skirmish Maps

Patch 12.10 was not a huge balance shake-up, but it added useful tools for players who review games, practice quick duels and follow Masters London.

ALVIRAN Editorial 8 min read

Checked sources: Patch 12.10, Patch 12.08, Patch 13.00.

Replay focusFriend replays became accessible from the Career page for eligible modes.
Skirmish updateMaps D and E were added, both built around ramps and sharper peek variety.
Event layerMasters London Pick’Ems went live with Swiss Stage predictions and rewards.
In this guide
Quick answer

What changed in Valorant Patch 12.10?

Valorant Patch 12.10 mainly focused on quality-of-life changes rather than agent balance. The most useful update is Replay Friend Sharing, which lets players watch eligible friends’ replays through their Career page. Riot also added Skirmish Maps D and E, brought Masters London Pick’Ems into the client and web, and made Premier playoff schedule adjustments for Contender and Invite teams.

That makes the patch more important for improvement than for raw meta panic. You do not need to relearn the full agent tier list because of 12.10. You should, however, use the replay tools and smaller mode updates if you care about climbing, playing Premier, reviewing mistakes or keeping up with the event calendar.

The short version: Patch 12.10 does not rewrite ranked, but it gives serious players a cleaner way to review games and practice fast fights.
Patch overview

Patch 12.10 changes that matter most

The official notes describe Patch 12.10 as a light patch, and that is accurate. There are no major Neon-level nerfs, no huge map pool swing and no full economy reset. The value is in small features that reduce friction for players who already take Valorant seriously.

Replay Friend SharingAvailable for eligible Competitive, Unrated, Swiftplay, Premier and Custom replays from a friend’s Career page.
Custom replay conditionCustom games only produce replay access if the lobby owner enables recording before the match starts.
Skirmish Maps D and EBoth maps are available in all queues and customs and use ramps for more angle variety.
Bug fixesMiks, Harbor, Skirmish overtime and store issues received targeted fixes.

If you only play ranked casually, the patch may feel small. If you play with a duo, a team, a Premier group or a coach, the replay change is the headline because it makes review easier without needing every player to manually send clips.

Replay sharing

How Replay Friend Sharing works

Replay Friend Sharing lets you access and watch eligible friends’ replays directly from their Career page. Riot lists Competitive, Unrated, Swiftplay, Premier and Custom as eligible modes. For Custom games, the important catch is recording: the lobby owner must enable recording in the Custom options before the game begins, and that setting has to be enabled again for every new Custom game.

This matters because many players waste review time by chasing random clips. Friend replay access makes it easier to examine the same round from another player’s perspective. If your duo says you baited them, you can check the timing. If your controller says the smoke landed late, you can verify the execute. If your Premier group loses a retake, you can compare spacing instead of arguing from memory.

  • Use friend replays to compare timing, spacing and trade distance.
  • Check whether utility was late, early or simply wasted.
  • Review first deaths from the teammate perspective, not only your own.
  • For Custom practice, confirm recording before the match starts.
Better review

The best way to review replays after Patch 12.10

The worst way to use replays is to watch a full match and hope improvement magically appears. A cleaner method is to pick one problem, watch only the rounds that show it, and write down one fix for the next session. Replay access is only valuable if it changes a habit.

A simple review loop

  • Start with five lost rounds, not the whole match.
  • Tag each round as aim, utility, timing, economy, comms or positioning.
  • Watch your POV first, then the teammate POV if needed.
  • Choose one fix and test it for the next three games.

For ranked players, the biggest categories are first deaths, weak trades, solo lurks that create no pressure, panic buys, late rotates and post-plant positions that cannot be traded. For Premier teams, the replay value is even higher because structure matters more than highlight aim.

Skirmish

Skirmish Maps D and E explained

Patch 12.10 added Skirmish Maps D and E to all queues and customs. Riot specifically notes that both maps feature ramps, which sounds small but changes the way duels feel. Ramps create head-level variation, awkward swings and different pre-aim habits compared with flat aim spaces.

That is useful practice because real Valorant rounds rarely give you perfectly flat fights. You peek stairs, boxes, elevation changes, close corners and off-angles. Skirmish D and E are not replacements for ranked experience, but they are good for warming up clean crosshair placement and learning how quickly a ramp changes your expected head height.

Use D/E forCrosshair correction, quick peeks, ramp fights and reaction timing.
Do not use D/E forFull execute practice, economy discipline or deep map macro.
Masters London

Masters London Pick’Ems in Patch 12.10

Patch 12.10 also activated Masters London Pick’Ems. Riot says Swiss Stage picks started on May 27 PT and could be made in-client or on the web. The Swiss Stage task was to predict which teams would advance from the eight-team Swiss groups, with extra bonus value for predicting a flawless 2-0 team.

For normal ranked players, Pick’Ems are not a gameplay change, but they are still worth mentioning because esports events often push players back into the client. More players watch pro matches, copy agent picks, test new comps and try to match the pace they see on stage. That is where a light patch can still affect ranked behavior.

  • Lock event predictions before the relevant stage deadline.
  • Use pro matches for ideas, not blind copy-paste strategies.
  • Watch how teams retake, trade and spend utility in pressure rounds.
Premier

Premier schedule changes for Contender and Invite teams

On PC, Patch 12.10 repeats the V26A3 Contender and Invite Division playoff schedule change: playoffs take place across multiple days. The first playoff round is listed for June 20, and teams that advance return on June 21 for the next matchup. Riot also recommends checking the in-client schedule for exact local start times.

The practical advice is simple: do not plan Premier only around one match night. Make sure your roster knows the full playoff window, who can sub, who is available across both days and which account each player is actually using. A missed player can be a bigger problem than a lost pistol round.

Ranked impact

Does Patch 12.10 change the ranked meta?

Patch 12.10 does not create a new ranked meta by itself. It does not include a major weapon pass, agent rework or competitive map pool change. The ranked impact is indirect: better replay access can improve review, Skirmish D/E can sharpen warmups, and Masters London can influence what players try after watching pros.

If your goal is immediate RR, do not overreact. Keep your core agents, keep your best maps and use the patch as a small improvement window. The players who benefit most are not the ones who read the notes once; they are the ones who turn the new tools into a repeatable practice routine.

Ranked takeaway

Play your normal ranked pool, but add one replay review habit and one Skirmish warmup block. Patch 12.10 rewards discipline more than theorycrafting.

Account prep

What to check before grinding after the patch

Patch notes are only one part of a clean Valorant session. If you are comparing accounts, returning after a break or preparing for Premier, check the practical details before you queue. Region, platform, rank history, agent access and security matter more than chasing one temporary patch trend.

  • Confirm the account region matches the servers you actually play.
  • Make sure the agents you need are unlocked or easy to unlock.
  • Check whether the rank fits your current skill, not only your ego.
  • Secure access before playing serious ranked or Premier matches.
  • Keep review notes short enough that you will actually use them.
ALVIRAN Marketplace

Ready to own your next account?

Shop ready-to-play Valorant accounts or build a custom setup around your preferred region, rank goals and agent needs.

FAQ

Valorant Patch 12.10 FAQ

What is the biggest change in Valorant Patch 12.10?

Replay Friend Sharing is the biggest practical change because it lets players watch eligible friends’ replays from the Career page.

Did Patch 12.10 include major agent balance changes?

No. Patch 12.10 is a light patch focused on replay access, esports features, Skirmish maps, Premier scheduling and bug fixes.

What are Skirmish Maps D and E?

They are new Skirmish maps added in Patch 12.10. Riot notes that both feature ramps, creating more peek angle variety.

Are Custom game replays always available?

No. Custom game replays require the lobby owner to enable recording in the Custom options before the game starts, and the setting must be enabled again for each new game.

Does Patch 12.10 change how I should play ranked?

Not dramatically. Keep your core ranked plan, but use friend replays for review and Skirmish D/E for warmup and ramp-angle practice.

{ “@context”: “https://schema.org”, “@type”: “Article”, “headline”: “Valorant Patch 12.10 Guide: Replay Sharing and Skirmish Maps”, “description”: “Valorant Patch 12.10 guide for 2026 covering replay friend sharing, Skirmish Maps D and E, Masters London Pick’Ems, Premier updates and ranked impact.”, “author”: { “@type”: “Organization”, “name”: “ALVIRAN Editorial” }, “publisher”: { “@type”: “Organization”, “name”: “ALVIRAN”, “url”: “https://alviran.net/” }, “datePublished”: “2026-05-27”, “dateModified”: “2026-07-08”, “mainEntityOfPage”: { “@type”: “WebPage”, “@id”: “https://alviran.net/blog/valorant-patch-12-10-replay-sharing-skirmish-maps-2026/” }, “articleSection”: “Valorant Patch Notes” }{ “@context”: “https://schema.org”, “@type”: “FAQPage”, “mainEntity”: [ { “@type”: “Question”, “name”: “What is the biggest change in Valorant Patch 12.10?”, “acceptedAnswer”: { “@type”: “Answer”, “text”: “Replay Friend Sharing is the biggest practical change because it lets players watch eligible friends’ replays from the Career page.” } }, { “@type”: “Question”, “name”: “Did Patch 12.10 include major agent balance changes?”, “acceptedAnswer”: { “@type”: “Answer”, “text”: “No. Patch 12.10 is a light patch focused on replay access, esports features, Skirmish maps, Premier scheduling and bug fixes.” } }, { “@type”: “Question”, “name”: “What are Skirmish Maps D and E?”, “acceptedAnswer”: { “@type”: “Answer”, “text”: “They are new Skirmish maps added in Patch 12.10. Riot notes that both feature ramps, creating more peek angle variety.” } }, { “@type”: “Question”, “name”: “Are Custom game replays always available?”, “acceptedAnswer”: { “@type”: “Answer”, “text”: “No. Custom game replays require the lobby owner to enable recording in the Custom options before the game starts, and the setting must be enabled again for each new game.” } }, { “@type”: “Question”, “name”: “Does Patch 12.10 change how I should play ranked?”, “acceptedAnswer”: { “@type”: “Answer”, “text”: “Not dramatically. Keep your core ranked plan, but use friend replays for review and Skirmish D/E for warmup and ramp-angle practice.” } } ] }{ “@context”: “https://schema.org”, “@type”: “BreadcrumbList”, “itemListElement”: [ { “@type”: “ListItem”, “position”: 1, “name”: “Home”, “item”: “https://alviran.net/” }, { “@type”: “ListItem”, “position”: 2, “name”: “Blog”, “item”: “https://alviran.net/blog/” }, { “@type”: “ListItem”, “position”: 3, “name”: “Valorant Patch 12.10 Guide: Replay Sharing and Skirmish Maps”, “item”: “https://alviran.net/blog/valorant-patch-12-10-replay-sharing-skirmish-maps-2026/” } ] }