<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Miller</title>
    <description>The latest articles on Forem by Miller (@millerdean).</description>
    <link>https://forem.com/millerdean</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3670957%2F7db3e3d8-5fd2-499f-8c8d-130dd574140d.png</url>
      <title>Forem: Miller</title>
      <link>https://forem.com/millerdean</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/millerdean"/>
    <language>en</language>
    <item>
      <title>REFramework: The Ultimate Power Tool for Capcom’s RE Engine</title>
      <dc:creator>Miller</dc:creator>
      <pubDate>Tue, 23 Dec 2025 15:50:59 +0000</pubDate>
      <link>https://forem.com/millerdean/reframework-the-ultimate-power-tool-for-capcoms-re-engine-104o</link>
      <guid>https://forem.com/millerdean/reframework-the-ultimate-power-tool-for-capcoms-re-engine-104o</guid>
      <description>&lt;p&gt;In the world of modern PC gaming, few modding tools are as transformative as REFramework. Developed by the prolific modder praydog, this open-source project has evolved from a simple FOV fixer into a massive scripting platform and VR injection suite that supports nearly every major Capcom title of the last decade.&lt;/p&gt;

&lt;p&gt;Whether you are looking to fix technical stutters in Monster Hunter Wilds, add Virtual Reality to Resident Evil Village, or simply play Street Fighter 6 in ultrawide, REFramework is the foundation that makes it possible.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is REFramework?
&lt;/h2&gt;

&lt;p&gt;At its core, &lt;a href="https://reframework.dev/" rel="noopener noreferrer"&gt;REFramework&lt;/a&gt; is a DLL wrapper (typically dinput8.dll) that hooks into games built on Capcom’s proprietary RE Engine (Reach for the Moon Engine).&lt;/p&gt;

&lt;p&gt;Unlike standard "texture swaps" or "cheat trainers," REFramework operates at the engine level. It exposes the game's internal variables and functions to a powerful Lua scripting API, allowing modders to create complex features—like new gameplay mechanics or custom UI—without needing access to the game's source code.&lt;/p&gt;

&lt;h2&gt;
  
  
  Supported Games (The RE Engine Catalog)
&lt;/h2&gt;

&lt;p&gt;REFramework is compatible with almost all "tentpole" Capcom releases, including:&lt;/p&gt;

&lt;p&gt;Resident Evil Series: RE2 Remake, RE3 Remake, RE7, RE Village, and RE4 Remake.&lt;/p&gt;

&lt;p&gt;Monster Hunter Series: Monster Hunter Rise and the newly released Monster Hunter Wilds.&lt;/p&gt;

&lt;p&gt;Other Hits: Devil May Cry 5, Street Fighter 6, Dragon's Dogma 2, and Kunitsu-Gami.&lt;/p&gt;

&lt;h2&gt;
  
  
  3. Key Features and Capabilities
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;A. Virtual Reality Injection (The "Crown Jewel")&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Perhaps the most famous feature of REFramework is its 6DOF (Six Degrees of Freedom) VR support. Praydog’s framework allows players to play the modern Resident Evil games in full VR with:&lt;/p&gt;

&lt;p&gt;Motion Controls: Physical knifing, aiming, and grenade throwing.&lt;/p&gt;

&lt;p&gt;Full Spatial Awareness: Converting the standard flat-screen game into an immersive 3D environment.&lt;/p&gt;

&lt;p&gt;VR Menus: Wrist-based overlays to adjust mod settings on the fly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;B. Scripting Platform (Lua API)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;For developers, REFramework provides a playground. By placing .lua scripts into the /reframework/autorun folder, players can enable:&lt;/p&gt;

&lt;p&gt;Health Bars: Real-time HP displays for enemies (essential for RE4 Remake and Monster Hunter).&lt;/p&gt;

&lt;p&gt;First-Person Mods: Forcing games like RE2 and RE3 Remake into a first-person perspective.&lt;/p&gt;

&lt;p&gt;Quality of Life: Vignette disablers, manual flashlights, and HUD hiders.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;C. Technical Performance Fixes&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;REFramework is often used as a "Day 1" patch for optimization.&lt;/p&gt;

&lt;p&gt;Stutter Reduction: It can bypass certain anti-tamper or engine stutters (famously fixing the "Enemy Death Stutter" in RE Village).&lt;/p&gt;

&lt;p&gt;Ultrawide/FOV Support: It fixes the "Black Bars" on 21:9 monitors and provides an FOV slider far beyond the game’s native limits.&lt;/p&gt;

&lt;h2&gt;
  
  
  How to Install REFramework
&lt;/h2&gt;

&lt;p&gt;Installation is designed to be non-intrusive and "plug-and-play."&lt;/p&gt;

&lt;p&gt;Download: Get the latest release (or "Nightly Build" for new games like MH Wilds) from the official GitHub repository.&lt;/p&gt;

&lt;p&gt;Extract: Open the .zip and locate the dinput8.dll file.&lt;/p&gt;

&lt;p&gt;Place: Move dinput8.dll into the main game folder (where the .exe is located).&lt;/p&gt;

&lt;p&gt;Launch: Start the game. An overlay menu should appear. Use the [Insert] key to open or close the menu.&lt;/p&gt;

&lt;h2&gt;
  
  
  5. Troubleshooting and Safety
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Can you get banned?&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;In single-player games like Resident Evil, the risk is zero. However, in multiplayer-capable games like Monster Hunter Wilds or Street Fighter 6, caution is advised. While most players use REFramework for cosmetic or performance mods without issue, using it to "cheat" online can lead to bans. Always disable mods before entering competitive ranked matches.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Common Fix: "Game Won't Launch"&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If your game crashes on startup after an official update:&lt;/p&gt;

&lt;p&gt;Check the GitHub for a Nightly Build. Capcom updates often "break" the hooks used by the mod.&lt;/p&gt;

&lt;p&gt;Delete the re2_fw_config.txt file in your game folder to reset mod settings.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;REFramework is more than just a mod; it is a bridge that brings modern features—like VR and deep customization—to some of the best games ever made. For any PC gamer playing a Capcom title in 2025, it is an essential piece of software.&lt;/p&gt;

&lt;p&gt;Official Links - &lt;a href="https://reframework.dev/" rel="noopener noreferrer"&gt;REFramework.dev&lt;/a&gt;&lt;/p&gt;

</description>
      <category>reframework</category>
      <category>pcmodding</category>
      <category>capcom</category>
      <category>unity3d</category>
    </item>
    <item>
      <title>🍋 LemonLoader — Real-World Android Mod Loader for Unity Games</title>
      <dc:creator>Miller</dc:creator>
      <pubDate>Fri, 19 Dec 2025 15:52:25 +0000</pubDate>
      <link>https://forem.com/millerdean/lemonloader-real-world-android-mod-loader-for-unity-games-3n16</link>
      <guid>https://forem.com/millerdean/lemonloader-real-world-android-mod-loader-for-unity-games-3n16</guid>
      <description>&lt;p&gt;LemonLoader is an open-source Android application and installer designed to bring mod loading capabilities to Unity-engine games on Android and VR platforms. It makes it easier to install and run mods by automating the integration of MelonLoader into compatible Android titles — most notably VR games like BONELAB on Meta Quest. &lt;br&gt;
LemonLoader&lt;/p&gt;

&lt;h2&gt;
  
  
  🧠 What LemonLoader Is
&lt;/h2&gt;

&lt;p&gt;Installer for MelonLoader on Android: LemonLoader isn’t exactly a standalone mod loader in the traditional sense; it’s an Android installer/patcher that sets up MelonLoader functionality for Unity games on mobile and VR. &lt;br&gt;
LemonLoader&lt;/p&gt;

&lt;p&gt;Open Source: Its source code and related projects live on GitHub under the LemonLoader organization. &lt;br&gt;
GitHub&lt;/p&gt;

&lt;p&gt;Target Platforms: Android devices and standalone VR headsets that run Android-based Unity games, such as Meta Quest. &lt;br&gt;
LemonLoader&lt;/p&gt;

&lt;h2&gt;
  
  
  📍 How LemonLoader Works
&lt;/h2&gt;

&lt;p&gt;LemonLoader helps users patch a game’s APK or runtime environment so that MelonLoader’s mod loading features can hook into Unity titles. Once patched:&lt;/p&gt;

&lt;p&gt;The Unity game will launch with MelonLoader’s runtime enabled via LemonLoader.&lt;/p&gt;

&lt;p&gt;Users can then place compatible mod files (compiled for Android/ARM) into a mods directory.&lt;/p&gt;

&lt;p&gt;Mods will run when the game starts, similar to how MelonLoader works on PC. &lt;br&gt;
LemonLoader&lt;/p&gt;

&lt;p&gt;This makes it possible to use custom code mods on devices where traditional PC-style installation isn’t possible. &lt;br&gt;
LemonLoader&lt;/p&gt;

&lt;h2&gt;
  
  
  📲 Typical Use Cases
&lt;/h2&gt;

&lt;p&gt;Modding VR games like BONELAB on Meta Quest to add new features or tweaks. &lt;br&gt;
LemonLoader&lt;/p&gt;

&lt;p&gt;Installing MelonLoader support on Android builds of Unity games. &lt;br&gt;
LemonLoader&lt;/p&gt;

&lt;p&gt;Managing mods on a mobile device without a PC-only workflow. &lt;br&gt;
LemonLoader&lt;/p&gt;

&lt;h2&gt;
  
  
  🛠 Installation Overview
&lt;/h2&gt;

&lt;p&gt;While exact steps vary by game and device, the general flow is:&lt;/p&gt;

&lt;p&gt;Download the LemonLoader APK from the official website. &lt;br&gt;
LemonLoader&lt;/p&gt;

&lt;p&gt;Enable installation from unknown sources on your Android device. &lt;br&gt;
LemonLoader&lt;/p&gt;

&lt;p&gt;Install LemonLoader and run it. &lt;br&gt;
LemonLoader&lt;/p&gt;

&lt;p&gt;Select the Unity game you want to mod. &lt;br&gt;
LemonLoader&lt;/p&gt;

&lt;p&gt;Patch the game using MelonLoader integration. &lt;br&gt;
LemonLoader&lt;/p&gt;

&lt;p&gt;Place compatible Android mod files in the designated folder if supported. &lt;br&gt;
LemonLoader&lt;/p&gt;

&lt;p&gt;Community-maintained guides on lemonloader.com offer detailed instructions specific to each game. &lt;br&gt;
LemonLoader&lt;/p&gt;

&lt;h2&gt;
  
  
  ⚠️ Important Notes
&lt;/h2&gt;

&lt;p&gt;Not official MelonLoader: LemonLoader is inspired by MelonLoader and facilitates its use on Android, but it is not an official product of the MelonLoader (LavaGang) team. &lt;br&gt;
LemonLoader&lt;/p&gt;

&lt;p&gt;User caution advised: Modding can cause game instability, and accessing third-party tools always carries risk, so always use the official source at lemonloader.com. &lt;br&gt;
LemonLoader&lt;/p&gt;

&lt;p&gt;Compatibility varies: Some mods work better than others, and bugs are common on complex installs like Quest; community troubleshooting may be necessary. &lt;br&gt;
Reddit&lt;/p&gt;

&lt;h2&gt;
  
  
  📂 Real-World References
&lt;/h2&gt;

&lt;p&gt;Official guides and downloads are hosted at &lt;a href="https://lemonloader.com" rel="noopener noreferrer"&gt;https://lemonloader.com&lt;/a&gt;&lt;br&gt;
, the recognized primary resource. &lt;br&gt;
LemonLoader&lt;/p&gt;

&lt;p&gt;The LemonLoader organization maintains related source code on GitHub (multiple repositories related to the project). &lt;br&gt;
GitHub&lt;/p&gt;

&lt;p&gt;Official Website: &lt;a href="https://lemonloader.com" rel="noopener noreferrer"&gt;https://lemonloader.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;LemonLoader&lt;/p&gt;

&lt;p&gt;GitHub Organization: &lt;a href="https://github.com/LemonLoader" rel="noopener noreferrer"&gt;https://github.com/LemonLoader&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;GitHub&lt;/p&gt;

&lt;p&gt;LemonLoader is commonly discussed in VR modding communities (e.g., Reddit threads using it to patch BONELAB). &lt;br&gt;
Reddit&lt;/p&gt;

&lt;h2&gt;
  
  
  🧩 Relationship With MelonLoader
&lt;/h2&gt;

&lt;p&gt;LemonLoader’s purpose is to bring the functionality of MelonLoader — the popular PC Unity mod loader — to Android devices. MelonLoader itself is a separate project hosted by the LavaGang organization for Unity modding on PC, and LemonLoader leverages that ecosystem for mobile platforms. &lt;br&gt;
LemonLoader&lt;/p&gt;

</description>
      <category>gamedev</category>
      <category>modding</category>
      <category>pcgaming</category>
      <category>steam</category>
    </item>
  </channel>
</rss>
