OpenXcom Forum

Modding => Help => Topic started by: Zar Nivop on March 06, 2024, 06:03:33 pm

Title: Keeping Geoscape music going when intercepting
Post by: Zar Nivop on March 06, 2024, 06:03:33 pm
Any idea how can I cancel the breaking of the Geoscape background track playing, and keep playing it without the interception track?
Title: Re: Keeping Geoscape music going when intercepting
Post by: Meridian on March 06, 2024, 06:09:09 pm
You would need to change the source code.

Here: https://github.com/OpenXcom/OpenXcom/blob/master/src/Geoscape/GeoscapeState.cpp#L530
and here: https://github.com/OpenXcom/OpenXcom/blob/master/src/Geoscape/GeoscapeState.cpp#L906
Title: Re: Keeping Geoscape music going when intercepting
Post by: Zar Nivop on March 07, 2024, 03:29:41 pm
A. thanks. B. Ouch.