Reloaded-Project / Reloaded-II

Universal .NET Core Powered Modding Framework for any Native Game X86, X64.
GNU General Public License v3.0
611 stars 83 forks source link

Bug: <no have option> when <drop in> #455

Closed ioritree closed 1 month ago

ioritree commented 2 months ago

Describe the Bug no any new option after drag files ([1.27.14))

Steps to reproduce the behaviour:

  1. Go to 'drag a files to Reloaded-II '
  2. no any new disable/enable option after drag files
  3. mods files can see files have been add

Honeycam 2024-09-29 11-13-36

Sewer56 commented 2 months ago

Either your ffxvi instance has the wrong AppId or the mod is misconfigured most likely.

Compare the AppId field in the Apps/ffxvi.exe/App.json file inside Reloaded folder. (It should have a path similar to this). Hopefully AppId is "ffxvi.exe". If it is not, change it to "ffxvi.exe".

Otherwise mod is misconfigured. Open the ModConfig.json file inside mod folder. If SupportedAppId field doesn't have [ "ffxvi.exe" ], or similar, make it so.

If the mod was misconfigured, let the mod author know.

ioritree commented 2 months ago

Either your ffxvi instance has the wrong AppId or the mod is misconfigured most likely.

Compare the AppId field in the Apps/ffxvi.exe/App.json file inside Reloaded folder. (It should have a path similar to this). Hopefully AppId is "ffxvi.exe". If it is not, change it to "ffxvi.exe".

Otherwise mod is misconfigured. Open the ModConfig.json file inside mod folder. If SupportedAppId field doesn't have [ "ffxvi.exe" ], or similar, make it so.

If the mod was misconfigured, let the mod author know.

thank you ,add demo.exe then work good !