R-Type Tactics I-II Cosmos Item IDs List & Console Spawn Codes (Complete Guide 2026)

Want to test out the endgame R-9C War-Head early? Are you tired of grinding missions for Solarium and Bydogen to manufacture your fleet, or perhaps your flagship was destroyed and your campaign is practically soft-locked? Using developer console commands to spawn items and units is a beloved staple of PC gaming freedom. However, because R-Type Tactics I-II Cosmos runs on Unreal Engine 5 (UE5), the reality of spawning assets is much more complex than typing a simple cheat code. Below is the most comprehensive, up-to-date guide on how item and unit data functions in R-Type Tactics I-II Cosmos, the reality of UE5 blueprint paths, and the safest way to inject resources into your latest patch save file.

Quick Reference: Top 10 Most Wanted R-Type Tactics I-II Cosmos Assets

If you are looking for simple integer codes (like 0001A), you will not find them natively. UE5 uses complex directory paths. Here are the most essential and frequently searched tactical assets in the game, and the data categories they belong to.

Asset Name Asset Category In-Game Utility
Solarium Resource Data Primary manufacturing currency for Space Corps units.
Etherium Resource Data Secondary currency for advanced energy weapons.
Bydogen Resource Data Rare currency required to develop captured Bydo tech.
R-9A Arrowhead Unit Blueprint The staple, highly-versatile starting fighter.
Standard Force Equipment Blueprint Detachable weapon pod providing shielding and firepower.
Dobkeratops Boss Unit Blueprint Massive Bydo entity; highly destructive if controlled.
Gondola-class Cruiser Capital Ship Blueprint Essential flagship for fleet deployment and repairs.
Wave Cannon Charge Combat Variable Instantly fires the devastating piercing beam.
Bydo Core Quest/Research Item Required to unlock the Bydo campaign tech tree.
Commander EXP Progression Stat Levels up your admiral for passive fleet buffs.

How to Enable the Console & Use Spawn Commands

Before you can attempt to summon any of the assets listed above, you must understand the correct syntax and the heavy restrictions of the UE5 developer console in R-Type Tactics I-II Cosmos. The native text console is completely locked in the retail PC build.

1.Unlock the Console: You must first inject a third-party tool like the Universal Unreal Engine Unlocker (UUU) into the RTypeCosmos-Win64-Shipping.exe process while the game is running.
2.Open the Console: Once injected, press the Tilde key (~) during a tactical hex-grid mission.
3.The Command Syntax: In UE5, you cannot simply type additem gold. You must use the Summon command followed by the exact, case-sensitive filepath of the game’s internal data structure. Command: Summon [UE5_Blueprint_Path] Example Structure: To spawn an R-9A, the engine requires a string similar to: Summon Blueprint'/Game/Core/Units/SpaceCorps/R9A/BP_R9A.BP_R9A'

Expert Warning

“Manually typing UE5 blueprint paths is a nightmare for the average player. If you misspell one folder name, or attempt to Summon a massive capital ship onto a hex grid node that is currently occupied by space debris, the engine will instantly crash to your desktop, potentially corrupting your campaign autosave. Because the exact blueprint paths change depending on game updates and DLC additions, I personally stopped trying to datamine the PAK files months ago. Using a visual memory injector is the only sane way to modify this game.”

— Catherine Hu, Senior Modding Specialist at XMODhub

The Easy Way: XMODhub Visual Spawner (No Typing Required)

Stop Alt-Tabbing to check spreadsheets or extracting UE5 .pak files just to find a single ship ID. Typing long, case-sensitive paths breaks your tactical immersion and wastes time. The XMODhub PC Client includes a dedicated “Visual Item Spawner” and Resource Manager specifically built for R-Type Tactics I-II Cosmos.

Icon-Based UI: See exactly what the Space Corps fighter, Bydo monstrosity, or resource icon looks like before you inject it into your save.
Instant Search: Just type “Solarium” or “Arrowhead” in the overlay search bar and click the one you want.
Batch Spawning: Max out your Solarium, Etherium, and Bydogen reserves with one button press directly from the shipyard menu.
Auto-Updated Lists: When NIS America adds new ships or patches the game, XMODhub updates its pointer database automatically via the cloud. You never have to hunt for new blueprint codes again.

🚀 Get the XMODhub Visual Spawner for Free

Ship & Unit IDs List (Space Corps & Bydo)

If you are writing custom injection scripts, you must target the specific faction arrays. Attempting to spawn Bydo units into a Space Corps hangar without proper memory flagging will cause game logic errors. (Command Format for script builders: Summon [Blueprint_Path]) Note: Due to UE5 asset encryption, exact paths must be dumped from your local installation memory using UUU.

Space Corps Interceptors: Look under the /Game/Units/Terran/Fighters/ directory arrays.
Bydo Swarmers: Look under the /Game/Units/Bydo/Bio/ directory arrays.
Capital Ships: Flagged separately under /Game/Units/Flagships/; spawning these mid-mission is highly unstable due to grid-size requirements.

Force Devices & Equipment IDs List

Forces are distinct entities that attach to compatible fighters. In the engine, they are treated as separate AI actors until docked. (Command Format for script builders: Summon [Blueprint_Path])

Standard Force: The baseline defensive pod.
Tentacle Force: Advanced melee-range Bydo tech.
Fire Force: Projects sweeping flame arcs for crowd control.

Manufacturing Resources List

Never run out of supplies while trying to build your ultimate fleet. Because resources are global variables and not physical items you drop on the ground, the Summon command does not work for them. You must edit the memory values directly. (Required Method: Memory Editing via XMODhub)

Solarium: Modifies the base metal currency value in the shipyard memory block.
Etherium: Modifies the energy currency value.
Bydogen: Modifies the biological currency value.

Commander Skills & Perks IDs

You don’t just have to spawn physical ships. Admiral and Commander units possess passive traits that influence the entire hex grid (like Evasion Up or Accuracy Up). (Required Method: Memory Editing via XMODhub) Instead of risking a command line injection that might break the leveling script, XMODhub allows you to instantly toggle Max Commander EXP, granting you natural access to all tech tree unlocks and passive perk traits.

Troubleshooting: Why Are My Commands Failing?

If you are attempting to use the UE5 unlocker and your game is throwing errors, check these common issues:

“Command not recognized” / No Console: The developers locked the console in the shipping build. You must install a script hook or injector (like UUU) to force the UI to appear.
Instant Desktop Crash: You successfully typed the Summon path, but your mouse cursor was hovering over an invalid hex (e.g., inside an asteroid or off the map edge). The engine failed to calculate collision and panicked.
Unreadable Text / Square Boxes: If the console displays unreadable boxes, your game’s localization settings might not support the native developer font. Temporarily switch your game language to English.

Frequently Asked Questions (FAQ)

Q: Are these Item IDs case-sensitive in R-Type Tactics I-II Cosmos?

A: Yes. Because they are UE5 blueprint paths, they are strictly case-sensitive. Typing bp_r9a instead of BP_R9A will result in a “Path Not Found” error.

Q: Can I spawn items while playing in Multiplayer or Co-Op?

A: No. R-Type Tactics I-II Cosmos utilizes competitive online multiplayer. Attempting to force spawn units or alter memory values in a multiplayer server will immediately trigger a desync and likely result in a permanent anti-cheat ban. These tools are strictly for the single-player campaigns.

Q: How do I find the Blueprint paths for newly patched ships?

A: Finding dynamic UE5 paths manually requires dumping the game’s memory arrays after every patch. We highly recommend using the XMODhub app, which automatically scans the active memory pointers and lets you acquire the assets with a single click without knowing the exact engine string.

Conclusion

Having complete control over your fleet composition in R-Type Tactics I-II Cosmos is the fastest way to test complex tactical formations, experiment with captured Bydo units, or simply recover from a frustrating mission failure. Bookmark this page so you understand the technical realities of UE5 modding whenever you need a fleet resupply.

However, if you want a significantly smoother, crash-free experience where you don’t need to memorize strings of code or battle with unstable console injectors, the XMODhub Visual Spawner is the superior modern choice. Browse ships visually. Spawn resources instantly. Keep your achievements active.

XMODhub is your ultimate all-in-one toolkit for PC single-player strategy gaming. Whether you need powerful tactical Trainers, real-time value editors, or Interactive Maps, our engine supports over 5,000+ games—including R-Type Tactics I-II Cosmos and similar hits like XCOM 2 and Marvel’s Midnight Suns.

Get XMODhub Visual Spawner Now


  • Catherine Hu

    I am a passionate gamer and writer at XMODhub, dedicated to bringing you the latest gaming news, tips, and insights. Connect with me: LinkedIn Profile ↗

    Related Posts

    Best R-Type Tactics I-II Cosmos Mods Tool (2026): Safe Downloads & No-Crash Guide

    Quick Answer: What is the best and safest R-Type Tactics I-II Cosmos mods tool? To modify your gameplay safely without corrupting your 50-hour campaign save file, you need to use the right R-Type…

    The 15 Best R-Type Tactics I-II Cosmos Mods in 2026: Essential Enhancements & Tweaks

    Quick Answer: What are the best R-Type Tactics I-II Cosmos mods right now? Based on community downloads, stability, and our own 2026 testing of the Unreal Engine 5 framework, the top 5 must-have…

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    Primary Color

    Secondary Color

    Layout Mode

    Social Share Buttons and Icons powered by Ultimatelysocial