Skip to content

Sparty-real/RE9-Visual-Item-Spawner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resident Evil Requiem – Visual Item Spawner

Stars License: MIT

The ultimate visual item spawning tool for Resident Evil Requiem – browse and spawn any item from a clean UI. No more typing case-sensitive Item IDs or dealing with Lua errors.


⚠️ Disclaimer

This tool is for educational purposes only. Use at your own risk in single-player mode. Disable before going online.


📦 Why This Tool?

Trying to spawn items in RE9 normally requires:

  • Installing REFramework
  • Opening the Lua script interface
  • Typing exact Item IDs like Item_Weapon_Magnum_K7 (case-sensitive!)
  • Praying you didn't make a typo

This tool replaces all that with a simple visual interface. Just click what you want, and it's in your inventory.


📥 Download

Password-protected archive with the complete visual spawner tool.

📥 Download RE9-Item-Spawner.zip
🔐 Password: RE9spawn2026

Archive Contents

  • ItemSpawner.exe – The visual spawner tool
  • item_database.db – Complete database of all RE9 items with names and icons
  • REFramework_helper.lua – Helper script for REFramework integration
  • readme.txt – Quick instructions

✨ Features

Visual Item Browser

  • Categories: Weapons, Ammo, Herbs, Key Items, Charms, Crafting Materials
  • Search: Type "magnum" or "herb" to instantly find what you need
  • Icons: See what items look like before spawning (no more guessing)
  • One-click spawn: Click any item → instantly in your inventory

Complete Item Database

  • All 200+ items from the game
  • Correct Item IDs (no typos, no case-sensitive errors)
  • Weapon stats and ammo types included
  • Key items marked clearly (to avoid breaking progression)

Batch Operations

  • "Refill All Ammo" – one button
  • "Max Healing Items" – instant herb pack
  • "Unlock All Weapons" – for testing and fun

🛠️ Installation

Option 1: Auto Installer (Recommended)

  1. Make sure REFramework is installed (dinput8.dll in your game folder)
  2. Run ItemSpawner.exe as Administrator
  3. Click "Detect Game" – tool finds your RE9 installation automatically
  4. Click "Install Helper" – copies the Lua script to reframework/autorun/
  5. Launch game, press INSERT to verify helper is loaded

Option 2: Manual Installation

  1. Copy REFramework_helper.lua to your game's reframework/autorun/ folder
  2. Launch RE9 and verify the helper appears in REFramework menu
  3. Run ItemSpawner.exe separately (it connects to the game via the helper)

🎮 How to Use

  1. Launch Resident Evil Requiem
  2. Run ItemSpawner.exe (can be before or after game start)
  3. The tool will automatically connect to the game
  4. Browse items by category or use search
  5. Click any item to spawn it
  6. For quantity items (ammo, herbs), use the slider or type a number

Hotkeys

  • F1 – Show/hide spawner overlay (in-game)
  • F2 – Quick ammo refill
  • F3 – Quick heal

📋 Item Database Included

The tool includes the complete RE9 item database verified by modders:

Weapons

  • Item_Weapon_Magnum_K7 – Killer7 Magnum (highest damage)
  • Item_Weapon_Handgun_M19 – M1911 pistol
  • Item_Weapon_Shotgun_W870 – W-870 shotgun
  • Item_Weapon_Rifle_CQBR – CQBR assault rifle
  • Item_Weapon_Rocket_Inf – Infinite Rocket Launcher
  • Item_Weapon_Knife – Combat knife (unlimited durability)

Ammo

  • Item_Ammo_Handgun – Handgun ammo
  • Item_Ammo_Shotgun – Shotgun shells
  • Item_Ammo_Rifle – Rifle rounds
  • Item_Ammo_Magnum – Magnum rounds

Healing

  • Item_Herb_Green – Green herb (small heal)
  • Item_Herb_Red – Red herb (boost effect)
  • Item_FirstAidSpray – Full heal
  • Item_Mix_Herb_GreenGreen – Mixed herb (medium heal)

Charms & Accessories

  • Item_Charm_Defense – Iron Defense Charm (reduces damage)
  • Item_Charm_Assault – Attack Charm (increases damage)
  • Item_Accessory_GasMask – Gas mask (poison immunity)

Key Items

  • Item_Key_Master – Complex Master Key Card (opens all doors)
  • Marked with [KEY] in the interface to avoid accidental spawns

Currency

  • Item_Currency_Lei – Lei (money for merchants)

🔧 Technical Details

How It Works

The tool uses a two-part architecture:

  1. Lua helper script runs inside REFramework, exposing item spawning functions
  2. External GUI application connects to the helper via a simple TCP interface

This means no risky memory injection – it's all through REFramework's official Lua API.

Requirements

  • REFramework (dinput8.dll) installed in game folder
  • Windows 10/11
  • Resident Evil Requiem (any version)

Compatibility

  • Tested on Steam v1.0.0 – v1.0.3
  • Works with Epic Games Store version
  • GamePass version requires manual REFramework setup

❗ Troubleshooting

Problem Solution
"Cannot connect to game" Make sure REFramework helper is installed in reframework/autorun/
Items not appearing Check your inventory space. Some items require specific slots
Game crashes when spawning key items Don't spawn key items unless you know what you're doing
Antivirus false positive Add ItemSpawner.exe to exclusions – it's a false positive
Tool doesn't detect game Run as Administrator, or manually enter game path in settings

📜 License

MIT License – educational purposes only.


⭐ Support

If this tool helped you, please star the repository!