
不思議なボール

Stalker2におけるコンソールコマンドの導入方法と使い方、アイテムIDを紹介。
Stalker2でコンソールコマンドを使うには、開発者コンソールを有効にするMOD「Simple BP ModLoader」を入れる必要がある。以前のバージョンで主流だった「UETools」はPatch1.5の大型アップデートで動かなくなり、現時点で更新されていない。(2025/10/30)
ZIPをダウンロードした後、解凍して出てきたPacksフォルダ内のファイルを\Stalker2\Content\Paks\~modsに入れる。~modsフォルダがないときは作成する。ゲームを起動して画面左上に「Simple ModLoader(バージョン)」が表示されていればOK。
~mods/
├─ Simple_ModLoader.pak
├─ Simple_ModLoader.ucas
├─ Simple_ModLoader.utoc
└─ Simple_ModLoader_P.pak
日本語キーボードの場合、テンキーの/(スラッシュ)でコンソールを開閉する。開かないときやキーを変更したい場合は起動オプションに「-consolekey=キーの名称」を追加すればよい。(例:-consolekey=F10 → F10でコンソールを開閉する)
-consolekey=F10
コマンドの一例を紹介。すべてのコマンドを知りたい人はMODに同梱されているテキストファイルを参照。コマンドを使用したセーブデータは実績が解除されなくなるため、使用する場合は自己責任で。
| コマンド | 説明 |
|---|---|
| XKillThemAll | 周辺にいる不死以外のNPCがすべて死亡する |
| XAddMoneyToPlayer Value | クーポンを獲得する。例:XAddMoneyToPlayer 10000(1万クーポン獲得) |
| XStartQuest ID | クエストを開始する |
| XDKFinishQuest ID true | クエストを終了する |
| XStartEmission | エミッション(光熱放射)を開始する |
| XStopEmission | エミッション(光熱放射)を終了する |
| XCreateItemInInventoryByID PrototypeID ObjUID Count Durability | アイテムをインベントリに追加する。例:XCreateItemInInventoryByID Bread 0 1 1(パンを1つ追加) |
武器を入手するコマンド一覧。使用する場合、下記のコマンドをCtrl+C→Ctrl+Vでゲーム中のコマンドラインにコピペして実行する。
| 武器 | コマンド |
|---|---|
| PTM | XCreateItemInInventoryByID GunPM_HG 0 1 1 |
| スキフのピストル | XCreateItemInInventoryByID Gun_SkifGun_HG 0 1 1 |
| ラビリンス IV | XCreateItemInInventoryByID Gun_ProjectY_HG 0 1 1 |
| PTM モノリス | XCreateItemInInventoryByID Gun_PistolMonolith_HG 0 1 1 |
| ギャンビット | XCreateItemInInventoryByID Gun_Krivenko_HG 0 1 1 |
| UDPコンパクト | XCreateItemInInventoryByID GunUDP_HG 0 1 1 |
| デッドアイ | XCreateItemInInventoryByID Gun_Deadeye_HG 0 1 1 |
| APSB | XCreateItemInInventoryByID GunAPB_HG 0 1 1 |
| ライノ | XCreateItemInInventoryByID GunRhino_HG 0 1 1 |
| Model Competitor | XCreateItemInInventoryByID Gun_ModelSpecial_HG 0 1 1 |
| M10 ゴードン | XCreateItemInInventoryByID GunM10_HG 0 1 1 |
| ギャングスター | XCreateItemInInventoryByID Gun_GStreet_HG 0 1 1 |
| バイパー5 | XCreateItemInInventoryByID GunViper_P 0 1 1 |
| Viper Monolith | XCreateItemInInventoryByID Gun_SMGMonolith_SMG 0 1 1 |
| シャーズメイト | XCreateItemInInventoryByID Gun_Shakh_SMG 0 1 1 |
| ブーケ S-2 | XCreateItemInInventoryByID GunBucket_PP 0 1 1 |
| スピッター | XCreateItemInInventoryByID Gun_Spitter_SMG 0 1 1 |
| インテグラルA | XCreateItemInInventoryByID GunIntegral_PP 0 1 1 |
| Riemann | XCreateItemInInventoryByID Gun_Logarithm_SMG 0 1 1 |
| ズブル 19 | XCreateItemInInventoryByID GunZubr_PP 0 1 1 |
| ラットキラー | XCreateItemInInventoryByID Gun_RatKiller_SMG 0 1 1 |
| AKM-74U | XCreateItemInInventoryByID GunAKU_PP 0 1 1 |
| スピットファイア | XCreateItemInInventoryByID Gun_Spitfire_SMG 0 1 1 |
| SPECIAL | XCreateItemInInventoryByID Gun_Silence_SMG 0 1 1 |
| AKM-74S | XCreateItemInInventoryByID GunAK74_ST 0 1 1 |
| コンバタント | XCreateItemInInventoryByID Gun_Combatant_AR 0 1 1 |
| ヴァリク・ルモックスのAKM-74S | XCreateItemInInventoryByID Gun_Lummox_AR 0 1 1 |
| ドラウンド | XCreateItemInInventoryByID Gun_Drowned_AR 0 1 1 |
| AR416 | XCreateItemInInventoryByID GunM16_ST 0 1 1 |
| AR416 モノリス | XCreateItemInInventoryByID Gun_RifleMonolith_AR 0 1 1 |
| 身元不明ストーカーのAR416 | XCreateItemInInventoryByID Gun_Unknown_AR 0 1 1 |
| SOFMOD | XCreateItemInInventoryByID Gun_SOFMOD_AR 0 1 1 |
| クラスターファック | XCreateItemInInventoryByID Gun_Sharpshooter_AR 0 1 1 |
| ASラヴィナ | XCreateItemInInventoryByID GunLavina_ST 0 1 1 |
| トロフィー | XCreateItemInInventoryByID Gun_Trophy_AR 0 1 1 |
| SA-U Gabion | XCreateItemInInventoryByID Gun_Gabion_AR 0 1 1 |
| フォーラ 221 | XCreateItemInInventoryByID GunFora_ST 0 1 1 |
| ドニプロ | XCreateItemInInventoryByID GunDnipro_ST 0 1 1 |
| ソトニク | XCreateItemInInventoryByID Gun_Sotnyk_AR 0 1 1 |
| Lullaby | XCreateItemInInventoryByID Gun_Novator_AR 0 1 1 |
| GP37 | XCreateItemInInventoryByID GunG37_ST 0 1 1 |
| グロム S-14 | XCreateItemInInventoryByID GunGrim_ST 0 1 1 |
| グロム S-15 | XCreateItemInInventoryByID Gun_S15_AR 0 1 1 |
| カーロド | XCreateItemInInventoryByID GunKharod_ST 0 1 1 |
| M701 スーパー | XCreateItemInInventoryByID GunM701_SP 0 1 1 |
| キャバリエ | XCreateItemInInventoryByID Gun_Cavalier_SR 0 1 1 |
| Hunter | XCreateItemInInventoryByID Gun_Zvirolov_SR 0 1 1 |
| マークI EMR | XCreateItemInInventoryByID GunMark_SP 0 1 1 |
| パートナー | XCreateItemInInventoryByID Gun_Partner_SR 0 1 1 |
| SVDM-2 | XCreateItemInInventoryByID GunSVDM_SP 0 1 1 |
| リンクス | XCreateItemInInventoryByID Gun_Lynx_SR 0 1 1 |
| SVU-MK S-3 | XCreateItemInInventoryByID GunSVU_SP 0 1 1 |
| ウィップ | XCreateItemInInventoryByID Gun_Whip_SR 0 1 1 |
| VSヴィンター | XCreateItemInInventoryByID GunGvintar_ST 0 1 1 |
| メルク | XCreateItemInInventoryByID Gun_Merc_AR 0 1 1 |
| Veteran | XCreateItemInInventoryByID Gun_Veteran_AR 0 1 1 |
| ブームスティック | XCreateItemInInventoryByID GunObrez_SG 0 1 1 |
| Toz-34 | XCreateItemInInventoryByID GunTOZ_SG 0 1 1 |
| レイカ | XCreateItemInInventoryByID Gun_Rail_SG 0 1 1 |
| M860 クラッカー | XCreateItemInInventoryByID GunM860_SG 0 1 1 |
| M860 モノリス | XCreateItemInInventoryByID Gun_ShotgunMonolith_SG 0 1 1 |
| プレデター | XCreateItemInInventoryByID Gun_Predator_SG 0 1 1 |
| ラム2 | XCreateItemInInventoryByID GunRam2_SG 0 1 1 |
| テキサン | XCreateItemInInventoryByID Gun_Texas_SG 0 1 1 |
| SPSA-14 | XCreateItemInInventoryByID GunSPSA_SG 0 1 1 |
| スレッジハンマー | XCreateItemInInventoryByID Gun_Sledgehammer_SG 0 1 1 |
| サイガ D-12 | XCreateItemInInventoryByID GunD12_SG 0 1 1 |
| Margach D12MT | XCreateItemInInventoryByID Gun_Margach_SG 0 1 1 |
| ガウスガン | XCreateItemInInventoryByID GunGauss_SP 0 1 1 |
| RPM-74 | XCreateItemInInventoryByID GunPKP_MG 0 1 1 |
| ビースト | XCreateItemInInventoryByID GunPKP_Korshunov_MG 0 1 1 |
| グラトン | XCreateItemInInventoryByID Gun_Tank_MG 0 1 1 |
| EM-1 | XCreateItemInInventoryByID GunGauss_Scar_SP 0 1 1 |
| RPG-7U | XCreateItemInInventoryByID GunRpg7_GL 0 1 1 |
| アーティファクト | コマンド |
|---|---|
| 不思議なボール | XCreateItemInInventoryByID AArtifactWeirdBall 0 1 1 |
| 不思議なボルト | XCreateItemInInventoryByID AArtifactWeirdBolt 0 1 1 |
| 不思議な花 | XCreateItemInInventoryByID AArtifactWeirdFlower 0 1 1 |
| 不思議なポット | XCreateItemInInventoryByID AArtifactWeirdKettle 0 1 1 |
| 不思議な木の実 | XCreateItemInInventoryByID AArtifactWeirdNut 0 1 1 |
| 不思議な水 | XCreateItemInInventoryByID AArtifactWeirdWater 0 1 1 |
| コンパス | XCreateItemInInventoryByID GArtifactCompass 0 1 1 |
| ハイパーキューブ | XCreateItemInInventoryByID FArtifactRingOmnipotence 0 1 1 |
| リキッドロック | XCreateItemInInventoryByID CArtifactLiquidStone 0 1 1 |
| サンダーベリー | XCreateItemInInventoryByID EArtifactDope 0 1 1 |
| クレスト | XCreateItemInInventoryByID EArtifactCrystalGlass 0 1 1 |
| デビルズマッシュルーム | XCreateItemInInventoryByID CArtifactDevilsMushroom 0 1 1 |
| グレア | XCreateItemInInventoryByID EArtifactAtom 0 1 1 |
| マジックキューブ | XCreateItemInInventoryByID GArtifactRubiksCube 0 1 1 |
| ミートライター | XCreateItemInInventoryByID FArtifactFireworks 0 1 1 |
| ナイトスター | XCreateItemInInventoryByID GArtifactNightStar 0 1 1 |
| ペリクル | XCreateItemInInventoryByID CArtifactPellicle 0 1 1 |
| ペトゥル | XCreateItemInInventoryByID FArtifactCandle 0 1 1 |
| スキップジャック | XCreateItemInInventoryByID CArtifactBouncyBall 0 1 1 |
| ブロークンロック | XCreateItemInInventoryByID GArtifactSplitStone 0 1 1 |
| バブル | XCreateItemInInventoryByID CArtifactBubble 0 1 1 |
| シリエイト | XCreateItemInInventoryByID CArtifactPlasticine 0 1 1 |
| デッドスポンジ | XCreateItemInInventoryByID FArtifactDeadSponge 0 1 1 |
| フラワーバッド | XCreateItemInInventoryByID GArtifactBud 0 1 1 |
| フライトラップ | XCreateItemInInventoryByID GArtifactHedgehog 0 1 1 |
| コロボーク | XCreateItemInInventoryByID CArtifactBun 0 1 1 |
| ランタン | XCreateItemInInventoryByID EArtifactThunderHedgehog 0 1 1 |
| ママズ・ビーズ | XCreateItemInInventoryByID FArtifactMomsBeads 0 1 1 |
| ムーンライト | XCreateItemInInventoryByID EArtifactMoonlight 0 1 1 |
| プラズマ | XCreateItemInInventoryByID FArtifactPlasma 0 1 1 |
| ソウル | XCreateItemInInventoryByID EArtifactSoul 0 1 1 |
| スプリング | XCreateItemInInventoryByID GArtifactSpring 0 1 1 |
| スターフィッシュ | XCreateItemInInventoryByID EArtifactRazor 0 1 1 |
| トーチ | XCreateItemInInventoryByID FArtifactCore 0 1 1 |
| ツーリスト・ブレックファスト | XCreateItemInInventoryByID CArtifactRosin 0 1 1 |
| アーチン | XCreateItemInInventoryByID CArtifactEchinus 0 1 1 |
| バッテリー | XCreateItemInInventoryByID EArtifactBattery 0 1 1 |
| キャビティ | XCreateItemInInventoryByID FArtifactGlass 0 1 1 |
| チョコレートバー | XCreateItemInInventoryByID EArtifactChocolate 0 1 1 |
| クラウン | XCreateItemInInventoryByID GArtifactGraphiteBlock 0 1 1 |
| クラスト | XCreateItemInInventoryByID CArtifactCottonWool 0 1 1 |
| クリスタル | XCreateItemInInventoryByID FArtifactCrystal 0 1 1 |
| クリスタル・ソーン | XCreateItemInInventoryByID CArtifactCrystalThorn 0 1 1 |
| ドロップレット | XCreateItemInInventoryByID FArtifactDrops 0 1 1 |
| アイ | XCreateItemInInventoryByID FArtifactEye 0 1 1 |
| ファイアボール | XCreateItemInInventoryByID FArtifactFireBall 0 1 1 |
| フラッシュ | XCreateItemInInventoryByID EArtifactFlash 0 1 1 |
| フロー | XCreateItemInInventoryByID FArtifactBakedBolts 0 1 1 |
| ゴールドフィッシュ | XCreateItemInInventoryByID GArtifactGoldFish 0 1 1 |
| グラビ | XCreateItemInInventoryByID GArtifactGravy 0 1 1 |
| ハープ | XCreateItemInInventoryByID EArtifactCloud 0 1 1 |
| ホルン | XCreateItemInInventoryByID CArtifactBung 0 1 1 |
| ジェリーフィッシュ | XCreateItemInInventoryByID GArtifactLandSlug 0 1 1 |
| リラ | XCreateItemInInventoryByID FArtifactResin 0 1 1 |
| マグマ | XCreateItemInInventoryByID FArtifactHellishHedgehog 0 1 1 |
| ミートチャンク | XCreateItemInInventoryByID CArtifactChunkMeat 0 1 1 |
| マイカ | XCreateItemInInventoryByID CArtifactMica 0 1 1 |
| モールド | XCreateItemInInventoryByID CArtifactKryptonite 0 1 1 |
| ぺブル | XCreateItemInInventoryByID GArtifactPlane 0 1 1 |
| ラットキング | XCreateItemInInventoryByID EArtifactWorm 0 1 1 |
| ロジン | XCreateItemInInventoryByID GArtifactTrunk 0 1 1 |
| サファイア | XCreateItemInInventoryByID EArtifactJellyFish 0 1 1 |
| シェル | XCreateItemInInventoryByID EArtifactDummy 0 1 1 |
| ショップクラス | XCreateItemInInventoryByID EArtifactTow 0 1 1 |
| スライム | XCreateItemInInventoryByID CArtifactSlime 0 1 1 |
| スラグ | XCreateItemInInventoryByID CArtifactSlug 0 1 1 |
| スノーフレーク | XCreateItemInInventoryByID EArtifactSnowflake 0 1 1 |
| スパークラー | XCreateItemInInventoryByID EArtifactSparkler 0 1 1 |
| スピナー | XCreateItemInInventoryByID FArtifactBurntHunk 0 1 1 |
| ステーキ | XCreateItemInInventoryByID FArtifactSteak 0 1 1 |
| ストーンブラッド | XCreateItemInInventoryByID GArtifactBloodStone 0 1 1 |
| ストーンハート | XCreateItemInInventoryByID GArtifactStoneDrop 0 1 1 |
| ソーン | XCreateItemInInventoryByID CArtifactThorn 0 1 1 |
| ワールウィンド | XCreateItemInInventoryByID GArtifactSponge 0 1 1 |
| レンチド | XCreateItemInInventoryByID GArtifactWrenched 0 1 1 |
| アイテム | コマンド |
|---|---|
| Echo detector | XCreateItemInInventoryByID Echo 0 1 1 |
| Hilka Detector | XCreateItemInInventoryByID Gilka 0 1 1 |
| Bear Detector | XCreateItemInInventoryByID Bear 0 1 1 |
| Veles Detector | XCreateItemInInventoryByID Veles 0 1 1 |
| Bread | XCreateItemInInventoryByID Bread 0 1 1 |
| Sausage | XCreateItemInInventoryByID Sausage 0 1 1 |
| Canned food | XCreateItemInInventoryByID CannedFood 0 1 1 |
| Condensed milk | XCreateItemInInventoryByID Milk 0 1 1 |
| Water | XCreateItemInInventoryByID Water 0 1 1 |
| Beer | XCreateItemInInventoryByID Beer 0 1 1 |
| Cossacks vodka | XCreateItemInInventoryByID Vodka 0 1 1 |
| Magic vodka | XCreateItemInInventoryByID DvupalovVodka 0 1 1 |
| Non stop energy drink | XCreateItemInInventoryByID Energetic 0 1 1 |
| Non stop limited edition energy drink | XCreateItemInInventoryByID Energetic_Limited 0 1 1 |
| Bandage | XCreateItemInInventoryByID Bandage 0 1 1 |
| Medkit | XCreateItemInInventoryByID Medkit 0 1 1 |
| Army Medkit | XCreateItemInInventoryByID ArmyMedkit 0 1 1 |
| Scientific Medkit | XCreateItemInInventoryByID EcoMedkit 0 1 1 |
| Anti-radiation drugs | XCreateItemInInventoryByID AntiRad 0 1 1 |
| Psi-block | XCreateItemInInventoryByID PSYBlocker 0 1 1 |
| Vinca | XCreateItemInInventoryByID Cinnamon 0 1 1 |
| Hercules | XCreateItemInInventoryByID Hercules 0 1 1 |
| RGD-5 | XCreateItemInInventoryByID GrenadeRGD5 0 1 1 |
| F-1 Grenade | XCreateItemInInventoryByID GrenadeF1 0 1 1 |