[Plugin API] Changing game title should automatically rename media files

Issue #6027 resolved
fraganator created an issue

If a game’s IGame.Title property is set to a new title, the game's media should be automatically renamed to match that title. This is the behaviour when changing a title in the Edit Game window, and applies across all image, video, and other media.

Alternatively an additional method could be added to IGame, such as IGame.SetTitle(string title, bool renameMedia = false).

Comments (1)

  1. Christian

    We have implemented this in our dev environment. We plan on getting it added the next release. Thanks for the report.

  2. Log in to comment