Skip to content

Game detection fails for RPG Maker games with www folder structure #2

@nininininininiinininini

Description

Description:

When manually selecting a game executable via "Select Game Executable" button, the application incorrectly rejects valid RPG Maker games that use the www folder structure.

Current Behavior:

The code only checks for core files in the root js/ folder:

  • js/rpg_core.js (MV)
  • js/rmmz_core.js (MZ)

Expected Behavior:

Many RPG Maker games (especially MZ) store core files inside a www folder. The detection should check both locations:

  • js/rpg_core.js OR www/js/rpg_core.js (MV)
  • js/rmmz_core.js OR www/js/rmmz_core.js (MZ)

Affected Code:

RPGModder.UI/MainWindow.axaml.cs - BtnSelect_Click() method (lines ~448-451)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions