OpenXcom Forum

OpenXcom => Suggestions => Topic started by: Meridian on August 23, 2022, 10:52:10 am

Title: [DONE] Missing Intercept music track in TFTD
Post by: Meridian on August 23, 2022, 10:52:10 am
https://github.com/OpenXcom/OpenXcom/issues/1333
Title: Re: [DONE] Missing Intercept music track in TFTD
Post by: Meridian on August 23, 2022, 10:54:17 am
It is now possible to create aliases for music files:

Code: [Select]
musics:
  - type: GMINTER0
    name: GMISPOSH

This creates a music track called GMINTER0, which is loaded from a physical file called GMISPOSH.

The `name` attribute is optional and equals to `type` if not specified.