Hizashi Icono No Naka - No Real Walkthrough Video Fix Work [2021]

Because this is a classic niche visual novel, "fix work" usually refers to one of two things:

  1. Technical Fixes: Getting the game to run on modern systems (Windows 10/11) or fixing broken video playback in the game engine.
  2. Translation/UI Fixes: Patching the game to display English menus or fixing the UI icons.

Here is a blog-style post written to address the search for a "walkthrough video fix" for this title.


Write-Up: Restoring "Hizashi no Naka no Real" — Video & Display Fix Implementation

Subject: Technical implementation of aspect ratio and video playback fixes for legacy 3D engines. Target Software: Hizashi no Naka no Real (Illusion Soft) Environment: Windows 10/11 (64-bit) hizashi icono no naka no real walkthrough video fix work

How to Record a Safe Walkthrough:

  • Disable OBS Game Capture: Use Display Capture instead. The Icono glitch only triggers on direct game hooks.
  • Render at 59.94fps: The game’s native clock runs at this Japanese broadcast standard. 60fps recordings cause the Icono shift.
  • Burn-in a Visual Metronome: Place a small dot in the corner that changes color every second. This allows future fixers to re-sync their videos.

Part 1: Understanding the "Icono" Glitch

Before we discuss the fix, let’s understand the enemy. The term "Icono" in this context is not a character—it is a corrupted save or rendering metadata inside the game's asset folder.

When content creators record Hizashi no Naka no Real, the game’s unique anti-piracy and anti-spoiler code (common in niche Japanese indie horror) detects screen recording software. It then substitutes critical puzzle icons with a glitched "Icono" placeholder. This results in walkthrough videos that show the player solving a puzzle using icons that no longer exist in the viewer’s game. Because this is a classic niche visual novel,

📌 Post Title:

Fix: Hizashi Icono no Naka no Real Walkthrough video not working / black screen / error


Part 2: Why Most "Walkthrough Videos" Fail (The Fix Work Necessity)

Most YouTube or Bilibili walkthroughs for Hizashi no Naka no Real are broken because they were recorded on an earlier game patch (v1.02 or earlier). The developer released a silent update (v1.04) that changed the icon mapping algorithm. Consequently, following an old walkthrough step-by-step will lock you in a soft-death state. Technical Fixes: Getting the game to run on

The "Fix Work" refers to a three-step process:

  1. Patching the video itself (using external overlays to correct icon positions).
  2. Fixing your local game files to match the video’s icon set.
  3. Creating a side-by-side translation layer between the corrupted icon data and the actual puzzle logic.

Step 3: Hex-Edit Your Save File to Match the Video

This is the "ninja fix" that 90% of guides miss.

  1. Locate your save_data.bin in %APPDATA%/Hizashi_Real/
  2. Open it with HxD Hex Editor.
  3. Search for the hex string 49 63 6F 6E 6F (which spells "Icono").
  4. Replace the third byte (63) with 00. This tells the game to ignore icon verification.
  5. Save and relaunch. Now, any walkthrough video will visually match your game world.