Resident Evil Requiem’s modding scene has quickly produced a standout nostalgia mod: “Merchant – Supply Boxes,” a replacer that swaps the game’s supply boxes for the iconic Resident Evil 4 Remake Merchant. The result is a visual and audio throwback that brings the Merchant’s presence to the same spots players already use for resupplies, without changing core gameplay systems.
Resident Evil Requiem RE4 Merchant Mod Explained
“Merchant – Supply Boxes” is a Resident Evil Requiem replacer mod created by fanteeek. Its core purpose is straightforward: replace every supply box model with the RE4 Remake Merchant. The mod’s Nexus listing notes version 1.0.2, with an original upload date of April 29, 2026, and an update on May 1, 2026.
Because it targets supply box placements, the mod’s “feel” is immediate: when a player reaches what would normally be a supply interaction point, the Merchant is physically present instead of a container. The mod author also states it was created and tested on the latest version of the game’s licensed copy, which is useful context for troubleshooting mismatches after patches.
RE4 Merchant Mod Features: Idle Animations and “Welcome” Sound Replacement
Beyond a model swap, the mod includes presentation touches that make the Merchant feel less like a static prop:
- Idle animation on the Merchant model.
- “Welcome” sound replacement to mimic the Merchant’s recognizable greeting.
- A nearby “fire stand” placed for atmosphere at Merchant locations.
These features are explicitly listed by the author on the mod page, making them the confirmed baseline for what the mod intends to deliver.
Where to Download the “Merchant – Supply Boxes” Mod for Resident Evil Requiem
The official distribution point for “Merchant – Supply Boxes” is Nexus Mods under the Resident Evil Requiem category. The files page shows separate downloads intended for different PC storefront builds:
- “Merchant – Supply Boxes (Steam)” (version 1.0.2, 364.2MB)
- “Merchant – Supply Boxes (EGS)” (version 1.0.2, 364.2MB)
The listing also indicates the mod is marked “Safe to use” under Nexus’ virus scan field.
Resident Evil Requiem Merchant Mod Requirements (REFramework and Fluffy Mod Manager)
The mod author lists two requirements:
- REFramework
- Fluffy Mod Manager
REFramework is broadly described by its maintainer as “a mod framework, scripting platform, and modding tool for RE Engine games,” and it explicitly lists Resident Evil Requiem among supported games.
Fluffy Mod Manager is described on Nexus as a mod manager that can automatically take backups of files when installing mods, and it supports multiple modding methods for RE Engine titles.
How to Install REFramework for Resident Evil Requiem Mods
On the Resident Evil Requiem Nexus page for REFramework, installation is described as extracting dinput8.dll from the REFramework download into the Resident Evil Requiem install folder.
After installation:
- The REFramework in-game menu can be opened with the Insert key.
- Scripts can be installed under
reframework/autorun. - Plugins can be installed under
reframework/plugins.
For broader context, the REFramework GitHub instructions also describe non-VR setup as extracting dinput8.dll into the game folder.

How to Install the Merchant Mod Using Fluffy Mod Manager
The mod author’s install steps are simple and specific:
- Download the mod file.
- Drag and drop the
.7zarchive into Fluffy Mod Manager. - Turn it on (enable it in the manager).
For general Fluffy Mod Manager workflow on RE Engine titles, the tool’s Nexus page provides a “quick and dirty guide” that includes extracting the mod manager anywhere, running it, selecting the appropriate game, and drag-and-dropping archives (RAR/7Zip/ZIP) into the window, then clicking the mod to install/uninstall.
How the Mod Replaces Supply Boxes with the RE4 Remake Merchant
At the content level, “Merchant – Supply Boxes” is explicitly tagged as a “Replacer” and described as replacing all supply boxes with the Merchant from Resident Evil 4 Remake.
At the toolchain level, the mod’s requirements imply a typical RE Engine mod workflow:
- Fluffy Mod Manager handles installing/uninstalling packaged mods (including 7Zip archives) and managing the game’s modded assets.
- REFramework provides a mod framework layer commonly used in Resident Evil Requiem mod setups.
Practically, that means the supply box asset references (models/meshes and related resources) are swapped so the Merchant appears where supply boxes would normally be placed, while the rest of the game remains unchanged. The mod’s own description supports this “replacement, not redesign” intent.
Does the RE4 Merchant Mod Work in Every Location with Supply Boxes
The author explicitly notes they have not tested all areas in the game where supply boxes appear, and asks players to report bugs, misplaced items, or anything else that looks wrong.
That means coverage is intended to be broad (“replaces all supply boxes”), but real-world completeness may vary depending on specific locations, patches, or edge-case placements.
Common Merchant Mod Bugs in Resident Evil Requiem and How to Fix Them
The mod page provides two key troubleshooting signals:
- If glitches or bugs occur, the author recommends disabling all third-party mods.
- The changelog documents at least one location-specific fix (“Fixed Merchant in Racoon City East”) and an adjustment for a “rare tracker” position in a courtyard location.
Practical fixes that align with the mod’s documentation and the mod manager’s guidance:
- Update to the latest mod version (1.0.2) if using older releases, since 1.0.1 and 1.0.2 include targeted fixes.
- Disable other mods, then re-enable mods one at a time to identify conflicts (the author explicitly recommends disabling third-party mods when troubleshooting).
- If a game update breaks installs, Fluffy Mod Manager’s guidance for patched RE Engine titles includes using “re-read game archives” and, if necessary, uninstalling mods and verifying file integrity in Steam.
Merchant Mod Compatibility with Other Resident Evil Requiem Mods
As a replacer, this mod can conflict with other mods that also modify supply box assets, shared archives, or the same locations. The author’s troubleshooting advice to disable third-party mods is a direct acknowledgement that conflicts are possible.
Fluffy Mod Manager also notes that it doesn’t merge mods modifying the same files (in the context of “ARC files”), and that the last installed mod will take priority.
Compatibility best practices for this specific Merchant replacer:
- Avoid stacking multiple supply-box replacers at the same time.
- If another mod edits the same location props or object placements, expect overlap issues (missing props, duplicates, clipping).
- Control install order: if two mods touch the same resources, whichever is installed last is more likely to “win.”
Performance Impact of Model Replacement Mods in Resident Evil Requiem
Model replacement mods can range from negligible impact to noticeable overhead depending on model complexity, texture resolution, and how many instances appear in a scene. The “Merchant – Supply Boxes” download is large (364.2MB), which can indicate substantial asset data (high-resolution textures, multiple LODs, or bundled resources).
Expected performance considerations (implementation-dependent):
- Slightly higher VRAM usage in areas with multiple Merchant instances (relative to low-detail boxes).
- Potentially longer initial streaming/loading for the replaced assets on first encounter.
- Rare stutter if the game streams a high-detail model at the moment a supply box would normally appear.
If performance issues arise, isolating the mod (disabling other third-party mods) is the first diagnostic step recommended by the author.
Can You Add More Merchant Voice Lines and Animations in Resident Evil Requiem
The mod author explicitly says they plan to figure out how to add more dialogue lines and animations, but also flags uncertainty about feasibility and time required.
From a tooling standpoint, REFramework is positioned as a scripting platform for RE Engine games, which is the kind of infrastructure typically needed for deeper behavior changes beyond simple asset replacement.
In practice, expanding voice lines/animations usually requires:
- Identifying how the game triggers audio events for interactable vendors or scripted NPCs.
- Ensuring new audio assets match the game’s expected formats and banks.
- Binding animation state changes to in-game conditions (player proximity, interaction prompts, or scripted triggers).
Until the author (or another modder) ships an update that confirms these additions, the only confirmed audio change is the “Welcome” sound replacement and the only confirmed animation is the idle animation.
How to Uninstall the Resident Evil Requiem Merchant Mod Cleanly
A clean uninstall should follow the same tool path used for installation:
- In Fluffy Mod Manager, disable/uninstall the mod (Fluffy’s usage guide describes clicking mods to install and clicking again to uninstall).
- If the game has been patched or the mod state is inconsistent, Fluffy’s guidance includes uninstalling mods and verifying file integrity as a recovery step.
Fluffy Mod Manager’s Nexus description also notes automatic backups of files when installing mods, which can help restoration when uninstalling.
Is Resident Evil Requiem Modding Safe (files, Virus Scans, Backups)
No modding workflow is risk-free, but this specific setup includes multiple safety signals and best practices:
- Nexus lists “Merchant – Supply Boxes” as “Safe to use” under virus scan.
- The mod’s files page links out to VirusTotal for the uploaded archives, providing an extra scanning checkpoint.
- Fluffy Mod Manager is also marked “Safe to use” on Nexus, and it states it can automatically take backups of files when installing mods.
Recommended safety workflow:
- Keep clean backups of saves (separate from mod manager backups of game files).
- Prefer well-known toolchains (REFramework + Fluffy) and avoid unknown executables.
- After game updates, expect some mods to break; uninstall mods before major patch troubleshooting, then re-install after verifying compatibility.
Can You Use Resident Evil Requiem Mods on Console or Only on PC
This modding method is PC-oriented. REFramework installation requires placing a DLL (dinput8.dll) into the game folder, which presumes filesystem access to the installation directory and a platform that supports such loading behavior.
Consoles generally do not allow this type of external mod loader workflow for retail titles, so practical support is effectively limited to PC builds (including Steam/Epic, as reflected by separate mod downloads).
Frequently Asked Questions (FAQs)
- What does the “Merchant – Supply Boxes” mod do?
It replaces Resident Evil Requiem’s supply boxes with the RE4 Remake Merchant. - What are the key Merchant mod features?
The author lists idle animation, a “Welcome” sound replacement, and a nearby fire stand. - Where can the mod be downloaded safely?
The mod is hosted on Nexus Mods and marked “Safe to use” under the site’s virus scan field. - Are there different downloads for Steam and Epic Games Store?
Yes—Nexus lists separate files labeled for Steam and EGS, both at version 1.0.2. - What tools are required to run the Merchant mod?
The mod page lists REFramework and Fluffy Mod Manager as requirements. - How do you install REFramework for Resident Evil Requiem?
Extractdinput8.dllinto the Resident Evil Requiem install folder; REFramework’s menu can be opened with Insert. - How do you install the Merchant mod with Fluffy Mod Manager?
The author instructs downloading the mod and drag-and-dropping the.7zinto Fluffy Mod Manager, then enabling it. - Does the Merchant mod work everywhere supply boxes appear?
The author states they have not tested all areas where supply boxes exist, so edge-case issues may occur. - What should you do if the Merchant is glitchy or misplaced?
First, disable other third-party mods (as recommended on the mod page) and ensure you’re on the latest version (which includes location fixes). - How do you uninstall it cleanly?
Use Fluffy Mod Manager to uninstall/disable the mod (click to uninstall), and if a patch caused issues, follow the manager guidance to uninstall mods and verify integrity.

Conclusion
“Merchant – Supply Boxes” is a focused, high-impact Resident Evil Requiem mod that restores a recognizable RE4 Remake Merchant vibe by replacing supply boxes with a fully presented Merchant presence—idle animation, a “Welcome” audio touch, and environmental dressing. Installation is intentionally simple (REFramework + Fluffy Mod Manager), but the author’s own notes highlight standard limitations of early replacer mods: incomplete location testing and possible conflicts with other mods.
Sources and Citations
- Nexus Mods — “Merchant – Supply Boxes”
https://www.nexusmods.com/residentevilrequiem/mods/1920 - Nexus Mods — “Merchant – Supply Boxes” files
https://www.nexusmods.com/residentevilrequiem/mods/1920?tab=files - Nexus Mods — “REFramework” for Resident Evil Requiem
https://www.nexusmods.com/residentevilrequiem/mods/13 - GitHub — praydog/REFramework
https://github.com/praydog/REFramework - Nexus Mods — Fluffy Mod Manager
https://www.nexusmods.com/site/mods/818
Recommended
- Supergirl Trailer Reveals Kara’s 3-Day Race to Save Krypto
- Blender Rendering Made Easy: Using The View Keeper for Multi-Shot Projects
- Xbox Officially Announces Forza Horizon 6 Wireless Controller and Headset: Price, Release Date, Specs, and Preorder
- Why PixelHair is the Best Asset Pack for Blender Hair Grooming
- Netflix Cancels Kerri Strug Biopic Perfect After Millie Bobby Brown Exit: What Happened to the Olympic Movie?
- Nintendo Confirms a Summer Release Date for Rhythm Heaven Groove / Rhythm Paradise Groove (July 2, 2026)
- Meta Is Reportedly Working on an AI Model of Mark Zuckerberg: The “CEO Clone” Explained
- Neverway Preview: A Compelling and Strange Mystery Adventure – Prologue Demo Impressions, Gameplay, Story, and Release Window
- Subnautica 2’s Messy Publisher Drama Takes Another Turn: Why Krafton Vanished From Store Listings
- YouTube Now Lets You Hide Shorts: How to Turn Off the Shorts Feed With the 0-Minute Limit










