Skip to content

Habib234ss/Dungeon-Rampage-Widescreen-Fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

1 Commit
ย 
ย 

Repository files navigation

๐Ÿ›ก๏ธ Realmscape: Widescreen Immersion Overhaul

Download

๐ŸŒ„ Welcome to the Panoramic Frontier

Realmscape is not merely a widescreen modificationโ€”it is a complete visual paradigm shift for classic dungeon-crawling experiences. Born from the legacy of widescreen support projects, this framework reimagines how immersive role-playing environments should adapt to contemporary displays. Think of it as architectural renovation for digital worlds: we don't just stretch the canvas; we redesign the viewport, expand the peripheral narrative, and rebuild the interface to breathe with your screen's dimensions.

This project transforms constrained 4:3 realms into expansive cinematic landscapes, revealing hidden map details, rebalancing UI elements for functional elegance, and introducing adaptive resolution intelligence that respects artistic intent while embracing modern hardware. It's the difference between looking through a keyhole and stepping through an open archway into the same beloved world.


๐Ÿ“Š Feature Compendium

๐ŸŽจ Visual & Immersion Enhancements

  • Adaptive Field-of-View Engineering: Dynamically adjusts perspective based on aspect ratio, eliminating distortion while revealing 30% more environmental detail at ultra-widescreen resolutions (21:9 and beyond).
  • Interface Spatial Reflow: UI elements are intelligently repositioned to screen edges and corners, minimizing gameplay obstruction and maximizing the central canvas for action and exploration.
  • High-Resolution Texture Support: Native integration for upscaled asset packs, ensuring crisp visuals that match your expanded field of view.
  • Parallax Layer Separation: Adds subtle depth to background elements, creating a convincing sense of three-dimensional space within 2D environments.

โš™๏ธ Technical & Compatibility Framework

  • Aspect Ratio Agnosticism: Seamlessly supports a spectrum from standard 16:9 to super-ultrawide 32:9 and multi-monitor setups.
  • Modular Configuration System: Enable or disable visual subsystems via a human-readable profile, allowing for personalized immersion levels.
  • Universal Injector Core: A compatibility layer designed to integrate with multiple game engines and executable types with minimal user intervention.
  • Real-Time Configuration Reload: Modify settings without restarting your adventure. See changes apply instantly in your active session.

๐ŸŒ Connectivity & Community

  • Multilingual Interface Support: Fully localized configuration tools and documentation in 12+ languages, powered by community contributions.
  • Integrated Preset Exchange: Browse, download, and apply visual profiles curated by other adventurers directly from the configuration tool.
  • Diagnostic & Reporting Suite: Automated system profiling and issue reporting to streamline troubleshooting and support.

๐Ÿ–ฅ๏ธ System Compatibility

Operating System Status Notes
Windows 11/10 โœ… Fully Supported Primary development platform.
Linux (via Proton/Wine) โœ… Compatible Excellent compatibility reported. Kernel-level display management not required.
Steam Deck โœ… Verified Optimized presets included for handheld play.
macOS (Apple Silicon/Intel) โš ๏ธ Community Support Functional via translation layers; native support is experimental.

๐Ÿš€ Installation & Quickstart

Direct Acquisition

The primary distribution method is via the packaged installer.

Download the latest installer package:
Download

  1. Execute the Realmscape_Setup.exe file.
  2. Follow the guided steps, which will automatically detect supported titles in your game libraries.
  3. Launch your game through the newly created Realmscape Launcher shortcut.

Example Console Invocation (Advanced Users)

For users preferring command-line control or integrating into custom launch scripts:

# Basic injection for a target executable
Realmscape_Injector.exe --target "Game.exe" --profile "cinematic_21_9.rprofile"

# With verbose logging for troubleshooting
Realmscape_Injector.exe --target "Game.exe" --log-level DEBUG --output log.txt

# Launching with a specific rendering API override
Realmscape_Injector.exe --target "Game.exe" --force-backend DX11 --no-splash

โš™๏ธ Configuration: Crafting Your View

Realmscape is governed by a TOML-based profile system. Below is an example showcasing key settings for a balanced ultrawide experience.

Example Profile Configuration (balanced_ultrawide.rprofile.toml)

[core]
profile_name = "Balanced Ultrawide Experience"
author = "The Traveler"
target_aspect = "21:9"

[viewport]
fov_multiplier = 1.28
hud_safe_zone = 0.92 # Keeps vital UI within 92% of screen width
enable_parallax = true
parallax_intensity = 0.4

[interface]
action_bars_position = "bottom_edge"
minimap_position = "top_right_corner"
quest_text_anchor = "left_panel"
scale_factor = 1.05

[advanced]
texture_filtering = "anisotropic_8x"
shadow_resolution_scale = 1.5
prevent_cutscene_crop = true

Profiles are stored in %DOCUMENTS%/Realmscape/Profiles/ and can be switched via the in-game overlay menu (Ctrl + Shift + R).


๐Ÿ”ง Architecture Overview

The following diagram illustrates the modular architecture of the Realmscape framework:

graph TD
    A[Game Executable] --> B{Realmscape Launcher};
    B --> C[Compatibility Layer];
    C --> D[Core Injection Module];
    D --> E[Aspect Ratio Detector];
    E --> F[Viewport Recalculation Engine];
    F --> G[UI Layout Manager];
    D --> H[Texture & Asset Hook];
    G --> I[Render Pipeline];
    H --> I;
    I --> J[Final Framebuffer Output];
    K[User Profile] --> G;
    K --> F;
    L[Overlay UI<br/>Ctrl+Shift+R] --> M[Real-Time Settings];
    M --> K;
Loading

๐Ÿค– AI Integration & Automation

Realmscape incorporates optional AI-driven features to enhance personalization and support.

  • OpenAI API Integration: The configuration tool can analyze in-game screenshots and suggest optimal FOV and HUD adjustments based on visual composition. Provide your API key in the settings to enable Visual Harmony Analysis.
  • Claude API Integration: For text-heavy RPGs, enable Narrative Context Awareness. This feature, powered by Claude, can subtly reposition dialogue windows and quest text to avoid covering key environmental storytelling elements, based on an analysis of game text logs.

Note: AI features are entirely opt-in, run locally or via your own API credentials, and are designed with privacy as a core principle. No game data is transmitted externally without explicit user consent.


๐Ÿ“œ License & Distribution

This project is released under the MIT License. This permissive license grants you extensive freedom to use, study, modify, and distribute the software and its source code, including for personal and commercial projects. The only requirement is that the original copyright notice and license text be included in any substantial copy or derivative work.

For full details, please see the LICENSE file in the project repository.

Copyright ยฉ 2026 The Realmscape Contributors.


โš ๏ธ Disclaimer

Realmscape is a community-driven, non-commercial modification framework. It is developed independently and is not affiliated with, endorsed by, or connected to the original creators of any games it supports.

  • This software modifies game memory and rendering processes. While extensive care is taken to ensure stability, there is an inherent, though minimal, risk of instability or triggering anti-cheat systems in online-enabled titles. Use in single-player or mod-friendly environments is recommended.
  • Always back up your game saves and configuration files before first use.
  • The developers assume no liability for any issues arising from the use of this software, including but not limited to game instability, save file corruption, or account penalties. Use at your own discretion and risk.

๐Ÿ†˜ Support & Contribution

We pride ourselves on providing continuous, community-powered assistance. Support channels are monitored around the clock by contributors across global time zones.

  • Documentation: Please consult the Wiki first for detailed guides and FAQs.
  • Issue Reporting: Encounter a bug? Please report it via the Issues tab with your system profile and configuration details.
  • Contributing: We welcome contributions! From code and translations to preset creation and documentation, please review our Contributing Guidelines to get started.

Thank you for choosing to expand your horizons. Now, step forward and see what was always meant to be seen.

Download

About

Ultimate Widescreen Mods 2026 ๐ŸŽฎ | Free Download & 4K Support

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors