プロゲーマー情報へ

『Counter-Strike 2』アップデート(2025-10-22)「Retakes」モード追加、レアなナイフやグローブを入手しやすくなる機能実装

情報元 https://www.negitaku.org/news/n-27256

『Counter-Strike 2』のアップデートがリリースされています。

「Retakes」モード

『Counter-Strike 2』に「Retakes」モードが追加されました。

『CS:GO』では2020年12月の「Operation Broken Fang」で追加されたゲームモードで、再び『Counter-Strike 2』でも楽しめるようになりました。

C4設置後の4vs3展開を楽しむスピーディーなゲームモードとなっています。

/* PC用共通スタイル */
#embed-card-229298 { margin: 1.5rem 0; width: 100%; }
#embed-card-229298 .embed-card { border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 8px; overflow: hidden; background: rgba(255, 255, 255, 0.05); color: #e5e5e5; display: flex; width: 100%; }
#embed-card-229298 .embed-card__link { display: flex !important; text-decoration: none !important; color: inherit; width: 100%; flex-direction: row !important; margin: 0 !important; padding: 0 !important; }
#embed-card-229298 .embed-card__thumbnail { position: relative; width: 30%; aspect-ratio: 16/9; background: #2a2a2a; overflow: hidden; flex-shrink: 0; font-size: 0; line-height: 0; margin: 0 !important; padding: 0 !important; }
#embed-card-229298 .embed-card__thumbnail img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; margin: 0 !important; padding: 0 !important; border: none !important; }
#embed-card-229298 .embed-card__content { width: 70%; padding: 16px; display: flex; flex-direction: column; justify-content: center; background: rgba(255, 255, 255, 0.05); flex-shrink: 0; margin: 0 !important; }
#embed-card-229298 .embed-card__label { position: absolute; top: 8px; left: 8px; background: #404040; color: #fff; font-size: 12px; font-weight: 600; padding: 4px 8px; border-radius: 4px; z-index: 2; line-height: 1; margin: 0 !important; }
#embed-card-229298 .embed-card__title { font-size: 16px; font-weight: 600; line-height: 1.5; margin: 0 0 8px !important; color: #fff; padding: 0 !important; }
#embed-card-229298 .embed-card__domain { font-size: 12px; color: #808080; margin: 0 !important; line-height: 1; padding: 0 !important; }

/* wpautopで生成される余分なpタグを消す */
#embed-card-229298 p { margin: 0 !important; padding: 0 !important; }
#embed-card-229298 .embed-card p { margin: 0 !important; padding: 0 !important; }
#embed-card-229298 .embed-card__link p { margin: 0 !important; padding: 0 !important; }
#embed-card-229298 .embed-card__thumbnail p { margin: 0 !important; padding: 0 !important; }
#embed-card-229298 .embed-card__content p { margin: 0 !important; padding: 0 !important; }

/* モバイル専用スタイル – 別スタイルタグにして確実に後から読み込まれるようにする */
@media only screen and (max-width: 640px) {
#embed-card-229298.embed-card-wrapper .embed-card {
display: flex !important;
flex-direction: row !important;
width: 100% !important;
}
#embed-card-229298.embed-card-wrapper .embed-card__link {
display: flex !important;
flex-direction: row !important;
width: 100% !important;
align-items: stretch !important;
}
#embed-card-229298.embed-card-wrapper .embed-card__thumbnail {
width: 35% !important;
min-width: 35% !important;
flex-shrink: 0 !important;
height: auto !important;
position: relative !important;
overflow: hidden !important;
}
#embed-card-229298.embed-card-wrapper .embed-card__thumbnail::before {
content: “” !important;
display: block !important;
padding-top: 100% !important; /* 1:1比率のボックスを作成 */
}
#embed-card-229298.embed-card-wrapper .embed-card__thumbnail img {
position: absolute !important;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
width: auto !important;
height: 100% !important;
min-width: 100% !important;
max-width: none !important;
object-fit: cover !important;
}
#embed-card-229298.embed-card-wrapper .embed-card__content {
width: 65% !important;
min-width: 65% !important;
padding: 12px !important;
flex-shrink: 0 !important;
}
#embed-card-229298.embed-card-wrapper .embed-card__title {
font-size: 15px !important;
margin-bottom: 3px !important;
line-height: 1.3 !important;
}
#embed-card-229298.embed-card-wrapper .embed-card__domain {
font-size: 9px !important;
}
#embed-card-229298.embed-card-wrapper .embed-card__label {
font-size: 12px !important;
padding: 4px 8px !important;
top: 6px !important;
left: 6px !important;
font-weight: 500 !important;
}
}

「Trade Up Contract」機能拡張

「Trade Up Contract」(トレードアップ契約)は、2013年にリリースされた機能です。

同じコレクションに含まれる10個のスキンを、1ランク上のスキンに変換することができます。

/* PC用共通スタイル */
#embed-card-174534 { margin: 1.5rem 0; width: 100%; }
#embed-card-174534 .embed-card { border: 1px solid rgba(255, 255, 255, 0.1); border-radius: 8px; overflow: hidden; background: rgba(255, 255, 255, 0.05); color: #e5e5e5; display: flex; width: 100%; }
#embed-card-174534 .embed-card__link { display: flex !important; text-decoration: none !important; color: inherit; width: 100%; flex-direction: row !important; margin: 0 !important; padding: 0 !important; }
#embed-card-174534 .embed-card__thumbnail { position: relative; width: 30%; aspect-ratio: 16/9; background: #2a2a2a; overflow: hidden; flex-shrink: 0; font-size: 0; line-height: 0; margin: 0 !important; padding: 0 !important; }
#embed-card-174534 .embed-card__thumbnail img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center center; display: block; margin: 0 !important; padding: 0 !important; border: none !important; }
#embed-card-174534 .embed-card__content { width: 70%; padding: 16px; display: flex; flex-direction: column; justify-content: center; background: rgba(255, 255, 255, 0.05); flex-shrink: 0; margin: 0 !important; }
#embed-card-174534 .embed-card__label { position: absolute; top: 8px; left: 8px; background: #404040; color: #fff; font-size: 12px; font-weight: 600; padding: 4px 8px; border-radius: 4px; z-index: 2; line-height: 1; margin: 0 !important; }
#embed-card-174534 .embed-card__title { font-size: 16px; font-weight: 600; line-height: 1.5; margin: 0 0 8px !important; color: #fff; padding: 0 !important; }
#embed-card-174534 .embed-card__domain { font-size: 12px; color: #808080; margin: 0 !important; line-height: 1; padding: 0 !important; }

/* wpautopで生成される余分なpタグを消す */
#embed-card-174534 p { margin: 0 !important; padding: 0 !important; }
#embed-card-174534 .embed-card p { margin: 0 !important; padding: 0 !important; }
#embed-card-174534 .embed-card__link p { margin: 0 !important; padding: 0 !important; }
#embed-card-174534 .embed-card__thumbnail p { margin: 0 !important; padding: 0 !important; }
#embed-card-174534 .embed-card__content p { margin: 0 !important; padding: 0 !important; }

/* モバイル専用スタイル – 別スタイルタグにして確実に後から読み込まれるようにする */
@media only screen and (max-width: 640px) {
#embed-card-174534.embed-card-wrapper .embed-card {
display: flex !important;
flex-direction: row !important;
width: 100% !important;
}
#embed-card-174534.embed-card-wrapper .embed-card__link {
display: flex !important;
flex-direction: row !important;
width: 100% !important;
align-items: stretch !important;
}
#embed-card-174534.embed-card-wrapper .embed-card__thumbnail {
width: 35% !important;
min-width: 35% !important;
flex-shrink: 0 !important;
height: auto !important;
position: relative !important;
overflow: hidden !important;
}
#embed-card-174534.embed-card-wrapper .embed-card__thumbnail::before {
content: “” !important;
display: block !important;
padding-top: 100% !important; /* 1:1比率のボックスを作成 */
}
#embed-card-174534.embed-card-wrapper .embed-card__thumbnail img {
position: absolute !important;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
width: auto !important;
height: 100% !important;
min-width: 100% !important;
max-width: none !important;
object-fit: cover !important;
}
#embed-card-174534.embed-card-wrapper .embed-card__content {
width: 65% !important;
min-width: 65% !important;
padding: 12px !important;
flex-shrink: 0 !important;
}
#embed-card-174534.embed-card-wrapper .embed-card__title {
font-size: 15px !important;
margin-bottom: 3px !important;
line-height: 1.3 !important;
}
#embed-card-174534.embed-card-wrapper .embed-card__domain {
font-size: 9px !important;
}
#embed-card-174534.embed-card-wrapper .embed-card__label {
font-size: 12px !important;
padding: 4px 8px !important;
top: 6px !important;
left: 6px !important;
font-weight: 500 !important;
}
}

今回のアップデートでは、さらに下記の交換が可能となりました。

  • 「StatTrak™付きCovertクオリティのアイテム 5個」→「StatTrak™ Knife 1個」と交換可能
  • 「Covertクオリティのアイテム 5個」→交換元アイテムが属するコレクションの「Knife 1個」または「Glove 1個」と交換可能

各アイテムにはレアリティが設定されており、「Covert」は最もレアなレアリティとなります。

ナイフやグローブは出現率が低いアイテムですが、この交換機能により入手しやすくなります。
Counter-Strikeのスキンは、公式のコミュニティマーケットやサードパーティーのスキンサイトで販売されています。

ナイフやグローブは高価ですが、入手しやすくなるため価格が下がっていく可能性があります。
また、交換の素材となる「Covert」レアリティのスキンは需要が高まり、価格が上がっていく可能性があります。

Counter-Strike 2 Update

目次

GAMEPLAY

  • 公式ゲームモード「Retakes」を追加した。オフィシャルマッチメイキングサーバーで「Defusal Group Alpha」と「Defusal Group Delta」をサポート。
  • マップ上に複数のスモークが展開されている場合における、Molotovとスモークの相互作用ロジックを修正した

MAPS

  • 「Golden」をSteam Community Workshopの最新バージョンにアップデートした (Update Notes)
  • 「Palacio」をSteam Community Workshopの最新バージョンにアップデートした (Update Notes)
  • 「Rooftop」をSteam Community Workshopの最新バージョンにアップデートした (Update Notes)

Inferno

  • 「Quad」上部、「Balcony」下部の視認性を改善するための調整を実施した
  • さまざまな最適化を実施した

CONTRACTS

  • 「Trade Up Contract」の機能を拡張し、「Covert」クオリティのアイテム5個を交換できるようにした
  • 「StatTrak™付きCovertクオリティアイテム 5個」→「StatTrak™ Knife 1個」と交換可能
  • 「Covertクオリティアイテム 5個」→交換元アイテムが属するコレクションの「Knife 1個」または「Glove 1個」と交換可能

MISC

  • メインメニュー、アイテムインスペクトUIのパフォーマンスを最適化した
  • インベントリのアイテムアイコンがぼやけたり、表示されない場合があるのを修正した
  • サーバー限定のサウンドイベントが複数回開始されないよう修正した
  • 安定性を向上させた

情報元

guest

0 コメント
最も人気
新しい順 古い順
Inline Feedbacks
全てのコメントを見る
Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
目次